diff --git a/.gitignore b/.gitignore index 074715f4db..05a45a79ed 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ node_modules/ dist/ public/dist/ config/test-results/ -*.Identifier \ No newline at end of file +*.Identifier +src/img/github/desktop_ui_1 - Copy.webp +public/maps/yehorivka/heightmap_backup.webp diff --git a/CHANGELOG.md b/CHANGELOG.md index 92621df52d..6f0d398d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +# **36.0.0** *(2025-01-15)* + + **Squad Map Markers:** Right-click on the map to open a context menu that lets you place markers, helping you strategize for future games. + + **Auto-Copy Targets:** Enable this setting to automatically copy the calculations of the most recently placed or moved target to the clipboard, making it easy to share them in-game using Ctrl+V. + + **Auto-Copy Next Flags:** Enable this setting to automatically copy the name of the next flag when clicking a flag in a RAAS/Invasion layer, making it easy to share in-game using Ctrl+V. + + **Display Low & High Angles:** Enable this setting to display both low- and high-angle solutions on the marker for weapons that support both. (Thanks, Matador, for the suggestion. Fix #258) + + **Flags Distance:** In AAS/RAAS/Invasion, a new setting allows you to show or hide the distance between flags. + + HD maps (8k × 8k) are now tiled for better performance and efficiency. + + Added various tooltips to settings. + + Added various animations. + + Fixed Yehorivka heightmaps being twice the size they should be. (Fix #259) + + The heatmap is no longer redrawn each time the layer is changed on the same map. + + Fixed flag numbers being off-center on rectangular flags. + + Fixed seconds being displayed as meters in some languages. + + + +

+ + # **35.0.0** *(2025-01-02)* **Custom font size:** you can now change the size of the texts appearing on the map to your liking (Fixes [#254](https://github.com/sh4rkman/SquadCalc/issues/254)) diff --git a/config/webpack.config.js b/config/webpack.config.js index 096eb3ce18..bf62c4e0fc 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -45,14 +45,10 @@ export default async (env) => { rules: [ { test: /\.(png|svg|jpg|jpeg|gif|webp)$/i, type: 'asset/resource', }, { test: /\.(sc|sa|c)ss$/i, use: ['style-loader', 'css-loader', 'sass-loader'],}, - { test: /\.(html)$/, + { + test: /\.(html)$/, include: path.join(__dirname, ''), - use: { - loader: 'html-loader', - options: { - interpolate: true - } - } + use: { loader: 'html-loader', options: { interpolate: true } } } ], }, @@ -63,6 +59,9 @@ export default async (env) => { directory: path.join(__dirname, '../public'), publicPath: '/', }, + watchFiles: { + //paths: ['src/**/*'], + }, }, plugins: [ new Dotenv(), @@ -180,14 +179,6 @@ export default async (env) => { /robots\.txt/, // robots.txt /\.webp$/, ], - runtimeCaching: [ - { - urlPattern: new RegExp(/\/maps\/[^\/]+\/[^\/]+\/[1-5]/), - handler: 'StaleWhileRevalidate', - options: { - cacheName: 'squadcalc-tiles', - }, - }], }) ], performance: { @@ -216,6 +207,9 @@ export default async (env) => { format: { comments: false, }, + compress: { + pure_funcs: ['console.debug'], // Removes console.debug + }, }, }), ] : [], diff --git a/package-lock.json b/package-lock.json index 40e8aaedc8..661b6b22ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "squadcalc", - "version": "34.2.4", + "version": "35.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "squadcalc", - "version": "34.2.4", + "version": "35.1.0", "license": "MIT", "devDependencies": { "@types/leaflet": "^1.9.15", @@ -17,6 +17,7 @@ "css-minimizer-webpack-plugin": "^7.0.0", "dotenv-webpack": "^8.1.0", "eslint": "^9.17.0", + "fs-extra": "^11.2.0", "html-loader": "^5.1.0", "html-webpack-plugin": "^5.6.3", "htmlhint": "^1.1.4", @@ -26,9 +27,13 @@ "jshint": "^2.13.6", "leader-line-new": "^1.1.9", "leaflet": "^1.9.4", + "leaflet-edgebuffer": "^1.0.6", "leaflet-loader": "^0.0.3", + "leaflet-polylinedecorator": "^1.6.0", "leaflet-spin": "^1.1.2", "mini-css-extract-plugin": "^2.9.2", + "mkdirp": "^3.0.1", + "path": "^0.12.7", "postcss": ">=8.4.49", "purecss": "^3.0.0", "robotstxt-webpack-plugin": "^8.0.0", @@ -78,9 +83,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.26.3", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.3.tgz", - "integrity": "sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.5.tgz", + "integrity": "sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==", "dev": true, "license": "MIT", "engines": { @@ -129,14 +134,14 @@ } }, "node_modules/@babel/generator": { - "version": "7.26.3", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.3.tgz", - "integrity": "sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz", + "integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/parser": "^7.26.3", - "@babel/types": "^7.26.3", + "@babel/parser": "^7.26.5", + "@babel/types": "^7.26.5", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^3.0.2" @@ -159,13 +164,13 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", - "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz", + "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.25.9", + "@babel/compat-data": "^7.26.5", "@babel/helper-validator-option": "^7.25.9", "browserslist": "^4.24.0", "lru-cache": "^5.1.1", @@ -322,9 +327,9 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", - "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz", + "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==", "dev": true, "license": "MIT", "engines": { @@ -350,15 +355,15 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", - "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz", + "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==", "dev": true, "license": "MIT", "dependencies": { "@babel/helper-member-expression-to-functions": "^7.25.9", "@babel/helper-optimise-call-expression": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/traverse": "^7.26.5" }, "engines": { "node": ">=6.9.0" @@ -441,13 +446,13 @@ } }, "node_modules/@babel/parser": { - "version": "7.26.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.3.tgz", - "integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.5.tgz", + "integrity": "sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.26.3" + "@babel/types": "^7.26.5" }, "bin": { "parser": "bin/babel-parser.js" @@ -655,13 +660,13 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz", - "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz", + "integrity": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.26.5" }, "engines": { "node": ">=6.9.0" @@ -1085,13 +1090,13 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz", - "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==", + "version": "7.26.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz", + "integrity": "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.26.5" }, "engines": { "node": ">=6.9.0" @@ -1587,17 +1592,17 @@ } }, "node_modules/@babel/traverse": { - "version": "7.26.4", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.4.tgz", - "integrity": "sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.5.tgz", + "integrity": "sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==", "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.26.3", - "@babel/parser": "^7.26.3", + "@babel/generator": "^7.26.5", + "@babel/parser": "^7.26.5", "@babel/template": "^7.25.9", - "@babel/types": "^7.26.3", + "@babel/types": "^7.26.5", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -1616,9 +1621,9 @@ } }, "node_modules/@babel/types": { - "version": "7.26.3", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz", - "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.5.tgz", + "integrity": "sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==", "dev": true, "license": "MIT", "dependencies": { @@ -1696,6 +1701,29 @@ "@csstools/css-tokenizer": "^3.0.3" } }, + "node_modules/@csstools/selector-specificity": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz", + "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "postcss-selector-parser": "^7.0.0" + } + }, "node_modules/@discoveryjs/json-ext": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz", @@ -1786,9 +1814,9 @@ } }, "node_modules/@eslint/core": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.9.1.tgz", - "integrity": "sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.10.0.tgz", + "integrity": "sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -1823,9 +1851,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.17.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.17.0.tgz", - "integrity": "sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==", + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz", + "integrity": "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==", "dev": true, "license": "MIT", "engines": { @@ -1843,12 +1871,13 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.4.tgz", - "integrity": "sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz", + "integrity": "sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==", "dev": true, "license": "Apache-2.0", "dependencies": { + "@eslint/core": "^0.10.0", "levn": "^0.4.1" }, "engines": { @@ -2367,6 +2396,19 @@ "tinycolor2": "^1.4.1" } }, + "node_modules/@jimp/core/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, "node_modules/@jimp/custom": { "version": "0.16.13", "resolved": "https://registry.npmjs.org/@jimp/custom/-/custom-0.16.13.tgz", @@ -2943,6 +2985,41 @@ "tslib": "2" } }, + "node_modules/@keyv/serialize": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.0.2.tgz", + "integrity": "sha512-+E/LyaAeuABniD/RvUezWVXKpeuvwLEA9//nE9952zBaOdBd2mQ3pPoM8cUe2X6IcMByfuSLzmYqnYshG60+HQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer": "^6.0.3" + } + }, + "node_modules/@keyv/serialize/node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, "node_modules/@leichtgewicht/ip-codec": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", @@ -3598,9 +3675,9 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.3.tgz", - "integrity": "sha512-JEhMNwUJt7bw728CydvYzntD0XJeTmDnvwLlbfbAhE7Tbslm/ax6bdIiUwTgeVlZTsJQPwZwKpAkyDtIjsvx3g==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.5.tgz", + "integrity": "sha512-GLZPrd9ckqEBFMcVM/qRFAP0Hg3qiVEojgEFsx/N/zKXsBzbGF6z5FBDpZ0+Xhp1xr+qRZYjfGr1cWHB9oFHSA==", "dev": true, "license": "MIT", "dependencies": { @@ -3689,9 +3766,9 @@ "license": "MIT" }, "node_modules/@types/leaflet": { - "version": "1.9.15", - "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.15.tgz", - "integrity": "sha512-7UuggAuAs+mva66gtf2OTB1nEhzU/9JED93TIaOEgvFMvG/dIGQaukHE7izHo1Zd+Ko1L4ETUw7TBc8yUxevpg==", + "version": "1.9.16", + "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.16.tgz", + "integrity": "sha512-wzZoyySUxkgMZ0ihJ7IaUIblG8Rdc8AbbZKLneyn+QjYsj5q1QU7TEKYqwTr10BGSzY5LI7tJk9Ifo+mEjdFRw==", "dev": true, "license": "MIT", "dependencies": { @@ -3713,9 +3790,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.10.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.3.tgz", - "integrity": "sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw==", + "version": "22.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.6.tgz", + "integrity": "sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3747,9 +3824,9 @@ "license": "MIT" }, "node_modules/@types/qs": { - "version": "6.9.17", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.17.tgz", - "integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==", + "version": "6.9.18", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz", + "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==", "dev": true, "license": "MIT" }, @@ -4564,9 +4641,9 @@ } }, "node_modules/browserslist": { - "version": "4.24.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.3.tgz", - "integrity": "sha512-1CPmv8iobE2fyRMV97dAcMVegvvWKxmq94hkLiAkUGwKVTyDLw33K+ZxiFrREKmmps4rIw6grcCFCnTMSZ/YiA==", + "version": "4.24.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz", + "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==", "dev": true, "funding": [ { @@ -4664,6 +4741,27 @@ "node": ">= 0.8" } }, + "node_modules/cacheable": { + "version": "1.8.7", + "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.7.tgz", + "integrity": "sha512-AbfG7dAuYNjYxFUtL1lAqmlWdxczCJ47w7cFjhGcnGnUdwSo6VgmSojfoW3tUI12HUkgTJ5kqj78yyq6TsFtlg==", + "dev": true, + "license": "MIT", + "dependencies": { + "hookified": "^1.6.0", + "keyv": "^5.2.3" + } + }, + "node_modules/cacheable/node_modules/keyv": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.2.3.tgz", + "integrity": "sha512-AGKecUfzrowabUv0bH1RIR5Vf7w+l4S3xtQAypKaUpTdIR1EbrAcTxHCrpo9Q+IWeUlFE2palRtgIQcgm+PQJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@keyv/serialize": "^1.0.2" + } + }, "node_modules/call-bind": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", @@ -4777,9 +4875,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001690", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz", - "integrity": "sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==", + "version": "1.0.30001692", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001692.tgz", + "integrity": "sha512-A95VKan0kdtrsnMubMKxEKUKImOPSuCpYgxSQBo036P5YYgVIcOYJEgt/txJWqObiRQeISNCfef9nvlQ0vbV7A==", "dev": true, "funding": [ { @@ -5148,13 +5246,13 @@ } }, "node_modules/core-js-compat": { - "version": "3.39.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.39.0.tgz", - "integrity": "sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==", + "version": "3.40.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.40.0.tgz", + "integrity": "sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==", "dev": true, "license": "MIT", "dependencies": { - "browserslist": "^4.24.2" + "browserslist": "^4.24.3" }, "funding": { "type": "opencollective", @@ -6036,9 +6134,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.76", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.76.tgz", - "integrity": "sha512-CjVQyG7n7Sr+eBXE86HIulnL5N8xZY1sgmOPGuq/F0Rr0FJq63lg0kEtOIDfZBk44FnDLf6FUJ+dsJcuiUDdDQ==", + "version": "1.5.82", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.82.tgz", + "integrity": "sha512-Zq16uk1hfQhyGx5GpwPAYDwddJuSGhtRhgOA2mCxANYaDT79nAeGnaXogMGng4KqLaJUVnOnuL0+TDop9nLOiA==", "dev": true, "license": "ISC" }, @@ -6120,9 +6218,9 @@ } }, "node_modules/es-abstract": { - "version": "1.23.8", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.8.tgz", - "integrity": "sha512-lfab8IzDn6EpI1ibZakcgS6WsfEBiB+43cuJo+wgylx1xKXf+Sp+YR3vFuQwC/u3sxYwV8Cxe3B0DpVUu/WiJQ==", + "version": "1.23.9", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz", + "integrity": "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==", "dev": true, "license": "MIT", "dependencies": { @@ -6137,10 +6235,11 @@ "es-define-property": "^1.0.1", "es-errors": "^1.3.0", "es-object-atoms": "^1.0.0", - "es-set-tostringtag": "^2.0.3", + "es-set-tostringtag": "^2.1.0", "es-to-primitive": "^1.3.0", "function.prototype.name": "^1.1.8", - "get-intrinsic": "^1.2.6", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.0", "get-symbol-description": "^1.1.0", "globalthis": "^1.0.4", "gopd": "^1.2.0", @@ -6161,11 +6260,12 @@ "object-inspect": "^1.13.3", "object-keys": "^1.1.1", "object.assign": "^4.1.7", - "own-keys": "^1.0.0", + "own-keys": "^1.0.1", "regexp.prototype.flags": "^1.5.3", "safe-array-concat": "^1.1.3", "safe-push-apply": "^1.0.0", "safe-regex-test": "^1.1.0", + "set-proto": "^1.0.0", "string.prototype.trim": "^1.2.10", "string.prototype.trimend": "^1.0.9", "string.prototype.trimstart": "^1.0.8", @@ -6211,9 +6311,9 @@ "license": "MIT" }, "node_modules/es-object-atoms": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", - "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.0.tgz", + "integrity": "sha512-Ujz8Al/KfOVR7fkaghAB1WvnLsdYxHDWmfoi2vlA2jZWRg31XhIC1a4B+/I24muD8iSbHxJ1JkrfqmWb65P/Mw==", "dev": true, "license": "MIT", "dependencies": { @@ -6224,15 +6324,16 @@ } }, "node_modules/es-set-tostringtag": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", - "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", "dev": true, "license": "MIT", "dependencies": { - "get-intrinsic": "^1.2.4", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", "has-tostringtag": "^1.0.2", - "hasown": "^2.0.1" + "hasown": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -6287,19 +6388,19 @@ } }, "node_modules/eslint": { - "version": "9.17.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.17.0.tgz", - "integrity": "sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==", + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.18.0.tgz", + "integrity": "sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", "@eslint/config-array": "^0.19.0", - "@eslint/core": "^0.9.0", + "@eslint/core": "^0.10.0", "@eslint/eslintrc": "^3.2.0", - "@eslint/js": "9.17.0", - "@eslint/plugin-kit": "^0.2.3", + "@eslint/js": "9.18.0", + "@eslint/plugin-kit": "^0.2.5", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.1", @@ -6561,9 +6662,9 @@ "license": "MIT" }, "node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", "dev": true, "license": "MIT", "dependencies": { @@ -6571,7 +6672,7 @@ "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "micromatch": "^4.0.8" }, "engines": { "node": ">=8.6.0" @@ -6605,10 +6706,20 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", - "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.5.tgz", + "integrity": "sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "license": "BSD-3-Clause" }, "node_modules/fastest-levenshtein": { @@ -6857,19 +6968,18 @@ } }, "node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", "dev": true, "license": "MIT", "dependencies": { - "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" }, "engines": { - "node": ">=10" + "node": ">=14.14" } }, "node_modules/fs.realpath": { @@ -6956,6 +7066,22 @@ "node": ">= 10.13.0" } }, + "node_modules/generate-robotstxt/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/generate-robotstxt/node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -6977,22 +7103,22 @@ } }, "node_modules/get-intrinsic": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.6.tgz", - "integrity": "sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz", + "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==", "dev": true, "license": "MIT", "dependencies": { "call-bind-apply-helpers": "^1.0.1", - "dunder-proto": "^1.0.0", "es-define-property": "^1.0.1", "es-errors": "^1.3.0", "es-object-atoms": "^1.0.0", "function-bind": "^1.1.2", + "get-proto": "^1.0.0", "gopd": "^1.2.0", "has-symbols": "^1.1.0", "hasown": "^2.0.2", - "math-intrinsics": "^1.0.0" + "math-intrinsics": "^1.1.0" }, "engines": { "node": ">= 0.4" @@ -7008,6 +7134,20 @@ "dev": true, "license": "ISC" }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "dev": true, + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/get-symbol-description": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", @@ -7330,6 +7470,13 @@ "he": "bin/he" } }, + "node_modules/hookified": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.6.0.tgz", + "integrity": "sha512-se7cpwTA+iA/eY548Bu03JJqBiEZAqU2jnyKdj5B5qurtBg64CZGHTgqCv4Yh7NWu6FGI09W61MCq+NoPj9GXA==", + "dev": true, + "license": "MIT" + }, "node_modules/hosted-git-info": { "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", @@ -7597,9 +7744,9 @@ } }, "node_modules/http-parser-js": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", - "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.9.tgz", + "integrity": "sha512-n1XsPy3rXVxlqxVioEWdC+0+M+SQw0DpJynwtOPo1X+ZlvdzTLtDBIJJlDQTnwZIFJrZSzSGmIOUdP8tu+SgLw==", "dev": true, "license": "MIT" }, @@ -7667,9 +7814,9 @@ } }, "node_modules/i18next": { - "version": "24.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", - "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", + "version": "24.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.1.tgz", + "integrity": "sha512-Q2wC1TjWcSikn1VAJg13UGIjc+okpFxQTxjVAymOnSA3RpttBQNMPf2ovcgoFVsV4QNxTfNZMAxorXZXsk4fBA==", "dev": true, "funding": [ { @@ -7960,13 +8107,16 @@ "license": "MIT" }, "node_modules/is-async-function": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", - "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.0.tgz", + "integrity": "sha512-GExz9MtyhlZyXYLxzlJRj5WUCE661zhDa1Yna52CN57AJsymh+DvXXjyveSioqSRdxvUrdKdvqB1b5cVKsNpWQ==", "dev": true, "license": "MIT", "dependencies": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "get-proto": "^1.0.1", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" }, "engines": { "node": ">= 0.4" @@ -8145,13 +8295,16 @@ "license": "MIT" }, "node_modules/is-generator-function": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", - "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", + "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", "dev": true, "license": "MIT", "dependencies": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "get-proto": "^1.0.0", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" }, "engines": { "node": ">= 0.4" @@ -8795,6 +8948,13 @@ "dev": true, "license": "BSD-2-Clause" }, + "node_modules/leaflet-edgebuffer": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/leaflet-edgebuffer/-/leaflet-edgebuffer-1.0.6.tgz", + "integrity": "sha512-2RZsp3rta0w2zBgC40F7drhYCAPaS0/i6o9MR0gMA0cdp83rLv+1gfqPnF7lnFdqskteGyQX+wzLFVdHrQjb4A==", + "dev": true, + "license": "MIT" + }, "node_modules/leaflet-loader": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/leaflet-loader/-/leaflet-loader-0.0.3.tgz", @@ -8802,6 +8962,23 @@ "dev": true, "license": "MIT" }, + "node_modules/leaflet-polylinedecorator": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/leaflet-polylinedecorator/-/leaflet-polylinedecorator-1.6.0.tgz", + "integrity": "sha512-kn3krmZRetgvN0wjhgYL8kvyLS0tUogAl0vtHuXQnwlYNjbl7aLQpkoFUo8UB8gVZoB0dhI4Tb55VdTJAcYzzQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "leaflet-rotatedmarker": "^0.2.0" + } + }, + "node_modules/leaflet-rotatedmarker": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/leaflet-rotatedmarker/-/leaflet-rotatedmarker-0.2.0.tgz", + "integrity": "sha512-yc97gxLXwbZa+Gk9VCcqI0CkvIBC9oNTTjFsHqq4EQvANrvaboib4UdeQLyTnEqDpaXHCqzwwVIDHtvz2mUiDg==", + "dev": true, + "license": "MIT" + }, "node_modules/leaflet-spin": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/leaflet-spin/-/leaflet-spin-1.1.2.tgz", @@ -8876,19 +9053,6 @@ "xtend": "^4.0.0" } }, - "node_modules/load-bmfont/node_modules/phin": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/phin/-/phin-3.7.1.tgz", - "integrity": "sha512-GEazpTWwTZaEQ9RhL7Nyz0WwqilbqgLahDM3D0hxWwmVDI52nXEybHqiN6/elwpkJBhcuj+WbBu+QfT0uhPGfQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "centra": "^2.7.0" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/loader-runner": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", @@ -9046,9 +9210,9 @@ } }, "node_modules/memfs": { - "version": "4.15.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.15.3.tgz", - "integrity": "sha512-vR/g1SgqvKJgAyYla+06G4p/EOcEmwhYuVb1yc1ixcKf8o/sh7Zngv63957ZSNd1xrZJoinmNyDf2LzuP8WJXw==", + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.17.0.tgz", + "integrity": "sha512-4eirfZ7thblFmqFjywlTmuWVSvccHAJbn1r8qQLzmTO11qcqpohOjmY2mFce6x7x7WtskzRqApPD0hv+Oa74jg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -9264,16 +9428,19 @@ } }, "node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", + "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", "dev": true, "license": "MIT", - "dependencies": { - "minimist": "^1.2.6" - }, "bin": { - "mkdirp": "bin/cmd.js" + "mkdirp": "dist/cjs/src/bin.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/ms": { @@ -9765,6 +9932,17 @@ "tslib": "^2.0.3" } }, + "node_modules/path": { + "version": "0.12.7", + "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", + "integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "process": "^0.11.1", + "util": "^0.10.3" + } + }, "node_modules/path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", @@ -9837,12 +10015,17 @@ } }, "node_modules/phin": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/phin/-/phin-2.9.3.tgz", - "integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==", - "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/phin/-/phin-3.7.1.tgz", + "integrity": "sha512-GEazpTWwTZaEQ9RhL7Nyz0WwqilbqgLahDM3D0hxWwmVDI52nXEybHqiN6/elwpkJBhcuj+WbBu+QfT0uhPGfQ==", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "centra": "^2.7.0" + }, + "engines": { + "node": ">= 8" + } }, "node_modules/picocolors": { "version": "1.1.1", @@ -9967,9 +10150,9 @@ } }, "node_modules/postcss": { - "version": "8.4.49", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", - "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", + "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", "dev": true, "funding": [ { @@ -9987,7 +10170,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", + "nanoid": "^3.3.8", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, @@ -9996,13 +10179,13 @@ } }, "node_modules/postcss-calc": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.0.2.tgz", - "integrity": "sha512-DT/Wwm6fCKgpYVI7ZEWuPJ4az8hiEHtCUeYjZXqU7Ou4QqYh1Df2yCQ7Ca6N7xqKPFkxN3fhf+u9KSoOCJNAjg==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.0.tgz", + "integrity": "sha512-uQ/LDGsf3mgsSUEXmAt3VsCSHR3aKqtEIkmB+4PhzYwRYOW5MZs/GhCCFpsOtJJkP6EC6uGipbrnaTjqaJZcJw==", "dev": true, "license": "MIT", "dependencies": { - "postcss-selector-parser": "^6.1.2", + "postcss-selector-parser": "^7.0.0", "postcss-value-parser": "^4.2.0" }, "engines": { @@ -10064,6 +10247,20 @@ "postcss": "^8.4.31" } }, + "node_modules/postcss-discard-comments/node_modules/postcss-selector-parser": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/postcss-discard-duplicates": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.1.tgz", @@ -10146,6 +10343,20 @@ "postcss": "^8.4.31" } }, + "node_modules/postcss-merge-rules/node_modules/postcss-selector-parser": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/postcss-minify-font-values": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz", @@ -10215,6 +10426,20 @@ "postcss": "^8.4.31" } }, + "node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/postcss-modules-extract-imports": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", @@ -10246,20 +10471,6 @@ "postcss": "^8.1.0" } }, - "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", - "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/postcss-modules-scope": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", @@ -10276,20 +10487,6 @@ "postcss": "^8.1.0" } }, - "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", - "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/postcss-modules-values": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", @@ -10560,9 +10757,9 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", - "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", + "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", "dev": true, "license": "MIT", "dependencies": { @@ -10606,6 +10803,20 @@ "postcss": "^8.4.31" } }, + "node_modules/postcss-unique-selectors/node_modules/postcss-selector-parser": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/postcss-value-parser": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", @@ -10954,13 +11165,13 @@ } }, "node_modules/readdirp": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz", - "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.1.tgz", + "integrity": "sha512-h80JrZu/MHUZCyHu5ciuoI0+WxsCxzxJTILn6Fs8rxSnFPh+UVHYfeIxK1nVGugMqkfC4vJcBOYbkfkwYK0+gw==", "dev": true, "license": "MIT", "engines": { - "node": ">= 14.16.0" + "node": ">= 14.18.0" }, "funding": { "type": "individual", @@ -10995,19 +11206,19 @@ } }, "node_modules/reflect.getprototypeof": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.9.tgz", - "integrity": "sha512-r0Ay04Snci87djAsI4U+WNRcSw5S4pOH7qFjd/veA5gC7TbqESR3tcj28ia95L/fYUDw11JKP7uqUKUAfVvV5Q==", + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", + "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", "dev": true, "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", - "dunder-proto": "^1.0.1", - "es-abstract": "^1.23.6", + "es-abstract": "^1.23.9", "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "gopd": "^1.2.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.1", "which-builtin-type": "^1.2.1" }, "engines": { @@ -11055,15 +11266,17 @@ } }, "node_modules/regexp.prototype.flags": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz", - "integrity": "sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", + "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", "dev": true, "license": "MIT", "dependencies": { - "call-bind": "^1.0.7", + "call-bind": "^1.0.8", "define-properties": "^1.2.1", "es-errors": "^1.3.0", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", "set-function-name": "^2.0.2" }, "engines": { @@ -11496,9 +11709,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.83.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", - "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", + "version": "1.83.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.4.tgz", + "integrity": "sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==", "dev": true, "license": "MIT", "dependencies": { @@ -11860,6 +12073,21 @@ "node": ">= 0.4" } }, + "node_modules/set-proto": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", + "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/setprototypeof": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", @@ -12503,10 +12731,24 @@ "postcss": "^8.4.31" } }, + "node_modules/stylehacks/node_modules/postcss-selector-parser": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/stylelint": { - "version": "16.12.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.12.0.tgz", - "integrity": "sha512-F8zZ3L/rBpuoBZRvI4JVT20ZanPLXfQLzMOZg1tzPflRVh9mKpOZ8qcSIhh1my3FjAjZWG4T2POwGnmn6a6hbg==", + "version": "16.13.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.2.tgz", + "integrity": "sha512-wDlgh0mRO9RtSa3TdidqHd0nOG8MmUyVKl+dxA6C1j8aZRzpNeEgdhFmU5y4sZx4Fc6r46p0fI7p1vR5O2DZqA==", "dev": true, "funding": [ { @@ -12529,16 +12771,16 @@ "colord": "^2.9.3", "cosmiconfig": "^9.0.0", "css-functions-list": "^3.2.3", - "css-tree": "^3.0.1", + "css-tree": "^3.1.0", "debug": "^4.3.7", - "fast-glob": "^3.3.2", + "fast-glob": "^3.3.3", "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^9.1.0", + "file-entry-cache": "^10.0.5", "global-modules": "^2.0.0", "globby": "^11.1.0", "globjoin": "^0.1.4", "html-tags": "^3.3.1", - "ignore": "^6.0.2", + "ignore": "^7.0.1", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", "known-css-properties": "^0.35.0", @@ -12685,43 +12927,6 @@ "stylelint": "^16.0.2" } }, - "node_modules/stylelint-scss/node_modules/postcss-selector-parser": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", - "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/stylelint/node_modules/@csstools/selector-specificity": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz", - "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss-selector-parser": "^7.0.0" - } - }, "node_modules/stylelint/node_modules/balanced-match": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", @@ -12757,30 +12962,25 @@ } }, "node_modules/stylelint/node_modules/file-entry-cache": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-9.1.0.tgz", - "integrity": "sha512-/pqPFG+FdxWQj+/WSuzXSDaNzxgTLr/OrR1QuqfEZzDakpdYE70PwUxL7BPUa8hpjbvY1+qvCl8k+8Tq34xJgg==", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.5.tgz", + "integrity": "sha512-umpQsJrBNsdMDgreSryMEXvJh66XeLtZUwA8Gj7rHGearGufUFv6rB/bcXRFsiGWw/VeSUgUofF4Rf2UKEOrTA==", "dev": true, "license": "MIT", "dependencies": { - "flat-cache": "^5.0.0" - }, - "engines": { - "node": ">=18" + "flat-cache": "^6.1.5" } }, "node_modules/stylelint/node_modules/flat-cache": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-5.0.0.tgz", - "integrity": "sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.5.tgz", + "integrity": "sha512-QR+2kN38f8nMfiIQ1LHYjuDEmZNZVjxuxY+HufbS3BW0EX01Q5OnH7iduOYRutmgiXb797HAKcXUeXrvRjjgSQ==", "dev": true, "license": "MIT", "dependencies": { - "flatted": "^3.3.1", - "keyv": "^4.5.4" - }, - "engines": { - "node": ">=18" + "cacheable": "^1.8.7", + "flatted": "^3.3.2", + "hookified": "^1.6.0" } }, "node_modules/stylelint/node_modules/globby": { @@ -12815,9 +13015,9 @@ } }, "node_modules/stylelint/node_modules/ignore": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz", - "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz", + "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==", "dev": true, "license": "MIT", "engines": { @@ -12837,20 +13037,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/stylelint/node_modules/postcss-selector-parser": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", - "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/stylelint/node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -13032,9 +13218,9 @@ } }, "node_modules/svgo/node_modules/domutils": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.1.tgz", - "integrity": "sha512-xWXmuRnN9OMP6ptPd2+H0cCbcYBULa5YDTbMm/2lvkWvNA3O4wcW+GvzooqBuNM8yy6pl3VIAeJTUUWUbfI5Fw==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", + "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -13610,9 +13796,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", - "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz", + "integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==", "dev": true, "funding": [ { @@ -13631,7 +13817,7 @@ "license": "MIT", "dependencies": { "escalade": "^3.2.0", - "picocolors": "^1.1.0" + "picocolors": "^1.1.1" }, "bin": { "update-browserslist-db": "cli.js" @@ -13660,6 +13846,16 @@ "pako": "^1.0.5" } }, + "node_modules/util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "dev": true, + "license": "MIT", + "dependencies": { + "inherits": "2.0.3" + } + }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -13667,6 +13863,13 @@ "dev": true, "license": "MIT" }, + "node_modules/util/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true, + "license": "ISC" + }, "node_modules/utila": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", @@ -14349,6 +14552,22 @@ "url": "https://github.com/sponsors/epoberezkin" } }, + "node_modules/workbox-build/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/workbox-build/node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", diff --git a/package.json b/package.json index 7f60172bcb..f0b8922640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "squadcalc", - "version": "35.0.0", + "version": "36.0.0", "description": "A Complete Mortar Calculator and Map Lane Finder for Squad", "author": "Maxime 'sharkman' Boussard", "license": "MIT", @@ -29,7 +29,6 @@ "start": "webpack serve -c ./config/webpack.config.js", "build": "webpack -c ./config/webpack.config.js", "lint": "stylelint -c ./config/.stylelintrc.json ./src/**/*.scss && htmlhint --config ./config/.htmlhintrc.json --nocolor ./src/ && jshint ./src/ && eslint -c ./config/.eslintrc.js ./src/", - "convertHeightmapsToJson": "npx src/js/tests/convertHeightmapsToJson.mjs", "mapinfo": "node src/js/tests/mapdata.js info", "weaponInfo": "node src/js/tests/calcMortarTech.js info" }, @@ -42,6 +41,7 @@ "css-minimizer-webpack-plugin": "^7.0.0", "dotenv-webpack": "^8.1.0", "eslint": "^9.17.0", + "fs-extra": "^11.2.0", "html-loader": "^5.1.0", "html-webpack-plugin": "^5.6.3", "htmlhint": "^1.1.4", @@ -51,9 +51,13 @@ "jshint": "^2.13.6", "leader-line-new": "^1.1.9", "leaflet": "^1.9.4", + "leaflet-edgebuffer": "^1.0.6", "leaflet-loader": "^0.0.3", + "leaflet-polylinedecorator": "^1.6.0", "leaflet-spin": "^1.1.2", "mini-css-extract-plugin": "^2.9.2", + "mkdirp": "^3.0.1", + "path": "^0.12.7", "postcss": ">=8.4.49", "purecss": "^3.0.0", "robotstxt-webpack-plugin": "^8.0.0", @@ -71,5 +75,8 @@ "webpack-merge": "^6.0.1", "webpack-pwa-manifest": "^4.3.0", "workbox-webpack-plugin": "^7.3.0" + }, + "overrides": { + "phin": "^3.7.1" } } diff --git a/public/icons/ally/deployables/deployable_AntiAirGun.webp b/public/icons/ally/deployables/deployable_AntiAirGun.webp new file mode 100644 index 0000000000..328303b4fa Binary files /dev/null and b/public/icons/ally/deployables/deployable_AntiAirGun.webp differ diff --git a/public/icons/ally/deployables/deployable_GMG.webp b/public/icons/ally/deployables/deployable_GMG.webp new file mode 100644 index 0000000000..1d5ec141d6 Binary files /dev/null and b/public/icons/ally/deployables/deployable_GMG.webp differ diff --git a/public/icons/ally/deployables/deployable_HMG.webp b/public/icons/ally/deployables/deployable_HMG.webp new file mode 100644 index 0000000000..7aa0c22b42 Binary files /dev/null and b/public/icons/ally/deployables/deployable_HMG.webp differ diff --git a/src/img/icons/deployables/deployable_ammocrate.webp b/public/icons/ally/deployables/deployable_ammocrate.webp similarity index 100% rename from src/img/icons/deployables/deployable_ammocrate.webp rename to public/icons/ally/deployables/deployable_ammocrate.webp diff --git a/public/icons/ally/deployables/deployable_anti_tank.webp b/public/icons/ally/deployables/deployable_anti_tank.webp new file mode 100644 index 0000000000..09ff75a3d8 Binary files /dev/null and b/public/icons/ally/deployables/deployable_anti_tank.webp differ diff --git a/public/icons/ally/deployables/deployable_anti_tank_gun.webp b/public/icons/ally/deployables/deployable_anti_tank_gun.webp new file mode 100644 index 0000000000..7d8c00b54b Binary files /dev/null and b/public/icons/ally/deployables/deployable_anti_tank_gun.webp differ diff --git a/public/icons/ally/deployables/deployable_fob.webp b/public/icons/ally/deployables/deployable_fob.webp new file mode 100644 index 0000000000..48003fff61 Binary files /dev/null and b/public/icons/ally/deployables/deployable_fob.webp differ diff --git a/public/icons/ally/deployables/deployable_fob_blue.webp b/public/icons/ally/deployables/deployable_fob_blue.webp new file mode 100644 index 0000000000..0512fb8988 Binary files /dev/null and b/public/icons/ally/deployables/deployable_fob_blue.webp differ diff --git a/public/icons/ally/deployables/deployable_hab.webp b/public/icons/ally/deployables/deployable_hab.webp new file mode 100644 index 0000000000..332f67a6a5 Binary files /dev/null and b/public/icons/ally/deployables/deployable_hab.webp differ diff --git a/public/icons/ally/deployables/deployable_hab_activated.webp b/public/icons/ally/deployables/deployable_hab_activated.webp new file mode 100644 index 0000000000..2287d92336 Binary files /dev/null and b/public/icons/ally/deployables/deployable_hab_activated.webp differ diff --git a/src/img/icons/deployables/deployable_helipad.webp b/public/icons/ally/deployables/deployable_helipad.webp similarity index 100% rename from src/img/icons/deployables/deployable_helipad.webp rename to public/icons/ally/deployables/deployable_helipad.webp diff --git a/public/icons/ally/deployables/deployable_hellcannon.webp b/public/icons/ally/deployables/deployable_hellcannon.webp new file mode 100644 index 0000000000..c33919c674 Binary files /dev/null and b/public/icons/ally/deployables/deployable_hellcannon.webp differ diff --git a/public/icons/ally/deployables/deployable_mortars.webp b/public/icons/ally/deployables/deployable_mortars.webp new file mode 100644 index 0000000000..4776ff5383 Binary files /dev/null and b/public/icons/ally/deployables/deployable_mortars.webp differ diff --git a/src/img/icons/deployables/deployable_repairstation.webp b/public/icons/ally/deployables/deployable_repairstation.webp similarity index 100% rename from src/img/icons/deployables/deployable_repairstation.webp rename to public/icons/ally/deployables/deployable_repairstation.webp diff --git a/public/icons/ally/deployables/deployable_ub32rockets.webp b/public/icons/ally/deployables/deployable_ub32rockets.webp new file mode 100644 index 0000000000..0633d8beac Binary files /dev/null and b/public/icons/ally/deployables/deployable_ub32rockets.webp differ diff --git a/public/icons/ally/deployables/map_mine.webp b/public/icons/ally/deployables/map_mine.webp new file mode 100644 index 0000000000..7409145801 Binary files /dev/null and b/public/icons/ally/deployables/map_mine.webp differ diff --git a/public/icons/ally/deployables/rallypoint.webp b/public/icons/ally/deployables/rallypoint.webp new file mode 100644 index 0000000000..6fb1d80454 Binary files /dev/null and b/public/icons/ally/deployables/rallypoint.webp differ diff --git a/public/icons/ally/infantry/map_genericinfantry.webp b/public/icons/ally/infantry/map_genericinfantry.webp new file mode 100644 index 0000000000..19b68240bc Binary files /dev/null and b/public/icons/ally/infantry/map_genericinfantry.webp differ diff --git a/public/icons/ally/infantry/map_hat.webp b/public/icons/ally/infantry/map_hat.webp new file mode 100644 index 0000000000..213cae201d Binary files /dev/null and b/public/icons/ally/infantry/map_hat.webp differ diff --git a/public/icons/ally/infantry/map_infantiair.webp b/public/icons/ally/infantry/map_infantiair.webp new file mode 100644 index 0000000000..4a38beb875 Binary files /dev/null and b/public/icons/ally/infantry/map_infantiair.webp differ diff --git a/public/icons/ally/infantry/map_infmg.webp b/public/icons/ally/infantry/map_infmg.webp new file mode 100644 index 0000000000..9f8ea0613c Binary files /dev/null and b/public/icons/ally/infantry/map_infmg.webp differ diff --git a/public/icons/ally/infantry/map_lat.webp b/public/icons/ally/infantry/map_lat.webp new file mode 100644 index 0000000000..ecac6ef1a2 Binary files /dev/null and b/public/icons/ally/infantry/map_lat.webp differ diff --git a/public/icons/ally/infantry/map_marksmansniper.webp b/public/icons/ally/infantry/map_marksmansniper.webp new file mode 100644 index 0000000000..0e7c491429 Binary files /dev/null and b/public/icons/ally/infantry/map_marksmansniper.webp differ diff --git a/public/icons/ally/vehicles/T_map_apc_open_turret.webp b/public/icons/ally/vehicles/T_map_apc_open_turret.webp new file mode 100644 index 0000000000..abfb543b1b Binary files /dev/null and b/public/icons/ally/vehicles/T_map_apc_open_turret.webp differ diff --git a/public/icons/ally/vehicles/T_map_boat_logistics.webp b/public/icons/ally/vehicles/T_map_boat_logistics.webp new file mode 100644 index 0000000000..e30a8c54c3 Binary files /dev/null and b/public/icons/ally/vehicles/T_map_boat_logistics.webp differ diff --git a/public/icons/ally/vehicles/T_map_boat_openturret.webp b/public/icons/ally/vehicles/T_map_boat_openturret.webp new file mode 100644 index 0000000000..1eda62b490 Binary files /dev/null and b/public/icons/ally/vehicles/T_map_boat_openturret.webp differ diff --git a/public/icons/ally/vehicles/T_map_helicopter_lightcas.webp b/public/icons/ally/vehicles/T_map_helicopter_lightcas.webp new file mode 100644 index 0000000000..2201f09406 Binary files /dev/null and b/public/icons/ally/vehicles/T_map_helicopter_lightcas.webp differ diff --git a/public/icons/ally/vehicles/T_map_helicopter_scout.webp b/public/icons/ally/vehicles/T_map_helicopter_scout.webp new file mode 100644 index 0000000000..e983f8e017 Binary files /dev/null and b/public/icons/ally/vehicles/T_map_helicopter_scout.webp differ diff --git a/public/icons/ally/vehicles/T_map_jeep_antiair.webp b/public/icons/ally/vehicles/T_map_jeep_antiair.webp new file mode 100644 index 0000000000..45c5d7277b Binary files /dev/null and b/public/icons/ally/vehicles/T_map_jeep_antiair.webp differ diff --git a/public/icons/ally/vehicles/T_map_mgs.webp b/public/icons/ally/vehicles/T_map_mgs.webp new file mode 100644 index 0000000000..5385113a65 Binary files /dev/null and b/public/icons/ally/vehicles/T_map_mgs.webp differ diff --git a/public/icons/ally/vehicles/T_map_trackedapc_artillery.webp b/public/icons/ally/vehicles/T_map_trackedapc_artillery.webp new file mode 100644 index 0000000000..65beba8cea Binary files /dev/null and b/public/icons/ally/vehicles/T_map_trackedapc_artillery.webp differ diff --git a/public/icons/ally/vehicles/T_map_trackedapc_logistics.webp b/public/icons/ally/vehicles/T_map_trackedapc_logistics.webp new file mode 100644 index 0000000000..22b63505cf Binary files /dev/null and b/public/icons/ally/vehicles/T_map_trackedapc_logistics.webp differ diff --git a/public/icons/ally/vehicles/T_map_trackedapc_msv.webp b/public/icons/ally/vehicles/T_map_trackedapc_msv.webp new file mode 100644 index 0000000000..646eaf9826 Binary files /dev/null and b/public/icons/ally/vehicles/T_map_trackedapc_msv.webp differ diff --git a/public/icons/ally/vehicles/T_map_trackedapc_noturret.webp b/public/icons/ally/vehicles/T_map_trackedapc_noturret.webp new file mode 100644 index 0000000000..03903e4173 Binary files /dev/null and b/public/icons/ally/vehicles/T_map_trackedapc_noturret.webp differ diff --git a/public/icons/ally/vehicles/T_map_trackedrecon.webp b/public/icons/ally/vehicles/T_map_trackedrecon.webp new file mode 100644 index 0000000000..1f1573a8cd Binary files /dev/null and b/public/icons/ally/vehicles/T_map_trackedrecon.webp differ diff --git a/public/icons/ally/vehicles/T_map_truck_artillery.webp b/public/icons/ally/vehicles/T_map_truck_artillery.webp new file mode 100644 index 0000000000..95a7e447be Binary files /dev/null and b/public/icons/ally/vehicles/T_map_truck_artillery.webp differ diff --git a/public/icons/ally/vehicles/T_map_wheeledrecon.webp b/public/icons/ally/vehicles/T_map_wheeledrecon.webp new file mode 100644 index 0000000000..2341f50111 Binary files /dev/null and b/public/icons/ally/vehicles/T_map_wheeledrecon.webp differ diff --git a/public/icons/ally/vehicles/T_strategic_uav.webp b/public/icons/ally/vehicles/T_strategic_uav.webp new file mode 100644 index 0000000000..fe36682d49 Binary files /dev/null and b/public/icons/ally/vehicles/T_strategic_uav.webp differ diff --git a/public/icons/ally/vehicles/map_antiair.webp b/public/icons/ally/vehicles/map_antiair.webp new file mode 100644 index 0000000000..2585f7f6a5 Binary files /dev/null and b/public/icons/ally/vehicles/map_antiair.webp differ diff --git a/public/icons/ally/vehicles/map_apc.webp b/public/icons/ally/vehicles/map_apc.webp new file mode 100644 index 0000000000..f068b2d4d4 Binary files /dev/null and b/public/icons/ally/vehicles/map_apc.webp differ diff --git a/public/icons/ally/vehicles/map_attackhelo.webp b/public/icons/ally/vehicles/map_attackhelo.webp new file mode 100644 index 0000000000..64a3c5e22f Binary files /dev/null and b/public/icons/ally/vehicles/map_attackhelo.webp differ diff --git a/public/icons/ally/vehicles/map_boat.webp b/public/icons/ally/vehicles/map_boat.webp new file mode 100644 index 0000000000..d0cd54985e Binary files /dev/null and b/public/icons/ally/vehicles/map_boat.webp differ diff --git a/public/icons/ally/vehicles/map_handhelddrone.webp b/public/icons/ally/vehicles/map_handhelddrone.webp new file mode 100644 index 0000000000..4d32d560dd Binary files /dev/null and b/public/icons/ally/vehicles/map_handhelddrone.webp differ diff --git a/public/icons/ally/vehicles/map_ifv.webp b/public/icons/ally/vehicles/map_ifv.webp new file mode 100644 index 0000000000..effcbcf1fd Binary files /dev/null and b/public/icons/ally/vehicles/map_ifv.webp differ diff --git a/public/icons/ally/vehicles/map_jeep.webp b/public/icons/ally/vehicles/map_jeep.webp new file mode 100644 index 0000000000..c36f7896de Binary files /dev/null and b/public/icons/ally/vehicles/map_jeep.webp differ diff --git a/public/icons/ally/vehicles/map_jeep_antitank.webp b/public/icons/ally/vehicles/map_jeep_antitank.webp new file mode 100644 index 0000000000..febe71a53f Binary files /dev/null and b/public/icons/ally/vehicles/map_jeep_antitank.webp differ diff --git a/public/icons/ally/vehicles/map_jeep_artillery.webp b/public/icons/ally/vehicles/map_jeep_artillery.webp new file mode 100644 index 0000000000..5d7035a807 Binary files /dev/null and b/public/icons/ally/vehicles/map_jeep_artillery.webp differ diff --git a/public/icons/ally/vehicles/map_jeep_logistics.webp b/public/icons/ally/vehicles/map_jeep_logistics.webp new file mode 100644 index 0000000000..83611e39d7 Binary files /dev/null and b/public/icons/ally/vehicles/map_jeep_logistics.webp differ diff --git a/public/icons/ally/vehicles/map_jeep_transport.webp b/public/icons/ally/vehicles/map_jeep_transport.webp new file mode 100644 index 0000000000..0200a954cb Binary files /dev/null and b/public/icons/ally/vehicles/map_jeep_transport.webp differ diff --git a/public/icons/ally/vehicles/map_jeep_turret.webp b/public/icons/ally/vehicles/map_jeep_turret.webp new file mode 100644 index 0000000000..b89b3107da Binary files /dev/null and b/public/icons/ally/vehicles/map_jeep_turret.webp differ diff --git a/public/icons/ally/vehicles/map_jet_a10.webp b/public/icons/ally/vehicles/map_jet_a10.webp new file mode 100644 index 0000000000..b07232c512 Binary files /dev/null and b/public/icons/ally/vehicles/map_jet_a10.webp differ diff --git a/public/icons/ally/vehicles/map_jet_su25.webp b/public/icons/ally/vehicles/map_jet_su25.webp new file mode 100644 index 0000000000..beed8e1730 Binary files /dev/null and b/public/icons/ally/vehicles/map_jet_su25.webp differ diff --git a/public/icons/ally/vehicles/map_jet_tornado.webp b/public/icons/ally/vehicles/map_jet_tornado.webp new file mode 100644 index 0000000000..c9cbb7273d Binary files /dev/null and b/public/icons/ally/vehicles/map_jet_tornado.webp differ diff --git a/public/icons/ally/vehicles/map_motorcycle.webp b/public/icons/ally/vehicles/map_motorcycle.webp new file mode 100644 index 0000000000..518d3e2526 Binary files /dev/null and b/public/icons/ally/vehicles/map_motorcycle.webp differ diff --git a/public/icons/ally/vehicles/map_tank.webp b/public/icons/ally/vehicles/map_tank.webp new file mode 100644 index 0000000000..50c5807532 Binary files /dev/null and b/public/icons/ally/vehicles/map_tank.webp differ diff --git a/public/icons/ally/vehicles/map_trackedapc.webp b/public/icons/ally/vehicles/map_trackedapc.webp new file mode 100644 index 0000000000..cb0bbc63be Binary files /dev/null and b/public/icons/ally/vehicles/map_trackedapc.webp differ diff --git a/public/icons/ally/vehicles/map_trackedheavyifv.webp b/public/icons/ally/vehicles/map_trackedheavyifv.webp new file mode 100644 index 0000000000..037a508731 Binary files /dev/null and b/public/icons/ally/vehicles/map_trackedheavyifv.webp differ diff --git a/public/icons/ally/vehicles/map_trackedifv.webp b/public/icons/ally/vehicles/map_trackedifv.webp new file mode 100644 index 0000000000..869476c04e Binary files /dev/null and b/public/icons/ally/vehicles/map_trackedifv.webp differ diff --git a/public/icons/ally/vehicles/map_trackedjeep.webp b/public/icons/ally/vehicles/map_trackedjeep.webp new file mode 100644 index 0000000000..98c380447f Binary files /dev/null and b/public/icons/ally/vehicles/map_trackedjeep.webp differ diff --git a/public/icons/ally/vehicles/map_transporthelo.webp b/public/icons/ally/vehicles/map_transporthelo.webp new file mode 100644 index 0000000000..f3c79082e5 Binary files /dev/null and b/public/icons/ally/vehicles/map_transporthelo.webp differ diff --git a/public/icons/ally/vehicles/map_truck_antiair.webp b/public/icons/ally/vehicles/map_truck_antiair.webp new file mode 100644 index 0000000000..58b9a1423c Binary files /dev/null and b/public/icons/ally/vehicles/map_truck_antiair.webp differ diff --git a/public/icons/ally/vehicles/map_truck_logistics.webp b/public/icons/ally/vehicles/map_truck_logistics.webp new file mode 100644 index 0000000000..67cdd912ca Binary files /dev/null and b/public/icons/ally/vehicles/map_truck_logistics.webp differ diff --git a/public/icons/ally/vehicles/map_truck_transport.webp b/public/icons/ally/vehicles/map_truck_transport.webp new file mode 100644 index 0000000000..889da8aa1b Binary files /dev/null and b/public/icons/ally/vehicles/map_truck_transport.webp differ diff --git a/public/icons/ally/vehicles/map_truck_transport_armed.webp b/public/icons/ally/vehicles/map_truck_transport_armed.webp new file mode 100644 index 0000000000..c318843ff9 Binary files /dev/null and b/public/icons/ally/vehicles/map_truck_transport_armed.webp differ diff --git a/public/icons/ally/vehicles/map_uav.webp b/public/icons/ally/vehicles/map_uav.webp new file mode 100644 index 0000000000..4b012faeb3 Binary files /dev/null and b/public/icons/ally/vehicles/map_uav.webp differ diff --git a/public/icons/enemy/deployables/deployable_AntiAirGun.webp b/public/icons/enemy/deployables/deployable_AntiAirGun.webp new file mode 100644 index 0000000000..3587019ab1 Binary files /dev/null and b/public/icons/enemy/deployables/deployable_AntiAirGun.webp differ diff --git a/public/icons/enemy/deployables/deployable_GMG.webp b/public/icons/enemy/deployables/deployable_GMG.webp new file mode 100644 index 0000000000..094f551f74 Binary files /dev/null and b/public/icons/enemy/deployables/deployable_GMG.webp differ diff --git a/public/icons/enemy/deployables/deployable_HMG.webp b/public/icons/enemy/deployables/deployable_HMG.webp new file mode 100644 index 0000000000..924fd41356 Binary files /dev/null and b/public/icons/enemy/deployables/deployable_HMG.webp differ diff --git a/public/icons/enemy/deployables/deployable_ammocrate.webp b/public/icons/enemy/deployables/deployable_ammocrate.webp new file mode 100644 index 0000000000..16213507ee Binary files /dev/null and b/public/icons/enemy/deployables/deployable_ammocrate.webp differ diff --git a/public/icons/enemy/deployables/deployable_anti_tank.webp b/public/icons/enemy/deployables/deployable_anti_tank.webp new file mode 100644 index 0000000000..638b074075 Binary files /dev/null and b/public/icons/enemy/deployables/deployable_anti_tank.webp differ diff --git a/public/icons/enemy/deployables/deployable_anti_tank_gun.webp b/public/icons/enemy/deployables/deployable_anti_tank_gun.webp new file mode 100644 index 0000000000..4102167c7b Binary files /dev/null and b/public/icons/enemy/deployables/deployable_anti_tank_gun.webp differ diff --git a/public/icons/enemy/deployables/deployable_fob.webp b/public/icons/enemy/deployables/deployable_fob.webp new file mode 100644 index 0000000000..315e50c3ba Binary files /dev/null and b/public/icons/enemy/deployables/deployable_fob.webp differ diff --git a/public/icons/enemy/deployables/deployable_hab.webp b/public/icons/enemy/deployables/deployable_hab.webp new file mode 100644 index 0000000000..3f79e070be Binary files /dev/null and b/public/icons/enemy/deployables/deployable_hab.webp differ diff --git a/public/icons/enemy/deployables/deployable_helipad.webp b/public/icons/enemy/deployables/deployable_helipad.webp new file mode 100644 index 0000000000..132a841722 Binary files /dev/null and b/public/icons/enemy/deployables/deployable_helipad.webp differ diff --git a/public/icons/enemy/deployables/deployable_hellcannon.webp b/public/icons/enemy/deployables/deployable_hellcannon.webp new file mode 100644 index 0000000000..74ef52560b Binary files /dev/null and b/public/icons/enemy/deployables/deployable_hellcannon.webp differ diff --git a/public/icons/enemy/deployables/deployable_mortars.webp b/public/icons/enemy/deployables/deployable_mortars.webp new file mode 100644 index 0000000000..c18f071134 Binary files /dev/null and b/public/icons/enemy/deployables/deployable_mortars.webp differ diff --git a/public/icons/enemy/deployables/deployable_repairstation.webp b/public/icons/enemy/deployables/deployable_repairstation.webp new file mode 100644 index 0000000000..ceb60fbb65 Binary files /dev/null and b/public/icons/enemy/deployables/deployable_repairstation.webp differ diff --git a/public/icons/enemy/deployables/deployable_ub32rockets.webp b/public/icons/enemy/deployables/deployable_ub32rockets.webp new file mode 100644 index 0000000000..73b9b7093b Binary files /dev/null and b/public/icons/enemy/deployables/deployable_ub32rockets.webp differ diff --git a/public/icons/enemy/deployables/map_mine.webp b/public/icons/enemy/deployables/map_mine.webp new file mode 100644 index 0000000000..105f3f51b6 Binary files /dev/null and b/public/icons/enemy/deployables/map_mine.webp differ diff --git a/public/icons/enemy/deployables/rallypoint.webp b/public/icons/enemy/deployables/rallypoint.webp new file mode 100644 index 0000000000..3fd525183b Binary files /dev/null and b/public/icons/enemy/deployables/rallypoint.webp differ diff --git a/public/icons/enemy/infantry/map_genericinfantry.webp b/public/icons/enemy/infantry/map_genericinfantry.webp new file mode 100644 index 0000000000..a29d8bff1c Binary files /dev/null and b/public/icons/enemy/infantry/map_genericinfantry.webp differ diff --git a/public/icons/enemy/infantry/map_hat.webp b/public/icons/enemy/infantry/map_hat.webp new file mode 100644 index 0000000000..ece44bbf6a Binary files /dev/null and b/public/icons/enemy/infantry/map_hat.webp differ diff --git a/public/icons/enemy/infantry/map_infantiair.webp b/public/icons/enemy/infantry/map_infantiair.webp new file mode 100644 index 0000000000..8a6781baac Binary files /dev/null and b/public/icons/enemy/infantry/map_infantiair.webp differ diff --git a/public/icons/enemy/infantry/map_infmg.webp b/public/icons/enemy/infantry/map_infmg.webp new file mode 100644 index 0000000000..fcff70a946 Binary files /dev/null and b/public/icons/enemy/infantry/map_infmg.webp differ diff --git a/public/icons/enemy/infantry/map_lat.webp b/public/icons/enemy/infantry/map_lat.webp new file mode 100644 index 0000000000..e9a39be838 Binary files /dev/null and b/public/icons/enemy/infantry/map_lat.webp differ diff --git a/public/icons/enemy/infantry/map_marksmansniper.webp b/public/icons/enemy/infantry/map_marksmansniper.webp new file mode 100644 index 0000000000..0950355313 Binary files /dev/null and b/public/icons/enemy/infantry/map_marksmansniper.webp differ diff --git a/public/icons/enemy/vehicles/T_map_apc_open_turret.webp b/public/icons/enemy/vehicles/T_map_apc_open_turret.webp new file mode 100644 index 0000000000..986480cdf6 Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_apc_open_turret.webp differ diff --git a/public/icons/enemy/vehicles/T_map_boat_logistics.webp b/public/icons/enemy/vehicles/T_map_boat_logistics.webp new file mode 100644 index 0000000000..f09c64079b Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_boat_logistics.webp differ diff --git a/public/icons/enemy/vehicles/T_map_boat_openturret.webp b/public/icons/enemy/vehicles/T_map_boat_openturret.webp new file mode 100644 index 0000000000..2b00937488 Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_boat_openturret.webp differ diff --git a/public/icons/enemy/vehicles/T_map_helicopter_lightcas.webp b/public/icons/enemy/vehicles/T_map_helicopter_lightcas.webp new file mode 100644 index 0000000000..ceb23c8016 Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_helicopter_lightcas.webp differ diff --git a/public/icons/enemy/vehicles/T_map_helicopter_scout.webp b/public/icons/enemy/vehicles/T_map_helicopter_scout.webp new file mode 100644 index 0000000000..c33d304ee6 Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_helicopter_scout.webp differ diff --git a/public/icons/enemy/vehicles/T_map_jeep_antiair.webp b/public/icons/enemy/vehicles/T_map_jeep_antiair.webp new file mode 100644 index 0000000000..27b3afb335 Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_jeep_antiair.webp differ diff --git a/public/icons/enemy/vehicles/T_map_mgs.webp b/public/icons/enemy/vehicles/T_map_mgs.webp new file mode 100644 index 0000000000..409a671bb8 Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_mgs.webp differ diff --git a/public/icons/enemy/vehicles/T_map_trackedapc_artillery.webp b/public/icons/enemy/vehicles/T_map_trackedapc_artillery.webp new file mode 100644 index 0000000000..ca8596cb75 Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_trackedapc_artillery.webp differ diff --git a/public/icons/enemy/vehicles/T_map_trackedapc_logistics.webp b/public/icons/enemy/vehicles/T_map_trackedapc_logistics.webp new file mode 100644 index 0000000000..641465c3fc Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_trackedapc_logistics.webp differ diff --git a/public/icons/enemy/vehicles/T_map_trackedapc_msv.webp b/public/icons/enemy/vehicles/T_map_trackedapc_msv.webp new file mode 100644 index 0000000000..7274353a5e Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_trackedapc_msv.webp differ diff --git a/public/icons/enemy/vehicles/T_map_trackedapc_noturret.webp b/public/icons/enemy/vehicles/T_map_trackedapc_noturret.webp new file mode 100644 index 0000000000..c42606c8f4 Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_trackedapc_noturret.webp differ diff --git a/public/icons/enemy/vehicles/T_map_trackedrecon.webp b/public/icons/enemy/vehicles/T_map_trackedrecon.webp new file mode 100644 index 0000000000..c13ff931c2 Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_trackedrecon.webp differ diff --git a/public/icons/enemy/vehicles/T_map_truck_artillery.webp b/public/icons/enemy/vehicles/T_map_truck_artillery.webp new file mode 100644 index 0000000000..9542e6bd03 Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_truck_artillery.webp differ diff --git a/public/icons/enemy/vehicles/T_map_wheeledrecon.webp b/public/icons/enemy/vehicles/T_map_wheeledrecon.webp new file mode 100644 index 0000000000..49f22e9379 Binary files /dev/null and b/public/icons/enemy/vehicles/T_map_wheeledrecon.webp differ diff --git a/public/icons/enemy/vehicles/T_strategic_uav.webp b/public/icons/enemy/vehicles/T_strategic_uav.webp new file mode 100644 index 0000000000..ca8541fa15 Binary files /dev/null and b/public/icons/enemy/vehicles/T_strategic_uav.webp differ diff --git a/public/icons/enemy/vehicles/map_antiair.webp b/public/icons/enemy/vehicles/map_antiair.webp new file mode 100644 index 0000000000..1f4230aa29 Binary files /dev/null and b/public/icons/enemy/vehicles/map_antiair.webp differ diff --git a/public/icons/enemy/vehicles/map_apc.webp b/public/icons/enemy/vehicles/map_apc.webp new file mode 100644 index 0000000000..720f969d23 Binary files /dev/null and b/public/icons/enemy/vehicles/map_apc.webp differ diff --git a/public/icons/enemy/vehicles/map_attackhelo.webp b/public/icons/enemy/vehicles/map_attackhelo.webp new file mode 100644 index 0000000000..c00ea0487e Binary files /dev/null and b/public/icons/enemy/vehicles/map_attackhelo.webp differ diff --git a/public/icons/enemy/vehicles/map_boat.webp b/public/icons/enemy/vehicles/map_boat.webp new file mode 100644 index 0000000000..180dc2bb6a Binary files /dev/null and b/public/icons/enemy/vehicles/map_boat.webp differ diff --git a/public/icons/enemy/vehicles/map_handhelddrone.webp b/public/icons/enemy/vehicles/map_handhelddrone.webp new file mode 100644 index 0000000000..3331bdb53d Binary files /dev/null and b/public/icons/enemy/vehicles/map_handhelddrone.webp differ diff --git a/public/icons/enemy/vehicles/map_ifv.webp b/public/icons/enemy/vehicles/map_ifv.webp new file mode 100644 index 0000000000..9a0f031a38 Binary files /dev/null and b/public/icons/enemy/vehicles/map_ifv.webp differ diff --git a/public/icons/enemy/vehicles/map_jeep.webp b/public/icons/enemy/vehicles/map_jeep.webp new file mode 100644 index 0000000000..7cd593f3a2 Binary files /dev/null and b/public/icons/enemy/vehicles/map_jeep.webp differ diff --git a/public/icons/enemy/vehicles/map_jeep_antitank.webp b/public/icons/enemy/vehicles/map_jeep_antitank.webp new file mode 100644 index 0000000000..ce54eceb73 Binary files /dev/null and b/public/icons/enemy/vehicles/map_jeep_antitank.webp differ diff --git a/public/icons/enemy/vehicles/map_jeep_artillery.webp b/public/icons/enemy/vehicles/map_jeep_artillery.webp new file mode 100644 index 0000000000..b044d5813b Binary files /dev/null and b/public/icons/enemy/vehicles/map_jeep_artillery.webp differ diff --git a/public/icons/enemy/vehicles/map_jeep_logistics.webp b/public/icons/enemy/vehicles/map_jeep_logistics.webp new file mode 100644 index 0000000000..d539754c75 Binary files /dev/null and b/public/icons/enemy/vehicles/map_jeep_logistics.webp differ diff --git a/public/icons/enemy/vehicles/map_jeep_transport.webp b/public/icons/enemy/vehicles/map_jeep_transport.webp new file mode 100644 index 0000000000..deec98b82d Binary files /dev/null and b/public/icons/enemy/vehicles/map_jeep_transport.webp differ diff --git a/public/icons/enemy/vehicles/map_jeep_turret.webp b/public/icons/enemy/vehicles/map_jeep_turret.webp new file mode 100644 index 0000000000..208a9452aa Binary files /dev/null and b/public/icons/enemy/vehicles/map_jeep_turret.webp differ diff --git a/public/icons/enemy/vehicles/map_jet_a10.webp b/public/icons/enemy/vehicles/map_jet_a10.webp new file mode 100644 index 0000000000..2e3102252d Binary files /dev/null and b/public/icons/enemy/vehicles/map_jet_a10.webp differ diff --git a/public/icons/enemy/vehicles/map_jet_su25.webp b/public/icons/enemy/vehicles/map_jet_su25.webp new file mode 100644 index 0000000000..bd4fd9ce57 Binary files /dev/null and b/public/icons/enemy/vehicles/map_jet_su25.webp differ diff --git a/public/icons/enemy/vehicles/map_jet_tornado.webp b/public/icons/enemy/vehicles/map_jet_tornado.webp new file mode 100644 index 0000000000..41cf57ae4f Binary files /dev/null and b/public/icons/enemy/vehicles/map_jet_tornado.webp differ diff --git a/public/icons/enemy/vehicles/map_motorcycle.webp b/public/icons/enemy/vehicles/map_motorcycle.webp new file mode 100644 index 0000000000..38dd1ddc0c Binary files /dev/null and b/public/icons/enemy/vehicles/map_motorcycle.webp differ diff --git a/public/icons/enemy/vehicles/map_tank.webp b/public/icons/enemy/vehicles/map_tank.webp new file mode 100644 index 0000000000..b7f279ba75 Binary files /dev/null and b/public/icons/enemy/vehicles/map_tank.webp differ diff --git a/public/icons/enemy/vehicles/map_trackedapc.webp b/public/icons/enemy/vehicles/map_trackedapc.webp new file mode 100644 index 0000000000..544ebed124 Binary files /dev/null and b/public/icons/enemy/vehicles/map_trackedapc.webp differ diff --git a/public/icons/enemy/vehicles/map_trackedheavyifv.webp b/public/icons/enemy/vehicles/map_trackedheavyifv.webp new file mode 100644 index 0000000000..02f3401243 Binary files /dev/null and b/public/icons/enemy/vehicles/map_trackedheavyifv.webp differ diff --git a/public/icons/enemy/vehicles/map_trackedifv.webp b/public/icons/enemy/vehicles/map_trackedifv.webp new file mode 100644 index 0000000000..1d93138086 Binary files /dev/null and b/public/icons/enemy/vehicles/map_trackedifv.webp differ diff --git a/public/icons/enemy/vehicles/map_trackedjeep.webp b/public/icons/enemy/vehicles/map_trackedjeep.webp new file mode 100644 index 0000000000..b492b93ae6 Binary files /dev/null and b/public/icons/enemy/vehicles/map_trackedjeep.webp differ diff --git a/public/icons/enemy/vehicles/map_transporthelo.webp b/public/icons/enemy/vehicles/map_transporthelo.webp new file mode 100644 index 0000000000..2b28177d15 Binary files /dev/null and b/public/icons/enemy/vehicles/map_transporthelo.webp differ diff --git a/public/icons/enemy/vehicles/map_truck_antiair.webp b/public/icons/enemy/vehicles/map_truck_antiair.webp new file mode 100644 index 0000000000..5d5dedf4db Binary files /dev/null and b/public/icons/enemy/vehicles/map_truck_antiair.webp differ diff --git a/public/icons/enemy/vehicles/map_truck_logistics.webp b/public/icons/enemy/vehicles/map_truck_logistics.webp new file mode 100644 index 0000000000..aad5c907c7 Binary files /dev/null and b/public/icons/enemy/vehicles/map_truck_logistics.webp differ diff --git a/public/icons/enemy/vehicles/map_truck_transport.webp b/public/icons/enemy/vehicles/map_truck_transport.webp new file mode 100644 index 0000000000..b987fc8f68 Binary files /dev/null and b/public/icons/enemy/vehicles/map_truck_transport.webp differ diff --git a/public/icons/enemy/vehicles/map_truck_transport_armed.webp b/public/icons/enemy/vehicles/map_truck_transport_armed.webp new file mode 100644 index 0000000000..b793a2326d Binary files /dev/null and b/public/icons/enemy/vehicles/map_truck_transport_armed.webp differ diff --git a/public/icons/enemy/vehicles/map_uav.webp b/public/icons/enemy/vehicles/map_uav.webp new file mode 100644 index 0000000000..015667842e Binary files /dev/null and b/public/icons/enemy/vehicles/map_uav.webp differ diff --git a/public/icons/shared/ctx/T_icon_Target.webp b/public/icons/shared/ctx/T_icon_Target.webp new file mode 100644 index 0000000000..6fc5509a46 Binary files /dev/null and b/public/icons/shared/ctx/T_icon_Target.webp differ diff --git a/public/icons/shared/ctx/arrow.webp b/public/icons/shared/ctx/arrow.webp new file mode 100644 index 0000000000..f9fb75806c Binary files /dev/null and b/public/icons/shared/ctx/arrow.webp differ diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 6016d01b08..7db45030d7 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -34,5 +34,6 @@ "invalidTarget": "Invalid Target", "invalidMortarTarget": "Invalid Weapon & Target", "targetOutOfRange": "Target is out of range", - "layerPlaceholder": "Layer" + "layerPlaceholder": "Layer", + "nextFlags": "Next Flags" } \ No newline at end of file diff --git a/public/locales/en/settings.json b/public/locales/en/settings.json index 4133d90c3c..5df9bd09e9 100644 --- a/public/locales/en/settings.json +++ b/public/locales/en/settings.json @@ -9,6 +9,7 @@ "useClassicCursor": "Use Classic Cursor", "mapAnimationSettings": "Pan/Zoom Animations", "highquality": "Very High quality maps", + "contextMenu": "Advanced Context Menu", "fontSize": "Font Size", "verySmall": "Very Small", "small": "Small", @@ -24,6 +25,8 @@ "showSpread": "Spread Radius", "showDamage": "Damage Radiuses", "showAnimations": "Use Large Icons", + "copyTarget": "Auto-copy Target to clipboard", + "lowAndHigh": "Show both Low and High angles", "showBearing": "Bearing", "showDistance": "Distance", "showTimeOfFlight": "Time of Flight", @@ -33,6 +36,8 @@ "capZoneOnHover": "Only show capzones when hovering", "revealLayerOnHover" : "Reveal layer when hovering a flag", "circlesFlags": "Show flag as circles", + "copyNextFlags": "Auto-copy next flags to clipboard", + "showFlagsDistance": "Show distance between flags", "shortcuts": "Shortcuts", "enter": "Enter focus mode, hiding UI buttons", "deleteLastTarget": "Delete last placed target on the map", diff --git a/public/locales/en/tooltips.json b/public/locales/en/tooltips.json index 9327b445d9..325745891e 100644 --- a/public/locales/en/tooltips.json +++ b/public/locales/en/tooltips.json @@ -31,5 +31,14 @@ "showMaxRangeTooltip": "Compute max range in every direction taking heights into account", "useClassicCursorTooltip": "Replace crosshair with default cursor", "targetAnimationTooltip": "Disable to replace target markers icon with minimalistic circles", - "performanceWarning": "Can cause performance issues" + "performanceWarning": "Can cause performance issues", + "markerDragTooltip": "Display grid while dragging", + "copyNextFlagsTooltip": "When clicking a flag, automatically add the next flags to clipboard", + "copyTargetTooltip": "After placing/dragging a target, automatically copy the calculations to clipboard", + "lowAndHighTooltip": "Show both high and low angle for weapons that can shoot in both modes", + "autoLaneTooltip": "If only one flag is available on layer's next step, squadcalc will automatically try to avance to the next lane", + "capZoneOnHoverTooltip": "Instead of showing capzones at all times, only show them when hovering over a flag", + "contextMenuTooltip": "Right click on the map reveal a context menu allowing you to place markers", + "revealLayerOnHoverTooltip": "Hovering a flag will fade out the unreachable flags if this flag happens to be clicked" + } \ No newline at end of file diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index f25c3af023..8ab43015cf 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -34,5 +34,6 @@ "invalidTarget": "Cible invalide", "invalidMortarTarget": "Arme & Cible invalides", "targetOutOfRange": "Cible hors de portée", - "layerPlaceholder": "Layer" + "layerPlaceholder": "Layer", + "nextFlags": "Prochains points" } diff --git a/public/locales/fr/settings.json b/public/locales/fr/settings.json index 59109f308b..3a43d60c80 100644 --- a/public/locales/fr/settings.json +++ b/public/locales/fr/settings.json @@ -9,6 +9,7 @@ "useClassicCursor": "Curseur classique", "mapAnimationSettings": "Animations de zoom", "highquality": "Carte haute qualité", + "contextMenu": "Menu contextuel avancé", "fontSize": "Taille de la police", "verySmall": "Très petite", "small": "Petite", @@ -24,15 +25,19 @@ "showSpread": "Rayon de dispersion", "showDamage": "Rayons de dégâts", "showAnimations": "Grandes icônes", + "copyTarget": "Copier automatiquement les cibles", + "lowAndHigh": "Afficher les angles bas et hauts", "showBearing": "Angle d'orientation", "showDistance": "Distance", "showTimeOfFlight": "Temps de vol", "showHeightDiff": "Différence d'altitude", "LaneFinderOptions": "Options de recherche de voie", - "autoLane": "Sélection automatique des drapeaux seuls", - "capZoneOnHover": "Ne montrer les zones de capture qu'au survol", + "autoLane": "Sélection automatique des drapeaux uniques", + "capZoneOnHover": "Montrer les zones de capture au survol", "revealLayerOnHover": "Révéler le layer au survol des drapeaux", "circlesFlags": "Drapeaux en forme de cercles", + "copyNextFlags": "Copier les prochains drapeaux", + "showFlagsDistance": "Afficher la distance entre les points", "shortcuts": "Raccourcis", "enter": "Entrer en mode focus, masquant les boutons de l'interface utilisateur", "deleteLastTarget": "Supprimer la dernière cible placée sur la carte", diff --git a/public/locales/fr/tooltips.json b/public/locales/fr/tooltips.json index 7097cd913a..b9a511510f 100644 --- a/public/locales/fr/tooltips.json +++ b/public/locales/fr/tooltips.json @@ -31,5 +31,13 @@ "showMaxRangeTooltip": "Calcule la portée maximale dans chaque direction en tenant compte des hauteurs", "useClassicCursorTooltip": "Remplace le réticule par le curseur par défaut de votre systeme", "targetAnimationTooltip": "Désactiver pour remplacer l'icône des marqueurs par des cercles minimalistes", - "performanceWarning": "Peut causer des problèmes de performance" + "performanceWarning": "Peut causer des problèmes de performance", + "markerDragTooltip": "Affiche la grille lors du déplacement", + "contextMenuTooltip": "Cliquez avec le bouton droit sur la carte pour révéler un menu permettant de placer des marqueurs", + "copyNextFlagsTooltip": "Lorsque vous cliquez sur un drapeau, ajoute automatiquement les drapeaux suivants au presse-papiers", + "copyTargetTooltip": "Après avoir placé/déplacé une cible, copie automatiquement les calculs dans le presse-papiers", + "lowAndHighTooltip": "Afficher à la fois l'angle haut et bas pour les armes permettant de tirer dans les deux modes", + "autoLaneTooltip": "Si un seul drapeau est disponible à l'étape suivante du layer, squadcalc essaiera automatiquement d'avancer dans le layer", + "capZoneOnHoverTooltip": "Au lieu d'afficher les zones de capture en permanence, ne les affiche que lorsque vous survolez un drapeau", + "revealLayerOnHoverTooltip": "Le survol d'un drapeau fera disparaître les drapeaux inaccessibles si ce drapeau était cliqué" } diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index 87b9f8117f..19f952e7b4 100644 --- a/public/locales/ru/common.json +++ b/public/locales/ru/common.json @@ -34,6 +34,6 @@ "invalidTarget": "Неверная цель", "invalidMortarTarget": "Инвалидное оружие и мишень", "targetOutOfRange": "Цель находится вне зоны действия", - - "layerPlaceholder": "Layer" + "layerPlaceholder": "Layer", + "nextFlags": "Следующие флаги" } diff --git a/public/locales/ru/settings.json b/public/locales/ru/settings.json index 33b2d72dcf..899a122d82 100644 --- a/public/locales/ru/settings.json +++ b/public/locales/ru/settings.json @@ -9,6 +9,7 @@ "useClassicCursor": "Классический курсор", "mapAnimationSettings": "Анимация панорамирования и зума", "highquality": "HQ карты", + "contextMenu": "Расширенное контекстное меню", "fontSize": "Размер шрифта", "verySmall": "Очень маленький", "small": "Маленький", @@ -24,6 +25,8 @@ "showSpread": "Радиус разброса", "showDamage": "Радиусы урона", "showAnimations": "Использовать большие значки", + "copyTarget": "Автокопирование целей", + "lowAndHigh": "Показать низкие и высокие углы", "showBearing": "Пеленг", "showDistance": "Расстояние", "showTimeOfFlight": "Время полёта", @@ -33,6 +36,8 @@ "capZoneOnHover": "Зоны при наведении", "revealLayerOnHover": "Показать слой при наведении на флаг", "circlesFlags": "Показать флаги в виде кругов", + "copyNextFlags": "Автокопирование следующих флагов", + "showFlagsDistance": "Показать расстояние между флагами", "shortcuts": "Ярлыки", "enter": "Войти в режим фокуса, скрыв кнопки интерфейса", "deleteLastTarget": "Удалить последнюю размещённую цель на карте", diff --git a/public/locales/ru/tooltips.json b/public/locales/ru/tooltips.json index 866315829c..0080820a55 100644 --- a/public/locales/ru/tooltips.json +++ b/public/locales/ru/tooltips.json @@ -31,7 +31,13 @@ "showMaxRangeTooltip": "Рассчитать максимальную дальность в каждом направлении с учетом высот", "useClassicCursorTooltip": "Заменить перекрестие на стандартный курсор", "targetAnimationTooltip": "Отключите, чтобы заменить значки маркеров минималистичными кругами", - "": "Замените изображения карты на изображения очень высокого качества, увеличенные с помощью ИИ, разрешением 8k*8k пикселей.", - "performanceWarning": "Может вызвать проблемы с производительностью" -} - + "performanceWarning": "Может вызвать проблемы с производительностью", + "markerDragTooltip": "Показать сетку во время перетаскивания", + "contextMenuTooltip": "Щелкните правой кнопкой мыши по карте, чтобы открыть контекстное меню и разместить маркеры", + "copyNextFlagsTooltip": "При нажатии на флаг автоматически добавлять следующие флаги в буфер обмена", + "copyTargetTooltip": "После размещения/перетаскивания цели автоматически копировать вычисления в буфер обмена", + "lowAndHighTooltip": "Показать как высокий, так и низкий угол для оружия, способного стрелять в обоих режимах", + "autoLaneTooltip": "Если на следующем шаге слоя доступен только один флаг, squadcalc автоматически попытается продвинуться на следующий слой", + "capZoneOnHoverTooltip": "Вместо постоянного отображения зон захвата отображать их только при наведении на флаг", + "revealLayerOnHoverTooltip": "Наведение на флаг будет затемнять недоступные флаги, если этот флаг случайно был нажат" +} \ No newline at end of file diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json index 74a2923f54..bffac20a3e 100644 --- a/public/locales/uk/common.json +++ b/public/locales/uk/common.json @@ -34,5 +34,6 @@ "invalidTarget": "Недійсна ціль", "invalidMortarTarget": "Непридатна зброя та мішень", "targetOutOfRange": "Ціль поза зоною досяжності", - "layerPlaceholder": "Layer" + "layerPlaceholder": "Layer", + "nextFlags": "Наступні прапори" } diff --git a/public/locales/uk/settings.json b/public/locales/uk/settings.json index 81c6c55b63..06041ae186 100644 --- a/public/locales/uk/settings.json +++ b/public/locales/uk/settings.json @@ -9,6 +9,7 @@ "useClassicCursor": "классический слайдер", "mapAnimationSettings": "Анімації масштабування", "highquality": "Карта високої якості", + "contextMenu": "Розширене контекстне меню", "fontSize": "Розмір шрифту", "verySmall": "Дуже маленький", "small": "Маленький", @@ -24,6 +25,8 @@ "showSpread": "радіус розподілу", "showDamage": "радіуси ураження", "showAnimations": "Використовувати великі значки", + "copyTarget": "Автокопіювання цілей", + "lowAndHigh": "Показати низькі та високі кути", "showBearing": "підшипник", "showDistance": "відстань", "showTimeOfFlight": "час польоту", @@ -33,6 +36,8 @@ "capZoneOnHover": "Зони при наведенні", "revealLayerOnHover": "Показати шар при наведенні на прапор", "circlesFlags": "Показати прапори у вигляді кіл", + "copyNextFlags": "Автокопіювання наступних прапорів", + "showFlagsDistance": "Показати відстань між прапорами", "shortcuts": "Ярлики", "enter": "Увійти в режим фокусу, приховуючи кнопки інтерфейсу", "deleteLastTarget": "Видалити останню розміщену ціль на карті", diff --git a/public/locales/uk/tooltips.json b/public/locales/uk/tooltips.json index 49caaefa1d..46ecfb43c6 100644 --- a/public/locales/uk/tooltips.json +++ b/public/locales/uk/tooltips.json @@ -31,5 +31,13 @@ "showMaxRangeTooltip": "Розрахувати максимальну дальність у кожному напрямку з урахуванням висот", "useClassicCursorTooltip": "Заміна прицілу на стандартний курсор", "targetAnimationTooltip": "Вимкніть, щоб замінити іконки маркерів мінімалістичними колами", - "performanceWarning": "Може спричинити проблеми з продуктивністю" + "performanceWarning": "Може спричинити проблеми з продуктивністю", + "markerDragTooltip": "Показати сітку під час перетягування", + "contextMenuTooltip": "Клацніть правою кнопкою миші по карті, щоб відкрити контекстне меню та розмістити маркери", + "copyNextFlagsTooltip": "При натисканні на прапор автоматично додавати наступні прапори в буфер обміну", + "copyTargetTooltip": "Після розміщення/перетягування цілі автоматично копіювати обчислення в буфер обміну", + "lowAndHighTooltip": "Показати як високий, так і низький кут для зброї, яка може стріляти в обох режимах", + "autoLaneTooltip": "Якщо на наступному кроці шару доступний лише один прапор, squadcalc автоматично спробує продовжити на наступний шар", + "capZoneOnHoverTooltip": "Замість постійного відображення зон захоплення відображати їх лише при наведенні на прапор", + "revealLayerOnHoverTooltip": "Наведення на прапор буде затемнювати недосяжні прапори, якщо цей прапор виявиться натиснутим" } \ No newline at end of file diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index aaccee5a2d..99c0bab79a 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -34,5 +34,6 @@ "invalidTarget": "无效的目标", "invalidMortarTarget": "取消武器和目标", "targetOutOfRange": "目标超出范围", - "layerPlaceholder": "Layer" + "layerPlaceholder": "层", + "nextFlags": "下一个点" } diff --git a/public/locales/zh/settings.json b/public/locales/zh/settings.json index b09acef9c7..f478289ac8 100644 --- a/public/locales/zh/settings.json +++ b/public/locales/zh/settings.json @@ -9,6 +9,7 @@ "useClassicCursor": "不使用十字线光标", "mapAnimationSettings": "平移/缩放动画", "highquality": "高质量底图文件", + "contextMenu": "高级右键菜单", "fontSize": "字体大小", "verySmall": "非常小", "small": "小", @@ -24,6 +25,8 @@ "showSpread": "显示散布半径", "showDamage": "显示伤害半径", "showAnimations": "使用大图标", + "copyTarget": "自动复制目标", + "lowAndHigh": "显示低角度和高角度", "showBearing": "显示方位", "showDistance": "显示距离", "showTimeOfFlight": "显示飞行时间", @@ -33,6 +36,8 @@ "capZoneOnHover": "仅在悬停时显示占领区", "revealLayerOnHover": "悬停标志时显示图层", "circlesFlags": "将标志显示为圆形", + "copyNextFlags": "自动复制下一个旗帜", + "showFlagsDistance": "显示旗帜之间的距离", "shortcuts": "快捷键", "enter": "进入聚焦模式,隐藏界面按钮", "deleteLastTarget": "删除地图上最后放置的目标", diff --git a/public/locales/zh/tooltips.json b/public/locales/zh/tooltips.json index 6438e2e6c6..e75b62dd48 100644 --- a/public/locales/zh/tooltips.json +++ b/public/locales/zh/tooltips.json @@ -31,5 +31,13 @@ "showMaxRangeTooltip": "计算每个方向的最大范围,同时考虑高度", "useClassicCursorTooltip": "用默认光标替换十字准星", "targetAnimationTooltip": "禁用以将标记图标替换为简约的圆形", - "performanceWarning": "可能会导致性能问题" + "performanceWarning": "可能会导致性能问题", + "markerDragTooltip": "拖动时显示网格", + "contextMenuTooltip": "右键单击地图以显示上下文菜单,允许您放置标记", + "copyNextFlagsTooltip": "单击旗帜时,自动将下一个旗帜添加到剪贴板", + "copyTargetTooltip": "放置/拖动目标后,自动将计算复制到剪贴板", + "lowAndHighTooltip": "显示可以以高角度和低角度射击的武器的两种角度", + "autoLaneTooltip": "如果下一层只有一个旗帜可用,squadcalc 将自动尝试前进到下一层", + "capZoneOnHoverTooltip": "不是始终显示占领区域,而是仅在悬停在旗帜上时显示", + "revealLayerOnHoverTooltip": "悬停在旗帜上将使不可到达的旗帜变暗,如果单击该旗帜,则会发生" } \ No newline at end of file diff --git a/public/maps/yehorivka/heightmap.json b/public/maps/yehorivka/heightmap.json index 9d6c478996..9ebac9c0df 100644 --- a/public/maps/yehorivka/heightmap.json +++ b/public/maps/yehorivka/heightmap.json @@ -1 +1 @@ -[[140.2772,140.2772,139.944,138.278,136.9452,135.94559999999998,134.6128,133.6132,132.6136,131.614,130.2812,128.282,126.616,126.2828,124.95,124.28359999999999,123.9504,123.9504,123.9504,123.9504,122.6176,121.9512,121.618,121.618,120.9516,120.2852,119.952,119.6188,118.286,118.286,118.286,117.9528,117.6196,116.62,115.2872,113.95439999999999,112.2884,111.622,110.2892,109.2896,108.28999999999999,106.2908,105.2912,103.62519999999999,101.9592,99.96,98.6272,97.6276,96.628,95.9616,94.962,94.6288,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.964,91.2968,91.63,92.6296,93.9624,95.2952,96.2948,96.628,96.628,97.2944,96.2948,94.962,93.9624,92.2964,91.2968,89.964,89.2976,88.9644,88.9644,87.6316,87.6316,87.2984,87.2984,86.9652,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.9644,89.2976,89.6308,90.9636,90.9636,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.2952,93.29599999999999,90.9636,89.2976,88.298,87.2984,85.9656,84.966,83.6332,82.96679999999999,81.634,80.6344,79.6348,79.6348,79.3016,79.3016,79.3016,78.6352,77.6356,77.6356,76.9692,76.3028,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.6408,64.6408,63.9744,63.308,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,62.3084,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.9784,53.9784,53.312,52.3124,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,48.314,47.3144,47.3144,46.647999999999996,45.9816,45.3152,44.6488,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.3164,42.3164,42.3164,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.982,44.982,45.6484,45.6484,46.3148,46.9812,46.9812,46.9812,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.3128,51.3128,51.9792,52.6456,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,57.6436,59.309599999999996,60.6424,61.9752,64.6408,66.9732,69.6388,72.9708,75.3032,75.9696,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,73.63719999999999,72.9708,71.3048,69.972,68.6392,67.3064,66.3068,65.6404,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.6392,69.3056,69.972,70.6384,71.638,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,78.6352,79.3016,80.6344,81.634,83.6332,86.632,88.9644,90.2972,92.6296,94.962,96.2948,98.294,99.96,102.6256,103.9584,105.2912,106.2908,106.9572,106.9572,106.624,105.9576,105.9576,106.624,106.9572,106.9572,105.6244,105.2912,103.292,101.9592,99.96,97.96079999999999,96.628,95.2952,94.962,93.29599999999999,92.2964,91.63,91.2968,91.2968,91.2968,90.6304,90.2972,89.964,89.2976,87.6316,86.2988,83.3,80.6344,78.6352,76.3028,74.97,73.9704,73.9704,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.638,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,80.6344,81.3008,81.9672,82.6336,83.3,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.9676,80.3012,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.9688,77.9688,77.9688,77.9688,77.9688,77.9688,77.9688,77.9688,77.9688,77.9688,78.9684,79.6348,80.3012,80.9676,81.634,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,82.96679999999999,82.96679999999999,83.3,83.3,83.3,83.6332,84.2996,84.2996,85.2992,85.2992,85.9656,85.9656,86.2988,86.2988,86.9652,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.964,89.964,91.2968,91.2968,91.9632,92.6296,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,92.2964,92.2964,92.2964,92.2964,92.9628,94.2956,95.9616,97.6276,99.96,101.9592,103.9584,104.6248,106.2908,106.9572,107.6236,107.9568,109.2896,109.6228,110.2892,110.9556,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,111.2888,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.954,114.954,114.2876,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,112.6216,112.6216,112.2884,111.622,110.2892,109.6228,109.2896,108.6232,108.6232,108.6232,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.2896,109.2896,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,112.2884,112.95479999999999,113.288,114.2876,115.2872,116.62,117.6196,119.2856,120.2852,120.9516,121.618,121.9512,123.28399999999999,123.9504,124.28359999999999,124.28359999999999,125.6164,125.6164,125.6164,126.2828,127.6156,127.6156,127.9488,128.6152,129.2816,129.948,131.614,132.9468,133.6132,133.9464,135.2792,135.2792,136.612,136.612,137.2784,136.9452,138.278,138.9444,139.944,139.944,139.944,139.944,140.6104,139.944,139.944,139.944,140.6104,140.6104,141.60999999999999,141.60999999999999,141.9432,142.9428,144.942,145.6084,146.608,147.9408,148.274,148.9404,149.2736,149.94,150.6064,149.94,148.274,147.27439999999999,145.6084,144.2756,143.276,142.9428,142.2764,142.2764,141.2768,140.6104,139.944,139.944,139.944,139.944,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,140.6104,139.944,139.944,139.2776,139.2776,139.2776,139.2776,139.944,140.2772,140.9436,140.9436,142.2764,142.2764,142.2764,142.2764,143.276,143.9424,145.2752,145.2752,145.6084,145.6084,145.9416,146.608,147.27439999999999,147.27439999999999,147.27439999999999,146.2748,143.6092,140.9436,138.9444,136.612,134.2796,131.614,129.948,127.9488,126.616,126.2828,126.2828,127.2824,128.282,128.282,128.6152,128.6152,127.9488,127.6156,127.2824,126.616,126.2828,126.2828,126.2828,126.2828,126.616,127.2824,127.9488,129.6148,130.9476,131.9472,134.2796,135.2792,137.2784,137.6116,137.6116,137.6116,137.2784,136.2788,135.2792,135.2792,134.2796,133.9464,133.28,133.28,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.9464,133.6132,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.946,135.2792,135.94559999999998,135.94559999999998,137.2784,137.6116,138.6112,138.9444,139.6108,139.944,140.2772,140.2772,141.60999999999999,141.60999999999999,141.2768,141.2768,140.6104,140.6104,140.6104,140.6104,139.944,139.944,140.6104,140.6104,140.9436,141.60999999999999,141.9432,143.276,144.2756,144.942,145.6084,145.6084,145.9416,145.9416,145.9416,145.9416,145.2752,145.2752,145.2752,145.2752,145.2752,145.6084,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,149.2736,149.2736,149.2736,149.2736,149.6068,149.6068,150.2732,150.2732,150.6064,151.2728,152.9388,154.2716,155.9376,157.2704,158.6032,159.2696,158.9364,158.9364,158.6032,158.6032,158.6032,158.6032,157.9368,157.9368],[141.60999999999999,141.2768,140.6104,139.6108,138.278,136.612,135.2792,134.2796,133.28,131.9472,130.9476,129.6148,127.9488,126.2828,125.6164,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,122.6176,121.9512,121.9512,121.618,120.9516,120.2852,119.952,119.6188,118.9524,118.286,118.9524,117.9528,117.6196,116.62,115.9536,114.6208,113.288,111.622,110.2892,109.956,108.6232,107.6236,105.9576,104.6248,102.9588,101.2928,99.2936,98.294,97.2944,95.9616,94.962,94.6288,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,89.2976,89.964,90.6304,92.2964,93.29599999999999,94.2956,95.9616,96.2948,96.9612,96.9612,96.2948,94.6288,93.29599999999999,92.2964,90.6304,89.964,89.2976,88.9644,88.298,87.6316,87.2984,87.2984,86.632,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,90.2972,90.9636,90.9636,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.9616,94.6288,92.2964,90.6304,89.6308,87.6316,86.632,85.2992,84.6328,83.6332,81.634,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,78.6352,77.9688,76.9692,76.3028,75.3032,74.6368,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.6408,63.9744,63.9744,63.308,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,62.3084,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.6448,53.9784,53.9784,53.9784,53.9784,53.312,52.3124,51.646,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,47.3144,46.647999999999996,46.647999999999996,45.9816,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.9832,41.3168,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.9836,40.9836,41.65,41.65,42.3164,42.3164,42.3164,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,44.982,45.6484,46.3148,46.9812,46.9812,46.9812,46.9812,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.3128,51.9792,52.6456,53.312,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,59.309599999999996,60.6424,61.9752,63.9744,66.9732,69.6388,72.3044,74.6368,75.9696,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,73.63719999999999,72.9708,71.9712,70.6384,69.3056,67.97279999999999,66.9732,66.3068,65.6404,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.306,69.3056,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.9692,77.6356,78.6352,79.968,80.6344,82.3004,83.6332,85.9656,88.298,90.2972,92.6296,94.962,96.9612,98.96039999999999,100.6264,102.9588,104.6248,105.9576,106.9572,107.6236,107.6236,106.9572,106.624,106.624,106.9572,107.6236,107.6236,106.9572,105.9576,104.6248,102.2924,100.6264,98.96039999999999,96.9612,96.2948,94.6288,93.9624,92.2964,91.63,91.63,90.9636,91.2968,90.6304,89.964,89.6308,88.63119999999999,87.6316,86.2988,83.6332,81.634,78.9684,76.3028,75.3032,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,71.638,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,75.3032,75.9696,76.636,76.636,77.6356,78.6352,79.3016,80.6344,81.3008,82.6336,83.3,83.9664,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.9676,80.3012,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,80.3012,80.9676,81.634,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.6332,84.2996,84.2996,85.2992,85.2992,85.9656,85.9656,86.2988,86.2988,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,89.2976,89.964,90.6304,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.962,94.962,94.6288,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.2964,92.6296,93.29599999999999,94.962,96.9612,97.96079999999999,99.96,102.6256,103.9584,104.6248,106.2908,106.9572,107.6236,107.9568,109.2896,109.956,110.2892,110.9556,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.2892,110.2892,110.2892,109.6228,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892,110.6224,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,113.288,113.288,113.288,113.288,113.288,113.288,112.2884,111.9552,111.622,110.9556,109.6228,109.2896,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,110.2892,110.9556,110.9556,111.2888,111.622,112.95479999999999,113.288,114.6208,115.2872,117.2864,117.9528,118.61919999999999,119.952,120.9516,121.618,121.618,122.9508,123.28399999999999,123.9504,124.28359999999999,125.2832,125.2832,125.6164,126.2828,127.6156,127.9488,127.9488,128.6152,129.2816,129.948,131.2808,132.2804,132.9468,133.6132,134.6128,135.2792,135.94559999999998,135.94559999999998,136.612,136.612,137.9448,138.6112,139.2776,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,141.2768,141.2768,141.2768,142.6096,143.6092,144.942,146.2748,147.27439999999999,147.9408,148.274,148.9404,149.2736,149.2736,148.6072,147.6076,146.9412,144.942,143.276,142.9428,142.2764,141.9432,141.2768,140.6104,139.944,139.6108,138.9444,138.9444,139.6108,139.944,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,139.944,139.944,139.6108,139.6108,138.9444,138.9444,138.9444,138.9444,139.6108,139.2776,139.944,140.2772,140.9436,142.2764,142.2764,142.2764,142.2764,143.276,143.9424,144.942,145.2752,145.9416,145.9416,146.2748,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,145.6084,143.276,141.2768,138.9444,136.612,134.946,132.6136,130.2812,128.6152,127.6156,127.2824,126.616,127.2824,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,127.2824,126.616,126.2828,126.2828,126.2828,126.2828,126.616,127.2824,127.9488,129.6148,130.9476,131.9472,134.2796,135.2792,137.2784,137.6116,137.6116,137.6116,137.2784,136.2788,135.2792,135.2792,134.2796,133.9464,133.28,133.28,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.9464,133.6132,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.946,135.2792,135.94559999999998,136.612,137.2784,137.6116,138.6112,139.6108,139.6108,139.944,140.2772,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.6096,142.6096,142.6096,142.6096,141.9432,141.9432,142.6096,142.6096,142.9428,143.276,143.9424,144.2756,144.942,145.6084,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.27439999999999,147.27439999999999,146.608,145.6084,145.6084,145.6084,145.6084,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,149.2736,149.2736,149.2736,149.2736,149.94,149.94,149.94,149.94,149.94,150.6064,151.606,153.272,154.938,155.9376,157.2704,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,157.9368,157.9368],[142.9428,142.9428,141.60999999999999,140.2772,138.6112,137.2784,136.2788,135.2792,134.2796,133.28,131.9472,130.9476,129.2816,127.9488,126.2828,125.6164,125.6164,125.6164,125.6164,124.28359999999999,123.9504,123.28399999999999,122.6176,122.2844,121.618,121.2848,121.2848,119.952,119.6188,119.6188,118.9524,118.286,118.286,117.6196,116.62,115.2872,113.6212,112.2884,111.622,110.9556,109.956,108.28999999999999,106.2908,105.2912,103.62519999999999,101.626,99.96,99.2936,98.294,96.628,95.9616,95.6284,95.2952,94.6288,93.9624,93.6292,93.6292,92.6296,92.2964,92.2964,91.63,91.2968,90.6304,89.964,89.2976,89.2976,89.2976,88.9644,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.964,90.6304,91.63,92.9628,93.9624,94.962,95.6284,95.6284,95.6284,93.9624,92.9628,91.63,90.6304,89.964,89.2976,88.298,87.9648,87.2984,86.632,86.632,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.964,90.2972,90.6304,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,95.2952,93.29599999999999,91.63,90.9636,89.6308,87.6316,85.6324,85.2992,84.2996,82.3004,81.634,81.3008,80.6344,80.6344,79.968,79.968,79.3016,78.6352,77.6356,76.9692,76.3028,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.6408,63.9744,63.308,63.308,61.9752,61.3088,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,53.9784,53.312,53.312,53.312,53.312,52.6456,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.647999999999996,45.9816,45.9816,45.3152,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,41.65,42.3164,42.3164,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.9792,51.9792,52.6456,53.312,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,58.31,59.309599999999996,60.6424,61.3088,63.9744,66.3068,68.9724,71.638,73.9704,75.3032,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.3048,70.6384,69.3056,68.306,66.9732,66.3068,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.9716,71.638,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,80.6344,81.3008,82.6336,83.6332,85.9656,87.9648,89.964,92.6296,95.6284,97.6276,99.96,101.626,103.9584,105.6244,106.2908,107.2904,107.9568,107.9568,107.2904,107.2904,107.2904,107.2904,107.9568,108.6232,107.9568,106.9572,104.958,103.62519999999999,101.9592,100.2932,98.294,96.9612,95.6284,93.9624,93.29599999999999,92.9628,92.2964,91.63,91.2968,90.6304,89.964,89.6308,88.63119999999999,88.298,86.632,84.2996,81.634,78.9684,76.9692,75.3032,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,75.3032,75.9696,76.636,76.636,77.6356,78.6352,79.3016,80.6344,81.634,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.2996,83.6332,82.96679999999999,81.634,80.9676,80.3012,80.3012,80.3012,80.3012,80.9676,80.9676,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.2992,84.6328,84.2996,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.2992,85.2992,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.6304,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.6292,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.6296,94.2956,95.6284,97.6276,98.96039999999999,100.6264,102.9588,104.6248,105.2912,106.2908,106.9572,107.6236,107.9568,109.2896,109.956,110.2892,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,110.9556,109.956,109.2896,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,111.622,111.622,112.95479999999999,112.95479999999999,111.9552,111.9552,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.6224,109.956,108.6232,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.6228,110.2892,110.2892,110.9556,111.622,112.2884,113.6212,114.2876,116.2868,116.9532,118.286,118.9524,119.952,120.9516,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.6172,124.6168,124.6168,125.2832,126.2828,127.6156,127.9488,128.6152,128.6152,129.2816,129.948,130.6144,131.2808,131.9472,132.2804,132.9468,134.2796,135.2792,135.2792,136.2788,136.2788,136.2788,136.612,137.6116,137.9448,137.9448,138.6112,139.2776,139.2776,139.6108,139.944,140.6104,140.6104,140.6104,140.2772,140.6104,141.2768,141.9432,143.6092,144.2756,145.2752,146.2748,146.2748,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,146.2748,144.942,142.9428,141.60999999999999,140.9436,140.6104,139.944,139.944,138.9444,138.9444,137.9448,137.9448,137.9448,138.6112,138.9444,139.6108,139.944,139.944,139.944,139.944,139.944,139.2776,138.6112,138.6112,137.9448,137.9448,137.6116,137.6116,137.9448,138.6112,139.6108,139.944,140.6104,141.2768,141.60999999999999,141.60999999999999,141.9432,141.9432,142.9428,143.6092,144.2756,144.942,145.6084,145.6084,146.2748,146.9412,147.27439999999999,147.27439999999999,146.9412,145.6084,143.276,141.2768,139.2776,137.6116,135.6124,133.6132,131.9472,130.6144,128.6152,127.9488,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.2824,127.2824,126.616,126.616,126.2828,126.2828,126.616,127.2824,127.9488,129.6148,130.9476,131.9472,134.2796,135.2792,137.2784,137.6116,137.6116,137.6116,137.2784,136.2788,135.2792,135.2792,134.2796,133.9464,133.28,133.28,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.9464,133.6132,133.6132,133.28,133.6132,133.6132,132.9468,133.6132,134.946,135.2792,136.9452,137.2784,137.6116,138.6112,139.6108,140.6104,140.6104,140.9436,141.60999999999999,142.2764,142.6096,143.9424,143.9424,144.6088,144.6088,145.2752,145.2752,145.2752,145.2752,145.2752,144.942,144.942,145.6084,146.2748,146.9412,147.27439999999999,147.6076,148.274,148.274,149.2736,149.2736,149.2736,149.2736,148.9404,148.274,147.9408,147.6076,146.9412,146.608,146.608,146.608,147.27439999999999,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,149.6068,149.6068,149.2736,149.2736,149.2736,148.9404,148.9404,150.6064,151.2728,152.9388,153.9384,155.6044,156.9372,157.2704,157.2704,157.2704,157.9368,157.9368,157.9368,158.6032,158.6032],[144.2756,143.9424,143.276,141.60999999999999,140.2772,138.6112,137.9448,136.2788,135.2792,134.2796,133.6132,131.9472,130.9476,129.2816,127.9488,126.616,126.2828,126.2828,125.9496,125.6164,124.95,123.9504,123.28399999999999,122.6176,122.2844,121.9512,121.9512,121.2848,120.9516,120.2852,119.952,118.9524,118.9524,117.9528,117.6196,116.2868,114.954,113.288,112.95479999999999,111.622,110.6224,109.2896,107.6236,106.2908,104.958,102.9588,101.2928,99.96,98.96039999999999,97.6276,97.2944,96.2948,95.6284,94.962,94.6288,93.6292,93.6292,92.6296,92.2964,91.63,91.2968,90.2972,89.6308,89.6308,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.2988,86.2988,87.2984,87.9648,88.298,89.964,90.6304,91.9632,92.9628,93.9624,94.6288,94.962,94.6288,93.9624,92.9628,91.63,90.2972,89.2976,88.63119999999999,87.9648,87.9648,86.632,86.632,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,89.964,89.964,90.2972,90.6304,90.9636,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,97.6276,97.6276,96.9612,96.2948,95.2952,93.29599999999999,91.9632,90.9636,88.9644,87.2984,86.632,85.2992,83.6332,82.3004,82.3004,81.634,81.634,80.6344,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,75.9696,74.6368,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,63.9744,63.308,63.308,62.3084,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.9756,60.9756,60.9756,60.9756,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,53.312,52.6456,52.6456,52.6456,51.9792,51.3128,50.3132,50.3132,49.6468,49.6468,48.314,47.6476,46.9812,46.3148,45.9816,45.3152,44.6488,44.6488,43.9824,43.316,43.316,42.6496,41.9832,41.3168,41.3168,40.6504,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,41.65,41.65,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.9792,52.6456,53.312,53.9784,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,60.6424,61.3088,63.308,66.3068,68.306,70.9716,73.304,74.6368,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,76.3028,75.6364,74.97,74.3036,73.304,72.6376,71.9712,70.6384,69.6388,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,81.3008,81.9672,83.3,84.2996,85.6324,87.9648,89.964,92.2964,95.6284,97.96079999999999,100.2932,102.2924,104.2916,105.9576,106.9572,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,108.6232,108.9564,108.9564,108.9564,107.9568,105.6244,103.9584,102.6256,101.626,99.6268,97.96079999999999,96.9612,95.2952,93.29599999999999,92.9628,92.9628,92.2964,91.9632,91.2968,90.6304,89.964,88.63119999999999,88.298,87.2984,85.2992,82.6336,79.968,77.3024,76.3028,75.6364,74.6368,74.6368,74.6368,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,80.6344,81.634,82.96679999999999,83.6332,84.2996,84.966,85.2992,85.2992,85.9656,85.6324,85.6324,84.966,84.2996,83.6332,82.3004,81.634,81.634,81.634,81.634,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.9656,85.9656,86.2988,86.2988,86.632,86.632,86.632,86.632,85.9656,85.2992,85.2992,84.966,84.966,84.2996,84.2996,84.966,84.2996,84.2996,85.2992,85.2992,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.2964,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,92.9628,93.29599999999999,94.2956,95.6284,96.9612,98.96039999999999,100.6264,102.9588,103.9584,105.2912,105.2912,106.2908,106.9572,107.6236,108.6232,109.956,110.2892,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.2892,108.9564,107.9568,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.6232,109.2896,109.956,109.956,110.6224,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.6228,110.2892,110.2892,110.9556,111.622,112.2884,113.6212,115.2872,116.62,117.6196,118.286,119.6188,120.2852,120.9516,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,126.2828,127.6156,127.9488,128.6152,128.6152,129.2816,129.948,130.2812,130.6144,131.2808,131.9472,132.2804,132.9468,133.6132,134.2796,134.2796,134.2796,134.6128,135.2792,135.6124,136.2788,137.2784,137.6116,138.278,138.9444,138.6112,138.6112,138.9444,139.944,139.944,139.6108,139.6108,140.2772,140.9436,141.9432,142.6096,142.9428,143.9424,144.2756,144.2756,144.942,144.942,144.942,143.6092,143.276,141.60999999999999,139.944,139.6108,138.6112,137.9448,137.9448,137.2784,137.2784,136.612,136.612,137.2784,137.2784,137.6116,138.278,138.9444,138.9444,138.6112,138.6112,138.6112,138.278,137.6116,137.6116,137.6116,136.612,136.612,136.612,137.6116,137.6116,137.9448,139.6108,139.944,140.6104,140.2772,141.60999999999999,141.9432,141.9432,142.6096,142.9428,143.9424,144.942,145.6084,145.6084,146.2748,146.9412,147.27439999999999,147.27439999999999,146.9412,145.6084,143.9424,141.9432,140.2772,138.9444,136.9452,135.2792,133.28,130.9476,129.6148,128.6152,128.282,127.9488,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.2824,127.2824,126.616,126.2828,126.2828,126.616,127.2824,127.9488,129.6148,130.9476,131.9472,134.2796,135.2792,137.2784,137.6116,137.6116,137.6116,137.2784,136.2788,135.2792,135.2792,134.2796,133.9464,133.28,133.28,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.9464,133.6132,133.6132,133.28,133.6132,133.6132,132.9468,133.6132,134.946,136.2788,136.9452,137.9448,138.6112,139.2776,139.944,140.9436,141.60999999999999,142.2764,142.6096,143.9424,144.6088,145.2752,145.6084,146.9412,147.27439999999999,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,148.274,148.9404,149.6068,150.2732,151.2728,151.2728,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.6064,149.94,149.6068,148.6072,147.6076,147.27439999999999,146.9412,146.9412,146.9412,146.9412,146.2748,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,148.6072,148.6072,148.6072,148.6072,149.2736,149.2736,148.6072,148.6072,148.274,148.274,149.2736,149.6068,150.6064,151.9392,153.9384,154.938,155.6044,156.2708,156.9372,157.2704,157.9368,157.9368,158.6032,158.6032],[146.2748,145.6084,145.2752,143.276,142.2764,140.2772,139.944,137.9448,136.9452,136.2788,134.946,132.9468,131.614,130.2812,129.6148,128.6152,127.9488,127.2824,127.2824,126.616,126.2828,124.95,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.2844,122.2844,121.9512,120.9516,120.2852,119.6188,118.9524,117.9528,117.2864,115.9536,114.2876,113.6212,112.6216,111.622,110.2892,108.28999999999999,107.2904,105.9576,104.2916,102.6256,101.2928,100.2932,98.96039999999999,97.96079999999999,97.6276,96.2948,95.6284,94.6288,93.9624,93.6292,92.6296,92.2964,91.2968,90.2972,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.2992,85.2992,84.966,84.966,85.6324,85.6324,86.2988,87.6316,88.298,89.2976,90.2972,91.63,92.9628,93.6292,94.6288,94.6288,93.29599999999999,92.2964,90.9636,89.964,88.9644,88.298,87.9648,87.2984,86.632,85.9656,85.9656,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,87.2984,87.9648,87.9648,88.298,88.9644,88.9644,88.63119999999999,89.2976,89.6308,89.6308,89.964,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.63,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.9612,97.6276,97.6276,97.6276,96.9612,95.6284,94.6288,93.29599999999999,91.63,90.2972,88.298,87.9648,86.2988,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,81.634,81.634,80.9676,79.968,79.3016,77.6356,76.9692,75.9696,74.6368,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.3076,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.3104,56.3108,55.6444,55.6444,54.978,53.6452,52.9788,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.314,48.314,47.6476,47.6476,46.647999999999996,45.9816,45.9816,45.3152,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,40.6504,40.6504,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.6464,51.3128,51.9792,52.6456,52.6456,52.6456,53.312,53.9784,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,60.6424,61.3088,62.6416,64.974,67.6396,69.6388,71.638,73.9704,74.6368,73.9704,73.9704,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,71.3048,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,80.3012,80.9676,82.3004,82.96679999999999,83.6332,84.2996,85.6324,87.9648,89.964,92.2964,94.962,98.294,100.6264,101.9592,104.2916,104.958,106.2908,107.2904,108.6232,108.6232,107.9568,107.9568,108.6232,108.6232,109.6228,109.6228,109.6228,108.6232,106.9572,105.2912,103.9584,101.9592,100.2932,98.96039999999999,97.6276,95.9616,94.6288,93.29599999999999,93.29599999999999,92.9628,92.2964,91.9632,90.6304,89.964,89.2976,88.298,87.9648,85.2992,82.96679999999999,80.3012,77.9688,76.9692,76.3028,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.968,81.634,82.96679999999999,83.6332,84.2996,85.6324,85.9656,85.6324,85.6324,86.9652,86.2988,86.2988,85.6324,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,85.2992,85.2992,85.2992,85.9656,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.632,86.632,86.2988,86.2988,85.6324,84.966,84.966,85.2992,85.2992,85.2992,85.2992,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,87.9648,88.298,88.298,88.9644,88.9644,89.6308,89.6308,90.2972,90.9636,90.9636,90.9636,90.9636,90.9636,91.63,91.63,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.9628,94.2956,94.962,96.2948,98.6272,100.6264,101.9592,103.292,103.9584,104.958,104.958,106.2908,106.2908,107.6236,108.6232,109.2896,110.2892,111.622,112.2884,112.2884,112.2884,111.622,110.2892,109.956,109.2896,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,105.2912,105.2912,104.2916,104.6248,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,107.2904,107.9568,107.9568,108.6232,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,109.2896,109.2896,110.6224,111.2888,111.2888,111.622,112.6216,113.288,114.2876,115.9536,117.6196,118.61919999999999,119.6188,120.6184,121.9512,122.2844,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.9504,124.6168,125.6164,125.9496,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,130.6144,130.9476,130.6144,131.2808,131.9472,132.2804,132.9468,132.9468,132.6136,132.9468,132.9468,132.9468,133.6132,134.2796,134.946,135.94559999999998,136.9452,137.6116,137.2784,137.2784,137.9448,138.6112,138.6112,139.6108,139.2776,139.2776,139.944,140.6104,140.9436,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.6096,141.9432,141.9432,140.9436,139.944,137.9448,137.6116,137.2784,136.612,135.94559999999998,135.6124,135.6124,134.946,134.946,135.6124,135.6124,135.94559999999998,136.612,136.9452,136.9452,137.2784,137.6116,136.9452,136.612,136.612,136.612,136.612,136.2788,136.2788,136.2788,136.612,136.612,136.612,137.6116,138.6112,138.9444,140.6104,141.2768,140.9436,141.2768,142.2764,142.9428,143.9424,144.942,145.6084,145.6084,146.2748,146.9412,147.27439999999999,147.27439999999999,146.2748,144.942,143.9424,142.6096,141.2768,139.2776,137.9448,136.2788,133.9464,132.2804,130.6144,129.948,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.9488,129.6148,130.9476,131.9472,134.2796,135.2792,136.9452,137.2784,137.6116,137.6116,137.2784,136.612,135.2792,135.2792,134.946,134.2796,133.28,133.28,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,133.9464,133.6132,134.2796,135.94559999999998,136.2788,137.2784,138.6112,139.944,140.9436,141.60999999999999,141.9432,143.276,143.9424,144.6088,145.6084,146.2748,147.27439999999999,147.9408,149.2736,149.2736,149.6068,149.6068,149.6068,150.6064,150.6064,150.6064,150.6064,151.2728,151.9392,152.6056,153.6052,154.2716,154.2716,154.6048,153.9384,153.6052,153.6052,152.9388,152.2724,151.9392,151.2728,150.6064,148.9404,147.9408,147.27439999999999,147.6076,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.6072,148.6072,148.6072,148.6072,148.6072,148.6072,148.274,147.9408,147.6076,147.6076,147.6076,148.274,149.2736,150.6064,151.9392,152.6056,154.2716,155.6044,156.2708,156.9372,157.2704,157.9368,158.6032,158.6032],[147.27439999999999,146.9412,145.6084,145.2752,143.276,142.2764,140.9436,139.944,138.6112,137.9448,136.612,134.946,132.9468,131.9472,130.9476,129.6148,129.2816,128.6152,128.282,127.2824,126.616,126.2828,125.6164,125.6164,124.95,124.28359999999999,123.6172,122.9508,122.9508,122.2844,121.618,120.9516,119.952,119.6188,118.61919999999999,117.6196,116.62,115.2872,114.2876,113.288,111.9552,110.9556,108.9564,107.2904,105.9576,105.2912,103.62519999999999,102.6256,101.626,100.2932,98.96039999999999,97.96079999999999,97.6276,96.2948,95.6284,94.6288,93.9624,92.6296,91.63,90.6304,90.2972,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.9648,86.9652,86.9652,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,85.9656,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,86.2988,87.6316,88.298,89.2976,90.2972,91.2968,92.2964,92.9628,93.29599999999999,92.2964,91.63,90.6304,89.964,88.9644,87.6316,87.2984,86.2988,85.9656,85.6324,85.6324,85.6324,85.2992,85.2992,85.9656,85.9656,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.9652,87.2984,87.9648,87.9648,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,95.6284,95.2952,93.29599999999999,92.9628,90.9636,89.964,88.298,87.9648,85.9656,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.6344,79.968,78.6352,77.6356,75.9696,75.3032,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,57.9768,57.3104,57.3104,56.644,55.6444,54.978,54.978,54.3116,52.9788,52.3124,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,47.6476,46.9812,46.9812,46.3148,45.9816,45.3152,45.3152,44.6488,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.9844,38.9844,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.3128,51.9792,52.6456,53.312,53.312,53.312,53.9784,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,59.976,59.976,60.6424,61.9752,64.3076,66.3068,68.9724,70.3052,72.6376,73.304,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,76.9692,76.9692,76.9692,76.3028,75.6364,74.97,74.3036,72.6376,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,68.306,68.306,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.97,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.9692,76.9692,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,80.9676,81.634,82.96679999999999,83.6332,84.2996,85.6324,86.2988,87.9648,89.964,92.2964,94.6288,97.6276,98.96039999999999,101.2928,103.62519999999999,104.958,105.6244,106.2908,107.2904,107.9568,107.2904,107.9568,107.9568,108.6232,109.6228,109.6228,108.9564,108.28999999999999,106.9572,105.2912,104.6248,102.6256,100.6264,98.96039999999999,97.6276,96.628,95.2952,93.9624,93.29599999999999,92.9628,92.2964,91.9632,91.2968,90.6304,89.2976,88.298,87.6316,85.9656,83.6332,80.9676,78.9684,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.968,81.634,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.6324,85.9656,86.9652,86.9652,86.2988,86.2988,85.6324,84.966,84.966,84.2996,84.2996,84.2996,84.2996,85.2992,85.6324,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.6316,87.2984,87.2984,86.632,86.632,86.2988,85.6324,84.966,85.2992,85.2992,85.2992,85.2992,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,87.2984,87.9648,87.9648,88.298,88.298,88.9644,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,94.6288,95.6284,96.628,98.96039999999999,101.2928,102.6256,102.9588,104.2916,104.958,105.2912,105.6244,106.9572,107.6236,108.9564,109.2896,110.9556,111.622,111.622,110.9556,110.2892,109.956,108.6232,107.9568,107.6236,106.624,105.9576,105.6244,104.6248,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,106.2908,106.9572,106.9572,106.9572,107.2904,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,108.6232,108.9564,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,110.2892,110.9556,111.622,112.2884,112.2884,113.288,113.6212,115.6204,116.62,117.9528,119.6188,119.952,121.618,121.9512,123.9504,123.9504,124.95,124.95,125.2832,125.2832,124.28359999999999,124.28359999999999,124.6168,124.6168,125.6164,125.9496,126.9492,127.6156,127.9488,127.9488,128.6152,128.6152,129.948,130.6144,130.9476,130.9476,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.9472,132.9468,133.6132,134.946,135.2792,136.612,136.612,136.612,136.9452,136.9452,136.9452,137.6116,137.6116,137.6116,137.9448,138.9444,139.6108,139.944,139.944,139.944,139.944,139.944,140.6104,139.6108,139.6108,138.9444,137.9448,136.2788,135.94559999999998,135.6124,134.946,134.2796,133.6132,133.6132,132.9468,132.9468,132.9468,134.2796,134.2796,134.946,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.6124,135.2792,134.946,134.946,134.2796,134.946,135.2792,135.94559999999998,135.94559999999998,136.612,137.9448,138.6112,139.944,140.6104,140.2772,140.9436,142.2764,142.6096,143.9424,145.2752,145.6084,146.2748,146.2748,146.9412,147.27439999999999,147.27439999999999,146.2748,144.942,144.2756,142.9428,141.9432,140.6104,139.2776,137.2784,135.2792,133.9464,131.9472,130.6144,129.6148,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.6156,128.6152,129.6148,130.9476,131.9472,134.2796,135.2792,136.9452,137.2784,137.6116,137.2784,136.612,136.612,135.2792,135.2792,134.946,134.2796,133.28,133.28,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,133.9464,134.2796,134.946,136.9452,137.2784,138.278,139.2776,140.9436,142.6096,143.276,143.9424,145.6084,145.6084,146.2748,146.9412,147.9408,148.9404,149.94,150.6064,151.2728,151.606,151.606,151.606,152.9388,152.9388,152.9388,152.9388,153.6052,154.6048,155.2712,155.9376,156.2708,156.2708,156.2708,155.6044,155.6044,154.938,154.2716,154.2716,153.6052,153.272,151.9392,150.6064,149.2736,148.274,148.274,148.274,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.6072,148.6072,148.6072,148.6072,148.6072,148.6072,147.9408,147.9408,147.27439999999999,147.27439999999999,147.6076,147.6076,148.274,149.2736,150.6064,151.9392,152.9388,154.938,155.6044,156.2708,157.2704,157.9368,157.9368,158.6032],[147.9408,147.27439999999999,146.2748,145.6084,144.6088,142.9428,141.9432,140.9436,139.944,138.6112,137.6116,135.6124,134.2796,132.9468,132.6136,131.2808,130.2812,129.6148,128.6152,127.6156,127.2824,126.2828,125.6164,125.6164,125.2832,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,122.9508,122.2844,121.9512,120.9516,120.2852,119.6188,118.61919999999999,117.6196,115.9536,115.6204,114.6208,112.95479999999999,111.2888,109.956,108.28999999999999,106.9572,105.6244,104.6248,103.62519999999999,102.6256,101.626,101.2928,99.6268,97.96079999999999,97.6276,96.2948,95.6284,93.9624,92.6296,91.63,90.6304,89.6308,88.63119999999999,88.63119999999999,88.298,87.9648,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.3,83.3,83.3,83.9664,83.9664,84.6328,85.6324,86.2988,86.9652,87.9648,88.63119999999999,89.2976,90.2972,90.9636,91.63,91.63,90.9636,89.964,89.2976,88.298,87.2984,86.2988,85.9656,85.6324,84.966,84.966,85.6324,84.966,84.966,85.6324,85.6324,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,88.298,88.298,88.298,88.9644,88.9644,89.2976,90.6304,91.2968,91.63,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,94.6288,93.9624,92.9628,91.63,91.2968,90.2972,88.63119999999999,87.9648,86.632,86.2988,85.6324,84.966,83.6332,82.3004,81.634,80.6344,79.968,79.3016,78.6352,76.636,75.3032,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,68.306,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.3076,63.6412,63.6412,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,46.9812,46.3148,45.6484,45.6484,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,39.984,39.984,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,53.312,53.9784,53.9784,54.6448,55.3112,56.644,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.976,59.976,60.6424,61.3088,63.6412,65.6404,67.6396,69.6388,71.3048,72.6376,72.6376,72.6376,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,76.9692,77.6356,76.9692,76.9692,76.3028,74.97,73.9704,72.6376,71.3048,70.6384,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.306,68.306,68.306,68.9724,68.9724,69.6388,70.3052,71.3048,71.3048,72.3044,73.63719999999999,74.3036,74.97,76.3028,77.6356,78.9684,79.968,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,78.30199999999999,78.30199999999999,77.6356,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,79.968,80.6344,81.634,82.3004,84.2996,84.966,85.6324,86.9652,87.9648,88.298,89.964,91.63,93.9624,96.2948,97.96079999999999,100.2932,101.9592,102.9588,103.9584,105.2912,106.2908,106.9572,106.9572,106.9572,107.2904,107.9568,108.6232,108.6232,107.9568,107.2904,106.9572,105.9576,104.6248,102.6256,101.2928,99.6268,98.294,96.9612,95.6284,95.2952,94.6288,93.6292,92.9628,92.6296,91.2968,90.6304,89.2976,88.298,87.6316,85.9656,84.2996,81.634,79.6348,78.6352,77.6356,77.6356,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.968,81.634,82.96679999999999,83.6332,83.6332,84.966,84.966,85.2992,85.9656,87.2984,87.2984,87.2984,86.632,86.632,86.2988,86.2988,85.6324,85.2992,85.2992,85.2992,85.9656,86.632,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.9644,88.9644,88.298,88.298,87.9648,87.9648,87.2984,86.632,86.2988,86.2988,85.6324,85.2992,85.2992,85.2992,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,86.9652,86.9652,86.2988,85.9656,85.9656,85.9656,86.2988,86.2988,86.632,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,92.9628,93.6292,94.6288,95.6284,97.96079999999999,99.6268,101.2928,101.9592,103.292,103.62519999999999,104.6248,105.2912,106.624,107.6236,108.28999999999999,108.6232,109.956,109.956,109.956,109.2896,108.6232,107.9568,106.9572,105.9576,105.2912,104.6248,104.2916,103.62519999999999,102.6256,102.6256,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,105.2912,105.2912,105.2912,106.624,106.624,105.9576,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,107.9568,108.6232,110.2892,110.2892,110.6224,110.9556,111.622,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.9552,111.9552,112.95479999999999,113.288,114.2876,114.2876,116.2868,117.9528,118.9524,120.2852,122.2844,122.9508,123.6172,124.95,125.9496,126.616,126.616,126.616,126.9492,126.616,125.9496,125.2832,125.2832,125.2832,125.6164,125.9496,126.9492,127.6156,127.6156,127.9488,128.6152,128.6152,129.948,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,132.2804,132.6136,132.9468,133.6132,134.2796,134.2796,134.946,134.946,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,136.612,137.2784,137.6116,138.278,138.278,137.6116,137.6116,138.278,138.278,138.278,137.6116,136.9452,136.612,135.6124,134.2796,133.6132,132.9468,132.9468,131.9472,131.614,131.2808,130.6144,131.2808,131.9472,131.9472,131.9472,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,132.9468,133.28,132.9468,132.9468,133.28,133.9464,134.946,135.6124,135.94559999999998,136.9452,137.6116,139.6108,139.944,140.2772,140.9436,142.2764,142.6096,144.2756,145.2752,146.2748,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,146.608,145.9416,144.942,143.276,142.6096,141.60999999999999,139.944,138.6112,137.2784,135.2792,133.28,131.614,130.6144,129.6148,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,127.2824,127.2824,127.2824,127.6156,128.6152,129.6148,130.9476,131.9472,134.2796,135.2792,136.2788,136.9452,137.2784,137.2784,136.612,136.612,135.2792,135.2792,134.946,134.2796,133.28,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,136.2788,137.9448,137.9448,139.6108,140.6104,142.2764,144.2756,145.6084,146.608,147.27439999999999,147.27439999999999,147.9408,148.274,148.9404,150.6064,151.2728,151.606,151.9392,152.9388,152.9388,153.6052,153.9384,153.9384,154.938,154.938,155.2712,156.2708,156.9372,157.6036,157.6036,157.6036,157.6036,156.9372,156.2708,155.6044,154.938,154.2716,153.9384,153.272,153.272,152.6056,150.6064,149.2736,148.9404,148.274,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,146.9412,146.9412,147.27439999999999,147.27439999999999,148.274,149.2736,149.94,151.2728,152.9388,154.2716,155.6044,156.2708,156.9372,157.2704,157.2704,157.9368],[147.9408,147.27439999999999,146.9412,145.6084,145.2752,143.9424,142.9428,141.60999999999999,140.9436,139.944,138.9444,137.2784,136.2788,134.2796,133.28,132.6136,130.9476,130.2812,129.6148,128.6152,127.9488,127.2824,126.616,125.6164,125.6164,124.95,124.95,124.28359999999999,123.28399999999999,123.28399999999999,122.2844,122.2844,121.618,120.9516,119.952,119.2856,117.9528,116.62,115.9536,114.954,112.95479999999999,111.622,109.956,108.9564,107.6236,106.9572,106.2908,104.6248,103.9584,102.6256,102.2924,101.2928,99.96,97.96079999999999,96.9612,95.9616,94.962,93.6292,91.9632,90.6304,89.2976,88.63119999999999,88.298,88.298,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.2988,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.3,83.3,83.3,83.3,83.3,83.9664,83.9664,84.966,85.6324,86.2988,86.2988,87.2984,88.298,88.9644,89.2976,90.2972,90.2972,89.964,89.2976,88.63119999999999,87.6316,86.2988,85.9656,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.6316,88.298,88.298,88.63119999999999,89.964,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.9632,91.9632,91.9632,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,95.9616,95.6284,95.2952,93.9624,93.29599999999999,92.2964,91.63,90.6304,89.964,88.63119999999999,88.298,87.6316,86.9652,85.6324,83.6332,82.96679999999999,82.3004,81.3008,80.6344,79.968,78.6352,76.636,75.9696,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,65.6404,64.974,63.6412,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,57.9768,57.6436,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,54.3116,53.6452,53.6452,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.3144,46.3148,45.6484,44.982,44.315599999999996,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,40.3172,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,42.6496,42.6496,43.316,43.316,43.9824,44.6488,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,47.3144,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.6456,53.312,53.9784,53.9784,54.6448,55.3112,55.9776,57.3104,58.31,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.976,59.976,60.6424,61.3088,63.6412,64.974,66.9732,68.306,70.6384,71.3048,71.3048,71.9712,72.9708,72.9708,73.63719999999999,74.97,76.3028,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.3028,74.6368,73.9704,72.6376,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,68.6392,68.306,68.306,68.9724,69.6388,69.6388,70.3052,71.3048,71.9712,72.6376,73.63719999999999,74.97,75.6364,76.636,78.6352,79.6348,80.9676,81.634,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.634,81.634,81.634,81.3008,80.6344,79.968,79.3016,78.30199999999999,77.3024,76.636,76.636,76.3028,76.3028,77.6356,77.6356,78.9684,78.9684,79.6348,79.6348,80.6344,81.3008,82.3004,82.96679999999999,84.966,86.2988,86.9652,87.2984,88.298,88.9644,89.964,91.63,93.6292,95.6284,96.9612,98.294,100.2932,102.2924,102.9588,103.9584,105.6244,106.2908,106.2908,106.9572,106.9572,107.2904,107.9568,107.9568,107.2904,106.9572,106.2908,105.9576,104.6248,102.6256,101.2928,99.6268,98.294,96.9612,95.6284,95.2952,94.6288,93.6292,92.9628,91.2968,90.6304,89.964,88.63119999999999,87.9648,86.9652,85.9656,84.2996,82.3004,80.6344,79.968,78.30199999999999,78.30199999999999,77.6356,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,77.6356,78.6352,79.968,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.6328,85.2992,86.632,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.2988,85.9656,85.9656,85.9656,86.9652,87.9648,88.298,88.298,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.6308,88.9644,88.63119999999999,88.298,88.298,87.9648,87.9648,87.2984,86.632,86.632,85.9656,85.2992,85.2992,85.2992,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,86.9652,86.9652,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,86.2988,86.632,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.2968,91.63,92.6296,92.9628,93.6292,94.6288,95.6284,97.6276,98.96039999999999,100.2932,101.2928,101.9592,102.6256,103.292,104.6248,105.6244,106.9572,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,105.9576,105.6244,104.6248,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.9572,107.6236,107.9568,109.6228,110.2892,110.9556,112.2884,112.2884,112.6216,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.2872,116.62,118.286,118.9524,120.9516,122.2844,123.9504,124.6168,125.2832,125.6164,127.6156,128.282,128.282,128.282,128.282,127.6156,126.2828,125.6164,125.6164,125.6164,125.9496,125.9496,126.9492,126.9492,127.6156,127.6156,128.282,128.6152,129.948,129.948,129.948,130.6144,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.948,129.948,130.6144,131.2808,131.9472,131.9472,132.6136,132.9468,133.6132,133.6132,134.2796,134.946,134.946,134.946,135.2792,135.6124,136.2788,136.2788,136.612,136.612,136.2788,136.2788,135.94559999999998,136.2788,136.612,135.94559999999998,135.2792,134.2796,132.9468,132.2804,132.2804,131.9472,130.6144,130.9476,130.6144,129.948,129.948,129.948,129.948,130.6144,130.9476,131.614,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.614,131.614,131.9472,132.9468,133.9464,134.2796,135.6124,136.612,136.9452,138.9444,139.6108,139.944,140.2772,140.9436,142.6096,144.2756,145.2752,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412,146.2748,145.9416,144.942,143.9424,142.9428,141.9432,140.6104,139.2776,137.9448,136.9452,134.946,133.28,130.9476,130.6144,129.6148,129.6148,129.6148,128.9484,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,127.2824,127.2824,127.2824,127.6156,128.6152,129.6148,131.2808,131.9472,134.2796,135.2792,136.2788,136.9452,137.2784,137.2784,136.612,136.612,135.2792,134.946,134.2796,134.2796,133.28,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.946,135.6124,136.612,138.9444,139.2776,140.9436,142.2764,144.2756,145.2752,147.27439999999999,147.9408,148.274,148.274,148.9404,149.6068,150.6064,151.9392,152.2724,152.2724,152.9388,152.9388,153.9384,154.2716,154.938,155.2712,155.6044,156.2708,156.9372,156.9372,157.6036,157.9368,157.9368,157.9368,157.6036,157.6036,156.9372,156.9372,155.6044,154.938,154.2716,154.938,154.2716,153.9384,152.6056,150.6064,149.6068,148.9404,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,146.608,146.9412,146.9412,146.9412,147.27439999999999,148.274,148.6072,149.94,151.2728,152.9388,154.2716,155.2712,155.9376,156.2708,156.9372,157.2704,157.2704],[147.27439999999999,146.9412,146.2748,145.6084,145.2752,143.9424,142.9428,141.9432,141.60999999999999,140.9436,139.6108,137.9448,136.612,135.6124,134.2796,133.28,132.6136,131.9472,130.6144,129.6148,128.9484,127.9488,126.9492,126.616,125.6164,125.6164,125.2832,124.95,124.28359999999999,123.6172,122.9508,122.9508,122.2844,121.618,120.6184,119.952,118.61919999999999,117.6196,116.62,115.2872,113.95439999999999,111.9552,110.9556,108.9564,108.28999999999999,107.6236,106.9572,106.2908,105.2912,104.6248,103.9584,102.6256,100.9596,98.96039999999999,97.2944,96.9612,95.9616,94.2956,92.9628,91.2968,89.964,88.63119999999999,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,84.966,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.9664,84.2996,85.6324,85.6324,85.9656,86.632,87.2984,87.6316,88.298,88.298,88.298,87.9648,87.2984,86.9652,85.6324,85.6324,84.2996,84.2996,83.9664,83.9664,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,86.2988,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,89.964,90.6304,90.6304,90.9636,91.63,91.63,91.63,91.63,91.9632,91.63,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.6288,93.9624,92.6296,91.9632,91.2968,90.2972,89.6308,88.63119999999999,87.6316,87.2984,85.6324,84.966,82.96679999999999,82.3004,81.634,80.9676,79.968,78.6352,77.3024,75.9696,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.3112,54.6448,54.6448,53.9784,52.9788,52.3124,52.3124,51.646,51.646,50.9796,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.65,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,38.9844,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,41.65,41.65,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,51.646,51.9792,51.9792,51.9792,52.6456,52.6456,53.312,53.9784,54.6448,54.978,55.6444,56.3108,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.3092,60.3092,60.3092,60.6424,60.6424,60.6424,61.3088,63.308,63.9744,65.9736,67.6396,68.9724,69.6388,70.3052,71.3048,71.9712,72.6376,73.304,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,76.9692,76.3028,74.97,74.3036,72.9708,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,71.3048,71.9712,72.6376,73.9704,74.97,75.6364,76.636,77.3024,79.3016,79.968,81.634,82.3004,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,83.6332,82.3004,81.634,80.9676,79.968,79.3016,78.30199999999999,77.3024,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.966,86.2988,87.2984,88.298,88.63119999999999,89.2976,89.964,91.63,93.29599999999999,94.6288,95.9616,97.2944,99.2936,100.2932,102.6256,103.62519999999999,104.6248,105.6244,106.2908,106.9572,107.6236,107.6236,107.9568,107.6236,107.6236,106.9572,105.6244,104.6248,104.6248,102.6256,101.2928,99.96,98.294,96.628,95.6284,95.2952,93.6292,92.9628,91.9632,90.6304,89.964,89.2976,88.9644,88.298,87.2984,86.2988,84.2996,82.96679999999999,81.3008,80.6344,79.6348,78.9684,78.30199999999999,77.3024,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,72.9708,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,75.3032,75.9696,75.9696,76.636,77.6356,77.6356,78.6352,79.968,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.63119999999999,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,89.964,89.964,89.2976,89.2976,88.9644,88.298,87.9648,87.9648,87.2984,87.2984,86.632,86.632,86.2988,84.966,84.966,85.6324,86.2988,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,86.2988,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,92.2964,92.6296,93.29599999999999,94.6288,95.9616,96.9612,98.294,99.2936,100.6264,100.6264,101.2928,102.6256,104.2916,105.2912,105.6244,106.2908,106.2908,105.6244,105.9576,105.6244,104.6248,103.9584,103.292,102.6256,102.2924,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,101.2928,101.2928,101.2928,101.626,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,107.2904,107.9568,108.28999999999999,109.6228,110.2892,111.622,112.95479999999999,113.6212,114.2876,116.2868,116.62,117.2864,117.6196,117.6196,117.6196,118.286,117.9528,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,118.286,119.6188,120.2852,121.2848,122.6176,123.28399999999999,125.2832,125.6164,126.9492,127.6156,128.282,128.6152,128.6152,128.6152,128.6152,128.282,127.9488,127.2824,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.9492,127.6156,128.282,128.6152,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.9484,128.9484,128.9484,128.6152,128.9484,128.9484,129.6148,129.948,130.2812,130.6144,131.2808,131.9472,131.9472,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.2796,133.6132,132.6136,131.9472,131.9472,131.2808,130.6144,129.948,129.948,129.2816,129.2816,128.6152,128.6152,129.2816,129.2816,129.948,129.948,129.948,130.6144,130.2812,130.2812,130.2812,130.6144,130.9476,130.9476,130.9476,130.9476,131.614,132.6136,133.6132,134.946,136.612,137.2784,137.9448,138.6112,138.6112,139.2776,140.9436,142.6096,143.276,144.942,145.6084,145.6084,146.2748,146.2748,146.2748,145.6084,146.2748,145.6084,145.2752,144.2756,143.276,142.6096,141.60999999999999,139.944,138.9444,137.9448,136.9452,135.2792,132.9468,131.614,130.6144,129.948,130.6144,129.948,128.6152,127.9488,127.9488,127.9488,128.282,128.282,127.9488,127.9488,127.9488,127.9488,128.9484,130.6144,131.2808,133.28,134.2796,135.2792,136.2788,136.9452,137.2784,137.2784,135.94559999999998,135.6124,135.2792,134.946,134.2796,134.2796,133.28,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,133.28,133.6132,133.6132,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,137.2784,138.9444,139.944,141.9432,143.6092,145.2752,146.608,147.9408,149.6068,149.94,150.2732,150.6064,151.2728,151.9392,152.9388,153.6052,153.6052,153.6052,153.9384,154.2716,154.938,155.2712,156.2708,156.9372,158.27,158.27,158.27,158.6032,158.6032,159.2696,158.6032,158.27,158.27,157.6036,156.9372,156.2708,155.6044,155.9376,155.2712,154.938,154.2716,153.272,152.6056,150.6064,149.2736,148.274,147.9408,147.6076,147.6076,147.6076,147.27439999999999,146.608,146.2748,146.2748,146.2748,146.608,146.608,146.608,147.27439999999999,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,146.608,145.9416,145.6084,145.6084,146.2748,146.9412,147.6076,149.2736,150.6064,151.9392,152.9388,154.2716,154.938,155.2712,155.9376,156.60399999999998,156.2708,156.2708],[146.9412,146.9412,146.2748,145.6084,145.2752,143.9424,142.9428,141.9432,141.60999999999999,140.9436,139.944,138.6112,137.2784,136.612,134.946,134.2796,133.28,132.6136,131.9472,129.948,129.6148,128.9484,127.9488,126.9492,126.616,125.9496,125.9496,125.6164,124.6168,123.6172,123.6172,123.28399999999999,122.9508,122.2844,121.618,119.952,118.61919999999999,117.6196,116.62,115.2872,113.95439999999999,112.6216,110.9556,109.6228,108.9564,107.9568,107.9568,107.9568,106.2908,105.9576,104.958,103.292,101.9592,100.2932,98.294,97.2944,96.2948,95.2952,93.6292,91.9632,91.2968,89.2976,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,83.6332,83.6332,84.2996,85.2992,85.2992,85.9656,86.632,86.632,86.632,86.2988,86.2988,85.6324,84.2996,84.2996,84.2996,83.9664,83.9664,83.9664,83.9664,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,85.9656,86.632,86.632,86.632,86.632,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,85.9656,85.9656,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.9644,89.964,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.2952,93.9624,93.29599999999999,92.6296,91.63,90.6304,90.2972,88.63119999999999,88.298,87.6316,86.9652,84.966,83.6332,82.96679999999999,82.3004,80.9676,79.968,78.6352,77.3024,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,63.308,61.9752,61.3088,61.3088,59.976,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.3104,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.6448,53.9784,53.312,53.312,52.3124,51.646,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,46.9812,46.3148,45.6484,44.982,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,40.9836,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,38.9844,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.984,39.984,39.984,39.984,39.984,39.984,39.984,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,41.65,41.65,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,51.646,51.646,51.9792,52.6456,52.6456,53.312,53.312,53.9784,54.6448,55.3112,55.6444,56.3108,56.977199999999996,57.6436,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.3092,60.3092,60.6424,60.6424,61.3088,61.3088,62.3084,63.9744,65.3072,66.64,68.306,68.9724,69.6388,70.3052,71.9712,72.6376,73.304,74.6368,75.6364,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.3036,73.63719999999999,72.3044,71.638,70.9716,70.6384,69.972,69.972,69.972,69.972,70.6384,71.9712,73.304,74.3036,75.6364,76.636,78.30199999999999,78.9684,79.968,80.6344,81.634,82.96679999999999,84.2996,86.2988,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,85.6324,84.966,83.9664,82.96679999999999,80.9676,79.968,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,84.966,86.2988,87.2984,88.298,88.63119999999999,89.2976,90.2972,91.2968,91.63,92.6296,94.2956,95.6284,96.2948,97.96079999999999,99.6268,101.9592,103.292,104.958,105.9576,107.2904,107.2904,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.2912,104.6248,104.6248,102.6256,101.2928,99.96,98.294,96.628,94.962,94.6288,92.9628,92.2964,91.2968,89.964,89.2976,88.63119999999999,87.9648,87.9648,86.9652,85.9656,84.966,83.6332,81.9672,81.3008,80.3012,79.6348,78.9684,78.30199999999999,78.6352,77.6356,76.9692,76.3028,75.6364,74.97,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,75.3032,75.9696,75.9696,76.636,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,85.6324,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.9648,88.63119999999999,89.2976,91.2968,91.63,91.63,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,90.6304,90.2972,89.964,89.964,89.2976,88.9644,88.298,88.298,88.298,87.6316,87.2984,87.2984,86.632,85.6324,84.966,85.6324,85.6324,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,86.2988,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,93.6292,94.6288,95.6284,96.2948,97.96079999999999,98.96039999999999,99.6268,100.2932,101.2928,102.6256,103.62519999999999,104.2916,104.958,104.958,104.2916,104.6248,103.9584,103.292,102.6256,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.2928,101.626,102.2924,102.2924,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,104.958,104.958,105.6244,105.6244,105.9576,105.9576,106.2908,106.9572,107.9568,108.28999999999999,108.9564,109.6228,110.2892,112.2884,113.288,114.2876,116.2868,116.62,118.61919999999999,118.9524,118.9524,119.2856,120.2852,120.2852,119.6188,118.9524,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.6184,121.9512,122.2844,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.6156,127.9488,128.6152,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,127.6156,127.2824,127.2824,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,128.282,128.282,128.282,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.2824,127.2824,127.2824,127.2824,127.6156,127.9488,128.9484,129.948,130.2812,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.2804,132.2804,132.6136,132.6136,131.9472,131.2808,130.9476,129.948,129.6148,129.6148,128.9484,128.6152,128.6152,128.6152,127.9488,127.9488,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.948,129.948,129.6148,129.6148,130.9476,131.614,132.9468,133.6132,135.2792,136.2788,136.612,137.6116,137.9448,138.6112,140.2772,141.60999999999999,143.276,143.9424,144.942,145.6084,145.6084,145.6084,145.6084,144.942,145.6084,145.2752,144.6088,143.9424,143.276,142.9428,141.9432,140.9436,139.2776,138.6112,137.9448,136.9452,134.6128,132.9468,131.614,130.6144,130.9476,130.6144,129.2816,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,129.6148,130.6144,132.2804,133.28,134.2796,135.2792,136.2788,136.9452,137.2784,136.612,135.6124,135.6124,134.946,134.946,134.2796,133.6132,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,133.28,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,135.2792,136.612,137.9448,139.2776,141.2768,142.6096,144.6088,146.2748,147.27439999999999,148.6072,149.94,150.6064,151.2728,151.9392,152.2724,153.6052,153.6052,154.2716,154.2716,153.9384,153.9384,154.2716,154.938,155.2712,156.9372,157.2704,158.27,158.6032,158.6032,158.6032,158.6032,159.2696,158.6032,158.27,158.27,157.6036,157.6036,156.2708,156.2708,156.2708,156.2708,155.2712,154.938,154.6048,152.9388,151.2728,149.6068,148.274,147.9408,148.274,147.6076,147.6076,147.27439999999999,146.608,146.2748,146.2748,146.2748,146.608,146.608,146.608,147.27439999999999,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,145.9416,145.9416,145.6084,145.6084,146.2748,147.27439999999999,147.6076,149.2736,150.93959999999998,152.6056,153.272,154.2716,154.938,155.2712,155.9376,156.60399999999998,156.2708,156.2708],[146.2748,146.2748,146.2748,145.6084,144.6088,143.9424,142.9428,141.9432,141.60999999999999,140.9436,139.944,139.6108,137.6116,137.2784,136.612,135.6124,134.946,134.2796,132.9468,131.9472,130.6144,129.948,128.9484,128.6152,127.9488,126.9492,126.9492,125.9496,125.2832,124.6168,124.6168,123.6172,123.6172,122.9508,121.9512,119.952,119.6188,117.9528,116.9532,115.9536,114.6208,112.6216,111.622,110.2892,109.6228,108.9564,108.9564,108.28999999999999,107.9568,107.2904,106.2908,104.958,102.2924,100.9596,100.2932,98.96039999999999,97.96079999999999,96.2948,95.2952,93.6292,92.2964,90.2972,89.964,89.2976,88.298,88.298,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.2996,83.6332,83.3,83.3,83.3,83.3,83.3,83.3,83.3,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.2988,85.9656,85.6324,85.2992,86.2988,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,90.2972,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,93.9624,94.2956,94.962,94.962,95.6284,96.2948,96.2948,96.2948,96.628,96.628,95.9616,94.962,93.9624,93.6292,92.9628,91.9632,91.2968,90.6304,89.6308,88.63119999999999,87.6316,86.9652,85.6324,83.6332,82.96679999999999,82.3004,80.9676,79.968,78.6352,77.3024,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.9724,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,63.308,61.9752,61.3088,61.3088,59.976,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.3104,57.3104,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.3112,54.6448,54.6448,53.9784,53.312,52.6456,52.6456,51.9792,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,47.6476,46.3148,45.6484,44.982,44.315599999999996,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,39.6508,39.6508,38.9844,38.318,38.318,38.318,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,41.65,41.65,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.6456,53.312,53.312,53.9784,53.9784,54.6448,55.3112,55.9776,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.3092,60.9756,60.9756,60.9756,61.3088,61.3088,61.3088,61.3088,62.3084,63.9744,64.6408,65.9736,67.6396,68.306,68.9724,70.3052,71.9712,72.6376,73.304,74.6368,75.6364,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.6356,76.9692,75.6364,74.3036,73.63719999999999,72.3044,71.638,70.6384,70.6384,70.9716,70.9716,71.3048,71.9712,72.9708,74.3036,75.6364,76.9692,78.30199999999999,79.968,80.6344,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.6316,87.2984,84.966,84.2996,82.3004,80.9676,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,87.2984,88.298,88.9644,89.964,90.6304,91.2968,91.63,92.6296,93.29599999999999,94.6288,95.6284,96.9612,97.6276,98.96039999999999,101.2928,103.292,105.6244,106.624,107.2904,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,105.9576,105.2912,103.9584,102.6256,100.6264,99.2936,97.96079999999999,96.2948,94.2956,94.2956,92.2964,91.9632,91.2968,90.2972,89.2976,88.63119999999999,87.9648,87.9648,87.2984,86.2988,84.966,83.6332,82.6336,81.9672,80.9676,80.3012,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.3028,75.6364,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,75.3032,75.9696,76.636,76.636,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,84.2996,85.6324,86.632,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,87.9648,89.6308,90.6304,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,91.2968,91.2968,89.964,89.964,89.2976,89.2976,88.9644,88.9644,88.298,88.298,87.2984,86.632,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,85.9656,85.9656,85.6324,85.6324,86.2988,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,92.6296,93.29599999999999,93.6292,93.9624,94.962,96.2948,96.9612,97.96079999999999,98.96039999999999,99.6268,100.6264,101.9592,102.6256,102.9588,102.9588,102.9588,103.292,102.6256,101.626,101.2928,100.6264,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,105.6244,105.6244,105.9576,105.9576,106.9572,107.6236,107.9568,108.28999999999999,109.2896,109.956,110.9556,112.2884,113.95439999999999,114.954,116.62,117.9528,118.9524,119.952,120.6184,120.9516,121.618,121.618,121.618,121.2848,121.2848,121.618,121.618,122.2844,122.2844,122.6176,123.28399999999999,123.9504,124.6168,124.95,125.2832,125.6164,125.9496,127.6156,127.9488,129.2816,129.2816,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,128.6152,128.6152,127.9488,126.9492,126.2828,125.9496,125.9496,125.9496,125.9496,126.2828,126.9492,127.6156,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,126.9492,126.616,125.9496,125.6164,125.6164,125.9496,126.9492,127.6156,127.9488,128.6152,129.2816,129.6148,130.6144,130.6144,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,130.6144,130.6144,130.6144,129.6148,129.2816,128.282,127.6156,127.6156,127.6156,127.2824,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.6148,129.2816,129.2816,129.948,130.9476,131.614,132.9468,133.9464,134.946,136.2788,136.612,137.6116,138.278,139.944,140.9436,142.6096,143.276,144.6088,144.942,144.942,144.942,144.942,144.6088,145.2752,144.942,144.2756,143.276,143.276,142.9428,142.6096,140.9436,140.6104,139.944,138.6112,137.9448,136.612,134.6128,133.28,131.9472,131.614,130.9476,129.2816,129.2816,129.2816,129.2816,129.2816,129.948,129.6148,129.6148,129.6148,129.6148,130.6144,131.2808,132.9468,133.6132,134.946,135.2792,136.2788,136.9452,136.612,136.612,135.6124,135.6124,134.946,134.946,134.2796,133.6132,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,133.28,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.6124,137.6116,138.278,139.944,141.9432,143.6092,145.2752,146.608,147.9408,149.2736,149.94,150.6064,151.2728,151.9392,152.2724,153.6052,153.9384,154.2716,154.2716,153.9384,153.272,153.9384,154.2716,155.2712,156.9372,157.2704,158.27,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.27,158.27,157.6036,157.6036,156.2708,156.2708,156.2708,156.2708,155.6044,155.6044,154.6048,153.6052,151.2728,149.94,148.9404,148.274,148.274,148.274,147.6076,147.6076,146.608,146.608,147.27439999999999,147.27439999999999,146.608,146.608,146.608,147.27439999999999,147.6076,147.6076,147.9408,147.9408,148.6072,148.6072,148.9404,148.9404,149.6068,149.6068,149.6068,148.9404,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,145.6084,145.9416,145.9416,145.9416,146.608,147.6076,148.6072,150.93959999999998,152.6056,154.2716,155.2712,155.9376,156.2708,156.2708,156.9372,157.6036,157.6036],[146.2748,146.2748,145.6084,145.6084,144.6088,143.9424,142.9428,141.9432,141.60999999999999,140.9436,140.6104,139.944,138.6112,137.6116,137.2784,137.2784,136.612,134.946,134.2796,132.9468,131.9472,130.2812,129.948,128.9484,128.6152,128.6152,127.9488,126.9492,126.616,125.2832,125.2832,124.6168,123.6172,123.28399999999999,122.2844,120.2852,119.6188,117.9528,116.62,115.6204,113.95439999999999,113.288,112.2884,110.9556,109.956,109.6228,109.6228,109.6228,108.9564,108.28999999999999,107.9568,106.2908,104.2916,102.2924,101.9592,100.9596,99.2936,97.96079999999999,96.2948,95.2952,93.9624,92.2964,90.9636,89.964,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,85.6324,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.3004,82.3004,81.634,81.634,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,84.2996,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,85.9656,85.6324,84.966,84.2996,84.966,85.6324,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.9644,89.2976,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,94.2956,94.962,94.962,95.9616,96.9612,96.9612,96.9612,96.628,95.9616,94.962,93.9624,93.6292,92.9628,91.9632,91.2968,90.6304,89.6308,88.63119999999999,87.6316,86.9652,85.6324,83.6332,82.96679999999999,81.634,80.9676,79.968,78.6352,77.3024,76.636,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,63.308,62.6416,61.9752,61.3088,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,57.3104,57.3104,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.9784,53.9784,53.312,53.312,52.6456,51.9792,51.3128,51.3128,50.3132,50.3132,49.6468,49.6468,48.314,47.6476,47.6476,46.9812,45.6484,44.982,44.315599999999996,44.315599999999996,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.3172,39.6508,39.6508,38.9844,38.318,38.318,38.318,38.318,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.6508,40.3172,40.3172,40.3172,40.9836,40.9836,41.65,41.65,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,47.3144,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.644,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,60.3092,60.3092,60.9756,60.9756,60.9756,60.9756,61.3088,61.3088,61.3088,61.3088,62.3084,63.9744,64.6408,65.9736,66.9732,68.306,68.9724,70.3052,71.9712,72.6376,73.304,74.6368,75.6364,76.9692,77.6356,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,78.9684,78.30199999999999,76.3028,74.97,73.63719999999999,72.9708,71.9712,71.3048,71.638,71.638,72.3044,73.63719999999999,74.3036,75.6364,77.6356,79.3016,80.3012,81.634,82.3004,82.96679999999999,84.2996,84.966,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,88.9644,86.632,85.9656,83.6332,81.634,80.9676,80.6344,79.968,79.968,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,84.2996,84.966,86.2988,87.2984,88.298,88.63119999999999,89.964,90.6304,91.2968,91.63,92.6296,92.6296,93.6292,94.6288,95.6284,96.9612,97.6276,98.6272,100.6264,102.6256,105.2912,106.624,107.2904,107.6236,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,104.958,104.6248,103.62519999999999,101.626,99.96,98.96039999999999,97.6276,95.9616,94.6288,93.6292,92.2964,91.63,90.6304,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.9652,85.9656,84.966,83.6332,82.6336,81.9672,80.9676,80.6344,79.968,79.968,79.3016,78.30199999999999,77.6356,76.9692,76.9692,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,75.3032,75.9696,76.636,76.636,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,84.2996,85.6324,85.6324,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,90.2972,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,92.9628,91.63,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,90.6304,90.6304,89.964,89.964,89.964,88.9644,88.9644,88.298,87.9648,86.632,86.632,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,85.9656,85.9656,85.6324,85.6324,86.2988,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.962,96.2948,96.9612,97.96079999999999,98.294,99.6268,100.2932,100.6264,100.6264,100.6264,101.2928,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.96,99.96,99.96,100.9596,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.2916,105.6244,105.6244,105.9576,105.9576,106.9572,107.6236,108.28999999999999,108.28999999999999,109.2896,109.956,111.2888,112.95479999999999,114.2876,116.2868,117.9528,118.9524,119.952,121.2848,120.9516,121.618,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,123.9504,123.9504,123.9504,124.6168,124.95,124.95,125.6164,125.6164,125.6164,126.2828,126.9492,127.6156,128.6152,129.2816,129.6148,129.6148,129.6148,129.6148,129.948,129.2816,129.2816,129.2816,128.6152,127.9488,127.2824,126.2828,125.6164,125.2832,124.6168,125.2832,125.9496,125.9496,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,125.6164,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,126.2828,126.9492,127.2824,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,126.616,126.616,126.616,126.616,126.616,127.2824,127.2824,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.6152,128.6152,129.6148,129.948,130.9476,131.614,132.9468,133.6132,133.9464,134.946,135.94559999999998,137.6116,138.6112,139.944,140.9436,142.6096,143.276,144.6088,144.6088,144.6088,144.6088,144.6088,144.942,144.2756,144.2756,143.276,143.276,142.9428,142.6096,141.9432,140.9436,140.6104,139.944,138.9444,137.9448,136.612,135.2792,133.28,131.9472,131.614,129.948,129.948,129.6148,129.948,130.6144,130.6144,129.948,129.948,129.948,129.948,130.9476,131.9472,133.28,134.2796,134.946,135.2792,136.2788,136.9452,136.612,136.612,135.94559999999998,135.6124,134.946,134.946,134.2796,133.6132,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,133.28,133.6132,134.2796,134.2796,134.2796,134.946,136.2788,136.612,137.9448,139.6108,140.9436,142.2764,144.6088,145.9416,147.27439999999999,147.9408,149.2736,150.6064,151.2728,151.606,152.2724,152.9388,153.9384,153.9384,154.2716,154.2716,153.9384,153.272,153.9384,154.2716,155.2712,156.9372,157.2704,158.27,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.27,158.27,157.6036,157.6036,156.2708,156.2708,156.2708,156.2708,155.6044,155.6044,154.6048,153.6052,151.606,150.6064,149.2736,148.9404,148.6072,148.274,148.274,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,146.608,147.27439999999999,147.6076,147.6076,147.9408,148.274,148.6072,148.6072,148.9404,149.6068,149.6068,149.94,149.94,149.6068,148.274,148.274,147.9408,147.9408,147.27439999999999,147.27439999999999,146.608,146.608,146.608,146.608,146.608,147.27439999999999,147.6076,149.2736,151.606,152.9388,155.2712,155.6044,156.2708,156.9372,157.2704,157.2704,157.9368,157.9368],[146.2748,146.2748,145.6084,145.6084,144.6088,143.9424,142.9428,141.9432,141.60999999999999,140.9436,140.9436,139.944,139.6108,139.2776,138.6112,138.6112,137.6116,136.612,135.6124,133.9464,133.28,131.9472,131.2808,130.6144,129.6148,128.9484,128.6152,127.6156,126.9492,126.2828,125.6164,124.95,123.9504,122.9508,121.9512,120.9516,119.952,117.9528,116.62,115.6204,114.6208,113.288,112.95479999999999,111.9552,111.2888,110.9556,110.9556,110.9556,110.2892,109.956,108.9564,107.9568,105.6244,104.2916,103.9584,102.6256,101.2928,99.2936,97.96079999999999,96.2948,95.6284,93.29599999999999,91.63,90.9636,90.2972,89.2976,89.2976,88.63119999999999,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,85.6324,85.6324,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.3004,81.634,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,84.2996,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,84.966,85.9656,85.9656,86.2988,86.2988,86.9652,86.9652,86.9652,87.9648,88.298,88.63119999999999,89.2976,89.2976,90.2972,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,93.6292,93.9624,93.9624,94.6288,95.2952,96.2948,96.628,96.9612,96.9612,96.2948,95.6284,94.6288,93.6292,92.6296,91.9632,91.2968,90.2972,89.6308,88.63119999999999,87.6316,86.9652,84.966,83.6332,82.3004,81.634,80.9676,79.968,78.6352,77.3024,77.3024,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,65.6404,64.974,63.9744,63.308,62.6416,61.9752,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,57.9768,57.3104,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.6452,53.6452,53.6452,52.9788,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,42.3164,41.65,41.65,40.9836,40.9836,40.9836,40.3172,40.3172,39.6508,38.9844,38.9844,38.318,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,41.65,42.6496,43.316,43.9824,44.6488,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,51.3128,51.9792,51.9792,51.9792,51.9792,52.6456,52.6456,53.312,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.308,63.9744,65.3072,66.9732,68.306,68.9724,70.3052,71.3048,71.9712,73.304,73.9704,75.6364,76.9692,77.6356,78.9684,79.6348,80.3012,80.3012,80.9676,81.3008,81.3008,81.3008,80.6344,78.9684,77.3024,76.636,75.3032,74.3036,73.63719999999999,72.9708,72.9708,73.63719999999999,74.97,76.3028,77.6356,79.6348,81.634,82.96679999999999,83.6332,85.6324,86.2988,86.632,87.2984,88.298,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,89.6308,86.9652,85.2992,84.2996,82.3004,81.634,80.6344,80.6344,80.6344,81.3008,82.6336,82.6336,83.3,83.6332,84.966,86.2988,86.632,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.6288,95.9616,96.9612,97.6276,98.6272,99.96,102.6256,104.2916,105.2912,107.2904,107.2904,107.6236,107.6236,107.6236,106.624,105.9576,105.6244,104.958,104.6248,102.9588,101.2928,99.2936,97.96079999999999,96.628,94.962,94.6288,92.9628,92.2964,91.63,90.6304,90.2972,89.2976,89.2976,88.298,87.9648,87.2984,87.2984,85.9656,84.966,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.3012,80.6344,81.3008,82.3004,83.6332,84.2996,84.966,86.2988,86.9652,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,92.2964,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.964,89.964,89.2976,89.2976,88.298,87.9648,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,85.6324,85.6324,86.2988,86.632,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.6296,93.29599999999999,93.6292,94.962,95.6284,95.6284,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,97.96079999999999,97.96079999999999,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,100.6264,100.9596,101.2928,101.2928,101.2928,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.9576,105.9576,106.9572,107.6236,108.28999999999999,108.9564,109.2896,110.6224,112.2884,112.95479999999999,114.954,116.62,118.61919999999999,119.952,120.9516,121.2848,121.9512,122.6176,122.6176,123.28399999999999,124.6168,124.6168,124.95,124.95,124.95,124.95,124.95,124.95,125.6164,126.2828,126.2828,126.2828,126.616,126.9492,127.6156,127.9488,128.6152,129.2816,129.6148,129.6148,130.2812,130.2812,129.948,129.948,129.2816,129.2816,127.9488,127.9488,126.616,125.6164,124.95,123.9504,123.6172,123.6172,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.9504,124.95,126.2828,126.2828,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,125.9496,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,129.6148,129.6148,130.6144,131.614,131.9472,132.9468,133.6132,135.2792,136.612,137.6116,138.6112,140.2772,140.9436,142.2764,142.6096,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,142.9428,141.9432,141.2768,140.9436,139.944,138.9444,137.9448,136.612,134.946,132.9468,131.614,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,132.2804,132.9468,134.2796,134.946,135.6124,135.6124,136.2788,136.2788,137.2784,137.2784,136.612,136.2788,135.2792,135.2792,134.2796,133.6132,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,132.9468,132.9468,133.28,133.6132,134.2796,133.9464,134.2796,134.946,136.612,137.2784,138.6112,140.6104,142.2764,143.276,145.2752,146.2748,147.27439999999999,148.274,149.2736,150.6064,151.2728,151.9392,152.2724,152.9388,154.2716,154.2716,154.2716,154.2716,154.2716,153.9384,153.9384,154.2716,155.2712,156.9372,157.2704,158.27,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.27,158.27,157.6036,157.2704,156.9372,156.9372,155.9376,155.9376,155.2712,155.2712,154.6048,153.6052,151.9392,151.2728,149.94,149.6068,149.6068,148.9404,148.6072,148.274,148.274,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,148.6072,149.2736,149.6068,149.6068,149.6068,149.94,149.94,150.6064,150.6064,149.94,149.6068,149.6068,149.2736,149.2736,148.274,148.274,147.6076,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,148.9404,150.2732,152.6056,154.6048,155.6044,157.2704,157.6036,158.27,158.6032,159.2696,159.2696,159.2696],[146.2748,146.2748,145.6084,145.6084,144.6088,143.9424,142.9428,142.6096,141.60999999999999,140.9436,140.9436,140.6104,140.2772,140.2772,139.6108,139.6108,138.6112,137.6116,137.2784,135.2792,135.2792,133.28,132.2804,131.2808,131.2808,129.948,128.9484,127.9488,127.9488,127.2824,126.616,125.2832,123.9504,123.28399999999999,122.9508,121.2848,120.2852,118.286,117.9528,115.9536,115.2872,114.2876,113.288,113.288,112.2884,112.2884,112.6216,111.9552,111.622,110.9556,109.956,109.2896,107.6236,105.6244,105.6244,104.6248,102.9588,101.2928,99.2936,97.96079999999999,96.628,95.2952,93.29599999999999,92.2964,91.63,90.6304,89.964,89.2976,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,85.6324,85.6324,84.966,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.634,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,85.6324,84.966,84.2996,83.6332,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.63,91.63,92.2964,93.6292,93.6292,93.9624,94.6288,95.2952,95.6284,96.2948,96.628,96.9612,96.2948,95.6284,94.6288,93.6292,91.9632,91.2968,90.2972,89.6308,89.2976,88.63119999999999,87.6316,86.9652,84.966,83.6332,82.3004,81.634,80.3012,79.3016,79.3016,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,61.9752,60.6424,59.976,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.3104,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,51.646,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,45.6484,44.982,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,41.65,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,39.6508,38.9844,38.318,38.318,38.318,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,42.3164,43.316,43.9824,44.6488,45.3152,46.3148,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.9792,51.9792,52.6456,52.6456,52.6456,52.6456,53.312,53.312,54.3116,54.3116,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.308,63.9744,64.6408,66.9732,67.6396,68.9724,69.6388,70.6384,71.9712,72.6376,73.9704,75.6364,76.3028,77.6356,78.9684,79.6348,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,81.9672,81.3008,80.3012,78.9684,77.3024,75.6364,74.97,74.97,74.97,75.3032,75.9696,77.6356,79.6348,81.634,83.3,84.966,85.9656,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.2972,91.2968,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,92.2964,92.2964,91.9632,91.2968,90.2972,89.6308,86.9652,85.2992,83.6332,82.3004,81.634,81.3008,81.3008,81.9672,83.3,83.3,83.3,84.2996,86.2988,86.632,88.298,89.2976,90.2972,90.9636,91.63,92.2964,92.6296,93.29599999999999,93.6292,94.2956,94.6288,94.962,96.2948,96.9612,97.6276,97.96079999999999,100.2932,101.9592,104.2916,105.2912,106.624,107.2904,107.6236,107.6236,106.9572,105.9576,105.6244,105.2912,104.6248,103.62519999999999,101.9592,100.6264,98.96039999999999,96.9612,95.6284,94.2956,93.29599999999999,92.9628,92.2964,91.63,91.2968,90.6304,89.964,89.2976,88.298,88.298,87.9648,87.2984,87.2984,86.2988,85.2992,84.2996,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.968,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,75.9696,74.97,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.6348,79.6348,80.6344,81.3008,82.96679999999999,83.6332,84.2996,84.966,86.2988,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.964,90.6304,90.6304,91.63,92.2964,92.2964,92.9628,92.9628,92.2964,91.2968,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.2988,86.2988,85.6324,85.6324,86.2988,86.632,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.2968,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.6292,94.2956,94.6288,95.6284,96.2948,96.2948,96.2948,96.9612,96.9612,96.628,96.9612,96.9612,96.628,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.9596,101.2928,101.626,101.626,102.6256,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.9576,106.9572,106.9572,107.9568,108.9564,109.2896,110.6224,112.2884,113.6212,115.6204,117.2864,118.9524,120.2852,121.2848,121.9512,122.6176,122.6176,122.6176,123.28399999999999,124.6168,124.95,125.6164,125.6164,125.6164,125.6164,124.95,124.95,126.2828,126.2828,126.2828,126.2828,126.616,126.9492,127.6156,127.9488,128.6152,129.2816,129.6148,129.6148,129.6148,129.6148,129.948,129.2816,129.2816,128.6152,127.9488,127.6156,126.2828,125.6164,124.95,123.9504,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,121.9512,121.618,121.618,120.9516,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,128.282,128.6152,129.6148,129.948,130.9476,131.614,132.2804,132.9468,134.2796,135.2792,137.2784,137.6116,139.2776,140.2772,141.60999999999999,142.2764,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,142.6096,141.9432,141.60999999999999,140.9436,140.6104,138.9444,138.6112,136.2788,134.946,132.9468,131.9472,131.614,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.9468,133.28,133.28,133.9464,134.946,134.946,136.2788,136.2788,136.612,136.612,137.2784,137.2784,136.612,136.612,135.6124,135.2792,134.2796,134.2796,133.28,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,132.9468,132.9468,133.28,133.6132,134.2796,133.9464,134.2796,135.2792,136.612,137.6116,139.2776,140.9436,142.9428,143.9424,145.6084,146.2748,147.6076,148.274,149.6068,150.6064,151.2728,151.9392,152.2724,152.9388,154.2716,154.2716,154.2716,154.2716,154.2716,153.9384,153.9384,154.2716,155.2712,156.9372,157.2704,158.27,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.27,158.27,157.6036,157.2704,156.9372,156.9372,155.9376,155.9376,155.2712,155.2712,154.6048,152.9388,151.9392,151.2728,150.6064,149.94,149.6068,149.6068,148.9404,148.274,148.274,147.6076,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,148.274,149.2736,149.2736,149.6068,149.94,149.94,150.93959999999998,150.6064,151.2728,151.2728,151.2728,151.2728,151.2728,150.6064,150.6064,149.94,149.6068,149.2736,149.2736,149.2736,149.2736,149.2736,149.6068,150.6064,151.606,153.9384,155.9376,156.9372,157.6036,158.27,158.9364,159.2696,159.6028,159.6028,159.6028],[146.2748,146.2748,145.6084,145.6084,144.6088,143.9424,143.276,142.6096,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.6104,139.2776,137.9448,137.2784,136.2788,134.6128,133.6132,132.6136,131.2808,130.6144,129.6148,128.6152,127.9488,127.2824,126.9492,125.6164,124.6168,123.28399999999999,122.9508,121.618,120.9516,119.2856,118.9524,117.6196,116.62,115.2872,114.6208,114.2876,113.6212,113.288,113.288,112.6216,112.6216,112.6216,111.622,110.2892,109.2896,107.6236,106.2908,104.958,103.9584,102.6256,101.2928,99.2936,97.96079999999999,95.6284,95.2952,93.29599999999999,92.9628,92.2964,91.63,90.2972,88.9644,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,85.6324,85.6324,84.966,84.966,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.9656,85.9656,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,83.6332,82.6336,81.9672,81.3008,81.3008,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.9656,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.9644,89.2976,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.6284,96.2948,96.2948,96.2948,96.2948,95.6284,94.6288,93.6292,91.63,90.6304,89.964,89.2976,88.63119999999999,88.298,87.6316,86.9652,84.966,83.6332,82.3004,81.634,80.3012,79.3016,79.3016,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.9704,73.304,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,62.6416,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.3104,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,45.6484,44.982,43.9824,43.9824,43.9824,43.316,43.316,42.6496,41.65,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.9844,38.318,37.6516,37.6516,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,41.65,42.3164,43.316,43.9824,44.6488,45.3152,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,54.3116,54.3116,54.3116,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,63.308,63.9744,64.6408,66.3068,67.6396,68.306,69.6388,70.6384,71.9712,72.6376,73.9704,74.97,76.3028,78.30199999999999,79.3016,80.3012,81.3008,81.9672,82.6336,83.3,83.6332,84.2996,84.2996,83.6332,82.6336,81.3008,79.968,77.6356,76.9692,76.3028,76.3028,76.636,77.3024,78.6352,80.3012,82.3004,84.2996,85.9656,87.9648,88.63119999999999,89.6308,90.2972,91.2968,91.9632,91.9632,92.6296,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.6292,93.6292,92.6296,92.6296,91.9632,90.2972,88.298,86.632,84.966,83.6332,82.96679999999999,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,86.2988,87.9648,88.298,89.964,90.6304,91.2968,93.29599999999999,93.6292,94.2956,94.2956,94.6288,94.962,95.6284,95.6284,96.2948,96.9612,97.6276,97.96079999999999,99.96,101.9592,103.62519999999999,104.958,106.624,106.624,106.624,106.624,106.2908,105.9576,105.6244,105.2912,104.6248,103.62519999999999,101.9592,100.2932,98.294,96.628,94.962,94.2956,92.9628,91.63,90.9636,90.9636,90.6304,90.6304,89.964,89.2976,88.9644,88.9644,87.9648,88.298,87.2984,86.632,85.6324,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.6336,82.6336,81.9672,81.9672,80.9676,80.9676,80.6344,80.6344,79.6348,79.6348,78.9684,78.30199999999999,78.6352,77.6356,76.3028,75.6364,75.3032,75.3032,75.6364,75.6364,76.3028,76.3028,77.6356,78.6352,78.6352,78.6352,79.3016,79.3016,78.9684,78.9684,78.9684,79.6348,80.3012,81.3008,81.9672,82.96679999999999,83.6332,84.966,86.2988,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.964,89.964,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,94.2956,94.6288,94.6288,94.962,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.6296,91.63,90.9636,90.2972,89.964,89.2976,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,85.6324,85.6324,86.2988,86.632,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,90.6304,90.6304,90.2972,91.2968,90.6304,91.2968,91.2968,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,101.626,102.2924,103.292,103.62519999999999,103.9584,104.6248,105.2912,105.6244,105.9576,106.624,107.6236,108.28999999999999,109.2896,110.6224,112.95479999999999,113.6212,115.9536,117.6196,119.6188,120.2852,121.2848,121.9512,122.6176,122.6176,122.6176,123.28399999999999,124.6168,124.95,124.95,124.95,126.2828,126.2828,126.2828,126.2828,125.6164,125.9496,125.9496,125.9496,126.616,126.616,127.6156,127.9488,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,128.6152,128.282,128.282,127.6156,126.9492,126.2828,125.6164,124.6168,123.28399999999999,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.9512,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,122.6176,122.6176,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.6164,125.6164,125.6164,126.2828,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,128.282,128.6152,129.6148,129.948,130.9476,131.614,131.614,131.9472,132.9468,134.946,136.2788,136.9452,138.6112,139.2776,140.6104,141.2768,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.276,142.9428,142.6096,142.6096,142.6096,141.2768,140.6104,138.9444,136.9452,136.2788,134.2796,132.9468,132.2804,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.6132,134.2796,134.2796,134.946,135.2792,135.6124,136.2788,136.2788,136.612,136.612,137.2784,137.2784,136.612,136.612,135.6124,135.2792,134.6128,134.6128,133.28,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,132.9468,132.9468,132.6136,132.9468,133.6132,133.6132,134.2796,135.2792,136.612,137.9448,139.944,141.60999999999999,143.276,144.6088,146.2748,146.9412,148.274,148.9404,149.6068,150.6064,151.606,152.6056,152.2724,152.9388,154.2716,154.938,155.2712,154.938,154.2716,153.9384,153.9384,153.9384,154.938,156.60399999999998,157.2704,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.27,158.27,157.6036,157.2704,156.9372,156.9372,156.60399999999998,155.9376,155.2712,155.2712,154.6048,152.9388,151.9392,151.2728,150.6064,150.2732,149.6068,149.6068,149.6068,148.9404,148.9404,148.9404,148.9404,148.6072,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,148.274,149.6068,149.6068,149.94,150.93959999999998,151.2728,151.9392,151.9392,152.6056,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,151.606,151.606,151.606,151.606,151.606,151.606,151.606,151.606,152.6056,153.9384,155.2712,156.9372,158.6032,159.2696,159.2696,159.6028,160.2692,160.6024,160.6024,160.6024],[146.2748,146.2748,145.6084,145.6084,144.6088,144.6088,143.9424,143.276,142.6096,142.2764,142.2764,142.2764,141.9432,141.9432,141.9432,141.60999999999999,140.9436,140.6104,139.2776,138.6112,136.9452,136.2788,134.946,133.6132,132.6136,131.2808,130.6144,129.2816,128.6152,127.6156,127.2824,125.9496,125.2832,123.28399999999999,122.9508,122.2844,120.9516,119.952,119.2856,118.286,117.9528,116.62,116.62,115.2872,114.954,114.2876,113.6212,113.95439999999999,113.95439999999999,113.288,112.6216,111.622,111.2888,109.2896,107.6236,106.2908,104.958,103.9584,102.6256,100.9596,98.96039999999999,97.2944,96.2948,95.6284,93.9624,93.29599999999999,92.9628,91.63,90.2972,89.6308,88.9644,88.298,87.9648,87.2984,87.2984,86.9652,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,84.2996,82.96679999999999,82.3004,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,83.3,83.3,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,86.2988,86.9652,87.2984,87.2984,88.298,88.298,88.9644,88.9644,89.2976,90.6304,91.2968,91.63,92.6296,93.29599999999999,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.2952,93.9624,92.2964,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.298,87.6316,86.9652,84.966,83.6332,82.3004,81.634,80.3012,79.3016,78.6352,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.9704,73.304,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.6388,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,65.6404,64.6408,63.9744,63.308,62.6416,61.3088,61.3088,60.6424,59.309599999999996,58.6432,58.6432,57.9768,57.3104,56.3108,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,51.646,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,47.3144,46.9812,46.3148,46.3148,45.6484,44.982,44.315599999999996,43.9824,43.316,43.316,42.6496,42.6496,41.9832,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.9844,38.318,38.318,37.6516,37.6516,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.6508,40.3172,40.3172,40.9836,41.65,42.3164,42.3164,43.316,43.9824,44.6488,45.3152,45.9816,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,51.646,51.646,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,54.3116,54.3116,54.3116,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,65.3072,66.3068,67.6396,68.306,69.3056,70.6384,71.9712,72.6376,74.3036,74.97,76.3028,78.30199999999999,79.968,80.9676,81.9672,82.6336,83.3,84.2996,84.966,85.6324,85.6324,85.6324,84.966,84.2996,82.3004,81.3008,79.6348,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,80.3012,82.3004,83.9664,85.9656,87.9648,88.9644,90.2972,91.2968,91.9632,92.9628,93.9624,93.9624,94.6288,95.6284,95.6284,94.962,94.962,94.962,94.6288,94.6288,94.2956,94.2956,93.9624,93.29599999999999,92.6296,91.9632,89.964,87.6316,85.9656,84.6328,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.9656,87.2984,87.9648,89.2976,90.2972,91.63,92.2964,93.9624,94.6288,94.962,95.6284,95.9616,95.9616,96.2948,96.2948,96.9612,97.6276,97.6276,97.96079999999999,99.96,101.2928,103.62519999999999,104.958,105.9576,106.624,106.624,106.624,105.6244,105.9576,105.6244,105.2912,104.6248,103.62519999999999,101.626,100.2932,97.96079999999999,96.628,94.962,94.2956,92.9628,91.63,90.9636,90.9636,90.6304,90.6304,89.964,89.2976,89.2976,88.9644,88.63119999999999,88.298,87.9648,87.2984,86.632,85.6324,84.966,84.966,84.966,84.2996,84.2996,83.3,83.3,82.6336,82.3004,81.634,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.6352,77.6356,76.9692,75.9696,75.9696,75.6364,75.6364,76.3028,76.3028,77.3024,78.6352,78.6352,78.6352,78.6352,79.3016,78.9684,78.9684,78.9684,78.9684,79.6348,80.3012,81.3008,81.9672,82.96679999999999,84.2996,85.6324,87.2984,87.9648,88.298,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,91.2968,91.2968,90.6304,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,94.2956,94.2956,94.2956,94.6288,94.6288,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,91.9632,90.9636,90.9636,90.2972,88.9644,88.298,88.298,87.9648,87.9648,87.9648,87.2984,86.632,86.2988,86.2988,86.2988,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,90.6304,90.2972,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.626,102.6256,103.292,103.62519999999999,103.9584,104.6248,105.2912,105.9576,106.624,107.6236,108.28999999999999,109.2896,110.6224,112.95479999999999,113.6212,115.9536,117.6196,119.6188,120.2852,121.2848,121.9512,122.6176,122.6176,122.6176,123.28399999999999,124.6168,124.6168,124.95,124.95,125.6164,126.2828,126.2828,126.2828,125.9496,125.9496,125.9496,125.9496,126.616,126.616,127.6156,127.9488,128.6152,128.6152,128.6152,129.2816,129.2816,128.6152,128.6152,128.282,127.6156,126.9492,126.2828,126.2828,125.6164,124.95,123.9504,122.2844,120.9516,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,120.2852,121.2848,121.2848,121.2848,121.9512,121.9512,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,128.282,128.282,128.9484,129.6148,130.6144,130.9476,130.9476,131.614,131.9472,133.6132,134.946,136.2788,137.2784,138.6112,139.6108,140.6104,141.9432,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,142.9428,143.9424,143.9424,143.9424,143.9424,142.9428,142.9428,142.9428,142.9428,142.2764,141.60999999999999,140.9436,139.2776,138.6112,136.612,135.2792,134.2796,133.28,133.28,133.9464,133.9464,133.9464,134.2796,134.2796,134.2796,134.946,135.2792,135.6124,135.6124,136.2788,136.612,136.612,136.612,137.2784,137.2784,136.612,136.612,135.6124,135.2792,134.6128,134.6128,133.28,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,132.9468,132.9468,132.6136,132.9468,133.6132,133.9464,134.2796,135.6124,137.6116,138.6112,139.944,141.60999999999999,143.276,145.2752,146.2748,147.27439999999999,148.274,149.2736,150.2732,150.6064,151.606,152.6056,152.2724,153.6052,154.2716,154.938,155.2712,154.938,154.2716,153.9384,153.9384,153.9384,154.938,156.60399999999998,157.2704,158.6032,158.6032,158.6032,158.6032,158.6032,158.9364,158.6032,158.27,158.27,158.27,157.2704,156.9372,156.60399999999998,156.60399999999998,155.9376,155.2712,154.938,153.9384,152.9388,152.6056,151.2728,150.6064,150.2732,149.6068,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,148.9404,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,148.274,149.6068,149.94,150.6064,151.606,152.6056,152.9388,152.6056,152.6056,152.6056,152.9388,153.272,153.9384,154.2716,154.2716,153.6052,153.6052,153.6052,153.6052,153.6052,153.6052,153.6052,153.9384,154.938,155.2712,156.9372,157.6036,159.2696,159.6028,159.6028,159.6028,160.6024,160.6024,160.6024,160.6024],[144.942,144.942,144.942,144.942,144.6088,144.6088,144.6088,143.9424,143.9424,143.276,143.276,143.276,142.6096,142.6096,142.6096,142.2764,141.60999999999999,140.9436,139.944,138.9444,138.6112,136.9452,135.6124,134.6128,133.28,131.614,131.2808,129.948,128.6152,127.9488,127.2824,125.9496,125.2832,124.6168,123.6172,122.9508,121.9512,121.2848,120.9516,120.2852,119.6188,118.9524,117.9528,117.2864,116.62,115.6204,115.2872,115.2872,114.6208,114.6208,113.95439999999999,113.288,112.2884,110.6224,108.28999999999999,106.9572,105.6244,104.958,103.292,101.2928,99.96,98.294,97.6276,96.9612,96.2948,95.2952,93.9624,92.9628,91.63,90.9636,89.6308,88.9644,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.2988,85.6324,85.6324,84.966,84.2996,82.3004,81.634,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.966,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.632,86.632,86.632,86.632,85.2992,85.2992,84.966,84.966,83.6332,83.3,83.3,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,80.6344,81.3008,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.2988,86.9652,87.2984,87.2984,87.9648,87.6316,88.298,89.2976,89.964,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.6292,94.6288,94.962,95.6284,95.6284,95.2952,94.2956,93.6292,92.2964,91.63,90.6304,89.964,89.964,89.2976,88.63119999999999,88.298,87.2984,86.9652,84.966,83.6332,82.3004,81.3008,79.968,79.3016,78.6352,76.9692,76.9692,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.6388,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,60.6424,59.309599999999996,58.31,58.31,57.6436,56.977199999999996,56.3108,55.9776,55.3112,54.6448,53.9784,53.9784,53.312,53.312,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,43.316,42.3164,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.6456,52.6456,52.9788,52.9788,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,66.64,67.3064,67.97279999999999,68.6392,70.6384,71.9712,73.304,74.3036,76.3028,77.6356,78.9684,80.3012,81.9672,82.6336,83.3,84.2996,85.2992,86.632,87.2984,87.6316,87.9648,87.9648,86.632,85.6324,83.9664,82.6336,81.9672,80.9676,80.3012,80.9676,82.3004,84.2996,85.2992,87.2984,89.2976,90.6304,91.9632,92.9628,94.962,95.6284,96.2948,96.2948,96.628,97.6276,97.6276,97.6276,97.6276,96.628,95.9616,95.6284,95.6284,94.962,94.6288,94.6288,93.9624,93.29599999999999,91.2968,89.964,87.6316,85.9656,85.2992,85.6324,85.6324,86.2988,86.2988,86.2988,86.632,87.2984,87.9648,88.298,89.964,90.6304,92.2964,92.6296,94.6288,94.962,95.6284,96.2948,96.628,96.628,96.9612,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,99.96,101.2928,103.62519999999999,104.958,105.6244,105.6244,106.624,106.624,105.9576,105.9576,105.9576,105.6244,104.6248,103.9584,102.6256,100.6264,98.6272,96.9612,95.9616,94.6288,93.29599999999999,92.2964,91.63,91.63,91.63,91.2968,89.964,89.964,89.964,89.2976,89.2976,88.9644,88.63119999999999,87.9648,87.9648,86.632,86.632,86.2988,86.2988,85.6324,85.6324,84.2996,83.9664,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.3004,81.634,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,76.636,76.636,76.636,76.636,77.3024,77.3024,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.6348,80.3012,80.9676,81.9672,82.6336,84.2996,85.6324,87.2984,87.9648,88.298,88.9644,88.9644,89.964,89.964,90.6304,90.6304,91.2968,91.2968,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.2956,93.29599999999999,92.6296,92.6296,92.2964,90.9636,90.2972,89.964,89.2976,89.2976,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,105.6244,106.624,107.6236,107.9568,109.2896,110.6224,112.95479999999999,114.2876,115.9536,117.6196,119.6188,120.2852,121.2848,121.9512,122.9508,122.9508,123.28399999999999,123.9504,124.6168,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.6164,125.9496,125.6164,125.6164,125.6164,126.2828,126.616,127.2824,127.2824,127.6156,127.6156,127.9488,128.6152,128.6152,127.9488,127.6156,126.9492,126.2828,125.9496,125.9496,125.9496,124.6168,123.9504,122.9508,121.618,120.2852,119.6188,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.9512,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,127.6156,128.6152,128.6152,128.9484,129.6148,129.948,130.6144,130.9476,131.2808,132.2804,132.9468,133.9464,134.946,136.612,137.2784,138.6112,139.6108,140.6104,140.9436,142.2764,142.2764,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.276,143.276,143.276,142.2764,141.60999999999999,139.944,138.9444,137.2784,135.2792,134.946,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.6124,136.2788,136.612,136.612,136.9452,136.9452,137.6116,137.6116,137.2784,137.2784,136.612,136.612,136.2788,135.6124,134.2796,134.2796,133.6132,133.28,132.9468,132.9468,133.28,133.28,133.28,133.28,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,132.9468,132.9468,133.28,133.28,134.2796,134.946,135.2792,136.612,137.9448,138.9444,140.6104,142.6096,144.2756,145.6084,146.608,147.6076,148.274,149.6068,150.6064,150.6064,151.2728,151.606,152.6056,153.272,154.2716,154.2716,154.2716,154.2716,154.2716,153.9384,153.272,153.9384,155.2712,156.60399999999998,157.2704,157.2704,158.6032,158.6032,159.6028,159.6028,159.6028,158.9364,158.9364,158.9364,158.27,158.27,156.9372,156.60399999999998,155.2712,155.2712,154.938,154.6048,153.6052,152.9388,152.6056,151.9392,150.6064,150.2732,150.6064,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.2736,148.9404,147.6076,147.27439999999999,147.27439999999999,148.274,148.6072,149.2736,150.2732,151.606,152.6056,153.272,153.272,153.272,153.272,153.9384,154.2716,154.2716,154.938,154.938,155.2712,155.2712,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,156.2708,156.9372,157.2704,158.6032,159.2696,160.2692,160.6024,160.6024,160.6024,160.6024,160.6024,160.6024,160.6024],[144.942,144.942,144.942,144.942,144.6088,144.6088,144.6088,144.6088,143.9424,143.9424,143.9424,143.9424,142.6096,142.6096,142.6096,142.2764,141.60999999999999,140.9436,140.6104,139.944,138.9444,137.6116,136.2788,134.946,133.28,132.6136,131.9472,129.948,128.6152,127.9488,127.2824,126.616,125.2832,124.6168,124.6168,123.28399999999999,122.6176,122.2844,121.618,121.9512,120.6184,120.6184,119.952,118.9524,117.6196,117.2864,116.62,116.2868,115.6204,115.2872,114.6208,113.6212,112.95479999999999,111.2888,109.956,107.9568,106.2908,105.9576,104.2916,102.6256,101.9592,100.2932,99.6268,98.294,96.628,96.2948,95.6284,93.9624,93.29599999999999,91.63,90.2972,89.6308,89.2976,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,85.6324,84.966,84.2996,82.96679999999999,82.3004,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.96679999999999,84.966,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.632,86.632,86.632,86.632,85.2992,85.2992,84.966,84.966,83.6332,83.3,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,80.6344,80.6344,81.634,81.634,81.634,82.3004,82.96679999999999,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.9652,86.9652,87.2984,87.2984,87.6316,87.6316,88.298,89.2976,90.6304,91.63,91.63,92.6296,93.29599999999999,93.6292,93.6292,93.6292,94.6288,94.6288,93.9624,92.6296,91.9632,91.63,90.6304,90.6304,89.964,89.2976,88.63119999999999,88.298,87.6316,86.9652,86.2988,84.966,83.6332,82.3004,81.3008,79.968,79.3016,78.6352,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.9776,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,40.3172,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.3124,52.6456,52.6456,52.9788,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,55.3112,55.3112,55.3112,55.3112,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,65.6404,66.64,67.3064,67.97279999999999,68.6392,70.6384,71.9712,73.304,74.3036,76.3028,77.6356,78.9684,80.3012,81.9672,83.3,84.2996,86.2988,86.632,88.298,89.6308,89.6308,89.964,89.2976,88.63119999999999,88.298,86.632,85.6324,84.6328,84.6328,83.9664,83.9664,85.2992,86.632,87.6316,89.2976,91.63,92.9628,93.9624,95.2952,96.9612,97.6276,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,99.6268,98.6272,97.96079999999999,97.96079999999999,96.9612,96.628,96.2948,95.6284,95.6284,94.6288,93.29599999999999,91.63,89.6308,88.298,87.9648,86.632,86.632,86.632,86.632,86.632,87.9648,88.298,88.298,89.2976,91.2968,91.63,93.6292,93.9624,95.9616,96.2948,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,100.6264,102.6256,103.62519999999999,105.6244,105.6244,106.2908,106.9572,106.9572,106.624,106.624,106.624,105.9576,105.6244,104.958,103.292,101.2928,100.2932,98.6272,96.9612,95.2952,93.29599999999999,92.9628,92.2964,92.2964,92.2964,91.63,90.6304,90.6304,90.2972,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,85.6324,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,82.3004,81.634,81.634,80.9676,79.968,79.3016,78.6352,77.3024,76.636,76.636,76.636,77.3024,77.3024,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.6348,79.6348,80.3012,81.3008,82.6336,84.2996,86.2988,87.2984,87.9648,88.298,88.9644,88.9644,89.964,89.964,89.964,90.2972,91.2968,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.6288,95.2952,95.2952,95.6284,95.9616,96.628,96.628,97.6276,96.9612,96.9612,96.9612,96.2948,96.2948,95.6284,95.2952,95.2952,93.9624,93.9624,93.29599999999999,92.9628,91.63,91.63,90.9636,90.6304,89.964,89.964,89.2976,89.2976,88.298,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.962,94.962,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,101.626,101.9592,102.6256,102.6256,103.292,104.2916,105.6244,105.9576,106.9572,107.9568,109.2896,110.6224,112.95479999999999,114.2876,116.62,117.6196,119.6188,120.2852,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.6164,125.2832,125.2832,125.2832,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.9496,126.616,126.616,126.616,126.616,127.6156,127.6156,127.6156,127.6156,126.9492,125.9496,125.2832,125.2832,124.6168,124.6168,123.28399999999999,122.9508,121.618,119.952,119.6188,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.2856,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.9476,131.2808,131.9472,132.2804,133.28,134.2796,135.6124,136.612,137.9448,138.9444,139.944,140.9436,141.60999999999999,142.2764,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,144.6088,144.6088,144.2756,143.276,142.6096,140.9436,139.944,137.9448,136.612,136.2788,135.94559999999998,136.2788,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,136.9452,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,136.612,136.2788,136.2788,134.946,134.2796,133.6132,133.28,132.9468,133.28,133.28,133.28,133.28,133.28,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,134.946,135.2792,136.2788,137.6116,138.6112,139.6108,140.9436,142.9428,144.2756,145.6084,147.27439999999999,147.6076,148.6072,149.2736,149.94,150.6064,150.6064,151.2728,151.9392,152.6056,153.6052,153.6052,153.6052,153.6052,153.9384,153.272,153.272,153.272,154.938,155.9376,156.60399999999998,157.2704,157.9368,158.6032,159.6028,160.2692,160.2692,160.2692,160.2692,159.6028,158.6032,157.6036,156.2708,155.9376,155.2712,154.6048,154.6048,153.9384,153.6052,153.6052,152.9388,151.9392,150.6064,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.6064,149.94,149.6068,148.9404,147.6076,147.6076,148.274,148.6072,149.2736,150.2732,151.9392,152.6056,153.9384,154.2716,153.9384,153.9384,154.938,154.938,155.2712,155.2712,155.9376,155.9376,156.60399999999998,156.60399999999998,156.9372,157.2704,157.2704,157.9368,157.9368,157.9368,158.6032,159.2696,159.936,159.936,160.6024,160.6024,160.6024,160.6024,160.6024,160.6024,160.6024,160.6024],[144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,143.9424,143.9424,142.6096,142.6096,142.2764,142.2764,141.60999999999999,140.9436,140.6104,139.944,138.9444,137.6116,136.612,135.6124,133.9464,133.28,131.9472,130.9476,129.2816,128.282,127.6156,126.9492,125.9496,125.2832,125.2832,123.9504,123.28399999999999,122.6176,122.6176,122.2844,121.618,121.618,121.9512,120.2852,119.6188,118.9524,118.286,117.6196,116.62,115.9536,115.2872,114.2876,112.95479999999999,112.2884,110.6224,108.6232,106.9572,106.624,104.958,104.2916,102.6256,101.9592,100.2932,98.96039999999999,98.294,97.96079999999999,97.2944,95.6284,94.6288,92.9628,92.2964,91.63,90.6304,89.964,88.9644,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.2988,85.6324,84.966,82.96679999999999,82.3004,81.634,81.634,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.2988,85.2992,85.2992,84.2996,84.2996,83.6332,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,81.634,82.3004,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,86.632,87.2984,88.298,88.63119999999999,89.964,90.6304,91.2968,91.63,91.9632,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,90.6304,89.964,89.2976,89.2976,88.298,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,82.3004,81.3008,79.968,79.3016,78.6352,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.3076,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.3112,55.3112,54.6448,54.6448,53.9784,53.312,52.6456,52.6456,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.314,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,45.6484,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.6512,38.6512,39.6508,40.3172,40.3172,40.9836,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.6452,54.3116,54.3116,54.3116,54.3116,54.978,54.978,55.6444,55.9776,55.9776,55.9776,55.9776,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,64.3076,64.974,64.974,65.6404,66.64,67.3064,67.97279999999999,69.3056,70.6384,71.9712,73.9704,74.97,76.3028,77.6356,79.6348,80.9676,82.6336,83.6332,84.6328,86.632,88.63119999999999,90.2972,90.9636,91.63,91.63,91.63,90.9636,90.6304,88.63119999999999,88.298,87.6316,87.6316,86.632,86.632,88.298,89.6308,90.2972,91.9632,93.6292,94.6288,96.2948,98.294,99.2936,100.2932,100.9596,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,101.9592,101.2928,100.9596,100.2932,99.6268,98.6272,97.6276,96.628,96.2948,95.2952,93.29599999999999,91.63,89.964,88.9644,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.964,91.2968,92.2964,93.6292,94.6288,96.2948,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,100.2932,100.6264,101.626,103.62519999999999,104.6248,105.6244,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,104.958,103.62519999999999,101.9592,99.6268,97.6276,95.6284,93.9624,93.29599999999999,92.9628,92.9628,92.9628,92.2964,90.9636,90.9636,91.63,91.2968,90.6304,90.2972,90.2972,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.2984,86.9652,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,86.2988,85.6324,84.2996,83.6332,83.6332,82.96679999999999,81.634,80.6344,79.968,78.30199999999999,77.3024,77.3024,77.3024,77.6356,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,78.9684,78.9684,79.3016,79.968,80.6344,81.634,82.3004,84.2996,86.2988,87.2984,87.9648,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.628,96.628,97.2944,97.6276,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,96.628,96.628,95.9616,95.6284,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.9628,92.2964,91.63,91.63,91.2968,90.6304,89.964,90.6304,90.6304,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,100.2932,100.2932,101.2928,101.626,101.9592,102.6256,103.292,104.2916,105.2912,105.6244,106.624,107.9568,109.2896,110.6224,112.2884,114.2876,116.2868,117.2864,118.9524,120.2852,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.6168,123.9504,123.9504,123.6172,123.6172,123.6172,123.6172,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.9496,125.9496,125.6164,125.6164,125.2832,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,120.9516,119.952,119.2856,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.2856,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.9476,131.2808,131.9472,132.2804,133.28,133.9464,135.6124,136.2788,137.6116,138.6112,139.944,140.6104,141.60999999999999,142.2764,142.6096,142.6096,142.2764,142.2764,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.6088,145.6084,145.6084,144.2756,143.9424,142.6096,141.2768,138.9444,137.6116,137.9448,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.2784,137.2784,136.612,136.612,136.612,136.2788,135.2792,134.6128,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,134.2796,134.946,134.946,135.2792,135.94559999999998,137.2784,138.278,139.944,140.6104,141.60999999999999,143.276,145.2752,146.2748,147.27439999999999,147.6076,148.274,148.9404,149.6068,149.94,150.2732,150.2732,150.93959999999998,151.606,152.6056,152.6056,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,153.6052,154.2716,155.9376,156.2708,157.6036,159.2696,160.2692,161.2688,161.602,161.9352,161.2688,160.6024,159.936,157.9368,156.2708,155.9376,155.2712,154.938,153.9384,153.9384,153.6052,153.6052,152.9388,152.6056,151.2728,151.2728,151.9392,151.9392,151.9392,151.9392,151.2728,151.2728,151.2728,150.93959999999998,150.2732,150.2732,148.9404,148.274,148.274,148.6072,149.6068,150.6064,151.9392,152.9388,154.2716,154.938,154.938,155.2712,155.2712,155.9376,156.2708,156.9372,156.9372,157.6036,158.6032,158.9364,159.2696,159.6028,159.6028,159.6028,160.2692,160.2692,160.2692,160.9356,160.9356,160.9356,161.602,161.602,161.602,161.602,160.6024,160.6024,160.6024,160.6024],[144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,143.9424,143.9424,142.6096,142.6096,142.2764,142.2764,141.60999999999999,140.9436,140.6104,139.944,138.9444,137.9448,136.612,136.2788,134.2796,133.28,132.2804,130.9476,129.6148,128.6152,128.282,127.6156,126.2828,126.2828,125.9496,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.2844,121.9512,121.2848,120.2852,119.6188,118.9524,117.9528,116.9532,115.9536,114.954,112.95479999999999,112.95479999999999,110.9556,109.956,107.9568,107.2904,105.6244,104.6248,103.9584,102.6256,101.9592,100.6264,99.96,99.6268,98.96039999999999,97.2944,95.9616,94.6288,93.9624,92.2964,91.63,90.9636,90.2972,89.6308,88.9644,88.9644,88.298,88.298,87.9648,87.2984,86.9652,86.2988,84.2996,82.96679999999999,82.3004,82.3004,82.3004,81.3008,81.3008,80.6344,79.968,79.3016,78.9684,78.30199999999999,78.6352,78.6352,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,82.3004,84.2996,84.966,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.2988,85.9656,85.2992,84.2996,84.2996,83.6332,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,81.634,81.634,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,86.632,87.2984,88.298,88.63119999999999,89.964,89.964,90.6304,91.2968,91.63,91.9632,91.9632,91.9632,91.63,91.2968,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,87.2984,86.9652,85.6324,85.6324,84.2996,82.96679999999999,82.3004,80.6344,79.968,78.6352,77.6356,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.3076,64.3076,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.318,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,40.3172,40.9836,40.9836,41.65,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,52.3124,52.9788,53.6452,53.6452,53.9784,53.9784,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.9776,55.9776,55.9776,56.644,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.974,64.974,65.6404,66.3068,67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.9712,73.9704,74.97,76.3028,77.6356,79.6348,81.3008,82.6336,84.966,86.632,88.298,90.6304,91.63,92.6296,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.2964,91.63,90.9636,90.6304,90.9636,90.9636,91.63,92.2964,93.29599999999999,94.6288,95.9616,96.9612,98.294,100.2932,102.6256,103.292,103.62519999999999,103.9584,104.6248,105.2912,105.6244,105.6244,105.2912,105.2912,104.6248,103.62519999999999,102.2924,101.2928,99.96,99.2936,98.6272,97.96079999999999,96.628,95.2952,92.9628,91.63,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.63,92.2964,93.9624,94.6288,96.2948,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,102.2924,103.9584,105.2912,105.9576,106.624,107.2904,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,103.62519999999999,101.2928,98.96039999999999,96.9612,95.2952,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,92.2964,92.2964,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,86.632,86.632,85.6324,85.6324,84.6328,83.6332,82.3004,81.3008,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,78.9684,79.6348,79.968,80.3012,80.9676,82.3004,83.6332,84.966,86.632,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.6284,95.9616,96.628,97.2944,97.2944,97.6276,98.96039999999999,99.6268,99.6268,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.628,95.9616,95.6284,95.2952,94.6288,93.9624,93.6292,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,100.2932,100.2932,101.2928,101.2928,101.9592,102.6256,103.292,103.62519999999999,104.6248,105.6244,106.624,107.9568,109.2896,110.6224,112.2884,113.6212,115.6204,117.2864,118.9524,119.952,120.9516,120.9516,121.2848,121.9512,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.9516,120.2852,119.952,119.2856,118.286,117.9528,117.9528,117.6196,116.9532,116.9532,116.9532,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.2856,119.952,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.95,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.9476,130.9476,131.2808,131.9472,132.9468,133.9464,134.946,135.6124,136.612,138.6112,138.9444,140.6104,141.60999999999999,142.2764,142.2764,142.2764,142.2764,141.60999999999999,142.2764,142.2764,142.2764,142.9428,142.9428,143.276,143.276,143.9424,143.9424,144.942,145.6084,145.9416,144.942,144.2756,143.276,142.2764,139.944,138.9444,138.6112,138.9444,138.9444,137.9448,138.278,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,137.9448,137.6116,137.2784,137.2784,136.612,136.612,136.2788,135.2792,134.6128,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.6128,135.2792,135.2792,135.94559999999998,137.2784,137.9448,139.6108,140.6104,141.9432,143.276,143.9424,145.9416,146.2748,147.27439999999999,147.6076,148.274,148.274,148.274,148.6072,148.9404,149.6068,149.6068,150.2732,150.2732,150.6064,151.2728,150.6064,149.94,149.94,150.2732,150.6064,151.2728,152.9388,153.6052,155.2712,156.2708,157.9368,159.936,161.2688,161.9352,161.9352,161.602,160.9356,159.2696,157.2704,156.2708,155.2712,154.938,153.6052,152.9388,152.9388,152.9388,152.9388,152.9388,152.6056,151.9392,151.9392,152.6056,152.6056,152.6056,151.9392,151.9392,151.9392,151.9392,151.9392,151.2728,150.6064,149.6068,148.9404,148.6072,149.2736,149.94,150.6064,151.9392,152.9388,154.2716,154.938,155.2712,155.2712,155.9376,156.60399999999998,157.2704,157.2704,158.6032,158.6032,159.6028,160.9356,160.9356,161.602,161.602,161.602,161.9352,161.9352,162.26839999999999,162.26839999999999,162.26839999999999,162.26839999999999,161.9352,161.602,161.602,161.602,161.2688,160.6024,160.6024,160.6024],[143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,142.9428,142.6096,142.6096,141.9432,141.60999999999999,140.9436,140.6104,139.6108,138.9444,137.9448,137.2784,136.612,134.946,134.2796,132.6136,131.614,130.6144,129.6148,128.6152,128.282,127.2824,126.9492,126.9492,126.2828,126.2828,124.95,124.95,124.6168,124.6168,123.9504,123.28399999999999,122.9508,121.618,120.9516,120.2852,119.2856,118.9524,117.9528,116.62,115.2872,113.6212,112.95479999999999,111.622,110.2892,108.9564,107.9568,107.2904,105.9576,104.6248,104.2916,103.292,102.2924,101.9592,101.2928,100.6264,98.96039999999999,97.6276,95.9616,95.6284,93.9624,93.6292,92.9628,92.2964,90.9636,90.2972,89.6308,89.6308,88.9644,89.2976,88.63119999999999,88.298,87.2984,85.6324,84.2996,84.2996,83.6332,82.96679999999999,82.3004,82.3004,81.634,80.9676,80.3012,80.3012,79.6348,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.9684,79.6348,80.6344,81.634,83.6332,84.2996,85.2992,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.2992,84.966,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,86.632,87.2984,88.298,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,89.964,89.2976,89.2976,88.63119999999999,88.298,88.298,87.9648,87.9648,86.632,86.632,86.2988,86.2988,85.6324,84.2996,83.3,82.6336,81.3008,80.6344,79.3016,78.6352,76.9692,75.6364,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,47.6476,46.9812,46.9812,46.3148,45.6484,44.982,44.982,44.315599999999996,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.9832,41.9832,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.9836,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,53.312,53.9784,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.644,56.644,56.644,57.3104,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.9712,73.9704,74.97,76.3028,77.6356,79.968,81.9672,83.6332,85.6324,87.2984,89.2976,91.63,93.9624,94.962,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,94.6288,93.9624,94.2956,94.6288,95.9616,96.628,97.96079999999999,98.96039999999999,99.6268,100.6264,101.9592,102.6256,104.6248,105.2912,106.624,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.2904,106.624,105.6244,104.6248,103.62519999999999,101.626,101.2928,100.9596,99.6268,98.294,96.2948,94.6288,92.6296,91.2968,90.6304,90.2972,90.2972,90.2972,89.964,89.964,90.2972,91.2968,91.63,92.2964,92.9628,94.6288,95.6284,97.2944,97.96079999999999,98.294,98.294,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.9596,102.2924,103.292,104.958,105.9576,107.2904,107.6236,108.28999999999999,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.6228,108.6232,107.9568,107.6236,105.6244,103.62519999999999,100.9596,98.6272,96.628,95.2952,95.2952,94.6288,94.6288,94.6288,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,89.964,89.964,89.2976,89.2976,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.632,85.2992,84.2996,82.96679999999999,82.3004,80.9676,80.3012,79.968,79.968,79.3016,79.3016,79.3016,79.6348,80.3012,79.968,79.968,79.6348,80.3012,80.6344,81.634,82.3004,82.96679999999999,84.966,85.9656,87.2984,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,87.6316,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,90.6304,90.6304,91.63,91.63,92.2964,92.6296,93.6292,93.6292,94.6288,95.9616,96.9612,97.2944,96.628,97.2944,98.6272,98.96039999999999,99.96,99.96,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.294,98.96039999999999,98.294,97.96079999999999,97.2944,96.628,96.2948,95.6284,94.6288,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,97.2944,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,99.96,100.6264,100.6264,101.626,102.2924,102.6256,103.292,104.2916,104.6248,106.2908,107.2904,108.9564,109.956,111.2888,113.288,114.6208,116.62,118.9524,119.6188,119.952,119.952,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.6176,122.6176,122.2844,122.2844,122.2844,122.2844,121.9512,121.2848,120.9516,120.2852,119.952,119.952,119.6188,118.61919999999999,118.61919999999999,117.9528,117.6196,117.6196,117.6196,117.6196,116.9532,116.9532,116.9532,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.9524,119.6188,119.6188,119.952,119.952,119.952,119.2856,119.2856,120.2852,120.9516,121.2848,121.2848,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.6144,130.6144,131.2808,131.9472,132.9468,133.28,134.946,135.2792,136.612,137.2784,138.6112,139.6108,140.2772,140.9436,142.2764,142.2764,141.60999999999999,140.9436,141.2768,141.2768,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.6096,143.9424,144.6088,145.6084,145.6084,145.9416,145.6084,144.6088,142.6096,141.2768,140.6104,140.6104,140.6104,139.6108,139.2776,139.2776,139.2776,139.6108,139.6108,139.2776,139.2776,139.6108,139.6108,139.6108,138.6112,138.6112,137.6116,137.6116,137.2784,136.612,136.612,136.2788,135.6124,135.2792,135.2792,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.94559999999998,136.612,136.9452,137.6116,138.6112,139.2776,140.6104,141.60999999999999,143.276,144.2756,145.2752,145.9416,145.9416,146.608,146.608,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,147.27439999999999,147.27439999999999,146.608,146.608,147.27439999999999,148.274,149.94,151.2728,152.9388,153.9384,155.6044,157.9368,159.936,160.2692,160.9356,160.9356,159.6028,158.6032,156.60399999999998,154.938,154.2716,152.9388,151.9392,151.9392,151.9392,151.9392,152.2724,152.2724,152.2724,152.9388,152.9388,152.9388,152.9388,153.272,152.9388,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,150.93959999999998,149.94,148.9404,149.6068,149.94,150.6064,151.606,152.6056,153.9384,154.938,154.938,155.6044,156.9372,157.2704,158.27,158.9364,159.6028,160.2692,160.9356,161.9352,162.6016,163.268,163.268,163.9344,163.6012,163.6012,163.268,163.268,163.268,163.268,162.6016,162.26839999999999,161.9352,161.9352,161.602,161.602,160.9356,160.9356],[143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,142.9428,142.6096,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,139.944,139.6108,138.9444,138.6112,137.6116,136.612,135.6124,134.946,132.9468,131.9472,130.9476,129.948,129.2816,128.6152,127.9488,127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,125.6164,124.6168,123.9504,123.28399999999999,122.9508,121.618,120.9516,120.2852,119.2856,118.9524,118.286,117.2864,116.62,114.954,113.6212,112.95479999999999,111.622,110.2892,109.2896,107.9568,106.624,105.9576,105.2912,104.2916,103.62519999999999,103.62519999999999,102.2924,101.2928,100.6264,98.96039999999999,97.6276,95.9616,95.6284,94.6288,94.2956,93.6292,92.2964,91.2968,90.2972,90.2972,89.964,89.6308,89.2976,89.2976,88.63119999999999,86.632,85.6324,85.6324,84.2996,84.2996,82.96679999999999,82.96679999999999,82.3004,81.634,80.9676,80.9676,80.3012,79.968,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,78.30199999999999,78.9684,79.968,80.6344,82.3004,83.6332,84.6328,85.2992,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,84.966,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.6324,86.632,87.2984,88.298,88.298,89.2976,89.2976,89.6308,90.2972,89.964,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.2984,87.2984,86.632,86.632,86.2988,86.2988,84.966,84.966,84.2996,83.9664,83.3,81.9672,81.3008,79.968,79.3016,77.6356,76.9692,74.97,73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,71.638,70.9716,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.3076,64.3076,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,51.9792,50.9796,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,46.9812,46.3148,46.3148,45.6484,44.982,44.315599999999996,44.315599999999996,44.315599999999996,43.9824,43.316,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.65,41.65,40.9836,40.9836,40.3172,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,40.3172,40.3172,40.9836,41.65,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,52.3124,52.9788,53.9784,54.6448,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.3104,57.3104,57.3104,57.3104,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,71.3048,72.6376,73.9704,74.97,76.3028,78.6352,80.6344,82.3004,84.2996,86.632,88.298,90.6304,93.29599999999999,95.6284,96.628,97.96079999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,98.96039999999999,100.2932,101.2928,102.2924,102.6256,103.62519999999999,104.2916,104.6248,105.2912,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.956,109.956,109.956,109.956,108.9564,107.6236,106.624,105.6244,104.6248,103.292,102.6256,102.2924,101.2928,99.96,97.6276,95.9616,93.9624,92.6296,91.2968,91.2968,91.2968,91.2968,91.2968,90.9636,90.9636,91.63,92.2964,92.9628,93.9624,95.6284,96.2948,97.96079999999999,98.294,98.294,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.9596,101.2928,102.2924,102.6256,104.6248,105.9576,107.6236,107.9568,108.6232,108.9564,109.6228,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,109.956,108.9564,107.2904,105.6244,102.6256,100.2932,97.96079999999999,96.628,96.2948,95.9616,95.9616,95.9616,94.962,94.6288,94.6288,94.6288,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,91.9632,91.9632,91.2968,91.2968,91.2968,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.2988,84.966,83.6332,82.3004,81.634,80.9676,80.6344,79.968,79.968,79.968,80.3012,80.9676,80.6344,81.3008,80.9676,81.3008,81.634,82.96679999999999,83.6332,84.966,85.9656,87.2984,88.298,88.298,88.298,87.9648,87.2984,86.632,86.632,86.632,85.9656,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,90.2972,90.6304,91.63,92.2964,92.6296,92.6296,93.6292,94.2956,94.6288,95.9616,96.9612,97.2944,97.2944,97.96079999999999,98.96039999999999,99.6268,100.6264,101.2928,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,100.9596,99.96,99.96,99.96,99.96,99.2936,98.96039999999999,98.294,97.2944,96.628,96.2948,95.6284,95.6284,94.6288,94.6288,93.9624,93.6292,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.9636,90.9636,91.2968,91.2968,91.2968,91.2968,91.2968,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,99.96,100.6264,100.6264,101.626,101.626,102.2924,102.6256,103.62519999999999,104.6248,105.6244,107.2904,108.28999999999999,109.956,111.2888,112.95479999999999,114.2876,116.62,118.286,119.6188,119.952,119.952,119.952,119.952,121.2848,121.9512,122.9508,122.9508,121.9512,121.2848,120.2852,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.6184,120.6184,120.6184,121.2848,121.9512,121.9512,121.2848,121.2848,121.2848,120.9516,119.952,119.6188,118.9524,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,118.286,118.9524,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.2856,119.952,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.6144,130.6144,131.2808,131.2808,132.2804,133.28,134.2796,134.946,135.6124,136.2788,137.6116,138.6112,139.944,140.2772,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.9428,143.276,144.6088,144.942,145.6084,145.6084,144.6088,143.9424,142.2764,140.9436,140.9436,140.9436,140.6104,139.944,139.944,139.944,139.944,139.944,139.6108,139.6108,139.944,139.6108,139.6108,139.2776,138.6112,138.278,137.6116,137.6116,137.2784,136.612,136.2788,136.2788,135.6124,135.6124,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.94559999999998,135.94559999999998,136.612,136.612,136.612,137.2784,138.278,138.6112,139.6108,140.6104,141.60999999999999,142.9428,144.2756,145.2752,145.9416,145.9416,145.9416,146.608,146.608,146.608,146.608,146.9412,146.2748,146.2748,146.2748,145.6084,145.6084,145.6084,145.2752,144.942,143.9424,143.9424,143.276,143.6092,144.2756,145.6084,146.9412,148.274,149.6068,151.2728,152.9388,155.2712,156.60399999999998,157.6036,157.9368,157.9368,156.60399999999998,156.2708,154.2716,153.6052,152.2724,151.9392,151.2728,151.2728,151.2728,151.2728,151.9392,152.2724,152.9388,153.6052,153.6052,153.6052,153.6052,153.9384,153.9384,153.6052,153.6052,153.6052,153.6052,152.9388,152.6056,151.2728,150.6064,149.6068,149.6068,149.6068,149.94,151.606,151.9392,153.272,153.9384,154.938,155.6044,156.9372,157.9368,158.9364,159.2696,160.2692,160.9356,161.602,162.6016,163.268,163.268,164.6008,164.934,164.2676,164.2676,163.9344,163.9344,163.268,163.268,162.6016,162.6016,161.9352,161.9352,161.602,161.602,160.9356,160.9356],[143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,142.9428,141.9432,140.9436,140.9436,140.6104,140.6104,140.6104,139.944,139.6108,138.9444,138.6112,137.6116,136.612,135.6124,134.946,133.6132,132.2804,131.614,130.6144,129.2816,129.2816,129.2816,128.6152,128.6152,127.6156,126.9492,126.9492,126.2828,125.6164,125.2832,124.28359999999999,122.9508,122.2844,121.618,120.9516,120.2852,119.2856,118.9524,118.61919999999999,117.2864,116.62,115.2872,114.2876,113.6212,112.95479999999999,111.2888,110.9556,109.2896,107.9568,107.2904,106.2908,105.6244,104.6248,104.6248,103.62519999999999,102.6256,101.2928,99.6268,98.294,97.2944,96.628,96.2948,95.9616,95.2952,93.9624,92.6296,91.63,91.2968,90.2972,90.2972,90.2972,89.2976,88.63119999999999,87.9648,86.632,86.2988,85.2992,84.966,84.2996,83.6332,83.6332,82.3004,81.634,81.3008,80.6344,80.6344,79.968,79.968,79.3016,78.6352,77.6356,76.636,75.9696,75.9696,75.9696,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.9684,79.968,80.6344,81.634,82.96679999999999,83.6332,84.2996,84.966,84.2996,84.2996,84.2996,84.966,84.966,85.9656,85.9656,85.6324,85.6324,84.966,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.634,81.634,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,85.6324,85.6324,86.632,86.632,87.9648,88.298,88.9644,88.9644,88.9644,88.9644,88.298,87.2984,87.2984,86.632,86.632,86.2988,86.2988,86.2988,85.6324,84.966,84.966,83.6332,83.6332,83.3,83.3,82.6336,81.9672,80.6344,79.968,78.6352,77.6356,76.3028,74.3036,73.63719999999999,72.9708,72.3044,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,67.3064,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.3076,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,51.9792,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,46.9812,46.3148,45.6484,45.6484,44.982,44.315599999999996,43.6492,43.6492,43.316,43.316,42.6496,42.6496,41.9832,41.3168,41.3168,41.3168,40.9836,40.9836,40.9836,40.9836,40.3172,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,41.65,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.980399999999996,48.980399999999996,50.3132,50.9796,50.9796,51.646,52.9788,53.6452,54.6448,55.3112,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.9768,57.9768,57.9768,57.9768,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,68.6392,69.3056,69.3056,69.972,71.9712,72.6376,73.9704,74.97,76.9692,78.6352,80.6344,82.96679999999999,84.966,86.632,88.63119999999999,91.2968,94.6288,96.9612,98.96039999999999,99.6268,100.2932,100.6264,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,101.9592,103.292,103.62519999999999,103.9584,104.6248,105.2912,105.6244,105.9576,107.2904,107.6236,108.28999999999999,108.9564,110.2892,110.6224,111.2888,111.622,111.622,111.2888,111.2888,109.956,108.9564,107.9568,106.624,105.9576,104.6248,103.9584,103.62519999999999,102.6256,101.2928,99.6268,97.6276,95.6284,93.9624,92.6296,92.6296,92.6296,92.2964,92.2964,91.63,91.63,92.2964,92.9628,93.9624,94.6288,96.2948,96.628,98.6272,98.96039999999999,99.2936,99.96,100.6264,101.2928,101.626,102.2924,102.6256,103.292,103.62519999999999,104.6248,105.9576,107.6236,108.9564,109.6228,110.2892,110.9556,111.2888,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,110.6224,108.6232,106.2908,103.62519999999999,101.626,98.96039999999999,97.96079999999999,97.96079999999999,96.9612,97.6276,97.6276,96.628,95.9616,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.2956,94.2956,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.9628,92.6296,91.63,91.2968,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.964,89.2976,89.2976,88.298,87.6316,86.2988,85.6324,84.2996,83.6332,82.3004,81.3008,80.6344,80.6344,80.6344,80.9676,81.634,81.3008,81.9672,81.9672,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.298,88.63119999999999,89.2976,88.298,87.9648,86.632,85.2992,84.6328,84.966,85.6324,85.2992,85.9656,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.2972,91.63,92.2964,92.6296,92.6296,93.6292,94.2956,94.6288,95.9616,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,100.9596,101.2928,102.2924,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.2924,101.2928,101.2928,101.2928,101.2928,99.96,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.9616,95.9616,94.962,94.962,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.6264,100.6264,101.626,101.626,102.2924,102.6256,103.62519999999999,104.2916,105.6244,106.624,108.28999999999999,109.2896,110.9556,112.2884,113.6212,115.9536,117.6196,118.9524,119.2856,119.2856,119.2856,119.952,120.2852,120.9516,121.2848,121.2848,120.2852,119.952,118.9524,118.61919999999999,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,117.9528,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,118.286,118.9524,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.6144,130.6144,130.9476,131.2808,132.2804,132.9468,134.2796,134.946,135.2792,135.6124,137.2784,137.9448,139.2776,139.944,140.9436,140.9436,140.9436,140.6104,140.9436,140.9436,140.6104,140.9436,141.2768,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.2764,143.276,143.9424,144.6088,144.6088,144.6088,143.9424,142.6096,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.2768,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.944,139.6108,139.2776,139.2776,138.278,137.6116,137.6116,137.2784,136.612,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,135.6124,135.6124,135.94559999999998,135.94559999999998,136.612,136.9452,137.6116,137.6116,138.278,139.2776,139.6108,140.6104,142.2764,142.9428,144.2756,145.2752,145.9416,145.9416,145.9416,145.9416,145.9416,145.9416,145.9416,145.9416,146.2748,145.2752,145.2752,144.6088,143.9424,143.9424,143.276,142.6096,141.9432,141.2768,140.9436,140.6104,140.9436,141.2768,142.2764,143.276,144.942,146.2748,147.6076,149.2736,150.6064,152.6056,152.9388,153.9384,154.2716,153.6052,153.272,151.9392,151.2728,150.6064,149.6068,149.6068,150.2732,150.6064,151.2728,151.9392,152.2724,152.9388,154.2716,154.2716,154.2716,154.2716,154.938,154.938,154.2716,154.2716,154.2716,154.2716,154.2716,152.9388,151.9392,150.93959999999998,149.94,149.6068,149.6068,150.2732,150.93959999999998,151.606,153.272,153.9384,154.938,155.6044,156.9372,157.9368,158.9364,159.2696,160.6024,161.2688,161.9352,162.6016,163.9344,163.9344,164.6008,164.6008,164.934,164.2676,163.9344,163.9344,163.268,163.268,162.6016,162.6016,162.6016,162.6016,161.9352,161.602,160.9356,160.9356],[142.9428,142.9428,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,142.9428,142.9428,141.9432,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,139.6108,138.9444,137.9448,137.2784,136.612,135.6124,134.946,133.6132,132.2804,131.614,130.6144,129.2816,129.2816,129.2816,129.2816,128.6152,127.6156,126.9492,126.2828,126.2828,125.6164,124.28359999999999,123.28399999999999,122.2844,121.618,121.2848,120.2852,119.6188,119.2856,118.9524,118.61919999999999,118.286,117.2864,115.2872,114.954,114.2876,113.6212,112.2884,111.2888,110.9556,109.2896,108.28999999999999,107.2904,106.2908,105.6244,105.6244,104.6248,103.292,102.6256,101.2928,99.6268,98.294,97.2944,96.628,96.2948,95.9616,95.2952,94.2956,93.6292,92.6296,91.2968,91.2968,90.6304,89.964,89.2976,88.298,87.9648,86.632,85.9656,85.2992,84.966,84.966,84.2996,82.96679999999999,82.3004,82.3004,81.3008,81.3008,80.6344,80.6344,79.3016,78.6352,77.6356,76.636,75.9696,75.9696,75.9696,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.3024,78.30199999999999,79.3016,79.968,80.9676,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,84.2996,84.2996,83.6332,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.634,81.634,81.634,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,85.9656,85.2992,85.2992,84.966,84.966,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,77.6356,76.9692,75.3032,74.3036,72.9708,72.3044,72.3044,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,63.308,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,56.3108,55.3112,54.6448,54.6448,53.9784,53.312,52.6456,52.6456,51.9792,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.3148,46.3148,45.6484,44.982,44.315599999999996,44.315599999999996,43.6492,43.6492,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.9776,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.6432,58.6432,58.6432,57.9768,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,69.3056,69.972,69.972,70.6384,71.9712,73.304,73.9704,74.97,76.9692,78.6352,80.6344,82.96679999999999,84.966,87.9648,89.964,92.2964,95.2952,97.96079999999999,99.96,101.2928,101.9592,102.6256,101.9592,101.9592,102.6256,103.62519999999999,104.2916,104.6248,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,108.9564,108.9564,109.2896,109.2896,110.6224,111.2888,112.2884,112.2884,112.2884,111.622,111.622,110.2892,109.6228,108.6232,107.2904,106.624,105.2912,105.2912,105.2912,104.2916,102.6256,100.9596,98.294,95.9616,94.2956,93.6292,93.6292,93.6292,93.29599999999999,92.9628,92.9628,92.9628,92.9628,93.29599999999999,94.6288,95.2952,96.2948,97.6276,98.6272,98.96039999999999,99.96,100.2932,101.2928,101.2928,102.2924,102.6256,103.292,103.62519999999999,104.6248,105.2912,106.9572,108.28999999999999,109.6228,110.6224,111.2888,111.622,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.95479999999999,112.2884,111.622,109.956,107.6236,104.6248,102.6256,100.2932,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,94.962,93.9624,93.9624,93.6292,92.9628,92.2964,92.2964,92.2964,91.63,91.63,90.9636,90.9636,90.6304,90.6304,89.964,89.964,88.63119999999999,88.298,87.2984,85.9656,84.966,83.6332,82.3004,81.3008,81.3008,81.3008,81.634,82.3004,81.9672,82.6336,82.6336,83.6332,84.2996,85.6324,86.632,87.9648,88.298,88.298,88.9644,88.9644,88.298,87.2984,85.9656,84.966,84.2996,84.2996,84.2996,84.966,84.966,85.9656,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.9648,89.2976,89.964,90.2972,91.63,92.2964,92.6296,92.6296,93.6292,94.2956,95.2952,96.628,96.628,97.96079999999999,98.6272,98.96039999999999,100.2932,100.9596,101.626,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.2924,102.2924,101.2928,101.2928,100.6264,100.2932,99.2936,98.96039999999999,98.294,97.6276,96.9612,96.2948,96.9612,96.9612,96.2948,96.628,96.628,96.2948,96.9612,96.9612,97.6276,97.2944,97.2944,97.2944,97.2944,97.6276,97.2944,96.9612,96.2948,96.2948,95.9616,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,95.6284,94.962,94.962,94.962,94.6288,94.6288,94.6288,93.9624,93.6292,92.9628,92.9628,92.9628,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.96,99.96,100.6264,100.6264,101.626,101.626,102.2924,102.6256,103.62519999999999,104.2916,105.2912,105.9576,107.6236,108.28999999999999,109.956,111.622,112.6216,114.954,116.62,117.9528,117.9528,117.9528,118.286,118.286,119.2856,119.2856,119.952,119.6188,118.61919999999999,117.9528,117.9528,117.2864,116.9532,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,116.62,115.9536,115.6204,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,118.286,118.9524,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.9512,121.9512,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.6144,130.6144,130.9476,131.2808,132.2804,132.9468,133.6132,134.2796,135.2792,135.6124,136.612,137.2784,138.9444,139.2776,140.6104,140.6104,140.6104,140.6104,140.2772,140.2772,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.2768,141.2768,141.2768,142.2764,143.276,143.276,143.9424,143.276,143.276,142.6096,141.9432,142.6096,142.6096,142.9428,142.6096,142.9428,142.6096,143.276,141.9432,141.60999999999999,140.6104,141.2768,140.6104,140.6104,139.6108,139.6108,139.2776,138.6112,138.278,137.6116,137.2784,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,136.612,136.612,136.612,137.6116,138.278,138.278,138.278,138.6112,139.944,139.944,140.9436,142.2764,143.276,143.6092,145.2752,146.2748,146.2748,146.2748,145.9416,145.9416,146.2748,146.2748,146.2748,145.9416,144.942,144.6088,144.6088,143.9424,142.9428,141.9432,141.60999999999999,140.9436,139.944,139.2776,138.9444,138.9444,138.9444,138.9444,140.9436,141.2768,142.6096,142.9428,144.942,145.6084,146.9412,148.6072,149.6068,149.6068,150.2732,150.2732,150.2732,150.2732,149.6068,148.9404,148.9404,148.9404,149.2736,149.94,150.6064,151.2728,152.2724,152.9388,153.6052,154.2716,154.2716,154.2716,154.938,154.938,154.2716,154.2716,154.6048,154.6048,154.2716,153.6052,152.6056,151.606,150.6064,149.94,149.6068,149.6068,150.6064,150.93959999999998,152.9388,153.9384,154.938,155.9376,156.9372,157.9368,158.9364,159.2696,160.6024,161.2688,161.9352,162.6016,163.9344,163.9344,164.6008,164.6008,164.2676,164.2676,163.9344,163.9344,163.268,163.268,162.6016,162.6016,162.6016,162.6016,161.9352,161.9352,161.602,160.9356],[142.2764,142.2764,142.6096,142.6096,143.276,143.276,143.276,143.276,142.6096,142.6096,142.2764,142.2764,141.60999999999999,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.2776,138.278,137.6116,137.2784,136.2788,135.6124,134.946,133.6132,131.9472,130.9476,129.948,129.948,129.948,128.9484,128.6152,128.6152,127.6156,127.2824,126.2828,125.6164,124.6168,123.28399999999999,122.9508,121.9512,121.2848,120.2852,119.2856,119.2856,118.9524,118.9524,118.9524,118.61919999999999,117.2864,116.62,115.9536,114.954,114.2876,113.6212,112.95479999999999,111.2888,110.2892,108.9564,107.9568,107.9568,106.9572,106.2908,105.6244,104.958,103.62519999999999,101.9592,100.6264,99.6268,98.96039999999999,97.6276,97.2944,96.9612,96.2948,95.2952,94.6288,93.9624,93.29599999999999,92.2964,91.2968,91.2968,90.2972,88.9644,88.298,87.9648,86.632,86.632,86.632,85.9656,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.3004,82.3004,80.6344,79.968,78.30199999999999,77.3024,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.9684,79.6348,80.3012,80.9676,81.634,82.3004,82.96679999999999,83.3,83.3,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,83.3,83.3,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,85.2992,84.6328,84.2996,83.6332,82.96679999999999,83.6332,82.96679999999999,82.96679999999999,81.9672,81.3008,81.3008,80.6344,80.6344,80.3012,79.6348,78.9684,78.30199999999999,76.9692,75.6364,74.97,74.3036,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.308,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,55.6444,54.6448,53.9784,53.9784,53.312,52.3124,51.646,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,45.6484,44.982,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,39.984,39.984,39.984,38.6512,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.318,38.318,38.9844,38.9844,39.6508,39.6508,39.6508,40.3172,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,53.9784,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,62.6416,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,72.3044,72.3044,72.9708,74.3036,75.9696,78.6352,80.6344,82.3004,85.2992,87.9648,89.964,92.9628,95.9616,97.96079999999999,101.2928,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,106.624,107.6236,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.6228,109.2896,109.956,110.6224,111.2888,111.622,112.2884,113.288,113.288,112.95479999999999,112.2884,111.622,110.2892,109.6228,108.6232,107.9568,106.9572,105.9576,105.9576,105.6244,104.958,102.9588,101.9592,98.96039999999999,96.9612,94.962,94.6288,94.6288,94.6288,94.6288,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,96.2948,97.6276,98.6272,99.6268,100.2932,100.6264,101.626,101.626,102.6256,103.292,104.6248,105.6244,105.6244,106.624,107.6236,108.9564,110.2892,110.6224,111.2888,111.622,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.6216,112.6216,112.2884,111.2888,109.956,107.6236,105.2912,103.292,100.9596,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,95.9616,94.962,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.9636,90.6304,89.2976,88.63119999999999,87.2984,86.2988,84.966,82.96679999999999,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.966,84.966,86.2988,86.632,87.9648,88.298,88.298,88.298,88.298,87.6316,87.2984,85.6324,84.2996,83.6332,83.3,83.3,83.6332,83.6332,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.632,87.9648,88.63119999999999,89.964,90.6304,91.63,92.6296,93.29599999999999,93.29599999999999,93.9624,94.962,95.6284,96.2948,96.628,97.96079999999999,98.6272,98.96039999999999,100.2932,100.9596,101.9592,103.292,103.62519999999999,104.2916,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.2928,101.2928,100.2932,100.2932,99.2936,98.294,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.6276,98.294,97.96079999999999,97.96079999999999,98.294,97.6276,97.2944,97.6276,96.9612,96.9612,95.9616,95.6284,94.962,93.9624,93.6292,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.6244,106.2908,107.6236,108.9564,109.956,111.622,113.288,115.6204,115.9536,116.62,116.62,116.62,116.62,116.9532,116.62,117.6196,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.6204,115.2872,115.2872,115.6204,115.6204,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,117.6196,117.6196,117.9528,117.9528,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.2828,126.9492,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,130.6144,130.9476,131.2808,131.9472,131.9472,132.9468,133.28,134.2796,135.2792,136.2788,137.2784,138.6112,138.9444,139.6108,139.944,140.6104,140.6104,139.944,139.944,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.2768,141.9432,141.9432,141.9432,142.2764,141.9432,141.9432,142.6096,142.9428,143.276,144.942,145.6084,146.2748,146.9412,145.6084,145.2752,143.9424,143.276,143.276,142.6096,142.6096,141.9432,141.2768,141.2768,140.6104,139.944,139.2776,138.6112,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.6112,138.278,138.9444,139.2776,139.6108,139.6108,140.6104,140.6104,141.2768,141.60999999999999,141.60999999999999,142.9428,144.2756,145.2752,145.6084,146.2748,146.2748,146.9412,146.9412,146.9412,145.6084,145.6084,144.942,144.6088,143.9424,143.9424,143.276,142.6096,141.60999999999999,140.9436,140.6104,139.6108,138.6112,138.6112,137.9448,137.9448,138.6112,138.9444,138.9444,139.6108,140.6104,140.9436,142.6096,142.9428,143.6092,144.942,146.608,146.608,147.27439999999999,147.27439999999999,147.9408,147.6076,148.274,147.9408,147.9408,148.6072,148.9404,149.2736,149.94,150.6064,151.606,152.2724,152.9388,152.9388,153.9384,153.9384,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,153.6052,152.6056,151.606,150.6064,149.94,149.6068,149.6068,149.94,150.93959999999998,151.9392,152.9388,154.938,155.2712,157.2704,157.6036,159.2696,159.6028,160.9356,160.9356,161.602,161.9352,162.9348,163.6012,164.6008,164.6008,164.6008,164.6008,163.6012,163.6012,162.9348,162.6016,162.6016,161.9352,162.6016,162.6016,161.9352,161.9352,161.602,161.602],[141.9432,141.9432,142.2764,142.6096,142.6096,143.276,143.276,143.276,142.6096,142.2764,142.2764,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.2776,138.278,137.6116,137.2784,136.2788,135.6124,134.946,133.6132,131.9472,130.9476,129.948,129.948,129.948,128.9484,127.9488,127.9488,127.2824,126.616,125.6164,124.6168,123.9504,122.9508,121.9512,121.2848,120.9516,120.2852,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,117.6196,116.62,115.2872,114.954,114.2876,113.6212,112.95479999999999,111.2888,109.956,109.2896,108.9564,108.28999999999999,106.9572,106.2908,105.2912,104.958,103.292,101.9592,99.96,99.6268,98.294,97.6276,97.2944,96.9612,95.6284,95.2952,94.6288,93.9624,92.9628,92.2964,92.2964,91.63,89.964,88.63119999999999,88.298,88.298,88.298,87.2984,86.632,86.632,85.2992,85.2992,85.2992,84.2996,84.2996,82.96679999999999,81.634,79.968,78.30199999999999,77.3024,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,79.6348,79.968,80.6344,81.634,82.3004,82.6336,83.3,83.6332,83.6332,83.6332,84.2996,83.9664,83.3,82.96679999999999,82.3004,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,83.3,83.3,83.9664,83.9664,83.3,82.6336,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.3004,82.3004,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.9684,78.9684,78.30199999999999,76.636,75.6364,74.97,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.3048,69.972,69.3056,69.3056,68.6392,68.306,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,57.6436,56.977199999999996,56.3108,55.6444,53.9784,53.312,53.312,52.6456,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,44.982,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,39.984,39.984,39.984,38.6512,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.318,38.318,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,52.3124,52.9788,53.9784,53.9784,54.6448,55.3112,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.3044,72.3044,72.9708,73.63719999999999,75.9696,77.9688,79.968,82.3004,85.2992,87.9648,89.964,93.6292,95.9616,98.6272,101.2928,103.292,104.2916,104.2916,104.2916,104.6248,104.6248,105.6244,107.6236,108.6232,109.956,109.956,110.6224,110.6224,109.956,109.956,109.6228,109.6228,109.956,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.6212,113.6212,113.288,112.95479999999999,112.2884,110.2892,109.6228,108.6232,107.9568,106.9572,105.9576,105.9576,105.6244,105.6244,104.2916,102.6256,100.2932,98.294,95.9616,95.6284,94.962,94.6288,94.6288,94.2956,94.2956,93.6292,93.9624,94.6288,94.6288,95.6284,96.2948,97.6276,98.96039999999999,100.2932,100.6264,100.6264,101.626,102.2924,103.292,103.62519999999999,105.2912,105.9576,106.2908,107.2904,107.9568,109.2896,110.6224,111.2888,111.622,111.622,112.6216,112.6216,112.6216,112.2884,112.2884,111.9552,112.2884,112.2884,111.622,111.2888,109.956,107.6236,105.2912,103.292,101.2928,100.6264,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.2948,95.6284,94.6288,94.6288,94.6288,94.2956,93.6292,93.6292,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.6296,92.2964,91.63,90.9636,89.964,88.298,86.632,84.966,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.9652,87.2984,87.9648,88.298,87.9648,87.2984,87.2984,85.9656,84.2996,83.6332,83.3,82.6336,82.6336,83.3,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,86.2988,86.632,86.632,87.9648,89.2976,90.2972,91.63,92.6296,92.6296,93.29599999999999,93.9624,94.962,95.6284,96.2948,96.628,97.2944,98.294,98.96039999999999,100.2932,100.9596,101.9592,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.2912,104.6248,104.2916,103.9584,103.9584,103.292,102.6256,102.2924,101.626,101.2928,100.6264,100.6264,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.6272,99.6268,99.6268,100.2932,100.2932,101.2928,101.2928,101.2928,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,97.2944,96.9612,95.6284,94.962,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,102.6256,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.9576,105.9576,107.6236,108.9564,110.2892,111.622,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,117.9528,117.9528,118.61919999999999,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,130.6144,131.2808,131.2808,131.9472,131.9472,132.9468,133.28,134.2796,134.946,135.6124,136.2788,137.6116,137.9448,138.6112,139.2776,139.944,139.944,139.944,139.944,139.944,139.944,140.6104,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,141.2768,141.2768,141.9432,142.6096,143.9424,145.2752,146.9412,148.6072,149.6068,150.2732,149.6068,148.9404,148.274,146.9412,146.9412,146.2748,146.2748,145.2752,144.2756,143.276,142.9428,142.2764,141.9432,140.6104,139.6108,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.6108,139.6108,139.6108,139.944,139.944,140.6104,140.6104,141.60999999999999,141.60999999999999,141.9432,142.2764,142.6096,143.276,143.6092,143.276,144.942,145.6084,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412,145.6084,144.942,144.6088,143.9424,143.276,142.9428,142.6096,141.60999999999999,140.9436,139.944,139.6108,138.9444,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.9444,138.9444,139.6108,139.6108,140.9436,141.60999999999999,141.9432,142.9428,143.9424,144.942,144.942,145.2752,145.9416,145.9416,146.9412,147.27439999999999,147.27439999999999,147.9408,148.274,148.9404,149.2736,149.94,151.2728,151.606,152.2724,152.9388,153.6052,153.9384,154.2716,154.2716,154.2716,154.2716,154.2716,153.6052,153.6052,152.9388,152.6056,151.606,149.94,149.6068,149.6068,149.6068,149.6068,149.94,151.2728,152.6056,153.9384,154.938,156.2708,157.2704,158.6032,159.2696,160.6024,160.9356,160.9356,161.602,162.6016,163.6012,163.9344,164.6008,164.6008,163.9344,163.6012,162.9348,162.6016,161.9352,161.9352,161.9352,162.6016,162.6016,161.9352,161.9352,161.602,161.602],[141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.6096,142.6096,142.6096,142.6096,142.6096,142.2764,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.2776,138.278,137.6116,136.612,135.6124,135.6124,134.946,133.9464,132.2804,130.6144,129.948,129.948,129.2816,128.9484,127.9488,127.6156,126.616,125.9496,125.2832,123.9504,123.28399999999999,121.9512,120.6184,120.6184,119.952,119.6188,118.9524,118.286,117.9528,118.9524,119.6188,119.6188,118.9524,118.286,117.6196,117.2864,116.62,115.2872,114.954,113.6212,112.95479999999999,111.622,110.9556,110.2892,109.6228,108.9564,107.6236,106.624,105.2912,103.9584,102.6256,101.9592,100.6264,100.2932,99.6268,98.96039999999999,97.96079999999999,96.628,96.2948,95.6284,94.6288,93.9624,93.6292,93.6292,92.2964,91.63,90.6304,89.964,89.2976,89.2976,88.9644,88.298,87.9648,87.9648,86.632,86.632,85.9656,84.966,84.2996,82.3004,80.6344,78.9684,78.30199999999999,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,83.3,82.6336,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,78.6352,78.6352,78.6352,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.9664,83.9664,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.634,80.9676,80.6344,80.6344,79.6348,79.6348,79.3016,78.6352,78.6352,78.6352,76.9692,76.9692,76.3028,75.6364,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,71.9712,70.6384,68.9724,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,56.977199999999996,56.3108,55.6444,54.978,53.9784,53.312,52.6456,52.6456,51.646,50.9796,50.3132,50.3132,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,44.982,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,39.984,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.3168,41.9832,42.6496,43.316,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.9788,53.6452,54.6448,55.3112,55.9776,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.3076,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.9708,72.9708,72.9708,74.3036,75.9696,77.9688,79.968,82.3004,84.2996,87.2984,89.964,92.9628,95.9616,98.6272,101.2928,103.292,104.958,105.6244,105.6244,105.6244,105.9576,106.9572,108.28999999999999,108.6232,109.956,110.6224,110.6224,110.6224,109.956,109.2896,109.6228,109.6228,110.2892,110.9556,111.622,112.2884,113.288,113.6212,113.6212,114.2876,113.6212,113.288,112.2884,110.9556,109.956,108.9564,107.6236,106.9572,106.2908,106.2908,106.624,105.9576,104.958,103.9584,101.9592,99.6268,98.294,96.9612,95.9616,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,96.2948,97.6276,98.96039999999999,100.2932,100.6264,100.6264,101.626,102.2924,103.292,104.2916,105.6244,106.624,107.6236,107.9568,109.2896,109.6228,110.6224,111.2888,111.622,111.622,111.9552,111.9552,111.9552,111.622,111.622,111.2888,111.622,111.622,111.622,111.2888,109.2896,107.6236,105.6244,103.292,101.2928,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,99.6268,99.6268,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.9612,95.9616,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,92.2964,90.9636,89.6308,86.632,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,86.2988,86.9652,87.2984,87.2984,87.9648,87.2984,86.632,85.9656,85.2992,84.2996,82.96679999999999,82.6336,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,86.632,87.9648,88.9644,89.2976,91.2968,91.63,92.6296,93.29599999999999,93.9624,94.6288,95.6284,96.2948,96.628,97.2944,97.96079999999999,98.96039999999999,99.96,100.2932,101.9592,102.6256,103.9584,104.6248,105.6244,105.6244,105.6244,105.2912,104.6248,104.6248,104.2916,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.2928,100.9596,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.626,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,103.9584,103.9584,102.9588,102.6256,102.2924,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,100.2932,99.6268,98.6272,96.9612,95.6284,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,96.628,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,101.2928,102.6256,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.9576,105.9576,106.9572,108.28999999999999,109.6228,110.9556,111.2888,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,130.6144,131.2808,131.2808,131.9472,131.9472,132.9468,133.28,134.2796,134.946,135.6124,136.2788,137.6116,137.9448,138.6112,139.2776,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,140.6104,140.6104,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.9436,141.2768,142.6096,143.6092,144.942,146.608,150.6064,152.6056,153.6052,153.272,153.6052,152.9388,152.6056,151.2728,150.6064,149.6068,148.9404,148.274,147.27439999999999,145.9416,144.942,144.6088,144.6088,143.276,142.6096,141.2768,141.2768,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,142.2764,142.2764,142.2764,142.6096,143.276,143.9424,143.9424,143.9424,143.9424,144.2756,144.6088,145.2752,145.2752,145.6084,146.2748,146.2748,146.9412,146.9412,146.2748,146.2748,145.6084,144.942,144.6088,143.9424,142.9428,142.2764,141.9432,140.9436,140.6104,139.6108,138.9444,138.6112,137.9448,137.9448,137.6116,137.6116,137.9448,137.9448,138.6112,138.9444,138.9444,139.6108,139.944,140.9436,141.60999999999999,142.6096,142.6096,143.6092,143.6092,143.6092,144.2756,144.2756,145.2752,145.9416,146.9412,146.9412,147.9408,147.9408,148.274,148.9404,150.2732,150.6064,151.9392,152.2724,152.9388,153.6052,153.6052,153.6052,153.6052,153.6052,153.6052,152.9388,152.2724,151.9392,151.2728,150.6064,149.94,149.6068,148.9404,148.9404,148.9404,148.9404,150.6064,151.9392,153.272,153.9384,155.6044,156.2708,158.27,158.6032,159.2696,159.936,159.936,160.2692,162.26839999999999,162.6016,162.6016,163.268,163.9344,163.268,162.6016,161.9352,161.2688,161.2688,160.9356,160.9356,161.602,162.26839999999999,161.9352,161.9352,161.602,160.9356],[140.9436,140.9436,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.2776,138.278,137.2784,136.612,135.6124,135.2792,134.946,133.9464,132.2804,130.6144,129.948,129.948,128.9484,127.9488,127.2824,126.616,125.6164,125.2832,123.9504,123.28399999999999,121.618,120.6184,120.2852,120.2852,119.6188,118.9524,118.9524,118.286,118.61919999999999,118.9524,119.6188,119.6188,118.9524,118.286,117.6196,117.2864,116.62,115.2872,114.954,114.2876,113.6212,112.95479999999999,112.2884,111.622,111.2888,109.956,108.9564,107.6236,106.624,105.2912,104.2916,102.9588,102.6256,101.9592,100.6264,99.96,98.96039999999999,98.6272,97.2944,96.628,96.2948,95.2952,94.6288,93.9624,93.9624,92.9628,92.2964,91.63,91.2968,91.2968,90.2972,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.2988,84.966,83.6332,81.634,79.968,78.9684,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.9664,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.634,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.634,80.9676,80.9676,80.3012,79.968,79.968,79.3016,78.9684,78.30199999999999,78.6352,77.6356,76.9692,76.9692,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.9712,71.3048,70.6384,69.972,68.9724,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.3076,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,62.3084,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,56.3108,55.6444,54.978,54.3116,53.312,52.6456,52.6456,51.9792,50.9796,50.3132,50.3132,49.6468,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,44.982,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,39.3176,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,43.316,43.9824,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.6452,54.3116,55.9776,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.6428,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,75.9696,77.9688,79.968,82.3004,84.2996,86.632,89.6308,92.9628,95.9616,97.96079999999999,100.6264,103.292,104.958,105.6244,106.2908,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,110.2892,110.2892,109.956,108.9564,108.9564,108.9564,109.2896,110.2892,110.9556,111.622,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,113.6212,112.2884,111.2888,109.956,108.9564,107.6236,106.9572,106.9572,106.9572,106.624,106.624,105.2912,104.2916,102.6256,101.2928,98.96039999999999,96.9612,96.2948,95.9616,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,95.6284,95.9616,96.9612,97.6276,98.96039999999999,100.2932,100.6264,100.6264,101.626,102.2924,103.62519999999999,104.2916,105.6244,106.624,107.9568,108.6232,109.956,109.956,111.2888,111.622,111.622,111.622,111.9552,111.622,111.622,111.622,111.622,111.2888,111.622,111.622,111.2888,110.6224,109.2896,107.6236,105.6244,102.6256,101.2928,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.6276,96.9612,96.628,95.9616,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,91.63,89.964,87.9648,86.2988,84.966,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.2992,85.2992,84.2996,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.2992,86.632,87.9648,88.9644,89.964,91.2968,91.63,92.6296,93.6292,93.9624,94.962,95.6284,95.9616,97.2944,97.2944,98.6272,98.96039999999999,100.2932,100.9596,102.2924,103.62519999999999,104.6248,105.2912,105.2912,105.6244,105.2912,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.292,103.292,102.6256,101.9592,101.2928,100.9596,100.9596,100.6264,100.2932,99.6268,99.6268,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,103.292,104.2916,104.958,105.2912,105.2912,104.958,104.958,104.6248,104.958,104.2916,104.2916,103.9584,103.9584,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,102.9588,102.6256,101.2928,99.6268,97.96079999999999,97.2944,96.9612,96.2948,96.9612,97.6276,97.96079999999999,97.96079999999999,97.6276,97.96079999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,96.628,96.628,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,99.2936,99.2936,99.2936,99.96,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,101.2928,102.6256,102.6256,103.292,103.292,103.9584,104.6248,105.6244,105.6244,105.6244,105.9576,106.2908,107.2904,108.28999999999999,109.6228,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.9528,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,129.6148,129.948,129.948,129.948,130.6144,129.948,129.948,129.948,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,130.6144,131.2808,131.2808,131.9472,131.9472,132.9468,132.9468,133.9464,134.2796,134.946,135.6124,136.612,137.6116,137.9448,138.6112,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.2776,139.2776,139.944,140.6104,140.6104,140.9436,141.2768,142.6096,143.9424,145.2752,146.608,148.274,152.9388,154.6048,155.6044,156.9372,156.2708,156.2708,155.6044,154.6048,154.2716,152.6056,151.9392,151.2728,150.2732,148.274,147.27439999999999,146.9412,146.9412,145.9416,145.2752,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.6088,144.6088,145.2752,145.2752,145.9416,145.9416,145.9416,145.9416,145.9416,145.6084,146.2748,146.2748,146.2748,146.9412,146.9412,146.2748,145.6084,144.942,144.6088,143.9424,143.276,142.2764,141.9432,141.2768,140.6104,139.944,138.9444,138.6112,138.6112,137.9448,137.9448,137.6116,137.6116,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,139.944,140.6104,141.60999999999999,141.9432,141.9432,142.6096,142.6096,142.6096,142.9428,143.6092,143.9424,144.942,145.2752,145.6084,146.2748,146.608,147.27439999999999,148.274,148.9404,149.94,150.6064,151.2728,151.606,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.2728,151.2728,150.6064,150.2732,149.6068,148.9404,148.6072,147.9408,147.9408,148.6072,149.6068,150.93959999999998,152.6056,153.272,154.938,155.6044,156.9372,157.2704,157.9368,159.2696,159.2696,159.936,160.9356,161.9352,161.9352,161.9352,161.9352,161.9352,161.2688,160.6024,160.2692,160.2692,160.6024,160.9356,161.602,161.9352,161.9352,161.602,160.9356,160.9356],[139.944,139.944,139.944,140.2772,140.2772,140.9436,141.60999999999999,141.60999999999999,140.2772,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,141.60999999999999,140.9436,140.2772,139.944,139.6108,138.278,137.2784,136.612,136.2788,135.6124,135.2792,133.9464,132.2804,130.6144,129.948,129.2816,127.9488,127.6156,126.616,125.9496,125.2832,123.9504,122.9508,121.9512,120.9516,119.6188,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.6196,117.6196,117.2864,116.62,115.9536,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,113.288,112.2884,110.9556,109.956,109.6228,107.6236,106.2908,104.958,104.958,104.2916,103.62519999999999,102.6256,101.9592,100.6264,99.6268,98.96039999999999,98.6272,97.2944,96.628,96.2948,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.6296,92.6296,92.2964,91.63,90.6304,90.2972,89.2976,89.2976,88.298,87.2984,85.9656,84.6328,83.6332,80.9676,79.968,78.6352,77.3024,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,77.6356,76.9692,76.9692,76.9692,77.6356,78.6352,78.9684,79.6348,79.6348,80.3012,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.3,82.6336,81.9672,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.6356,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.306,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.6408,64.6408,63.9744,63.9744,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.6444,54.978,54.3116,53.6452,52.9788,52.3124,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.9816,45.9816,45.3152,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,39.6508,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.9836,41.9832,41.9832,41.9832,42.6496,43.6492,44.315599999999996,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,51.3128,51.9792,52.6456,53.6452,54.978,56.3108,56.977199999999996,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,70.6384,72.3044,72.9708,74.3036,74.3036,74.97,74.97,74.97,74.97,75.9696,77.3024,79.968,81.634,84.2996,86.632,88.9644,92.2964,96.2948,98.294,101.2928,102.9588,105.2912,106.2908,106.9572,107.9568,108.9564,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,108.9564,108.9564,108.9564,108.9564,109.956,110.9556,111.622,112.2884,113.288,113.6212,114.2876,114.6208,114.6208,114.2876,112.95479999999999,111.9552,110.2892,108.9564,107.9568,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,103.9584,102.2924,100.2932,97.96079999999999,97.6276,96.9612,95.9616,95.6284,94.962,94.962,94.2956,94.962,95.6284,95.9616,96.9612,97.96079999999999,98.96039999999999,100.2932,100.6264,100.6264,101.626,102.6256,103.292,104.6248,105.6244,106.624,107.9568,108.9564,109.956,110.9556,111.2888,112.2884,112.6216,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.2888,110.2892,109.2896,107.6236,105.6244,102.6256,101.2928,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.294,98.294,97.6276,97.6276,96.628,96.628,96.2948,95.9616,94.962,94.962,95.2952,94.962,94.962,94.6288,94.6288,94.6288,94.2956,93.9624,93.9624,92.9628,91.63,90.6304,88.298,86.632,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,83.6332,82.3004,81.634,80.9676,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,82.3004,82.96679999999999,82.6336,82.96679999999999,82.96679999999999,83.6332,85.6324,86.632,87.2984,88.298,89.2976,89.964,91.2968,91.9632,93.6292,93.9624,94.6288,95.2952,96.2948,96.628,97.2944,97.96079999999999,98.96039999999999,99.6268,100.9596,101.2928,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.6244,105.2912,105.6244,104.958,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.292,103.9584,105.6244,106.624,106.2908,106.2908,106.624,106.624,106.624,105.9576,105.6244,105.2912,105.2912,104.6248,105.6244,105.6244,105.6244,105.9576,105.9576,105.2912,104.958,104.2916,103.292,101.2928,99.6268,98.294,98.294,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,101.2928,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,104.6248,104.958,105.6244,105.6244,106.2908,106.9572,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,110.2892,110.6224,110.6224,110.9556,111.622,112.2884,112.2884,112.6216,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.9528,117.9528,118.9524,118.9524,119.6188,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,130.6144,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.9468,133.6132,134.946,135.2792,136.612,137.2784,137.6116,138.278,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,138.9444,138.9444,139.2776,139.2776,139.944,140.6104,141.9432,142.6096,142.6096,143.6092,146.608,147.9408,150.2732,152.6056,154.2716,156.2708,157.9368,159.2696,159.2696,159.2696,158.6032,157.2704,156.9372,154.938,154.2716,153.6052,152.6056,150.93959999999998,149.6068,148.9404,148.9404,147.9408,147.27439999999999,146.608,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,145.9416,145.9416,146.2748,146.2748,146.2748,146.2748,145.9416,145.9416,145.9416,145.9416,146.2748,146.9412,146.9412,146.9412,146.2748,146.2748,146.2748,145.6084,144.6088,143.9424,143.276,142.9428,141.2768,140.9436,139.944,138.9444,138.9444,137.9448,137.9448,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.9448,138.6112,138.9444,138.9444,139.6108,140.9436,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,142.9428,143.9424,143.9424,143.9424,144.6088,145.2752,145.9416,147.27439999999999,147.6076,148.9404,149.2736,149.2736,150.6064,150.6064,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.2732,150.2732,149.6068,147.9408,147.27439999999999,146.608,146.608,146.608,147.27439999999999,148.6072,149.94,151.606,152.6056,154.2716,154.938,155.9376,156.60399999999998,156.9372,157.9368,157.9368,158.6032,159.936,160.2692,160.9356,160.9356,160.9356,160.6024,160.2692,159.2696,159.2696,159.2696,159.6028,160.6024,161.602,161.602,161.2688,161.2688,160.6024,160.2692],[139.6108,139.6108,139.2776,139.944,139.944,139.944,140.6104,140.6104,139.944,139.2776,139.944,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,140.2772,139.6108,138.278,137.2784,136.612,136.2788,135.6124,134.6128,133.28,132.2804,130.6144,129.2816,128.6152,127.6156,127.2824,125.6164,125.2832,123.9504,122.9508,121.9512,120.9516,119.6188,118.286,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,115.9536,115.6204,114.954,114.954,114.2876,113.6212,113.288,113.288,113.6212,112.95479999999999,112.2884,110.9556,109.956,109.2896,107.6236,106.2908,105.2912,104.958,104.2916,103.62519999999999,103.292,101.9592,101.2928,99.96,99.6268,98.6272,97.96079999999999,97.2944,96.9612,95.9616,95.6284,94.6288,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,91.2968,90.2972,89.964,89.2976,88.298,86.632,85.9656,83.9664,82.3004,80.3012,78.6352,77.6356,76.3028,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,76.9692,76.3028,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,82.6336,81.9672,81.3008,80.6344,80.6344,79.6348,79.6348,79.6348,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,78.9684,78.9684,78.30199999999999,77.6356,76.9692,77.6356,77.6356,76.9692,76.9692,76.3028,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,54.978,54.3116,53.6452,52.9788,52.3124,51.646,51.646,50.9796,50.3132,49.6468,49.6468,49.6468,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.9816,45.3152,45.3152,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,42.6496,42.6496,43.316,44.315599999999996,44.982,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.9792,52.6456,53.6452,54.978,56.3108,56.977199999999996,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.6412,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.972,70.6384,70.6384,71.3048,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,79.968,81.634,83.6332,85.6324,88.9644,92.2964,96.2948,98.294,101.2928,103.62519999999999,105.2912,106.2908,107.6236,108.6232,109.6228,109.956,109.956,109.956,109.956,109.6228,109.6228,108.9564,108.6232,107.9568,107.9568,107.9568,108.9564,109.956,111.2888,111.622,112.95479999999999,113.6212,114.2876,114.6208,114.6208,113.95439999999999,112.95479999999999,111.622,110.2892,108.6232,107.9568,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,103.62519999999999,101.626,99.96,97.96079999999999,97.6276,96.628,95.9616,95.6284,94.962,94.962,94.962,95.6284,95.9616,96.9612,98.294,99.2936,100.2932,100.6264,101.2928,102.2924,102.6256,103.292,105.2912,105.9576,106.9572,108.28999999999999,109.6228,110.9556,111.622,111.9552,112.2884,112.6216,112.2884,112.2884,111.9552,111.9552,111.2888,111.2888,111.2888,111.2888,111.622,111.2888,110.9556,108.9564,107.6236,105.6244,102.6256,101.2928,99.96,98.96039999999999,98.96039999999999,98.294,98.294,98.6272,98.96039999999999,98.96039999999999,98.6272,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.6276,97.6276,97.6276,96.628,96.628,95.9616,95.9616,95.9616,94.962,94.962,95.2952,95.6284,95.6284,94.962,94.962,94.6288,94.962,94.962,94.6288,93.9624,92.2964,90.6304,88.63119999999999,87.2984,85.6324,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.634,80.9676,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.634,82.3004,81.9672,81.9672,82.3004,82.3004,84.2996,85.2992,85.9656,87.2984,88.298,89.2976,90.6304,91.63,92.9628,93.6292,93.9624,94.6288,95.6284,96.2948,96.628,97.2944,98.6272,98.96039999999999,100.2932,101.2928,102.6256,103.62519999999999,104.2916,104.6248,105.6244,105.6244,105.6244,105.2912,105.6244,105.6244,104.2916,104.2916,104.2916,103.62519999999999,102.6256,102.6256,102.2924,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,105.9576,106.624,107.6236,107.6236,107.2904,107.2904,106.624,106.624,105.6244,105.6244,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,106.624,106.624,105.9576,105.6244,103.62519999999999,102.6256,100.6264,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.2932,100.6264,100.2932,100.6264,101.2928,101.2928,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,104.958,104.958,105.6244,105.9576,106.624,106.624,107.6236,107.9568,107.6236,106.9572,107.2904,107.2904,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,109.956,110.6224,110.9556,110.9556,111.622,112.2884,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.95439999999999,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.9528,118.286,118.9524,119.6188,119.952,119.952,120.6184,120.6184,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.6148,130.9476,130.9476,131.2808,131.2808,130.9476,130.9476,131.2808,130.9476,130.9476,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,130.6144,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.9468,133.6132,134.946,134.946,136.2788,136.612,137.2784,137.6116,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,138.9444,138.9444,139.944,139.944,140.9436,141.9432,142.9428,143.9424,144.942,145.9416,147.9408,150.2732,151.9392,153.6052,155.2712,156.9372,159.2696,159.6028,160.9356,160.2692,160.2692,159.2696,158.6032,157.2704,156.60399999999998,155.2712,153.272,152.6056,151.9392,150.6064,149.94,149.6068,149.2736,148.6072,148.274,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.9412,146.9412,146.9412,146.9412,146.2748,145.9416,145.2752,144.942,143.9424,143.276,142.6096,141.9432,140.9436,140.2772,139.2776,138.9444,138.6112,137.9448,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.6112,138.6112,138.9444,139.6108,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.9428,142.9428,143.276,143.9424,144.6088,144.942,146.2748,147.27439999999999,147.27439999999999,148.274,148.9404,149.2736,149.6068,149.6068,149.94,149.6068,149.6068,149.6068,150.2732,150.2732,149.6068,149.6068,148.274,147.27439999999999,146.2748,146.2748,146.2748,146.2748,146.608,147.6076,148.6072,149.94,151.606,153.272,154.2716,155.2712,155.9376,156.2708,156.9372,156.9372,157.9368,158.6032,159.2696,159.6028,159.6028,159.2696,159.2696,158.27,158.27,157.6036,158.27,158.6032,159.6028,160.9356,160.9356,160.6024,160.6024,160.2692,159.2696],[138.6112,138.6112,138.6112,139.2776,139.2776,139.2776,139.2776,139.2776,138.9444,138.9444,138.9444,139.6108,140.6104,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,140.2772,139.6108,138.278,136.9452,136.612,136.2788,135.6124,134.6128,133.6132,131.9472,130.6144,129.2816,128.6152,127.6156,126.2828,125.6164,123.9504,123.28399999999999,121.9512,121.2848,119.6188,118.9524,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.2868,115.6204,114.954,114.6208,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,113.288,112.6216,112.2884,111.622,110.6224,109.6228,108.28999999999999,106.9572,106.2908,105.9576,105.6244,104.6248,104.6248,103.62519999999999,103.292,101.9592,101.2928,100.2932,99.6268,98.6272,98.294,97.6276,96.628,95.9616,94.962,94.6288,94.6288,93.6292,93.29599999999999,92.6296,91.63,91.2968,91.2968,89.964,88.63119999999999,87.6316,85.6324,84.6328,82.96679999999999,81.634,79.6348,78.6352,76.3028,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.6348,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.6408,63.9744,64.3076,63.6412,63.6412,63.6412,63.308,63.308,63.308,62.3084,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,56.977199999999996,56.3108,56.3108,55.6444,54.3116,53.6452,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.316,43.9824,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,51.646,52.3124,53.312,53.9784,54.978,55.6444,56.977199999999996,58.31,59.309599999999996,60.6424,61.3088,61.3088,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.3052,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.636,78.30199999999999,79.3016,80.9676,82.96679999999999,84.966,88.298,91.63,96.2948,98.294,101.2928,103.62519999999999,105.9576,106.9572,108.28999999999999,109.6228,109.956,110.2892,110.6224,110.2892,109.956,109.6228,108.9564,108.28999999999999,107.6236,107.6236,106.9572,106.9572,107.6236,108.28999999999999,109.6228,110.6224,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,112.2884,110.9556,109.2896,108.6232,107.9568,107.6236,106.9572,107.6236,107.9568,107.9568,107.6236,106.9572,106.2908,105.2912,103.292,101.2928,98.96039999999999,98.294,96.9612,96.2948,95.9616,95.9616,94.962,94.962,95.6284,95.9616,96.9612,98.294,99.2936,100.2932,100.6264,101.2928,102.6256,103.292,103.62519999999999,105.2912,106.2908,107.6236,109.2896,110.6224,110.9556,111.622,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,111.2888,110.9556,109.6228,107.6236,105.6244,102.6256,100.6264,99.96,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.628,95.9616,95.9616,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.9616,95.9616,95.9616,94.6288,92.9628,90.9636,89.964,87.9648,85.9656,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,79.6348,79.6348,80.3012,80.9676,80.9676,81.634,81.3008,81.3008,81.3008,82.3004,82.96679999999999,84.2996,85.2992,86.632,87.9648,88.9644,90.6304,90.6304,92.6296,93.6292,93.6292,94.2956,94.962,96.2948,96.9612,97.2944,98.6272,98.96039999999999,100.2932,100.6264,102.6256,103.62519999999999,104.2916,104.2916,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.2916,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,105.6244,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,104.958,104.958,104.958,105.6244,105.9576,106.624,106.624,106.624,105.9576,104.6248,102.6256,101.626,99.6268,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,101.9592,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.626,101.626,101.626,101.2928,101.2928,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.2932,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,101.9592,102.6256,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.9576,106.624,106.624,107.6236,107.6236,107.9568,107.2904,107.2904,107.2904,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,109.956,110.6224,110.9556,110.9556,112.2884,112.2884,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.6208,115.2872,115.2872,114.6208,114.6208,114.6208,114.954,114.954,115.6204,115.9536,115.9536,115.9536,115.6204,115.6204,116.2868,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.61919999999999,118.9524,119.6188,119.952,119.952,120.6184,120.6184,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,128.282,128.282,128.6152,128.6152,129.2816,129.948,130.6144,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,130.9476,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.9468,133.6132,134.946,134.946,136.2788,136.612,137.2784,137.6116,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,140.6104,140.9436,141.9432,143.276,144.942,145.6084,147.27439999999999,148.6072,149.94,151.9392,152.9388,154.2716,155.2712,156.9372,157.9368,159.2696,160.2692,160.9356,160.9356,159.936,158.6032,157.9368,157.2704,155.9376,154.938,153.272,152.6056,151.606,151.606,150.6064,150.93959999999998,150.6064,149.94,149.94,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,148.6072,148.6072,148.6072,148.6072,148.274,148.274,148.274,148.274,148.274,148.274,148.274,147.9408,147.6076,147.6076,147.6076,146.9412,146.2748,145.2752,144.942,143.9424,142.9428,141.9432,141.9432,141.2768,140.6104,139.944,139.2776,138.9444,138.6112,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.6112,138.6112,138.9444,139.6108,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.9432,142.9428,142.9428,143.276,143.276,143.9424,144.942,146.2748,146.2748,147.27439999999999,147.9408,148.274,148.274,148.6072,148.9404,148.9404,148.9404,148.9404,149.6068,148.9404,148.274,148.274,147.9408,146.2748,145.6084,145.2752,145.2752,145.2752,145.6084,147.27439999999999,147.9408,148.9404,150.6064,151.2728,152.9388,153.272,153.9384,154.6048,154.938,156.2708,156.9372,157.6036,157.9368,157.9368,157.9368,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.6036,158.6032,159.6028,160.6024,159.936,159.2696,158.6032,158.6032],[137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.9444,139.6108,139.944,140.2772,140.2772,140.2772,140.2772,139.944,138.6112,137.6116,136.9452,136.612,136.2788,135.6124,134.6128,133.6132,131.9472,130.6144,129.2816,128.6152,126.9492,126.2828,124.6168,123.9504,122.2844,121.2848,119.952,118.9524,117.9528,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,116.62,116.62,116.2868,115.6204,115.6204,114.954,113.95439999999999,113.6212,113.6212,113.288,113.288,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,109.956,109.2896,108.28999999999999,107.9568,106.9572,106.624,105.9576,105.6244,105.6244,104.2916,103.62519999999999,102.6256,102.2924,101.626,100.6264,100.2932,99.2936,98.294,97.6276,96.9612,95.9616,95.6284,94.962,94.6288,93.9624,93.29599999999999,92.6296,91.63,91.2968,90.6304,89.2976,87.9648,86.9652,84.2996,83.6332,81.634,80.3012,78.6352,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,78.6352,77.6356,76.3028,75.6364,74.97,74.97,74.97,75.6364,76.636,77.3024,77.3024,77.3024,78.6352,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,70.9716,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,66.3068,65.6404,65.6404,64.974,64.974,64.3076,63.9744,63.308,63.6412,63.6412,63.6412,63.6412,63.308,62.3084,62.3084,61.641999999999996,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.3104,56.3108,55.6444,55.6444,54.978,53.6452,52.9788,52.3124,52.3124,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.9824,43.9824,44.6488,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,50.3132,51.646,52.3124,52.9788,53.9784,54.6448,55.6444,56.977199999999996,58.31,59.6428,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,71.3048,71.9712,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.9692,77.3024,78.30199999999999,79.968,80.6344,82.3004,84.6328,87.6316,91.2968,95.2952,98.6272,101.2928,103.62519999999999,105.6244,106.9572,108.28999999999999,109.6228,109.956,110.9556,110.6224,110.2892,109.956,108.9564,108.28999999999999,107.9568,106.9572,106.9572,106.2908,106.2908,106.9572,107.6236,108.9564,109.956,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,111.622,110.6224,109.2896,107.9568,107.6236,107.6236,106.9572,107.6236,107.9568,108.6232,108.6232,107.9568,107.6236,106.2908,104.958,102.6256,100.2932,98.294,96.9612,96.2948,96.2948,95.9616,95.6284,95.6284,95.9616,96.628,97.6276,98.294,98.96039999999999,100.2932,100.6264,101.2928,102.6256,103.292,104.2916,105.2912,106.9572,108.28999999999999,109.956,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,111.9552,110.9556,109.6228,107.6236,105.6244,102.6256,100.6264,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,95.9616,95.9616,95.9616,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,94.6288,93.29599999999999,92.2964,89.964,88.298,85.2992,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.6348,78.9684,79.3016,79.3016,79.6348,79.6348,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,84.2996,85.2992,87.2984,88.298,89.2976,90.2972,91.63,92.6296,93.29599999999999,93.6292,94.6288,95.6284,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,100.6264,101.9592,103.292,103.62519999999999,104.2916,104.958,104.958,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.2916,103.62519999999999,103.292,103.292,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,105.2912,105.6244,105.9576,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,104.958,104.958,104.958,105.6244,105.9576,106.624,106.624,106.624,105.9576,104.6248,103.292,101.9592,100.6264,100.2932,100.6264,101.2928,101.9592,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,101.9592,101.9592,101.2928,101.2928,101.2928,101.626,101.626,100.9596,101.2928,101.2928,101.2928,100.6264,100.9596,100.9596,100.9596,101.2928,101.9592,102.6256,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.9576,106.624,107.2904,107.6236,107.6236,107.9568,107.2904,107.2904,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.956,109.956,110.6224,110.9556,110.9556,112.2884,112.2884,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.9524,118.9524,119.6188,119.952,119.952,120.6184,120.6184,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,127.6156,127.9488,128.282,128.6152,128.6152,129.6148,129.948,130.6144,131.2808,131.9472,131.9472,132.6136,132.6136,132.9468,132.6136,132.6136,132.2804,131.614,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,130.6144,130.9476,130.9476,130.9476,131.2808,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,133.6132,134.946,134.946,136.2788,136.2788,136.612,137.2784,137.6116,137.9448,137.9448,138.6112,138.9444,138.9444,139.6108,139.2776,139.6108,139.944,140.9436,141.60999999999999,142.6096,143.9424,145.9416,147.9408,148.9404,149.94,151.606,152.6056,153.9384,154.938,155.6044,156.2708,157.6036,157.9368,159.936,160.6024,160.9356,160.2692,159.2696,157.9368,157.2704,156.2708,154.938,153.9384,152.9388,151.9392,151.9392,151.9392,151.9392,151.9392,151.2728,151.2728,150.6064,150.6064,150.6064,150.2732,150.2732,149.6068,149.6068,149.2736,149.2736,149.2736,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,147.6076,147.6076,147.6076,146.9412,146.2748,145.2752,144.2756,143.276,142.9428,141.2768,141.2768,140.9436,139.944,139.944,139.2776,138.9444,138.6112,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,138.6112,138.6112,138.9444,139.6108,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,143.276,143.9424,145.2752,145.9416,145.9416,147.27439999999999,147.27439999999999,147.9408,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.6076,146.9412,145.6084,144.942,144.6088,144.6088,145.2752,145.6084,146.2748,147.27439999999999,148.274,148.9404,150.6064,151.2728,151.9392,152.9388,153.272,153.9384,154.2716,155.9376,156.2708,156.60399999999998,156.60399999999998,155.6044,155.6044,155.6044,154.938,154.938,155.6044,156.2708,156.9372,156.9372,158.27,158.6032,158.6032,157.6036,157.6036,156.9372],[137.2784,137.2784,137.2784,137.2784,136.9452,136.9452,136.9452,136.9452,137.2784,137.2784,137.6116,137.9448,138.9444,138.6112,139.2776,139.2776,139.2776,138.6112,138.6112,138.278,136.9452,136.612,135.94559999999998,135.2792,135.6124,134.6128,133.6132,131.9472,130.2812,129.2816,128.6152,126.9492,125.6164,124.6168,122.6176,121.9512,119.952,119.6188,117.6196,117.2864,116.62,115.6204,115.9536,115.6204,115.6204,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.2876,113.95439999999999,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.2888,110.9556,109.956,109.2896,108.28999999999999,107.9568,107.6236,106.9572,105.9576,105.9576,105.6244,104.6248,104.2916,103.292,103.292,102.6256,101.9592,101.2928,100.6264,99.96,98.96039999999999,97.96079999999999,97.6276,96.628,96.628,94.962,94.6288,93.6292,92.6296,91.9632,91.2968,90.6304,89.2976,88.63119999999999,86.9652,84.966,83.6332,82.3004,80.3012,79.3016,76.9692,75.6364,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,80.3012,80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,78.9684,77.6356,76.3028,75.6364,74.97,74.3036,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.636,78.30199999999999,78.9684,79.6348,80.9676,80.9676,80.9676,80.9676,80.6344,80.6344,79.968,79.968,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.3044,71.3048,71.3048,70.6384,69.3056,68.6392,68.6392,67.97279999999999,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.974,63.9744,63.9744,63.308,63.308,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.3112,54.6448,53.9784,52.9788,52.3124,51.646,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,45.9816,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.9824,43.316,42.6496,42.6496,42.6496,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,41.3168,41.9832,41.9832,42.6496,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,51.646,52.3124,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,58.6432,59.309599999999996,60.6424,61.9752,62.6416,63.308,63.308,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.3024,78.30199999999999,79.3016,79.968,81.3008,82.3004,84.966,86.2988,89.964,94.2956,97.96079999999999,100.6264,103.292,105.6244,106.9572,107.9568,108.6232,109.6228,109.6228,110.6224,109.956,109.956,109.2896,108.9564,107.9568,106.9572,106.624,105.9576,105.9576,106.2908,106.9572,107.9568,108.6232,109.6228,110.2892,110.9556,110.9556,110.9556,110.9556,110.6224,109.956,108.6232,107.9568,107.9568,107.2904,106.9572,107.6236,108.9564,109.2896,109.2896,109.2896,108.6232,107.9568,105.9576,103.62519999999999,101.2928,98.96039999999999,97.6276,96.9612,96.2948,96.2948,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.96039999999999,99.6268,100.9596,101.9592,103.292,103.62519999999999,104.6248,105.9576,107.6236,109.2896,110.6224,110.9556,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,111.2888,109.6228,107.6236,105.6244,103.292,100.6264,99.2936,98.6272,97.96079999999999,97.2944,97.2944,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,94.6288,92.9628,91.63,89.964,87.2984,85.2992,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.3012,79.6348,79.6348,79.6348,78.9684,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,80.3012,80.9676,80.9676,81.9672,84.2996,85.6324,86.2988,87.2984,88.63119999999999,89.2976,91.2968,91.63,93.29599999999999,93.6292,94.6288,94.962,95.6284,95.9616,96.2948,97.2944,98.6272,99.6268,101.2928,101.9592,102.2924,102.6256,103.62519999999999,103.62519999999999,104.6248,104.6248,104.958,104.958,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.9576,105.9576,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.2908,105.9576,104.958,103.9584,103.292,102.6256,101.9592,102.2924,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.6244,105.9576,105.6244,106.2908,106.2908,106.2908,105.9576,105.2912,104.958,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,107.9568,107.9568,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,110.6224,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,114.6208,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,116.62,116.62,116.62,116.9532,116.9532,116.9532,116.9532,117.6196,117.6196,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.6184,120.2852,120.2852,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.9484,128.9484,129.948,130.6144,130.9476,131.2808,131.9472,132.2804,132.9468,133.28,133.6132,133.6132,134.2796,134.2796,133.28,133.28,132.9468,132.2804,131.9472,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,131.614,131.9472,131.9472,131.9472,132.2804,132.6136,132.6136,133.6132,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.6124,136.612,136.612,136.612,137.2784,137.6116,137.9448,137.6116,138.6112,138.6112,139.6108,139.6108,139.944,141.60999999999999,141.9432,143.276,144.942,147.27439999999999,148.9404,150.6064,151.2728,152.6056,153.6052,154.2716,154.938,155.2712,155.9376,156.2708,157.6036,158.9364,159.2696,159.936,160.2692,159.2696,157.9368,157.2704,155.9376,154.938,153.9384,152.9388,151.9392,152.6056,152.6056,152.9388,152.9388,152.9388,152.6056,152.6056,152.6056,151.9392,150.93959999999998,150.93959999999998,150.6064,149.94,149.94,149.94,149.94,150.2732,150.2732,150.2732,150.2732,149.94,149.94,149.6068,148.274,147.9408,146.9412,146.9412,146.2748,145.2752,144.942,144.2756,143.276,141.9432,140.9436,139.944,139.944,139.2776,139.2776,138.9444,138.9444,137.9448,137.9448,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.9432,141.9432,141.60999999999999,141.9432,142.6096,142.9428,143.276,143.9424,144.6088,145.2752,145.9416,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.9412,146.9412,146.9412,146.2748,145.2752,144.6088,143.9424,143.9424,143.9424,143.9424,144.6088,145.6084,146.9412,147.27439999999999,147.9408,148.9404,149.2736,150.6064,151.2728,151.9392,152.6056,152.9388,154.2716,154.2716,154.2716,153.9384,153.6052,153.6052,153.6052,153.6052,153.6052,154.938,154.938,155.2712,155.6044,156.2708,156.2708,156.2708,155.9376,155.9376,155.9376],[136.612,136.612,136.612,136.612,136.2788,136.2788,136.2788,136.2788,136.612,136.612,136.612,137.2784,137.6116,138.278,138.9444,138.9444,138.278,138.278,137.6116,137.6116,136.612,135.94559999999998,135.2792,134.946,134.6128,133.6132,132.9468,131.9472,130.2812,128.9484,127.9488,126.9492,124.95,124.6168,122.6176,121.9512,119.952,118.9524,117.2864,116.2868,115.6204,114.6208,115.2872,114.2876,114.2876,114.2876,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.288,112.95479999999999,111.9552,111.2888,111.2888,110.9556,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.2896,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,105.9576,105.9576,105.6244,105.2912,104.2916,103.9584,103.292,103.62519999999999,102.2924,101.9592,101.2928,101.2928,99.96,99.6268,98.96039999999999,98.294,97.6276,96.628,95.6284,93.9624,92.6296,91.9632,91.2968,90.6304,89.2976,88.298,87.2984,85.2992,83.6332,82.3004,80.9676,79.3016,76.9692,75.6364,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,78.6352,79.3016,79.6348,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.30199999999999,76.9692,76.3028,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.3036,74.97,75.9696,76.636,78.30199999999999,78.9684,80.3012,80.3012,80.3012,80.3012,79.968,79.968,79.968,79.968,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.308,63.308,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.3112,54.6448,54.6448,53.9784,52.9788,52.3124,51.646,51.646,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,42.6496,42.6496,42.6496,41.9832,41.65,41.65,41.65,41.65,41.65,41.65,41.65,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,45.3152,45.9816,46.647999999999996,47.6476,48.314,48.980399999999996,50.3132,51.646,52.3124,53.6452,54.3116,54.6448,55.3112,56.977199999999996,57.6436,58.6432,59.309599999999996,60.6424,61.9752,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.9684,79.968,80.6344,81.3008,82.3004,84.966,86.632,89.2976,92.9628,96.2948,99.96,101.9592,104.2916,105.6244,106.2908,107.9568,108.6232,109.2896,109.2896,109.956,109.2896,108.6232,108.28999999999999,107.6236,106.9572,106.624,105.9576,105.9576,105.9576,106.9572,107.6236,107.9568,109.2896,109.6228,110.2892,110.2892,109.956,109.956,109.2896,108.6232,107.9568,107.6236,106.9572,107.2904,106.9572,106.9572,108.9564,109.2896,109.2896,109.2896,109.2896,107.2904,105.6244,103.9584,101.626,98.96039999999999,97.6276,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,97.6276,97.6276,98.294,99.6268,100.2932,101.2928,101.9592,103.62519999999999,104.2916,105.2912,107.2904,108.6232,109.956,110.6224,110.9556,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,110.9556,108.9564,107.6236,104.958,102.6256,100.6264,99.2936,98.6272,97.96079999999999,97.2944,96.628,96.2948,96.2948,95.6284,95.6284,95.9616,95.2952,95.2952,95.2952,94.962,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.2952,95.2952,95.2952,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,93.6292,92.2964,90.2972,88.9644,87.2984,85.2992,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,79.6348,79.6348,79.6348,78.9684,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.6348,80.3012,80.3012,81.3008,82.96679999999999,84.2996,85.6324,86.9652,87.9648,88.9644,89.964,91.63,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.6284,95.9616,96.2948,97.6276,98.96039999999999,100.2932,100.6264,101.2928,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.624,106.624,106.624,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,105.9576,105.6244,104.6248,103.62519999999999,103.9584,103.62519999999999,103.9584,105.6244,105.9576,105.9576,106.624,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,105.9576,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.2924,102.2924,102.2924,101.9592,101.9592,101.2928,101.626,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,106.2908,106.9572,106.9572,107.9568,107.9568,107.6236,107.6236,107.6236,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,114.2876,114.2876,115.2872,115.2872,116.2868,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.9532,117.6196,117.6196,117.6196,117.6196,117.9528,118.61919999999999,118.9524,118.9524,119.6188,119.6188,120.2852,120.6184,121.2848,120.9516,121.9512,122.2844,122.2844,122.6176,122.2844,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.2828,127.2824,127.2824,127.9488,127.9488,128.9484,128.9484,129.6148,129.6148,130.6144,130.9476,131.9472,131.9472,132.2804,132.9468,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.28,132.2804,132.2804,132.2804,131.614,131.614,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.6124,136.612,136.612,136.612,136.612,137.6116,137.6116,137.6116,137.6116,138.6112,138.9444,139.6108,140.6104,141.9432,143.276,144.942,146.2748,148.274,149.94,151.606,152.2724,153.6052,153.6052,154.938,154.938,155.2712,155.2712,155.9376,156.2708,158.27,158.6032,159.936,159.936,158.6032,157.9368,157.2704,155.9376,154.938,153.272,152.6056,151.9392,152.6056,152.9388,152.9388,153.6052,152.9388,152.9388,152.9388,152.6056,151.9392,151.606,150.93959999999998,150.93959999999998,149.94,149.94,149.94,149.94,150.2732,150.2732,150.6064,150.6064,149.94,149.6068,149.6068,148.274,146.608,146.2748,146.2748,145.6084,144.942,144.2756,143.276,142.9428,140.9436,140.6104,139.2776,139.2776,139.2776,139.2776,138.9444,138.9444,137.9448,137.9448,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.60999999999999,141.60999999999999,141.9432,141.9432,142.9428,142.9428,143.276,143.9424,144.2756,144.942,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.2752,144.942,144.2756,143.6092,143.6092,143.276,143.276,143.276,143.276,143.9424,144.942,145.6084,146.2748,146.9412,147.6076,148.274,148.9404,149.6068,149.94,150.6064,151.2728,151.606,151.606,151.9392,151.9392,151.9392,151.9392,151.9392,152.6056,152.9388,153.272,153.9384,154.2716,154.2716,154.938,154.938,154.938,154.938,154.938,154.938],[136.2788,136.2788,136.2788,136.2788,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.612,136.2788,136.9452,137.2784,137.2784,136.612,136.612,135.94559999999998,135.94559999999998,135.2792,134.946,134.946,134.2796,134.2796,133.28,132.2804,130.9476,129.6148,128.6152,127.2824,126.2828,124.6168,123.9504,122.6176,120.9516,119.6188,117.9528,116.62,115.6204,115.2872,114.2876,114.6208,113.6212,113.6212,113.6212,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.2884,111.9552,111.2888,110.9556,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,107.9568,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.2912,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,101.9592,101.2928,100.9596,99.2936,98.6272,97.96079999999999,96.2948,94.6288,93.9624,92.2964,91.63,90.6304,88.9644,87.6316,86.632,84.966,83.6332,81.634,80.9676,79.3016,76.9692,75.6364,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.6368,75.9696,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.968,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.308,63.308,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.9784,52.9788,52.3124,51.646,51.646,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.9844,39.6508,39.6508,40.3172,41.9832,42.6496,42.6496,43.316,44.6488,45.9816,46.647999999999996,47.9808,48.314,48.980399999999996,49.6468,50.9796,52.3124,52.9788,54.3116,54.978,55.9776,56.644,57.6436,58.9764,59.976,60.6424,61.3088,62.6416,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,79.968,80.6344,81.3008,82.3004,83.6332,85.9656,88.9644,92.2964,95.2952,97.96079999999999,99.96,101.626,103.62519999999999,105.2912,106.2908,107.6236,107.9568,109.2896,109.2896,109.2896,107.9568,107.6236,106.9572,106.2908,106.624,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,107.2904,107.9568,108.6232,108.6232,108.6232,107.9568,107.9568,107.2904,107.2904,106.9572,106.9572,106.9572,106.624,106.9572,108.28999999999999,108.9564,108.6232,108.6232,107.9568,106.9572,104.958,103.62519999999999,101.626,99.2936,97.96079999999999,97.2944,97.2944,97.2944,96.2948,96.2948,96.628,97.2944,97.96079999999999,98.294,99.6268,100.2932,101.2928,102.6256,104.2916,104.958,106.2908,107.6236,109.2896,110.6224,110.2892,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,110.6224,109.956,108.28999999999999,106.9572,104.6248,101.9592,100.2932,98.96039999999999,97.96079999999999,96.628,96.628,96.628,96.2948,95.9616,95.2952,95.2952,94.962,94.2956,94.2956,94.2956,93.9624,94.6288,94.6288,94.6288,94.962,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.962,94.2956,94.962,94.6288,94.6288,94.6288,94.2956,93.6292,93.29599999999999,92.6296,91.63,89.964,88.298,86.632,85.2992,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.3008,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,78.6352,78.9684,79.6348,80.3012,81.3008,82.3004,83.6332,83.9664,85.6324,87.2984,88.298,89.2976,91.2968,92.2964,92.6296,93.6292,93.6292,93.9624,94.6288,95.2952,95.6284,96.628,96.9612,98.294,98.96039999999999,99.6268,99.6268,100.6264,101.2928,101.9592,101.9592,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.6248,105.2912,105.6244,105.9576,106.624,107.2904,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,105.9576,105.2912,104.6248,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.956,109.956,109.2896,108.28999999999999,107.6236,106.2908,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.958,104.2916,104.2916,103.62519999999999,103.292,102.2924,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,106.2908,107.6236,107.6236,108.28999999999999,108.28999999999999,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.954,116.2868,116.62,117.9528,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,117.9528,117.9528,117.9528,117.6196,117.9528,118.286,118.286,118.286,118.9524,119.2856,119.952,119.952,120.2852,120.9516,121.2848,121.9512,122.6176,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.95,125.6164,126.2828,125.9496,125.9496,125.9496,126.616,125.9496,125.6164,125.6164,125.9496,126.9492,127.6156,127.6156,128.282,128.282,128.6152,128.6152,129.2816,129.6148,129.948,130.6144,130.9476,131.614,131.9472,132.9468,133.28,133.6132,134.2796,134.946,135.2792,135.94559999999998,137.2784,136.9452,137.2784,136.612,135.94559999999998,135.6124,135.6124,135.6124,134.946,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,133.9464,133.6132,133.6132,134.2796,133.9464,134.2796,134.2796,134.946,134.946,135.2792,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.612,136.612,136.2788,136.612,136.612,137.2784,137.6116,137.6116,137.6116,138.6112,139.6108,140.6104,141.9432,143.6092,145.6084,146.9412,148.9404,150.6064,152.2724,153.6052,153.6052,154.2716,153.6052,154.938,154.938,154.938,155.2712,155.6044,156.9372,157.2704,158.6032,158.6032,158.6032,157.9368,156.9372,155.6044,154.938,153.272,152.6056,151.9392,151.9392,152.6056,152.9388,152.9388,152.9388,152.9388,152.6056,152.6056,151.9392,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,149.2736,148.9404,148.274,147.9408,145.9416,145.9416,145.2752,144.2756,143.276,142.9428,142.2764,141.2768,140.6104,139.944,139.2776,138.9444,138.9444,138.9444,138.9444,138.9444,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,139.6108,139.6108,139.6108,139.6108,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,141.9432,141.9432,141.9432,142.6096,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,144.2756,144.2756,144.2756,143.9424,143.9424,142.9428,142.9428,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.9424,144.6088,145.2752,145.2752,145.9416,146.9412,147.27439999999999,147.6076,147.9408,148.274,148.9404,149.2736,149.6068,149.6068,149.6068,149.6068,149.6068,150.2732,150.6064,151.606,152.6056,152.6056,153.272,153.272,153.9384,153.9384,152.9388,152.9388,152.9388,152.9388],[135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.946,133.9464,133.9464,133.9464,133.6132,133.6132,133.28,132.2804,131.2808,129.6148,128.6152,127.6156,126.616,125.6164,123.9504,122.6176,121.9512,119.952,118.9524,117.2864,115.9536,114.6208,114.2876,113.288,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,110.9556,110.6224,109.956,109.6228,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,107.9568,107.2904,106.624,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,104.2916,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.9592,101.9592,101.2928,100.6264,98.96039999999999,98.6272,97.2944,95.6284,94.6288,92.9628,91.63,90.6304,88.9644,87.2984,86.2988,84.966,82.96679999999999,81.634,79.968,79.3016,76.9692,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.9704,74.6368,75.9696,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.308,62.3084,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.6448,53.9784,53.9784,53.312,52.3124,51.646,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,44.982,44.6488,43.9824,43.9824,43.316,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,42.6496,43.316,43.316,43.9824,45.3152,46.9812,48.314,48.980399999999996,50.3132,50.3132,50.9796,51.646,52.9788,54.3116,54.978,56.3108,56.977199999999996,58.31,58.9764,59.6428,60.6424,61.9752,62.6416,63.9744,65.3072,65.9736,66.64,66.9732,67.6396,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.9684,79.6348,80.6344,80.6344,81.3008,82.3004,83.6332,85.9656,87.6316,90.2972,93.29599999999999,95.6284,97.96079999999999,99.96,101.9592,103.292,104.958,105.9576,106.9572,107.9568,108.6232,107.9568,107.9568,107.2904,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.2904,107.2904,107.6236,107.6236,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.624,106.9572,107.9568,107.6236,108.28999999999999,106.9572,106.2908,104.958,103.62519999999999,101.2928,99.96,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.6272,98.96039999999999,100.2932,100.6264,101.9592,102.9588,104.958,105.2912,106.624,108.28999999999999,109.6228,110.6224,110.9556,110.9556,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.9556,110.6224,109.956,108.28999999999999,107.6236,105.6244,103.292,101.2928,99.6268,98.6272,97.2944,96.628,96.628,96.2948,95.9616,95.9616,94.962,94.2956,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.2964,92.2964,91.9632,90.6304,89.964,88.298,86.632,85.2992,84.966,84.2996,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.634,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,78.6352,78.9684,79.6348,79.6348,80.6344,82.3004,82.96679999999999,83.6332,84.966,86.2988,87.9648,88.298,89.2976,91.2968,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,95.6284,95.9616,96.628,96.9612,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.96,100.2932,101.2928,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,104.6248,104.6248,105.6244,105.9576,106.624,107.2904,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,106.624,105.9576,105.9576,105.9576,107.6236,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.2888,111.2888,111.2888,110.6224,109.2896,107.6236,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.2912,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,105.2912,105.2912,105.6244,105.9576,105.9576,105.6244,106.9572,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.956,110.6224,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.6212,114.954,115.2872,116.62,117.6196,118.9524,119.6188,120.9516,121.2848,120.9516,119.952,119.952,119.6188,118.9524,118.286,118.286,118.286,117.9528,117.9528,118.286,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,127.6156,128.282,128.282,128.6152,128.6152,129.2816,128.9484,129.948,130.6144,130.6144,130.9476,131.614,131.9472,132.6136,133.28,133.9464,134.2796,134.6128,135.6124,135.94559999999998,137.6116,138.278,138.278,138.278,138.278,136.9452,136.2788,137.2784,137.2784,137.2784,136.2788,136.2788,136.612,136.2788,136.2788,135.6124,136.2788,135.2792,135.2792,134.946,135.2792,135.2792,135.2792,135.2792,135.94559999999998,135.94559999999998,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.6116,137.6116,138.6112,140.6104,142.6096,144.2756,146.2748,147.6076,149.94,151.606,152.9388,153.6052,154.2716,154.2716,153.6052,153.6052,153.9384,154.6048,154.938,154.938,155.9376,156.60399999999998,157.9368,158.6032,158.6032,157.9368,156.9372,156.2708,154.938,153.9384,152.6056,151.9392,151.9392,151.9392,152.6056,152.9388,152.9388,152.6056,152.6056,151.606,151.2728,150.93959999999998,150.6064,150.2732,150.6064,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.2736,148.9404,148.274,147.9408,146.9412,145.9416,144.6088,143.9424,142.9428,142.6096,141.60999999999999,140.9436,140.6104,139.6108,138.9444,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,139.6108,139.6108,139.6108,139.6108,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,142.9428,142.6096,141.9432,141.9432,141.2768,141.2768,141.2768,141.9432,141.9432,141.9432,142.2764,142.9428,143.276,143.9424,144.2756,144.942,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.9412,147.6076,148.274,148.274,147.6076,148.274,148.274,148.9404,149.6068,150.2732,150.6064,151.606,151.606,151.606,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392],[134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.9464,133.9464,133.9464,133.6132,132.9468,132.9468,132.9468,132.9468,132.2804,132.2804,132.6136,132.2804,132.6136,132.6136,133.28,132.6136,131.614,130.9476,130.2812,128.6152,127.9488,126.616,125.2832,124.6168,123.28399999999999,121.9512,120.6184,119.6188,117.2864,115.9536,114.954,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,111.622,111.622,111.2888,111.2888,111.622,111.622,111.622,110.9556,110.6224,110.2892,109.6228,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.624,106.2908,105.6244,105.2912,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,101.2928,100.9596,99.2936,97.96079999999999,96.2948,94.6288,92.9628,91.2968,89.964,88.298,87.2984,85.6324,84.2996,82.96679999999999,80.9676,79.968,78.6352,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.3044,71.9712,71.9712,71.9712,71.9712,72.3044,73.63719999999999,74.97,76.3028,77.6356,77.6356,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.308,62.3084,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,53.9784,53.9784,53.312,53.312,52.3124,51.646,50.9796,50.9796,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,43.316,43.9824,44.6488,45.3152,46.3148,47.6476,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,54.3116,55.6444,56.3108,57.6436,58.31,59.976,60.6424,61.3088,62.3084,64.3076,64.974,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,78.30199999999999,78.9684,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,85.2992,86.632,88.9644,90.9636,93.29599999999999,94.962,96.628,98.6272,100.2932,102.2924,103.9584,105.6244,106.9572,107.6236,107.2904,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,106.2908,106.2908,106.9572,106.9572,106.624,105.9576,105.6244,105.6244,106.2908,106.624,106.624,106.624,106.624,105.6244,105.2912,104.2916,102.2924,100.2932,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.96039999999999,99.2936,100.2932,100.9596,100.9596,101.9592,102.6256,104.2916,104.958,106.624,107.2904,108.28999999999999,109.956,110.2892,110.6224,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.6224,109.956,109.956,109.2896,109.2896,107.9568,106.2908,105.9576,104.6248,102.6256,100.9596,98.96039999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,95.6284,95.6284,94.962,94.2956,93.6292,92.9628,92.6296,92.6296,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,91.63,91.9632,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,91.9632,90.9636,90.9636,89.964,88.9644,87.6316,85.6324,85.6324,84.2996,83.6332,82.3004,82.3004,81.634,80.9676,80.9676,80.9676,80.3012,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,79.968,81.634,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.632,87.6316,89.964,91.2968,91.9632,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.6288,94.6288,95.6284,95.9616,95.9616,96.628,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.2924,101.626,101.626,101.626,101.9592,102.6256,102.9588,103.62519999999999,103.62519999999999,103.9584,104.2916,103.9584,104.6248,106.2908,106.9572,106.9572,106.9572,108.28999999999999,108.28999999999999,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,107.9568,107.2904,107.2904,106.2908,106.624,107.2904,107.9568,109.956,109.956,109.956,109.956,110.6224,110.6224,111.2888,111.2888,111.9552,111.9552,112.95479999999999,113.288,112.95479999999999,111.9552,110.9556,109.2896,107.9568,107.6236,106.624,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,106.2908,106.2908,106.624,106.624,106.624,106.624,106.9572,107.9568,109.6228,110.6224,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,114.2876,115.9536,117.2864,117.6196,119.6188,120.6184,121.9512,122.9508,122.9508,123.28399999999999,122.2844,121.618,120.9516,119.952,119.6188,118.9524,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,123.9504,124.28359999999999,125.2832,125.6164,126.2828,126.2828,126.9492,127.2824,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.6152,128.6152,128.282,127.6156,127.6156,128.282,128.282,128.6152,128.6152,129.2816,129.2816,129.948,129.948,130.2812,130.9476,131.614,131.9472,132.2804,132.9468,133.6132,134.2796,134.946,135.2792,135.94559999999998,135.94559999999998,137.2784,138.278,138.6112,139.6108,139.6108,139.6108,137.9448,137.9448,138.9444,139.6108,138.6112,138.9444,138.9444,138.6112,137.9448,137.9448,137.6116,137.9448,137.2784,136.9452,136.9452,136.9452,136.2788,136.9452,136.9452,136.9452,136.9452,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,136.612,136.612,136.2788,136.2788,136.2788,137.2784,137.6116,138.6112,140.6104,142.6096,144.2756,146.608,147.6076,149.94,151.606,152.9388,152.9388,154.2716,153.9384,152.9388,152.9388,152.9388,153.9384,154.2716,154.2716,155.2712,155.9376,157.2704,158.9364,158.6032,158.6032,157.6036,156.2708,155.2712,153.9384,153.272,151.606,151.606,151.606,151.606,151.9392,151.606,151.2728,151.2728,150.6064,150.6064,150.2732,150.2732,149.94,149.2736,149.2736,149.2736,149.2736,149.2736,148.6072,148.6072,148.274,147.6076,147.27439999999999,145.9416,145.9416,144.6088,142.6096,142.2764,141.60999999999999,140.9436,139.944,139.6108,138.9444,138.6112,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,141.2768,141.2768,141.2768,141.9432,142.2764,142.9428,143.276,143.276,143.9424,143.9424,143.9424,143.9424,144.6088,144.6088,144.942,146.2748,146.2748,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,148.274,148.9404,149.2736,149.6068,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064],[134.2796,134.2796,134.2796,133.6132,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.9468,132.2804,131.614,131.614,130.9476,130.9476,130.6144,130.6144,130.9476,130.9476,131.2808,131.9472,131.9472,131.614,130.9476,129.948,128.6152,127.6156,126.616,125.6164,124.6168,123.28399999999999,121.618,120.6184,119.6188,117.6196,116.62,114.954,113.6212,112.95479999999999,112.2884,111.622,111.622,111.2888,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.2912,105.2912,104.6248,104.2916,103.292,103.292,102.6256,102.6256,102.2924,102.2924,102.2924,102.6256,101.9592,101.9592,101.626,101.626,101.2928,102.6256,102.2924,101.9592,101.9592,101.9592,101.2928,100.9596,99.2936,97.96079999999999,96.2948,94.6288,92.2964,91.2968,89.964,88.298,87.2984,85.6324,83.6332,82.3004,80.9676,79.968,78.6352,76.3028,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.638,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,72.3044,72.3044,71.638,71.3048,71.3048,71.3048,71.3048,71.638,72.9708,74.3036,75.6364,76.9692,77.6356,77.6356,78.30199999999999,79.3016,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,64.974,64.974,63.9744,63.308,62.3084,62.3084,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.3116,53.9784,53.312,53.312,52.6456,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,45.6484,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,42.3164,43.316,44.6488,45.3152,46.3148,46.9812,48.980399999999996,49.6468,50.9796,51.9792,53.312,53.9784,54.6448,55.6444,56.3108,57.6436,58.31,59.976,60.6424,61.9752,62.6416,64.3076,64.974,66.3068,66.9732,68.306,68.9724,68.9724,69.6388,69.972,69.972,69.972,69.972,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.9676,81.9672,81.9672,82.6336,82.6336,82.96679999999999,84.2996,84.966,85.9656,87.6316,88.9644,90.9636,92.9628,94.962,95.6284,97.6276,99.6268,101.626,103.292,104.958,105.6244,105.9576,105.9576,105.6244,105.2912,105.6244,104.958,104.958,104.6248,104.6248,103.9584,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,105.6244,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,104.958,104.958,105.6244,105.6244,103.62519999999999,102.2924,100.2932,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.6264,101.626,101.626,102.6256,103.292,104.2916,105.6244,105.9576,107.2904,107.9568,108.9564,109.956,109.956,110.9556,110.9556,111.622,111.2888,111.2888,111.9552,111.9552,111.622,111.622,110.9556,110.6224,109.956,108.9564,108.28999999999999,107.6236,106.624,105.2912,104.2916,102.6256,101.2928,99.6268,98.294,97.2944,96.628,96.628,96.2948,96.2948,95.6284,94.962,94.2956,93.9624,93.6292,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,93.6292,92.9628,92.9628,91.9632,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,89.6308,89.2976,88.9644,88.298,86.2988,85.6324,84.966,84.2996,82.96679999999999,82.3004,81.634,80.9676,80.3012,79.6348,79.6348,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,78.30199999999999,79.968,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.2996,85.6324,86.632,88.9644,89.964,91.2968,91.9632,92.2964,92.2964,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,94.962,95.9616,95.9616,96.9612,97.96079999999999,98.294,98.6272,98.96039999999999,100.2932,100.6264,100.9596,101.2928,101.626,101.2928,100.9596,100.2932,100.2932,100.9596,101.2928,101.9592,102.6256,103.292,103.62519999999999,103.9584,103.9584,103.62519999999999,103.9584,105.6244,106.2908,106.2908,106.9572,107.6236,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.2904,107.2904,106.2908,106.624,107.2904,108.6232,109.956,110.6224,110.2892,110.2892,110.9556,111.622,111.9552,112.2884,112.2884,112.95479999999999,113.95439999999999,113.95439999999999,113.288,112.2884,112.2884,110.2892,108.6232,107.9568,107.2904,106.624,106.624,107.2904,107.2904,107.2904,107.2904,107.2904,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,107.9568,107.6236,107.2904,106.2908,106.2908,105.6244,105.6244,105.6244,105.9576,106.624,106.624,107.2904,107.2904,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,109.2896,110.9556,111.9552,112.2884,112.2884,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,114.2876,116.62,117.6196,119.6188,121.2848,122.2844,123.9504,124.6168,124.95,124.6168,123.9504,122.9508,121.9512,120.6184,119.952,119.6188,118.9524,118.9524,118.286,118.9524,119.6188,119.952,119.952,121.2848,121.9512,121.9512,122.2844,122.9508,123.28399999999999,124.28359999999999,124.95,126.2828,126.2828,126.9492,127.2824,127.9488,129.2816,129.6148,129.6148,129.948,129.948,129.948,129.6148,129.6148,128.9484,128.6152,128.282,128.282,128.282,128.6152,128.6152,128.6152,129.2816,129.2816,129.948,129.948,130.2812,130.9476,131.614,131.9472,132.2804,132.9468,133.6132,134.2796,134.946,135.2792,135.94559999999998,136.612,137.2784,138.278,138.6112,139.6108,139.944,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,139.6108,139.6108,139.6108,138.6112,138.278,138.278,137.9448,138.278,138.278,138.278,137.6116,137.6116,137.9448,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.6116,137.2784,136.612,136.2788,135.6124,135.6124,136.612,137.6116,138.6112,139.944,141.9432,144.2756,146.2748,147.6076,149.2736,151.2728,151.9392,152.9388,153.272,153.272,152.9388,152.9388,152.9388,152.9388,153.272,153.272,154.938,155.9376,157.2704,158.27,158.6032,158.6032,157.6036,156.9372,155.2712,153.9384,153.272,151.606,150.6064,150.6064,150.6064,151.2728,151.2728,151.2728,150.6064,150.6064,150.2732,150.2732,149.6068,149.6068,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,147.6076,147.27439999999999,146.9412,145.6084,144.6088,142.6096,141.60999999999999,140.9436,139.944,139.6108,138.6112,137.9448,137.9448,137.6116,137.6116,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,141.2768,141.2768,141.2768,141.9432,141.9432,142.6096,142.6096,142.9428,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.6088,145.2752,145.6084,146.2748,146.2748,146.9412,147.6076,147.6076,148.274,148.274,148.9404,149.2736,149.6068,149.94,150.2732,150.2732,150.2732,150.2732],[133.6132,133.6132,133.6132,133.28,132.6136,132.6136,132.6136,132.6136,131.614,131.614,131.2808,130.6144,130.6144,130.6144,129.948,129.2816,129.2816,129.2816,129.2816,129.6148,130.6144,130.9476,130.9476,130.6144,129.948,128.9484,127.6156,126.616,125.6164,124.6168,123.6172,122.9508,121.2848,120.2852,118.286,117.2864,115.2872,114.2876,112.95479999999999,112.2884,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,107.9568,107.2904,106.9572,106.2908,105.6244,105.9576,105.6244,105.6244,105.6244,104.958,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.6264,100.2932,100.2932,101.2928,101.2928,100.9596,101.2928,101.2928,101.2928,100.2932,99.2936,97.96079999999999,96.2948,93.9624,92.6296,90.6304,89.6308,87.6316,86.9652,85.6324,83.6332,82.3004,80.6344,79.968,78.30199999999999,76.3028,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.6376,71.9712,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.638,71.638,70.9716,70.6384,70.6384,70.6384,70.6384,71.638,72.3044,73.63719999999999,74.97,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,63.9744,63.308,62.3084,62.3084,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.312,53.312,52.6456,52.6456,51.646,50.9796,50.3132,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,44.982,44.982,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,39.3176,39.3176,39.984,39.984,39.984,39.984,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,40.3172,40.9836,40.9836,41.65,41.65,42.3164,43.9824,44.6488,45.3152,46.3148,47.6476,48.980399999999996,50.3132,50.9796,52.6456,53.312,54.6448,55.3112,56.3108,56.977199999999996,58.31,58.9764,60.6424,61.3088,62.6416,63.308,64.974,65.6404,66.9732,67.6396,68.9724,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,70.3052,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.9676,81.9672,81.9672,82.6336,83.3,83.6332,83.6332,84.2996,85.6324,87.2984,88.298,89.2976,91.2968,91.63,93.6292,94.2956,96.2948,98.294,99.96,101.2928,102.6256,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.2924,102.2924,102.6256,102.6256,102.2924,102.2924,103.292,103.292,103.292,103.62519999999999,104.2916,104.6248,104.958,104.958,104.958,104.958,104.958,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,102.9588,101.9592,101.2928,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.626,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,106.624,107.9568,108.28999999999999,109.2896,109.2896,109.2896,110.2892,111.2888,110.9556,111.2888,111.9552,111.9552,111.622,111.622,110.9556,110.6224,109.2896,108.9564,106.9572,105.9576,104.6248,103.292,102.6256,101.9592,100.6264,99.6268,97.96079999999999,97.2944,96.628,96.2948,96.2948,95.9616,95.6284,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.9628,92.9628,92.6296,91.63,91.2968,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,87.6316,87.6316,86.2988,85.2992,83.9664,83.6332,82.96679999999999,81.9672,80.6344,79.968,79.3016,78.6352,77.6356,77.6356,77.9688,77.9688,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,79.3016,80.6344,81.634,81.9672,82.6336,82.6336,83.3,84.2996,85.9656,87.6316,89.2976,90.2972,91.2968,91.63,91.9632,91.9632,92.6296,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,95.6284,95.9616,96.9612,96.628,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,103.292,103.292,103.292,103.292,102.9588,103.62519999999999,105.2912,105.6244,105.9576,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.2908,105.6244,105.6244,105.9576,107.2904,108.28999999999999,109.956,110.6224,110.9556,110.9556,111.622,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,114.2876,113.6212,113.288,111.622,109.956,109.2896,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,109.2896,109.2896,109.2896,109.6228,109.6228,109.6228,109.2896,109.2896,108.9564,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,111.2888,112.2884,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,113.288,112.6216,111.622,111.622,111.622,111.622,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,114.6208,114.954,116.62,118.61919999999999,120.2852,121.618,123.9504,125.6164,126.2828,126.2828,126.2828,125.6164,124.95,123.28399999999999,121.9512,121.2848,120.2852,119.952,119.2856,119.2856,119.2856,119.952,119.952,119.952,121.2848,121.9512,122.9508,122.9508,123.28399999999999,124.6168,125.6164,126.616,127.6156,127.9488,128.6152,129.2816,129.948,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.6144,129.948,129.948,128.9484,128.9484,128.6152,128.6152,128.282,128.282,128.282,128.6152,128.6152,128.6152,129.2816,129.2816,130.6144,130.6144,130.6144,131.2808,132.2804,132.9468,133.6132,134.2796,135.2792,135.6124,136.2788,136.612,137.9448,138.6112,139.6108,139.6108,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,137.9448,137.9448,137.9448,137.2784,136.612,136.2788,135.6124,135.6124,136.612,137.2784,138.6112,139.6108,141.60999999999999,143.276,145.9416,146.608,148.9404,150.6064,151.606,152.6056,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,152.9388,153.272,154.2716,155.2712,156.9372,157.2704,158.6032,158.6032,157.6036,156.9372,155.6044,154.938,153.272,151.606,150.6064,149.94,149.94,150.6064,150.6064,150.6064,150.6064,149.94,150.2732,149.6068,149.6068,148.9404,148.274,148.274,148.274,148.274,147.6076,147.6076,147.27439999999999,146.608,145.6084,144.942,144.6088,143.276,142.2764,140.2772,139.2776,138.9444,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.2776,139.2776,139.2776,139.944,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.2768,141.9432,141.9432,141.9432,142.6096,142.2764,142.2764,142.2764,142.6096,142.6096,143.276,143.9424,144.6088,144.6088,144.6088,145.6084,145.6084,146.2748,146.2748,146.608,146.608,147.9408,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.9404],[134.2796,133.6132,133.28,133.28,131.9472,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.6144,129.6148,128.9484,128.6152,127.9488,127.9488,127.9488,128.6152,128.6152,129.6148,129.948,129.948,129.6148,128.9484,127.9488,127.2824,125.6164,125.2832,123.6172,122.9508,121.9512,120.2852,119.6188,117.6196,117.2864,114.954,113.6212,112.95479999999999,112.2884,110.9556,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.624,106.624,105.9576,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.626,101.2928,101.2928,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.9596,100.9596,99.6268,98.96039999999999,97.96079999999999,96.2948,93.9624,92.6296,90.2972,88.63119999999999,87.6316,86.9652,84.966,83.6332,82.3004,80.6344,78.9684,78.30199999999999,76.3028,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.638,71.638,70.9716,70.9716,70.9716,70.6384,70.6384,70.6384,70.6384,71.638,72.3044,73.63719999999999,74.3036,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,63.9744,63.308,62.3084,62.3084,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.3104,56.3108,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.6452,53.312,52.6456,52.6456,51.9792,50.9796,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,39.3176,39.3176,39.3176,39.3176,39.984,39.984,39.984,39.984,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.3164,43.316,44.6488,45.3152,45.9816,46.9812,48.314,49.6468,50.9796,51.646,52.6456,53.9784,54.6448,56.3108,56.977199999999996,57.6436,58.9764,59.976,61.3088,61.9752,63.308,63.9744,65.6404,66.3068,67.6396,68.306,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.3048,71.3048,70.9716,70.3052,70.3052,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.9676,81.3008,81.9672,82.6336,83.3,83.6332,84.2996,84.2996,84.966,85.6324,87.2984,87.9648,88.298,89.2976,89.964,90.6304,92.2964,93.9624,95.6284,96.9612,98.96039999999999,99.6268,100.9596,101.2928,101.2928,102.2924,101.9592,101.2928,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,102.9588,102.6256,101.9592,101.2928,100.6264,100.6264,100.6264,100.6264,101.626,101.626,102.2924,102.2924,103.292,103.292,103.292,103.9584,103.62519999999999,104.2916,104.2916,104.958,106.624,106.9572,107.6236,108.9564,108.28999999999999,108.9564,109.2896,110.2892,110.2892,110.9556,111.2888,111.9552,111.622,110.9556,110.6224,109.956,108.9564,106.9572,105.9576,104.2916,103.62519999999999,102.6256,102.2924,101.2928,100.2932,98.96039999999999,97.2944,96.628,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.9628,91.9632,91.63,91.2968,90.6304,90.2972,89.6308,89.6308,89.2976,89.2976,89.2976,88.9644,88.298,88.298,88.298,87.9648,86.632,86.632,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,79.968,78.6352,77.9688,77.9688,76.9692,76.9692,77.3024,77.3024,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,79.3016,79.968,80.9676,81.3008,81.9672,81.9672,82.6336,84.2996,85.2992,87.2984,88.298,89.2976,89.6308,90.2972,90.6304,91.2968,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.9616,96.2948,96.628,96.628,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.96,100.6264,101.2928,101.626,101.626,101.9592,101.9592,102.6256,103.292,103.9584,105.2912,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,105.6244,105.2912,105.2912,105.6244,106.624,107.6236,108.6232,110.6224,110.6224,110.9556,112.2884,112.95479999999999,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.2876,114.2876,113.6212,113.288,111.622,110.9556,109.2896,108.9564,108.9564,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,109.2896,109.2896,109.6228,109.6228,110.2892,110.2892,110.2892,110.2892,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.6228,109.956,112.2884,113.288,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.288,113.288,112.6216,112.6216,111.622,111.622,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.6212,114.6208,115.6204,117.6196,118.9524,121.2848,123.28399999999999,125.2832,126.2828,127.6156,127.6156,126.9492,126.2828,125.6164,123.9504,122.6176,121.9512,120.9516,120.2852,119.952,119.2856,119.2856,119.952,119.952,120.6184,121.9512,122.2844,122.9508,123.28399999999999,124.6168,125.2832,126.2828,127.6156,127.9488,129.2816,129.948,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.614,130.9476,130.6144,129.948,129.6148,128.9484,128.6152,128.6152,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,129.2816,129.948,130.2812,130.6144,131.9472,132.2804,133.28,133.6132,134.2796,134.946,135.6124,136.612,137.2784,137.6116,138.6112,139.2776,139.6108,139.6108,139.944,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.944,139.944,139.944,139.2776,138.9444,138.9444,138.9444,138.9444,137.9448,137.9448,137.9448,137.6116,137.2784,136.2788,136.2788,135.6124,136.612,137.2784,137.9448,139.2776,140.6104,142.6096,143.9424,145.9416,147.9408,149.94,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,153.9384,154.938,156.2708,157.2704,157.9368,158.6032,157.9368,156.9372,155.6044,154.938,153.272,151.606,149.94,149.6068,149.6068,149.6068,149.94,149.94,149.6068,149.6068,149.6068,148.9404,148.9404,148.6072,147.9408,147.9408,147.9408,147.27439999999999,146.608,146.608,146.2748,146.2748,144.942,143.9424,142.9428,141.60999999999999,140.6104,139.6108,138.6112,137.6116,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.944,139.2776,139.2776,138.9444,138.9444,138.9444,138.9444,139.2776,139.2776,139.2776,139.2776,139.2776,139.944,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.2768,141.2768,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,142.6096,143.276,143.9424,143.9424,143.9424,144.6088,145.2752,145.2752,145.9416,145.6084,145.9416,146.608,147.9408,147.9408,148.274,148.274,148.274,148.274,148.274],[134.946,134.2796,133.6132,132.2804,131.2808,130.9476,130.9476,130.9476,130.6144,130.6144,129.948,129.2816,128.6152,127.9488,127.2824,127.2824,127.2824,127.2824,127.9488,127.9488,128.6152,129.2816,129.2816,128.6152,128.9484,127.9488,126.616,125.6164,124.6168,123.6172,122.2844,121.2848,119.6188,118.9524,117.6196,116.62,114.954,113.6212,112.95479999999999,111.9552,110.9556,110.6224,109.956,109.956,108.6232,108.6232,107.9568,107.9568,108.28999999999999,107.6236,107.6236,107.6236,106.2908,106.2908,105.6244,105.9576,105.2912,104.958,104.958,104.2916,103.62519999999999,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.626,100.6264,100.2932,99.6268,99.2936,98.96039999999999,98.294,98.294,98.294,98.294,98.294,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.96,99.6268,99.6268,98.96039999999999,98.294,95.9616,93.9624,92.2964,90.2972,88.298,87.2984,86.2988,84.966,83.6332,81.634,79.968,78.9684,77.3024,76.3028,74.97,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,69.6388,69.6388,69.6388,69.6388,70.3052,70.3052,70.6384,70.6384,71.3048,71.9712,72.6376,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.97,75.6364,76.3028,76.9692,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,75.6364,75.6364,74.97,73.63719999999999,72.9708,72.3044,71.638,70.6384,69.972,69.3056,67.97279999999999,67.3064,66.64,65.9736,65.9736,64.974,64.974,64.3076,64.3076,63.308,63.308,62.3084,62.3084,61.3088,61.3088,60.6424,60.6424,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.9844,39.6508,39.6508,39.6508,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,44.982,45.6484,46.9812,47.6476,49.6468,50.3132,50.9796,51.646,53.6452,54.3116,55.6444,56.3108,57.9768,58.6432,59.976,60.6424,62.6416,63.9744,64.974,65.6404,66.3068,66.9732,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.9696,76.636,76.636,76.636,75.9696,75.9696,75.9696,76.636,78.6352,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,83.6332,84.2996,85.6324,85.6324,86.2988,86.9652,87.2984,87.9648,88.298,89.2976,89.964,90.2972,90.9636,92.9628,94.6288,95.6284,96.628,97.6276,97.96079999999999,98.6272,99.2936,99.96,99.6268,98.96039999999999,99.2936,99.2936,100.2932,100.2932,99.6268,99.6268,100.2932,100.6264,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.9592,102.6256,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,101.9592,101.626,101.626,102.2924,102.2924,102.2924,102.6256,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.958,104.2916,104.2916,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,109.956,108.6232,107.6236,106.2908,103.9584,103.292,102.2924,101.626,100.6264,99.96,99.2936,98.294,97.6276,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,94.962,94.962,94.2956,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.6296,91.63,91.63,91.2968,91.2968,89.964,89.964,89.2976,89.2976,88.9644,88.9644,88.9644,88.298,87.9648,87.9648,87.2984,86.9652,85.6324,85.6324,84.966,84.2996,83.6332,82.6336,81.9672,81.3008,79.968,78.6352,77.9688,77.9688,76.9692,76.9692,76.9692,76.9692,77.6356,78.6352,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.3008,82.3004,82.96679999999999,84.2996,85.2992,85.9656,86.9652,88.298,87.9648,88.63119999999999,89.2976,90.6304,91.2968,91.2968,91.63,92.6296,92.6296,92.9628,92.9628,92.9628,93.29599999999999,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,96.2948,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.294,99.2936,99.96,100.2932,100.2932,100.2932,100.2932,101.2928,101.626,102.6256,103.292,104.2916,104.2916,104.6248,104.6248,104.958,104.958,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.624,106.624,105.9576,105.6244,105.6244,104.958,104.958,104.6248,105.6244,106.2908,107.2904,108.6232,109.956,110.6224,110.9556,111.622,112.95479999999999,113.288,113.95439999999999,114.2876,114.6208,114.2876,113.6212,113.288,112.2884,111.2888,110.2892,109.6228,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,113.95439999999999,113.6212,113.6212,113.6212,113.288,112.2884,112.2884,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,115.9536,117.6196,119.6188,121.9512,123.9504,125.6164,126.2828,127.2824,127.2824,126.9492,126.2828,124.95,124.6168,122.6176,121.9512,121.2848,120.9516,120.2852,119.6188,119.952,119.952,120.2852,120.6184,121.9512,122.6176,122.9508,123.28399999999999,124.6168,125.6164,127.2824,127.9488,129.6148,130.6144,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,130.6144,130.2812,130.2812,129.948,129.2816,128.9484,128.9484,128.282,128.282,128.282,128.282,127.6156,128.282,128.282,128.282,128.282,128.6152,129.2816,129.948,130.6144,130.9476,132.2804,132.9468,133.6132,134.2796,134.946,135.6124,137.2784,137.6116,138.6112,139.2776,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.2768,141.2768,140.9436,140.6104,140.6104,139.944,139.944,138.9444,138.9444,138.6112,138.6112,138.6112,138.6112,137.9448,137.9448,137.2784,137.2784,136.612,136.612,136.612,137.2784,137.6116,138.6112,139.6108,140.9436,143.276,145.2752,147.27439999999999,149.6068,150.93959999999998,151.606,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,152.9388,153.272,154.938,156.60399999999998,156.60399999999998,157.9368,158.6032,157.9368,157.6036,156.2708,154.938,153.272,151.9392,150.2732,148.274,147.9408,147.9408,147.9408,147.9408,148.9404,148.9404,148.274,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,145.9416,145.9416,145.6084,145.9416,144.6088,144.6088,143.9424,142.6096,141.60999999999999,140.6104,139.6108,138.6112,137.9448,136.9452,136.612,136.2788,136.612,136.612,136.2788,136.2788,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,139.6108,138.9444,138.9444,138.6112,138.6112,138.9444,138.9444,139.6108,139.6108,139.2776,139.2776,139.944,139.944,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.942,145.6084,146.9412,146.9412,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999],[134.946,134.946,133.6132,132.2804,131.2808,130.6144,129.948,129.948,129.6148,129.6148,128.9484,128.6152,127.6156,126.9492,126.616,126.616,126.616,126.616,126.9492,127.2824,127.9488,128.6152,128.6152,128.6152,128.6152,127.6156,126.616,125.6164,124.6168,123.6172,122.2844,120.9516,119.6188,118.9524,117.6196,116.62,114.954,114.2876,112.95479999999999,111.9552,110.9556,110.2892,109.956,109.956,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,105.6244,105.2912,105.6244,104.6248,104.2916,104.2916,104.2916,103.292,102.2924,101.2928,100.6264,100.6264,99.96,99.96,99.96,99.2936,98.294,98.294,97.96079999999999,97.6276,96.9612,96.628,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.628,97.96079999999999,98.6272,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,96.9612,94.6288,92.2964,89.964,88.63119999999999,87.2984,86.2988,84.2996,82.96679999999999,81.3008,79.968,78.30199999999999,77.3024,75.6364,74.97,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,70.6384,71.3048,71.9712,73.63719999999999,74.3036,74.3036,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,74.3036,74.97,75.6364,76.3028,76.636,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.3028,76.3028,75.6364,74.3036,73.63719999999999,72.9708,72.3044,71.3048,69.972,69.3056,67.97279999999999,67.3064,66.64,65.9736,65.9736,64.974,64.974,64.3076,64.3076,63.308,63.308,62.3084,62.3084,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,45.3152,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,38.6512,38.6512,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.6508,39.6508,39.6508,40.3172,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.6484,46.3148,47.6476,48.314,50.3132,50.9796,51.646,52.3124,54.3116,54.978,55.6444,56.977199999999996,58.6432,59.309599999999996,60.6424,61.3088,63.308,64.6408,65.6404,66.3068,66.9732,67.6396,68.306,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,76.636,76.636,76.636,76.636,77.3024,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.2988,86.9652,87.2984,87.9648,88.298,88.9644,89.964,89.964,90.2972,90.9636,92.2964,93.9624,94.962,95.9616,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,102.6256,102.2924,101.9592,102.2924,102.6256,103.292,103.62519999999999,103.292,103.292,104.2916,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.956,110.6224,110.6224,110.2892,110.2892,109.2896,107.9568,106.624,104.958,102.6256,102.6256,101.2928,101.2928,100.2932,99.2936,98.96039999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.6296,91.63,91.63,91.2968,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,87.2984,86.9652,86.2988,84.966,84.966,84.2996,84.2996,83.3,82.6336,82.6336,81.9672,80.6344,79.3016,78.6352,77.9688,77.6356,76.9692,76.9692,77.6356,78.6352,78.6352,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,82.3004,82.96679999999999,84.2996,85.2992,85.9656,86.632,87.2984,87.2984,87.9648,88.298,89.6308,89.6308,90.2972,90.6304,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,96.2948,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,98.294,98.294,98.294,98.96039999999999,99.2936,99.6268,99.6268,100.2932,101.2928,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,104.2916,104.6248,105.9576,106.9572,107.6236,108.6232,109.956,110.6224,110.9556,112.2884,112.95479999999999,113.288,114.2876,114.6208,114.2876,113.6212,113.288,112.2884,111.2888,110.2892,109.6228,109.2896,109.2896,109.956,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.622,112.6216,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.2884,112.2884,111.9552,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,115.9536,117.6196,119.6188,122.6176,124.6168,125.6164,126.2828,126.9492,127.2824,126.9492,126.2828,124.95,124.6168,122.6176,122.6176,121.2848,120.9516,120.2852,120.2852,119.952,120.2852,120.6184,121.2848,122.6176,122.9508,123.6172,123.9504,125.2832,126.9492,127.9488,129.6148,130.6144,131.9472,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,131.9472,131.2808,131.2808,130.6144,130.2812,130.6144,129.948,129.2816,128.9484,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.282,129.2816,129.2816,129.948,130.6144,131.614,132.2804,132.9468,133.28,134.2796,135.2792,136.2788,136.9452,138.278,138.6112,139.2776,139.2776,139.6108,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,141.2768,141.2768,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.2768,140.9436,140.6104,140.6104,139.944,139.6108,138.9444,138.6112,138.6112,138.6112,138.6112,137.9448,137.9448,137.2784,137.2784,136.612,136.612,136.612,136.612,137.2784,137.6116,138.6112,139.944,141.60999999999999,144.2756,146.608,148.6072,149.94,150.93959999999998,151.2728,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,152.9388,153.272,155.2712,156.60399999999998,157.2704,157.9368,158.6032,157.9368,157.6036,156.2708,154.938,152.9388,150.6064,148.9404,147.9408,146.608,146.2748,146.608,146.608,146.608,147.27439999999999,147.27439999999999,146.608,146.608,146.608,146.2748,146.2748,145.2752,145.2752,144.6088,144.2756,143.276,143.276,141.9432,141.2768,140.2772,139.2776,138.6112,137.6116,136.612,136.2788,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,139.6108,138.9444,138.9444,138.6112,139.2776,139.6108,139.6108,139.6108,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.942,144.942,146.2748,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999],[135.2792,134.946,134.2796,132.9468,131.2808,130.6144,129.948,129.2816,128.9484,128.9484,128.9484,128.6152,127.6156,126.9492,126.616,126.616,126.616,126.616,126.9492,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,127.6156,126.616,125.6164,125.2832,123.6172,122.9508,121.2848,119.6188,118.9524,117.6196,116.62,115.2872,114.2876,113.288,111.9552,110.9556,110.2892,109.956,109.956,108.6232,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,102.2924,101.2928,100.2932,99.96,99.2936,98.96039999999999,98.294,98.294,98.294,97.2944,97.2944,96.9612,96.2948,95.9616,95.6284,94.962,94.962,94.962,94.2956,94.2956,94.2956,94.2956,93.9624,94.6288,94.6288,95.2952,96.2948,96.628,97.2944,97.2944,97.6276,97.6276,96.9612,94.962,92.6296,90.6304,88.63119999999999,87.2984,85.6324,84.2996,82.3004,80.6344,78.9684,77.3024,76.636,75.6364,74.3036,73.304,72.6376,71.9712,71.3048,69.972,69.3056,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,69.972,70.6384,71.3048,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,76.9692,76.9692,76.3028,74.97,74.3036,73.63719999999999,72.9708,71.3048,70.6384,69.3056,68.6392,67.3064,66.64,66.64,65.9736,64.974,64.974,64.3076,64.3076,63.308,63.308,62.3084,62.3084,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.314,47.6476,46.9812,46.3148,45.3152,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.3172,39.6508,38.6512,38.6512,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,39.984,39.984,40.3172,40.3172,40.3172,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.3148,46.9812,48.314,48.980399999999996,50.9796,51.646,52.3124,52.9788,54.3116,54.978,56.3108,57.6436,59.309599999999996,59.976,61.3088,61.9752,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.9704,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,78.30199999999999,79.968,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.966,85.6324,86.632,86.632,87.2984,87.9648,89.2976,89.6308,89.2976,90.2972,91.2968,91.63,91.63,93.6292,93.9624,94.6288,95.9616,96.2948,96.2948,96.2948,97.2944,97.2944,97.6276,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,99.2936,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.9588,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.2912,106.624,106.624,106.624,106.624,106.624,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,108.9564,108.6232,107.9568,106.9572,105.2912,104.6248,102.2924,101.9592,101.2928,100.6264,100.2932,99.2936,98.294,97.2944,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.9628,91.9632,91.63,91.63,91.2968,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,87.2984,86.9652,86.2988,84.966,84.6328,84.6328,83.9664,83.3,83.3,83.3,82.6336,81.9672,80.6344,79.968,79.3016,78.6352,77.6356,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,80.3012,81.634,82.3004,82.3004,83.6332,83.6332,83.6332,84.6328,85.2992,86.632,86.632,87.2984,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.6308,90.2972,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.96,100.2932,101.2928,101.2928,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.2916,105.6244,106.624,106.9572,107.6236,108.9564,109.2896,109.956,110.9556,111.9552,113.288,114.2876,114.2876,114.2876,113.6212,113.288,112.2884,111.622,110.9556,110.2892,110.6224,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.6216,113.6212,114.2876,114.954,114.954,115.6204,116.2868,115.6204,115.6204,115.6204,115.2872,114.6208,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,115.6204,117.6196,119.6188,122.9508,124.28359999999999,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.9516,120.9516,121.2848,122.6176,122.9508,123.6172,124.6168,124.6168,125.2832,126.616,128.282,129.948,130.9476,132.2804,132.9468,133.28,133.28,133.6132,132.9468,132.6136,132.6136,132.6136,132.6136,132.2804,131.9472,131.9472,131.2808,130.6144,129.948,129.948,129.2816,128.9484,128.9484,128.9484,128.9484,128.6152,128.282,128.282,128.282,127.6156,128.282,128.9484,129.2816,129.948,130.6144,131.2808,132.2804,132.9468,133.28,134.6128,135.2792,136.2788,136.9452,137.2784,137.6116,138.6112,138.6112,138.9444,139.6108,139.2776,139.2776,139.2776,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.6096,142.6096,142.6096,141.9432,140.9436,140.9436,140.6104,140.6104,139.6108,139.6108,139.2776,139.2776,138.6112,138.6112,137.9448,137.9448,137.2784,137.2784,136.612,136.2788,136.2788,136.612,136.612,137.2784,137.6116,139.2776,140.9436,143.276,145.2752,147.6076,149.6068,150.2732,150.6064,151.2728,151.2728,151.2728,151.2728,151.2728,151.9392,152.9388,153.9384,155.6044,157.2704,157.9368,157.9368,158.6032,158.6032,156.9372,155.6044,154.2716,152.6056,150.6064,147.9408,146.2748,145.2752,144.2756,144.2756,144.2756,144.6088,145.2752,144.942,144.2756,144.2756,144.2756,144.2756,144.2756,143.6092,143.6092,142.9428,142.9428,141.9432,141.9432,140.9436,139.944,139.2776,138.6112,137.9448,137.2784,136.2788,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,139.6108,139.944,139.944,139.944,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,140.2772,140.2772,140.2772,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,143.276,143.276,143.9424,143.9424,143.9424,143.9424,144.6088,144.942,144.942,144.942,146.2748,146.2748,146.2748,146.9412,146.608,146.608,146.608,146.608],[135.2792,134.946,134.2796,132.9468,131.2808,130.6144,129.948,129.2816,128.9484,128.9484,128.6152,128.6152,127.6156,126.9492,126.616,126.616,126.616,126.616,126.9492,126.616,127.6156,127.9488,128.6152,128.6152,128.6152,127.9488,127.2824,126.2828,125.2832,124.28359999999999,122.9508,121.9512,120.9516,118.9524,117.6196,116.2868,115.2872,114.2876,113.288,112.2884,111.622,110.9556,110.2892,109.956,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,104.958,103.9584,103.292,102.6256,102.2924,101.9592,101.9592,101.2928,100.2932,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.9612,95.6284,95.6284,95.2952,95.2952,94.2956,94.2956,93.9624,93.9624,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.2952,95.9616,96.2948,95.9616,96.9612,95.9616,94.6288,92.9628,90.6304,89.2976,86.632,85.6324,83.6332,81.634,79.3016,78.30199999999999,76.636,75.9696,74.97,74.3036,72.6376,71.9712,71.3048,70.6384,69.3056,68.6392,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,69.3056,69.972,70.6384,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.30199999999999,77.6356,77.6356,76.9692,75.6364,74.97,74.3036,73.63719999999999,71.9712,71.3048,69.972,69.3056,67.97279999999999,67.3064,67.3064,66.64,65.6404,64.974,64.3076,64.3076,63.308,62.3084,62.3084,61.641999999999996,61.3088,60.6424,60.6424,59.976,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,52.6456,51.646,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,38.6512,38.6512,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,39.984,39.984,40.3172,40.3172,40.9836,40.9836,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,46.9812,47.6476,48.980399999999996,49.6468,51.646,52.3124,52.9788,53.6452,54.978,55.6444,56.977199999999996,58.31,59.976,60.6424,61.9752,62.6416,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,78.9684,78.9684,79.6348,79.6348,79.6348,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,86.2988,86.632,86.632,87.2984,87.9648,88.63119999999999,89.6308,90.2972,89.964,90.6304,91.63,92.2964,92.6296,93.6292,94.6288,94.962,95.9616,96.2948,96.2948,96.2948,97.2944,97.2944,97.6276,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.62519999999999,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.6244,106.2908,106.624,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.2904,105.9576,105.2912,104.6248,102.6256,101.626,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.294,97.2944,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.6296,91.9632,91.63,91.63,91.2968,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,87.2984,86.9652,86.2988,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,81.634,80.9676,79.3016,79.3016,78.30199999999999,78.9684,79.3016,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.6348,80.6344,80.6344,81.3008,81.634,82.96679999999999,83.9664,84.966,85.2992,85.2992,85.2992,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,89.6308,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.6276,98.96039999999999,99.6268,99.96,99.96,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.9592,101.9592,101.626,101.626,101.626,101.626,101.626,102.2924,102.6256,102.9588,103.292,104.6248,105.2912,106.2908,106.9572,107.6236,108.9564,109.2896,109.956,110.9556,112.2884,113.6212,113.6212,114.2876,113.6212,113.6212,112.2884,111.622,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.6216,112.6216,112.6216,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,113.288,113.6212,114.2876,114.954,115.2872,116.2868,116.2868,116.2868,115.6204,115.6204,115.2872,115.2872,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,115.6204,117.2864,119.6188,121.618,123.9504,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.618,121.618,121.618,121.9512,122.2844,123.28399999999999,124.28359999999999,124.95,125.6164,126.2828,126.9492,128.282,129.948,130.9476,131.614,132.9468,133.28,133.28,133.28,133.6132,133.6132,132.6136,131.9472,131.9472,132.6136,132.2804,131.614,131.2808,131.2808,130.9476,130.6144,129.948,129.6148,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,127.6156,127.6156,128.282,128.6152,129.2816,129.948,130.9476,131.2808,132.2804,132.9468,133.6132,134.2796,135.2792,135.6124,136.612,136.612,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.9448,138.6112,138.9444,139.2776,139.2776,139.944,140.2772,141.60999999999999,142.2764,142.2764,142.6096,142.6096,142.2764,141.60999999999999,140.9436,140.9436,140.6104,140.6104,139.6108,139.6108,139.2776,139.2776,138.6112,138.6112,137.9448,137.9448,137.2784,136.612,136.2788,135.2792,135.2792,136.2788,136.2788,136.612,137.2784,138.278,139.6108,141.60999999999999,144.2756,145.9416,147.9408,148.274,148.9404,149.94,150.2732,150.6064,150.6064,150.6064,151.2728,151.9392,153.272,154.938,155.9376,156.9372,156.9372,156.9372,156.2708,155.9376,153.9384,152.2724,150.6064,148.9404,146.9412,144.6088,143.276,142.6096,142.2764,142.2764,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.2764,141.9432,140.9436,140.6104,139.944,139.6108,139.2776,138.6112,137.9448,137.2784,136.2788,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,139.6108,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.2776,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,140.2772,140.2772,140.2772,140.2772,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,143.276,143.276,143.9424,143.9424,143.9424,144.6088,144.942,144.942,144.942,144.942,146.2748,146.2748,146.2748,146.2748,146.608,146.608,146.608,146.608],[135.2792,134.946,134.2796,132.9468,131.2808,130.6144,129.948,129.2816,128.9484,128.9484,128.6152,128.6152,127.6156,126.9492,125.9496,125.9496,125.6164,125.9496,125.9496,126.616,127.6156,127.9488,128.6152,128.6152,127.9488,127.9488,127.6156,126.616,125.6164,124.6168,123.6172,122.9508,121.2848,119.6188,117.6196,116.62,115.2872,114.2876,113.288,112.95479999999999,111.622,110.9556,110.2892,108.9564,107.9568,107.6236,107.2904,106.624,106.624,106.624,105.9576,105.6244,104.2916,102.9588,101.9592,101.2928,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.294,97.6276,96.9612,96.628,96.2948,96.2948,96.2948,95.9616,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.6292,93.9624,93.9624,94.6288,95.2952,94.6288,93.29599999999999,91.63,90.2972,88.298,85.9656,84.966,82.96679999999999,80.3012,78.6352,76.636,75.6364,74.97,73.9704,73.304,71.9712,71.3048,69.972,69.3056,68.6392,67.97279999999999,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,72.6376,73.304,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,78.6352,78.6352,77.6356,76.9692,76.3028,75.6364,74.3036,72.9708,72.3044,70.9716,70.3052,69.3056,68.6392,67.97279999999999,67.3064,65.6404,64.974,64.3076,64.3076,63.308,62.3084,61.641999999999996,61.641999999999996,60.6424,60.6424,59.976,59.976,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,52.6456,51.646,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,46.9812,46.3148,45.6484,44.982,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,40.9836,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,39.3176,39.3176,39.984,39.984,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,46.3148,46.9812,47.6476,47.6476,48.980399999999996,49.6468,50.3132,51.646,52.6456,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.9764,60.6424,61.9752,62.6416,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.6388,70.3052,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.634,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,84.966,85.6324,86.9652,86.9652,87.2984,87.2984,87.6316,88.63119999999999,89.2976,90.6304,91.2968,91.63,91.9632,92.2964,93.29599999999999,93.6292,93.9624,95.6284,95.9616,96.2948,96.9612,96.9612,96.9612,97.6276,98.294,98.294,98.96039999999999,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,101.626,101.626,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,105.6244,105.6244,106.624,106.9572,107.6236,108.28999999999999,108.9564,108.9564,109.2896,109.2896,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,106.2908,105.9576,105.6244,105.2912,104.6248,103.292,102.6256,100.9596,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.294,97.2944,96.9612,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,92.2964,92.2964,91.63,91.63,91.63,91.2968,90.6304,89.964,89.964,88.9644,88.9644,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,85.9656,85.9656,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,82.96679999999999,80.9676,79.968,78.9684,78.9684,79.6348,80.3012,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.9684,78.6352,77.3024,77.3024,78.30199999999999,79.3016,80.6344,80.6344,81.3008,81.634,82.3004,82.3004,83.6332,84.2996,85.9656,86.9652,87.6316,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.298,89.2976,89.2976,89.964,90.6304,91.2968,91.63,91.63,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,95.9616,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.9592,102.2924,102.2924,102.9588,103.292,104.958,105.9576,106.2908,106.9572,107.6236,108.9564,109.956,110.9556,112.2884,113.288,113.288,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,114.2876,114.954,115.2872,116.62,116.62,116.2868,116.2868,116.2868,116.2868,115.6204,114.954,113.6212,113.6212,113.6212,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,116.62,118.286,121.2848,123.6172,124.6168,124.6168,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,124.28359999999999,125.6164,126.616,127.2824,127.9488,128.6152,129.6148,130.9476,131.9472,132.9468,133.6132,134.2796,134.2796,134.2796,133.9464,133.6132,132.6136,131.9472,131.9472,131.9472,131.614,130.9476,130.6144,130.9476,130.2812,129.948,129.2816,128.6152,128.6152,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.9492,126.9492,126.9492,127.6156,128.282,128.9484,129.6148,130.6144,130.9476,131.9472,132.2804,133.28,133.6132,134.2796,134.2796,134.946,134.946,135.6124,135.6124,135.6124,135.6124,135.94559999999998,135.94559999999998,135.6124,136.9452,136.9452,137.6116,137.9448,138.6112,139.2776,140.9436,141.60999999999999,141.60999999999999,141.9432,141.9432,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,139.944,139.6108,139.6108,138.9444,138.9444,138.9444,138.9444,138.6112,137.9448,136.612,136.2788,135.2792,134.6128,134.6128,134.6128,135.2792,135.6124,137.2784,137.6116,139.2776,141.2768,142.6096,144.6088,144.942,146.608,147.27439999999999,148.274,148.274,148.9404,148.9404,148.9404,149.6068,150.6064,150.93959999999998,152.6056,153.6052,154.938,154.938,154.2716,153.9384,152.9388,151.2728,148.6072,147.6076,145.9416,144.6088,142.6096,141.60999999999999,140.6104,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,139.2776,138.6112,138.9444,138.6112,137.6116,137.6116,137.2784,136.9452,136.2788,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,138.6112,138.6112,138.6112,139.2776,139.2776,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,144.6088,144.942,144.942,144.942,144.942,146.2748,146.2748,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412],[135.2792,134.946,134.2796,132.9468,131.2808,130.6144,129.948,129.2816,128.9484,128.9484,128.6152,127.9488,126.9492,126.9492,125.9496,125.9496,125.6164,125.6164,125.9496,125.9496,126.9492,127.6156,128.282,128.6152,127.9488,127.9488,127.9488,127.6156,125.6164,125.2832,124.28359999999999,122.9508,121.2848,119.6188,117.6196,116.62,115.2872,114.2876,113.288,112.95479999999999,111.622,110.9556,110.2892,108.9564,107.9568,107.6236,106.624,106.624,106.624,105.9576,105.6244,104.958,102.9588,102.6256,101.2928,100.6264,99.96,99.6268,99.6268,98.6272,97.96079999999999,96.9612,95.9616,95.9616,95.2952,95.2952,94.962,94.962,94.6288,93.9624,93.6292,93.29599999999999,92.6296,92.2964,91.63,91.2968,90.6304,90.2972,89.964,89.964,89.6308,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,92.6296,93.6292,92.9628,91.63,90.6304,88.63119999999999,87.2984,85.6324,83.6332,81.634,79.6348,77.6356,75.9696,74.97,74.3036,73.304,72.6376,71.3048,70.6384,69.972,68.6392,67.97279999999999,67.97279999999999,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,72.6376,72.6376,73.304,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.3028,74.97,73.63719999999999,72.9708,72.3044,70.9716,69.972,69.3056,68.6392,67.3064,66.3068,64.974,64.3076,63.6412,62.3084,62.3084,61.641999999999996,61.641999999999996,60.6424,60.6424,59.976,59.976,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,52.6456,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.3144,46.3148,45.6484,44.982,44.315599999999996,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,39.3176,39.3176,39.984,39.984,40.6504,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.9764,59.6428,61.3088,62.6416,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,75.9696,75.9696,76.636,77.3024,77.3024,78.30199999999999,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.2992,86.2988,86.2988,86.9652,87.2984,87.6316,87.6316,87.6316,88.298,89.2976,89.6308,91.2968,91.63,91.9632,92.6296,92.6296,93.6292,93.9624,94.6288,95.9616,96.628,96.9612,97.6276,97.6276,97.96079999999999,98.6272,99.2936,99.2936,99.2936,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.626,101.2928,101.2928,101.2928,101.9592,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.6244,105.6244,106.624,107.6236,107.9568,107.9568,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,104.2916,103.62519999999999,103.292,102.6256,101.2928,100.9596,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,97.96079999999999,97.2944,96.9612,95.6284,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,92.2964,92.2964,91.63,91.63,91.63,91.2968,90.6304,89.964,89.2976,88.9644,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.2984,85.9656,84.966,82.96679999999999,80.9676,79.968,79.6348,80.3012,80.3012,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.9684,78.6352,78.6352,78.6352,79.3016,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.6328,84.6328,85.6324,86.2988,87.9648,89.6308,90.2972,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,91.2968,91.2968,90.6304,90.2972,89.964,89.964,89.6308,88.9644,89.2976,90.2972,90.6304,90.6304,91.63,91.63,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.962,94.962,95.6284,96.2948,96.9612,97.2944,97.2944,97.2944,98.294,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,101.2928,101.9592,101.9592,102.6256,102.9588,103.292,104.2916,105.6244,106.2908,106.9572,107.6236,109.2896,110.6224,110.9556,112.95479999999999,113.288,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,114.2876,114.954,115.2872,115.2872,116.62,116.62,116.2868,116.2868,116.62,116.62,115.9536,115.6204,114.2876,113.6212,113.6212,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,117.6196,119.952,121.2848,122.9508,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,125.6164,126.2828,128.6152,128.9484,129.6148,130.6144,131.2808,132.2804,133.28,133.9464,134.946,134.946,134.946,134.2796,134.2796,133.6132,132.6136,131.9472,131.2808,130.6144,131.2808,130.6144,130.2812,130.2812,129.948,129.2816,128.6152,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.9492,127.6156,127.9488,128.6152,129.948,130.6144,130.9476,131.614,132.2804,132.2804,132.9468,133.28,133.6132,134.2796,134.2796,133.9464,134.2796,134.946,134.946,134.946,134.946,135.6124,135.94559999999998,136.612,137.2784,137.6116,138.6112,139.6108,140.9436,140.9436,141.60999999999999,141.60999999999999,140.9436,140.2772,140.9436,140.6104,139.944,139.6108,139.6108,138.9444,138.9444,138.9444,138.9444,138.9444,138.6112,137.9448,136.612,135.6124,134.6128,134.2796,133.6132,134.2796,134.6128,135.2792,135.94559999999998,136.612,138.278,139.944,140.9436,142.6096,143.276,144.942,145.2752,146.2748,146.2748,146.608,146.608,146.608,147.27439999999999,147.27439999999999,148.6072,149.6068,149.94,150.6064,150.6064,149.94,148.9404,148.274,147.27439999999999,145.6084,145.2752,143.276,142.2764,140.6104,139.6108,139.2776,138.278,138.6112,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.6108,139.6108,139.6108,138.6112,137.9448,137.9448,137.6116,137.2784,137.2784,136.9452,136.2788,136.2788,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.9436,140.9436,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,144.6088,144.942,144.942,144.942,144.942,146.2748,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412],[135.2792,134.946,134.2796,132.9468,131.2808,130.6144,129.948,129.2816,128.9484,128.9484,128.6152,127.9488,126.9492,125.9496,125.9496,125.6164,125.2832,125.2832,125.6164,125.6164,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,127.9488,127.6156,126.2828,125.6164,124.6168,123.28399999999999,121.2848,119.6188,117.6196,116.62,114.954,114.2876,112.95479999999999,112.95479999999999,111.622,110.9556,109.956,108.9564,107.9568,107.6236,106.624,105.6244,105.6244,105.2912,104.2916,103.62519999999999,102.2924,101.2928,100.6264,99.96,99.6268,98.96039999999999,98.6272,97.96079999999999,96.2948,95.6284,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,92.9628,92.2964,91.9632,91.63,91.2968,91.2968,90.6304,90.2972,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.6304,90.6304,89.964,88.63119999999999,87.9648,86.632,84.2996,82.3004,80.9676,79.6348,76.9692,75.6364,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,68.6392,67.97279999999999,67.3064,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.64,67.3064,67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.3016,78.30199999999999,77.6356,76.9692,75.6364,74.3036,73.63719999999999,72.9708,72.3044,70.6384,69.972,68.6392,67.97279999999999,66.3068,64.974,64.3076,63.6412,62.3084,62.3084,61.641999999999996,61.641999999999996,60.6424,60.6424,59.976,59.976,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.9776,55.3112,55.3112,54.6448,53.9784,53.9784,53.312,52.6456,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.3144,47.3144,46.3148,45.6484,44.982,44.315599999999996,43.316,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,39.3176,39.3176,39.984,39.984,40.6504,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,52.3124,52.9788,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.6428,60.3092,61.9752,63.308,63.9744,64.6408,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.3012,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,86.2988,86.2988,86.632,85.9656,85.9656,85.9656,85.9656,86.632,86.2988,86.9652,86.9652,86.9652,85.9656,85.9656,85.2992,85.2992,85.2992,85.9656,85.9656,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,91.9632,92.6296,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.9616,96.9612,97.6276,98.96039999999999,98.96039999999999,99.6268,99.6268,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.292,102.6256,103.292,103.292,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,105.2912,105.9576,106.624,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.28999999999999,107.9568,107.6236,106.9572,105.2912,104.958,103.9584,103.292,101.9592,101.2928,100.6264,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.2948,95.6284,95.9616,95.2952,95.2952,95.2952,95.2952,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.63,91.2968,90.6304,89.964,89.2976,88.9644,88.298,88.298,87.9648,87.9648,87.9648,87.2984,87.6316,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,89.2976,88.9644,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,85.6324,83.6332,82.3004,81.3008,80.3012,80.9676,80.9676,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,80.9676,82.3004,83.6332,84.2996,84.6328,86.2988,86.2988,86.9652,88.298,89.2976,90.9636,92.2964,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.2956,93.6292,93.29599999999999,92.6296,92.2964,91.63,90.6304,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,96.9612,96.9612,97.2944,97.2944,97.2944,97.6276,97.6276,97.6276,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,101.2928,101.9592,102.2924,102.9588,104.2916,105.6244,105.9576,106.2908,107.6236,107.9568,109.956,110.6224,112.2884,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,114.954,115.6204,115.9536,115.9536,116.62,116.62,116.2868,116.2868,116.62,116.62,115.9536,115.6204,115.2872,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,115.9536,117.6196,119.6188,119.952,120.9516,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.6172,123.6172,123.9504,124.6168,124.28359999999999,124.95,124.95,124.95,126.616,128.6152,129.948,130.6144,131.2808,132.6136,133.6132,134.6128,135.2792,135.6124,135.6124,135.6124,135.6124,135.2792,134.6128,133.6132,132.6136,131.9472,130.6144,130.6144,130.6144,129.948,129.6148,129.948,128.6152,128.282,127.6156,126.2828,126.2828,125.9496,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,127.6156,127.9488,129.2816,129.948,130.9476,131.614,131.614,131.9472,131.9472,132.2804,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,134.946,135.2792,135.94559999999998,136.612,137.6116,138.9444,139.944,140.2772,140.9436,140.9436,140.6104,140.6104,139.944,138.9444,138.9444,138.9444,138.9444,138.6112,138.6112,138.6112,138.6112,138.6112,137.9448,137.6116,136.612,135.2792,134.2796,133.6132,133.28,133.6132,133.6132,134.2796,135.2792,135.94559999999998,136.9452,138.6112,139.944,140.9436,142.2764,142.6096,143.276,143.9424,143.9424,144.2756,143.6092,143.6092,143.6092,144.2756,144.2756,145.2752,145.6084,146.2748,145.2752,144.2756,143.276,142.9428,142.6096,141.9432,141.2768,140.6104,139.6108,138.278,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,138.278,138.278,138.278,138.278,138.278,138.278,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.944,139.944,139.944,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.942,144.942,144.942,144.942,146.2748,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999],[135.2792,134.946,134.2796,132.6136,131.2808,130.6144,129.948,129.2816,128.9484,128.9484,128.6152,127.9488,126.9492,125.9496,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,126.616,126.616,127.6156,127.9488,128.6152,128.6152,127.9488,127.9488,126.9492,125.6164,125.2832,123.28399999999999,121.2848,119.6188,117.6196,116.62,114.954,114.2876,112.95479999999999,112.95479999999999,111.622,110.6224,109.956,108.9564,107.9568,106.9572,105.9576,105.2912,105.2912,104.6248,103.62519999999999,103.292,101.2928,100.9596,100.2932,99.2936,98.96039999999999,98.6272,97.96079999999999,97.2944,95.9616,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,91.9632,91.2968,91.2968,90.6304,90.6304,89.964,89.964,88.9644,88.298,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.298,88.9644,88.63119999999999,87.9648,87.2984,86.9652,85.2992,83.6332,81.634,80.3012,78.6352,76.3028,74.97,74.3036,72.9708,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.9736,66.64,66.64,67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.968,78.30199999999999,78.30199999999999,77.6356,76.3028,75.6364,74.3036,74.3036,72.9708,71.3048,70.6384,69.3056,67.97279999999999,66.3068,65.6404,64.974,64.3076,63.6412,62.3084,62.3084,61.641999999999996,61.3088,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,55.9776,55.9776,55.3112,54.6448,53.9784,53.9784,53.312,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,47.3144,46.647999999999996,45.6484,44.982,44.315599999999996,43.6492,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,39.3176,39.984,39.984,40.6504,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,47.6476,48.980399999999996,49.6468,49.6468,50.9796,51.646,52.3124,53.6452,54.978,56.3108,56.977199999999996,57.6436,58.31,58.9764,60.3092,61.3088,62.6416,63.9744,64.6408,65.3072,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,70.3052,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,78.9684,79.6348,80.3012,80.9676,81.634,82.6336,83.6332,84.2996,85.6324,85.6324,86.9652,87.2984,87.9648,88.298,88.298,88.9644,88.9644,88.9644,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.9648,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.6316,87.6316,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.6308,89.6308,90.6304,91.63,92.6296,93.29599999999999,93.9624,93.9624,94.962,95.6284,96.2948,96.9612,97.6276,98.6272,99.96,99.96,100.6264,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.6244,106.624,107.2904,107.6236,107.9568,108.6232,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,108.9564,108.28999999999999,107.6236,106.2908,105.2912,103.9584,103.292,101.9592,100.6264,100.2932,98.96039999999999,98.294,97.96079999999999,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,96.9612,95.6284,94.962,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.63,90.6304,90.2972,89.964,89.2976,88.298,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,88.298,88.298,88.298,88.63119999999999,89.2976,89.964,90.2972,90.9636,90.9636,90.9636,90.2972,90.2972,89.964,89.2976,88.63119999999999,86.632,84.2996,82.96679999999999,81.9672,80.9676,80.9676,80.9676,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.968,79.968,80.6344,82.3004,83.6332,85.6324,86.2988,87.2984,88.298,88.9644,89.964,90.6304,91.9632,93.6292,94.6288,95.6284,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,95.9616,95.6284,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,94.6288,95.2952,95.9616,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.6264,101.2928,101.9592,102.2924,103.292,104.6248,104.958,105.9576,106.2908,106.9572,107.9568,108.6232,110.2892,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.95439999999999,113.288,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.2868,116.2868,116.62,116.62,115.9536,115.9536,115.6204,115.2872,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,115.2872,115.9536,117.6196,118.61919999999999,118.9524,118.9524,119.2856,119.6188,120.2852,121.2848,122.9508,123.6172,123.6172,124.6168,125.2832,124.95,125.2832,126.2828,126.616,127.9488,129.6148,130.2812,131.9472,132.9468,133.9464,135.2792,135.6124,135.6124,135.6124,136.2788,136.2788,135.6124,135.2792,134.6128,133.6132,132.6136,131.2808,130.2812,130.6144,129.948,129.6148,128.9484,128.282,127.6156,126.9492,125.9496,125.2832,125.2832,124.95,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,126.9492,127.6156,128.9484,129.2816,130.6144,130.6144,130.9476,130.9476,130.9476,130.6144,131.614,131.614,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.9468,132.9468,133.6132,134.6128,135.94559999999998,136.9452,137.6116,138.9444,139.2776,139.6108,139.6108,138.9444,138.9444,138.9444,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,137.9448,137.9448,137.6116,136.9452,136.2788,135.2792,134.2796,133.6132,132.9468,133.28,133.6132,134.2796,134.946,135.2792,135.94559999999998,136.9452,137.9448,139.944,140.2772,141.60999999999999,141.60999999999999,140.9436,140.9436,141.2768,141.2768,140.9436,140.9436,140.9436,140.9436,141.2768,141.60999999999999,141.60999999999999,140.6104,139.6108,139.2776,138.6112,137.9448,137.9448,137.9448,137.2784,137.2784,136.9452,136.2788,136.2788,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.2784,137.2784,136.612,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.942,144.942,144.942,146.2748,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999],[135.2792,134.946,134.2796,132.2804,130.6144,130.6144,129.948,129.2816,128.6152,128.6152,128.6152,127.6156,125.9496,125.6164,124.95,124.28359999999999,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,127.6156,127.9488,128.6152,128.6152,127.9488,127.9488,127.6156,125.9496,125.2832,123.28399999999999,121.2848,119.6188,118.61919999999999,117.2864,115.9536,114.2876,113.95439999999999,112.6216,112.2884,110.9556,109.956,108.6232,107.2904,105.6244,104.958,104.2916,103.9584,103.292,103.292,102.6256,100.9596,100.2932,99.6268,98.96039999999999,98.294,97.96079999999999,97.2944,96.2948,94.6288,93.29599999999999,93.29599999999999,93.6292,93.6292,92.9628,92.6296,91.9632,91.2968,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,86.2988,85.6324,85.6324,84.2996,82.3004,80.9676,79.3016,78.6352,76.3028,74.97,74.3036,72.9708,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.9724,69.6388,70.3052,70.3052,70.9716,70.9716,70.9716,70.3052,69.6388,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,75.6364,76.3028,76.9692,77.6356,78.9684,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.3016,78.6352,77.6356,76.3028,75.6364,74.97,73.63719999999999,71.9712,71.3048,69.972,68.6392,67.3064,66.64,65.9736,65.3072,64.974,64.3076,63.6412,63.6412,62.6416,62.6416,61.9752,61.9752,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,47.3144,46.647999999999996,45.6484,44.982,44.315599999999996,43.6492,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,36.652,36.652,36.652,37.3184,37.3184,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.6512,39.3176,39.3176,39.984,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.982,45.6484,46.3148,46.9812,48.314,49.6468,50.3132,50.9796,50.9796,51.646,52.9788,53.9784,55.6444,56.3108,57.6436,58.31,59.976,60.6424,61.3088,61.9752,64.3076,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,70.3052,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.9692,77.6356,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,82.6336,83.3,83.6332,84.966,85.6324,86.9652,87.6316,87.6316,88.298,89.2976,90.2972,90.6304,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.2972,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,89.6308,89.6308,90.2972,90.2972,90.2972,90.6304,91.9632,92.6296,93.9624,94.6288,95.6284,95.6284,95.9616,96.628,97.2944,97.96079999999999,98.96039999999999,99.96,101.2928,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.2916,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,106.624,107.2904,107.6236,107.9568,108.9564,109.6228,110.2892,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,110.9556,110.2892,110.2892,109.956,109.956,108.6232,107.9568,107.6236,106.2908,104.958,103.9584,101.9592,101.2928,99.6268,98.6272,97.96079999999999,96.9612,96.2948,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.2956,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,92.9628,91.9632,91.9632,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.6304,90.2972,89.964,89.964,89.2976,88.9644,88.298,87.9648,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.964,90.6304,90.6304,91.2968,92.2964,92.9628,92.6296,91.9632,91.9632,91.2968,90.6304,90.2972,88.9644,87.9648,85.2992,83.6332,82.6336,81.634,81.634,81.634,81.9672,81.3008,80.9676,80.9676,80.9676,80.3012,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.3016,79.968,81.3008,82.3004,83.6332,85.6324,86.632,88.298,88.63119999999999,89.6308,90.6304,91.63,92.2964,94.2956,95.9616,96.2948,97.96079999999999,98.294,99.2936,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,100.6264,99.96,98.96039999999999,97.96079999999999,97.2944,96.2948,95.6284,94.2956,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,91.63,90.9636,90.9636,90.9636,90.9636,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.6284,95.6284,95.6284,96.2948,96.628,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,100.2932,101.2928,102.6256,103.292,103.292,104.6248,104.958,105.6244,105.9576,106.9572,107.6236,108.6232,109.956,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,116.62,117.2864,117.2864,117.9528,117.9528,118.9524,119.952,121.2848,122.9508,123.9504,124.6168,125.2832,125.6164,126.2828,126.616,127.6156,128.6152,129.2816,129.948,131.9472,132.9468,133.9464,134.946,135.6124,136.612,136.2788,136.2788,136.2788,136.2788,135.6124,135.2792,134.2796,133.28,131.9472,130.9476,130.6144,129.948,128.6152,128.282,127.6156,126.9492,125.9496,125.2832,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,126.616,127.6156,127.6156,128.6152,128.9484,129.6148,129.948,129.6148,129.948,129.948,129.948,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,130.9476,131.614,131.614,131.614,132.2804,132.9468,134.6128,135.94559999999998,136.612,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.6116,137.2784,137.2784,136.612,136.2788,134.946,133.6132,132.9468,132.9468,132.9468,133.28,133.9464,134.946,134.946,135.6124,135.94559999999998,136.612,137.6116,138.278,139.2776,139.2776,138.6112,138.6112,138.6112,138.6112,138.6112,137.2784,137.2784,137.2784,137.6116,137.6116,137.2784,136.9452,136.9452,136.2788,135.6124,135.6124,135.2792,135.6124,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,136.612,136.612,136.612,136.612,136.2788,135.6124,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.9452,136.9452,136.9452,136.9452,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.9448,138.6112,138.6112,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.944,139.944,139.944,140.2772,140.2772,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,144.2756,144.942,144.942,145.2752,145.6084,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,147.9408,147.9408],[135.2792,134.946,133.6132,132.2804,130.9476,129.948,129.2816,129.2816,128.6152,128.6152,127.9488,126.9492,125.9496,125.6164,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.9492,127.6156,127.9488,127.9488,127.9488,127.6156,126.9492,125.9496,125.2832,123.28399999999999,121.2848,119.952,118.61919999999999,117.2864,115.9536,114.954,113.95439999999999,113.288,112.2884,110.9556,109.956,108.6232,107.2904,105.6244,104.958,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,100.9596,99.6268,99.2936,98.96039999999999,97.96079999999999,97.2944,96.9612,95.9616,94.6288,93.29599999999999,92.9628,92.9628,92.9628,92.9628,91.63,91.2968,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,87.9648,86.632,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.3004,80.9676,79.3016,77.6356,75.6364,74.97,73.63719999999999,72.9708,71.9712,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,70.3052,69.6388,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,78.6352,76.9692,76.3028,75.6364,74.3036,73.304,71.9712,70.6384,69.972,68.6392,67.3064,66.64,65.9736,65.6404,64.974,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,46.647999999999996,45.6484,44.982,44.315599999999996,44.315599999999996,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,37.3184,37.3184,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,44.982,45.6484,46.3148,47.6476,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,53.9784,54.6448,56.3108,56.977199999999996,58.31,58.9764,59.976,61.3088,61.9752,62.6416,64.3076,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,70.3052,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.3028,77.6356,78.6352,79.3016,80.6344,81.634,82.3004,81.9672,82.6336,84.2996,84.966,85.6324,86.9652,87.6316,88.298,89.2976,89.6308,90.6304,91.9632,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.9624,92.9628,92.6296,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.9636,90.9636,91.63,91.63,91.63,91.63,92.9628,93.9624,95.6284,95.9616,96.9612,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,99.96,100.9596,102.2924,102.6256,103.62519999999999,103.9584,104.958,104.958,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.624,106.624,106.2908,106.9572,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.956,110.2892,111.2888,111.2888,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.2888,111.2888,110.2892,110.2892,109.956,109.2896,108.6232,107.9568,106.9572,105.9576,104.2916,103.292,101.2928,100.2932,98.96039999999999,97.96079999999999,97.2944,95.9616,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.2968,90.6304,89.964,89.964,89.2976,89.2976,88.298,88.298,87.9648,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.2976,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.9624,94.2956,93.6292,93.29599999999999,93.29599999999999,92.6296,91.2968,90.6304,89.2976,87.9648,86.2988,84.966,83.3,82.6336,82.6336,81.9672,81.9672,82.3004,81.634,80.9676,80.9676,80.9676,80.3012,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,80.6344,81.3008,82.96679999999999,84.2996,86.632,87.9648,89.2976,90.6304,91.2968,92.6296,93.6292,94.6288,95.6284,97.2944,98.294,99.2936,100.2932,101.2928,101.626,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,101.9592,101.2928,100.9596,99.6268,98.96039999999999,97.96079999999999,96.9612,96.628,95.9616,95.6284,94.6288,93.29599999999999,92.2964,91.63,91.63,90.9636,90.9636,91.63,91.63,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,101.2928,102.2924,103.292,103.292,103.9584,103.9584,104.958,105.6244,106.2908,107.6236,108.28999999999999,109.956,110.9556,111.9552,112.2884,112.2884,112.95479999999999,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.9536,116.62,116.62,116.9532,117.6196,118.286,119.952,121.2848,122.2844,123.9504,124.6168,125.9496,127.2824,127.2824,127.9488,129.2816,129.948,130.6144,131.614,132.9468,133.6132,134.946,135.2792,136.612,136.612,136.2788,136.2788,136.2788,135.6124,135.2792,134.6128,134.2796,132.9468,131.2808,130.6144,129.948,128.6152,127.6156,126.9492,126.9492,125.9496,125.2832,124.28359999999999,123.6172,123.28399999999999,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,126.616,126.9492,127.6156,128.282,128.6152,128.9484,128.6152,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.2816,129.2816,129.948,129.2816,129.6148,129.6148,130.2812,131.2808,131.9472,132.2804,134.2796,135.2792,135.94559999999998,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.9448,137.9448,137.9448,137.6116,137.2784,136.612,136.612,136.2788,135.2792,134.2796,133.6132,132.9468,132.2804,132.2804,132.9468,132.9468,133.9464,133.9464,134.2796,134.946,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.6124,135.6124,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.94559999999998,136.612,136.612,135.94559999999998,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.9452,136.9452,136.9452,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,138.6112,138.6112,138.9444,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,140.2772,140.2772,140.2772,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,144.2756,144.2756,144.942,144.942,145.6084,145.6084,146.2748,146.9412,147.27439999999999,147.27439999999999,147.9408,147.9408],[134.946,134.946,132.9468,131.614,130.6144,129.948,129.2816,128.9484,128.6152,127.9488,127.9488,126.9492,125.6164,124.6168,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.95,125.6164,125.6164,126.616,127.2824,127.9488,127.9488,127.6156,126.9492,126.9492,125.9496,124.6168,122.9508,121.2848,119.952,118.61919999999999,117.2864,115.9536,114.954,113.95439999999999,113.288,111.9552,111.2888,109.956,108.6232,107.2904,105.6244,104.958,103.62519999999999,102.6256,102.2924,102.2924,101.626,100.2932,99.6268,98.96039999999999,97.96079999999999,97.6276,96.9612,96.2948,95.6284,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,89.964,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.632,85.2992,84.966,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,81.9672,81.3008,79.968,78.30199999999999,76.9692,75.6364,74.3036,73.63719999999999,72.9708,71.9712,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.974,64.6408,65.3072,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.3016,78.6352,76.9692,76.3028,75.6364,74.97,73.9704,72.6376,71.9712,70.6384,69.3056,68.6392,67.97279999999999,67.3064,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.9788,52.3124,51.646,50.3132,48.980399999999996,48.314,47.3144,45.6484,44.982,44.982,44.315599999999996,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.3176,39.3176,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.6492,43.6492,44.315599999999996,44.315599999999996,44.6488,44.6488,44.6488,44.6488,44.982,45.6484,46.9812,47.6476,49.6468,50.3132,50.9796,51.646,52.3124,53.312,54.6448,55.3112,56.977199999999996,57.6436,58.31,58.9764,60.6424,61.3088,61.9752,62.6416,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,68.9724,69.6388,70.3052,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,78.30199999999999,79.968,80.6344,81.3008,81.9672,83.6332,84.2996,85.6324,86.9652,87.2984,88.298,88.63119999999999,89.964,91.2968,92.6296,93.6292,94.6288,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,95.2952,94.962,94.962,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.6296,92.6296,92.2964,91.9632,91.9632,92.2964,92.6296,92.6296,93.29599999999999,93.9624,94.6288,96.2948,96.9612,97.6276,98.294,98.96039999999999,99.2936,99.6268,100.2932,101.2928,102.6256,103.62519999999999,104.6248,104.958,105.6244,106.2908,106.2908,106.9572,106.9572,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,108.9564,108.6232,107.9568,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,108.6232,109.2896,109.956,109.956,110.6224,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.2888,110.6224,109.956,109.956,109.2896,108.28999999999999,107.6236,105.9576,105.6244,103.62519999999999,101.9592,100.2932,99.96,98.6272,97.2944,96.2948,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,92.9628,93.29599999999999,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,90.2972,90.6304,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,89.964,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,88.298,88.298,88.9644,89.2976,90.6304,91.63,92.9628,93.6292,93.29599999999999,94.2956,94.962,95.6284,94.962,94.962,93.9624,93.9624,92.2964,91.2968,89.964,88.298,86.632,85.2992,84.6328,83.3,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.634,80.9676,80.9676,80.3012,80.3012,80.3012,80.3012,80.3012,79.968,80.6344,82.3004,83.6332,85.6324,86.632,88.63119999999999,89.964,91.2968,92.6296,93.9624,95.9616,96.2948,97.2944,98.96039999999999,100.2932,100.9596,102.2924,103.292,103.292,104.6248,104.958,105.2912,105.6244,105.9576,105.9576,105.6244,104.6248,104.958,103.292,103.62519999999999,102.9588,102.2924,100.9596,100.2932,99.2936,98.96039999999999,97.2944,95.6284,94.6288,93.29599999999999,92.6296,92.2964,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,100.6264,102.2924,102.6256,103.292,103.9584,103.9584,104.958,105.6244,106.2908,107.6236,108.28999999999999,109.2896,110.2892,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.6204,115.9536,116.2868,116.62,116.62,116.9532,117.6196,118.286,119.2856,120.9516,122.2844,123.9504,125.6164,127.9488,128.9484,129.6148,129.948,130.9476,131.614,132.2804,132.9468,133.6132,134.2796,135.2792,136.612,136.612,136.612,136.612,136.612,135.6124,135.6124,135.2792,134.6128,133.6132,132.6136,130.6144,129.948,129.2816,128.282,126.9492,126.616,125.9496,124.95,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.95,125.6164,125.9496,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,128.282,127.9488,127.2824,127.9488,129.2816,129.2816,129.6148,130.9476,132.6136,133.6132,134.946,134.946,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,136.612,136.612,136.2788,136.2788,135.6124,134.946,133.9464,132.9468,132.2804,131.9472,131.9472,131.9472,132.2804,132.9468,132.9468,132.9468,132.9468,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,133.28,133.28,133.28,133.28,132.9468,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.28,133.28,133.28,133.28,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,135.6124,135.94559999999998,135.94559999999998,135.6124,135.6124,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,136.9452,136.9452,136.9452,136.9452,137.2784,137.2784,137.2784,137.9448,138.278,138.278,138.6112,139.2776,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.2772,140.2772,140.2772,140.2772,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.6096,142.6096,141.9432,141.9432,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.6092,144.2756,144.2756,144.942,145.2752,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,147.9408,147.9408],[134.946,133.9464,132.9468,131.614,130.6144,128.9484,128.6152,128.6152,127.6156,127.6156,126.9492,125.9496,125.2832,124.28359999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.616,127.6156,127.6156,126.9492,126.9492,126.616,125.2832,124.6168,122.9508,120.9516,119.2856,117.9528,117.2864,115.9536,115.6204,114.2876,113.95439999999999,111.9552,111.622,109.956,108.6232,107.2904,105.6244,104.958,103.62519999999999,102.6256,102.2924,101.626,101.2928,100.2932,99.6268,98.96039999999999,97.96079999999999,96.9612,96.9612,96.2948,94.962,93.9624,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,89.964,89.2976,88.9644,88.63119999999999,87.9648,87.2984,86.632,85.9656,85.2992,84.2996,83.6332,82.96679999999999,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,81.3008,81.3008,80.6344,79.3016,78.30199999999999,76.9692,74.97,74.3036,72.9708,72.3044,71.3048,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.9744,64.6408,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,77.6356,76.9692,76.3028,75.6364,74.6368,73.9704,72.6376,71.9712,70.6384,69.3056,68.6392,68.6392,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,63.308,62.6416,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.6452,53.6452,52.9788,51.646,50.3132,49.6468,48.980399999999996,48.314,46.3148,45.6484,45.6484,44.982,43.9824,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,43.316,43.6492,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,47.6476,48.314,49.6468,50.9796,51.646,52.3124,53.312,53.9784,55.3112,55.9776,57.6436,58.31,58.9764,59.6428,61.3088,61.9752,62.6416,63.308,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.3052,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,77.6356,79.3016,80.6344,81.3008,81.9672,82.96679999999999,83.6332,85.6324,86.9652,87.9648,88.63119999999999,89.2976,89.964,91.63,93.29599999999999,94.6288,95.2952,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.628,96.2948,96.2948,95.6284,95.9616,95.2952,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,95.2952,96.2948,97.2944,97.96079999999999,99.2936,99.6268,100.6264,101.2928,101.626,102.2924,103.292,104.6248,105.2912,106.2908,106.624,107.2904,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.6228,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.6224,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,109.956,109.2896,109.2896,108.9564,107.6236,106.9572,105.6244,103.62519999999999,102.2924,100.9596,99.96,98.96039999999999,97.96079999999999,96.2948,95.9616,95.6284,94.962,94.6288,94.6288,94.6288,94.2956,94.2956,94.2956,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,91.2968,91.2968,91.2968,90.2972,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,90.6304,90.6304,90.6304,90.2972,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,88.63119999999999,89.2976,89.964,90.6304,92.2964,93.29599999999999,94.6288,94.6288,95.2952,94.962,96.2948,96.2948,95.2952,94.962,94.6288,93.9624,92.2964,91.2968,89.964,89.2976,87.9648,86.632,86.2988,85.2992,84.966,84.2996,84.2996,83.6332,83.6332,82.3004,82.3004,81.634,81.634,81.634,81.634,80.9676,80.9676,80.9676,80.6344,81.634,83.6332,84.2996,86.2988,87.9648,89.6308,91.2968,92.6296,93.6292,95.6284,96.9612,97.2944,99.2936,100.9596,101.2928,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.6244,106.2908,106.9572,106.9572,107.2904,107.2904,107.2904,106.9572,106.9572,106.2908,105.9576,105.9576,104.2916,103.9584,102.6256,101.626,100.2932,98.96039999999999,97.2944,95.6284,94.6288,92.6296,91.9632,90.9636,90.9636,90.9636,91.9632,91.9632,91.2968,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.9628,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,97.2944,97.96079999999999,98.6272,98.96039999999999,100.6264,101.626,102.6256,102.6256,103.292,103.9584,104.6248,104.958,106.2908,106.9572,107.6236,108.28999999999999,109.956,110.2892,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,114.954,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.6204,116.2868,116.62,116.62,116.62,117.2864,117.6196,117.6196,118.286,119.2856,120.9516,122.2844,124.6168,126.2828,128.6152,129.948,130.2812,130.6144,131.2808,131.9472,132.9468,133.6132,133.6132,134.2796,135.2792,136.2788,136.612,136.612,136.2788,136.2788,135.6124,135.2792,134.2796,133.6132,132.9468,131.9472,130.6144,129.2816,127.9488,126.9492,125.9496,125.2832,124.95,123.9504,123.28399999999999,122.9508,122.9508,122.2844,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.9492,127.6156,127.9488,128.9484,130.6144,131.9472,132.6136,132.9468,134.2796,134.946,134.946,135.2792,135.2792,135.2792,135.6124,135.6124,135.94559999999998,135.94559999999998,135.6124,135.6124,134.946,134.946,134.946,134.946,133.9464,132.9468,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,131.9472,132.2804,131.9472,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.614,130.9476,130.9476,130.9476,130.9476,130.9476,131.614,131.614,131.614,131.9472,131.9472,131.9472,132.2804,132.9468,132.9468,133.28,133.9464,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.612,136.9452,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,138.278,138.6112,139.2776,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.2772,140.2772,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.6096,141.9432,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.6092,143.6092,144.2756,144.2756,145.2752,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,147.9408,147.9408],[134.2796,133.9464,132.2804,130.6144,129.2816,128.6152,128.282,127.6156,127.6156,126.9492,126.9492,125.9496,124.6168,123.6172,123.6172,123.28399999999999,122.9508,123.28399999999999,123.6172,124.28359999999999,124.6168,124.95,124.95,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,123.9504,122.9508,120.9516,119.2856,117.9528,117.2864,115.9536,115.6204,114.954,114.2876,112.6216,112.2884,110.6224,108.6232,107.2904,106.2908,104.958,103.62519999999999,102.6256,101.9592,101.2928,100.9596,100.2932,98.96039999999999,98.6272,97.6276,96.9612,96.628,95.9616,94.962,93.9624,92.9628,92.2964,91.9632,91.2968,90.9636,90.2972,90.2972,89.964,89.2976,88.9644,88.63119999999999,87.9648,87.2984,85.9656,85.9656,84.6328,83.6332,82.3004,81.634,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.3012,80.3012,80.3012,80.3012,79.968,79.968,79.968,79.968,78.9684,78.30199999999999,77.6356,76.3028,74.3036,72.9708,72.9708,72.3044,71.3048,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.9744,63.9744,63.9744,63.9744,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,74.3036,75.6364,76.3028,76.9692,77.6356,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.3016,78.30199999999999,77.3024,77.3024,76.636,75.6364,74.97,74.3036,72.9708,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,68.6392,68.6392,67.6396,67.6396,66.9732,66.3068,64.6408,63.9744,63.308,62.3084,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,56.977199999999996,56.3108,55.6444,54.978,54.6448,53.9784,53.312,52.6456,50.9796,50.3132,48.980399999999996,48.314,46.9812,46.3148,45.6484,44.982,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,42.9828,42.9828,43.6492,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.647999999999996,47.3144,47.3144,47.3144,47.6476,46.9812,46.9812,46.3148,46.647999999999996,47.3144,48.314,48.980399999999996,50.3132,50.9796,52.3124,52.9788,53.9784,54.6448,55.9776,56.977199999999996,58.31,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.974,65.6404,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.9676,81.634,81.9672,83.3,85.2992,86.632,87.9648,89.2976,89.964,90.2972,92.2964,93.29599999999999,94.962,95.9616,96.628,97.6276,98.294,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.6276,96.9612,96.9612,96.2948,96.2948,96.2948,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,96.628,97.2944,98.6272,99.6268,100.2932,101.626,102.2924,102.9588,103.62519999999999,104.2916,104.6248,105.6244,106.9572,108.28999999999999,109.2896,110.2892,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,111.9552,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.2884,111.622,110.9556,109.956,109.6228,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,109.6228,109.2896,109.6228,109.6228,109.6228,109.956,109.956,109.956,110.6224,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,110.2892,109.956,109.2896,108.9564,107.9568,106.2908,105.6244,104.958,103.292,101.2928,100.2932,98.96039999999999,98.6272,96.628,96.2948,95.9616,94.962,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,92.2964,92.2964,90.9636,90.9636,91.2968,90.6304,90.6304,90.6304,90.6304,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,89.6308,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.298,88.63119999999999,88.298,89.2976,90.2972,91.63,93.29599999999999,94.6288,94.962,95.9616,95.9616,96.628,96.628,96.628,96.628,95.2952,94.2956,93.9624,93.6292,91.63,91.2968,90.6304,89.2976,88.9644,87.9648,87.9648,86.632,86.632,85.6324,85.6324,85.6324,84.2996,83.6332,82.96679999999999,82.3004,81.9672,81.9672,82.3004,82.3004,81.634,81.634,82.3004,82.96679999999999,84.2996,85.6324,87.2984,88.9644,90.6304,91.9632,93.6292,94.6288,96.2948,97.96079999999999,98.96039999999999,100.2932,101.2928,101.9592,103.292,103.62519999999999,103.9584,104.6248,105.2912,106.2908,106.2908,106.9572,108.28999999999999,108.6232,109.2896,109.6228,109.6228,109.6228,109.2896,109.2896,108.9564,108.28999999999999,107.9568,106.624,105.2912,103.9584,102.6256,100.9596,98.6272,96.9612,94.962,93.6292,92.2964,91.9632,91.9632,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,94.2956,94.6288,94.6288,94.6288,94.6288,94.962,95.9616,95.9616,95.6284,95.6284,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.96039999999999,99.96,101.2928,101.2928,101.9592,102.6256,103.292,103.9584,104.6248,105.6244,105.9576,106.9572,107.9568,107.9568,108.9564,109.956,110.6224,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,114.954,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,116.2868,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,118.9524,120.2852,121.9512,124.28359999999999,126.616,128.9484,130.2812,131.9472,131.9472,132.6136,132.6136,132.9468,133.6132,133.6132,134.2796,134.946,135.2792,135.6124,135.6124,135.2792,135.2792,135.2792,134.946,132.9468,132.6136,131.2808,130.6144,129.2816,127.9488,126.9492,125.6164,124.6168,123.9504,123.9504,123.28399999999999,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.95,125.6164,127.6156,128.6152,129.948,129.6148,130.2812,130.6144,131.9472,132.6136,132.9468,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.28,132.9468,132.9468,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.2808,130.6144,130.9476,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,130.9476,130.9476,130.9476,130.9476,131.2808,131.9472,132.2804,132.9468,133.28,133.28,133.28,133.28,133.9464,133.9464,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.612,136.9452,136.9452,136.9452,136.9452,137.6116,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.9444,139.2776,139.944,139.944,140.2772,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,142.6096,142.6096,142.6096,142.6096,142.9428,143.276,143.6092,144.2756,144.6088,144.942,146.2748,146.2748,147.27439999999999,147.27439999999999,147.9408,147.9408],[134.2796,132.9468,131.614,130.6144,129.2816,127.9488,127.6156,127.6156,126.616,126.616,125.9496,125.2832,124.28359999999999,123.28399999999999,122.9508,122.9508,122.2844,122.9508,123.28399999999999,123.6172,123.9504,124.6168,124.6168,124.95,125.6164,125.6164,125.6164,125.2832,124.6168,124.6168,123.28399999999999,122.2844,120.9516,119.2856,117.9528,117.2864,116.62,115.9536,114.954,114.2876,112.95479999999999,112.2884,110.6224,108.6232,107.2904,106.2908,104.958,103.62519999999999,101.9592,101.2928,101.2928,100.9596,98.96039999999999,98.6272,97.96079999999999,97.6276,96.9612,95.9616,95.6284,94.6288,92.9628,92.2964,92.2964,90.9636,90.9636,90.2972,90.2972,89.964,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.632,85.9656,84.6328,83.6332,82.3004,81.634,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.6348,79.6348,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,77.6356,76.9692,75.6364,73.63719999999999,72.3044,72.3044,71.638,70.6384,69.972,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,63.6412,63.308,63.308,63.308,63.308,63.6412,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.3044,72.3044,72.9708,73.63719999999999,74.97,75.6364,76.3028,77.6356,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,78.9684,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.3036,72.6376,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.3056,68.9724,68.306,67.6396,66.9732,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,57.6436,56.977199999999996,56.3108,55.6444,55.3112,54.6448,53.9784,52.6456,51.646,50.9796,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,40.6504,41.3168,42.6496,43.316,43.6492,44.315599999999996,44.982,45.6484,46.3148,47.3144,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.3144,48.314,48.980399999999996,49.6468,51.3128,51.9792,53.312,53.9784,54.6448,55.3112,56.3108,57.6436,58.6432,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.6392,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,74.97,74.97,76.3028,76.3028,76.9692,77.6356,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.634,82.3004,83.3,84.6328,86.632,87.9648,89.2976,89.964,91.2968,91.9632,93.9624,94.2956,95.9616,96.9612,97.2944,97.6276,98.96039999999999,99.6268,99.6268,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.6268,99.6268,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,97.2944,96.628,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.96079999999999,98.96039999999999,100.2932,101.2928,102.2924,102.9588,103.9584,104.6248,105.2912,105.6244,106.2908,107.6236,109.2896,109.956,110.9556,111.622,112.6216,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,111.622,109.956,109.6228,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.6228,109.6228,109.6228,109.6228,109.6228,109.956,109.956,109.956,110.6224,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,110.2892,109.6228,109.2896,108.9564,107.9568,106.9572,105.6244,104.958,103.292,102.2924,100.2932,99.96,98.6272,97.96079999999999,96.2948,95.9616,95.2952,94.2956,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,91.63,91.63,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,89.6308,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,88.9644,88.9644,88.298,88.298,88.63119999999999,89.2976,90.2972,91.2968,93.29599999999999,94.6288,95.6284,96.2948,96.9612,97.6276,97.6276,97.6276,96.9612,95.9616,94.962,93.9624,93.6292,92.6296,91.2968,91.2968,90.6304,90.6304,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,86.632,84.966,83.9664,83.6332,82.96679999999999,82.6336,82.6336,82.96679999999999,82.96679999999999,82.3004,82.96679999999999,82.96679999999999,83.6332,84.966,86.2988,87.9648,90.6304,91.9632,93.6292,94.962,95.9616,97.6276,98.96039999999999,100.2932,100.9596,101.9592,102.2924,103.62519999999999,103.62519999999999,104.6248,104.6248,105.9576,106.2908,106.2908,106.9572,108.28999999999999,109.2896,109.6228,109.956,110.9556,111.2888,110.9556,111.622,111.622,111.622,111.2888,110.2892,107.9568,106.624,105.6244,103.62519999999999,101.2928,99.6268,97.6276,96.2948,94.962,94.2956,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.6292,93.6292,93.6292,94.2956,94.2956,94.2956,93.6292,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,94.6288,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,97.96079999999999,98.294,99.96,100.6264,100.9596,101.2928,101.9592,102.6256,103.62519999999999,103.9584,104.958,105.6244,106.2908,106.9572,107.6236,107.9568,109.2896,110.6224,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,116.2868,116.62,117.2864,117.2864,117.6196,118.286,118.286,118.286,117.6196,117.6196,118.286,120.2852,121.9512,124.95,127.2824,129.6148,130.6144,131.9472,132.6136,132.6136,132.6136,132.9468,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,134.946,134.2796,133.6132,131.9472,131.2808,130.6144,129.2816,127.6156,126.616,125.6164,124.95,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,121.618,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,121.618,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,122.6176,122.9508,123.9504,124.6168,125.6164,126.9492,127.6156,128.282,128.282,128.6152,129.6148,130.2812,130.6144,131.2808,131.614,131.9472,132.2804,132.2804,132.9468,132.6136,132.6136,132.6136,132.6136,131.2808,131.2808,131.9472,131.614,131.614,131.614,131.2808,131.2808,131.9472,131.9472,131.2808,130.6144,130.2812,130.6144,129.948,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.2804,132.2804,132.9468,133.28,132.9468,133.6132,133.9464,133.9464,134.2796,134.2796,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,136.2788,136.2788,136.2788,136.2788,136.2788,136.9452,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.9448,138.6112,138.6112,138.6112,138.9444,138.9444,139.6108,139.6108,139.944,140.2772,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,143.6092,144.2756,144.6088,144.942,146.2748,145.9416,147.27439999999999,147.27439999999999,147.9408,147.9408],[133.6132,132.9468,131.2808,129.948,128.6152,127.9488,127.6156,126.9492,126.616,125.9496,125.9496,125.2832,123.6172,122.9508,122.9508,122.2844,121.618,121.618,122.6176,122.6176,122.9508,123.28399999999999,123.9504,124.6168,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.6172,122.2844,121.618,120.9516,119.2856,117.9528,117.2864,116.62,115.9536,115.2872,114.954,112.95479999999999,112.2884,109.956,108.6232,106.9572,105.6244,104.2916,103.292,101.2928,100.9596,100.9596,100.2932,98.6272,97.96079999999999,97.96079999999999,96.9612,96.9612,95.9616,95.6284,93.9624,92.2964,91.63,91.63,90.2972,90.2972,89.964,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.632,85.9656,85.2992,84.2996,82.96679999999999,81.9672,81.3008,81.3008,80.6344,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,77.3024,77.3024,77.3024,77.3024,77.3024,76.3028,75.6364,74.97,74.3036,72.9708,72.3044,71.638,70.9716,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,62.6416,62.6416,62.6416,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.638,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.3028,77.6356,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.6348,78.9684,78.9684,78.30199999999999,77.6356,76.9692,76.3028,74.97,73.304,72.6376,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,69.6388,69.6388,68.9724,67.6396,66.64,65.9736,64.6408,63.9744,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,58.31,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,51.646,50.9796,50.3132,49.6468,47.6476,46.9812,46.3148,45.6484,44.6488,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,39.3176,39.984,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,51.9792,52.6456,53.312,53.9784,54.6448,55.6444,56.977199999999996,57.6436,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.9708,73.63719999999999,73.304,73.9704,74.97,74.97,75.6364,75.6364,76.9692,77.6356,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,82.3004,82.96679999999999,84.6328,86.2988,86.632,88.298,89.964,91.2968,92.2964,93.9624,94.6288,95.9616,96.628,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.6272,98.6272,98.6272,98.6272,98.6272,97.6276,97.6276,97.2944,97.2944,97.6276,97.6276,96.9612,96.9612,97.6276,98.6272,99.6268,100.2932,102.2924,103.292,104.6248,105.9576,106.2908,106.9572,107.6236,108.6232,109.956,110.6224,111.622,112.2884,113.288,113.288,113.95439999999999,114.6208,114.6208,114.954,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.954,114.2876,113.6212,113.288,112.2884,110.9556,110.2892,109.2896,109.2896,108.9564,108.9564,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.2892,109.6228,108.9564,107.9568,106.9572,106.2908,104.958,104.6248,102.6256,100.6264,100.2932,99.6268,97.96079999999999,97.2944,96.2948,95.9616,94.962,93.9624,93.6292,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,90.9636,90.6304,90.6304,89.964,89.964,89.964,90.2972,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.298,88.298,88.63119999999999,90.2972,91.63,92.6296,93.9624,95.6284,96.628,97.2944,97.96079999999999,98.294,97.2944,97.6276,96.2948,95.6284,93.9624,92.9628,92.6296,91.2968,91.2968,90.6304,90.6304,90.6304,90.2972,89.6308,89.964,89.2976,89.2976,89.2976,88.63119999999999,87.9648,85.9656,84.6328,84.2996,83.6332,83.3,83.3,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,86.632,88.9644,91.2968,93.6292,94.962,96.2948,97.6276,98.96039999999999,99.96,100.9596,101.9592,102.6256,103.292,103.62519999999999,104.2916,103.9584,104.6248,105.2912,105.9576,105.6244,106.2908,107.6236,108.9564,109.956,110.2892,111.2888,111.622,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.2876,112.95479999999999,111.2888,109.956,107.6236,105.6244,103.9584,101.9592,100.6264,99.2936,97.96079999999999,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,95.9616,95.6284,95.2952,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,93.9624,94.2956,94.2956,93.9624,94.6288,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,97.2944,97.96079999999999,98.96039999999999,99.6268,100.2932,100.9596,101.9592,102.6256,103.62519999999999,103.9584,104.958,105.6244,105.9576,106.624,107.6236,108.28999999999999,109.2896,109.956,110.9556,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.6208,114.6208,115.2872,115.2872,115.2872,115.6204,115.2872,115.2872,115.2872,115.2872,115.9536,116.62,116.62,116.62,117.6196,117.6196,117.9528,117.9528,118.9524,119.6188,118.286,118.286,118.286,118.286,120.2852,121.9512,124.95,127.2824,129.948,130.6144,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,132.9468,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,132.9468,132.6136,131.2808,130.6144,129.2816,128.282,126.2828,125.9496,124.95,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.618,121.2848,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,121.9512,122.6176,122.9508,124.6168,125.6164,125.6164,125.6164,125.6164,126.616,126.616,127.6156,128.282,129.2816,129.6148,130.2812,130.2812,130.9476,130.9476,130.9476,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,130.6144,130.6144,130.2812,130.6144,129.948,128.9484,128.6152,127.9488,127.9488,127.9488,128.6152,128.9484,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.948,129.948,130.6144,130.6144,130.6144,130.9476,131.2808,131.2808,131.9472,131.9472,132.2804,132.9468,132.9468,132.9468,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.6128,135.2792,135.6124,136.2788,136.2788,136.2788,136.612,136.612,136.612,137.2784,137.2784,136.9452,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.9448,137.9448,138.6112,138.6112,138.6112,139.2776,139.944,139.944,139.944,140.6104,140.6104,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,143.276,143.276,142.9428,142.9428,142.6096,141.9432,141.9432,141.9432,142.2764,142.9428,143.6092,144.2756,144.6088,144.942,146.2748,145.9416,147.27439999999999,147.27439999999999,147.9408,147.9408],[133.6132,132.6136,131.2808,129.948,128.6152,127.6156,126.9492,126.9492,125.9496,125.9496,125.6164,124.6168,123.6172,122.9508,122.2844,121.618,120.9516,120.9516,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.9504,124.28359999999999,124.6168,124.28359999999999,123.6172,122.9508,122.2844,121.9512,121.2848,120.2852,119.2856,117.9528,117.2864,115.9536,114.954,114.954,113.6212,112.95479999999999,111.622,109.956,108.28999999999999,106.9572,105.6244,104.2916,103.292,101.2928,100.9596,100.2932,99.6268,98.6272,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.6284,93.9624,92.2964,91.63,91.2968,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,88.298,87.2984,87.2984,86.2988,85.9656,84.966,84.2996,82.96679999999999,81.9672,81.3008,81.3008,80.6344,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,75.6364,74.97,74.3036,73.63719999999999,72.3044,71.638,70.9716,70.3052,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,62.6416,62.6416,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.638,71.638,72.3044,73.63719999999999,74.3036,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.6348,79.6348,78.9684,78.9684,78.30199999999999,77.6356,76.9692,75.6364,73.9704,73.304,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,70.9716,70.3052,69.6388,68.9724,67.6396,66.64,65.3072,64.6408,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,52.3124,51.646,50.9796,50.3132,48.314,47.6476,46.9812,46.3148,45.3152,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.9844,39.6508,40.3172,41.3168,42.6496,43.316,44.6488,45.3152,46.3148,46.9812,47.6476,48.980399999999996,50.3132,51.3128,51.9792,52.6456,52.6456,52.6456,51.9792,51.3128,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,58.31,59.309599999999996,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,64.6408,65.6404,66.3068,66.9732,67.6396,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,73.9704,73.9704,74.97,75.6364,75.9696,76.636,77.6356,78.6352,79.3016,79.968,79.968,79.968,80.6344,81.634,82.96679999999999,84.2996,85.6324,86.2988,87.9648,89.2976,91.2968,92.2964,93.9624,94.6288,95.6284,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.2936,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,100.2932,101.626,102.9588,104.6248,105.6244,106.9572,107.6236,108.9564,109.956,110.2892,110.9556,112.2884,112.95479999999999,112.95479999999999,113.6212,113.95439999999999,114.6208,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,116.62,116.62,116.2868,114.954,114.2876,113.6212,112.95479999999999,111.2888,110.2892,109.6228,109.2896,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.2892,109.2896,108.28999999999999,106.9572,106.2908,105.9576,104.958,103.62519999999999,101.9592,100.6264,100.2932,98.6272,97.96079999999999,97.2944,96.2948,95.9616,94.962,93.9624,93.6292,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,90.9636,90.6304,89.964,89.964,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.6304,91.9632,93.6292,95.2952,96.2948,96.628,97.2944,98.6272,97.96079999999999,97.2944,96.9612,95.6284,95.2952,93.29599999999999,92.2964,90.6304,90.6304,90.2972,90.2972,90.6304,90.6304,90.2972,90.2972,90.6304,91.2968,90.6304,90.2972,89.2976,87.9648,86.632,85.9656,84.966,84.2996,83.9664,83.9664,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,86.2988,87.9648,89.2976,91.63,93.9624,95.9616,97.6276,97.96079999999999,99.6268,100.2932,101.626,102.6256,102.6256,103.292,104.2916,104.2916,103.9584,103.9584,104.958,105.6244,105.9576,105.9576,106.9572,107.9568,108.9564,109.956,110.6224,111.622,112.95479999999999,113.95439999999999,114.954,115.2872,115.2872,114.6208,113.288,112.2884,110.6224,108.28999999999999,106.2908,104.958,102.9588,101.9592,100.6264,99.96,99.96,100.2932,100.2932,100.9596,101.2928,100.6264,101.2928,100.2932,100.2932,99.6268,99.6268,99.6268,99.2936,98.96039999999999,97.96079999999999,97.6276,96.9612,96.9612,96.628,95.9616,95.9616,95.9616,95.9616,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,94.962,95.9616,95.9616,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,100.2932,100.6264,101.626,102.6256,103.292,103.9584,104.6248,105.6244,105.9576,106.624,107.6236,108.9564,109.956,110.9556,111.9552,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.6208,114.6208,115.2872,115.2872,115.2872,114.954,115.2872,115.2872,115.2872,115.9536,116.62,116.62,116.62,117.6196,117.6196,117.9528,118.286,119.6188,119.6188,118.286,118.286,118.286,118.9524,120.2852,121.9512,124.28359999999999,127.2824,129.2816,130.2812,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,133.28,133.28,133.28,132.6136,132.6136,132.6136,131.9472,130.6144,130.6144,129.948,128.6152,127.2824,126.2828,124.95,124.6168,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.618,121.618,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.2848,121.2848,121.618,121.618,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.2852,120.6184,121.2848,121.9512,122.6176,123.28399999999999,123.9504,124.95,125.2832,125.2832,125.2832,125.2832,125.9496,126.616,127.2824,127.6156,128.6152,129.2816,129.6148,129.6148,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,130.6144,130.9476,131.2808,131.9472,131.9472,131.9472,130.9476,130.9476,130.6144,129.948,129.6148,128.6152,127.9488,127.6156,127.2824,127.9488,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.948,129.948,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.9472,132.2804,132.9468,132.9468,132.9468,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.6128,135.2792,136.2788,136.2788,136.9452,136.9452,137.2784,137.2784,137.2784,137.6116,137.6116,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.278,138.6112,138.6112,138.9444,138.9444,139.2776,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,142.2764,142.6096,142.6096,142.6096,142.6096,142.2764,142.2764,142.2764,142.2764,142.6096,142.9428,142.9428,142.9428,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,143.276,143.276,142.9428,141.9432,141.9432,140.9436,140.9436,140.9436,141.9432,141.9432,142.6096,143.276,143.9424,144.6088,145.9416,146.2748,147.27439999999999,147.27439999999999,147.9408,147.9408],[132.6136,132.6136,130.6144,129.6148,127.9488,127.6156,126.2828,125.6164,125.6164,125.2832,125.2832,124.28359999999999,123.28399999999999,121.9512,120.9516,120.2852,120.9516,120.2852,119.952,120.2852,121.2848,121.9512,121.9512,122.2844,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.2848,120.9516,119.952,118.9524,117.2864,116.2868,114.954,114.2876,113.6212,112.95479999999999,112.2884,110.9556,109.2896,108.28999999999999,106.2908,105.2912,103.62519999999999,102.6256,101.9592,101.626,100.6264,99.6268,99.2936,98.6272,97.6276,97.2944,96.2948,96.2948,95.9616,94.2956,92.2964,91.9632,90.6304,89.964,88.9644,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,85.9656,84.966,84.2996,82.96679999999999,81.9672,81.9672,81.3008,80.6344,80.6344,80.3012,80.3012,79.6348,78.9684,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,72.9708,72.3044,71.638,70.6384,69.972,69.3056,68.6392,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.6408,63.9744,63.9744,63.308,61.9752,61.9752,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,64.6408,64.6408,65.3072,65.3072,65.3072,65.9736,65.9736,65.9736,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,70.6384,70.6384,71.3048,71.9712,73.304,74.3036,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.6348,78.9684,78.30199999999999,76.636,74.97,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.3044,71.9712,71.3048,71.3048,69.972,68.9724,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.3076,63.308,62.6416,61.9752,61.3088,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,52.9788,52.3124,50.9796,50.3132,48.980399999999996,48.314,46.9812,46.3148,45.3152,44.6488,43.9824,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.3176,39.3176,39.3176,39.984,40.6504,41.9832,43.6492,44.315599999999996,45.6484,46.9812,47.6476,48.314,48.980399999999996,50.9796,52.3124,53.312,53.9784,54.6448,54.6448,53.9784,53.312,52.6456,51.646,51.646,50.9796,50.9796,51.3128,51.3128,51.9792,52.6456,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,57.6436,58.31,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,74.6368,75.3032,75.3032,75.9696,76.636,77.3024,78.6352,79.6348,80.3012,80.9676,80.9676,81.634,82.3004,82.96679999999999,84.2996,84.966,86.2988,87.2984,88.298,89.964,91.63,93.6292,94.6288,95.6284,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,99.2936,99.2936,99.2936,99.6268,99.2936,99.2936,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,100.2932,100.9596,102.6256,103.9584,105.2912,106.2908,107.9568,108.9564,109.956,110.2892,111.622,111.9552,113.288,113.288,113.6212,114.2876,114.6208,115.2872,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,115.9536,115.2872,114.2876,113.6212,112.2884,111.2888,110.2892,109.6228,109.6228,109.6228,109.6228,109.6228,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.6224,110.6224,109.956,108.6232,107.9568,106.9572,105.9576,105.6244,104.6248,103.292,101.9592,101.2928,100.2932,98.96039999999999,97.96079999999999,97.2944,96.628,96.2948,95.9616,94.962,93.9624,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.2964,91.63,90.6304,89.964,89.964,89.2976,88.9644,88.9644,88.9644,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,89.964,91.2968,91.9632,92.9628,93.9624,95.2952,96.9612,96.628,97.2944,97.96079999999999,97.6276,96.628,96.2948,95.2952,94.6288,92.9628,90.9636,90.2972,90.2972,90.2972,89.6308,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,91.63,91.2968,89.6308,88.63119999999999,87.2984,86.9652,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,86.2988,87.9648,89.964,92.2964,95.2952,96.628,98.294,98.96039999999999,99.96,100.6264,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.958,105.6244,105.9576,105.9576,106.2908,106.9572,107.6236,107.9568,109.956,110.6224,112.2884,113.288,114.954,115.2872,115.2872,115.2872,114.954,113.6212,112.2884,110.6224,109.2896,107.6236,106.624,104.6248,103.9584,103.292,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.2928,100.9596,100.2932,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,96.9612,96.2948,95.6284,95.2952,95.2952,94.962,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.96079999999999,98.96039999999999,100.2932,100.6264,101.626,102.6256,103.292,103.62519999999999,104.6248,105.2912,106.2908,107.6236,107.6236,109.2896,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.9536,116.62,116.62,117.2864,117.6196,118.286,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,120.2852,121.2848,123.28399999999999,125.6164,128.282,129.6148,130.2812,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.2808,130.6144,130.6144,130.2812,130.6144,129.948,129.2816,128.6152,127.6156,126.616,124.95,123.9504,123.28399999999999,122.9508,122.6176,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.28359999999999,124.28359999999999,124.6168,124.6168,125.6164,125.9496,126.616,126.616,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.9484,128.9484,129.6148,129.948,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,129.948,129.2816,128.6152,127.9488,127.6156,127.6156,127.6156,127.9488,127.9488,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.9476,130.9476,130.9476,131.2808,131.2808,131.9472,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,134.946,135.2792,135.2792,135.2792,135.6124,136.2788,136.9452,137.6116,137.6116,137.6116,137.6116,137.6116,138.278,138.278,138.278,138.278,138.278,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.9444,139.6108,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.6096,142.9428,142.9428,143.6092,143.6092,142.9428,142.9428,142.9428,142.9428,142.9428,143.6092,143.6092,143.6092,143.6092,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,142.6096,142.6096,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,142.6096,142.6096,142.6096,142.6096,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,140.9436,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.6096,143.276,143.9424,144.6088,145.9416,146.608,147.27439999999999,147.6076,148.274],[132.6136,131.9472,130.9476,129.6148,127.9488,126.9492,125.9496,125.6164,125.2832,125.2832,124.6168,123.6172,122.9508,121.9512,120.2852,120.2852,119.952,119.952,119.6188,119.6188,119.952,120.6184,120.6184,120.6184,121.618,121.9512,122.2844,122.2844,121.618,121.2848,120.9516,120.2852,118.9524,117.9528,116.2868,115.2872,114.2876,113.6212,112.95479999999999,112.95479999999999,111.622,110.6224,108.6232,107.9568,106.2908,105.6244,103.62519999999999,102.6256,101.9592,101.626,100.6264,99.96,99.2936,98.6272,98.294,97.2944,96.9612,96.2948,95.9616,94.962,92.9628,91.9632,90.6304,89.964,88.9644,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,85.9656,85.6324,84.966,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,80.3012,79.6348,78.9684,78.9684,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.6384,69.972,69.3056,68.6392,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.6408,64.6408,63.9744,63.308,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.9736,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,70.6384,71.9712,72.6376,74.3036,74.97,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.6348,78.9684,78.30199999999999,77.3024,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,71.9712,71.9712,71.3048,70.6384,69.6388,68.9724,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,63.308,63.308,62.6416,61.3088,60.3092,59.6428,58.9764,58.31,57.6436,56.3108,55.6444,54.978,53.6452,52.3124,51.646,50.9796,49.6468,48.314,47.6476,46.3148,45.3152,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,39.3176,39.3176,39.3176,39.984,39.984,40.6504,41.3168,41.9832,43.6492,44.982,46.3148,47.6476,48.980399999999996,50.3132,51.646,52.6456,53.9784,55.6444,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,53.9784,53.312,52.6456,52.6456,52.6456,52.6456,53.312,53.312,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,58.31,58.9764,59.976,60.6424,61.3088,62.6416,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,75.3032,75.9696,76.636,77.3024,78.6352,79.3016,80.3012,80.3012,80.9676,81.634,82.3004,82.3004,82.96679999999999,83.6332,84.966,85.6324,86.9652,87.6316,88.63119999999999,90.6304,92.6296,93.9624,95.6284,96.2948,97.2944,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,98.6272,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.96,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,100.9596,102.6256,103.62519999999999,104.6248,106.2908,107.6236,108.9564,109.6228,110.2892,110.9556,111.9552,112.95479999999999,113.95439999999999,113.95439999999999,114.2876,114.6208,115.2872,115.6204,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,116.62,115.9536,114.954,114.2876,113.288,111.9552,111.2888,110.9556,110.2892,110.2892,110.2892,110.2892,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,110.9556,110.9556,110.6224,109.2896,108.6232,107.9568,107.6236,105.9576,105.6244,104.958,103.9584,102.6256,101.626,100.9596,99.6268,98.294,98.294,97.96079999999999,97.2944,96.9612,96.2948,95.2952,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,91.63,91.2968,90.2972,89.964,89.2976,88.9644,88.9644,88.9644,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.964,91.2968,91.9632,92.9628,93.9624,95.2952,95.6284,96.628,97.2944,97.2944,97.2944,95.9616,95.6284,94.6288,93.29599999999999,91.63,90.6304,89.964,89.2976,89.2976,89.2976,90.2972,90.2972,91.2968,91.63,91.63,91.63,91.63,91.2968,90.2972,88.63119999999999,87.2984,86.9652,86.2988,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,86.9652,88.298,90.6304,92.9628,95.2952,97.2944,98.294,98.96039999999999,99.96,100.6264,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.9576,105.9576,106.624,107.6236,108.28999999999999,109.956,111.2888,112.95479999999999,114.2876,114.954,115.2872,115.2872,115.2872,114.954,112.95479999999999,111.2888,110.9556,109.956,108.6232,108.28999999999999,107.6236,106.9572,106.2908,106.9572,107.2904,107.9568,107.9568,108.6232,108.28999999999999,107.6236,106.9572,106.2908,106.9572,106.2908,106.2908,105.9576,104.6248,103.62519999999999,103.62519999999999,102.6256,101.9592,100.6264,99.6268,98.6272,97.96079999999999,97.2944,96.2948,95.9616,95.9616,94.962,94.6288,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.6276,98.96039999999999,99.96,100.9596,101.626,102.2924,102.6256,103.62519999999999,104.2916,105.2912,105.9576,106.9572,107.9568,109.956,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.9536,115.9536,116.62,116.62,117.6196,118.286,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,120.2852,121.2848,122.9508,124.95,126.9492,128.9484,129.2816,129.6148,129.6148,129.6148,129.948,129.6148,130.6144,129.948,129.948,129.948,129.948,129.948,128.9484,128.9484,128.282,127.9488,127.6156,126.616,125.9496,124.95,123.9504,123.28399999999999,122.9508,122.2844,121.9512,120.9516,121.2848,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.2852,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,123.9504,124.6168,125.2832,125.2832,125.6164,125.6164,125.9496,126.616,126.616,126.616,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,128.6152,128.9484,129.6148,129.948,130.6144,130.6144,130.9476,130.6144,129.948,129.948,129.2816,128.6152,127.6156,127.2824,127.2824,127.6156,127.6156,127.9488,127.9488,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.9476,130.9476,130.9476,131.2808,131.9472,132.2804,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,135.2792,135.6124,135.6124,135.6124,136.2788,137.2784,137.6116,138.278,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.6112,138.9444,139.2776,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,143.276,143.276,143.9424,143.9424,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,142.6096,142.6096,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,142.6096,142.6096,142.6096,142.6096,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,141.60999999999999,140.9436,140.6104,139.944,139.944,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,142.9428,143.276,143.9424,144.942,146.2748,147.27439999999999,147.6076,148.274],[131.2808,131.2808,129.948,128.6152,127.6156,126.9492,125.9496,125.2832,125.2832,124.6168,124.6168,123.6172,122.2844,121.2848,120.2852,119.952,119.952,119.952,118.9524,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,120.2852,120.9516,120.2852,120.2852,119.6188,118.9524,117.9528,116.62,115.2872,113.95439999999999,113.288,112.2884,111.622,111.622,110.6224,109.956,108.28999999999999,107.6236,105.9576,104.6248,103.62519999999999,102.6256,101.9592,101.626,100.6264,99.96,99.2936,99.2936,98.294,98.294,97.2944,96.2948,95.9616,95.2952,93.6292,91.9632,91.2968,89.964,89.2976,88.63119999999999,88.298,88.298,87.6316,87.6316,87.2984,86.9652,86.9652,86.2988,85.9656,85.6324,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,75.6364,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.6384,69.972,69.972,69.3056,68.9724,68.306,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.6408,64.6408,63.9744,63.308,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.972,70.6384,71.3048,72.6376,73.63719999999999,74.97,75.6364,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,80.6344,79.968,79.968,78.9684,78.9684,78.30199999999999,76.636,75.6364,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,71.3048,70.3052,69.6388,68.9724,68.306,66.9732,66.3068,65.6404,64.974,63.9744,63.308,62.6416,61.9752,60.3092,59.6428,58.9764,58.31,57.6436,56.3108,55.6444,54.978,53.6452,52.3124,51.646,50.9796,49.6468,48.314,47.6476,46.3148,45.3152,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.9832,42.6496,44.315599999999996,45.6484,46.9812,48.980399999999996,50.3132,52.3124,53.6452,54.6448,55.9776,57.6436,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,62.6416,64.3076,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,75.3032,76.636,78.6352,79.3016,79.968,80.6344,81.634,81.634,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.2988,87.2984,88.298,89.6308,91.63,93.6292,95.2952,96.2948,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,99.96,100.2932,100.2932,100.2932,101.2928,102.6256,103.9584,104.6248,105.9576,107.6236,108.9564,109.956,110.9556,111.622,112.2884,113.288,114.2876,114.954,115.2872,115.6204,115.9536,115.9536,116.62,117.6196,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,117.6196,117.6196,117.2864,116.62,116.2868,114.954,113.6212,113.288,112.6216,111.9552,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.6224,109.2896,108.6232,107.9568,107.6236,107.2904,106.624,105.6244,104.958,103.9584,103.292,101.9592,100.6264,100.2932,100.2932,99.6268,98.96039999999999,98.294,97.6276,96.9612,96.2948,95.9616,95.2952,94.6288,94.6288,94.6288,93.6292,92.2964,91.63,91.2968,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.9644,90.6304,91.63,92.9628,93.6292,94.962,95.6284,94.962,95.6284,96.628,96.2948,95.2952,94.6288,93.6292,92.2964,90.9636,90.6304,89.2976,88.9644,88.9644,89.2976,89.6308,90.2972,91.2968,91.63,92.6296,92.6296,91.9632,91.2968,90.2972,89.6308,88.298,87.2984,86.632,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.9652,88.298,90.6304,92.2964,95.2952,96.9612,98.6272,98.96039999999999,100.2932,100.6264,100.9596,101.2928,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,106.624,107.6236,108.28999999999999,109.956,110.9556,112.95479999999999,114.2876,114.954,114.954,114.954,114.954,112.95479999999999,112.6216,111.9552,111.2888,110.9556,110.9556,110.9556,109.6228,109.6228,109.6228,110.2892,110.9556,111.622,112.2884,112.2884,111.622,110.9556,110.2892,110.2892,110.2892,109.2896,108.6232,107.6236,106.624,104.958,104.2916,103.62519999999999,102.6256,100.9596,99.6268,99.2936,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,97.2944,97.6276,98.6272,98.96039999999999,99.6268,100.2932,101.626,102.2924,103.292,103.62519999999999,104.2916,105.2912,105.9576,107.6236,108.9564,109.956,110.9556,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,111.9552,111.9552,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.6204,115.9536,115.9536,116.62,117.6196,118.286,118.61919999999999,118.9524,119.2856,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,121.9512,123.28399999999999,125.2832,126.9492,127.6156,127.6156,127.6156,127.6156,128.6152,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,127.6156,127.6156,126.616,126.616,126.2828,125.6164,124.28359999999999,123.9504,122.6176,121.9512,121.618,120.9516,120.9516,120.2852,119.952,120.2852,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.2852,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,121.618,122.2844,123.28399999999999,123.28399999999999,122.9508,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.9492,126.9492,126.9492,127.2824,127.9488,127.9488,128.6152,129.2816,129.948,129.948,130.6144,129.948,129.6148,129.6148,128.6152,128.6152,127.6156,127.2824,127.2824,127.6156,127.6156,127.6156,127.9488,128.6152,128.6152,128.6152,128.9484,129.2816,129.2816,129.2816,129.2816,129.948,129.948,130.2812,130.2812,130.2812,130.2812,131.2808,131.614,132.2804,132.9468,133.28,133.28,133.9464,133.9464,134.2796,134.2796,134.946,135.6124,135.6124,136.612,136.612,136.612,136.9452,137.6116,138.6112,138.9444,139.2776,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.276,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,142.6096,142.6096,142.6096,142.6096,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,141.60999999999999,142.9428,143.276,143.9424,144.6088,146.2748,147.27439999999999,147.6076,147.6076],[131.2808,130.9476,129.948,128.6152,127.6156,125.6164,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.28399999999999,122.2844,120.9516,119.952,119.952,119.952,119.952,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.286,117.2864,116.62,115.6204,114.2876,113.288,112.2884,111.622,111.2888,109.956,109.956,109.2896,107.6236,106.624,105.9576,104.6248,103.62519999999999,103.292,101.9592,101.626,101.2928,100.6264,99.6268,99.2936,98.96039999999999,98.294,97.96079999999999,96.9612,96.2948,95.2952,93.6292,92.2964,91.63,90.2972,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.6316,86.9652,86.9652,86.2988,86.2988,85.6324,84.2996,83.3,82.6336,81.9672,81.3008,79.968,79.3016,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,75.6364,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.6408,63.9744,63.9744,63.308,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,62.3084,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,69.3056,69.972,70.6384,71.9712,72.9708,74.3036,74.97,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,80.6344,79.968,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,71.3048,70.3052,70.3052,69.6388,68.9724,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,61.9752,60.9756,60.3092,59.6428,58.31,57.6436,56.977199999999996,56.3108,54.978,53.6452,52.3124,51.646,50.9796,49.6468,48.314,47.6476,46.3148,45.3152,43.9824,43.316,43.316,43.316,43.316,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,44.982,46.3148,47.6476,49.6468,51.646,53.6452,54.978,56.644,57.9768,58.9764,59.6428,60.3092,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.6444,55.6444,55.3112,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.6424,60.6424,61.3088,62.6416,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,74.3036,74.97,76.3028,77.6356,80.3012,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,85.6324,86.2988,86.9652,86.9652,87.2984,88.298,90.2972,91.63,93.6292,95.2952,96.9612,97.96079999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.9592,101.626,102.2924,103.62519999999999,104.6248,105.9576,106.2908,108.28999999999999,109.2896,110.2892,111.2888,112.2884,113.288,114.2876,114.6208,115.2872,115.6204,115.9536,116.62,116.62,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,117.6196,117.6196,117.2864,116.62,115.2872,114.954,113.6212,113.288,112.6216,112.6216,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,110.9556,110.9556,110.6224,109.2896,108.6232,107.9568,107.9568,107.2904,106.624,105.9576,105.6244,104.6248,103.9584,103.292,101.9592,101.2928,101.2928,100.6264,100.2932,99.6268,98.96039999999999,97.6276,97.6276,96.9612,96.9612,95.9616,95.6284,94.962,94.2956,93.6292,92.6296,91.63,91.2968,90.2972,89.964,89.964,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,89.2976,90.6304,91.63,92.6296,92.9628,94.2956,94.2956,94.2956,94.962,94.962,95.2952,94.6288,93.6292,92.6296,91.9632,90.2972,89.964,88.9644,88.9644,88.63119999999999,88.63119999999999,89.6308,90.2972,91.2968,91.63,92.6296,92.6296,92.2964,91.63,90.6304,90.2972,88.63119999999999,87.6316,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,87.2984,88.63119999999999,90.6304,92.2964,94.6288,96.2948,97.2944,98.6272,98.96039999999999,99.96,100.2932,100.9596,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,105.6244,105.9576,106.2908,107.6236,108.9564,109.6228,111.2888,112.2884,113.288,114.2876,114.2876,114.2876,112.95479999999999,112.95479999999999,112.6216,112.6216,111.9552,112.6216,112.6216,112.2884,112.2884,112.2884,112.6216,113.288,113.6212,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.2884,110.2892,109.2896,107.9568,106.9572,105.2912,104.6248,103.62519999999999,101.2928,100.6264,100.2932,99.2936,98.96039999999999,97.96079999999999,96.9612,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.628,97.2944,97.96079999999999,98.294,98.6272,99.6268,100.6264,101.2928,102.2924,102.2924,102.6256,103.62519999999999,104.6248,105.9576,107.6236,108.6232,109.2896,110.6224,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,115.6204,115.6204,115.9536,115.9536,116.62,117.9528,118.61919999999999,118.61919999999999,118.9524,119.2856,119.6188,119.6188,119.6188,119.6188,119.952,119.6188,120.2852,121.9512,123.6172,124.6168,125.2832,125.6164,125.9496,126.616,126.616,126.616,126.616,126.616,126.616,126.616,125.9496,125.9496,125.2832,125.2832,125.2832,124.95,124.28359999999999,122.9508,122.6176,121.618,120.6184,119.952,119.952,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,121.618,121.9512,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,126.616,126.616,126.616,126.616,127.2824,127.2824,127.9488,128.6152,129.2816,129.2816,129.948,129.948,129.6148,129.6148,128.9484,128.6152,127.9488,127.6156,127.2824,127.2824,127.6156,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,128.9484,129.2816,129.948,129.948,129.948,129.948,129.948,130.2812,130.2812,130.9476,130.9476,131.614,132.2804,132.9468,133.28,133.9464,133.9464,134.2796,134.2796,134.946,135.6124,135.94559999999998,136.612,137.2784,137.2784,137.2784,137.6116,137.9448,138.6112,139.6108,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,143.9424,143.9424,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,142.6096,142.6096,142.6096,141.9432,141.60999999999999,140.9436,140.9436,140.6104,140.6104,139.6108,139.944,139.944,139.944,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,142.2764,142.9428,143.6092,144.6088,145.9416,146.608,147.27439999999999,147.6076],[129.948,130.2812,129.2816,127.6156,126.2828,125.6164,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.2848,120.9516,119.952,119.952,119.952,119.952,118.9524,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.6204,114.954,114.2876,113.288,112.95479999999999,110.9556,110.6224,109.956,109.2896,108.6232,107.9568,106.9572,105.9576,105.2912,104.6248,103.9584,103.62519999999999,102.6256,101.2928,101.626,100.9596,99.6268,99.6268,99.2936,98.96039999999999,97.96079999999999,97.2944,96.2948,95.6284,93.9624,92.2964,90.9636,90.2972,89.2976,88.63119999999999,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,86.2988,85.6324,84.2996,83.6332,82.6336,81.9672,81.3008,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.9712,71.3048,71.3048,70.6384,70.3052,69.6388,69.3056,67.97279999999999,67.3064,66.64,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.9744,63.308,63.308,63.308,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,69.6388,70.6384,71.9712,72.6376,74.3036,74.97,76.3028,77.3024,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.3008,80.6344,79.968,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,68.306,67.6396,66.9732,65.3072,64.6408,63.9744,63.308,61.3088,60.6424,59.976,59.309599999999996,57.6436,56.977199999999996,56.3108,54.978,53.9784,52.6456,51.646,50.9796,50.3132,48.980399999999996,47.6476,46.3148,45.3152,43.9824,43.316,43.316,43.316,43.316,42.6496,41.9832,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.9844,38.9844,38.9844,39.6508,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,45.6484,46.9812,48.314,49.6468,52.3124,54.6448,56.644,58.31,59.6428,60.6424,61.3088,61.3088,61.3088,60.6424,59.976,59.976,58.9764,58.6432,57.9768,56.977199999999996,56.3108,56.3108,56.3108,56.977199999999996,57.9768,57.9768,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,62.6416,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,76.3028,77.3024,78.9684,80.9676,81.634,82.96679999999999,83.6332,83.9664,85.2992,85.9656,86.632,86.632,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,88.63119999999999,89.6308,90.6304,92.6296,93.9624,95.6284,97.2944,97.96079999999999,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.96,100.2932,100.6264,100.6264,100.6264,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,103.292,103.62519999999999,104.958,106.2908,106.9572,108.28999999999999,109.956,110.9556,111.2888,112.6216,113.6212,114.2876,114.6208,115.9536,115.9536,116.62,116.62,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,117.6196,117.6196,117.2864,116.62,115.9536,115.6204,115.6204,114.954,113.6212,113.6212,113.288,113.288,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.2888,111.622,112.2884,112.2884,111.622,111.622,111.622,111.622,110.2892,110.2892,109.956,109.956,109.2896,108.6232,108.6232,107.9568,107.2904,107.2904,106.9572,106.9572,106.624,105.9576,105.6244,104.6248,103.62519999999999,102.6256,102.6256,102.6256,102.6256,101.9592,101.2928,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,96.9612,96.628,95.6284,94.962,93.9624,93.6292,92.6296,91.63,91.63,90.6304,90.2972,90.2972,89.2976,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.63119999999999,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.29599999999999,92.9628,92.2964,91.2968,90.6304,89.964,88.63119999999999,87.6316,87.9648,88.298,88.63119999999999,89.2976,89.964,90.6304,91.2968,92.2964,92.6296,92.9628,92.2964,91.63,90.6304,89.2976,88.63119999999999,88.298,87.6316,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.63119999999999,90.6304,91.63,93.6292,94.962,96.2948,96.9612,97.2944,98.6272,98.96039999999999,99.6268,101.2928,101.9592,101.9592,102.2924,103.292,103.62519999999999,103.62519999999999,104.2916,105.2912,105.2912,105.2912,105.2912,104.958,104.958,105.9576,106.9572,108.28999999999999,108.9564,110.2892,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,115.9536,116.62,116.9532,116.9532,116.2868,115.9536,115.2872,114.2876,112.6216,111.622,110.6224,108.6232,106.9572,105.9576,104.6248,102.6256,102.2924,101.626,100.6264,100.2932,99.2936,98.294,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.2948,96.2948,95.9616,96.2948,96.9612,96.628,97.2944,97.96079999999999,98.6272,98.96039999999999,99.96,100.6264,100.6264,101.2928,102.2924,103.292,103.62519999999999,105.6244,106.2908,107.2904,108.6232,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,111.622,111.622,110.9556,110.9556,110.9556,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.6216,111.9552,111.9552,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,116.62,117.2864,117.2864,117.6196,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,119.6188,120.2852,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,123.9504,124.28359999999999,123.9504,123.9504,123.9504,123.28399999999999,122.9508,121.9512,120.9516,120.6184,119.952,119.6188,118.9524,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,124.95,124.95,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,127.9488,127.9488,127.9488,128.6152,128.9484,129.6148,129.6148,129.6148,129.948,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.614,132.2804,133.28,133.6132,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,136.612,137.2784,137.6116,138.278,138.6112,139.6108,139.6108,139.6108,140.6104,140.9436,141.60999999999999,141.9432,142.9428,142.9428,143.6092,143.6092,142.9428,142.9428,143.276,143.276,142.9428,142.9428,143.276,142.9428,142.9428,142.9428,142.6096,142.9428,143.276,143.9424,144.2756,144.2756,145.2752,145.2752,145.6084,145.6084,145.6084,145.2752,144.942,144.2756,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,142.9428,142.9428,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.6104,140.6104,139.6108,139.6108,138.6112,138.6112,138.6112,138.6112,138.6112,139.2776,139.2776,139.944,140.2772,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,141.60999999999999,142.2764,143.276,143.9424,145.6084,146.608,146.608,147.27439999999999],[130.2812,129.6148,129.2816,127.6156,126.2828,125.2832,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.2848,120.9516,119.952,119.952,119.952,119.952,118.9524,117.9528,117.9528,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.2872,115.2872,115.2872,114.954,114.954,113.6212,113.288,112.95479999999999,111.622,110.6224,109.956,109.2896,108.9564,107.9568,107.6236,106.624,105.6244,105.2912,105.2912,104.6248,103.62519999999999,102.6256,101.2928,101.9592,101.626,100.2932,99.6268,99.6268,98.96039999999999,98.294,97.96079999999999,96.9612,95.6284,93.9624,92.9628,91.63,90.2972,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,86.632,87.2984,87.2984,86.9652,86.2988,86.2988,85.6324,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.6376,71.9712,71.9712,71.3048,70.9716,70.3052,69.3056,67.97279999999999,67.3064,66.64,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.308,63.308,63.308,62.3084,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.9724,69.6388,71.3048,71.9712,73.63719999999999,74.3036,75.6364,76.636,77.3024,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.3008,79.968,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,80.6344,79.968,79.3016,78.30199999999999,77.3024,77.3024,76.636,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.6388,68.9724,68.306,67.6396,65.9736,65.3072,64.6408,63.308,61.3088,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,54.978,53.9784,52.6456,51.646,50.9796,50.3132,48.980399999999996,46.9812,46.3148,44.6488,43.9824,43.316,43.316,43.316,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.3176,39.6508,39.6508,39.6508,40.3172,41.3168,41.9832,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,46.3148,47.6476,48.314,50.3132,52.9788,55.3112,56.644,58.9764,60.3092,61.3088,61.9752,62.6416,63.308,62.3084,61.641999999999996,61.641999999999996,60.6424,59.976,59.309599999999996,58.6432,57.6436,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,63.6412,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.9724,69.972,71.3048,71.9712,72.6376,73.63719999999999,74.3036,75.6364,76.9692,78.9684,80.3012,81.634,82.96679999999999,84.6328,85.2992,85.6324,86.2988,87.6316,88.298,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.2976,89.6308,90.2972,90.6304,91.2968,91.63,92.6296,94.2956,95.6284,96.9612,97.96079999999999,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.6276,97.6276,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,102.9588,103.292,103.62519999999999,104.6248,105.6244,106.2908,107.6236,108.28999999999999,109.956,110.9556,111.9552,113.288,113.6212,114.2876,114.6208,115.9536,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,117.6196,117.6196,117.2864,117.2864,116.62,115.9536,115.9536,115.6204,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.622,111.622,110.9556,110.9556,110.9556,110.6224,109.2896,109.2896,108.6232,108.6232,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,106.624,106.624,105.9576,105.2912,104.2916,102.9588,102.9588,102.9588,102.6256,102.2924,101.9592,101.2928,99.96,99.6268,98.96039999999999,98.6272,98.6272,98.294,97.96079999999999,96.9612,96.2948,95.9616,94.962,94.2956,93.9624,92.9628,92.2964,91.63,90.6304,90.2972,89.2976,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,90.2972,90.6304,90.6304,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.2964,91.2968,90.6304,90.2972,88.9644,88.298,87.2984,87.2984,87.9648,88.63119999999999,89.2976,90.2972,91.63,92.2964,92.6296,92.6296,92.6296,92.6296,92.2964,91.2968,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,89.2976,90.2972,91.2968,92.6296,94.6288,95.6284,95.9616,96.9612,97.2944,98.6272,98.96039999999999,100.6264,101.2928,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,105.2912,105.2912,105.2912,104.958,104.958,105.9576,106.2908,107.9568,108.28999999999999,109.6228,110.2892,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.2876,115.2872,115.9536,117.6196,118.9524,118.286,118.286,118.286,116.9532,115.9536,113.6212,112.95479999999999,111.2888,109.956,107.9568,106.9572,105.6244,104.2916,103.62519999999999,102.6256,101.9592,101.2928,100.6264,99.96,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,97.2944,97.2944,96.9612,96.2948,96.2948,95.9616,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,100.9596,101.2928,102.6256,103.62519999999999,104.2916,105.2912,106.624,107.6236,108.28999999999999,109.2896,109.2896,109.956,109.956,109.2896,109.956,110.6224,110.9556,110.9556,110.6224,110.6224,110.6224,110.9556,110.9556,110.6224,111.2888,111.2888,111.622,111.622,111.622,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.2888,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.9536,116.62,117.2864,117.2864,118.61919999999999,118.9524,118.9524,119.6188,119.6188,118.61919999999999,117.9528,117.9528,118.286,118.9524,120.2852,120.9516,121.618,121.618,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,120.9516,120.6184,119.952,119.6188,118.9524,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.28359999999999,124.95,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.9492,127.6156,127.9488,128.282,128.6152,128.6152,129.2816,129.2816,128.6152,128.6152,128.282,127.9488,127.9488,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,131.2808,132.2804,132.9468,133.6132,134.2796,135.2792,135.2792,136.2788,136.612,135.94559999999998,136.612,137.2784,137.6116,138.9444,139.2776,139.944,140.6104,140.9436,141.2768,142.2764,142.9428,143.9424,144.2756,144.6088,144.6088,144.942,144.942,144.2756,144.2756,144.6088,143.9424,143.9424,143.9424,143.9424,143.6092,143.6092,143.6092,142.9428,142.9428,143.9424,143.9424,144.2756,144.942,145.9416,145.9416,146.2748,146.2748,146.2748,145.9416,144.942,144.942,144.2756,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.6092,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,142.9428,142.9428,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,139.944,139.944,139.6108,138.6112,138.6112,137.6116,137.6116,137.2784,137.6116,137.9448,138.6112,138.9444,139.6108,139.944,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.6104,140.6104,140.9436,141.60999999999999,142.9428,143.9424,145.2752,145.6084,146.608,146.608],[129.948,129.6148,128.6152,127.2824,125.6164,124.28359999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,122.2844,120.9516,120.2852,119.952,119.2856,119.2856,119.2856,118.9524,117.9528,117.6196,116.62,115.9536,115.9536,115.6204,115.6204,114.954,114.954,113.6212,113.6212,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,110.9556,109.2896,108.6232,108.28999999999999,107.6236,107.6236,106.9572,105.6244,105.6244,105.2912,105.2912,104.6248,103.9584,103.292,102.6256,102.6256,101.9592,100.6264,100.6264,100.2932,99.6268,98.96039999999999,97.96079999999999,96.9612,95.9616,94.6288,92.9628,91.63,90.2972,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,85.6324,84.966,84.2996,83.3,82.6336,82.6336,81.9672,81.3008,80.3012,80.3012,80.3012,80.3012,79.968,79.968,79.3016,79.3016,77.6356,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.3048,69.972,68.6392,67.3064,66.64,66.3068,65.6404,65.6404,64.974,64.3076,64.3076,64.3076,64.3076,63.308,63.308,63.308,62.3084,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.3084,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,69.6388,70.6384,71.9712,72.9708,74.3036,74.97,76.3028,77.6356,78.30199999999999,79.6348,80.3012,80.9676,81.634,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,79.6348,80.3012,80.9676,80.9676,80.6344,80.6344,79.968,79.3016,78.30199999999999,77.3024,76.636,76.636,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.3052,69.6388,68.9724,68.306,66.64,65.9736,64.6408,63.9744,61.9752,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,54.978,53.9784,52.6456,51.646,50.9796,49.6468,48.314,46.9812,45.6484,44.6488,43.9824,43.316,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,39.984,39.984,40.3172,40.3172,40.3172,40.9836,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,45.3152,46.3148,47.6476,48.980399999999996,50.3132,52.9788,55.3112,56.644,58.31,59.6428,61.3088,62.6416,63.308,63.9744,63.9744,63.308,63.308,62.3084,61.641999999999996,60.9756,60.3092,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,63.6412,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.9724,69.972,71.3048,71.9712,73.304,74.3036,75.6364,76.9692,78.9684,81.634,82.6336,84.2996,86.2988,86.9652,87.6316,88.9644,89.2976,89.964,90.9636,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,92.6296,92.6296,92.9628,93.6292,94.962,95.9616,96.9612,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.6276,97.6276,96.9612,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.6276,97.6276,98.6272,98.96039999999999,100.2932,100.6264,101.626,101.626,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,103.62519999999999,103.292,103.62519999999999,104.6248,105.2912,106.2908,107.6236,108.28999999999999,109.956,110.9556,112.2884,113.288,113.95439999999999,114.2876,114.954,115.9536,116.62,117.2864,117.2864,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.2864,116.62,116.62,115.9536,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,109.956,109.956,109.2896,109.2896,107.9568,107.9568,107.6236,107.6236,106.9572,106.624,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.624,106.624,105.9576,105.6244,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.2924,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,98.294,97.96079999999999,97.2944,96.2948,96.2948,95.9616,94.6288,93.29599999999999,92.9628,92.2964,91.2968,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,91.63,90.6304,89.964,89.2976,88.9644,88.298,87.6316,87.2984,87.2984,87.9648,88.63119999999999,89.2976,90.6304,91.63,92.2964,93.29599999999999,93.6292,93.29599999999999,92.9628,92.2964,91.63,90.6304,89.2976,88.9644,88.9644,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,90.6304,92.2964,93.6292,93.9624,94.962,96.2948,96.628,97.96079999999999,98.6272,100.2932,101.2928,101.2928,101.9592,102.6256,103.292,103.292,103.62519999999999,104.6248,105.2912,105.2912,105.2912,105.6244,105.6244,105.9576,106.9572,107.9568,108.28999999999999,109.2896,109.2896,110.6224,110.6224,111.2888,111.2888,111.622,111.622,111.622,112.2884,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,116.62,117.6196,118.9524,119.2856,119.2856,118.9524,118.286,117.2864,114.954,113.288,111.2888,109.2896,107.9568,106.9572,105.6244,105.2912,105.2912,104.6248,103.62519999999999,103.292,102.2924,101.626,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,99.96,99.2936,98.96039999999999,98.294,97.96079999999999,97.2944,96.2948,96.2948,95.6284,95.9616,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,100.2932,100.9596,101.2928,102.6256,102.9588,104.2916,105.9576,106.624,106.9572,107.6236,107.9568,107.9568,108.6232,109.2896,109.2896,109.6228,109.6228,109.2896,109.2896,109.2896,109.6228,109.6228,109.956,109.956,109.956,109.956,110.2892,110.2892,110.6224,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.9536,116.62,116.62,117.2864,117.9528,118.61919999999999,118.9524,118.9524,118.9524,118.61919999999999,117.9528,117.9528,117.9528,117.9528,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,119.952,121.2848,121.9512,122.2844,122.6176,122.6176,122.6176,122.2844,121.9512,121.618,120.9516,120.2852,119.952,119.952,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,122.6176,122.2844,122.2844,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.2828,126.9492,127.6156,127.6156,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,127.9488,127.9488,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.948,129.948,130.6144,130.6144,131.2808,131.2808,131.614,132.2804,132.6136,133.28,134.2796,134.6128,135.6124,135.6124,136.2788,136.612,137.2784,137.6116,137.6116,138.9444,139.6108,139.944,140.2772,141.60999999999999,142.9428,142.9428,144.2756,144.6088,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,145.9416,145.2752,144.942,144.2756,143.9424,143.9424,143.9424,143.9424,142.9428,142.9428,143.9424,143.9424,144.942,145.2752,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,145.6084,145.2752,144.942,144.942,143.9424,143.9424,143.276,143.276,143.9424,143.9424,144.6088,144.6088,143.9424,143.9424,144.6088,144.6088,143.9424,143.9424,144.2756,143.6092,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,142.9428,142.9428,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,141.2768,141.2768,141.2768,141.2768,140.9436,140.9436,140.9436,140.9436,139.944,139.6108,139.6108,138.6112,137.9448,137.2784,136.612,136.612,136.612,136.612,137.6116,137.9448,138.6112,139.2776,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,141.60999999999999,141.60999999999999,140.9436,140.6104,140.6104,140.9436,141.60999999999999,142.6096,143.276,144.942,145.6084,145.6084,146.2748],[129.6148,129.2816,127.9488,126.2828,125.2832,123.6172,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,120.9516,120.2852,119.2856,119.2856,119.2856,118.9524,118.286,117.6196,116.9532,115.9536,115.6204,115.6204,114.954,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.6224,109.2896,108.6232,108.28999999999999,107.6236,107.6236,106.624,106.624,106.624,105.6244,105.6244,105.2912,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.292,101.626,101.2928,100.6264,100.6264,99.96,98.96039999999999,97.96079999999999,96.628,94.6288,93.29599999999999,91.63,90.9636,89.6308,89.2976,89.2976,88.63119999999999,88.9644,88.298,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,85.6324,85.6324,84.2996,83.9664,83.3,83.3,82.6336,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.6348,78.30199999999999,78.30199999999999,77.6356,77.6356,76.9692,76.9692,76.3028,75.6364,74.97,74.97,74.3036,73.9704,73.304,72.6376,71.3048,69.972,69.3056,67.97279999999999,67.3064,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,64.3076,63.308,63.308,63.308,62.3084,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.641999999999996,62.3084,62.3084,63.308,63.308,63.308,63.9744,63.9744,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,68.306,68.9724,70.6384,71.3048,72.9708,73.63719999999999,74.97,75.6364,76.9692,77.6356,78.9684,79.6348,80.9676,80.9676,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,78.6352,78.9684,79.6348,80.3012,80.3012,79.968,79.968,79.3016,78.6352,77.3024,76.636,76.636,75.9696,75.6364,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,70.3052,70.3052,69.6388,68.306,67.3064,65.9736,65.3072,63.9744,61.9752,60.6424,59.976,59.309599999999996,57.6436,56.977199999999996,56.3108,54.978,53.9784,52.6456,51.646,50.9796,49.6468,48.314,46.9812,45.6484,44.6488,43.316,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,40.6504,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.9844,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.65,41.65,41.65,41.65,42.6496,43.316,43.316,43.316,43.316,43.9824,44.6488,45.3152,46.3148,47.6476,48.980399999999996,50.3132,52.9788,55.3112,56.644,58.31,59.6428,61.3088,62.6416,63.308,64.6408,64.6408,64.6408,63.9744,63.308,62.3084,62.3084,61.641999999999996,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.6412,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.972,71.3048,71.9712,73.304,74.97,76.9692,78.30199999999999,80.6344,83.6332,85.2992,87.2984,88.63119999999999,89.964,90.6304,90.9636,92.2964,92.9628,92.9628,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,95.9616,96.9612,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.2948,96.9612,96.9612,97.2944,97.2944,97.2944,97.6276,98.6272,98.6272,98.96039999999999,100.2932,100.9596,101.626,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,105.2912,106.9572,107.6236,108.9564,109.956,110.9556,112.2884,113.288,113.95439999999999,114.2876,115.2872,116.62,116.62,117.2864,117.2864,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,117.2864,117.2864,116.62,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.2888,110.6224,109.956,109.2896,109.2896,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.2908,105.9576,105.2912,104.958,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,104.958,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.62519999999999,103.292,102.2924,101.626,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,96.628,96.2948,95.2952,93.9624,92.9628,92.2964,90.6304,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,89.2976,89.2976,88.9644,89.6308,89.964,89.964,89.964,90.2972,90.6304,90.6304,89.964,89.2976,88.9644,88.298,87.6316,87.6316,86.9652,87.2984,87.9648,88.63119999999999,89.2976,90.6304,91.63,92.9628,93.6292,93.6292,93.29599999999999,93.29599999999999,92.9628,92.2964,90.6304,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,90.6304,92.2964,93.29599999999999,93.9624,94.6288,95.9616,96.2948,97.2944,98.6272,100.2932,100.6264,101.2928,101.2928,102.6256,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.2912,105.2912,105.6244,105.9576,106.2908,106.9572,107.9568,108.28999999999999,109.2896,109.2896,110.2892,110.2892,110.2892,110.6224,111.2888,111.2888,111.2888,111.622,112.6216,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,114.2876,116.62,118.9524,119.952,119.952,119.952,119.952,118.9524,117.2864,115.2872,113.6212,111.2888,109.956,107.9568,107.2904,105.9576,105.6244,105.6244,105.2912,104.6248,104.2916,103.62519999999999,103.292,103.292,102.2924,102.2924,102.6256,102.2924,102.2924,101.2928,101.2928,100.6264,100.2932,98.96039999999999,98.294,97.6276,96.9612,96.2948,96.2948,95.9616,95.9616,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,100.9596,101.2928,102.6256,103.9584,104.6248,105.6244,105.9576,106.2908,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.9568,108.6232,108.6232,108.9564,109.956,109.956,110.6224,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,113.6212,114.2876,114.2876,115.6204,115.9536,116.2868,116.62,117.2864,117.9528,118.61919999999999,118.286,118.286,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.9524,119.6188,119.952,121.2848,121.9512,121.9512,122.6176,122.6176,122.2844,121.9512,121.618,120.9516,120.2852,120.2852,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.2856,119.2856,119.2856,119.2856,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,119.6188,119.6188,120.9516,120.9516,120.9516,121.2848,121.9512,122.2844,122.2844,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.2828,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.9488,127.9488,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.948,129.948,130.6144,130.9476,131.2808,131.9472,132.2804,132.2804,133.28,133.28,134.2796,134.6128,135.6124,136.2788,136.612,137.2784,137.6116,137.6116,138.6112,139.6108,139.944,140.6104,141.60999999999999,142.9428,143.6092,144.2756,145.2752,145.9416,146.2748,146.9412,146.9412,146.9412,146.608,146.608,146.608,146.9412,146.2748,145.6084,145.2752,144.942,143.9424,143.9424,143.9424,143.9424,143.6092,143.6092,144.2756,144.2756,144.942,145.2752,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,145.6084,145.2752,144.942,144.942,143.9424,143.9424,143.276,143.9424,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,143.6092,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,142.9428,142.2764,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,141.2768,141.2768,141.2768,141.2768,140.9436,140.9436,140.9436,140.9436,139.944,139.6108,139.6108,138.6112,137.9448,137.2784,136.612,136.2788,136.2788,136.2788,136.9452,137.6116,137.9448,139.2776,140.6104,140.9436,141.60999999999999,142.2764,142.2764,141.60999999999999,140.9436,140.9436,140.6104,140.6104,140.9436,141.60999999999999,141.9432,142.9428,143.9424,144.942,145.6084,145.6084],[129.6148,128.6152,127.6156,125.6164,123.9504,122.9508,122.2844,121.618,121.2848,121.2848,121.2848,120.9516,119.952,119.6188,118.9524,118.286,118.286,117.9528,117.6196,116.9532,116.62,115.9536,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,112.2884,112.2884,112.2884,112.2884,110.9556,110.9556,110.9556,110.6224,109.2896,108.6232,108.28999999999999,107.9568,107.6236,107.2904,107.6236,107.6236,107.6236,107.6236,106.9572,105.6244,105.2912,105.2912,105.6244,104.958,103.62519999999999,103.292,102.6256,102.2924,101.2928,99.96,98.96039999999999,97.6276,95.2952,93.29599999999999,92.9628,91.63,90.9636,90.2972,90.2972,89.964,89.2976,88.9644,88.298,88.298,88.298,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,85.6324,85.6324,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.634,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,76.9692,76.3028,75.6364,75.6364,74.6368,74.6368,73.304,71.9712,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.308,65.6404,66.3068,67.6396,68.306,69.972,70.6384,71.9712,72.6376,74.3036,74.97,75.6364,76.9692,77.6356,78.6352,79.3016,79.968,79.968,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,78.6352,78.30199999999999,77.3024,76.636,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.9704,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.3052,70.3052,69.6388,68.9724,67.3064,66.64,65.3072,64.6408,62.6416,61.3088,59.6428,58.9764,57.6436,56.977199999999996,56.3108,54.978,53.6452,52.3124,51.646,50.3132,48.980399999999996,47.6476,46.9812,45.6484,44.6488,43.316,42.6496,42.6496,41.65,41.65,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,39.3176,39.984,40.9836,41.65,42.3164,42.3164,43.316,43.316,42.6496,43.316,43.9824,43.9824,43.9824,43.9824,44.315599999999996,44.315599999999996,44.982,45.6484,46.9812,48.314,48.980399999999996,50.9796,53.312,54.978,56.3108,57.6436,59.976,61.3088,62.6416,63.9744,65.3072,65.3072,65.3072,65.3072,64.6408,63.9744,63.9744,63.9744,62.6416,62.6416,62.6416,62.6416,63.6412,63.6412,63.6412,63.6412,63.308,62.3084,62.3084,62.3084,62.6416,62.6416,62.6416,63.308,63.6412,64.3076,64.974,64.974,65.9736,65.9736,65.9736,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,71.3048,72.6376,74.3036,75.6364,78.30199999999999,79.6348,82.3004,84.966,87.9648,89.2976,91.2968,91.9632,92.9628,93.6292,93.9624,94.6288,94.6288,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,94.962,95.2952,95.2952,95.2952,94.6288,94.6288,95.9616,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,96.9612,96.628,97.2944,97.2944,97.2944,98.96039999999999,99.6268,100.2932,100.6264,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,107.6236,108.28999999999999,109.2896,110.2892,110.9556,112.6216,113.288,113.95439999999999,114.954,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.2868,116.2868,116.2868,116.2868,116.2868,116.2868,116.2868,116.2868,116.2868,116.2868,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.9536,115.6204,113.6212,112.95479999999999,113.288,112.95479999999999,111.9552,111.622,110.9556,110.6224,110.6224,110.6224,110.9556,110.9556,110.6224,109.2896,108.6232,107.9568,107.6236,107.6236,106.9572,106.624,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,102.2924,101.626,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.2936,98.6272,98.6272,98.294,97.6276,95.6284,95.2952,93.29599999999999,92.2964,90.9636,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.9644,89.2976,89.2976,89.2976,89.964,89.964,89.2976,89.2976,88.63119999999999,88.9644,88.298,87.6316,87.6316,87.6316,87.2984,87.9648,88.298,89.2976,90.6304,91.63,93.29599999999999,93.9624,93.9624,94.2956,93.6292,92.9628,92.2964,90.9636,90.6304,90.6304,89.964,90.2972,90.2972,90.2972,89.6308,89.2976,89.2976,89.6308,89.6308,89.2976,89.2976,90.2972,90.6304,91.63,92.9628,93.29599999999999,93.9624,95.6284,96.2948,97.2944,98.6272,99.6268,99.96,101.2928,101.2928,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,110.2892,110.2892,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,116.2868,118.286,119.2856,121.2848,121.618,121.618,120.6184,117.6196,115.6204,113.288,111.9552,110.2892,108.28999999999999,107.9568,106.9572,106.624,106.624,106.624,106.624,105.9576,105.6244,105.6244,105.6244,104.6248,104.6248,104.958,104.958,104.6248,103.62519999999999,103.62519999999999,103.292,101.9592,101.2928,99.96,98.96039999999999,98.294,97.6276,96.9612,96.9612,96.628,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,100.2932,100.9596,102.2924,103.292,103.62519999999999,104.2916,104.958,105.9576,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.9572,106.2908,106.9572,106.9572,107.2904,107.9568,107.9568,107.9568,108.6232,108.9564,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.2876,114.6208,115.6204,115.6204,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.2872,115.2872,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.6196,118.9524,119.6188,120.2852,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.2852,120.2852,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.2856,119.2856,119.2856,119.2856,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,121.9512,122.6176,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.616,126.616,126.9492,126.9492,127.6156,128.282,128.6152,128.6152,128.282,128.282,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.282,128.6152,128.9484,128.9484,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,133.6132,134.2796,135.2792,135.6124,136.612,137.2784,137.6116,137.6116,138.9444,139.6108,140.9436,141.60999999999999,142.6096,143.276,144.942,145.6084,146.608,146.608,147.27439999999999,147.27439999999999,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.27439999999999,146.608,145.6084,144.942,143.9424,143.9424,144.2756,144.2756,144.2756,144.942,145.2752,145.2752,145.6084,145.6084,146.608,146.608,145.9416,145.9416,145.9416,146.2748,146.2748,145.2752,144.942,144.942,144.2756,144.2756,144.2756,144.2756,144.6088,144.6088,144.6088,144.6088,144.942,144.942,145.9416,145.9416,145.9416,145.9416,145.9416,145.2752,144.6088,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,143.276,142.6096,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,141.2768,141.2768,141.2768,141.2768,141.9432,141.9432,141.9432,141.9432,140.9436,140.9436,139.944,138.9444,137.9448,137.2784,136.612,136.2788,136.2788,136.2788,136.9452,137.6116,137.9448,139.2776,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.2768,141.2768,141.2768,141.2768,141.2768,141.9432,142.6096,142.9428,143.9424,144.942,145.6084,145.6084],[129.2816,128.6152,126.9492,125.2832,123.28399999999999,122.2844,121.9512,121.2848,121.2848,121.2848,120.9516,119.952,119.6188,118.9524,118.286,118.286,117.9528,117.9528,116.9532,116.9532,116.2868,115.9536,115.6204,115.6204,114.2876,114.2876,114.2876,113.6212,112.2884,111.622,111.622,111.622,110.9556,110.9556,110.6224,110.6224,109.956,109.2896,108.6232,108.6232,108.28999999999999,107.9568,108.9564,109.6228,108.6232,108.6232,108.28999999999999,108.28999999999999,107.2904,106.9572,106.9572,106.2908,105.6244,104.6248,104.2916,103.62519999999999,103.292,101.2928,100.6264,98.96039999999999,96.628,94.6288,93.29599999999999,92.9628,91.63,91.63,90.9636,90.9636,89.6308,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.2988,86.2988,85.2992,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,78.9684,77.6356,76.9692,76.9692,76.3028,75.9696,75.3032,73.9704,73.304,71.9712,70.6384,69.972,69.3056,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,64.3076,65.6404,66.3068,67.6396,68.6392,69.972,70.6384,71.9712,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,78.6352,79.3016,78.6352,77.6356,77.6356,76.9692,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.636,76.636,75.9696,75.9696,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.3052,69.6388,69.6388,68.9724,67.97279999999999,66.64,65.9736,64.6408,62.6416,61.3088,60.3092,58.9764,57.6436,56.3108,55.6444,54.3116,52.9788,52.3124,50.9796,50.3132,48.314,47.6476,46.3148,45.6484,43.9824,43.316,42.6496,41.9832,41.65,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,36.652,37.3184,38.6512,39.3176,40.6504,41.65,42.3164,42.9828,43.6492,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,43.9824,43.9824,44.315599999999996,44.315599999999996,44.982,45.6484,46.9812,48.314,48.980399999999996,50.9796,53.312,54.3116,55.6444,56.977199999999996,59.309599999999996,61.3088,62.6416,63.9744,65.3072,65.9736,65.9736,65.9736,65.3072,65.3072,65.3072,64.6408,63.9744,63.9744,63.9744,63.9744,64.974,64.974,64.974,64.3076,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.9744,64.3076,64.3076,64.974,64.974,65.9736,65.9736,65.9736,65.9736,66.64,67.97279999999999,68.6392,69.3056,69.972,71.3048,72.6376,74.97,76.3028,78.9684,80.6344,83.6332,86.632,88.9644,90.6304,92.6296,92.6296,93.9624,93.9624,94.6288,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,96.2948,96.2948,95.6284,95.6284,94.962,94.962,95.6284,96.2948,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,98.6272,98.96039999999999,99.6268,100.6264,101.626,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,104.958,104.958,104.958,105.2912,105.6244,106.2908,107.9568,108.9564,109.956,110.9556,111.2888,112.6216,113.288,113.95439999999999,114.954,115.6204,115.9536,116.62,116.62,116.62,116.62,116.62,116.2868,115.6204,115.6204,114.954,114.954,114.954,114.6208,114.6208,114.6208,114.6208,114.954,114.954,115.6204,115.6204,114.954,115.6204,115.6204,115.6204,115.6204,114.954,112.95479999999999,112.6216,112.95479999999999,111.9552,111.622,110.9556,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,109.956,109.2896,108.6232,107.6236,106.9572,106.624,105.9576,105.6244,105.2912,104.2916,104.2916,103.62519999999999,103.62519999999999,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,103.292,103.292,103.292,103.292,103.292,102.2924,102.2924,101.626,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.6276,96.2948,95.2952,93.29599999999999,92.2964,90.9636,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,87.9648,88.298,88.63119999999999,89.964,90.6304,91.9632,93.6292,93.9624,94.6288,94.2956,94.2956,93.29599999999999,92.9628,91.63,90.9636,90.9636,90.6304,90.6304,90.2972,90.2972,90.2972,89.964,89.2976,89.6308,89.6308,89.2976,89.964,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.9624,94.6288,95.9616,97.2944,98.6272,99.6268,99.96,101.2928,101.2928,102.6256,102.6256,103.292,103.292,104.6248,105.2912,105.2912,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.9568,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.6228,109.6228,109.6228,109.6228,109.6228,109.956,110.9556,111.2888,112.2884,112.95479999999999,113.6212,115.2872,117.2864,118.9524,121.2848,121.618,122.2844,120.9516,117.9528,115.6204,113.288,111.9552,110.2892,109.2896,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,103.62519999999999,103.292,102.6256,101.2928,100.6264,99.2936,98.96039999999999,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,99.6268,99.6268,100.6264,101.626,102.6256,103.62519999999999,104.2916,104.2916,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,104.958,104.958,105.2912,105.6244,105.6244,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,109.956,109.6228,109.6228,109.6228,109.6228,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,109.956,110.2892,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,114.6208,114.954,114.954,115.6204,115.6204,115.9536,115.9536,115.9536,116.2868,116.2868,115.6204,115.6204,114.954,114.954,114.954,114.954,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,118.286,118.9524,119.952,120.9516,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.2852,120.2852,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.2856,119.2856,119.2856,119.2856,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,126.616,126.616,126.9492,127.6156,128.282,128.282,128.6152,128.6152,128.282,128.282,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.9468,132.9468,132.9468,133.28,133.6132,134.2796,135.2792,135.6124,136.612,137.2784,137.6116,138.278,139.6108,140.6104,141.60999999999999,142.6096,143.6092,145.2752,145.2752,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,147.6076,147.6076,147.9408,147.9408,148.274,148.274,147.9408,147.27439999999999,146.2748,145.2752,144.2756,143.9424,144.2756,144.2756,144.942,144.942,145.9416,145.9416,145.6084,145.6084,146.608,146.608,145.9416,145.9416,145.9416,146.2748,146.2748,145.2752,144.942,144.942,144.942,144.2756,144.2756,144.942,144.942,144.6088,144.6088,144.942,145.6084,146.9412,146.9412,146.9412,146.9412,146.9412,146.608,145.9416,146.2748,144.942,144.942,144.942,144.6088,144.6088,144.6088,144.2756,143.6092,143.276,143.276,143.276,142.6096,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,141.2768,141.2768,141.2768,141.9432,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,140.6104,139.6108,138.6112,137.6116,136.612,136.2788,136.2788,136.2788,136.9452,137.6116,137.9448,138.6112,139.6108,139.944,140.2772,140.9436,141.60999999999999,141.60999999999999,141.2768,141.2768,141.2768,141.9432,141.9432,141.9432,142.6096,142.9428,143.9424,144.942,145.6084,145.6084],[128.6152,127.9488,126.2828,124.28359999999999,122.2844,121.2848,120.2852,119.952,120.2852,120.2852,120.2852,119.952,119.6188,118.9524,118.286,118.286,117.9528,117.2864,116.9532,116.9532,116.2868,115.9536,115.6204,115.6204,114.954,114.954,114.2876,113.6212,113.288,112.6216,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,110.2892,110.9556,110.6224,110.9556,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,108.6232,107.6236,106.9572,105.9576,105.6244,103.62519999999999,102.6256,100.9596,97.96079999999999,95.6284,95.2952,93.9624,93.29599999999999,92.9628,92.9628,91.63,91.63,90.9636,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.2984,86.632,85.6324,85.2992,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.634,81.634,80.6344,79.968,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,75.6364,74.3036,72.6376,71.9712,70.6384,69.972,68.9724,68.306,67.6396,66.9732,65.6404,64.974,64.3076,64.3076,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.6412,64.3076,64.974,66.3068,67.3064,68.6392,68.9724,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.9692,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,75.6364,75.6364,75.6364,75.6364,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.9724,68.9724,67.97279999999999,67.3064,65.9736,65.3072,63.308,61.9752,59.6428,58.31,56.977199999999996,55.6444,54.3116,53.6452,51.646,50.9796,50.3132,49.6468,47.6476,46.9812,45.6484,44.982,43.316,42.6496,41.9832,41.3168,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,37.9848,38.6512,39.984,40.6504,41.65,42.3164,43.6492,44.315599999999996,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,44.982,44.982,44.982,45.6484,46.9812,47.6476,48.980399999999996,50.9796,52.6456,54.3116,54.978,56.977199999999996,59.309599999999996,60.6424,62.6416,63.9744,65.3072,65.9736,65.9736,65.9736,66.3068,66.3068,66.3068,66.3068,65.3072,65.3072,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,64.6408,64.974,64.974,64.974,65.6404,65.9736,65.9736,65.9736,65.9736,66.64,67.97279999999999,68.6392,69.3056,69.972,71.3048,73.304,74.97,77.6356,79.6348,81.9672,84.2996,87.9648,89.964,91.9632,92.9628,93.6292,94.6288,95.2952,95.9616,96.2948,96.9612,96.628,96.628,96.628,96.628,96.628,96.2948,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,96.2948,96.628,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.96079999999999,98.6272,99.6268,100.2932,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,106.2908,107.6236,108.9564,109.2896,110.2892,110.9556,112.2884,113.288,113.288,113.6212,114.954,115.6204,115.9536,115.9536,116.2868,116.2868,116.2868,115.6204,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.6208,114.6208,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.9556,110.6224,110.6224,109.956,109.956,110.6224,110.9556,110.9556,109.956,109.2896,107.9568,107.6236,106.9572,106.2908,105.9576,105.2912,105.2912,104.2916,103.292,102.6256,102.9588,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.292,103.292,102.9588,102.9588,102.6256,102.6256,102.6256,102.6256,102.6256,101.626,101.2928,100.2932,100.2932,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,97.6276,97.6276,95.6284,94.6288,92.9628,92.2964,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,89.964,90.6304,92.2964,93.6292,94.2956,94.962,95.2952,94.6288,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,92.2964,92.6296,93.29599999999999,94.2956,95.2952,96.9612,97.96079999999999,99.6268,99.96,101.2928,101.2928,101.9592,102.6256,102.6256,103.292,104.6248,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.956,110.2892,111.2888,112.6216,113.6212,115.6204,117.6196,119.6188,120.2852,121.2848,120.9516,118.286,115.9536,113.6212,112.2884,110.9556,109.6228,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,106.2908,106.2908,105.9576,105.2912,104.2916,103.292,101.9592,101.2928,100.2932,99.96,99.96,99.2936,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.96039999999999,99.2936,99.6268,100.2932,100.6264,101.2928,102.2924,103.292,103.62519999999999,103.9584,103.9584,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.6244,105.9576,106.624,106.624,106.624,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.2896,110.2892,110.9556,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.95439999999999,113.95439999999999,114.6208,114.954,114.954,115.6204,115.6204,115.6204,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,117.2864,118.286,118.9524,119.952,120.2852,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.2856,119.2856,119.2856,119.2856,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.9492,127.6156,128.282,128.282,128.6152,128.6152,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,128.9484,128.9484,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.9468,132.9468,133.28,133.28,134.2796,134.2796,135.2792,135.6124,136.2788,137.2784,137.9448,138.6112,139.944,140.9436,142.9428,144.6088,145.2752,146.2748,147.27439999999999,147.27439999999999,147.9408,147.9408,147.6076,147.6076,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,147.9408,147.27439999999999,146.2748,145.6084,144.942,144.2756,144.942,144.942,144.942,144.942,145.9416,145.9416,145.6084,145.6084,146.2748,146.2748,145.9416,145.9416,145.9416,146.2748,145.9416,145.6084,145.2752,145.2752,144.942,144.942,144.942,144.942,145.6084,145.6084,145.9416,146.2748,147.27439999999999,147.6076,148.274,148.274,148.9404,148.9404,148.274,148.274,147.9408,147.27439999999999,146.608,146.608,146.9412,146.9412,146.2748,145.6084,144.942,144.6088,144.6088,143.9424,142.6096,142.6096,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,142.6096,142.6096,141.2768,140.6104,138.6112,137.6116,137.2784,136.612,135.6124,135.6124,136.612,137.2784,137.6116,138.278,139.6108,139.944,140.2772,140.2772,141.60999999999999,141.60999999999999,141.9432,141.9432,142.2764,142.9428,142.9428,142.9428,142.9428,143.276,143.9424,144.942,145.6084,145.6084],[128.6152,127.6156,125.6164,124.28359999999999,122.2844,121.2848,120.2852,119.952,120.2852,120.2852,119.952,119.6188,118.9524,118.9524,118.286,118.286,117.6196,116.9532,116.9532,116.9532,116.2868,115.9536,115.6204,115.6204,114.954,114.954,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.622,112.2884,112.95479999999999,112.6216,112.6216,112.2884,112.2884,112.2884,111.622,111.622,111.622,110.9556,109.956,109.2896,108.28999999999999,106.9572,105.2912,104.6248,102.6256,99.6268,97.96079999999999,96.628,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.2964,91.9632,91.2968,90.6304,90.2972,90.2972,89.6308,89.6308,89.6308,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,89.2976,88.9644,88.298,87.2984,87.2984,86.632,85.2992,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.634,80.6344,79.968,79.6348,78.9684,78.30199999999999,77.6356,76.9692,76.3028,74.97,73.304,71.9712,71.3048,70.6384,69.6388,68.9724,68.306,67.6396,66.3068,65.6404,64.974,64.3076,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.9752,62.6416,63.6412,64.974,65.9736,67.3064,67.6396,68.9724,69.972,70.6384,71.3048,72.3044,72.9708,74.3036,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,68.306,68.306,68.306,67.3064,66.64,65.9736,64.6408,62.6416,61.3088,58.9764,57.6436,55.6444,54.3116,53.6452,52.3124,50.9796,50.3132,49.6468,48.314,46.9812,45.6484,44.982,43.6492,42.6496,41.9832,41.3168,40.6504,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,37.3184,37.9848,39.3176,39.984,41.3168,42.3164,42.9828,43.6492,44.315599999999996,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,44.982,44.982,45.6484,45.6484,46.3148,47.6476,48.980399999999996,50.3132,51.9792,53.6452,54.978,56.3108,58.6432,59.976,61.9752,63.308,65.3072,65.9736,65.9736,66.64,66.9732,67.6396,67.6396,67.6396,66.64,66.64,66.64,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.64,66.64,66.64,66.64,66.64,67.3064,67.97279999999999,69.3056,69.972,70.9716,72.3044,74.3036,76.3028,78.30199999999999,80.9676,82.6336,85.2992,87.6316,90.6304,92.6296,93.6292,94.6288,94.962,95.9616,96.2948,96.9612,97.6276,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,97.2944,97.2944,96.628,96.628,96.628,96.628,96.628,97.2944,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,99.2936,100.2932,100.6264,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,105.9576,105.6244,105.6244,105.6244,106.2908,106.2908,107.6236,109.2896,109.956,110.9556,111.2888,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.2876,113.95439999999999,112.6216,111.9552,112.2884,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.6216,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.2884,111.622,110.9556,110.2892,110.6224,109.956,109.956,109.956,110.6224,110.9556,110.9556,109.6228,109.2896,107.9568,106.9572,106.2908,105.9576,105.6244,105.2912,104.6248,103.62519999999999,103.292,102.6256,101.9592,101.626,101.2928,101.2928,101.626,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,99.2936,99.2936,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.2944,96.9612,95.2952,94.6288,92.9628,91.63,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,88.9644,88.9644,89.2976,89.964,90.6304,92.2964,93.9624,94.962,95.6284,95.2952,95.2952,94.6288,93.9624,93.29599999999999,92.9628,92.6296,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,89.964,89.964,90.2972,90.2972,90.6304,91.2968,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,95.9616,97.96079999999999,98.96039999999999,99.96,100.2932,101.2928,101.2928,101.9592,102.6256,103.292,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.956,111.622,113.288,114.6208,116.62,118.286,119.6188,119.952,119.6188,117.9528,116.62,113.95439999999999,112.2884,110.9556,110.2892,109.956,109.2896,108.9564,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.6228,109.6228,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,107.9568,107.2904,106.9572,106.2908,104.6248,104.2916,102.9588,102.2924,101.9592,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.294,98.294,98.294,97.96079999999999,98.294,98.294,98.294,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.6264,101.2928,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,107.6236,107.6236,108.28999999999999,108.9564,109.2896,110.2892,110.2892,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.6212,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,114.6208,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.9528,118.286,118.9524,119.6188,120.9516,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.9504,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.9492,126.9492,127.6156,128.282,128.6152,128.6152,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,128.9484,128.9484,129.6148,129.6148,129.948,129.948,130.6144,130.9476,130.9476,131.614,131.9472,131.9472,132.9468,132.9468,133.28,133.9464,134.2796,134.946,135.2792,135.6124,136.2788,137.2784,138.6112,139.6108,140.9436,142.6096,144.2756,145.6084,146.608,147.6076,148.274,148.274,148.274,148.274,147.6076,147.6076,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,147.9408,147.27439999999999,146.2748,145.6084,144.942,144.2756,144.942,144.942,144.942,144.942,145.9416,145.9416,145.6084,145.6084,146.2748,146.2748,145.9416,145.9416,145.9416,145.9416,145.9416,145.2752,145.2752,144.942,144.942,144.942,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.6076,148.274,148.9404,149.2736,149.2736,150.6064,150.6064,150.2732,150.2732,148.9404,148.9404,148.9404,148.274,147.6076,147.27439999999999,147.27439999999999,146.9412,145.6084,144.942,144.942,144.6088,143.276,142.6096,142.6096,142.2764,142.2764,142.2764,142.2764,141.60999999999999,142.2764,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,142.9428,142.9428,141.9432,140.9436,139.2776,138.278,137.6116,137.2784,136.2788,136.2788,136.612,137.2784,137.6116,137.6116,138.9444,139.6108,139.944,140.2772,141.2768,141.60999999999999,141.9432,142.6096,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,144.942,145.6084,145.6084],[129.6148,128.282,126.2828,124.6168,122.9508,121.618,120.9516,120.2852,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.6196,116.9532,117.6196,116.9532,116.2868,115.9536,115.6204,115.6204,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.95439999999999,113.6212,113.6212,113.288,112.6216,112.6216,113.288,113.95439999999999,114.2876,115.2872,114.6208,114.6208,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,113.288,112.2884,111.622,110.2892,109.2896,107.6236,106.2908,103.9584,102.6256,100.9596,98.96039999999999,97.2944,96.9612,95.9616,94.962,94.962,94.2956,93.29599999999999,92.2964,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,91.9632,91.2968,91.2968,90.2972,90.2972,89.964,88.9644,88.298,87.9648,86.9652,86.2988,86.2988,84.966,84.966,84.966,84.2996,83.6332,82.3004,81.634,81.634,80.6344,79.6348,78.30199999999999,77.6356,76.3028,75.6364,73.9704,72.6376,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.3068,64.974,64.3076,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,63.308,64.3076,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,72.3044,72.9708,72.6376,73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,71.638,70.9716,70.9716,70.6384,70.9716,70.9716,70.6384,70.6384,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,65.3072,64.6408,63.9744,62.6416,60.3092,58.9764,57.6436,56.3108,54.978,53.6452,52.3124,51.646,49.6468,48.980399999999996,47.6476,46.9812,45.6484,44.315599999999996,43.316,42.6496,41.3168,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,38.9844,39.6508,40.9836,41.65,42.6496,43.316,44.6488,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,47.6476,48.314,49.6468,50.9796,52.6456,53.9784,55.3112,57.6436,58.9764,60.6424,62.6416,63.9744,64.6408,65.9736,66.64,67.6396,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,67.3064,66.64,66.64,66.64,66.64,66.64,66.64,67.3064,67.3064,67.97279999999999,67.97279999999999,67.3064,67.97279999999999,68.6392,69.3056,69.972,71.3048,72.3044,73.63719999999999,75.6364,78.30199999999999,80.6344,82.3004,83.9664,86.632,88.298,91.2968,92.9628,93.9624,95.6284,95.9616,96.2948,96.628,97.2944,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,98.294,97.96079999999999,96.9612,96.9612,96.2948,95.9616,95.6284,95.6284,95.2952,95.2952,95.9616,96.2948,97.2944,97.96079999999999,98.96039999999999,99.2936,100.6264,101.2928,102.2924,103.292,103.62519999999999,103.9584,104.6248,104.958,105.2912,105.6244,106.2908,106.2908,106.2908,107.6236,107.6236,108.9564,109.956,110.2892,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,113.95439999999999,113.288,112.6216,111.622,110.9556,110.6224,109.956,109.6228,109.2896,109.2896,109.956,109.956,109.956,109.956,110.6224,111.2888,111.2888,111.622,111.2888,111.2888,111.622,111.622,111.622,110.9556,110.9556,110.6224,110.2892,109.956,109.956,109.2896,109.956,110.6224,110.9556,110.9556,109.6228,108.6232,107.6236,106.9572,105.9576,105.2912,104.958,104.6248,104.6248,103.62519999999999,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,100.9596,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,94.6288,93.9624,92.2964,91.2968,89.964,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.6308,89.2976,90.2972,90.9636,92.9628,93.9624,94.962,95.6284,95.9616,95.9616,95.6284,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.9624,95.2952,96.2948,97.96079999999999,98.96039999999999,100.2932,100.2932,101.2928,101.9592,102.6256,103.9584,104.6248,105.6244,105.9576,105.9576,106.624,106.624,106.624,106.624,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.9564,108.9564,108.9564,109.2896,110.9556,112.2884,113.6212,115.6204,117.6196,118.9524,118.9524,119.2856,117.9528,116.62,114.2876,112.2884,111.2888,110.9556,110.6224,109.956,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,111.622,111.622,111.622,111.622,110.9556,110.9556,110.6224,109.956,109.956,109.956,110.2892,109.2896,108.6232,107.2904,106.9572,105.2912,104.958,104.2916,103.62519999999999,102.6256,102.2924,101.626,100.6264,99.96,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.96039999999999,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,108.28999999999999,109.2896,109.956,110.6224,110.9556,111.622,111.622,111.622,111.622,110.9556,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.2872,115.6204,115.9536,116.62,117.2864,117.6196,118.9524,119.6188,120.2852,120.9516,120.6184,120.6184,120.6184,120.6184,120.6184,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,119.952,119.952,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,122.6176,122.6176,122.6176,121.9512,122.2844,121.618,121.618,121.618,121.618,122.2844,122.2844,122.9508,123.6172,124.28359999999999,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,127.6156,127.9488,127.9488,127.9488,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.948,129.948,130.9476,130.9476,131.614,131.614,132.2804,132.2804,132.9468,133.28,133.6132,134.2796,134.946,135.6124,135.6124,136.2788,137.2784,137.9448,139.2776,140.6104,141.9432,143.276,145.6084,147.27439999999999,148.274,149.2736,149.2736,149.2736,148.9404,148.9404,148.274,147.6076,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,147.9408,147.27439999999999,146.608,145.6084,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.9416,145.9416,145.9416,145.2752,145.2752,144.942,144.942,144.942,144.942,144.942,145.2752,146.2748,147.27439999999999,147.27439999999999,148.274,148.9404,149.2736,149.94,150.6064,151.2728,151.2728,151.2728,151.606,151.2728,151.2728,151.2728,150.6064,149.6068,149.2736,148.9404,147.9408,146.608,145.6084,145.6084,144.942,144.6088,143.9424,143.9424,143.276,143.276,142.6096,142.6096,142.2764,142.2764,142.9428,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.6092,143.6092,142.6096,141.60999999999999,140.2772,139.6108,138.278,137.6116,137.6116,137.2784,137.2784,137.2784,137.6116,137.6116,138.9444,139.6108,139.6108,139.944,140.9436,141.60999999999999,142.9428,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,144.2756,144.942,144.942,144.942],[130.6144,129.6148,127.6156,125.6164,123.28399999999999,122.2844,121.2848,121.2848,120.2852,120.2852,119.6188,119.6188,118.61919999999999,118.61919999999999,117.9528,117.6196,116.9532,116.9532,117.6196,117.6196,116.62,115.9536,115.9536,115.6204,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.2876,113.6212,113.6212,113.6212,114.2876,115.6204,116.2868,116.62,116.62,116.62,116.62,115.9536,115.2872,115.2872,114.6208,113.95439999999999,113.95439999999999,113.288,111.9552,110.6224,108.9564,107.6236,105.6244,104.6248,102.6256,100.9596,98.96039999999999,98.6272,97.6276,96.628,96.9612,95.9616,94.962,94.2956,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.2964,91.9632,91.63,90.2972,89.964,89.2976,88.63119999999999,87.9648,87.9648,87.2984,87.2984,86.632,85.6324,84.966,83.6332,82.96679999999999,81.634,80.6344,79.6348,78.30199999999999,76.9692,76.3028,74.6368,73.304,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,65.6404,64.974,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,61.3088,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,70.6384,71.3048,71.3048,72.3044,71.638,70.9716,70.9716,70.3052,70.3052,69.6388,69.6388,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,63.9744,63.308,61.9752,61.3088,58.9764,57.6436,56.3108,54.978,53.6452,52.9788,51.646,50.9796,48.980399999999996,48.314,46.9812,46.3148,44.982,43.6492,42.6496,41.9832,40.6504,40.6504,39.984,39.984,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,39.6508,40.3172,41.65,42.3164,43.316,43.9824,44.6488,45.3152,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,45.6484,46.3148,46.9812,47.6476,48.314,49.6468,50.9796,52.6456,53.9784,55.3112,56.977199999999996,58.31,59.976,61.9752,63.308,64.6408,65.9736,67.3064,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,68.9724,68.9724,68.6392,69.3056,70.3052,70.9716,72.3044,72.9708,74.6368,75.9696,78.30199999999999,79.6348,82.3004,83.6332,85.2992,87.2984,88.63119999999999,91.2968,92.9628,93.9624,95.6284,95.9616,96.628,97.2944,97.6276,97.6276,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.96,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.2948,95.9616,95.9616,95.6284,95.6284,95.2952,95.2952,95.9616,95.9616,96.2948,96.9612,98.294,99.2936,99.96,100.6264,101.626,102.6256,103.292,103.9584,103.9584,104.958,105.2912,105.6244,106.2908,106.2908,107.6236,107.9568,108.9564,109.2896,110.2892,110.9556,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.2876,113.6212,112.95479999999999,112.6216,112.6216,112.6216,113.288,113.288,112.6216,112.2884,110.9556,110.6224,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.6232,108.6232,109.2896,109.2896,109.956,110.6224,110.6224,110.6224,110.9556,110.9556,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,109.6228,108.6232,107.6236,106.2908,105.9576,105.2912,104.958,104.6248,103.9584,103.292,102.6256,101.9592,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,95.6284,93.9624,93.6292,91.63,90.2972,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.6308,89.6308,90.9636,91.63,92.9628,94.6288,95.6284,95.9616,96.628,96.628,95.9616,94.962,94.6288,93.6292,93.6292,93.6292,93.6292,93.29599999999999,92.6296,92.6296,92.9628,92.2964,91.63,91.63,91.2968,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.9624,94.962,97.6276,98.294,99.6268,100.2932,101.2928,101.9592,103.292,103.9584,104.6248,105.6244,105.9576,105.9576,106.624,106.624,106.624,106.624,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.2896,109.2896,110.9556,112.2884,113.6212,115.2872,117.6196,118.286,118.9524,119.2856,117.9528,116.62,114.2876,112.2884,111.9552,111.2888,110.6224,110.2892,109.956,109.956,109.956,110.2892,110.9556,111.622,112.95479999999999,113.288,112.6216,111.9552,112.2884,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.6228,109.2896,107.2904,107.2904,105.2912,104.958,104.2916,103.62519999999999,103.292,102.2924,101.2928,100.6264,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,107.6236,108.28999999999999,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.2888,111.622,111.622,112.2884,112.2884,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.6208,114.6208,115.2872,115.2872,115.9536,115.9536,116.62,117.2864,117.9528,118.61919999999999,119.952,120.2852,119.952,120.6184,120.6184,120.2852,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,119.952,119.2856,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,123.6172,124.28359999999999,124.28359999999999,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.9492,127.6156,127.9488,127.9488,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.948,129.948,130.9476,130.9476,131.614,131.614,132.2804,132.9468,133.28,133.6132,134.2796,134.946,135.6124,136.2788,136.2788,137.2784,138.6112,138.6112,139.6108,140.6104,142.6096,144.2756,146.608,148.274,149.94,150.6064,150.2732,149.94,149.2736,149.2736,148.9404,148.274,147.6076,147.27439999999999,147.9408,147.9408,148.274,148.274,147.6076,147.27439999999999,146.608,145.6084,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.9416,145.9416,145.2752,145.2752,145.2752,144.942,144.942,144.942,144.942,145.9416,146.608,147.27439999999999,147.9408,148.274,149.2736,150.2732,150.2732,150.93959999999998,151.2728,151.606,151.9392,151.9392,151.9392,151.9392,151.606,151.606,151.2728,151.2728,149.94,149.2736,148.274,147.9408,146.9412,145.6084,145.6084,144.942,144.2756,143.9424,143.9424,143.276,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.276,143.9424,144.2756,144.2756,144.2756,144.2756,143.9424,143.9424,142.9428,142.6096,141.60999999999999,140.2772,138.9444,138.278,138.278,137.6116,137.6116,137.2784,137.6116,137.6116,138.9444,138.9444,139.6108,139.6108,140.6104,141.60999999999999,142.9428,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.2756,144.2756,144.942,144.942],[131.2808,130.2812,128.6152,126.9492,124.6168,123.28399999999999,122.2844,121.9512,121.2848,120.2852,119.6188,119.6188,118.61919999999999,117.9528,117.9528,117.6196,116.9532,116.9532,117.6196,117.6196,116.62,116.62,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.9536,115.6204,115.6204,114.6208,114.6208,115.2872,116.9532,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,115.2872,114.954,114.2876,113.6212,112.6216,112.2884,110.2892,109.956,107.6236,105.6244,103.9584,102.6256,100.9596,100.2932,99.6268,98.96039999999999,98.294,97.96079999999999,96.628,95.9616,94.962,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.2964,91.63,90.6304,90.2972,90.2972,89.2976,89.2976,88.9644,88.63119999999999,87.9648,86.632,85.6324,84.2996,82.96679999999999,82.3004,80.9676,79.6348,78.30199999999999,76.9692,75.3032,73.9704,73.304,72.6376,71.3048,70.6384,69.3056,68.6392,68.306,67.6396,66.3068,65.6404,63.308,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,57.9768,59.309599999999996,59.976,60.6424,61.9752,62.6416,63.308,64.974,65.6404,66.3068,66.9732,67.6396,68.9724,69.6388,70.3052,70.3052,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,66.9732,66.9732,66.3068,65.6404,64.6408,64.6408,63.308,63.308,62.6416,61.3088,60.3092,58.9764,57.6436,56.3108,55.6444,54.3116,52.3124,51.646,50.3132,49.6468,48.314,47.6476,46.3148,45.6484,44.315599999999996,43.6492,42.6496,41.3168,40.6504,39.984,39.984,39.984,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,40.3172,40.9836,42.3164,42.9828,43.316,43.9824,45.3152,45.9816,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,49.6468,50.9796,51.9792,53.312,54.6448,56.3108,57.6436,59.976,61.3088,63.308,64.6408,65.9736,67.3064,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.9716,70.9716,70.6384,71.3048,72.3044,73.63719999999999,74.3036,75.6364,76.636,78.30199999999999,80.3012,81.9672,83.6332,85.9656,87.2984,88.298,89.964,91.63,93.6292,93.9624,95.2952,95.6284,96.628,97.2944,97.6276,97.6276,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.2948,95.9616,95.2952,94.962,94.962,94.6288,94.6288,95.9616,95.9616,96.2948,96.9612,98.294,98.96039999999999,99.96,100.6264,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,106.9572,106.9572,107.6236,107.9568,109.2896,110.2892,111.2888,111.9552,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,113.288,112.6216,111.9552,111.9552,112.2884,111.622,111.622,111.2888,110.9556,109.956,108.9564,107.9568,107.6236,106.9572,106.9572,106.624,106.624,107.2904,107.2904,106.9572,106.9572,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.6228,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,109.6228,108.6232,107.6236,106.2908,105.9576,105.2912,104.6248,103.9584,103.9584,103.292,102.6256,101.9592,101.9592,101.626,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,96.2948,95.9616,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,95.2952,95.6284,94.6288,93.9624,92.9628,91.2968,90.2972,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,89.964,89.964,89.2976,89.6308,90.9636,91.63,93.29599999999999,94.6288,95.6284,95.9616,96.9612,96.9612,96.2948,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.2968,91.2968,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.9632,92.6296,93.6292,94.6288,95.9616,97.2944,98.96039999999999,99.6268,100.9596,101.9592,103.292,103.9584,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,109.956,111.2888,112.95479999999999,114.2876,115.6204,117.9528,118.286,118.9524,119.2856,118.286,116.9532,114.2876,112.2884,111.9552,111.2888,110.9556,110.9556,109.956,109.956,110.9556,111.2888,111.9552,112.2884,113.288,113.95439999999999,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,110.9556,110.6224,109.2896,107.9568,106.9572,106.2908,105.9576,105.9576,105.2912,104.958,103.62519999999999,103.62519999999999,102.6256,101.9592,101.626,101.626,100.2932,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.9592,101.9592,102.2924,102.2924,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.9576,106.9572,107.6236,107.9568,108.6232,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.622,111.622,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.95439999999999,114.6208,114.6208,115.2872,115.6204,115.9536,116.2868,116.62,117.6196,117.9528,119.2856,119.952,119.6188,119.952,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.2856,118.61919999999999,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.6172,124.28359999999999,124.28359999999999,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.9492,127.6156,127.6156,127.6156,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.948,129.948,130.9476,130.9476,131.614,131.614,132.9468,133.28,133.6132,133.6132,134.2796,135.2792,135.6124,136.2788,137.2784,137.6116,138.6112,139.6108,139.944,141.2768,143.276,145.2752,147.9408,148.9404,150.6064,151.606,151.606,151.2728,150.6064,149.94,148.9404,148.274,147.9408,147.27439999999999,147.27439999999999,147.9408,148.274,148.274,147.6076,147.27439999999999,146.608,146.2748,145.2752,145.2752,145.2752,145.2752,144.942,144.942,144.942,144.942,145.6084,145.6084,145.6084,145.6084,145.2752,145.2752,145.2752,144.6088,144.6088,144.942,144.942,145.2752,146.2748,147.27439999999999,148.6072,148.9404,149.6068,150.2732,150.6064,151.9392,151.9392,152.6056,152.6056,153.272,152.9388,152.9388,152.6056,152.6056,151.9392,151.9392,151.9392,151.2728,151.2728,150.6064,149.6068,148.274,147.27439999999999,146.9412,146.2748,145.6084,145.2752,144.942,144.2756,143.9424,143.9424,143.9424,143.276,143.276,143.9424,144.2756,144.6088,144.6088,144.6088,144.942,144.942,144.942,145.2752,144.942,143.9424,142.9428,142.2764,140.9436,139.944,139.2776,138.6112,138.278,137.6116,137.6116,137.6116,137.6116,138.6112,138.9444,138.9444,139.6108,140.6104,141.60999999999999,143.276,143.9424,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.942,144.942,144.2756,144.2756],[132.6136,131.9472,130.2812,128.6152,126.2828,124.6168,123.28399999999999,122.2844,121.9512,120.9516,119.952,119.6188,118.61919999999999,117.9528,117.6196,117.6196,116.9532,116.9532,117.6196,117.6196,116.62,116.62,116.62,116.62,115.9536,115.2872,115.2872,115.2872,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,116.62,116.62,115.9536,115.6204,115.6204,115.6204,117.6196,118.286,118.286,118.9524,118.9524,118.286,118.286,117.6196,117.2864,115.9536,114.954,114.2876,113.95439999999999,113.95439999999999,112.95479999999999,111.9552,110.9556,108.9564,107.6236,105.6244,104.6248,103.292,102.6256,101.9592,101.2928,100.2932,99.6268,98.6272,97.96079999999999,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,95.9616,95.9616,94.962,94.6288,93.6292,92.6296,92.2964,91.63,91.63,91.2968,90.6304,90.2972,89.2976,88.298,86.632,85.6324,84.2996,82.96679999999999,81.9672,81.3008,78.9684,78.30199999999999,76.9692,75.6364,74.6368,73.304,72.6376,71.3048,70.6384,69.972,69.3056,68.306,66.9732,66.3068,64.974,63.9744,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.644,57.3104,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,63.6412,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.9724,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,67.3064,67.3064,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,67.3064,66.64,66.64,66.64,66.64,66.3068,66.3068,65.6404,64.974,63.9744,63.308,61.9752,61.3088,60.6424,59.976,58.9764,57.6436,56.3108,55.6444,54.3116,53.6452,51.646,50.9796,49.6468,48.980399999999996,47.6476,46.9812,45.6484,44.982,43.6492,42.9828,41.9832,41.3168,40.6504,39.984,39.984,39.984,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,40.9836,41.65,42.9828,43.6492,43.9824,44.6488,45.9816,46.647999999999996,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,50.3132,50.9796,51.9792,52.6456,53.9784,56.3108,57.6436,59.976,61.3088,63.308,64.6408,65.9736,67.3064,68.9724,69.6388,70.3052,70.3052,70.3052,70.3052,69.6388,69.6388,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,72.6376,73.304,74.97,76.3028,76.9692,77.6356,79.968,81.3008,82.96679999999999,84.2996,85.9656,87.2984,88.298,89.964,90.9636,92.2964,93.6292,93.9624,94.6288,95.6284,96.628,97.2944,97.6276,97.6276,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.9612,96.2948,95.9616,94.962,94.962,94.962,94.962,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,97.2944,97.96079999999999,98.96039999999999,100.2932,100.6264,101.626,102.2924,102.6256,103.62519999999999,103.9584,104.958,105.6244,105.6244,106.9572,107.6236,107.9568,109.2896,110.2892,111.2888,111.9552,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,111.2888,110.2892,110.2892,109.6228,109.2896,108.28999999999999,107.9568,107.2904,106.624,105.9576,105.9576,105.9576,105.9576,105.6244,106.2908,106.624,106.624,106.624,107.2904,107.6236,107.6236,107.9568,108.6232,108.6232,109.2896,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,110.6224,110.6224,109.2896,108.6232,107.6236,106.2908,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.626,101.626,101.2928,101.626,101.626,101.626,101.626,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.6296,91.2968,90.2972,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,90.6304,90.6304,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,89.964,89.2976,89.6308,90.9636,91.9632,92.9628,94.6288,95.9616,95.9616,96.9612,96.9612,96.9612,95.9616,95.9616,95.6284,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.6292,93.29599999999999,92.6296,91.9632,91.63,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.9632,91.9632,92.9628,93.9624,94.962,96.628,97.96079999999999,98.96039999999999,100.9596,101.2928,102.6256,104.6248,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,110.9556,111.9552,112.95479999999999,114.2876,115.6204,117.9528,118.9524,118.9524,119.2856,118.286,116.9532,114.2876,112.95479999999999,111.9552,111.2888,110.9556,110.9556,109.956,110.2892,111.2888,111.2888,111.9552,112.2884,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,110.9556,110.2892,108.6232,107.2904,106.9572,106.9572,106.2908,105.6244,105.9576,105.6244,104.958,103.9584,103.62519999999999,102.6256,101.9592,101.626,101.2928,101.2928,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,101.2928,101.9592,101.9592,102.2924,102.2924,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.2912,105.2912,106.2908,106.9572,107.6236,107.9568,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,110.9556,110.9556,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.6208,114.6208,115.6204,115.6204,115.9536,115.9536,116.9532,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,119.952,119.952,119.952,119.952,119.2856,119.2856,118.9524,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,122.6176,122.6176,122.6176,122.6176,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,125.2832,125.9496,126.616,126.9492,127.6156,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.948,129.948,130.9476,130.9476,131.9472,131.9472,132.9468,133.28,133.6132,134.2796,135.2792,135.6124,136.2788,137.2784,137.2784,137.6116,138.6112,139.6108,139.944,141.9432,143.6092,145.9416,148.274,150.2732,151.606,151.606,151.9392,151.606,150.93959999999998,149.94,149.6068,148.274,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.6076,147.27439999999999,146.608,146.2748,145.2752,145.2752,145.2752,145.2752,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,144.6088,144.2756,144.6088,144.942,145.6084,146.2748,147.27439999999999,147.6076,148.9404,149.6068,150.2732,150.6064,151.9392,152.6056,152.6056,152.6056,153.9384,153.272,153.272,152.9388,152.6056,152.6056,151.9392,151.9392,151.9392,151.9392,151.2728,150.6064,149.94,149.2736,148.274,147.27439999999999,146.9412,146.2748,145.6084,144.942,144.942,144.2756,143.9424,143.9424,143.9424,143.9424,144.2756,144.2756,144.6088,145.2752,144.942,144.942,144.942,144.942,145.2752,144.942,143.9424,143.276,142.6096,141.60999999999999,140.2772,139.944,138.9444,138.9444,138.278,137.6116,137.6116,137.6116,138.6112,138.6112,138.9444,139.6108,140.6104,141.60999999999999,142.9428,143.6092,144.2756,144.2756,144.6088,144.6088,144.6088,144.6088,144.942,144.942,144.2756,144.2756],[132.9468,132.6136,130.6144,129.2816,127.2824,125.6164,124.95,123.9504,122.6176,121.9512,120.9516,119.952,118.9524,117.9528,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,117.2864,117.2864,117.6196,116.62,116.62,117.2864,117.9528,118.9524,119.6188,119.952,119.952,119.952,119.6188,118.9524,117.6196,116.62,115.6204,114.954,114.954,114.2876,113.6212,113.288,112.2884,110.9556,108.6232,106.9572,105.9576,105.6244,103.9584,103.292,102.6256,101.626,100.6264,99.96,99.2936,98.294,98.294,97.96079999999999,97.6276,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,96.9612,96.2948,95.9616,94.962,94.2956,93.6292,93.6292,93.29599999999999,92.6296,91.63,91.2968,90.2972,89.2976,87.2984,85.6324,84.2996,82.96679999999999,82.6336,81.9672,80.6344,79.968,77.6356,76.9692,76.3028,74.97,73.63719999999999,72.9708,72.3044,71.638,70.6384,69.3056,68.6392,67.3064,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.976,60.6424,62.3084,63.308,63.9744,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.974,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,64.6408,64.974,64.974,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.3112,53.9784,52.9788,52.3124,50.9796,50.3132,48.980399999999996,48.314,46.3148,45.6484,44.315599999999996,43.316,43.316,42.6496,41.9832,41.3168,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,38.6512,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,48.314,48.314,48.980399999999996,50.3132,50.9796,51.9792,52.6456,53.9784,56.3108,57.6436,59.309599999999996,61.3088,63.308,64.6408,65.9736,67.3064,68.306,69.6388,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,78.30199999999999,79.6348,80.3012,81.3008,82.3004,84.2996,85.9656,86.9652,87.9648,88.298,89.964,90.9636,92.2964,93.29599999999999,93.6292,93.9624,94.6288,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,95.6284,94.962,94.6288,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.6284,95.9616,96.9612,97.2944,98.294,98.96039999999999,100.2932,100.2932,101.2928,101.626,102.6256,103.292,104.2916,104.958,105.9576,106.624,107.6236,107.9568,109.2896,109.956,110.2892,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.2892,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.624,105.9576,105.6244,105.6244,105.6244,105.2912,105.2912,104.958,105.2912,105.2912,105.2912,105.9576,106.624,106.624,107.2904,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,110.6224,109.956,108.6232,107.9568,107.2904,105.9576,105.6244,104.958,103.9584,103.9584,103.292,103.292,102.6256,102.6256,102.6256,102.2924,101.626,101.626,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,100.6264,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.6276,96.9612,96.2948,95.9616,95.9616,94.962,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,91.2968,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.2968,91.2968,91.2968,90.2972,90.6304,90.6304,90.9636,92.2964,93.29599999999999,94.962,96.2948,96.2948,96.9612,97.6276,96.9612,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,94.6288,94.6288,93.9624,93.6292,92.9628,92.9628,91.9632,91.63,90.9636,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.9632,93.29599999999999,94.6288,95.6284,96.9612,97.96079999999999,99.6268,100.9596,102.6256,103.292,104.958,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,111.622,111.622,112.2884,112.2884,112.95479999999999,113.6212,115.2872,116.62,118.286,118.9524,118.9524,118.9524,118.286,116.62,114.6208,113.288,112.95479999999999,111.622,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,112.2884,111.622,110.9556,110.6224,109.2896,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.9572,105.9576,105.2912,104.6248,103.62519999999999,103.292,103.292,102.6256,101.626,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,104.958,104.958,104.6248,104.6248,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,104.958,105.2912,105.6244,105.9576,105.9576,106.624,107.6236,107.9568,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.6204,115.9536,116.62,116.62,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,117.9528,117.9528,117.2864,117.9528,117.9528,118.286,118.286,118.286,118.286,119.2856,119.2856,119.2856,119.2856,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.618,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,124.6168,123.9504,123.9504,124.6168,125.6164,125.9496,126.616,127.2824,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.9472,131.9472,132.9468,133.28,134.2796,135.2792,135.6124,136.2788,136.2788,137.2784,137.9448,137.9448,138.6112,139.6108,139.944,141.9432,144.2756,146.2748,148.9404,151.2728,151.9392,152.6056,151.9392,151.606,150.93959999999998,150.6064,149.6068,148.6072,147.9408,147.27439999999999,146.608,146.608,146.608,146.608,146.9412,146.2748,145.9416,145.9416,145.6084,145.6084,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,144.942,144.942,144.942,144.2756,144.2756,144.2756,144.942,145.2752,146.9412,147.6076,147.6076,148.6072,150.2732,150.93959999999998,151.9392,152.6056,152.6056,153.272,153.9384,153.9384,153.9384,153.272,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,151.606,150.93959999999998,150.6064,149.6068,148.9404,147.9408,147.27439999999999,146.608,145.6084,145.2752,144.942,144.942,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.9416,145.9416,145.6084,145.2752,144.6088,143.9424,142.6096,141.60999999999999,140.9436,140.6104,139.944,139.2776,138.6112,138.278,137.6116,137.6116,137.6116,137.9448,138.9444,139.6108,140.6104,140.9436,142.2764,142.6096,143.276,143.6092,144.6088,144.942,144.6088,144.6088,144.6088,144.6088,143.9424,143.9424],[134.2796,133.6132,132.2804,130.6144,129.2816,127.2824,126.2828,124.95,123.28399999999999,122.2844,121.9512,120.9516,119.6188,118.9524,117.9528,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.6204,115.6204,115.9536,116.62,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.61919999999999,118.9524,119.6188,119.952,120.6184,119.952,119.6188,118.9524,117.9528,116.62,115.6204,114.954,114.954,114.6208,114.2876,113.95439999999999,113.288,112.2884,109.956,107.9568,107.6236,106.624,105.6244,104.6248,104.6248,103.62519999999999,102.2924,100.6264,100.2932,100.2932,99.96,98.96039999999999,98.96039999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.6284,94.962,94.962,93.9624,93.6292,92.2964,91.2968,89.2976,87.6316,85.2992,84.2996,83.6332,82.6336,81.9672,81.3008,79.968,78.9684,78.30199999999999,76.9692,75.6364,74.97,73.63719999999999,72.9708,72.3044,71.3048,70.6384,69.3056,68.6392,66.9732,66.3068,65.6404,64.974,64.974,64.3076,64.3076,63.6412,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,60.9756,61.641999999999996,62.3084,63.6412,64.3076,64.974,64.974,65.6404,64.974,64.974,64.3076,63.6412,63.6412,63.6412,63.6412,63.308,63.308,63.308,63.308,62.3084,62.3084,63.308,63.308,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.9744,63.308,62.3084,61.641999999999996,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,55.6444,53.9784,53.312,52.3124,50.9796,50.3132,49.6468,48.314,47.6476,45.6484,44.982,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,37.9848,39.3176,40.3172,41.65,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.9792,52.6456,53.9784,56.3108,57.6436,59.309599999999996,60.6424,62.6416,63.9744,65.9736,66.64,68.306,68.9724,69.6388,70.3052,70.3052,70.3052,70.3052,70.3052,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,74.3036,74.3036,74.3036,74.6368,75.3032,75.9696,76.636,76.9692,76.9692,77.6356,78.9684,81.3008,82.3004,82.96679999999999,84.2996,85.2992,87.9648,88.63119999999999,89.2976,89.2976,89.964,90.9636,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.6284,96.2948,97.6276,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,95.6284,94.962,94.2956,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,97.6276,98.96039999999999,99.2936,100.2932,100.6264,101.9592,103.292,103.62519999999999,104.2916,105.2912,105.6244,106.624,107.6236,108.28999999999999,109.2896,109.956,109.956,110.2892,111.2888,111.9552,111.9552,111.2888,110.2892,109.956,108.9564,108.28999999999999,107.9568,107.6236,106.624,106.624,106.2908,105.6244,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,105.9576,105.9576,105.9576,106.624,107.6236,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.956,109.956,110.6224,109.956,109.2896,108.28999999999999,107.6236,106.9572,105.9576,105.2912,105.2912,104.6248,103.9584,103.292,103.292,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.2928,100.2932,99.96,99.96,99.96,99.6268,99.6268,98.96039999999999,97.6276,96.9612,95.9616,95.9616,95.6284,94.962,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,90.6304,89.964,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,91.63,91.9632,92.2964,92.2964,91.63,91.2968,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.2976,89.6308,89.6308,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.63,92.2964,93.29599999999999,94.962,96.2948,96.9612,97.6276,97.6276,96.9612,96.9612,96.2948,95.9616,96.628,96.628,95.9616,95.9616,94.962,94.6288,93.9624,93.9624,93.6292,92.9628,92.6296,91.9632,91.63,90.6304,90.6304,90.2972,91.2968,91.2968,91.2968,91.2968,91.9632,92.6296,93.6292,94.6288,95.6284,96.9612,99.2936,100.2932,100.9596,102.6256,104.2916,105.2912,105.9576,106.624,106.9572,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.956,110.2892,110.6224,110.9556,111.2888,111.2888,111.622,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.6208,116.2868,116.62,118.286,118.9524,118.9524,118.61919999999999,117.9528,116.62,114.6208,113.288,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.2884,112.2884,111.622,110.9556,109.956,109.2896,109.2896,109.2896,108.6232,108.6232,107.9568,107.6236,106.624,105.6244,105.2912,104.6248,104.2916,103.62519999999999,103.292,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,115.2872,115.2872,115.9536,116.62,116.62,116.62,116.9532,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.9524,119.6188,119.6188,118.9524,118.9524,118.286,117.9528,117.9528,117.2864,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,119.2856,119.2856,119.2856,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.6172,123.6172,123.9504,124.6168,125.2832,125.6164,126.616,126.616,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.9472,132.6136,133.28,133.9464,134.946,135.6124,136.2788,136.2788,137.2784,137.6116,137.9448,137.9448,138.6112,139.6108,139.944,142.2764,144.6088,146.9412,149.2736,151.2728,152.6056,152.6056,151.9392,151.9392,151.606,151.2728,149.6068,148.9404,147.9408,147.27439999999999,146.608,146.608,146.608,146.608,146.2748,146.2748,145.9416,145.9416,145.6084,145.6084,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,144.942,144.942,144.2756,144.2756,143.9424,143.9424,143.9424,144.2756,145.2752,146.9412,147.6076,148.274,148.9404,150.2732,151.2728,151.9392,152.6056,152.6056,153.272,153.272,153.9384,153.9384,153.272,152.9388,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,150.93959999999998,150.93959999999998,150.6064,149.6068,148.9404,148.6072,148.274,147.27439999999999,146.2748,145.2752,145.2752,144.942,145.2752,145.2752,144.942,144.942,145.2752,145.6084,145.9416,145.9416,145.6084,145.6084,145.9416,145.9416,145.6084,145.6084,145.2752,143.9424,143.276,142.2764,142.2764,141.60999999999999,140.6104,139.944,139.6108,138.6112,138.278,137.6116,137.9448,137.9448,138.6112,138.9444,139.944,140.6104,141.60999999999999,141.9432,142.6096,143.276,144.2756,144.2756,144.6088,144.6088,144.6088,144.6088,143.9424,143.9424],[135.2792,134.946,133.28,131.614,129.6148,128.6152,127.2824,125.6164,124.95,123.9504,123.28399999999999,121.9512,120.2852,119.952,118.9524,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.9532,116.9532,116.62,116.62,116.9532,116.9532,117.2864,117.9528,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,119.952,119.952,119.6188,118.9524,117.9528,116.9532,115.9536,115.6204,115.6204,115.6204,114.954,114.954,114.6208,113.288,110.9556,109.956,108.9564,108.28999999999999,106.9572,105.9576,105.6244,104.958,103.292,102.6256,101.9592,101.2928,101.2928,100.2932,99.96,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.2936,98.6272,98.294,97.6276,96.628,95.9616,95.6284,95.6284,94.962,93.9624,92.6296,91.63,89.964,87.6316,85.2992,83.9664,83.6332,82.6336,81.9672,81.3008,80.6344,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.3048,70.6384,69.3056,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.3076,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.976,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,60.9756,60.9756,60.9756,60.3092,60.3092,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.308,63.9744,63.9744,63.308,63.308,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,59.976,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,52.9788,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,44.982,44.315599999999996,43.316,42.6496,41.9832,41.9832,41.3168,40.6504,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,37.9848,39.3176,40.3172,41.65,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.9792,52.6456,53.9784,56.3108,57.6436,59.309599999999996,60.6424,61.9752,63.308,65.3072,65.9736,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,70.3052,70.3052,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.636,77.3024,78.9684,79.6348,79.6348,79.6348,80.9676,82.6336,84.2996,85.6324,87.2984,88.298,89.2976,89.964,91.2968,91.2968,91.2968,91.2968,92.2964,92.9628,92.9628,93.29599999999999,92.9628,93.6292,93.9624,94.6288,95.2952,96.2948,96.9612,97.96079999999999,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.628,96.2948,96.2948,95.9616,95.9616,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.962,95.2952,95.9616,96.2948,96.2948,97.6276,98.294,99.6268,100.2932,101.9592,102.6256,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.9576,106.9572,107.6236,108.9564,108.9564,109.2896,109.956,110.2892,110.2892,109.956,108.9564,108.28999999999999,107.6236,106.9572,106.624,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.6244,105.6244,105.9576,106.9572,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.2896,108.28999999999999,107.6236,106.9572,105.9576,105.2912,105.2912,104.6248,103.9584,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,103.9584,103.9584,103.9584,103.292,102.6256,101.9592,101.9592,101.9592,101.2928,100.2932,99.96,99.2936,97.6276,96.9612,96.628,95.9616,95.6284,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.6292,93.6292,93.29599999999999,92.6296,92.2964,91.63,91.2968,90.6304,90.2972,90.2972,90.2972,90.6304,91.2968,91.9632,92.9628,93.6292,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.29599999999999,91.63,90.6304,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.63,92.2964,93.29599999999999,94.962,96.2948,96.9612,97.6276,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,95.9616,95.6284,94.962,93.9624,93.9624,93.6292,92.9628,92.6296,92.6296,91.9632,91.63,90.6304,90.6304,91.2968,91.2968,90.9636,91.63,91.63,91.9632,93.29599999999999,93.6292,93.9624,95.6284,96.9612,97.96079999999999,99.6268,101.2928,103.62519999999999,104.958,106.624,107.2904,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,110.9556,111.622,112.2884,112.2884,113.288,113.6212,114.2876,114.6208,114.954,115.2872,115.2872,116.62,117.2864,117.9528,118.61919999999999,118.9524,118.61919999999999,118.61919999999999,117.2864,115.9536,114.6208,113.288,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.6216,112.6216,112.95479999999999,112.95479999999999,112.2884,110.9556,110.9556,110.6224,110.6224,110.6224,110.2892,109.956,109.6228,108.6232,107.9568,107.6236,106.9572,106.624,105.9576,105.2912,104.6248,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,105.2912,105.9576,105.9576,106.624,106.624,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,106.624,106.624,105.9576,105.9576,105.9576,106.624,106.624,107.9568,107.9568,107.2904,106.9572,106.2908,106.2908,105.9576,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.9524,118.9524,118.9524,119.6188,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.6172,123.28399999999999,123.9504,124.6168,125.2832,125.6164,126.616,126.616,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.9472,132.6136,133.28,133.9464,135.2792,135.6124,136.2788,136.2788,137.2784,137.6116,137.9448,137.9448,138.6112,139.6108,140.6104,142.2764,144.6088,147.27439999999999,149.6068,151.2728,152.6056,152.9388,152.9388,152.9388,152.6056,151.9392,150.6064,150.2732,148.274,147.9408,146.608,146.608,145.9416,145.9416,146.2748,145.9416,145.9416,145.2752,145.2752,145.2752,145.2752,145.2752,144.942,144.942,144.942,144.942,144.2756,144.2756,144.2756,143.9424,143.9424,143.9424,145.2752,145.6084,146.2748,147.27439999999999,148.9404,149.6068,150.6064,150.6064,151.9392,152.6056,152.9388,153.9384,153.9384,153.9384,153.9384,153.272,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,150.6064,150.2732,150.2732,149.6068,148.9404,148.6072,148.274,147.6076,146.608,146.608,146.2748,146.2748,145.6084,145.6084,145.6084,145.6084,145.6084,146.2748,146.608,146.608,146.608,146.608,146.608,146.608,145.9416,145.6084,145.6084,144.942,144.6088,143.276,143.276,142.9428,141.60999999999999,141.2768,140.9436,139.6108,138.9444,138.9444,138.9444,137.9448,138.6112,138.9444,139.944,140.6104,140.9436,141.60999999999999,142.2764,142.6096,143.9424,144.2756,144.6088,144.6088,144.6088,144.6088,143.9424,143.9424],[136.2788,135.2792,134.2796,132.6136,131.2808,129.948,129.2816,127.2824,126.9492,124.95,124.6168,123.28399999999999,122.2844,120.9516,119.6188,119.6188,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.2864,117.6196,116.9532,116.9532,116.9532,116.9532,117.6196,117.9528,117.9528,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.286,117.9528,117.6196,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,115.2872,113.6212,111.9552,110.9556,110.6224,109.2896,108.28999999999999,106.9572,106.2908,105.6244,104.958,103.292,102.6256,102.6256,101.9592,101.626,101.626,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,97.96079999999999,96.9612,96.628,95.9616,95.9616,95.6284,94.2956,93.9624,91.9632,89.964,88.298,85.6324,83.9664,83.6332,82.6336,81.9672,81.3008,80.6344,79.6348,78.9684,77.6356,76.9692,76.3028,76.3028,75.6364,74.97,73.304,72.6376,71.3048,70.6384,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,63.9744,62.6416,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,59.309599999999996,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,52.9788,51.646,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,44.315599999999996,43.6492,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,37.9848,39.3176,40.3172,41.65,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,53.9784,56.3108,57.6436,58.6432,59.976,61.3088,62.6416,63.9744,65.3072,66.3068,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,79.6348,80.3012,81.634,82.3004,83.3,84.6328,85.2992,86.632,88.298,89.2976,90.6304,91.63,92.2964,93.29599999999999,92.6296,92.9628,92.9628,93.6292,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,93.9624,93.9624,95.2952,95.9616,96.9612,97.6276,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.6272,98.294,97.96079999999999,97.2944,96.628,96.2948,95.9616,94.962,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,95.2952,95.2952,95.9616,96.2948,97.6276,98.294,98.96039999999999,99.96,101.2928,101.626,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,105.6244,106.2908,106.9572,106.9572,107.6236,108.28999999999999,108.6232,107.9568,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,104.958,104.6248,104.6248,104.2916,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.958,105.6244,105.6244,106.2908,106.2908,106.2908,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,109.2896,108.9564,107.6236,106.9572,106.2908,105.9576,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.62519999999999,103.62519999999999,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.6244,104.958,104.958,104.2916,104.2916,102.9588,102.6256,102.6256,101.9592,100.6264,100.2932,99.6268,98.294,97.96079999999999,96.9612,96.2948,96.2948,95.6284,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.2956,93.6292,93.6292,93.29599999999999,92.6296,92.2964,91.63,91.2968,90.6304,90.6304,90.6304,91.2968,91.63,92.6296,93.6292,94.2956,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,92.2964,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.63,92.2964,93.29599999999999,94.962,96.2948,96.9612,97.6276,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,96.628,95.9616,95.6284,94.6288,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,91.9632,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.63,91.9632,92.6296,93.29599999999999,93.6292,93.9624,95.6284,96.9612,97.96079999999999,99.96,102.2924,104.2916,105.2912,106.624,107.6236,107.6236,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,110.9556,111.622,111.622,112.95479999999999,113.288,113.6212,114.2876,115.6204,115.6204,115.9536,115.9536,116.62,117.2864,117.9528,118.61919999999999,118.286,118.9524,118.286,117.9528,116.62,115.9536,114.6208,113.95439999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,111.622,110.9556,110.9556,110.2892,109.6228,108.9564,108.6232,107.9568,107.2904,106.624,105.6244,105.2912,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,105.6244,106.624,107.2904,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,107.6236,107.6236,107.2904,107.2904,107.2904,107.2904,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.28999999999999,108.9564,109.2896,109.2896,109.956,110.2892,111.2888,111.2888,111.9552,111.9552,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,114.6208,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,117.6196,117.6196,117.9528,117.9528,117.9528,118.286,118.286,117.9528,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.952,120.2852,120.2852,120.9516,120.9516,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.6164,126.616,126.616,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.9476,130.6144,131.2808,131.9472,132.6136,133.28,133.9464,135.2792,135.6124,136.2788,136.612,137.6116,137.6116,137.9448,138.6112,138.6112,139.6108,140.6104,142.9428,145.2752,147.27439999999999,149.6068,151.9392,152.9388,152.9388,153.6052,153.6052,152.9388,152.6056,151.2728,149.6068,148.9404,147.9408,146.9412,146.9412,146.2748,146.2748,145.9416,145.9416,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,144.942,144.942,144.942,144.942,144.2756,144.2756,143.9424,143.9424,143.9424,143.9424,145.6084,146.2748,147.27439999999999,147.9408,149.2736,149.94,151.2728,151.2728,152.6056,152.6056,153.272,153.272,153.9384,153.9384,153.272,152.9388,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,151.606,151.606,151.606,150.93959999999998,150.2732,150.2732,149.6068,149.6068,148.9404,148.6072,148.274,147.6076,147.27439999999999,146.608,146.608,146.608,146.2748,146.2748,146.2748,146.2748,146.2748,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,145.9416,145.9416,145.9416,145.2752,144.6088,143.9424,143.6092,142.2764,141.60999999999999,140.9436,139.6108,138.9444,138.9444,138.6112,138.6112,138.6112,139.2776,139.944,140.6104,140.9436,141.60999999999999,142.2764,143.276,143.9424,143.9424,144.2756,144.6088,143.9424,143.9424,143.9424],[137.2784,136.9452,135.2792,133.6132,132.2804,131.614,129.948,129.2816,127.2824,126.9492,125.6164,124.28359999999999,123.6172,122.2844,121.2848,120.2852,120.2852,119.6188,119.2856,119.2856,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,117.9528,117.6196,117.9528,117.9528,117.9528,118.286,118.9524,119.2856,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,119.2856,118.9524,118.286,118.286,117.6196,117.6196,116.9532,116.9532,116.62,116.62,115.9536,115.9536,115.6204,112.95479999999999,112.95479999999999,112.2884,110.9556,109.956,108.28999999999999,107.6236,106.9572,105.9576,104.958,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.626,101.2928,100.9596,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.2928,100.2932,100.2932,99.2936,98.294,97.6276,97.6276,96.9612,96.2948,95.9616,94.962,94.2956,92.6296,91.2968,88.298,85.6324,84.6328,83.6332,82.6336,81.9672,81.3008,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,71.9712,71.3048,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.64,66.64,65.9736,64.974,64.3076,63.6412,62.6416,62.6416,61.9752,61.3088,60.6424,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,55.3112,55.3112,55.9776,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.9768,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.3092,60.3092,59.6428,58.9764,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.644,55.9776,55.3112,54.6448,54.3116,53.6452,52.9788,51.646,50.3132,48.980399999999996,48.314,47.6476,48.314,47.6476,46.9812,45.6484,44.315599999999996,43.316,42.6496,41.9832,41.3168,41.3168,40.3172,39.6508,39.3176,38.6512,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,37.9848,39.3176,40.3172,41.65,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,49.6468,50.3132,49.6468,49.6468,49.6468,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,53.9784,55.6444,56.977199999999996,57.6436,58.9764,60.6424,61.3088,61.9752,63.308,64.974,66.3068,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.9692,78.30199999999999,78.9684,79.6348,80.3012,80.9676,80.9676,81.634,83.3,84.2996,86.2988,87.2984,87.9648,88.63119999999999,89.964,90.6304,92.2964,93.29599999999999,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,95.6284,96.2948,97.6276,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,96.9612,96.2948,94.962,94.2956,93.9624,93.6292,92.9628,92.9628,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,93.9624,93.9624,95.2952,95.2952,95.9616,96.2948,97.2944,97.96079999999999,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.9592,101.9592,103.292,103.292,103.292,103.62519999999999,104.958,105.6244,105.6244,105.9576,106.624,106.624,106.624,105.9576,105.2912,105.6244,104.958,104.6248,103.9584,103.62519999999999,102.6256,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.292,102.6256,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,104.6248,105.6244,105.6244,105.2912,105.6244,106.9572,107.6236,107.9568,107.9568,108.28999999999999,108.6232,109.2896,109.2896,109.956,109.956,109.2896,108.9564,107.6236,106.9572,106.2908,105.9576,105.6244,104.958,104.958,104.958,104.6248,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.6244,105.9576,105.6244,106.2908,106.624,106.624,105.6244,105.2912,104.958,104.2916,102.6256,101.9592,101.2928,100.2932,99.6268,98.96039999999999,97.96079999999999,97.2944,96.9612,96.9612,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.6296,92.2964,91.63,91.63,91.63,91.2968,92.2964,93.29599999999999,93.9624,94.962,95.9616,95.9616,95.9616,94.962,94.962,94.6288,93.9624,93.29599999999999,92.2964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,92.6296,93.6292,94.962,96.2948,96.9612,97.6276,97.6276,96.9612,96.9612,97.6276,97.6276,96.9612,96.9612,96.9612,96.9612,96.2948,95.9616,94.962,94.2956,94.2956,93.9624,93.6292,93.6292,92.9628,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,91.2968,92.2964,92.6296,93.6292,93.9624,93.9624,95.6284,96.628,98.96039999999999,100.6264,102.9588,104.958,105.9576,106.9572,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,111.622,112.95479999999999,113.288,114.2876,114.954,115.2872,115.6204,115.9536,116.62,116.9532,116.9532,117.9528,118.286,118.286,117.6196,117.9528,117.2864,116.62,115.6204,115.2872,114.2876,113.6212,112.6216,111.9552,111.9552,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.622,110.6224,109.956,109.6228,109.6228,108.6232,107.9568,107.2904,106.624,105.9576,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,104.2916,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,106.2908,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.6228,109.6228,109.6228,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,106.9572,107.2904,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.62,116.9532,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,124.28359999999999,124.95,125.2832,126.616,126.616,127.2824,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,132.6136,132.6136,134.2796,134.946,135.2792,135.6124,136.612,137.2784,137.2784,137.2784,137.9448,138.6112,139.2776,139.944,141.2768,142.9428,145.2752,147.27439999999999,149.6068,151.9392,152.9388,152.9388,153.6052,153.6052,152.9388,151.9392,151.2728,149.6068,148.274,147.27439999999999,146.9412,146.2748,146.2748,145.9416,145.6084,145.2752,145.2752,144.6088,144.2756,144.2756,144.2756,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.2756,144.2756,144.2756,144.942,145.6084,146.9412,147.6076,148.9404,149.2736,150.6064,151.2728,151.2728,152.6056,152.6056,152.9388,152.9388,153.272,153.272,152.9388,152.9388,152.9388,151.9392,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.2732,150.2732,149.6068,149.6068,148.9404,148.9404,148.6072,148.274,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,146.608,145.9416,145.6084,145.2752,143.9424,143.276,142.6096,140.6104,139.6108,138.9444,138.9444,138.6112,137.9448,138.9444,139.6108,139.944,140.6104,141.60999999999999,141.9432,142.6096,142.9428,143.276,143.9424,143.9424,143.276,143.276,143.276],[138.6112,137.6116,136.2788,134.946,134.2796,132.9468,131.9472,129.948,129.2816,127.2824,126.9492,125.2832,124.6168,123.6172,123.6172,122.6176,121.618,121.2848,120.9516,120.6184,120.6184,119.952,119.952,119.6188,119.6188,119.6188,119.6188,118.9524,118.61919999999999,117.9528,118.286,118.286,118.286,118.9524,119.2856,119.952,120.2852,120.9516,121.2848,121.9512,121.618,120.9516,120.9516,120.2852,119.952,119.952,119.2856,119.2856,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,116.9532,116.2868,114.954,113.6212,113.288,112.2884,111.622,109.956,108.9564,107.6236,106.9572,105.9576,104.6248,104.958,104.6248,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,101.9592,101.2928,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.2928,100.6264,99.96,98.96039999999999,98.6272,97.96079999999999,97.6276,96.9612,96.2948,95.6284,94.2956,92.6296,91.2968,88.298,86.2988,84.966,84.2996,82.96679999999999,81.9672,81.3008,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,67.3064,66.64,65.6404,64.974,64.3076,63.6412,63.308,62.6416,61.9752,61.3088,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,53.9784,53.9784,54.6448,55.6444,56.3108,56.644,57.3104,57.9768,57.9768,57.9768,57.3104,57.3104,56.644,56.644,56.644,56.644,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.9768,57.9768,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.31,57.6436,56.3108,55.6444,54.978,54.978,54.978,54.978,54.978,55.6444,55.3112,55.3112,54.6448,53.9784,52.9788,52.9788,51.646,50.3132,48.314,47.6476,47.6476,46.9812,47.6476,46.9812,46.3148,44.982,43.316,42.6496,41.9832,41.3168,41.3168,40.6504,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.6512,39.3176,40.3172,40.9836,41.9832,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.3132,50.3132,50.3132,50.3132,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,53.9784,55.6444,56.3108,56.977199999999996,58.31,59.976,60.6424,61.3088,61.9752,64.3076,64.974,66.3068,67.6396,68.9724,69.6388,69.6388,69.6388,70.6384,71.3048,71.9712,73.304,74.3036,74.97,75.6364,76.3028,78.30199999999999,78.9684,80.3012,80.9676,81.634,82.6336,83.3,84.2996,86.2988,87.2984,88.298,88.63119999999999,89.2976,90.2972,91.2968,92.2964,93.29599999999999,93.6292,93.6292,94.2956,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.9612,95.6284,94.962,93.9624,93.6292,92.9628,91.9632,91.2968,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,94.6288,94.6288,95.2952,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,99.96,99.96,100.2932,100.9596,101.2928,101.2928,101.626,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.2916,103.292,103.292,102.6256,102.6256,102.2924,101.626,101.626,101.2928,101.626,101.2928,102.2924,102.2924,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,103.292,103.62519999999999,104.6248,104.958,104.6248,105.2912,106.2908,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.2896,108.28999999999999,107.6236,106.2908,105.9576,105.9576,104.958,104.958,104.958,104.958,104.6248,104.6248,103.9584,104.6248,104.958,104.6248,104.6248,105.2912,105.9576,106.624,106.9572,106.9572,107.6236,107.6236,106.9572,106.624,105.2912,104.2916,102.9588,101.9592,101.2928,100.9596,100.2932,98.96039999999999,97.96079999999999,97.2944,96.9612,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,95.9616,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,95.9616,96.2948,96.2948,96.2948,95.6284,94.962,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.6296,93.6292,94.962,96.2948,96.9612,97.6276,97.6276,96.9612,96.9612,97.6276,97.6276,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.6284,94.962,94.2956,94.2956,93.9624,93.6292,93.6292,92.6296,92.6296,91.63,91.63,91.2968,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,93.6292,93.9624,93.9624,94.6288,96.2948,97.6276,99.6268,101.2928,102.9588,104.2916,105.6244,106.9572,107.6236,107.9568,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,111.622,111.622,112.95479999999999,113.288,114.2876,114.954,115.6204,115.6204,116.62,116.62,116.9532,117.6196,117.6196,117.9528,117.6196,117.6196,117.2864,117.2864,116.2868,115.6204,114.6208,114.2876,113.6212,113.288,112.6216,111.9552,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,111.622,110.9556,110.6224,110.2892,109.6228,108.9564,107.9568,107.6236,106.624,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.956,110.6224,110.6224,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,110.9556,110.2892,110.2892,110.2892,109.956,109.6228,109.6228,109.6228,108.9564,108.28999999999999,107.6236,107.6236,106.9572,107.6236,107.6236,107.9568,107.2904,107.2904,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.956,109.956,111.2888,111.622,112.2884,112.2884,113.288,113.6212,114.6208,115.2872,115.2872,114.6208,114.6208,113.95439999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.9524,119.6188,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.95,125.9496,126.616,127.2824,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,132.6136,132.9468,134.2796,134.946,135.6124,136.2788,137.2784,137.2784,137.2784,137.6116,138.6112,138.6112,139.2776,139.944,141.2768,143.6092,145.2752,147.27439999999999,149.94,151.2728,151.9392,152.9388,152.9388,152.9388,152.6056,151.2728,149.94,149.2736,147.9408,147.27439999999999,146.2748,146.2748,145.6084,145.6084,145.2752,145.2752,144.6088,144.6088,144.2756,144.2756,144.2756,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.2756,144.2756,144.942,145.2752,146.2748,146.9412,147.6076,148.274,149.94,150.6064,150.6064,151.2728,152.6056,152.6056,152.9388,152.9388,153.272,153.272,152.9388,152.9388,152.2724,151.9392,151.9392,151.606,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,150.2732,150.2732,149.6068,149.6068,148.9404,148.9404,148.6072,148.274,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.9412,146.9412,147.6076,147.6076,147.6076,147.6076,148.274,148.274,148.274,148.274,148.6072,148.6072,148.6072,148.274,147.9408,147.9408,147.9408,147.27439999999999,146.2748,145.6084,144.942,142.9428,141.60999999999999,139.944,139.6108,138.9444,138.6112,137.9448,138.6112,138.9444,139.6108,139.944,140.9436,141.60999999999999,141.60999999999999,142.6096,142.6096,142.9428,143.276,143.276,143.276,143.276],[139.944,139.2776,137.9448,136.612,135.2792,134.2796,133.28,131.9472,130.2812,129.2816,127.9488,126.616,125.9496,125.2832,124.6168,123.9504,123.6172,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.2856,119.6188,119.6188,119.6188,120.2852,120.6184,121.2848,121.9512,121.9512,121.9512,122.6176,122.6176,121.9512,121.2848,120.9516,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,117.6196,117.6196,118.286,117.2864,115.9536,115.6204,114.954,114.2876,112.95479999999999,111.622,109.956,108.9564,107.9568,106.9572,106.2908,105.9576,105.6244,104.6248,104.6248,104.2916,103.292,102.6256,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.2928,101.2928,100.6264,99.96,99.6268,98.96039999999999,97.6276,96.9612,95.9616,94.962,92.6296,90.6304,88.63119999999999,86.632,85.2992,84.2996,82.96679999999999,81.9672,81.3008,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.3028,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.3048,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.3064,66.3068,65.6404,64.974,64.3076,63.308,62.6416,61.9752,61.3088,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.6432,57.9768,57.9768,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,53.6452,53.6452,54.3116,54.3116,53.6452,53.6452,53.312,53.312,52.9788,52.9788,52.9788,53.9784,54.6448,54.6448,55.3112,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.3116,54.3116,54.3116,54.978,55.3112,55.3112,55.9776,56.644,57.6436,58.31,58.31,58.31,58.31,58.31,57.3104,55.9776,55.3112,53.9784,53.9784,53.9784,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.3116,53.6452,51.646,51.646,50.3132,48.980399999999996,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,44.982,44.315599999999996,43.316,42.6496,41.9832,41.3168,40.6504,40.6504,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.6512,39.3176,40.3172,40.9836,41.9832,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.9784,55.6444,56.3108,56.977199999999996,58.31,59.309599999999996,59.976,60.6424,61.3088,63.6412,64.3076,65.6404,66.9732,68.306,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,75.6364,76.3028,77.3024,78.9684,79.6348,80.9676,81.9672,82.6336,83.6332,84.966,86.632,87.9648,88.298,88.63119999999999,89.2976,89.964,90.6304,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,93.6292,93.9624,94.2956,94.962,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,96.2948,94.962,93.6292,92.2964,91.63,91.2968,90.6304,89.6308,89.964,89.964,90.6304,90.9636,91.2968,90.6304,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.962,95.6284,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,100.2932,99.96,99.96,100.2932,100.6264,100.6264,100.2932,100.9596,100.9596,101.2928,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,101.9592,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,99.96,100.6264,100.6264,101.2928,101.9592,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.2928,101.9592,102.6256,103.292,103.292,103.62519999999999,103.9584,104.2916,105.6244,106.9572,107.6236,107.6236,107.9568,108.28999999999999,109.2896,109.956,109.956,109.956,108.9564,107.9568,106.9572,106.2908,105.9576,105.2912,104.958,104.958,104.958,104.958,104.6248,104.6248,104.958,104.958,105.6244,105.6244,105.9576,106.2908,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,106.9572,106.624,105.2912,104.2916,103.292,102.6256,101.2928,100.6264,100.2932,98.96039999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.9612,96.9612,96.2948,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.6284,96.2948,96.9612,96.628,96.628,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.6296,91.63,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,91.63,91.63,92.2964,92.9628,93.6292,94.962,96.2948,96.9612,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,96.628,96.628,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,94.962,94.962,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,91.9632,91.9632,91.63,91.63,91.2968,91.2968,91.63,92.2964,93.6292,93.9624,93.9624,95.2952,96.2948,96.9612,98.6272,99.96,100.6264,101.9592,104.6248,105.9576,106.2908,106.9572,107.9568,108.28999999999999,108.9564,108.9564,109.956,109.956,109.956,110.2892,110.9556,110.9556,111.622,111.622,112.95479999999999,113.288,113.6212,114.2876,115.2872,115.6204,116.62,116.62,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,115.9536,115.2872,114.6208,114.2876,113.6212,112.95479999999999,112.2884,111.622,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,114.6208,114.2876,114.2876,114.6208,114.6208,114.6208,113.288,112.95479999999999,111.9552,111.9552,110.9556,110.2892,109.6228,108.9564,108.28999999999999,107.9568,107.9568,107.2904,107.2904,106.2908,106.2908,105.9576,105.9576,107.2904,107.2904,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,111.2888,111.622,111.622,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.2884,111.622,111.2888,110.9556,110.2892,110.2892,109.956,108.9564,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,109.2896,109.956,110.2892,111.622,111.2888,112.6216,113.288,113.6212,113.6212,114.2876,115.6204,116.62,117.6196,117.6196,116.9532,115.9536,115.6204,114.954,114.6208,114.6208,114.2876,114.2876,114.2876,113.95439999999999,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,115.6204,115.6204,115.9536,115.9536,116.62,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.9524,119.6188,120.9516,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,123.6172,123.6172,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.95,125.9496,126.616,127.2824,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,132.6136,132.9468,134.2796,134.946,136.2788,136.612,137.2784,137.2784,137.9448,137.9448,138.9444,138.9444,139.6108,139.944,141.9432,143.9424,146.2748,147.6076,149.94,150.93959999999998,151.9392,151.9392,151.9392,151.2728,150.6064,150.2732,148.9404,148.274,147.27439999999999,146.2748,146.2748,145.6084,145.6084,145.2752,145.2752,144.6088,144.6088,144.2756,143.6092,143.6092,143.6092,143.6092,143.276,143.276,143.276,143.276,143.276,143.276,144.2756,144.2756,144.942,145.2752,146.2748,146.9412,147.6076,148.274,149.6068,149.94,150.6064,151.2728,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.2728,151.2728,150.93959999999998,150.93959999999998,150.6064,149.94,149.94,149.94,149.94,150.2732,150.2732,149.6068,149.6068,148.9404,148.9404,148.6072,148.6072,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.27439999999999,147.27439999999999,147.6076,148.274,148.274,148.274,148.274,148.274,148.6072,148.6072,149.6068,149.6068,148.9404,148.9404,148.6072,148.6072,148.274,147.27439999999999,147.27439999999999,146.608,145.2752,143.9424,142.9428,141.9432,140.9436,139.944,138.9444,138.6112,138.6112,138.9444,138.9444,139.6108,139.944,140.2772,140.9436,141.60999999999999,141.60999999999999,142.2764,142.9428,142.9428,142.9428,142.9428],[141.2768,140.2772,138.9444,137.6116,136.612,135.6124,134.2796,133.6132,131.9472,130.9476,129.6148,128.6152,127.6156,126.616,125.9496,125.2832,125.2832,125.2832,125.2832,124.95,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.2848,120.2852,120.2852,120.2852,120.9516,120.9516,121.618,121.618,122.6176,122.9508,122.6176,122.6176,122.9508,122.6176,121.9512,121.2848,120.9516,120.9516,120.2852,120.2852,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,117.6196,116.62,116.62,115.2872,114.2876,112.95479999999999,111.2888,109.956,109.6228,107.9568,107.6236,106.2908,105.9576,105.6244,105.6244,104.6248,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,100.2932,99.6268,98.96039999999999,97.96079999999999,96.9612,95.9616,94.962,92.6296,90.6304,88.63119999999999,86.632,85.2992,84.2996,82.96679999999999,81.9672,81.3008,80.6344,79.6348,78.30199999999999,77.3024,77.3024,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.97279999999999,66.9732,66.3068,65.6404,64.974,63.9744,63.308,62.6416,61.9752,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,57.9768,57.9768,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,52.6456,52.6456,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,53.6452,53.9784,53.9784,54.6448,55.3112,56.3108,57.6436,57.6436,57.6436,57.6436,56.977199999999996,55.9776,54.6448,53.9784,53.312,52.6456,52.6456,51.9792,51.9792,52.6456,53.312,52.9788,52.9788,52.9788,52.3124,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.315599999999996,43.6492,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,40.3172,40.9836,41.9832,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.9784,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,62.6416,63.6412,64.974,66.3068,67.6396,68.306,68.9724,70.3052,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,77.3024,78.30199999999999,79.6348,80.3012,81.9672,82.6336,83.6332,84.966,86.632,87.9648,88.63119999999999,89.2976,89.964,89.964,90.6304,90.6304,90.9636,91.63,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,94.2956,94.962,95.9616,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,95.6284,93.9624,92.2964,91.2968,90.6304,89.6308,89.2976,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,95.6284,95.6284,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.2936,100.2932,99.96,99.96,99.96,100.2932,100.2932,99.96,99.96,100.2932,100.2932,100.6264,100.9596,100.6264,100.6264,101.2928,100.6264,100.2932,99.96,99.96,99.96,99.96,99.96,99.2936,99.96,100.2932,100.6264,101.2928,101.9592,102.6256,102.6256,101.9592,101.2928,100.9596,100.9596,100.9596,100.6264,101.2928,101.2928,100.9596,101.2928,101.9592,102.6256,102.6256,103.292,103.9584,104.2916,105.6244,106.624,106.9572,107.6236,107.9568,108.6232,109.956,109.956,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.2912,104.958,104.958,104.958,104.958,104.6248,104.6248,104.958,104.958,105.6244,105.6244,106.2908,106.9572,107.9568,108.6232,108.6232,109.2896,109.2896,108.6232,107.2904,106.624,105.2912,104.2916,103.292,101.9592,100.9596,100.2932,99.6268,98.96039999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,97.2944,97.2944,96.628,96.628,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.6296,91.63,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,94.2956,94.962,96.2948,96.9612,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,96.628,96.628,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,94.962,94.962,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,91.9632,91.9632,91.9632,91.63,91.63,92.2964,92.9628,93.9624,94.6288,94.6288,95.2952,95.6284,96.9612,97.6276,98.6272,99.6268,100.2932,102.6256,103.9584,104.958,105.9576,106.9572,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,109.956,110.6224,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,115.2872,115.6204,116.62,116.62,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,116.62,115.2872,114.954,114.2876,113.6212,113.288,112.2884,111.622,111.622,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,115.2872,115.2872,115.6204,115.9536,115.9536,115.6204,114.6208,113.6212,113.288,112.95479999999999,111.9552,111.2888,110.2892,109.956,109.6228,108.9564,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,109.956,109.956,110.6224,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.6204,115.6204,114.954,114.954,113.6212,113.6212,113.288,112.95479999999999,111.9552,110.9556,110.9556,110.2892,109.6228,108.9564,107.9568,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,110.2892,110.9556,112.2884,112.95479999999999,113.6212,114.2876,114.954,114.954,116.2868,117.2864,118.286,118.9524,118.9524,118.9524,117.9528,117.6196,116.9532,115.9536,115.9536,115.6204,115.2872,114.6208,114.2876,113.95439999999999,113.288,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.954,115.6204,115.6204,115.9536,116.62,117.6196,117.6196,117.9528,117.9528,118.286,118.9524,119.6188,120.2852,121.2848,121.9512,121.9512,122.6176,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,123.6172,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,125.6164,125.9496,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,129.948,129.948,129.948,129.948,130.6144,130.9476,130.6144,131.2808,131.2808,131.614,132.6136,132.9468,134.946,135.2792,136.2788,136.612,137.2784,137.2784,137.9448,137.9448,138.9444,139.6108,139.6108,140.6104,141.9432,143.9424,146.2748,147.6076,149.94,150.93959999999998,151.9392,151.2728,151.2728,150.6064,150.2732,149.6068,148.274,147.6076,146.2748,145.6084,145.6084,145.6084,145.2752,145.2752,144.6088,144.6088,144.2756,144.2756,143.6092,143.6092,143.6092,143.6092,143.276,143.276,143.276,143.276,143.276,143.276,144.2756,144.942,145.2752,145.9416,146.9412,146.9412,147.6076,148.274,149.6068,149.94,150.6064,150.6064,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.2728,151.2728,151.2728,150.93959999999998,150.6064,150.6064,149.94,149.94,149.94,149.94,150.2732,150.2732,150.2732,149.6068,149.6068,148.9404,148.9404,148.6072,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.27439999999999,147.27439999999999,147.6076,148.274,148.274,148.274,148.274,148.274,148.6072,148.6072,149.6068,149.6068,148.9404,148.9404,148.6072,148.6072,148.274,148.274,147.27439999999999,146.608,145.6084,144.2756,143.276,142.6096,141.2768,140.6104,139.944,138.9444,138.9444,138.9444,139.6108,139.6108,139.944,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,142.9428,142.9428,142.9428,142.9428],[141.9432,140.9436,139.944,138.6112,137.2784,136.612,136.2788,134.946,134.2796,132.6136,131.614,129.948,129.2816,127.9488,127.6156,127.6156,127.2824,126.616,126.9492,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,124.6168,123.6172,123.28399999999999,122.2844,121.9512,121.2848,121.2848,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,121.9512,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.9516,120.2852,120.2852,119.6188,119.6188,118.9524,118.286,117.6196,116.2868,114.954,113.6212,111.622,110.9556,109.6228,107.9568,107.6236,106.9572,106.624,106.2908,105.6244,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,101.9592,101.9592,100.9596,99.96,98.96039999999999,97.96079999999999,96.9612,96.2948,95.2952,93.29599999999999,90.6304,88.9644,86.632,84.966,84.2996,82.96679999999999,81.9672,81.3008,80.6344,79.968,78.6352,77.6356,77.6356,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,68.306,67.6396,66.9732,66.3068,65.6404,64.974,63.6412,62.6416,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,57.9768,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.9792,51.9792,52.6456,52.6456,52.6456,52.6456,52.6456,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.6456,52.6456,53.312,53.9784,55.3112,55.9776,56.644,56.644,55.9776,55.3112,54.6448,53.9784,52.6456,51.9792,51.646,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.9816,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,39.984,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.984,39.984,39.984,39.984,39.984,39.984,40.6504,41.3168,41.9832,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.6456,53.312,53.312,53.312,53.6452,53.6452,53.6452,54.3116,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.9752,63.308,63.9744,65.6404,66.9732,68.306,68.9724,70.3052,71.3048,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.9684,79.6348,80.9676,82.6336,83.6332,84.966,86.2988,87.9648,88.63119999999999,89.2976,89.964,89.964,89.964,90.2972,90.2972,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.6292,93.6292,94.2956,94.962,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,96.2948,95.9616,94.962,93.29599999999999,91.63,90.6304,88.9644,88.298,88.298,87.9648,88.298,89.2976,89.964,89.964,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,93.6292,93.6292,93.9624,94.962,95.6284,95.9616,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,99.96,99.96,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,101.2928,101.9592,102.2924,102.2924,101.9592,101.2928,100.9596,100.9596,100.6264,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,102.6256,103.292,103.292,103.62519999999999,104.958,105.6244,106.2908,106.9572,107.9568,108.6232,109.2896,109.2896,108.6232,108.6232,107.9568,107.2904,106.624,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,105.9576,105.6244,106.2908,107.6236,107.9568,108.6232,109.6228,109.6228,109.6228,108.6232,107.9568,107.2904,105.2912,103.62519999999999,103.292,101.626,100.6264,100.2932,99.6268,99.2936,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.294,98.294,98.294,97.6276,97.6276,97.2944,97.2944,96.628,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.6276,97.96079999999999,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,94.6288,93.9624,92.9628,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,93.29599999999999,93.6292,94.2956,94.962,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,95.9616,95.9616,95.9616,95.9616,95.6284,94.962,94.962,94.2956,93.9624,93.6292,93.6292,92.9628,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,94.6288,95.2952,95.2952,95.6284,95.9616,96.9612,97.6276,98.294,98.96039999999999,100.2932,101.626,103.9584,104.2916,105.2912,106.2908,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,110.2892,111.2888,111.2888,111.9552,112.95479999999999,112.95479999999999,113.288,113.6212,114.6208,115.2872,115.6204,116.2868,116.62,116.9532,117.6196,117.6196,117.2864,117.2864,115.9536,115.9536,115.2872,114.954,114.2876,113.288,112.95479999999999,112.2884,111.622,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,115.2872,115.6204,115.6204,115.9536,116.62,116.62,116.62,116.62,116.2868,115.2872,115.2872,114.2876,113.288,112.2884,111.622,110.9556,110.2892,110.2892,109.6228,108.9564,108.28999999999999,107.9568,107.9568,108.9564,109.2896,109.6228,109.6228,110.2892,110.9556,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,113.6212,114.6208,115.2872,115.2872,115.6204,115.9536,116.2868,116.2868,115.9536,115.9536,116.2868,116.2868,115.9536,115.9536,114.6208,114.2876,113.288,112.2884,110.9556,110.2892,109.956,109.2896,108.9564,108.9564,107.9568,108.6232,108.6232,108.6232,107.9568,107.9568,108.6232,108.6232,109.956,110.2892,110.9556,112.2884,113.288,114.2876,114.6208,115.6204,115.9536,116.62,117.2864,118.9524,119.6188,120.9516,121.2848,120.9516,120.2852,119.6188,117.9528,117.9528,117.2864,116.62,116.2868,115.2872,114.6208,114.2876,113.288,113.288,113.6212,113.6212,113.288,113.288,113.95439999999999,114.6208,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,115.6204,115.6204,115.9536,116.62,117.6196,117.6196,117.6196,117.6196,117.9528,118.9524,120.9516,121.2848,122.6176,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,124.6168,124.6168,125.6164,125.9496,126.9492,127.6156,127.9488,128.6152,128.6152,128.6152,128.9484,128.9484,129.2816,129.2816,129.948,130.6144,130.9476,131.614,131.2808,131.2808,132.6136,132.6136,132.9468,134.2796,134.946,135.6124,136.612,136.612,137.6116,137.6116,137.9448,137.9448,138.9444,139.6108,139.944,140.9436,142.6096,144.2756,146.9412,148.274,149.94,150.6064,151.2728,151.2728,150.6064,150.2732,149.6068,148.9404,147.6076,146.9412,145.6084,145.2752,144.942,144.942,144.942,144.942,144.2756,144.2756,144.2756,144.2756,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,143.276,144.2756,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.9408,148.274,149.6068,150.2732,150.93959999999998,150.93959999999998,151.9392,152.6056,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.2728,150.93959999999998,150.6064,150.6064,150.6064,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.2732,149.6068,149.6068,148.9404,148.9404,148.6072,148.274,148.274,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.6076,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,147.9408,147.27439999999999,147.27439999999999,146.608,145.2752,143.9424,142.9428,141.9432,140.9436,140.6104,139.944,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,141.2768,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432],[141.9432,141.2768,140.6104,139.2776,137.6116,137.2784,137.2784,136.612,134.946,134.2796,132.9468,131.614,130.9476,129.2816,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.2824,127.2824,126.9492,126.2828,126.2828,125.6164,125.2832,124.28359999999999,123.28399999999999,122.2844,122.2844,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.6184,119.952,119.6188,118.286,116.62,114.954,113.6212,112.95479999999999,110.9556,109.956,108.28999999999999,107.6236,107.2904,106.2908,105.6244,104.958,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,101.9592,101.9592,100.9596,99.6268,98.96039999999999,97.6276,96.9612,96.2948,95.2952,93.29599999999999,90.6304,88.298,85.9656,84.966,84.2996,82.96679999999999,81.9672,81.3008,80.6344,79.968,78.6352,77.6356,77.6356,76.3028,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,67.6396,66.9732,65.6404,64.974,63.6412,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.6436,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,51.3128,51.3128,51.3128,51.3128,51.3128,51.3128,51.3128,51.646,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,51.3128,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,55.3112,54.6448,53.9784,53.312,52.6456,51.9792,51.3128,50.3132,50.3132,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.3168,40.6504,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.984,39.984,39.984,40.6504,40.6504,40.6504,40.6504,41.3168,42.6496,43.316,43.316,44.6488,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.314,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.6452,53.6452,54.3116,54.3116,54.978,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.9752,63.308,63.9744,64.974,66.9732,68.306,68.9724,70.3052,71.3048,71.9712,72.6376,73.304,73.63719999999999,73.63719999999999,74.3036,74.97,75.9696,76.636,78.30199999999999,78.9684,80.3012,81.634,82.6336,83.6332,85.6324,87.2984,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,90.9636,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.6292,93.9624,94.2956,94.962,96.2948,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,95.9616,94.962,93.29599999999999,91.2968,89.964,88.63119999999999,88.298,87.2984,87.2984,87.2984,87.9648,88.298,89.2976,89.964,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,93.6292,93.9624,94.962,94.962,95.6284,95.9616,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,99.96,99.6268,99.6268,99.6268,99.6268,100.2932,99.96,99.2936,99.2936,98.6272,98.294,98.6272,98.294,98.294,97.96079999999999,98.294,98.6272,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,99.96,99.96,100.2932,100.6264,101.626,102.2924,102.6256,103.292,103.62519999999999,104.2916,105.6244,106.2908,107.6236,107.9568,108.6232,108.6232,108.6232,107.9568,107.6236,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,107.6236,107.9568,109.2896,109.956,109.956,109.6228,108.9564,107.9568,106.624,105.2912,103.62519999999999,103.292,101.626,100.6264,100.2932,99.6268,99.2936,99.2936,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.2936,99.2936,98.96039999999999,98.6272,97.96079999999999,96.9612,96.2948,94.6288,93.9624,92.9628,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,93.29599999999999,93.6292,94.2956,94.962,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,94.962,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.6288,94.6288,94.962,95.2952,95.6284,95.6284,96.628,96.9612,96.9612,97.6276,97.96079999999999,98.294,100.2932,101.626,102.6256,103.62519999999999,104.6248,105.2912,106.2908,106.9572,107.6236,107.9568,108.9564,109.956,110.2892,110.9556,111.2888,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.6208,115.6204,115.6204,116.2868,116.62,116.9532,116.62,116.62,116.62,115.9536,115.2872,114.954,114.2876,114.2876,113.288,112.2884,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,114.2876,114.2876,115.2872,115.2872,115.2872,115.6204,116.2868,116.2868,116.62,116.62,117.2864,117.2864,116.62,116.62,116.2868,115.6204,115.2872,114.2876,113.288,112.2884,111.9552,110.9556,110.9556,109.956,109.6228,108.9564,108.6232,108.6232,109.2896,109.956,109.956,109.956,110.9556,111.2888,111.622,112.2884,112.6216,113.288,113.6212,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.6208,114.6208,115.2872,115.2872,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,115.9536,114.6208,113.288,111.9552,110.9556,109.956,109.2896,109.2896,108.9564,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,108.6232,108.6232,109.956,110.2892,111.2888,112.95479999999999,113.288,114.6208,115.6204,116.62,116.62,117.6196,118.9524,120.2852,121.2848,121.9512,122.9508,122.9508,122.6176,121.9512,120.2852,119.6188,118.9524,117.6196,117.2864,116.62,115.6204,115.2872,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.2872,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,115.6204,115.6204,115.9536,116.62,117.6196,117.6196,117.6196,117.6196,117.9528,119.6188,121.2848,122.6176,122.6176,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,123.9504,123.9504,123.9504,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.6164,125.9496,126.9492,127.6156,127.9488,128.6152,128.6152,128.6152,128.9484,128.9484,129.2816,129.2816,129.948,130.6144,130.9476,131.614,131.2808,131.2808,132.6136,132.6136,133.6132,134.2796,135.2792,135.6124,136.612,136.612,137.6116,137.6116,137.9448,138.6112,139.6108,139.944,140.6104,141.60999999999999,142.6096,144.2756,146.9412,148.274,149.2736,149.94,150.6064,150.6064,150.2732,149.6068,148.9404,147.6076,146.9412,146.2748,145.2752,145.2752,144.942,144.942,144.942,144.942,144.2756,144.2756,144.2756,144.2756,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,144.2756,145.2752,145.6084,146.2748,146.9412,147.27439999999999,147.6076,148.274,148.9404,149.6068,150.2732,150.93959999999998,151.606,151.9392,152.6056,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,150.93959999999998,150.93959999999998,150.6064,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.606,151.606,151.606,151.606,150.93959999999998,150.6064,150.2732,150.2732,149.6068,148.9404,148.6072,148.274,148.274,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.6076,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,148.274,147.9408,147.27439999999999,146.608,145.2752,144.2756,143.6092,142.6096,141.60999999999999,141.60999999999999,141.2768,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.6096],[141.60999999999999,141.2768,140.9436,139.944,138.6112,137.9448,137.6116,136.9452,136.2788,135.6124,134.2796,132.9468,131.2808,130.9476,130.2812,130.6144,130.9476,130.9476,130.6144,129.6148,129.2816,129.2816,128.6152,128.282,127.6156,126.9492,126.2828,125.6164,124.28359999999999,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.6164,125.6164,125.6164,124.95,124.6168,124.6168,123.9504,123.9504,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,120.9516,119.6188,117.9528,116.62,114.954,113.6212,112.95479999999999,111.622,109.956,109.2896,107.9568,107.2904,106.2908,104.958,104.2916,103.62519999999999,104.2916,104.2916,104.958,104.958,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,101.9592,101.9592,101.2928,100.9596,98.96039999999999,98.294,97.6276,96.9612,95.9616,94.962,92.6296,90.6304,88.298,85.9656,84.966,84.2996,82.96679999999999,81.9672,81.3008,80.6344,79.968,78.6352,77.6356,77.6356,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,73.9704,73.9704,73.304,73.304,72.9708,72.9708,72.6376,71.9712,71.3048,70.6384,69.6388,68.9724,68.306,66.9732,66.3068,64.974,63.308,62.6416,61.9752,61.9752,61.3088,60.6424,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,53.6452,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,46.9812,45.9816,45.3152,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.312,53.312,53.6452,53.6452,54.3116,54.3116,54.978,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,62.6416,63.308,63.9744,65.6404,66.3068,67.6396,68.9724,70.3052,71.3048,71.9712,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.6356,79.6348,80.3012,81.3008,82.3004,84.2996,85.6324,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.964,90.6304,90.9636,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.962,95.6284,96.9612,97.6276,98.294,98.294,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,95.9616,94.962,93.6292,91.9632,90.2972,88.9644,87.9648,87.2984,86.9652,86.2988,86.632,87.2984,88.298,89.2976,89.2976,89.6308,89.6308,90.6304,91.2968,92.6296,92.9628,93.6292,93.9624,95.2952,95.2952,95.9616,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,99.6268,100.2932,100.9596,101.2928,102.2924,103.62519999999999,105.2912,105.9576,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,106.624,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.624,106.624,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,107.6236,107.9568,109.2896,110.2892,110.2892,109.6228,108.9564,107.6236,105.9576,104.2916,103.62519999999999,102.6256,101.626,100.6264,99.96,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.6264,100.6264,100.6264,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.2932,99.96,99.96,99.96,99.2936,98.6272,97.96079999999999,96.9612,95.9616,95.2952,93.9624,92.9628,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,93.6292,93.9624,94.6288,94.962,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.2952,94.962,94.2956,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.9616,95.9616,96.628,96.628,97.6276,97.6276,97.2944,97.2944,97.96079999999999,98.294,99.2936,100.2932,101.2928,102.6256,103.9584,104.958,105.2912,105.6244,106.9572,107.6236,108.9564,109.956,109.956,110.6224,111.622,112.2884,112.2884,112.95479999999999,114.2876,114.6208,115.2872,115.6204,115.6204,115.6204,115.9536,115.6204,115.6204,115.6204,115.2872,114.954,113.6212,112.95479999999999,113.6212,112.95479999999999,112.2884,111.2888,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,114.2876,114.954,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,115.2872,114.6208,114.2876,113.288,112.95479999999999,112.2884,112.2884,111.2888,110.2892,109.956,109.956,109.956,110.2892,110.2892,110.9556,111.2888,111.622,112.2884,112.6216,113.288,113.288,113.6212,114.2876,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.6208,114.6208,115.2872,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,117.9528,118.286,117.6196,117.2864,117.2864,116.62,115.9536,114.6208,112.95479999999999,111.2888,110.2892,109.956,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,108.6232,109.956,110.2892,111.622,112.95479999999999,113.6212,114.6208,115.9536,116.62,117.6196,118.286,119.952,120.9516,122.2844,122.6176,123.9504,124.6168,123.28399999999999,122.9508,122.9508,121.2848,119.6188,118.286,117.9528,116.9532,116.62,115.9536,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.6204,115.6204,116.62,116.62,116.62,116.62,116.62,116.2868,116.2868,115.6204,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,116.62,117.6196,117.6196,117.6196,117.9528,118.61919999999999,119.952,121.9512,122.6176,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.616,126.616,126.9492,127.6156,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.948,130.6144,130.9476,131.614,131.2808,131.2808,132.6136,132.6136,133.6132,134.2796,135.2792,135.6124,136.9452,136.9452,137.6116,137.9448,139.2776,139.944,139.944,140.6104,141.2768,141.9432,142.9428,144.6088,146.9412,147.6076,148.9404,149.2736,148.9404,148.9404,148.9404,148.274,147.6076,146.9412,146.2748,145.6084,145.2752,144.6088,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,144.2756,144.6088,145.2752,145.6084,146.2748,146.9412,147.6076,147.6076,148.274,148.9404,150.2732,150.2732,150.93959999999998,151.606,151.9392,151.9392,151.9392,151.9392,151.606,151.606,151.9392,151.9392,151.606,151.606,151.2728,151.2728,151.2728,151.2728,151.606,151.606,151.606,151.606,151.9392,151.9392,151.606,151.606,150.6064,150.6064,150.2732,149.6068,148.9404,148.6072,148.274,148.274,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,148.274,147.9408,147.27439999999999,146.608,146.2748,144.942,144.6088,143.276,142.9428,142.9428,142.6096,142.6096,141.9432,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276],[142.2764,141.60999999999999,141.60999999999999,140.6104,139.944,138.6112,137.9448,137.6116,136.9452,136.612,136.2788,134.2796,132.9468,131.9472,131.2808,131.2808,131.614,131.614,131.2808,131.614,130.9476,130.2812,129.948,129.2816,128.6152,127.6156,126.9492,126.2828,124.95,124.28359999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,124.95,124.95,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,119.6188,118.286,117.2864,115.2872,114.2876,113.288,111.622,111.2888,108.6232,107.6236,106.624,105.6244,104.958,104.2916,104.2916,104.958,104.958,104.958,104.958,104.2916,103.62519999999999,103.292,103.292,101.9592,101.2928,100.9596,100.2932,98.6272,97.96079999999999,96.9612,96.2948,95.2952,94.2956,92.6296,90.6304,88.298,85.9656,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.9704,73.9704,73.304,72.6376,71.9712,70.6384,69.6388,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.308,62.6416,61.3088,60.6424,59.976,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.6452,53.6452,52.9788,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,45.3152,44.6488,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,39.3176,38.6512,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,40.3172,40.3172,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.9824,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.312,53.6452,53.6452,54.3116,54.3116,54.978,56.3108,56.977199999999996,58.31,59.309599999999996,59.976,60.6424,61.3088,62.6416,63.9744,64.6408,65.6404,66.3068,67.6396,68.9724,69.6388,70.6384,71.3048,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,78.30199999999999,78.9684,79.968,81.3008,82.3004,84.2996,85.2992,86.632,87.9648,87.9648,88.298,88.9644,89.2976,90.2972,90.9636,91.63,91.63,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,93.9624,94.6288,95.6284,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.2948,95.9616,95.6284,94.6288,93.29599999999999,92.2964,90.6304,88.9644,87.6316,86.632,86.2988,85.9656,85.9656,85.9656,86.632,87.2984,88.298,89.2976,89.6308,89.6308,90.6304,91.2968,92.6296,92.9628,93.6292,93.9624,95.2952,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,97.6276,97.6276,96.9612,96.9612,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.6264,100.6264,100.2932,99.2936,99.2936,98.294,98.294,98.294,97.96079999999999,98.294,98.294,98.294,98.6272,99.6268,99.96,100.6264,101.9592,102.2924,104.2916,105.6244,106.2908,107.6236,107.6236,108.28999999999999,108.28999999999999,107.6236,106.9572,106.624,106.624,106.624,106.624,107.2904,107.6236,107.6236,107.6236,107.2904,107.2904,106.624,106.624,106.624,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,109.956,109.956,108.9564,107.9568,106.9572,105.9576,104.2916,103.292,102.6256,101.2928,100.2932,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,100.6264,100.6264,100.2932,99.96,99.96,98.96039999999999,98.294,97.6276,95.9616,95.2952,94.6288,93.29599999999999,92.9628,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.962,96.2948,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,95.9616,96.628,96.628,97.6276,97.6276,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,99.6268,100.2932,101.2928,102.6256,103.62519999999999,104.958,105.2912,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,110.2892,110.9556,111.622,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.6208,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,112.6216,112.6216,112.2884,112.2884,111.622,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,114.2876,114.954,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,117.2864,116.62,115.9536,115.6204,114.954,114.2876,113.6212,112.95479999999999,112.95479999999999,111.9552,110.9556,110.2892,110.2892,109.956,110.2892,110.9556,111.2888,111.9552,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.954,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,115.2872,115.6204,115.9536,116.62,117.2864,117.2864,117.6196,117.9528,118.286,118.286,117.6196,117.6196,117.6196,117.2864,116.62,115.6204,113.6212,112.2884,110.9556,110.2892,109.956,109.2896,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,108.6232,109.956,110.6224,111.622,112.95479999999999,113.6212,114.954,115.9536,117.2864,118.286,118.9524,120.2852,121.618,123.28399999999999,123.9504,124.95,124.95,124.28359999999999,123.9504,123.9504,122.9508,120.9516,118.9524,118.61919999999999,117.9528,117.2864,116.9532,116.9532,116.62,115.9536,115.6204,115.6204,114.954,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.6204,115.6204,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.2872,115.2872,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,117.6196,117.6196,117.6196,117.9528,118.61919999999999,119.952,122.6176,123.28399999999999,123.9504,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.9492,126.9492,127.6156,127.9488,128.6152,128.9484,128.9484,129.6148,129.6148,129.6148,129.948,129.948,129.948,130.6144,130.9476,131.614,131.2808,131.2808,132.6136,132.9468,133.6132,134.2796,135.6124,136.2788,136.9452,137.6116,137.6116,137.9448,139.944,140.6104,140.6104,140.9436,141.9432,142.6096,143.276,143.9424,146.2748,147.27439999999999,147.6076,148.274,147.9408,147.9408,147.9408,147.27439999999999,146.9412,146.2748,145.2752,144.942,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,143.6092,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,144.2756,144.942,145.2752,145.6084,146.9412,146.9412,147.6076,148.274,148.9404,148.9404,150.2732,150.2732,150.93959999999998,151.606,151.9392,151.9392,151.606,151.606,151.606,151.606,151.9392,151.9392,151.606,151.606,151.9392,151.9392,151.9392,151.9392,151.606,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.606,151.2728,150.6064,150.6064,150.2732,149.6068,148.6072,148.274,148.274,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,148.274,147.9408,147.9408,147.27439999999999,146.2748,145.2752,144.6088,143.9424,143.276,143.9424,143.6092,142.9428,142.9428,142.9428,142.6096,142.6096,142.6096,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424],[142.6096,142.2764,142.2764,141.60999999999999,141.2768,140.2772,139.944,139.6108,138.9444,137.9448,137.6116,135.6124,134.946,133.6132,132.9468,132.9468,133.6132,133.6132,133.6132,132.9468,131.614,131.614,131.614,130.6144,129.6148,128.6152,127.6156,126.616,125.6164,124.28359999999999,124.6168,124.6168,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,127.2824,126.9492,126.9492,126.2828,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,124.95,123.9504,123.9504,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.28359999999999,123.28399999999999,121.9512,120.2852,118.61919999999999,117.9528,116.62,114.6208,113.288,111.622,110.2892,109.6228,107.6236,106.624,105.6244,105.6244,105.2912,104.958,104.958,104.958,104.958,104.2916,103.62519999999999,102.6256,101.9592,101.9592,101.2928,100.2932,99.6268,98.6272,97.96079999999999,96.2948,95.6284,94.962,93.9624,91.63,89.964,88.298,85.2992,83.6332,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,78.30199999999999,77.3024,77.3024,77.3024,77.6356,77.6356,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.3036,73.304,72.6376,71.3048,70.6384,69.3056,68.6392,67.97279999999999,67.3064,66.64,65.6404,63.9744,63.308,61.9752,61.3088,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,54.3116,53.6452,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.3124,51.646,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,44.982,44.6488,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.3168,40.9836,40.9836,40.3172,40.3172,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.318,38.318,38.9844,39.6508,40.3172,40.3172,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,45.3152,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,51.646,52.6456,52.6456,52.6456,52.6456,52.9788,53.6452,54.3116,54.3116,54.978,56.3108,56.977199999999996,58.31,59.309599999999996,59.976,60.6424,61.3088,63.308,63.9744,64.6408,65.6404,66.3068,67.6396,68.306,68.9724,69.3056,69.972,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.6356,79.6348,80.9676,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.632,87.2984,87.6316,88.9644,89.964,89.964,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,92.2964,92.2964,92.9628,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,93.9624,93.29599999999999,92.2964,91.63,89.964,89.2976,87.9648,86.9652,85.9656,85.2992,84.966,84.966,85.2992,86.632,87.2984,87.9648,88.298,89.6308,89.6308,90.2972,90.6304,91.9632,92.6296,93.9624,94.6288,95.9616,96.2948,96.2948,96.628,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,97.2944,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.9596,101.2928,100.6264,100.6264,101.2928,100.6264,100.2932,99.96,99.6268,99.6268,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,101.9592,103.292,104.2916,105.2912,105.9576,106.2908,106.9572,106.9572,106.2908,106.2908,106.624,106.624,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.2904,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,108.9564,107.9568,106.2908,105.2912,103.62519999999999,102.6256,101.2928,100.9596,100.2932,100.2932,100.6264,100.6264,100.6264,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.292,102.6256,102.6256,102.6256,102.2924,102.6256,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.96,99.96,98.96039999999999,98.294,97.2944,96.2948,95.2952,94.6288,93.29599999999999,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,92.2964,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.2952,95.2952,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,96.2948,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,99.2936,100.2932,101.2928,103.292,103.9584,105.6244,105.6244,106.2908,106.2908,107.6236,108.28999999999999,108.6232,108.6232,109.2896,110.2892,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,111.622,111.2888,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.6208,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,112.95479999999999,111.622,111.622,110.9556,110.9556,110.9556,110.9556,111.2888,111.9552,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.6208,114.6208,115.2872,115.6204,116.62,116.62,117.2864,117.2864,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,117.9528,116.62,114.954,113.6212,112.2884,111.622,110.2892,109.956,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.956,110.2892,111.622,112.95479999999999,113.6212,114.6208,115.9536,117.2864,118.9524,119.952,120.9516,122.6176,123.9504,124.95,125.6164,125.6164,125.6164,125.6164,124.6168,123.28399999999999,122.2844,120.9516,119.6188,118.9524,118.9524,117.9528,117.9528,117.6196,117.6196,116.62,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.2868,116.2868,116.2868,116.2868,116.2868,116.2868,116.62,117.2864,117.2864,117.6196,117.9528,118.61919999999999,119.952,122.6176,123.28399999999999,124.6168,124.95,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,127.2824,127.6156,127.6156,127.6156,127.9488,128.6152,128.6152,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,132.6136,132.9468,134.2796,134.946,135.2792,135.94559999999998,137.6116,137.9448,138.9444,139.6108,140.6104,140.9436,141.9432,142.6096,142.6096,142.9428,142.9428,143.9424,144.942,145.9416,145.9416,146.608,145.9416,145.6084,146.2748,145.2752,145.2752,144.942,144.2756,143.9424,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,145.2752,145.6084,145.9416,146.2748,146.9412,147.27439999999999,147.9408,148.274,148.9404,148.9404,149.94,149.94,150.2732,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,151.2728,151.606,151.606,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.6056,151.9392,151.2728,150.6064,150.2732,149.6068,148.6072,148.274,148.274,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,148.9404,148.9404,148.9404,148.9404,147.9408,147.9408,148.274,148.274,148.274,147.9408,147.9408,147.27439999999999,146.2748,144.942,144.2756,144.2756,144.942,144.2756,144.2756,144.2756,143.9424,143.9424,144.2756,144.2756,144.2756,144.2756,144.942,144.942,144.942,144.942,144.942,144.942],[143.276,143.276,143.276,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,139.6108,138.9444,137.9448,137.2784,136.612,134.946,134.946,134.946,134.946,134.2796,133.9464,133.6132,132.9468,131.614,131.2808,130.6144,129.948,128.6152,127.9488,126.616,125.9496,124.95,124.6168,124.6168,124.28359999999999,124.95,125.6164,126.2828,126.9492,127.2824,127.2824,127.9488,128.6152,128.6152,128.6152,127.9488,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,126.616,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.6164,124.6168,123.6172,121.9512,119.952,119.6188,117.9528,115.9536,114.6208,113.288,111.9552,110.9556,109.6228,107.9568,106.624,106.624,105.6244,105.2912,104.958,104.958,104.2916,103.62519999999999,103.292,101.9592,101.2928,101.2928,100.9596,99.6268,98.96039999999999,97.96079999999999,97.2944,95.9616,94.962,93.9624,93.6292,91.63,89.2976,87.9648,85.2992,83.6332,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.636,75.9696,74.97,74.3036,73.63719999999999,72.3044,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,65.9736,64.6408,63.308,62.6416,61.3088,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.9788,52.9788,52.3124,51.646,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.3144,47.3144,46.3148,46.3148,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.315599999999996,43.9824,43.316,42.6496,41.9832,41.3168,41.3168,41.3168,41.3168,40.9836,40.3172,40.3172,39.6508,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.318,38.318,38.9844,38.9844,39.6508,40.3172,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,41.65,42.3164,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.6456,52.6456,52.6456,52.6456,52.9788,52.9788,53.6452,54.978,55.6444,56.3108,56.977199999999996,58.31,59.309599999999996,60.6424,61.3088,61.9752,63.308,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,68.306,68.6392,69.3056,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,79.3016,80.9676,81.634,82.96679999999999,83.6332,84.966,84.966,86.2988,86.632,87.2984,88.298,89.2976,89.964,90.6304,91.2968,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,90.6304,90.2972,89.2976,88.63119999999999,87.9648,87.2984,86.2988,84.966,84.2996,84.2996,84.2996,84.966,86.2988,87.2984,87.9648,87.9648,89.2976,89.6308,90.2972,90.6304,91.9632,92.6296,93.9624,94.6288,95.9616,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.2944,96.628,96.628,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,96.9612,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.9596,101.2928,100.6264,100.2932,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.6276,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.6276,97.96079999999999,98.294,99.96,100.6264,102.6256,103.292,104.958,105.2912,105.9576,106.2908,106.2908,106.2908,106.2908,106.624,107.2904,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,108.9564,108.9564,108.6232,107.9568,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,108.28999999999999,107.6236,106.2908,105.2912,103.62519999999999,102.2924,101.2928,100.9596,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,103.62519999999999,103.292,103.9584,104.2916,103.62519999999999,103.292,103.292,103.292,103.292,102.9588,102.6256,102.6256,101.9592,101.9592,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.2936,98.294,98.294,97.2944,96.2948,95.2952,94.6288,93.29599999999999,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.6292,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,93.9624,93.9624,94.6288,94.962,95.2952,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,97.6276,97.2944,97.2944,96.628,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.9612,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,100.2932,101.2928,102.2924,103.62519999999999,104.2916,104.2916,104.6248,105.2912,105.6244,106.2908,106.9572,106.9572,107.9568,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.6208,114.954,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,116.62,115.9536,115.2872,114.954,114.2876,114.2876,113.288,112.2884,111.622,111.2888,111.2888,111.2888,111.2888,111.9552,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.954,115.2872,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.6204,115.6204,116.62,116.62,117.2864,117.6196,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.286,117.6196,115.9536,114.6208,113.288,111.9552,110.9556,110.2892,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.956,110.2892,111.622,112.95479999999999,113.6212,114.2876,115.9536,117.2864,118.9524,119.952,121.618,122.2844,123.9504,124.95,126.2828,126.2828,126.2828,125.6164,124.95,123.9504,122.9508,121.9512,121.2848,120.2852,120.2852,119.2856,119.2856,118.286,118.286,117.6196,116.9532,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.9528,117.6196,117.6196,117.2864,117.6196,116.62,116.62,116.62,116.2868,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.9528,118.61919999999999,119.952,121.9512,122.6176,123.9504,124.6168,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.616,126.616,126.616,126.616,127.2824,127.2824,127.6156,127.6156,127.9488,128.6152,128.6152,129.2816,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,132.6136,132.9468,134.2796,134.946,135.2792,136.2788,137.9448,138.6112,139.6108,139.944,140.9436,141.60999999999999,142.6096,142.9428,142.9428,142.9428,142.9428,143.9424,144.942,145.6084,145.6084,145.6084,145.2752,144.6088,144.6088,144.942,144.942,144.2756,143.276,143.276,143.276,143.276,143.276,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,144.6088,145.6084,145.6084,145.9416,146.2748,146.9412,147.27439999999999,147.9408,147.9408,148.274,148.9404,149.6068,149.94,150.2732,150.2732,150.2732,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,151.606,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,153.6052,153.6052,152.9388,152.9388,151.9392,151.9392,151.2728,150.6064,149.94,148.6072,148.274,148.274,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,148.9404,148.9404,148.9404,148.9404,147.9408,147.9408,148.274,148.274,148.274,148.274,147.9408,147.27439999999999,146.2748,145.2752,144.942,144.942,145.2752,145.2752,145.2752,145.2752,144.942,145.9416,145.9416,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,144.942,144.942,144.942],[144.6088,144.6088,144.6088,143.6092,142.9428,142.9428,142.9428,142.2764,141.9432,140.6104,139.6108,138.6112,137.2784,136.612,136.2788,135.6124,135.6124,135.2792,134.2796,133.9464,132.9468,132.2804,131.9472,130.9476,130.6144,128.6152,127.9488,126.616,125.9496,125.2832,124.6168,124.6168,125.2832,125.2832,125.9496,126.2828,126.9492,127.2824,128.6152,128.6152,129.2816,129.2816,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.6156,126.9492,125.9496,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,125.9496,124.6168,123.6172,121.9512,120.9516,118.9524,117.6196,115.6204,113.95439999999999,113.288,111.9552,110.9556,109.2896,107.6236,106.2908,106.624,105.9576,105.2912,105.2912,104.6248,103.62519999999999,103.292,101.2928,100.9596,100.2932,99.6268,98.96039999999999,97.96079999999999,96.9612,95.9616,94.962,93.9624,93.6292,92.9628,91.2968,89.2976,87.2984,84.966,83.6332,83.3,82.6336,81.9672,81.3008,80.6344,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.3024,76.3028,75.6364,74.3036,72.9708,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.3064,65.3072,64.6408,63.308,61.9752,61.3088,60.6424,60.6424,59.6428,58.9764,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,54.3116,54.3116,53.6452,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,45.6484,45.6484,45.6484,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.6492,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,40.6504,40.3172,40.3172,39.6508,39.6508,38.6512,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.318,38.318,38.9844,38.9844,39.6508,40.3172,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,41.65,41.65,41.65,41.65,41.65,42.3164,42.9828,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.6456,52.6456,52.6456,52.6456,52.9788,52.9788,53.6452,54.978,55.6444,56.3108,57.6436,58.31,59.976,60.6424,61.3088,61.9752,63.9744,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,67.97279999999999,68.6392,69.972,70.6384,70.3052,70.3052,70.3052,70.9716,70.9716,70.9716,70.9716,71.638,72.6376,73.304,73.9704,75.6364,76.3028,78.30199999999999,79.968,81.3008,82.6336,83.6332,84.2996,84.966,85.6324,86.632,86.9652,88.298,89.6308,90.2972,90.6304,91.2968,91.2968,90.6304,89.964,89.964,89.2976,89.2976,89.964,90.6304,89.964,90.2972,90.2972,90.9636,90.9636,90.9636,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.96679999999999,83.6332,84.966,86.2988,87.2984,87.2984,87.9648,89.2976,89.6308,90.2972,90.6304,91.9632,92.6296,93.6292,94.6288,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,97.6276,97.6276,97.6276,97.6276,97.2944,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.9596,100.9596,100.2932,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.96039999999999,100.2932,101.626,102.6256,103.9584,104.6248,105.6244,105.9576,105.6244,105.6244,105.6244,105.6244,106.9572,107.6236,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,109.956,109.6228,108.9564,108.9564,108.9564,108.6232,108.6232,108.9564,108.9564,108.28999999999999,107.6236,105.6244,104.6248,103.292,102.2924,101.2928,100.6264,100.2932,100.9596,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.626,101.2928,101.2928,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,98.96039999999999,98.294,98.294,97.96079999999999,96.2948,95.2952,94.6288,93.29599999999999,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,97.2944,97.96079999999999,98.96039999999999,99.96,100.6264,101.9592,102.2924,102.6256,103.62519999999999,103.9584,104.2916,104.958,104.6248,104.958,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,108.9564,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,116.2868,116.2868,116.62,116.62,117.2864,117.6196,117.2864,117.2864,115.9536,115.6204,114.954,114.954,114.2876,113.6212,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,114.954,114.954,115.2872,115.9536,116.62,116.62,115.9536,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,116.2868,116.62,116.62,117.2864,117.6196,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.61919999999999,117.9528,116.62,114.954,114.2876,112.2884,110.9556,110.2892,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.956,110.2892,111.622,112.2884,113.6212,114.2876,115.6204,116.62,118.286,119.6188,120.6184,121.618,123.6172,123.9504,125.2832,125.6164,126.2828,126.2828,125.6164,125.2832,124.6168,123.9504,123.28399999999999,122.2844,121.618,121.2848,120.9516,119.952,119.2856,118.286,117.2864,117.2864,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,118.286,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,118.286,119.6188,121.2848,121.618,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.2828,126.9492,126.9492,126.9492,126.616,126.616,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,128.282,128.6152,129.2816,129.2816,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,132.6136,132.9468,134.2796,134.946,135.94559999999998,136.2788,137.9448,138.6112,139.6108,139.944,140.9436,141.60999999999999,142.6096,142.9428,143.9424,143.9424,143.276,143.6092,144.6088,144.942,144.942,144.6088,143.9424,143.6092,143.6092,144.2756,144.2756,143.6092,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,142.9428,143.276,143.9424,143.9424,143.9424,144.6088,145.6084,145.6084,145.9416,146.2748,146.9412,147.27439999999999,147.9408,147.9408,148.274,148.274,148.9404,149.6068,150.2732,150.2732,150.2732,150.2732,149.94,149.94,150.2732,150.6064,151.2728,151.606,152.6056,152.9388,152.9388,153.6052,153.6052,152.9388,152.9388,152.9388,152.9388,152.9388,153.6052,153.6052,152.9388,152.9388,151.9392,151.9392,151.2728,150.6064,149.94,148.6072,148.274,147.6076,147.27439999999999,147.27439999999999,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,148.9404,148.9404,148.9404,148.9404,147.9408,147.9408,148.274,148.274,148.274,148.274,147.9408,147.27439999999999,146.2748,145.6084,145.9416,145.9416,146.2748,146.608,146.608,146.608,146.608,147.27439999999999,147.27439999999999,146.608,146.2748,146.2748,146.2748,146.2748,146.2748,145.9416,145.9416,145.9416],[146.2748,145.6084,144.942,143.9424,143.6092,143.276,143.276,142.9428,142.2764,141.2768,140.6104,139.6108,138.9444,137.2784,136.612,136.612,136.2788,135.6124,135.6124,134.2796,132.9468,132.6136,131.9472,130.6144,129.948,128.9484,128.6152,126.616,125.9496,125.2832,124.6168,124.6168,125.2832,125.2832,125.9496,126.2828,127.2824,127.9488,128.6152,128.6152,129.2816,129.2816,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.2816,128.6152,127.9488,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.616,125.9496,124.6168,123.6172,122.2844,120.2852,118.286,116.9532,115.6204,113.95439999999999,112.6216,111.9552,110.6224,108.9564,107.6236,106.2908,105.6244,105.9576,105.6244,103.9584,103.292,102.2924,100.9596,100.2932,99.6268,98.96039999999999,97.96079999999999,97.2944,96.2948,94.962,93.9624,93.6292,92.6296,92.6296,91.2968,88.63119999999999,87.2984,84.966,83.6332,83.3,82.6336,81.9672,81.3008,80.6344,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.968,79.6348,79.6348,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.3012,79.6348,78.30199999999999,76.9692,75.9696,74.6368,73.63719999999999,72.9708,71.9712,70.6384,69.972,69.3056,68.306,67.3064,65.9736,65.3072,63.308,62.6416,61.9752,61.3088,60.3092,60.3092,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.31,57.6436,56.644,55.9776,55.9776,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,53.9784,52.3124,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,45.6484,45.6484,45.3152,45.3152,45.3152,45.3152,45.6484,44.982,44.982,44.982,44.6488,43.9824,43.9824,43.9824,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.6492,42.9828,42.9828,42.9828,42.9828,42.9828,42.9828,42.9828,42.9828,42.9828,42.9828,42.9828,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,39.984,39.984,39.6508,39.6508,39.6508,38.9844,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.318,38.318,38.9844,38.9844,39.6508,40.3172,40.3172,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,41.65,41.65,41.65,41.65,41.65,41.65,42.3164,42.9828,42.9828,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,44.6488,44.6488,44.982,45.6484,46.3148,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,52.6456,52.6456,52.9788,52.9788,53.6452,54.978,55.6444,56.977199999999996,57.6436,58.9764,59.976,60.6424,61.3088,61.9752,63.9744,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,67.97279999999999,67.97279999999999,69.3056,69.3056,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.3052,71.3048,71.9712,72.6376,73.304,74.97,76.3028,78.30199999999999,79.6348,81.3008,81.9672,82.6336,83.6332,84.2996,85.6324,86.9652,87.6316,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.298,88.298,87.2984,87.9648,87.2984,87.2984,86.2988,85.9656,85.6324,85.6324,83.6332,82.96679999999999,82.6336,82.6336,83.6332,84.966,86.2988,87.2984,87.9648,87.9648,89.2976,89.6308,90.2972,90.6304,91.9632,92.6296,93.29599999999999,93.9624,94.962,95.6284,95.9616,96.2948,96.9612,96.9612,97.2944,97.96079999999999,97.6276,97.6276,96.9612,96.9612,96.628,96.628,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.96039999999999,99.6268,100.6264,101.9592,103.62519999999999,103.9584,104.958,105.6244,105.6244,105.6244,105.2912,105.6244,106.9572,107.6236,107.9568,107.9568,108.9564,108.9564,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.6228,109.6228,108.9564,108.6232,108.6232,108.9564,108.9564,108.28999999999999,107.6236,106.2908,104.6248,103.292,102.2924,101.2928,101.2928,100.9596,100.9596,101.9592,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.9576,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,104.2916,104.2916,103.62519999999999,103.292,103.292,102.2924,101.626,100.6264,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,95.9616,94.6288,93.29599999999999,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.6296,92.9628,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,95.2952,95.2952,95.2952,94.6288,94.6288,95.2952,95.2952,95.2952,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,99.96,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.9612,96.9612,96.9612,98.294,98.96039999999999,99.96,100.2932,101.2928,101.9592,102.2924,103.292,103.292,103.62519999999999,103.9584,104.2916,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.9576,105.9576,105.6244,105.9576,106.9572,108.28999999999999,108.9564,109.6228,110.9556,110.9556,110.9556,111.622,111.9552,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,117.6196,117.2864,116.62,115.9536,115.6204,114.954,114.2876,114.2876,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,113.95439999999999,114.954,114.954,115.2872,115.2872,115.9536,116.62,116.62,116.62,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,116.2868,116.2868,116.62,117.2864,117.6196,117.6196,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.61919999999999,117.9528,116.62,115.6204,114.2876,112.95479999999999,111.2888,110.2892,109.956,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.956,110.2892,111.622,112.2884,113.288,114.2876,115.6204,116.2868,117.9528,118.9524,119.2856,120.6184,122.2844,123.28399999999999,124.6168,125.2832,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.9504,122.9508,122.9508,122.2844,120.9516,120.2852,119.2856,118.9524,117.9528,117.6196,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.6196,118.286,118.286,119.6188,119.6188,118.9524,118.9524,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.6196,118.286,118.9524,120.2852,121.2848,122.2844,122.2844,122.2844,122.9508,123.6172,124.28359999999999,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.2824,127.9488,127.9488,128.282,127.6156,127.6156,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,132.6136,132.6136,133.6132,134.946,135.94559999999998,136.2788,137.9448,138.6112,139.6108,139.6108,140.6104,141.60999999999999,142.6096,142.9428,143.9424,143.9424,143.276,142.9428,143.6092,144.2756,144.2756,143.9424,143.276,142.9428,143.276,143.276,143.276,143.276,142.9428,142.9428,142.2764,142.2764,142.2764,142.2764,142.2764,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,142.9428,143.276,143.9424,144.6088,144.6088,144.6088,145.6084,145.6084,145.9416,146.2748,146.9412,147.27439999999999,147.9408,147.9408,148.274,148.274,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,149.94,149.94,149.94,149.94,150.6064,151.606,152.9388,152.9388,153.6052,153.6052,153.6052,153.6052,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,151.9392,151.9392,151.2728,150.6064,149.94,148.6072,148.274,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,148.9404,148.9404,148.9404,148.9404,147.9408,147.9408,148.274,148.274,148.274,147.9408,147.27439999999999,147.27439999999999,146.9412,146.2748,146.2748,146.2748,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.6076,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.2748,146.2748,146.2748],[147.27439999999999,146.9412,145.2752,144.2756,143.9424,144.2756,143.6092,143.276,142.9428,142.6096,141.60999999999999,140.9436,139.6108,138.9444,137.6116,137.2784,136.612,136.2788,134.946,134.2796,132.9468,132.6136,131.2808,130.2812,129.2816,128.6152,128.282,126.9492,125.6164,125.2832,124.6168,124.6168,125.6164,125.6164,125.9496,126.616,127.9488,128.6152,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.2816,128.9484,128.282,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,127.6156,126.616,125.6164,124.6168,122.9508,121.2848,119.6188,117.9528,116.2868,114.954,113.6212,112.6216,111.2888,109.956,109.2896,107.6236,106.9572,105.9576,105.6244,103.9584,102.6256,101.626,100.9596,100.2932,98.96039999999999,98.6272,97.96079999999999,96.9612,95.9616,94.962,93.9624,93.6292,92.6296,91.9632,90.2972,88.63119999999999,86.632,84.966,83.6332,83.3,82.3004,81.634,80.9676,80.3012,79.968,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.634,81.634,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,81.9672,80.6344,79.968,78.6352,76.636,75.3032,74.6368,73.63719999999999,72.3044,71.3048,70.6384,69.3056,68.306,67.3064,66.64,65.3072,64.6408,63.9744,63.308,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.3092,60.3092,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,54.3116,53.6452,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,49.3136,48.6472,47.6476,46.9812,46.3148,46.3148,46.3148,45.6484,45.3152,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,39.6508,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,44.315599999999996,44.982,44.982,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,55.6444,56.977199999999996,57.6436,58.9764,59.976,60.6424,61.3088,61.9752,63.6412,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.9712,72.9708,74.3036,75.6364,76.9692,78.9684,80.3012,80.9676,81.9672,82.96679999999999,84.2996,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,86.2988,86.2988,85.6324,85.9656,85.2992,85.2992,85.2992,85.2992,85.9656,85.6324,85.6324,84.966,85.6324,85.6324,85.6324,84.2996,84.2996,83.6332,82.96679999999999,82.6336,82.6336,82.6336,83.6332,84.966,86.2988,87.9648,88.63119999999999,89.2976,89.6308,90.2972,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,94.962,94.962,95.2952,95.2952,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.962,94.962,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,97.6276,97.6276,98.294,98.294,99.2936,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,95.9616,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.9616,96.9612,97.6276,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,100.6264,101.626,102.6256,103.292,103.9584,104.6248,104.6248,104.6248,105.6244,105.9576,106.624,107.2904,107.6236,107.9568,108.6232,108.6232,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,107.9568,107.6236,106.9572,105.2912,103.9584,102.2924,101.626,101.626,101.626,102.2924,103.292,103.62519999999999,104.958,105.2912,106.2908,106.2908,106.624,106.624,106.2908,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.6248,103.62519999999999,102.6256,101.626,100.6264,99.6268,99.2936,99.2936,98.6272,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,98.96039999999999,98.6272,97.96079999999999,96.2948,95.2952,94.6288,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.6276,97.96079999999999,99.2936,100.2932,100.2932,99.96,99.96,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,96.9612,96.9612,97.96079999999999,98.294,98.96039999999999,100.2932,100.9596,101.2928,101.9592,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,105.9576,106.9572,107.9568,108.9564,109.956,110.2892,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.9536,116.62,116.9532,117.6196,116.9532,116.9532,117.2864,116.62,116.2868,115.6204,114.6208,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,119.2856,118.9524,117.9528,117.2864,116.2868,114.2876,113.288,111.622,110.9556,109.956,109.956,109.6228,109.6228,108.9564,108.9564,108.9564,108.9564,109.956,110.2892,111.2888,111.9552,112.95479999999999,113.95439999999999,115.2872,115.9536,116.62,117.2864,118.9524,120.2852,121.2848,122.2844,123.6172,123.6172,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.28359999999999,123.6172,122.2844,121.618,120.9516,119.6188,118.286,118.286,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,116.9532,116.9532,117.6196,117.9528,118.9524,119.6188,119.6188,119.6188,119.2856,119.2856,119.2856,119.2856,119.6188,119.6188,120.2852,120.2852,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.9524,119.6188,120.2852,120.9516,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.95,124.95,124.95,124.95,125.6164,125.6164,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.282,128.6152,128.6152,128.6152,128.6152,128.282,127.9488,127.6156,127.2824,127.2824,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.2824,127.2824,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,129.2816,129.2816,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,133.6132,134.2796,135.2792,136.2788,137.9448,138.6112,138.9444,139.6108,140.6104,140.9436,142.2764,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,143.9424,143.9424,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.2764,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,144.6088,144.942,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,148.274,148.274,148.9404,148.9404,148.9404,149.2736,149.2736,149.6068,149.94,150.6064,151.606,152.2724,152.2724,152.9388,152.9388,152.9388,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.6056,151.9392,151.2728,150.2732,148.9404,147.9408,147.27439999999999,146.2748,146.2748,146.9412,146.9412,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,148.274,148.6072,149.2736,149.2736,149.6068,149.2736,148.9404,148.9404,148.274,148.274,147.6076,147.27439999999999,147.27439999999999,147.27439999999999],[148.274,147.27439999999999,145.9416,144.942,144.2756,144.2756,144.2756,143.6092,143.276,143.276,142.2764,141.60999999999999,139.944,139.6108,138.6112,137.6116,136.612,136.2788,135.6124,134.946,133.6132,132.9468,131.2808,130.6144,129.2816,128.6152,128.282,127.6156,126.2828,125.6164,125.2832,125.2832,125.6164,125.9496,125.9496,126.616,127.9488,128.6152,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.2816,129.2816,128.282,128.282,127.6156,127.6156,128.282,128.282,128.282,128.282,127.9488,127.9488,128.6152,128.6152,127.6156,126.9492,125.9496,124.6168,123.28399999999999,121.9512,119.6188,118.286,116.62,115.6204,114.6208,113.288,111.622,110.6224,109.956,107.9568,106.9572,105.9576,105.6244,103.9584,102.6256,101.626,100.9596,100.2932,98.96039999999999,98.294,97.96079999999999,96.2948,95.6284,94.962,94.2956,93.6292,92.6296,91.9632,90.2972,88.63119999999999,86.632,85.6324,83.6332,83.3,82.3004,82.3004,81.634,80.9676,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,82.3004,82.3004,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,85.6324,85.6324,84.966,84.966,83.6332,81.634,80.3012,79.3016,77.9688,77.3024,75.3032,74.6368,73.63719999999999,72.3044,70.6384,69.3056,68.306,67.6396,66.64,65.9736,65.3072,64.6408,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,52.9788,52.3124,52.3124,51.646,49.98,49.3136,48.314,48.314,46.9812,46.9812,46.9812,46.3148,45.3152,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.3172,40.3172,40.3172,39.6508,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,40.3172,40.9836,41.65,42.3164,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,44.6488,44.982,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,55.6444,56.3108,57.6436,58.31,59.309599999999996,59.976,60.6424,61.9752,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,70.6384,71.638,72.9708,73.63719999999999,74.97,76.636,78.30199999999999,79.6348,80.3012,81.3008,82.3004,84.2996,85.2992,85.9656,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,82.6336,82.96679999999999,84.2996,86.2988,87.2984,88.298,89.2976,89.2976,90.2972,90.6304,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,94.6288,94.6288,94.962,96.2948,96.9612,96.9612,97.6276,98.294,98.294,98.294,98.96039999999999,99.2936,98.6272,98.6272,98.294,98.294,97.96079999999999,96.2948,95.9616,94.962,94.962,94.962,94.962,94.6288,94.6288,94.962,94.962,94.2956,94.2956,94.962,94.962,95.6284,95.9616,96.9612,97.6276,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,101.626,102.2924,102.6256,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.2912,105.9576,106.2908,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,107.6236,106.9572,105.2912,103.9584,102.6256,102.2924,102.2924,102.2924,102.6256,103.62519999999999,104.2916,105.2912,106.624,106.9572,107.2904,107.2904,107.2904,106.9572,106.9572,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,105.6244,104.2916,103.62519999999999,102.2924,101.2928,99.6268,99.2936,99.2936,99.2936,98.6272,98.6272,98.96039999999999,99.2936,99.2936,99.2936,98.96039999999999,98.294,96.628,96.2948,94.962,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,98.96039999999999,99.6268,100.2932,99.96,99.96,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,97.96079999999999,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,96.9612,97.6276,98.294,99.6268,99.96,100.2932,100.2932,100.6264,101.2928,101.626,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,105.2912,106.2908,107.6236,107.9568,109.956,110.2892,111.2888,111.9552,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.9536,116.9532,116.9532,116.9532,116.9532,117.2864,117.2864,116.62,115.9536,115.2872,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,119.952,119.2856,118.9524,117.9528,116.62,114.954,113.288,111.622,110.9556,109.956,109.956,109.6228,109.6228,108.9564,108.9564,108.9564,108.9564,109.956,110.2892,111.2888,111.9552,112.95479999999999,113.288,114.6208,115.6204,116.2868,116.62,118.61919999999999,118.9524,119.952,121.2848,122.2844,122.2844,123.28399999999999,124.28359999999999,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.6168,123.9504,122.2844,121.618,121.2848,119.952,119.2856,118.286,117.9528,117.2864,117.2864,116.62,116.62,116.62,116.9532,117.6196,117.9528,118.61919999999999,119.6188,119.6188,119.6188,119.6188,119.2856,119.2856,119.2856,119.952,120.2852,120.9516,120.9516,120.9516,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,119.2856,119.2856,119.952,120.2852,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.95,124.95,124.95,125.6164,125.6164,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,127.9488,127.2824,127.2824,126.9492,126.9492,126.9492,127.2824,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,133.6132,134.2796,135.2792,135.94559999999998,137.6116,137.9448,138.9444,139.6108,140.6104,140.9436,141.60999999999999,142.2764,142.6096,142.6096,142.9428,142.9428,142.6096,142.9428,142.9428,142.9428,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,144.6088,144.942,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.9412,146.9412,146.9412,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,148.9404,149.2736,149.6068,150.6064,151.2728,151.606,152.2724,152.2724,152.2724,152.9388,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.6056,151.9392,150.2732,149.6068,147.9408,147.27439999999999,146.2748,146.2748,146.9412,146.9412,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,148.274,148.274,149.2736,149.2736,150.2732,150.6064,151.2728,151.2728,149.94,149.94,149.2736,148.9404,148.274,148.274,148.274,148.274],[149.6068,148.6072,147.27439999999999,146.2748,145.6084,145.2752,145.2752,144.6088,144.6088,143.276,142.9428,141.60999999999999,140.6104,139.944,139.6108,138.9444,137.2784,136.612,136.612,135.2792,134.2796,133.6132,132.6136,131.2808,130.6144,128.9484,128.6152,127.6156,127.6156,126.9492,126.9492,126.616,125.9496,125.9496,126.616,127.2824,127.9488,128.6152,129.6148,129.6148,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.2816,129.2816,128.282,128.282,127.6156,127.6156,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.282,127.6156,126.9492,125.9496,124.6168,123.28399999999999,121.9512,119.952,118.9524,117.9528,116.9532,115.6204,113.6212,112.2884,111.2888,109.956,108.9564,107.6236,106.624,105.6244,104.6248,103.292,101.626,101.2928,100.2932,98.96039999999999,97.6276,97.2944,96.2948,95.9616,94.962,93.9624,93.6292,92.9628,92.6296,90.6304,89.2976,87.9648,85.6324,84.966,83.3,82.96679999999999,82.3004,82.3004,81.634,81.3008,80.6344,80.6344,79.968,79.968,79.968,80.6344,81.3008,81.634,82.3004,83.6332,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.632,87.2984,87.2984,87.6316,86.9652,86.2988,84.6328,82.96679999999999,81.634,80.3012,79.3016,77.6356,76.3028,74.97,73.63719999999999,71.9712,70.6384,69.6388,68.9724,67.97279999999999,67.3064,66.64,65.9736,64.6408,63.9744,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.9756,60.3092,59.6428,58.9764,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.3116,54.3116,53.6452,52.9788,52.3124,51.3128,50.6464,49.6468,49.6468,48.314,48.314,47.6476,47.6476,45.9816,45.3152,45.3152,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,40.3172,40.9836,41.65,42.3164,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,54.978,56.3108,56.977199999999996,58.31,58.9764,59.6428,60.6424,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.9732,66.64,66.64,66.64,65.9736,65.9736,65.9736,65.9736,65.9736,66.9732,66.9732,67.6396,68.9724,69.972,71.3048,71.9712,72.6376,73.9704,75.3032,76.9692,77.6356,79.3016,80.3012,81.634,83.6332,84.2996,84.2996,84.966,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.634,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,80.3012,81.3008,81.3008,81.9672,81.9672,82.6336,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,82.96679999999999,84.2996,85.2992,86.632,87.9648,88.298,89.2976,89.2976,89.964,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.9616,96.2948,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.2948,95.6284,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.6284,95.9616,96.9612,97.6276,98.294,98.96039999999999,99.2936,100.2932,100.6264,101.626,102.2924,102.6256,102.9588,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.9576,106.624,106.9572,107.6236,107.9568,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,107.6236,106.9572,105.9576,104.958,103.62519999999999,103.292,103.292,103.62519999999999,104.2916,104.958,105.2912,106.2908,107.6236,108.6232,108.6232,109.2896,109.2896,108.6232,108.28999999999999,107.9568,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,105.6244,104.958,104.2916,102.6256,101.626,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,99.96,99.96,99.2936,98.6272,97.2944,96.2948,94.962,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,96.9612,96.9612,97.6276,98.96039999999999,99.6268,100.2932,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,99.6268,99.6268,99.2936,99.2936,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,98.294,97.96079999999999,96.9612,96.2948,95.9616,95.6284,95.6284,95.6284,95.9616,96.628,97.6276,98.294,98.96039999999999,99.6268,99.6268,99.96,100.2932,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,101.626,101.2928,101.626,101.626,101.626,101.626,102.2924,102.2924,102.9588,103.62519999999999,104.958,105.9576,106.9572,107.6236,109.2896,109.956,111.2888,111.9552,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,115.9536,115.2872,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,120.2852,119.952,119.2856,118.9524,118.9524,117.2864,115.6204,113.95439999999999,111.9552,111.2888,109.956,109.956,109.956,109.956,108.9564,108.9564,108.9564,108.9564,109.956,110.2892,111.2888,111.9552,112.95479999999999,113.288,114.6208,115.6204,115.9536,116.62,117.9528,118.286,119.952,120.2852,121.2848,121.9512,122.2844,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,125.2832,125.2832,125.2832,124.6168,123.28399999999999,122.9508,122.2844,121.618,120.9516,119.952,119.2856,118.286,117.9528,117.6196,116.9532,116.9532,117.6196,117.6196,117.9528,118.61919999999999,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.9516,120.9516,121.2848,120.9516,120.2852,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,120.2852,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,127.9488,127.9488,127.6156,127.6156,128.282,128.282,128.6152,128.6152,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,127.9488,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,133.6132,134.2796,134.946,135.94559999999998,137.6116,137.9448,138.9444,139.6108,140.6104,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.6096,142.6096,141.9432,142.6096,142.6096,142.6096,142.6096,141.9432,141.9432,141.9432,141.9432,142.6096,142.9428,143.276,143.276,143.276,143.276,143.276,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,144.6088,144.942,144.942,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.6076,148.274,148.6072,149.2736,150.6064,151.2728,151.2728,151.606,151.9392,151.9392,152.6056,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,152.6056,152.9388,152.9388,152.9388,152.9388,152.9388,152.6056,151.2728,150.2732,148.9404,147.27439999999999,146.608,146.608,146.9412,146.9412,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.9404,148.9404,148.9404,148.274,148.9404,148.9404,148.9404,148.9404,148.6072,148.6072,148.9404,149.6068,149.6068,149.94,150.93959999999998,151.2728,151.9392,152.6056,152.6056,151.9392,151.9392,151.9392,151.2728,150.6064,150.2732,149.6068,149.6068,149.6068],[149.94,149.2736,147.6076,146.9412,146.2748,146.2748,145.6084,145.2752,145.2752,144.6088,143.276,142.9428,141.2768,139.944,139.944,139.6108,137.6116,137.6116,137.2784,136.2788,135.2792,134.2796,132.9468,132.2804,130.9476,129.6148,128.9484,127.9488,127.9488,127.6156,127.6156,126.9492,126.616,126.616,127.2824,127.2824,128.6152,129.2816,129.6148,129.6148,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.2816,129.2816,128.282,128.282,127.6156,127.6156,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.6156,127.6156,126.2828,125.9496,123.9504,122.6176,122.2844,120.2852,119.6188,118.9524,117.6196,116.62,115.2872,113.6212,111.9552,110.9556,109.6228,107.9568,107.2904,105.9576,105.2912,103.62519999999999,102.2924,101.2928,100.2932,98.96039999999999,97.6276,97.2944,96.628,95.6284,94.962,94.6288,93.9624,93.6292,92.9628,90.6304,89.964,88.298,86.632,85.6324,84.2996,83.9664,83.3,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,81.634,82.3004,82.96679999999999,83.9664,85.9656,86.632,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,85.9656,84.2996,83.6332,81.634,80.3012,78.9684,76.9692,75.6364,74.3036,72.9708,71.9712,70.9716,69.6388,68.9724,68.306,67.6396,66.9732,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.9744,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.3116,54.3116,52.9788,52.3124,52.3124,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.647999999999996,45.9816,45.3152,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,40.3172,40.9836,41.65,42.3164,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.9812,46.9812,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,54.978,55.6444,56.3108,57.6436,58.31,58.9764,59.976,60.6424,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.3068,65.6404,64.974,64.974,65.6404,65.6404,65.3072,65.3072,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,66.3068,67.6396,68.6392,69.3056,69.972,71.3048,71.9712,73.304,74.3036,75.6364,76.636,77.6356,79.3016,80.9676,81.634,81.634,82.3004,82.3004,81.634,80.9676,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,77.6356,77.6356,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.298,89.2976,89.2976,89.6308,89.964,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.63,91.63,91.63,92.2964,92.9628,93.6292,93.6292,93.9624,95.2952,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,94.6288,94.2956,93.6292,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.6292,94.6288,94.962,94.962,94.962,95.6284,95.6284,95.9616,97.6276,97.96079999999999,98.294,99.2936,99.96,100.2932,100.9596,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.6248,105.6244,106.2908,106.9572,107.6236,108.9564,109.2896,109.956,110.6224,110.6224,110.6224,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,107.9568,107.9568,107.6236,106.624,105.6244,104.2916,103.62519999999999,103.62519999999999,104.2916,104.958,105.6244,106.2908,107.6236,107.9568,109.2896,109.6228,110.2892,110.2892,109.2896,108.6232,108.6232,107.9568,107.9568,107.9568,107.2904,106.9572,106.9572,106.2908,104.958,104.2916,103.292,102.2924,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.2932,99.96,99.96,98.96039999999999,97.2944,96.628,95.6284,95.2952,93.6292,93.6292,93.6292,93.6292,93.6292,94.2956,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,96.9612,97.6276,97.6276,98.96039999999999,100.2932,101.2928,101.2928,101.2928,101.2928,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.96,100.2932,100.2932,99.6268,99.6268,99.96,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,98.96039999999999,98.294,97.6276,96.9612,95.9616,95.6284,94.962,95.6284,95.9616,96.628,96.9612,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,99.96,100.6264,100.2932,100.6264,100.6264,100.6264,101.2928,101.626,101.626,102.2924,102.9588,103.62519999999999,105.2912,106.2908,106.9572,108.9564,109.2896,110.9556,111.2888,111.622,112.2884,112.95479999999999,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,113.6212,113.6212,114.2876,114.2876,114.954,115.9536,115.9536,115.9536,116.62,117.2864,116.62,116.2868,115.9536,115.2872,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,120.2852,120.2852,119.952,119.2856,119.2856,118.286,116.2868,114.6208,112.6216,111.2888,109.956,109.956,109.956,109.956,108.9564,108.9564,108.9564,108.9564,109.956,110.2892,111.2888,111.9552,112.95479999999999,113.288,114.2876,114.6208,115.6204,116.2868,117.2864,117.9528,119.2856,119.6188,120.9516,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.95,124.95,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.2852,119.2856,118.61919999999999,118.286,117.9528,117.9528,117.6196,117.9528,117.9528,118.61919999999999,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,120.6184,120.6184,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,119.952,119.952,120.9516,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,127.2824,127.2824,127.9488,127.9488,127.6156,127.6156,128.282,128.282,128.6152,128.6152,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,130.9476,130.2812,130.2812,130.2812,129.6148,129.6148,129.2816,128.6152,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,129.2816,129.6148,129.6148,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,133.6132,134.2796,134.946,135.2792,136.9452,137.6116,138.6112,138.9444,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,142.2764,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,143.276,143.276,143.276,143.276,142.9428,142.9428,142.6096,142.6096,143.276,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.942,144.942,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.9412,146.9412,146.9412,147.27439999999999,147.6076,148.274,149.6068,150.2732,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.9392,151.9392,151.2728,151.9392,151.9392,152.6056,152.9388,152.9388,152.9388,153.6052,153.6052,152.9388,152.6056,151.2728,149.6068,148.6072,147.27439999999999,147.27439999999999,146.9412,146.9412,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,150.6064,150.6064,151.9392,152.6056,153.272,153.272,153.6052,153.6052,153.6052,152.9388,152.2724,151.9392,151.2728,150.6064,150.2732,150.2732],[150.93959999999998,149.94,149.2736,148.274,147.27439999999999,147.27439999999999,147.27439999999999,146.608,145.6084,145.2752,144.6088,143.276,141.60999999999999,140.9436,140.6104,139.2776,139.6108,138.6112,138.6112,137.6116,135.94559999999998,135.2792,134.946,133.28,131.9472,130.9476,129.948,129.6148,128.9484,127.9488,127.9488,127.6156,127.6156,127.9488,127.6156,128.282,128.6152,129.2816,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.9484,128.9484,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.2828,126.2828,125.2832,124.6168,123.28399999999999,122.6176,121.9512,121.2848,119.952,118.9524,117.9528,116.2868,114.954,113.288,112.2884,110.6224,109.6228,107.9568,107.2904,105.9576,104.6248,103.292,101.626,100.6264,99.6268,98.96039999999999,98.294,97.6276,95.9616,95.6284,95.6284,94.962,93.9624,93.6292,91.63,90.6304,89.2976,87.9648,86.9652,85.6324,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.3004,82.3004,81.634,82.3004,83.6332,83.9664,85.2992,86.2988,87.6316,88.298,88.9644,89.6308,89.6308,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,88.9644,86.9652,86.2988,85.2992,83.9664,82.3004,80.9676,78.9684,76.9692,75.6364,74.3036,73.63719999999999,71.9712,70.6384,69.972,69.3056,68.6392,67.3064,66.64,66.64,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.3072,64.974,63.9744,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.3104,57.3104,57.3104,56.644,56.644,55.9776,55.6444,54.978,53.6452,52.9788,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,44.982,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,38.6512,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,44.315599999999996,44.982,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,52.3124,53.9784,54.6448,55.3112,55.3112,56.3108,56.977199999999996,57.6436,58.6432,59.976,60.9756,62.3084,63.308,63.9744,63.9744,64.6408,63.9744,63.308,63.308,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,64.3076,64.3076,64.974,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,72.9708,73.63719999999999,75.3032,76.636,77.6356,78.6352,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,77.3024,77.3024,76.636,76.636,75.9696,75.6364,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.6352,79.3016,79.3016,79.3016,79.6348,79.6348,80.3012,81.3008,81.3008,82.3004,82.96679999999999,84.2996,85.9656,87.2984,87.9648,88.298,88.63119999999999,88.9644,88.9644,88.9644,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.298,87.9648,87.9648,87.9648,88.298,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,92.6296,93.29599999999999,93.6292,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.6292,94.2956,94.962,94.962,95.6284,95.9616,96.2948,96.9612,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.6268,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.626,102.6256,103.292,104.2916,104.6248,105.2912,105.6244,106.9572,107.6236,108.28999999999999,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.2904,105.9576,105.2912,105.2912,105.2912,105.6244,106.624,106.2908,107.6236,108.6232,109.6228,109.956,110.2892,110.9556,110.6224,109.956,109.956,109.2896,109.2896,109.2896,108.6232,107.9568,107.9568,107.6236,106.2908,105.6244,105.6244,103.9584,103.292,101.626,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,101.2928,101.2928,100.6264,99.96,98.96039999999999,97.96079999999999,97.2944,95.6284,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,95.2952,95.2952,95.6284,95.6284,96.2948,96.2948,96.9612,97.6276,97.6276,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,100.2932,101.2928,101.626,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.9596,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,98.96039999999999,97.96079999999999,96.9612,95.9616,95.6284,94.962,95.9616,95.9616,96.9612,97.6276,98.294,98.294,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.2932,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.9596,101.626,102.2924,103.292,104.6248,105.2912,106.9572,107.9568,108.28999999999999,109.956,110.9556,111.2888,111.622,112.2884,112.95479999999999,112.6216,112.6216,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,110.9556,110.9556,110.9556,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.954,115.2872,115.2872,115.9536,116.62,116.62,115.9536,115.9536,115.2872,114.6208,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.6196,118.286,118.286,118.9524,119.2856,119.952,120.2852,120.9516,120.9516,121.2848,120.9516,120.9516,120.2852,120.2852,118.9524,117.2864,115.6204,113.288,111.622,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,111.2888,111.9552,112.2884,112.95479999999999,114.2876,114.6208,115.2872,116.2868,116.62,117.9528,117.9528,118.9524,119.952,120.9516,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,124.95,125.2832,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,120.9516,119.952,119.952,119.2856,119.2856,118.9524,118.286,118.286,118.9524,118.9524,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.618,122.2844,122.2844,121.9512,120.9516,120.9516,120.9516,120.6184,120.9516,119.952,119.2856,119.2856,119.2856,118.9524,119.6188,119.6188,119.952,119.952,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,128.282,128.282,128.282,128.6152,129.2816,129.2816,129.948,129.948,130.6144,130.9476,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.6144,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,133.6132,134.2796,135.2792,135.6124,136.9452,137.6116,137.6116,137.9448,139.2776,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,141.2768,141.2768,141.60999999999999,142.2764,142.6096,142.6096,142.6096,142.6096,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.6096,142.6096,143.276,143.276,143.9424,143.9424,143.9424,143.9424,144.6088,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.6084,144.942,144.942,144.942,144.942,145.6084,145.6084,145.9416,145.9416,145.9416,147.27439999999999,147.6076,148.274,148.9404,149.2736,149.2736,149.6068,149.6068,150.2732,150.2732,150.6064,150.6064,151.2728,151.2728,152.6056,152.6056,152.9388,152.9388,153.6052,154.2716,154.6048,154.2716,153.9384,152.9388,151.2728,149.6068,148.274,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,148.274,148.274,147.9408,147.9408,147.9408,147.9408,148.274,148.274,149.6068,149.6068,150.2732,150.2732,149.94,149.94,150.6064,150.6064,151.2728,151.2728,151.606,151.606,151.9392,151.9392,153.272,153.9384,154.938,154.938,155.2712,155.2712,155.2712,154.6048,154.2716,153.6052,152.9388,152.6056,151.9392,151.9392],[151.9392,150.93959999999998,149.94,148.9404,147.9408,147.6076,147.6076,147.27439999999999,146.2748,145.6084,145.2752,144.2756,142.9428,141.60999999999999,140.9436,140.9436,139.944,139.2776,139.2776,138.278,136.9452,135.94559999999998,135.6124,134.946,133.6132,131.9472,131.2808,130.6144,129.6148,129.2816,128.6152,128.6152,128.6152,128.9484,128.6152,129.2816,129.2816,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.9484,128.9484,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,126.616,126.616,126.616,126.2828,125.6164,124.6168,124.6168,123.28399999999999,122.6176,122.6176,121.9512,120.2852,119.6188,118.61919999999999,117.2864,116.62,114.954,113.95439999999999,111.9552,110.2892,108.9564,107.9568,106.624,105.2912,103.62519999999999,102.2924,101.2928,99.96,99.6268,98.96039999999999,97.96079999999999,96.628,95.9616,95.9616,95.6284,94.6288,93.9624,92.2964,90.6304,89.2976,88.63119999999999,87.2984,86.9652,85.6324,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,84.6328,85.9656,86.2988,87.6316,89.2976,89.964,90.2972,90.9636,90.9636,91.2968,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,90.9636,89.964,89.6308,88.9644,87.6316,86.2988,85.2992,83.6332,81.634,79.6348,78.6352,76.3028,75.6364,74.3036,72.9708,71.9712,71.3048,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,67.3064,67.3064,66.64,66.64,65.9736,65.9736,65.3072,64.6408,63.6412,62.9748,61.9752,61.9752,61.9752,61.9752,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,57.9768,57.3104,56.644,55.6444,54.3116,52.3124,50.9796,49.6468,48.980399999999996,47.6476,46.9812,45.6484,44.982,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,50.9796,50.9796,51.646,52.3124,53.312,53.312,53.9784,53.9784,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.6428,60.3092,61.641999999999996,62.3084,62.3084,62.3084,61.641999999999996,61.641999999999996,62.3084,62.3084,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,62.3084,63.6412,63.6412,64.3076,64.974,66.3068,66.9732,67.6396,68.306,68.6392,69.3056,69.972,70.9716,71.638,73.304,74.6368,75.3032,76.3028,76.9692,76.9692,76.9692,76.3028,76.3028,75.9696,75.9696,75.3032,75.3032,74.6368,74.6368,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.9692,76.9692,77.6356,78.6352,78.30199999999999,78.9684,79.6348,80.3012,80.6344,81.3008,82.3004,82.96679999999999,84.966,85.9656,86.632,87.9648,87.9648,87.9648,87.9648,87.6316,88.298,87.6316,87.2984,87.2984,87.2984,86.632,86.632,85.9656,85.9656,85.9656,85.6324,85.9656,86.2988,86.2988,86.2988,87.2984,87.9648,88.63119999999999,88.9644,89.6308,89.6308,90.2972,90.6304,91.2968,91.63,92.6296,92.9628,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,93.29599999999999,93.6292,94.2956,94.962,95.6284,95.9616,96.628,96.9612,97.6276,98.294,98.96039999999999,99.6268,99.6268,99.96,99.96,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.626,102.2924,103.292,103.9584,104.2916,104.6248,105.9576,106.9572,107.6236,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,109.956,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.2904,106.624,105.6244,105.6244,105.6244,106.624,106.9572,107.6236,107.9568,109.6228,109.956,110.2892,110.9556,111.2888,111.2888,110.6224,109.956,109.956,109.2896,109.2896,109.2896,108.6232,107.9568,107.9568,107.6236,106.2908,105.6244,104.6248,103.62519999999999,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,102.2924,101.626,100.6264,99.6268,98.294,97.2944,95.9616,95.6284,94.962,94.6288,94.6288,94.6288,94.962,94.962,95.2952,95.2952,95.6284,95.6284,96.2948,96.9612,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,100.2932,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.2928,101.2928,101.2928,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.626,100.9596,101.2928,100.2932,98.96039999999999,97.96079999999999,96.628,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.2928,100.6264,100.2932,100.2932,100.2932,99.96,99.96,100.2932,101.2928,101.626,102.6256,103.292,104.958,105.6244,106.9572,108.28999999999999,108.9564,109.956,110.9556,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,111.622,112.2884,112.2884,112.95479999999999,114.2876,114.954,114.954,115.2872,115.9536,116.62,115.9536,115.6204,114.6208,114.6208,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,118.286,118.286,118.9524,119.952,119.952,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,119.6188,117.6196,115.9536,113.6212,112.2884,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,111.2888,111.9552,112.2884,113.288,114.2876,114.2876,115.6204,116.2868,116.62,117.9528,118.61919999999999,119.952,120.2852,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,124.28359999999999,125.2832,125.2832,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,121.2848,120.2852,120.2852,119.952,119.952,119.2856,118.286,118.286,118.9524,118.9524,119.952,119.952,120.2852,120.2852,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,122.6176,121.618,121.618,121.2848,121.2848,120.2852,119.952,119.952,119.952,119.6188,119.952,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.6172,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,128.282,128.282,128.282,128.282,128.6152,129.2816,129.948,129.948,130.9476,130.9476,131.2808,131.614,132.2804,132.2804,132.6136,132.2804,132.6136,131.9472,131.9472,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,133.6132,134.2796,135.2792,135.6124,136.9452,136.9452,137.6116,137.6116,138.6112,138.9444,139.944,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.6096,142.6096,143.276,143.276,143.276,143.276,143.9424,144.6088,144.942,144.942,145.2752,145.6084,145.6084,145.6084,145.6084,144.942,144.942,144.942,144.942,144.942,144.942,144.942,144.942,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.9408,148.274,148.274,148.274,148.274,148.9404,149.6068,150.2732,150.6064,151.2728,151.2728,152.6056,152.6056,152.9388,153.6052,154.2716,154.6048,155.2712,155.2712,155.2712,154.6048,152.6056,150.6064,149.2736,148.274,148.274,147.9408,147.6076,147.6076,147.6076,147.6076,148.274,148.274,147.9408,147.9408,147.9408,147.9408,148.274,148.274,149.6068,149.94,150.6064,150.6064,150.6064,151.2728,151.2728,151.9392,151.9392,151.9392,152.6056,152.9388,152.9388,153.6052,154.6048,154.6048,155.2712,155.9376,156.2708,156.2708,156.60399999999998,155.9376,155.9376,154.938,153.9384,153.9384,153.272,152.9388],[153.272,151.9392,150.6064,149.94,148.9404,148.274,148.274,147.9408,147.27439999999999,146.608,145.9416,145.2752,143.6092,142.9428,142.9428,142.2764,141.9432,140.9436,140.6104,139.6108,137.6116,137.2784,136.612,136.2788,134.6128,133.28,132.9468,131.614,131.2808,130.9476,130.6144,129.6148,128.9484,128.9484,129.6148,129.6148,129.948,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.9484,128.9484,127.9488,127.9488,127.6156,127.6156,126.9492,126.616,126.616,126.616,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,124.6168,123.9504,123.6172,122.9508,122.6176,121.9512,121.2848,120.2852,119.6188,118.61919999999999,117.2864,116.62,115.6204,113.288,111.2888,109.956,108.28999999999999,107.6236,105.9576,104.6248,103.292,101.9592,100.6264,99.96,99.6268,98.96039999999999,97.6276,97.6276,96.9612,96.2948,94.962,94.2956,93.29599999999999,91.63,89.964,88.9644,87.6316,86.9652,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.966,85.9656,86.632,87.9648,89.2976,90.6304,91.63,91.63,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,91.63,90.2972,89.964,89.2976,88.63119999999999,88.298,87.2984,85.9656,83.9664,81.634,80.6344,79.6348,78.30199999999999,76.3028,75.6364,74.3036,73.63719999999999,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,66.64,65.9736,64.974,64.3076,63.9744,63.9744,64.3076,63.6412,63.308,62.3084,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,58.6432,57.6436,55.6444,53.9784,51.9792,50.3132,49.6468,47.6476,46.3148,45.6484,44.982,43.9824,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,39.6508,39.6508,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.9812,47.6476,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.6456,52.6456,52.6456,52.6456,53.6452,54.3116,54.978,55.6444,55.9776,56.644,57.3104,58.9764,58.9764,59.6428,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.641999999999996,61.641999999999996,62.3084,62.3084,62.6416,63.6412,64.3076,64.974,65.6404,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,70.6384,71.3048,72.6376,73.63719999999999,74.3036,74.97,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,73.304,72.6376,72.6376,72.6376,71.9712,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,79.6348,80.6344,81.3008,82.3004,82.96679999999999,84.2996,84.966,85.9656,86.632,86.632,86.632,86.632,86.632,85.9656,85.9656,85.9656,85.2992,85.2992,84.966,84.966,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,85.6324,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,90.6304,91.2968,91.63,91.63,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,92.6296,93.29599999999999,93.6292,94.2956,94.962,95.6284,96.628,96.628,97.6276,97.6276,98.294,98.96039999999999,99.6268,99.96,99.96,99.96,99.6268,99.6268,99.96,99.2936,99.6268,100.2932,100.2932,100.6264,101.626,102.2924,102.6256,103.292,103.62519999999999,104.2916,105.9576,106.9572,107.6236,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.624,106.624,106.9572,107.6236,108.28999999999999,109.2896,109.956,110.2892,110.9556,110.9556,111.9552,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,109.956,109.2896,109.2896,108.9564,107.6236,106.9572,106.2908,105.6244,104.6248,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,100.9596,99.6268,98.294,97.2944,95.9616,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.9616,95.9616,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,100.2932,101.2928,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,101.626,101.626,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.2924,101.626,101.2928,99.2936,98.6272,96.9612,97.2944,96.9612,96.9612,96.9612,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.2924,101.9592,101.2928,100.9596,100.9596,100.2932,99.96,99.96,100.6264,100.6264,101.2928,102.6256,103.9584,105.6244,106.2908,107.6236,108.6232,108.9564,109.956,110.6224,110.6224,110.9556,110.9556,111.9552,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,111.2888,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,110.6224,110.9556,110.9556,111.622,112.2884,113.6212,114.2876,114.2876,114.954,115.6204,115.6204,115.9536,115.6204,114.6208,114.6208,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,118.286,118.286,119.6188,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,119.952,118.286,116.62,114.954,112.95479999999999,110.6224,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.9556,111.2888,111.9552,112.2884,112.95479999999999,113.288,114.2876,115.6204,115.6204,116.2868,117.9528,118.61919999999999,119.6188,119.952,119.952,120.6184,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.9508,122.2844,120.9516,120.9516,120.2852,119.6188,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,119.952,120.2852,120.9516,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,122.6176,121.9512,121.618,120.9516,121.2848,121.2848,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.6172,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,129.2816,129.6148,129.948,130.9476,130.9476,131.9472,132.2804,132.9468,132.9468,132.9468,132.9468,133.28,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,133.6132,134.2796,135.2792,135.6124,136.2788,136.612,137.2784,137.2784,137.9448,138.6112,138.9444,139.6108,139.6108,139.6108,139.2776,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.6096,142.6096,142.2764,142.2764,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,140.6104,140.6104,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,142.6096,142.6096,142.6096,143.276,143.9424,144.2756,144.2756,144.942,145.2752,145.2752,145.2752,144.942,144.6088,144.2756,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.942,144.942,145.2752,145.6084,146.2748,146.9412,147.6076,147.6076,147.9408,147.9408,148.6072,148.9404,150.2732,150.6064,151.2728,151.2728,151.9392,152.6056,152.9388,153.6052,154.2716,154.6048,155.9376,155.9376,156.60399999999998,154.938,153.6052,151.9392,150.93959999999998,149.6068,149.2736,148.6072,148.274,148.274,148.6072,148.6072,148.9404,148.9404,147.9408,147.9408,147.9408,147.9408,148.6072,148.6072,149.6068,149.94,150.93959999999998,150.93959999999998,151.606,151.606,152.6056,152.6056,152.9388,152.9388,153.272,153.9384,154.6048,154.938,156.2708,156.2708,156.9372,157.2704,157.2704,157.2704,157.2704,156.9372,156.9372,156.2708,155.6044,155.2712,155.2712,154.2716],[153.9384,152.9388,151.9392,150.6064,149.2736,148.9404,148.274,148.274,147.6076,147.27439999999999,146.2748,145.6084,144.6088,143.9424,143.276,142.9428,142.6096,141.60999999999999,140.9436,139.944,138.9444,137.6116,137.2784,136.612,136.2788,135.2792,134.2796,132.9468,132.9468,131.9472,131.2808,130.6144,129.948,129.6148,129.6148,129.948,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.9484,128.9484,127.9488,127.9488,127.6156,127.6156,126.9492,126.616,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,123.9504,123.9504,123.6172,122.9508,122.6176,121.9512,121.2848,120.9516,119.6188,118.61919999999999,117.6196,117.2864,116.62,114.2876,112.2884,110.9556,109.2896,107.6236,106.2908,105.2912,103.62519999999999,102.6256,101.9592,100.6264,99.96,99.6268,98.294,97.96079999999999,97.6276,96.9612,95.6284,94.962,93.29599999999999,92.2964,90.2972,89.2976,87.6316,87.2984,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,86.9652,87.9648,88.9644,89.964,91.63,92.2964,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,91.63,90.2972,90.6304,89.964,89.2976,88.63119999999999,87.9648,85.9656,84.2996,82.3004,81.3008,80.3012,78.30199999999999,76.9692,76.3028,74.97,73.9704,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.3068,66.3068,65.3072,65.3072,65.6404,65.6404,64.6408,64.6408,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,61.3088,60.6424,58.9764,56.977199999999996,54.6448,53.312,51.646,49.6468,47.6476,46.3148,45.6484,44.982,43.9824,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,39.6508,39.6508,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,40.3172,40.9836,41.9832,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.9792,51.9792,51.9792,52.6456,52.9788,53.6452,53.312,53.9784,54.6448,55.3112,56.644,56.644,57.6436,57.6436,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.641999999999996,61.641999999999996,62.3084,62.3084,62.6416,62.6416,63.6412,64.3076,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.9712,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.3044,71.9712,71.3048,71.3048,71.3048,70.6384,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,78.9684,78.9684,79.968,80.6344,81.3008,82.3004,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,83.6332,84.2996,84.2996,84.966,86.2988,87.2984,87.2984,87.6316,87.2984,87.9648,88.298,88.9644,89.2976,90.6304,90.6304,91.2968,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,93.29599999999999,93.6292,94.6288,95.6284,95.6284,96.628,96.628,97.6276,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,99.96,99.6268,99.6268,99.2936,99.2936,99.6268,99.6268,100.2932,100.2932,100.9596,101.626,102.2924,102.6256,103.292,104.2916,105.9576,106.9572,107.6236,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,108.9564,109.2896,110.2892,110.9556,110.9556,111.2888,111.9552,111.9552,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,109.2896,109.2896,108.28999999999999,107.6236,106.9572,106.2908,105.2912,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.292,102.6256,101.2928,100.2932,98.294,97.96079999999999,95.9616,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,95.9616,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.6276,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.6276,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,100.2932,101.2928,102.6256,103.62519999999999,103.62519999999999,104.2916,104.6248,104.6248,103.9584,103.292,103.292,102.2924,101.626,101.626,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.292,102.6256,102.2924,101.2928,100.2932,98.6272,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,100.6264,101.2928,101.9592,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,103.9584,103.9584,103.292,103.292,103.292,102.2924,101.9592,100.9596,100.2932,99.96,100.2932,100.2932,101.2928,101.626,102.6256,104.2916,105.9576,106.624,107.9568,108.6232,108.9564,109.6228,109.956,110.2892,110.6224,110.9556,111.622,111.9552,111.9552,111.9552,111.622,111.622,111.622,110.2892,110.2892,108.9564,108.9564,108.6232,108.6232,108.6232,108.9564,109.6228,109.6228,109.6228,110.9556,111.2888,112.95479999999999,113.6212,114.2876,114.2876,115.2872,115.6204,115.6204,115.6204,114.6208,114.6208,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,118.286,118.286,119.6188,120.2852,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.2844,121.9512,121.9512,120.2852,118.9524,117.2864,115.2872,113.6212,111.2888,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,111.2888,111.9552,111.9552,112.95479999999999,112.95479999999999,113.6212,114.6208,115.6204,116.2868,117.6196,117.9528,118.9524,119.6188,119.952,119.952,121.2848,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,121.2848,120.9516,120.9516,120.2852,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.952,120.2852,121.2848,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,121.9512,121.9512,122.2844,121.9512,121.9512,121.9512,121.2848,121.2848,120.2852,120.2852,120.2852,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.6172,123.6172,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,129.6148,129.6148,130.6144,130.9476,131.9472,132.2804,132.2804,132.9468,132.9468,132.9468,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.6136,133.6132,134.2796,134.946,135.2792,136.2788,136.2788,136.612,137.2784,137.6116,137.9448,138.6112,138.6112,138.6112,138.9444,138.9444,139.6108,140.6104,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.9428,142.6096,142.2764,141.60999999999999,141.60999999999999,140.9436,140.6104,140.6104,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,143.276,143.6092,143.6092,144.2756,144.6088,144.6088,144.6088,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.2756,144.2756,144.6088,145.2752,145.6084,146.2748,146.608,146.608,146.608,147.27439999999999,147.6076,148.6072,149.94,150.6064,150.6064,151.2728,151.9392,151.9392,152.6056,152.9388,153.6052,154.6048,155.9376,155.9376,156.60399999999998,155.9376,154.2716,152.9388,151.9392,150.6064,149.94,149.6068,148.6072,148.6072,148.6072,148.6072,148.9404,148.9404,148.274,148.274,148.274,148.274,148.6072,149.2736,149.6068,149.94,150.93959999999998,151.606,151.606,151.9392,152.6056,152.9388,152.9388,153.6052,154.938,154.938,155.2712,155.9376,156.9372,157.2704,157.9368,157.9368,157.9368,157.9368,157.9368,157.2704,156.9372,156.9372,156.2708,155.6044,155.6044,155.2712],[154.2716,153.272,152.9388,151.2728,150.2732,149.2736,148.274,148.274,147.6076,147.27439999999999,147.27439999999999,146.608,146.2748,144.942,144.942,144.2756,143.276,142.6096,140.9436,139.944,139.6108,138.6112,136.9452,137.2784,136.612,136.612,135.6124,134.946,134.2796,132.9468,131.9472,131.2808,131.2808,130.6144,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.6144,130.6144,130.6144,129.948,129.2816,128.9484,128.282,127.9488,127.6156,127.2824,126.2828,126.2828,125.6164,125.6164,125.6164,124.95,124.6168,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.6176,120.9516,120.2852,121.2848,120.2852,119.6188,118.61919999999999,117.6196,117.2864,115.9536,114.954,112.95479999999999,111.622,110.2892,108.28999999999999,106.9572,105.6244,104.2916,103.292,101.9592,101.2928,99.96,99.6268,99.6268,98.96039999999999,97.96079999999999,97.2944,96.2948,95.2952,93.9624,92.9628,90.9636,89.964,88.298,87.6316,87.9648,87.2984,87.2984,87.2984,87.9648,87.6316,86.9652,86.9652,86.9652,86.9652,87.9648,88.63119999999999,89.964,90.6304,91.63,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,91.63,90.9636,90.6304,90.6304,89.964,88.63119999999999,87.9648,86.632,85.2992,83.6332,82.6336,80.9676,80.3012,78.9684,77.6356,76.3028,75.6364,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,71.638,71.638,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,66.9732,66.9732,66.9732,66.9732,65.9736,65.9736,65.3072,65.3072,65.3072,64.6408,63.9744,63.9744,63.308,62.6416,62.3084,60.9756,59.6428,58.31,55.9776,53.9784,52.3124,50.3132,48.980399999999996,47.3144,45.6484,44.982,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.6516,37.6516,38.318,38.318,38.9844,39.6508,40.3172,40.3172,41.3168,40.6504,40.6504,40.6504,40.6504,41.3168,41.9832,43.316,44.315599999999996,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.9784,53.9784,54.6448,54.978,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,64.6408,65.3072,65.3072,65.3072,65.6404,66.3068,66.3068,66.9732,67.6396,68.6392,69.3056,70.6384,71.3048,71.3048,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,78.9684,80.3012,81.3008,82.3004,82.96679999999999,83.6332,84.2996,83.6332,83.6332,82.96679999999999,82.6336,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,85.6324,86.2988,86.9652,86.9652,86.9652,87.2984,86.9652,87.6316,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,90.6304,89.964,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,92.9628,94.6288,94.962,95.6284,95.6284,96.2948,96.9612,97.2944,97.6276,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,101.2928,101.626,102.2924,103.292,105.2912,105.6244,106.9572,108.28999999999999,108.6232,108.6232,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,110.9556,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,111.2888,110.9556,110.2892,109.956,109.956,109.2896,108.28999999999999,107.6236,106.9572,105.9576,105.2912,104.6248,104.2916,104.2916,104.6248,105.2912,105.2912,104.6248,103.62519999999999,102.6256,101.2928,100.2932,98.96039999999999,97.96079999999999,96.628,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,95.2952,95.2952,95.9616,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.96,101.626,103.292,103.9584,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.9592,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,101.626,100.9596,98.96039999999999,97.96079999999999,96.628,96.628,96.628,97.2944,98.6272,98.96039999999999,100.6264,101.2928,101.626,102.2924,102.6256,102.6256,103.292,103.62519999999999,104.958,104.958,105.6244,105.6244,104.958,104.958,104.958,104.6248,103.62519999999999,101.9592,100.9596,100.2932,99.96,99.96,100.6264,101.2928,102.2924,103.292,105.2912,105.9576,107.2904,107.6236,107.9568,108.28999999999999,108.9564,109.6228,109.956,109.956,110.9556,110.9556,111.2888,111.2888,111.2888,110.6224,109.956,109.956,109.6228,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,108.6232,108.9564,108.9564,109.956,110.9556,112.2884,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,114.954,114.954,114.954,115.2872,115.9536,116.62,117.6196,118.286,119.2856,119.952,121.2848,121.9512,121.9512,122.6176,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,119.6188,117.6196,116.62,114.2876,112.2884,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,109.956,110.2892,110.2892,110.9556,111.2888,112.2884,112.2884,112.2884,112.95479999999999,113.288,114.2876,115.6204,115.9536,116.62,117.6196,118.9524,119.6188,119.6188,119.952,120.6184,121.2848,122.6176,122.6176,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.2852,119.952,119.2856,119.2856,119.2856,119.2856,119.2856,120.2852,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,122.6176,122.2844,122.6176,122.6176,121.9512,121.9512,120.9516,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.618,121.618,122.6176,123.28399999999999,123.6172,123.6172,124.6168,124.6168,125.2832,125.6164,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.2824,127.2824,127.2824,127.2824,127.9488,128.6152,128.6152,129.2816,129.948,130.6144,131.2808,131.9472,132.2804,132.2804,133.28,133.28,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.28,132.9468,132.9468,132.9468,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,134.946,134.946,136.2788,136.2788,136.612,136.612,136.612,137.2784,137.6116,137.6116,137.6116,137.6116,138.6112,139.6108,139.944,140.9436,141.60999999999999,142.6096,142.9428,142.9428,142.2764,142.2764,141.60999999999999,141.2768,139.944,139.6108,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.6092,144.2756,144.2756,144.942,145.6084,145.6084,146.2748,146.2748,146.608,147.9408,149.2736,149.94,150.6064,150.6064,151.2728,151.2728,151.9392,152.2724,153.6052,154.6048,155.9376,156.60399999999998,155.6044,154.938,155.2712,154.2716,152.9388,151.606,150.6064,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,149.6068,149.6068,149.94,149.94,150.93959999999998,151.606,151.9392,152.6056,153.272,153.9384,154.6048,154.938,155.2712,155.9376,156.60399999999998,156.9372,158.27,158.9364,159.2696,159.2696,159.2696,159.2696,158.6032,157.9368,157.2704,156.9372,156.2708,156.2708,156.2708,156.2708],[154.938,153.9384,153.6052,151.606,150.2732,149.6068,148.9404,148.274,148.274,147.6076,147.6076,147.27439999999999,146.608,145.2752,145.2752,144.942,143.9424,142.9428,141.60999999999999,140.6104,139.6108,138.9444,137.6116,137.6116,137.6116,136.9452,137.2784,136.612,135.2792,133.9464,132.9468,131.9472,131.9472,131.2808,131.2808,130.9476,131.2808,131.2808,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.948,128.9484,128.282,127.9488,127.6156,127.2824,126.2828,126.2828,125.6164,125.6164,124.95,124.95,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.9512,120.2852,119.952,120.9516,119.6188,118.61919999999999,117.9528,117.6196,116.62,115.2872,114.954,112.6216,111.622,110.2892,108.9564,106.9572,105.9576,104.958,103.292,102.2924,101.2928,99.96,99.6268,99.6268,99.6268,98.294,97.96079999999999,96.2948,95.9616,94.6288,92.9628,90.9636,90.2972,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.9644,89.2976,91.2968,91.2968,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.2964,90.9636,90.9636,91.2968,90.6304,89.964,88.63119999999999,87.9648,86.632,85.2992,83.6332,82.6336,81.634,80.9676,80.3012,78.30199999999999,77.6356,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,73.304,72.3044,71.3048,70.6384,69.972,69.972,68.9724,68.9724,68.9724,68.306,67.97279999999999,67.3064,67.3064,66.64,66.64,66.64,65.3072,64.6408,64.6408,63.9744,62.9748,61.641999999999996,60.3092,58.9764,56.644,54.6448,52.9788,50.9796,49.6468,47.3144,46.3148,45.6484,44.6488,43.9824,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.6516,37.6516,38.318,38.9844,39.6508,39.6508,40.3172,40.3172,41.3168,41.3168,40.6504,40.6504,41.3168,41.9832,42.6496,43.316,44.315599999999996,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,50.3132,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,55.3112,56.3108,56.3108,56.3108,56.977199999999996,57.3104,57.3104,57.3104,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,63.9744,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.9732,67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,74.97,75.6364,75.9696,76.636,77.3024,77.3024,77.6356,78.30199999999999,79.968,80.6344,80.9676,81.634,82.3004,82.96679999999999,81.634,81.634,81.634,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,92.2964,92.9628,94.6288,94.962,95.6284,95.6284,96.2948,96.2948,96.628,97.2944,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,101.2928,101.2928,101.626,102.6256,104.6248,105.2912,106.9572,107.6236,108.28999999999999,108.6232,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,108.9564,108.9564,109.956,110.6224,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.2888,110.9556,110.2892,110.2892,110.2892,109.2896,107.9568,107.6236,106.9572,106.2908,105.9576,105.9576,105.2912,105.6244,105.6244,105.2912,105.6244,103.62519999999999,103.292,101.9592,100.6264,99.6268,97.96079999999999,96.628,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,95.2952,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,101.2928,103.292,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.2912,104.2916,103.62519999999999,102.6256,101.9592,101.9592,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.292,102.6256,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,102.6256,101.9592,100.2932,98.6272,97.2944,96.628,96.628,96.628,97.96079999999999,98.96039999999999,100.2932,100.9596,101.626,102.2924,102.6256,103.292,103.62519999999999,104.2916,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,104.2916,103.292,101.9592,100.6264,99.96,100.2932,100.6264,101.2928,101.626,102.6256,104.6248,105.2912,106.624,107.2904,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,109.2896,110.9556,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.9536,115.9536,115.2872,114.954,114.954,115.2872,115.9536,116.62,118.286,118.9524,119.952,120.6184,121.9512,121.9512,122.2844,122.6176,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.2848,119.952,118.9524,117.2864,115.6204,114.2876,112.95479999999999,112.2884,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,111.2888,112.2884,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.954,115.9536,116.62,117.2864,118.286,118.9524,118.9524,119.6188,120.2852,120.6184,121.9512,122.6176,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,124.6168,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.9516,120.2852,119.952,119.952,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.95,124.6168,124.6168,124.6168,123.9504,122.6176,122.6176,122.6176,122.2844,122.2844,121.618,120.9516,120.2852,120.9516,120.9516,120.9516,121.2848,121.618,122.2844,122.6176,123.28399999999999,123.6172,124.28359999999999,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.9488,128.282,128.6152,129.6148,129.948,130.9476,131.2808,131.9472,132.2804,132.9468,133.28,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.28,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.946,134.946,136.2788,136.2788,136.612,136.612,136.612,136.612,136.9452,137.6116,137.6116,137.9448,138.6112,139.6108,139.944,141.2768,141.60999999999999,142.6096,142.9428,142.6096,142.2764,141.60999999999999,140.6104,139.6108,139.6108,138.9444,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.6112,138.6112,138.6112,138.6112,138.9444,139.6108,139.944,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.9432,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,142.6096,142.9428,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.6092,143.6092,144.2756,144.2756,145.2752,145.2752,145.6084,146.2748,146.608,147.27439999999999,148.6072,149.6068,150.2732,150.6064,150.6064,151.2728,151.2728,152.2724,153.6052,154.2716,155.2712,155.9376,154.938,154.938,155.2712,154.938,153.6052,152.6056,151.606,150.93959999999998,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.2736,149.2736,149.94,149.94,150.6064,150.6064,151.9392,152.6056,152.9388,153.6052,154.2716,154.938,155.2712,155.9376,156.9372,156.9372,157.6036,158.27,159.2696,159.6028,159.6028,160.2692,160.2692,159.936,158.9364,158.6032,157.2704,156.9372,156.9372,156.9372,156.9372,157.2704],[155.9376,155.2712,153.6052,152.9388,151.2728,150.2732,148.9404,148.9404,148.9404,148.274,148.274,147.9408,147.27439999999999,146.608,146.608,145.6084,145.2752,143.9424,142.9428,141.60999999999999,140.6104,139.6108,138.9444,138.9444,138.9444,138.6112,138.6112,137.9448,136.2788,135.2792,133.9464,133.28,132.9468,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.948,128.9484,128.282,127.9488,127.6156,127.2824,126.2828,126.2828,125.6164,125.6164,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.2844,121.618,121.2848,120.9516,119.6188,119.6188,118.9524,118.286,117.9528,117.2864,116.62,115.2872,114.6208,113.6212,112.95479999999999,112.2884,110.6224,108.9564,106.9572,105.6244,104.958,103.62519999999999,102.6256,101.2928,100.2932,100.2932,99.96,99.6268,98.96039999999999,97.96079999999999,96.628,96.2948,94.6288,93.29599999999999,91.63,90.6304,89.2976,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,92.9628,92.2964,90.9636,90.6304,90.6304,89.964,89.2976,88.63119999999999,87.9648,86.632,84.966,83.6332,82.6336,81.9672,80.9676,80.3012,80.3012,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,75.3032,75.3032,74.6368,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,70.6384,70.3052,69.6388,68.9724,68.9724,68.306,68.306,67.3064,66.64,65.9736,65.3072,63.308,62.6416,60.9756,58.9764,57.6436,55.6444,53.6452,52.3124,49.6468,48.314,46.3148,45.6484,44.6488,44.6488,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,38.318,38.318,38.318,38.9844,39.6508,40.3172,40.3172,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,44.982,45.6484,45.6484,46.3148,46.9812,48.314,49.6468,50.3132,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.6448,55.3112,55.6444,55.6444,56.3108,56.3108,56.644,56.644,57.3104,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.9744,64.3076,64.974,64.974,65.6404,65.6404,65.6404,66.64,67.3064,67.97279999999999,67.97279999999999,68.6392,68.6392,67.97279999999999,67.97279999999999,68.6392,68.6392,68.306,68.306,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.6352,79.3016,79.6348,80.3012,80.3012,80.3012,79.968,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.96679999999999,83.6332,84.966,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.632,86.9652,87.6316,87.6316,87.6316,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,92.6296,93.6292,93.9624,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,96.628,98.6272,98.6272,98.294,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,99.96,100.2932,100.6264,101.626,102.2924,103.9584,104.6248,106.624,107.6236,107.9568,107.9568,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,109.2896,109.956,109.956,109.956,109.2896,109.2896,109.956,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.2888,110.2892,109.2896,108.28999999999999,108.28999999999999,107.9568,107.2904,107.2904,107.2904,106.2908,106.624,106.2908,106.2908,105.6244,104.6248,103.292,102.2924,100.2932,98.96039999999999,97.96079999999999,96.2948,95.6284,95.9616,95.6284,95.6284,94.962,94.962,94.962,95.2952,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,98.6272,98.96039999999999,99.6268,100.6264,101.2928,102.6256,104.2916,105.6244,106.624,106.624,106.624,105.9576,105.6244,104.2916,103.62519999999999,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.6244,105.6244,104.958,103.292,102.6256,100.9596,98.96039999999999,97.96079999999999,97.96079999999999,96.628,96.628,97.96079999999999,98.6272,99.96,100.2932,101.626,102.2924,102.6256,103.292,104.2916,104.2916,105.6244,105.9576,106.624,106.624,106.2908,106.2908,106.2908,106.2908,105.9576,104.6248,102.6256,102.2924,101.2928,100.6264,100.6264,100.6264,101.2928,102.2924,103.9584,105.2912,105.6244,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,110.2892,111.622,112.2884,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.2868,116.2868,115.6204,115.6204,116.62,117.6196,118.286,119.6188,120.2852,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.2848,120.2852,119.6188,117.6196,117.2864,115.6204,115.2872,114.6208,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.6216,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.6208,115.2872,116.62,116.62,117.2864,117.2864,118.286,118.9524,120.2852,120.6184,121.9512,122.6176,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.6164,125.2832,123.9504,123.28399999999999,122.6176,122.6176,122.6176,122.9508,121.9512,121.2848,120.9516,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.6172,124.28359999999999,124.28359999999999,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,127.6156,128.282,128.6152,128.9484,129.6148,130.9476,131.2808,131.2808,131.9472,132.2804,132.9468,133.28,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.946,134.946,134.6128,134.2796,133.6132,133.6132,133.6132,134.2796,134.946,135.2792,135.2792,134.946,133.6132,132.9468,132.9468,132.9468,134.2796,134.2796,134.946,134.946,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,136.2788,136.612,137.2784,137.6116,137.6116,139.6108,139.944,141.2768,141.60999999999999,142.2764,142.2764,142.2764,142.2764,140.9436,139.944,139.2776,138.278,137.9448,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.9444,139.6108,139.6108,139.944,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.2764,142.2764,142.2764,142.2764,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,143.6092,143.6092,144.2756,144.2756,145.2752,145.2752,145.6084,146.2748,146.608,147.27439999999999,148.274,148.6072,149.6068,149.94,150.2732,150.6064,151.2728,151.606,153.272,153.9384,154.2716,154.2716,154.6048,154.2716,154.2716,154.2716,153.6052,152.9388,151.9392,151.606,151.2728,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.606,151.9392,152.6056,153.272,153.9384,154.6048,155.2712,155.6044,156.9372,157.2704,157.6036,158.6032,158.6032,159.2696,160.2692,160.6024,160.9356,161.602,161.2688,160.2692,159.6028,159.2696,158.6032,158.27,158.27,158.27,158.27,158.6032],[156.9372,156.2708,154.938,153.6052,151.606,150.6064,149.6068,149.6068,149.2736,148.9404,148.9404,148.274,147.9408,147.27439999999999,147.27439999999999,146.2748,145.6084,144.2756,143.276,142.6096,140.9436,139.944,139.6108,139.6108,139.6108,138.9444,138.9444,138.6112,137.2784,136.2788,135.2792,133.9464,133.28,133.28,132.9468,132.2804,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.948,128.9484,128.6152,127.9488,127.9488,127.2824,126.2828,126.2828,125.6164,125.6164,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,121.2848,120.9516,120.2852,119.6188,118.9524,118.286,118.286,117.2864,117.2864,116.62,115.2872,114.2876,114.2876,113.6212,112.95479999999999,112.2884,110.6224,108.9564,106.9572,106.624,105.6244,103.62519999999999,102.6256,101.9592,100.6264,100.2932,99.96,99.6268,98.96039999999999,98.6272,97.2944,96.628,95.2952,94.6288,92.9628,90.9636,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,92.2964,91.63,90.2972,89.964,89.964,89.2976,88.9644,87.9648,86.632,85.2992,84.2996,82.96679999999999,82.6336,81.9672,80.9676,80.9676,80.3012,79.6348,78.9684,78.30199999999999,77.3024,77.3024,76.9692,76.9692,76.9692,76.9692,77.3024,76.636,76.636,77.3024,77.3024,76.636,76.636,75.9696,75.3032,74.6368,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.3048,70.3052,69.6388,69.6388,68.9724,67.97279999999999,67.3064,66.64,65.3072,63.9744,62.6416,60.9756,59.6428,57.6436,56.3108,54.3116,52.3124,50.3132,48.314,46.9812,45.6484,44.6488,44.6488,43.9824,43.316,42.6496,42.6496,42.6496,41.9832,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,39.984,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,38.318,38.318,38.9844,39.6508,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,49.6468,50.9796,52.3124,52.9788,52.9788,53.6452,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.312,52.6456,52.6456,52.3124,52.3124,51.646,51.646,52.3124,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,53.9784,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.644,56.644,57.3104,57.3104,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.641999999999996,62.3084,62.3084,63.308,63.6412,64.3076,64.3076,64.974,64.974,64.974,65.9736,66.64,67.3064,67.3064,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,68.306,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.636,77.3024,77.6356,77.6356,78.9684,78.9684,78.6352,79.3016,78.9684,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.634,82.3004,82.3004,82.96679999999999,84.966,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,85.9656,85.9656,86.632,86.632,86.632,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.9632,92.9628,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,95.9616,96.2948,97.96079999999999,97.6276,97.96079999999999,97.6276,97.6276,96.9612,96.9612,96.628,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,98.294,98.96039999999999,99.2936,99.96,100.6264,101.9592,103.292,104.958,105.6244,106.9572,107.6236,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,109.956,110.6224,110.9556,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,110.9556,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.2904,106.9572,106.2908,106.2908,105.2912,104.2916,102.6256,101.9592,100.2932,98.96039999999999,97.2944,96.2948,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,95.2952,95.9616,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,98.6272,98.96039999999999,99.6268,100.6264,101.2928,102.6256,104.2916,105.6244,106.624,107.2904,107.2904,106.624,105.9576,104.958,104.2916,103.292,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.6248,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,104.2916,103.292,101.2928,100.2932,98.6272,97.96079999999999,96.628,96.628,97.96079999999999,98.6272,99.2936,100.2932,101.626,102.2924,102.6256,103.9584,104.2916,105.2912,105.9576,106.624,106.624,106.624,106.2908,106.9572,106.9572,106.9572,106.2908,105.9576,104.958,103.62519999999999,101.9592,101.2928,101.2928,100.6264,101.2928,101.626,103.62519999999999,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,109.2896,111.2888,111.622,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.2868,115.6204,115.9536,117.2864,117.6196,119.6188,120.2852,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.9512,120.6184,119.6188,118.286,117.6196,117.2864,117.2864,116.62,115.9536,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.6208,115.2872,115.6204,115.6204,116.2868,116.62,117.6196,118.286,119.6188,119.952,121.9512,122.6176,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,124.95,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.2844,123.28399999999999,123.9504,124.28359999999999,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,121.2848,120.9516,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.9492,126.9492,127.6156,127.9488,128.6152,128.9484,129.948,130.6144,130.6144,130.9476,132.2804,132.9468,133.28,133.6132,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,135.6124,135.2792,135.2792,134.946,134.2796,134.6128,135.2792,135.94559999999998,136.612,136.612,135.94559999999998,134.946,133.6132,133.6132,134.2796,134.2796,134.2796,134.946,134.946,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,137.2784,137.6116,138.278,139.2776,139.944,140.6104,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.6104,139.2776,138.278,137.6116,137.2784,137.6116,136.9452,136.9452,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,138.6112,138.6112,139.6108,139.6108,139.944,139.944,140.6104,140.6104,140.9436,140.9436,141.2768,141.2768,141.2768,141.2768,141.2768,141.2768,141.9432,141.2768,141.2768,141.2768,141.2768,141.9432,142.9428,143.276,143.6092,144.2756,144.2756,144.942,145.2752,145.2752,145.2752,145.6084,146.2748,146.608,147.27439999999999,147.6076,148.9404,149.6068,149.6068,149.94,150.6064,151.2728,152.6056,153.272,153.6052,154.2716,153.9384,154.2716,154.2716,154.2716,154.2716,153.6052,152.9388,152.6056,151.606,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,151.2728,151.9392,151.9392,152.9388,152.9388,154.2716,154.938,155.6044,155.6044,156.2708,156.9372,157.6036,157.9368,159.2696,159.2696,159.936,159.936,160.9356,161.602,161.602,161.9352,161.602,161.2688,160.2692,159.936,158.6032,158.6032,158.6032,158.6032,158.6032,159.2696],[157.2704,156.9372,155.2712,153.9384,152.2724,151.2728,150.6064,149.94,150.6064,149.94,149.94,149.2736,148.6072,147.6076,147.6076,147.27439999999999,146.2748,145.2752,143.9424,142.9428,141.9432,140.9436,139.944,139.944,139.944,139.6108,139.944,139.2776,137.9448,137.2784,136.2788,134.946,134.946,133.9464,133.9464,133.28,132.9468,132.2804,131.9472,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.948,129.948,128.6152,128.6152,127.9488,127.6156,126.2828,126.2828,125.6164,125.6164,124.6168,123.9504,123.6172,122.9508,121.9512,121.2848,120.9516,119.6188,118.9524,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.2872,113.6212,113.95439999999999,113.95439999999999,113.288,112.95479999999999,111.622,111.2888,109.2896,107.6236,106.624,105.6244,103.62519999999999,103.292,101.9592,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,95.2952,93.29599999999999,91.63,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.9632,91.9632,92.6296,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,90.9636,89.964,89.2976,88.9644,88.298,87.9648,86.632,85.2992,83.9664,83.6332,82.3004,81.9672,81.3008,81.3008,81.3008,80.6344,79.968,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,75.9696,75.3032,75.3032,74.3036,73.63719999999999,72.6376,72.6376,71.638,70.9716,70.3052,69.6388,68.9724,68.306,66.64,65.9736,64.6408,63.9744,61.641999999999996,59.6428,58.31,56.977199999999996,55.3112,53.312,50.3132,48.980399999999996,46.9812,45.6484,44.982,44.982,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,40.6504,40.6504,40.6504,39.984,39.984,39.984,39.984,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,38.318,38.9844,38.9844,39.6508,40.3172,40.9836,40.9836,41.65,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,43.6492,44.315599999999996,44.982,45.6484,46.3148,46.9812,48.314,49.6468,50.9796,51.646,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.9768,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.9736,66.64,67.3064,67.3064,67.97279999999999,68.6392,68.9724,68.9724,68.6392,69.3056,69.3056,69.3056,69.3056,68.6392,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.3024,77.9688,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.634,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.2992,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.9632,92.9628,93.6292,93.9624,94.6288,94.6288,94.6288,94.962,94.962,95.2952,95.9616,96.2948,96.628,96.9612,96.9612,96.628,96.628,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.96039999999999,99.96,100.6264,101.2928,102.6256,103.9584,105.2912,106.2908,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,109.956,110.2892,110.6224,110.6224,110.6224,110.9556,110.9556,111.622,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,111.622,110.6224,109.956,109.956,109.2896,108.9564,108.9564,108.9564,108.28999999999999,106.9572,106.2908,105.9576,105.2912,104.2916,102.6256,102.2924,100.6264,98.6272,97.2944,95.6284,95.2952,95.6284,94.962,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,99.96,99.96,99.2936,99.2936,98.6272,98.6272,98.6272,98.6272,99.6268,100.2932,100.6264,101.9592,103.292,104.2916,105.2912,105.6244,106.9572,106.9572,106.2908,105.9576,104.958,104.2916,103.62519999999999,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,105.2912,105.2912,105.2912,105.6244,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,106.624,106.624,105.6244,103.9584,102.6256,100.9596,99.6268,98.6272,97.96079999999999,97.2944,97.96079999999999,98.6272,99.6268,100.6264,101.9592,102.6256,103.62519999999999,104.2916,105.2912,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.2904,106.9572,106.2908,105.2912,103.292,101.9592,101.2928,100.6264,100.6264,101.2928,102.6256,103.62519999999999,104.2916,104.6248,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,105.6244,106.9572,107.6236,108.9564,110.2892,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,116.62,116.62,117.2864,118.9524,119.6188,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.9512,120.6184,119.6188,118.286,118.286,118.9524,118.9524,118.286,117.9528,116.9532,116.62,116.2868,115.6204,114.6208,114.2876,113.6212,113.6212,113.6212,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.9536,116.62,117.2864,117.9528,119.6188,121.2848,122.6176,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.6164,125.9496,125.9496,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,122.2844,122.2844,122.6176,122.9508,123.28399999999999,123.9504,124.28359999999999,125.2832,125.6164,125.9496,126.616,126.616,126.616,125.6164,125.6164,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.2844,121.618,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.9492,126.9492,127.6156,127.9488,128.9484,129.2816,130.6144,130.9476,131.9472,132.6136,133.9464,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,135.6124,135.94559999999998,135.94559999999998,137.2784,137.6116,137.6116,137.6116,137.2784,136.612,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.6124,135.6124,136.2788,137.2784,137.6116,137.6116,138.278,139.6108,140.6104,141.60999999999999,141.60999999999999,142.2764,141.60999999999999,141.60999999999999,140.9436,139.944,139.6108,138.9444,137.9448,137.9448,137.6116,137.6116,136.9452,136.9452,136.9452,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.6112,138.6112,138.9444,138.9444,139.6108,139.6108,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.2768,141.2768,141.9432,141.9432,141.2768,141.2768,141.2768,141.2768,141.9432,141.2768,141.2768,141.9432,142.9428,143.276,143.9424,143.9424,144.942,144.942,145.2752,145.2752,145.6084,145.6084,145.9416,146.2748,147.27439999999999,147.27439999999999,147.9408,147.9408,148.6072,148.6072,149.6068,149.94,151.2728,152.2724,152.9388,153.6052,153.6052,154.2716,154.2716,154.2716,154.2716,154.2716,153.6052,153.6052,152.6056,152.6056,151.9392,151.9392,151.9392,151.9392,151.9392,152.6056,151.9392,152.2724,153.6052,153.6052,154.2716,154.938,155.2712,156.2708,156.9372,157.2704,158.27,158.6032,159.2696,159.936,160.2692,160.2692,160.9356,161.602,161.602,162.26839999999999,162.6016,162.6016,162.6016,162.26839999999999,161.602,160.9356,159.6028,159.6028,159.2696,159.2696,159.2696,159.6028],[157.9368,157.2704,155.9376,153.9384,152.6056,151.606,150.93959999999998,150.6064,150.6064,150.6064,149.94,149.6068,149.2736,148.274,148.274,147.6076,147.27439999999999,146.2748,144.942,143.6092,143.276,142.6096,141.60999999999999,140.6104,140.9436,140.6104,140.6104,139.944,138.9444,137.9448,136.9452,135.6124,135.6124,134.946,134.946,133.9464,133.28,132.9468,131.9472,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.948,129.948,128.6152,128.6152,127.9488,127.9488,126.9492,126.2828,125.6164,124.95,123.9504,123.6172,122.9508,122.2844,121.2848,120.9516,118.9524,118.286,117.6196,117.2864,116.62,115.9536,115.9536,115.2872,115.2872,114.2876,112.6216,112.6216,112.6216,112.95479999999999,111.9552,111.622,110.6224,109.2896,107.6236,106.624,105.6244,103.9584,103.292,102.6256,101.2928,100.9596,100.2932,99.96,99.6268,98.96039999999999,98.6272,97.96079999999999,96.9612,95.6284,93.6292,92.9628,90.9636,90.6304,91.2968,90.6304,91.2968,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,92.2964,90.9636,90.2972,89.2976,88.63119999999999,88.298,87.2984,86.632,85.2992,84.6328,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,75.9696,75.9696,75.3032,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.6388,68.306,67.3064,65.9736,65.3072,63.9744,61.641999999999996,60.3092,58.31,56.977199999999996,55.3112,53.312,50.9796,48.980399999999996,46.9812,46.3148,45.6484,44.982,43.9824,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,40.6504,40.6504,39.984,39.984,39.984,39.984,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.9844,38.9844,39.6508,40.3172,40.9836,40.9836,41.65,41.65,42.6496,42.6496,41.9832,41.9832,42.6496,43.316,44.315599999999996,44.982,45.6484,45.6484,46.647999999999996,47.3144,48.980399999999996,49.6468,50.9796,52.3124,53.9784,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.3116,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.3052,70.3052,70.9716,70.9716,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.634,82.3004,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.9632,92.9628,93.6292,93.9624,93.9624,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.962,94.962,94.962,95.6284,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,99.96,100.2932,102.2924,103.62519999999999,105.6244,105.6244,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.624,106.9572,107.6236,107.9568,109.956,110.2892,110.9556,110.9556,110.9556,111.622,111.622,112.2884,113.95439999999999,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.2884,110.9556,110.6224,110.2892,110.2892,110.2892,109.956,109.956,109.2896,107.6236,106.2908,105.9576,104.6248,103.9584,102.6256,102.2924,100.6264,98.6272,96.628,95.6284,95.2952,94.962,94.962,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,99.96,99.96,99.2936,99.2936,98.6272,98.6272,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.9592,103.292,104.2916,105.2912,105.6244,106.9572,106.9572,106.2908,106.624,105.2912,104.958,103.62519999999999,103.292,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,104.2916,104.958,104.958,104.958,105.2912,105.6244,105.6244,106.2908,106.624,107.2904,107.6236,107.9568,107.9568,107.9568,107.6236,107.2904,105.9576,105.6244,103.62519999999999,102.6256,100.9596,99.2936,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,100.2932,100.6264,101.9592,102.6256,103.62519999999999,104.2916,105.2912,105.6244,106.2908,106.9572,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,108.6232,107.9568,106.9572,106.2908,104.2916,102.2924,101.2928,100.6264,101.2928,101.2928,102.6256,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,106.9572,107.9568,109.956,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,117.2864,117.9528,118.9524,120.9516,121.2848,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.9512,120.6184,119.952,118.9524,118.286,119.6188,119.6188,118.9524,118.286,117.6196,117.6196,116.9532,116.62,115.6204,115.2872,115.2872,114.2876,114.6208,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.9536,116.62,117.2864,118.286,119.952,121.9512,123.28399999999999,123.9504,124.6168,125.2832,125.6164,125.6164,125.9496,125.9496,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,124.95,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.9508,122.9508,122.9508,123.6172,123.9504,124.28359999999999,124.28359999999999,125.6164,125.6164,126.616,126.616,126.616,126.616,126.616,126.2828,125.6164,125.6164,124.95,123.9504,123.28399999999999,122.2844,121.618,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.6172,124.28359999999999,124.28359999999999,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,127.6156,127.6156,127.9488,128.6152,129.2816,130.6144,131.9472,132.6136,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,136.612,137.2784,137.2784,137.2784,136.9452,136.9452,137.2784,137.6116,137.6116,138.278,137.6116,137.6116,137.2784,136.612,135.6124,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.6124,136.2788,137.2784,137.9448,138.6112,139.6108,140.9436,141.60999999999999,142.2764,142.2764,141.60999999999999,141.60999999999999,140.6104,139.944,139.6108,138.9444,137.9448,137.9448,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.9444,138.9444,139.6108,139.6108,140.6104,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,143.276,143.9424,143.9424,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,146.2748,146.9412,147.27439999999999,147.27439999999999,148.274,148.274,148.9404,149.6068,150.6064,151.606,152.6056,152.9388,153.6052,153.6052,154.2716,154.2716,154.2716,154.2716,154.2716,153.6052,152.9388,152.6056,152.6056,151.9392,151.9392,151.9392,152.6056,152.6056,152.2724,152.9388,154.2716,154.6048,155.2712,155.9376,156.2708,156.9372,157.6036,158.27,158.6032,159.2696,160.2692,160.9356,160.9356,160.9356,161.602,162.26839999999999,162.26839999999999,162.6016,163.268,163.268,162.6016,162.6016,161.9352,161.602,160.2692,159.6028,159.2696,159.6028,159.6028,159.6028],[159.2696,158.6032,156.9372,155.2712,153.6052,152.2724,151.9392,151.2728,150.6064,150.6064,150.6064,150.2732,149.6068,149.6068,148.9404,148.6072,148.274,147.6076,146.2748,145.6084,144.942,143.9424,142.9428,141.9432,141.9432,141.9432,141.2768,140.9436,139.2776,138.6112,138.6112,137.2784,136.612,135.6124,135.2792,134.2796,133.28,132.9468,131.9472,131.2808,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,128.6152,128.6152,127.9488,127.9488,126.9492,126.2828,125.6164,124.95,123.9504,123.6172,122.2844,121.9512,120.9516,120.2852,118.61919999999999,117.9528,117.2864,117.2864,116.2868,115.6204,114.2876,114.2876,113.6212,112.6216,112.2884,111.622,112.2884,111.622,111.2888,111.2888,110.6224,108.9564,107.2904,106.624,104.958,103.9584,103.292,102.6256,101.2928,100.9596,100.2932,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,96.9612,95.6284,94.6288,92.9628,92.2964,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,94.962,94.962,94.962,94.6288,94.6288,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,91.63,90.2972,89.964,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,82.3004,81.634,81.3008,80.3012,80.3012,80.3012,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,77.6356,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.6388,68.9724,67.3064,66.64,65.3072,64.6408,62.3084,60.3092,58.9764,57.6436,55.9776,53.9784,50.9796,49.6468,47.6476,46.3148,45.6484,44.982,43.9824,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.984,39.3176,39.3176,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,44.315599999999996,44.982,45.6484,46.3148,47.3144,48.314,49.6468,50.3132,51.646,52.9788,54.6448,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.9788,52.9788,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.9768,57.9768,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,66.3068,67.6396,68.6392,69.3056,70.6384,71.3048,71.9712,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,73.304,73.304,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.9676,80.9676,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.3,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,86.2988,86.2988,86.2988,86.2988,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,92.6296,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.962,95.2952,95.9616,96.9612,97.2944,97.96079999999999,98.294,99.2936,99.96,101.626,103.292,104.958,105.2912,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,106.624,106.9572,107.6236,107.9568,109.2896,110.2892,110.9556,110.9556,112.2884,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.6208,114.6208,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,111.2888,110.9556,110.2892,109.2896,108.28999999999999,106.9572,105.9576,104.6248,103.9584,102.6256,101.626,100.2932,98.6272,96.628,95.2952,94.6288,94.6288,93.9624,94.962,94.962,95.6284,95.6284,95.9616,96.628,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.9592,103.292,104.2916,104.958,105.6244,106.9572,106.9572,106.2908,106.2908,104.958,104.958,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.958,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.9568,107.9568,108.9564,109.2896,108.9564,108.9564,108.9564,107.9568,106.9572,105.6244,104.6248,103.292,101.9592,100.2932,98.96039999999999,98.96039999999999,99.2936,99.6268,100.6264,101.2928,101.9592,102.6256,103.62519999999999,104.2916,104.958,105.9576,106.2908,106.9572,107.6236,107.9568,109.2896,109.2896,109.956,109.6228,109.6228,109.2896,108.28999999999999,107.6236,105.6244,103.292,101.9592,101.2928,101.2928,101.2928,101.9592,102.6256,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.2916,104.958,104.958,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.6244,106.2908,107.6236,109.2896,110.2892,111.2888,111.622,111.622,112.2884,113.288,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.2864,117.2864,117.9528,118.286,118.286,119.6188,120.9516,121.618,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.9512,120.6184,119.952,119.6188,119.6188,119.6188,119.6188,118.9524,118.286,117.6196,117.6196,116.9532,116.9532,116.9532,116.62,116.62,115.9536,115.6204,114.954,114.954,114.954,114.6208,114.6208,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,116.62,117.6196,119.952,121.9512,123.28399999999999,124.6168,125.2832,125.2832,125.6164,125.6164,125.9496,125.9496,126.2828,126.2828,126.9492,126.9492,126.2828,125.6164,124.95,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.6164,126.616,126.9492,127.6156,127.6156,127.6156,127.6156,126.616,126.616,125.9496,125.2832,124.6168,123.6172,122.9508,121.618,121.2848,120.9516,120.9516,121.2848,121.618,122.2844,123.28399999999999,123.6172,123.6172,124.28359999999999,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,127.6156,127.6156,127.6156,127.9488,129.2816,129.948,131.9472,132.6136,134.2796,134.946,135.2792,135.94559999999998,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,136.9452,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,137.6116,137.9448,137.6116,137.2784,136.2788,135.6124,136.2788,136.2788,134.946,134.946,134.946,134.946,135.2792,135.2792,135.6124,136.2788,137.2784,138.278,139.6108,140.2772,141.60999999999999,142.2764,142.9428,142.2764,141.2768,140.6104,139.944,138.9444,138.6112,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,139.2776,139.944,139.944,140.2772,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.9424,143.9424,144.942,144.942,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,146.2748,146.2748,146.608,147.27439999999999,147.6076,148.274,148.274,148.6072,149.94,151.606,152.6056,152.9388,152.9388,153.6052,153.6052,154.2716,154.2716,154.6048,154.2716,153.6052,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,152.9388,152.6056,152.9388,153.6052,154.2716,155.2712,155.9376,156.60399999999998,156.9372,157.6036,157.6036,158.27,159.6028,160.2692,160.6024,161.2688,161.9352,161.9352,162.26839999999999,162.9348,162.9348,163.6012,163.6012,163.6012,163.6012,162.9348,161.9352,161.602,160.9356,160.6024,160.2692,160.2692,160.6024,160.6024],[159.6028,158.6032,157.2704,155.9376,154.6048,153.6052,152.2724,151.9392,151.2728,150.6064,150.6064,150.6064,149.94,149.6068,148.9404,148.9404,148.6072,148.274,147.6076,146.608,145.6084,144.2756,143.9424,143.6092,142.9428,142.6096,141.9432,141.2768,139.944,138.9444,138.9444,137.9448,137.2784,136.612,136.2788,134.2796,133.6132,132.9468,131.9472,131.2808,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,128.6152,128.6152,127.9488,127.9488,126.9492,126.2828,125.6164,125.2832,123.9504,122.9508,122.2844,121.2848,120.9516,119.6188,118.61919999999999,117.9528,117.2864,116.62,115.9536,114.2876,113.6212,113.288,113.288,112.2884,111.622,110.2892,110.9556,110.9556,110.9556,110.2892,109.6228,108.9564,107.2904,105.2912,104.958,103.62519999999999,103.292,102.6256,101.2928,100.9596,100.2932,99.96,99.6268,98.96039999999999,98.6272,97.96079999999999,96.9612,95.6284,94.6288,93.9624,93.6292,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.6288,94.6288,93.29599999999999,93.29599999999999,92.9628,92.6296,92.2964,91.2968,90.6304,89.964,89.2976,88.298,86.632,86.2988,85.6324,84.966,84.2996,82.96679999999999,81.9672,81.3008,80.6344,80.3012,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,76.9692,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,75.9696,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.6388,68.9724,67.97279999999999,66.64,65.9736,64.6408,62.3084,60.9756,58.9764,57.6436,55.9776,53.9784,51.646,49.6468,47.6476,46.3148,45.6484,44.982,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,44.982,44.982,45.6484,46.3148,47.3144,48.980399999999996,49.6468,50.9796,52.3124,53.6452,55.3112,55.9776,56.644,56.644,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.9784,53.9784,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.9768,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,65.6404,66.3068,67.6396,68.6392,69.972,71.3048,71.9712,73.63719999999999,74.97,74.97,75.3032,75.9696,75.6364,75.6364,75.6364,74.97,73.9704,72.6376,71.9712,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.9676,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.3,82.6336,82.6336,82.6336,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,86.2988,86.2988,86.2988,86.632,87.9648,87.9648,88.63119999999999,89.2976,90.2972,90.6304,90.6304,91.2968,92.2964,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.6292,92.9628,92.9628,93.6292,93.29599999999999,93.6292,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.2956,94.2956,95.2952,95.9616,96.9612,96.9612,97.2944,97.96079999999999,98.96039999999999,99.96,101.2928,102.6256,103.62519999999999,104.958,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.624,106.624,106.9572,107.9568,109.2896,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.6208,114.6208,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.622,111.2888,111.2888,110.9556,109.956,108.28999999999999,107.6236,106.624,104.6248,103.9584,102.6256,101.626,100.2932,97.96079999999999,96.2948,95.2952,94.6288,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,96.9612,97.6276,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.9592,103.62519999999999,104.2916,104.958,105.6244,106.9572,106.9572,106.2908,106.2908,104.958,104.958,104.2916,104.2916,104.2916,104.2916,104.958,104.958,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,106.9572,107.6236,107.9568,108.28999999999999,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.6236,106.9572,105.2912,103.62519999999999,101.9592,101.2928,99.2936,99.2936,99.6268,99.6268,100.6264,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,104.958,105.9576,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,110.2892,110.2892,109.6228,109.2896,108.6232,107.6236,105.9576,104.2916,102.2924,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,103.9584,103.9584,103.9584,103.9584,104.958,104.958,105.6244,105.6244,104.958,104.958,104.958,104.958,105.2912,105.2912,106.2908,106.9572,108.9564,109.6228,110.6224,111.2888,111.2888,111.622,112.6216,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.2864,117.6196,118.286,118.9524,118.9524,119.6188,120.9516,121.618,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,120.6184,119.952,119.952,119.6188,119.6188,119.6188,118.9524,117.9528,117.6196,117.6196,117.6196,117.6196,116.9532,116.9532,116.9532,116.2868,116.2868,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.2876,114.2876,114.2876,113.6212,114.2876,114.2876,116.2868,117.6196,119.2856,121.618,123.9504,124.95,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,126.2828,126.2828,126.9492,126.9492,126.2828,126.2828,125.2832,124.28359999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.95,125.2832,126.2828,126.616,126.9492,127.6156,127.6156,127.6156,127.6156,126.616,126.616,126.616,125.6164,125.2832,124.28359999999999,122.9508,122.2844,121.618,120.9516,120.9516,120.9516,121.618,121.618,122.6176,123.28399999999999,123.6172,123.6172,123.6172,124.28359999999999,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,127.6156,127.6156,127.6156,127.9488,128.6152,129.948,131.2808,132.6136,134.2796,134.946,135.2792,135.94559999999998,136.612,136.612,137.2784,137.2784,137.6116,137.6116,137.6116,138.278,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.278,137.6116,137.6116,137.6116,137.9448,137.6116,137.6116,136.9452,136.2788,136.612,136.2788,134.946,134.946,134.946,134.946,134.946,135.2792,135.6124,136.2788,137.2784,138.6112,140.6104,140.9436,141.60999999999999,142.2764,142.2764,141.9432,140.6104,139.944,139.6108,138.9444,138.6112,138.6112,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,139.2776,139.2776,139.2776,139.2776,139.2776,139.6108,139.944,139.944,139.944,139.944,140.2772,140.2772,140.9436,141.60999999999999,141.60999999999999,141.9432,141.9432,142.2764,142.2764,142.6096,142.6096,143.276,143.276,143.276,143.9424,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.276,143.276,143.9424,143.9424,144.2756,144.942,144.942,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,146.2748,146.2748,146.608,146.608,147.6076,147.6076,148.274,148.6072,149.6068,150.93959999999998,151.9392,152.6056,152.9388,152.9388,153.6052,154.2716,154.6048,154.6048,154.2716,154.2716,153.6052,152.9388,152.9388,152.6056,152.6056,152.6056,152.9388,153.272,153.9384,154.6048,155.2712,155.9376,156.60399999999998,156.60399999999998,157.6036,157.6036,158.27,158.9364,159.6028,160.2692,161.2688,161.602,161.9352,161.9352,162.9348,162.9348,163.6012,163.6012,163.6012,163.6012,163.6012,162.9348,161.9352,161.9352,161.602,160.9356,160.6024,160.6024,160.6024,160.6024],[159.6028,158.6032,157.6036,156.9372,155.2712,153.6052,152.9388,152.6056,151.9392,151.9392,151.2728,150.93959999999998,150.6064,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,148.274,146.9412,145.9416,144.942,144.2756,143.9424,143.276,143.276,142.2764,140.6104,139.944,139.2776,138.6112,137.2784,136.2788,135.6124,133.9464,133.28,132.2804,131.9472,130.9476,130.6144,129.948,129.948,129.948,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,129.948,129.948,128.9484,128.6152,127.9488,127.9488,127.2824,126.616,125.6164,125.2832,123.9504,122.9508,122.2844,120.2852,120.2852,118.9524,117.9528,116.9532,116.62,115.9536,114.954,114.2876,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.6224,110.6224,110.2892,109.956,109.956,109.6228,108.28999999999999,106.624,105.2912,104.2916,103.62519999999999,102.6256,101.9592,101.2928,100.9596,99.96,99.96,99.6268,98.96039999999999,97.96079999999999,97.2944,96.628,95.9616,94.6288,93.9624,93.6292,93.6292,92.9628,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.2956,94.2956,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,90.9636,90.2972,90.2972,89.964,89.964,88.9644,87.2984,85.9656,84.966,84.2996,84.2996,83.3,82.6336,80.9676,80.3012,79.6348,79.6348,78.9684,79.3016,79.3016,79.3016,78.6352,78.30199999999999,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,70.9716,70.3052,69.6388,68.9724,68.306,66.9732,65.3072,63.9744,62.6416,61.3088,58.9764,56.977199999999996,54.978,52.9788,50.9796,49.6468,47.6476,46.3148,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,40.9836,40.9836,41.65,41.65,42.6496,42.6496,43.316,43.316,43.316,43.9824,44.982,44.982,45.6484,46.3148,47.3144,48.980399999999996,50.3132,51.646,52.9788,54.6448,55.9776,56.977199999999996,56.977199999999996,57.6436,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,58.6432,57.9768,56.977199999999996,56.3108,55.6444,54.978,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,62.3084,62.3084,63.308,63.308,64.3076,64.974,65.6404,66.9732,68.6392,69.972,71.3048,72.3044,74.3036,75.6364,76.9692,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.636,75.6364,74.3036,73.304,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.9652,86.9652,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.964,90.2972,91.2968,91.2968,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,93.6292,93.29599999999999,92.6296,92.6296,92.2964,92.6296,92.6296,92.6296,92.6296,92.9628,93.6292,93.6292,93.9624,94.962,95.6284,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,100.6264,101.9592,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,107.6236,108.9564,109.6228,110.2892,111.2888,111.622,112.2884,112.6216,112.95479999999999,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,113.6212,113.288,113.288,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.6224,109.956,108.6232,107.6236,106.624,104.6248,103.9584,102.6256,101.2928,99.6268,97.96079999999999,96.2948,95.2952,94.6288,94.6288,94.6288,95.2952,95.6284,95.9616,96.628,97.6276,98.294,98.6272,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.9596,101.626,101.626,102.6256,103.62519999999999,104.2916,104.958,105.6244,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,109.2896,108.28999999999999,107.6236,106.2908,103.9584,102.6256,101.2928,100.2932,100.2932,100.2932,100.2932,101.2928,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.958,105.6244,106.9572,107.6236,108.28999999999999,108.9564,109.956,109.956,110.6224,110.6224,109.2896,109.2896,108.6232,107.9568,106.624,105.2912,102.6256,101.2928,101.2928,101.2928,101.626,101.626,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,105.6244,105.6244,105.9576,106.9572,107.9568,109.2896,109.6228,110.6224,111.2888,111.622,112.2884,112.95479999999999,114.2876,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,118.286,118.286,118.9524,118.9524,119.952,120.2852,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.6176,122.6176,121.9512,121.9512,120.6184,120.6184,119.952,119.952,119.6188,118.9524,118.9524,118.286,118.286,118.286,117.9528,117.6196,117.6196,117.6196,117.9528,117.9528,117.2864,117.2864,116.62,116.62,115.6204,115.6204,115.2872,115.2872,114.954,114.954,113.95439999999999,114.6208,115.6204,116.62,119.2856,121.618,124.28359999999999,125.6164,126.2828,125.9496,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.2828,126.2828,124.95,124.6168,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,124.95,124.95,125.6164,126.2828,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.616,125.2832,124.28359999999999,123.6172,123.28399999999999,122.2844,121.618,121.618,121.618,121.618,121.618,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.6172,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,127.2824,126.616,126.616,126.616,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,127.9488,128.9484,129.948,130.9476,131.9472,133.6132,134.946,135.6124,136.2788,136.612,137.2784,137.2784,137.2784,137.9448,138.6112,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,138.6112,138.6112,137.9448,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,136.2788,135.2792,134.946,134.946,134.2796,134.946,135.2792,136.2788,136.9452,138.278,139.944,140.2772,140.9436,140.9436,140.9436,141.60999999999999,140.6104,140.6104,139.6108,139.6108,138.6112,137.9448,137.9448,138.6112,138.6112,138.6112,139.2776,139.2776,139.2776,139.2776,139.2776,139.944,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,143.9424,144.2756,144.2756,144.942,144.942,145.6084,145.6084,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,146.608,146.608,147.27439999999999,147.27439999999999,147.6076,147.6076,148.274,149.2736,149.94,150.6064,151.606,151.9392,152.6056,152.9388,153.6052,154.2716,154.6048,154.6048,154.6048,154.2716,154.938,154.2716,153.272,153.272,153.272,153.272,153.272,153.9384,154.2716,154.938,155.6044,156.2708,156.9372,156.9372,158.27,158.27,158.6032,159.2696,160.6024,160.9356,161.602,161.9352,162.6016,162.6016,162.9348,162.9348,163.6012,163.6012,162.9348,162.9348,162.9348,162.9348,161.9352,161.9352,161.602,161.602,161.2688,161.2688,161.2688,161.2688],[159.6028,159.2696,158.27,157.2704,156.2708,154.938,152.9388,152.6056,152.6056,151.9392,151.9392,150.93959999999998,150.6064,149.6068,149.6068,149.6068,149.6068,149.6068,148.9404,148.6072,147.6076,147.27439999999999,145.9416,145.6084,144.2756,143.9424,143.9424,142.9428,141.2768,140.6104,139.944,138.6112,137.2784,136.2788,135.6124,133.9464,132.9468,132.2804,131.9472,130.9476,130.6144,129.948,129.948,129.948,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,129.948,129.948,128.9484,128.6152,127.9488,127.9488,127.2824,126.616,125.6164,124.6168,123.28399999999999,122.6176,121.2848,120.2852,119.6188,118.9524,117.9528,116.62,115.9536,115.2872,114.954,113.6212,112.95479999999999,112.2884,111.622,111.622,110.6224,110.2892,109.956,109.6228,109.6228,108.9564,108.28999999999999,107.9568,106.624,105.6244,104.2916,103.292,101.9592,101.2928,100.9596,100.9596,99.96,99.6268,98.96039999999999,98.6272,97.2944,97.2944,96.628,96.2948,95.2952,94.6288,94.2956,93.6292,93.6292,93.29599999999999,93.29599999999999,93.6292,93.6292,94.2956,94.2956,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.9628,92.2964,90.9636,90.9636,90.2972,89.964,89.964,89.2976,88.9644,88.298,85.9656,84.6328,82.96679999999999,82.96679999999999,82.6336,82.6336,81.634,80.9676,79.6348,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,77.6356,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.638,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.3052,70.3052,69.6388,68.306,67.6396,66.3068,64.6408,63.308,61.9752,60.6424,58.31,56.3108,54.3116,52.3124,50.9796,49.6468,47.6476,46.3148,45.3152,44.6488,43.9824,43.316,41.9832,41.3168,40.6504,39.984,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,40.3172,40.9836,41.65,41.65,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.982,44.982,45.6484,46.3148,47.3144,48.980399999999996,50.3132,51.646,52.9788,54.6448,55.9776,56.977199999999996,57.6436,57.6436,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,63.308,62.3084,61.641999999999996,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.644,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,62.3084,63.308,63.308,63.9744,64.974,65.6404,66.3068,66.9732,69.3056,70.6384,72.3044,73.63719999999999,74.97,76.636,78.30199999999999,78.9684,79.3016,79.968,79.968,79.968,78.9684,78.30199999999999,76.3028,75.6364,74.3036,73.63719999999999,71.9712,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.2992,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,87.2984,88.298,88.298,88.63119999999999,89.2976,89.964,90.2972,91.2968,91.2968,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,91.9632,92.6296,92.9628,93.6292,93.6292,93.9624,94.962,95.6284,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,100.6264,101.2928,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.6244,106.2908,106.9572,107.6236,108.28999999999999,108.9564,109.956,110.9556,111.622,111.622,111.9552,112.6216,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,110.6224,109.956,108.6232,107.6236,106.624,104.6248,103.9584,102.6256,100.9596,98.96039999999999,96.628,96.2948,95.2952,94.6288,94.6288,95.2952,95.6284,96.2948,96.628,97.6276,98.294,98.96039999999999,99.2936,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.626,101.626,102.2924,102.6256,103.62519999999999,104.958,104.958,105.2912,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.9576,105.6244,105.6244,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.956,109.956,110.2892,110.2892,109.956,109.956,108.9564,108.28999999999999,106.2908,104.958,102.6256,101.626,100.6264,100.2932,100.2932,100.6264,101.626,102.2924,103.292,103.292,103.62519999999999,104.2916,105.6244,105.6244,106.9572,107.9568,108.9564,109.6228,109.956,109.956,110.6224,110.6224,109.2896,109.2896,108.6232,107.9568,106.9572,105.9576,103.62519999999999,101.626,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.6244,105.9576,105.9576,106.624,107.6236,108.9564,109.6228,110.6224,111.2888,111.622,112.2884,112.95479999999999,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,118.286,118.286,118.9524,119.6188,120.2852,120.2852,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.6176,122.6176,121.9512,121.9512,121.2848,120.6184,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.286,118.286,117.9528,116.9532,116.62,115.9536,115.6204,115.2872,115.2872,115.6204,114.954,114.6208,114.6208,115.6204,116.62,119.2856,120.9516,124.28359999999999,125.6164,126.2828,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.2828,125.6164,124.6168,124.6168,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,124.95,125.2832,126.2828,126.2828,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.616,125.6164,124.95,124.28359999999999,123.6172,122.9508,122.2844,122.2844,121.618,121.618,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.6172,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,127.2824,127.2824,126.616,126.616,126.9492,127.6156,127.6156,127.6156,126.9492,126.9492,127.9488,127.9488,128.9484,129.6148,130.6144,131.9472,133.28,134.2796,135.2792,135.6124,136.612,137.2784,137.2784,137.6116,138.6112,139.2776,139.6108,139.944,139.944,139.944,139.944,139.6108,139.2776,139.2776,138.6112,138.6112,137.9448,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,136.2788,135.6124,134.946,134.946,134.6128,135.2792,135.94559999999998,136.9452,138.278,139.6108,139.944,140.2772,140.2772,140.2772,140.2772,140.6104,139.944,139.6108,139.6108,139.2776,139.2776,138.6112,138.6112,138.6112,138.6112,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,143.276,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.2756,144.2756,144.942,144.942,145.6084,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,148.274,148.274,148.6072,149.2736,150.6064,151.2728,151.606,151.9392,152.6056,152.9388,153.6052,154.2716,154.6048,154.6048,154.6048,154.6048,154.938,154.938,153.9384,153.9384,153.9384,153.9384,153.9384,153.9384,154.938,154.938,155.6044,156.2708,156.9372,157.2704,158.27,158.6032,159.2696,159.2696,160.6024,160.9356,161.602,161.9352,162.6016,162.6016,162.9348,162.9348,162.9348,162.9348,162.9348,162.9348,162.9348,162.9348,161.9352,161.9352,161.602,161.602,161.2688,161.2688,161.2688,161.2688],[160.9356,159.936,159.6028,158.6032,156.9372,155.2712,154.2716,153.272,152.9388,152.6056,151.9392,151.2728,150.93959999999998,150.6064,150.6064,150.6064,149.6068,149.6068,148.9404,148.9404,148.6072,147.6076,147.27439999999999,146.2748,145.2752,144.942,143.9424,143.276,141.60999999999999,140.6104,139.944,138.6112,137.2784,136.2788,135.6124,133.9464,132.9468,132.2804,131.9472,130.9476,130.6144,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,128.9484,128.6152,127.9488,127.9488,127.2824,126.616,125.2832,124.6168,122.9508,121.9512,120.6184,119.952,119.6188,118.61919999999999,117.6196,116.62,115.9536,115.2872,114.2876,113.6212,112.95479999999999,112.2884,111.622,111.622,110.6224,110.2892,109.956,109.6228,108.9564,108.9564,108.28999999999999,107.2904,106.2908,105.6244,104.2916,103.292,102.6256,101.9592,101.626,100.9596,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.9616,94.962,94.2956,93.9624,93.6292,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,92.2964,91.63,90.9636,90.6304,89.964,89.2976,89.2976,88.9644,88.298,88.298,86.632,83.9664,82.96679999999999,82.3004,81.9672,81.3008,81.3008,80.9676,80.3012,78.9684,77.3024,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.3052,70.3052,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,69.6388,69.6388,69.6388,68.9724,68.306,67.6396,66.3068,65.6404,63.308,62.6416,61.3088,59.309599999999996,57.6436,55.6444,53.6452,51.646,50.3132,48.980399999999996,46.9812,46.3148,45.3152,44.6488,43.9824,42.6496,41.9832,41.3168,40.6504,39.984,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,36.652,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,40.3172,40.9836,41.65,41.65,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.315599999999996,44.982,45.6484,46.3148,48.314,49.6468,50.9796,52.3124,53.6452,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,63.9744,63.308,61.9752,61.3088,60.9756,60.3092,59.976,59.976,58.9764,58.9764,58.31,58.31,58.31,58.31,57.9768,57.9768,57.9768,57.9768,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.974,65.6404,66.3068,67.6396,69.3056,71.3048,72.9708,74.3036,75.6364,77.3024,78.9684,79.6348,79.968,80.6344,80.6344,80.6344,79.6348,78.9684,76.9692,76.3028,74.97,74.3036,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.6352,79.3016,79.968,79.968,80.6344,80.9676,81.634,82.3004,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.2992,85.2992,85.2992,85.2992,85.9656,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,89.2976,89.964,90.2972,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,95.2952,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,100.6264,101.2928,102.6256,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.6244,106.2908,106.9572,107.6236,108.28999999999999,108.9564,109.956,110.9556,111.2888,111.9552,112.6216,113.288,113.6212,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,112.2884,111.622,110.6224,109.956,108.28999999999999,107.6236,105.9576,104.6248,103.292,102.2924,100.6264,98.294,96.628,96.2948,95.2952,95.2952,95.2952,95.6284,96.628,96.9612,97.6276,98.294,98.96039999999999,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,101.2928,101.626,102.2924,102.2924,102.6256,103.62519999999999,104.958,104.958,105.2912,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,106.2908,106.624,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.2892,109.956,109.2896,108.28999999999999,106.624,104.958,103.62519999999999,101.9592,101.2928,101.2928,101.2928,101.626,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,105.2912,105.9576,106.9572,107.9568,109.2896,109.956,110.6224,110.6224,109.956,109.956,109.2896,108.6232,108.6232,108.28999999999999,106.9572,105.9576,103.9584,101.626,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,106.624,107.6236,108.9564,109.6228,110.6224,111.2888,111.622,112.2884,112.95479999999999,113.6212,114.2876,114.954,114.954,115.2872,115.2872,114.954,114.954,115.6204,115.9536,115.9536,115.9536,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,116.2868,116.2868,116.62,116.62,117.2864,117.2864,118.286,118.286,118.9524,119.6188,120.2852,120.2852,121.2848,121.2848,121.618,121.618,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,117.9528,117.2864,116.9532,116.62,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,115.6204,116.62,118.61919999999999,120.6184,123.9504,124.95,126.2828,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,124.6168,123.9504,123.9504,123.9504,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.616,125.6164,125.2832,125.2832,124.6168,123.6172,123.28399999999999,122.6176,122.6176,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.6172,124.28359999999999,123.9504,123.9504,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,126.9492,126.9492,127.6156,127.6156,127.9488,127.9488,127.2824,127.2824,127.9488,127.9488,128.9484,129.6148,130.6144,131.2808,132.9468,133.6132,135.2792,135.6124,136.612,137.2784,138.6112,138.6112,138.9444,139.6108,139.944,139.944,140.9436,140.9436,140.6104,140.6104,139.6108,139.6108,138.9444,138.6112,137.9448,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.2788,136.2788,136.2788,135.6124,135.6124,135.94559999999998,135.94559999999998,137.2784,138.278,138.6112,139.944,140.2772,140.2772,140.2772,139.944,139.944,139.944,139.6108,139.6108,139.6108,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.942,144.942,144.942,144.942,145.6084,146.2748,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,148.274,148.274,148.6072,148.9404,148.9404,148.9404,149.94,150.93959999999998,151.606,152.6056,152.6056,152.9388,152.9388,153.6052,154.2716,154.6048,154.6048,154.2716,154.2716,155.2712,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,155.6044,156.2708,156.9372,157.2704,158.6032,158.6032,159.2696,159.2696,160.6024,160.9356,161.602,161.9352,162.26839999999999,162.26839999999999,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,161.9352,161.9352,161.9352,161.9352,161.2688,161.2688,160.6024,160.6024],[161.2688,160.6024,160.2692,159.2696,157.6036,156.2708,154.938,153.9384,153.6052,152.9388,152.6056,151.9392,151.606,150.93959999999998,150.93959999999998,150.6064,149.94,149.6068,148.9404,148.9404,148.6072,147.9408,147.6076,147.27439999999999,146.2748,145.2752,144.6088,143.9424,142.2764,140.9436,139.944,138.9444,137.2784,136.2788,135.6124,133.9464,132.9468,132.2804,131.9472,130.9476,130.6144,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.2816,128.9484,128.6152,127.9488,127.6156,126.616,125.9496,125.2832,123.9504,122.9508,121.2848,120.2852,119.6188,118.9524,118.286,116.9532,116.62,115.9536,115.2872,114.2876,113.288,112.2884,112.2884,111.622,111.622,110.6224,109.956,109.956,109.6228,108.9564,108.28999999999999,107.9568,106.9572,106.2908,105.2912,104.6248,103.62519999999999,103.292,102.6256,101.9592,101.9592,100.9596,99.96,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,96.9612,96.2948,95.6284,94.962,93.9624,93.9624,93.6292,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.6296,92.9628,91.9632,91.9632,91.2968,91.2968,90.6304,89.2976,88.9644,88.63119999999999,87.9648,87.9648,87.2984,87.2984,85.2992,82.96679999999999,81.634,81.3008,80.6344,79.968,79.968,79.6348,78.9684,77.3024,76.636,75.6364,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.638,71.638,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,68.306,68.306,68.306,68.306,69.3056,69.3056,68.306,68.306,68.306,68.306,67.6396,66.9732,66.3068,65.6404,64.3076,62.6416,61.3088,59.976,58.6432,56.977199999999996,54.978,52.9788,51.646,49.6468,48.314,46.3148,45.6484,44.6488,43.9824,43.316,42.6496,41.3168,40.6504,39.984,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,40.3172,40.9836,41.65,41.65,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.315599999999996,44.315599999999996,44.982,46.3148,48.314,49.6468,50.9796,52.3124,53.6452,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.3084,63.308,63.9744,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,64.6408,64.6408,63.9744,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,58.6432,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,60.3092,60.6424,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,65.6404,66.3068,66.9732,67.6396,69.972,71.3048,72.9708,74.97,76.3028,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.3008,80.3012,79.6348,77.6356,76.9692,75.6364,74.97,73.9704,73.304,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.634,82.96679999999999,83.6332,84.966,85.9656,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,100.6264,101.9592,102.6256,103.292,103.62519999999999,104.6248,104.6248,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.6244,106.2908,106.9572,107.6236,108.28999999999999,108.9564,109.956,110.2892,111.2888,111.9552,112.6216,113.288,113.6212,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.2884,111.622,110.6224,109.956,108.28999999999999,106.2908,105.9576,104.2916,103.292,102.2924,99.96,97.96079999999999,96.9612,95.9616,95.2952,95.6284,95.6284,96.2948,96.9612,97.6276,98.294,99.2936,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,102.2924,102.6256,103.62519999999999,104.2916,104.6248,104.958,106.2908,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,106.624,106.2908,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.624,107.6236,107.9568,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,109.956,109.2896,108.28999999999999,106.624,105.2912,103.9584,102.6256,101.626,101.626,101.626,102.2924,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,105.2912,105.9576,106.9572,107.9568,109.2896,109.956,110.6224,110.6224,109.956,109.956,108.6232,108.6232,108.28999999999999,107.6236,106.2908,105.2912,103.9584,101.9592,101.2928,100.6264,101.2928,101.626,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,106.624,107.6236,108.28999999999999,109.2896,109.6228,110.2892,110.9556,111.622,112.2884,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.954,114.954,115.2872,115.2872,115.2872,115.2872,114.954,114.954,115.9536,115.9536,116.62,116.62,117.2864,117.2864,118.286,118.9524,119.6188,119.6188,119.952,120.2852,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,120.9516,119.952,119.952,120.6184,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.6188,118.286,117.9528,117.2864,116.9532,116.62,115.9536,115.9536,115.6204,115.2872,115.2872,115.9536,116.62,117.9528,119.952,122.9508,124.6168,125.6164,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,123.9504,123.9504,123.9504,123.9504,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.616,125.6164,125.2832,125.2832,125.2832,124.28359999999999,123.6172,123.28399999999999,123.28399999999999,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.6172,124.28359999999999,123.9504,124.6168,125.2832,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.2824,127.2824,127.9488,127.9488,128.9484,128.9484,129.948,131.2808,132.2804,133.28,134.6128,135.6124,136.612,137.6116,138.6112,138.9444,139.6108,139.944,139.944,140.2772,140.9436,140.9436,140.9436,140.6104,139.944,139.6108,138.9444,138.6112,137.9448,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,138.278,138.9444,139.2776,140.2772,140.2772,139.944,139.944,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.942,144.942,144.942,145.2752,146.2748,146.2748,146.2748,146.9412,147.27439999999999,147.6076,147.6076,147.6076,148.6072,149.2736,149.2736,149.2736,149.6068,149.6068,149.6068,149.94,151.606,151.9392,152.6056,152.9388,152.9388,153.6052,153.6052,154.2716,154.6048,154.6048,154.2716,154.2716,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,156.2708,156.9372,157.2704,157.9368,158.6032,159.2696,159.2696,159.6028,160.9356,161.602,161.9352,161.9352,162.26839999999999,162.26839999999999,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,161.9352,161.9352,161.9352,161.9352,161.2688,161.2688,160.6024,160.6024],[162.26839999999999,161.9352,160.9356,159.936,157.9368,156.9372,155.2712,154.6048,154.2716,153.6052,152.9388,152.6056,152.6056,152.6056,151.2728,151.2728,150.2732,149.6068,148.9404,148.9404,148.6072,148.6072,147.9408,147.27439999999999,147.27439999999999,146.2748,144.942,144.6088,142.6096,141.60999999999999,139.944,139.6108,137.9448,136.612,135.6124,133.9464,132.9468,132.2804,131.2808,130.9476,129.948,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,128.9484,128.9484,128.6152,127.6156,126.9492,125.9496,124.6168,123.28399999999999,121.618,120.6184,119.6188,118.286,117.6196,117.2864,116.2868,115.6204,115.2872,114.6208,113.6212,112.95479999999999,112.2884,111.9552,111.2888,110.9556,109.956,108.9564,108.9564,108.6232,108.6232,107.9568,107.6236,106.9572,105.9576,105.6244,105.2912,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.9592,101.9592,100.9596,100.2932,99.6268,98.96039999999999,98.294,97.6276,96.2948,95.9616,95.2952,94.962,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.6304,89.2976,88.63119999999999,88.298,87.6316,87.2984,87.2984,86.632,86.632,85.9656,83.9664,82.3004,80.9676,80.6344,79.968,78.9684,78.30199999999999,77.6356,76.9692,75.6364,74.97,74.97,74.3036,73.9704,73.304,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.3072,64.6408,63.308,62.6416,61.3088,60.6424,58.9764,57.6436,56.3108,53.9784,52.3124,50.3132,48.314,46.9812,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,40.6504,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.9848,38.9844,38.9844,39.6508,39.6508,40.3172,40.9836,41.65,41.65,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.315599999999996,44.315599999999996,44.982,46.3148,48.314,49.6468,50.9796,52.3124,53.6452,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,62.6416,62.6416,62.6416,63.6412,63.6412,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.3072,65.3072,64.6408,63.9744,63.9744,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.976,59.976,59.976,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,68.306,69.972,72.3044,73.63719999999999,75.9696,77.3024,78.6352,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,80.9676,80.3012,78.9684,77.3024,76.3028,75.6364,74.97,74.3036,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.6352,79.968,80.6344,80.6344,81.3008,82.3004,83.6332,84.6328,85.6324,87.9648,88.298,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.962,95.9616,96.2948,96.9612,96.628,97.2944,97.96079999999999,98.294,98.294,99.6268,100.6264,100.6264,101.626,102.2924,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.958,104.958,105.9576,105.9576,106.9572,107.6236,107.9568,108.6232,109.956,110.2892,110.9556,111.622,112.6216,113.6212,113.95439999999999,114.6208,115.2872,115.2872,115.6204,115.6204,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.2896,108.28999999999999,106.2908,105.2912,104.2916,102.6256,101.626,99.96,97.96079999999999,96.9612,96.2948,95.6284,95.6284,96.628,96.9612,97.6276,98.294,99.6268,100.2932,100.2932,100.6264,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.958,104.958,106.2908,106.2908,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.2904,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,110.6224,110.6224,110.9556,110.2892,109.2896,108.28999999999999,106.624,105.2912,104.6248,102.6256,102.2924,102.2924,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.6244,107.6236,107.9568,108.9564,109.6228,110.2892,110.2892,109.956,109.956,108.6232,107.9568,107.9568,107.6236,106.2908,105.6244,103.62519999999999,101.626,101.2928,100.6264,101.2928,101.626,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.6244,105.9576,105.6244,106.9572,107.6236,107.9568,108.28999999999999,108.9564,109.6228,110.2892,111.2888,111.622,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.9536,116.2868,116.62,117.2864,117.2864,117.6196,118.286,118.9524,118.9524,119.952,119.952,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.2852,119.6188,119.6188,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.2852,119.6188,118.9524,118.286,117.9528,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.6204,115.9536,117.6196,119.2856,121.2848,123.28399999999999,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,123.9504,124.95,125.2832,125.9496,125.9496,126.2828,126.2828,125.6164,125.6164,124.95,124.95,125.6164,125.6164,126.2828,126.2828,127.2824,127.6156,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,126.9492,125.6164,125.6164,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,128.6152,129.6148,130.9476,131.9472,132.9468,134.2796,134.946,136.9452,137.6116,138.9444,139.2776,139.944,140.2772,140.2772,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,139.6108,138.9444,138.9444,137.9448,137.9448,138.6112,138.6112,138.6112,137.9448,137.6116,137.6116,136.9452,136.612,136.612,137.2784,137.2784,137.6116,138.6112,139.2776,139.944,140.2772,139.944,139.944,139.6108,139.6108,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,145.2752,145.2752,145.6084,145.6084,146.2748,146.9412,147.27439999999999,147.6076,147.9408,148.274,148.6072,149.2736,149.2736,149.6068,149.94,149.94,149.94,149.94,150.6064,150.93959999999998,151.9392,152.6056,152.9388,152.9388,153.9384,153.9384,154.6048,154.6048,155.2712,155.2712,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,156.2708,156.2708,156.2708,156.2708,156.2708,156.9372,157.2704,157.6036,157.6036,158.27,159.2696,159.2696,160.2692,160.2692,160.6024,161.2688,161.9352,161.9352,161.9352,161.9352,161.9352,161.9352,161.9352,161.9352,162.6016,162.6016,162.6016,162.6016,161.9352,161.9352,161.9352,161.9352,161.602,161.602,160.9356,160.9356],[163.9344,162.9348,161.602,159.936,157.9368,157.2704,155.9376,154.938,154.6048,154.2716,153.6052,152.9388,152.9388,152.9388,151.9392,151.2728,150.6064,150.2732,149.6068,148.9404,148.9404,148.6072,148.6072,147.27439999999999,147.27439999999999,146.9412,145.6084,144.6088,142.9428,142.2764,140.2772,139.6108,137.9448,137.2784,135.6124,133.9464,133.28,132.2804,131.2808,130.9476,129.948,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,128.9484,128.9484,128.6152,127.6156,126.9492,125.6164,124.6168,122.9508,121.9512,119.952,118.9524,117.6196,117.2864,116.62,115.9536,115.2872,114.954,114.2876,113.6212,112.95479999999999,112.2884,111.9552,111.2888,110.9556,109.956,108.9564,108.9564,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,104.958,103.9584,103.9584,103.62519999999999,102.6256,101.2928,100.2932,99.6268,98.96039999999999,97.96079999999999,96.9612,96.2948,95.9616,94.962,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.29599999999999,92.9628,92.2964,92.2964,91.63,90.9636,90.6304,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.298,86.9652,86.9652,86.9652,86.2988,86.2988,85.6324,84.6328,82.96679999999999,80.9676,79.968,79.968,79.3016,77.3024,76.636,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.6376,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,67.6396,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,67.3064,66.64,66.64,65.6404,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,64.974,64.974,64.974,64.974,64.6408,63.9744,62.6416,61.3088,60.6424,59.309599999999996,57.6436,56.977199999999996,55.3112,53.9784,51.646,49.6468,47.6476,46.3148,45.3152,43.9824,43.316,42.6496,41.9832,41.3168,39.984,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,38.318,38.9844,39.6508,39.6508,40.3172,40.9836,41.65,41.65,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.315599999999996,44.315599999999996,44.982,46.3148,48.314,49.6468,50.9796,52.3124,53.6452,54.6448,55.9776,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.308,63.308,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,67.6396,67.6396,66.9732,66.3068,66.64,65.9736,65.9736,65.9736,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,63.6412,63.308,62.3084,62.3084,61.641999999999996,61.641999999999996,60.9756,60.9756,60.9756,60.6424,60.6424,60.6424,59.976,59.976,59.976,60.6424,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.9732,68.306,70.6384,72.3044,74.3036,75.9696,77.3024,79.3016,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,81.634,80.3012,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,73.9704,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,82.3004,83.6332,84.966,85.6324,87.9648,89.2976,89.964,90.2972,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,88.9644,88.9644,88.9644,88.9644,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,93.29599999999999,93.29599999999999,93.6292,94.6288,95.6284,95.9616,96.2948,96.9612,97.6276,97.2944,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,99.96,100.6264,101.626,101.626,102.2924,102.6256,103.62519999999999,103.62519999999999,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,104.958,104.958,105.9576,105.9576,106.9572,107.6236,107.9568,108.6232,109.956,110.2892,110.9556,111.622,112.6216,113.6212,113.95439999999999,114.6208,115.2872,115.2872,115.6204,115.6204,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,108.6232,107.6236,106.2908,105.2912,104.2916,102.6256,101.626,99.2936,98.294,96.9612,96.2948,96.2948,96.9612,96.9612,97.96079999999999,98.294,99.2936,100.2932,100.6264,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,102.2924,102.2924,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.958,105.2912,106.624,106.624,107.6236,107.6236,107.2904,107.2904,106.9572,106.9572,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,108.6232,109.2896,109.956,109.956,110.2892,110.6224,110.6224,110.9556,110.9556,110.6224,110.6224,110.9556,110.2892,109.2896,108.28999999999999,106.624,105.2912,104.6248,103.292,102.2924,102.2924,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.6244,107.6236,107.9568,108.9564,109.6228,110.2892,110.2892,109.956,109.956,108.6232,107.9568,107.9568,107.6236,106.2908,105.6244,103.62519999999999,101.626,101.2928,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,106.2908,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.956,111.2888,111.622,112.2884,112.95479999999999,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,115.2872,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,118.286,118.9524,119.952,119.952,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.2852,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,119.952,119.952,119.952,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,119.6188,118.9524,118.286,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.9536,116.62,118.286,120.2852,122.6176,124.6168,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,124.6168,124.28359999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.95,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,124.95,124.95,125.6164,125.6164,126.2828,126.9492,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,126.9492,126.2828,125.6164,125.6164,125.2832,125.2832,124.95,124.95,124.28359999999999,123.28399999999999,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,128.282,128.9484,130.2812,131.2808,132.2804,133.6132,134.946,136.9452,138.278,139.6108,139.944,140.2772,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,139.944,139.6108,138.9444,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,137.9448,137.6116,136.612,136.612,137.2784,137.2784,137.6116,138.278,139.2776,139.2776,139.944,139.944,139.944,139.6108,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,145.2752,145.2752,145.6084,146.2748,146.9412,147.27439999999999,147.6076,148.274,148.274,148.9404,149.2736,149.6068,149.6068,150.2732,150.6064,150.6064,150.6064,150.6064,150.93959999999998,151.606,152.6056,152.9388,152.9388,152.9388,153.9384,153.9384,154.6048,154.6048,155.2712,155.2712,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,156.2708,156.2708,156.2708,156.9372,156.9372,157.2704,157.6036,158.27,158.27,158.9364,159.2696,159.6028,160.2692,160.6024,161.2688,161.2688,161.9352,161.9352,161.9352,161.9352,161.9352,161.9352,161.9352,161.9352,162.6016,162.6016,162.6016,162.6016,161.9352,161.9352,161.9352,161.9352,161.602,161.602,160.9356,160.9356],[164.2676,163.268,162.26839999999999,160.2692,158.6032,157.6036,156.60399999999998,155.9376,154.6048,154.2716,154.2716,153.6052,153.6052,152.9388,152.9388,152.6056,150.6064,150.2732,149.6068,149.6068,148.9404,148.9404,148.9404,148.274,147.9408,146.9412,145.6084,145.2752,143.276,142.6096,141.60999999999999,139.944,138.6112,137.2784,136.2788,134.2796,133.28,132.2804,131.614,130.6144,129.948,129.6148,128.9484,129.6148,129.2816,129.2816,129.2816,129.2816,129.948,129.948,129.2816,128.9484,128.9484,128.6152,127.9488,127.6156,126.616,125.6164,123.9504,122.9508,120.9516,119.952,118.286,117.6196,117.2864,116.62,115.6204,114.954,114.2876,114.2876,113.288,112.6216,112.2884,112.2884,111.622,110.9556,109.956,109.956,109.956,108.9564,108.28999999999999,107.9568,107.9568,107.9568,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.2908,106.2908,105.2912,105.2912,104.6248,102.6256,101.2928,100.9596,99.2936,97.96079999999999,97.96079999999999,96.2948,95.9616,95.2952,95.2952,94.962,94.6288,93.9624,93.29599999999999,92.9628,92.9628,92.9628,92.2964,91.9632,91.63,91.2968,90.6304,89.964,89.2976,89.2976,88.9644,88.63119999999999,87.9648,87.2984,86.2988,85.6324,85.6324,85.6324,84.966,84.2996,82.96679999999999,81.3008,79.968,78.9684,78.9684,78.30199999999999,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.6376,71.9712,71.3048,69.972,68.9724,68.9724,67.97279999999999,67.97279999999999,67.3064,66.64,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,66.3068,65.6404,65.6404,64.974,64.3076,64.3076,64.3076,64.3076,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,62.6416,61.3088,60.6424,58.9764,58.31,56.977199999999996,56.3108,54.3116,52.9788,50.9796,49.6468,47.6476,46.3148,45.3152,43.9824,43.316,42.6496,41.9832,40.6504,39.984,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,38.318,38.9844,39.6508,39.6508,40.3172,40.9836,41.65,41.65,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.315599999999996,44.315599999999996,44.982,46.3148,47.3144,48.980399999999996,50.3132,51.646,52.9788,54.6448,55.3112,56.3108,56.3108,56.977199999999996,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,61.9752,63.308,63.9744,63.9744,64.3076,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,66.64,66.64,66.64,65.6404,65.6404,64.974,64.974,63.9744,63.308,63.308,62.3084,62.3084,61.641999999999996,61.641999999999996,60.9756,60.6424,60.6424,60.6424,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.974,64.974,65.6404,66.3068,66.3068,66.3068,67.6396,68.9724,70.6384,72.9708,74.3036,75.6364,77.3024,78.9684,80.6344,81.9672,82.96679999999999,83.6332,83.9664,83.3,82.3004,80.9676,79.6348,78.9684,76.9692,76.3028,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,77.6356,78.6352,79.3016,79.6348,80.3012,81.3008,82.3004,83.9664,85.2992,87.6316,88.9644,90.2972,90.6304,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,91.63,91.63,91.63,91.63,91.2968,90.6304,90.6304,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.298,88.298,88.63119999999999,89.2976,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.2956,95.6284,96.2948,96.2948,96.9612,97.2944,97.6276,97.6276,97.6276,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,101.626,102.2924,102.6256,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.2916,104.958,105.6244,105.9576,106.9572,107.6236,107.9568,108.6232,109.956,110.2892,110.9556,111.622,112.6216,113.6212,113.95439999999999,114.6208,115.2872,115.2872,115.6204,115.6204,115.2872,115.2872,115.6204,115.6204,114.954,114.954,114.2876,113.6212,113.6212,113.288,113.288,112.2884,112.2884,112.2884,112.2884,111.622,110.6224,108.6232,106.9572,106.2908,104.958,103.62519999999999,102.2924,101.2928,99.96,98.96039999999999,97.96079999999999,97.2944,97.2944,97.2944,97.6276,98.294,98.96039999999999,99.2936,100.6264,101.626,101.626,101.626,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.2924,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.958,105.2912,106.624,106.624,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,106.2908,106.2908,106.624,107.2904,108.9564,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,109.2896,108.28999999999999,106.2908,104.958,104.6248,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.6244,107.6236,107.9568,108.9564,109.6228,110.2892,110.2892,109.956,109.956,108.6232,107.9568,107.9568,107.6236,106.2908,105.6244,103.62519999999999,101.626,101.2928,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,106.2908,107.6236,107.6236,107.9568,108.28999999999999,109.2896,109.956,110.9556,111.2888,111.9552,112.2884,112.95479999999999,113.288,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.6208,114.6208,115.9536,115.9536,116.62,117.2864,117.2864,117.6196,118.286,118.9524,119.6188,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,120.9516,121.618,121.2848,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,119.952,120.9516,120.9516,121.2848,121.9512,122.2844,122.2844,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,119.6188,117.6196,117.6196,117.2864,117.2864,116.62,115.9536,115.6204,115.6204,115.9536,117.6196,119.2856,121.2848,124.6168,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,123.6172,123.28399999999999,122.9508,122.9508,123.28399999999999,123.6172,124.28359999999999,124.95,124.95,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,125.6164,125.6164,126.2828,126.9492,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,127.6156,128.282,128.282,129.6148,131.2808,131.9472,133.6132,134.946,137.2784,138.278,139.944,140.2772,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,139.944,139.6108,138.6112,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,137.9448,137.6116,136.612,136.612,137.6116,137.6116,137.9448,138.6112,139.6108,139.6108,139.2776,139.6108,138.9444,138.6112,138.6112,138.6112,138.9444,139.6108,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,145.2752,145.2752,145.9416,146.2748,146.9412,147.27439999999999,148.274,148.274,149.6068,149.6068,149.94,149.94,150.93959999999998,151.606,151.9392,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,153.272,153.6052,153.6052,154.2716,154.2716,154.938,154.938,155.2712,155.2712,155.9376,156.60399999999998,156.60399999999998,156.60399999999998,156.60399999999998,156.60399999999998,156.9372,156.9372,156.9372,156.9372,157.2704,157.2704,158.6032,159.2696,159.2696,159.6028,159.6028,160.2692,160.6024,160.6024,161.2688,161.602,161.9352,161.9352,161.602,161.602,161.9352,161.2688,161.9352,161.9352,161.9352,161.9352,162.6016,162.6016,161.9352,161.9352,161.9352,161.9352,161.9352,161.9352,161.9352,161.9352],[164.934,164.2676,163.268,161.602,159.2696,157.9368,156.9372,156.60399999999998,155.2712,154.6048,154.6048,154.2716,154.2716,153.6052,153.6052,152.9388,151.2728,150.6064,150.2732,150.2732,149.6068,149.6068,148.9404,148.6072,147.9408,147.6076,146.9412,145.6084,144.6088,143.276,142.2764,141.60999999999999,139.2776,137.6116,136.9452,135.2792,134.2796,132.6136,131.2808,130.6144,129.948,129.6148,128.9484,128.9484,129.2816,129.2816,128.6152,128.6152,129.948,129.948,129.2816,128.9484,128.9484,127.9488,127.6156,126.9492,126.616,124.6168,123.6172,122.2844,121.2848,119.6188,118.286,117.6196,117.2864,116.2868,115.6204,114.954,114.2876,114.2876,113.288,112.6216,112.2884,112.2884,112.2884,111.2888,110.6224,109.956,109.956,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.624,105.2912,104.6248,103.292,101.2928,100.2932,98.96039999999999,97.96079999999999,96.9612,96.2948,95.2952,95.2952,94.962,94.6288,94.6288,93.29599999999999,92.9628,92.9628,92.2964,91.9632,91.9632,91.2968,91.2968,89.964,89.2976,88.9644,88.298,88.298,87.2984,87.2984,86.2988,84.6328,83.9664,84.2996,83.6332,82.96679999999999,82.96679999999999,81.9672,81.3008,79.6348,78.30199999999999,78.30199999999999,77.3024,75.6364,74.97,74.3036,72.9708,72.3044,71.638,71.3048,70.6384,69.972,69.3056,68.306,67.6396,66.64,66.64,65.9736,65.3072,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.3076,63.6412,62.6416,62.6416,62.6416,62.3084,62.3084,63.308,63.308,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,59.309599999999996,58.31,56.977199999999996,56.3108,54.978,53.6452,52.3124,50.3132,48.980399999999996,47.6476,46.3148,45.3152,43.9824,43.316,42.6496,41.9832,40.6504,39.984,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,38.318,38.9844,39.6508,39.6508,40.3172,40.9836,41.65,41.65,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.315599999999996,44.315599999999996,44.982,46.3148,47.3144,48.980399999999996,50.3132,50.9796,52.3124,53.9784,54.6448,55.6444,56.3108,56.977199999999996,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,68.6392,68.6392,68.6392,67.6396,67.6396,67.6396,66.9732,65.9736,65.9736,65.3072,64.6408,63.9744,63.308,63.308,62.3084,61.9752,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.308,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,67.6396,68.9724,70.6384,72.3044,73.63719999999999,74.97,76.636,78.9684,80.6344,81.9672,82.96679999999999,83.6332,83.9664,83.9664,82.3004,80.9676,80.3012,78.9684,77.6356,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.6356,77.6356,78.6352,79.3016,79.6348,80.9676,81.9672,82.96679999999999,84.6328,86.632,88.9644,89.6308,90.6304,91.2968,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,91.2968,90.9636,90.6304,90.6304,90.2972,89.964,89.964,89.2976,89.2976,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.6288,94.962,95.9616,96.628,96.9612,97.6276,97.6276,97.6276,97.6276,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,101.2928,101.626,102.2924,102.2924,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.6244,105.9576,106.9572,107.6236,108.6232,108.9564,109.956,110.9556,110.9556,111.622,112.6216,113.6212,114.6208,115.2872,115.2872,115.2872,115.6204,115.6204,115.2872,115.2872,115.6204,115.6204,114.954,114.2876,113.6212,113.6212,113.288,113.288,112.6216,112.2884,112.2884,112.2884,111.622,111.2888,109.956,109.2896,107.6236,105.6244,104.2916,103.62519999999999,102.2924,101.2928,99.96,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,101.2928,101.626,101.626,102.2924,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.2916,103.62519999999999,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.958,105.2912,106.624,106.624,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.9568,109.6228,110.2892,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,109.2896,107.9568,106.2908,104.958,104.6248,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.6244,107.6236,107.9568,108.9564,108.9564,109.956,109.956,109.956,109.2896,107.9568,107.9568,107.9568,107.6236,106.2908,105.6244,103.62519999999999,101.626,101.2928,100.6264,101.2928,101.626,101.9592,101.9592,101.9592,102.6256,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,108.28999999999999,109.2896,109.2896,110.2892,110.9556,111.2888,111.9552,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.6208,115.2872,115.6204,115.9536,116.62,116.62,117.2864,117.6196,118.286,118.9524,119.6188,119.952,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,122.2844,121.9512,121.9512,121.618,121.618,121.618,120.9516,120.9516,120.9516,120.2852,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.952,120.6184,120.9516,120.9516,121.9512,121.9512,122.2844,122.2844,121.9512,122.6176,122.6176,122.6176,121.9512,121.2848,120.9516,119.952,118.61919999999999,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.9536,116.62,117.9528,120.9516,123.9504,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,123.6172,123.28399999999999,122.9508,122.9508,122.9508,123.6172,123.6172,123.6172,124.28359999999999,124.6168,124.6168,124.6168,124.6168,123.9504,124.6168,125.2832,125.6164,126.2828,126.9492,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,126.9492,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.6164,126.2828,126.2828,126.616,126.9492,126.9492,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,127.6156,128.282,128.282,129.6148,131.2808,132.2804,133.9464,135.2792,137.6116,139.2776,139.944,140.9436,141.60999999999999,141.60999999999999,141.9432,142.6096,142.2764,141.60999999999999,141.60999999999999,140.9436,140.6104,139.6108,138.9444,138.6112,137.9448,137.9448,138.6112,138.6112,138.6112,137.9448,137.9448,137.6116,137.2784,136.612,137.6116,137.6116,137.9448,138.6112,139.6108,139.6108,139.6108,138.9444,138.6112,138.6112,137.9448,138.6112,138.9444,139.6108,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,145.2752,145.2752,145.9416,146.2748,146.9412,147.27439999999999,148.274,148.274,149.6068,149.94,149.94,150.6064,151.606,151.606,151.9392,152.6056,152.6056,152.6056,152.6056,152.9388,153.272,153.6052,153.6052,154.2716,154.938,154.938,154.938,155.2712,155.2712,155.9376,156.60399999999998,156.60399999999998,156.60399999999998,156.60399999999998,156.60399999999998,156.60399999999998,156.9372,156.9372,156.9372,157.2704,157.2704,157.9368,159.2696,159.6028,159.6028,160.2692,160.2692,160.9356,161.2688,161.2688,161.602,161.602,161.9352,161.9352,161.602,161.602,161.2688,161.2688,161.9352,161.9352,161.9352,162.6016,162.6016,162.6016,162.6016,161.9352,161.9352,161.9352,161.9352,161.9352,161.9352,161.9352],[165.93359999999998,164.934,163.268,161.602,159.936,157.9368,157.2704,156.60399999999998,155.9376,155.9376,155.9376,155.2712,155.2712,154.938,154.938,153.6052,152.9388,152.6056,151.9392,151.2728,150.6064,149.94,149.6068,148.9404,147.9408,147.6076,147.27439999999999,146.2748,145.9416,144.6088,143.9424,142.9428,140.9436,139.2776,137.2784,135.94559999999998,134.946,132.9468,132.2804,130.9476,130.6144,129.948,129.948,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,127.9488,127.9488,127.6156,126.616,125.2832,124.6168,122.9508,121.9512,120.9516,119.6188,118.9524,118.286,117.2864,116.2868,115.9536,115.6204,114.954,114.2876,113.6212,113.288,113.288,112.95479999999999,112.2884,111.622,110.9556,110.2892,109.956,109.956,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,108.6232,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,106.9572,106.2908,105.2912,103.9584,103.292,101.2928,99.6268,98.294,97.6276,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.29599999999999,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.964,89.2976,88.9644,88.298,87.2984,85.9656,85.9656,84.966,84.2996,82.96679999999999,81.9672,81.9672,81.3008,80.9676,80.9676,80.3012,78.9684,78.30199999999999,76.3028,75.6364,75.6364,74.3036,72.6376,71.3048,69.972,69.3056,69.3056,68.9724,68.306,67.6396,66.9732,66.3068,65.3072,65.3072,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,60.6424,60.6424,60.3092,60.3092,60.6424,59.976,58.9764,57.6436,56.977199999999996,55.6444,54.978,53.6452,52.3124,51.646,49.6468,48.314,46.647999999999996,45.9816,44.982,43.6492,42.9828,42.3164,41.3168,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,40.3172,40.9836,41.65,41.65,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,43.9824,43.9824,44.982,45.6484,46.9812,48.314,49.6468,50.3132,51.646,52.3124,53.9784,54.6448,55.3112,56.644,57.6436,58.9764,59.976,60.6424,61.3088,61.9752,62.3084,63.308,63.9744,64.6408,64.6408,64.6408,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,67.97279999999999,67.3064,66.64,65.9736,65.3072,64.6408,63.9744,63.308,63.308,62.3084,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.9724,70.6384,71.3048,72.6376,74.3036,75.6364,78.30199999999999,79.6348,81.3008,81.9672,83.3,83.9664,83.3,82.3004,80.9676,80.3012,78.9684,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.3032,75.3032,75.3032,75.9696,75.9696,75.9696,76.636,76.636,77.6356,77.6356,78.6352,79.3016,79.6348,80.9676,82.6336,83.6332,86.2988,87.9648,89.6308,90.2972,91.2968,91.63,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.2964,92.2964,90.9636,90.6304,90.2972,89.964,89.964,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,95.2952,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.2932,100.2932,100.9596,101.2928,102.2924,102.2924,103.62519999999999,103.9584,104.6248,104.6248,104.958,104.958,104.958,104.958,105.6244,105.6244,106.2908,106.9572,106.9572,107.9568,108.9564,109.6228,110.2892,110.9556,111.622,111.9552,112.6216,113.95439999999999,114.6208,115.2872,115.6204,115.6204,115.2872,115.2872,115.2872,114.954,114.954,114.2876,114.2876,114.2876,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.2888,111.2888,111.2888,110.9556,110.2892,108.9564,106.9572,105.2912,103.62519999999999,102.6256,102.2924,100.6264,100.2932,99.2936,98.294,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,101.626,102.2924,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,104.958,104.6248,105.2912,105.6244,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,103.62519999999999,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,105.2912,105.9576,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,109.6228,109.956,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,109.956,109.2896,108.28999999999999,105.9576,104.958,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.2916,104.2916,104.958,104.958,105.6244,105.9576,107.6236,107.9568,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.6236,105.6244,104.6248,103.292,101.2928,100.2932,100.6264,101.2928,101.626,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.9568,108.28999999999999,108.9564,108.9564,109.956,110.6224,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.9536,116.62,116.62,117.2864,118.286,118.9524,118.9524,119.952,119.6188,119.6188,120.2852,120.9516,121.618,122.6176,123.28399999999999,123.6172,124.28359999999999,123.9504,123.9504,123.28399999999999,122.9508,121.9512,120.9516,120.9516,119.952,119.952,119.6188,119.6188,119.952,119.952,120.2852,120.9516,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,120.9516,119.6188,118.61919999999999,117.6196,117.2864,116.9532,116.9532,116.62,116.62,115.9536,115.9536,116.9532,120.2852,123.28399999999999,124.95,124.95,124.95,124.95,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.616,126.616,125.9496,125.9496,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.6172,123.6172,124.28359999999999,124.28359999999999,123.6172,123.6172,124.6168,124.6168,125.2832,125.2832,125.6164,126.616,127.2824,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,128.282,128.282,129.2816,130.6144,131.9472,132.9468,134.946,136.2788,137.6116,139.2776,140.6104,141.60999999999999,142.2764,142.2764,142.6096,142.9428,142.9428,142.6096,141.9432,140.9436,140.6104,139.6108,138.6112,138.6112,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.6112,138.9444,138.9444,138.9444,138.6112,137.9448,137.9448,137.6116,138.6112,138.6112,138.9444,139.6108,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.2776,139.2776,139.6108,139.6108,139.6108,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.6096,142.6096,142.9428,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.942,144.942,145.2752,145.2752,145.6084,145.6084,146.2748,146.2748,147.27439999999999,147.6076,148.274,148.9404,149.6068,149.94,150.93959999999998,150.93959999999998,151.9392,152.6056,152.6056,152.9388,152.9388,152.9388,153.272,153.9384,154.2716,154.938,154.938,155.2712,155.2712,155.2712,155.2712,155.2712,156.2708,156.2708,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,157.2704,157.2704,157.6036,158.27,158.6032,159.2696,159.2696,159.936,160.6024,161.2688,161.602,161.602,161.9352,161.9352,161.9352,161.9352,162.9348,162.6016,161.9352,161.9352,161.2688,161.2688,161.9352,161.9352,162.6016,162.6016,162.9348,162.9348,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016],[165.93359999999998,164.934,163.268,161.602,159.936,158.6032,157.2704,156.60399999999998,155.9376,155.9376,155.9376,155.9376,155.2712,155.2712,154.938,154.938,153.6052,152.9388,152.6056,151.9392,151.2728,150.6064,149.94,149.6068,148.274,147.9408,147.6076,147.27439999999999,146.2748,145.9416,144.942,143.276,142.2764,140.6104,139.2776,137.6116,136.612,134.946,132.9468,131.9472,130.6144,129.948,129.948,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,127.9488,127.6156,127.6156,126.616,125.2832,124.6168,122.9508,122.2844,120.9516,119.6188,118.9524,118.286,117.2864,116.62,116.62,115.6204,114.954,114.954,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,110.9556,110.2892,109.956,109.6228,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,109.2896,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,106.9572,106.2908,104.6248,103.62519999999999,101.9592,101.2928,99.6268,98.294,96.9612,96.2948,95.6284,95.2952,95.2952,94.6288,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,90.6304,89.964,89.2976,88.9644,87.9648,86.632,85.2992,84.966,84.2996,82.3004,81.3008,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,78.30199999999999,77.3024,75.6364,74.97,74.97,73.63719999999999,71.9712,70.6384,69.3056,68.6392,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,64.6408,63.9744,63.9744,63.308,63.308,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,62.3084,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,58.9764,58.9764,59.309599999999996,58.6432,57.6436,56.3108,55.6444,54.3116,53.6452,52.3124,50.9796,50.3132,48.980399999999996,47.6476,45.9816,45.3152,44.315599999999996,42.9828,42.3164,41.65,40.6504,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,40.3172,40.9836,40.9836,41.65,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,43.9824,43.9824,44.982,45.6484,46.9812,47.6476,48.980399999999996,50.3132,50.9796,52.3124,53.312,53.9784,55.3112,55.9776,57.6436,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.308,63.9744,64.6408,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,74.6368,74.6368,73.9704,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,71.9712,71.638,70.9716,70.9716,70.9716,71.3048,71.3048,71.3048,70.6384,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,64.974,64.974,64.3076,64.3076,64.3076,64.974,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.972,71.3048,71.9712,73.63719999999999,74.97,76.636,78.30199999999999,78.9684,80.6344,81.9672,82.6336,82.6336,81.634,80.9676,79.6348,78.9684,77.6356,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,77.3024,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,82.6336,84.966,86.632,88.298,89.6308,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,93.9624,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,91.63,90.9636,90.9636,90.2972,90.2972,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.9596,101.2928,102.2924,102.6256,103.9584,103.9584,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,107.6236,107.6236,107.9568,109.6228,109.956,110.2892,111.2888,111.622,112.6216,113.288,113.95439999999999,115.2872,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.2892,109.6228,108.9564,106.9572,105.6244,103.62519999999999,102.6256,101.9592,100.6264,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.9596,101.2928,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.6244,105.2912,105.6244,105.9576,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,105.9576,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,105.2912,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,109.956,110.2892,110.6224,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,110.9556,109.956,109.2896,107.9568,105.9576,105.6244,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.2916,104.2916,104.958,105.6244,105.9576,106.624,107.6236,107.9568,108.6232,108.6232,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,105.6244,104.6248,103.292,101.2928,100.2932,100.6264,101.2928,101.626,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.9568,108.28999999999999,108.9564,108.9564,109.956,109.956,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,116.2868,116.62,117.9528,118.286,118.61919999999999,118.9524,119.952,119.952,120.9516,122.2844,123.6172,124.28359999999999,125.2832,125.6164,126.2828,126.2828,126.2828,125.6164,125.2832,123.28399999999999,122.2844,121.2848,120.9516,120.2852,119.952,119.6188,119.952,120.2852,120.9516,120.9516,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.6172,123.28399999999999,122.2844,120.9516,119.952,118.61919999999999,117.6196,117.2864,116.9532,116.9532,116.62,116.62,115.9536,116.62,116.9532,119.2856,122.9508,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.95,126.2828,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.616,126.616,125.9496,125.9496,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.6164,126.616,127.2824,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,128.282,128.6152,129.948,130.9476,132.2804,133.6132,135.2792,137.2784,138.278,139.2776,140.9436,141.60999999999999,142.2764,142.6096,142.9428,142.9428,142.9428,142.9428,142.6096,140.9436,139.944,139.6108,138.6112,138.6112,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.6112,138.6112,138.9444,138.9444,137.9448,137.9448,137.9448,137.9448,138.9444,138.9444,139.6108,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,142.6096,142.6096,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.942,144.942,145.2752,145.2752,145.6084,145.6084,146.2748,146.9412,147.6076,148.274,148.9404,149.6068,149.94,149.94,150.93959999999998,151.606,152.6056,152.9388,152.9388,153.6052,153.6052,153.6052,153.9384,154.6048,154.938,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.9376,156.2708,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,157.2704,157.2704,157.9368,158.27,158.9364,159.2696,159.6028,159.936,160.2692,161.602,161.9352,162.6016,162.6016,162.6016,162.6016,162.6016,162.26839999999999,162.9348,162.9348,162.6016,161.9352,161.2688,161.2688,161.9352,161.9352,162.6016,162.6016,162.9348,162.9348,162.9348,162.9348,162.9348,162.9348,162.9348,162.9348,162.9348,162.9348],[166.2668,165.2672,163.9344,161.9352,159.936,158.6032,157.2704,156.60399999999998,155.9376,155.9376,155.9376,155.9376,155.2712,155.2712,155.2712,154.938,154.2716,153.6052,152.9388,152.6056,151.9392,151.2728,150.6064,150.2732,149.6068,148.6072,148.274,147.9408,147.27439999999999,146.608,145.2752,144.942,144.2756,142.2764,140.9436,139.6108,137.2784,135.6124,134.2796,132.6136,131.2808,130.6144,129.948,129.6148,128.9484,128.9484,127.9488,127.9488,128.6152,128.6152,128.282,127.6156,127.6156,127.6156,126.616,125.9496,125.2832,124.6168,123.28399999999999,122.9508,121.2848,120.2852,118.9524,118.286,117.6196,116.9532,116.62,116.2868,115.2872,114.954,114.2876,113.6212,113.6212,113.6212,113.288,113.288,112.2884,111.622,111.2888,110.9556,110.6224,109.956,109.956,109.956,109.956,109.956,109.2896,109.956,110.2892,109.956,109.956,109.2896,109.6228,108.9564,108.28999999999999,106.9572,105.6244,104.6248,102.6256,101.9592,99.96,98.96039999999999,97.2944,96.628,96.9612,95.9616,95.9616,95.2952,93.9624,93.29599999999999,93.29599999999999,92.9628,92.6296,91.9632,91.2968,90.6304,89.964,89.2976,88.298,87.2984,86.632,85.2992,84.2996,82.96679999999999,81.634,79.968,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,76.9692,76.3028,74.97,74.3036,73.9704,72.6376,71.3048,69.972,68.6392,67.97279999999999,67.6396,66.9732,66.64,65.9736,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,54.978,54.3116,52.9788,52.3124,50.9796,49.6468,48.980399999999996,47.6476,46.9812,45.3152,43.9824,42.9828,42.3164,41.65,40.9836,40.6504,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,43.9824,43.9824,44.982,46.3148,46.9812,47.6476,48.980399999999996,50.3132,50.9796,52.3124,53.312,53.9784,54.6448,55.9776,56.977199999999996,58.31,59.976,60.6424,61.3088,61.9752,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.9712,73.304,74.3036,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,73.9704,73.304,73.304,73.304,73.304,73.304,73.9704,73.9704,73.63719999999999,72.9708,71.9712,71.3048,69.972,69.3056,67.6396,66.9732,66.3068,65.9736,65.9736,65.9736,65.6404,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.9708,74.3036,75.6364,76.3028,78.6352,79.968,80.3012,80.3012,80.3012,79.6348,78.9684,78.30199999999999,76.9692,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,78.6352,79.3016,79.3016,79.968,81.3008,82.3004,84.2996,86.2988,87.9648,88.63119999999999,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,94.6288,94.2956,94.2956,94.6288,94.6288,93.6292,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.9612,97.6276,98.294,98.294,98.96039999999999,99.6268,99.6268,99.6268,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.9596,101.2928,102.2924,102.6256,103.9584,104.6248,105.2912,105.6244,105.9576,105.6244,106.624,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.6232,109.956,110.2892,111.2888,111.622,112.6216,112.95479999999999,113.6212,114.954,115.6204,115.9536,116.62,116.62,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.2892,109.6228,108.9564,106.2908,104.6248,103.62519999999999,102.6256,102.2924,100.6264,100.2932,100.2932,99.6268,98.96039999999999,99.6268,100.2932,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.9576,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,107.6236,107.6236,106.2908,105.6244,105.2912,104.958,104.2916,104.2916,104.6248,105.2912,105.9576,106.9572,107.6236,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,112.2884,112.2884,113.288,113.288,112.6216,112.2884,112.2884,111.622,111.622,111.622,110.9556,109.956,108.9564,107.6236,106.2908,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.2916,104.2916,104.958,105.6244,105.9576,106.624,107.6236,107.9568,108.6232,108.6232,108.28999999999999,108.28999999999999,108.9564,107.9568,107.6236,107.6236,107.6236,107.6236,105.6244,105.2912,103.292,101.2928,100.6264,100.6264,101.2928,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.6236,107.9568,108.9564,108.9564,109.956,109.956,110.2892,110.9556,111.2888,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.954,115.6204,116.62,116.9532,117.9528,118.286,119.2856,120.2852,121.9512,123.9504,124.95,126.616,127.2824,127.6156,127.9488,127.9488,128.6152,128.6152,127.6156,125.6164,123.9504,123.28399999999999,122.2844,121.9512,120.9516,120.2852,119.952,120.2852,120.9516,120.9516,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,123.6172,122.9508,121.618,119.952,118.9524,117.6196,117.2864,116.9532,116.9532,116.9532,116.9532,116.9532,116.62,117.2864,118.9524,121.2848,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,125.2832,125.2832,124.6168,124.6168,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.95,126.2828,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.616,126.616,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.616,127.2824,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,129.6148,130.9476,131.2808,132.9468,133.9464,136.612,137.9448,139.6108,139.944,140.9436,141.60999999999999,142.2764,142.6096,143.9424,143.9424,143.9424,143.276,142.6096,140.9436,139.944,139.6108,138.6112,138.278,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,139.2776,139.6108,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.2776,139.2776,138.9444,138.9444,138.9444,139.6108,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.2768,141.9432,141.9432,142.6096,142.9428,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,144.942,144.942,145.2752,145.2752,145.6084,145.6084,145.9416,146.608,147.9408,148.274,149.6068,149.6068,150.2732,150.2732,151.2728,151.9392,152.9388,153.6052,153.6052,153.6052,154.938,154.938,154.938,154.938,155.2712,155.9376,155.9376,155.9376,155.6044,155.6044,155.6044,155.6044,156.9372,156.9372,157.2704,157.2704,157.6036,157.6036,157.6036,157.6036,157.9368,157.9368,159.2696,159.2696,160.6024,160.6024,161.2688,161.602,162.26839999999999,162.6016,162.6016,162.9348,163.6012,163.6012,163.268,163.268,163.268,162.9348,162.6016,161.9352,161.2688,161.2688,161.9352,161.9352,162.6016,162.6016,163.268,163.268,163.268,163.9344,163.9344,163.9344,163.9344,163.9344,163.9344,163.9344],[166.2668,165.2672,163.9344,161.9352,160.2692,159.2696,157.2704,156.60399999999998,156.60399999999998,155.9376,155.9376,155.9376,155.2712,155.2712,155.2712,155.2712,154.6048,154.2716,153.6052,152.9388,152.2724,151.9392,151.2728,150.6064,150.2732,149.6068,149.6068,148.6072,148.274,147.27439999999999,146.608,145.6084,145.2752,143.6092,142.9428,141.2768,138.6112,136.9452,136.2788,134.2796,132.9468,130.9476,130.6144,129.948,129.6148,129.6148,128.6152,128.6152,128.6152,128.6152,128.282,127.6156,127.6156,127.6156,126.616,125.9496,125.9496,125.2832,124.28359999999999,123.28399999999999,122.2844,120.9516,119.952,118.9524,117.9528,117.6196,116.9532,116.2868,115.2872,115.2872,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.6224,110.6224,110.6224,109.6228,108.9564,107.9568,106.624,105.2912,103.9584,102.2924,101.2928,99.6268,98.294,97.6276,97.2944,96.9612,96.628,95.9616,94.962,94.2956,93.9624,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,90.2972,89.964,88.9644,87.2984,85.9656,85.2992,84.2996,82.96679999999999,80.9676,79.968,79.3016,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,76.3028,75.6364,74.3036,73.63719999999999,73.304,71.9712,70.6384,69.3056,67.97279999999999,67.3064,66.9732,66.3068,65.9736,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,53.6452,52.9788,51.646,50.9796,50.3132,48.980399999999996,48.314,46.9812,45.6484,43.9824,42.6496,41.65,40.9836,40.3172,40.3172,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,43.9824,44.6488,45.6484,46.3148,46.9812,48.314,49.6468,50.3132,51.646,52.3124,53.312,53.9784,55.3112,55.9776,57.6436,58.31,59.976,60.6424,61.3088,61.9752,63.308,63.308,63.9744,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,70.6384,71.3048,71.9712,73.304,74.97,75.6364,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.636,75.9696,75.3032,74.6368,73.63719999999999,72.3044,70.6384,69.3056,67.97279999999999,67.3064,66.64,66.64,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,69.972,70.6384,72.3044,72.9708,73.63719999999999,74.97,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,79.3016,79.968,79.968,80.9676,82.96679999999999,83.6332,85.6324,86.632,88.298,89.2976,90.2972,91.2968,92.2964,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.6284,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,93.29599999999999,92.6296,92.2964,92.2964,91.63,91.63,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.962,96.2948,96.9612,97.6276,97.6276,98.294,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.9596,101.2928,102.2924,102.6256,103.62519999999999,104.2916,105.2912,105.6244,106.624,106.2908,107.6236,107.6236,107.9568,107.9568,107.9568,108.6232,108.6232,109.956,110.2892,110.9556,111.2888,112.2884,112.6216,113.6212,113.95439999999999,114.954,115.9536,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,109.6228,108.28999999999999,105.9576,104.2916,103.62519999999999,101.9592,101.2928,101.2928,100.6264,100.2932,100.2932,99.6268,100.6264,100.6264,101.626,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,106.624,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,108.6232,108.28999999999999,107.6236,106.2908,105.6244,105.9576,105.2912,105.2912,105.2912,105.6244,106.624,107.6236,107.9568,107.9568,108.6232,109.6228,109.6228,109.6228,109.956,110.6224,110.6224,110.2892,110.2892,110.6224,110.6224,110.9556,110.9556,111.622,111.9552,112.2884,112.6216,113.288,113.288,112.6216,112.95479999999999,112.2884,111.622,111.622,111.2888,110.9556,109.956,108.28999999999999,107.2904,106.2908,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.958,105.6244,105.9576,106.624,107.6236,107.9568,107.9568,107.9568,108.28999999999999,107.9568,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,106.2908,105.2912,103.62519999999999,101.9592,100.6264,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.9564,109.956,109.956,110.2892,110.2892,111.2888,111.2888,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.95439999999999,114.6208,115.6204,115.9536,117.6196,118.286,119.952,121.2848,123.6172,125.9496,126.9492,127.2824,128.282,128.9484,129.6148,129.948,130.9476,130.6144,129.2816,127.9488,126.2828,124.6168,123.6172,122.2844,121.618,120.9516,120.2852,120.2852,120.9516,120.9516,121.9512,121.9512,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.28359999999999,123.28399999999999,121.618,119.952,118.9524,117.6196,117.2864,116.9532,116.9532,116.9532,116.9532,116.9532,116.62,117.2864,118.9524,119.952,121.2848,122.9508,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.28359999999999,125.2832,125.2832,124.6168,124.6168,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.95,126.2828,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.616,126.616,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.616,127.2824,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,129.2816,129.6148,130.6144,131.614,132.9468,133.9464,135.6124,137.6116,138.9444,139.2776,140.2772,141.60999999999999,142.2764,142.6096,142.6096,143.9424,143.9424,143.9424,143.276,142.6096,140.9436,139.944,139.6108,138.6112,138.278,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,139.2776,139.2776,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.2776,139.2776,138.9444,138.9444,138.9444,138.9444,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.2768,141.2768,141.9432,141.9432,142.9428,142.9428,143.276,143.276,143.9424,143.9424,143.9424,143.9424,144.942,144.942,145.2752,145.6084,145.6084,146.2748,145.9416,146.608,147.9408,148.274,149.6068,149.6068,150.2732,150.6064,151.2728,151.9392,152.9388,153.6052,153.6052,154.2716,154.938,154.938,154.938,155.2712,155.9376,156.60399999999998,156.60399999999998,156.60399999999998,156.2708,156.2708,156.2708,156.2708,156.9372,157.2704,157.2704,157.9368,157.9368,157.9368,157.9368,157.9368,157.9368,158.6032,159.936,159.936,160.9356,160.9356,161.602,162.26839999999999,162.6016,162.9348,162.9348,164.2676,164.2676,164.2676,163.6012,163.268,163.268,162.9348,162.6016,161.9352,161.602,161.602,161.9352,162.6016,162.6016,162.9348,163.268,163.9344,163.9344,164.6008,164.6008,164.6008,164.6008,164.6008,164.6008,164.6008],[165.93359999999998,165.2672,164.6008,162.6016,160.2692,159.2696,157.9368,156.9372,156.60399999999998,156.60399999999998,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,155.2712,154.6048,154.6048,154.2716,153.6052,152.9388,152.6056,151.9392,151.2728,150.93959999999998,150.6064,149.6068,149.6068,148.9404,148.6072,147.6076,146.2748,145.6084,144.6088,143.276,141.2768,139.2776,137.9448,135.6124,133.28,132.2804,131.614,130.9476,130.9476,129.948,129.948,129.2816,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,127.6156,126.616,126.616,125.9496,125.6164,124.95,123.28399999999999,122.2844,120.9516,120.2852,118.9524,117.9528,116.9532,116.62,115.9536,115.2872,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,111.9552,111.2888,111.2888,111.2888,110.2892,109.2896,107.6236,106.624,104.6248,103.292,101.9592,100.6264,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.2948,95.6284,95.6284,94.962,94.6288,93.9624,93.29599999999999,92.2964,91.63,90.9636,89.2976,88.298,86.632,85.9656,84.6328,83.6332,81.634,80.3012,79.3016,79.3016,78.30199999999999,76.9692,76.9692,76.9692,75.6364,74.97,73.304,72.6376,72.6376,71.3048,69.972,68.6392,67.3064,66.64,66.3068,65.6404,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.3116,53.6452,52.9788,52.3124,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.3148,45.6484,44.6488,43.316,41.65,40.3172,39.6508,39.3176,39.3176,39.3176,38.6512,38.6512,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,39.6508,39.6508,40.3172,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,43.9824,44.6488,45.6484,46.3148,47.6476,48.314,50.3132,50.9796,52.3124,52.9788,53.9784,54.6448,55.9776,56.644,57.6436,58.31,59.976,60.6424,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.3072,65.9736,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,70.3052,70.9716,71.638,72.3044,72.9708,74.3036,75.6364,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,79.3016,78.9684,78.9684,78.9684,78.30199999999999,77.3024,76.3028,74.97,73.304,71.9712,70.6384,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.306,68.306,68.306,68.306,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,82.3004,84.2996,85.2992,87.2984,88.298,88.298,89.2976,90.2972,91.63,93.29599999999999,93.6292,93.9624,93.9624,94.962,94.962,93.9624,93.9624,93.9624,93.9624,94.962,95.2952,94.962,95.6284,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,95.6284,95.2952,94.6288,93.6292,92.6296,92.6296,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,96.2948,96.9612,97.6276,97.6276,98.294,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,102.2924,102.6256,103.62519999999999,104.2916,104.6248,105.9576,106.2908,106.9572,107.9568,108.6232,108.6232,108.6232,108.9564,109.6228,109.956,109.956,111.2888,111.9552,112.2884,113.288,113.6212,114.6208,114.954,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,114.954,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,111.622,111.2888,110.2892,109.2896,107.9568,105.9576,104.6248,103.292,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.2924,103.292,103.292,103.62519999999999,104.2916,104.958,105.2912,105.6244,105.6244,105.6244,105.6244,106.2908,106.624,107.2904,107.6236,107.9568,108.9564,109.6228,109.2896,109.956,109.956,110.6224,109.956,109.956,109.956,109.956,109.956,108.6232,107.6236,106.9572,106.9572,105.9576,105.6244,105.6244,105.6244,106.624,107.6236,107.9568,109.6228,109.956,109.956,109.956,110.9556,111.2888,111.622,111.622,111.622,111.622,111.2888,111.9552,111.9552,112.2884,112.2884,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.2884,111.2888,110.9556,110.2892,109.956,108.9564,108.28999999999999,107.6236,106.2908,105.6244,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.958,104.958,105.6244,105.9576,105.9576,106.624,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.6236,106.2908,105.6244,103.62519999999999,102.2924,101.626,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,108.28999999999999,108.9564,108.9564,109.6228,110.2892,110.2892,110.9556,110.9556,110.9556,111.622,111.9552,112.2884,111.9552,111.9552,111.2888,111.2888,112.2884,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,115.2872,115.6204,117.6196,119.2856,121.2848,123.6172,126.616,127.9488,129.6148,130.2812,130.2812,131.2808,131.9472,131.9472,131.9472,131.614,130.9476,129.6148,127.2824,125.6164,124.6168,123.28399999999999,122.2844,121.2848,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.28359999999999,124.28359999999999,123.28399999999999,121.9512,119.952,118.9524,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,116.9532,116.9532,117.9528,118.286,118.9524,120.2852,121.2848,121.9512,122.9508,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.6176,123.28399999999999,124.6168,124.95,126.2828,127.2824,127.9488,128.6152,128.9484,128.9484,128.9484,128.9484,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.2828,126.9492,127.6156,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,131.2808,132.6136,133.9464,135.94559999999998,137.6116,138.6112,139.944,140.6104,140.9436,141.60999999999999,142.2764,142.6096,142.6096,143.9424,143.9424,143.276,142.6096,142.2764,140.9436,139.944,139.2776,138.278,137.2784,137.6116,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,139.2776,139.2776,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,139.6108,138.6112,137.9448,137.9448,138.6112,139.6108,139.944,139.944,140.6104,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.9432,142.6096,142.6096,142.9428,143.9424,143.9424,143.9424,143.9424,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.9412,146.9412,147.9408,148.274,149.6068,149.6068,150.2732,150.6064,151.9392,151.9392,152.9388,153.6052,153.6052,154.2716,155.2712,155.2712,155.2712,155.9376,156.60399999999998,156.9372,156.60399999999998,156.60399999999998,157.6036,157.6036,157.6036,157.6036,157.6036,157.9368,157.9368,158.6032,159.2696,159.2696,159.2696,159.2696,159.6028,160.2692,160.2692,161.2688,161.9352,161.9352,162.9348,163.268,163.6012,164.2676,164.2676,164.934,164.6008,164.2676,163.6012,163.9344,163.268,162.9348,162.6016,162.6016,161.9352,161.9352,162.6016,162.9348,163.268,163.9344,163.9344,164.6008,164.934,165.2672,165.2672,165.2672,165.2672,165.2672,165.2672,165.2672],[165.93359999999998,165.2672,164.6008,162.6016,160.2692,159.2696,157.9368,156.9372,156.60399999999998,156.60399999999998,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,155.2712,155.2712,154.6048,154.6048,154.2716,153.6052,152.9388,152.6056,151.9392,151.606,151.2728,149.94,149.94,149.6068,149.94,148.6072,147.27439999999999,146.9412,146.2748,144.2756,142.9428,140.9436,138.9444,136.9452,134.946,133.6132,132.2804,131.614,131.614,130.6144,130.9476,130.6144,129.6148,129.6148,128.6152,128.6152,128.6152,127.9488,128.6152,128.6152,127.6156,127.2824,126.616,125.6164,124.28359999999999,123.28399999999999,121.9512,120.9516,119.6188,118.9524,117.6196,116.9532,116.62,115.9536,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.2892,110.2892,109.2896,107.9568,106.9572,105.6244,103.62519999999999,101.9592,101.2928,99.96,99.6268,99.6268,98.96039999999999,98.294,97.6276,96.9612,96.2948,95.6284,95.2952,94.6288,93.9624,93.9624,92.9628,91.63,90.9636,89.2976,88.298,87.2984,85.9656,83.9664,82.3004,80.9676,79.968,79.3016,78.30199999999999,77.6356,76.9692,76.3028,74.97,74.3036,72.6376,71.9712,71.9712,70.6384,69.3056,67.97279999999999,66.64,65.9736,65.6404,64.974,64.6408,63.9744,63.308,62.3084,61.9752,61.3088,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,53.6452,52.9788,52.3124,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.3148,45.6484,44.6488,43.316,41.65,40.9836,39.6508,38.9844,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.9848,38.9844,39.6508,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,43.9824,44.6488,45.6484,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.3124,53.6452,54.6448,55.3112,55.9776,56.644,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.972,70.9716,70.9716,71.638,72.3044,72.9708,74.3036,75.6364,76.3028,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,78.30199999999999,77.3024,75.6364,74.3036,71.9712,70.6384,69.972,68.6392,68.6392,68.6392,68.6392,68.6392,68.306,68.306,68.306,68.306,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.6344,81.634,82.96679999999999,85.2992,86.632,87.6316,88.9644,89.2976,89.964,91.2968,92.2964,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.962,93.9624,93.9624,93.9624,93.9624,94.962,95.2952,95.6284,96.2948,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.6268,98.294,97.6276,97.2944,97.2944,95.9616,95.6284,94.2956,93.9624,93.29599999999999,92.6296,92.6296,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,96.2948,96.9612,97.6276,97.6276,98.294,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,102.2924,102.2924,102.6256,103.292,104.6248,105.9576,106.2908,106.9572,107.9568,108.6232,108.6232,109.2896,109.6228,109.6228,109.956,110.6224,111.9552,112.2884,112.95479999999999,113.6212,113.95439999999999,114.954,115.6204,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,115.2872,115.2872,114.954,114.954,113.6212,113.6212,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,109.2896,107.6236,105.6244,104.6248,103.292,102.6256,101.2928,101.2928,101.626,101.626,101.9592,102.2924,102.2924,102.2924,102.6256,103.62519999999999,103.62519999999999,104.2916,104.958,105.2912,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,107.2904,107.2904,107.9568,108.6232,109.956,110.2892,110.6224,110.6224,111.2888,111.2888,111.622,111.2888,110.6224,110.6224,109.956,109.2896,108.28999999999999,107.6236,106.624,106.624,105.9576,105.9576,106.2908,107.2904,107.9568,108.6232,109.6228,109.956,110.6224,110.6224,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,112.6216,112.6216,112.2884,111.2888,110.9556,109.956,109.2896,108.28999999999999,107.9568,107.6236,106.2908,105.6244,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.958,104.958,105.9576,105.9576,106.624,107.2904,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.2896,109.956,109.956,108.6232,108.6232,108.6232,108.6232,107.6236,105.9576,104.6248,102.6256,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.9552,112.2884,111.9552,111.9552,111.2888,111.2888,112.2884,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.6212,114.6208,115.2872,117.6196,119.952,122.2844,125.2832,128.6152,130.6144,131.2808,131.9472,132.6136,132.6136,132.9468,132.2804,132.2804,131.9472,131.614,130.9476,128.6152,126.9492,124.95,123.9504,122.2844,121.9512,120.9516,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.28359999999999,124.28359999999999,123.28399999999999,121.618,119.952,118.9524,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,116.9532,116.9532,117.9528,117.9528,118.286,118.9524,120.9516,121.2848,121.9512,122.2844,123.6172,123.6172,124.28359999999999,124.28359999999999,124.6168,124.6168,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.6176,123.28399999999999,124.6168,124.95,126.2828,127.6156,128.6152,128.6152,129.6148,129.6148,128.9484,128.9484,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,131.2808,132.6136,134.2796,135.6124,137.6116,138.9444,139.6108,140.6104,140.9436,140.9436,141.60999999999999,142.2764,142.6096,142.6096,143.9424,143.9424,143.276,142.6096,142.2764,140.9436,139.944,138.6112,137.6116,137.2784,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,139.2776,139.6108,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,138.9444,137.9448,137.9448,137.9448,137.9448,138.9444,139.6108,139.944,139.944,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,142.6096,142.6096,143.276,143.9424,143.9424,143.9424,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.9412,147.27439999999999,148.274,148.274,149.6068,149.94,150.6064,150.6064,151.9392,152.6056,152.9388,153.6052,154.2716,154.2716,155.2712,155.2712,155.9376,156.60399999999998,156.9372,156.9372,156.60399999999998,156.60399999999998,157.6036,157.6036,157.6036,157.9368,157.9368,158.6032,158.6032,158.6032,159.2696,159.2696,159.2696,159.6028,160.2692,160.9356,161.2688,161.602,162.6016,162.6016,163.268,163.9344,164.934,165.2672,165.6004,165.6004,164.6008,164.2676,164.2676,163.9344,163.268,162.9348,162.9348,162.9348,163.268,163.268,163.9344,163.9344,164.2676,164.2676,164.934,164.934,165.2672,165.2672,165.2672,165.2672,165.2672,165.93359999999998,165.93359999999998,165.93359999999998],[166.6,165.93359999999998,164.2676,162.6016,160.2692,159.2696,157.9368,157.2704,156.60399999999998,156.60399999999998,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,155.2712,155.2712,155.2712,154.6048,154.2716,153.6052,153.6052,152.9388,152.9388,152.2724,151.9392,151.9392,150.93959999999998,150.6064,150.6064,149.6068,149.2736,148.274,146.9412,145.2752,143.276,141.9432,140.6104,137.9448,136.612,135.6124,134.2796,132.9468,132.2804,131.614,131.614,130.9476,130.9476,130.6144,129.948,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,127.9488,127.6156,126.9492,125.2832,123.9504,122.9508,121.2848,120.2852,119.2856,118.286,117.6196,117.2864,116.62,116.2868,115.6204,115.2872,115.6204,114.6208,114.2876,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.6208,114.6208,114.6208,114.2876,114.2876,113.95439999999999,114.2876,113.288,113.288,112.95479999999999,112.2884,111.2888,110.9556,109.956,108.9564,106.9572,105.2912,103.9584,103.292,101.9592,101.2928,100.9596,100.6264,99.6268,98.96039999999999,97.6276,97.96079999999999,97.2944,96.9612,96.2948,95.6284,94.962,94.6288,93.29599999999999,92.9628,92.2964,89.964,88.9644,87.6316,85.2992,83.6332,81.634,80.6344,79.968,78.30199999999999,77.6356,76.9692,75.6364,74.3036,73.63719999999999,72.6376,71.9712,70.6384,69.972,68.6392,67.3064,65.9736,65.3072,64.974,64.974,63.9744,63.9744,63.308,62.3084,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.9764,58.9764,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,46.9812,46.3148,44.982,44.315599999999996,43.316,42.6496,40.9836,39.6508,38.9844,38.318,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.9844,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,46.3148,46.9812,48.314,48.980399999999996,50.9796,51.646,52.9788,53.6452,54.6448,55.3112,55.9776,56.644,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.972,70.9716,71.638,71.638,72.3044,72.9708,73.63719999999999,74.97,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.634,82.3004,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,80.6344,79.968,78.6352,76.3028,74.97,73.63719999999999,72.3044,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.6384,71.3048,71.9712,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,80.3012,80.3012,81.3008,82.3004,84.2996,85.9656,87.6316,88.9644,89.6308,90.2972,90.9636,92.2964,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.2956,94.2956,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,96.9612,97.2944,98.6272,99.6268,100.2932,100.6264,100.6264,99.96,99.96,99.6268,98.96039999999999,97.96079999999999,97.2944,96.628,96.2948,95.6284,94.6288,93.9624,93.9624,93.6292,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,96.2948,96.9612,97.6276,97.6276,98.294,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,102.2924,102.2924,102.6256,103.292,103.62519999999999,104.958,105.2912,105.9576,106.9572,108.28999999999999,108.6232,109.956,109.956,110.6224,111.2888,111.622,112.95479999999999,113.288,113.6212,114.6208,115.6204,116.62,116.9532,117.9528,117.2864,117.6196,117.6196,118.286,118.286,118.286,118.286,117.6196,117.2864,116.62,116.62,115.6204,115.9536,115.6204,114.954,114.954,114.954,114.2876,113.6212,113.288,112.6216,111.2888,109.6228,107.9568,105.2912,103.9584,102.6256,101.9592,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.6244,105.9576,106.624,106.624,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,109.956,110.2892,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,111.2888,110.9556,109.956,109.2896,108.9564,107.9568,106.9572,106.9572,106.624,106.624,106.624,107.6236,107.9568,108.6232,109.6228,110.2892,111.2888,112.2884,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.6216,112.6216,112.2884,111.2888,110.9556,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.958,104.958,105.9576,105.9576,106.624,107.2904,107.9568,108.6232,108.9564,109.6228,109.956,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,109.956,108.6232,107.6236,105.2912,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.622,111.622,111.622,111.622,111.9552,111.9552,111.9552,111.9552,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,114.2876,114.6208,116.2868,118.286,121.2848,123.6172,126.9492,129.6148,131.9472,133.28,134.2796,133.6132,133.6132,133.6132,133.28,132.2804,132.2804,131.9472,130.2812,128.6152,126.9492,125.6164,124.28359999999999,123.28399999999999,122.2844,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,124.28359999999999,123.28399999999999,121.618,119.952,118.9524,118.286,117.9528,117.2864,117.2864,117.2864,117.2864,116.9532,116.9532,117.2864,117.9528,117.9528,118.286,119.6188,120.2852,121.2848,121.9512,123.28399999999999,123.6172,124.28359999999999,124.95,124.6168,124.6168,123.6172,123.6172,123.6172,123.6172,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.6176,123.28399999999999,124.6168,124.95,126.2828,127.6156,128.6152,128.6152,128.9484,128.9484,128.9484,128.6152,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.9496,126.2828,126.9492,127.6156,128.282,128.282,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.948,129.948,129.6148,129.948,130.6144,131.2808,131.9472,133.9464,135.2792,137.2784,138.9444,139.944,139.944,140.9436,140.9436,140.9436,141.60999999999999,142.2764,142.6096,142.6096,143.9424,144.6088,143.276,142.6096,142.2764,140.9436,139.2776,138.6112,137.6116,137.6116,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.6116,137.9448,137.9448,137.9448,137.9448,138.6112,138.9444,139.6108,139.6108,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,138.9444,137.9448,137.6116,137.6116,137.9448,138.9444,139.6108,139.6108,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.9436,141.2768,141.9432,142.6096,142.6096,143.276,143.276,143.9424,143.9424,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.9412,147.27439999999999,148.274,148.274,149.6068,149.94,150.6064,150.6064,151.9392,152.6056,152.9388,153.6052,154.2716,154.6048,155.2712,155.2712,155.9376,156.60399999999998,156.9372,156.9372,157.2704,157.2704,157.9368,157.9368,157.9368,157.9368,158.6032,158.6032,158.9364,158.9364,159.936,159.936,159.936,159.936,160.2692,160.9356,162.26839999999999,162.6016,162.9348,163.6012,164.2676,164.934,165.2672,165.93359999999998,165.93359999999998,165.6004,165.2672,164.934,164.934,163.9344,163.268,162.9348,163.268,163.9344,163.9344,164.6008,165.2672,165.2672,165.93359999999998,165.93359999999998,165.93359999999998,165.93359999999998,165.93359999999998,165.93359999999998,165.93359999999998,165.93359999999998,165.93359999999998,166.6,166.6,166.6],[166.9332,165.93359999999998,164.2676,162.6016,160.2692,159.2696,157.9368,157.2704,156.60399999999998,156.60399999999998,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,155.2712,155.2712,155.2712,154.6048,154.2716,154.2716,153.6052,152.9388,153.272,152.9388,152.6056,152.6056,151.606,150.93959999999998,150.93959999999998,149.94,149.2736,148.6072,147.6076,146.2748,144.942,142.6096,140.9436,139.2776,137.6116,136.612,135.6124,134.2796,133.28,132.9468,132.2804,131.9472,131.614,131.614,130.9476,130.9476,130.6144,129.948,129.948,129.948,129.6148,129.6148,128.6152,127.9488,126.2828,124.6168,123.28399999999999,122.2844,120.9516,119.952,118.9524,117.9528,117.9528,117.2864,116.2868,115.6204,115.6204,115.6204,115.2872,115.2872,114.6208,114.2876,114.2876,114.6208,115.2872,115.2872,115.6204,115.2872,115.2872,115.6204,115.6204,115.2872,115.6204,114.954,114.2876,114.2876,113.95439999999999,113.95439999999999,112.95479999999999,112.95479999999999,112.2884,111.2888,109.956,108.9564,106.9572,105.2912,103.9584,103.292,101.9592,101.9592,101.2928,100.9596,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,96.9612,96.628,95.9616,95.9616,95.9616,93.9624,92.6296,90.6304,89.2976,87.6316,85.2992,83.6332,82.3004,81.3008,78.9684,78.30199999999999,76.9692,75.6364,74.3036,72.9708,71.9712,71.3048,69.972,69.3056,68.6392,67.3064,65.9736,65.3072,64.974,64.974,63.9744,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.9764,58.31,58.31,58.31,58.31,58.31,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.31,57.6436,57.6436,56.977199999999996,56.3108,54.978,54.3116,53.6452,51.646,50.9796,50.3132,49.6468,48.314,47.6476,46.3148,45.6484,44.315599999999996,43.6492,42.6496,41.9832,40.3172,38.9844,38.318,37.6516,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,38.318,38.9844,38.9844,39.6508,40.6504,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,47.6476,48.314,49.6468,50.9796,52.3124,52.9788,54.3116,55.3112,55.9776,56.644,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.972,69.972,69.972,70.6384,71.638,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,82.96679999999999,83.6332,83.6332,83.6332,83.3,83.3,82.6336,81.9672,80.6344,79.968,78.30199999999999,76.3028,74.97,72.9708,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,70.3052,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.9676,80.9676,81.9672,82.96679999999999,84.966,85.6324,87.6316,88.63119999999999,89.6308,90.9636,92.2964,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.9616,96.2948,97.2944,97.96079999999999,99.2936,99.6268,100.2932,100.6264,101.2928,101.2928,99.96,99.96,99.96,99.6268,97.96079999999999,97.2944,96.628,96.2948,95.2952,94.6288,94.6288,93.9624,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,96.2948,96.9612,97.6276,97.6276,98.294,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,102.2924,102.2924,102.6256,103.292,103.9584,104.6248,105.2912,106.2908,107.6236,108.28999999999999,109.2896,109.956,110.2892,111.622,112.2884,113.288,113.95439999999999,114.2876,115.2872,115.9536,116.9532,117.6196,118.286,118.9524,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,117.6196,117.6196,117.2864,117.2864,117.6196,116.9532,116.62,115.9536,115.9536,115.9536,115.6204,114.954,113.6212,111.622,110.2892,107.9568,105.2912,103.9584,102.6256,101.9592,101.2928,101.626,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.6244,105.9576,106.624,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,109.2896,109.956,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,110.9556,109.956,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.624,106.624,106.624,107.6236,108.6232,108.9564,109.956,110.9556,111.9552,112.2884,112.6216,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.2892,109.956,108.9564,108.28999999999999,107.6236,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.958,104.958,105.9576,105.9576,106.624,107.2904,107.9568,108.9564,108.9564,109.956,110.6224,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,110.6224,109.2896,106.9572,105.6244,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.9568,108.28999999999999,108.9564,108.9564,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,116.62,119.2856,121.9512,125.2832,127.6156,130.2812,132.6136,133.6132,134.946,134.946,134.2796,134.2796,133.9464,132.9468,132.2804,131.9472,130.9476,129.2816,127.6156,126.2828,124.95,123.6172,122.9508,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,124.95,123.28399999999999,122.2844,120.6184,119.6188,118.286,117.9528,117.9528,117.2864,117.2864,117.2864,116.9532,116.9532,117.2864,117.2864,117.9528,118.286,119.6188,120.2852,120.9516,121.9512,123.28399999999999,123.6172,124.28359999999999,124.95,124.6168,124.6168,123.6172,123.6172,123.6172,123.6172,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.6176,123.9504,124.95,126.2828,127.2824,127.9488,128.6152,128.9484,128.9484,128.6152,128.6152,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.9496,126.2828,126.9492,127.6156,128.282,128.282,127.9488,128.6152,128.6152,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,130.6144,130.6144,130.9476,131.614,132.9468,133.6132,135.2792,136.612,137.9448,138.6112,139.944,140.6104,140.9436,140.9436,140.9436,141.60999999999999,142.2764,142.6096,142.6096,143.9424,143.9424,143.276,142.6096,141.60999999999999,140.9436,139.2776,138.6112,137.6116,137.6116,137.2784,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,138.9444,138.9444,139.6108,139.6108,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,138.9444,137.9448,137.6116,137.6116,137.9448,138.9444,138.9444,139.6108,139.6108,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,141.2768,141.2768,141.9432,142.6096,143.276,143.276,143.9424,143.9424,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.9412,147.27439999999999,148.274,148.9404,149.94,149.94,150.6064,151.2728,151.9392,152.6056,152.9388,153.6052,154.2716,154.6048,155.2712,155.2712,155.9376,156.60399999999998,156.9372,156.9372,157.2704,157.2704,157.9368,157.9368,157.9368,157.9368,158.6032,158.6032,158.9364,158.9364,159.936,159.936,159.936,160.2692,160.9356,161.602,162.6016,162.9348,163.6012,163.6012,164.934,165.2672,165.93359999999998,165.93359999999998,165.93359999999998,165.93359999999998,165.2672,164.934,164.934,164.6008,163.9344,163.6012,163.9344,164.6008,165.2672,165.93359999999998,166.6,166.6,166.9332,166.9332,166.9332,166.9332,166.6,166.6,166.6,166.6,166.6,166.6,166.6,166.6],[167.5996,166.6,164.6008,162.6016,160.2692,159.2696,158.27,157.2704,156.9372,156.9372,156.9372,155.9376,155.9376,155.2712,155.2712,155.2712,154.6048,154.6048,154.6048,154.6048,154.2716,153.6052,153.6052,152.9388,152.9388,152.9388,152.9388,152.6056,152.6056,151.2728,150.6064,150.2732,149.6068,148.6072,148.274,147.27439999999999,145.6084,143.9424,142.6096,140.6104,139.6108,137.9448,137.2784,136.2788,135.2792,134.2796,133.9464,132.9468,132.9468,132.2804,132.2804,132.2804,131.2808,131.614,130.9476,130.6144,130.6144,129.948,129.6148,128.6152,127.6156,125.6164,124.6168,122.9508,121.618,120.2852,119.2856,118.9524,118.286,117.9528,116.9532,116.62,116.2868,115.9536,115.9536,115.6204,116.2868,116.2868,115.9536,115.9536,116.62,116.62,116.9532,117.2864,116.9532,116.9532,116.9532,116.62,116.62,116.2868,115.9536,114.954,115.2872,115.2872,115.2872,114.6208,113.288,112.2884,111.2888,109.956,108.28999999999999,106.2908,105.2912,103.9584,103.9584,103.292,103.292,101.9592,100.9596,100.2932,100.2932,99.2936,99.2936,98.294,98.294,97.6276,97.96079999999999,97.6276,97.2944,96.9612,95.2952,93.29599999999999,91.9632,90.2972,87.6316,85.6324,84.2996,82.6336,80.3012,78.9684,77.6356,75.6364,74.3036,72.9708,71.3048,70.6384,69.972,69.3056,68.306,66.9732,66.64,65.9736,65.6404,64.974,63.9744,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.976,58.9764,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,57.6436,57.3104,56.644,55.9776,55.3112,54.6448,53.9784,52.6456,51.646,50.9796,48.980399999999996,48.314,46.9812,46.3148,44.982,44.315599999999996,42.9828,41.9832,41.9832,40.9836,39.6508,38.9844,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.9832,42.6496,43.316,44.315599999999996,44.982,44.982,45.6484,46.3148,47.6476,48.314,49.6468,50.9796,52.3124,52.9788,54.3116,55.6444,56.3108,56.977199999999996,56.977199999999996,57.9768,58.6432,58.6432,59.309599999999996,59.976,61.3088,62.3084,63.308,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.3044,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,75.6364,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,81.3008,81.9672,83.3,83.9664,83.9664,83.9664,84.2996,83.6332,83.6332,82.96679999999999,81.634,80.9676,78.9684,77.6356,75.6364,73.63719999999999,71.9712,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.638,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,84.966,85.9656,87.6316,88.63119999999999,90.6304,90.9636,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.9616,95.9616,96.9612,97.96079999999999,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,100.6264,99.6268,98.96039999999999,97.96079999999999,97.2944,96.2948,96.2948,95.9616,94.6288,93.9624,93.29599999999999,92.9628,92.9628,92.9628,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,95.2952,95.9616,96.2948,96.9612,97.2944,97.2944,98.294,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,101.9592,102.6256,102.6256,103.292,104.6248,104.6248,106.2908,107.6236,108.28999999999999,108.6232,109.956,110.6224,111.622,112.95479999999999,114.2876,114.6208,115.6204,116.62,117.6196,118.286,118.286,119.2856,119.6188,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.9528,117.6196,116.62,115.2872,112.95479999999999,110.9556,108.28999999999999,105.9576,103.9584,102.6256,101.626,101.2928,101.626,102.6256,103.292,103.9584,104.6248,104.958,104.6248,105.6244,105.6244,105.9576,105.9576,106.624,106.624,107.2904,107.2904,107.9568,107.6236,107.6236,107.6236,107.9568,108.9564,109.2896,110.2892,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,110.9556,110.2892,109.956,109.2896,107.9568,107.6236,106.9572,106.2908,106.624,106.624,107.9568,108.6232,108.9564,109.956,110.9556,111.9552,112.95479999999999,113.6212,113.6212,114.6208,114.6208,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.2884,111.2888,110.2892,109.956,108.9564,108.9564,107.6236,106.9572,105.6244,105.6244,104.958,104.2916,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,106.2908,106.9572,107.6236,108.6232,108.9564,109.6228,110.9556,111.2888,112.2884,112.2884,112.95479999999999,113.288,112.6216,112.2884,112.6216,111.9552,110.6224,109.2896,107.6236,105.9576,105.6244,104.6248,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.958,104.958,104.958,105.6244,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,107.2904,107.2904,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.6228,109.6228,110.9556,111.622,111.622,111.622,112.95479999999999,113.288,113.6212,113.6212,114.6208,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,116.2868,117.2864,119.6188,122.9508,125.2832,128.282,130.6144,132.2804,134.2796,134.6128,134.6128,134.2796,134.2796,134.2796,133.28,132.2804,131.9472,130.6144,129.948,128.6152,127.6156,125.6164,124.95,124.28359999999999,123.6172,123.6172,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,123.28399999999999,123.6172,124.6168,124.6168,125.2832,125.6164,124.95,124.6168,123.9504,122.9508,121.2848,120.2852,118.9524,118.286,117.9528,117.9528,117.9528,117.9528,116.9532,116.9532,116.62,116.9532,117.9528,118.286,119.2856,119.952,120.2852,121.618,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.6176,123.9504,124.6168,126.2828,127.2824,127.6156,127.9488,128.282,128.282,128.282,128.282,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.9492,126.9492,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,129.2816,129.6148,129.948,129.948,130.9476,130.9476,130.9476,130.9476,131.614,131.9472,132.6136,132.9468,133.9464,134.946,135.94559999999998,136.612,136.9452,138.278,139.2776,139.944,140.6104,140.6104,140.6104,140.9436,141.60999999999999,142.2764,142.6096,142.6096,143.276,143.276,142.6096,142.2764,140.9436,139.944,139.6108,138.6112,137.9448,137.2784,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.944,139.944,140.9436,140.9436,140.9436,140.9436,139.944,139.944,139.6108,138.9444,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,139.2776,139.2776,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,140.6104,140.6104,139.944,139.944,140.6104,140.6104,140.9436,140.9436,141.9432,142.6096,143.276,143.276,144.2756,144.2756,144.942,144.942,145.9416,145.9416,146.608,146.608,147.27439999999999,147.9408,148.274,148.9404,150.2732,150.2732,150.93959999999998,151.606,152.6056,152.6056,153.272,153.9384,154.938,154.938,155.2712,155.2712,156.2708,156.9372,157.2704,157.2704,157.6036,157.6036,157.9368,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,159.2696,159.936,160.2692,160.9356,160.9356,161.602,161.9352,162.9348,162.9348,163.9344,163.9344,164.934,165.2672,165.93359999999998,166.6,165.93359999999998,165.93359999999998,165.2672,164.934,164.934,164.934,164.6008,164.6008,165.2672,165.93359999999998,166.6,166.9332,167.5996,167.5996,167.5996,167.5996,167.5996,167.5996,167.2664,167.2664,167.2664,167.2664,167.2664,167.2664,167.2664,167.2664],[167.5996,166.9332,164.6008,163.268,160.9356,159.936,158.27,157.2704,156.9372,156.9372,156.9372,156.60399999999998,155.9376,154.938,154.938,154.938,154.6048,154.6048,154.6048,154.2716,153.6052,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,151.9392,151.2728,150.6064,150.6064,149.94,149.2736,148.6072,147.27439999999999,145.9416,144.942,143.276,141.9432,141.2768,139.944,138.9444,137.6116,136.612,135.6124,134.946,134.946,133.6132,133.6132,133.6132,133.6132,132.2804,132.2804,131.614,131.9472,131.9472,131.2808,129.948,129.2816,128.6152,126.9492,125.2832,123.9504,122.2844,120.9516,119.952,119.2856,118.9524,118.61919999999999,117.9528,117.2864,117.2864,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,118.286,118.61919999999999,118.61919999999999,118.286,117.9528,117.9528,117.9528,117.9528,117.2864,116.62,116.62,116.62,116.2868,115.6204,114.2876,113.6212,112.6216,111.2888,109.2896,107.6236,106.2908,104.958,103.9584,103.9584,103.62519999999999,103.292,101.9592,101.2928,100.9596,100.2932,100.2932,98.96039999999999,99.2936,99.2936,99.6268,99.2936,99.2936,98.6272,97.6276,95.9616,93.9624,92.2964,89.964,87.9648,86.2988,83.6332,81.634,78.9684,77.6356,76.3028,74.3036,72.3044,71.3048,70.6384,69.972,69.3056,68.306,67.6396,66.64,65.9736,65.6404,65.6404,64.6408,63.9744,63.308,62.3084,60.6424,59.976,59.976,59.309599999999996,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.3104,56.644,55.9776,55.3112,55.3112,54.6448,53.312,52.6456,50.9796,50.3132,48.314,47.6476,46.3148,45.6484,44.315599999999996,43.6492,41.9832,41.3168,40.9836,40.3172,38.9844,38.318,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,43.316,44.315599999999996,44.982,44.982,45.6484,46.3148,47.6476,48.314,49.6468,50.9796,52.3124,52.9788,54.3116,55.6444,56.3108,56.3108,56.977199999999996,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,63.308,64.3076,64.974,65.6404,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,75.6364,76.636,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,81.3008,81.9672,83.3,84.2996,84.966,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.634,79.6348,78.30199999999999,76.3028,74.3036,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.30199999999999,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.3004,84.2996,85.6324,87.2984,88.298,89.964,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,94.6288,94.962,95.9616,95.9616,96.9612,97.2944,98.294,99.2936,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,100.6264,99.96,98.96039999999999,98.294,97.96079999999999,97.2944,96.9612,96.2948,95.9616,94.6288,94.6288,93.9624,93.29599999999999,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,98.294,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,101.9592,101.9592,102.6256,103.292,104.6248,104.958,105.9576,106.9572,107.6236,108.6232,109.956,110.6224,111.2888,112.95479999999999,114.2876,115.2872,116.62,117.2864,118.286,118.9524,119.2856,120.2852,120.9516,120.9516,120.9516,120.9516,120.6184,119.952,119.952,119.952,119.952,119.952,119.952,120.6184,120.6184,120.6184,120.2852,119.952,119.952,119.952,119.6188,118.9524,116.62,113.6212,111.622,109.2896,106.2908,104.958,103.292,101.626,101.2928,102.2924,103.292,103.62519999999999,104.6248,104.6248,104.958,105.2912,105.6244,105.9576,105.9576,106.624,106.624,107.2904,107.2904,107.6236,107.9568,107.9568,107.6236,107.6236,108.28999999999999,109.2896,109.956,110.9556,111.2888,112.2884,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.9556,109.956,108.6232,107.9568,107.6236,106.9572,106.9572,106.624,107.2904,107.9568,108.9564,109.956,110.9556,111.2888,112.95479999999999,112.95479999999999,113.95439999999999,113.95439999999999,114.6208,114.954,114.954,114.954,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.2884,111.9552,110.9556,110.2892,109.956,108.9564,108.28999999999999,107.6236,106.9572,105.6244,105.6244,104.958,104.2916,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,107.6236,108.6232,109.6228,110.9556,111.2888,111.9552,111.9552,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.6212,113.6212,112.6216,112.2884,110.6224,108.9564,107.6236,105.9576,105.2912,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,107.2904,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.6228,109.6228,110.2892,111.622,111.622,111.622,112.95479999999999,113.288,114.2876,114.954,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.9528,117.9528,118.286,120.2852,122.9508,125.9496,128.6152,131.2808,132.9468,134.2796,134.6128,134.6128,134.6128,134.946,134.2796,133.28,132.2804,131.9472,130.6144,129.948,128.9484,127.9488,127.6156,126.2828,125.9496,125.9496,125.2832,124.6168,123.28399999999999,122.9508,122.2844,122.2844,122.9508,123.28399999999999,123.6172,124.6168,124.6168,125.2832,125.6164,124.95,124.6168,123.9504,122.9508,121.2848,120.9516,118.9524,118.286,118.286,117.9528,117.9528,117.9528,117.6196,116.9532,116.9532,116.9532,117.9528,118.286,119.2856,119.952,120.2852,121.618,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.6176,123.9504,124.6168,125.6164,126.616,127.6156,127.6156,128.282,128.282,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,126.9492,126.9492,126.9492,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,130.6144,130.9476,130.9476,131.9472,132.2804,132.2804,132.2804,132.6136,132.9468,132.9468,133.6132,134.6128,134.946,136.2788,137.2784,137.6116,137.6116,138.6112,138.9444,139.2776,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,141.60999999999999,142.2764,142.6096,142.6096,142.6096,142.2764,141.60999999999999,140.6104,139.2776,138.6112,137.9448,137.6116,137.2784,137.9448,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.944,139.944,140.9436,140.9436,140.9436,140.9436,139.944,139.944,139.6108,139.6108,138.6112,137.9448,137.9448,137.9448,138.6112,138.6112,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.6104,140.6104,139.944,139.944,140.6104,140.6104,140.9436,140.9436,141.9432,142.6096,143.276,143.276,144.2756,144.2756,144.942,145.2752,145.9416,145.9416,146.608,147.27439999999999,147.9408,148.274,148.9404,149.2736,150.2732,150.6064,151.606,151.606,152.6056,152.9388,153.9384,153.9384,154.938,154.938,155.2712,155.2712,156.2708,156.2708,156.9372,157.2704,157.6036,157.6036,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,160.2692,160.2692,160.9356,161.602,161.9352,161.9352,162.9348,162.9348,163.9344,164.6008,165.2672,165.93359999999998,166.6,166.6,165.93359999999998,165.93359999999998,165.2672,165.2672,165.2672,165.2672,164.934,165.2672,165.93359999999998,166.6,167.2664,167.5996,168.266,168.266,168.266,168.266,168.266,168.266,167.9328,167.9328,167.9328,167.2664,167.2664,167.2664,167.2664,167.2664],[167.2664,166.6,164.934,163.268,160.9356,159.936,159.2696,158.27,156.9372,156.9372,156.9372,156.9372,155.9376,155.2712,154.938,154.938,154.2716,154.2716,154.2716,153.6052,152.9388,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.2728,150.6064,150.6064,150.2732,149.6068,148.9404,147.27439999999999,145.9416,145.2752,144.6088,143.276,142.2764,141.9432,140.6104,139.2776,136.9452,136.612,136.2788,135.6124,135.6124,135.6124,135.6124,134.946,134.2796,134.2796,133.6132,133.6132,132.9468,131.9472,130.9476,129.948,128.9484,127.6156,126.616,124.95,123.9504,122.2844,121.2848,120.2852,120.9516,119.952,119.2856,118.9524,118.9524,118.286,118.9524,118.61919999999999,119.2856,119.2856,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,120.2852,119.952,119.952,119.6188,118.9524,118.61919999999999,117.9528,117.9528,117.6196,116.9532,115.6204,114.6208,113.288,112.2884,110.6224,108.6232,107.6236,106.2908,105.2912,104.6248,104.958,103.9584,103.62519999999999,102.6256,102.6256,101.626,101.2928,100.6264,100.9596,100.2932,100.9596,100.9596,100.9596,100.9596,99.96,98.6272,96.628,93.9624,91.9632,89.964,87.6316,85.2992,82.6336,80.3012,78.9684,76.9692,74.3036,72.9708,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,67.3064,66.64,66.3068,65.6404,64.6408,63.9744,63.308,61.641999999999996,60.6424,59.976,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.644,55.9776,55.3112,54.6448,54.6448,53.9784,53.312,51.9792,50.9796,49.6468,48.314,46.9812,46.3148,44.982,44.315599999999996,42.9828,41.9832,41.3168,40.3172,39.6508,38.9844,38.318,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,43.316,44.315599999999996,44.982,45.6484,45.6484,46.9812,47.6476,48.980399999999996,49.6468,51.646,52.3124,53.6452,54.3116,55.6444,55.6444,56.3108,56.977199999999996,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,63.308,64.3076,64.974,65.6404,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,77.3024,77.3024,77.3024,78.30199999999999,79.3016,79.968,80.6344,81.3008,82.6336,83.6332,84.2996,84.966,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.3012,78.9684,76.3028,74.3036,72.6376,71.3048,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,84.2996,85.9656,87.2984,88.9644,89.964,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.6288,94.962,95.6284,95.9616,96.2948,97.2944,98.294,98.96039999999999,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,100.6264,99.96,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,95.6284,95.9616,95.2952,95.2952,94.962,94.962,94.962,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.9616,96.2948,96.2948,96.9612,97.2944,97.2944,98.294,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,101.9592,101.9592,102.6256,103.292,104.6248,104.958,105.6244,106.9572,107.9568,108.9564,109.956,110.6224,111.622,112.6216,114.954,115.6204,117.2864,117.9528,118.9524,119.952,119.952,120.9516,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.9512,121.2848,120.9516,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.2848,120.2852,117.9528,115.2872,113.288,110.2892,106.9572,105.6244,103.62519999999999,102.6256,102.6256,102.6256,103.62519999999999,103.9584,104.958,105.6244,105.6244,105.6244,106.2908,106.624,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,109.2896,108.9564,108.28999999999999,108.28999999999999,109.2896,109.6228,111.2888,111.622,111.622,112.95479999999999,113.95439999999999,113.6212,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,111.2888,110.9556,109.956,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,107.6236,108.9564,109.6228,110.9556,111.622,112.6216,113.288,113.95439999999999,114.6208,115.2872,115.2872,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,114.6208,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,110.9556,110.9556,110.2892,109.956,109.2896,108.28999999999999,107.6236,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,106.2908,106.2908,105.9576,105.9576,106.624,106.624,106.2908,106.2908,106.9572,107.9568,108.6232,109.6228,111.2888,111.622,112.2884,112.2884,112.6216,112.95479999999999,113.6212,114.2876,114.2876,113.6212,113.6212,112.95479999999999,111.2888,109.6228,108.28999999999999,106.9572,105.6244,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.9576,106.624,106.9572,106.9572,107.9568,107.9568,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,114.2876,116.2868,116.62,118.61919999999999,118.9524,119.6188,119.952,119.952,120.6184,120.6184,120.6184,120.6184,120.6184,120.6184,120.6184,120.6184,120.6184,120.6184,119.952,119.952,119.952,119.6188,120.2852,120.9516,121.9512,123.9504,127.2824,128.6152,131.2808,132.9468,134.2796,134.946,135.2792,135.2792,134.946,133.6132,132.9468,131.9472,131.2808,131.2808,130.6144,129.948,129.948,129.2816,128.9484,128.9484,128.9484,127.6156,125.9496,125.2832,123.28399999999999,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,124.6168,124.6168,124.6168,125.2832,124.6168,123.9504,123.28399999999999,122.9508,121.618,120.9516,119.952,119.2856,118.286,118.286,118.286,118.286,117.6196,117.6196,116.9532,116.9532,117.9528,118.286,119.2856,119.952,120.2852,121.618,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.618,122.2844,122.2844,122.6176,123.9504,124.6168,125.6164,126.616,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.9476,130.9476,131.2808,131.9472,132.6136,132.6136,133.28,134.2796,134.946,134.946,134.946,135.6124,135.2792,136.612,136.2788,137.2784,138.6112,138.9444,139.2776,139.2776,139.2776,139.2776,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,141.60999999999999,142.2764,142.2764,142.2764,141.60999999999999,140.9436,140.6104,139.2776,138.278,138.6112,137.9448,137.6116,137.6116,137.9448,138.6112,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,139.2776,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.944,139.944,140.9436,140.9436,140.9436,140.9436,139.944,139.944,139.6108,139.6108,138.6112,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,139.944,139.944,139.944,139.944,139.944,139.944,140.6104,140.6104,140.9436,140.9436,141.9432,142.6096,143.276,143.276,144.2756,144.2756,144.942,145.2752,146.2748,146.2748,146.608,147.27439999999999,147.9408,148.274,148.9404,149.2736,150.6064,150.6064,151.606,151.606,152.6056,152.9388,153.9384,153.9384,154.938,154.938,154.938,155.2712,155.9376,156.2708,156.9372,156.9372,157.6036,157.6036,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,160.2692,160.2692,160.9356,161.602,161.9352,161.9352,162.9348,163.268,163.9344,164.6008,165.2672,165.93359999999998,166.6,166.6,166.6,165.93359999999998,166.2668,166.2668,166.2668,166.2668,165.93359999999998,166.9332,167.9328,168.266,168.266,168.9324,168.9324,169.2656,169.2656,169.2656,169.2656,168.9324,168.9324,168.9324,168.9324,168.266,168.266,168.266,168.266,168.266],[166.9332,166.6,164.6008,163.6012,162.26839999999999,160.2692,159.2696,158.6032,157.2704,156.9372,156.9372,156.9372,155.9376,155.2712,154.938,154.938,154.2716,153.6052,153.6052,152.9388,152.6056,152.6056,151.9392,151.9392,151.9392,152.6056,152.6056,151.9392,151.2728,151.2728,150.6064,150.6064,150.2732,149.6068,148.9404,148.6072,146.608,145.6084,145.2752,143.9424,142.9428,142.2764,141.9432,139.944,138.9444,137.6116,136.9452,136.9452,136.2788,136.2788,136.2788,136.612,135.2792,134.946,134.6128,134.2796,133.6132,132.9468,131.614,130.6144,129.6148,128.282,127.6156,126.9492,125.6164,123.9504,122.2844,121.618,121.9512,121.618,120.2852,119.952,119.952,120.2852,120.2852,120.6184,120.6184,120.6184,120.9516,120.9516,120.9516,120.9516,121.618,122.2844,122.2844,121.9512,122.2844,121.618,121.2848,120.9516,120.2852,119.952,119.6188,118.9524,118.286,117.9528,116.9532,115.9536,114.954,113.288,111.622,109.956,108.28999999999999,107.6236,105.9576,105.6244,105.2912,104.958,104.6248,103.9584,103.62519999999999,102.6256,102.6256,101.626,101.9592,101.626,101.9592,101.9592,101.9592,101.9592,101.9592,100.9596,98.96039999999999,96.9612,94.6288,91.63,89.964,86.9652,83.9664,81.9672,80.6344,78.30199999999999,74.97,73.63719999999999,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,67.97279999999999,67.3064,66.9732,66.3068,65.3072,64.6408,63.308,62.3084,60.6424,59.976,59.976,59.309599999999996,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,55.3112,55.3112,54.6448,53.9784,53.9784,53.312,52.6456,51.9792,50.3132,49.6468,47.6476,46.9812,45.6484,44.982,43.6492,42.9828,41.3168,40.6504,40.3172,39.6508,38.318,37.6516,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,43.316,44.315599999999996,44.982,45.6484,46.3148,47.6476,48.314,49.6468,50.3132,51.646,52.9788,53.6452,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,63.308,64.3076,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,78.6352,79.3016,79.968,80.6344,81.9672,82.96679999999999,84.2996,84.966,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.3012,79.6348,76.9692,74.97,73.304,71.9712,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,81.634,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,84.2996,85.6324,87.2984,88.298,89.2976,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,92.9628,92.9628,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.6288,95.6284,95.6284,96.2948,97.2944,98.294,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.2944,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.6284,94.962,94.6288,94.2956,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,98.294,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,101.9592,101.9592,102.6256,103.292,104.6248,104.958,105.6244,106.2908,107.2904,108.28999999999999,109.2896,109.956,111.622,112.6216,114.954,116.62,117.9528,118.9524,119.952,120.9516,120.9516,121.2848,121.9512,122.6176,122.6176,122.6176,122.6176,122.6176,121.9512,121.9512,122.6176,122.9508,122.6176,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,121.2848,118.9524,116.62,114.6208,111.622,108.9564,106.2908,104.958,103.292,103.292,103.292,103.9584,104.6248,105.6244,105.9576,105.9576,105.9576,106.2908,107.2904,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,109.2896,108.9564,108.9564,109.6228,110.2892,111.622,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.2876,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,111.2888,110.9556,109.956,108.6232,108.28999999999999,107.6236,107.6236,107.6236,108.28999999999999,109.2896,110.2892,111.2888,111.9552,112.6216,113.95439999999999,114.6208,114.954,115.9536,116.62,116.62,116.9532,116.9532,115.9536,115.9536,115.9536,115.2872,114.2876,113.6212,113.288,113.288,113.288,112.2884,112.2884,112.2884,111.9552,111.622,111.622,110.9556,110.2892,109.956,108.6232,107.9568,106.2908,105.6244,105.6244,105.2912,105.2912,105.6244,106.2908,106.2908,105.9576,105.9576,106.624,106.624,106.2908,106.9572,107.6236,107.9568,108.6232,109.6228,110.9556,111.622,112.2884,112.2884,112.6216,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,112.95479999999999,111.2888,109.6228,108.28999999999999,107.6236,106.2908,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.2912,105.2912,105.9576,106.624,107.2904,107.6236,107.9568,108.9564,108.9564,109.2896,109.2896,109.2896,108.28999999999999,107.9568,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,109.956,110.6224,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,114.2876,116.2868,117.9528,118.9524,120.9516,121.618,122.2844,122.2844,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,121.9512,121.9512,121.618,121.618,121.9512,121.2848,121.9512,122.9508,125.2832,127.6156,129.948,131.9472,132.9468,134.2796,134.946,135.2792,134.946,134.2796,133.6132,132.9468,131.9472,131.2808,131.2808,130.9476,130.9476,130.6144,130.6144,130.9476,130.9476,130.2812,129.6148,128.6152,126.9492,125.2832,123.9504,123.9504,123.6172,123.6172,123.6172,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.9508,121.618,120.9516,119.952,119.2856,118.9524,118.9524,118.9524,118.286,117.9528,117.6196,117.6196,116.9532,117.9528,118.286,119.2856,119.952,120.2852,121.618,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.618,122.2844,122.2844,122.6176,123.9504,125.2832,125.9496,126.616,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.948,129.948,130.9476,131.614,131.9472,132.2804,132.6136,132.9468,133.6132,134.2796,135.6124,135.94559999999998,135.94559999999998,135.94559999999998,136.612,136.612,137.2784,137.6116,138.6112,139.6108,139.944,139.944,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.2768,140.6104,139.6108,138.6112,137.6116,137.6116,137.9448,137.9448,137.9448,138.6112,138.6112,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,139.2776,139.2776,139.2776,139.2776,139.2776,139.6108,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.944,139.944,140.9436,140.9436,140.9436,140.9436,139.944,139.944,139.6108,139.6108,138.6112,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.944,139.944,139.944,139.944,139.944,139.944,140.6104,140.9436,140.9436,140.9436,141.9432,142.6096,143.276,143.276,144.2756,144.942,145.2752,145.2752,146.2748,146.2748,147.27439999999999,147.27439999999999,147.9408,148.274,149.2736,149.94,150.6064,150.6064,151.606,151.606,152.6056,152.9388,153.9384,153.9384,154.938,154.938,154.938,154.938,155.9376,156.2708,156.9372,156.9372,157.6036,157.6036,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,160.2692,160.2692,160.9356,161.602,161.9352,161.9352,162.9348,163.268,163.9344,164.6008,165.2672,165.93359999999998,166.6,166.6,166.6,166.6,166.9332,166.9332,166.9332,166.9332,167.2664,167.5996,168.266,168.9324,168.9324,168.9324,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,168.9324,168.9324,168.9324,168.266,168.266,167.5996,167.5996,167.5996],[165.93359999999998,165.2672,164.6008,163.6012,161.9352,161.602,160.2692,159.2696,157.9368,157.2704,156.9372,156.9372,155.9376,155.2712,154.938,154.938,153.6052,152.9388,152.2724,151.9392,151.9392,151.2728,151.2728,150.6064,150.6064,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,150.6064,150.2732,149.6068,148.9404,148.274,147.27439999999999,146.2748,145.2752,144.2756,144.2756,143.276,142.9428,141.2768,139.944,139.2776,138.6112,137.6116,137.6116,137.6116,137.6116,136.9452,136.9452,136.612,135.94559999999998,135.6124,134.946,133.9464,132.2804,131.614,130.9476,129.948,128.9484,128.6152,127.2824,125.6164,124.28359999999999,123.6172,123.6172,123.28399999999999,122.9508,122.2844,122.2844,121.9512,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,122.9508,123.28399999999999,123.6172,123.9504,124.6168,124.28359999999999,124.6168,123.9504,123.6172,122.9508,121.9512,120.9516,120.2852,119.6188,118.9524,118.286,117.9528,116.9532,115.6204,113.6212,112.2884,110.6224,109.2896,108.28999999999999,107.6236,106.9572,106.9572,106.2908,105.6244,104.958,104.6248,103.9584,103.9584,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.62519999999999,101.9592,100.2932,97.2944,94.6288,91.63,89.2976,85.6324,83.9664,82.3004,79.6348,76.9692,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,69.972,69.3056,68.6392,67.97279999999999,67.6396,65.9736,65.3072,63.9744,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,53.6452,53.6452,52.9788,52.3124,51.646,51.646,50.9796,48.980399999999996,48.314,47.6476,46.3148,45.6484,44.315599999999996,43.316,41.9832,41.3168,40.6504,39.3176,38.6512,37.9848,37.3184,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,43.316,44.315599999999996,45.6484,46.3148,46.9812,48.314,48.980399999999996,50.3132,50.9796,52.6456,53.312,54.978,55.6444,55.9776,56.644,56.644,57.3104,57.9768,58.6432,58.6432,59.309599999999996,60.3092,60.9756,61.641999999999996,63.308,64.3076,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,71.3048,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,77.3024,77.6356,78.6352,79.968,80.6344,81.3008,82.6336,83.3,83.9664,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.6344,79.968,77.6356,75.6364,73.63719999999999,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.3032,75.9696,75.9696,76.636,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.9676,80.9676,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.6336,82.6336,81.9672,81.9672,82.6336,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.6332,84.2996,85.2992,86.632,87.6316,89.6308,90.2972,91.63,92.2964,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,93.6292,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.9612,98.294,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,100.2932,100.2932,99.96,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.2952,95.2952,95.2952,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.96,99.96,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,103.292,103.9584,104.6248,105.2912,105.6244,106.624,107.2904,108.28999999999999,109.2896,111.2888,112.6216,114.954,117.2864,118.9524,119.952,120.9516,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,124.28359999999999,122.9508,120.2852,117.9528,115.9536,113.288,110.2892,107.6236,105.6244,104.6248,103.62519999999999,103.62519999999999,104.958,105.6244,106.2908,106.9572,107.2904,107.2904,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.6232,109.2896,109.956,109.956,109.2896,109.2896,110.2892,111.2888,112.2884,113.288,113.6212,114.6208,115.2872,115.2872,115.2872,115.2872,114.2876,113.6212,112.95479999999999,112.2884,112.2884,111.622,110.6224,109.956,108.9564,108.28999999999999,107.9568,107.9568,109.2896,109.956,110.9556,111.622,113.288,113.95439999999999,114.6208,115.2872,116.62,116.9532,117.6196,117.6196,118.286,118.286,117.2864,117.2864,116.62,115.9536,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,111.9552,110.9556,110.2892,109.956,108.6232,107.6236,106.9572,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.9568,108.9564,109.956,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.6208,114.2876,114.2876,113.6212,112.2884,110.2892,108.9564,107.9568,107.6236,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,108.28999999999999,109.6228,110.2892,110.9556,111.2888,111.2888,110.9556,110.6224,109.956,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.95479999999999,113.288,114.954,116.62,117.6196,119.6188,121.2848,122.9508,123.9504,124.6168,124.6168,124.95,124.95,124.95,124.95,124.95,124.95,125.6164,125.6164,125.6164,125.6164,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,122.9508,123.28399999999999,123.9504,125.6164,128.282,130.6144,131.9472,133.6132,134.946,135.6124,135.2792,134.946,133.6132,132.9468,131.9472,131.2808,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,131.9472,132.6136,132.9468,131.9472,131.2808,129.2816,126.9492,125.6164,124.6168,123.6172,123.6172,123.6172,123.6172,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,121.2848,120.9516,119.952,119.952,119.952,119.952,119.2856,118.286,118.286,117.9528,117.9528,117.9528,118.286,119.2856,119.952,120.2852,121.618,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.618,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.2828,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,128.6152,128.9484,129.2816,129.2816,128.9484,128.9484,129.948,129.948,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.614,131.614,132.2804,133.28,133.9464,134.2796,134.946,134.946,135.2792,135.94559999999998,136.612,137.6116,137.9448,137.9448,137.9448,138.9444,138.6112,139.6108,139.944,140.2772,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,140.2772,139.944,139.2776,138.6112,137.9448,137.9448,137.9448,137.9448,138.6112,137.9448,137.9448,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,140.6104,140.6104,139.944,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.2776,139.944,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.944,138.9444,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.944,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,142.2764,142.9428,143.276,143.276,144.6088,145.2752,145.6084,145.6084,146.608,147.27439999999999,147.9408,148.274,148.9404,149.2736,150.2732,150.6064,151.2728,151.2728,151.9392,151.9392,152.6056,152.9388,153.9384,154.6048,154.6048,154.6048,154.938,154.938,155.6044,156.2708,156.9372,156.9372,157.2704,157.2704,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,160.2692,160.2692,160.6024,161.2688,161.9352,161.9352,162.9348,162.9348,163.9344,164.6008,165.2672,165.93359999999998,166.9332,166.9332,167.2664,167.2664,167.2664,167.2664,167.2664,167.9328,168.5992,168.9324,169.5988,169.5988,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,168.9324,168.9324,168.266,167.2664,166.6,166.6,166.6],[165.2672,164.6008,164.6008,163.268,162.6016,161.602,160.6024,159.6028,158.6032,157.9368,157.2704,156.2708,155.2712,154.938,154.938,154.2716,152.9388,152.9388,151.9392,151.9392,151.2728,150.6064,150.6064,149.94,149.94,149.94,149.94,150.6064,150.6064,151.2728,151.2728,150.6064,150.6064,149.94,149.6068,148.6072,147.27439999999999,146.608,145.6084,145.2752,144.942,143.9424,143.276,142.9428,141.60999999999999,139.944,139.2776,139.2776,139.6108,137.9448,137.9448,137.9448,137.2784,136.9452,136.612,135.94559999999998,135.2792,134.946,134.2796,133.28,132.2804,131.614,130.9476,130.6144,128.6152,127.9488,126.2828,124.95,124.95,125.6164,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,125.2832,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,125.2832,125.2832,124.28359999999999,122.9508,121.9512,120.2852,119.952,118.9524,118.286,117.6196,115.9536,115.2872,113.6212,112.2884,110.6224,109.2896,108.28999999999999,107.9568,107.6236,106.9572,106.2908,105.9576,105.6244,105.2912,105.2912,105.2912,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,104.958,103.9584,102.2924,99.6268,96.2948,93.29599999999999,91.2968,88.298,84.966,83.6332,81.634,78.6352,76.3028,74.97,74.3036,73.304,72.6376,71.9712,71.3048,69.972,69.3056,69.3056,68.6392,66.9732,65.9736,64.6408,63.308,61.9752,61.3088,60.6424,59.976,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.978,54.3116,54.3116,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,48.314,47.6476,46.9812,46.3148,44.982,44.315599999999996,42.6496,41.9832,40.6504,39.984,39.3176,38.6512,37.3184,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.984,41.3168,41.9832,43.316,44.315599999999996,45.6484,46.3148,47.6476,48.314,49.6468,50.9796,51.646,52.6456,53.9784,55.6444,56.3108,56.644,57.3104,57.3104,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,60.3092,60.9756,61.641999999999996,63.308,64.3076,64.974,66.3068,66.9732,67.6396,68.6392,69.3056,70.6384,71.3048,72.6376,73.304,73.9704,74.97,74.97,75.6364,75.6364,76.9692,76.9692,76.9692,77.6356,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.636,76.9692,77.6356,79.3016,79.968,81.3008,81.9672,82.6336,83.3,83.6332,83.6332,82.96679999999999,82.3004,81.634,81.634,80.6344,79.968,77.6356,76.3028,74.3036,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.9696,76.636,76.636,77.3024,78.9684,79.6348,79.6348,80.3012,80.3012,80.9676,81.634,81.634,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.3,82.6336,82.6336,83.3,83.3,83.3,83.3,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.6332,85.2992,86.632,87.6316,88.9644,90.2972,91.2968,92.2964,92.6296,92.6296,92.6296,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,94.6288,95.2952,95.9616,96.2948,96.2948,96.9612,98.294,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,100.2932,100.2932,99.96,99.2936,99.2936,99.96,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.628,95.6284,94.962,94.962,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.2952,95.6284,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.96,99.96,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,102.6256,103.62519999999999,104.6248,105.2912,105.6244,106.624,107.2904,108.28999999999999,109.2896,111.2888,112.6216,114.954,117.2864,118.9524,120.2852,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.28359999999999,124.95,124.95,125.2832,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,124.95,123.6172,121.2848,118.9524,116.62,114.6208,111.2888,108.28999999999999,106.624,105.2912,104.2916,104.2916,105.6244,105.9576,106.9572,107.6236,107.9568,107.9568,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.6228,109.2896,109.6228,110.2892,110.2892,109.956,109.956,110.9556,111.622,112.95479999999999,113.6212,114.6208,115.2872,115.9536,115.9536,115.9536,115.9536,114.954,114.2876,113.288,112.95479999999999,112.95479999999999,112.2884,110.9556,110.6224,109.956,108.9564,108.6232,108.6232,109.956,110.2892,111.2888,112.2884,113.6212,114.6208,115.2872,115.9536,117.2864,117.6196,117.9528,118.61919999999999,118.9524,118.9524,118.286,117.6196,117.2864,116.62,114.954,114.2876,113.288,112.2884,111.622,111.2888,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.2892,109.956,107.9568,107.6236,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,108.6232,109.6228,109.956,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.6208,114.6208,114.954,113.6212,112.2884,110.9556,109.2896,108.28999999999999,108.28999999999999,107.9568,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,108.28999999999999,109.956,110.2892,110.9556,112.2884,111.9552,112.6216,112.6216,111.9552,111.622,110.6224,109.956,109.2896,109.2896,108.9564,108.9564,109.6228,109.6228,109.956,109.956,109.956,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.9552,113.288,114.2876,116.2868,117.2864,119.6188,121.2848,122.9508,123.9504,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,125.9496,125.9496,125.6164,125.6164,124.95,124.28359999999999,123.9504,123.9504,124.95,126.2828,128.9484,130.6144,132.6136,133.6132,134.946,135.6124,135.2792,134.946,133.6132,132.6136,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.6132,134.2796,134.6128,134.2796,132.9468,131.2808,129.2816,126.9492,125.9496,124.6168,123.6172,123.6172,123.6172,123.6172,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,119.952,118.9524,118.286,118.286,117.9528,117.9528,118.286,119.2856,119.952,120.2852,120.9516,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.618,122.2844,122.9508,123.28399999999999,124.6168,125.6164,126.2828,126.2828,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,128.9484,129.6148,129.948,129.948,129.6148,129.948,130.6144,130.9476,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,133.9464,134.946,135.2792,135.2792,135.94559999999998,135.94559999999998,136.612,137.6116,138.278,138.9444,138.6112,139.2776,139.6108,139.6108,139.2776,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,141.60999999999999,141.2768,140.6104,140.6104,140.9436,140.9436,140.6104,139.944,139.2776,139.2776,139.6108,138.9444,138.6112,137.9448,137.6116,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,139.6108,139.6108,139.944,140.6104,140.6104,140.6104,140.6104,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,139.944,139.6108,139.6108,139.6108,139.2776,139.2776,139.2776,139.944,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.944,138.9444,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.9428,143.276,143.9424,144.6088,145.2752,145.6084,146.2748,146.608,147.9408,148.274,148.9404,149.2736,149.2736,150.6064,150.6064,151.2728,151.2728,151.9392,152.6056,152.9388,153.6052,154.6048,154.6048,154.6048,154.6048,154.938,154.938,155.6044,156.2708,156.9372,156.9372,157.2704,157.2704,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,160.2692,160.2692,160.6024,161.2688,161.9352,161.9352,162.9348,162.9348,163.9344,164.6008,165.2672,165.93359999999998,166.9332,166.9332,167.2664,167.2664,167.2664,167.9328,167.9328,168.5992,169.2656,169.5988,169.5988,169.5988,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,168.9324,168.266,167.9328,166.6,165.93359999999998,165.6004,165.6004],[164.934,164.6008,164.6008,163.268,161.9352,161.602,160.9356,159.936,158.6032,157.9368,157.6036,156.2708,155.2712,154.938,154.2716,153.272,152.9388,151.9392,151.9392,151.2728,151.2728,150.6064,149.94,149.6068,149.6068,149.6068,149.6068,149.94,149.94,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.2736,147.9408,147.27439999999999,147.27439999999999,146.608,146.2748,145.6084,145.2752,143.9424,142.9428,141.60999999999999,141.2768,140.6104,140.6104,139.2776,139.2776,138.6112,137.9448,137.6116,136.9452,136.612,136.612,136.2788,135.6124,134.946,133.6132,132.9468,132.2804,131.614,130.9476,129.6148,128.6152,127.2824,127.6156,127.6156,126.9492,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,125.9496,124.6168,123.6172,122.2844,121.2848,120.2852,119.2856,118.286,117.6196,115.9536,114.2876,112.95479999999999,111.9552,110.2892,109.956,109.2896,108.9564,108.28999999999999,107.6236,107.6236,106.624,106.624,105.9576,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,105.9576,105.6244,103.62519999999999,101.626,98.294,95.6284,92.6296,89.6308,86.632,84.6328,82.3004,79.3016,77.6356,76.3028,75.6364,74.6368,73.9704,72.6376,71.9712,70.6384,69.972,69.972,69.3056,68.306,66.9732,65.6404,64.974,63.308,62.6416,61.3088,60.6424,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.978,54.3116,54.3116,53.6452,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.314,47.6476,46.9812,45.6484,44.982,43.6492,42.6496,41.3168,40.6504,39.984,38.6512,37.9848,37.3184,36.652,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.984,41.3168,42.6496,43.316,44.982,45.6484,46.3148,47.6476,48.314,49.6468,50.9796,51.9792,53.312,54.978,56.3108,56.977199999999996,57.9768,57.9768,58.6432,59.309599999999996,59.976,59.976,59.976,60.6424,60.9756,60.9756,61.641999999999996,63.308,64.3076,64.974,65.6404,66.9732,67.6396,68.6392,69.972,70.6384,71.9712,72.6376,73.304,73.9704,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,75.9696,75.9696,76.9692,77.6356,78.6352,79.968,80.6344,81.9672,81.9672,82.6336,83.6332,83.6332,82.96679999999999,82.3004,81.634,81.634,80.6344,79.968,77.6356,76.3028,74.97,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.636,77.3024,77.3024,78.30199999999999,79.6348,80.3012,80.3012,80.9676,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.2996,83.6332,83.9664,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.3,83.9664,83.9664,83.9664,84.2996,84.966,85.2992,87.2984,88.298,89.964,90.6304,91.2968,92.2964,93.6292,93.29599999999999,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,94.6288,95.2952,95.6284,96.2948,96.9612,96.9612,97.6276,98.294,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,100.2932,100.2932,99.96,99.96,100.2932,100.2932,100.6264,100.6264,100.2932,99.96,99.96,99.96,99.96,99.96,99.2936,99.2936,98.294,96.9612,96.628,95.9616,95.6284,95.6284,94.962,95.2952,95.6284,95.9616,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,98.294,98.294,98.96039999999999,99.96,99.96,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.2928,101.626,101.9592,102.6256,103.62519999999999,103.9584,105.2912,105.6244,106.624,107.2904,108.28999999999999,109.2896,111.2888,112.6216,114.954,117.2864,119.6188,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,125.9496,126.9492,126.9492,127.6156,127.6156,126.2828,125.6164,125.2832,124.6168,122.2844,119.952,117.2864,115.2872,112.6216,109.2896,106.9572,105.6244,104.2916,104.2916,105.6244,105.9576,106.9572,107.6236,108.9564,108.9564,108.28999999999999,109.2896,109.2896,109.2896,109.956,109.956,109.6228,109.6228,110.9556,110.6224,109.956,109.956,111.2888,112.2884,113.288,114.2876,114.954,115.2872,115.9536,116.62,116.2868,115.9536,115.2872,114.2876,113.288,113.288,112.95479999999999,112.2884,110.9556,110.6224,109.956,109.956,108.6232,108.6232,109.956,110.2892,111.2888,112.95479999999999,113.6212,114.2876,115.6204,116.2868,116.9532,117.6196,117.9528,118.9524,119.6188,119.6188,118.9524,118.286,117.6196,117.2864,115.2872,114.2876,113.288,112.2884,111.622,111.2888,111.9552,111.9552,112.2884,112.95479999999999,112.95479999999999,112.2884,112.95479999999999,112.2884,111.622,110.6224,109.2896,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,109.6228,109.956,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.6208,114.6208,114.954,114.2876,112.95479999999999,111.622,110.2892,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.9556,111.9552,112.95479999999999,113.288,113.95439999999999,114.2876,114.2876,113.95439999999999,112.6216,112.2884,111.622,110.6224,110.6224,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,114.954,116.62,118.61919999999999,120.9516,122.2844,123.6172,125.2832,125.9496,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.2832,125.2832,125.2832,125.2832,127.2824,129.2816,130.6144,131.9472,132.9468,134.946,135.2792,135.2792,134.946,132.9468,132.6136,131.9472,131.9472,132.9468,132.9468,132.9468,133.6132,133.9464,134.946,135.6124,135.94559999999998,136.612,135.2792,133.9464,132.2804,129.948,128.6152,126.9492,125.2832,124.28359999999999,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,122.9508,122.9508,122.9508,122.9508,122.6176,121.9512,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,118.9524,118.9524,118.61919999999999,118.61919999999999,117.9528,118.286,119.2856,119.952,120.2852,120.9516,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.618,121.618,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,124.6168,125.6164,126.616,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,128.9484,129.6148,130.6144,130.6144,130.6144,130.9476,131.2808,131.9472,132.2804,132.9468,132.9468,133.28,133.6132,133.6132,133.6132,134.2796,135.6124,136.2788,136.612,137.2784,136.9452,137.6116,137.9448,139.6108,139.6108,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,141.2768,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.2768,140.6104,140.6104,140.9436,140.9436,140.6104,139.6108,138.9444,138.6112,137.9448,137.6116,137.6116,137.6116,137.6116,137.9448,138.6112,138.6112,138.6112,139.2776,139.6108,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.2776,139.2776,139.2776,139.944,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.944,138.9444,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.9428,142.9428,143.276,143.9424,145.2752,145.6084,146.2748,146.9412,147.9408,148.274,148.9404,148.9404,149.2736,149.2736,150.6064,150.6064,151.2728,151.606,152.6056,152.9388,152.9388,153.6052,154.6048,154.6048,154.6048,154.6048,154.938,154.938,155.6044,156.2708,156.9372,156.9372,157.2704,157.2704,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,160.2692,160.2692,160.6024,161.2688,161.9352,161.9352,162.6016,162.9348,163.9344,164.6008,165.2672,165.93359999999998,166.9332,166.9332,167.2664,167.2664,168.266,168.9324,168.9324,168.9324,169.5988,169.932,169.932,169.932,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.5988,169.2656,168.9324,168.266,167.2664,166.2668,165.6004,164.934,164.2676,163.9344],[164.934,164.6008,164.6008,162.6016,161.9352,161.602,160.9356,160.2692,159.2696,157.9368,157.6036,156.2708,155.2712,154.938,154.2716,152.9388,151.9392,151.9392,151.2728,150.6064,150.6064,149.94,149.6068,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.94,149.94,149.94,150.2732,149.94,149.94,149.2736,148.274,147.6076,147.6076,147.27439999999999,146.9412,146.2748,145.6084,144.942,143.6092,142.9428,142.2764,141.2768,140.9436,140.6104,139.944,139.2776,138.6112,137.9448,137.6116,137.2784,137.2784,136.612,136.612,136.2788,135.2792,134.2796,133.6132,132.9468,132.2804,131.614,130.6144,129.6148,129.6148,129.2816,128.6152,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.282,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,126.616,125.2832,123.9504,122.9508,121.618,121.2848,119.6188,118.9524,117.6196,115.9536,114.2876,113.288,111.9552,110.9556,110.2892,109.956,108.9564,108.9564,107.9568,107.9568,107.2904,107.2904,107.2904,106.9572,106.624,106.624,106.9572,107.6236,107.6236,107.6236,106.9572,105.9576,103.9584,101.626,99.6268,96.9612,94.6288,90.9636,88.298,86.632,84.2996,80.6344,79.6348,77.6356,76.9692,75.9696,74.6368,73.9704,72.6376,71.9712,70.6384,70.6384,69.972,68.9724,68.306,66.9732,65.6404,63.9744,63.308,61.9752,60.6424,59.6428,58.31,57.6436,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.978,54.3116,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,50.3132,49.6468,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.315599999999996,43.6492,42.6496,41.3168,40.6504,39.984,38.6512,37.9848,37.3184,36.652,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.984,41.3168,42.6496,43.9824,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,51.646,52.6456,53.9784,55.6444,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,60.6424,60.9756,61.641999999999996,62.3084,62.3084,63.6412,64.974,65.6404,66.3068,66.9732,68.6392,69.972,70.6384,71.9712,72.6376,73.304,73.9704,74.97,75.6364,76.3028,76.3028,77.6356,77.6356,78.6352,78.6352,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,76.636,76.9692,77.6356,78.6352,79.3016,80.6344,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.634,80.6344,79.968,77.6356,76.9692,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.9676,80.9676,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,84.2996,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,86.632,87.9648,89.2976,89.964,91.2968,91.9632,93.29599999999999,93.6292,94.2956,94.2956,94.962,94.962,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.962,94.962,95.6284,96.2948,97.6276,97.6276,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.2932,100.2932,100.2932,99.96,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.96,99.96,98.96039999999999,98.294,97.2944,96.9612,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.6276,98.294,98.294,98.294,98.96039999999999,99.96,99.96,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.2928,101.2928,101.9592,102.6256,103.62519999999999,103.9584,105.2912,106.2908,107.2904,107.6236,108.28999999999999,109.956,111.622,113.288,115.9536,118.286,120.2852,121.9512,122.6176,122.6176,123.28399999999999,123.9504,124.6168,124.95,124.95,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,125.9496,125.9496,125.9496,126.9492,126.9492,127.6156,127.6156,126.2828,126.2828,125.6164,124.6168,122.9508,120.2852,117.9528,115.2872,112.2884,109.956,107.6236,105.9576,105.2912,104.958,105.9576,106.624,107.6236,107.9568,108.9564,109.2896,108.9564,109.2896,109.2896,109.2896,109.956,109.956,109.6228,109.6228,110.9556,110.9556,110.6224,110.6224,111.622,112.2884,113.6212,114.2876,115.2872,115.9536,115.9536,116.62,116.2868,115.9536,115.2872,114.6208,113.95439999999999,113.288,112.95479999999999,112.95479999999999,111.622,110.9556,110.6224,109.956,109.2896,109.2896,109.956,110.2892,111.2888,112.95479999999999,113.6212,114.954,115.9536,116.62,117.2864,117.9528,118.61919999999999,119.2856,119.6188,119.952,119.952,118.9524,118.286,117.6196,116.62,114.954,113.6212,112.95479999999999,112.2884,111.2888,111.9552,112.2884,112.95479999999999,113.6212,113.6212,112.95479999999999,113.288,112.95479999999999,112.2884,111.2888,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.6232,109.6228,109.956,110.9556,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,114.954,114.2876,112.6216,112.2884,111.622,110.9556,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,112.2884,112.95479999999999,113.6212,114.2876,114.954,115.2872,115.2872,114.954,114.2876,113.288,112.2884,111.622,111.2888,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,114.954,116.62,118.9524,121.2848,122.9508,124.6168,125.9496,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,125.9496,125.2832,125.9496,125.9496,127.2824,129.2816,130.6144,131.9472,132.9468,134.946,135.2792,135.2792,134.946,132.9468,132.6136,131.9472,131.9472,132.9468,133.28,133.6132,133.9464,135.2792,135.2792,136.2788,136.9452,136.9452,136.612,135.2792,132.9468,130.6144,128.9484,127.6156,125.9496,124.6168,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.6176,122.2844,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,119.6188,118.9524,118.9524,118.61919999999999,118.286,118.286,119.2856,119.952,120.2852,120.9516,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.618,122.2844,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.616,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.6152,129.6148,129.948,130.6144,130.9476,130.9476,131.614,131.9472,132.2804,132.9468,132.9468,133.28,133.28,133.6132,134.2796,134.2796,135.2792,136.612,137.2784,137.9448,138.6112,138.6112,138.6112,139.6108,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.9436,141.2768,142.2764,142.2764,142.2764,142.2764,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.2768,140.6104,140.6104,140.9436,140.6104,139.944,138.9444,137.9448,137.2784,137.2784,136.612,136.9452,136.9452,137.6116,137.9448,138.6112,138.6112,139.2776,139.6108,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.2776,139.2776,139.2776,139.2776,140.6104,140.9436,140.9436,140.6104,140.6104,140.6104,139.944,139.944,138.9444,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.944,140.6104,140.9436,140.9436,141.60999999999999,142.2764,142.9428,143.276,143.9424,144.6088,145.6084,146.2748,146.9412,147.6076,148.274,148.274,148.9404,148.9404,149.2736,149.94,150.6064,151.2728,151.606,152.2724,152.9388,152.9388,152.9388,153.6052,154.6048,154.6048,154.6048,154.6048,154.938,154.938,155.6044,155.6044,156.2708,156.9372,157.2704,157.2704,158.6032,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,159.6028,160.2692,160.2692,160.6024,160.6024,161.602,161.9352,162.6016,162.6016,163.268,163.9344,164.2676,165.2672,165.93359999999998,166.9332,167.2664,167.9328,168.9324,168.9324,168.9324,168.9324,169.5988,169.932,169.932,169.932,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.5988,169.2656,168.266,167.5996,166.2668,165.2672,163.9344,162.9348,162.6016,162.6016],[164.934,164.6008,164.6008,162.6016,161.9352,161.602,160.9356,160.2692,159.2696,158.6032,157.6036,156.9372,155.2712,154.938,153.6052,152.9388,151.9392,151.2728,151.2728,150.6064,149.94,149.6068,148.9404,148.6072,148.274,148.274,148.274,148.6072,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,148.274,147.9408,147.6076,147.27439999999999,146.2748,145.6084,144.942,144.942,143.9424,143.276,142.9428,141.60999999999999,140.9436,140.9436,139.944,139.944,139.6108,138.9444,137.9448,137.6116,137.2784,137.2784,136.612,135.94559999999998,135.6124,135.2792,134.946,133.6132,132.9468,132.2804,131.9472,131.614,130.9476,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.6148,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.6148,128.6152,127.9488,127.6156,125.6164,125.2832,123.9504,122.9508,122.2844,120.9516,119.952,118.286,116.62,115.2872,114.2876,113.288,111.9552,111.2888,110.9556,110.2892,109.956,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.6236,107.2904,107.2904,107.6236,107.6236,106.9572,105.9576,104.958,103.292,101.626,99.6268,97.6276,94.962,92.9628,89.964,88.298,85.9656,84.2996,81.3008,79.6348,78.9684,77.6356,76.3028,75.6364,74.3036,72.6376,71.9712,71.3048,70.6384,69.6388,68.9724,67.6396,66.9732,65.3072,63.9744,62.3084,60.9756,59.976,58.6432,57.9768,57.9768,56.977199999999996,56.3108,56.3108,55.6444,54.6448,54.6448,53.9784,53.312,52.3124,51.646,51.646,51.646,50.9796,50.3132,50.3132,50.3132,48.980399999999996,48.314,48.314,47.6476,46.9812,45.9816,45.3152,44.6488,43.9824,43.316,42.6496,41.3168,39.984,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,36.652,37.3184,38.318,38.9844,38.9844,39.984,41.3168,42.9828,44.315599999999996,45.6484,46.9812,48.314,48.980399999999996,50.3132,50.9796,52.6456,53.9784,54.978,56.3108,57.6436,58.31,59.976,60.6424,61.3088,61.3088,62.6416,62.6416,62.6416,61.9752,61.641999999999996,62.3084,62.3084,62.3084,63.308,63.9744,64.6408,65.3072,66.9732,68.306,68.9724,70.6384,71.3048,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,78.6352,77.6356,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.9692,77.6356,77.3024,78.30199999999999,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.632,86.2988,86.2988,85.6324,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,86.2988,85.9656,85.6324,85.6324,85.6324,85.6324,86.2988,87.2984,88.298,89.964,90.2972,91.9632,92.6296,93.29599999999999,93.9624,94.962,94.962,95.2952,95.9616,96.2948,96.2948,96.2948,95.6284,96.2948,96.2948,96.2948,96.9612,97.2944,97.6276,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.2932,100.6264,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,99.96,98.96039999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.628,96.9612,97.6276,97.6276,97.6276,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.9592,102.6256,103.62519999999999,104.6248,105.6244,106.2908,107.9568,108.9564,109.2896,110.9556,112.2884,113.6212,116.62,118.9524,121.2848,122.6176,123.28399999999999,123.9504,123.9504,124.6168,125.6164,126.2828,126.2828,127.6156,127.2824,127.2824,127.6156,127.6156,127.2824,126.616,126.616,126.616,126.616,126.616,126.9492,126.616,126.2828,126.2828,125.6164,124.6168,122.9508,120.2852,117.9528,115.2872,112.2884,109.956,107.6236,105.9576,105.6244,105.6244,105.6244,106.9572,107.9568,108.9564,109.2896,109.956,109.956,109.6228,109.2896,109.2896,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,113.288,114.2876,114.954,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,111.622,110.9556,110.6224,110.2892,109.956,109.6228,110.2892,110.2892,111.2888,112.2884,113.95439999999999,115.6204,115.2872,115.9536,117.2864,117.6196,118.286,119.2856,119.952,120.9516,120.9516,120.6184,119.952,118.9524,117.6196,115.9536,115.2872,114.2876,113.288,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,110.9556,110.2892,109.956,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.956,109.956,110.9556,110.9556,111.622,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.2884,112.2884,111.622,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.9556,111.2888,111.622,112.2884,112.2884,113.288,113.288,114.2876,115.2872,115.9536,116.62,116.62,116.62,116.62,115.2872,114.2876,113.6212,113.288,112.2884,111.2888,111.2888,111.2888,111.9552,111.622,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.2876,115.2872,116.62,118.9524,121.2848,123.28399999999999,124.6168,125.6164,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.616,127.6156,128.9484,129.948,131.9472,133.6132,133.6132,134.2796,134.2796,133.6132,132.9468,132.6136,131.9472,131.9472,132.2804,132.9468,134.2796,134.946,136.2788,137.2784,137.6116,137.6116,137.6116,136.612,135.2792,133.6132,131.9472,130.2812,128.282,126.616,125.2832,123.6172,123.28399999999999,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.9512,121.9512,121.2848,120.9516,120.2852,119.952,119.2856,119.2856,119.2856,119.2856,119.952,120.9516,121.2848,121.9512,121.9512,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.9504,123.9504,124.95,125.6164,125.6164,126.9492,127.6156,127.6156,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,127.6156,128.6152,128.9484,129.6148,129.948,130.9476,131.614,132.2804,132.2804,132.9468,133.28,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,135.2792,135.6124,136.2788,137.2784,138.6112,138.9444,138.9444,139.6108,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.2768,141.2768,141.2768,141.9432,142.2764,142.2764,142.2764,142.2764,140.9436,140.9436,140.9436,140.9436,140.2772,140.2772,140.2772,140.2772,139.944,139.6108,139.2776,138.278,137.2784,136.612,136.612,136.612,136.9452,136.9452,137.6116,137.9448,138.9444,138.9444,139.6108,139.944,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,137.9448,137.9448,138.6112,138.6112,139.6108,139.6108,139.944,139.944,140.9436,140.9436,141.9432,142.6096,143.276,143.9424,144.6088,144.942,146.2748,146.9412,147.6076,148.274,148.9404,149.6068,149.6068,149.6068,150.2732,150.6064,151.2728,151.2728,152.6056,152.9388,153.6052,153.9384,153.9384,153.9384,154.6048,154.6048,154.6048,154.6048,154.938,154.938,155.2712,155.6044,156.2708,156.9372,157.6036,157.6036,158.6032,158.6032,159.2696,159.2696,159.6028,159.6028,160.2692,160.2692,160.6024,160.6024,160.6024,160.6024,161.602,161.602,161.9352,161.9352,162.6016,163.268,164.6008,164.934,165.93359999999998,166.6,167.2664,167.9328,168.9324,168.9324,168.9324,169.2656,169.932,169.932,169.932,169.932,169.932,169.932,169.932,169.2656,169.2656,168.5992,168.5992,168.266,166.9332,166.6,165.2672,164.6008,162.9348,162.6016,161.9352,161.602],[164.934,164.6008,164.6008,162.6016,161.9352,161.602,161.602,160.6024,159.936,159.2696,157.9368,156.9372,155.2712,154.938,153.6052,152.9388,151.9392,151.2728,150.6064,150.6064,149.94,149.6068,148.9404,148.6072,148.274,148.274,148.274,148.274,147.9408,147.9408,148.274,148.274,148.274,148.9404,148.9404,148.274,148.274,148.274,147.9408,147.6076,147.27439999999999,146.9412,146.2748,145.2752,145.2752,144.2756,143.9424,143.276,142.2764,141.60999999999999,141.60999999999999,140.9436,140.2772,139.944,139.6108,138.6112,137.9448,137.6116,137.6116,137.6116,137.2784,136.612,136.612,135.94559999999998,134.6128,134.2796,133.6132,132.9468,132.2804,131.9472,131.2808,131.2808,131.9472,131.9472,131.2808,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,129.6148,129.2816,128.6152,126.9492,125.6164,124.6168,123.9504,123.28399999999999,121.9512,120.9516,119.6188,118.286,116.62,115.2872,114.2876,113.288,112.95479999999999,112.2884,111.2888,110.6224,110.2892,109.956,109.6228,109.6228,108.9564,108.9564,108.28999999999999,107.9568,107.2904,107.6236,106.9572,105.6244,105.6244,103.9584,102.2924,100.9596,98.96039999999999,97.6276,95.6284,93.9624,91.63,89.964,88.298,85.9656,83.6332,81.634,80.3012,78.9684,77.6356,76.9692,75.6364,73.9704,72.6376,71.9712,71.3048,70.3052,69.6388,68.306,67.6396,65.9736,64.6408,63.308,61.641999999999996,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.312,52.3124,51.646,51.646,50.9796,50.3132,50.3132,50.3132,49.6468,48.314,47.6476,47.6476,46.9812,45.9816,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,39.984,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,38.318,38.9844,39.6508,40.6504,41.3168,42.9828,44.982,46.3148,47.6476,48.980399999999996,49.6468,50.9796,51.646,53.312,54.6448,56.3108,56.977199999999996,58.31,59.6428,61.3088,61.9752,61.9752,62.6416,63.6412,63.6412,63.6412,63.6412,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,65.3072,66.9732,68.306,68.9724,70.6384,71.3048,72.3044,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.6356,78.6352,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.6356,78.6352,78.30199999999999,78.9684,79.3016,79.968,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.966,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,87.2984,87.2984,87.9648,87.2984,86.9652,87.6316,87.6316,88.298,88.298,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,86.632,86.632,86.632,87.2984,87.2984,87.9648,88.298,89.964,91.2968,92.2964,93.29599999999999,94.2956,94.6288,95.9616,95.9616,96.9612,96.9612,97.2944,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,98.294,99.6268,99.96,99.96,99.96,100.6264,100.6264,100.6264,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.292,101.2928,100.6264,99.2936,98.96039999999999,97.96079999999999,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.6256,103.292,103.9584,105.2912,106.2908,107.6236,108.9564,109.956,111.2888,111.622,113.288,115.6204,117.6196,119.6188,121.9512,122.9508,123.9504,124.6168,124.6168,124.95,126.2828,126.616,127.6156,127.6156,127.2824,127.6156,127.9488,127.9488,127.6156,127.2824,126.9492,126.9492,126.616,126.616,126.9492,126.616,126.2828,125.6164,125.2832,124.6168,122.9508,120.2852,117.9528,115.2872,112.2884,109.956,107.6236,105.9576,105.6244,105.6244,106.2908,106.9572,108.28999999999999,109.6228,109.956,109.956,110.2892,109.956,108.9564,109.2896,109.2896,109.956,110.6224,110.9556,111.622,111.622,110.9556,110.9556,112.2884,113.288,114.2876,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,114.954,114.2876,113.6212,112.95479999999999,111.622,110.9556,110.6224,110.2892,109.956,109.6228,110.2892,110.2892,111.2888,112.2884,113.95439999999999,115.2872,115.9536,116.2868,117.2864,117.6196,119.2856,119.952,121.2848,121.9512,121.9512,121.9512,121.2848,120.9516,118.9524,117.9528,116.62,115.6204,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.6224,110.2892,109.956,109.956,109.6228,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.9556,110.9556,111.622,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,115.2872,115.9536,116.62,116.62,117.2864,117.2864,116.62,115.6204,114.954,114.2876,113.6212,113.288,112.2884,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,114.2876,114.6208,115.9536,117.9528,118.9524,121.2848,123.28399999999999,124.6168,125.2832,125.9496,126.616,126.616,126.616,126.616,126.616,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.616,127.6156,128.6152,129.948,131.2808,133.28,133.6132,134.2796,134.2796,133.6132,132.6136,131.9472,131.2808,131.9472,132.2804,132.9468,134.2796,135.94559999999998,137.6116,137.9448,138.278,138.278,137.6116,136.612,135.2792,134.2796,131.9472,130.6144,128.6152,126.616,125.2832,123.6172,123.28399999999999,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,120.9516,120.2852,120.2852,119.952,119.952,119.952,120.2852,121.2848,121.2848,121.9512,121.9512,121.618,121.618,121.618,121.618,121.618,121.618,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,124.6168,125.6164,125.6164,126.2828,126.2828,126.9492,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,128.282,128.6152,128.9484,130.6144,130.9476,131.9472,132.2804,132.9468,132.9468,133.28,133.28,133.6132,133.6132,133.6132,134.2796,134.2796,134.946,135.2792,136.2788,136.9452,137.6116,138.9444,139.944,139.6108,140.6104,141.2768,141.60999999999999,142.2764,141.60999999999999,141.60999999999999,140.9436,141.2768,141.9432,141.9432,141.9432,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.2772,140.2772,140.2772,139.944,139.6108,139.2776,138.278,137.2784,137.2784,136.612,136.2788,136.612,136.9452,137.6116,137.6116,137.9448,138.9444,139.6108,139.944,140.6104,141.60999999999999,142.2764,142.2764,142.6096,142.6096,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,137.9448,137.9448,137.9448,138.6112,138.6112,139.6108,139.6108,139.944,139.944,140.9436,141.60999999999999,142.6096,143.276,143.9424,144.6088,144.942,145.6084,146.9412,147.27439999999999,148.274,148.274,149.6068,149.6068,149.6068,149.94,150.6064,150.6064,151.2728,151.9392,152.9388,152.9388,153.9384,153.9384,153.9384,153.9384,154.6048,154.6048,154.6048,154.6048,154.938,154.938,155.2712,155.6044,156.2708,156.9372,157.6036,158.27,158.6032,159.2696,159.2696,159.2696,159.6028,160.2692,160.2692,160.2692,160.6024,160.6024,160.6024,160.6024,161.602,161.602,161.9352,161.9352,162.6016,162.6016,163.9344,164.934,165.93359999999998,166.6,167.2664,167.9328,168.9324,168.9324,169.2656,169.5988,169.932,169.932,169.932,169.932,169.932,169.932,169.932,169.2656,168.5992,168.5992,168.5992,168.266,166.9332,165.93359999999998,164.934,163.6012,162.9348,161.9352,160.9356,160.9356],[164.934,164.6008,164.6008,162.9348,162.26839999999999,162.26839999999999,161.602,160.9356,160.6024,159.6028,158.6032,157.6036,156.2708,154.938,153.6052,152.6056,151.606,151.2728,150.6064,150.6064,149.94,149.6068,148.9404,148.6072,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.6076,147.27439999999999,147.27439999999999,146.608,145.6084,145.2752,144.942,143.9424,143.276,142.9428,142.9428,141.60999999999999,141.60999999999999,140.9436,140.6104,139.944,139.944,138.9444,138.9444,138.6112,137.6116,137.6116,137.6116,136.2788,135.94559999999998,135.6124,135.2792,134.2796,133.6132,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,131.9472,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.2816,127.9488,126.9492,126.2828,125.2832,123.9504,123.28399999999999,121.9512,120.9516,118.9524,117.9528,116.62,115.6204,114.2876,113.95439999999999,113.6212,112.95479999999999,112.2884,111.622,111.622,110.9556,110.2892,110.2892,109.6228,109.2896,108.9564,107.9568,107.6236,106.2908,105.2912,103.9584,103.292,101.626,100.2932,98.96039999999999,97.6276,96.628,95.6284,93.9624,92.9628,90.2972,88.298,85.9656,84.2996,82.6336,80.9676,78.9684,78.30199999999999,76.9692,75.6364,73.9704,73.304,72.6376,70.9716,70.3052,68.9724,68.306,66.64,65.3072,63.9744,62.3084,60.6424,59.309599999999996,59.309599999999996,58.6432,57.6436,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.312,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.314,47.6476,46.9812,46.9812,45.9816,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,39.984,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,38.318,38.9844,39.6508,41.3168,41.9832,43.6492,45.6484,46.9812,48.314,49.6468,50.3132,50.9796,52.3124,53.9784,55.6444,56.977199999999996,57.9768,59.309599999999996,60.6424,61.9752,62.6416,62.6416,63.308,64.3076,64.3076,64.3076,64.3076,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,66.9732,68.306,68.9724,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.968,80.6344,81.634,82.3004,83.6332,83.6332,83.9664,84.6328,85.6324,86.2988,87.2984,87.2984,87.2984,87.2984,87.9648,87.6316,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.964,90.6304,89.964,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,88.298,88.298,88.63119999999999,89.964,91.63,92.6296,93.6292,94.2956,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,101.2928,101.9592,102.2924,102.2924,101.9592,102.6256,102.2924,101.626,101.9592,101.9592,101.626,101.626,102.2924,102.2924,101.626,101.626,101.626,101.626,102.6256,103.292,103.9584,103.62519999999999,104.2916,104.2916,104.958,105.6244,105.6244,104.958,103.62519999999999,102.6256,101.2928,100.2932,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.626,101.626,101.626,101.626,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,105.2912,105.6244,107.6236,108.9564,110.6224,110.9556,111.9552,113.95439999999999,114.6208,116.62,118.9524,120.2852,122.6176,122.6176,123.9504,125.2832,124.95,125.2832,126.2828,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.6152,128.282,127.6156,126.9492,126.616,126.616,126.616,126.616,125.6164,124.95,124.6168,123.6172,122.2844,119.952,117.6196,115.2872,113.288,110.2892,107.9568,106.2908,105.6244,105.6244,106.2908,107.6236,108.9564,109.956,110.6224,110.6224,110.9556,110.2892,109.2896,109.2896,109.2896,109.956,110.6224,110.9556,111.622,111.622,110.9556,110.9556,112.2884,113.288,114.2876,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,114.954,114.2876,113.6212,112.95479999999999,111.622,110.9556,110.6224,110.6224,109.956,109.956,109.956,110.2892,111.2888,112.2884,114.6208,115.6204,115.9536,116.2868,117.6196,118.286,119.6188,120.9516,121.618,122.9508,122.9508,122.2844,122.2844,121.2848,120.9516,119.6188,118.286,117.6196,117.2864,116.62,116.62,115.9536,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,110.9556,111.2888,111.9552,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.6212,114.6208,114.6208,115.2872,115.9536,116.62,116.62,117.2864,117.2864,116.62,115.9536,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,115.6204,116.62,118.286,119.6188,121.2848,122.9508,124.6168,125.2832,125.9496,126.2828,126.2828,126.2828,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,128.6152,129.2816,130.6144,131.9472,132.9468,133.6132,133.6132,132.9468,131.9472,131.2808,130.9476,131.614,132.2804,132.9468,134.946,136.612,137.6116,138.6112,138.9444,138.9444,137.6116,136.612,134.946,133.6132,131.9472,130.6144,128.6152,126.616,125.2832,123.6172,123.28399999999999,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,126.2828,126.2828,127.6156,126.9492,126.9492,127.6156,127.6156,128.6152,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,128.9484,129.6148,131.2808,131.9472,132.6136,133.28,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.6128,135.94559999999998,136.9452,137.2784,138.278,139.6108,140.6104,140.6104,141.2768,142.2764,142.6096,142.6096,142.2764,141.60999999999999,141.60999999999999,141.9432,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,142.2764,142.2764,142.2764,141.60999999999999,140.2772,139.944,139.944,139.2776,139.2776,138.278,137.9448,137.2784,137.2784,136.612,136.612,136.612,137.6116,137.6116,137.9448,137.9448,138.9444,139.6108,140.6104,141.2768,142.2764,142.6096,142.6096,143.276,143.276,142.6096,142.6096,142.6096,142.6096,142.2764,142.2764,142.2764,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,139.6108,139.6108,139.944,139.944,140.9436,141.60999999999999,142.9428,143.276,143.9424,144.6088,144.942,145.6084,146.9412,147.27439999999999,148.274,148.6072,149.6068,149.6068,149.6068,149.94,150.6064,150.6064,151.2728,151.9392,152.9388,152.9388,153.9384,154.6048,153.9384,153.9384,154.6048,154.6048,154.6048,154.6048,154.938,154.938,155.6044,155.6044,156.2708,156.9372,157.6036,158.27,159.2696,159.2696,159.6028,159.6028,160.2692,160.2692,160.6024,160.6024,160.6024,160.6024,160.6024,160.6024,161.602,161.602,161.602,161.9352,162.6016,162.6016,163.9344,164.6008,165.93359999999998,166.6,167.2664,167.9328,168.9324,169.2656,169.5988,169.5988,169.932,169.932,169.932,169.932,169.2656,169.2656,169.2656,168.9324,168.5992,168.5992,168.266,167.5996,166.6,165.93359999999998,163.9344,163.6012,162.6016,161.602,160.9356,160.6024],[164.6008,164.6008,164.6008,163.6012,162.6016,162.6016,162.26839999999999,161.9352,161.2688,160.2692,159.6028,158.6032,156.9372,155.2712,154.6048,152.6056,151.606,151.606,151.2728,150.6064,149.94,149.6068,148.9404,148.6072,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.27439999999999,146.2748,145.6084,145.2752,144.942,143.9424,143.9424,143.276,143.276,142.9428,141.60999999999999,140.9436,140.9436,140.6104,139.944,139.6108,139.6108,138.9444,137.9448,137.9448,137.9448,137.6116,136.612,135.94559999999998,135.94559999999998,135.6124,134.2796,133.6132,133.6132,134.2796,134.2796,133.6132,133.6132,133.28,132.6136,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.2808,130.6144,130.6144,128.9484,127.9488,127.2824,126.2828,125.6164,124.6168,123.28399999999999,121.9512,120.9516,119.6188,118.61919999999999,117.2864,116.2868,114.954,114.954,114.2876,113.6212,112.95479999999999,112.2884,112.2884,111.2888,111.622,111.2888,110.6224,109.2896,108.9564,107.9568,106.624,105.6244,103.9584,103.62519999999999,101.626,101.2928,99.96,98.6272,97.96079999999999,96.9612,96.628,94.962,93.29599999999999,90.9636,88.9644,87.2984,85.6324,83.6332,81.634,80.6344,79.3016,77.6356,76.3028,74.6368,73.9704,72.3044,70.9716,70.3052,68.9724,68.306,66.9732,64.974,63.308,61.3088,60.6424,59.976,59.309599999999996,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.6448,53.9784,53.312,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.3148,45.3152,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,39.984,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,38.318,38.9844,39.6508,41.3168,42.6496,44.315599999999996,46.3148,47.6476,48.980399999999996,50.3132,50.9796,52.3124,52.9788,55.3112,56.977199999999996,57.6436,59.309599999999996,60.6424,61.9752,62.6416,63.308,63.9744,63.9744,64.974,64.974,64.974,64.974,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,66.9732,67.6396,68.9724,69.972,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,77.3024,78.30199999999999,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.9676,81.634,82.96679999999999,84.2996,85.2992,85.6324,85.2992,85.6324,87.2984,87.6316,88.298,88.298,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,91.63,92.2964,92.2964,91.63,90.9636,90.9636,90.9636,90.9636,90.2972,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,91.2968,91.63,93.6292,93.9624,94.962,95.6284,96.9612,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,103.62519999999999,104.2916,104.6248,104.958,105.6244,105.6244,106.9572,106.9572,107.2904,106.9572,105.6244,104.958,103.292,101.9592,101.2928,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.9596,100.9596,100.9596,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.62519999999999,104.6248,105.2912,105.9576,107.2904,108.9564,110.9556,112.2884,112.95479999999999,114.2876,115.6204,116.62,118.286,119.6188,121.618,122.9508,123.9504,125.2832,125.2832,124.95,126.2828,127.6156,127.6156,127.6156,127.6156,128.282,128.6152,129.2816,129.2816,129.2816,128.6152,128.282,127.6156,126.616,126.616,126.616,125.9496,125.6164,124.6168,123.9504,123.28399999999999,122.2844,119.6188,117.2864,115.2872,113.288,110.6224,107.9568,106.9572,105.9576,105.9576,106.9572,107.9568,109.6228,110.2892,110.6224,110.6224,110.9556,110.9556,109.956,109.2896,109.2896,109.956,110.6224,110.9556,111.622,111.622,111.622,111.622,112.2884,113.288,114.2876,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,114.954,114.2876,113.6212,113.288,112.2884,110.9556,110.6224,110.6224,109.956,109.956,109.956,110.2892,111.2888,112.2884,114.6208,115.6204,115.9536,117.2864,117.6196,118.9524,119.952,121.2848,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.2848,120.9516,120.2852,119.6188,118.61919999999999,117.9528,117.6196,117.2864,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,111.2888,111.2888,111.2888,111.9552,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.2876,115.2872,115.2872,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,115.2872,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,116.2868,117.2864,118.61919999999999,119.6188,121.2848,122.9508,123.9504,125.2832,125.9496,126.2828,126.2828,126.2828,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.9492,127.6156,128.9484,130.6144,131.9472,132.9468,133.6132,133.6132,132.9468,131.9472,131.2808,130.9476,131.614,132.2804,132.9468,135.2792,136.612,138.278,138.6112,138.9444,138.9444,137.6116,135.94559999999998,134.946,133.6132,131.9472,130.6144,128.6152,127.2824,125.2832,123.6172,123.28399999999999,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,124.95,124.95,124.28359999999999,123.6172,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.6172,123.6172,125.2832,125.6164,126.2828,126.9492,128.282,128.282,128.282,128.282,128.282,128.282,128.9484,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,129.2816,130.2812,131.2808,131.9472,132.9468,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.6128,135.2792,136.612,136.9452,137.9448,138.6112,139.944,140.6104,141.2768,141.60999999999999,142.2764,142.6096,142.6096,142.6096,142.2764,141.60999999999999,142.2764,142.6096,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.2764,142.2764,141.60999999999999,141.60999999999999,139.944,139.2776,139.2776,138.9444,138.6112,137.2784,137.2784,137.2784,137.2784,136.612,136.612,136.612,137.6116,137.6116,137.9448,137.9448,138.9444,139.6108,140.6104,141.60999999999999,142.6096,143.276,143.276,143.276,143.276,143.276,142.6096,142.6096,142.6096,142.6096,142.2764,142.2764,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,137.9448,137.9448,138.6112,139.2776,139.6108,139.944,139.944,140.6104,140.9436,141.60999999999999,142.9428,143.276,143.9424,144.6088,144.942,144.942,146.2748,146.9412,147.9408,148.6072,148.9404,149.6068,149.6068,149.94,150.6064,150.6064,151.2728,151.9392,152.9388,153.6052,154.6048,154.6048,153.9384,154.6048,154.6048,154.6048,154.6048,154.6048,154.938,155.2712,155.6044,156.2708,156.9372,157.2704,158.27,158.9364,159.2696,159.6028,159.6028,159.6028,160.2692,160.6024,160.6024,160.6024,160.6024,160.6024,160.6024,160.6024,161.602,161.602,161.602,161.602,162.26839999999999,162.6016,163.268,164.6008,165.2672,165.93359999999998,166.9332,168.266,168.9324,169.5988,169.5988,169.5988,169.932,169.932,169.932,169.932,169.2656,169.2656,169.2656,168.9324,168.266,168.266,167.5996,166.9332,165.93359999999998,164.934,163.6012,162.9348,161.602,160.9356,160.6024,160.6024],[164.6008,164.934,164.2676,163.9344,163.6012,163.6012,163.6012,162.9348,162.6016,161.602,160.2692,159.2696,157.6036,156.9372,155.2712,153.6052,152.2724,151.606,150.6064,149.94,149.2736,148.9404,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,148.274,148.274,148.274,148.274,148.274,148.274,147.9408,147.9408,148.274,148.274,147.9408,147.27439999999999,147.27439999999999,146.2748,146.2748,146.2748,145.6084,145.6084,144.942,144.2756,143.9424,142.9428,142.6096,141.9432,141.9432,141.60999999999999,140.9436,140.9436,140.6104,139.944,139.944,139.944,139.6108,138.278,137.6116,137.6116,137.2784,135.94559999999998,135.6124,135.6124,135.94559999999998,135.94559999999998,135.6124,135.6124,134.946,134.2796,133.9464,133.6132,133.28,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.6136,131.9472,131.2808,130.9476,129.948,128.9484,127.9488,127.2824,126.2828,125.2832,123.9504,122.2844,120.9516,120.2852,118.9524,118.286,117.2864,116.62,116.2868,115.2872,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,109.956,108.9564,107.2904,106.624,105.2912,104.6248,103.292,102.2924,101.2928,100.2932,99.96,99.6268,98.6272,97.6276,96.628,94.6288,92.2964,90.2972,88.9644,87.2984,84.6328,82.96679999999999,81.634,80.3012,78.6352,76.9692,75.9696,74.6368,73.304,71.638,71.3048,69.972,68.6392,67.3064,65.6404,64.3076,62.6416,61.9752,59.976,58.6432,57.9768,56.644,55.9776,54.978,54.978,54.3116,53.6452,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.3148,45.3152,45.3152,44.6488,43.9824,43.316,42.6496,41.65,40.9836,39.984,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,33.986399999999996,33.32,33.32,32.6536,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,40.3172,41.9832,43.316,44.982,46.9812,48.980399999999996,50.3132,51.9792,52.6456,54.3116,55.6444,56.977199999999996,58.6432,59.309599999999996,60.9756,62.3084,63.9744,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,66.9732,67.6396,68.306,68.9724,69.3056,69.972,70.6384,71.9712,72.6376,73.304,73.9704,74.6368,75.6364,76.3028,77.6356,78.30199999999999,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,78.9684,78.9684,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,80.9676,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,82.3004,83.6332,84.6328,85.2992,86.632,87.2984,87.2984,87.6316,88.63119999999999,89.2976,89.2976,89.6308,90.2972,90.2972,90.2972,90.6304,90.6304,90.2972,90.2972,90.6304,91.2968,91.63,92.6296,93.6292,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,92.2964,91.9632,91.63,90.9636,90.9636,90.6304,89.964,89.964,89.964,91.2968,91.63,92.2964,93.29599999999999,93.6292,94.962,96.2948,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.9588,103.9584,104.2916,104.2916,104.2916,104.958,104.6248,103.9584,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.6244,106.2908,107.2904,107.9568,108.6232,108.6232,108.6232,109.6228,109.6228,108.9564,107.9568,106.9572,105.9576,104.2916,103.62519999999999,102.6256,101.9592,101.2928,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.6244,106.624,108.28999999999999,109.2896,110.9556,113.288,114.2876,115.2872,117.2864,118.286,118.9524,119.6188,120.9516,122.2844,123.6172,124.6168,125.2832,125.2832,125.6164,126.2828,127.6156,127.6156,127.6156,127.6156,128.282,128.6152,129.2816,129.948,129.948,129.6148,128.6152,128.282,127.6156,126.616,125.9496,125.6164,125.2832,124.6168,123.28399999999999,122.9508,121.2848,118.9524,117.6196,115.6204,113.288,110.6224,108.6232,107.6236,106.2908,106.2908,107.6236,108.6232,110.2892,110.9556,111.622,111.622,111.622,111.2888,110.6224,110.2892,110.2892,110.2892,110.6224,110.9556,111.622,112.2884,111.622,111.622,112.95479999999999,113.6212,114.6208,115.6204,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.2896,109.6228,110.2892,111.2888,111.9552,114.2876,115.2872,116.2868,117.2864,118.9524,119.6188,121.2848,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,122.9508,122.9508,122.2844,121.618,121.2848,120.2852,119.2856,118.61919999999999,117.6196,117.6196,117.2864,116.62,116.2868,115.6204,115.6204,115.2872,115.2872,115.6204,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,111.9552,112.2884,112.95479999999999,113.6212,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.6208,114.6208,115.6204,115.6204,115.9536,116.62,117.2864,117.2864,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.6204,114.954,114.954,114.6208,114.2876,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.6204,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.6196,118.61919999999999,119.952,120.9516,122.9508,123.9504,125.2832,125.6164,125.6164,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.2832,125.2832,125.2832,125.2832,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,125.2832,125.9496,126.616,127.6156,128.282,129.2816,130.6144,131.9472,132.2804,132.9468,132.6136,130.6144,130.2812,130.9476,131.614,132.2804,132.9468,135.2792,136.9452,137.9448,139.6108,138.6112,138.6112,137.6116,135.94559999999998,134.946,133.6132,131.9472,130.6144,128.6152,127.2824,125.2832,123.28399999999999,122.9508,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.95,126.2828,126.2828,126.616,126.616,126.2828,126.2828,125.6164,125.2832,124.6168,123.9504,123.6172,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.6172,123.9504,123.9504,124.28359999999999,124.95,126.2828,126.9492,127.9488,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.948,129.948,130.6144,130.6144,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,130.6144,130.9476,131.2808,132.6136,133.28,134.2796,135.2792,135.2792,134.946,134.946,134.946,134.946,134.2796,134.2796,133.6132,134.2796,134.6128,135.2792,136.612,136.9452,138.278,138.9444,139.944,139.944,141.2768,141.60999999999999,142.2764,142.6096,141.9432,141.9432,141.60999999999999,140.9436,142.2764,142.2764,142.6096,142.6096,142.6096,142.6096,142.6096,142.2764,142.2764,141.60999999999999,141.2768,140.6104,139.2776,137.9448,137.6116,137.6116,136.9452,136.9452,136.9452,136.9452,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,138.9444,139.6108,140.6104,141.60999999999999,142.6096,143.276,143.9424,143.9424,143.9424,143.9424,143.276,143.276,143.276,143.276,142.9428,142.9428,142.6096,142.6096,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.6104,139.6108,139.6108,138.9444,138.9444,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.6116,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,136.9452,136.9452,137.6116,137.9448,137.9448,138.9444,139.6108,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.9428,143.276,143.9424,144.6088,144.942,144.942,146.2748,146.9412,147.27439999999999,147.6076,148.274,148.6072,149.6068,149.94,150.6064,150.6064,151.9392,152.6056,152.9388,153.6052,154.6048,154.6048,154.6048,154.6048,155.2712,155.2712,155.2712,155.2712,155.6044,156.2708,156.2708,156.9372,157.2704,157.9368,158.6032,159.2696,159.936,160.2692,160.6024,160.6024,160.9356,160.9356,161.602,161.602,160.9356,160.9356,160.9356,160.9356,160.6024,160.6024,161.2688,161.2688,161.602,161.9352,162.9348,163.6012,164.934,165.6004,166.6,167.9328,168.5992,168.9324,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,168.9324,168.266,167.5996,166.6,165.93359999999998,164.6008,163.9344,162.9348,161.9352,160.6024,160.2692,159.6028,159.6028],[164.934,164.934,164.2676,163.9344,163.9344,163.9344,163.9344,163.6012,163.9344,162.6016,161.2688,160.2692,158.9364,158.27,156.2708,155.2712,153.6052,151.606,150.6064,149.94,149.2736,148.9404,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,148.274,148.274,148.274,148.274,148.274,148.274,147.9408,148.274,148.274,148.274,148.274,147.6076,147.6076,146.9412,146.9412,146.9412,146.9412,146.2748,145.9416,144.942,144.2756,143.6092,142.9428,142.9428,142.9428,142.6096,142.6096,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,139.944,139.944,139.2776,138.278,137.6116,137.2784,137.2784,137.2784,137.2784,137.6116,137.2784,136.612,136.2788,135.6124,134.946,134.2796,134.2796,133.9464,133.28,133.28,133.28,133.28,133.28,133.9464,133.9464,133.28,132.6136,131.9472,131.2808,130.6144,129.6148,128.6152,128.282,127.2824,125.9496,124.95,123.6172,121.9512,121.618,119.952,119.6188,118.61919999999999,118.286,117.6196,116.2868,115.2872,114.6208,114.2876,113.95439999999999,113.288,113.288,112.95479999999999,111.2888,110.2892,109.6228,108.28999999999999,107.6236,106.2908,105.6244,104.6248,103.9584,103.292,102.6256,102.6256,101.626,101.2928,99.96,98.6272,96.9612,95.6284,93.9624,91.63,89.2976,87.2984,85.9656,83.9664,82.3004,80.3012,79.3016,78.30199999999999,76.3028,74.6368,73.9704,72.6376,71.3048,69.972,68.6392,67.3064,65.6404,64.3076,62.6416,61.3088,59.309599999999996,57.9768,57.3104,55.9776,54.978,54.978,54.3116,53.6452,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.3148,45.3152,45.3152,44.6488,43.9824,43.316,42.6496,41.65,40.3172,39.3176,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,34.6528,33.32,33.32,32.6536,32.6536,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,37.3184,37.9848,38.6512,39.3176,40.3172,41.9832,43.9824,45.6484,46.9812,49.6468,50.9796,51.9792,53.312,55.6444,56.977199999999996,58.31,59.309599999999996,60.6424,62.3084,63.9744,64.6408,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,65.9736,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.9736,66.9732,66.9732,67.6396,68.306,69.3056,69.3056,69.972,70.6384,71.9712,72.6376,73.304,73.304,74.3036,75.6364,76.3028,76.9692,78.6352,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,78.9684,78.9684,79.6348,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.9676,81.634,81.634,82.3004,81.9672,82.6336,82.6336,83.3,83.3,82.6336,82.6336,81.9672,80.6344,79.968,79.968,79.968,80.6344,81.3008,82.3004,83.6332,84.6328,85.9656,86.632,87.9648,88.298,88.9644,89.2976,89.2976,89.6308,90.9636,91.63,91.63,91.63,92.2964,92.2964,92.2964,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,94.2956,94.2956,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,91.63,90.6304,89.964,91.2968,91.63,92.2964,93.29599999999999,93.6292,94.2956,95.6284,96.2948,97.96079999999999,98.294,98.96039999999999,99.6268,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,102.9588,102.9588,104.2916,104.2916,104.958,104.958,105.6244,105.2912,105.2912,104.2916,104.6248,104.6248,104.2916,104.2916,104.6248,104.2916,103.62519999999999,103.9584,104.2916,104.6248,105.2912,106.2908,106.9572,108.6232,109.2896,110.2892,110.9556,110.9556,110.9556,111.622,112.2884,110.9556,110.2892,109.2896,107.6236,105.9576,105.6244,104.2916,103.292,102.2924,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,100.9596,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,105.2912,105.9576,106.624,107.2904,108.28999999999999,109.956,110.9556,113.6212,115.2872,115.9536,117.6196,118.9524,120.2852,120.9516,121.618,122.2844,123.28399999999999,124.28359999999999,124.6168,125.2832,125.2832,125.6164,126.2828,127.6156,127.6156,127.6156,127.6156,128.282,128.6152,129.2816,129.948,130.2812,129.6148,129.2816,128.6152,127.6156,126.616,126.616,125.6164,125.2832,124.28359999999999,123.28399999999999,121.9512,120.2852,118.286,116.62,114.2876,112.2884,110.6224,108.6232,107.9568,106.9572,106.9572,107.9568,108.6232,110.2892,111.622,112.2884,112.2884,112.2884,111.622,111.2888,110.2892,110.2892,110.9556,110.9556,111.622,112.2884,112.2884,111.622,112.2884,113.288,113.6212,115.2872,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,114.954,114.954,114.2876,113.6212,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.2896,109.6228,110.2892,110.9556,111.9552,114.2876,115.2872,116.62,118.286,118.9524,120.2852,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.2844,121.2848,120.2852,119.2856,118.61919999999999,117.6196,117.2864,116.62,116.2868,115.6204,115.6204,115.2872,115.6204,115.9536,115.9536,115.9536,115.2872,114.954,114.2876,114.2876,113.288,112.95479999999999,111.9552,111.9552,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,112.2884,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.6208,114.6208,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,116.2868,116.2868,116.62,117.2864,117.2864,117.2864,117.6196,118.61919999999999,118.61919999999999,119.6188,120.2852,121.9512,122.2844,123.6172,124.28359999999999,125.2832,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,124.6168,124.6168,125.6164,125.9496,126.616,127.6156,128.6152,129.6148,131.2808,131.9472,132.6136,131.9472,130.6144,130.2812,130.9476,130.9476,131.9472,133.6132,135.94559999999998,136.9452,137.9448,139.6108,138.6112,138.6112,137.6116,136.612,134.946,133.6132,131.9472,130.6144,128.6152,127.2824,125.2832,123.28399999999999,122.9508,121.9512,122.9508,122.9508,122.9508,122.9508,123.9504,124.6168,124.95,125.6164,126.616,127.2824,127.2824,127.6156,127.6156,127.2824,126.2828,125.6164,125.2832,124.6168,124.6168,123.9504,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.6168,124.6168,124.95,125.2832,126.9492,127.9488,129.2816,129.2816,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.9476,131.614,132.6136,133.28,134.2796,135.2792,135.6124,135.6124,135.2792,135.2792,134.946,134.946,134.2796,133.6132,133.6132,133.6132,134.2796,134.6128,135.94559999999998,136.612,137.6116,138.278,139.2776,139.944,140.6104,141.2768,142.2764,142.6096,141.9432,141.60999999999999,140.9436,140.6104,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,140.9436,140.6104,139.2776,137.9448,137.6116,137.2784,135.94559999999998,135.94559999999998,136.2788,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,138.6112,138.9444,139.6108,139.6108,140.6104,141.60999999999999,142.6096,143.276,143.9424,143.9424,143.9424,143.276,143.276,143.276,143.276,143.276,142.9428,142.9428,142.6096,142.6096,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,139.944,139.6108,138.9444,138.9444,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,136.9452,136.9452,136.9452,137.6116,137.9448,138.6112,139.6108,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,143.276,143.276,143.9424,143.9424,144.6088,144.942,146.2748,146.2748,147.27439999999999,147.27439999999999,148.274,148.6072,149.6068,149.94,150.6064,150.6064,151.9392,152.6056,152.9388,153.6052,154.6048,154.6048,154.6048,154.6048,155.2712,155.2712,155.2712,155.2712,156.2708,156.9372,156.9372,157.2704,157.9368,158.6032,159.2696,159.6028,160.2692,160.2692,160.6024,160.6024,160.9356,160.9356,161.602,161.602,160.9356,160.9356,160.9356,160.9356,160.6024,160.6024,161.2688,161.2688,161.602,161.602,162.6016,163.6012,164.6008,165.6004,166.6,167.2664,167.9328,168.9324,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,168.9324,167.5996,167.2664,165.93359999999998,165.2672,163.9344,163.268,161.9352,161.602,160.2692,159.6028,158.9364,158.9364],[164.6008,164.6008,164.2676,164.6008,164.6008,164.6008,164.6008,164.6008,164.6008,163.9344,161.9352,161.2688,159.6028,158.6032,156.9372,155.9376,154.2716,152.2724,150.6064,149.94,149.2736,148.9404,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.9404,148.9404,148.274,148.274,147.9408,147.9408,147.6076,147.6076,147.27439999999999,147.27439999999999,146.608,146.2748,145.6084,145.2752,144.942,144.2756,144.2756,143.6092,143.6092,143.276,142.9428,142.9428,142.9428,141.60999999999999,141.60999999999999,140.9436,140.9436,139.944,138.6112,137.6116,137.9448,137.9448,138.6112,138.6112,138.6112,137.9448,137.2784,136.612,136.2788,135.6124,134.6128,134.6128,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.2796,133.6132,133.28,132.2804,131.2808,130.9476,129.948,128.9484,128.6152,127.6156,126.616,125.2832,124.28359999999999,123.28399999999999,122.2844,121.2848,120.2852,120.2852,118.9524,117.9528,116.9532,116.9532,115.9536,115.6204,114.954,114.954,113.95439999999999,112.6216,111.622,111.622,110.2892,109.956,108.28999999999999,107.9568,106.624,105.9576,105.2912,104.958,104.6248,104.6248,103.292,102.2924,100.6264,99.2936,97.96079999999999,96.2948,93.9624,91.63,89.964,88.298,85.9656,83.9664,82.3004,80.9676,79.968,78.9684,77.3024,74.97,73.304,71.9712,70.6384,68.9724,67.6396,66.3068,64.974,63.6412,61.9752,60.6424,59.309599999999996,57.3104,55.9776,54.978,54.978,53.9784,53.312,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.3148,45.3152,45.3152,44.6488,43.9824,43.316,42.6496,41.65,40.3172,39.3176,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,33.32,32.6536,32.6536,32.6536,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,37.3184,37.9848,38.6512,39.3176,40.9836,42.6496,44.6488,46.3148,47.6476,49.6468,50.9796,52.6456,53.9784,56.3108,57.6436,58.9764,60.6424,61.3088,63.308,64.6408,65.9736,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.64,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,66.9732,66.9732,67.6396,68.306,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,72.9708,74.3036,74.97,75.6364,76.9692,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,79.6348,79.6348,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.3004,81.634,81.3008,80.6344,80.3012,80.3012,80.6344,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,83.6332,82.96679999999999,81.9672,81.3008,80.6344,80.6344,81.3008,81.3008,82.3004,83.6332,85.2992,86.632,88.298,89.2976,89.964,90.2972,90.6304,90.9636,91.63,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.6292,93.6292,93.29599999999999,92.6296,92.6296,92.6296,93.6292,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,93.6292,92.2964,91.63,91.2968,90.6304,91.2968,91.63,92.6296,93.29599999999999,93.6292,94.2956,95.9616,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,100.2932,100.9596,100.9596,101.2928,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.6244,105.9576,105.9576,105.2912,104.6248,104.6248,104.958,104.958,104.958,104.6248,104.958,104.6248,105.2912,105.2912,105.9576,107.6236,108.28999999999999,109.956,110.9556,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.622,110.6224,109.6228,107.6236,106.9572,105.6244,104.2916,103.62519999999999,101.9592,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,106.9572,107.9568,108.9564,109.956,112.2884,113.288,115.2872,117.2864,117.6196,119.6188,120.6184,121.618,122.2844,122.9508,123.6172,124.6168,124.6168,125.6164,125.6164,125.6164,125.9496,126.616,127.6156,127.6156,127.6156,127.6156,128.282,128.6152,129.2816,129.948,130.2812,129.948,128.9484,128.6152,128.6152,127.9488,126.9492,125.6164,125.2832,124.28359999999999,123.28399999999999,121.618,119.6188,117.6196,116.2868,113.6212,112.2884,110.6224,108.6232,107.9568,106.9572,106.9572,107.9568,108.9564,110.9556,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.2888,110.9556,110.2892,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.6208,115.6204,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,114.954,114.954,114.2876,113.6212,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.2896,109.6228,110.2892,110.9556,111.9552,114.954,115.9536,117.9528,118.61919999999999,120.9516,121.9512,122.9508,123.6172,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,123.6172,123.6172,122.9508,122.2844,121.2848,120.2852,119.2856,118.61919999999999,117.6196,116.9532,116.62,115.6204,115.6204,116.62,116.62,116.9532,116.9532,117.2864,116.2868,115.9536,115.2872,115.2872,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.288,113.288,113.6212,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,117.6196,117.6196,117.9528,118.286,118.286,118.9524,119.6188,119.6188,120.9516,120.9516,121.618,122.9508,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.9496,125.9496,125.9496,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.28359999999999,124.28359999999999,123.6172,123.6172,123.9504,123.9504,123.9504,124.6168,125.6164,125.9496,126.616,127.2824,127.9488,129.2816,130.6144,131.2808,131.9472,131.2808,130.2812,130.2812,130.6144,130.9476,131.9472,133.6132,135.94559999999998,136.9452,137.9448,139.6108,138.6112,138.6112,137.6116,136.612,135.2792,134.2796,131.9472,130.6144,128.6152,127.2824,125.2832,123.28399999999999,122.9508,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,126.2828,126.616,127.2824,128.6152,128.6152,128.6152,128.9484,128.6152,128.282,127.6156,126.616,125.9496,124.6168,123.9504,123.28399999999999,123.28399999999999,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,124.28359999999999,125.2832,125.2832,125.6164,126.616,126.9492,128.282,128.6152,129.2816,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.9472,132.6136,134.2796,134.946,135.2792,136.2788,136.2788,135.6124,135.6124,134.946,134.946,133.6132,133.6132,133.28,133.28,133.28,133.6132,134.946,135.2792,137.2784,137.6116,138.6112,139.2776,139.944,140.6104,141.60999999999999,142.2764,141.60999999999999,140.9436,139.944,139.944,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,139.944,138.9444,138.6112,137.2784,136.612,135.2792,135.2792,135.6124,135.6124,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,138.6112,138.9444,139.6108,139.6108,140.6104,140.9436,142.2764,142.6096,143.276,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.2764,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,139.944,139.6108,138.9444,138.9444,137.9448,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,136.9452,136.9452,137.6116,137.6116,137.9448,138.6112,139.6108,139.944,140.9436,140.9436,141.9432,141.9432,142.9428,142.9428,143.276,143.276,143.9424,143.9424,144.6088,144.942,145.6084,146.2748,146.608,147.27439999999999,148.274,148.6072,149.6068,149.94,150.6064,150.6064,151.9392,152.6056,152.9388,153.6052,154.6048,154.6048,154.6048,154.6048,155.2712,155.2712,155.2712,155.2712,156.2708,156.9372,157.6036,158.27,159.2696,159.6028,159.6028,160.2692,160.2692,160.9356,161.2688,161.2688,161.602,161.602,161.602,161.602,161.602,161.602,160.9356,160.9356,160.6024,160.6024,160.6024,160.6024,160.9356,161.602,162.6016,162.9348,164.6008,164.934,166.6,167.2664,167.9328,168.9324,168.9324,168.9324,168.9324,169.2656,169.2656,169.2656,169.2656,169.2656,169.2656,168.9324,167.2664,166.6,165.2672,164.934,163.268,162.6016,161.602,160.9356,160.2692,159.6028,158.9364,158.6032],[164.6008,164.6008,164.2676,164.6008,164.6008,164.6008,164.934,164.934,164.6008,164.6008,163.268,161.9352,160.6024,159.2696,158.6032,156.9372,155.2712,153.6052,151.9392,150.6064,149.2736,148.9404,148.274,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.9404,148.9404,148.274,148.274,147.9408,147.9408,147.6076,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,146.2748,146.2748,145.9416,145.2752,145.2752,144.942,144.942,144.942,144.2756,143.276,143.276,143.276,143.276,142.2764,142.2764,141.60999999999999,140.9436,140.6104,139.6108,138.9444,138.6112,139.2776,139.2776,139.2776,138.6112,137.6116,137.2784,136.612,136.2788,135.2792,134.6128,134.6128,134.6128,134.6128,134.6128,135.2792,135.2792,135.2792,135.2792,134.2796,133.9464,133.28,132.2804,131.9472,131.2808,129.948,129.2816,128.6152,127.6156,126.616,125.2832,124.6168,123.28399999999999,122.2844,121.618,120.9516,120.2852,118.9524,118.286,118.286,117.6196,116.2868,116.2868,115.6204,114.954,113.95439999999999,112.6216,112.2884,111.2888,110.6224,109.956,109.2896,108.28999999999999,106.9572,106.624,105.9576,105.9576,105.9576,104.958,103.9584,103.292,101.2928,99.6268,97.96079999999999,96.2948,93.9624,91.63,89.964,88.298,86.2988,84.2996,82.3004,81.3008,80.6344,79.3016,76.636,75.3032,73.63719999999999,71.9712,70.6384,68.6392,66.9732,65.6404,64.3076,62.6416,61.3088,59.309599999999996,57.3104,56.3108,55.6444,54.978,53.9784,53.9784,52.9788,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.9812,46.3148,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,41.65,40.3172,39.3176,38.6512,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,34.6528,33.986399999999996,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.9844,39.6508,40.9836,41.9832,43.9824,45.6484,46.9812,48.980399999999996,50.9796,52.6456,53.312,55.6444,57.6436,58.9764,60.6424,61.9752,63.308,64.6408,65.9736,66.9732,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.3064,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.9732,67.6396,68.306,68.306,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,72.3044,72.9708,74.3036,74.97,76.3028,76.3028,76.9692,77.6356,78.6352,78.6352,78.6352,78.6352,78.9684,78.9684,79.6348,80.3012,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,84.2996,85.2992,87.2984,88.298,89.964,90.6304,91.2968,91.63,92.2964,92.9628,93.6292,94.6288,94.962,94.962,94.962,94.6288,94.6288,93.6292,93.6292,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,93.9624,92.9628,92.2964,91.63,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.6292,94.6288,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.6272,100.2932,100.6264,100.9596,101.2928,101.2928,102.6256,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.958,104.958,105.6244,106.2908,105.9576,105.9576,105.6244,105.2912,105.2912,105.6244,105.6244,105.6244,105.2912,105.6244,105.2912,105.6244,105.9576,106.9572,107.6236,108.9564,111.2888,112.6216,113.6212,114.2876,114.954,114.954,114.954,114.954,114.2876,112.95479999999999,112.2884,111.2888,109.6228,108.9564,106.9572,105.2912,103.62519999999999,102.2924,101.626,101.2928,101.2928,101.2928,101.626,101.9592,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.9576,106.624,107.2904,107.9568,109.2896,109.956,111.9552,113.6212,115.2872,116.62,118.61919999999999,119.952,121.2848,122.2844,122.6176,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.9496,125.9496,126.9492,127.6156,127.6156,127.6156,128.282,128.6152,129.2816,129.2816,129.948,129.948,129.6148,129.2816,129.2816,127.9488,127.6156,125.6164,125.2832,123.28399999999999,122.9508,120.6184,118.61919999999999,117.2864,115.6204,113.288,112.2884,110.6224,108.6232,107.9568,106.9572,107.6236,108.28999999999999,108.9564,110.9556,111.9552,112.95479999999999,113.288,113.288,112.95479999999999,111.622,110.9556,110.9556,110.9556,110.6224,110.9556,111.622,112.2884,112.2884,112.2884,113.288,113.6212,114.954,115.6204,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.2872,114.954,114.2876,113.6212,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.2896,109.6228,110.2892,110.9556,111.9552,114.6208,115.9536,118.286,120.2852,121.9512,122.2844,123.6172,123.6172,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,123.6172,123.6172,122.9508,122.2844,121.618,120.2852,118.61919999999999,117.9528,116.9532,116.62,115.9536,115.9536,116.62,116.9532,117.6196,117.6196,117.9528,117.6196,116.62,115.6204,115.6204,114.6208,114.2876,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,114.954,115.6204,115.6204,115.6204,115.6204,115.9536,115.2872,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.6204,115.9536,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,117.6196,117.6196,117.9528,118.61919999999999,118.9524,118.9524,119.6188,120.2852,120.9516,121.2848,121.618,122.2844,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.6164,125.9496,125.9496,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.28359999999999,124.28359999999999,123.6172,123.6172,123.9504,123.9504,123.9504,124.6168,125.2832,125.2832,125.6164,126.2828,127.2824,128.6152,130.2812,130.6144,130.6144,131.2808,130.2812,130.2812,130.6144,130.9476,131.9472,133.6132,135.94559999999998,136.9452,138.278,139.2776,138.6112,138.6112,137.6116,137.6116,135.94559999999998,134.2796,131.9472,130.6144,128.6152,127.2824,125.2832,123.9504,123.28399999999999,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,126.2828,127.2824,128.6152,129.2816,129.2816,129.2816,129.6148,129.6148,128.6152,128.282,127.2824,125.9496,125.2832,124.6168,123.6172,123.28399999999999,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.9492,127.6156,128.282,129.2816,130.6144,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.614,131.614,131.614,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.614,131.9472,131.9472,131.9472,132.2804,133.6132,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,134.946,134.2796,133.6132,133.28,132.6136,132.6136,132.6136,132.9468,133.6132,134.946,136.612,137.2784,138.278,138.9444,139.944,140.6104,141.2768,141.60999999999999,140.9436,140.6104,139.2776,138.9444,139.2776,139.2776,139.2776,139.944,139.944,138.6112,138.9444,138.9444,137.9448,137.6116,137.2784,136.612,136.2788,134.946,134.946,134.946,135.2792,135.6124,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.9448,138.6112,139.2776,139.2776,140.6104,141.60999999999999,142.2764,142.2764,142.6096,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.2764,142.2764,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,139.944,139.6108,138.9444,138.9444,137.9448,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,138.6112,139.2776,139.944,140.6104,141.60999999999999,141.60999999999999,141.9432,142.6096,142.9428,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.6088,145.6084,145.6084,146.608,147.27439999999999,148.274,148.6072,149.6068,149.6068,150.2732,150.6064,151.9392,151.9392,152.6056,152.9388,153.9384,154.6048,154.6048,154.6048,155.2712,155.2712,155.2712,155.9376,156.9372,157.2704,158.27,159.2696,159.6028,159.6028,160.2692,160.2692,160.9356,160.9356,161.2688,161.2688,161.602,161.602,161.602,161.602,161.2688,160.6024,160.6024,160.6024,160.6024,160.6024,160.6024,160.6024,160.9356,161.602,162.6016,162.9348,163.6012,164.6008,165.93359999999998,166.6,167.2664,168.266,168.266,168.266,168.266,168.9324,168.9324,168.9324,168.9324,168.9324,168.266,166.9332,166.6,165.93359999999998,164.6008,163.9344,162.6016,161.9352,160.9356,160.2692,159.6028,158.6032,158.27,158.27],[163.9344,163.9344,163.6012,163.9344,163.9344,164.6008,164.6008,164.6008,164.934,164.6008,163.268,162.6016,161.602,160.6024,159.2696,157.6036,155.6044,154.2716,152.9388,151.9392,150.6064,149.94,148.274,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.9412,146.2748,146.2748,145.6084,145.6084,145.2752,144.942,144.942,144.6088,143.9424,143.9424,142.9428,141.9432,140.9436,140.6104,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,138.6112,137.6116,136.612,136.2788,135.2792,134.6128,134.6128,134.6128,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,133.9464,133.28,133.28,132.6136,131.2808,130.9476,129.948,129.948,128.9484,127.6156,126.616,125.6164,124.6168,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.2852,119.952,118.9524,117.6196,116.9532,116.62,116.2868,114.2876,112.95479999999999,112.95479999999999,111.9552,110.9556,110.2892,109.2896,108.6232,108.28999999999999,107.9568,106.9572,106.9572,106.2908,106.2908,105.2912,104.6248,102.6256,100.9596,98.96039999999999,97.96079999999999,95.9616,93.9624,92.2964,90.6304,88.298,86.2988,84.966,83.6332,82.3004,80.6344,78.30199999999999,76.636,74.97,73.63719999999999,71.3048,69.3056,67.97279999999999,66.64,64.974,63.6412,61.3088,59.309599999999996,57.9768,57.3104,55.6444,54.978,54.978,54.3116,53.312,52.6456,51.9792,51.3128,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,46.3148,45.3152,44.6488,43.9824,43.9824,43.316,42.6496,41.65,40.3172,39.3176,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,34.6528,33.986399999999996,33.32,32.6536,32.6536,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,34.6528,34.6528,35.3192,35.9856,37.3184,37.9848,39.984,41.3168,42.6496,43.9824,44.982,46.3148,48.314,50.3132,52.3124,54.3116,55.6444,56.977199999999996,59.309599999999996,60.6424,61.9752,63.9744,64.974,66.3068,66.9732,68.306,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,83.3,82.6336,82.96679999999999,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.632,87.2984,86.9652,86.2988,86.2988,84.966,84.966,83.6332,82.96679999999999,82.6336,82.6336,82.6336,82.6336,83.6332,85.6324,86.632,88.63119999999999,89.964,90.6304,91.2968,92.6296,93.29599999999999,93.6292,94.2956,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,94.2956,94.6288,93.9624,94.962,94.962,95.9616,95.9616,96.2948,96.9612,96.628,96.9612,96.2948,96.2948,95.6284,94.6288,93.9624,93.6292,92.9628,92.9628,91.9632,91.9632,92.6296,93.29599999999999,93.9624,94.6288,95.6284,96.2948,96.9612,96.9612,97.96079999999999,98.6272,99.6268,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.9592,103.292,103.292,103.292,103.62519999999999,104.6248,105.2912,105.9576,105.9576,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,108.28999999999999,109.6228,112.2884,113.6212,115.6204,115.9536,115.9536,116.62,116.62,115.9536,115.2872,114.2876,113.288,112.6216,111.2888,109.6228,107.9568,105.6244,103.62519999999999,102.6256,101.626,101.626,101.626,101.9592,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.958,105.6244,105.9576,106.2908,105.9576,105.9576,106.2908,106.2908,106.9572,107.6236,109.2896,109.956,111.9552,112.95479999999999,115.2872,116.62,118.9524,120.6184,121.9512,122.9508,123.9504,123.9504,123.9504,125.2832,125.2832,125.6164,125.6164,125.6164,125.2832,125.2832,125.6164,125.9496,126.9492,126.9492,127.6156,127.6156,128.6152,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,129.6148,128.6152,127.6156,125.6164,124.6168,122.6176,122.2844,120.6184,118.61919999999999,117.2864,114.954,113.288,111.622,109.956,107.9568,107.6236,107.6236,107.6236,108.28999999999999,108.9564,110.2892,111.9552,113.288,113.95439999999999,114.2876,113.6212,113.288,112.2884,111.622,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.954,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,115.2872,114.954,114.2876,113.6212,112.6216,112.2884,111.622,111.2888,110.2892,110.2892,109.2896,109.956,110.9556,112.2884,114.6208,115.9536,118.286,120.2852,121.9512,122.9508,123.28399999999999,123.9504,123.6172,123.6172,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.28359999999999,123.6172,123.6172,123.28399999999999,121.618,120.2852,119.6188,118.286,117.9528,117.2864,116.62,116.62,116.9532,116.9532,117.9528,118.286,118.286,117.9528,117.6196,117.2864,116.62,115.9536,115.6204,115.2872,115.2872,115.2872,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,113.95439999999999,114.6208,115.2872,115.9536,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.9536,116.62,116.9532,116.9532,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.9528,118.286,118.9524,119.6188,120.2852,120.9516,121.2848,121.618,121.618,122.2844,122.2844,122.9508,123.6172,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,123.6172,123.6172,124.28359999999999,124.95,125.2832,125.2832,125.6164,126.2828,127.2824,127.9488,129.2816,129.6148,130.2812,130.2812,130.9476,130.9476,131.2808,131.2808,132.2804,134.2796,135.94559999999998,136.9452,138.278,138.6112,138.6112,138.6112,138.6112,137.6116,136.612,134.2796,132.6136,130.6144,128.9484,127.2824,125.6164,124.28359999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,125.6164,126.2828,127.2824,128.6152,129.2816,129.948,129.948,129.948,129.948,130.6144,128.9484,127.6156,125.9496,124.95,124.28359999999999,123.28399999999999,122.9508,122.2844,122.2844,121.9512,121.9512,122.2844,122.6176,123.9504,124.6168,124.95,124.95,126.2828,126.9492,127.6156,128.282,129.2816,129.948,130.2812,130.6144,131.9472,132.6136,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.2808,131.2808,131.2808,131.2808,131.9472,132.2804,132.6136,132.6136,132.6136,132.6136,132.9468,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,132.6136,132.6136,131.9472,131.9472,131.2808,131.9472,132.9468,133.9464,135.6124,136.612,137.9448,138.278,138.9444,139.944,140.6104,140.6104,140.2772,139.944,138.9444,137.9448,137.6116,136.9452,136.9452,137.6116,137.2784,136.612,136.612,136.2788,135.2792,134.6128,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,135.2792,135.6124,136.2788,136.2788,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,136.612,136.612,136.612,137.2784,137.6116,138.278,139.2776,139.944,139.944,140.6104,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,139.944,139.2776,138.6112,138.9444,138.6112,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.6112,138.9444,138.6112,139.2776,139.944,140.6104,141.60999999999999,141.9432,142.6096,142.6096,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,145.2752,145.2752,145.6084,145.6084,146.2748,147.27439999999999,147.9408,148.274,149.2736,149.2736,149.94,150.6064,150.6064,151.2728,151.9392,152.6056,152.9388,153.6052,153.9384,154.6048,154.938,155.2712,155.9376,155.6044,156.9372,157.6036,158.6032,159.2696,160.2692,160.2692,160.6024,160.6024,161.602,161.9352,160.9356,160.9356,160.2692,160.2692,160.2692,160.2692,160.2692,159.936,159.936,159.936,159.6028,159.6028,159.6028,159.6028,160.6024,161.2688,161.9352,162.6016,163.6012,163.9344,164.934,165.6004,166.6,166.9332,167.9328,167.9328,167.9328,168.266,168.266,168.266,167.2664,167.2664,166.6,165.2672,164.934,164.2676,163.9344,163.268,162.6016,161.9352,160.9356,160.2692,159.2696,158.6032,158.27,158.27],[163.9344,163.9344,163.6012,163.9344,163.9344,163.9344,164.6008,164.6008,164.6008,164.6008,163.268,162.6016,161.9352,161.2688,159.6028,158.6032,156.9372,155.2712,153.6052,152.9388,151.2728,150.6064,148.9404,148.9404,148.9404,148.9404,148.9404,149.2736,149.2736,149.2736,149.2736,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,148.274,148.274,147.6076,147.27439999999999,147.27439999999999,146.9412,146.9412,146.2748,145.9416,145.9416,145.2752,144.942,144.6088,143.9424,143.276,141.9432,141.60999999999999,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.6108,137.6116,137.2784,136.2788,135.2792,134.6128,134.6128,134.6128,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,134.2796,133.6132,133.28,132.9468,132.2804,131.2808,131.2808,130.6144,129.948,128.6152,127.6156,126.9492,125.6164,125.2832,123.28399999999999,123.28399999999999,122.9508,121.9512,121.2848,121.2848,120.2852,118.61919999999999,117.6196,117.2864,116.62,114.954,113.6212,113.288,112.2884,111.622,110.9556,110.2892,109.6228,108.9564,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.2908,104.6248,103.292,101.2928,99.6268,98.6272,96.628,95.6284,93.6292,91.63,89.2976,88.298,87.2984,85.9656,83.6332,81.634,79.968,78.30199999999999,76.3028,74.3036,71.9712,70.6384,69.3056,67.97279999999999,66.3068,64.3076,61.9752,60.6424,59.309599999999996,57.9768,56.3108,55.6444,55.6444,54.978,53.9784,53.312,52.6456,51.3128,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,40.9836,40.3172,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,34.6528,33.986399999999996,33.32,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,34.6528,35.3192,35.3192,36.652,38.318,39.6508,41.3168,42.6496,43.9824,45.6484,46.3148,48.314,50.3132,51.9792,54.3116,55.6444,57.3104,58.6432,60.6424,61.9752,63.9744,65.3072,66.3068,67.6396,68.306,68.9724,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,77.3024,78.30199999999999,78.9684,80.3012,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.6324,85.9656,85.9656,85.2992,84.6328,84.2996,83.6332,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,83.6332,84.966,85.6324,86.632,87.2984,87.9648,88.298,87.9648,87.9648,86.632,86.632,86.2988,85.6324,84.966,83.6332,83.6332,82.6336,83.3,84.2996,85.6324,86.632,88.63119999999999,89.964,90.6304,91.2968,92.6296,93.29599999999999,93.6292,94.6288,95.6284,96.2948,96.2948,96.2948,95.6284,95.6284,94.6288,94.6288,94.962,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,97.6276,97.6276,97.6276,97.6276,96.628,95.9616,95.6284,95.2952,93.9624,93.9624,93.6292,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.6288,95.6284,95.6284,95.9616,96.628,97.2944,98.294,99.6268,99.96,99.96,100.6264,101.2928,101.2928,101.2928,101.9592,103.292,103.292,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,106.624,106.624,106.624,105.9576,105.9576,106.624,106.624,106.624,106.624,106.624,106.624,106.624,107.6236,108.9564,110.9556,112.6216,114.6208,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,116.62,114.954,114.2876,113.288,111.622,110.2892,108.28999999999999,105.9576,103.62519999999999,102.6256,101.626,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.9576,106.2908,106.2908,105.9576,105.9576,106.2908,106.9572,107.6236,107.9568,109.956,110.9556,112.95479999999999,114.2876,116.2868,118.286,120.6184,122.6176,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.9496,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.6164,125.9496,126.9492,126.9492,127.6156,127.6156,128.6152,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,129.948,129.6148,128.6152,126.9492,124.95,123.9504,122.6176,122.2844,119.952,118.286,116.62,114.954,112.95479999999999,110.9556,109.956,107.9568,107.6236,106.9572,106.9572,108.28999999999999,108.9564,110.2892,111.9552,113.288,113.95439999999999,114.2876,114.2876,113.6212,112.95479999999999,112.2884,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,115.2872,115.6204,116.62,116.62,116.62,116.62,116.62,116.62,115.2872,114.954,114.2876,113.6212,112.6216,112.2884,111.622,111.2888,110.2892,110.2892,109.2896,109.956,110.9556,112.2884,114.6208,115.9536,118.286,120.2852,122.2844,123.28399999999999,123.28399999999999,123.9504,123.6172,123.6172,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,122.2844,120.2852,119.6188,118.9524,118.286,117.9528,116.9532,116.9532,116.9532,117.6196,118.286,118.9524,118.9524,119.6188,118.9524,118.286,117.6196,117.2864,116.62,116.62,116.62,115.9536,115.2872,115.2872,115.2872,114.6208,114.954,114.954,115.2872,114.6208,114.6208,114.954,115.9536,116.62,116.62,116.9532,116.9532,117.6196,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.9536,115.9536,116.62,116.9532,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.9528,118.286,118.9524,119.952,120.9516,121.2848,121.9512,122.2844,122.2844,122.9508,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,123.6172,124.28359999999999,124.28359999999999,124.95,124.95,124.95,125.2832,125.6164,126.2828,127.6156,128.6152,128.9484,130.2812,130.6144,130.9476,130.6144,131.2808,131.2808,132.2804,133.9464,135.6124,136.612,137.6116,137.6116,137.6116,138.278,138.278,137.6116,135.94559999999998,134.2796,132.6136,130.6144,128.9484,127.2824,125.6164,124.28359999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,125.2832,125.6164,126.2828,127.2824,128.6152,129.2816,129.948,129.948,130.6144,130.6144,130.9476,129.6148,127.9488,125.9496,124.95,124.28359999999999,123.28399999999999,122.9508,122.9508,122.9508,122.6176,122.6176,122.6176,123.28399999999999,124.6168,124.95,124.95,125.6164,126.9492,127.6156,128.282,128.6152,128.9484,129.6148,130.2812,131.2808,132.6136,132.6136,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.2808,131.2808,131.2808,131.2808,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,133.6132,134.2796,134.2796,134.2796,133.9464,133.6132,133.6132,132.9468,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,132.2804,133.6132,134.946,136.2788,136.9452,138.6112,138.6112,139.2776,139.944,140.2772,139.944,139.6108,138.6112,136.612,135.6124,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,133.6132,132.9468,132.9468,132.9468,133.28,133.6132,134.2796,134.2796,135.2792,135.6124,135.6124,136.2788,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,136.2788,136.2788,136.612,136.612,137.2784,137.6116,138.9444,139.6108,139.6108,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,139.944,139.944,139.2776,138.9444,138.6112,137.6116,137.6116,137.9448,137.6116,138.278,138.278,138.278,138.278,138.278,138.278,138.278,137.9448,137.9448,139.6108,139.6108,140.6104,140.6104,140.9436,141.60999999999999,142.2764,142.6096,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,145.2752,145.2752,145.6084,146.2748,146.9412,146.9412,147.9408,148.274,149.2736,149.2736,149.94,149.94,150.6064,151.2728,151.9392,151.9392,152.9388,152.9388,153.9384,153.9384,154.6048,154.938,155.9376,155.9376,156.9372,157.6036,158.6032,158.6032,159.6028,160.2692,160.6024,160.6024,161.602,161.602,160.9356,160.2692,159.936,159.936,159.936,159.936,159.6028,159.6028,159.6028,159.2696,159.2696,159.2696,159.2696,159.6028,160.2692,160.6024,161.602,161.9352,163.268,163.6012,163.9344,164.6008,165.6004,165.93359999999998,165.93359999999998,166.6,167.2664,167.2664,166.9332,166.6,165.93359999999998,165.93359999999998,164.934,164.6008,164.2676,163.6012,162.6016,162.26839999999999,161.602,160.9356,160.2692,159.2696,158.6032,158.27,157.6036,157.6036],[163.268,163.268,163.268,163.268,163.268,163.9344,163.9344,163.9344,163.268,163.268,163.268,162.6016,162.26839999999999,161.602,160.9356,159.2696,157.6036,155.6044,154.938,153.6052,151.9392,151.2728,150.6064,150.2732,149.94,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.2732,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,148.274,148.274,148.274,148.274,147.9408,147.6076,146.9412,146.9412,146.2748,146.2748,145.6084,145.2752,144.6088,143.6092,142.9428,142.6096,142.2764,141.9432,141.9432,141.2768,140.6104,139.2776,137.6116,137.2784,136.2788,135.2792,134.6128,134.6128,134.6128,134.2796,134.2796,134.946,134.946,134.2796,134.2796,134.946,134.2796,134.2796,133.6132,133.28,132.9468,132.6136,132.6136,131.9472,130.6144,129.948,128.6152,128.282,127.6156,126.616,125.2832,124.6168,123.6172,122.9508,122.2844,122.2844,121.2848,120.2852,118.9524,118.61919999999999,117.2864,115.6204,114.954,113.95439999999999,112.95479999999999,112.95479999999999,111.622,110.9556,110.6224,109.956,108.9564,107.6236,107.6236,107.2904,107.2904,106.2908,104.6248,103.9584,101.9592,100.2932,98.96039999999999,97.2944,96.2948,94.6288,92.2964,89.964,88.298,87.6316,86.632,85.2992,83.6332,81.634,79.6348,77.6356,74.97,73.63719999999999,71.3048,69.972,68.6392,67.3064,65.6404,62.6416,61.3088,59.976,58.6432,57.6436,56.977199999999996,55.6444,54.978,53.9784,53.312,52.6456,51.3128,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,40.9836,40.3172,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,33.986399999999996,32.6536,31.9872,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.3184,38.9844,40.3172,42.6496,43.9824,45.3152,46.9812,48.314,50.3132,51.646,53.312,55.6444,56.977199999999996,57.9768,59.976,61.9752,63.308,65.3072,66.64,67.6396,68.9724,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,79.6348,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.6316,87.6316,87.6316,86.2988,85.9656,85.6324,84.2996,82.96679999999999,82.3004,82.3004,81.9672,81.9672,82.6336,83.3,83.6332,84.2996,84.966,86.2988,87.2984,88.298,88.63119999999999,89.2976,88.63119999999999,88.298,88.298,87.6316,87.9648,86.632,86.632,85.2992,84.2996,83.6332,83.6332,84.2996,85.6324,86.632,88.298,89.964,91.2968,91.63,92.9628,93.6292,93.9624,94.962,95.9616,96.628,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.9616,96.2948,96.9612,97.2944,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.2948,95.9616,94.962,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,95.6284,95.6284,95.6284,95.9616,97.2944,97.96079999999999,98.96039999999999,99.6268,99.6268,99.96,100.9596,100.9596,101.2928,101.9592,103.292,103.292,103.292,103.62519999999999,104.6248,105.6244,106.2908,106.9572,107.2904,107.2904,106.624,106.624,106.624,107.2904,107.2904,107.2904,107.6236,107.6236,107.9568,107.9568,108.9564,109.6228,111.622,113.288,114.954,115.9536,116.62,117.2864,117.6196,117.6196,117.2864,116.62,115.2872,114.2876,112.95479999999999,112.2884,110.6224,108.28999999999999,105.9576,104.6248,103.292,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,104.958,105.6244,105.6244,105.9576,106.9572,106.9572,107.2904,107.2904,107.6236,108.28999999999999,108.9564,109.2896,110.6224,112.2884,113.95439999999999,115.9536,117.6196,119.952,120.9516,122.6176,124.6168,124.6168,125.6164,125.6164,125.9496,125.9496,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,125.9496,126.9492,126.9492,127.6156,127.6156,128.6152,128.9484,129.6148,129.6148,130.6144,130.6144,129.948,129.948,128.9484,127.9488,126.2828,124.95,123.28399999999999,122.6176,121.9512,119.952,117.6196,116.2868,114.2876,112.2884,110.6224,109.2896,107.6236,106.9572,106.9572,106.9572,108.28999999999999,109.6228,111.2888,112.95479999999999,114.2876,114.6208,114.6208,114.6208,114.2876,113.288,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.2876,115.2872,115.6204,115.9536,115.9536,116.2868,116.2868,116.62,116.62,115.2872,114.954,114.2876,113.6212,112.6216,112.2884,112.2884,111.622,110.9556,110.2892,109.956,109.956,110.9556,112.2884,114.954,116.9532,118.9524,120.2852,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.28399999999999,122.2844,120.9516,119.6188,118.9524,118.286,117.9528,117.6196,117.6196,117.9528,118.286,118.9524,119.6188,120.2852,120.2852,120.2852,119.952,119.2856,118.9524,118.61919999999999,118.286,117.9528,117.6196,117.2864,116.9532,116.9532,116.62,115.9536,115.9536,116.2868,115.9536,115.9536,115.9536,116.2868,116.9532,117.2864,117.9528,117.6196,117.9528,117.9528,117.6196,117.6196,116.9532,116.62,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.9532,116.9532,117.9528,117.9528,118.286,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,119.2856,120.2852,121.2848,121.2848,122.2844,122.2844,123.28399999999999,123.6172,123.9504,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,124.95,125.2832,126.2828,127.2824,127.9488,128.6152,129.948,129.948,130.9476,130.9476,131.2808,131.2808,132.2804,133.9464,134.2796,135.94559999999998,136.612,137.2784,137.2784,137.6116,137.6116,137.2784,135.2792,133.6132,131.2808,129.948,128.282,126.616,125.2832,124.28359999999999,123.28399999999999,122.9508,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.616,127.9488,128.6152,129.6148,129.948,129.948,130.9476,131.614,130.6144,130.6144,128.282,126.616,125.6164,124.6168,123.9504,123.9504,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,126.2828,126.2828,126.9492,128.282,128.282,128.9484,129.6148,129.6148,130.2812,131.2808,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,132.9468,132.2804,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,131.2808,132.2804,132.9468,134.2796,135.2792,136.612,137.6116,138.9444,139.6108,139.944,139.944,139.6108,138.6112,137.6116,135.6124,134.2796,133.9464,133.9464,133.9464,133.9464,133.9464,133.28,133.28,132.9468,132.2804,132.9468,132.9468,133.28,133.28,134.2796,134.2796,135.2792,135.6124,135.6124,135.6124,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,136.2788,136.612,137.2784,137.6116,138.6112,138.9444,139.6108,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,142.6096,142.6096,142.6096,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,140.6104,139.944,138.9444,138.6112,138.6112,138.6112,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.2776,139.6108,139.944,139.944,140.9436,140.9436,141.60999999999999,142.6096,142.9428,143.276,143.9424,143.9424,144.2756,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,145.2752,145.2752,145.6084,146.2748,146.9412,146.9412,147.9408,148.274,149.2736,149.2736,149.94,149.94,150.6064,151.2728,151.9392,151.9392,152.6056,152.9388,153.272,153.9384,154.6048,154.938,155.2712,155.9376,156.9372,157.2704,158.27,158.6032,159.2696,159.6028,160.2692,160.6024,160.9356,160.9356,160.2692,159.936,159.936,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,158.6032,158.6032,158.6032,158.6032,159.2696,160.2692,160.6024,160.9356,161.602,161.9352,162.6016,163.6012,163.9344,163.9344,164.6008,165.2672,165.6004,165.6004,165.6004,165.2672,165.2672,164.2676,164.2676,163.6012,163.9344,162.6016,161.9352,161.602,160.9356,160.9356,160.2692,160.2692,159.2696,158.6032,157.6036,157.6036,157.2704],[163.268,163.268,163.268,163.268,163.268,163.268,163.9344,163.9344,163.268,163.268,163.268,162.6016,162.6016,161.9352,160.9356,160.2692,158.6032,156.9372,155.2712,154.6048,152.6056,151.9392,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,150.6064,150.2732,150.2732,150.2732,150.2732,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.2732,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,149.94,149.94,149.2736,149.2736,148.9404,148.9404,148.274,147.9408,147.27439999999999,147.27439999999999,146.9412,146.2748,145.6084,145.6084,145.2752,144.6088,144.2756,143.6092,143.276,142.9428,142.2764,141.9432,139.944,137.9448,137.6116,136.612,135.6124,135.2792,134.6128,134.6128,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.28,133.28,132.9468,132.9468,132.2804,131.2808,130.2812,129.948,129.2816,127.9488,127.6156,125.9496,125.2832,125.2832,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.9516,119.6188,118.61919999999999,117.2864,115.6204,114.954,114.2876,113.288,112.95479999999999,111.622,110.9556,109.956,109.2896,107.9568,107.6236,107.9568,107.2904,106.2908,104.6248,103.62519999999999,102.6256,101.2928,99.6268,97.96079999999999,96.628,95.2952,93.29599999999999,91.2968,89.2976,88.298,87.2984,85.6324,84.2996,82.3004,80.3012,77.6356,76.3028,73.63719999999999,72.3044,70.6384,69.3056,68.6392,66.64,64.974,63.308,61.3088,59.976,58.31,57.6436,56.3108,55.6444,54.6448,53.312,52.6456,51.3128,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,40.9836,40.3172,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.986399999999996,32.6536,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,39.6508,41.3168,43.316,45.6484,46.9812,48.980399999999996,50.3132,51.9792,53.312,55.6444,56.977199999999996,58.6432,59.976,61.3088,63.9744,65.3072,66.9732,68.306,69.3056,70.6384,71.3048,71.9712,72.3044,72.3044,72.3044,72.3044,72.3044,71.638,71.3048,70.6384,70.9716,70.9716,70.6384,70.6384,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.9712,71.9712,72.6376,73.304,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,79.6348,81.3008,82.3004,82.96679999999999,84.2996,85.9656,86.9652,88.298,88.298,88.298,88.298,87.2984,86.632,85.6324,84.2996,83.6332,82.3004,82.3004,82.6336,83.3,84.2996,84.2996,85.6324,86.2988,87.2984,88.298,89.2976,89.964,90.2972,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,86.632,85.6324,85.6324,85.6324,85.6324,86.2988,87.2984,88.9644,89.964,91.2968,91.63,92.9628,93.6292,93.9624,94.962,95.9616,96.628,96.9612,96.9612,96.9612,96.2948,95.9616,95.9616,95.6284,95.9616,96.2948,96.9612,97.6276,98.294,98.96039999999999,99.6268,99.6268,99.96,99.96,99.6268,98.96039999999999,98.6272,97.2944,96.2948,95.9616,93.9624,93.9624,93.6292,93.6292,93.9624,94.962,94.962,95.6284,95.6284,95.6284,95.9616,96.9612,97.2944,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.2928,102.6256,103.292,103.292,103.9584,104.6248,105.9576,106.9572,107.9568,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.6232,108.6232,108.28999999999999,108.9564,109.956,110.6224,111.9552,113.95439999999999,115.6204,115.9536,117.2864,117.6196,118.286,118.286,117.6196,116.62,115.2872,114.954,112.95479999999999,112.2884,110.6224,108.9564,106.624,105.2912,103.62519999999999,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,103.9584,103.9584,103.9584,104.6248,105.6244,105.9576,105.9576,106.624,107.6236,107.6236,107.9568,107.9568,108.9564,109.2896,109.956,110.6224,111.9552,113.288,115.2872,116.62,118.286,119.952,122.2844,123.28399999999999,124.6168,124.95,125.6164,125.6164,125.9496,125.9496,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,125.9496,126.9492,127.6156,127.6156,127.9488,128.9484,128.9484,129.6148,129.6148,129.948,129.6148,129.6148,128.9484,128.6152,127.2824,125.2832,123.9504,122.9508,122.6176,120.6184,119.6188,117.2864,115.6204,113.6212,112.2884,109.956,108.9564,107.6236,106.9572,106.2908,106.9572,108.28999999999999,109.956,111.9552,113.288,114.6208,115.2872,115.2872,115.2872,114.6208,113.95439999999999,112.95479999999999,112.2884,112.2884,111.622,112.2884,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.2876,115.2872,115.2872,115.9536,115.9536,116.2868,116.2868,116.62,116.62,115.2872,115.2872,114.954,114.2876,112.6216,112.95479999999999,112.2884,112.2884,110.9556,110.2892,109.956,110.2892,111.2888,112.95479999999999,115.6204,116.9532,118.9524,120.9516,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,122.9508,120.9516,119.6188,118.9524,118.286,118.286,117.9528,117.9528,118.286,118.9524,119.6188,119.952,120.2852,120.9516,121.9512,121.9512,121.2848,120.9516,119.6188,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.2864,116.62,116.62,116.9532,116.62,116.62,116.62,117.2864,117.2864,117.9528,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.2864,116.62,116.62,115.9536,115.6204,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,116.9532,117.6196,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,119.2856,119.2856,119.952,120.2852,121.2848,121.9512,122.2844,122.9508,123.6172,123.6172,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,124.95,125.2832,125.9496,126.616,127.6156,128.282,129.6148,129.948,130.6144,130.9476,131.2808,131.2808,132.2804,133.28,133.6132,134.6128,135.2792,135.6124,136.612,136.612,136.612,135.94559999999998,134.2796,132.2804,130.6144,128.6152,127.6156,125.9496,124.6168,123.6172,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,125.6164,126.616,127.9488,128.9484,129.6148,129.948,129.948,130.9476,131.614,130.6144,130.6144,128.6152,127.2824,125.9496,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,125.2832,125.6164,126.2828,126.2828,127.6156,128.282,128.6152,128.9484,129.6148,130.2812,130.2812,130.6144,131.2808,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,130.9476,130.9476,130.9476,130.9476,131.614,131.614,131.2808,131.2808,132.6136,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,132.9468,132.2804,131.9472,131.2808,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,131.9472,132.2804,133.9464,134.2796,135.2792,136.612,137.6116,138.278,139.2776,139.2776,138.6112,137.6116,136.612,134.946,133.28,132.9468,132.9468,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.28,133.28,134.2796,134.2796,135.2792,135.6124,135.6124,135.6124,135.2792,135.2792,135.2792,134.946,135.2792,135.2792,135.6124,136.2788,136.612,137.2784,138.6112,138.6112,138.9444,139.6108,139.944,140.6104,140.6104,140.9436,140.9436,141.60999999999999,142.2764,142.6096,142.6096,142.6096,142.6096,142.6096,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.6104,140.6104,139.944,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,142.2764,143.276,143.9424,143.9424,144.2756,144.2756,144.942,144.942,144.942,144.942,144.942,144.942,144.6088,144.6088,144.6088,145.2752,145.2752,145.6084,146.2748,146.9412,146.9412,147.9408,148.274,149.2736,149.2736,149.94,149.94,150.6064,150.6064,151.606,151.9392,152.6056,152.6056,152.9388,153.272,153.9384,154.6048,154.938,155.2712,156.2708,156.9372,156.9372,157.6036,158.27,158.9364,159.2696,159.6028,160.6024,159.936,159.936,159.2696,159.2696,158.6032,158.6032,158.6032,158.6032,158.6032,158.27,158.27,158.6032,158.6032,158.6032,158.6032,159.2696,160.2692,160.2692,160.6024,161.602,161.9352,162.6016,162.6016,162.9348,162.9348,163.9344,163.9344,163.9344,163.9344,163.9344,163.9344,163.268,162.6016,162.26839999999999,162.26839999999999,161.602,160.6024,160.6024,160.2692,160.2692,159.2696,159.2696,158.6032,157.6036,156.9372,156.9372,156.9372],[162.26839999999999,162.26839999999999,161.9352,162.26839999999999,162.26839999999999,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,162.26839999999999,161.2688,160.6024,159.2696,157.6036,156.2708,155.2712,153.9384,153.6052,152.9388,152.9388,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,152.6056,151.9392,151.9392,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,150.6064,150.2732,150.2732,150.2732,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,151.606,151.2728,151.2728,151.2728,150.6064,150.6064,149.94,148.9404,148.274,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.2748,145.6084,145.2752,144.942,144.2756,143.276,142.6096,141.60999999999999,139.944,138.9444,137.6116,136.612,135.2792,134.946,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,133.9464,133.9464,133.28,133.28,133.6132,132.9468,132.9468,131.9472,130.6144,130.2812,130.6144,129.6148,128.282,127.6156,126.9492,126.2828,125.6164,125.2832,124.6168,123.28399999999999,122.2844,121.9512,121.2848,119.6188,118.286,117.2864,115.9536,115.2872,114.2876,113.95439999999999,112.95479999999999,112.2884,110.9556,109.956,109.2896,108.9564,107.9568,106.9572,106.2908,104.6248,103.62519999999999,102.6256,101.2928,99.96,98.294,97.2944,95.9616,94.6288,92.9628,90.9636,89.964,88.298,86.2988,84.6328,82.96679999999999,80.3012,78.30199999999999,75.6364,74.3036,72.9708,71.638,70.3052,69.3056,67.97279999999999,65.6404,64.3076,61.9752,60.6424,59.309599999999996,58.6432,56.977199999999996,56.3108,54.6448,53.312,52.6456,51.3128,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,40.3172,39.6508,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,31.9872,31.3208,30.6544,30.6544,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,38.6512,39.984,41.3168,42.6496,44.982,46.9812,48.314,50.3132,52.3124,53.9784,55.3112,57.6436,58.9764,60.6424,62.3084,63.9744,65.6404,66.9732,68.306,69.6388,70.6384,71.9712,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.638,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.636,77.3024,78.30199999999999,79.6348,80.6344,82.3004,83.6332,84.966,85.6324,87.6316,88.9644,89.6308,89.6308,89.6308,88.298,87.9648,87.2984,85.9656,84.966,83.6332,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.9648,89.2976,90.2972,91.63,91.63,91.63,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.298,87.9648,87.9648,87.2984,86.9652,87.2984,88.298,88.9644,89.964,91.2968,91.63,92.9628,93.6292,94.2956,95.6284,96.2948,96.9612,97.6276,97.6276,97.6276,96.9612,95.9616,95.9616,95.9616,95.9616,96.628,96.9612,97.96079999999999,98.96039999999999,99.96,100.2932,100.6264,101.2928,101.2928,101.2928,100.9596,99.6268,98.6272,97.96079999999999,96.2948,95.9616,94.2956,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,97.96079999999999,98.294,98.6272,98.6272,99.6268,99.96,101.2928,101.2928,101.9592,102.6256,103.9584,104.958,105.9576,106.624,107.9568,109.2896,109.6228,109.956,109.956,109.6228,109.6228,109.6228,109.956,109.956,110.2892,110.2892,110.2892,110.2892,111.2888,112.2884,112.6216,114.2876,115.9536,116.62,117.6196,118.286,118.9524,118.9524,117.6196,116.9532,115.2872,114.6208,113.6212,112.6216,110.6224,109.2896,106.9572,105.6244,104.6248,103.9584,104.6248,105.2912,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.6224,110.9556,111.9552,113.288,114.2876,115.2872,116.62,118.286,119.952,122.2844,123.28399999999999,124.6168,124.95,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.9496,125.9496,126.9492,127.6156,127.9488,127.9488,128.9484,129.6148,129.6148,129.6148,129.2816,129.2816,128.282,127.6156,126.9492,125.6164,124.28359999999999,122.9508,122.6176,120.6184,119.952,117.6196,116.62,114.954,113.288,111.622,109.956,108.9564,106.9572,105.9576,105.9576,106.624,108.6232,110.9556,112.95479999999999,114.2876,115.2872,115.6204,116.2868,115.6204,114.954,114.2876,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,115.2872,115.2872,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,111.9552,113.6212,115.9536,117.9528,119.2856,120.9516,122.2844,123.28399999999999,123.28399999999999,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,122.9508,120.9516,119.952,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,120.2852,120.9516,121.618,122.6176,122.6176,122.6176,122.6176,122.2844,121.2848,121.2848,120.9516,119.952,119.2856,118.9524,118.286,117.9528,117.9528,117.2864,117.2864,117.6196,116.9532,116.9532,117.6196,117.9528,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,117.9528,117.9528,117.2864,117.2864,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.9528,118.286,118.286,118.9524,118.9524,119.952,119.952,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,120.2852,120.2852,120.9516,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.95,126.2828,126.2828,127.6156,128.282,128.9484,129.6148,129.6148,130.6144,130.9476,131.2808,131.9472,132.6136,133.6132,134.2796,134.946,134.946,135.2792,135.6124,135.6124,134.2796,133.6132,131.2808,128.9484,128.282,125.9496,124.6168,124.28359999999999,123.28399999999999,122.9508,122.2844,122.2844,122.9508,122.9508,123.28399999999999,124.6168,125.6164,126.9492,127.9488,129.2816,129.948,130.6144,130.6144,130.9476,130.9476,130.9476,130.6144,128.6152,127.9488,126.616,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.616,127.6156,127.9488,128.9484,129.2816,130.2812,130.6144,130.6144,130.6144,131.9472,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.9476,130.9476,130.9476,130.6144,131.2808,131.2808,131.2808,131.9472,132.6136,132.6136,132.9468,132.9468,132.2804,131.2808,130.6144,130.6144,130.2812,130.6144,130.6144,129.948,130.6144,130.9476,131.2808,131.9472,132.6136,133.28,133.9464,135.2792,135.6124,137.2784,137.6116,138.278,138.278,137.9448,136.9452,135.6124,134.2796,132.9468,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.9468,132.9468,133.28,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.6128,135.2792,136.2788,136.9452,137.6116,137.9448,137.9448,138.6112,138.9444,139.6108,139.2776,139.944,139.944,140.2772,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,141.60999999999999,140.9436,140.6104,140.6104,140.6104,139.944,139.944,139.6108,139.6108,139.944,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.6096,142.9428,143.276,143.276,143.9424,144.2756,144.942,144.942,145.6084,145.9416,145.9416,146.2748,146.2748,146.2748,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,146.2748,147.27439999999999,147.27439999999999,147.6076,148.274,148.9404,148.9404,149.2736,149.2736,150.6064,150.6064,151.2728,151.2728,151.606,151.606,151.9392,152.6056,152.9388,153.6052,153.9384,154.6048,154.938,155.2712,156.2708,156.2708,157.2704,157.6036,158.6032,158.6032,159.2696,158.6032,157.9368,157.9368,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,158.6032,159.2696,159.2696,159.936,160.2692,160.6024,161.602,161.602,161.9352,162.26839999999999,162.26839999999999,162.26839999999999,162.26839999999999,162.26839999999999,162.26839999999999,162.26839999999999,161.602,160.9356,160.2692,160.2692,159.936,159.6028,159.2696,159.2696,158.6032,157.9368,157.6036,156.9372,156.9372,156.2708,156.2708,156.2708],[162.26839999999999,162.26839999999999,162.26839999999999,162.26839999999999,162.26839999999999,162.26839999999999,162.26839999999999,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,162.6016,161.9352,160.9356,159.2696,158.6032,156.9372,156.2708,154.938,154.938,154.6048,153.6052,153.6052,153.6052,153.6052,152.9388,152.9388,152.9388,152.9388,152.6056,152.6056,152.6056,151.9392,151.9392,151.9392,151.606,151.606,151.606,151.2728,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,151.2728,151.2728,151.606,151.606,151.606,151.9392,151.9392,151.9392,151.9392,151.9392,151.2728,150.6064,149.94,149.2736,148.9404,148.274,148.274,148.274,147.9408,147.9408,147.27439999999999,147.27439999999999,146.2748,146.2748,145.6084,144.942,143.9424,143.276,141.60999999999999,139.944,138.6112,137.2784,135.94559999999998,135.2792,134.946,134.2796,133.6132,133.28,133.28,132.2804,132.9468,132.9468,133.28,133.28,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.6136,131.2808,130.2812,130.6144,129.6148,128.6152,127.9488,127.9488,127.2824,126.616,126.2828,125.2832,124.95,123.9504,122.9508,121.9512,121.2848,119.952,118.286,117.6196,115.9536,115.2872,114.2876,113.288,112.95479999999999,111.2888,110.2892,109.956,109.2896,108.28999999999999,106.9572,106.2908,104.6248,103.62519999999999,102.6256,101.9592,99.96,98.96039999999999,97.2944,96.628,94.962,93.9624,92.2964,90.6304,88.63119999999999,87.2984,84.6328,82.96679999999999,80.6344,78.30199999999999,76.3028,74.97,73.63719999999999,72.3044,70.9716,69.972,68.6392,66.3068,64.974,63.308,61.9752,60.6424,59.309599999999996,57.6436,56.977199999999996,55.3112,53.9784,52.6456,51.9792,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.316,42.6496,41.3168,40.3172,39.6508,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,32.6536,31.3208,30.6544,29.988,29.988,30.6544,31.3208,31.9872,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,35.3192,35.9856,36.652,37.3184,39.3176,40.6504,41.9832,44.315599999999996,46.3148,48.980399999999996,50.3132,51.9792,53.9784,55.6444,57.6436,59.309599999999996,60.6424,62.3084,64.3076,65.6404,66.9732,68.306,69.972,70.6384,72.3044,72.9708,74.3036,74.3036,75.3032,75.3032,75.3032,75.3032,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.6364,74.97,74.97,74.3036,73.304,72.6376,71.9712,71.3048,71.3048,71.9712,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,76.636,77.3024,78.30199999999999,79.3016,80.9676,81.634,83.6332,84.2996,85.6324,87.2984,88.9644,89.964,89.964,89.964,89.2976,88.63119999999999,87.9648,87.2984,85.9656,84.966,84.2996,84.2996,84.966,84.966,86.2988,86.9652,87.2984,88.63119999999999,89.6308,90.6304,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.6304,90.2972,89.964,89.964,89.2976,88.298,87.9648,87.9648,88.298,88.298,88.9644,89.964,91.2968,91.63,92.9628,93.6292,94.2956,95.6284,96.2948,97.6276,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.628,96.9612,96.9612,97.6276,97.96079999999999,99.6268,99.96,101.2928,100.9596,101.9592,101.9592,101.9592,101.9592,101.2928,100.9596,98.96039999999999,98.6272,96.9612,96.2948,94.962,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.9612,97.6276,97.96079999999999,98.6272,98.96039999999999,99.6268,100.9596,101.2928,101.9592,102.6256,104.6248,105.6244,106.9572,107.6236,109.2896,109.956,111.622,111.9552,111.9552,111.2888,111.2888,111.2888,111.2888,111.9552,112.2884,111.622,111.2888,111.9552,112.2884,112.95479999999999,113.6212,114.2876,115.9536,117.2864,117.6196,118.286,118.9524,118.9524,117.6196,116.9532,115.9536,114.6208,114.2876,112.6216,110.6224,109.2896,106.9572,105.6244,104.6248,104.6248,105.6244,106.2908,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.9576,106.9572,107.6236,107.9568,108.6232,108.6232,109.2896,109.956,110.2892,110.6224,110.9556,111.9552,112.6216,113.95439999999999,114.2876,115.2872,115.9536,117.9528,119.2856,121.618,122.6176,123.9504,124.95,125.6164,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.9496,125.9496,126.9492,127.6156,127.9488,128.6152,129.6148,129.6148,129.6148,129.6148,129.2816,128.6152,127.9488,126.9492,125.9496,124.95,123.28399999999999,122.2844,120.6184,119.952,118.286,117.2864,116.2868,114.6208,113.288,111.2888,109.956,108.28999999999999,106.9572,105.9576,105.9576,107.2904,109.6228,111.9552,113.6212,115.2872,115.9536,116.62,116.62,116.62,115.6204,114.954,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,114.6208,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.2872,114.954,114.954,113.6212,113.95439999999999,113.288,112.95479999999999,111.622,111.2888,110.9556,111.2888,111.9552,113.6212,116.62,117.9528,119.952,121.2848,122.2844,122.9508,123.28399999999999,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,122.9508,120.9516,119.952,119.6188,118.9524,118.9524,118.9524,119.6188,120.2852,120.9516,121.618,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.9512,121.2848,120.2852,119.952,118.9524,118.9524,117.9528,117.9528,117.6196,117.6196,117.9528,117.6196,117.6196,117.9528,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.61919999999999,117.9528,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.6164,126.2828,126.9492,127.6156,128.6152,128.9484,129.6148,129.948,130.9476,131.2808,131.614,131.9472,132.9468,132.9468,132.9468,133.6132,133.28,134.2796,133.6132,133.6132,131.9472,130.2812,128.6152,126.616,125.2832,123.6172,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,124.6168,125.6164,126.9492,127.9488,129.2816,129.948,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,129.2816,127.9488,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,127.2824,127.9488,128.6152,129.2816,129.948,130.6144,130.6144,130.6144,131.2808,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,129.948,129.948,129.948,129.948,129.948,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.614,131.614,131.614,130.9476,130.9476,130.2812,130.6144,130.6144,130.6144,130.6144,129.948,129.948,130.9476,130.9476,131.2808,131.9472,132.9468,133.28,134.6128,135.2792,136.2788,136.9452,137.6116,137.6116,137.2784,136.2788,135.2792,133.6132,132.9468,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,132.2804,132.2804,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,134.6128,135.2792,135.6124,136.2788,137.6116,137.6116,137.9448,137.9448,138.9444,138.9444,139.6108,139.6108,139.944,139.944,140.2772,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.2772,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,141.60999999999999,141.60999999999999,140.9436,140.6104,140.6104,140.6104,139.944,139.944,139.944,140.6104,141.60999999999999,141.9432,142.6096,142.6096,141.9432,141.9432,142.6096,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.942,145.6084,145.6084,145.6084,145.9416,145.9416,146.2748,146.2748,146.2748,146.2748,146.2748,145.6084,145.6084,145.6084,145.6084,146.2748,147.27439999999999,147.27439999999999,147.6076,148.274,148.9404,148.9404,149.2736,149.2736,150.6064,150.6064,151.2728,151.2728,151.606,151.606,151.9392,151.9392,152.6056,152.9388,153.9384,153.9384,154.2716,154.938,154.938,155.6044,156.2708,156.9372,157.2704,157.6036,157.2704,157.2704,157.2704,156.9372,156.9372,156.9372,156.9372,156.9372,156.60399999999998,156.60399999999998,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,158.27,158.6032,158.6032,159.2696,159.6028,160.2692,160.2692,160.6024,160.2692,160.2692,160.2692,160.2692,160.2692,160.2692,160.2692,160.2692,160.2692,159.936,159.936,159.2696,159.2696,157.9368,157.9368,157.2704,157.2704,156.9372,156.9372,156.9372,155.9376,155.9376,155.2712,155.2712],[161.602,161.602,161.602,161.2688,161.602,161.602,161.602,161.9352,162.26839999999999,162.26839999999999,162.6016,162.6016,162.6016,162.6016,162.26839999999999,161.602,159.936,159.2696,158.27,156.9372,156.9372,156.2708,156.2708,155.2712,154.938,154.938,154.938,154.2716,154.2716,154.2716,154.2716,153.9384,153.272,153.272,152.9388,152.9388,151.9392,151.9392,151.9392,151.9392,151.606,151.606,151.606,151.606,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,153.272,152.6056,152.6056,151.9392,149.94,149.2736,149.2736,149.6068,149.6068,148.9404,148.9404,148.6072,148.274,147.6076,147.6076,146.9412,146.2748,145.2752,144.6088,142.6096,140.2772,139.2776,137.6116,137.2784,135.6124,135.2792,134.2796,133.6132,132.6136,131.9472,131.614,131.2808,131.9472,131.9472,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.614,130.9476,130.6144,129.948,129.2816,128.9484,128.9484,127.9488,127.9488,127.6156,127.2824,126.616,125.2832,124.6168,123.6172,122.9508,121.2848,120.2852,118.9524,117.6196,116.62,115.2872,114.2876,113.6212,112.2884,111.2888,110.2892,109.956,108.28999999999999,106.9572,106.2908,104.6248,103.62519999999999,102.6256,101.2928,100.6264,99.6268,98.6272,96.9612,94.962,94.6288,92.9628,91.63,89.2976,87.2984,85.2992,82.96679999999999,81.3008,79.6348,77.3024,75.6364,74.3036,72.9708,72.3044,71.3048,69.972,67.6396,66.3068,64.6408,63.308,61.3088,59.976,58.9764,57.6436,56.3108,54.978,53.312,51.9792,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.316,42.6496,41.3168,40.3172,39.6508,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.3208,30.6544,29.988,29.988,30.6544,31.3208,31.9872,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.9848,39.984,41.3168,43.316,45.6484,47.6476,49.6468,51.646,53.312,55.3112,56.977199999999996,58.9764,61.3088,62.6416,64.6408,65.6404,66.9732,68.306,69.6388,70.6384,71.3048,72.9708,73.63719999999999,74.3036,74.97,75.9696,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,76.9692,76.3028,75.3032,73.9704,72.6376,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,76.636,77.3024,78.30199999999999,79.3016,80.3012,80.9676,82.3004,83.6332,84.966,86.632,87.9648,88.63119999999999,89.964,89.964,89.2976,88.63119999999999,87.9648,87.2984,85.6324,85.6324,84.966,84.966,85.6324,85.9656,86.2988,86.9652,87.6316,88.63119999999999,90.2972,91.63,92.6296,93.6292,93.6292,93.6292,93.6292,92.9628,92.6296,91.63,91.63,91.2968,91.2968,90.2972,89.6308,88.63119999999999,88.63119999999999,88.9644,89.2976,89.964,91.2968,91.63,92.9628,93.6292,94.2956,95.6284,96.9612,97.96079999999999,98.294,98.294,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.2936,99.6268,100.9596,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,103.292,102.6256,101.2928,100.2932,99.2936,97.96079999999999,96.2948,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.96079999999999,98.96039999999999,99.6268,100.9596,101.2928,102.2924,103.292,104.6248,106.2908,107.2904,108.9564,109.956,110.6224,112.2884,112.95479999999999,112.95479999999999,112.2884,112.6216,112.6216,112.6216,113.288,113.288,112.6216,112.6216,112.6216,112.95479999999999,112.95479999999999,113.6212,114.954,115.9536,117.2864,117.6196,118.286,118.9524,118.9524,117.6196,116.9532,115.2872,114.6208,113.6212,112.95479999999999,110.6224,108.9564,106.9572,105.6244,104.958,105.6244,105.9576,106.624,107.2904,107.2904,107.6236,106.9572,106.624,106.624,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,107.9568,108.6232,109.2896,109.2896,110.2892,110.2892,110.9556,111.622,112.2884,112.6216,113.95439999999999,114.2876,114.954,115.6204,116.62,118.61919999999999,120.9516,121.618,123.28399999999999,123.9504,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.9496,125.9496,126.9492,127.6156,127.9488,128.6152,129.6148,129.948,129.948,129.6148,129.2816,128.6152,127.6156,126.616,125.2832,123.28399999999999,122.2844,121.2848,120.2852,118.61919999999999,117.6196,116.62,115.6204,113.95439999999999,112.6216,110.9556,109.2896,107.9568,106.9572,105.9576,106.9572,107.6236,110.2892,112.95479999999999,114.954,116.2868,117.2864,117.9528,117.2864,117.2864,115.9536,115.2872,113.6212,113.288,112.95479999999999,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,115.6204,115.6204,115.9536,115.9536,115.2872,115.2872,114.954,114.954,113.6212,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,111.2888,111.2888,111.9552,113.6212,116.62,117.9528,119.952,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,122.9508,120.9516,119.952,119.6188,118.9524,118.9524,118.9524,119.6188,120.2852,120.9516,121.9512,122.6176,122.6176,122.6176,123.9504,123.28399999999999,122.9508,122.9508,122.2844,121.2848,120.2852,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,119.2856,119.2856,119.6188,120.2852,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,119.6188,119.6188,119.6188,120.9516,120.9516,121.2848,121.2848,120.6184,120.6184,120.2852,120.2852,119.952,119.952,119.952,119.952,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.6164,125.6164,126.616,126.9492,128.6152,128.9484,129.6148,129.6148,130.9476,131.2808,131.614,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,133.28,132.9468,132.6136,131.2808,129.2816,126.9492,125.6164,124.28359999999999,123.28399999999999,122.9508,122.2844,122.2844,121.2848,121.2848,121.9512,122.9508,123.28399999999999,124.6168,125.6164,126.9492,128.282,129.2816,129.948,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,129.6148,128.6152,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.9488,128.9484,129.6148,129.948,130.6144,131.2808,131.9472,131.9472,131.9472,132.6136,132.6136,131.9472,131.9472,131.614,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.2812,130.9476,131.614,132.2804,132.9468,133.28,134.2796,134.946,135.6124,136.2788,137.2784,137.2784,136.2788,135.6124,134.6128,133.6132,132.2804,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,132.2804,132.2804,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.6128,135.2792,135.6124,136.2788,136.9452,137.6116,137.6116,137.9448,138.6112,138.9444,138.6112,139.2776,139.2776,139.2776,139.944,139.944,139.944,139.944,140.2772,140.2772,140.2772,140.2772,139.6108,139.6108,140.6104,140.6104,140.9436,140.9436,140.9436,141.60999999999999,142.2764,142.2764,141.60999999999999,141.60999999999999,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,141.60999999999999,141.9432,142.6096,142.9428,142.9428,143.276,143.276,143.276,143.276,143.6092,144.2756,144.2756,144.2756,143.9424,144.6088,144.6088,144.942,144.942,145.6084,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.2748,146.2748,145.6084,145.6084,145.6084,146.2748,147.27439999999999,147.27439999999999,147.6076,148.274,148.9404,148.9404,149.2736,149.2736,150.6064,150.6064,151.2728,151.2728,150.93959999999998,150.93959999999998,151.2728,151.9392,152.6056,152.9388,152.9388,152.9388,152.9388,153.6052,154.2716,154.938,155.2712,155.9376,156.2708,156.9372,156.9372,156.9372,156.9372,156.2708,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,156.2708,156.2708,156.2708,156.2708,156.2708,156.9372,157.6036,158.27,158.27,158.6032,158.6032,159.2696,159.2696,159.936,159.6028,159.6028,159.6028,159.936,159.2696,158.9364,158.9364,158.9364,158.6032,158.6032,158.6032,157.9368,157.2704,157.2704,157.2704,156.9372,156.9372,156.2708,156.2708,156.2708,155.9376,155.2712,155.2712,154.938],[159.6028,159.6028,160.2692,160.6024,160.9356,160.9356,160.9356,161.602,161.602,162.26839999999999,162.26839999999999,162.6016,162.6016,162.26839999999999,162.26839999999999,161.602,160.2692,159.2696,158.6032,157.6036,157.2704,156.9372,156.9372,156.2708,155.2712,155.2712,155.2712,154.938,155.2712,155.2712,154.938,154.2716,154.2716,153.9384,153.6052,153.6052,152.6056,152.6056,152.6056,151.9392,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,152.6056,152.6056,152.6056,152.6056,153.272,153.6052,153.6052,154.2716,154.2716,154.2716,153.6052,153.6052,152.6056,151.9392,150.6064,149.94,149.94,149.94,149.6068,149.6068,148.9404,148.9404,148.9404,148.6072,148.274,147.6076,146.2748,145.2752,143.9424,142.2764,140.2772,139.2776,137.6116,137.2784,135.6124,134.946,133.6132,132.9468,132.6136,131.2808,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,130.6144,130.9476,130.9476,130.6144,129.948,129.2816,128.9484,128.9484,128.6152,127.9488,127.9488,127.2824,126.616,125.6164,125.2832,124.28359999999999,123.6172,122.2844,121.2848,120.2852,118.61919999999999,117.6196,116.2868,115.2872,114.2876,112.6216,112.2884,110.9556,109.956,108.28999999999999,107.6236,106.2908,105.2912,103.9584,102.9588,101.626,100.6264,99.6268,98.6272,96.9612,95.6284,94.6288,92.9628,91.63,89.2976,87.2984,84.6328,83.6332,81.9672,80.3012,78.9684,76.3028,74.97,74.3036,72.9708,71.9712,70.6384,68.9724,67.6396,65.9736,64.6408,62.6416,61.3088,60.3092,58.9764,56.977199999999996,55.6444,53.9784,52.6456,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.316,42.6496,41.3168,40.3172,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,31.9872,30.6544,29.988,29.988,29.988,30.6544,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,35.9856,36.652,37.3184,38.6512,40.6504,42.6496,43.9824,46.3148,48.314,50.9796,52.9788,54.6448,56.644,58.9764,60.9756,62.6416,63.9744,66.3068,66.9732,68.306,69.6388,70.3052,71.3048,71.9712,72.9708,73.63719999999999,74.3036,75.6364,76.636,76.636,77.3024,77.3024,78.9684,79.6348,80.3012,80.9676,80.9676,81.3008,81.634,81.634,82.3004,82.3004,81.634,80.9676,80.6344,78.30199999999999,76.9692,75.3032,73.304,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,78.30199999999999,79.3016,80.9676,81.634,82.96679999999999,84.2996,86.2988,87.2984,88.298,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,85.9656,85.6324,85.6324,85.9656,85.9656,86.2988,86.9652,87.6316,88.63119999999999,90.2972,91.63,92.6296,93.6292,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.2968,90.6304,89.964,89.2976,89.2976,89.2976,89.964,91.2968,91.63,92.9628,93.6292,94.2956,95.6284,96.9612,97.96079999999999,98.294,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,101.9592,103.292,103.62519999999999,103.292,103.9584,103.9584,104.2916,103.62519999999999,103.292,102.6256,100.9596,99.6268,98.6272,96.9612,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.96079999999999,98.6272,99.6268,100.9596,101.626,102.6256,103.62519999999999,105.6244,106.2908,107.9568,109.2896,110.6224,110.9556,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.95479999999999,113.6212,114.2876,115.9536,116.62,117.2864,117.6196,118.286,118.286,117.6196,116.62,114.6208,114.2876,112.95479999999999,112.2884,109.956,108.9564,106.2908,105.6244,104.958,105.6244,106.624,107.2904,107.2904,107.2904,107.6236,107.6236,106.624,106.624,105.9576,105.9576,105.9576,106.624,107.6236,107.9568,108.6232,108.9564,109.2896,109.6228,110.2892,110.9556,110.9556,111.622,112.2884,112.6216,113.95439999999999,113.95439999999999,114.954,115.6204,116.62,117.9528,120.2852,121.2848,122.9508,123.9504,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.6164,125.9496,126.616,126.9492,127.6156,128.6152,129.2816,129.948,129.948,129.948,129.6148,128.6152,127.9488,126.9492,125.9496,124.6168,122.9508,121.618,120.2852,118.9524,117.9528,116.62,115.6204,113.95439999999999,113.288,111.622,109.6228,108.9564,107.9568,106.9572,106.624,107.6236,108.6232,111.622,113.6212,115.6204,116.62,117.9528,118.286,118.286,117.6196,117.2864,115.9536,114.954,113.95439999999999,112.95479999999999,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,115.6204,115.6204,115.9536,115.9536,115.2872,115.2872,114.954,114.954,113.6212,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,111.2888,111.9552,112.2884,113.6212,116.62,117.9528,119.952,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.28399999999999,122.2844,120.9516,119.952,119.6188,118.9524,118.9524,119.6188,119.952,120.9516,121.618,122.6176,122.6176,122.6176,122.6176,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.9512,120.9516,120.2852,119.952,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.2852,120.6184,120.6184,120.2852,119.952,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.6196,117.6196,118.286,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,120.2852,120.9516,121.2848,121.2848,121.2848,120.6184,120.6184,120.2852,120.2852,119.952,119.952,119.952,119.952,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,125.6164,126.616,126.9492,127.9488,128.6152,128.9484,129.6148,130.6144,131.2808,131.614,131.614,131.2808,131.2808,131.9472,131.9472,132.2804,132.2804,131.9472,130.6144,129.6148,127.2824,126.2828,124.95,123.28399999999999,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,121.9512,122.9508,123.28399999999999,124.6168,125.6164,126.9492,127.6156,128.9484,129.2816,129.948,130.6144,130.9476,130.9476,130.6144,130.6144,129.6148,128.9484,127.9488,127.9488,127.9488,127.9488,127.6156,127.2824,127.2824,127.2824,127.6156,127.9488,127.9488,128.6152,129.6148,129.948,130.6144,130.9476,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,131.9472,131.2808,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,129.2816,128.9484,129.6148,129.6148,129.948,130.6144,130.6144,130.6144,130.9476,130.9476,131.614,132.2804,132.9468,132.9468,133.6132,134.2796,135.2792,135.6124,136.612,136.612,135.6124,135.2792,134.2796,133.28,132.2804,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,132.2804,132.2804,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.6128,134.6128,135.2792,135.6124,136.9452,136.9452,137.6116,137.6116,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.6112,138.6112,139.6108,139.6108,139.6108,139.6108,138.6112,138.6112,139.6108,139.944,139.944,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,142.6096,142.6096,142.9428,142.9428,143.276,143.276,143.6092,143.6092,144.2756,144.2756,144.6088,145.2752,144.6088,144.942,144.942,145.6084,145.6084,145.6084,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.2748,146.2748,145.6084,145.6084,145.6084,146.2748,147.27439999999999,147.6076,147.6076,148.274,148.9404,148.9404,149.2736,149.2736,150.6064,150.6064,151.2728,151.2728,150.93959999999998,150.93959999999998,151.2728,151.9392,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,154.2716,154.2716,154.938,155.2712,155.6044,155.6044,155.6044,155.6044,155.6044,155.6044,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.6044,155.6044,156.2708,156.2708,156.2708,156.2708,157.6036,157.6036,158.27,158.27,158.6032,158.6032,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,158.6032,158.6032,158.6032,157.9368,157.9368,157.9368,157.9368,157.6036,156.9372,156.9372,156.9372,156.2708,156.2708,156.2708,156.2708,156.2708,155.2712,155.2712,154.938,154.938],[158.9364,158.9364,159.2696,159.6028,159.6028,160.6024,160.6024,160.9356,161.602,161.602,161.602,162.26839999999999,161.9352,161.602,161.602,161.602,160.9356,160.2692,159.2696,158.6032,158.27,157.2704,156.9372,156.9372,155.9376,155.9376,155.9376,155.2712,155.6044,155.6044,155.6044,155.2712,154.938,154.938,154.6048,153.9384,153.9384,153.6052,153.272,152.6056,152.9388,152.9388,152.9388,152.9388,153.272,153.272,153.9384,153.9384,153.272,153.6052,153.6052,153.6052,153.6052,153.9384,154.6048,154.938,155.2712,155.9376,155.6044,155.9376,155.2712,154.6048,153.272,152.6056,151.606,150.6064,150.6064,149.94,149.94,149.6068,149.6068,149.6068,149.94,148.9404,148.9404,147.6076,146.2748,144.6088,143.276,141.60999999999999,140.6104,139.2776,137.6116,137.2784,135.2792,134.946,133.6132,132.2804,131.9472,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,130.6144,130.6144,130.6144,130.2812,129.948,129.948,130.6144,129.6148,128.9484,128.9484,128.9484,128.9484,128.282,127.9488,127.6156,127.6156,126.2828,125.6164,125.2832,124.6168,123.28399999999999,122.9508,121.2848,119.6188,117.9528,117.2864,115.6204,114.954,112.95479999999999,112.95479999999999,110.9556,110.2892,109.2896,107.9568,106.9572,105.2912,103.9584,102.9588,102.2924,101.2928,99.96,98.96039999999999,97.6276,95.9616,95.2952,92.9628,90.9636,88.63119999999999,86.632,84.6328,83.6332,81.9672,80.9676,79.6348,78.30199999999999,76.636,75.6364,74.3036,73.304,71.9712,69.972,68.6392,66.64,65.3072,64.6408,63.308,61.9752,60.6424,58.31,56.977199999999996,54.6448,53.312,51.9792,50.6464,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.982,44.982,43.9824,43.316,42.6496,41.3168,40.6504,39.984,39.3176,39.3176,38.9844,38.9844,37.9848,37.9848,37.3184,36.652,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,31.654,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,30.9876,31.654,32.6536,32.6536,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,39.984,41.3168,43.316,45.6484,48.314,50.3132,52.6456,54.6448,56.3108,58.31,60.6424,62.6416,64.6408,66.3068,67.97279999999999,69.3056,69.6388,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,75.9696,76.636,77.9688,78.6352,79.3016,79.968,81.3008,82.6336,83.3,83.3,83.6332,84.2996,84.966,85.2992,85.2992,84.966,84.2996,82.3004,80.3012,78.9684,76.3028,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,77.3024,78.30199999999999,79.3016,80.6344,81.3008,82.3004,83.6332,84.966,86.2988,87.2984,88.298,88.63119999999999,89.6308,89.6308,88.63119999999999,88.298,87.2984,86.632,86.632,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,88.298,89.964,91.2968,92.6296,93.6292,93.9624,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.9628,92.2964,91.63,90.6304,90.2972,90.2972,90.6304,91.2968,91.63,92.9628,93.6292,94.2956,95.9616,96.9612,97.96079999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.6264,101.2928,102.6256,103.292,104.958,104.6248,105.2912,105.2912,105.2912,105.2912,104.6248,104.2916,103.292,101.2928,100.9596,99.2936,98.294,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,99.2936,100.2932,100.9596,102.2924,103.62519999999999,104.6248,106.2908,106.9572,108.28999999999999,109.956,111.622,112.2884,112.6216,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,114.2876,114.954,115.2872,115.9536,116.62,116.9532,116.9532,116.62,115.9536,114.2876,113.288,112.2884,110.9556,109.2896,107.9568,106.2908,105.6244,105.6244,105.9576,106.9572,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,109.956,110.9556,110.9556,111.622,111.622,112.2884,112.6216,113.6212,113.6212,114.954,115.6204,116.62,118.61919999999999,120.2852,121.2848,122.2844,123.28399999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.9496,125.9496,126.9492,126.9492,127.6156,127.9488,128.9484,129.6148,129.948,129.948,129.6148,129.2816,128.6152,127.6156,125.9496,125.2832,123.9504,122.2844,121.2848,119.952,118.286,117.6196,116.2868,114.2876,113.288,112.2884,111.2888,109.6228,108.6232,107.6236,106.9572,106.9572,107.9568,109.956,111.622,113.6212,116.2868,116.62,117.9528,118.286,118.9524,118.286,118.286,117.2864,115.9536,114.2876,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,113.6212,116.62,117.9528,119.6188,120.9516,121.9512,122.6176,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,120.9516,119.952,119.6188,118.9524,118.9524,119.6188,119.952,120.9516,121.9512,122.6176,122.6176,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,122.9508,121.9512,121.9512,120.9516,120.2852,119.952,119.2856,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,121.9512,121.2848,121.2848,120.9516,119.952,119.6188,119.6188,119.6188,118.9524,118.9524,118.61919999999999,119.2856,119.2856,119.2856,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,121.618,122.2844,122.9508,123.28399999999999,123.6172,124.28359999999999,124.95,124.95,124.95,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.95,124.95,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.9492,127.6156,127.9488,128.6152,129.6148,129.948,130.2812,130.2812,130.6144,130.6144,130.6144,130.6144,131.2808,131.614,131.614,130.9476,129.948,128.282,126.2828,124.6168,123.28399999999999,122.9508,122.2844,122.2844,121.9512,121.2848,121.2848,121.2848,121.9512,122.9508,123.28399999999999,124.6168,125.2832,126.9492,127.9488,128.6152,128.9484,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,128.9484,128.9484,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,128.282,128.282,128.6152,128.9484,129.948,130.6144,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,131.9472,131.2808,130.6144,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,128.6152,127.9488,127.9488,127.9488,128.6152,128.6152,128.9484,129.6148,129.948,129.948,130.2812,130.2812,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,132.9468,132.9468,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.2796,133.6132,133.28,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.28,133.6132,133.6132,134.2796,135.2792,135.6124,136.612,136.612,137.2784,137.2784,137.6116,137.9448,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,137.6116,138.278,138.278,137.9448,138.6112,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,141.2768,141.2768,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.276,143.276,143.9424,144.6088,144.6088,144.942,145.6084,146.2748,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.2748,146.2748,146.608,146.608,146.608,146.608,147.27439999999999,147.6076,148.274,148.274,149.2736,149.2736,149.94,149.94,150.6064,150.6064,151.2728,151.2728,151.606,151.606,151.606,151.606,151.9392,151.9392,152.6056,152.6056,152.9388,152.9388,152.9388,153.6052,153.6052,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,155.2712,155.6044,156.2708,156.2708,156.9372,157.2704,157.2704,157.6036,157.6036,157.9368,157.9368,157.9368,157.9368,158.6032,158.6032,158.6032,158.27,158.27,158.6032,158.6032,158.27,157.6036,157.6036,157.6036,157.2704,156.9372,155.9376,155.9376,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,154.938,154.938,154.938],[157.9368,157.9368,158.27,159.2696,159.2696,159.936,160.6024,160.6024,160.9356,161.602,161.602,161.602,161.602,161.602,161.602,160.9356,160.9356,160.2692,159.936,159.2696,158.27,157.9368,157.2704,156.9372,156.60399999999998,156.60399999999998,156.60399999999998,155.9376,156.2708,156.2708,156.2708,156.2708,155.6044,155.6044,155.9376,155.2712,154.938,154.938,153.9384,153.9384,154.6048,154.6048,154.2716,154.2716,154.6048,154.6048,154.938,154.938,154.938,154.6048,154.938,154.938,155.2712,155.2712,155.2712,155.9376,155.6044,156.2708,156.9372,157.2704,156.60399999999998,155.9376,154.6048,153.272,152.6056,151.606,151.2728,150.6064,150.6064,149.94,149.94,149.6068,149.94,149.94,149.6068,149.6068,147.9408,145.6084,143.9424,142.9428,141.2768,140.6104,138.6112,137.6116,137.2784,135.2792,134.2796,133.28,132.6136,131.9472,131.9472,131.2808,130.9476,130.9476,131.2808,131.2808,130.6144,130.6144,130.2812,130.2812,129.948,129.948,129.948,129.6148,128.9484,128.9484,128.9484,128.9484,128.282,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.2832,123.9504,123.28399999999999,121.9512,120.9516,119.952,117.9528,116.62,115.6204,114.2876,112.95479999999999,111.622,110.9556,109.956,108.28999999999999,106.9572,106.2908,104.6248,103.62519999999999,102.2924,101.9592,99.96,98.96039999999999,97.6276,96.628,95.2952,93.29599999999999,90.9636,88.63119999999999,87.2984,85.2992,83.6332,82.6336,81.9672,80.9676,79.6348,78.30199999999999,76.3028,75.6364,74.97,73.304,71.3048,69.972,68.306,66.64,65.9736,64.6408,63.308,61.9752,59.6428,58.31,56.3108,54.6448,52.6456,51.3128,50.3132,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.982,44.315599999999996,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,38.6512,38.318,38.318,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,33.986399999999996,33.32,33.32,32.6536,31.9872,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,32.6536,32.6536,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.9848,38.6512,39.984,40.6504,42.6496,43.9824,46.3148,48.980399999999996,50.9796,53.312,55.3112,57.6436,59.6428,61.9752,63.308,65.3072,66.9732,68.6392,69.972,71.3048,71.9712,72.6376,73.304,73.304,73.63719999999999,74.3036,74.97,75.9696,76.636,78.6352,79.3016,79.968,81.3008,81.9672,83.3,84.6328,84.966,86.2988,86.632,87.2984,87.6316,87.6316,87.2984,86.632,84.966,82.96679999999999,79.968,78.30199999999999,76.9692,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,77.3024,79.3016,79.968,80.6344,81.9672,83.6332,84.2996,84.966,86.2988,87.2984,88.298,88.9644,89.2976,88.63119999999999,88.298,87.2984,87.2984,86.632,86.632,86.9652,86.9652,86.9652,86.9652,87.9648,88.9644,90.2972,91.2968,92.6296,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.9628,92.2964,91.63,90.9636,91.63,91.63,91.9632,92.9628,93.6292,94.962,95.9616,97.2944,97.96079999999999,98.96039999999999,99.2936,99.96,99.96,100.2932,100.6264,100.6264,101.626,101.9592,103.62519999999999,104.958,105.2912,105.9576,105.6244,106.2908,106.2908,105.9576,105.9576,104.958,104.2916,103.292,101.9592,100.9596,99.6268,98.96039999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.6272,99.6268,100.2932,101.9592,102.6256,103.62519999999999,105.2912,106.2908,107.6236,108.28999999999999,109.956,111.622,112.2884,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,115.9536,115.2872,114.6208,113.288,112.2884,110.9556,110.6224,109.2896,107.6236,106.2908,105.6244,105.2912,105.6244,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,110.6224,110.9556,110.9556,111.622,111.622,112.2884,113.288,113.6212,114.954,115.2872,116.62,117.9528,118.9524,120.2852,121.2848,122.9508,123.28399999999999,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.9496,125.9496,126.9492,126.9492,127.6156,127.9488,128.9484,129.6148,129.948,129.948,129.6148,129.2816,128.6152,127.6156,125.6164,124.28359999999999,123.28399999999999,121.2848,120.2852,118.9524,117.9528,116.62,114.954,113.6212,113.288,112.2884,111.2888,109.6228,108.6232,107.9568,107.6236,107.6236,108.6232,110.6224,112.2884,114.2876,116.2868,117.2864,118.286,118.9524,118.9524,118.9524,118.9524,117.9528,116.62,115.2872,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,114.2876,116.62,117.9528,119.6188,120.9516,121.2848,121.9512,122.9508,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,120.9516,119.952,119.6188,119.6188,119.6188,119.6188,120.2852,121.2848,121.9512,122.6176,122.9508,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,121.9512,120.9516,120.2852,119.952,119.952,119.6188,119.6188,119.6188,119.952,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,121.9512,122.2844,122.9508,122.2844,122.2844,121.618,121.2848,120.9516,119.952,119.6188,119.6188,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,119.952,120.9516,120.9516,120.2852,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.95,124.95,124.95,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.95,124.95,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.9492,127.6156,127.9488,128.6152,128.9484,128.6152,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,128.282,126.2828,125.2832,123.28399999999999,122.9508,122.2844,122.2844,122.2844,121.9512,121.2848,121.2848,121.2848,121.9512,122.9508,123.28399999999999,124.6168,125.2832,126.9492,127.9488,128.6152,128.9484,129.948,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.948,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,128.282,128.282,128.6152,129.2816,130.6144,130.9476,131.9472,132.2804,132.6136,132.6136,132.9468,132.9468,132.6136,131.9472,130.9476,130.9476,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,128.6152,127.9488,127.9488,128.6152,128.6152,129.6148,130.2812,130.2812,129.948,130.6144,130.9476,130.9476,131.2808,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.9472,132.9468,132.9468,133.28,133.6132,133.28,133.28,133.6132,133.6132,133.6132,132.9468,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.28,133.6132,133.6132,134.2796,135.2792,135.6124,136.612,136.612,137.2784,137.2784,137.6116,137.6116,137.2784,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.9448,139.2776,139.6108,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,141.2768,141.2768,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.276,143.9424,144.6088,144.6088,144.942,144.942,146.2748,146.2748,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.2748,146.2748,146.608,146.608,146.608,147.27439999999999,147.6076,147.6076,148.274,148.274,149.2736,149.2736,149.94,149.94,150.6064,150.6064,151.2728,151.2728,151.606,151.606,151.606,151.606,151.9392,151.9392,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,153.6052,153.6052,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,154.938,154.938,155.6044,156.2708,156.9372,156.9372,157.2704,157.6036,157.6036,157.6036,157.9368,157.9368,157.9368,157.9368,158.27,158.27,158.27,157.6036,157.6036,158.27,158.27,158.27,157.6036,157.6036,157.6036,156.9372,156.2708,155.9376,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,154.938,154.938,154.938,154.938],[157.2704,157.2704,157.6036,158.27,158.6032,159.6028,159.6028,160.2692,160.9356,160.9356,160.9356,160.9356,160.9356,160.9356,160.9356,160.9356,160.2692,160.2692,159.936,159.2696,158.6032,158.27,157.6036,157.6036,157.6036,157.6036,157.6036,157.2704,157.2704,157.2704,157.2704,156.9372,156.9372,156.9372,156.9372,156.2708,156.2708,155.9376,155.6044,155.9376,155.6044,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.6044,156.2708,156.2708,156.2708,156.2708,156.2708,156.2708,156.2708,156.9372,157.6036,157.9368,158.6032,159.2696,157.9368,156.60399999999998,155.9376,154.6048,153.272,152.6056,151.9392,151.2728,150.6064,150.6064,149.94,149.94,150.6064,150.6064,150.6064,150.2732,148.274,145.9416,145.2752,143.276,142.2764,141.2768,140.6104,139.6108,137.6116,136.612,134.946,134.2796,132.9468,132.2804,131.9472,131.9472,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,129.948,129.2816,129.2816,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.282,128.282,127.9488,127.6156,126.9492,126.9492,125.9496,125.2832,123.9504,123.28399999999999,122.9508,122.2844,120.9516,119.2856,117.6196,116.62,114.954,113.6212,112.95479999999999,111.9552,110.6224,109.2896,107.9568,106.9572,105.2912,103.62519999999999,102.2924,101.9592,101.2928,100.2932,98.294,96.9612,95.9616,94.2956,91.63,89.6308,87.6316,85.6324,84.2996,82.96679999999999,82.6336,81.9672,80.3012,78.9684,78.6352,77.6356,76.9692,74.97,72.9708,71.3048,69.6388,68.306,67.6396,66.64,64.6408,63.308,61.9752,59.976,58.31,56.3108,53.9784,51.9792,50.3132,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.982,44.315599999999996,43.316,42.6496,41.9832,41.3168,40.6504,39.3176,38.6512,37.9848,37.6516,37.6516,37.3184,36.652,36.652,35.9856,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,33.986399999999996,33.32,33.32,32.6536,31.9872,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.654,32.3204,32.6536,32.6536,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.3184,39.3176,39.984,41.3168,42.6496,43.9824,45.3152,47.6476,50.3132,52.3124,54.6448,55.9776,58.31,59.6428,61.9752,63.9744,65.9736,67.6396,69.3056,70.6384,71.9712,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.97,75.9696,76.636,78.6352,79.3016,80.6344,81.9672,82.96679999999999,84.2996,85.9656,86.9652,87.2984,88.298,88.9644,89.6308,89.6308,88.63119999999999,87.6316,86.632,83.9664,82.3004,79.968,78.6352,77.6356,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,78.6352,79.968,80.6344,81.3008,82.6336,83.6332,83.6332,84.2996,86.2988,87.2984,88.298,88.298,88.298,87.6316,86.9652,87.2984,87.2984,86.632,87.2984,87.6316,87.6316,87.6316,88.63119999999999,89.964,91.2968,91.9632,93.29599999999999,93.6292,93.9624,94.2956,94.2956,94.2956,94.962,94.962,95.9616,95.2952,95.6284,95.6284,95.2952,94.6288,94.2956,93.29599999999999,92.9628,92.6296,92.6296,92.6296,93.9624,94.2956,95.9616,96.2948,98.294,98.96039999999999,99.6268,99.6268,100.6264,101.2928,100.6264,101.626,101.9592,102.2924,103.62519999999999,104.6248,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.2912,103.9584,103.292,102.2924,100.6264,99.6268,98.96039999999999,97.96079999999999,97.2944,96.9612,95.9616,95.6284,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,99.6268,100.6264,101.9592,103.292,104.6248,105.9576,106.9572,107.6236,108.9564,109.956,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.2876,113.288,112.2884,111.622,110.6224,109.956,109.2896,107.6236,106.9572,105.9576,105.9576,106.624,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.2904,107.9568,108.9564,109.6228,109.956,110.9556,110.9556,111.2888,111.622,112.2884,112.6216,113.6212,114.2876,115.6204,116.62,117.2864,118.9524,120.2852,120.9516,122.2844,122.9508,123.9504,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.9496,125.9496,126.616,126.9492,127.6156,127.9488,128.9484,129.6148,129.6148,129.6148,129.2816,129.2816,128.6152,127.6156,125.6164,124.28359999999999,121.9512,120.2852,119.6188,118.9524,117.6196,115.9536,114.954,113.6212,113.288,112.2884,111.622,109.956,109.6228,108.28999999999999,107.9568,108.28999999999999,109.2896,110.6224,112.6216,114.954,116.62,117.9528,118.61919999999999,119.2856,120.2852,120.2852,119.952,118.9524,117.6196,115.9536,114.6208,113.6212,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.288,113.288,113.288,113.288,113.6212,114.6208,116.9532,118.286,119.6188,120.9516,121.2848,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.2848,120.2852,120.2852,119.952,119.952,120.2852,120.9516,121.2848,121.9512,122.2844,122.6176,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.9512,120.9516,120.2852,120.9516,120.9516,120.2852,120.2852,120.9516,120.9516,121.2848,121.618,121.9512,122.2844,122.2844,122.9508,122.9508,123.9504,123.9504,123.6172,123.28399999999999,122.2844,121.618,121.2848,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.618,121.618,121.618,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.618,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.95,124.95,124.95,124.95,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.95,124.95,125.2832,125.2832,125.6164,125.6164,125.9496,125.9496,125.6164,125.6164,126.9492,126.616,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,128.9484,128.6152,126.9492,125.2832,123.9504,122.9508,122.2844,121.9512,121.9512,121.2848,121.2848,121.2848,120.9516,120.9516,121.618,122.2844,123.28399999999999,124.6168,125.6164,126.9492,127.9488,128.6152,128.9484,129.948,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.6148,129.6148,129.6148,129.6148,128.6152,128.6152,127.9488,127.9488,128.282,128.282,128.6152,129.2816,130.6144,130.9476,131.614,132.2804,132.6136,132.9468,132.9468,132.9468,132.2804,131.614,130.9476,130.6144,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.9484,128.9484,128.6152,129.2816,129.948,130.6144,130.9476,130.9476,131.2808,131.2808,132.2804,132.2804,132.2804,132.9468,132.9468,132.6136,132.6136,131.2808,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,135.2792,135.6124,136.612,136.612,136.612,136.612,136.9452,136.9452,136.612,137.2784,137.2784,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.94559999999998,135.94559999999998,137.2784,137.6116,139.2776,139.6108,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.6104,140.6104,141.2768,141.2768,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,143.276,143.9424,144.6088,144.6088,144.942,144.942,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.2748,146.2748,146.608,146.608,146.608,147.27439999999999,147.6076,147.6076,148.274,148.274,149.2736,149.2736,149.94,149.94,150.6064,150.6064,151.2728,151.2728,151.606,151.606,151.606,151.606,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.9388,153.9384,153.9384,153.9384,153.9384,153.272,153.272,153.272,153.272,153.9384,154.2716,154.2716,154.938,155.6044,156.2708,156.9372,156.9372,157.6036,157.6036,158.27,158.27,157.6036,157.6036,157.6036,157.6036,157.6036,157.6036,157.6036,157.6036,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,156.9372,156.9372,156.2708,155.2712,155.2712,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938],[156.9372,156.9372,157.2704,157.6036,158.27,158.6032,159.6028,159.6028,160.2692,160.6024,160.9356,160.9356,160.9356,160.9356,160.9356,160.9356,160.2692,160.2692,159.936,159.6028,159.2696,158.27,157.6036,157.6036,157.6036,158.27,158.27,157.6036,157.6036,157.6036,157.6036,157.6036,157.6036,157.2704,157.2704,157.2704,157.6036,157.2704,157.2704,157.2704,156.9372,156.60399999999998,156.60399999999998,156.60399999999998,156.60399999999998,156.60399999999998,156.60399999999998,156.9372,157.6036,157.6036,157.6036,157.6036,157.6036,157.6036,157.6036,157.6036,157.9368,158.6032,159.6028,159.6028,158.6032,157.9368,156.60399999999998,155.9376,154.6048,153.272,152.9388,151.9392,151.606,150.6064,150.6064,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,149.6068,147.9408,146.2748,144.6088,143.6092,142.2764,141.9432,140.6104,139.2776,137.6116,135.94559999999998,134.946,133.6132,132.9468,132.2804,132.2804,131.614,131.614,130.9476,130.9476,130.6144,130.6144,129.948,129.948,129.2816,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.282,128.282,127.9488,127.9488,127.6156,126.9492,126.616,125.9496,125.2832,123.9504,123.28399999999999,122.9508,121.2848,120.2852,118.9524,117.6196,116.62,114.954,114.2876,112.95479999999999,111.2888,109.956,108.28999999999999,106.9572,105.2912,103.62519999999999,102.6256,101.9592,101.2928,100.2932,98.96039999999999,97.6276,96.628,94.6288,93.29599999999999,91.63,89.2976,87.2984,85.9656,84.966,83.6332,82.6336,81.9672,80.6344,79.968,79.3016,78.30199999999999,76.9692,75.6364,72.9708,71.3048,70.3052,69.6388,68.9724,67.6396,65.9736,64.6408,62.3084,60.3092,58.31,55.6444,53.6452,51.646,50.3132,48.980399999999996,47.3144,46.3148,45.6484,44.982,44.315599999999996,43.316,42.6496,41.9832,41.3168,39.984,39.3176,37.9848,37.9848,37.6516,36.9852,36.652,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.654,32.3204,32.6536,32.6536,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,37.3184,38.6512,39.984,41.3168,43.316,44.6488,45.9816,47.6476,48.980399999999996,51.646,53.6452,55.3112,57.3104,58.9764,60.3092,62.6416,64.6408,66.64,68.306,69.972,71.3048,72.6376,73.304,73.9704,73.9704,73.9704,74.3036,74.97,74.97,75.9696,77.3024,78.6352,79.968,80.6344,82.3004,84.2996,85.9656,86.2988,87.2984,87.9648,89.2976,89.964,89.6308,89.6308,89.2976,88.63119999999999,87.6316,86.632,84.2996,82.3004,80.3012,79.6348,78.30199999999999,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,78.6352,79.3016,79.968,81.3008,81.9672,82.6336,82.96679999999999,82.96679999999999,84.966,86.2988,87.2984,88.298,88.298,87.6316,87.6316,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,89.2976,89.964,91.2968,91.9632,93.29599999999999,93.6292,93.9624,93.9624,94.2956,94.2956,94.962,95.6284,96.2948,96.9612,96.9612,96.2948,95.6284,95.6284,95.2952,95.2952,94.6288,93.9624,93.6292,93.9624,94.962,95.6284,96.2948,97.6276,98.96039999999999,99.2936,100.2932,100.2932,101.2928,101.626,101.626,102.2924,103.292,103.292,104.2916,105.6244,107.6236,108.28999999999999,108.6232,109.2896,109.2896,109.2896,108.6232,108.6232,108.28999999999999,107.6236,106.9572,106.2908,105.2912,103.9584,102.6256,101.2928,100.2932,99.2936,98.294,97.6276,96.9612,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,100.2932,101.2928,102.6256,103.62519999999999,105.2912,106.624,106.9572,107.6236,109.6228,109.956,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.2884,111.622,111.2888,109.956,109.956,109.2896,107.6236,106.624,106.624,106.624,106.624,107.9568,108.6232,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.6228,110.9556,110.9556,111.2888,111.9552,112.2884,112.95479999999999,113.6212,114.2876,115.6204,116.62,117.6196,118.61919999999999,120.2852,121.2848,122.2844,122.9508,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.9496,125.9496,126.616,126.9492,127.6156,127.9488,128.9484,128.9484,129.6148,129.6148,129.2816,128.6152,127.9488,126.2828,125.2832,123.28399999999999,120.9516,119.952,119.6188,117.9528,117.6196,115.9536,114.954,113.6212,113.288,112.95479999999999,112.2884,110.6224,109.956,109.6228,108.9564,108.9564,109.956,111.622,113.95439999999999,115.6204,117.2864,118.9524,119.2856,119.952,120.9516,120.9516,120.2852,119.6188,117.9528,116.62,115.2872,113.6212,113.6212,113.288,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.288,113.6212,113.6212,113.6212,115.2872,116.9532,118.286,119.2856,120.2852,121.2848,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,121.9512,120.9516,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.9512,122.2844,122.2844,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.9512,121.618,120.9516,121.2848,121.2848,120.9516,120.9516,121.9512,121.618,121.9512,122.2844,122.9508,123.6172,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,123.6172,123.6172,122.9508,121.9512,120.6184,119.952,119.6188,119.6188,119.6188,119.6188,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.95,124.95,125.2832,125.2832,125.6164,125.6164,125.9496,125.9496,125.6164,126.2828,126.9492,127.2824,127.6156,127.9488,127.9488,127.9488,127.6156,127.2824,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,126.9492,125.2832,123.6172,122.9508,121.9512,121.2848,121.2848,121.2848,121.2848,120.9516,121.2848,120.9516,120.9516,121.618,122.2844,123.28399999999999,125.2832,125.6164,127.6156,128.6152,128.9484,128.9484,129.948,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.6148,129.6148,129.6148,129.6148,128.6152,128.6152,127.9488,127.9488,128.282,128.282,128.6152,129.2816,130.6144,130.9476,131.614,131.9472,132.6136,132.9468,132.9468,132.6136,131.9472,130.9476,130.6144,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.9484,129.6148,129.6148,129.948,130.6144,131.2808,131.9472,131.9472,132.2804,132.2804,132.6136,132.6136,132.9468,133.28,133.28,133.28,132.9468,132.9468,132.6136,132.2804,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.946,135.6124,135.6124,136.612,136.612,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.2788,135.6124,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,135.2792,135.2792,135.2792,136.612,137.2784,138.6112,139.2776,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.6104,140.9436,141.2768,141.2768,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,143.276,143.9424,144.6088,144.6088,144.942,145.6084,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.2748,146.2748,146.608,146.608,146.608,147.27439999999999,147.6076,147.6076,148.274,148.274,149.2736,149.2736,149.94,149.94,150.6064,150.6064,151.2728,151.2728,151.606,151.606,151.606,151.606,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.9388,153.272,153.272,153.272,153.272,153.272,153.272,153.272,153.9384,153.9384,154.2716,154.938,155.6044,156.2708,156.9372,156.9372,157.2704,157.6036,158.27,158.27,157.6036,157.6036,157.6036,157.6036,157.6036,157.6036,157.6036,157.6036,157.2704,157.2704,157.2704,157.2704,156.9372,156.9372,156.9372,156.2708,155.6044,155.2712,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938],[156.2708,156.2708,156.2708,156.9372,157.2704,158.6032,158.6032,159.2696,159.936,159.936,160.2692,160.2692,160.2692,160.2692,160.6024,160.6024,159.936,159.936,159.936,159.936,159.2696,158.6032,158.27,158.27,158.6032,159.2696,159.2696,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.27,158.27,157.2704,156.9372,156.9372,157.2704,157.2704,158.27,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,159.936,160.2692,159.6028,159.6028,159.2696,157.9368,156.60399999999998,155.2712,153.9384,153.272,152.6056,152.6056,151.606,151.606,151.2728,151.606,151.606,151.9392,151.9392,150.93959999999998,149.6068,148.6072,146.608,145.2752,143.6092,142.9428,142.2764,139.944,137.9448,137.2784,135.94559999999998,135.2792,134.2796,133.6132,132.9468,132.9468,131.9472,131.614,130.9476,129.948,129.948,129.6148,128.9484,128.6152,127.9488,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,128.282,128.282,128.282,128.282,127.6156,127.6156,126.9492,125.9496,125.6164,125.2832,124.95,123.28399999999999,122.2844,121.2848,120.9516,118.9524,117.6196,116.62,115.6204,114.2876,112.2884,110.9556,109.2896,107.9568,105.9576,104.6248,103.292,102.2924,101.626,101.2928,99.96,98.6272,97.6276,95.6284,94.6288,93.6292,91.2968,89.964,88.298,87.2984,85.6324,84.2996,83.3,82.6336,82.3004,81.634,80.6344,79.3016,77.6356,74.97,73.63719999999999,72.9708,71.9712,71.3048,69.6388,68.306,66.9732,64.6408,62.3084,60.3092,57.6436,55.6444,53.9784,51.9792,50.3132,48.980399999999996,46.9812,46.3148,45.6484,44.315599999999996,43.316,42.6496,41.9832,40.6504,39.984,38.6512,37.9848,37.3184,36.652,36.652,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.654,32.3204,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.9848,39.6508,41.9832,43.6492,45.6484,46.9812,48.980399999999996,50.9796,52.3124,53.9784,55.6444,56.977199999999996,58.31,59.976,61.9752,64.6408,65.9736,67.3064,68.9724,70.6384,71.9712,73.304,74.3036,74.97,74.97,74.97,75.3032,75.9696,75.9696,76.636,78.30199999999999,78.9684,80.6344,81.634,84.2996,85.9656,87.2984,87.9648,88.298,88.63119999999999,90.2972,90.6304,90.9636,90.9636,90.6304,89.964,89.2976,88.298,87.2984,84.6328,82.96679999999999,81.634,79.968,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,80.3012,81.3008,81.9672,81.9672,82.96679999999999,84.2996,86.2988,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.9644,89.2976,90.2972,90.6304,91.2968,92.2964,92.2964,92.9628,93.6292,93.6292,94.2956,94.6288,95.9616,96.2948,97.6276,97.96079999999999,97.6276,97.6276,97.2944,97.2944,96.9612,96.9612,95.6284,95.2952,94.962,95.6284,95.9616,96.628,97.6276,98.96039999999999,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,104.2916,105.6244,106.624,107.2904,108.6232,109.6228,109.6228,109.2896,109.2896,110.6224,110.6224,110.6224,109.956,109.2896,108.6232,107.9568,106.624,105.6244,103.62519999999999,102.2924,101.2928,100.2932,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.294,98.96039999999999,98.96039999999999,99.6268,101.2928,101.9592,103.292,104.6248,105.9576,106.624,108.28999999999999,109.6228,109.956,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,110.6224,109.956,109.956,109.956,109.956,108.9564,107.6236,107.2904,107.2904,107.2904,108.6232,109.2896,109.6228,109.6228,109.956,109.2896,108.9564,108.9564,109.6228,109.6228,108.9564,108.9564,109.956,109.956,110.2892,110.9556,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.954,115.6204,117.2864,118.61919999999999,119.6188,120.6184,121.9512,122.2844,123.28399999999999,124.28359999999999,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.9492,126.9492,127.6156,127.9488,128.9484,128.9484,128.9484,128.9484,129.2816,128.6152,126.9492,125.6164,123.9504,122.9508,120.9516,119.952,119.6188,117.9528,117.2864,115.9536,114.954,114.2876,113.288,113.288,113.288,111.9552,111.622,110.9556,110.2892,110.2892,110.9556,112.2884,114.2876,116.62,117.9528,119.6188,120.9516,121.618,121.2848,121.2848,121.9512,120.9516,119.6188,117.9528,115.6204,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,113.6212,113.6212,113.6212,113.6212,114.6208,115.2872,116.9532,117.9528,119.2856,120.2852,121.2848,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,120.9516,121.2848,121.2848,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.6168,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.2832,124.28359999999999,123.28399999999999,122.2844,120.6184,119.952,119.6188,119.6188,118.9524,119.6188,119.952,119.952,119.952,120.2852,121.2848,121.2848,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,125.2832,125.9496,125.9496,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.2828,125.9496,125.2832,123.28399999999999,122.9508,121.2848,120.9516,120.9516,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,121.618,121.9512,123.28399999999999,123.9504,125.6164,126.2828,128.282,128.9484,128.9484,129.6148,129.948,129.948,130.6144,130.6144,129.948,129.948,129.948,129.948,130.6144,130.6144,129.948,129.948,128.9484,128.9484,128.282,128.282,128.282,128.282,128.6152,129.2816,130.6144,130.9476,131.9472,131.9472,132.6136,132.6136,132.6136,132.2804,131.2808,130.6144,129.948,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,130.6144,130.9476,131.9472,132.2804,132.9468,133.28,133.28,133.6132,133.6132,134.2796,133.6132,134.2796,134.2796,134.2796,133.9464,133.9464,133.9464,133.28,132.6136,132.2804,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.946,135.6124,135.6124,136.2788,136.2788,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.946,134.946,135.2792,135.6124,136.612,137.6116,138.278,139.6108,139.944,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,143.276,143.9424,144.6088,144.6088,144.942,145.6084,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,149.6068,149.6068,149.94,149.94,150.6064,150.6064,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.606,151.606,151.606,151.606,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,153.272,153.272,153.9384,154.6048,155.2712,155.9376,156.60399999999998,156.60399999999998,157.2704,157.2704,157.9368,157.9368,157.6036,157.6036,157.2704,157.2704,156.9372,156.9372,156.9372,156.9372,156.9372,156.2708,156.2708,156.2708,156.2708,156.2708,156.2708,155.6044,155.2712,154.6048,154.6048,153.9384,153.9384,153.9384,153.9384,153.9384,153.9384,153.9384,153.9384,153.9384],[155.6044,155.6044,156.2708,156.2708,156.9372,157.2704,158.6032,158.6032,159.2696,159.6028,160.2692,160.2692,160.2692,160.2692,160.6024,160.6024,159.936,159.936,159.936,159.2696,159.2696,158.6032,158.6032,158.6032,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.936,159.936,159.2696,159.2696,159.2696,158.9364,158.27,158.9364,159.2696,159.2696,159.2696,159.6028,159.6028,159.936,159.936,159.6028,159.6028,159.936,159.936,159.936,160.2692,160.9356,160.9356,160.2692,159.2696,157.9368,156.60399999999998,155.2712,154.6048,153.9384,152.9388,152.9388,152.6056,152.6056,151.606,151.606,151.606,151.9392,151.9392,151.606,150.6064,148.9404,148.274,146.608,145.2752,143.6092,142.9428,141.2768,139.2776,137.9448,137.2784,135.94559999999998,135.2792,134.2796,133.6132,133.6132,132.9468,131.9472,130.9476,129.948,129.6148,128.9484,128.9484,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,128.282,128.282,128.282,128.282,127.6156,127.6156,126.9492,126.616,126.2828,125.6164,125.2832,124.28359999999999,122.9508,122.2844,121.2848,120.9516,118.9524,117.6196,116.62,115.2872,113.288,111.9552,110.2892,108.28999999999999,106.2908,105.2912,103.62519999999999,102.2924,102.2924,101.626,100.6264,98.96039999999999,98.294,97.6276,96.2948,94.6288,92.6296,91.63,89.964,88.298,87.2984,86.2988,84.2996,83.6332,83.6332,83.6332,82.96679999999999,81.634,79.6348,77.6356,75.6364,74.97,73.63719999999999,72.9708,71.3048,69.6388,68.306,66.9732,63.9744,61.9752,59.976,57.9768,56.3108,53.9784,51.9792,49.98,48.314,46.9812,45.6484,44.982,43.9824,42.6496,41.9832,40.6504,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.654,32.3204,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,37.3184,38.6512,41.3168,43.6492,44.982,47.3144,49.6468,51.646,52.9788,54.3116,55.6444,56.977199999999996,57.9768,59.309599999999996,61.641999999999996,63.308,64.974,66.9732,68.306,69.3056,70.6384,72.6376,73.304,74.3036,74.97,74.97,74.97,75.9696,75.9696,76.636,77.3024,78.30199999999999,79.968,80.9676,82.96679999999999,85.2992,87.2984,87.9648,88.298,88.63119999999999,89.6308,91.2968,91.63,92.2964,92.2964,91.63,91.2968,89.964,89.2976,88.298,87.2984,84.966,82.3004,80.6344,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,80.6344,81.3008,81.3008,82.3004,84.2996,84.966,86.2988,86.2988,86.2988,86.632,87.2984,87.9648,88.298,88.9644,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.2968,91.63,92.6296,92.6296,93.6292,93.6292,94.2956,94.6288,95.9616,96.9612,97.96079999999999,98.6272,98.294,98.294,98.294,98.294,97.6276,97.2944,96.628,96.9612,96.2948,96.9612,96.9612,97.96079999999999,98.96039999999999,99.6268,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,103.62519999999999,104.2916,104.2916,105.2912,105.6244,107.2904,107.9568,108.6232,109.6228,109.6228,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,109.6228,108.6232,107.9568,106.624,105.2912,103.62519999999999,102.6256,101.2928,100.6264,100.2932,99.2936,98.96039999999999,99.96,99.6268,99.6268,99.6268,99.6268,99.96,101.9592,102.2924,104.2916,105.2912,106.624,107.6236,109.2896,109.956,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.2884,112.2884,112.2884,111.622,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,108.9564,107.6236,107.6236,108.6232,109.2896,109.956,109.6228,109.6228,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.9552,112.95479999999999,113.288,113.6212,114.2876,114.6208,115.2872,115.2872,116.2868,117.2864,117.6196,119.6188,119.952,120.9516,121.9512,123.28399999999999,123.6172,124.28359999999999,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.9492,126.9492,127.6156,127.6156,128.6152,128.9484,128.9484,128.9484,129.2816,128.6152,126.9492,125.6164,123.28399999999999,122.2844,120.9516,119.6188,118.9524,117.9528,117.2864,115.9536,114.954,114.2876,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,111.622,111.622,111.9552,113.288,115.6204,117.2864,118.9524,119.952,121.2848,122.2844,121.9512,122.2844,122.9508,121.9512,119.952,118.61919999999999,116.2868,114.6208,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,113.6212,113.6212,114.2876,114.2876,115.2872,115.6204,117.6196,117.9528,118.9524,119.6188,120.9516,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.9512,121.2848,121.618,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.95,125.2832,124.95,125.2832,125.6164,125.9496,126.616,126.616,127.2824,127.2824,126.616,126.2828,125.6164,123.9504,122.6176,121.2848,120.6184,119.952,119.6188,118.9524,118.9524,119.952,119.952,119.952,120.2852,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.28359999999999,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.9508,122.2844,121.9512,121.9512,121.9512,122.6176,122.6176,121.9512,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,125.6164,125.9496,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,126.616,126.616,126.616,126.2828,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.2832,124.6168,123.9504,123.28399999999999,122.9508,121.2848,119.952,119.6188,119.6188,119.6188,119.952,119.952,120.6184,120.9516,121.618,121.9512,122.9508,123.9504,124.6168,126.2828,127.6156,128.9484,129.6148,129.6148,129.6148,129.948,129.948,130.6144,130.6144,129.948,129.948,129.948,129.948,130.6144,130.6144,129.948,129.948,128.9484,128.9484,128.282,128.282,128.282,128.282,128.6152,129.2816,130.6144,131.2808,131.9472,131.9472,132.6136,132.6136,132.6136,131.9472,131.2808,129.948,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,131.2808,131.9472,132.9468,133.28,134.6128,134.6128,134.946,134.946,135.2792,135.2792,134.946,134.946,134.946,135.2792,134.946,134.2796,134.2796,133.9464,132.9468,132.2804,131.9472,131.2808,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.946,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,135.2792,134.946,134.946,134.2796,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.946,134.946,135.94559999999998,137.2784,137.6116,138.9444,139.6108,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,143.276,143.9424,144.6088,144.6088,144.942,144.942,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,149.6068,149.6068,149.94,149.94,150.6064,150.6064,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.606,151.606,151.606,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,153.272,153.272,153.9384,154.6048,155.2712,155.9376,156.60399999999998,156.60399999999998,157.2704,157.2704,157.9368,157.9368,157.6036,157.6036,157.2704,157.2704,156.9372,156.9372,156.9372,156.9372,156.2708,156.2708,156.2708,156.2708,156.2708,156.2708,155.6044,155.6044,154.938,154.6048,153.9384,153.9384,153.9384,153.9384,153.9384,153.9384,153.9384,153.9384,153.9384,153.9384],[155.6044,155.6044,156.2708,156.2708,156.9372,157.2704,158.27,158.6032,159.2696,159.2696,159.6028,159.6028,160.2692,160.2692,160.2692,160.2692,159.936,159.2696,159.2696,159.2696,159.2696,159.2696,158.6032,158.6032,159.2696,159.2696,159.2696,159.2696,159.2696,159.6028,159.6028,159.6028,159.6028,159.6028,159.6028,159.6028,160.2692,160.6024,160.6024,160.2692,160.2692,160.2692,160.6024,160.2692,160.6024,160.6024,160.6024,160.9356,160.9356,160.9356,160.9356,160.9356,160.6024,160.6024,160.6024,160.6024,160.9356,160.9356,160.9356,161.2688,160.9356,160.2692,158.6032,157.2704,155.9376,154.938,153.9384,153.9384,153.272,152.9388,152.6056,152.9388,152.2724,151.9392,152.6056,151.9392,151.9392,150.93959999999998,149.94,148.9404,147.6076,146.2748,144.6088,143.6092,141.60999999999999,139.944,139.2776,137.6116,136.9452,136.2788,135.2792,134.946,133.6132,132.9468,132.2804,130.9476,129.948,129.6148,128.9484,128.6152,127.9488,127.6156,127.6156,127.6156,127.9488,128.6152,128.6152,128.6152,128.282,127.6156,128.282,128.282,127.6156,127.6156,127.6156,127.2824,126.2828,126.2828,125.6164,125.2832,123.9504,122.9508,122.2844,121.2848,119.6188,118.9524,117.6196,116.62,115.2872,112.95479999999999,111.2888,109.2896,107.2904,105.9576,104.958,103.62519999999999,103.292,102.2924,101.626,100.2932,99.6268,98.96039999999999,97.6276,95.6284,94.6288,93.6292,91.63,89.964,87.9648,87.2984,86.9652,85.6324,84.966,85.6324,84.966,82.96679999999999,81.634,79.6348,78.30199999999999,76.9692,75.6364,73.63719999999999,73.304,71.3048,69.3056,67.6396,65.9736,63.9744,61.9752,59.976,58.31,55.9776,53.312,51.3128,48.980399999999996,47.6476,46.3148,44.982,43.9824,42.6496,41.3168,39.984,38.6512,37.9848,37.3184,37.3184,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.654,32.3204,33.32,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.9856,37.3184,39.6508,41.9832,44.315599999999996,46.3148,48.980399999999996,50.9796,52.9788,54.3116,55.6444,56.977199999999996,57.6436,58.6432,59.976,62.3084,63.9744,65.6404,66.9732,68.306,69.3056,70.6384,71.9712,73.304,74.3036,74.3036,74.97,74.97,75.9696,75.9696,76.636,77.3024,78.9684,79.968,80.9676,83.6332,85.2992,87.2984,88.298,88.9644,90.2972,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.6304,89.2976,88.298,85.9656,83.6332,81.3008,79.968,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,81.634,83.6332,84.2996,85.6324,86.2988,86.2988,86.2988,86.9652,87.2984,88.298,88.63119999999999,89.964,89.964,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.6296,92.9628,93.6292,93.6292,94.2956,94.6288,96.2948,97.96079999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,98.6272,98.6272,98.6272,99.6268,100.9596,101.2928,101.2928,102.6256,102.6256,103.292,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.6244,106.2908,107.6236,107.9568,109.2896,109.2896,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,111.622,111.622,110.9556,110.2892,109.6228,107.9568,106.624,105.2912,104.2916,102.6256,102.6256,101.2928,100.6264,100.2932,99.96,100.2932,100.2932,100.6264,101.2928,101.9592,102.9588,104.2916,105.9576,106.9572,108.28999999999999,109.6228,109.956,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,112.2884,112.2884,111.622,111.622,110.2892,109.2896,108.9564,108.9564,109.956,109.956,110.2892,110.2892,111.2888,111.622,111.2888,111.9552,112.2884,112.2884,112.6216,112.6216,113.288,113.6212,114.2876,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,118.286,118.9524,120.2852,121.2848,122.2844,122.6176,123.9504,125.2832,125.9496,125.6164,125.6164,125.9496,125.6164,125.2832,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.9492,126.9492,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,128.6152,128.282,126.2828,125.2832,123.28399999999999,122.2844,120.2852,119.6188,118.9524,117.9528,117.2864,115.2872,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,116.2868,117.6196,119.6188,120.2852,121.2848,122.2844,123.28399999999999,123.6172,123.6172,122.9508,121.2848,119.2856,117.6196,115.9536,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,114.954,114.954,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,115.6204,116.62,117.6196,117.9528,118.9524,119.6188,120.9516,121.2848,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.6164,125.9496,125.9496,126.616,126.9492,126.9492,127.6156,127.9488,128.6152,128.6152,127.6156,126.9492,126.2828,124.6168,122.6176,121.2848,120.6184,119.952,119.6188,118.9524,118.9524,119.952,119.952,119.952,120.2852,121.2848,121.9512,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.6168,125.2832,125.2832,125.2832,125.6164,125.2832,124.95,125.2832,125.2832,124.95,124.95,125.2832,125.2832,124.95,124.28359999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.2844,122.6176,122.6176,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.6164,125.9496,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,126.9492,126.616,125.9496,125.9496,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.6172,122.9508,122.2844,121.2848,120.9516,119.6188,118.286,118.286,118.9524,119.6188,119.952,119.952,120.9516,121.618,121.9512,122.9508,123.9504,125.6164,126.9492,128.282,129.6148,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,130.6144,130.6144,129.948,129.948,128.9484,128.9484,128.282,128.282,128.282,128.282,128.6152,129.2816,130.2812,131.2808,131.9472,132.6136,132.6136,132.6136,131.9472,131.9472,130.6144,129.6148,128.9484,128.9484,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,130.6144,130.9476,131.9472,132.2804,133.9464,134.946,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,135.6124,135.6124,135.6124,136.2788,135.94559999999998,135.2792,135.2792,134.946,132.9468,132.6136,131.9472,131.2808,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.946,135.6124,135.6124,135.6124,135.2792,134.946,134.946,134.946,134.2796,133.9464,133.9464,133.6132,133.6132,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,134.946,135.6124,137.2784,137.6116,138.9444,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.276,143.9424,144.6088,144.6088,144.942,144.942,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,149.6068,149.6068,149.6068,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,152.6056,153.272,153.272,153.9384,154.6048,155.2712,155.9376,156.60399999999998,156.60399999999998,157.2704,157.2704,157.2704,157.2704,157.6036,156.9372,156.9372,156.9372,156.9372,156.2708,156.2708,156.2708,156.2708,155.6044,155.6044,155.6044,155.6044,155.6044,155.6044,155.2712,154.938,153.9384,153.9384,153.272,153.272,153.272,153.272,153.272,153.272,153.272,153.272,153.272],[156.2708,156.2708,156.2708,156.9372,156.9372,156.9372,158.27,158.27,158.6032,159.2696,159.2696,159.2696,159.6028,160.2692,160.2692,159.6028,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,158.6032,158.6032,159.2696,159.2696,159.2696,159.2696,159.6028,159.6028,159.6028,159.6028,159.6028,159.6028,159.6028,159.6028,160.6024,160.6024,160.6024,160.6024,160.6024,160.6024,160.9356,161.602,161.602,161.602,161.602,161.602,161.602,161.602,161.602,161.602,161.2688,161.2688,161.2688,161.2688,161.602,161.602,161.9352,161.2688,160.9356,160.2692,159.2696,157.2704,155.9376,155.2712,154.6048,153.9384,153.9384,153.272,153.272,152.9388,152.9388,152.9388,153.272,152.9388,152.6056,151.606,150.6064,149.2736,147.9408,146.9412,145.6084,144.2756,142.9428,141.2768,139.944,139.2776,137.6116,136.9452,135.94559999999998,135.2792,134.2796,133.6132,131.9472,131.614,130.6144,129.948,128.9484,128.6152,127.9488,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,126.2828,126.2828,125.6164,125.2832,124.6168,123.9504,122.9508,122.2844,120.9516,119.6188,118.286,117.6196,115.6204,113.288,111.9552,109.956,107.9568,106.9572,105.9576,104.958,103.9584,102.6256,102.2924,101.2928,100.2932,99.6268,98.96039999999999,97.6276,95.9616,94.6288,93.29599999999999,91.2968,90.2972,88.298,87.9648,86.9652,86.632,86.632,85.9656,84.966,83.6332,81.634,79.968,78.30199999999999,76.9692,75.6364,74.6368,73.304,70.6384,69.3056,67.6396,65.6404,63.9744,61.641999999999996,59.6428,57.6436,54.6448,52.6456,50.3132,48.314,46.9812,44.982,43.9824,42.6496,41.3168,39.984,38.6512,37.9848,37.3184,37.3184,35.9856,35.9856,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.32,32.6536,31.3208,30.6544,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.654,32.9868,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,36.652,38.318,40.3172,42.6496,45.6484,47.6476,50.3132,52.3124,53.6452,54.978,56.977199999999996,57.6436,58.31,59.309599999999996,60.6424,62.3084,63.9744,65.6404,66.9732,68.306,69.3056,70.6384,71.3048,72.6376,73.63719999999999,74.3036,74.97,74.97,75.9696,76.636,77.3024,78.30199999999999,78.9684,80.6344,81.634,83.6332,85.2992,87.6316,88.9644,89.964,90.6304,91.63,91.63,92.2964,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,89.964,88.298,86.632,84.966,82.3004,80.6344,80.3012,79.6348,79.6348,79.6348,79.6348,78.9684,79.3016,79.3016,79.6348,79.6348,79.3016,79.3016,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,82.3004,83.6332,84.2996,84.966,85.6324,85.6324,86.9652,87.2984,88.298,88.63119999999999,89.964,90.2972,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,94.2956,95.9616,96.9612,97.96079999999999,99.2936,100.6264,100.6264,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,100.2932,100.9596,101.2928,101.9592,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,105.2912,105.2912,105.6244,105.9576,106.9572,107.6236,107.9568,108.6232,109.956,109.956,109.956,109.956,111.2888,111.622,112.6216,112.6216,113.288,113.6212,113.6212,113.6212,112.95479999999999,111.9552,109.956,108.6232,107.6236,105.9576,105.2912,103.9584,102.6256,101.626,101.626,101.2928,100.9596,100.2932,100.2932,101.2928,101.9592,103.62519999999999,104.6248,105.6244,106.9572,108.28999999999999,109.2896,109.956,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.2884,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.2892,109.6228,110.6224,110.6224,110.9556,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,115.2872,115.9536,116.62,117.2864,117.6196,118.286,118.9524,119.6188,119.6188,120.9516,121.2848,122.9508,123.28399999999999,124.6168,125.6164,125.9496,126.616,126.616,126.616,125.9496,125.6164,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,126.9492,126.9492,127.6156,127.6156,128.282,128.6152,128.9484,128.9484,128.6152,128.282,126.2828,125.2832,122.9508,121.618,120.2852,119.6188,118.9524,117.9528,117.2864,115.9536,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.288,112.95479999999999,112.95479999999999,112.95479999999999,113.288,114.2876,116.62,117.6196,119.6188,120.6184,121.9512,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,123.28399999999999,121.2848,119.952,117.9528,116.62,115.6204,115.2872,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,114.954,114.954,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.9536,116.62,117.6196,118.61919999999999,119.6188,119.6188,120.9516,120.9516,121.2848,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.9496,126.616,126.9492,126.9492,126.9492,127.6156,127.6156,127.9488,128.6152,128.6152,128.6152,128.282,128.282,126.9492,124.95,123.9504,122.2844,120.6184,119.952,119.6188,118.9524,118.9524,119.6188,119.952,119.952,120.2852,121.2848,121.9512,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,124.95,124.95,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,119.952,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.9516,120.9516,120.2852,120.2852,120.9516,121.618,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,125.6164,126.616,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.616,125.9496,125.6164,125.2832,124.6168,124.6168,123.9504,124.28359999999999,123.6172,123.6172,122.9508,122.9508,122.2844,121.2848,120.9516,119.6188,118.9524,117.9528,117.9528,118.9524,118.9524,119.6188,119.952,120.9516,121.618,121.9512,122.9508,124.95,125.6164,127.6156,128.6152,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,130.6144,130.6144,129.948,129.948,128.9484,128.9484,128.6152,128.282,128.282,128.6152,129.2816,130.6144,130.6144,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,130.9476,129.948,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,130.9476,131.614,132.2804,132.9468,134.946,135.6124,136.612,136.612,136.612,136.612,136.2788,136.2788,135.6124,135.6124,136.2788,136.2788,135.94559999999998,135.94559999999998,135.2792,134.946,133.6132,132.9468,131.9472,131.2808,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,133.28,133.6132,133.6132,134.2796,134.2796,135.2792,135.6124,135.2792,135.2792,134.946,134.946,134.2796,133.6132,133.28,133.28,133.28,133.28,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.6136,132.6136,132.6136,132.9468,134.2796,135.2792,136.612,137.6116,138.9444,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.942,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,149.6068,149.6068,149.6068,149.6068,150.2732,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.9392,151.9392,151.9392,152.6056,153.272,153.272,153.9384,154.6048,155.2712,155.2712,155.9376,156.60399999999998,156.9372,157.2704,157.2704,157.2704,156.9372,156.9372,156.9372,156.9372,156.2708,156.2708,156.2708,156.2708,155.6044,155.6044,155.6044,155.6044,155.6044,155.6044,155.2712,155.2712,154.938,153.9384,153.272,153.272,153.272,153.272,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388],[156.9372,156.9372,156.9372,156.9372,157.2704,157.2704,157.2704,157.2704,157.6036,158.27,158.6032,158.6032,158.6032,159.2696,159.2696,159.2696,159.2696,159.2696,158.6032,158.6032,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,160.2692,160.2692,160.2692,160.2692,160.9356,161.602,161.9352,162.6016,162.6016,162.6016,162.9348,162.9348,162.9348,162.6016,162.6016,161.9352,161.9352,161.602,161.9352,161.9352,161.9352,161.9352,162.6016,162.26839999999999,161.602,160.6024,159.6028,157.6036,156.9372,155.9376,155.2712,154.6048,154.2716,154.2716,154.2716,153.272,153.272,153.9384,153.9384,153.9384,152.9388,152.6056,150.6064,149.6068,148.6072,147.9408,146.2748,145.2752,143.276,141.60999999999999,140.2772,139.944,139.2776,137.6116,137.2784,135.94559999999998,134.2796,133.6132,132.2804,131.2808,131.2808,129.948,128.9484,128.9484,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,124.6168,123.9504,122.9508,121.2848,120.2852,119.2856,118.286,116.62,114.6208,112.95479999999999,110.9556,108.9564,107.2904,106.9572,106.2908,105.6244,104.6248,103.62519999999999,102.6256,102.2924,101.2928,100.2932,98.96039999999999,97.6276,95.9616,94.962,93.6292,91.9632,90.2972,89.964,88.9644,88.298,87.6316,87.2984,86.632,84.966,82.96679999999999,81.634,80.3012,79.3016,77.6356,76.3028,74.3036,71.9712,70.6384,68.306,66.9732,64.6408,63.308,60.3092,58.31,55.6444,53.312,51.646,49.6468,46.9812,45.6484,43.9824,42.6496,41.3168,39.984,37.9848,37.3184,36.652,36.652,36.652,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.32,31.9872,30.6544,29.988,29.654799999999998,29.654799999999998,28.9884,29.654799999999998,29.654799999999998,30.9876,32.3204,32.9868,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,35.3192,37.3184,39.6508,41.9832,44.315599999999996,46.3148,49.6468,51.9792,53.6452,55.6444,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.9752,64.3076,65.6404,66.9732,68.306,69.3056,69.972,70.6384,71.3048,72.6376,73.9704,74.97,74.97,75.9696,76.636,77.3024,78.30199999999999,78.9684,80.6344,81.634,83.6332,85.2992,87.6316,88.9644,89.6308,90.6304,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,91.9632,91.63,91.2968,90.2972,88.63119999999999,87.2984,84.966,83.6332,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,80.3012,80.3012,80.3012,79.6348,79.3016,79.3016,79.3016,78.6352,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.634,82.3004,82.96679999999999,83.6332,84.2996,85.6324,86.9652,87.2984,88.63119999999999,89.2976,89.964,90.6304,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.962,96.2948,97.6276,98.294,100.2932,100.9596,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.9576,105.6244,106.2908,106.9572,107.6236,107.9568,108.6232,109.2896,109.2896,109.956,109.956,110.6224,111.2888,112.6216,113.288,113.6212,114.2876,114.6208,114.6208,114.6208,113.288,112.2884,110.2892,108.9564,107.6236,106.9572,105.2912,103.9584,103.292,102.2924,102.2924,101.2928,101.2928,100.6264,101.2928,102.2924,103.292,104.958,105.6244,106.9572,108.28999999999999,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.6224,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,112.6216,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.2884,111.9552,111.9552,112.2884,112.2884,111.9552,111.9552,112.2884,112.2884,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.6204,115.6204,116.62,117.9528,118.9524,118.9524,119.6188,119.952,120.9516,121.2848,121.9512,122.6176,123.28399999999999,124.6168,125.2832,125.6164,126.616,127.2824,126.9492,126.2828,125.6164,125.2832,124.6168,123.9504,123.6172,124.28359999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.6164,125.6164,126.2828,126.9492,126.9492,127.2824,127.9488,128.6152,128.6152,128.282,127.6156,126.2828,125.2832,123.6172,121.618,120.9516,119.952,118.9524,118.286,117.2864,116.62,116.62,115.9536,115.2872,115.2872,114.6208,114.2876,113.6212,113.288,113.288,113.6212,114.2876,115.9536,117.2864,118.9524,119.6188,120.2852,121.618,122.2844,123.9504,123.9504,123.9504,123.28399999999999,121.9512,120.2852,118.9524,117.9528,117.6196,116.62,116.62,116.2868,115.6204,114.954,114.6208,114.6208,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,114.954,114.954,115.6204,115.9536,116.62,117.2864,118.286,118.9524,119.6188,119.6188,120.2852,120.2852,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,123.28399999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.2832,126.2828,126.9492,126.9492,126.9492,127.6156,127.9488,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,127.6156,126.2828,124.6168,122.6176,120.9516,119.952,119.6188,118.286,118.286,119.6188,119.6188,120.9516,120.9516,121.618,122.2844,122.9508,123.28399999999999,124.28359999999999,124.95,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,124.95,124.95,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.2844,122.2844,121.9512,121.2848,121.2848,120.2852,120.2852,119.6188,119.6188,119.2856,119.2856,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,118.9524,119.6188,119.6188,119.952,119.952,120.6184,120.9516,121.9512,121.618,122.2844,122.2844,122.6176,123.28399999999999,123.9504,125.6164,126.2828,126.9492,126.9492,127.9488,127.9488,126.9492,126.9492,126.2828,126.2828,125.6164,125.2832,124.6168,123.9504,123.6172,123.6172,122.2844,121.618,121.2848,121.618,121.2848,120.2852,120.9516,119.952,119.6188,118.9524,118.61919999999999,118.61919999999999,117.9528,118.286,119.6188,120.2852,120.9516,121.618,122.2844,123.9504,125.2832,126.2828,128.282,129.2816,130.6144,130.9476,130.9476,130.9476,131.2808,131.2808,130.2812,130.2812,130.6144,130.6144,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.9484,128.9484,129.2816,129.2816,129.948,130.6144,130.6144,131.2808,132.2804,132.2804,133.28,133.28,133.28,132.9468,131.9472,131.2808,130.6144,129.948,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,130.9476,131.614,132.6136,133.6132,134.946,135.2792,136.2788,136.9452,137.2784,137.2784,136.612,136.2788,135.2792,135.6124,136.2788,136.2788,135.94559999999998,135.94559999999998,135.2792,134.946,134.2796,133.28,132.2804,131.2808,130.9476,130.9476,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,133.9464,133.28,132.9468,132.6136,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,131.614,131.614,131.9472,131.9472,131.9472,132.6136,134.2796,134.946,136.9452,137.6116,138.9444,139.6108,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,142.6096,142.6096,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,144.2756,144.942,145.2752,145.2752,145.2752,146.2748,146.2748,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,148.274,148.274,148.274,148.9404,148.9404,149.6068,149.6068,149.6068,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.2732,150.2732,150.2732,150.2732,150.2732,150.2732,150.2732,150.6064,150.93959999999998,150.93959999999998,151.606,151.9392,152.9388,152.9388,153.6052,153.9384,154.938,154.938,155.9376,155.9376,155.9376,156.60399999999998,156.60399999999998,156.60399999999998,156.2708,155.6044,155.6044,155.6044,156.2708,155.6044,155.6044,155.6044,155.6044,155.2712,155.6044,155.6044,155.2712,155.2712,155.2712,155.2712,154.938,153.9384,153.272,153.272,152.6056,152.6056,152.6056,151.9392,151.9392,151.9392,151.9392,151.9392],[156.9372,156.9372,156.9372,156.9372,157.2704,157.2704,157.2704,157.2704,157.6036,157.6036,157.6036,157.6036,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,158.6032,158.6032,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,160.2692,160.2692,160.2692,160.2692,161.602,161.602,162.6016,162.9348,162.9348,163.6012,163.9344,164.6008,164.2676,164.2676,163.6012,163.9344,162.9348,162.6016,162.9348,162.9348,162.6016,162.6016,162.9348,162.6016,161.602,160.9356,159.6028,158.27,157.6036,156.9372,155.9376,155.2712,155.2712,154.938,154.938,154.6048,154.938,154.938,154.938,154.6048,153.6052,152.9388,151.9392,150.93959999999998,149.6068,148.274,147.27439999999999,145.9416,143.9424,142.2764,140.9436,140.2772,139.944,139.2776,137.6116,137.2784,135.6124,134.2796,132.2804,131.614,131.2808,130.9476,129.948,128.9484,128.9484,128.6152,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,124.6168,123.28399999999999,121.9512,120.6184,119.952,118.61919999999999,117.2864,115.6204,113.288,111.2888,109.2896,108.28999999999999,107.9568,107.9568,106.9572,106.624,105.2912,104.958,104.2916,103.62519999999999,102.2924,101.2928,99.6268,97.96079999999999,97.2944,95.9616,94.2956,92.9628,92.2964,90.9636,90.2972,89.6308,88.9644,87.6316,85.9656,84.966,83.6332,81.634,80.6344,79.3016,77.6356,75.6364,73.304,71.3048,69.6388,67.6396,66.3068,64.3076,61.9752,59.309599999999996,56.3108,54.3116,52.3124,50.3132,47.6476,46.3148,44.6488,42.6496,41.3168,39.984,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.32,32.6536,31.9872,30.6544,29.988,29.654799999999998,29.654799999999998,28.9884,29.654799999999998,30.3212,30.9876,32.3204,32.9868,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,36.652,37.9848,40.3172,42.6496,44.982,47.6476,50.3132,52.9788,54.978,56.3108,57.6436,58.31,58.9764,59.976,60.6424,61.3088,62.6416,64.3076,65.6404,66.9732,67.6396,68.6392,69.3056,69.3056,70.6384,71.9712,73.304,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.6344,82.3004,83.6332,85.2992,87.2984,88.9644,89.6308,90.2972,91.2968,91.63,91.63,91.9632,91.9632,91.63,91.63,90.6304,90.2972,89.2976,88.63119999999999,86.632,85.6324,84.2996,82.96679999999999,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.9676,80.3012,80.3012,79.968,79.968,79.3016,79.3016,79.3016,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,83.3,84.2996,84.966,86.2988,87.2984,88.63119999999999,89.2976,90.2972,90.6304,91.63,91.63,91.9632,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,95.6284,96.9612,97.96079999999999,98.96039999999999,100.6264,101.2928,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.9588,102.9588,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.958,105.6244,105.9576,106.2908,106.2908,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,109.956,109.956,110.6224,110.9556,112.2884,113.288,114.2876,114.6208,115.2872,115.2872,115.2872,114.6208,113.288,111.622,109.956,109.2896,107.6236,105.9576,104.6248,103.9584,103.292,102.2924,101.9592,101.2928,101.2928,101.2928,102.2924,103.292,104.958,105.6244,106.9572,107.9568,109.2896,109.2896,110.2892,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,111.622,111.622,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,114.2876,114.2876,114.2876,114.954,114.954,115.9536,116.62,116.9532,117.2864,118.61919999999999,119.6188,120.2852,120.2852,120.6184,121.2848,121.9512,122.6176,123.28399999999999,124.6168,125.2832,125.6164,126.2828,127.2824,127.2824,126.9492,126.2828,125.6164,124.6168,123.9504,123.9504,123.6172,123.6172,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,126.9492,127.2824,128.282,128.6152,128.282,128.282,126.2828,125.2832,123.9504,122.2844,120.9516,119.952,119.6188,118.9524,117.9528,117.2864,117.2864,116.62,115.6204,115.2872,114.6208,114.2876,113.6212,113.288,113.6212,114.6208,115.9536,117.9528,118.61919999999999,118.9524,119.6188,120.6184,121.618,122.6176,123.9504,124.6168,123.9504,123.28399999999999,121.9512,120.2852,119.6188,118.61919999999999,118.286,118.286,117.9528,117.2864,117.2864,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,114.954,114.954,115.9536,116.62,117.2864,117.2864,118.286,118.286,118.9524,119.6188,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.2844,122.2844,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.9504,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.6164,126.2828,126.9492,126.9492,126.9492,127.9488,127.9488,128.282,128.282,128.6152,128.6152,129.2816,129.2816,128.6152,128.282,126.2828,124.6168,122.6176,120.9516,119.952,119.952,118.9524,118.286,119.6188,119.6188,120.9516,120.9516,121.618,122.2844,122.9508,123.9504,124.95,125.2832,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,124.95,124.95,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,120.2852,119.952,119.6188,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,118.286,118.9524,119.6188,119.6188,119.952,119.952,120.9516,121.2848,121.9512,121.9512,122.6176,122.9508,123.28399999999999,125.2832,126.2828,126.2828,126.9492,127.9488,127.9488,126.9492,126.9492,126.2828,125.6164,125.2832,124.6168,123.6172,123.28399999999999,122.6176,121.9512,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,119.952,119.952,118.9524,118.9524,118.61919999999999,118.61919999999999,117.9528,117.9528,118.9524,119.952,120.9516,122.2844,123.28399999999999,123.9504,125.2832,126.2828,128.282,129.6148,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,130.2812,130.2812,130.6144,130.6144,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.9484,128.9484,129.2816,129.2816,129.948,130.6144,130.6144,130.6144,131.9472,132.2804,133.28,133.28,133.28,132.9468,132.2804,131.614,130.6144,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,130.6144,130.9476,131.614,131.9472,132.2804,133.6132,134.946,135.2792,136.2788,136.9452,137.2784,137.2784,136.612,136.2788,135.2792,135.2792,135.6124,136.2788,135.94559999999998,135.2792,134.946,134.946,134.2796,133.28,132.2804,131.2808,130.9476,130.9476,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,133.28,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,133.9464,132.9468,132.9468,131.9472,131.2808,130.6144,129.948,129.948,129.948,129.6148,129.948,130.6144,130.6144,130.9476,131.614,131.9472,132.2804,133.6132,134.946,136.9452,138.278,139.6108,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,142.6096,142.6096,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.942,144.942,145.2752,145.2752,146.2748,146.2748,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,148.274,148.274,148.274,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,149.94,149.94,149.94,149.6068,149.6068,149.6068,149.2736,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,150.93959999999998,150.93959999999998,151.606,151.9392,152.9388,152.9388,153.6052,153.9384,154.938,154.938,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,155.6044,155.6044,155.6044,155.6044,155.2712,155.2712,155.6044,155.6044,155.2712,155.9376,155.9376,155.2712,155.2712,154.6048,153.9384,153.272,152.9388,152.6056,152.6056,151.9392,151.9392,151.9392,151.9392,151.9392],[157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.6036,158.27,158.27,158.27,158.6032,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,160.2692,160.2692,160.2692,160.2692,161.602,161.602,162.9348,163.268,163.9344,164.6008,165.2672,165.6004,165.6004,165.6004,165.6004,165.6004,165.2672,165.2672,164.934,164.6008,164.2676,163.9344,163.268,162.9348,161.602,161.2688,160.6024,159.6028,158.6032,157.6036,157.2704,156.60399999999998,156.2708,156.2708,155.6044,155.2712,155.2712,155.9376,155.9376,155.9376,155.2712,153.9384,152.9388,151.9392,151.2728,149.6068,148.274,146.608,144.942,143.276,142.6096,142.2764,140.9436,139.944,138.9444,137.6116,135.6124,134.2796,133.6132,132.6136,131.9472,131.2808,130.9476,129.948,128.9484,128.6152,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,123.9504,122.6176,121.2848,119.952,119.2856,118.286,116.62,114.2876,111.9552,110.9556,109.2896,109.956,109.2896,108.28999999999999,107.6236,107.6236,106.2908,106.2908,105.9576,105.2912,103.62519999999999,102.2924,100.6264,99.2936,97.96079999999999,96.9612,95.9616,93.9624,92.9628,92.2964,90.6304,89.964,88.9644,87.9648,86.632,85.6324,83.6332,81.9672,80.3012,78.30199999999999,76.9692,74.97,72.9708,70.3052,68.9724,66.9732,64.974,61.9752,59.976,56.977199999999996,54.978,52.9788,50.9796,48.980399999999996,46.9812,45.3152,43.316,41.9832,40.6504,38.6512,37.9848,37.9848,37.3184,35.9856,35.3192,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.32,32.6536,31.9872,30.6544,29.988,29.654799999999998,29.654799999999998,28.9884,29.654799999999998,30.3212,31.654,32.3204,32.9868,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,35.3192,37.3184,39.3176,41.65,43.9824,46.647999999999996,48.980399999999996,51.3128,53.6452,55.6444,57.9768,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.308,64.974,65.6404,66.3068,67.6396,68.6392,68.6392,69.3056,69.972,71.9712,73.304,74.97,75.6364,76.636,77.3024,78.9684,79.6348,80.3012,81.3008,82.3004,83.6332,85.6324,87.2984,87.9648,88.298,88.9644,90.2972,90.9636,90.9636,90.9636,90.9636,90.9636,89.964,89.6308,89.2976,88.298,87.6316,86.2988,84.966,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,80.9676,80.6344,80.6344,80.3012,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.9664,84.966,86.2988,86.9652,88.298,89.2976,90.2972,90.6304,91.63,91.63,91.9632,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,96.2948,97.2944,98.96039999999999,99.96,100.9596,102.6256,103.292,103.9584,104.6248,104.958,104.958,104.958,104.958,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,104.6248,104.6248,105.2912,105.9576,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,110.6224,110.9556,112.2884,113.6212,115.2872,115.6204,115.9536,115.9536,115.2872,114.6208,113.6212,111.9552,110.2892,109.956,108.28999999999999,106.9572,105.2912,104.958,103.62519999999999,102.6256,102.2924,101.9592,101.2928,101.2928,102.2924,103.62519999999999,104.958,105.6244,106.9572,107.9568,109.2896,109.2896,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,111.622,111.622,112.6216,113.288,113.6212,114.2876,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,115.2872,114.6208,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,115.2872,115.6204,115.6204,115.9536,115.9536,116.9532,116.62,117.2864,118.9524,120.2852,120.9516,121.2848,121.9512,121.9512,122.9508,123.28399999999999,123.9504,125.2832,125.9496,125.9496,126.616,127.9488,127.9488,126.9492,126.2828,125.6164,124.6168,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,125.2832,125.2832,125.6164,125.9496,126.2828,126.2828,126.9492,128.282,128.282,128.6152,128.282,126.9492,125.6164,123.9504,122.6176,121.9512,120.9516,120.9516,119.6188,118.9524,117.9528,117.9528,117.2864,115.9536,115.6204,114.954,114.954,113.95439999999999,114.6208,114.954,116.9532,117.9528,118.9524,119.6188,120.2852,120.2852,121.2848,121.618,123.28399999999999,123.9504,124.6168,123.9504,122.9508,122.2844,120.9516,120.2852,120.2852,119.952,120.2852,120.2852,119.6188,118.9524,118.286,117.6196,117.2864,117.2864,116.62,116.62,115.9536,116.2868,115.9536,114.954,114.954,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,118.286,118.286,118.9524,119.6188,119.952,120.2852,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.6176,122.6176,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,125.2832,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,127.9488,127.9488,128.282,128.282,128.6152,128.6152,129.2816,129.2816,128.282,128.282,125.9496,123.9504,122.6176,120.9516,119.952,119.952,119.6188,119.6188,119.6188,119.952,120.9516,120.9516,121.618,122.2844,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.9496,125.9496,125.6164,125.6164,124.95,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.2852,119.952,118.9524,118.286,117.9528,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,120.2852,121.2848,120.9516,121.9512,122.2844,122.9508,124.28359999999999,125.2832,126.2828,126.9492,127.9488,127.9488,127.2824,126.9492,126.2828,125.6164,125.2832,124.28359999999999,123.28399999999999,122.2844,121.9512,121.2848,120.9516,119.952,119.952,119.952,119.952,119.952,119.952,119.952,118.9524,118.9524,118.61919999999999,118.61919999999999,117.2864,117.9528,118.9524,119.6188,121.2848,122.9508,123.6172,124.6168,125.6164,126.9492,128.6152,129.948,130.9476,131.614,130.9476,130.9476,131.2808,131.2808,130.2812,130.2812,130.6144,130.6144,129.948,129.948,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,130.6144,130.6144,130.6144,131.9472,132.2804,132.6136,132.6136,132.6136,132.6136,131.9472,131.2808,130.6144,129.948,128.9484,128.9484,128.9484,128.9484,128.6152,129.2816,129.2816,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,130.6144,130.9476,130.9476,131.2808,132.2804,133.6132,134.946,135.2792,136.2788,136.2788,136.612,136.612,136.612,136.2788,135.2792,135.2792,135.2792,135.6124,135.2792,134.946,134.946,134.2796,134.2796,133.6132,132.2804,131.614,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.9472,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.28,133.9464,133.9464,133.9464,133.9464,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.2796,134.2796,134.2796,133.28,132.9468,131.9472,131.614,130.6144,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.948,130.6144,130.9476,131.9472,132.2804,133.6132,134.946,136.9452,138.278,139.6108,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,142.6096,142.6096,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,144.2756,144.942,144.942,145.2752,145.6084,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,149.6068,149.2736,149.2736,149.2736,148.6072,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.94,150.93959999999998,150.93959999999998,151.606,151.9392,152.9388,152.9388,153.6052,153.9384,154.6048,154.938,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.6044,155.2712,155.2712,155.2712,155.2712,155.2712,155.6044,155.6044,155.9376,156.60399999999998,156.60399999999998,155.9376,155.9376,154.938,154.6048,153.9384,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056],[157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,157.6036,157.6036,157.6036,157.6036,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,160.2692,160.2692,160.2692,160.2692,161.602,161.9352,163.268,163.9344,164.6008,164.934,165.93359999999998,165.93359999999998,166.6,166.6,165.93359999999998,166.6,166.6,165.93359999999998,165.93359999999998,165.2672,164.6008,164.6008,163.9344,163.268,162.26839999999999,161.602,160.9356,160.2692,159.2696,158.6032,158.27,157.2704,157.2704,156.9372,156.9372,156.2708,155.9376,155.9376,156.60399999999998,156.60399999999998,155.9376,155.2712,154.2716,152.9388,152.6056,151.9392,150.2732,148.274,146.608,145.2752,144.6088,142.6096,142.2764,140.9436,140.6104,138.6112,136.9452,135.6124,134.946,132.9468,132.6136,131.9472,131.2808,130.6144,129.948,128.9484,128.6152,127.9488,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,125.6164,125.2832,123.9504,122.6176,121.2848,119.952,119.2856,118.286,116.62,114.2876,112.95479999999999,110.9556,110.2892,110.9556,110.6224,109.956,109.2896,108.6232,108.6232,108.6232,107.9568,107.6236,105.9576,104.6248,103.292,102.2924,100.6264,99.6268,97.96079999999999,96.628,95.2952,93.29599999999999,92.9628,90.9636,90.6304,88.63119999999999,88.298,87.2984,85.6324,83.6332,81.9672,80.3012,77.6356,75.6364,73.63719999999999,71.3048,69.6388,67.6396,65.6404,62.6416,59.976,57.6436,55.6444,54.3116,51.646,50.3132,48.314,46.3148,43.9824,42.6496,41.3168,39.3176,38.6512,38.6512,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.32,32.6536,31.9872,30.6544,29.988,29.654799999999998,29.654799999999998,28.9884,29.654799999999998,30.3212,31.654,32.3204,33.6532,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,37.9848,39.984,42.3164,44.6488,47.3144,49.6468,51.9792,54.3116,56.3108,58.6432,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,64.974,65.6404,66.3068,66.9732,67.97279999999999,68.6392,68.6392,69.972,71.3048,72.6376,74.3036,75.6364,76.636,77.3024,78.9684,79.6348,80.3012,81.3008,81.9672,82.96679999999999,85.6324,86.632,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.6308,89.6308,89.6308,89.6308,88.63119999999999,88.298,87.6316,87.6316,86.9652,85.6324,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,82.3004,82.3004,81.634,81.3008,81.3008,80.9676,81.3008,81.3008,80.9676,81.634,81.634,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.9664,84.966,86.2988,86.9652,88.298,89.2976,89.964,90.6304,91.63,91.63,91.9632,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.2952,96.9612,98.294,99.6268,100.2932,101.626,102.6256,103.9584,104.6248,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.2912,105.2912,106.624,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.956,110.9556,111.622,112.95479999999999,113.288,114.954,115.6204,116.62,116.62,115.6204,115.2872,113.6212,112.6216,110.9556,109.6228,107.9568,107.2904,105.9576,104.6248,104.6248,103.292,102.2924,101.9592,101.2928,101.9592,102.6256,103.62519999999999,104.958,105.6244,106.9572,107.9568,109.2896,109.2896,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,111.622,111.622,112.6216,113.288,114.2876,114.6208,115.2872,115.2872,114.6208,114.6208,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.2872,114.6208,114.6208,114.6208,115.6204,115.6204,115.6204,116.2868,116.2868,116.62,116.9532,117.6196,117.9528,118.9524,120.2852,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,124.95,125.9496,126.616,126.616,127.2824,127.9488,128.6152,127.2824,126.2828,125.2832,124.6168,123.28399999999999,122.6176,122.6176,122.6176,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.9488,127.9488,127.9488,126.9492,125.6164,124.6168,123.28399999999999,122.2844,121.618,121.2848,119.952,119.6188,119.2856,118.61919999999999,117.6196,117.2864,115.9536,115.6204,115.6204,114.954,115.9536,116.9532,117.9528,119.2856,119.952,120.2852,120.9516,120.9516,120.9516,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,122.2844,121.2848,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,119.952,120.2852,119.952,119.2856,118.61919999999999,117.6196,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,118.286,118.286,118.9524,118.9524,119.952,120.2852,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,126.9492,127.9488,127.9488,128.282,128.282,128.6152,128.6152,129.2816,128.6152,128.6152,126.9492,125.9496,123.28399999999999,121.9512,120.9516,119.952,119.952,119.952,119.952,120.2852,120.2852,121.618,122.2844,122.2844,122.9508,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.9496,125.9496,125.6164,125.6164,124.6168,124.6168,123.9504,123.28399999999999,122.2844,121.618,120.9516,119.952,119.6188,118.61919999999999,117.9528,117.2864,117.2864,116.2868,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,119.6188,119.6188,120.2852,119.952,120.9516,121.2848,122.9508,123.6172,124.95,125.6164,126.2828,127.9488,127.9488,127.2824,127.2824,126.9492,125.6164,125.2832,123.9504,122.2844,121.618,120.9516,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,118.9524,118.9524,118.286,118.286,117.2864,117.9528,118.9524,119.6188,121.2848,122.9508,123.9504,124.95,125.6164,126.9492,128.6152,129.948,130.9476,131.614,130.9476,130.9476,131.2808,131.2808,130.2812,130.2812,130.6144,130.6144,129.948,129.2816,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,129.948,130.6144,130.9476,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.2812,130.6144,129.6148,128.6152,127.9488,127.6156,127.6156,127.9488,128.282,128.6152,128.6152,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,130.2812,130.9476,131.9472,132.2804,133.6132,134.946,135.6124,136.2788,136.612,136.612,136.612,136.612,135.6124,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.6132,133.28,132.9468,131.2808,131.2808,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.9472,132.6136,132.6136,132.6136,132.9468,133.28,133.28,133.28,133.28,133.9464,133.9464,133.9464,133.9464,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.2796,134.2796,133.6132,132.9468,131.9472,130.6144,130.6144,129.6148,128.6152,128.6152,127.9488,127.9488,128.6152,128.9484,128.9484,129.6148,130.6144,130.9476,131.9472,132.2804,134.2796,134.946,136.9452,138.278,139.6108,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,142.6096,142.6096,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,144.2756,144.2756,144.942,144.942,145.6084,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,148.274,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.6072,148.6072,148.6072,148.6072,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,150.6064,150.93959999999998,151.606,151.606,152.6056,152.9388,152.9388,153.6052,153.9384,154.6048,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,154.938,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.6044,155.6044,155.9376,156.60399999999998,156.60399999999998,155.9376,155.9376,154.938,154.6048,153.9384,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056],[156.9372,156.9372,156.60399999999998,156.9372,156.60399999999998,156.60399999999998,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,157.2704,157.2704,157.2704,157.2704,157.9368,157.9368,157.9368,157.9368,158.6032,158.6032,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,160.9356,160.9356,160.9356,160.9356,161.602,162.26839999999999,162.9348,163.6012,163.9344,164.934,166.6,166.6,167.2664,167.2664,166.6,167.2664,166.9332,166.9332,166.6,165.93359999999998,165.93359999999998,164.934,163.9344,163.268,162.26839999999999,161.602,160.9356,160.6024,159.6028,159.2696,158.9364,158.27,157.2704,157.2704,156.9372,156.9372,155.9376,155.9376,156.60399999999998,156.9372,156.60399999999998,156.60399999999998,155.6044,154.6048,153.9384,152.9388,152.6056,150.6064,148.274,146.9412,146.2748,144.942,143.9424,142.6096,141.60999999999999,140.2772,139.6108,137.6116,135.6124,134.2796,132.9468,131.614,130.9476,129.948,129.6148,128.6152,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,124.95,125.6164,125.6164,125.6164,124.28359999999999,123.28399999999999,121.9512,120.6184,119.2856,118.9524,117.6196,116.62,114.2876,112.95479999999999,111.2888,111.2888,111.9552,111.9552,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,109.6228,107.9568,106.9572,105.9576,104.6248,102.6256,101.2928,99.96,98.294,96.628,95.6284,93.9624,93.29599999999999,91.63,90.9636,89.964,88.9644,87.9648,86.2988,84.2996,81.634,79.3016,76.9692,73.63719999999999,71.9712,69.972,67.97279999999999,65.9736,63.308,60.6424,57.9768,56.644,54.978,52.9788,50.9796,48.980399999999996,46.9812,45.6484,43.316,41.9832,40.9836,40.3172,38.9844,38.318,37.3184,36.652,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,31.3208,30.6544,29.988,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,31.654,32.9868,33.6532,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,35.3192,36.652,39.3176,41.3168,43.6492,45.9816,48.980399999999996,51.3128,53.312,55.6444,57.9768,59.976,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.9744,64.974,65.6404,66.3068,66.9732,67.3064,67.97279999999999,67.97279999999999,69.3056,70.6384,71.9712,73.304,74.6368,76.3028,76.9692,77.6356,79.6348,80.6344,81.3008,81.9672,82.96679999999999,83.6332,85.6324,86.2988,86.2988,87.2984,87.9648,88.298,88.298,88.298,88.298,87.6316,87.2984,87.2984,86.9652,86.9652,86.2988,85.6324,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,82.3004,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,84.2996,85.6324,86.9652,87.9648,88.9644,89.964,90.6304,91.63,91.63,92.9628,92.9628,93.9624,94.6288,94.962,94.962,95.6284,96.2948,97.6276,98.96039999999999,100.2932,101.2928,102.2924,103.292,104.2916,105.2912,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.624,106.624,106.624,106.624,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,109.6228,110.9556,111.622,112.6216,112.95479999999999,114.954,115.6204,116.62,116.62,116.62,115.9536,114.2876,112.95479999999999,111.2888,110.2892,108.6232,107.6236,105.9576,104.6248,104.6248,103.292,101.9592,101.9592,101.2928,101.9592,102.6256,103.62519999999999,104.958,105.2912,106.9572,107.9568,108.9564,108.9564,109.956,109.956,109.2896,109.2896,109.6228,109.6228,108.9564,108.9564,109.6228,109.6228,109.6228,109.6228,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,111.622,111.622,112.6216,113.6212,114.6208,115.2872,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.6196,117.6196,118.61919999999999,119.6188,119.6188,120.6184,121.2848,122.2844,122.9508,123.28399999999999,124.6168,125.2832,125.9496,126.9492,127.6156,127.9488,128.6152,128.6152,127.2824,126.2828,125.2832,123.6172,122.2844,121.618,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,124.95,126.2828,126.616,127.2824,127.9488,127.9488,127.2824,126.2828,125.2832,123.6172,123.28399999999999,122.9508,121.9512,121.618,120.9516,120.6184,119.952,119.2856,117.6196,117.2864,116.62,115.9536,116.62,116.9532,119.2856,119.6188,120.2852,120.9516,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,124.6168,124.6168,123.9504,123.28399999999999,122.6176,121.9512,121.9512,121.9512,121.618,121.618,122.2844,121.618,122.6176,122.6176,121.9512,121.2848,119.952,119.6188,118.9524,117.9528,117.6196,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.6196,118.286,118.286,118.9524,118.9524,119.952,120.2852,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.6152,128.6152,127.6156,126.2828,124.6168,122.9508,121.2848,120.2852,120.6184,120.6184,121.2848,121.2848,121.9512,122.2844,122.9508,123.6172,124.6168,124.6168,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.6168,123.9504,123.9504,123.28399999999999,122.2844,121.618,120.9516,119.952,119.6188,118.61919999999999,117.9528,117.2864,116.62,115.6204,115.9536,115.9536,115.9536,116.62,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,118.61919999999999,118.61919999999999,118.61919999999999,119.6188,119.6188,119.952,121.2848,121.9512,123.28399999999999,123.9504,125.6164,126.2828,127.9488,128.6152,127.9488,127.2824,126.9492,125.6164,125.2832,124.28359999999999,122.9508,121.618,120.2852,119.952,119.952,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,118.9524,118.9524,118.9524,118.286,118.286,117.2864,117.6196,118.9524,119.6188,120.9516,122.9508,123.6172,124.6168,125.9496,127.6156,128.6152,130.6144,131.2808,131.9472,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,128.282,128.282,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,128.9484,128.9484,128.9484,129.6148,129.948,129.948,129.948,129.948,128.9484,128.6152,128.282,128.282,127.6156,127.6156,126.616,126.2828,125.9496,125.6164,126.2828,126.616,127.6156,127.6156,128.282,128.6152,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,130.6144,130.6144,129.948,130.6144,131.614,132.2804,133.6132,134.946,135.2792,135.6124,136.2788,136.2788,135.94559999999998,135.94559999999998,135.6124,134.946,134.946,134.2796,133.6132,132.9468,132.9468,132.6136,131.9472,131.2808,131.2808,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.6144,131.2808,132.6136,132.6136,132.9468,132.9468,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,133.6132,132.9468,132.2804,131.614,130.6144,129.2816,128.6152,128.6152,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,129.2816,129.948,130.9476,131.9472,132.9468,134.2796,135.2792,137.2784,138.278,139.2776,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.276,143.276,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,143.276,144.2756,144.2756,144.942,144.942,145.6084,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.9404,148.9404,149.6068,150.6064,150.93959999999998,151.606,151.606,151.9392,152.6056,152.6056,152.9388,153.9384,154.6048,154.6048,154.6048,154.6048,154.6048,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.2716,154.938,155.2712,155.2712,155.2712,155.9376,155.9376,155.2712,155.2712,154.938,153.9384,153.272,152.9388,152.6056,151.9392,151.606,151.606,151.606,151.606,151.606],[156.9372,156.9372,156.60399999999998,156.9372,156.60399999999998,156.60399999999998,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,157.2704,157.2704,157.2704,157.9368,157.9368,157.9368,157.9368,158.6032,158.6032,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,159.936,160.9356,160.9356,160.9356,160.9356,161.602,162.26839999999999,162.9348,163.6012,163.9344,164.934,166.6,166.6,166.9332,166.9332,167.2664,167.2664,167.5996,167.5996,166.9332,166.6,165.93359999999998,164.934,164.6008,163.9344,162.6016,162.26839999999999,161.602,160.9356,159.6028,159.2696,158.9364,158.27,157.2704,156.9372,156.9372,156.2708,155.9376,155.9376,156.60399999999998,156.9372,156.9372,156.60399999999998,155.6044,154.938,154.6048,153.6052,152.9388,151.2728,148.9404,148.274,147.27439999999999,146.2748,144.942,143.9424,142.9428,141.60999999999999,139.944,138.278,136.9452,134.946,132.9468,131.9472,131.614,130.6144,129.948,129.2816,128.6152,127.9488,127.6156,127.6156,126.9492,126.9492,125.9496,125.9496,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.6168,124.6168,125.2832,124.28359999999999,123.28399999999999,121.9512,121.2848,119.6188,118.286,117.6196,117.2864,115.9536,113.6212,112.95479999999999,111.2888,111.2888,111.9552,112.2884,111.9552,111.9552,112.2884,111.622,111.622,111.622,110.9556,109.6228,108.28999999999999,107.6236,106.2908,105.6244,103.292,101.9592,100.6264,98.96039999999999,97.2944,95.6284,95.2952,93.29599999999999,92.9628,90.9636,89.964,89.2976,87.9648,85.6324,83.6332,80.9676,77.6356,74.3036,72.6376,70.6384,69.3056,67.3064,64.3076,61.9752,59.309599999999996,57.3104,55.6444,53.6452,51.646,50.3132,48.314,46.9812,44.6488,43.316,41.65,40.9836,39.6508,38.9844,37.9848,36.652,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,31.9872,31.3208,30.6544,29.988,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.9868,33.6532,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,37.3184,39.984,41.9832,44.6488,47.6476,50.3132,52.6456,54.978,56.644,58.6432,59.976,61.3088,61.3088,61.3088,61.3088,62.3084,63.308,63.9744,64.974,64.974,65.6404,66.3068,66.64,67.3064,67.97279999999999,68.6392,69.972,71.3048,72.6376,73.9704,74.97,76.3028,76.9692,78.9684,79.968,80.6344,81.3008,81.9672,83.6332,84.2996,84.966,85.9656,86.2988,86.2988,86.9652,86.9652,86.2988,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,84.2996,84.2996,84.2996,83.6332,83.6332,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.2992,85.2992,85.2992,84.6328,84.966,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,83.3,84.2996,85.6324,86.9652,87.9648,88.298,89.2976,90.6304,91.63,91.63,92.9628,93.6292,93.9624,94.6288,94.962,95.6284,95.9616,96.9612,97.96079999999999,98.96039999999999,100.2932,101.9592,102.6256,103.292,104.6248,105.2912,105.9576,105.9576,106.624,107.2904,106.9572,107.6236,107.2904,107.2904,107.2904,107.2904,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,106.624,106.624,107.6236,107.6236,107.9568,108.6232,109.2896,109.6228,110.9556,111.622,112.6216,113.6212,114.954,115.6204,116.62,116.62,116.9532,116.62,114.954,113.6212,111.9552,110.9556,109.2896,107.6236,105.9576,105.6244,104.6248,103.292,102.2924,101.9592,101.2928,101.9592,102.6256,103.62519999999999,104.958,105.2912,106.9572,107.6236,108.28999999999999,108.9564,109.956,109.956,109.2896,109.2896,109.6228,109.6228,108.9564,108.9564,109.6228,109.6228,109.6228,109.6228,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,111.622,112.2884,113.288,113.6212,114.6208,115.2872,115.9536,115.9536,115.6204,115.6204,115.6204,116.2868,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.6196,118.61919999999999,119.6188,119.6188,119.952,121.618,122.9508,122.9508,123.28399999999999,125.2832,125.6164,126.9492,127.6156,127.9488,127.9488,128.6152,127.9488,127.6156,126.2828,124.6168,122.9508,122.2844,121.618,121.618,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.95,125.6164,126.616,127.2824,127.6156,127.2824,126.9492,125.6164,125.2832,124.28359999999999,123.6172,122.9508,122.9508,122.9508,121.9512,121.2848,119.952,118.61919999999999,117.6196,117.2864,117.2864,117.2864,117.9528,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.6168,123.9504,123.28399999999999,122.6176,121.9512,122.2844,122.2844,121.618,121.618,122.9508,122.9508,122.9508,122.9508,122.6176,122.6176,121.618,120.9516,119.952,119.2856,118.286,117.6196,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,118.286,118.286,118.9524,118.9524,119.952,119.952,120.9516,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.95,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.6152,128.282,126.9492,125.6164,123.9504,122.2844,121.2848,120.2852,120.6184,120.6184,121.9512,122.2844,123.28399999999999,123.9504,125.2832,125.2832,125.9496,125.9496,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,123.9504,123.9504,123.28399999999999,122.9508,121.9512,120.9516,120.2852,120.2852,119.6188,119.6188,118.286,117.6196,116.9532,116.62,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,116.9532,116.9532,116.9532,117.6196,117.6196,116.9532,116.9532,117.6196,117.6196,117.6196,117.9528,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,119.6188,119.6188,120.9516,121.2848,122.2844,123.9504,124.95,126.2828,127.6156,128.6152,127.9488,127.2824,126.9492,126.2828,125.6164,124.28359999999999,122.9508,120.9516,120.2852,119.952,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,118.9524,118.9524,118.61919999999999,117.9528,117.9528,117.2864,117.6196,118.9524,119.6188,120.9516,122.6176,123.28399999999999,124.6168,125.9496,127.6156,128.6152,130.6144,131.2808,131.9472,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,128.282,127.6156,127.9488,128.6152,127.9488,128.6152,129.2816,129.2816,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,127.6156,127.6156,126.9492,126.9492,125.9496,125.6164,124.95,124.28359999999999,124.95,124.95,124.95,125.2832,125.6164,126.9492,127.6156,127.6156,128.282,128.282,128.6152,129.2816,129.2816,129.2816,130.6144,130.6144,129.948,129.948,131.2808,132.2804,132.9468,133.9464,134.2796,134.6128,135.2792,135.6124,135.6124,135.94559999999998,135.6124,134.946,134.2796,133.6132,132.9468,132.6136,132.2804,131.9472,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.6144,131.2808,132.6136,132.6136,132.9468,132.9468,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,133.6132,132.6136,131.9472,130.6144,129.6148,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,128.6152,128.6152,128.6152,128.6152,129.6148,130.9476,131.9472,132.9468,134.2796,135.2792,137.2784,138.278,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.276,143.276,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.6092,144.2756,144.942,144.942,145.6084,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.9404,148.9404,148.9404,150.2732,150.6064,150.93959999999998,151.606,151.9392,151.9392,152.6056,152.6056,153.272,153.9384,154.6048,154.6048,153.9384,153.9384,153.9384,153.9384,154.2716,154.2716,154.2716,154.2716,154.938,154.938,154.938,154.938,154.2716,154.2716,154.938,154.938,154.938,154.938,154.938,154.938,154.2716,153.9384,152.9388,152.6056,152.6056,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998],[156.9372,156.9372,156.60399999999998,156.9372,156.60399999999998,156.60399999999998,156.9372,156.9372,156.2708,156.2708,156.2708,156.2708,156.2708,155.9376,155.9376,156.60399999999998,156.9372,157.2704,157.2704,157.2704,157.9368,157.9368,158.6032,158.6032,159.6028,159.6028,159.936,159.936,160.2692,160.2692,159.936,159.936,159.936,159.936,159.936,159.936,160.9356,160.9356,160.9356,160.9356,161.602,162.26839999999999,162.9348,163.6012,163.9344,164.934,165.93359999999998,166.2668,167.2664,167.2664,167.5996,167.5996,167.5996,167.5996,166.9332,166.6,165.93359999999998,165.2672,164.6008,163.9344,162.6016,162.26839999999999,161.602,160.9356,159.936,159.2696,158.27,157.6036,157.2704,156.9372,156.2708,155.9376,155.2712,155.2712,155.9376,156.60399999999998,156.60399999999998,156.60399999999998,155.9376,155.2712,154.6048,153.9384,152.6056,150.6064,148.9404,148.274,147.6076,146.2748,145.2752,144.6088,143.276,141.9432,140.9436,139.2776,137.2784,135.2792,133.6132,132.9468,132.2804,131.614,130.9476,129.948,128.9484,128.6152,127.6156,126.9492,126.9492,126.616,125.9496,125.6164,125.6164,125.6164,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,123.6172,122.9508,121.2848,120.2852,118.9524,118.286,117.2864,116.62,115.9536,114.954,113.288,111.622,111.622,111.622,112.6216,113.288,113.288,113.288,113.288,112.6216,112.95479999999999,112.2884,111.2888,110.2892,109.2896,108.28999999999999,107.2904,106.2908,104.958,103.62519999999999,101.9592,99.96,98.96039999999999,97.2944,96.2948,95.2952,93.9624,92.2964,91.2968,90.2972,88.63119999999999,87.2984,84.2996,81.634,78.6352,75.9696,72.9708,70.6384,69.6388,67.97279999999999,65.6404,62.9748,60.6424,57.9768,56.3108,54.978,52.3124,50.9796,49.6468,48.314,46.3148,44.982,42.9828,41.65,40.3172,38.9844,37.9848,36.652,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,31.9872,31.3208,30.6544,29.988,28.9884,28.9884,29.654799999999998,30.3212,30.9876,32.3204,32.9868,33.6532,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.9848,39.984,42.6496,45.3152,48.980399999999996,51.3128,53.9784,55.6444,57.3104,58.6432,59.976,60.6424,60.6424,60.6424,61.3088,62.3084,63.308,63.9744,64.3076,64.974,65.6404,65.6404,66.64,67.3064,67.97279999999999,68.6392,69.972,70.6384,71.9712,72.6376,74.3036,74.97,76.3028,77.3024,79.3016,79.968,80.6344,81.3008,82.6336,83.3,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.2992,85.2992,84.966,85.6324,86.632,86.632,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,86.632,86.632,86.2988,85.6324,84.2996,84.2996,83.6332,82.96679999999999,83.6332,84.2996,85.6324,86.2988,87.2984,88.298,89.2976,90.6304,91.63,91.63,92.9628,93.6292,93.9624,94.6288,95.6284,95.9616,96.2948,97.2944,98.294,99.6268,100.6264,101.9592,102.6256,103.9584,104.6248,105.6244,105.6244,105.6244,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,108.6232,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.624,106.624,107.6236,107.6236,107.9568,108.6232,109.2896,109.6228,110.9556,111.622,112.6216,113.6212,114.954,115.9536,116.62,117.2864,117.6196,116.62,115.6204,114.2876,112.6216,111.2888,109.2896,107.9568,105.6244,105.6244,104.6248,103.292,102.6256,102.2924,101.626,102.2924,102.6256,103.62519999999999,104.958,105.2912,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,113.288,113.6212,114.6208,115.2872,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,118.61919999999999,119.6188,120.2852,120.6184,121.618,122.9508,123.9504,124.6168,125.2832,125.6164,126.9492,127.6156,127.9488,128.6152,128.6152,127.9488,127.6156,125.9496,124.6168,122.9508,121.618,121.2848,121.618,121.618,121.618,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,125.6164,126.616,127.6156,127.9488,128.6152,127.9488,126.9492,126.616,126.616,125.6164,124.6168,123.28399999999999,123.28399999999999,122.2844,121.618,119.952,119.6188,117.9528,117.9528,117.9528,118.286,119.2856,121.2848,121.9512,122.2844,122.2844,122.6176,123.28399999999999,123.6172,124.28359999999999,124.6168,125.2832,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.618,121.2848,120.2852,119.2856,117.6196,116.62,116.62,116.62,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,117.6196,118.286,118.286,118.9524,118.9524,119.952,119.952,120.9516,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,124.28359999999999,124.6168,124.95,125.2832,126.616,127.2824,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.2824,127.2824,127.9488,127.9488,128.6152,128.6152,127.9488,127.6156,126.2828,124.95,122.9508,121.618,120.2852,119.952,120.9516,121.618,122.6176,123.9504,124.95,126.2828,126.2828,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,123.9504,123.28399999999999,123.28399999999999,122.9508,121.9512,120.9516,120.2852,120.2852,120.2852,119.952,119.2856,118.286,117.9528,117.2864,117.2864,116.62,116.62,116.62,116.9532,116.9532,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,117.9528,117.9528,117.2864,117.2864,117.9528,117.9528,117.9528,118.286,118.9524,118.9524,118.286,119.2856,118.9524,119.6188,119.952,120.2852,121.9512,123.6172,124.95,125.6164,127.6156,128.6152,127.9488,127.2824,126.9492,126.2828,125.6164,124.6168,122.9508,120.9516,120.2852,119.6188,118.9524,118.286,118.286,118.286,119.2856,119.2856,119.2856,118.9524,118.9524,118.61919999999999,117.9528,117.9528,117.2864,117.6196,118.9524,119.6188,120.9516,122.6176,123.28399999999999,124.95,125.6164,127.6156,128.9484,130.6144,131.2808,131.9472,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,127.6156,126.9492,127.2824,127.6156,127.9488,128.6152,128.6152,128.6152,129.6148,129.6148,128.9484,128.9484,128.9484,128.6152,128.6152,127.9488,127.6156,127.6156,126.9492,126.9492,125.6164,125.2832,124.95,123.9504,123.9504,123.9504,123.9504,124.6168,124.95,125.6164,125.9496,126.2828,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,129.948,129.948,130.9476,130.9476,131.2808,132.2804,132.2804,132.9468,133.28,133.28,134.6128,135.6124,135.6124,135.94559999999998,135.6124,134.946,134.2796,133.28,132.6136,131.9472,131.9472,131.9472,130.9476,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.6144,131.2808,132.6136,132.6136,132.9468,132.9468,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,134.946,134.946,134.2796,133.6132,132.6136,131.9472,129.948,129.2816,128.6152,127.9488,127.9488,127.6156,127.2824,127.6156,127.9488,127.9488,127.9488,128.6152,129.6148,130.6144,131.9472,132.9468,134.2796,135.2792,137.6116,138.9444,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,142.6096,142.6096,142.6096,142.6096,142.2764,142.2764,142.9428,142.9428,143.6092,144.2756,144.942,144.942,145.6084,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,148.9404,148.9404,149.94,149.94,150.93959999999998,150.93959999999998,151.2728,151.9392,151.9392,152.6056,153.272,153.9384,153.9384,153.9384,153.9384,153.272,153.272,153.272,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,153.9384,153.9384,153.9384,154.2716,153.6052,153.9384,153.272,153.272,152.6056,151.9392,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998],[156.9372,156.9372,156.60399999999998,156.9372,156.60399999999998,156.60399999999998,156.9372,156.9372,156.2708,156.2708,156.2708,156.2708,156.2708,155.9376,155.9376,155.9376,156.2708,156.9372,156.9372,157.2704,157.2704,157.9368,158.6032,158.6032,159.6028,159.6028,159.936,159.936,160.2692,160.2692,159.936,159.936,159.936,159.936,159.936,160.2692,160.9356,160.9356,160.9356,161.602,161.602,162.26839999999999,162.9348,163.6012,163.9344,164.6008,165.2672,166.2668,166.2668,166.9332,167.5996,167.5996,167.5996,167.5996,166.9332,166.9332,166.6,165.93359999999998,164.934,163.9344,162.6016,162.26839999999999,161.602,160.2692,159.2696,158.6032,158.27,157.6036,156.9372,156.2708,155.9376,155.9376,154.938,154.938,155.2712,155.9376,155.9376,155.9376,155.2712,154.938,153.9384,153.272,152.6056,151.2728,149.6068,148.274,147.6076,146.2748,145.2752,144.6088,143.6092,142.2764,140.9436,139.6108,137.2784,136.612,134.946,133.6132,132.9468,132.2804,131.614,130.6144,129.948,128.9484,127.9488,126.9492,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.2832,124.6168,124.6168,124.6168,124.28359999999999,123.6172,123.28399999999999,122.9508,122.2844,120.9516,119.952,118.61919999999999,117.6196,116.9532,116.62,116.2868,115.6204,114.6208,112.6216,111.622,111.622,111.622,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.622,110.9556,110.2892,108.9564,108.28999999999999,106.9572,105.9576,104.958,103.292,101.2928,99.6268,98.294,97.2944,96.2948,94.6288,93.6292,91.9632,90.6304,89.2976,87.6316,86.2988,82.3004,79.3016,76.636,73.9704,71.638,70.3052,68.6392,66.3068,64.3076,61.3088,59.976,57.9768,55.6444,53.6452,52.3124,50.9796,48.980399999999996,47.6476,45.6484,43.6492,41.65,40.3172,39.6508,37.9848,36.652,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,31.9872,31.3208,30.6544,29.988,28.9884,28.9884,29.654799999999998,30.3212,30.9876,32.3204,32.9868,33.6532,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.9848,40.6504,42.9828,46.3148,48.980399999999996,51.9792,53.9784,56.3108,57.9768,59.309599999999996,60.6424,60.6424,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,64.3076,64.974,65.6404,65.6404,66.64,66.64,67.3064,68.6392,69.3056,69.972,71.3048,71.9712,73.63719999999999,74.3036,75.6364,76.636,78.6352,79.3016,79.968,80.6344,81.9672,82.6336,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,83.3,83.3,83.6332,83.6332,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,86.632,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.2976,88.9644,88.298,87.9648,87.2984,85.9656,84.6328,84.6328,84.2996,84.2996,84.966,85.6324,86.2988,87.2984,88.298,89.2976,89.964,91.2968,91.63,92.9628,93.6292,93.9624,94.962,95.9616,96.628,96.9612,97.2944,98.96039999999999,99.6268,101.2928,101.9592,102.6256,103.292,104.6248,105.6244,105.6244,106.2908,107.6236,107.9568,108.28999999999999,108.28999999999999,107.9568,108.6232,108.6232,108.6232,108.9564,108.9564,108.28999999999999,108.28999999999999,108.6232,108.6232,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.9572,106.624,106.624,107.6236,107.6236,107.9568,108.6232,109.2896,109.6228,110.9556,112.2884,112.95479999999999,114.2876,114.954,115.9536,116.62,117.2864,117.6196,116.62,115.6204,114.2876,112.6216,111.622,109.2896,107.6236,105.6244,105.2912,104.2916,103.292,102.6256,102.2924,102.2924,102.2924,102.6256,103.62519999999999,104.958,105.2912,106.9572,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.6232,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,111.2888,111.622,112.2884,113.288,113.6212,114.6208,115.2872,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,118.61919999999999,119.6188,120.2852,121.2848,122.9508,123.28399999999999,124.6168,125.2832,125.6164,126.2828,127.6156,127.6156,127.9488,128.6152,127.9488,127.9488,126.9492,125.6164,124.6168,122.9508,121.618,121.2848,121.618,121.618,121.618,121.618,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,125.2832,126.616,127.6156,127.9488,128.6152,128.6152,127.9488,127.6156,126.9492,126.616,125.2832,124.6168,124.6168,123.28399999999999,122.2844,121.2848,119.6188,118.9524,118.286,118.286,118.286,119.952,121.618,122.2844,122.9508,123.28399999999999,123.6172,123.6172,124.28359999999999,124.95,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.618,120.9516,120.2852,119.2856,117.9528,117.2864,116.62,116.62,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,117.6196,118.286,118.286,118.9524,118.9524,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,124.28359999999999,125.2832,125.6164,126.2828,127.2824,127.6156,127.9488,127.9488,127.2824,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,126.2828,126.616,127.2824,127.9488,127.9488,128.6152,127.9488,127.9488,126.9492,125.2832,123.28399999999999,121.618,119.952,119.6188,119.6188,120.9516,121.9512,123.28399999999999,124.6168,126.2828,127.6156,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,120.9516,120.9516,120.2852,120.2852,120.2852,119.952,118.9524,118.9524,117.9528,117.9528,117.6196,116.9532,116.9532,117.2864,117.2864,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.2856,118.9524,118.9524,119.952,120.2852,121.618,123.28399999999999,125.2832,126.2828,127.6156,128.6152,127.9488,127.2824,126.9492,125.6164,125.2832,124.6168,122.9508,120.9516,120.2852,118.9524,118.286,118.286,118.286,118.286,119.2856,119.2856,119.2856,118.9524,118.9524,118.61919999999999,117.9528,117.9528,117.2864,117.2864,118.286,119.6188,120.9516,122.9508,123.6172,124.28359999999999,125.6164,126.9492,128.6152,129.948,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,130.2812,130.2812,130.6144,129.948,129.948,128.9484,127.6156,126.9492,127.2824,127.6156,127.9488,127.9488,128.6152,129.2816,129.6148,129.6148,128.9484,128.9484,128.6152,128.6152,127.9488,127.6156,127.6156,126.9492,126.9492,126.616,125.2832,125.2832,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,123.9504,123.9504,124.95,124.95,125.6164,125.9496,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.948,129.948,130.9476,130.9476,130.6144,131.9472,131.9472,131.614,132.2804,132.9468,133.6132,134.6128,135.6124,135.6124,135.2792,134.946,133.6132,132.9468,131.9472,131.9472,131.9472,131.2808,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.6144,131.2808,132.6136,132.6136,132.9468,133.6132,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,134.946,134.946,134.2796,134.2796,132.9468,131.9472,129.948,128.6152,127.9488,127.6156,127.6156,127.6156,127.2824,127.2824,127.9488,127.9488,127.9488,128.6152,129.6148,130.6144,131.9472,132.9468,134.2796,135.2792,137.6116,138.9444,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,142.6096,142.6096,142.6096,142.6096,142.2764,142.2764,142.9428,142.9428,143.276,143.6092,144.2756,144.942,145.6084,145.6084,146.2748,146.2748,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,148.274,148.274,148.9404,149.94,149.94,150.93959999999998,150.93959999999998,151.2728,151.2728,151.9392,151.9392,152.9388,153.272,153.272,153.272,153.272,153.272,153.272,153.272,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,153.9384,153.9384,153.9384,153.272,152.9388,152.6056,152.6056,152.6056,151.606,151.2728,151.2728,151.2728,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998],[156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,155.9376,155.9376,155.6044,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.9376,156.2708,156.9372,157.2704,157.9368,158.6032,158.6032,158.9364,158.9364,158.9364,158.9364,160.2692,160.2692,160.2692,160.2692,160.9356,160.9356,160.9356,160.9356,161.602,161.602,161.602,161.602,162.6016,162.6016,162.9348,163.6012,164.6008,164.6008,164.934,165.2672,166.2668,166.9332,166.9332,167.2664,167.2664,167.2664,167.2664,167.2664,167.2664,166.2668,165.2672,163.9344,162.6016,162.26839999999999,160.2692,159.936,158.6032,157.9368,157.2704,157.2704,156.9372,156.2708,155.6044,155.2712,154.938,154.938,154.938,154.938,154.6048,154.6048,154.938,154.938,153.6052,152.9388,152.6056,150.93959999999998,149.6068,148.6072,147.6076,146.2748,145.6084,144.6088,143.276,141.9432,140.6104,138.9444,137.6116,136.2788,135.2792,133.9464,132.9468,132.2804,131.2808,129.948,129.948,129.2816,128.6152,127.2824,126.9492,126.9492,126.616,125.9496,125.9496,125.6164,125.2832,124.95,124.28359999999999,124.28359999999999,123.6172,122.9508,122.9508,121.9512,120.2852,119.2856,118.286,117.2864,116.62,115.9536,115.6204,115.6204,114.954,114.6208,113.6212,112.6216,112.2884,113.288,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,113.6212,113.288,112.2884,111.622,111.2888,110.2892,109.2896,108.9564,107.9568,106.2908,105.6244,103.9584,101.9592,100.6264,99.6268,98.294,96.628,95.9616,94.2956,92.9628,91.63,89.6308,88.298,86.2988,82.96679999999999,79.968,77.3024,74.6368,72.3044,70.6384,68.6392,67.3064,65.3072,62.6416,60.6424,58.6432,56.977199999999996,54.978,53.6452,52.3124,50.9796,48.314,46.9812,44.6488,42.6496,41.3168,40.6504,38.6512,37.3184,35.9856,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.988,29.988,29.988,30.6544,31.3208,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,37.3184,39.3176,40.9836,43.6492,46.3148,48.980399999999996,51.9792,54.3116,56.3108,58.6432,59.976,60.6424,61.3088,61.3088,62.3084,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.64,66.64,67.3064,68.6392,69.3056,69.972,70.6384,71.3048,72.9708,73.63719999999999,74.97,76.3028,77.6356,78.6352,79.3016,79.968,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.3,83.3,84.2996,84.2996,85.6324,85.9656,85.9656,86.632,87.2984,87.2984,87.9648,88.298,89.2976,89.964,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,91.63,92.2964,92.2964,91.63,91.63,90.2972,89.6308,88.9644,87.6316,86.632,85.2992,85.2992,84.966,84.966,86.2988,86.9652,87.2984,88.298,89.2976,89.964,91.2968,91.63,92.6296,93.6292,94.2956,95.6284,95.9616,96.9612,97.96079999999999,98.294,98.96039999999999,99.96,101.2928,101.9592,102.6256,102.9588,104.2916,104.958,105.9576,106.2908,107.6236,107.9568,109.2896,109.2896,108.9564,109.6228,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,109.956,110.6224,110.9556,112.95479999999999,113.288,114.2876,114.954,115.2872,116.62,116.62,116.62,116.62,115.2872,113.6212,111.9552,110.9556,109.2896,107.6236,105.2912,105.2912,104.2916,103.62519999999999,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,104.958,105.6244,106.2908,107.6236,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,110.2892,110.2892,110.6224,110.9556,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,113.288,113.6212,114.2876,114.6208,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.6196,118.61919999999999,119.6188,120.9516,121.618,122.9508,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.2824,127.2824,127.9488,127.9488,127.6156,126.9492,125.6164,124.6168,123.9504,122.9508,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,125.2832,125.9496,127.6156,128.6152,129.6148,129.6148,128.9484,128.9484,128.6152,127.6156,126.9492,125.6164,124.6168,123.28399999999999,122.9508,121.2848,120.2852,119.2856,118.9524,118.9524,118.9524,120.2852,122.2844,122.9508,123.6172,124.28359999999999,124.28359999999999,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,122.9508,122.9508,122.9508,122.9508,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.2848,120.9516,119.2856,117.9528,117.2864,116.62,116.62,116.9532,116.9532,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,118.9524,118.9524,118.9524,118.9524,119.2856,119.952,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,121.618,121.618,121.9512,121.9512,121.9512,121.9512,122.9508,123.28399999999999,123.6172,123.9504,124.6168,125.2832,125.6164,126.2828,127.6156,127.9488,128.6152,128.6152,127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,124.6168,124.6168,124.6168,124.6168,124.95,124.95,125.6164,125.6164,125.6164,126.2828,127.2824,127.2824,127.2824,127.2824,126.2828,125.6164,124.28359999999999,122.2844,119.952,119.2856,118.61919999999999,119.6188,120.6184,122.9508,123.9504,125.6164,126.9492,128.6152,128.6152,128.282,127.6156,127.6156,126.9492,126.9492,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.9512,121.2848,121.2848,121.2848,120.9516,120.9516,119.952,119.6188,118.61919999999999,118.9524,118.286,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,118.9524,119.2856,119.6188,119.6188,120.2852,120.9516,121.9512,123.6172,125.2832,126.9492,127.9488,128.6152,128.6152,128.282,126.9492,125.9496,125.2832,124.6168,122.9508,121.9512,119.952,118.9524,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,117.6196,117.2864,117.2864,117.2864,117.6196,118.9524,120.9516,122.9508,123.28399999999999,123.9504,125.2832,126.616,127.6156,128.6152,130.2812,130.2812,130.2812,130.2812,130.2812,130.2812,129.6148,129.6148,129.2816,128.6152,128.282,127.6156,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,128.6152,129.6148,129.948,129.6148,128.9484,128.9484,128.282,128.282,127.6156,127.6156,126.2828,125.9496,125.9496,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,124.95,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,128.6152,129.2816,129.2816,129.6148,129.948,129.948,130.6144,130.9476,130.9476,131.2808,131.9472,132.6136,133.28,133.9464,134.2796,134.946,134.946,134.2796,133.6132,132.9468,131.9472,131.9472,131.2808,130.9476,130.6144,130.6144,129.948,129.2816,129.2816,129.2816,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.9472,132.6136,132.6136,132.9468,133.6132,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.2796,132.9468,131.9472,129.6148,127.9488,127.6156,127.6156,127.6156,127.2824,126.616,127.2824,127.6156,127.9488,127.9488,128.6152,129.948,130.9476,131.9472,132.9468,134.946,135.94559999999998,137.2784,138.278,139.944,139.944,140.6104,140.6104,140.6104,140.9436,140.6104,140.6104,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.6096,143.276,143.276,143.9424,144.6088,144.6088,144.942,145.6084,145.6084,146.9412,146.9412,146.9412,146.9412,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.9412,146.9412,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,147.27439999999999,147.9408,148.274,148.9404,149.94,149.94,149.94,149.94,150.93959999999998,150.93959999999998,150.93959999999998,151.606,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.6056,151.606,151.606,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.2732,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064],[156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,156.9372,155.9376,155.9376,155.6044,155.2712,154.938,154.938,154.938,154.938,154.938,155.2712,155.6044,156.2708,156.9372,157.2704,157.9368,158.6032,158.6032,158.9364,158.9364,158.9364,160.2692,160.2692,160.2692,160.2692,160.9356,160.9356,160.9356,160.9356,161.602,161.602,161.602,161.602,162.6016,162.6016,162.9348,162.9348,163.9344,164.6008,164.934,165.2672,165.93359999999998,165.93359999999998,166.9332,166.9332,167.2664,167.2664,167.2664,167.2664,167.2664,166.6,165.2672,163.9344,162.6016,161.602,160.2692,159.936,158.6032,157.9368,157.2704,156.9372,156.9372,155.9376,154.938,154.938,154.938,154.2716,154.2716,154.2716,153.6052,154.2716,154.6048,154.6048,153.6052,152.9388,152.6056,150.93959999999998,149.6068,148.274,147.27439999999999,146.2748,145.6084,144.6088,142.9428,140.9436,140.6104,138.6112,137.6116,135.94559999999998,134.946,133.9464,132.9468,131.2808,130.2812,129.948,129.948,129.2816,128.6152,127.9488,127.2824,127.2824,126.9492,126.9492,126.616,125.9496,125.6164,125.2832,124.95,124.28359999999999,123.28399999999999,122.9508,122.2844,121.2848,119.6188,118.9524,118.286,117.2864,116.62,115.9536,115.6204,115.6204,115.6204,114.954,113.95439999999999,113.6212,113.288,113.6212,114.6208,114.6208,115.2872,114.6208,114.954,113.95439999999999,113.288,112.2884,111.622,111.2888,110.2892,109.2896,109.2896,107.9568,106.9572,105.9576,104.2916,103.62519999999999,101.9592,100.2932,98.96039999999999,97.96079999999999,96.2948,94.2956,92.9628,91.63,89.6308,88.298,86.9652,84.2996,80.6344,78.30199999999999,75.9696,73.63719999999999,71.638,69.972,68.6392,66.64,63.308,61.3088,59.309599999999996,57.6436,56.3108,54.978,52.9788,51.646,48.980399999999996,47.6476,45.3152,43.316,41.9832,40.6504,38.6512,37.3184,35.9856,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.988,29.988,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,36.652,37.3184,39.3176,41.65,43.6492,46.9812,49.6468,51.9792,54.3116,56.3108,58.6432,59.976,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,72.9708,73.63719999999999,74.97,75.6364,76.9692,77.6356,78.6352,79.3016,80.6344,81.3008,81.3008,81.9672,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.6332,84.966,85.2992,85.9656,86.632,86.632,87.2984,87.9648,88.63119999999999,88.9644,89.964,90.2972,90.6304,91.2968,91.2968,91.2968,91.9632,92.6296,93.29599999999999,93.6292,93.9624,93.9624,93.6292,92.6296,91.63,89.964,88.9644,87.6316,86.632,86.632,85.6324,85.9656,87.2984,87.2984,87.9648,88.298,89.2976,89.964,91.2968,91.63,92.6296,93.6292,94.2956,95.6284,95.9616,97.6276,98.294,98.96039999999999,99.6268,99.96,101.2928,101.9592,102.6256,102.6256,103.62519999999999,104.958,105.9576,106.2908,107.6236,107.9568,109.2896,109.956,109.6228,109.956,110.2892,109.956,109.956,109.2896,109.2896,109.2896,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,109.956,110.9556,111.9552,112.95479999999999,113.6212,114.2876,114.954,115.2872,116.62,116.62,116.62,115.9536,114.954,113.6212,111.9552,110.9556,109.2896,107.2904,105.2912,105.2912,104.2916,103.62519999999999,103.292,102.6256,103.292,102.6256,103.292,103.62519999999999,104.958,105.6244,106.2908,107.6236,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,110.2892,110.2892,110.6224,110.6224,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,113.288,113.288,114.2876,114.6208,115.2872,115.6204,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.9528,119.6188,120.9516,121.618,122.9508,123.28399999999999,123.9504,124.6168,125.6164,126.2828,126.2828,127.2824,127.6156,127.6156,126.9492,125.6164,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,125.6164,126.9492,128.6152,129.6148,129.948,129.6148,129.6148,128.9484,128.6152,127.6156,126.2828,124.6168,123.9504,122.2844,121.9512,120.9516,120.2852,119.6188,119.6188,119.6188,120.9516,122.9508,123.28399999999999,124.28359999999999,124.95,124.95,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.2848,120.9516,119.952,117.9528,117.2864,116.62,116.9532,117.6196,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,118.9524,118.9524,118.9524,118.9524,119.2856,119.952,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,121.618,121.618,121.9512,121.9512,121.9512,121.9512,122.9508,123.28399999999999,123.6172,124.6168,125.2832,125.2832,125.6164,126.2828,127.6156,128.282,128.6152,128.6152,127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.9492,127.2824,127.2824,126.9492,124.95,123.9504,123.28399999999999,120.9516,118.9524,117.9528,117.9528,118.9524,120.9516,122.9508,124.6168,125.9496,128.282,128.6152,128.6152,128.282,127.6156,126.9492,126.616,125.9496,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,123.6172,123.6172,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,119.6188,119.6188,118.9524,118.61919999999999,118.61919999999999,118.286,118.286,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,119.6188,120.2852,120.9516,121.2848,122.9508,124.6168,125.9496,127.6156,128.282,128.6152,128.6152,128.282,126.9492,125.9496,125.2832,123.9504,122.9508,121.9512,119.952,118.9524,118.286,117.9528,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,117.9528,117.2864,116.62,116.62,116.62,117.2864,118.9524,120.2852,122.2844,122.2844,123.28399999999999,124.6168,125.2832,126.9492,127.6156,129.2816,129.948,129.948,129.948,129.948,129.2816,128.9484,128.282,128.282,128.282,127.6156,126.9492,126.9492,126.9492,126.616,126.9492,127.6156,128.282,129.6148,129.6148,129.948,129.948,129.6148,128.9484,128.282,128.282,127.6156,127.6156,126.2828,125.9496,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.9492,127.9488,128.6152,128.6152,129.2816,129.2816,129.2816,129.6148,129.6148,130.6144,130.9476,131.2808,131.9472,132.6136,132.9468,133.28,133.28,133.28,133.28,132.2804,132.9468,131.9472,131.9472,130.9476,130.9476,130.6144,130.6144,129.948,129.2816,129.2816,129.2816,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.9472,132.6136,132.6136,132.9468,133.6132,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.2796,132.9468,131.2808,128.9484,127.6156,126.9492,126.9492,126.2828,126.2828,126.616,126.616,127.6156,127.6156,128.6152,129.2816,129.948,130.9476,131.9472,132.9468,134.946,135.94559999999998,137.2784,138.278,139.6108,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.6096,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.942,145.6084,146.9412,146.9412,146.9412,146.9412,146.2748,146.2748,145.6084,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.9412,146.9412,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,147.27439999999999,147.9408,148.274,148.9404,149.94,149.94,149.94,149.94,150.93959999999998,150.93959999999998,150.93959999999998,151.606,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.6056,151.9392,151.606,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.2732,150.2732,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064],[156.2708,156.2708,156.2708,156.2708,156.2708,156.2708,156.2708,156.2708,155.9376,155.9376,155.6044,155.2712,154.938,154.6048,153.9384,153.9384,153.9384,154.6048,154.938,155.2712,155.2712,155.9376,156.9372,157.2704,157.9368,158.6032,158.6032,158.9364,159.936,159.936,160.2692,160.2692,161.602,161.602,161.602,161.602,161.602,161.602,161.602,161.602,162.6016,162.6016,162.9348,162.9348,163.9344,164.6008,164.6008,164.934,165.93359999999998,165.93359999999998,166.6,166.6,166.6,166.6,166.9332,166.9332,166.9332,166.6,165.6004,163.9344,162.6016,161.602,160.2692,159.6028,158.6032,157.9368,157.2704,156.60399999999998,155.9376,154.938,154.6048,153.9384,153.9384,153.9384,153.272,153.272,152.9388,153.6052,153.6052,153.6052,153.6052,152.9388,151.606,150.6064,149.6068,147.9408,147.27439999999999,146.2748,145.6084,144.2756,142.9428,140.6104,139.6108,138.6112,137.2784,135.94559999999998,134.2796,133.9464,132.2804,131.614,130.2812,129.948,129.948,129.2816,128.6152,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,126.9492,126.616,125.9496,125.6164,124.6168,123.6172,122.9508,122.2844,120.9516,119.952,118.9524,118.286,117.6196,117.6196,116.9532,115.9536,115.9536,115.9536,115.6204,115.2872,114.6208,114.6208,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,114.954,113.288,112.2884,111.622,110.6224,109.956,109.956,108.6232,107.9568,107.6236,105.9576,104.958,104.2916,102.6256,101.2928,99.6268,98.6272,96.628,95.2952,93.6292,91.9632,90.6304,88.9644,87.2984,84.966,81.634,79.3016,76.636,74.97,72.9708,70.6384,69.3056,67.3064,63.9744,61.9752,59.976,58.31,56.977199999999996,55.6444,53.6452,51.646,50.3132,48.314,45.9816,43.9824,41.9832,40.6504,38.6512,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.988,29.988,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,34.6528,35.3192,36.652,37.9848,39.3176,41.65,44.315599999999996,46.9812,49.6468,51.9792,54.3116,56.3108,58.6432,59.976,60.6424,61.9752,63.308,64.6408,64.6408,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,71.3048,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,83.6332,84.2996,85.2992,85.2992,86.632,86.632,87.9648,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.63,91.63,92.6296,92.6296,92.9628,93.6292,93.9624,94.6288,94.6288,94.6288,94.962,93.9624,92.9628,91.63,89.2976,88.63119999999999,88.298,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.9644,89.2976,90.2972,91.2968,91.63,92.6296,93.6292,94.2956,95.6284,96.2948,97.96079999999999,97.6276,98.294,98.96039999999999,99.96,101.2928,101.9592,102.6256,102.6256,103.62519999999999,104.2916,105.9576,106.2908,107.6236,107.9568,109.2896,109.956,110.2892,110.9556,110.9556,110.6224,109.956,109.956,109.2896,109.2896,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,109.956,110.9556,111.9552,112.95479999999999,113.6212,114.2876,114.954,115.2872,116.62,116.62,115.9536,115.9536,114.954,112.95479999999999,111.2888,110.6224,109.2896,107.6236,106.2908,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.9584,104.958,105.6244,105.9576,107.2904,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,111.2888,111.622,112.2884,112.6216,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,116.62,116.62,117.2864,117.9528,118.9524,120.9516,121.2848,122.2844,122.6176,123.9504,124.6168,124.95,124.95,125.6164,126.2828,126.2828,125.9496,125.2832,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,124.28359999999999,125.6164,127.6156,129.2816,129.948,130.6144,130.6144,129.948,129.2816,128.9484,127.6156,126.2828,125.2832,124.6168,123.28399999999999,122.2844,121.2848,120.9516,120.9516,120.9516,120.9516,121.9512,123.28399999999999,123.9504,124.6168,125.2832,125.6164,125.6164,126.616,126.616,127.2824,127.2824,126.9492,126.2828,126.2828,125.6164,125.2832,124.6168,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.6176,122.2844,122.6176,121.9512,120.9516,119.952,117.9528,117.2864,116.9532,117.6196,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.9528,117.9528,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,121.618,121.618,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.2832,125.6164,126.2828,127.6156,128.282,128.282,128.282,127.2824,127.2824,126.9492,126.9492,126.2828,125.6164,125.6164,125.2832,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,124.28359999999999,124.95,124.95,125.2832,126.2828,126.616,126.616,125.6164,123.9504,122.9508,120.9516,119.2856,117.9528,117.6196,117.9528,118.61919999999999,120.9516,122.2844,124.6168,125.9496,128.282,128.6152,128.6152,128.282,126.9492,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.6172,123.6172,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.6184,120.6184,121.2848,121.9512,123.28399999999999,125.2832,126.9492,127.9488,128.6152,128.6152,128.282,128.282,126.9492,125.9496,125.2832,124.28359999999999,122.9508,121.2848,119.6188,118.61919999999999,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.286,117.9528,117.6196,116.62,116.2868,116.2868,116.62,117.2864,118.286,119.952,121.2848,122.2844,122.9508,123.28399999999999,123.9504,124.95,126.9492,127.6156,128.282,128.6152,128.282,128.282,127.6156,126.9492,126.9492,126.2828,126.2828,125.9496,125.9496,125.9496,125.6164,125.9496,126.616,127.6156,128.6152,129.948,129.6148,129.948,129.948,129.6148,128.9484,128.282,128.282,127.6156,127.6156,126.9492,125.9496,125.2832,124.95,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,129.6148,130.6144,130.2812,130.6144,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,130.9476,130.9476,130.6144,130.9476,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.9472,132.6136,132.6136,132.9468,133.6132,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.6124,135.6124,134.946,134.946,134.946,134.2796,132.6136,131.2808,128.9484,127.6156,126.9492,125.9496,125.6164,125.6164,125.9496,126.616,126.9492,127.6156,128.6152,129.6148,130.9476,131.2808,131.9472,133.28,134.2796,135.6124,137.2784,138.278,139.6108,139.6108,139.944,139.944,139.944,140.6104,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.942,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,145.6084,145.6084,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.9416,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.2748,146.2748,146.2748,146.2748,146.608,146.608,146.608,146.608,146.608,146.608,146.2748,146.2748,147.27439999999999,147.6076,148.274,148.9404,149.6068,149.6068,149.94,149.94,150.93959999999998,150.93959999999998,150.93959999999998,151.606,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.6056,152.6056,151.606,151.606,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064],[156.2708,156.2708,156.2708,156.2708,156.2708,156.2708,156.2708,156.2708,155.9376,155.9376,155.6044,155.2712,154.938,154.6048,153.9384,153.9384,153.9384,153.9384,153.9384,154.6048,154.6048,154.938,155.9376,156.9372,157.2704,157.9368,157.9368,158.6032,159.2696,159.936,160.2692,160.2692,160.6024,161.2688,161.602,161.602,161.602,161.602,161.602,161.602,161.9352,162.6016,162.6016,162.9348,163.9344,163.9344,164.6008,164.934,165.6004,165.6004,165.93359999999998,165.93359999999998,165.93359999999998,165.93359999999998,166.6,166.6,165.93359999999998,165.2672,164.934,163.9344,162.26839999999999,161.602,159.936,158.9364,157.9368,157.2704,156.60399999999998,155.6044,154.6048,153.6052,152.9388,152.9388,152.9388,152.6056,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,150.6064,149.6068,148.274,147.27439999999999,146.608,145.6084,145.2752,143.9424,142.6096,140.2772,139.2776,138.278,136.612,135.2792,134.2796,133.28,132.2804,131.614,130.2812,129.948,129.948,129.2816,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,127.6156,126.9492,126.616,125.2832,123.9504,123.28399999999999,122.9508,121.618,120.2852,119.6188,118.9524,117.9528,117.9528,117.6196,116.62,115.9536,115.9536,115.9536,115.6204,115.6204,115.2872,115.6204,115.9536,116.62,116.62,116.62,116.62,114.954,113.288,111.9552,110.9556,110.6224,109.956,109.2896,108.6232,107.9568,106.9572,105.9576,104.958,104.2916,102.2924,101.9592,99.96,98.96039999999999,97.2944,95.9616,93.9624,92.6296,91.2968,89.2976,88.298,85.9656,82.96679999999999,79.968,78.30199999999999,76.3028,74.3036,72.3044,69.972,67.97279999999999,65.9736,63.6412,60.6424,58.9764,57.6436,56.3108,54.3116,52.3124,50.9796,48.980399999999996,46.647999999999996,44.6488,42.6496,41.3168,39.984,37.9848,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.988,29.988,30.6544,31.3208,31.9872,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,34.6528,35.3192,36.652,38.6512,39.984,42.3164,44.315599999999996,46.9812,49.6468,51.9792,54.3116,56.3108,58.6432,60.6424,61.3088,62.6416,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,78.6352,79.3016,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,83.6332,84.2996,85.2992,85.2992,86.632,86.632,87.9648,88.298,89.2976,89.964,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.6288,95.2952,95.2952,95.2952,95.6284,94.962,93.9624,92.9628,91.2968,90.6304,89.964,88.63119999999999,88.298,88.298,88.9644,88.9644,89.2976,89.2976,89.6308,90.2972,91.2968,91.63,92.6296,93.6292,94.962,95.6284,96.2948,97.96079999999999,98.294,98.294,98.96039999999999,99.96,100.6264,101.2928,101.9592,102.6256,103.62519999999999,104.2916,105.6244,106.2908,107.6236,108.6232,109.956,109.956,110.2892,110.9556,110.9556,110.6224,109.956,109.6228,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,109.956,110.9556,111.9552,112.95479999999999,113.6212,114.2876,114.954,115.2872,116.62,116.62,115.9536,115.6204,114.2876,112.95479999999999,111.2888,110.6224,109.2896,107.6236,106.2908,105.6244,105.2912,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.9584,104.958,105.6244,105.9576,106.624,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.6232,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.6196,118.61919999999999,119.952,120.9516,121.618,122.2844,122.6176,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,122.2844,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,125.6164,127.6156,129.2816,129.948,130.6144,130.6144,130.6144,129.948,129.2816,128.282,127.6156,126.2828,124.6168,123.28399999999999,122.9508,121.9512,121.2848,121.2848,121.2848,121.2848,121.9512,123.28399999999999,124.6168,125.2832,125.6164,125.6164,126.2828,126.616,127.2824,127.2824,127.6156,127.2824,126.9492,126.9492,126.2828,125.6164,125.2832,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,122.6176,121.2848,120.9516,119.2856,117.9528,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.6196,117.9528,117.9528,117.9528,118.9524,118.9524,119.6188,119.6188,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,121.618,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,125.2832,125.6164,125.6164,126.2828,127.6156,128.282,127.6156,127.2824,127.2824,126.9492,126.2828,125.6164,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.95,125.2832,125.2832,125.2832,124.6168,122.2844,121.2848,119.6188,117.9528,116.62,116.62,117.2864,118.61919999999999,120.9516,122.2844,124.6168,125.9496,128.282,128.6152,128.6152,128.282,126.9492,125.9496,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.6172,123.6172,122.9508,122.9508,122.9508,122.2844,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,120.6184,120.6184,120.6184,120.6184,120.6184,120.6184,120.6184,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.9512,122.9508,123.9504,125.2832,127.6156,127.9488,128.6152,128.6152,128.282,127.6156,126.2828,125.6164,125.2832,123.6172,122.9508,121.2848,119.6188,117.9528,116.9532,116.9532,117.6196,117.6196,118.286,118.286,118.286,118.286,117.6196,116.9532,116.2868,116.2868,116.2868,116.62,117.2864,117.6196,118.9524,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,125.6164,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.95,124.95,124.28359999999999,124.95,125.2832,125.6164,125.9496,126.616,127.9488,128.6152,129.948,129.948,129.948,129.948,129.6148,128.9484,128.282,127.9488,127.6156,127.6156,126.616,125.6164,124.95,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.6156,128.6152,128.9484,129.6148,129.948,130.2812,130.6144,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.2808,130.9476,130.9476,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.9472,132.6136,132.6136,132.9468,133.6132,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.6124,135.6124,134.946,134.946,134.946,133.6132,132.6136,130.9476,128.6152,126.9492,125.9496,125.9496,125.6164,125.6164,125.9496,125.9496,126.9492,127.6156,128.6152,129.948,130.9476,131.2808,131.9472,132.9468,134.2796,135.6124,137.2784,137.6116,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.9428,143.276,143.9424,143.9424,144.6088,144.6088,144.942,144.942,146.2748,146.2748,146.2748,145.6084,145.2752,144.942,144.942,144.942,144.2756,143.9424,144.2756,144.2756,144.942,145.2752,145.2752,145.2752,145.6084,146.2748,146.2748,146.2748,146.608,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.9412,146.2748,146.2748,145.6084,145.6084,145.6084,146.2748,146.608,146.608,146.608,146.608,146.608,146.2748,146.2748,147.27439999999999,147.27439999999999,147.9408,148.274,149.2736,149.6068,149.94,149.94,150.93959999999998,150.93959999999998,150.93959999999998,151.606,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.6056,152.6056,151.606,151.606,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064],[155.2712,155.2712,155.2712,155.2712,155.6044,155.6044,155.6044,155.6044,155.9376,155.9376,155.2712,155.2712,154.938,153.9384,153.6052,152.9388,152.9388,152.9388,152.9388,153.6052,153.6052,153.6052,154.2716,155.2712,155.9376,156.60399999999998,157.6036,157.9368,159.2696,159.6028,159.936,159.936,160.2692,160.6024,160.9356,160.9356,160.9356,160.9356,160.9356,160.9356,160.9356,161.602,161.602,162.26839999999999,162.9348,163.6012,164.2676,164.6008,164.6008,164.6008,164.934,165.6004,165.2672,165.2672,165.2672,165.2672,165.2672,164.6008,163.268,162.9348,161.602,160.6024,158.9364,158.27,157.2704,156.9372,155.2712,154.6048,153.272,152.6056,151.9392,151.2728,150.93959999999998,150.6064,150.6064,150.6064,150.93959999999998,150.93959999999998,151.606,151.606,151.2728,150.6064,149.94,148.9404,147.27439999999999,146.608,146.2748,145.2752,145.2752,143.276,141.9432,140.6104,139.6108,138.278,136.612,135.2792,134.946,133.28,132.6136,131.2808,130.2812,129.948,129.948,129.2816,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,128.6152,128.282,127.9488,127.6156,126.9492,125.9496,124.6168,123.9504,122.9508,122.2844,120.9516,119.952,119.952,118.9524,118.286,117.9528,117.6196,116.62,116.62,116.62,116.62,115.6204,115.6204,115.6204,116.62,116.9532,117.6196,117.6196,116.2868,115.6204,113.95439999999999,111.9552,110.9556,110.6224,109.2896,108.6232,107.9568,107.6236,106.624,105.9576,104.958,104.2916,102.9588,102.6256,100.6264,99.6268,97.96079999999999,96.2948,94.6288,93.6292,91.63,90.2972,88.9644,86.2988,84.2996,81.634,79.968,77.6356,75.6364,73.63719999999999,71.638,69.972,67.3064,64.974,61.9752,60.6424,58.6432,57.3104,55.6444,53.9784,51.9792,50.6464,47.6476,45.6484,44.315599999999996,42.9828,40.6504,39.3176,37.6516,36.3188,35.9856,35.9856,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.988,29.988,30.6544,31.3208,31.9872,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.9856,37.3184,39.3176,40.6504,42.9828,44.982,46.9812,49.6468,51.9792,54.3116,56.3108,58.6432,60.6424,61.9752,63.9744,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.3056,69.972,70.6384,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,83.6332,84.2996,85.2992,85.2992,86.632,86.632,87.9648,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,95.2952,95.6284,95.6284,95.6284,96.2948,96.2948,95.6284,93.9624,93.6292,92.2964,91.63,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,91.63,92.6296,93.9624,94.962,95.6284,96.2948,97.96079999999999,98.294,98.96039999999999,99.6268,99.96,100.6264,100.6264,101.9592,102.6256,103.62519999999999,104.2916,105.6244,106.2908,106.9572,108.6232,109.956,109.956,110.2892,110.2892,110.6224,109.956,109.6228,108.9564,108.9564,108.28999999999999,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,106.624,106.624,107.6236,107.6236,107.9568,108.6232,109.956,110.9556,111.9552,112.95479999999999,113.6212,114.2876,114.954,115.2872,115.6204,115.6204,115.6204,114.954,114.2876,112.95479999999999,110.9556,110.6224,108.6232,107.2904,106.2908,105.9576,105.6244,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.9576,106.624,107.2904,107.2904,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,106.624,106.9572,107.6236,107.9568,108.6232,108.9564,109.6228,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,111.622,112.95479999999999,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.6204,115.9536,115.9536,116.62,117.2864,117.9528,118.9524,119.6188,120.2852,120.2852,120.9516,122.2844,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,122.6176,122.9508,123.9504,125.6164,127.6156,128.6152,130.6144,130.9476,130.9476,130.6144,130.6144,129.948,128.6152,127.9488,126.2828,125.6164,124.6168,123.6172,122.9508,121.9512,121.9512,121.9512,122.2844,122.9508,123.9504,125.2832,125.6164,125.6164,126.616,126.616,127.6156,127.9488,127.9488,128.6152,128.6152,127.9488,127.9488,127.2824,126.9492,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.6176,121.2848,120.2852,118.9524,118.9524,118.286,118.9524,118.286,118.286,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,121.2848,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.95,126.2828,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,125.6164,124.6168,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,123.9504,122.6176,120.9516,118.9524,117.6196,116.9532,115.6204,115.6204,116.62,117.9528,120.9516,122.2844,124.6168,126.2828,128.282,128.6152,128.6152,128.282,126.9492,125.9496,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.618,121.618,121.618,121.618,121.618,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.9508,124.28359999999999,125.9496,127.6156,127.9488,127.9488,127.9488,127.9488,127.6156,125.6164,124.6168,123.9504,123.28399999999999,122.6176,120.9516,118.61919999999999,117.2864,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,115.9536,115.9536,116.2868,116.62,117.2864,117.6196,118.61919999999999,119.952,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,123.28399999999999,123.9504,123.9504,123.9504,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.95,125.6164,126.2828,127.9488,128.6152,129.948,130.6144,130.9476,129.948,129.6148,128.6152,127.9488,127.9488,127.6156,127.6156,126.2828,125.6164,124.95,124.95,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,125.2832,125.2832,125.2832,125.9496,126.9492,127.6156,127.9488,128.6152,129.2816,130.2812,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.9476,130.9476,130.9476,131.614,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,133.6132,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,135.6124,135.2792,135.2792,134.946,134.946,133.6132,132.9468,131.2808,129.948,127.9488,126.616,125.6164,125.2832,125.2832,125.2832,125.9496,125.9496,126.9492,127.6156,129.6148,130.6144,131.614,132.6136,131.9472,132.6136,134.2796,134.946,136.612,137.6116,137.6116,138.278,138.6112,138.6112,138.9444,138.9444,138.6112,139.2776,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,139.2776,139.944,139.944,139.2776,139.6108,139.6108,139.6108,139.944,139.944,140.2772,140.9436,141.60999999999999,142.6096,142.9428,143.276,143.9424,143.9424,144.6088,144.6088,144.942,144.942,144.942,144.942,144.6088,144.6088,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.2756,144.6088,144.6088,144.942,145.2752,145.2752,145.2752,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,146.2748,146.2748,146.9412,147.27439999999999,148.274,148.6072,149.2736,149.94,149.94,150.93959999999998,150.93959999999998,151.606,151.606,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.606,151.606,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.94,149.94],[155.2712,155.2712,155.2712,155.2712,155.6044,155.6044,155.6044,155.6044,155.2712,155.2712,155.2712,154.938,154.2716,153.272,152.9388,152.6056,152.6056,152.6056,151.9392,152.6056,152.6056,152.6056,153.6052,153.9384,154.938,155.9376,156.9372,157.2704,158.6032,159.2696,159.936,159.936,159.6028,159.6028,159.6028,159.6028,159.6028,160.2692,160.6024,160.6024,160.9356,160.9356,161.602,162.26839999999999,162.9348,163.6012,164.6008,164.6008,164.934,164.934,164.2676,164.2676,164.934,164.934,164.934,164.6008,164.6008,163.6012,162.9348,161.9352,160.9356,159.6028,158.27,157.6036,156.9372,156.2708,155.2712,153.9384,152.9388,151.2728,150.93959999999998,150.2732,149.94,149.94,149.94,149.94,149.94,150.6064,150.6064,150.93959999999998,150.6064,149.94,149.6068,148.6072,146.608,146.2748,145.2752,145.2752,144.6088,143.276,141.9432,140.6104,139.6108,138.278,137.2784,135.94559999999998,134.946,134.2796,133.28,132.6136,131.2808,130.2812,130.6144,129.948,129.948,129.948,129.948,129.2816,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,126.2828,124.95,124.6168,123.6172,122.9508,121.618,120.9516,120.9516,119.6188,118.9524,118.286,117.9528,117.2864,117.2864,116.62,116.62,116.2868,116.2868,116.62,116.9532,117.6196,117.9528,117.6196,116.62,114.954,113.288,112.2884,110.9556,109.956,108.6232,107.9568,107.6236,106.624,105.9576,105.9576,104.958,104.2916,102.9588,102.6256,100.6264,99.6268,97.96079999999999,96.628,95.2952,93.9624,92.2964,90.9636,89.6308,87.6316,85.2992,82.96679999999999,80.6344,78.9684,76.9692,74.97,72.9708,71.3048,67.97279999999999,65.9736,63.9744,61.3088,59.976,57.9768,56.3108,54.978,52.6456,51.3128,48.314,46.3148,44.982,43.6492,41.9832,39.984,38.318,36.9852,36.652,35.9856,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.988,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.9848,39.3176,41.3168,42.9828,44.982,46.9812,49.6468,51.9792,54.3116,56.977199999999996,59.309599999999996,60.6424,62.6416,64.6408,65.3072,66.3068,66.9732,67.3064,67.97279999999999,67.97279999999999,67.6396,68.306,68.9724,68.9724,69.972,70.6384,70.6384,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,75.6364,75.6364,75.6364,76.3028,77.3024,78.30199999999999,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,83.6332,84.2996,85.2992,85.2992,86.632,86.632,87.9648,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.6284,96.2948,96.2948,96.628,96.628,96.2948,95.9616,93.9624,93.6292,92.2964,92.2964,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,91.63,92.2964,93.29599999999999,93.9624,94.962,95.9616,96.9612,97.96079999999999,98.294,99.2936,99.6268,99.6268,100.2932,100.6264,101.9592,101.9592,103.292,104.2916,105.6244,106.2908,106.9572,107.2904,108.6232,109.6228,109.956,109.956,109.956,108.9564,108.9564,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,106.624,106.624,107.6236,107.6236,107.9568,108.6232,109.956,110.9556,111.9552,112.95479999999999,113.6212,114.2876,114.954,114.954,115.6204,115.6204,114.954,114.2876,113.6212,112.95479999999999,110.9556,109.956,108.28999999999999,107.2904,106.2908,105.9576,105.6244,105.6244,104.6248,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,105.2912,105.9576,106.624,107.2904,107.2904,107.6236,107.6236,107.6236,107.6236,107.2904,106.624,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,111.622,111.622,112.2884,111.622,111.9552,112.6216,112.6216,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.6204,115.9536,117.2864,117.6196,117.6196,118.286,119.2856,119.952,120.2852,120.2852,122.2844,122.6176,122.6176,122.6176,122.6176,122.2844,121.9512,121.618,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.9512,122.6176,122.9508,123.9504,124.95,126.9492,128.6152,130.6144,130.9476,130.9476,130.9476,130.6144,130.6144,129.2816,128.6152,126.9492,126.2828,125.2832,124.28359999999999,123.28399999999999,122.2844,122.2844,122.2844,122.9508,123.28399999999999,125.2832,125.2832,125.6164,125.6164,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,127.6156,127.2824,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,124.28359999999999,123.6172,123.6172,123.6172,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,122.9508,121.9512,120.9516,119.952,118.9524,118.9524,118.9524,118.286,118.286,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.9516,120.9516,121.2848,121.2848,121.2848,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.6164,126.2828,126.2828,126.9492,126.2828,125.6164,125.6164,124.95,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,123.9504,123.6172,122.6176,121.2848,118.9524,117.6196,115.9536,115.6204,114.6208,114.6208,115.6204,117.2864,119.952,122.9508,125.2832,126.2828,128.282,128.6152,128.6152,127.9488,126.616,125.9496,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,121.618,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.6176,122.6176,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,123.9504,125.6164,127.6156,127.9488,127.9488,127.6156,127.6156,126.2828,124.95,124.6168,123.9504,123.28399999999999,121.9512,120.2852,117.9528,116.62,115.9536,115.9536,116.62,116.62,116.9532,117.6196,117.6196,116.9532,116.62,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,117.2864,118.286,119.2856,119.952,120.9516,120.2852,119.952,119.952,120.2852,121.2848,121.9512,122.6176,122.2844,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,123.9504,124.6168,125.6164,126.2828,127.9488,129.2816,130.6144,130.2812,130.9476,130.6144,129.948,129.2816,128.6152,127.6156,127.2824,126.616,125.6164,125.6164,124.95,124.95,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,124.6168,124.28359999999999,123.6172,123.6172,123.6172,123.9504,124.6168,124.6168,125.2832,126.616,127.6156,128.282,128.6152,129.948,130.2812,130.2812,130.6144,131.2808,130.9476,130.2812,130.6144,129.948,129.6148,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,131.614,131.614,131.614,131.2808,131.2808,131.2808,131.2808,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.2808,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,135.6124,135.2792,135.2792,134.946,134.2796,132.9468,132.6136,130.6144,129.948,127.6156,125.9496,125.2832,125.2832,124.6168,124.6168,125.6164,125.9496,126.9492,127.6156,129.6148,130.9476,132.2804,132.6136,131.9472,132.6136,133.6132,134.946,136.612,137.2784,137.2784,137.6116,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,139.6108,139.6108,139.944,139.944,140.9436,140.9436,141.9432,142.6096,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.942,144.942,144.6088,144.6088,143.9424,143.9424,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,144.942,144.942,144.942,144.942,145.6084,145.6084,145.6084,145.6084,146.2748,146.2748,145.6084,145.6084,144.942,144.942,144.2756,144.2756,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,146.2748,146.9412,147.27439999999999,147.27439999999999,148.274,149.2736,149.94,149.94,150.93959999999998,150.93959999999998,151.606,151.606,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.606,151.606,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.94,149.94],[154.938,154.938,154.938,154.938,155.2712,155.2712,155.2712,155.2712,154.938,154.938,154.2716,154.2716,153.9384,153.272,152.6056,151.9392,151.9392,151.9392,151.606,151.9392,151.9392,151.9392,152.6056,152.9388,153.6052,153.9384,155.2712,156.2708,157.6036,158.6032,159.2696,159.936,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,160.2692,160.6024,160.9356,161.602,162.26839999999999,162.9348,163.6012,164.6008,164.6008,164.6008,164.6008,164.2676,164.2676,164.2676,164.2676,164.2676,163.9344,163.9344,163.6012,162.9348,162.6016,160.9356,159.2696,158.27,157.6036,156.9372,156.2708,154.938,153.272,152.2724,150.93959999999998,149.94,149.94,149.2736,149.2736,149.2736,149.2736,149.2736,149.94,149.94,150.6064,149.94,149.94,149.6068,148.6072,146.608,146.2748,145.2752,144.942,144.2756,143.276,141.9432,140.6104,139.944,138.9444,137.6116,137.2784,136.612,136.2788,134.946,133.9464,132.2804,131.614,131.614,130.9476,130.6144,130.6144,130.6144,129.948,129.6148,129.6148,129.6148,129.6148,129.2816,128.6152,127.9488,126.9492,125.6164,124.95,124.6168,123.9504,122.9508,122.2844,122.2844,121.2848,120.2852,119.2856,118.9524,117.9528,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.9528,117.9528,117.6196,116.62,115.2872,113.288,112.2884,110.9556,109.956,107.9568,107.6236,107.2904,106.624,105.9576,105.6244,104.958,104.2916,102.9588,102.6256,101.2928,100.2932,98.294,97.2944,95.6284,94.6288,92.9628,91.63,90.2972,88.9644,86.2988,84.2996,82.3004,80.6344,78.30199999999999,76.9692,74.3036,71.9712,69.3056,67.3064,64.6408,62.6416,60.6424,58.6432,56.977199999999996,54.978,53.312,51.3128,48.980399999999996,46.9812,45.6484,44.315599999999996,42.6496,41.3168,38.9844,38.318,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,38.6512,39.984,41.3168,43.6492,44.982,46.9812,49.6468,51.9792,54.978,56.977199999999996,59.309599999999996,61.3088,62.6416,64.6408,65.3072,66.3068,66.9732,67.97279999999999,68.6392,68.6392,68.9724,69.6388,70.3052,70.3052,71.3048,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.636,77.3024,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.966,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,83.6332,84.2996,85.2992,85.2992,86.632,86.632,87.9648,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.2964,93.6292,93.6292,94.2956,94.6288,95.2952,95.6284,96.628,96.628,97.2944,97.2944,97.2944,96.2948,95.9616,94.6288,94.2956,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.2964,91.63,91.63,91.63,91.9632,92.6296,93.6292,93.9624,94.962,95.9616,96.9612,97.96079999999999,98.294,99.2936,98.96039999999999,99.6268,100.2932,100.6264,101.9592,101.9592,103.292,103.9584,105.6244,105.6244,106.9572,107.2904,108.6232,108.9564,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,106.9572,107.6236,107.9568,108.6232,109.956,110.9556,111.9552,112.95479999999999,113.6212,114.2876,115.6204,115.6204,115.2872,115.2872,115.2872,114.6208,113.6212,112.2884,110.6224,109.2896,107.6236,106.9572,105.9576,105.9576,105.9576,105.6244,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.958,105.6244,105.9576,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.624,105.9576,105.6244,104.958,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,109.2896,109.6228,110.9556,110.9556,110.9556,111.622,112.2884,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.6208,115.2872,115.9536,116.62,117.2864,117.2864,117.6196,118.61919999999999,119.2856,119.952,120.6184,120.9516,121.618,121.618,120.9516,120.6184,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.2856,119.2856,119.952,120.2852,120.9516,121.2848,121.9512,122.6176,122.9508,123.9504,124.95,126.2828,128.282,129.948,130.6144,130.9476,130.9476,130.9476,130.6144,129.2816,128.6152,127.6156,126.2828,125.6164,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,125.2832,125.6164,125.6164,125.6164,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.2832,124.28359999999999,123.6172,123.6172,123.6172,124.6168,125.2832,125.2832,125.2832,123.9504,123.9504,123.9504,123.9504,122.6176,122.6176,121.2848,119.952,119.2856,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.9516,120.9516,121.2848,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.6164,125.6164,126.2828,125.6164,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,122.6176,122.6176,120.9516,119.6188,117.9528,115.9536,115.6204,113.95439999999999,113.95439999999999,113.95439999999999,115.2872,116.62,119.952,122.9508,125.2832,126.2828,127.6156,128.282,128.282,127.6156,126.616,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.6164,125.6164,124.6168,124.6168,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.6172,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,121.9512,121.9512,121.618,121.2848,121.2848,121.618,122.2844,123.28399999999999,124.95,126.9492,127.6156,127.6156,126.9492,126.9492,126.2828,124.95,124.6168,123.9504,122.9508,121.2848,119.952,117.6196,116.62,115.9536,115.9536,115.9536,115.9536,116.2868,116.62,116.62,116.2868,115.9536,115.6204,115.6204,115.6204,116.2868,116.2868,116.62,117.2864,117.2864,117.6196,118.61919999999999,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,119.952,120.2852,120.2852,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,121.9512,123.28399999999999,123.9504,125.2832,126.2828,127.9488,129.2816,130.2812,130.2812,131.2808,130.6144,129.948,129.2816,128.6152,127.2824,126.616,125.9496,125.6164,125.2832,124.95,124.95,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.6172,122.9508,122.2844,122.2844,122.9508,122.9508,123.6172,124.28359999999999,125.2832,126.2828,128.282,128.6152,128.6152,129.2816,129.6148,130.2812,130.2812,130.2812,129.6148,129.948,129.2816,129.2816,129.6148,129.948,130.6144,130.6144,131.614,131.614,131.2808,131.614,131.9472,131.9472,132.2804,132.2804,132.6136,132.6136,132.2804,132.9468,132.9468,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,135.6124,135.2792,135.2792,134.2796,133.6132,132.9468,131.9472,130.2812,129.2816,127.6156,125.9496,125.2832,124.6168,124.6168,124.6168,125.6164,125.9496,126.9492,127.6156,129.6148,131.2808,132.6136,133.28,133.28,133.28,133.9464,134.2796,136.2788,136.612,137.2784,137.2784,137.9448,137.9448,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.2776,139.944,140.6104,140.9436,141.9432,142.6096,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.6088,143.9424,143.9424,143.276,143.276,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,144.2756,144.2756,144.2756,144.942,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.2752,144.942,144.2756,144.2756,144.2756,144.6088,144.6088,145.2752,145.2752,145.2752,145.2752,145.2752,145.6084,146.2748,146.9412,147.27439999999999,147.27439999999999,148.274,149.2736,149.94,149.94,150.93959999999998,150.93959999999998,151.606,151.606,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,151.9392,151.9392,151.606,151.606,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.94,149.94],[154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.2716,153.9384,153.9384,153.9384,153.272,152.6056,151.9392,151.9392,151.9392,151.606,151.606,151.606,151.2728,151.606,151.9392,152.6056,153.272,153.9384,154.938,156.2708,158.27,158.6032,159.2696,158.6032,158.6032,158.6032,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.6028,160.6024,161.2688,161.9352,162.9348,163.9344,163.9344,163.9344,164.6008,164.2676,163.6012,163.6012,163.9344,163.9344,163.9344,163.9344,163.6012,162.9348,161.9352,160.9356,159.2696,157.6036,156.9372,155.9376,155.2712,153.6052,151.9392,150.93959999999998,149.6068,148.9404,148.6072,148.274,147.6076,147.6076,148.274,148.274,148.6072,148.9404,149.6068,149.2736,149.2736,148.6072,147.6076,146.608,145.2752,145.2752,143.9424,143.6092,142.9428,141.9432,140.6104,139.944,138.9444,138.278,137.6116,137.2784,136.612,136.2788,134.946,133.6132,132.2804,132.2804,131.614,130.9476,130.6144,130.6144,129.948,129.6148,129.2816,129.2816,129.2816,129.2816,128.6152,127.9488,127.6156,126.2828,125.6164,124.95,124.28359999999999,123.28399999999999,122.9508,122.9508,121.9512,120.9516,119.952,118.9524,118.61919999999999,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.6196,116.62,114.954,113.288,112.2884,110.2892,108.9564,107.9568,107.2904,106.624,105.9576,105.6244,104.958,104.2916,102.9588,102.9588,102.6256,101.2928,100.2932,98.294,97.2944,95.6284,95.2952,93.29599999999999,92.9628,90.9636,89.6308,87.6316,85.9656,83.6332,81.634,79.968,77.6356,74.97,72.9708,70.6384,68.6392,65.9736,63.308,61.3088,59.309599999999996,57.6436,55.6444,53.9784,51.9792,48.980399999999996,47.6476,46.3148,44.982,43.316,41.9832,39.6508,38.9844,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.3208,30.6544,30.6544,30.6544,31.3208,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,38.6512,39.984,41.9832,43.6492,44.982,46.9812,49.6468,52.6456,54.978,56.977199999999996,58.9764,61.3088,62.6416,64.6408,65.3072,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.6388,70.3052,70.9716,70.9716,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.636,77.3024,78.6352,79.3016,79.968,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.2996,83.6332,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,83.6332,84.2996,85.2992,85.2992,86.632,87.2984,88.298,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.6284,96.9612,96.9612,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.9616,95.2952,95.2952,95.2952,94.962,94.6288,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,93.9624,94.6288,95.6284,95.9616,96.9612,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,101.2928,101.9592,102.6256,103.62519999999999,104.2916,105.6244,106.2908,107.2904,107.9568,107.9568,107.6236,107.6236,107.2904,107.2904,106.9572,106.9572,106.2908,105.9576,105.2912,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,106.9572,106.9572,107.6236,108.6232,109.956,110.2892,111.2888,112.95479999999999,113.6212,114.2876,115.2872,115.2872,115.2872,115.2872,114.2876,113.6212,113.288,112.2884,109.956,108.9564,107.6236,106.9572,106.624,105.9576,105.9576,105.9576,105.2912,104.6248,104.6248,103.9584,104.6248,104.6248,104.958,105.6244,105.9576,106.624,106.624,106.624,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,104.958,104.958,104.958,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,107.6236,107.9568,107.9568,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,109.2896,110.2892,110.2892,110.6224,110.9556,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.6212,115.2872,115.6204,115.9536,116.62,117.2864,117.2864,117.6196,118.61919999999999,119.6188,119.952,120.6184,120.6184,120.2852,119.952,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,119.952,119.952,119.2856,119.2856,119.2856,119.2856,119.952,119.952,121.2848,121.9512,121.9512,122.2844,123.9504,124.6168,126.2828,128.282,129.948,130.6144,130.9476,130.9476,130.9476,130.6144,129.2816,128.6152,127.6156,126.2828,125.6164,125.2832,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,125.2832,125.6164,125.6164,125.6164,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,126.9492,126.2828,126.2828,125.6164,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.6164,125.6164,125.2832,123.9504,123.9504,123.9504,123.9504,122.6176,122.6176,121.2848,120.2852,119.952,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.9516,121.2848,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,120.2852,118.9524,116.9532,115.6204,113.6212,113.288,113.6212,113.6212,114.6208,116.62,119.952,122.2844,124.6168,126.2828,127.6156,127.9488,127.9488,127.2824,126.616,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.6164,125.6164,124.6168,124.6168,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,121.2848,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.6172,124.28359999999999,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,121.9512,121.9512,121.618,121.2848,121.2848,121.618,122.2844,123.28399999999999,123.9504,125.6164,126.9492,126.9492,126.9492,126.9492,125.6164,124.6168,123.9504,123.28399999999999,122.2844,120.9516,118.9524,117.6196,116.62,115.9536,115.6204,115.6204,115.9536,116.2868,116.2868,116.2868,116.2868,115.6204,115.6204,115.6204,115.6204,116.2868,116.2868,116.2868,116.62,116.62,117.2864,117.6196,117.9528,118.286,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.952,119.952,120.2852,120.2852,120.9516,121.9512,122.2844,123.9504,125.2832,126.2828,127.6156,129.2816,130.6144,130.6144,131.2808,130.9476,129.948,128.6152,127.9488,127.2824,126.616,125.9496,125.2832,125.2832,124.95,124.95,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.28359999999999,123.28399999999999,122.9508,122.2844,121.9512,121.9512,122.2844,122.2844,122.9508,124.28359999999999,125.6164,127.2824,127.9488,128.282,128.6152,128.9484,129.948,129.948,129.948,129.2816,128.9484,129.2816,129.2816,129.6148,129.6148,129.948,130.6144,131.614,131.9472,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,132.2804,132.6136,132.6136,132.9468,132.9468,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,135.2792,135.6124,135.6124,135.2792,134.2796,133.6132,132.9468,132.6136,131.9472,130.2812,128.9484,126.616,125.6164,125.2832,124.6168,123.9504,124.6168,125.6164,125.9496,126.9492,127.6156,129.6148,131.2808,132.2804,132.9468,133.28,133.6132,133.9464,134.2796,135.2792,136.2788,137.2784,137.2784,137.9448,137.9448,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.6112,138.6112,138.6112,138.9444,138.9444,139.2776,139.2776,140.6104,140.9436,141.60999999999999,141.9432,142.9428,143.276,143.9424,143.9424,143.9424,144.2756,144.2756,143.9424,143.9424,143.276,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,144.2756,144.2756,144.2756,144.2756,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.2752,145.2752,144.2756,144.2756,143.6092,143.6092,144.6088,144.6088,145.2752,145.2752,145.2752,145.2752,145.2752,145.6084,146.2748,146.9412,147.27439999999999,147.9408,148.274,148.6072,149.6068,149.94,150.93959999999998,150.93959999999998,151.606,151.606,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,151.9392,151.9392,151.606,151.606,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.94,149.94],[155.2712,155.2712,154.938,154.938,154.2716,154.2716,154.2716,154.2716,154.2716,153.9384,153.9384,153.272,152.9388,152.9388,152.9388,152.6056,151.9392,151.9392,150.93959999999998,150.6064,151.2728,151.2728,150.6064,150.6064,151.606,151.9392,152.9388,153.6052,154.938,156.2708,157.6036,157.6036,158.27,158.27,158.27,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,158.6032,159.2696,159.936,160.9356,161.602,162.26839999999999,162.26839999999999,162.6016,163.268,162.9348,162.6016,163.268,163.268,163.268,162.9348,163.268,163.268,163.268,162.6016,160.6024,158.9364,157.6036,155.9376,153.9384,153.6052,152.9388,151.606,149.94,149.2736,148.274,147.6076,147.27439999999999,146.608,146.9412,146.9412,147.6076,147.27439999999999,147.6076,148.274,148.274,148.274,147.6076,147.27439999999999,145.9416,144.942,144.2756,143.6092,142.9428,142.2764,142.2764,140.9436,139.944,139.6108,138.9444,138.6112,137.2784,136.612,136.2788,134.946,133.6132,132.2804,132.6136,131.614,130.9476,129.948,129.6148,129.6148,129.2816,128.6152,128.6152,128.6152,128.282,127.6156,127.6156,127.2824,126.2828,126.2828,125.6164,124.95,123.9504,122.9508,122.2844,121.9512,120.9516,119.6188,118.9524,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.6204,114.2876,112.95479999999999,111.2888,109.956,107.9568,107.6236,106.2908,106.2908,105.6244,105.2912,104.6248,103.62519999999999,102.6256,101.9592,101.2928,100.6264,100.2932,98.96039999999999,97.2944,96.628,95.6284,93.9624,92.9628,91.63,90.2972,88.298,86.632,84.966,82.96679999999999,80.9676,78.9684,76.3028,74.3036,71.9712,69.972,67.6396,65.6404,62.3084,60.3092,58.31,56.3108,54.3116,52.3124,49.6468,48.314,46.3148,44.982,43.9824,41.9832,39.984,38.6512,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.3208,31.3208,30.3212,30.3212,30.9876,32.3204,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,39.984,41.3168,41.9832,43.316,45.3152,46.647999999999996,48.980399999999996,52.3124,54.6448,56.644,58.9764,60.3092,61.9752,63.9744,65.3072,65.9736,66.9732,67.6396,68.306,69.6388,70.3052,70.9716,70.9716,71.638,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.9692,77.6356,78.6352,79.3016,80.6344,81.3008,82.3004,82.96679999999999,84.2996,84.966,84.966,86.2988,86.2988,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,84.2996,85.2992,85.2992,86.632,87.2984,88.298,88.298,89.2976,89.964,90.6304,90.9636,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,94.6288,95.6284,96.2948,96.9612,96.9612,96.628,97.2944,97.2944,96.628,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,94.962,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.6292,93.9624,94.962,95.6284,95.9616,96.9612,97.6276,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.2932,100.6264,101.2928,102.6256,102.6256,103.62519999999999,104.2916,105.9576,106.624,107.2904,107.2904,107.2904,107.2904,107.2904,106.624,106.624,105.9576,105.9576,105.2912,105.2912,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,105.6244,105.6244,105.9576,106.624,106.9572,107.9568,108.28999999999999,109.956,110.9556,111.2888,112.95479999999999,113.6212,114.6208,115.2872,115.2872,115.6204,115.2872,114.2876,113.6212,113.288,111.622,109.956,108.9564,108.28999999999999,107.6236,106.9572,106.624,105.9576,105.9576,105.2912,105.2912,104.958,104.958,104.958,104.958,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.956,110.2892,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,112.6216,113.288,113.6212,114.2876,114.954,114.954,115.9536,115.9536,116.62,117.2864,117.6196,118.286,119.6188,119.6188,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.9524,118.9524,119.6188,119.952,120.6184,121.9512,122.2844,123.28399999999999,124.6168,126.2828,128.282,129.6148,129.948,130.6144,130.6144,130.6144,130.6144,129.2816,128.6152,128.282,126.616,125.9496,125.2832,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.2832,125.6164,125.9496,126.616,126.9492,127.6156,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.9492,125.9496,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,125.6164,125.2832,124.6168,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.2848,119.952,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,120.9516,121.2848,121.9512,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.618,121.618,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,121.2848,121.2848,121.2848,120.6184,119.6188,118.286,116.2868,114.2876,113.288,112.6216,112.6216,113.288,114.2876,116.2868,119.2856,122.2844,124.6168,125.9496,127.6156,127.6156,127.9488,127.6156,127.2824,126.616,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.9496,125.6164,124.6168,123.6172,123.6172,122.9508,122.2844,122.2844,121.9512,121.2848,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,121.2848,121.9512,122.2844,123.28399999999999,124.28359999999999,125.6164,125.9496,125.9496,125.9496,125.9496,125.6164,124.6168,123.28399999999999,122.6176,121.2848,119.952,117.9528,117.2864,116.62,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.2876,114.954,114.954,114.954,114.954,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.9528,117.9528,118.61919999999999,118.61919999999999,118.286,118.286,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,121.2848,121.9512,122.9508,123.9504,125.6164,126.9492,127.9488,129.6148,130.2812,131.2808,131.9472,131.2808,130.6144,128.9484,127.9488,127.2824,125.9496,125.6164,125.2832,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.28359999999999,123.6172,123.28399999999999,122.9508,122.9508,122.2844,123.28399999999999,123.28399999999999,124.95,125.2832,126.2828,126.9492,127.9488,127.9488,128.282,128.6152,128.6152,128.6152,128.9484,128.9484,128.6152,128.6152,128.6152,129.948,130.6144,130.9476,131.9472,132.2804,132.9468,133.6132,133.6132,133.9464,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,132.9468,133.28,134.2796,134.2796,134.2796,134.946,134.946,135.2792,135.6124,135.6124,135.6124,135.6124,134.946,134.2796,132.9468,132.6136,131.9472,131.2808,129.6148,128.6152,126.616,125.6164,125.2832,124.6168,124.6168,124.6168,125.9496,126.616,126.9492,128.282,129.948,130.9476,132.2804,132.9468,132.9468,133.28,134.2796,134.2796,134.946,136.2788,136.9452,136.9452,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,137.9448,137.9448,138.6112,139.6108,139.6108,139.944,140.2772,141.60999999999999,141.60999999999999,142.6096,142.9428,143.276,143.276,143.276,143.9424,143.9424,143.276,143.276,142.9428,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,144.6088,144.6088,144.942,144.942,144.942,144.942,144.2756,143.6092,143.6092,143.6092,144.6088,145.2752,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,146.608,147.27439999999999,147.6076,147.6076,148.274,148.274,149.6068,149.94,150.6064,150.6064,151.606,151.606,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,150.6064,150.6064,149.2736,149.2736,148.9404,148.9404],[155.2712,155.2712,154.938,154.938,153.9384,153.9384,153.9384,153.9384,153.272,153.272,153.272,153.272,152.9388,152.9388,152.9388,152.6056,151.9392,151.9392,150.93959999999998,150.6064,150.6064,150.2732,149.94,149.94,149.94,150.6064,151.606,151.9392,153.6052,154.6048,155.6044,156.2708,156.60399999999998,156.60399999999998,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,156.9372,156.9372,157.6036,158.27,159.2696,159.6028,160.6024,161.602,162.26839999999999,162.26839999999999,162.26839999999999,162.26839999999999,162.26839999999999,162.9348,162.9348,162.9348,162.9348,162.9348,162.9348,162.26839999999999,160.6024,158.27,156.9372,154.938,153.6052,152.9388,151.9392,150.6064,149.2736,148.274,147.27439999999999,146.608,146.2748,145.6084,146.2748,146.2748,146.2748,146.608,147.27439999999999,147.27439999999999,147.6076,147.6076,146.9412,146.2748,144.942,144.2756,143.6092,142.9428,142.2764,141.2768,141.2768,140.6104,139.6108,139.6108,138.9444,138.6112,137.2784,136.612,136.2788,134.946,133.6132,132.2804,132.6136,131.614,130.6144,129.6148,129.6148,128.6152,128.6152,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,126.616,126.2828,125.6164,125.6164,124.95,123.28399999999999,122.9508,121.9512,120.9516,119.952,119.6188,118.9524,117.9528,117.9528,117.9528,117.9528,117.6196,117.2864,116.62,116.62,116.62,116.2868,115.6204,114.6208,113.288,111.2888,109.6228,107.9568,107.6236,106.9572,105.6244,105.6244,105.2912,104.6248,103.62519999999999,102.6256,101.9592,100.6264,100.6264,100.2932,99.6268,98.96039999999999,97.96079999999999,97.2944,96.2948,94.6288,93.29599999999999,91.63,90.6304,88.298,87.2984,85.9656,83.6332,81.634,79.968,77.6356,75.6364,72.6376,70.6384,68.9724,66.9732,63.9744,60.9756,58.9764,56.977199999999996,54.978,52.9788,50.3132,48.314,46.3148,44.982,43.9824,42.6496,39.984,38.6512,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,31.3208,30.3212,30.9876,31.654,32.3204,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,39.984,41.3168,41.9832,43.316,44.6488,46.647999999999996,48.980399999999996,51.646,54.6448,56.644,58.31,59.6428,61.3088,63.308,64.6408,65.3072,66.3068,66.9732,68.306,68.9724,70.3052,70.9716,70.9716,71.638,71.9712,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,77.6356,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999,84.2996,84.966,85.6324,86.2988,86.632,86.632,86.2988,85.6324,84.966,83.6332,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,84.2996,85.2992,85.2992,86.632,87.9648,88.298,88.298,89.2976,89.2976,89.964,90.6304,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,94.2956,95.2952,95.9616,95.9616,96.9612,96.9612,97.2944,96.628,96.628,96.9612,96.628,96.628,96.9612,96.2948,95.9616,95.6284,94.962,94.962,94.2956,93.9624,93.9624,93.9624,94.962,96.2948,96.9612,96.9612,97.6276,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.9592,102.6256,103.292,103.62519999999999,105.2912,105.6244,106.2908,106.2908,107.2904,107.2904,106.624,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,105.2912,105.2912,106.2908,106.9572,107.9568,108.28999999999999,109.6228,110.2892,111.2888,112.2884,113.6212,114.6208,114.2876,114.6208,115.2872,114.6208,114.2876,113.6212,112.95479999999999,111.622,109.956,109.2896,108.9564,107.9568,107.6236,106.624,106.624,105.9576,105.6244,105.2912,105.6244,104.958,104.958,104.958,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,111.2888,111.622,113.288,113.6212,113.6212,114.2876,114.2876,115.2872,115.6204,115.9536,116.62,117.2864,117.6196,118.286,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,118.286,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.9516,121.618,122.2844,123.9504,125.9496,128.282,129.6148,129.948,130.6144,130.6144,130.6144,129.948,129.2816,128.6152,128.282,126.616,125.9496,125.2832,124.95,124.95,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.6164,126.616,126.616,126.9492,127.6156,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.9492,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,125.2832,124.6168,124.6168,124.6168,123.28399999999999,122.9508,121.9512,121.2848,120.2852,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,120.2852,120.9516,121.2848,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,121.618,121.618,121.618,121.618,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,120.9516,121.2848,120.6184,120.2852,119.6188,117.2864,114.954,113.6212,112.95479999999999,112.2884,111.9552,112.6216,114.2876,116.2868,119.2856,121.618,123.9504,125.2832,126.616,127.2824,127.2824,127.2824,127.2824,127.2824,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,123.9504,123.6172,123.28399999999999,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,124.95,124.95,124.95,124.6168,123.28399999999999,122.9508,122.2844,121.2848,121.2848,121.2848,121.2848,121.9512,122.2844,123.28399999999999,124.95,125.6164,125.9496,125.9496,126.616,126.616,125.6164,123.9504,123.28399999999999,121.2848,120.2852,118.9524,117.6196,117.2864,116.62,115.9536,115.6204,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.9536,115.2872,115.2872,116.62,116.62,116.62,117.2864,117.9528,117.9528,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,120.2852,120.9516,121.9512,122.6176,123.28399999999999,124.6168,126.2828,127.6156,128.9484,129.948,131.2808,131.9472,131.9472,131.2808,130.6144,128.9484,127.9488,126.616,125.9496,125.6164,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,123.9504,123.6172,123.6172,123.28399999999999,124.28359999999999,124.28359999999999,124.95,125.2832,125.6164,126.2828,127.2824,127.2824,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,129.948,130.6144,131.614,132.2804,132.9468,133.6132,133.6132,133.9464,133.9464,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,133.28,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.9468,133.28,133.28,132.9468,132.9468,133.6132,134.2796,134.2796,134.946,135.2792,135.2792,136.2788,136.2788,135.6124,135.2792,134.2796,133.6132,132.6136,131.9472,131.2808,130.6144,129.948,127.9488,126.2828,125.2832,125.2832,124.6168,124.6168,124.6168,125.9496,126.616,126.9492,128.282,129.948,130.9476,131.9472,132.2804,133.28,133.28,134.2796,134.946,135.2792,135.2792,136.2788,136.9452,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,138.9444,139.6108,139.944,139.944,140.9436,141.60999999999999,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.942,144.942,144.942,144.2756,144.2756,143.6092,143.6092,144.2756,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,146.608,147.27439999999999,147.6076,147.6076,148.274,148.274,149.6068,149.6068,149.94,150.6064,151.606,151.606,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,150.6064,150.6064,149.2736,149.2736,148.9404,148.9404],[155.2712,155.2712,154.938,154.938,153.9384,153.9384,153.272,153.272,153.272,152.9388,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,150.93959999999998,149.94,149.94,149.6068,149.94,149.6068,149.6068,149.94,150.6064,151.2728,151.606,152.9388,154.2716,154.938,155.2712,154.938,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,154.938,154.938,155.9376,155.9376,156.9372,157.6036,158.6032,159.6028,160.2692,160.2692,160.9356,160.9356,161.602,161.9352,162.26839999999999,162.26839999999999,162.6016,162.6016,162.26839999999999,161.602,159.936,158.27,156.2708,153.9384,152.6056,151.606,150.6064,149.2736,148.274,146.9412,146.2748,145.6084,144.942,144.942,144.6088,144.6088,145.2752,145.2752,145.6084,146.2748,146.2748,146.2748,145.2752,144.942,143.9424,143.276,142.9428,141.9432,140.9436,140.6104,140.6104,139.944,139.6108,137.9448,138.6112,137.9448,136.612,136.2788,135.6124,134.2796,132.9468,131.9472,131.9472,131.2808,129.948,128.9484,128.9484,127.9488,127.6156,127.2824,126.616,126.616,126.616,126.616,126.616,125.9496,125.9496,124.6168,124.6168,123.9504,122.2844,121.9512,121.618,120.9516,119.6188,118.9524,118.9524,118.286,117.6196,117.6196,117.6196,116.9532,116.2868,116.2868,116.2868,115.6204,114.2876,113.6212,113.288,111.2888,110.2892,108.9564,107.6236,106.9572,105.6244,104.6248,104.6248,104.2916,103.62519999999999,103.292,101.2928,100.9596,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.628,94.962,93.9624,92.9628,90.6304,88.298,87.2984,85.6324,84.2996,82.3004,80.6344,78.30199999999999,76.3028,73.304,71.3048,69.6388,67.6396,64.6408,62.3084,59.6428,58.31,55.6444,53.6452,50.9796,48.980399999999996,46.9812,45.6484,43.9824,42.6496,40.6504,39.3176,37.9848,37.3184,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,31.9872,31.3208,30.9876,30.9876,31.654,32.9868,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,39.984,41.3168,41.9832,42.6496,44.6488,46.647999999999996,48.314,50.9796,53.9784,55.9776,57.6436,58.9764,60.3092,62.3084,63.308,63.9744,65.6404,66.3068,67.6396,68.306,69.6388,70.3052,70.3052,70.9716,71.9712,72.6376,73.304,73.304,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,79.3016,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.632,86.632,87.9648,87.9648,86.632,86.2988,84.966,83.6332,83.3,82.6336,82.6336,83.3,83.6332,83.6332,84.966,85.2992,85.9656,86.632,87.9648,88.298,88.298,89.2976,89.2976,89.964,90.6304,91.63,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.2952,94.962,94.962,95.2952,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.9584,104.6248,105.2912,105.6244,106.624,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.2912,106.2908,106.9572,107.6236,107.9568,109.2896,109.6228,110.9556,112.2884,113.288,113.95439999999999,114.2876,114.6208,114.6208,114.6208,114.2876,113.6212,112.95479999999999,111.622,110.6224,109.2896,108.9564,108.9564,107.6236,107.2904,106.624,106.624,105.6244,105.6244,105.6244,105.6244,104.958,104.958,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.2852,120.9516,121.9512,123.28399999999999,125.2832,127.6156,128.9484,129.6148,129.948,129.948,129.948,129.2816,128.6152,128.282,127.6156,126.616,125.9496,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.616,126.616,126.9492,127.6156,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,127.9488,127.9488,127.6156,126.9492,125.6164,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.61919999999999,118.9524,120.2852,120.9516,121.2848,122.2844,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.2844,121.9512,121.9512,121.9512,121.2848,121.618,121.618,121.618,121.618,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.2852,120.2852,118.9524,117.2864,114.954,113.6212,112.2884,111.622,111.9552,112.6216,113.6212,115.6204,119.2856,121.618,123.9504,125.2832,125.9496,126.616,126.616,126.616,126.616,126.616,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,123.9504,123.6172,122.9508,122.9508,122.2844,121.618,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.95,124.95,124.6168,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.9516,121.2848,121.9512,122.2844,123.28399999999999,124.95,125.6164,125.9496,126.616,127.2824,127.2824,125.6164,123.9504,122.9508,120.9516,118.9524,118.286,117.2864,116.62,116.62,115.9536,115.6204,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.9528,118.61919999999999,119.2856,119.952,119.952,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.9504,124.6168,125.2832,126.9492,128.282,129.6148,130.9476,131.9472,132.6136,132.6136,131.2808,130.2812,128.9484,128.282,126.616,125.6164,124.95,124.6168,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.9492,126.9492,126.9492,127.6156,127.6156,127.9488,128.282,128.6152,128.6152,129.948,130.6144,131.9472,132.9468,133.28,134.2796,134.2796,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,134.946,134.2796,133.6132,133.6132,133.6132,133.6132,133.28,133.28,133.28,133.28,133.28,133.28,132.9468,132.9468,133.6132,133.6132,134.2796,134.946,135.2792,135.2792,135.6124,135.6124,135.6124,135.2792,134.2796,133.6132,131.9472,131.2808,131.2808,130.6144,129.2816,127.6156,126.2828,125.2832,125.2832,124.6168,125.2832,125.2832,125.9496,126.616,127.6156,128.6152,130.6144,130.9476,131.9472,132.2804,133.28,133.9464,134.2796,134.946,135.2792,135.2792,135.6124,136.2788,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,136.9452,136.9452,137.6116,137.6116,137.9448,138.9444,139.6108,139.2776,139.944,140.9436,141.60999999999999,141.9432,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,146.608,147.27439999999999,147.27439999999999,147.6076,147.9408,148.274,148.9404,149.6068,149.94,150.6064,150.93959999999998,151.606,151.9392,151.9392,152.6056,152.6056,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,151.9392,151.9392,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.6064,150.6064,150.6064,150.6064,149.94,149.2736,148.9404,148.9404,148.274],[155.2712,155.2712,154.938,154.938,153.9384,153.9384,153.272,153.272,152.9388,152.9388,152.9388,152.9388,152.6056,152.6056,152.6056,152.6056,151.606,150.93959999999998,149.94,149.94,149.6068,149.2736,149.6068,148.9404,148.6072,149.2736,149.6068,149.94,151.2728,151.9392,152.9388,153.272,153.272,153.272,153.9384,153.9384,153.9384,153.9384,153.9384,153.9384,153.6052,153.6052,154.6048,154.6048,155.2712,155.9376,156.9372,157.6036,158.27,159.2696,159.2696,159.936,159.936,160.6024,160.6024,160.6024,160.6024,160.6024,160.6024,159.936,159.2696,157.2704,155.2712,152.9388,151.606,150.93959999999998,149.6068,148.6072,147.27439999999999,146.2748,145.6084,144.942,143.9424,143.276,143.6092,143.6092,143.6092,144.2756,145.2752,145.2752,144.2756,144.2756,143.9424,143.276,142.9428,142.9428,141.9432,140.9436,140.6104,139.944,139.944,138.9444,137.9448,137.6116,137.2784,136.612,136.2788,135.6124,134.6128,133.28,131.9472,131.2808,130.6144,130.6144,128.9484,127.9488,127.9488,127.2824,126.616,125.6164,125.6164,125.2832,125.6164,125.6164,125.6164,125.2832,124.6168,123.9504,123.9504,123.28399999999999,121.9512,120.9516,120.2852,119.952,118.9524,118.61919999999999,118.61919999999999,117.9528,116.9532,116.9532,116.62,116.62,115.6204,114.954,114.954,113.95439999999999,113.288,112.2884,111.2888,110.2892,108.9564,107.9568,106.9572,105.6244,105.2912,104.2916,104.2916,103.62519999999999,103.292,101.9592,100.2932,99.6268,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,95.6284,94.6288,92.9628,91.2968,88.63119999999999,86.632,85.2992,84.2996,82.96679999999999,81.3008,78.9684,76.3028,74.3036,71.9712,69.972,68.306,65.6404,63.308,61.3088,58.9764,56.3108,54.3116,51.646,49.6468,46.9812,45.6484,44.982,43.316,41.3168,39.3176,38.6512,37.3184,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,30.9876,30.9876,31.654,32.9868,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,39.984,40.6504,41.3168,42.6496,44.6488,45.9816,47.6476,50.3132,53.312,55.3112,56.977199999999996,58.9764,60.3092,61.641999999999996,62.3084,63.308,64.974,65.6404,66.9732,67.6396,68.9724,68.9724,69.6388,70.3052,71.3048,71.9712,72.6376,73.304,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,78.30199999999999,80.6344,81.3008,82.6336,83.6332,83.6332,84.966,84.966,85.9656,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,86.632,86.2988,84.966,83.6332,82.6336,82.6336,83.6332,83.6332,84.2996,84.966,85.9656,85.9656,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.964,90.6304,91.2968,91.63,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.962,95.6284,95.2952,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,94.962,95.6284,96.2948,96.628,97.2944,98.294,98.294,98.96039999999999,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.9584,104.6248,105.2912,105.2912,105.9576,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.2912,106.2908,106.2908,106.9572,107.6236,108.9564,109.2896,110.2892,111.2888,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,113.6212,113.288,112.2884,111.622,110.6224,109.956,109.2896,108.9564,107.9568,107.2904,107.2904,106.624,106.2908,105.6244,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,107.6236,107.6236,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,112.2884,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,114.954,114.954,114.954,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,115.6204,115.9536,116.62,116.62,117.2864,117.6196,117.9528,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.2852,121.2848,122.9508,124.6168,126.9492,128.6152,128.9484,128.9484,128.6152,128.6152,128.6152,128.282,127.6156,127.6156,126.616,125.9496,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.616,126.616,126.9492,127.6156,127.9488,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,130.6144,129.948,129.6148,129.2816,128.6152,127.9488,127.6156,125.6164,125.2832,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.61919999999999,118.9524,120.2852,120.9516,121.2848,122.2844,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.2848,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,119.6188,118.286,116.62,114.954,112.95479999999999,112.2884,111.622,111.9552,112.6216,113.6212,115.6204,118.286,120.9516,122.9508,124.6168,125.2832,125.6164,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.95,124.6168,123.9504,123.28399999999999,122.9508,121.618,120.9516,120.9516,120.9516,120.9516,121.2848,122.2844,123.28399999999999,124.28359999999999,125.2832,125.9496,126.616,127.2824,127.2824,126.2828,123.9504,121.618,120.2852,118.9524,118.286,117.2864,116.62,116.62,115.9536,115.6204,115.6204,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.954,115.6204,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,117.2864,117.6196,117.9528,118.61919999999999,119.952,120.6184,120.9516,120.9516,120.9516,120.9516,121.9512,121.9512,122.2844,122.9508,123.9504,124.6168,125.2832,126.9492,127.9488,129.948,130.9476,131.614,133.28,133.28,132.6136,131.2808,130.2812,128.9484,128.282,126.616,125.2832,124.6168,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.9492,126.9492,126.9492,127.6156,127.6156,128.282,128.282,128.6152,129.2816,130.9476,131.9472,132.9468,133.28,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.2796,133.6132,133.6132,133.6132,133.28,133.28,133.28,133.28,133.28,133.28,132.9468,133.28,133.6132,133.6132,134.2796,134.946,135.2792,135.2792,135.6124,135.6124,135.6124,135.2792,134.2796,133.28,131.9472,130.9476,130.2812,128.9484,128.6152,127.2824,126.2828,125.2832,125.2832,125.2832,125.2832,125.6164,126.616,126.9492,128.282,129.948,130.9476,131.614,132.2804,132.9468,133.9464,133.9464,134.2796,134.2796,134.946,135.2792,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,136.9452,136.9452,136.9452,136.9452,137.6116,137.6116,138.6112,138.9444,139.2776,139.2776,140.6104,140.9436,141.60999999999999,141.9432,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,144.2756,144.2756,144.2756,144.2756,144.2756,144.942,144.942,144.942,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,146.608,146.608,147.27439999999999,147.27439999999999,147.9408,147.9408,148.9404,148.9404,149.6068,149.94,150.93959999999998,150.93959999999998,151.9392,151.9392,152.6056,152.6056,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,151.9392,151.9392,150.93959999999998,150.93959999999998,150.6064,150.6064,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.6068,148.9404,148.274,148.274,148.274],[154.938,154.938,154.938,154.2716,153.9384,153.9384,153.272,153.272,152.9388,152.9388,152.9388,152.6056,152.6056,151.9392,151.606,151.606,151.2728,150.6064,149.94,149.2736,148.274,148.274,147.9408,147.9408,147.9408,148.274,148.274,148.9404,149.94,150.6064,151.9392,152.2724,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,151.9392,152.6056,152.6056,153.272,153.9384,154.6048,155.2712,156.2708,156.9372,156.9372,156.9372,157.6036,158.6032,158.6032,158.6032,158.6032,158.9364,158.9364,159.2696,159.2696,157.9368,156.9372,154.938,152.6056,150.6064,149.6068,148.9404,147.27439999999999,146.2748,144.942,143.9424,143.276,142.9428,142.6096,142.9428,142.9428,142.9428,143.276,143.276,143.276,142.9428,142.2764,142.2764,141.60999999999999,141.2768,140.9436,140.6104,139.944,139.2776,138.9444,138.6112,138.6112,137.2784,135.94559999999998,136.2788,135.2792,134.2796,133.6132,133.28,131.9472,130.6144,129.6148,129.948,128.9484,127.9488,127.6156,126.9492,125.9496,125.6164,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,121.9512,120.9516,119.6188,118.9524,118.286,118.286,117.2864,117.2864,116.62,116.9532,116.62,115.9536,114.954,114.6208,113.288,112.6216,112.6216,111.622,111.2888,109.956,108.9564,107.9568,106.2908,105.6244,104.958,103.62519999999999,103.292,102.6256,102.2924,101.626,101.2928,99.6268,99.2936,97.96079999999999,97.2944,97.2944,97.2944,96.628,96.628,95.9616,95.6284,94.962,94.6288,93.29599999999999,91.2968,88.9644,86.2988,85.2992,84.2996,82.96679999999999,81.634,79.6348,77.6356,74.3036,72.3044,70.6384,68.6392,66.3068,64.3076,61.9752,59.976,57.3104,55.3112,51.9792,49.98,48.314,46.647999999999996,44.982,43.6492,41.9832,40.6504,38.9844,38.318,36.652,35.9856,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,30.9876,30.9876,31.654,32.9868,33.986399999999996,34.6528,35.3192,35.3192,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,38.6512,39.984,40.6504,41.3168,42.6496,43.9824,45.3152,47.6476,50.3132,52.6456,54.6448,56.977199999999996,58.31,59.6428,60.9756,62.3084,63.308,63.9744,65.3072,65.9736,66.64,67.6396,68.306,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,74.3036,74.97,74.97,74.97,75.9696,76.636,77.3024,78.9684,80.6344,81.9672,83.6332,84.2996,85.6324,86.2988,86.2988,87.2984,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,86.632,84.966,83.6332,83.3,83.3,83.6332,84.2996,84.966,85.6324,86.2988,86.9652,87.2984,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.9628,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.9616,95.6284,96.2948,96.2948,96.2948,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.628,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,100.6264,100.9596,101.2928,103.292,103.292,103.292,103.292,102.6256,102.9588,102.9588,103.62519999999999,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,104.2916,104.2916,103.9584,104.6248,105.2912,105.2912,105.2912,105.6244,106.2908,107.6236,108.28999999999999,108.9564,109.2896,109.956,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.956,109.956,109.2896,108.6232,107.9568,107.6236,107.6236,107.2904,106.624,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.6232,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,112.6216,113.288,113.288,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,114.2876,115.2872,115.2872,115.9536,116.62,116.62,117.2864,117.6196,117.6196,117.2864,117.6196,118.286,118.9524,119.6188,119.952,120.9516,122.2844,124.28359999999999,126.616,127.6156,127.9488,128.6152,127.9488,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,125.6164,124.95,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.9496,126.9492,126.9492,127.6156,127.6156,127.9488,128.6152,129.2816,129.2816,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,129.6148,129.948,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,129.948,129.6148,127.9488,127.6156,126.2828,125.6164,125.2832,124.6168,123.28399999999999,122.9508,122.2844,121.618,120.9516,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.61919999999999,118.9524,120.2852,120.9516,121.2848,122.2844,123.28399999999999,123.28399999999999,123.9504,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,121.618,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,119.952,119.952,119.6188,118.9524,117.2864,115.2872,113.6212,112.2884,111.622,111.622,111.622,112.2884,113.288,115.2872,118.286,120.9516,122.9508,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.2844,122.2844,121.618,120.9516,120.2852,119.952,119.952,118.9524,118.9524,118.9524,119.952,119.952,119.2856,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.2844,121.618,120.9516,120.2852,119.952,120.2852,120.9516,121.618,122.9508,123.9504,124.95,125.6164,126.616,126.616,126.9492,126.2828,123.9504,121.618,119.6188,118.9524,118.286,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,115.6204,115.6204,116.62,116.62,116.62,116.62,116.2868,116.2868,116.62,116.62,117.6196,117.9528,119.6188,119.952,119.952,120.6184,121.618,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.9504,124.28359999999999,125.2832,126.2828,126.616,127.9488,129.2816,130.2812,131.9472,132.6136,133.6132,133.9464,133.28,131.614,130.9476,128.9484,127.9488,126.2828,125.2832,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.2828,126.2828,126.2828,125.9496,125.6164,125.6164,126.2828,126.2828,126.616,126.616,127.6156,127.6156,126.9492,127.6156,126.9492,127.6156,128.6152,129.2816,130.6144,131.9472,133.28,133.9464,134.946,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.28,133.28,133.28,133.28,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.6124,135.6124,135.2792,135.2792,133.9464,132.9468,131.2808,129.948,129.2816,128.282,127.6156,127.2824,126.2828,125.6164,125.2832,125.2832,125.6164,126.2828,127.6156,127.9488,129.2816,130.2812,131.9472,132.2804,133.28,133.9464,134.2796,134.946,134.2796,134.2796,134.946,134.946,135.6124,135.6124,136.2788,136.2788,135.6124,135.6124,135.6124,136.2788,136.2788,136.9452,137.2784,137.2784,137.2784,137.2784,137.2784,136.612,136.612,136.2788,136.2788,136.612,136.612,137.2784,137.6116,138.278,138.9444,139.6108,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.942,144.942,144.942,145.9416,145.9416,145.9416,145.9416,146.2748,146.2748,146.2748,146.2748,146.608,146.608,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,149.6068,149.94,149.94,150.6064,150.6064,151.2728,151.2728,151.2728,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.606,151.606,150.6064,150.6064,149.94,149.94,149.2736,149.2736,149.2736,149.2736,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,147.9408,147.9408,147.9408],[154.938,154.938,154.2716,154.2716,153.9384,153.9384,153.272,153.272,152.9388,152.9388,152.9388,152.9388,151.9392,151.606,151.2728,151.2728,150.6064,150.6064,149.6068,149.2736,148.274,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,147.27439999999999,147.27439999999999,147.6076,148.9404,149.6068,150.6064,150.6064,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,150.6064,150.2732,150.6064,151.9392,152.6056,152.9388,153.6052,154.6048,155.2712,155.2712,155.2712,155.9376,156.2708,157.2704,157.6036,157.6036,157.6036,158.27,158.27,157.6036,157.6036,155.6044,153.6052,151.2728,150.2732,148.274,147.27439999999999,145.9416,145.2752,143.9424,142.9428,142.2764,141.60999999999999,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.2772,139.944,139.944,139.2776,139.2776,139.2776,138.9444,138.9444,137.6116,137.2784,136.612,135.94559999999998,135.2792,134.946,134.2796,133.28,132.2804,131.9472,131.2808,129.948,129.2816,128.6152,127.6156,126.616,125.9496,125.6164,124.95,124.28359999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,121.9512,121.9512,120.9516,119.6188,118.61919999999999,118.286,117.6196,117.6196,116.62,116.62,116.2868,115.9536,115.6204,114.954,113.95439999999999,112.6216,111.622,111.622,110.9556,110.9556,109.956,108.9564,107.9568,106.2908,104.958,104.6248,103.9584,103.292,102.6256,102.2924,101.626,101.2928,100.2932,99.6268,98.6272,97.96079999999999,97.2944,96.9612,96.9612,95.9616,95.9616,95.2952,95.2952,95.2952,94.6288,92.9628,91.63,89.2976,86.9652,86.2988,84.2996,82.96679999999999,81.634,79.6348,78.30199999999999,74.97,72.9708,71.3048,69.3056,66.9732,64.974,62.6416,60.6424,57.9768,55.9776,52.6456,50.6464,48.980399999999996,47.3144,45.6484,44.315599999999996,41.9832,41.3168,39.6508,38.9844,37.3184,36.652,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,30.9876,30.9876,31.654,32.9868,33.986399999999996,34.6528,35.3192,35.3192,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,43.9824,45.3152,46.9812,49.6468,52.6456,54.6448,56.3108,57.6436,58.9764,60.3092,61.641999999999996,62.3084,63.9744,64.6408,65.3072,65.9736,66.9732,66.9732,67.6396,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.63719999999999,73.63719999999999,74.3036,74.97,75.3032,75.9696,77.3024,78.9684,81.3008,82.6336,84.2996,85.6324,86.9652,86.9652,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,88.298,87.9648,86.2988,84.966,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,86.9652,86.9652,87.6316,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.6296,92.6296,92.6296,92.6296,92.9628,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.2956,94.962,95.9616,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.2944,98.294,98.96039999999999,99.6268,99.96,100.6264,101.2928,101.9592,103.292,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,103.9584,104.2916,104.2916,103.9584,104.6248,104.6248,105.2912,105.2912,105.6244,106.2908,106.2908,107.6236,107.6236,107.9568,108.6232,109.956,110.2892,110.9556,110.9556,111.2888,111.9552,111.622,111.622,112.2884,111.622,110.9556,110.6224,110.6224,109.956,109.2896,108.6232,108.6232,108.28999999999999,107.6236,107.2904,106.624,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.624,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.9572,106.9572,107.6236,108.28999999999999,108.6232,108.6232,108.6232,108.6232,109.6228,109.956,110.2892,110.9556,110.9556,111.622,112.2884,111.622,111.2888,111.622,111.2888,111.2888,111.2888,111.622,112.2884,113.288,113.6212,113.95439999999999,114.6208,115.2872,115.6204,115.2872,115.9536,116.62,116.9532,117.2864,117.2864,117.6196,118.286,119.6188,119.6188,120.2852,121.9512,123.28399999999999,125.2832,126.9492,127.6156,127.6156,127.6156,126.616,126.616,126.616,126.616,126.616,125.9496,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.9496,126.9492,126.9492,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.9484,129.948,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,129.948,129.6148,128.6152,127.9488,126.9492,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.61919999999999,118.9524,120.2852,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.618,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,119.952,119.952,118.9524,117.9528,115.9536,114.954,112.95479999999999,111.9552,110.9556,110.9556,111.622,112.2884,113.288,115.2872,117.9528,120.2852,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,124.95,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,122.9508,121.618,121.2848,120.2852,119.952,119.6188,119.6188,118.9524,118.9524,118.286,118.9524,119.952,119.952,119.2856,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.2852,120.2852,119.952,119.952,120.2852,121.618,122.2844,123.28399999999999,124.28359999999999,125.2832,125.9496,126.616,126.2828,124.95,123.28399999999999,121.618,120.2852,118.9524,118.286,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.9536,116.62,116.62,116.62,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.9532,117.6196,117.9528,117.9528,118.286,118.9524,119.952,120.6184,120.9516,121.618,121.9512,122.6176,122.9508,123.28399999999999,123.9504,123.9504,124.95,125.2832,126.2828,126.9492,127.6156,129.2816,130.6144,131.2808,132.6136,132.9468,134.2796,134.2796,133.28,131.614,130.9476,129.2816,127.9488,126.2828,124.6168,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.9492,126.9492,126.2828,126.2828,126.2828,125.9496,126.2828,126.2828,126.2828,126.2828,126.616,126.616,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,128.282,129.2816,130.6144,132.2804,133.28,134.2796,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.28,133.28,133.28,133.28,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.6124,135.6124,135.2792,134.6128,133.6132,131.9472,130.9476,129.6148,128.282,127.6156,126.616,126.2828,125.6164,125.6164,125.2832,125.6164,126.2828,126.9492,127.9488,128.6152,129.6148,130.2812,131.9472,132.9468,134.2796,134.2796,135.2792,135.2792,134.6128,134.6128,134.946,134.946,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,136.2788,136.612,137.2784,137.2784,136.612,136.612,136.612,136.2788,136.2788,136.2788,136.2788,136.612,136.612,137.2784,137.6116,138.9444,138.9444,139.6108,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.9424,143.9424,144.6088,144.942,144.942,144.942,145.9416,145.9416,145.9416,145.9416,146.2748,146.2748,146.2748,146.2748,146.608,146.608,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,149.6068,149.6068,149.94,149.94,150.6064,150.6064,151.2728,151.2728,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.606,151.606,150.6064,150.6064,149.94,149.6068,148.6072,148.6072,148.6072,148.6072,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,147.9408,147.9408,147.27439999999999,147.27439999999999],[154.938,154.938,154.2716,154.2716,153.9384,153.9384,153.272,153.272,152.9388,152.9388,152.9388,152.9388,151.9392,151.606,151.606,151.606,150.6064,149.94,149.6068,149.2736,147.9408,147.27439999999999,146.608,146.608,146.2748,146.2748,146.9412,147.27439999999999,147.27439999999999,147.9408,148.6072,148.6072,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.6072,148.274,148.9404,149.94,150.6064,151.2728,151.9392,152.9388,153.6052,153.6052,153.272,153.9384,154.6048,155.2712,155.6044,155.9376,156.2708,156.2708,156.9372,156.2708,155.9376,154.2716,152.9388,151.2728,148.9404,147.27439999999999,145.9416,145.2752,143.276,141.9432,141.60999999999999,140.9436,140.6104,139.944,139.6108,139.6108,139.944,139.944,139.944,139.944,139.6108,138.6112,138.278,138.278,137.9448,137.9448,137.6116,137.6116,137.6116,136.612,135.94559999999998,135.2792,135.2792,133.9464,133.28,132.9468,131.9472,131.2808,130.9476,129.948,128.6152,127.2824,127.2824,126.616,125.9496,125.2832,124.28359999999999,123.6172,123.28399999999999,122.9508,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.2848,120.6184,120.2852,119.952,118.9524,117.2864,116.9532,116.62,115.9536,115.9536,115.6204,115.6204,115.2872,114.6208,113.95439999999999,113.288,111.9552,110.9556,110.9556,110.2892,109.2896,108.28999999999999,107.6236,106.9572,105.6244,103.9584,102.9588,102.2924,101.9592,101.9592,102.2924,101.626,100.9596,100.2932,98.96039999999999,98.6272,97.2944,96.628,96.2948,95.9616,95.2952,94.2956,93.9624,93.9624,93.9624,93.9624,92.9628,91.63,89.2976,86.9652,86.2988,84.2996,82.96679999999999,81.9672,80.3012,78.30199999999999,75.6364,73.63719999999999,71.9712,69.972,68.306,66.3068,63.308,61.3088,59.309599999999996,56.644,53.9784,51.9792,49.6468,48.314,46.3148,44.315599999999996,42.6496,41.3168,40.3172,39.6508,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,30.9876,30.9876,31.654,32.9868,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,43.316,44.6488,46.9812,49.6468,51.9792,53.9784,55.6444,56.977199999999996,58.31,59.976,60.6424,61.9752,63.308,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,73.63719999999999,74.3036,75.3032,76.636,78.9684,81.3008,82.6336,84.2996,85.6324,86.9652,86.9652,87.2984,87.9648,88.298,88.298,88.9644,89.2976,89.964,89.2976,88.63119999999999,87.9648,86.632,84.966,84.2996,84.2996,84.966,85.6324,85.6324,85.9656,86.9652,86.9652,87.6316,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.2964,92.9628,92.9628,93.29599999999999,93.6292,93.9624,94.2956,95.6284,96.2948,96.628,97.2944,97.2944,96.628,96.628,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.2912,105.6244,105.9576,106.624,106.624,106.624,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.2916,104.2916,104.6248,104.6248,104.2916,104.2916,105.6244,105.9576,106.2908,106.2908,106.2908,107.6236,107.6236,107.9568,107.9568,108.6232,108.9564,108.9564,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,109.956,109.2896,109.2896,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,104.958,104.958,104.958,105.6244,105.9576,106.624,106.624,106.624,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.624,106.624,106.624,106.624,106.624,106.624,105.6244,105.6244,105.9576,105.6244,105.6244,105.6244,105.2912,105.2912,104.958,104.958,104.958,104.958,105.2912,105.9576,105.9576,106.2908,106.2908,106.9572,107.2904,107.2904,107.9568,107.9568,108.6232,108.6232,109.2896,109.6228,110.6224,110.6224,110.6224,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,112.2884,113.288,113.6212,114.2876,114.6208,114.954,115.2872,115.9536,116.62,116.62,117.2864,117.6196,118.286,118.61919999999999,119.2856,119.952,121.2848,122.9508,124.6168,126.616,126.9492,126.9492,126.9492,126.616,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.9496,125.9496,126.616,126.616,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,129.6148,129.6148,128.9484,128.9484,129.6148,129.6148,128.9484,128.9484,129.948,130.6144,130.6144,130.9476,130.9476,131.614,131.2808,130.6144,129.6148,129.2816,128.6152,128.282,126.9492,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,120.2852,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,119.2856,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.2852,119.952,119.952,118.9524,118.9524,117.2864,115.2872,114.2876,112.95479999999999,110.9556,110.9556,110.9556,111.622,112.2884,113.288,115.2872,117.9528,120.2852,122.2844,123.28399999999999,123.6172,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,123.6172,122.9508,122.9508,121.9512,121.2848,120.2852,120.2852,119.952,119.952,119.6188,118.9524,118.9524,118.9524,118.9524,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.2856,119.952,119.952,119.2856,119.2856,119.6188,120.2852,120.9516,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.2848,120.9516,120.2852,120.2852,119.2856,119.952,120.2852,120.9516,122.2844,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.6164,124.95,123.28399999999999,122.2844,120.2852,119.6188,118.9524,117.6196,117.2864,116.62,115.9536,115.9536,115.9536,115.9536,116.62,116.9532,117.2864,117.2864,117.2864,116.9532,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.9528,118.61919999999999,118.61919999999999,119.2856,119.952,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,124.95,125.2832,125.6164,126.2828,126.616,127.6156,128.6152,129.2816,130.6144,131.2808,132.6136,133.6132,134.2796,134.946,134.2796,133.6132,132.2804,130.2812,128.9484,127.6156,125.6164,124.6168,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.2828,126.616,126.616,126.616,126.616,127.2824,127.2824,127.6156,127.6156,126.9492,126.9492,126.2828,126.9492,128.282,128.6152,130.9476,132.2804,133.6132,134.946,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,133.28,133.28,133.28,133.28,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.6124,135.6124,135.2792,134.6128,133.6132,131.9472,130.2812,129.2816,127.9488,126.616,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,128.282,128.6152,130.6144,130.6144,132.6136,132.9468,134.2796,134.2796,135.2792,135.2792,134.6128,134.6128,134.946,134.946,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.6124,136.2788,136.612,136.612,136.2788,136.2788,136.2788,136.2788,135.6124,135.6124,136.2788,136.2788,136.612,137.2784,137.6116,138.6112,138.9444,139.6108,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.2764,142.2764,142.2764,142.9428,142.9428,143.276,143.276,143.9424,144.6088,144.6088,144.6088,144.942,145.9416,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.608,146.608,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.9404,149.6068,149.6068,149.94,150.2732,150.6064,150.6064,150.6064,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.606,151.606,150.6064,150.6064,149.94,149.6068,148.6072,148.6072,148.274,148.274,147.9408,148.274,148.274,148.274,148.274,148.274,148.274,148.274,147.6076,147.27439999999999,147.27439999999999,146.608],[154.938,154.938,154.2716,154.2716,153.9384,153.9384,153.272,153.272,152.9388,152.9388,152.9388,152.9388,151.9392,151.606,151.606,150.93959999999998,149.94,149.94,149.2736,148.6072,147.9408,146.608,146.2748,146.2748,145.6084,145.6084,146.2748,146.2748,146.2748,146.9412,147.27439999999999,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,147.9408,148.274,149.2736,149.94,150.6064,151.2728,151.9392,152.6056,152.6056,152.9388,153.9384,154.2716,154.2716,154.938,154.938,155.6044,155.9376,155.9376,154.6048,153.6052,151.9392,149.94,147.6076,146.608,145.6084,143.9424,141.9432,141.60999999999999,140.2772,139.6108,139.2776,138.6112,138.278,138.278,138.278,138.278,138.278,138.278,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,136.612,136.612,135.94559999999998,135.94559999999998,135.2792,134.946,134.2796,133.6132,132.6136,132.2804,131.2808,130.9476,129.948,128.9484,128.282,126.9492,126.616,125.9496,124.6168,123.6172,123.28399999999999,122.9508,122.2844,121.618,121.618,120.9516,120.9516,120.9516,120.2852,119.952,119.952,119.6188,119.6188,118.9524,117.6196,116.62,116.62,115.6204,115.2872,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,112.2884,111.2888,109.956,109.956,109.2896,108.28999999999999,107.6236,106.9572,105.6244,104.2916,103.9584,101.626,101.626,101.2928,101.2928,101.2928,100.6264,100.2932,99.6268,98.6272,97.96079999999999,97.2944,96.9612,95.9616,94.962,93.6292,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,92.2964,90.6304,88.9644,87.2984,86.2988,84.2996,82.96679999999999,81.9672,80.3012,78.30199999999999,75.6364,74.3036,72.3044,70.6384,68.306,66.9732,63.9744,61.9752,59.976,57.3104,54.6448,52.6456,50.3132,48.314,46.3148,44.982,42.6496,41.3168,40.3172,39.6508,38.6512,37.9848,37.3184,36.652,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,30.9876,31.654,32.3204,32.9868,33.986399999999996,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,43.316,44.6488,46.9812,48.980399999999996,51.3128,53.312,54.6448,56.3108,57.6436,59.309599999999996,60.6424,61.3088,63.308,63.9744,63.9744,64.6408,64.974,64.974,65.6404,65.6404,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.9708,73.63719999999999,75.3032,76.636,78.30199999999999,80.6344,82.6336,84.2996,85.6324,86.9652,87.2984,87.9648,87.9648,88.298,88.298,88.9644,88.9644,89.2976,89.2976,88.63119999999999,87.9648,87.2984,85.9656,84.966,84.966,85.6324,85.6324,85.9656,86.2988,86.9652,86.9652,87.6316,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.9636,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.9624,94.6288,95.9616,96.628,96.9612,96.628,96.628,96.628,97.96079999999999,98.6272,98.96039999999999,99.6268,100.6264,101.2928,101.9592,102.6256,104.2916,104.958,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,106.2908,106.624,106.624,106.624,106.624,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.2916,104.2916,104.6248,104.6248,104.2916,104.2916,105.6244,105.6244,105.9576,106.624,106.2908,106.2908,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.9564,109.6228,109.956,110.2892,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,109.956,109.2896,108.6232,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,104.958,104.958,105.6244,105.9576,106.624,106.624,107.2904,107.9568,107.9568,107.9568,108.6232,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.624,106.624,106.624,106.624,105.9576,105.9576,105.2912,105.2912,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,105.2912,105.2912,105.2912,105.9576,105.6244,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,108.6232,108.6232,109.2896,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,111.2888,111.2888,111.622,111.622,112.6216,113.288,113.6212,114.2876,114.2876,114.954,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,117.9528,118.61919999999999,119.6188,120.9516,122.2844,124.28359999999999,125.9496,126.9492,126.9492,126.9492,125.9496,125.9496,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.9492,126.616,126.616,126.616,126.616,126.9492,127.6156,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,129.6148,129.6148,128.9484,128.9484,129.6148,129.6148,128.9484,128.9484,129.948,129.948,130.6144,130.9476,131.614,131.614,131.2808,130.6144,129.6148,129.2816,128.6152,128.282,126.9492,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,119.6188,120.2852,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,119.952,119.952,119.952,119.952,119.2856,119.2856,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.2852,119.952,119.2856,118.286,118.286,117.2864,115.2872,113.6212,112.2884,110.9556,110.9556,110.9556,111.622,112.2884,113.288,115.2872,117.9528,120.2852,122.2844,122.9508,123.6172,123.6172,124.6168,124.6168,124.6168,124.6168,124.28359999999999,123.6172,123.28399999999999,121.9512,121.618,120.6184,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.6188,120.2852,120.9516,120.9516,121.618,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.2848,120.9516,120.2852,120.2852,119.2856,119.952,120.2852,120.9516,121.9512,122.9508,123.28399999999999,123.6172,124.6168,124.6168,125.2832,124.6168,123.28399999999999,122.2844,120.2852,120.2852,119.6188,118.286,117.6196,117.2864,116.62,116.62,116.9532,116.9532,117.9528,117.9528,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,117.6196,117.9528,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.9524,120.2852,120.9516,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.616,127.2824,127.6156,128.6152,129.2816,129.948,130.6144,132.6136,132.9468,134.2796,134.946,134.946,134.2796,133.6132,131.9472,130.2812,128.6152,126.9492,125.9496,124.6168,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.95,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.2828,126.616,126.616,126.616,126.616,127.2824,127.2824,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,127.6156,128.6152,130.9476,132.2804,133.6132,134.2796,134.946,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,133.28,133.28,133.28,133.28,134.2796,134.2796,134.2796,134.946,134.946,135.2792,135.6124,135.6124,135.2792,134.946,133.9464,131.9472,130.6144,129.2816,127.9488,126.616,125.6164,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,127.9488,128.6152,129.2816,130.2812,131.2808,132.6136,132.9468,134.2796,134.2796,135.2792,135.2792,134.6128,134.6128,134.2796,134.946,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,135.6124,135.6124,135.6124,135.6124,136.2788,136.612,137.2784,137.2784,137.6116,138.6112,138.9444,139.6108,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.9432,141.9432,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,143.276,143.276,143.9424,144.6088,144.6088,144.6088,145.9416,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,145.9416,146.2748,146.608,146.608,147.27439999999999,147.27439999999999,147.9408,147.9408,148.9404,148.9404,149.6068,149.6068,150.2732,150.2732,150.6064,150.6064,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.606,151.606,150.6064,149.94,149.6068,149.6068,148.6072,148.6072,148.274,148.274,147.9408,147.9408,148.274,148.274,148.274,148.274,148.274,147.9408,147.27439999999999,147.27439999999999,146.608,146.608],[153.9384,153.9384,153.9384,153.9384,153.272,153.272,153.9384,153.9384,152.9388,152.9388,152.9388,152.9388,151.9392,151.2728,150.6064,150.6064,149.94,149.6068,149.6068,148.6072,147.27439999999999,146.2748,145.9416,145.9416,145.2752,145.2752,145.6084,145.6084,145.6084,145.9416,146.2748,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.2748,146.2748,146.2748,146.2748,146.608,147.27439999999999,147.9408,148.274,148.9404,149.2736,150.6064,150.6064,151.9392,151.9392,152.9388,153.9384,153.9384,153.9384,153.9384,153.9384,154.6048,154.6048,153.6052,152.9388,151.2728,149.2736,147.6076,146.608,145.6084,143.9424,141.9432,140.9436,139.6108,139.2776,138.6112,137.6116,136.9452,136.9452,136.9452,136.9452,136.612,136.9452,136.612,136.612,135.6124,135.6124,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.2796,134.2796,132.9468,131.9472,131.9472,131.2808,130.6144,129.948,128.6152,127.9488,127.6156,126.2828,125.9496,125.2832,123.6172,122.2844,122.9508,122.2844,121.618,120.9516,120.9516,120.2852,119.6188,119.6188,119.6188,119.6188,118.286,118.286,117.6196,117.2864,116.2868,115.2872,114.954,114.6208,113.288,113.288,113.288,112.95479999999999,112.2884,111.9552,111.9552,110.9556,109.956,109.2896,109.2896,107.9568,107.2904,106.2908,105.9576,104.6248,103.62519999999999,101.9592,101.2928,100.9596,100.2932,99.96,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,96.9612,96.628,96.2948,95.2952,93.9624,92.9628,91.9632,91.9632,91.9632,92.2964,91.63,91.63,90.2972,88.63119999999999,87.2984,86.2988,84.2996,82.96679999999999,81.634,79.968,78.6352,76.3028,74.97,73.304,70.6384,68.9724,66.9732,64.6408,62.6416,59.976,57.9768,54.6448,52.6456,50.3132,48.980399999999996,46.3148,44.982,42.6496,41.3168,40.3172,39.6508,38.6512,37.9848,37.3184,36.652,36.652,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,32.6536,33.32,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,43.316,44.6488,46.3148,48.980399999999996,50.3132,52.3124,53.6452,55.3112,56.977199999999996,58.6432,59.976,60.6424,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,64.6408,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.972,70.6384,71.3048,71.9712,73.63719999999999,74.3036,75.6364,78.30199999999999,80.6344,81.9672,83.6332,85.6324,86.9652,87.2984,87.9648,87.9648,87.2984,87.6316,88.298,88.298,88.298,88.298,88.298,87.9648,86.9652,85.9656,85.9656,85.6324,85.6324,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.9648,88.298,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,91.9632,91.63,91.63,91.63,91.63,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,92.2964,92.6296,93.6292,93.9624,95.6284,95.9616,96.2948,96.9612,96.2948,96.628,97.2944,98.294,98.96039999999999,100.2932,100.9596,101.626,103.292,103.62519999999999,104.2916,105.6244,105.6244,105.6244,106.2908,106.9572,106.624,106.624,106.624,106.624,106.624,106.624,106.624,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,104.2916,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,105.2912,105.6244,105.9576,105.6244,105.6244,106.2908,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,109.2896,109.956,109.2896,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.6224,109.956,108.6232,108.28999999999999,108.28999999999999,107.6236,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.6228,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.2912,104.958,104.958,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,106.9572,106.624,107.2904,107.6236,107.9568,107.9568,108.6232,108.9564,108.9564,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.954,115.6204,115.9536,116.62,117.2864,117.9528,118.61919999999999,119.6188,120.9516,121.9512,123.6172,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.9496,126.616,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,130.2812,130.6144,131.2808,131.2808,130.6144,130.6144,130.6144,129.6148,128.9484,128.282,126.9492,126.2828,125.6164,125.2832,124.6168,123.6172,123.28399999999999,122.2844,121.2848,120.2852,120.2852,119.952,119.952,119.952,119.952,119.2856,118.9524,118.286,118.9524,118.9524,119.2856,119.952,120.9516,121.2848,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.618,121.9512,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,119.952,119.952,118.9524,118.286,117.9528,116.62,114.954,113.6212,112.2884,110.9556,110.2892,110.6224,111.622,112.2884,113.288,115.2872,118.286,120.9516,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,120.2852,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.6188,119.952,119.952,119.6188,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.6184,120.6184,119.952,119.952,119.6188,119.6188,118.9524,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,120.2852,120.2852,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,120.9516,120.2852,119.952,119.952,119.952,119.952,120.2852,120.9516,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,123.9504,122.6176,122.2844,121.9512,121.2848,120.9516,119.6188,118.61919999999999,118.286,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.9524,118.61919999999999,118.61919999999999,118.9524,119.6188,119.952,119.952,120.9516,120.9516,121.2848,121.618,121.618,122.2844,122.9508,123.28399999999999,125.2832,125.9496,126.2828,127.2824,127.6156,127.9488,128.6152,129.2816,129.6148,129.948,130.9476,131.9472,132.9468,133.6132,134.946,134.946,134.2796,134.2796,132.6136,131.2808,129.6148,127.9488,126.616,125.2832,124.6168,124.6168,123.9504,123.9504,124.95,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.9504,123.9504,124.6168,125.2832,125.9496,126.9492,127.6156,127.6156,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,125.6164,125.9496,126.2828,127.6156,128.6152,130.9476,132.2804,133.28,134.2796,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,134.946,133.9464,131.9472,129.948,128.6152,127.6156,126.616,125.6164,125.2832,125.6164,126.2828,126.616,127.2824,128.282,128.6152,129.6148,129.948,130.2812,131.2808,132.6136,132.9468,134.2796,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.94559999999998,136.612,136.612,137.6116,137.6116,138.6112,139.2776,139.6108,139.944,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,142.9428,142.9428,143.276,143.276,143.9424,144.6088,144.6088,144.942,144.942,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.9416,145.9416,146.2748,146.2748,147.27439999999999,147.27439999999999,147.6076,147.6076,148.274,148.274,148.9404,148.9404,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,151.2728,151.2728,150.6064,150.6064,149.94,149.6068,148.6072,148.274,147.6076,147.6076,147.27439999999999,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.27439999999999,146.9412,146.2748,146.2748,145.9416],[153.9384,153.9384,153.9384,153.9384,153.272,153.272,153.9384,153.9384,152.9388,152.9388,152.9388,152.9388,151.9392,151.2728,150.6064,150.6064,149.94,149.6068,148.9404,148.274,147.27439999999999,146.2748,145.9416,145.9416,145.2752,145.2752,145.2752,145.2752,144.942,145.2752,145.2752,145.9416,145.9416,145.9416,145.9416,145.9416,145.9416,145.9416,145.9416,145.2752,145.2752,145.2752,145.6084,146.2748,146.608,147.27439999999999,147.27439999999999,148.274,148.9404,149.6068,149.94,150.93959999999998,151.606,152.6056,153.272,152.9388,153.272,152.9388,153.6052,153.6052,152.9388,151.9392,150.6064,149.2736,147.9408,146.9412,145.6084,143.9424,141.60999999999999,140.2772,138.9444,138.6112,137.6116,136.9452,136.612,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.6124,135.2792,134.946,134.2796,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,132.6136,131.9472,131.2808,130.9476,130.6144,129.6148,128.9484,127.6156,127.2824,126.2828,125.6164,125.2832,124.28359999999999,122.9508,121.618,121.618,120.9516,120.2852,119.952,119.952,119.2856,118.9524,118.286,118.286,118.286,117.6196,117.2864,117.2864,116.2868,114.6208,114.2876,113.95439999999999,113.288,112.2884,111.9552,111.9552,111.9552,110.9556,110.9556,110.2892,109.6228,108.9564,107.9568,107.6236,106.624,105.9576,105.2912,104.6248,103.62519999999999,101.9592,101.2928,100.9596,100.2932,98.96039999999999,98.6272,98.6272,97.96079999999999,97.6276,96.9612,96.2948,95.9616,95.6284,94.962,93.9624,93.29599999999999,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,89.2976,88.298,86.632,85.6324,84.2996,82.3004,80.9676,79.3016,77.6356,76.3028,74.97,73.304,71.9712,69.3056,67.6396,65.3072,62.6416,60.6424,57.9768,55.3112,53.312,50.9796,48.980399999999996,46.3148,44.982,42.6496,41.9832,40.9836,40.3172,39.3176,38.6512,37.9848,37.3184,36.652,36.652,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,32.6536,33.986399999999996,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,43.316,44.6488,46.3148,48.314,50.3132,51.646,52.9788,54.6448,56.3108,57.9768,59.309599999999996,59.976,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,64.3076,64.974,64.974,65.6404,66.9732,67.6396,68.306,68.9724,69.3056,69.972,70.6384,71.3048,72.9708,73.63719999999999,74.97,77.3024,79.968,81.634,83.6332,84.966,86.2988,87.2984,87.9648,87.9648,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,87.9648,86.9652,86.9652,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.9648,88.298,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.2964,91.63,91.63,91.63,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.63,92.6296,92.6296,93.6292,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.628,97.6276,98.96039999999999,100.2932,101.2928,102.2924,103.292,103.62519999999999,104.958,105.6244,105.6244,105.6244,106.9572,106.9572,106.624,106.624,106.624,106.624,107.2904,107.2904,106.624,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,107.6236,108.9564,109.2896,108.6232,109.2896,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,110.6224,109.956,108.6232,108.6232,108.6232,108.28999999999999,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,109.2896,109.6228,109.6228,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,106.9572,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,104.6248,104.6248,104.6248,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.624,106.624,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,115.6204,115.6204,116.2868,116.62,117.6196,117.9528,119.6188,119.952,121.9512,122.9508,124.6168,125.6164,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.9496,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,130.6144,130.9476,129.948,129.6148,128.6152,127.6156,126.9492,126.2828,125.6164,125.2832,124.28359999999999,123.6172,122.9508,121.9512,120.9516,120.2852,120.2852,119.952,119.952,119.952,119.2856,118.9524,118.286,118.9524,119.2856,119.952,120.2852,121.2848,121.2848,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,121.9512,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,119.952,119.2856,118.286,117.9528,116.62,116.2868,114.2876,112.95479999999999,111.622,110.9556,110.2892,110.6224,111.622,112.2884,113.288,115.2872,118.286,120.9516,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.952,119.2856,119.2856,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.6184,120.6184,119.952,119.952,119.6188,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.6188,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,119.952,119.952,119.952,119.952,120.2852,120.9516,121.9512,121.9512,122.9508,122.9508,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.6176,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,120.6184,120.6184,120.6184,120.6184,119.952,119.952,119.952,119.952,120.2852,119.6188,119.6188,119.952,119.952,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.618,122.2844,122.2844,123.28399999999999,123.28399999999999,123.9504,125.6164,126.2828,127.6156,128.282,128.9484,128.9484,129.6148,129.6148,129.948,129.948,130.9476,132.2804,133.6132,134.2796,134.946,134.946,134.2796,133.6132,132.6136,131.2808,129.2816,126.9492,125.2832,124.6168,123.9504,123.9504,123.9504,123.9504,124.95,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,124.6168,124.6168,125.2832,125.6164,126.616,127.6156,127.6156,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,125.6164,125.6164,125.9496,126.2828,127.6156,128.282,130.6144,131.9472,132.9468,134.2796,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,134.946,132.9468,131.614,129.948,128.6152,127.6156,125.9496,125.6164,125.2832,126.2828,126.616,127.2824,128.282,129.6148,129.948,129.6148,130.2812,130.9476,131.2808,132.9468,133.6132,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,133.9464,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.94559999999998,136.612,137.6116,137.6116,138.6112,138.6112,139.6108,139.6108,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.9424,144.6088,144.6088,144.942,144.942,144.942,144.942,145.6084,145.6084,144.942,145.6084,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,147.6076,147.6076,148.274,148.274,148.9404,148.9404,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,150.6064,150.6064,149.94,149.6068,148.9404,148.6072,147.9408,147.6076,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.27439999999999,147.27439999999999,146.2748,146.2748,145.9416,145.9416],[153.9384,153.9384,153.9384,153.9384,153.272,153.272,153.9384,153.9384,152.9388,152.9388,152.9388,152.9388,151.9392,151.2728,150.6064,150.6064,150.2732,149.6068,148.9404,148.274,147.27439999999999,146.2748,145.6084,145.2752,144.942,144.2756,144.2756,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,145.2752,145.6084,146.2748,146.9412,147.6076,147.6076,148.6072,149.6068,150.6064,151.606,152.2724,152.2724,152.2724,152.6056,152.9388,152.6056,151.9392,151.2728,149.94,148.9404,147.27439999999999,146.9412,144.942,143.276,141.60999999999999,139.944,138.9444,137.6116,136.612,135.94559999999998,135.94559999999998,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.2796,133.28,132.9468,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,131.9472,131.2808,131.614,130.6144,129.948,129.2816,128.6152,126.616,126.2828,125.6164,124.95,124.28359999999999,123.28399999999999,121.9512,120.6184,120.6184,119.952,119.6188,118.9524,118.9524,118.286,117.9528,117.6196,117.6196,117.6196,116.62,115.9536,115.2872,114.6208,113.95439999999999,112.2884,112.2884,111.9552,110.9556,110.9556,110.2892,110.2892,109.6228,109.6228,108.9564,107.9568,107.6236,106.624,105.9576,105.2912,104.6248,103.62519999999999,103.292,102.2924,101.2928,99.6268,98.96039999999999,98.6272,97.6276,96.628,96.628,95.9616,95.6284,94.962,94.962,93.9624,94.6288,93.29599999999999,92.9628,92.2964,91.2968,90.2972,90.2972,90.2972,90.6304,89.964,89.2976,88.298,87.2984,85.9656,84.966,83.6332,81.634,80.3012,78.9684,77.3024,75.6364,74.3036,72.6376,71.3048,69.3056,67.97279999999999,65.3072,62.6416,60.6424,57.9768,55.3112,53.312,50.9796,48.980399999999996,46.3148,44.982,42.6496,41.9832,40.9836,40.3172,39.3176,38.6512,37.9848,37.3184,37.3184,36.652,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,32.6536,33.986399999999996,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,43.316,44.6488,46.3148,48.314,49.6468,50.9796,52.3124,53.6452,55.6444,56.977199999999996,58.31,58.9764,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,74.3036,76.636,78.6352,80.9676,82.96679999999999,84.2996,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,86.9652,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.9648,88.298,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,90.6304,90.2972,90.2972,90.2972,89.964,89.964,89.964,90.2972,90.6304,91.63,91.9632,92.9628,93.9624,94.962,94.962,95.9616,95.9616,96.2948,96.628,97.2944,98.96039999999999,99.96,100.6264,101.626,103.292,103.62519999999999,104.958,105.6244,105.2912,105.6244,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,106.624,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.9584,103.9584,103.9584,104.2916,104.2916,104.6248,104.6248,104.958,104.958,105.6244,105.9576,106.2908,106.2908,107.2904,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.6224,109.956,108.6232,108.6232,108.6232,108.6232,109.2896,108.9564,108.6232,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,108.9564,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.6224,110.6224,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.6208,115.2872,115.9536,116.62,117.2864,117.6196,118.61919999999999,119.6188,121.2848,122.2844,123.6172,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,127.6156,127.6156,127.2824,127.2824,127.2824,127.9488,127.9488,127.9488,128.6152,128.6152,129.2816,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.9472,132.2804,132.2804,132.6136,131.9472,131.2808,130.6144,130.6144,129.2816,127.9488,127.6156,126.2828,125.6164,125.2832,124.6168,123.6172,122.9508,121.9512,120.9516,120.2852,119.952,119.952,119.952,119.2856,119.2856,118.9524,118.9524,119.2856,119.2856,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,121.9512,121.2848,120.9516,120.2852,119.6188,119.952,119.952,119.952,119.952,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,118.9524,118.286,117.6196,116.62,115.6204,113.6212,112.95479999999999,110.9556,110.2892,110.2892,110.6224,111.2888,111.622,112.95479999999999,114.6208,118.286,120.2852,121.618,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.2848,120.9516,119.952,119.2856,119.2856,119.2856,119.2856,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.286,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.9524,119.6188,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,119.952,119.952,120.2852,120.9516,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.9508,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,122.2844,121.618,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,123.9504,124.95,126.2828,127.6156,128.6152,129.2816,129.948,129.948,129.6148,129.6148,129.6148,129.948,130.9476,132.2804,133.6132,134.2796,134.946,134.946,134.2796,133.6132,132.6136,130.9476,128.6152,126.616,124.6168,123.9504,123.28399999999999,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.6164,126.616,127.2824,128.282,128.282,128.282,128.282,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.2828,127.6156,127.9488,129.948,131.614,132.9468,134.2796,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,134.2796,132.6136,130.9476,129.6148,127.9488,127.6156,126.616,125.9496,125.9496,126.2828,127.6156,128.6152,129.948,130.6144,130.2812,130.9476,130.9476,130.6144,131.9472,132.9468,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.6132,133.6132,133.9464,133.9464,133.9464,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,135.2792,135.94559999999998,136.612,137.2784,137.6116,137.9448,138.6112,138.9444,139.6108,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.9428,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.942,144.942,144.6088,145.2752,145.6084,145.6084,146.2748,146.608,147.27439999999999,147.27439999999999,147.6076,147.9408,148.274,148.274,148.9404,149.6068,149.94,149.94,149.94,150.2732,150.2732,150.2732,150.2732,150.2732,150.2732,150.2732,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.6068,148.9404,148.274,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.2748,145.6084,145.6084,145.2752],[153.9384,153.9384,153.9384,153.9384,153.272,153.272,153.9384,153.9384,152.9388,152.9388,152.9388,152.9388,151.9392,151.2728,150.6064,150.6064,150.2732,149.6068,148.9404,148.274,147.27439999999999,145.6084,145.2752,145.2752,144.2756,144.2756,144.2756,144.2756,143.9424,143.9424,143.9424,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,142.9428,142.9428,142.9428,142.9428,143.276,143.9424,143.9424,144.6088,144.942,145.2752,146.2748,147.27439999999999,148.6072,149.94,150.6064,151.2728,152.2724,151.9392,151.9392,152.6056,151.9392,151.606,150.6064,149.94,148.274,146.608,146.2748,144.6088,142.6096,140.9436,139.6108,138.278,137.2784,135.94559999999998,135.2792,134.946,134.946,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,132.2804,131.9472,130.9476,130.6144,130.6144,130.6144,130.9476,130.6144,130.6144,130.6144,130.9476,130.2812,129.6148,129.6148,128.6152,127.6156,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.2844,121.2848,119.952,119.6188,118.9524,118.286,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.6204,114.954,113.6212,113.6212,113.288,111.9552,110.9556,110.9556,110.2892,109.6228,109.2896,108.6232,108.6232,107.9568,107.9568,107.6236,106.624,105.9576,105.2912,105.2912,104.2916,103.292,102.2924,101.626,100.6264,98.96039999999999,97.96079999999999,96.628,96.2948,96.2948,95.6284,94.962,94.6288,93.9624,93.6292,93.6292,92.9628,92.9628,91.63,90.9636,90.2972,89.2976,88.63119999999999,88.9644,88.9644,88.298,87.6316,86.9652,86.2988,84.966,85.2992,84.2996,82.3004,80.9676,79.6348,77.9688,76.3028,74.97,74.3036,72.6376,71.3048,69.3056,67.3064,65.3072,62.6416,60.6424,57.9768,55.3112,53.312,50.9796,48.980399999999996,46.9812,44.982,43.316,41.9832,41.65,40.9836,39.984,39.3176,38.6512,37.9848,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,32.6536,33.986399999999996,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,43.316,44.6488,46.3148,48.314,49.6468,50.9796,52.3124,53.6452,55.6444,56.3108,57.6436,58.31,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,72.9708,74.3036,75.9696,78.6352,79.968,82.3004,83.6332,85.6324,86.2988,86.2988,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,86.2988,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.9648,88.298,88.298,89.2976,89.964,91.63,92.2964,92.9628,92.9628,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.2968,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.9632,93.6292,93.9624,94.2956,94.962,95.2952,95.9616,96.2948,97.2944,98.6272,99.2936,99.96,101.2928,102.2924,103.292,103.9584,104.6248,105.6244,105.6244,105.9576,106.624,107.6236,106.9572,106.9572,106.9572,107.2904,107.2904,106.624,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.2924,102.9588,102.9588,102.9588,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,104.958,105.9576,105.9576,106.2908,106.9572,107.6236,107.9568,108.6232,109.2896,109.2896,110.2892,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.956,110.6224,109.956,109.6228,108.9564,108.9564,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,106.9572,106.9572,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,104.958,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.6224,110.6224,111.2888,111.2888,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,114.6208,114.6208,115.6204,115.9536,116.62,117.2864,117.6196,118.9524,120.2852,121.2848,122.2844,123.6172,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,125.6164,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.9488,127.9488,128.6152,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,130.6144,130.9476,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,130.6144,130.6144,129.948,128.6152,127.6156,126.9492,125.6164,125.2832,124.6168,123.6172,122.9508,121.9512,120.9516,120.2852,119.952,119.952,119.2856,119.2856,119.2856,118.9524,118.9524,119.2856,119.952,120.9516,121.618,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.618,121.2848,120.9516,120.2852,119.6188,119.6188,119.952,119.952,119.952,119.2856,118.9524,118.286,118.286,118.286,117.9528,118.9524,118.9524,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,119.952,119.2856,118.286,117.9528,116.9532,115.9536,114.6208,113.288,111.9552,110.6224,109.956,109.956,109.956,110.6224,111.622,112.95479999999999,114.6208,117.9528,120.2852,121.2848,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.618,120.9516,120.9516,119.952,119.952,119.2856,119.2856,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.6188,119.6188,118.9524,118.286,117.9528,117.9528,116.9532,116.9532,117.6196,117.6196,117.9528,117.9528,118.9524,118.9524,119.952,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,119.952,119.952,120.2852,120.9516,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.95,124.95,125.2832,127.2824,127.9488,129.2816,129.948,130.2812,130.6144,130.6144,129.6148,129.6148,129.948,130.9476,132.2804,133.6132,134.2796,134.946,134.2796,133.6132,132.6136,131.9472,129.948,127.6156,125.2832,123.6172,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.6164,126.2828,127.2824,127.6156,128.6152,129.2816,129.2816,128.6152,128.6152,127.9488,127.6156,127.6156,126.9492,126.9492,126.9492,126.616,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.2828,127.6156,127.9488,129.948,131.614,132.9468,134.2796,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,134.6128,134.6128,133.6132,131.9472,130.9476,128.9484,127.9488,127.6156,126.616,126.616,127.2824,127.6156,128.6152,129.948,130.6144,130.2812,130.6144,131.2808,131.2808,131.9472,132.6136,133.6132,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,133.28,133.28,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,135.6124,135.94559999999998,137.2784,137.2784,137.9448,137.9448,138.9444,138.9444,139.6108,139.6108,139.944,139.944,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.9432,141.9432,142.6096,142.9428,142.9428,142.9428,143.276,143.9424,143.9424,143.9424,143.9424,144.6088,144.6088,144.6088,144.942,144.942,145.6084,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,149.6068,149.6068,149.94,149.94,150.2732,150.2732,150.2732,150.2732,150.2732,150.2732,150.2732,150.2732,150.6064,150.6064,149.94,149.94,149.6068,148.9404,148.6072,147.9408,147.27439999999999,147.27439999999999,146.608,146.608,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,146.608,146.2748,145.6084,145.6084,145.2752,145.2752],[153.272,153.272,153.272,153.272,153.272,153.272,153.9384,153.9384,153.6052,153.6052,153.6052,152.9388,151.9392,151.2728,150.6064,150.6064,149.94,149.6068,148.6072,148.274,147.27439999999999,145.6084,145.2752,144.2756,144.2756,143.9424,143.276,143.276,143.276,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.6096,142.6096,143.276,143.9424,144.942,145.9416,147.27439999999999,148.6072,149.94,150.6064,151.2728,151.606,151.2728,151.9392,151.9392,151.2728,150.2732,149.2736,147.9408,146.2748,145.6084,143.9424,142.2764,140.2772,139.2776,137.6116,136.612,135.2792,134.2796,133.6132,133.6132,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,130.9476,130.6144,129.6148,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,129.2816,128.6152,128.6152,128.6152,128.6152,127.6156,126.616,125.2832,124.28359999999999,122.6176,122.6176,121.9512,120.9516,119.952,118.9524,118.286,117.6196,116.62,115.6204,115.2872,114.954,114.954,114.2876,114.2876,113.6212,112.95479999999999,111.622,111.622,110.9556,109.956,108.9564,109.2896,108.28999999999999,107.9568,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,105.2912,104.958,104.2916,103.62519999999999,103.292,101.9592,100.9596,99.6268,98.6272,96.628,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,92.9628,92.2964,90.9636,90.9636,89.964,88.63119999999999,88.298,86.9652,86.9652,86.2988,86.2988,86.2988,84.6328,83.9664,83.3,82.96679999999999,82.96679999999999,81.634,80.6344,79.3016,78.6352,76.9692,74.97,73.63719999999999,72.9708,71.9712,69.972,68.6392,67.3064,64.6408,62.6416,60.6424,57.9768,55.3112,53.9784,51.646,49.6468,47.6476,45.6484,43.9824,42.6496,42.3164,41.65,39.984,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,32.6536,33.986399999999996,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,43.316,44.6488,46.3148,48.314,49.6468,50.9796,51.646,52.9788,54.978,55.6444,56.977199999999996,57.6436,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,64.974,64.974,65.6404,66.3068,66.9732,68.306,68.9724,69.6388,70.6384,71.3048,72.9708,74.3036,75.9696,78.6352,79.968,81.634,83.6332,84.2996,84.966,84.966,85.2992,85.6324,85.6324,85.6324,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,89.2976,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.6292,93.6292,92.2964,92.2964,91.63,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,92.2964,93.29599999999999,93.6292,93.9624,94.6288,95.2952,96.2948,96.628,98.294,98.96039999999999,99.96,100.6264,102.2924,103.292,103.62519999999999,104.2916,104.958,105.6244,105.9576,106.624,107.6236,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,104.958,104.958,103.9584,103.62519999999999,103.62519999999999,102.6256,102.2924,102.2924,102.2924,101.9592,101.9592,102.2924,101.9592,102.2924,102.6256,102.6256,102.6256,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.958,104.958,105.6244,105.9576,106.9572,107.6236,107.9568,108.6232,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.6224,110.6224,109.956,109.6228,109.6228,109.6228,109.6228,109.2896,109.2896,109.2896,108.6232,107.2904,107.2904,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,105.9576,105.9576,105.9576,105.9576,105.9576,105.2912,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,103.62519999999999,103.292,103.292,103.62519999999999,104.2916,104.958,104.6248,104.958,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,109.6228,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,111.2888,111.2888,111.9552,112.2884,112.2884,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,115.9536,116.62,117.6196,118.9524,119.952,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.95,124.95,124.95,124.95,125.6164,125.6164,125.6164,125.6164,126.2828,126.9492,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.948,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.2812,129.948,128.6152,127.6156,126.9492,125.6164,125.2832,124.6168,123.6172,122.9508,121.9512,121.2848,120.9516,120.2852,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,120.2852,120.9516,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.618,121.2848,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,117.9528,117.6196,117.6196,117.6196,117.6196,117.9528,119.2856,119.952,120.9516,120.9516,121.2848,121.9512,121.9512,121.9512,121.2848,120.2852,119.952,119.6188,118.9524,118.286,117.6196,116.62,115.2872,113.6212,112.6216,110.9556,109.956,109.2896,109.2896,109.2896,110.6224,111.622,112.2884,114.6208,117.6196,118.9524,120.9516,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.286,117.6196,117.2864,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,118.286,118.9524,119.6188,119.6188,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,120.9516,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,122.9508,122.9508,123.6172,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.2832,125.6164,125.6164,126.616,127.9488,128.6152,129.6148,130.2812,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,131.2808,132.6136,133.6132,134.2796,134.2796,133.6132,132.9468,131.9472,130.9476,128.9484,126.616,123.9504,122.9508,122.2844,121.9512,122.6176,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.6164,126.616,127.2824,127.6156,128.282,129.2816,129.948,129.6148,129.2816,128.6152,128.282,127.6156,127.6156,126.9492,126.616,125.9496,125.9496,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,127.6156,127.9488,129.948,131.614,132.9468,134.2796,135.6124,135.6124,136.2788,136.2788,135.6124,135.6124,135.2792,135.2792,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,133.28,131.9472,130.9476,129.948,128.282,127.9488,127.9488,127.9488,128.282,129.6148,129.948,130.9476,130.9476,131.2808,131.9472,131.9472,132.9468,132.9468,133.28,134.2796,134.2796,134.946,134.946,135.2792,135.2792,134.946,134.946,134.2796,133.6132,133.28,133.28,132.9468,132.9468,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,132.9468,132.9468,132.9468,132.9468,133.6132,134.2796,134.2796,134.946,135.2792,135.94559999999998,136.612,137.2784,137.2784,137.6116,137.9448,138.6112,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,140.2772,140.9436,140.9436,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.6096,142.6096,142.6096,143.276,143.9424,143.9424,143.9424,144.2756,144.942,144.942,145.2752,145.6084,146.2748,146.2748,146.9412,147.27439999999999,147.6076,147.6076,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.2736,149.2736,149.2736,149.2736,148.9404,148.9404,148.274,147.9408,147.27439999999999,146.9412,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,145.6084,144.942,144.6088,144.6088,143.9424],[153.272,153.272,153.272,153.272,153.272,153.272,153.9384,153.9384,153.6052,153.6052,153.6052,152.9388,151.9392,151.2728,150.6064,150.6064,149.94,149.6068,148.6072,148.274,147.27439999999999,146.2748,145.2752,144.2756,144.2756,143.9424,143.276,142.9428,142.6096,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.2768,141.2768,141.2768,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,144.6088,146.2748,147.6076,149.2736,149.6068,150.6064,150.6064,150.6064,151.2728,151.606,151.2728,149.6068,149.2736,147.9408,146.2748,145.2752,143.9424,142.9428,140.9436,139.2776,137.6116,136.612,134.946,133.28,132.9468,132.2804,131.9472,131.2808,130.9476,130.6144,130.6144,130.6144,129.6148,128.6152,127.9488,127.2824,127.2824,127.2824,126.616,126.616,127.2824,126.9492,127.2824,127.2824,127.2824,126.9492,125.6164,125.2832,123.6172,122.9508,120.9516,120.6184,119.952,119.952,118.286,117.6196,117.6196,116.62,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.2884,110.9556,110.6224,109.956,108.9564,107.9568,107.2904,106.9572,106.624,105.9576,105.9576,105.9576,105.2912,104.958,104.958,104.958,103.62519999999999,102.9588,102.2924,101.9592,101.2928,100.2932,98.96039999999999,97.96079999999999,96.628,95.2952,94.6288,94.2956,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,90.9636,90.6304,89.2976,88.63119999999999,88.298,87.9648,86.632,85.6324,84.2996,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.3004,81.634,80.9676,79.968,79.968,78.30199999999999,77.3024,75.6364,74.97,73.63719999999999,72.3044,70.6384,69.972,68.6392,66.9732,63.9744,61.9752,59.976,58.6432,55.9776,53.9784,51.646,50.3132,47.6476,46.3148,43.9824,43.316,42.3164,41.65,40.6504,39.984,39.3176,38.6512,37.9848,37.9848,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,43.316,44.6488,46.3148,48.314,49.6468,50.9796,51.646,52.9788,54.3116,54.978,56.3108,56.977199999999996,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,64.3076,64.3076,64.974,64.974,64.974,64.974,65.6404,66.9732,67.6396,68.306,68.9724,70.6384,71.9712,73.63719999999999,74.97,76.636,78.6352,79.968,81.634,82.96679999999999,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.9656,85.9656,85.9656,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.9644,89.964,90.6304,91.63,92.2964,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.6292,92.9628,92.2964,91.63,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.63119999999999,89.964,90.9636,92.2964,92.2964,93.6292,93.9624,94.6288,95.6284,96.9612,97.96079999999999,98.6272,99.2936,100.2932,101.626,102.6256,103.292,103.62519999999999,104.958,105.6244,105.9576,106.624,107.6236,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.958,104.958,103.9584,103.62519999999999,103.62519999999999,103.292,102.2924,102.2924,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.9584,104.6248,105.2912,105.9576,106.624,107.6236,107.9568,108.9564,109.2896,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.6224,110.2892,109.6228,109.6228,109.6228,109.6228,109.2896,108.6232,108.6232,108.6232,107.2904,106.9572,106.2908,105.9576,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.622,111.622,112.6216,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,115.9536,116.62,118.286,118.9524,120.6184,121.9512,122.6176,122.2844,121.618,121.618,122.2844,122.2844,122.6176,122.6176,122.6176,122.6176,122.6176,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,126.2828,126.9492,127.2824,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.6152,129.2816,129.2816,129.948,129.948,129.6148,129.6148,130.2812,130.6144,129.948,129.2816,127.9488,126.9492,126.2828,125.6164,125.2832,124.6168,123.6172,122.9508,121.9512,120.9516,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.2848,120.9516,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,117.6196,117.6196,116.9532,116.9532,117.2864,117.9528,119.2856,119.952,120.9516,121.2848,121.9512,122.2844,122.2844,122.2844,121.9512,120.9516,119.6188,118.9524,118.286,117.9528,116.62,115.9536,114.2876,112.95479999999999,111.622,109.956,108.6232,108.6232,109.2896,109.2896,110.6224,110.9556,112.2884,113.6212,116.62,118.9524,120.9516,121.2848,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,118.9524,118.9524,118.286,117.6196,117.2864,116.62,116.2868,115.9536,115.9536,115.9536,116.62,116.2868,117.2864,118.286,118.61919999999999,118.9524,119.6188,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,121.9512,121.9512,122.2844,122.2844,121.9512,122.2844,123.28399999999999,123.6172,124.6168,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,126.616,126.2828,126.2828,125.6164,125.6164,124.95,124.95,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,126.616,126.9492,127.6156,128.282,129.2816,129.6148,130.2812,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,132.6136,133.6132,134.2796,134.2796,133.6132,132.6136,131.9472,129.6148,127.6156,125.2832,123.9504,122.9508,122.2844,121.9512,121.9512,122.9508,123.28399999999999,123.6172,124.28359999999999,124.6168,125.2832,125.6164,125.6164,126.616,127.2824,127.6156,128.282,129.2816,129.948,129.948,129.2816,128.6152,128.282,127.6156,127.6156,126.9492,126.616,125.6164,125.6164,124.95,124.95,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,127.6156,127.9488,129.948,131.614,132.9468,134.2796,135.6124,136.2788,136.2788,136.2788,135.6124,135.6124,135.2792,135.2792,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,133.28,132.2804,131.2808,130.2812,129.948,129.6148,129.2816,129.6148,130.2812,131.2808,131.9472,131.614,131.614,131.9472,131.9472,132.9468,132.9468,133.28,133.28,134.2796,134.2796,134.946,134.946,135.2792,135.2792,134.946,134.946,134.2796,133.28,133.28,133.28,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,135.2792,136.612,136.612,137.2784,137.2784,137.6116,137.9448,137.9448,138.6112,138.6112,139.2776,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.9432,141.9432,142.2764,142.2764,142.2764,142.2764,142.9428,143.276,143.276,143.276,144.2756,144.2756,144.942,144.942,145.6084,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,147.6076,147.6076,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,148.274,147.9408,147.27439999999999,147.27439999999999,146.2748,146.2748,145.6084,145.6084,145.9416,145.9416,145.9416,145.9416,146.2748,146.2748,145.6084,145.6084,144.6088,144.6088,143.9424,143.9424],[153.272,153.272,153.272,153.272,153.272,153.272,153.9384,153.9384,153.9384,153.9384,153.272,152.9388,152.6056,151.9392,150.93959999999998,150.93959999999998,150.6064,149.6068,148.6072,148.274,147.27439999999999,146.2748,145.6084,144.2756,144.2756,143.276,143.276,142.9428,141.9432,141.2768,141.2768,141.2768,141.2768,141.2768,141.2768,141.2768,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.2772,140.2772,140.2772,140.2772,141.60999999999999,142.2764,143.9424,145.6084,146.9412,147.6076,149.2736,149.94,150.2732,150.6064,151.2728,151.606,151.2728,149.6068,149.2736,147.9408,146.2748,145.2752,144.2756,142.9428,140.6104,138.6112,137.6116,136.2788,134.2796,133.28,132.2804,131.614,131.2808,130.9476,130.6144,129.948,129.2816,129.2816,128.6152,127.6156,126.9492,125.9496,125.9496,125.6164,125.2832,125.2832,125.2832,125.6164,126.2828,125.9496,125.9496,125.6164,124.6168,123.28399999999999,122.9508,121.2848,120.2852,118.9524,119.6188,118.9524,117.6196,116.62,116.62,115.6204,114.2876,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.9556,109.956,108.6232,108.28999999999999,107.6236,106.624,105.6244,105.6244,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,102.9588,102.9588,102.6256,101.9592,100.6264,99.96,100.6264,99.96,98.6272,97.96079999999999,96.628,95.9616,94.6288,92.9628,92.2964,91.9632,90.9636,90.9636,91.2968,91.2968,90.2972,89.964,88.63119999999999,88.298,87.2984,86.632,86.2988,85.6324,84.2996,83.6332,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,79.968,79.3016,78.9684,77.6356,76.9692,76.3028,74.6368,73.9704,72.6376,71.3048,70.6384,69.3056,68.306,66.9732,63.9744,61.9752,59.976,58.6432,55.9776,53.9784,52.3124,50.3132,48.314,46.3148,44.6488,43.316,42.9828,42.3164,40.6504,39.984,39.3176,38.6512,38.6512,37.9848,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,35.3192,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,43.316,44.6488,46.3148,48.314,49.6468,50.9796,51.646,52.9788,54.3116,54.978,55.6444,56.977199999999996,57.9768,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,62.6416,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,66.9732,67.6396,68.306,68.9724,70.6384,72.6376,74.3036,75.6364,77.3024,79.3016,80.6344,81.3008,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.966,85.6324,85.9656,86.2988,87.2984,87.9648,87.9648,87.9648,88.298,88.298,87.6316,88.298,88.63119999999999,89.2976,89.964,91.2968,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.6288,93.9624,93.9624,92.9628,92.2964,91.63,90.6304,89.964,89.964,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,87.6316,87.6316,88.298,88.63119999999999,90.6304,90.9636,91.63,92.2964,93.9624,94.6288,95.6284,96.2948,97.6276,98.6272,99.2936,99.96,101.626,102.6256,103.292,103.62519999999999,104.958,105.6244,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.958,103.9584,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.626,101.2928,101.2928,101.2928,100.9596,100.9596,101.2928,101.2928,101.626,101.626,101.626,101.9592,101.9592,101.9592,101.9592,102.6256,102.9588,103.62519999999999,103.9584,104.6248,105.9576,106.624,106.9572,107.6236,107.9568,108.9564,108.9564,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.2892,110.2892,109.956,109.956,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,101.9592,101.2928,101.2928,101.2928,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,110.9556,110.9556,111.2888,111.622,112.6216,113.288,113.288,113.6212,114.2876,114.954,114.2876,114.6208,115.2872,115.9536,116.62,118.286,118.9524,119.952,120.6184,120.6184,120.6184,120.6184,120.2852,120.6184,120.6184,120.6184,120.6184,120.6184,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,123.6172,124.28359999999999,124.6168,125.2832,125.6164,126.9492,127.6156,127.6156,127.9488,127.6156,127.6156,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.282,127.9488,126.9492,126.2828,125.6164,125.2832,124.6168,124.6168,123.6172,122.9508,121.9512,120.9516,120.2852,119.6188,118.9524,118.286,118.9524,118.9524,118.9524,119.6188,120.9516,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,121.618,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,121.2848,120.2852,119.6188,118.61919999999999,118.61919999999999,117.9528,118.286,118.286,118.286,117.9528,117.6196,116.9532,116.9532,116.9532,117.2864,117.9528,119.2856,120.2852,121.2848,121.9512,122.6176,122.9508,122.9508,122.9508,121.9512,120.9516,119.6188,118.9524,117.9528,117.2864,116.2868,115.6204,113.6212,112.2884,111.2888,109.956,108.6232,108.6232,108.6232,109.2896,109.956,110.6224,112.2884,113.288,115.9536,117.9528,119.952,121.2848,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,119.952,119.952,119.2856,119.2856,119.2856,118.9524,118.286,118.286,118.286,118.286,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.61919999999999,117.9528,117.2864,116.62,116.62,116.2868,115.6204,115.6204,115.6204,115.9536,116.2868,117.2864,117.9528,118.61919999999999,118.9524,118.9524,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.618,121.618,121.618,122.2844,122.6176,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.2824,127.6156,128.6152,128.6152,128.282,128.282,128.282,127.6156,126.9492,126.616,126.616,126.616,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.616,127.2824,127.6156,127.6156,128.6152,129.6148,129.6148,129.6148,130.9476,130.9476,131.614,131.614,131.614,131.614,131.9472,132.9468,133.6132,134.2796,133.6132,132.9468,131.9472,130.9476,129.2816,126.616,124.95,122.9508,122.2844,121.618,121.618,122.2844,122.2844,122.9508,123.6172,124.28359999999999,124.6168,125.2832,125.6164,125.6164,126.616,127.2824,127.6156,127.9488,129.2816,129.6148,129.948,129.2816,128.6152,128.282,127.6156,127.6156,126.616,125.6164,125.6164,125.2832,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,127.6156,128.282,129.948,131.614,132.9468,134.2796,135.6124,136.2788,136.612,136.612,135.6124,135.6124,135.2792,135.2792,134.2796,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,134.946,134.6128,133.6132,133.6132,132.9468,132.6136,131.9472,131.9472,131.614,131.2808,132.9468,132.9468,133.28,133.28,132.9468,132.2804,132.2804,132.9468,132.9468,133.28,133.28,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.2796,133.28,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,133.28,133.28,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,132.6136,132.6136,133.28,133.6132,133.6132,134.2796,134.946,135.2792,136.2788,136.612,136.612,136.612,136.9452,137.6116,137.6116,137.9448,137.9448,138.6112,138.9444,138.9444,138.9444,138.9444,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.9428,142.9428,143.276,143.6092,144.2756,144.2756,144.942,145.2752,145.6084,145.6084,146.2748,146.608,147.27439999999999,147.27439999999999,147.6076,147.9408,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.27439999999999,146.608,146.2748,145.6084,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.2752,144.6088,143.9424,143.9424,143.276],[153.272,153.272,153.272,153.272,153.272,153.272,153.9384,153.9384,153.9384,153.9384,153.9384,153.272,152.9388,152.6056,151.606,150.93959999999998,150.93959999999998,149.94,149.2736,148.6072,147.6076,146.2748,145.6084,144.942,144.2756,143.276,142.9428,142.9428,141.9432,141.2768,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.2776,139.944,139.944,139.944,139.944,140.9436,141.60999999999999,143.276,143.9424,145.6084,146.9412,147.6076,148.6072,149.6068,149.94,151.2728,151.2728,150.6064,149.6068,149.2736,147.9408,146.2748,145.6084,144.2756,142.9428,140.9436,138.6112,137.6116,136.2788,134.6128,132.9468,132.2804,131.614,130.9476,130.2812,129.948,129.2816,128.9484,128.282,127.9488,126.9492,126.616,125.6164,124.95,123.9504,123.9504,123.9504,123.9504,123.9504,124.28359999999999,124.95,124.28359999999999,124.6168,123.28399999999999,122.9508,121.618,120.9516,119.6188,118.286,118.9524,118.286,116.9532,115.9536,115.9536,114.954,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.622,110.9556,109.956,108.6232,108.28999999999999,107.6236,106.9572,105.9576,105.2912,104.958,103.9584,103.62519999999999,103.292,103.292,101.9592,101.9592,101.9592,101.2928,100.6264,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,95.9616,94.962,93.6292,92.2964,91.2968,91.2968,89.964,89.964,90.2972,89.964,89.2976,88.298,87.9648,86.632,86.632,86.2988,84.966,84.2996,83.3,82.96679999999999,82.3004,82.3004,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,76.3028,75.6364,74.97,73.9704,72.6376,71.9712,70.6384,69.972,69.3056,67.6396,66.3068,63.9744,62.6416,60.6424,58.6432,55.9776,54.6448,52.3124,50.9796,48.314,46.9812,44.6488,43.9824,42.9828,42.3164,41.3168,39.984,39.3176,39.3176,38.6512,37.9848,37.3184,36.652,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,35.3192,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,43.316,44.6488,46.3148,48.314,49.6468,50.3132,51.646,52.3124,53.6452,54.978,55.6444,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,63.6412,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,68.306,69.3056,69.972,71.3048,73.63719999999999,74.97,76.3028,78.30199999999999,79.968,80.6344,81.3008,81.9672,82.3004,82.3004,82.3004,81.634,81.634,81.634,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.966,85.9656,86.9652,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.6316,87.6316,88.298,88.63119999999999,89.2976,90.6304,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.9628,92.2964,91.2968,90.2972,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,87.2984,87.2984,88.298,88.63119999999999,89.964,90.6304,91.63,92.2964,93.29599999999999,93.9624,94.6288,95.9616,96.9612,97.96079999999999,98.96039999999999,99.96,101.2928,101.626,102.6256,103.62519999999999,104.6248,105.2912,105.9576,105.9576,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.958,104.6248,103.62519999999999,103.292,103.292,102.6256,102.6256,101.626,101.626,101.626,101.2928,101.2928,101.2928,100.9596,100.9596,101.2928,101.2928,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,101.9592,102.9588,102.9588,103.62519999999999,103.9584,105.6244,105.9576,106.9572,106.9572,106.9572,107.9568,108.28999999999999,108.9564,109.956,110.2892,110.6224,110.9556,110.9556,110.9556,110.6224,110.6224,110.2892,109.956,109.956,108.6232,107.9568,107.9568,107.6236,107.6236,106.2908,105.6244,105.6244,104.958,103.62519999999999,103.62519999999999,103.292,103.292,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.292,102.6256,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.2928,100.9596,100.9596,100.9596,100.9596,101.626,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.958,104.958,104.958,104.958,105.2912,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.622,112.2884,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,115.2872,115.2872,115.9536,116.62,117.6196,118.286,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.2852,120.9516,120.9516,121.9512,121.9512,122.6176,123.6172,124.6168,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,125.9496,125.9496,126.616,126.9492,126.9492,126.616,125.9496,125.6164,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,127.6156,127.6156,126.9492,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,123.6172,122.2844,121.2848,120.9516,120.2852,119.6188,118.9524,118.9524,118.9524,119.2856,118.9524,119.6188,120.9516,121.2848,121.9512,122.6176,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.618,121.618,121.618,121.618,122.2844,122.2844,122.2844,122.2844,121.9512,120.9516,119.6188,118.61919999999999,118.61919999999999,117.9528,118.286,118.286,117.9528,117.9528,116.9532,116.9532,116.9532,117.6196,117.2864,117.9528,119.2856,120.9516,121.9512,122.6176,122.9508,123.9504,123.6172,123.6172,122.2844,120.9516,119.6188,118.286,117.9528,116.9532,115.6204,114.954,113.6212,112.2884,111.2888,110.2892,109.2896,108.6232,108.6232,108.6232,109.956,111.2888,112.2884,113.288,115.6204,117.2864,119.6188,120.9516,121.618,122.2844,122.2844,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,119.952,119.2856,119.2856,118.9524,118.9524,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,117.2864,116.62,116.2868,116.2868,115.6204,114.954,114.954,114.6208,115.2872,115.6204,116.62,116.9532,117.9528,118.61919999999999,118.9524,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.618,121.618,121.618,121.618,122.6176,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.2824,128.282,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.9484,127.9488,127.9488,127.9488,128.6152,127.9488,127.6156,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.6152,128.6152,128.9484,129.2816,129.948,130.6144,130.9476,131.614,131.614,131.614,131.9472,132.2804,132.9468,133.6132,134.2796,133.6132,132.9468,131.9472,129.948,128.282,126.2828,124.28359999999999,122.9508,122.2844,121.618,121.618,121.618,122.2844,122.2844,123.28399999999999,123.6172,124.6168,125.2832,125.6164,125.6164,126.616,126.616,127.6156,127.6156,128.9484,129.2816,129.2816,129.2816,128.282,128.282,127.6156,126.9492,125.9496,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.9492,128.6152,129.948,131.614,132.9468,134.2796,136.2788,136.2788,136.612,136.612,135.6124,135.6124,135.2792,135.2792,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,134.2796,134.2796,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,134.2796,134.2796,134.2796,133.6132,133.28,132.9468,132.2804,132.2804,132.9468,133.28,133.28,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,133.28,133.28,132.9468,132.2804,132.2804,132.2804,132.2804,133.28,133.28,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.6132,133.6132,134.2796,134.946,135.2792,135.6124,136.2788,136.612,136.612,136.612,136.612,137.2784,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,137.6116,137.9448,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.9428,142.9428,143.276,143.276,144.2756,144.2756,144.942,144.942,145.6084,145.6084,146.2748,146.608,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,145.6084,145.6084,145.2752,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,144.942,144.942,144.2756,143.9424,143.276,143.276,143.276],[153.9384,153.9384,153.9384,153.9384,154.2716,154.2716,154.2716,154.2716,154.938,154.938,154.938,153.9384,153.9384,152.9388,152.9388,152.6056,151.606,150.93959999999998,149.94,149.2736,147.9408,146.608,145.6084,145.2752,144.2756,143.276,142.9428,142.6096,141.9432,140.9436,140.6104,140.6104,139.944,139.944,139.944,139.944,139.2776,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,138.6112,138.6112,139.6108,139.944,139.944,140.9436,141.9432,143.276,144.942,145.6084,146.2748,147.27439999999999,147.9408,148.9404,150.6064,150.6064,150.6064,149.2736,148.9404,147.6076,146.608,145.6084,144.942,143.276,140.9436,139.6108,137.9448,136.9452,135.2792,133.28,132.2804,131.2808,130.9476,129.948,128.9484,128.6152,127.9488,127.2824,126.9492,125.9496,125.6164,124.6168,123.9504,123.6172,123.6172,123.28399999999999,122.9508,122.9508,123.28399999999999,122.6176,123.28399999999999,122.6176,121.618,121.2848,120.6184,120.2852,118.9524,117.6196,117.6196,116.9532,116.62,115.6204,115.2872,114.2876,112.95479999999999,112.2884,111.622,111.2888,111.2888,111.2888,110.9556,109.956,108.6232,107.9568,106.9572,106.2908,105.6244,104.6248,104.6248,103.292,103.292,101.9592,101.9592,101.2928,100.2932,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,96.9612,96.2948,95.6284,94.962,93.9624,92.6296,91.9632,91.2968,90.6304,89.2976,89.2976,89.2976,88.63119999999999,87.9648,87.2984,86.632,86.2988,85.6324,84.966,83.6332,82.6336,81.9672,81.3008,81.3008,80.6344,80.3012,79.6348,78.9684,78.6352,77.6356,77.3024,76.3028,75.6364,74.97,73.63719999999999,72.6376,71.9712,70.6384,69.972,68.306,67.6396,66.9732,66.3068,63.9744,62.6416,60.6424,58.6432,56.644,54.6448,53.312,51.3128,49.6468,46.9812,45.3152,43.9824,43.316,42.6496,41.65,40.3172,39.6508,39.6508,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,33.32,33.986399999999996,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,42.6496,43.9824,45.6484,47.3144,48.980399999999996,50.3132,50.9796,52.3124,53.6452,54.978,55.6444,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.6424,60.6424,61.3088,61.9752,63.6412,64.3076,64.3076,64.974,64.974,65.6404,66.3068,67.6396,69.3056,69.972,71.3048,72.9708,74.3036,75.9696,76.636,78.30199999999999,78.9684,80.3012,81.3008,81.3008,81.634,81.634,81.634,80.9676,80.9676,80.9676,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,83.6332,84.966,85.9656,86.632,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.2984,86.9652,87.2984,87.2984,88.9644,89.6308,91.2968,92.2964,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,93.29599999999999,92.9628,92.2964,91.63,90.2972,89.2976,88.298,87.9648,87.9648,87.9648,87.2984,86.632,86.632,87.2984,87.2984,88.298,89.964,90.2972,91.2968,91.63,92.9628,93.29599999999999,94.6288,95.6284,96.9612,97.96079999999999,99.2936,99.6268,100.6264,101.2928,102.6256,103.62519999999999,104.6248,105.2912,105.9576,105.9576,106.624,106.624,106.2908,105.6244,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.626,102.6256,102.6256,102.6256,103.292,104.6248,105.6244,105.9576,105.9576,106.2908,106.9572,106.9572,107.6236,108.6232,109.2896,109.2896,109.6228,109.6228,109.6228,109.6228,109.2896,109.2896,108.6232,108.6232,108.6232,107.2904,106.9572,106.9572,106.2908,106.624,105.9576,105.2912,104.6248,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.626,101.626,101.626,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,100.6264,100.9596,100.9596,100.9596,100.9596,101.626,101.626,101.626,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,106.624,106.624,106.624,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.9564,108.9564,109.2896,109.956,110.2892,110.2892,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.2876,114.2876,114.954,115.2872,115.2872,115.9536,116.62,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.6196,117.9528,118.286,118.9524,119.2856,119.952,121.2848,121.9512,123.28399999999999,123.9504,123.9504,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,122.2844,121.2848,120.9516,120.2852,119.2856,118.286,118.286,118.9524,118.9524,118.9524,119.6188,119.952,120.2852,121.9512,122.9508,123.9504,124.6168,124.6168,124.6168,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.9516,121.2848,121.618,122.2844,122.9508,122.9508,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,117.9528,117.9528,117.2864,117.2864,117.9528,118.286,117.9528,118.9524,119.6188,121.2848,122.6176,123.28399999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,121.9512,119.6188,118.286,117.2864,116.2868,115.6204,114.6208,113.288,112.2884,111.2888,110.2892,109.956,109.2896,109.2896,109.2896,109.956,111.622,112.6216,113.6212,115.6204,117.6196,119.6188,120.9516,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.618,121.618,120.9516,120.9516,120.2852,119.952,118.9524,118.9524,118.286,117.9528,117.6196,116.9532,116.9532,117.6196,117.9528,117.9528,118.286,118.286,117.6196,117.2864,116.62,116.2868,115.9536,115.6204,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,115.2872,115.6204,116.62,117.2864,117.9528,118.9524,118.9524,119.6188,120.2852,120.2852,120.6184,120.6184,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,123.9504,124.6168,125.6164,126.616,127.9488,128.9484,129.6148,129.948,130.9476,131.614,130.9476,130.9476,130.6144,129.6148,128.9484,128.9484,128.9484,128.6152,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,128.6152,128.6152,129.2816,129.2816,129.948,130.9476,131.614,132.2804,132.2804,132.9468,132.9468,133.6132,134.2796,132.9468,132.2804,130.6144,129.6148,127.6156,125.9496,124.28359999999999,123.28399999999999,122.2844,121.618,121.2848,121.618,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.95,125.2832,125.6164,125.9496,126.9492,127.6156,127.6156,128.282,128.282,128.282,128.282,128.282,128.282,127.6156,126.616,125.6164,125.2832,125.2832,124.28359999999999,123.9504,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,126.9492,128.6152,130.6144,131.9472,133.6132,135.2792,136.2788,136.612,136.612,136.612,136.612,136.2788,135.6124,135.2792,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.94559999999998,136.2788,135.94559999999998,135.94559999999998,135.2792,134.946,134.2796,133.9464,133.28,132.9468,133.28,133.28,133.28,133.9464,133.9464,134.2796,134.2796,134.946,134.946,135.2792,135.2792,134.2796,134.2796,133.6132,133.6132,133.28,133.28,133.28,133.28,132.9468,132.9468,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.9468,133.6132,134.2796,134.946,134.946,134.946,135.2792,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.2788,136.9452,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,138.6112,138.6112,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,140.6104,140.6104,139.944,139.944,139.944,140.2772,140.2772,140.2772,140.9436,141.60999999999999,141.9432,142.6096,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.942,144.942,146.2748,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,146.608,146.608,146.2748,145.9416,145.9416,145.2752,145.2752,144.942,144.942,144.2756,143.9424,144.2756,144.2756,144.2756,144.6088,143.9424,143.9424,143.9424,143.276,142.9428,142.9428,142.9428],[153.9384,153.9384,153.9384,153.9384,154.2716,154.2716,154.2716,154.2716,154.938,154.938,154.938,154.938,154.6048,153.9384,153.9384,153.9384,152.9388,151.9392,151.2728,149.6068,147.9408,146.608,145.6084,145.2752,144.2756,143.276,143.276,142.6096,141.9432,140.9436,140.6104,140.6104,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,138.6112,138.6112,137.9448,138.6112,138.6112,138.6112,138.278,138.9444,139.2776,139.2776,139.6108,139.944,140.9436,141.9432,143.276,144.2756,145.2752,145.6084,146.608,147.9408,148.9404,149.2736,148.9404,148.9404,148.274,147.27439999999999,146.9412,145.6084,144.942,143.276,141.2768,139.944,138.6112,137.6116,135.6124,133.9464,132.9468,131.2808,130.9476,129.948,128.9484,128.6152,127.9488,127.2824,126.9492,125.9496,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.2844,122.2844,121.9512,121.618,121.618,122.6176,121.9512,121.2848,120.6184,120.2852,118.9524,117.9528,117.2864,116.9532,116.62,115.9536,115.2872,114.6208,113.6212,112.95479999999999,112.2884,111.622,111.2888,111.2888,111.2888,110.9556,109.956,108.6232,107.6236,106.9572,106.2908,105.6244,104.6248,104.6248,103.292,103.292,101.9592,101.2928,100.6264,99.6268,98.96039999999999,98.294,97.96079999999999,96.9612,96.2948,96.2948,95.9616,95.6284,94.6288,93.9624,93.29599999999999,91.63,91.2968,90.6304,89.2976,88.9644,88.298,88.298,87.9648,87.2984,85.9656,85.2992,84.966,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.9684,78.30199999999999,77.3024,76.636,76.3028,75.9696,74.97,74.3036,73.63719999999999,72.3044,71.3048,70.6384,69.972,68.6392,67.6396,66.9732,66.3068,65.6404,63.308,61.9752,60.6424,59.309599999999996,56.644,55.3112,53.312,51.9792,49.6468,47.6476,45.3152,44.6488,43.9824,42.6496,41.65,40.3172,39.6508,39.6508,38.6512,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,33.32,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,42.6496,43.9824,45.6484,47.3144,48.980399999999996,50.3132,50.9796,52.3124,53.6452,54.978,55.6444,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.9732,68.6392,69.972,70.9716,72.3044,73.63719999999999,75.3032,75.9696,76.636,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.634,81.634,80.9676,80.9676,80.9676,80.9676,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.9656,87.2984,87.9648,88.298,88.298,87.9648,87.2984,86.9652,86.9652,86.9652,86.9652,87.6316,89.2976,91.2968,92.2964,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,93.29599999999999,93.29599999999999,92.6296,91.63,90.2972,89.2976,88.298,87.6316,87.2984,87.2984,86.632,86.632,86.632,86.632,87.2984,87.6316,88.9644,89.964,91.2968,91.63,92.2964,93.29599999999999,94.6288,95.2952,95.9616,96.9612,97.96079999999999,99.2936,100.2932,101.2928,102.6256,103.62519999999999,104.2916,104.2916,105.2912,105.6244,105.6244,105.6244,105.2912,105.2912,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.626,101.9592,102.6256,102.6256,103.292,104.6248,105.2912,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,107.9568,106.9572,106.2908,106.2908,105.6244,105.9576,105.6244,104.6248,103.9584,103.292,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,106.624,106.624,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.2892,110.6224,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.2876,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.2868,115.6204,115.6204,115.6204,115.2872,115.2872,115.6204,115.6204,115.9536,116.62,116.9532,117.6196,118.9524,119.6188,120.9516,121.618,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.2856,119.2856,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.2856,120.2852,121.9512,122.9508,124.6168,124.95,124.95,124.6168,123.9504,123.28399999999999,122.2844,121.2848,120.9516,120.9516,120.9516,121.2848,122.2844,122.9508,122.9508,122.9508,122.9508,122.2844,120.9516,119.6188,119.6188,118.9524,119.2856,118.9524,118.61919999999999,117.9528,117.9528,117.9528,118.286,118.9524,118.61919999999999,119.6188,120.2852,120.2852,122.6176,123.9504,124.28359999999999,124.95,124.28359999999999,123.9504,123.28399999999999,121.9512,119.6188,118.286,116.62,116.2868,114.954,113.6212,112.2884,111.622,111.2888,110.9556,109.956,109.956,109.6228,109.956,111.2888,111.622,113.288,114.2876,115.6204,117.6196,119.6188,120.9516,121.618,121.2848,121.2848,120.9516,120.9516,120.9516,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.618,121.618,120.9516,120.9516,120.2852,119.952,118.9524,118.286,117.9528,117.9528,116.9532,116.9532,116.9532,116.9532,117.6196,117.6196,117.9528,117.9528,117.2864,116.62,116.2868,115.6204,115.2872,114.2876,113.6212,113.288,113.288,113.288,113.6212,113.6212,114.6208,115.2872,115.6204,116.2868,117.2864,118.286,118.61919999999999,118.9524,119.6188,120.2852,120.6184,120.6184,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,123.9504,124.6168,125.6164,126.616,127.9488,128.9484,129.6148,130.6144,131.2808,131.614,131.614,131.2808,130.6144,130.6144,129.6148,128.9484,128.9484,128.9484,128.6152,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,128.282,128.6152,128.6152,129.2816,129.2816,130.9476,131.614,131.9472,132.2804,132.6136,132.9468,133.6132,133.6132,132.9468,131.9472,130.6144,129.6148,127.6156,125.9496,124.28359999999999,123.28399999999999,122.2844,121.618,121.618,121.2848,121.618,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.28359999999999,124.95,125.2832,126.616,126.9492,127.6156,128.282,128.6152,128.6152,128.6152,128.282,127.6156,126.616,125.6164,125.2832,124.6168,124.28359999999999,123.6172,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,127.2824,128.6152,130.6144,131.9472,133.6132,135.2792,136.2788,136.612,136.612,136.612,136.612,136.2788,135.6124,135.2792,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.94559999999998,136.2788,137.2784,137.6116,137.9448,137.2784,137.6116,136.2788,135.94559999999998,135.2792,135.2792,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,134.946,134.2796,134.2796,133.6132,133.28,133.28,133.28,133.28,132.9468,132.9468,132.6136,132.6136,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,138.6112,138.9444,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,139.944,138.9444,138.9444,139.944,139.944,139.944,139.944,140.6104,140.9436,141.9432,141.9432,142.6096,142.9428,143.276,143.9424,143.9424,144.2756,144.6088,144.942,145.6084,146.2748,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.27439999999999,147.27439999999999,146.608,146.2748,145.6084,145.6084,145.6084,145.6084,145.2752,145.6084,145.6084,145.2752,145.2752,145.2752,144.2756,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,142.6096,141.9432,141.9432,141.9432],[153.9384,153.9384,153.9384,153.9384,154.938,154.938,154.938,154.938,154.938,154.938,154.938,154.938,155.2712,155.6044,155.6044,155.2712,154.938,153.272,151.9392,150.2732,147.9408,146.608,145.9416,145.2752,144.2756,143.276,143.276,142.9428,141.9432,140.9436,140.6104,140.6104,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,138.6112,138.6112,137.9448,137.9448,137.9448,137.9448,137.6116,138.278,138.278,138.278,138.6112,139.6108,139.944,140.9436,141.9432,142.9428,143.6092,144.6088,145.2752,146.2748,147.27439999999999,148.274,148.274,148.274,147.27439999999999,146.608,145.6084,144.942,144.942,143.276,141.2768,139.944,138.9444,137.9448,136.612,134.946,133.6132,132.2804,130.9476,129.948,129.6148,128.9484,128.6152,127.9488,127.9488,126.9492,125.9496,124.95,124.95,123.6172,123.6172,122.9508,122.2844,121.9512,120.9516,120.9516,121.2848,120.9516,120.9516,120.2852,119.2856,118.61919999999999,117.2864,116.62,116.62,115.9536,115.6204,114.6208,114.6208,113.6212,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,110.9556,109.956,108.6232,107.6236,106.9572,106.2908,105.6244,104.6248,104.6248,103.62519999999999,103.292,102.2924,101.2928,100.6264,98.96039999999999,98.6272,97.2944,96.9612,95.9616,95.9616,95.2952,94.962,94.962,93.9624,93.6292,92.6296,91.2968,89.964,89.2976,88.298,88.298,87.2984,87.2984,87.2984,85.9656,84.6328,84.2996,82.96679999999999,82.96679999999999,82.3004,81.3008,80.6344,79.968,79.3016,78.30199999999999,77.3024,76.3028,76.3028,75.6364,74.97,74.97,74.3036,73.63719999999999,72.6376,71.9712,71.3048,69.972,69.3056,68.306,67.6396,66.9732,66.3068,64.6408,63.9744,63.308,61.9752,59.976,58.6432,56.644,55.3112,53.312,51.9792,49.6468,47.6476,45.3152,44.6488,43.9824,43.316,41.65,40.3172,39.6508,39.6508,38.6512,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,43.316,44.6488,45.6484,47.3144,48.980399999999996,50.3132,50.9796,52.3124,53.6452,54.978,55.6444,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,66.9732,67.6396,68.306,69.3056,70.6384,72.3044,72.9708,73.63719999999999,75.3032,75.9696,76.636,78.30199999999999,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.9656,87.2984,87.9648,88.298,88.298,87.9648,87.2984,86.9652,86.2988,85.6324,85.6324,86.9652,88.9644,90.6304,91.63,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,93.29599999999999,93.29599999999999,92.6296,91.63,90.2972,89.2976,87.9648,86.9652,87.2984,86.9652,86.2988,86.2988,86.2988,86.632,86.632,87.2984,88.9644,89.964,90.6304,91.2968,92.2964,93.29599999999999,94.6288,95.2952,95.9616,96.9612,97.96079999999999,98.96039999999999,100.2932,101.2928,102.6256,103.62519999999999,104.2916,104.2916,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,102.2924,101.626,101.626,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.62519999999999,102.9588,102.9588,102.9588,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.626,101.626,101.9592,101.9592,102.6256,103.292,103.9584,105.2912,105.6244,105.6244,105.6244,105.9576,106.624,106.9572,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,106.2908,105.6244,105.6244,105.2912,105.6244,104.958,104.6248,103.9584,103.292,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,110.6224,110.6224,111.622,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.2872,114.6208,114.6208,114.6208,114.2876,114.2876,114.6208,114.6208,114.6208,114.954,114.954,115.6204,116.62,117.6196,118.286,118.9524,119.6188,120.2852,121.2848,121.2848,121.9512,121.9512,122.2844,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,122.2844,122.2844,122.6176,122.6176,122.2844,121.9512,120.9516,119.952,119.2856,118.9524,118.286,118.286,118.286,118.286,118.61919999999999,118.61919999999999,118.9524,119.952,121.9512,123.28399999999999,124.6168,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.9508,121.618,120.9516,120.2852,120.2852,120.9516,122.2844,122.9508,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,119.6188,119.2856,118.61919999999999,118.61919999999999,118.9524,118.9524,119.2856,119.6188,120.2852,120.9516,122.6176,123.28399999999999,124.6168,124.95,124.28359999999999,123.9504,122.9508,121.2848,119.6188,117.9528,116.2868,115.6204,113.95439999999999,113.288,112.2884,111.2888,110.9556,111.2888,109.956,109.6228,109.6228,109.956,111.2888,112.2884,113.6212,115.2872,116.62,117.9528,118.9524,120.9516,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,121.618,121.618,120.9516,120.9516,120.2852,119.952,118.9524,118.286,117.9528,117.2864,116.9532,116.62,116.9532,116.9532,117.6196,117.6196,117.9528,117.9528,117.2864,116.62,116.2868,115.2872,114.2876,113.288,112.95479999999999,112.2884,112.6216,113.288,113.288,113.6212,114.6208,115.2872,115.2872,115.6204,116.2868,117.2864,118.286,118.9524,119.6188,120.2852,120.2852,120.2852,120.9516,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.6184,120.6184,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,123.9504,124.6168,125.6164,126.616,127.9488,128.9484,129.948,130.9476,132.6136,132.9468,132.9468,132.6136,131.2808,130.9476,130.6144,129.948,129.948,129.2816,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.6152,129.2816,130.6144,130.9476,131.2808,131.9472,131.9472,132.6136,133.6132,133.6132,132.6136,131.2808,130.2812,128.9484,127.2824,125.9496,124.28359999999999,123.9504,122.9508,122.2844,121.618,121.618,121.2848,121.618,121.618,122.2844,122.2844,122.9508,123.6172,123.6172,124.28359999999999,125.6164,126.9492,127.6156,128.6152,129.2816,129.2816,129.2816,128.6152,127.2824,125.6164,125.2832,124.6168,123.6172,123.6172,123.28399999999999,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,127.2824,128.9484,130.9476,132.9468,134.2796,135.2792,136.2788,136.612,136.612,136.612,136.2788,136.2788,135.6124,134.6128,134.2796,133.6132,133.6132,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,136.2788,136.2788,136.612,137.2784,138.6112,138.9444,138.9444,138.9444,138.6112,137.9448,137.6116,137.2784,136.2788,135.6124,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,134.2796,134.2796,134.2796,134.2796,134.2796,133.9464,132.9468,132.9468,132.6136,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,133.6132,134.2796,134.2796,134.2796,134.2796,134.6128,134.6128,134.6128,134.6128,134.6128,134.6128,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,136.2788,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.9448,138.6112,138.9444,138.9444,139.6108,139.2776,139.2776,139.2776,139.2776,139.6108,139.6108,138.6112,138.6112,139.6108,139.6108,139.2776,139.2776,140.6104,140.9436,141.2768,141.9432,141.9432,142.6096,142.9428,143.276,143.276,143.9424,143.9424,144.6088,145.2752,145.6084,145.6084,146.2748,146.2748,146.9412,146.9412,146.9412,147.27439999999999,146.608,146.608,146.2748,145.6084,145.2752,145.2752,145.2752,144.2756,144.2756,144.6088,144.2756,144.2756,143.9424,143.9424,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,142.9428,141.9432,141.2768,141.2768,141.2768],[153.9384,153.9384,153.9384,153.9384,154.938,154.938,154.938,154.938,154.938,154.938,155.2712,155.6044,155.6044,156.2708,156.2708,156.2708,155.2712,154.938,152.9388,150.93959999999998,148.274,147.27439999999999,145.9416,145.2752,144.2756,143.9424,143.9424,143.6092,142.6096,140.9436,140.9436,140.6104,139.944,139.6108,139.6108,139.6108,138.9444,138.9444,138.6112,138.6112,137.6116,137.6116,137.6116,137.6116,137.2784,137.6116,137.6116,137.6116,137.6116,138.6112,138.9444,139.6108,140.9436,141.60999999999999,142.2764,142.9428,144.2756,145.2752,146.2748,146.9412,146.9412,146.9412,146.2748,145.2752,144.6088,144.6088,144.2756,142.9428,141.2768,140.6104,139.944,138.6112,136.612,134.946,133.6132,132.9468,131.2808,130.6144,129.948,129.6148,128.9484,128.6152,128.6152,127.6156,126.616,125.6164,125.6164,124.28359999999999,123.6172,123.28399999999999,122.9508,121.9512,120.2852,120.6184,120.9516,120.2852,119.952,119.2856,117.9528,117.6196,116.62,115.9536,115.6204,114.954,114.954,114.6208,114.6208,113.95439999999999,113.288,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,110.2892,109.2896,107.9568,107.6236,106.9572,105.9576,105.2912,104.958,103.62519999999999,103.292,102.2924,101.2928,100.6264,99.2936,97.96079999999999,96.9612,96.2948,95.2952,94.962,94.962,93.6292,93.6292,93.29599999999999,92.6296,91.2968,89.964,88.63119999999999,88.298,86.9652,85.6324,85.9656,85.6324,85.9656,84.966,83.6332,82.3004,81.3008,81.3008,80.6344,79.968,79.3016,77.6356,76.636,75.9696,75.3032,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.9712,71.3048,70.6384,69.3056,68.6392,67.6396,66.9732,66.3068,65.6404,64.974,63.9744,63.308,62.6416,61.3088,59.976,58.6432,56.644,55.3112,53.312,51.9792,49.6468,47.6476,45.3152,44.6488,43.9824,43.316,41.65,40.9836,40.3172,39.6508,39.3176,38.6512,38.6512,37.9848,37.3184,36.652,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,40.6504,41.3168,41.9832,42.6496,43.316,44.6488,45.6484,47.3144,48.980399999999996,50.3132,50.9796,52.3124,53.6452,54.978,55.6444,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,62.6416,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.9724,70.6384,71.3048,72.9708,73.63719999999999,74.3036,75.3032,75.9696,76.636,77.3024,78.6352,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.9656,87.2984,87.2984,87.9648,88.298,87.9648,87.2984,86.9652,86.2988,84.966,85.6324,86.9652,87.9648,89.2976,91.2968,92.2964,93.29599999999999,93.9624,94.6288,94.6288,93.9624,93.29599999999999,92.9628,92.2964,91.63,89.964,89.2976,87.9648,86.2988,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.632,87.2984,88.298,89.2976,90.2972,91.2968,91.9632,93.29599999999999,94.2956,94.962,95.9616,96.628,97.6276,98.96039999999999,100.2932,101.2928,101.9592,103.292,103.62519999999999,104.2916,104.6248,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,101.2928,101.626,101.2928,101.2928,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,102.2924,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.626,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,103.292,103.9584,104.6248,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,105.9576,105.6244,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,108.9564,108.9564,109.2896,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.6208,115.9536,116.62,117.2864,117.9528,118.9524,118.9524,119.6188,119.952,120.6184,120.6184,120.6184,120.6184,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,121.618,121.2848,119.952,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,119.952,121.9512,123.28399999999999,124.6168,125.2832,124.95,124.6168,123.9504,123.28399999999999,122.9508,121.618,120.9516,120.2852,120.2852,120.9516,122.2844,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,121.618,121.618,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,119.6188,119.6188,118.9524,118.9524,118.61919999999999,119.6188,120.2852,120.2852,122.2844,123.28399999999999,124.6168,124.6168,124.28359999999999,123.9504,122.9508,120.9516,118.9524,117.2864,116.2868,114.2876,113.288,112.2884,111.622,110.9556,110.9556,110.9556,109.956,109.2896,109.6228,109.956,111.622,113.288,114.2876,115.6204,117.2864,117.9528,118.9524,120.2852,121.2848,120.9516,120.9516,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,121.618,121.618,120.9516,120.9516,120.2852,119.952,118.9524,118.286,117.9528,117.2864,116.62,116.62,116.9532,116.9532,117.6196,117.6196,117.9528,117.6196,116.62,116.2868,115.6204,114.6208,113.6212,112.95479999999999,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.95439999999999,114.6208,115.2872,115.2872,115.6204,116.2868,117.2864,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.9516,120.9516,120.9516,120.9516,120.2852,120.6184,121.2848,121.2848,121.2848,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.9508,123.28399999999999,124.6168,125.2832,125.9496,126.616,127.9488,128.9484,129.948,130.9476,132.6136,132.9468,132.9468,132.6136,131.9472,131.2808,130.9476,130.6144,130.6144,129.948,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.6152,129.948,130.6144,131.2808,131.2808,131.9472,131.9472,132.9468,132.9468,131.9472,130.6144,129.948,127.9488,126.616,125.2832,124.28359999999999,123.9504,122.9508,122.2844,122.2844,121.618,121.618,121.618,121.618,121.618,122.2844,122.2844,122.2844,123.28399999999999,123.6172,124.6168,125.9496,126.9492,128.282,129.2816,129.2816,129.2816,127.9488,126.9492,125.6164,124.6168,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.6164,125.6164,126.616,127.9488,129.2816,131.2808,132.9468,134.2796,135.6124,136.612,136.612,136.612,136.612,136.2788,135.6124,134.946,133.9464,133.6132,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,136.2788,136.612,137.2784,137.6116,138.9444,139.6108,139.6108,139.6108,139.2776,138.9444,138.9444,137.9448,136.9452,136.612,136.2788,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.612,136.2788,136.2788,136.2788,135.6124,135.6124,135.2792,134.946,134.946,134.946,134.2796,134.2796,133.9464,132.9468,132.9468,132.6136,131.9472,131.2808,131.2808,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,133.6132,133.6132,133.6132,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,134.6128,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.6116,137.6116,138.278,138.6112,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,139.6108,139.944,140.9436,140.9436,141.9432,141.9432,142.9428,142.9428,143.276,143.276,143.9424,143.9424,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.9412,146.9412,146.2748,146.2748,145.6084,145.6084,144.942,143.9424,143.9424,143.6092,143.6092,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.6096,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,142.6096,142.6096,142.6096,141.9432,140.9436,140.9436,140.6104,140.6104],[153.272,153.272,153.272,153.9384,154.938,154.938,154.938,154.938,155.2712,155.2712,155.9376,155.9376,156.2708,156.2708,156.9372,156.9372,155.9376,155.2712,153.6052,151.2728,148.274,147.27439999999999,146.608,146.2748,145.2752,144.942,144.2756,144.2756,142.9428,141.9432,140.9436,140.9436,140.9436,140.6104,140.6104,139.6108,138.9444,138.6112,137.9448,137.6116,137.2784,137.2784,136.612,136.612,136.612,137.2784,136.612,136.612,137.2784,137.6116,137.6116,138.9444,139.6108,140.6104,141.2768,142.2764,142.9428,143.9424,144.6088,145.2752,145.2752,145.2752,144.6088,143.9424,143.6092,143.276,142.9428,141.9432,140.9436,140.6104,139.944,138.9444,137.2784,135.6124,134.2796,133.28,131.9472,131.2808,131.2808,130.9476,129.948,129.2816,128.9484,127.9488,126.9492,125.9496,125.9496,125.2832,124.28359999999999,123.28399999999999,122.9508,121.2848,120.2852,119.6188,119.2856,119.2856,118.286,117.9528,117.6196,116.9532,115.9536,114.954,114.6208,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.622,110.9556,109.956,108.28999999999999,107.9568,106.9572,106.2908,105.6244,105.2912,103.9584,103.62519999999999,102.6256,101.626,100.6264,99.2936,98.294,96.628,95.6284,94.962,93.9624,93.9624,92.9628,91.9632,91.63,91.2968,89.6308,88.298,87.2984,85.6324,84.966,84.2996,84.2996,83.6332,83.6332,82.3004,81.3008,80.3012,79.6348,78.9684,78.30199999999999,76.9692,76.3028,75.3032,74.6368,73.304,72.6376,72.9708,72.3044,71.9712,71.3048,69.972,69.3056,69.3056,68.6392,68.6392,67.6396,66.9732,65.9736,65.3072,64.6408,63.9744,63.9744,63.308,62.3084,61.3088,60.6424,59.309599999999996,57.9768,56.3108,54.978,53.312,51.9792,49.6468,47.6476,45.3152,44.6488,43.9824,43.316,42.3164,41.65,40.9836,40.3172,39.984,39.3176,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.316,44.6488,45.6484,47.3144,48.980399999999996,50.3132,50.9796,52.3124,53.6452,54.3116,55.6444,56.977199999999996,57.6436,58.9764,59.6428,60.3092,60.6424,61.3088,61.9752,62.6416,64.974,65.6404,66.9732,67.6396,68.6392,69.972,70.6384,71.3048,71.9712,72.9708,74.3036,74.97,75.9696,75.9696,76.636,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.2984,86.2988,85.6324,84.966,84.966,86.2988,87.2984,88.298,89.964,90.9636,92.9628,93.9624,93.9624,93.9624,93.9624,92.9628,92.2964,91.63,91.2968,89.2976,88.63119999999999,87.2984,86.9652,85.9656,85.9656,85.6324,85.6324,85.9656,85.9656,86.2988,86.632,88.298,88.9644,89.964,90.2972,92.2964,93.29599999999999,94.2956,94.962,95.9616,96.628,97.6276,98.6272,99.6268,100.6264,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.292,102.2924,102.2924,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,99.96,99.96,100.6264,101.2928,102.6256,102.6256,103.292,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,104.6248,104.6248,104.6248,105.6244,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,104.958,104.958,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.9564,109.6228,109.956,110.2892,110.9556,111.2888,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.6216,112.6216,112.6216,112.6216,113.288,113.6212,114.2876,114.2876,114.6208,115.6204,115.6204,116.62,117.2864,117.6196,117.9528,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,119.6188,119.6188,120.9516,121.2848,119.952,119.6188,119.6188,118.9524,118.286,118.286,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,118.9524,121.9512,123.6172,124.6168,124.95,124.95,124.6168,123.9504,123.28399999999999,122.9508,121.9512,120.9516,120.2852,120.2852,120.9516,121.618,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.2848,121.2848,120.9516,119.6188,118.9524,117.9528,117.9528,118.286,120.2852,121.618,122.6176,123.9504,123.9504,123.9504,123.28399999999999,121.9512,119.952,117.6196,115.9536,114.954,113.6212,112.95479999999999,112.2884,111.2888,111.2888,110.2892,110.9556,109.956,109.956,109.956,110.6224,112.2884,113.6212,115.2872,116.2868,117.9528,118.9524,119.6188,119.952,120.2852,120.2852,120.2852,119.2856,119.2856,119.2856,118.9524,118.9524,118.9524,119.6188,120.2852,120.9516,120.9516,120.9516,121.618,120.9516,120.2852,119.6188,118.9524,117.9528,117.6196,116.9532,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.6204,114.954,113.6212,112.95479999999999,111.9552,110.9556,110.9556,111.9552,112.6216,113.288,113.6212,114.2876,114.2876,114.6208,115.6204,116.2868,116.62,117.2864,117.6196,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.9508,123.28399999999999,124.6168,125.2832,125.6164,126.2828,127.6156,128.6152,129.6148,130.9476,132.2804,132.9468,132.9468,132.6136,131.9472,131.9472,131.2808,131.2808,130.9476,130.2812,129.948,129.2816,128.9484,128.9484,127.9488,127.9488,127.6156,127.6156,127.6156,126.9492,126.9492,127.6156,126.9492,127.2824,128.282,128.6152,129.6148,129.948,130.6144,130.9476,131.2808,131.9472,132.2804,132.2804,131.2808,130.2812,128.9484,127.6156,125.6164,124.95,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.6176,122.6176,122.2844,122.2844,121.618,121.618,121.618,122.2844,123.28399999999999,123.6172,125.2832,125.6164,126.9492,127.2824,127.9488,127.6156,127.2824,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.6164,126.616,127.6156,129.2816,130.2812,131.9472,133.28,135.2792,135.6124,136.2788,136.2788,135.6124,135.6124,135.6124,135.2792,134.2796,133.6132,132.6136,131.9472,131.9472,131.9472,132.2804,132.2804,132.6136,132.6136,132.9468,132.9468,133.28,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,136.2788,136.612,137.2784,137.6116,138.9444,139.6108,139.944,139.944,139.944,139.2776,139.2776,138.9444,137.6116,136.9452,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,136.612,136.612,136.2788,136.2788,136.2788,135.2792,134.946,134.946,134.2796,132.9468,132.9468,132.6136,131.9472,130.9476,130.9476,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.28,133.28,133.28,133.28,133.6132,133.9464,133.28,133.28,133.6132,133.6132,133.6132,133.6132,134.946,134.946,134.946,134.946,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.94559999999998,135.94559999999998,136.612,136.612,136.9452,136.9452,138.278,138.9444,138.9444,138.9444,138.9444,138.6112,138.6112,138.278,137.6116,137.6116,137.6116,137.6116,138.9444,139.6108,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.9432,142.6096,142.9428,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.942,144.942,145.6084,145.6084,145.6084,145.6084,144.942,144.942,144.6088,144.6088,143.276,142.6096,142.6096,142.6096,141.9432,141.9432,141.60999999999999,141.60999999999999,141.9432,141.9432,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,141.9432,141.9432,141.9432,140.9436,140.6104,140.6104,139.944],[153.272,153.272,153.272,153.9384,154.938,154.938,154.938,154.938,155.2712,155.6044,155.9376,156.2708,156.2708,156.9372,156.9372,156.9372,155.9376,154.938,153.6052,151.606,149.6068,147.9408,147.27439999999999,146.608,146.2748,145.6084,144.942,144.2756,142.9428,142.6096,141.60999999999999,140.9436,140.9436,140.9436,140.6104,139.944,139.6108,138.6112,137.9448,137.6116,137.2784,137.2784,136.612,136.612,136.2788,136.2788,135.94559999999998,135.94559999999998,136.612,137.2784,137.2784,137.6116,138.278,139.2776,139.6108,140.6104,140.9436,142.6096,143.276,143.9424,143.9424,143.9424,142.6096,142.2764,142.9428,141.9432,141.9432,140.9436,140.6104,140.6104,139.944,138.9444,137.2784,136.2788,134.946,133.9464,132.6136,131.9472,131.9472,131.2808,130.6144,129.948,128.9484,127.9488,127.6156,126.616,126.616,125.2832,124.28359999999999,122.9508,122.2844,121.2848,120.2852,118.9524,118.286,117.9528,117.9528,117.2864,116.62,115.9536,114.954,114.2876,113.6212,113.6212,113.95439999999999,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,110.9556,109.956,108.28999999999999,107.9568,106.9572,106.2908,105.6244,105.2912,103.9584,103.9584,103.292,101.626,101.2928,99.6268,98.6272,97.2944,95.6284,94.962,93.9624,93.9624,92.6296,91.63,90.2972,89.6308,88.63119999999999,87.2984,85.6324,84.2996,82.96679999999999,82.96679999999999,82.3004,81.634,81.634,80.6344,79.6348,78.9684,78.30199999999999,77.3024,75.9696,74.97,74.3036,73.304,72.6376,71.3048,71.3048,70.9716,70.9716,69.972,69.3056,68.306,67.6396,66.9732,66.9732,66.9732,66.3068,65.9736,65.3072,63.9744,63.308,63.308,62.3084,62.3084,61.641999999999996,60.6424,59.976,58.6432,57.3104,56.3108,54.978,53.312,51.9792,49.6468,47.6476,45.3152,44.6488,43.9824,43.9824,42.9828,42.3164,41.65,40.9836,39.984,39.984,39.3176,39.3176,38.6512,37.9848,37.3184,36.652,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,41.3168,41.3168,41.9832,42.6496,43.316,44.6488,45.6484,47.3144,48.980399999999996,50.3132,50.9796,51.646,52.9788,54.3116,55.6444,56.977199999999996,57.6436,58.9764,59.6428,60.3092,60.6424,61.3088,62.6416,63.308,65.6404,66.3068,67.6396,68.306,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.97,74.97,75.9696,76.636,77.3024,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.2984,86.2988,85.6324,84.966,84.966,85.6324,86.632,88.298,89.2976,90.9636,91.63,92.9628,93.9624,93.9624,93.6292,92.2964,91.63,91.2968,90.6304,89.2976,87.9648,87.2984,86.2988,85.2992,85.2992,85.6324,85.6324,85.9656,85.9656,86.2988,86.632,88.298,88.9644,89.964,90.2972,92.2964,92.9628,93.6292,94.6288,95.6284,95.9616,96.9612,98.6272,99.6268,100.6264,101.9592,102.6256,102.6256,102.6256,102.6256,101.9592,101.626,100.9596,100.9596,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.6264,101.626,102.9588,103.292,103.62519999999999,104.2916,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.624,107.2904,107.2904,106.624,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.6244,104.6248,103.9584,103.9584,103.9584,103.292,103.292,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.9564,109.956,109.956,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.95439999999999,113.95439999999999,115.2872,116.62,117.2864,117.2864,117.2864,117.9528,118.286,117.9528,117.9528,117.9528,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,118.286,118.286,117.6196,118.286,119.6188,119.952,119.6188,118.9524,118.9524,118.61919999999999,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,118.9524,121.618,123.6172,124.6168,124.95,124.95,124.6168,123.9504,123.28399999999999,122.9508,121.9512,120.9516,120.2852,120.2852,120.9516,121.618,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,121.2848,119.6188,118.286,117.6196,117.6196,117.6196,118.286,119.952,121.9512,122.9508,122.9508,122.6176,121.9512,120.2852,118.9524,117.2864,115.6204,114.2876,113.288,112.2884,111.9552,111.2888,111.2888,110.2892,110.2892,109.956,109.956,110.6224,110.9556,112.2884,113.6212,115.6204,116.62,118.286,119.2856,119.6188,119.6188,119.952,120.2852,119.2856,119.2856,118.9524,118.9524,118.286,118.9524,118.9524,118.9524,119.952,120.2852,120.9516,120.9516,121.618,120.9516,120.2852,119.6188,118.9524,117.9528,117.6196,116.9532,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.6204,114.6208,113.288,112.2884,111.2888,110.9556,110.9556,111.2888,112.6216,112.6216,113.288,113.6212,114.2876,114.2876,115.2872,115.6204,115.9536,116.62,117.2864,117.6196,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.9508,123.28399999999999,124.6168,125.2832,125.6164,126.2828,127.6156,128.6152,129.6148,130.9476,132.2804,132.9468,132.9468,132.6136,131.9472,131.9472,131.2808,131.2808,131.2808,130.9476,130.6144,129.948,128.9484,128.9484,127.9488,127.9488,127.2824,127.2824,126.616,126.616,126.616,126.616,126.9492,126.9492,127.6156,128.282,128.9484,129.6148,129.948,130.6144,130.6144,130.9476,131.614,131.614,130.9476,129.948,127.9488,126.616,125.2832,124.28359999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,122.2844,122.9508,123.6172,124.95,125.6164,126.2828,126.2828,126.2828,125.6164,124.95,123.9504,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,126.2828,127.2824,127.9488,129.948,131.2808,132.9468,133.9464,135.2792,135.6124,136.2788,136.2788,135.6124,135.6124,135.2792,134.6128,133.6132,132.9468,131.614,131.614,130.9476,130.9476,131.614,131.9472,132.2804,132.2804,132.9468,132.9468,133.28,133.28,133.6132,133.6132,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.946,134.946,136.2788,136.612,137.2784,137.6116,139.6108,139.944,140.6104,140.6104,139.944,139.944,139.944,139.6108,137.9448,137.6116,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.6116,137.6116,137.2784,137.2784,137.2784,136.612,136.612,136.612,135.94559999999998,135.2792,135.2792,134.946,133.6132,132.6136,131.9472,131.2808,130.9476,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.94559999999998,135.94559999999998,136.612,136.612,136.9452,137.6116,138.6112,138.6112,138.6112,138.6112,137.9448,137.6116,137.6116,137.6116,137.6116,137.6116,137.9448,138.6112,139.2776,139.6108,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.9432,142.6096,142.6096,142.9428,143.276,143.9424,143.9424,144.6088,144.6088,144.942,144.942,144.942,144.942,144.6088,144.6088,143.9424,143.276,142.6096,142.2764,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,139.944,139.6108,139.6108,139.6108],[152.9388,152.9388,153.272,153.9384,154.6048,154.6048,155.2712,155.2712,155.6044,155.6044,156.2708,156.2708,156.9372,156.9372,156.9372,156.2708,155.9376,154.6048,153.6052,152.6056,150.2732,149.6068,148.274,147.9408,146.9412,146.2748,145.6084,144.942,143.276,142.2764,141.60999999999999,141.2768,140.2772,140.2772,140.6104,139.944,139.6108,138.6112,137.9448,137.6116,137.2784,137.2784,136.612,136.612,135.6124,135.6124,135.2792,135.2792,135.2792,135.94559999999998,136.2788,136.9452,137.2784,137.6116,138.278,138.6112,139.6108,140.9436,141.60999999999999,141.60999999999999,142.6096,142.6096,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,139.944,139.944,139.6108,139.6108,138.6112,137.6116,136.2788,135.6124,134.2796,133.28,132.2804,131.9472,131.2808,130.6144,129.948,129.2816,128.6152,127.6156,127.6156,126.9492,125.6164,124.28359999999999,122.9508,122.2844,120.9516,119.2856,118.286,117.9528,117.2864,116.9532,116.62,115.6204,115.2872,114.2876,113.6212,113.288,113.288,113.6212,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,111.2888,109.956,108.9564,108.28999999999999,107.2904,106.9572,105.9576,105.2912,104.958,104.6248,103.62519999999999,102.6256,101.9592,100.2932,99.2936,98.294,97.2944,95.9616,94.962,94.2956,93.6292,91.63,90.2972,89.6308,88.298,85.9656,84.966,83.6332,82.6336,81.3008,80.6344,80.9676,80.3012,79.3016,78.30199999999999,77.3024,76.636,75.6364,74.3036,73.63719999999999,72.3044,71.3048,70.6384,69.972,69.972,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,64.6408,63.9744,63.308,62.3084,62.3084,61.641999999999996,61.3088,60.6424,60.6424,58.9764,58.31,56.977199999999996,55.6444,54.3116,53.312,51.9792,50.3132,47.6476,45.9816,44.6488,43.9824,43.9824,42.9828,42.3164,41.65,40.9836,40.6504,39.984,39.984,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,41.3168,41.9832,41.9832,42.6496,43.316,44.6488,45.6484,47.3144,48.980399999999996,50.3132,50.9796,51.646,52.9788,54.3116,54.978,56.3108,57.6436,58.9764,59.6428,60.6424,61.3088,62.3084,63.9744,64.6408,66.3068,66.9732,68.306,68.9724,70.6384,71.9712,72.6376,73.63719999999999,73.9704,74.97,74.97,75.6364,75.9696,76.636,77.3024,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.2984,86.2988,85.6324,84.2996,84.2996,84.966,86.2988,88.298,89.2976,90.9636,91.63,92.9628,92.9628,93.6292,93.6292,92.2964,91.63,91.2968,90.6304,88.9644,87.9648,86.9652,86.2988,84.966,84.966,84.966,85.6324,85.6324,85.6324,86.2988,86.632,87.9648,88.9644,90.2972,90.6304,91.63,92.9628,93.6292,94.6288,95.6284,95.9616,96.9612,98.6272,99.6268,100.6264,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,100.6264,100.2932,98.96039999999999,98.6272,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,101.2928,102.6256,103.9584,104.6248,104.6248,104.958,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,104.958,104.958,104.6248,103.9584,103.9584,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.292,103.292,102.6256,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,106.624,105.9576,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,104.958,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.9592,101.9592,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,107.2904,107.9568,108.28999999999999,108.9564,109.2896,109.956,110.2892,110.9556,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.9556,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,114.2876,114.954,115.6204,115.6204,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.6196,117.2864,116.62,116.62,116.62,116.9532,116.9532,117.6196,118.61919999999999,120.9516,122.9508,124.6168,124.6168,125.2832,125.2832,124.6168,123.9504,122.9508,122.2844,121.618,121.2848,120.2852,120.9516,121.618,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,122.9508,121.2848,119.952,117.9528,116.62,115.9536,116.62,117.2864,118.9524,119.6188,120.6184,120.6184,120.9516,120.2852,119.6188,118.286,116.62,114.954,113.6212,112.6216,112.2884,111.9552,111.2888,110.9556,110.9556,110.2892,109.956,109.956,110.6224,110.9556,112.2884,113.6212,115.6204,117.2864,118.9524,120.2852,119.952,119.6188,118.9524,119.2856,119.2856,118.286,118.286,117.9528,117.9528,118.286,118.286,118.9524,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,120.2852,119.6188,118.9524,117.9528,117.6196,116.9532,116.62,116.62,116.9532,116.9532,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,114.954,114.6208,113.288,112.2884,111.2888,110.2892,110.9556,111.2888,112.6216,112.6216,113.288,113.6212,113.6212,114.2876,114.6208,115.2872,115.2872,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,117.6196,117.9528,117.9528,118.61919999999999,118.9524,118.9524,118.9524,118.286,118.286,118.9524,119.6188,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.9512,122.9508,123.28399999999999,124.6168,125.2832,125.6164,126.2828,127.6156,128.6152,129.6148,130.6144,131.9472,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,130.6144,129.948,128.9484,128.9484,127.9488,127.6156,127.2824,126.616,126.616,125.9496,125.9496,126.616,126.2828,126.2828,126.9492,127.6156,128.6152,128.9484,129.948,129.948,129.948,130.6144,130.6144,130.6144,129.948,128.9484,127.6156,125.9496,125.2832,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.618,121.618,121.618,121.618,121.618,121.618,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,126.2828,127.2824,128.9484,129.948,131.2808,133.6132,134.2796,135.2792,135.6124,135.6124,135.6124,135.6124,134.946,134.946,134.2796,133.28,132.2804,131.614,130.9476,130.9476,130.9476,130.9476,131.614,131.9472,131.9472,132.2804,132.2804,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.9464,134.2796,134.946,134.946,136.2788,136.612,137.6116,138.278,139.2776,139.944,140.9436,140.9436,140.2772,140.2772,139.944,139.6108,139.6108,138.9444,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,135.94559999999998,135.94559999999998,135.2792,134.946,133.6132,132.2804,131.9472,131.2808,130.6144,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,131.2808,131.2808,131.2808,131.9472,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,131.9472,132.2804,132.2804,132.2804,132.6136,132.9468,132.9468,132.9468,133.28,133.9464,133.9464,133.9464,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.6124,135.94559999999998,135.94559999999998,135.94559999999998,137.2784,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.9448,138.6112,138.6112,139.2776,139.6108,139.944,139.944,140.6104,140.9436,141.60999999999999,141.9432,142.6096,142.6096,142.9428,143.276,143.9424,143.9424,144.2756,144.6088,144.6088,144.6088,144.6088,143.9424,143.276,142.6096,142.2764,141.60999999999999,140.9436,140.6104,140.6104,140.6104,140.6104,139.944,140.2772,140.9436,140.9436,140.9436,140.9436,141.2768,141.2768,141.2768,141.2768,141.2768,141.2768,140.9436,140.9436,140.9436,140.6104,139.6108,138.9444,138.9444,138.9444],[152.9388,152.9388,153.272,153.272,153.9384,154.6048,155.2712,155.2712,155.2712,155.6044,156.2708,156.2708,156.9372,156.9372,156.2708,156.2708,155.2712,154.6048,153.6052,152.6056,151.2728,150.2732,148.9404,148.9404,147.6076,147.27439999999999,146.2748,144.942,143.276,142.6096,141.60999999999999,141.2768,140.2772,140.2772,140.6104,139.944,139.6108,138.6112,137.9448,137.6116,137.2784,137.2784,136.612,136.2788,135.6124,134.946,134.946,134.946,134.946,135.2792,135.6124,136.2788,135.94559999999998,135.94559999999998,136.9452,137.2784,137.9448,138.6112,139.6108,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.6108,139.6108,138.9444,138.9444,138.9444,138.6112,137.2784,136.2788,135.6124,134.946,133.9464,132.9468,132.2804,131.9472,130.9476,130.6144,129.948,128.9484,128.282,127.6156,126.9492,125.6164,124.28359999999999,122.9508,122.2844,120.9516,119.2856,117.9528,117.2864,116.9532,116.62,115.9536,115.2872,114.6208,113.6212,113.6212,113.288,112.6216,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.288,113.288,112.95479999999999,111.9552,110.9556,109.2896,108.9564,107.9568,107.2904,106.2908,105.9576,104.958,104.958,103.9584,103.292,102.6256,101.2928,99.6268,99.2936,97.6276,96.2948,95.6284,94.962,93.9624,92.6296,90.6304,89.6308,88.298,85.9656,84.966,83.6332,81.9672,81.3008,80.6344,80.3012,79.3016,78.30199999999999,77.3024,76.636,75.9696,74.3036,73.63719999999999,72.3044,71.638,69.972,69.3056,69.3056,68.6392,68.306,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,63.9744,63.308,62.3084,61.641999999999996,61.641999999999996,60.9756,60.6424,59.976,59.976,58.9764,57.6436,56.977199999999996,55.6444,54.3116,52.6456,51.9792,50.3132,48.314,45.9816,44.6488,43.9824,43.316,42.9828,42.3164,41.65,41.65,40.6504,40.6504,39.984,39.3176,38.6512,37.9848,37.3184,37.3184,35.9856,35.9856,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,45.6484,47.3144,48.980399999999996,49.6468,50.9796,51.646,52.9788,54.3116,54.978,56.3108,57.6436,58.9764,59.6428,61.3088,61.9752,63.9744,64.6408,66.3068,66.9732,68.306,68.9724,70.3052,71.9712,72.6376,73.304,74.3036,74.6368,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.6352,78.6352,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.9676,80.9676,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.966,84.966,86.2988,87.2984,87.9648,87.9648,87.9648,87.2984,86.2988,85.6324,84.2996,84.2996,84.966,86.2988,88.298,89.2976,90.9636,91.63,92.9628,92.9628,93.6292,92.9628,91.63,91.2968,90.6304,89.6308,88.298,87.2984,86.9652,85.6324,84.966,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.632,87.9648,88.9644,90.2972,90.6304,91.63,92.9628,93.6292,94.6288,95.6284,95.9616,97.6276,98.6272,99.6268,100.2932,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.2932,99.6268,98.6272,97.96079999999999,97.96079999999999,96.9612,97.2944,97.2944,98.294,98.96039999999999,99.96,100.6264,102.6256,103.292,104.6248,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.2908,106.624,106.624,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,105.9576,105.9576,104.958,104.958,104.958,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,102.2924,101.9592,101.9592,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.958,104.958,104.958,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,107.2904,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,111.622,111.622,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,114.954,114.954,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,116.62,116.62,116.62,116.62,116.9532,116.9532,117.6196,118.61919999999999,120.9516,122.6176,123.9504,123.9504,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.9508,121.618,121.2848,120.9516,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.95,124.95,124.95,124.28359999999999,123.28399999999999,121.9512,119.952,117.6196,115.9536,114.954,115.6204,116.2868,116.62,117.9528,118.9524,118.9524,119.6188,118.9524,117.9528,117.2864,115.6204,113.6212,113.288,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.2892,109.956,110.6224,110.6224,111.2888,112.95479999999999,114.2876,115.9536,117.2864,118.9524,120.2852,119.952,119.952,118.9524,118.9524,118.9524,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,119.2856,119.952,120.2852,120.9516,120.9516,120.9516,120.2852,119.6188,118.9524,117.9528,117.9528,117.6196,116.9532,116.9532,116.9532,116.9532,117.2864,117.2864,117.2864,116.62,115.9536,115.6204,114.954,113.95439999999999,112.6216,111.622,110.9556,110.2892,110.9556,111.2888,112.6216,112.6216,113.288,113.288,113.6212,113.6212,113.95439999999999,114.6208,114.6208,114.6208,115.2872,115.6204,115.9536,116.62,116.62,116.62,116.9532,117.6196,117.9528,117.9528,117.9528,118.61919999999999,117.9528,117.9528,118.61919999999999,118.9524,118.9524,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.9512,122.9508,123.28399999999999,124.6168,125.2832,125.6164,126.2828,127.6156,128.6152,129.6148,129.948,131.9472,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,130.6144,130.6144,129.948,128.9484,128.6152,127.6156,127.6156,126.616,126.616,125.9496,125.9496,125.9496,125.6164,126.2828,126.2828,126.2828,126.9492,127.6156,128.6152,129.2816,129.948,129.948,129.948,129.948,129.948,129.6148,128.9484,127.6156,125.9496,125.2832,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.28399999999999,122.9508,121.9512,121.2848,121.618,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.618,121.618,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.6164,125.6164,126.2828,127.6156,128.9484,130.6144,132.2804,133.6132,134.2796,135.2792,135.6124,135.6124,135.6124,134.946,134.2796,133.9464,132.9468,132.2804,131.614,130.9476,130.9476,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,132.2804,132.2804,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.9464,134.2796,134.946,135.2792,136.612,137.2784,137.6116,138.9444,139.944,139.944,140.9436,140.9436,140.2772,140.2772,139.944,139.944,139.6108,139.6108,138.278,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,136.612,135.94559999999998,135.2792,134.946,133.6132,132.2804,131.9472,131.2808,130.6144,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.9468,132.9468,132.9468,133.28,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,136.612,136.612,136.612,136.612,136.612,136.612,136.2788,136.2788,136.2788,136.612,136.612,136.612,137.6116,137.9448,138.6112,138.6112,138.9444,139.6108,139.6108,139.944,139.944,140.6104,141.2768,141.2768,142.6096,142.6096,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,143.9424,143.276,142.9428,142.2764,141.60999999999999,140.9436,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.2768,141.2768,140.6104,140.6104,140.6104,140.6104,139.6108,138.9444,138.6112,138.6112],[152.6056,152.6056,152.6056,152.9388,153.6052,154.2716,154.2716,154.2716,155.2712,155.2712,155.2712,155.9376,155.9376,155.9376,155.9376,155.2712,155.2712,154.938,153.6052,152.9388,151.9392,151.2728,150.6064,149.94,149.2736,147.6076,146.608,145.6084,143.9424,142.6096,142.2764,141.60999999999999,140.9436,140.9436,140.6104,140.6104,139.6108,138.9444,138.6112,137.6116,137.6116,136.612,136.612,135.6124,134.946,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.6124,136.612,137.6116,137.9448,138.6112,138.278,138.6112,138.6112,138.9444,138.9444,138.6112,138.6112,138.6112,138.6112,138.6112,137.6116,137.2784,136.2788,135.6124,134.946,133.6132,132.2804,131.614,131.2808,130.9476,130.6144,129.6148,128.6152,127.9488,126.9492,126.2828,125.6164,124.28359999999999,123.28399999999999,122.2844,120.2852,118.9524,117.9528,116.62,115.9536,115.9536,115.2872,114.6208,113.95439999999999,113.6212,113.288,113.288,112.6216,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.954,114.954,114.2876,114.2876,113.6212,113.6212,112.95479999999999,111.2888,109.956,109.956,108.9564,107.9568,106.9572,107.2904,105.9576,105.6244,104.6248,104.6248,103.62519999999999,102.2924,101.2928,100.6264,99.2936,97.96079999999999,96.9612,95.6284,94.6288,93.29599999999999,91.63,90.2972,89.2976,87.2984,85.6324,84.2996,82.96679999999999,81.634,80.3012,79.3016,77.6356,76.636,75.9696,75.6364,74.97,73.63719999999999,72.9708,71.9712,70.6384,69.972,69.3056,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.6408,64.6408,63.9744,63.308,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,58.9764,58.31,57.6436,56.3108,54.978,53.6452,52.3124,50.9796,50.3132,48.314,45.9816,44.6488,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,39.6508,38.6512,37.9848,37.3184,37.3184,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,36.652,36.652,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.982,46.647999999999996,48.314,49.6468,50.3132,50.9796,52.9788,54.3116,54.978,56.3108,57.9768,59.309599999999996,60.6424,61.9752,64.3076,65.6404,66.9732,67.6396,69.3056,69.972,70.9716,72.3044,72.6376,73.9704,74.97,74.97,75.6364,75.6364,75.6364,76.3028,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.966,84.966,86.2988,87.2984,87.9648,87.9648,87.2984,87.2984,86.2988,85.6324,84.966,84.966,85.6324,86.632,88.298,89.6308,90.6304,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.2976,87.6316,86.9652,85.6324,84.966,84.2996,84.2996,84.6328,84.966,84.966,85.6324,85.6324,86.2988,87.9648,89.2976,90.2972,90.6304,92.2964,92.9628,93.9624,94.6288,95.9616,96.9612,97.96079999999999,98.6272,99.6268,99.96,99.96,100.2932,100.6264,100.9596,100.9596,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,96.2948,97.2944,97.96079999999999,98.96039999999999,100.2932,101.2928,103.292,103.9584,104.958,105.6244,105.6244,105.9576,107.2904,107.2904,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.2908,105.6244,105.9576,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.6256,102.2924,102.2924,101.9592,101.9592,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,100.6264,100.6264,101.2928,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,105.2912,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,106.2908,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.956,109.956,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.288,112.95479999999999,112.95479999999999,113.6212,114.2876,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.6204,116.2868,116.2868,116.2868,116.62,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.62,117.9528,119.952,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.2844,122.6176,121.9512,121.2848,121.2848,121.2848,121.9512,121.9512,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,124.95,124.95,124.95,124.95,124.28359999999999,124.28359999999999,122.9508,121.2848,119.6188,117.6196,115.6204,114.954,114.954,115.6204,115.6204,116.2868,116.2868,117.2864,117.6196,117.6196,116.9532,115.6204,113.95439999999999,113.288,112.2884,112.2884,111.2888,111.622,111.622,111.622,110.6224,110.6224,110.6224,110.6224,111.622,112.2884,112.95479999999999,114.2876,116.62,117.2864,118.9524,118.9524,118.9524,118.9524,119.2856,118.286,118.286,117.9528,117.2864,117.2864,116.9532,116.9532,116.9532,117.6196,118.9524,119.6188,119.952,120.6184,120.9516,120.9516,120.2852,120.2852,119.6188,118.9524,118.286,117.9528,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.2872,114.954,114.2876,113.288,112.6216,111.2888,110.2892,109.956,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,115.2872,115.9536,115.9536,116.2868,116.2868,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.6196,118.286,118.9524,118.9524,119.6188,119.952,119.952,120.2852,120.9516,120.9516,120.9516,121.618,122.2844,122.9508,123.28399999999999,124.28359999999999,125.2832,125.6164,126.2828,127.6156,128.6152,129.2816,129.948,130.9476,131.614,131.2808,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.6144,129.948,129.2816,128.6152,127.9488,127.2824,126.616,126.616,125.9496,125.6164,125.2832,125.2832,125.6164,124.95,124.95,125.9496,125.9496,126.9492,127.6156,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,127.6156,126.616,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,123.28399999999999,122.6176,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.9512,121.9512,122.9508,123.28399999999999,123.9504,124.28359999999999,125.2832,125.6164,126.2828,127.2824,128.6152,129.6148,131.2808,132.2804,133.6132,134.2796,134.946,134.946,134.946,134.946,134.946,133.9464,132.2804,131.9472,131.2808,130.9476,130.6144,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.9476,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,132.9468,132.9468,134.2796,134.2796,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,135.2792,135.94559999999998,136.612,138.278,138.6112,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,139.944,139.6108,139.6108,138.9444,138.9444,138.6112,138.278,138.278,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,137.2784,136.612,136.2788,134.946,133.9464,132.9468,132.2804,131.2808,130.9476,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,136.2788,136.612,137.2784,137.6116,137.9448,137.9448,137.9448,138.6112,138.6112,139.2776,139.6108,140.2772,140.6104,141.2768,141.60999999999999,141.9432,142.9428,143.276,143.276,143.9424,143.9424,143.9424,143.276,143.276,142.6096,142.2764,141.60999999999999,140.9436,140.6104,139.944,139.6108,138.9444,138.9444,139.6108,139.944,139.944,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,139.6108,138.9444,138.6112,137.9448],[151.9392,151.9392,152.6056,152.6056,152.9388,153.6052,154.2716,154.2716,155.2712,155.2712,155.2712,155.2712,155.9376,155.9376,155.9376,155.2712,155.2712,154.938,154.6048,153.6052,152.9388,152.2724,151.9392,151.2728,150.6064,149.2736,147.9408,146.2748,144.942,143.276,142.2764,141.60999999999999,140.9436,140.9436,140.6104,140.6104,139.6108,138.9444,138.6112,137.9448,137.6116,136.612,136.612,135.6124,134.946,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.9464,133.9464,133.9464,133.9464,134.2796,134.946,135.6124,136.2788,136.612,136.612,136.612,136.9452,136.9452,136.9452,136.9452,136.2788,136.2788,136.2788,136.2788,136.612,136.612,135.2792,134.946,134.2796,132.9468,131.9472,131.2808,131.2808,130.9476,130.6144,129.6148,128.6152,127.2824,126.9492,126.2828,125.6164,124.95,123.28399999999999,122.2844,120.2852,118.9524,117.6196,116.62,115.9536,115.9536,114.954,114.6208,113.6212,112.95479999999999,113.288,112.95479999999999,112.6216,112.6216,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,112.95479999999999,111.9552,110.2892,110.2892,109.6228,108.28999999999999,107.6236,107.9568,106.624,105.9576,105.6244,105.2912,104.6248,103.292,102.2924,101.626,100.2932,98.96039999999999,97.2944,96.2948,95.6284,94.6288,93.6292,91.63,89.964,88.298,86.632,85.6324,84.2996,82.96679999999999,80.9676,78.9684,77.6356,75.9696,75.9696,74.97,74.3036,73.63719999999999,72.9708,71.9712,70.6384,69.972,68.6392,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.3076,63.9744,63.9744,63.308,62.6416,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.6436,57.6436,56.977199999999996,55.6444,54.3116,53.6452,51.646,50.9796,49.6468,47.6476,45.9816,44.6488,43.316,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,39.6508,38.6512,37.9848,37.3184,37.3184,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,36.652,36.652,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,40.6504,41.3168,41.9832,41.9832,42.6496,43.9824,44.982,46.647999999999996,48.314,49.6468,50.3132,50.9796,52.9788,54.3116,54.978,56.3108,57.9768,59.309599999999996,60.6424,62.6416,64.974,66.9732,68.306,68.9724,70.6384,71.3048,72.3044,72.9708,73.9704,74.6368,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,75.9696,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.966,84.966,86.2988,87.2984,87.9648,87.9648,87.2984,87.2984,86.2988,85.6324,84.966,85.6324,85.9656,86.632,88.298,89.964,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,89.964,88.9644,87.2984,86.2988,84.966,84.2996,83.6332,84.2996,83.9664,84.6328,84.966,84.966,85.6324,86.2988,87.9648,89.2976,90.2972,90.6304,92.2964,93.29599999999999,94.6288,95.2952,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.96,100.6264,99.96,99.96,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,97.2944,98.6272,99.6268,101.2928,102.6256,103.62519999999999,104.2916,105.6244,105.9576,106.624,106.624,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,107.9568,107.6236,106.9572,106.2908,106.624,105.9576,105.6244,104.958,104.6248,104.6248,104.6248,105.2912,105.2912,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.6256,102.2924,102.2924,101.9592,101.9592,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,105.2912,105.2912,105.2912,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.6244,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.956,109.956,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.6208,115.2872,114.954,114.954,115.2872,115.6204,115.9536,116.62,116.62,116.62,116.62,115.9536,115.6204,115.6204,115.6204,115.9536,116.62,117.9528,119.6188,121.2848,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,122.9508,122.6176,121.9512,121.9512,121.2848,121.2848,121.9512,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,122.9508,121.9512,119.952,117.9528,116.9532,115.6204,114.954,114.6208,114.6208,114.2876,114.2876,114.954,115.6204,115.2872,115.2872,115.2872,113.95439999999999,113.288,112.6216,112.2884,112.2884,111.622,111.622,111.622,111.622,110.6224,110.6224,110.6224,110.6224,111.622,112.2884,112.95479999999999,114.2876,116.62,117.2864,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.286,117.9528,117.9528,117.2864,116.9532,116.9532,116.9532,116.9532,117.6196,118.286,119.6188,119.952,120.6184,120.9516,120.9516,120.2852,120.2852,119.952,119.6188,118.9524,118.286,117.9528,117.6196,117.6196,117.6196,117.2864,116.62,116.62,115.9536,114.954,114.2876,113.6212,113.288,112.6216,111.2888,110.9556,110.6224,110.9556,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,114.2876,114.6208,114.6208,114.954,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.6196,117.9528,118.286,118.9524,118.9524,119.6188,120.2852,120.9516,120.9516,121.2848,121.618,122.2844,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.9492,127.6156,127.9488,128.6152,129.6148,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,128.6152,127.9488,127.2824,126.2828,126.2828,125.6164,125.6164,124.95,124.95,124.95,124.95,124.95,124.95,125.2832,125.2832,125.9496,127.2824,127.9488,128.6152,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,127.6156,126.9492,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,122.6176,122.6176,121.9512,121.2848,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,122.6176,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.6156,128.6152,129.6148,129.948,132.2804,132.9468,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,132.9468,132.2804,131.9472,130.9476,129.948,129.6148,130.6144,129.948,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,131.2808,131.9472,131.9472,132.6136,132.9468,132.9468,132.9468,132.9468,134.2796,134.2796,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,135.6124,136.612,137.6116,138.6112,139.6108,139.944,139.944,139.944,140.6104,140.6104,139.944,139.944,139.6108,139.6108,138.9444,138.9444,138.278,138.278,138.278,138.278,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,137.2784,137.2784,136.2788,134.946,133.9464,133.28,132.2804,131.2808,130.9476,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.946,135.6124,136.2788,136.2788,136.9452,137.6116,137.6116,137.6116,137.9448,137.9448,138.6112,139.2776,139.6108,139.944,140.6104,140.6104,141.2768,142.2764,142.9428,142.9428,143.276,143.9424,143.9424,143.276,142.6096,142.2764,141.60999999999999,140.9436,140.6104,139.944,139.944,138.9444,138.9444,138.9444,139.6108,139.944,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,140.6104,140.6104,139.6108,138.9444,138.6112,137.9448],[150.93959999999998,151.606,151.9392,152.6056,152.9388,153.6052,153.6052,154.2716,154.938,154.938,154.938,155.2712,155.9376,155.9376,155.9376,155.9376,156.2708,155.6044,155.6044,155.2712,154.938,153.272,153.272,153.272,152.6056,150.6064,149.6068,147.6076,145.6084,144.6088,142.6096,141.60999999999999,140.9436,140.9436,140.6104,140.6104,139.6108,138.9444,138.6112,137.9448,137.6116,137.2784,136.612,135.6124,134.946,134.2796,134.2796,133.6132,133.28,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.9468,133.28,133.28,134.2796,134.2796,134.946,135.6124,135.6124,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,134.6128,134.2796,133.6132,132.2804,131.9472,131.2808,131.2808,130.2812,129.948,129.2816,128.6152,127.2824,126.2828,125.6164,124.95,124.6168,123.28399999999999,121.9512,119.952,119.6188,117.6196,117.2864,115.9536,115.6204,114.954,114.2876,114.2876,113.6212,112.6216,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,113.288,112.2884,111.622,110.9556,110.2892,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,106.624,105.9576,104.2916,103.62519999999999,101.9592,101.2928,99.6268,98.294,97.96079999999999,96.9612,95.6284,94.6288,92.9628,91.63,89.964,88.298,87.2984,85.6324,83.6332,82.3004,79.6348,77.6356,75.9696,75.3032,74.97,74.3036,73.304,72.6376,71.9712,70.6384,69.6388,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,63.308,63.308,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,53.6452,52.9788,50.9796,49.6468,48.980399999999996,46.9812,45.3152,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,40.3172,39.6508,38.6512,37.9848,37.3184,37.3184,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,36.652,36.652,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,40.6504,41.3168,41.9832,41.9832,42.6496,43.9824,44.982,46.647999999999996,48.314,49.6468,50.3132,51.646,53.6452,54.3116,55.6444,56.977199999999996,58.6432,59.976,61.3088,63.308,66.3068,67.6396,68.9724,70.6384,71.3048,72.9708,73.63719999999999,74.3036,75.3032,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.636,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.966,84.966,86.2988,87.2984,87.9648,87.9648,87.2984,87.2984,86.2988,85.6324,85.6324,85.6324,85.9656,86.632,88.298,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,89.964,89.6308,88.298,86.9652,85.6324,84.2996,82.96679999999999,82.96679999999999,83.6332,83.9664,83.9664,84.966,84.966,85.6324,86.632,87.9648,89.2976,90.6304,91.63,92.2964,93.29599999999999,94.6288,95.2952,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.9612,96.9612,96.2948,96.9612,97.96079999999999,98.96039999999999,99.96,101.9592,102.9588,104.958,105.9576,106.9572,107.6236,107.6236,107.9568,109.956,110.6224,110.9556,110.9556,110.2892,110.2892,109.956,108.6232,107.9568,107.6236,106.2908,105.9576,105.6244,104.958,105.6244,105.6244,105.6244,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,103.9584,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.6248,103.9584,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.2924,102.2924,101.9592,101.9592,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,100.9596,100.6264,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,101.2928,101.626,102.2924,102.6256,103.292,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.2912,104.6248,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.6244,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.2892,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,115.2872,115.6204,115.9536,115.9536,115.9536,115.6204,115.6204,115.2872,114.6208,114.2876,115.6204,116.62,117.2864,118.286,119.952,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,122.6176,122.9508,122.6176,121.9512,121.9512,121.2848,121.9512,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.28399999999999,122.2844,121.2848,120.2852,118.61919999999999,117.6196,115.9536,114.954,113.6212,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.95479999999999,114.2876,115.9536,117.2864,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.286,117.9528,117.6196,116.9532,116.9532,116.62,116.62,116.9532,117.6196,118.286,119.6188,119.952,119.952,120.9516,120.9516,120.9516,120.9516,119.952,119.6188,119.6188,118.9524,118.9524,118.286,117.9528,117.9528,116.62,116.2868,115.6204,115.2872,114.2876,114.2876,113.6212,113.288,112.6216,111.9552,111.2888,110.9556,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.954,114.954,114.954,115.6204,115.6204,115.6204,114.954,114.954,115.9536,115.9536,116.9532,117.6196,117.9528,118.286,118.9524,119.6188,119.952,120.2852,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.9492,127.6156,127.9488,127.9488,128.6152,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,128.6152,128.6152,127.9488,127.6156,127.2824,126.2828,125.6164,125.6164,125.2832,124.95,124.28359999999999,124.28359999999999,124.95,124.6168,124.6168,125.2832,125.2832,125.9496,126.616,127.9488,128.6152,128.9484,129.6148,128.9484,128.9484,127.9488,127.9488,127.6156,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.616,125.9496,125.2832,125.2832,125.2832,123.9504,122.6176,122.6176,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.9512,122.6176,122.6176,123.28399999999999,123.28399999999999,123.9504,124.6168,126.2828,127.9488,128.6152,129.948,130.2812,130.9476,132.2804,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.2804,131.614,131.614,130.9476,129.948,129.6148,129.6148,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.9472,132.6136,132.9468,132.9468,132.9468,132.9468,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.2796,134.946,135.6124,135.94559999999998,137.2784,137.6116,138.9444,139.6108,139.6108,139.6108,139.944,139.944,139.2776,138.6112,138.6112,138.9444,138.9444,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.9448,137.9448,138.6112,137.9448,138.278,138.278,137.6116,137.6116,137.2784,137.2784,136.2788,134.2796,133.9464,132.9468,132.6136,131.2808,130.9476,130.6144,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.9476,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.6128,134.6128,135.2792,135.6124,136.612,136.612,136.612,136.612,137.2784,137.2784,137.9448,138.6112,139.6108,139.6108,139.944,140.6104,141.2768,141.9432,142.6096,142.9428,143.276,143.276,142.6096,142.2764,142.2764,141.60999999999999,140.9436,140.6104,139.944,139.2776,138.9444,138.9444,139.6108,139.6108,140.6104,140.6104,140.9436,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,140.9436,140.9436,140.6104,140.6104,139.6108,138.9444,138.6112,137.9448],[150.6064,150.6064,151.2728,151.9392,152.6056,152.9388,152.9388,153.6052,153.9384,153.9384,154.938,154.938,155.9376,156.60399999999998,156.60399999999998,156.60399999999998,156.9372,156.9372,156.9372,156.2708,155.2712,155.2712,154.938,153.272,152.9388,151.9392,150.6064,148.9404,146.9412,144.942,143.9424,142.2764,141.60999999999999,140.9436,140.9436,140.6104,139.6108,138.9444,138.6112,137.9448,137.6116,137.2784,136.612,135.6124,134.946,134.2796,133.6132,133.6132,133.28,132.9468,132.9468,132.9468,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.9468,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,133.6132,132.9468,131.9472,131.2808,131.2808,130.6144,130.2812,129.948,128.6152,127.2824,126.2828,125.6164,124.95,124.6168,123.9504,123.28399999999999,121.9512,119.952,118.286,117.6196,116.62,115.9536,114.954,114.954,114.2876,113.95439999999999,112.95479999999999,112.6216,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.2876,113.6212,114.2876,114.2876,113.6212,113.95439999999999,113.95439999999999,113.288,113.288,112.2884,111.9552,111.622,110.9556,109.2896,108.6232,108.6232,107.9568,107.2904,106.9572,107.2904,106.624,104.958,104.2916,102.6256,101.9592,100.2932,98.96039999999999,98.294,97.6276,96.9612,95.6284,94.6288,92.9628,91.63,89.964,88.298,86.632,84.966,82.96679999999999,80.3012,77.9688,76.3028,75.3032,74.97,74.3036,73.304,72.6376,71.9712,70.6384,69.6388,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,63.308,63.308,61.9752,61.3088,60.6424,59.309599999999996,58.6432,58.6432,57.9768,57.9768,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.3124,50.3132,49.6468,48.980399999999996,46.9812,45.6484,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,40.3172,39.6508,38.6512,37.9848,37.3184,37.3184,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,36.652,36.652,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,41.9832,42.6496,43.9824,44.982,46.647999999999996,48.314,49.6468,50.3132,51.646,53.6452,54.978,56.3108,57.6436,59.309599999999996,60.6424,61.9752,63.9744,66.9732,68.306,69.6388,71.3048,71.9712,73.63719999999999,74.3036,74.97,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.966,84.966,85.9656,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,86.2988,86.2988,85.9656,85.9656,85.9656,86.9652,88.298,89.2976,90.2972,91.2968,91.2968,91.2968,90.6304,90.6304,89.6308,89.2976,88.63119999999999,87.6316,86.2988,84.966,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.3,83.9664,84.2996,85.6324,86.2988,86.632,87.9648,89.2976,90.6304,91.63,92.2964,93.29599999999999,94.6288,95.2952,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.6276,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,97.96079999999999,98.96039999999999,99.96,102.6256,103.62519999999999,104.958,106.624,107.6236,107.6236,107.9568,109.2896,110.9556,111.622,111.9552,111.9552,111.622,110.9556,110.2892,109.956,108.6232,107.9568,106.9572,106.624,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.9592,101.9592,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.9596,101.626,101.626,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.2912,104.6248,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.9536,115.6204,115.2872,114.6208,114.6208,114.2876,114.954,115.9536,116.62,117.6196,118.61919999999999,119.952,120.9516,121.2848,121.618,122.2844,122.2844,122.6176,122.6176,123.28399999999999,123.28399999999999,122.9508,122.6176,121.9512,121.2848,121.2848,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.2844,121.2848,119.952,118.9524,117.6196,115.9536,115.2872,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,110.9556,111.622,112.2884,112.95479999999999,114.2876,115.9536,116.62,117.9528,118.61919999999999,118.9524,118.9524,118.286,118.286,117.9528,117.6196,116.9532,116.9532,116.62,116.9532,116.9532,117.6196,118.286,118.9524,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.9524,117.6196,117.2864,116.62,116.2868,115.6204,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.6216,111.9552,111.2888,111.622,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.6208,114.954,114.954,114.2876,114.2876,115.6204,115.9536,116.9532,116.9532,117.9528,118.286,118.9524,119.6188,120.2852,120.9516,121.2848,121.9512,121.9512,122.2844,124.28359999999999,125.2832,125.6164,126.2828,126.2828,126.9492,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,127.9488,127.2824,127.2824,126.616,125.6164,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.9496,127.6156,128.6152,129.6148,129.6148,129.6148,128.9484,128.6152,127.9488,127.9488,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,126.616,126.616,126.616,125.6164,125.2832,124.6168,123.28399999999999,122.2844,121.9512,120.9516,120.9516,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,122.6176,122.9508,123.28399999999999,123.9504,123.9504,124.95,126.9492,127.9488,128.282,129.6148,130.2812,131.2808,131.614,131.9472,132.6136,132.6136,132.6136,131.9472,131.9472,130.6144,130.9476,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.6144,130.9476,131.2808,131.2808,131.9472,131.9472,132.6136,132.9468,132.9468,132.9468,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.2796,134.946,135.6124,135.94559999999998,136.612,137.2784,137.6116,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.6112,137.9448,137.9448,137.6116,137.2784,136.9452,136.9452,136.9452,136.9452,137.2784,137.2784,137.2784,137.6116,137.9448,137.6116,137.6116,137.6116,137.6116,137.2784,136.612,135.94559999999998,135.2792,134.2796,133.6132,132.9468,131.9472,131.2808,130.9476,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.2812,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,132.6136,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,132.2804,132.2804,132.9468,133.28,133.6132,134.2796,135.2792,135.6124,135.6124,135.2792,135.6124,135.6124,136.2788,137.2784,137.6116,137.9448,138.6112,139.6108,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,141.60999999999999,141.60999999999999,141.2768,140.9436,140.6104,139.944,139.2776,139.2776,138.9444,138.9444,139.6108,139.6108,140.6104,140.6104,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,140.9436,140.6104,140.6104,139.6108,138.9444,137.9448,137.9448],[148.9404,149.6068,150.2732,150.6064,151.2728,151.606,152.6056,152.9388,153.272,153.272,154.2716,154.938,156.2708,156.9372,157.2704,157.2704,157.2704,157.2704,157.2704,157.2704,156.9372,156.2708,156.2708,155.2712,154.938,152.9388,151.606,149.2736,148.274,145.9416,144.6088,143.276,142.2764,141.60999999999999,140.9436,139.944,139.6108,138.6112,137.9448,137.9448,137.2784,137.2784,136.612,135.6124,134.946,134.2796,133.28,133.28,132.9468,132.2804,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,130.9476,130.9476,131.2808,131.2808,131.614,131.614,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.6136,131.9472,131.2808,130.6144,130.6144,130.6144,129.948,129.2816,128.282,126.9492,124.95,124.6168,123.9504,123.28399999999999,122.6176,122.6176,121.2848,119.6188,117.6196,116.62,115.9536,115.6204,114.954,114.2876,114.2876,113.95439999999999,112.6216,112.6216,112.95479999999999,112.95479999999999,112.6216,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,112.2884,110.9556,110.9556,110.2892,109.956,108.6232,107.2904,107.2904,106.9572,106.624,105.9576,104.2916,103.62519999999999,101.9592,100.6264,99.6268,98.96039999999999,98.294,97.2944,96.9612,95.6284,93.9624,92.2964,90.6304,89.2976,87.9648,85.6324,83.6332,80.9676,78.9684,76.9692,75.3032,74.97,74.3036,73.304,72.6376,71.9712,70.6384,69.6388,68.306,67.6396,66.9732,66.64,65.9736,65.3072,65.3072,64.974,64.3076,64.3076,63.6412,62.6416,61.9752,61.3088,59.976,58.6432,58.6432,57.9768,57.9768,57.3104,57.3104,56.644,55.9776,54.978,54.3116,53.6452,52.3124,51.646,50.9796,49.6468,48.314,46.3148,44.982,43.6492,42.9828,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,39.6508,38.6512,37.9848,37.3184,37.3184,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,41.9832,42.6496,43.9824,44.982,46.647999999999996,48.314,49.6468,50.3132,51.646,53.6452,54.978,56.3108,58.6432,59.976,61.641999999999996,63.308,65.6404,66.9732,69.3056,70.6384,71.3048,72.9708,73.63719999999999,74.97,75.6364,75.9696,76.636,76.636,75.9696,75.6364,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.966,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.632,86.632,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,89.6308,89.2976,88.63119999999999,88.298,87.2984,86.2988,84.2996,82.96679999999999,82.3004,82.3004,82.96679999999999,83.3,83.3,84.2996,84.966,86.2988,86.632,88.298,89.2976,90.6304,91.63,92.9628,93.29599999999999,94.6288,95.2952,96.2948,96.628,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,96.9612,96.9612,95.9616,95.6284,95.6284,95.6284,95.9616,95.9616,96.628,97.6276,99.6268,100.6264,102.2924,103.62519999999999,104.958,106.2908,107.6236,108.9564,108.6232,109.6228,111.622,112.2884,113.288,113.288,112.95479999999999,112.2884,111.622,110.2892,109.6228,108.6232,107.6236,106.9572,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.96039999999999,100.2932,100.6264,100.6264,101.2928,102.2924,102.2924,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,104.958,104.958,104.958,104.958,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,109.2896,109.956,109.956,109.956,110.2892,110.6224,110.6224,110.6224,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,113.6212,114.2876,114.2876,114.6208,114.6208,114.6208,114.2876,113.6212,113.6212,114.2876,115.9536,116.62,117.2864,117.6196,117.6196,118.9524,119.6188,119.952,120.6184,120.9516,121.618,121.9512,121.9512,122.2844,121.9512,121.618,121.9512,121.2848,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,121.9512,121.2848,120.9516,120.2852,118.286,117.6196,115.9536,115.6204,113.6212,113.288,112.2884,112.2884,112.2884,111.9552,111.622,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.622,112.2884,112.2884,113.288,114.6208,115.6204,116.62,117.9528,118.61919999999999,118.286,118.286,118.286,117.9528,117.2864,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,118.286,118.9524,118.9524,119.6188,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.9528,117.6196,116.62,116.62,115.9536,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,116.2868,116.9532,116.9532,118.286,118.9524,119.952,120.2852,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.9504,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.2824,127.6156,128.282,128.282,128.282,128.282,127.6156,127.6156,126.616,126.616,125.9496,125.6164,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.6164,127.6156,128.9484,129.948,130.6144,130.6144,129.948,128.9484,128.9484,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,127.2824,126.9492,126.9492,126.2828,125.6164,125.2832,123.28399999999999,122.9508,121.2848,120.9516,120.2852,119.6188,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,120.2852,120.9516,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,124.6168,124.95,126.9492,127.9488,128.282,128.9484,130.6144,130.6144,130.9476,130.6144,130.6144,130.9476,130.6144,129.6148,129.948,129.6148,129.6148,129.6148,129.948,129.948,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.2808,131.9472,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.946,135.2792,135.94559999999998,136.612,137.2784,137.6116,137.9448,137.9448,137.9448,137.9448,137.2784,137.2784,137.2784,137.2784,136.612,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,136.612,136.612,136.612,136.612,136.612,135.94559999999998,135.6124,134.946,134.2796,133.6132,132.9468,132.9468,131.9472,131.2808,130.6144,129.6148,129.2816,129.2816,128.9484,128.6152,128.6152,128.6152,128.6152,128.9484,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.9484,128.9484,128.9484,129.6148,129.948,130.6144,130.6144,130.9476,130.9476,131.614,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.2812,130.2812,130.2812,130.2812,130.9476,131.2808,131.2808,131.9472,132.2804,133.28,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,135.2792,136.2788,137.2784,137.2784,137.9448,138.6112,139.6108,139.944,139.944,140.2772,140.2772,140.2772,139.944,139.944,139.2776,139.2776,139.2776,138.6112,138.6112,138.278,138.9444,138.9444,139.6108,139.6108,139.944,139.944,140.2772,140.9436,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,140.9436,140.2772,139.944,139.944,139.6108,138.9444,137.9448,137.9448],[148.6072,148.6072,149.6068,149.94,150.6064,151.2728,151.9392,152.6056,152.6056,152.6056,153.9384,154.938,156.2708,156.9372,157.2704,157.9368,158.6032,158.6032,158.6032,157.9368,157.2704,157.2704,156.9372,156.2708,155.6044,153.9384,151.9392,150.2732,149.2736,146.9412,145.2752,143.9424,142.6096,141.9432,141.60999999999999,140.6104,139.944,139.2776,138.6112,137.9448,137.2784,137.2784,136.612,135.6124,134.946,134.2796,133.28,132.9468,132.2804,132.2804,131.9472,131.9472,130.9476,130.9476,130.6144,130.6144,129.948,129.948,129.948,130.6144,130.6144,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.2808,130.6144,130.2812,130.6144,129.948,129.2816,128.6152,127.6156,126.2828,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.9512,120.2852,119.6188,117.6196,115.9536,115.6204,115.6204,114.2876,114.2876,114.2876,113.95439999999999,112.6216,112.6216,112.95479999999999,112.2884,112.6216,112.2884,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,110.9556,110.9556,110.2892,109.6228,108.6232,107.2904,106.9572,106.2908,105.9576,104.6248,103.62519999999999,102.2924,101.2928,99.96,98.96039999999999,98.294,98.294,96.9612,95.9616,94.962,93.6292,91.63,89.2976,88.298,86.2988,84.2996,81.634,79.6348,77.6356,75.9696,74.97,73.63719999999999,72.6376,72.6376,71.9712,70.6384,69.6388,68.9724,68.306,67.6396,67.3064,66.64,65.9736,65.9736,65.6404,64.974,64.974,64.3076,63.308,62.6416,61.9752,60.6424,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.3104,57.3104,56.644,55.6444,54.978,54.3116,52.9788,52.3124,51.646,50.3132,49.6468,46.9812,45.6484,44.982,43.6492,43.316,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,39.6508,38.6512,37.9848,37.3184,37.3184,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,41.9832,42.6496,43.9824,44.982,46.647999999999996,48.314,49.6468,50.3132,51.646,53.6452,54.978,56.977199999999996,58.6432,59.976,62.3084,63.9744,65.6404,67.6396,69.3056,70.6384,71.9712,72.9708,74.3036,74.97,75.6364,76.636,76.636,76.636,75.9696,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,86.632,86.632,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.2976,89.2976,88.298,87.9648,87.2984,86.9652,85.6324,84.2996,82.96679999999999,82.3004,82.3004,82.3004,82.6336,83.3,84.2996,84.966,86.2988,86.632,88.298,89.964,91.2968,91.63,92.9628,93.9624,95.2952,95.6284,96.2948,96.628,96.628,96.628,97.2944,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,95.6284,94.962,94.6288,94.6288,94.6288,94.962,95.6284,96.2948,97.6276,98.96039999999999,99.96,101.9592,103.62519999999999,105.6244,105.6244,106.9572,108.28999999999999,108.6232,109.6228,111.622,112.2884,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,110.2892,109.6228,107.9568,107.6236,106.9572,106.624,106.624,106.624,106.624,106.624,106.624,106.624,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.624,106.9572,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,99.6268,100.2932,100.6264,100.6264,101.626,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,104.958,104.958,104.6248,104.6248,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,108.6232,108.6232,108.6232,109.6228,109.6228,109.6228,109.6228,110.2892,110.2892,110.2892,110.2892,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.6208,114.2876,113.6212,113.6212,113.6212,113.6212,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,118.286,119.6188,119.952,120.2852,120.9516,121.618,121.618,121.618,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,120.9516,120.9516,119.952,119.6188,118.286,117.2864,115.9536,114.954,113.6212,112.95479999999999,111.9552,111.2888,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.9552,111.622,112.2884,112.95479999999999,113.6212,114.6208,115.6204,116.2868,117.2864,117.9528,117.9528,117.9528,117.9528,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.9528,118.286,118.286,117.6196,116.9532,116.9532,116.9532,116.9532,117.2864,117.2864,117.2864,117.2864,115.9536,115.9536,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,116.2868,116.9532,117.6196,118.286,118.9524,119.952,120.2852,121.2848,121.9512,122.2844,123.28399999999999,123.9504,124.6168,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,126.616,126.616,125.9496,125.9496,125.2832,125.2832,124.6168,124.6168,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,125.2832,127.6156,128.9484,129.948,130.6144,130.6144,130.6144,129.6148,128.9484,128.9484,128.6152,127.9488,127.9488,127.9488,127.9488,127.2824,127.2824,126.9492,126.9492,125.6164,125.2832,123.28399999999999,122.2844,120.2852,119.952,119.6188,119.6188,119.952,119.952,119.2856,119.2856,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,120.2852,120.2852,121.2848,121.9512,122.6176,122.6176,123.28399999999999,123.9504,124.95,125.6164,126.9492,127.9488,127.6156,129.2816,129.6148,130.6144,130.2812,130.6144,129.948,129.6148,128.6152,127.9488,127.9488,128.6152,128.6152,128.6152,129.6148,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.9476,131.614,131.614,130.9476,130.9476,131.9472,131.9472,131.2808,131.9472,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.946,134.946,135.2792,135.94559999999998,137.2784,137.2784,137.2784,136.612,136.612,136.612,136.612,136.612,136.2788,135.6124,135.2792,135.2792,135.2792,135.2792,134.6128,133.9464,134.946,134.946,134.946,134.946,135.2792,135.2792,134.946,134.946,134.946,134.2796,132.9468,132.6136,131.9472,131.614,131.614,131.614,130.9476,130.6144,129.2816,128.9484,128.6152,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.6148,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,130.6144,130.9476,131.9472,132.2804,132.6136,132.6136,132.6136,132.9468,132.9468,134.2796,134.946,135.2792,135.6124,136.612,137.2784,137.6116,138.278,138.9444,139.6108,139.944,139.944,139.6108,139.2776,138.6112,138.6112,138.6112,138.9444,138.6112,138.6112,138.6112,138.9444,138.9444,139.6108,139.6108,139.944,139.944,140.2772,140.2772,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,140.2772,140.2772,139.944,139.944,139.6108,138.6112,137.9448,137.6116],[147.27439999999999,147.27439999999999,148.9404,149.6068,149.94,150.6064,151.2728,151.9392,151.9392,152.6056,153.9384,154.938,155.6044,156.2708,157.6036,158.9364,159.936,159.936,159.936,159.936,159.2696,158.27,157.6036,157.6036,156.60399999999998,155.2712,153.272,151.9392,149.94,147.27439999999999,145.9416,144.2756,143.276,141.9432,141.60999999999999,140.6104,139.944,139.2776,138.6112,137.9448,137.2784,136.612,136.2788,135.2792,134.2796,134.2796,133.28,132.9468,132.2804,132.2804,131.2808,131.2808,130.9476,130.9476,130.6144,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,129.948,129.6148,129.6148,128.9484,128.6152,127.9488,126.9492,125.6164,123.9504,123.28399999999999,122.9508,122.2844,121.618,121.2848,119.6188,118.61919999999999,117.2864,115.6204,115.6204,114.954,114.2876,114.2876,113.6212,113.288,112.6216,112.6216,112.95479999999999,112.2884,111.9552,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,111.2888,110.9556,110.9556,110.2892,109.956,108.6232,107.9568,107.6236,106.9572,106.624,105.2912,103.62519999999999,102.2924,100.9596,99.6268,99.6268,98.96039999999999,98.6272,97.2944,96.2948,95.6284,93.6292,91.9632,89.6308,88.298,86.9652,84.966,82.3004,80.3012,78.6352,76.636,74.97,73.63719999999999,72.6376,72.6376,71.9712,71.3048,69.6388,68.9724,68.306,68.306,67.97279999999999,67.97279999999999,67.3064,67.3064,66.3068,66.3068,65.6404,65.6404,64.6408,63.9744,63.308,61.9752,60.6424,60.6424,59.976,59.976,59.309599999999996,58.6432,57.9768,57.9768,56.977199999999996,56.3108,55.6444,54.3116,53.6452,52.9788,51.646,50.9796,48.314,46.9812,45.6484,44.982,43.316,42.6496,41.9832,41.9832,41.3168,41.3168,40.3172,39.6508,38.6512,37.9848,37.3184,37.3184,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,41.9832,42.6496,43.9824,44.982,46.3148,48.314,49.6468,50.9796,52.3124,53.9784,55.6444,56.977199999999996,59.309599999999996,60.6424,63.308,64.6408,66.3068,67.6396,69.972,71.3048,71.9712,73.63719999999999,74.3036,75.6364,76.3028,76.636,77.3024,76.636,75.9696,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,84.966,86.2988,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.9652,84.966,84.2996,82.96679999999999,82.3004,82.3004,82.3004,82.6336,83.3,84.2996,84.966,86.2988,86.632,88.298,89.964,91.2968,92.2964,93.6292,94.6288,95.2952,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,95.9616,95.9616,95.6284,94.962,94.962,93.9624,93.9624,93.9624,93.9624,94.962,95.6284,96.2948,96.9612,98.294,99.6268,101.2928,103.292,104.6248,104.6248,105.9576,107.6236,108.28999999999999,109.2896,110.9556,111.622,112.95479999999999,112.95479999999999,113.288,112.6216,112.6216,111.622,111.622,110.2892,108.9564,108.9564,108.28999999999999,106.9572,106.624,106.9572,106.9572,106.9572,106.624,106.624,106.624,106.624,106.624,106.624,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,99.6268,100.2932,100.2932,100.6264,101.626,102.2924,102.2924,102.2924,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.9576,105.9576,105.6244,105.6244,105.2912,105.6244,104.958,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,104.958,104.958,104.958,104.6248,103.9584,104.6248,104.958,105.6244,105.9576,106.624,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,108.6232,108.9564,108.9564,108.9564,109.6228,109.956,109.956,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.95479999999999,113.6212,113.95439999999999,113.95439999999999,114.2876,113.6212,113.6212,113.288,113.288,113.6212,113.95439999999999,114.2876,114.954,115.2872,115.9536,115.9536,117.2864,117.6196,118.286,118.9524,119.952,120.6184,120.6184,120.6184,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,120.2852,120.9516,120.9516,120.2852,120.2852,118.9524,118.61919999999999,117.2864,116.62,114.954,114.2876,112.95479999999999,112.2884,111.2888,110.9556,110.9556,110.9556,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.6208,115.6204,116.2868,117.2864,117.9528,117.6196,117.6196,117.6196,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.9536,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.6208,115.6204,114.954,115.2872,116.62,117.2864,117.6196,117.9528,118.9524,119.2856,119.952,120.2852,121.2848,121.9512,122.9508,123.28399999999999,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,124.6168,124.95,124.95,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,125.9496,125.9496,125.6164,125.2832,124.6168,124.6168,123.9504,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.6172,124.28359999999999,125.2832,127.6156,128.9484,129.948,130.6144,130.6144,130.6144,129.6148,129.6148,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,127.2824,127.2824,127.2824,126.9492,125.6164,124.28359999999999,122.9508,121.2848,120.2852,119.952,119.6188,119.6188,119.2856,119.2856,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,119.952,119.952,119.952,119.2856,119.952,119.952,119.952,120.2852,121.2848,121.9512,122.6176,123.28399999999999,124.6168,124.95,125.6164,126.2828,126.9492,128.282,128.282,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.2824,127.2824,127.2824,127.6156,127.9488,128.6152,129.6148,129.948,130.6144,130.9476,130.9476,130.9476,130.9476,131.614,131.614,131.614,130.9476,130.9476,131.2808,131.2808,131.2808,131.9472,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,134.2796,134.2796,134.946,135.2792,135.94559999999998,136.612,136.612,136.612,136.2788,136.2788,136.2788,136.2788,136.2788,135.2792,135.2792,135.2792,135.2792,134.946,134.946,133.9464,133.6132,133.9464,133.9464,133.6132,133.6132,133.28,133.28,133.28,133.28,131.9472,131.9472,131.2808,131.2808,130.6144,129.948,130.6144,129.948,129.2816,128.6152,128.9484,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.2824,127.2824,127.6156,127.9488,127.9488,128.6152,128.9484,128.9484,128.9484,129.6148,129.6148,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,129.2816,129.948,129.948,130.6144,130.6144,130.9476,131.2808,131.2808,131.2808,131.2808,132.6136,132.9468,133.6132,134.2796,134.946,135.6124,136.612,137.2784,137.6116,138.278,138.9444,139.6108,139.6108,138.9444,138.6112,137.9448,137.9448,137.9448,137.6116,137.2784,137.6116,137.9448,137.9448,138.6112,138.9444,139.6108,139.944,139.944,140.2772,140.2772,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.2772,140.2772,139.944,139.944,139.6108,138.6112,137.9448,137.6116],[146.2748,146.2748,147.6076,148.274,149.2736,149.6068,150.6064,150.93959999999998,151.606,151.9392,153.272,153.9384,154.938,155.9376,157.6036,158.27,159.6028,160.2692,160.2692,160.2692,160.2692,159.2696,158.27,158.27,156.9372,156.2708,154.2716,152.6056,150.6064,148.274,146.9412,144.942,142.9428,141.9432,141.60999999999999,140.6104,139.944,139.2776,138.6112,137.9448,137.2784,136.612,136.2788,135.2792,134.2796,134.2796,133.28,132.9468,132.9468,132.2804,131.9472,131.2808,130.9476,130.6144,129.948,129.948,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.6148,129.6148,129.2816,128.6152,128.6152,127.9488,127.9488,127.6156,125.9496,125.2832,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.2852,118.9524,117.9528,116.62,115.2872,115.6204,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.2884,112.2884,111.622,111.2888,110.9556,111.622,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.622,111.622,111.9552,111.622,111.622,111.622,111.2888,110.9556,110.2892,109.956,108.9564,108.6232,107.9568,107.6236,107.6236,106.9572,105.6244,103.9584,102.2924,100.6264,99.2936,98.96039999999999,98.6272,97.96079999999999,96.9612,96.2948,94.962,93.6292,91.63,89.6308,88.298,86.9652,84.966,82.96679999999999,80.9676,78.6352,76.636,74.97,74.3036,73.304,72.6376,71.9712,71.3048,70.3052,69.6388,68.9724,68.9724,69.3056,69.3056,68.6392,68.6392,67.6396,66.9732,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,56.977199999999996,55.6444,54.978,54.3116,52.9788,51.646,49.6468,47.6476,46.3148,45.6484,43.9824,43.316,42.6496,41.9832,41.3168,41.3168,40.3172,39.6508,38.6512,38.6512,37.9848,37.3184,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.3168,41.9832,42.6496,43.9824,44.982,45.6484,47.3144,49.6468,50.9796,52.3124,53.9784,55.6444,57.6436,59.309599999999996,61.3088,63.308,64.6408,66.3068,68.306,69.972,71.3048,72.6376,73.63719999999999,74.97,75.6364,76.3028,76.636,76.636,76.636,75.9696,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,83.6332,84.2996,84.2996,84.966,85.9656,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.9652,86.2988,84.2996,83.6332,82.3004,82.3004,82.3004,82.3004,82.6336,83.3,84.2996,84.2996,85.6324,87.2984,88.298,89.964,91.2968,92.2964,93.6292,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.2952,94.962,94.2956,94.2956,93.9624,93.6292,93.6292,93.6292,93.9624,94.962,95.6284,96.2948,96.9612,97.96079999999999,99.2936,101.2928,102.2924,103.62519999999999,104.6248,105.2912,105.9576,106.9572,107.9568,109.956,110.9556,111.9552,112.2884,112.6216,112.6216,112.6216,112.6216,112.2884,111.622,109.956,109.2896,108.9564,107.9568,107.6236,106.9572,106.9572,106.9572,106.624,106.624,106.624,106.624,106.624,106.624,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.6244,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.2924,101.626,101.626,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,99.6268,99.6268,100.2932,100.6264,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,104.2916,105.2912,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,104.6248,105.2912,105.9576,105.9576,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,110.6224,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.954,114.954,115.2872,116.62,117.2864,117.6196,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,118.9524,118.286,118.9524,118.9524,118.9524,119.2856,119.6188,120.2852,120.2852,119.952,119.2856,118.61919999999999,117.9528,116.62,115.6204,114.2876,113.288,112.95479999999999,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.956,110.2892,110.2892,110.2892,110.9556,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.95439999999999,114.6208,115.6204,116.2868,116.9532,116.62,117.6196,117.6196,116.9532,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,115.2872,115.2872,115.2872,115.2872,114.6208,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,115.2872,115.9536,115.2872,115.9536,117.2864,117.6196,117.9528,118.61919999999999,119.2856,119.952,120.2852,120.2852,121.2848,121.2848,122.2844,123.28399999999999,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,124.95,124.95,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.9496,125.9496,125.6164,125.6164,125.2832,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.6172,124.28359999999999,125.6164,127.6156,128.9484,129.948,130.6144,130.6144,130.6144,129.6148,129.6148,128.9484,128.9484,128.6152,128.6152,128.6152,127.9488,127.2824,126.9492,126.9492,125.6164,124.6168,122.9508,121.618,120.9516,120.2852,119.2856,119.6188,119.6188,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,119.952,119.2856,119.2856,119.952,119.952,119.952,120.2852,121.2848,122.6176,122.6176,123.9504,124.95,125.6164,126.2828,126.9492,127.6156,128.282,128.282,127.6156,127.6156,127.2824,126.616,126.2828,126.616,126.2828,126.2828,126.2828,127.2824,127.2824,127.9488,127.9488,128.9484,129.6148,130.6144,130.9476,130.9476,130.9476,131.614,131.614,131.614,131.614,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.2804,132.6136,132.6136,132.9468,133.28,133.6132,134.2796,134.946,135.2792,135.6124,135.6124,136.2788,136.2788,135.6124,135.6124,136.2788,136.2788,135.6124,135.2792,135.2792,135.2792,134.946,134.946,133.6132,132.9468,133.28,132.9468,132.2804,131.9472,131.9472,131.2808,131.2808,130.9476,130.9476,130.2812,129.948,129.6148,129.2816,128.6152,129.2816,129.2816,128.6152,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.6156,127.6156,127.9488,127.9488,127.9488,128.6152,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,127.9488,127.9488,127.9488,128.282,128.282,128.282,128.282,128.6152,128.9484,128.9484,129.6148,129.948,130.6144,130.2812,130.2812,130.2812,130.6144,131.9472,132.6136,132.9468,133.6132,134.2796,134.946,135.6124,136.612,137.2784,137.6116,138.6112,138.9444,138.9444,137.9448,137.9448,137.6116,137.2784,137.2784,136.9452,136.9452,137.2784,137.2784,137.9448,137.9448,138.6112,138.6112,139.6108,139.944,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.2772,139.944,139.944,139.6108,138.9444,138.6112,137.6116,137.6116],[145.6084,146.2748,146.608,147.27439999999999,148.274,149.2736,150.6064,150.93959999999998,151.606,151.9392,153.272,153.9384,154.938,155.6044,156.9372,157.6036,158.6032,159.6028,160.2692,160.9356,160.2692,159.6028,159.2696,158.27,157.6036,156.2708,154.938,152.9388,150.93959999999998,149.2736,147.27439999999999,145.2752,143.9424,142.6096,141.60999999999999,140.9436,139.944,139.2776,138.278,137.6116,137.2784,136.612,136.2788,135.2792,134.2796,133.6132,132.9468,132.9468,132.6136,132.6136,131.9472,131.2808,130.6144,130.6144,129.948,129.6148,128.6152,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,127.2824,126.9492,126.2828,125.2832,124.6168,122.9508,121.618,121.2848,120.9516,120.2852,119.2856,118.286,117.2864,116.62,115.2872,115.6204,114.954,114.6208,114.6208,113.6212,113.6212,112.95479999999999,111.9552,111.9552,111.2888,111.2888,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.6224,109.956,109.6228,108.9564,107.9568,107.6236,107.6236,107.6236,106.9572,105.2912,103.292,101.2928,100.2932,98.96039999999999,97.96079999999999,97.2944,97.2944,96.2948,95.6284,93.9624,92.9628,90.9636,89.2976,87.2984,86.9652,84.966,82.96679999999999,80.9676,78.6352,76.9692,75.9696,74.6368,73.63719999999999,72.9708,72.3044,71.638,70.6384,70.6384,69.972,69.972,70.6384,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,66.9732,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,62.6416,61.3088,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.3104,55.6444,54.978,53.9784,52.6456,50.9796,48.980399999999996,46.9812,46.3148,44.982,44.315599999999996,42.6496,41.9832,41.3168,41.3168,40.6504,39.984,38.6512,38.6512,37.9848,37.3184,37.3184,36.652,36.652,36.652,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.982,46.3148,48.314,50.3132,52.3124,53.6452,55.6444,56.977199999999996,59.309599999999996,61.3088,63.308,64.3076,66.3068,68.6392,69.972,71.3048,72.6376,73.63719999999999,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.6368,73.9704,73.304,73.304,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,76.3028,76.9692,77.6356,78.9684,79.968,80.6344,81.634,82.3004,83.6332,84.966,85.6324,85.6324,85.9656,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,87.9648,87.6316,86.9652,85.9656,84.966,83.6332,82.3004,82.3004,81.9672,81.9672,81.9672,82.6336,83.3,83.9664,84.966,85.6324,86.9652,88.63119999999999,89.964,91.2968,92.9628,93.9624,94.962,96.2948,96.2948,95.2952,95.2952,95.6284,95.6284,95.9616,95.2952,94.962,93.9624,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.6292,94.962,95.9616,96.628,96.9612,97.96079999999999,99.2936,100.6264,101.626,102.2924,102.9588,104.6248,104.958,106.2908,107.6236,108.28999999999999,109.6228,110.9556,111.622,112.6216,112.6216,113.288,113.288,113.288,112.2884,111.2888,109.956,109.2896,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.624,106.624,106.2908,105.9576,105.6244,105.2912,104.6248,104.2916,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.2924,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.96,100.2932,101.2928,101.2928,102.2924,102.2924,102.6256,102.6256,103.62519999999999,104.2916,105.2912,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,104.958,104.958,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,104.2916,104.2916,103.62519999999999,103.292,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.9576,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.9572,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,109.2896,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.6224,110.6224,110.9556,110.9556,110.9556,111.2888,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.954,115.2872,115.9536,115.9536,116.62,117.6196,118.286,118.286,118.286,118.61919999999999,117.9528,117.9528,117.6196,117.9528,117.9528,118.286,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,117.9528,116.9532,116.2868,115.2872,114.2876,112.95479999999999,112.2884,111.2888,110.6224,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,114.2876,114.954,115.6204,115.9536,115.9536,116.62,116.9532,116.62,116.2868,116.2868,116.2868,116.2868,115.9536,115.9536,115.6204,115.2872,114.2876,113.6212,112.95479999999999,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.95479999999999,112.2884,112.2884,112.2884,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.6208,115.2872,115.6204,115.9536,116.62,117.2864,117.2864,117.6196,118.9524,119.6188,119.952,119.952,120.9516,120.9516,120.9516,121.2848,122.2844,123.6172,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,123.9504,123.6172,123.28399999999999,122.6176,122.6176,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,125.2832,126.616,128.6152,129.2816,129.948,130.6144,130.6144,130.6144,129.948,129.2816,129.2816,128.9484,128.282,127.9488,127.2824,126.9492,126.9492,126.2828,124.6168,123.9504,122.9508,121.2848,120.9516,119.952,119.2856,118.9524,119.6188,119.6188,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.2852,121.2848,122.9508,123.28399999999999,124.6168,124.95,125.6164,126.2828,126.9492,127.6156,126.9492,126.9492,127.6156,126.616,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,127.2824,127.2824,127.6156,127.9488,128.6152,129.2816,129.948,129.948,130.6144,130.9476,130.9476,130.9476,131.614,131.614,131.614,131.614,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,133.28,133.6132,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,134.946,134.946,134.2796,133.28,132.9468,131.9472,131.614,130.9476,130.9476,130.6144,129.948,129.6148,129.6148,128.9484,128.6152,128.6152,128.6152,128.282,128.6152,127.9488,127.9488,127.6156,127.2824,126.616,126.616,126.616,126.616,126.616,126.616,127.2824,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.282,128.282,128.6152,128.6152,128.6152,128.6152,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,126.616,126.616,126.616,127.2824,127.2824,127.2824,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.282,128.9484,129.948,129.948,129.948,129.948,130.2812,130.2812,130.6144,132.6136,132.9468,133.6132,134.2796,135.6124,135.94559999999998,137.2784,137.2784,137.2784,137.6116,137.9448,137.9448,137.6116,137.6116,137.2784,137.2784,136.612,136.612,136.612,137.2784,137.2784,137.6116,137.9448,138.6112,138.9444,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,139.6108,139.6108,138.6112,138.6112,138.6112,138.6112],[145.6084,145.6084,145.9416,146.608,147.6076,148.274,149.6068,149.94,150.6064,151.2728,152.6056,152.9388,153.9384,154.938,156.2708,156.9372,157.9368,158.9364,160.2692,160.2692,160.2692,159.6028,158.6032,158.27,156.9372,155.9376,154.938,152.9388,150.93959999999998,149.2736,147.27439999999999,145.9416,144.2756,142.9428,141.9432,140.9436,139.944,139.6108,138.278,137.6116,137.2784,136.612,136.2788,134.946,133.6132,133.6132,132.9468,132.9468,132.6136,132.6136,131.9472,131.9472,130.6144,130.6144,129.948,129.6148,128.6152,127.9488,127.6156,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.616,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.9492,126.2828,126.2828,125.6164,125.2832,124.28359999999999,123.28399999999999,121.9512,121.2848,120.9516,120.2852,119.2856,118.286,117.6196,116.62,115.9536,114.954,114.6208,114.6208,114.6208,113.95439999999999,113.6212,113.288,112.2884,111.2888,111.2888,110.9556,110.2892,109.956,109.956,109.956,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.6232,107.9568,107.6236,107.2904,106.624,106.624,105.9576,105.6244,104.2916,102.2924,100.2932,98.96039999999999,97.96079999999999,96.9612,95.9616,95.6284,94.6288,93.9624,93.29599999999999,91.2968,89.6308,88.298,86.9652,85.6324,83.6332,82.3004,80.9676,78.6352,76.9692,75.9696,74.6368,73.63719999999999,72.9708,72.3044,72.3044,71.3048,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.306,67.6396,66.9732,66.3068,64.974,64.3076,64.3076,63.6412,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,57.9768,56.3108,55.6444,54.6448,53.312,50.9796,49.6468,47.6476,46.9812,45.6484,44.982,43.316,42.6496,41.9832,41.3168,40.6504,39.984,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.9848,38.9844,39.6508,40.3172,40.9836,42.6496,43.316,43.316,44.982,46.3148,47.6476,49.6468,52.3124,53.6452,55.6444,56.977199999999996,58.6432,60.6424,63.308,64.3076,65.6404,67.97279999999999,69.972,71.3048,71.9712,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,73.9704,73.304,73.304,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,78.9684,79.968,80.9676,81.634,82.3004,83.6332,84.966,85.6324,85.6324,85.6324,86.2988,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,86.632,86.632,86.632,86.2988,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,86.632,85.9656,84.966,84.2996,82.3004,82.3004,81.9672,81.9672,81.9672,82.6336,83.3,83.3,83.9664,84.966,85.6324,87.2984,88.63119999999999,89.964,91.63,92.9628,93.9624,94.6288,95.9616,96.2948,95.2952,95.2952,94.6288,94.6288,94.6288,93.9624,93.6292,92.6296,92.2964,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.6296,94.2956,95.6284,96.628,96.628,97.6276,98.96039999999999,99.6268,101.2928,101.626,102.2924,103.292,103.62519999999999,105.2912,105.9576,106.9572,107.9568,108.9564,110.2892,111.622,112.6216,112.6216,113.288,113.288,112.2884,111.2888,109.956,109.2896,108.9564,108.9564,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.2916,103.62519999999999,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.2928,101.2928,100.6264,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.96,99.96,100.6264,101.2928,102.2924,102.2924,102.6256,102.6256,103.62519999999999,104.2916,105.2912,105.6244,105.6244,106.2908,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,105.6244,104.958,104.958,105.6244,105.6244,105.2912,105.2912,105.2912,104.6248,104.2916,103.62519999999999,103.292,103.292,102.6256,102.6256,103.62519999999999,104.2916,105.2912,105.6244,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,115.9536,117.2864,117.6196,117.6196,117.6196,117.9528,117.9528,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,116.9532,116.9532,115.6204,115.2872,113.95439999999999,113.288,112.2884,111.9552,111.2888,110.6224,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.6208,114.2876,114.2876,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,111.2888,111.2888,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.95479999999999,112.6216,112.6216,112.6216,112.6216,112.95479999999999,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,116.62,117.2864,117.2864,117.6196,118.286,119.6188,119.952,120.6184,120.6184,120.9516,120.9516,120.9516,121.2848,122.2844,123.6172,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,125.6164,125.6164,125.2832,124.6168,124.6168,123.9504,123.28399999999999,122.6176,123.28399999999999,123.28399999999999,123.6172,123.6172,124.95,126.2828,127.2824,128.9484,129.948,130.6144,130.6144,130.6144,129.948,129.2816,129.2816,129.2816,128.6152,128.282,127.6156,126.9492,126.2828,125.6164,125.2832,123.28399999999999,122.9508,121.2848,120.9516,119.952,119.6188,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,120.2852,121.9512,122.9508,123.9504,124.6168,125.6164,125.9496,125.9496,126.2828,126.9492,126.9492,126.9492,126.2828,126.9492,125.6164,125.2832,124.95,124.95,124.95,125.6164,125.6164,126.2828,126.2828,127.2824,127.2824,127.6156,127.9488,128.6152,129.2816,129.6148,129.6148,129.948,130.6144,130.6144,130.9476,130.9476,131.614,131.614,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.614,130.9476,130.9476,130.9476,131.2808,131.2808,132.2804,132.9468,133.28,133.9464,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,134.946,134.2796,133.6132,132.9468,131.9472,131.2808,130.9476,130.6144,130.6144,129.948,129.6148,128.9484,128.9484,128.6152,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,126.616,126.616,125.9496,125.9496,126.616,126.616,126.616,126.616,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.282,128.282,128.6152,128.6152,128.6152,128.6152,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,126.616,126.616,126.616,126.616,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.9488,128.6152,128.9484,129.2816,129.2816,129.948,129.948,130.2812,131.9472,132.6136,132.9468,133.6132,134.946,135.6124,136.612,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.6116,137.9448,138.6112,139.2776,139.2776,139.944,139.944,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,138.6112,138.6112,138.6112,138.6112],[144.6088,144.6088,145.2752,146.2748,147.27439999999999,148.274,149.6068,149.94,150.6064,151.2728,151.9392,152.6056,153.272,153.9384,154.938,155.9376,157.2704,157.9368,158.9364,158.9364,158.6032,157.9368,157.6036,156.9372,156.2708,155.9376,154.938,152.9388,150.93959999999998,149.6068,147.6076,146.2748,144.942,143.276,142.6096,141.60999999999999,139.944,139.6108,138.278,137.6116,137.2784,136.612,135.6124,134.946,133.6132,133.6132,132.9468,132.9468,132.6136,132.6136,131.9472,131.9472,130.6144,130.2812,129.948,129.6148,128.6152,127.9488,127.6156,126.9492,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,124.95,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,119.2856,118.286,117.6196,116.62,115.9536,114.954,114.6208,113.95439999999999,113.95439999999999,113.6212,113.288,112.6216,111.622,110.6224,110.9556,110.2892,109.956,109.2896,109.2896,109.2896,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.2904,106.624,106.624,105.9576,105.6244,104.958,104.958,103.9584,103.292,101.626,99.2936,97.2944,96.2948,95.6284,94.6288,93.9624,93.29599999999999,92.6296,91.2968,89.964,88.298,86.632,84.966,83.6332,82.96679999999999,81.634,80.3012,78.6352,76.9692,75.9696,74.6368,73.63719999999999,72.9708,72.3044,72.3044,71.9712,71.3048,71.3048,71.9712,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,68.9724,68.9724,68.306,66.9732,66.3068,65.6404,64.974,64.974,63.308,62.6416,62.6416,62.6416,61.3088,60.6424,59.309599999999996,58.6432,56.977199999999996,56.3108,54.6448,53.312,51.646,50.3132,48.314,47.6476,46.3148,45.6484,44.6488,43.316,42.6496,41.3168,40.6504,39.984,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.9848,38.9844,39.6508,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,45.6484,47.6476,49.6468,51.646,53.6452,55.6444,56.977199999999996,58.6432,60.6424,62.3084,64.3076,65.6404,67.97279999999999,69.3056,70.6384,71.9712,72.9708,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.6356,78.9684,79.968,80.9676,81.634,82.3004,83.6332,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,86.632,86.632,86.632,86.632,86.632,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.9652,86.9652,86.632,86.632,85.9656,85.6324,84.6328,84.2996,83.6332,82.3004,82.3004,81.634,81.3008,81.9672,81.9672,82.6336,83.3,83.3,84.2996,84.2996,85.6324,87.2984,89.2976,90.6304,91.9632,93.6292,94.2956,95.2952,95.6284,95.9616,95.2952,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,92.2964,91.63,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.9632,92.6296,94.2956,94.962,95.9616,96.628,98.294,98.96039999999999,100.9596,101.2928,101.9592,102.6256,103.62519999999999,103.9584,104.958,105.9576,106.9572,107.6236,108.9564,110.2892,111.2888,111.622,112.2884,112.2884,111.622,110.6224,109.956,109.2896,109.2896,108.9564,107.9568,107.9568,107.9568,106.9572,106.9572,107.6236,107.6236,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,105.2912,104.2916,103.62519999999999,103.292,102.6256,102.2924,101.626,101.626,101.2928,100.9596,100.9596,100.9596,100.9596,99.96,99.6268,99.6268,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.628,96.628,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.96,99.96,100.6264,101.2928,101.626,102.2924,102.6256,102.6256,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,106.2908,107.6236,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,105.9576,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.292,102.6256,102.6256,102.2924,102.2924,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.6244,105.6244,105.6244,105.9576,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.956,109.956,110.2892,110.6224,110.6224,110.6224,109.956,110.2892,110.2892,110.2892,110.9556,111.2888,111.9552,111.9552,111.9552,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.622,112.2884,112.6216,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,117.6196,117.6196,116.62,116.62,115.9536,114.6208,113.6212,112.95479999999999,112.95479999999999,111.9552,111.2888,111.2888,110.9556,110.6224,110.6224,110.6224,110.2892,110.2892,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.95439999999999,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,115.9536,116.9532,116.9532,116.9532,117.6196,117.9528,118.286,118.9524,119.6188,119.952,120.6184,120.6184,120.9516,120.9516,120.9516,121.2848,122.2844,123.28399999999999,124.6168,125.2832,125.6164,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.9492,126.9492,126.9492,126.2828,125.6164,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.6168,125.6164,127.2824,127.9488,128.9484,129.948,130.6144,130.6144,129.948,129.948,129.2816,129.2816,128.9484,128.6152,127.6156,126.9492,125.9496,125.2832,124.6168,123.28399999999999,122.2844,121.9512,120.9516,119.952,119.952,119.952,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.6188,120.2852,121.9512,123.28399999999999,124.6168,124.95,125.6164,126.616,126.616,127.2824,126.9492,126.9492,126.2828,125.9496,125.9496,125.9496,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.616,127.2824,127.2824,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,129.2816,129.948,129.948,130.6144,130.6144,130.9476,130.9476,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.9476,131.2808,131.2808,131.2808,131.2808,130.9476,130.6144,130.6144,130.6144,130.9476,130.9476,131.614,132.2804,132.9468,133.28,133.6132,134.2796,134.2796,134.2796,134.6128,135.2792,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.2796,132.6136,131.9472,130.9476,130.9476,130.6144,129.948,129.948,129.948,128.9484,128.6152,128.6152,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.616,126.616,125.9496,125.9496,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.6152,128.6152,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,127.2824,127.2824,127.6156,127.9488,127.9488,128.6152,129.2816,129.2816,129.948,131.2808,131.9472,132.6136,132.9468,134.946,135.2792,136.612,136.612,136.612,136.612,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,136.612,136.2788,136.2788,136.2788,136.612,136.612,137.2784,137.9448,138.6112,138.6112,139.2776,139.6108,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.6112,137.9448,137.9448,137.9448],[143.276,143.9424,143.9424,145.2752,146.608,147.6076,148.9404,149.6068,149.94,150.6064,151.2728,151.9392,152.6056,152.9388,154.2716,154.938,155.9376,156.9372,157.9368,158.6032,157.9368,157.2704,156.9372,156.2708,156.2708,155.9376,154.938,152.9388,150.93959999999998,149.6068,147.6076,146.2748,144.942,144.2756,142.9428,141.60999999999999,139.944,139.2776,137.9448,137.6116,137.2784,136.612,135.6124,134.946,133.6132,133.6132,132.9468,132.9468,132.6136,132.6136,131.9472,131.9472,130.6144,130.2812,129.948,128.9484,128.282,127.6156,126.9492,126.9492,125.9496,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,125.2832,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,119.952,119.6188,118.9524,118.61919999999999,118.61919999999999,117.6196,116.9532,115.9536,114.954,114.2876,113.6212,113.6212,113.288,112.6216,112.6216,111.9552,110.6224,109.956,109.956,109.2896,109.2896,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.2912,104.958,104.958,104.2916,103.62519999999999,103.292,103.292,102.6256,101.9592,101.2928,99.6268,97.96079999999999,95.6284,94.6288,93.29599999999999,92.2964,91.63,91.2968,89.964,89.2976,87.6316,85.9656,84.2996,82.96679999999999,81.9672,81.3008,80.9676,80.3012,78.6352,76.9692,75.9696,74.6368,73.63719999999999,72.9708,72.9708,72.9708,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.3048,71.3048,70.3052,69.6388,68.9724,67.6396,66.9732,66.9732,66.3068,64.6408,63.9744,63.9744,63.308,62.6416,61.3088,60.6424,59.309599999999996,57.6436,56.977199999999996,56.3108,54.6448,52.3124,50.9796,49.6468,48.314,47.6476,46.3148,45.3152,44.6488,43.316,41.9832,41.3168,40.6504,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,36.652,37.3184,38.318,38.9844,39.6508,40.3172,41.9832,42.6496,42.6496,43.9824,45.6484,46.9812,48.980399999999996,51.646,52.9788,55.6444,56.977199999999996,58.6432,60.6424,62.3084,64.3076,65.6404,67.3064,68.6392,69.972,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,76.3028,77.6356,78.9684,79.6348,80.6344,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,81.634,81.634,81.634,81.634,81.3008,81.3008,81.9672,82.6336,83.3,83.6332,84.2996,84.966,86.2988,87.9648,89.2976,90.6304,92.9628,93.6292,93.9624,94.962,95.2952,94.6288,93.9624,93.29599999999999,93.6292,93.6292,93.29599999999999,92.6296,92.6296,91.63,91.2968,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.9632,92.6296,93.6292,94.6288,95.9616,97.6276,97.96079999999999,98.96039999999999,99.6268,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.6248,105.2912,105.9576,107.2904,107.9568,109.956,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.9564,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.2908,106.2908,106.2908,105.6244,105.6244,104.6248,104.6248,104.2916,103.62519999999999,102.6256,102.2924,101.626,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,95.6284,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.96,99.96,100.6264,100.6264,101.626,101.626,102.2924,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.6244,106.2908,107.6236,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,105.6244,104.958,104.958,104.958,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.2924,101.626,101.2928,100.6264,101.2928,102.6256,103.292,103.9584,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.2912,105.2912,105.9576,105.2912,105.2912,105.2912,105.2912,104.958,104.958,104.958,104.958,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,111.2888,111.622,111.622,111.622,112.2884,111.9552,113.288,113.95439999999999,114.2876,114.2876,114.954,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,117.9528,117.9528,118.286,118.286,118.286,117.6196,117.2864,116.62,115.6204,115.2872,114.6208,113.6212,112.95479999999999,111.9552,111.9552,110.9556,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.6216,112.2884,112.2884,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.954,116.62,116.62,116.9532,117.6196,117.9528,117.9528,118.286,118.9524,119.6188,119.952,120.6184,120.6184,120.9516,120.9516,120.9516,121.2848,122.2844,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.9492,127.2824,127.2824,126.9492,125.6164,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,125.2832,125.6164,127.2824,128.6152,129.6148,129.948,130.6144,130.6144,129.948,129.948,129.2816,129.2816,128.9484,127.9488,126.9492,125.9496,125.2832,124.6168,122.9508,122.2844,121.9512,121.2848,120.2852,119.952,119.952,119.952,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.2856,120.2852,121.618,122.2844,123.9504,124.95,125.9496,126.616,126.616,126.616,127.2824,126.9492,126.2828,125.9496,125.2832,125.2832,125.2832,124.6168,123.6172,123.6172,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.616,127.2824,127.2824,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.6144,130.6144,129.948,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.6148,129.6148,129.948,129.2816,129.2816,129.948,130.9476,131.2808,131.9472,132.2804,132.6136,132.9468,132.9468,133.6132,133.9464,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,132.9468,131.9472,131.2808,129.948,129.2816,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,126.616,125.9496,125.9496,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.6152,128.6152,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,127.2824,127.2824,127.2824,127.6156,127.9488,128.6152,128.9484,130.6144,130.9476,131.614,131.9472,133.9464,134.946,135.2792,136.612,136.612,136.612,137.2784,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,136.612,136.2788,136.2788,136.2788,136.2788,136.612,136.612,137.6116,137.9448,138.6112,138.6112,138.9444,139.6108,139.6108,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.6112,137.9448,137.9448,137.9448,137.9448],[141.9432,142.6096,142.9428,143.9424,145.6084,147.27439999999999,148.274,149.2736,149.6068,149.94,150.6064,150.93959999999998,151.9392,152.6056,153.272,153.9384,154.938,155.2712,156.60399999999998,156.9372,157.2704,156.9372,156.9372,156.2708,156.2708,155.9376,154.938,153.272,151.2728,149.6068,147.6076,146.2748,145.2752,144.2756,143.276,142.2764,140.2772,139.2776,137.9448,137.6116,136.612,135.94559999999998,135.2792,134.2796,133.6132,133.6132,132.2804,131.614,131.614,131.614,131.2808,131.2808,130.6144,130.6144,129.948,129.2816,128.282,127.6156,126.9492,126.9492,125.6164,125.2832,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.2844,122.2844,122.6176,122.6176,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.6184,120.6184,120.2852,119.6188,118.286,117.9528,117.2864,117.2864,117.2864,116.62,115.2872,114.2876,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.2896,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,106.9572,106.9572,105.6244,104.958,104.958,105.2912,105.2912,104.958,104.958,104.958,104.958,104.2916,104.2916,103.9584,102.9588,102.9588,102.9588,102.6256,101.9592,101.2928,100.9596,100.9596,99.6268,99.6268,98.294,97.2944,94.962,93.29599999999999,92.2964,91.63,90.6304,89.964,88.63119999999999,88.298,86.9652,84.966,83.6332,82.3004,81.3008,80.6344,80.6344,80.3012,79.6348,78.30199999999999,76.9692,75.6364,74.97,74.6368,74.6368,74.6368,74.6368,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.3048,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.3068,63.9744,62.6416,61.3088,59.976,59.309599999999996,58.6432,57.6436,56.3108,53.9784,52.6456,51.646,50.3132,49.6468,48.314,46.9812,45.6484,43.9824,42.6496,41.3168,40.6504,40.3172,39.6508,39.6508,38.9844,38.6512,37.9848,37.3184,37.3184,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,43.316,44.6488,46.9812,48.980399999999996,50.3132,52.9788,54.6448,56.644,58.31,60.6424,61.9752,62.6416,64.974,66.3068,67.6396,69.3056,69.972,71.3048,72.3044,72.3044,72.9708,72.6376,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.9692,78.30199999999999,79.6348,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.634,80.9676,80.9676,80.9676,80.6344,80.6344,80.6344,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.2996,85.6324,86.632,86.632,88.298,89.964,91.2968,92.6296,93.6292,93.9624,94.6288,94.962,93.9624,93.29599999999999,92.9628,92.2964,92.2964,92.2964,91.63,91.63,90.6304,90.2972,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.2968,92.2964,93.29599999999999,93.6292,93.9624,95.2952,95.6284,95.9616,97.2944,97.96079999999999,98.96039999999999,99.6268,100.2932,101.2928,101.9592,102.6256,103.62519999999999,104.6248,105.6244,106.2908,107.9568,108.6232,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.2908,106.2908,105.6244,105.6244,104.2916,103.62519999999999,103.292,102.2924,101.9592,101.2928,100.6264,100.6264,99.96,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.962,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,96.9612,97.6276,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,101.2928,101.2928,102.6256,102.6256,102.6256,103.292,104.2916,104.958,105.6244,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,101.626,101.2928,100.6264,100.2932,99.96,100.6264,101.626,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,104.958,104.2916,103.62519999999999,104.2916,104.2916,104.2916,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,105.2912,105.2912,105.9576,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.6228,109.6228,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.9552,112.6216,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,116.62,117.2864,117.6196,117.6196,117.2864,117.2864,117.2864,116.62,115.2872,114.954,114.2876,113.6212,113.288,112.2884,111.622,111.2888,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,111.2888,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.95479999999999,113.288,114.2876,115.2872,116.62,117.2864,117.6196,117.9528,117.9528,117.9528,117.9528,118.61919999999999,119.2856,119.952,120.6184,120.6184,120.2852,120.2852,120.9516,121.2848,122.2844,122.9508,123.9504,124.6168,125.2832,125.6164,125.6164,125.2832,124.6168,124.6168,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,125.6164,126.2828,126.616,126.616,126.616,125.6164,125.2832,124.28359999999999,123.6172,123.28399999999999,123.6172,123.6172,124.6168,124.6168,125.9496,126.616,127.9488,128.6152,129.948,130.6144,130.6144,130.6144,129.948,129.948,128.9484,128.9484,128.6152,127.6156,126.9492,125.9496,124.6168,123.9504,122.9508,121.9512,121.9512,121.2848,120.9516,119.952,119.952,119.952,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.286,118.286,118.286,117.9528,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,119.6188,120.2852,121.2848,122.2844,123.28399999999999,124.6168,125.6164,126.2828,126.616,126.616,126.616,126.9492,126.2828,125.6164,125.2832,125.2832,124.6168,124.6168,123.6172,123.6172,123.6172,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.2828,126.616,126.616,126.616,127.2824,127.6156,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,128.9484,129.2816,129.2816,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,129.2816,129.948,130.6144,130.9476,131.2808,131.2808,131.614,132.2804,132.6136,132.6136,132.9468,133.28,132.9468,132.9468,132.9468,132.2804,131.9472,131.2808,130.6144,129.948,129.2816,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.616,126.616,126.2828,125.6164,126.2828,126.2828,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.616,126.2828,126.2828,127.6156,127.9488,128.6152,128.9484,129.6148,130.6144,131.614,132.6136,132.9468,134.946,135.6124,135.94559999999998,135.94559999999998,137.2784,137.2784,137.6116,137.6116,137.2784,137.2784,136.2788,136.2788,135.6124,135.6124,135.2792,135.6124,135.6124,136.2788,137.2784,137.6116,137.6116,137.6116,137.9448,138.6112,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784],[141.60999999999999,141.60999999999999,142.2764,143.276,144.6088,146.2748,147.27439999999999,148.6072,148.9404,149.6068,150.6064,150.6064,150.93959999999998,151.606,152.9388,153.272,153.272,153.9384,155.2712,155.9376,156.2708,156.2708,156.2708,156.2708,156.2708,155.2712,154.938,152.9388,150.6064,149.6068,147.6076,146.2748,145.6084,144.942,143.9424,142.2764,140.2772,139.944,138.6112,137.6116,136.612,135.94559999999998,135.2792,134.2796,133.6132,133.6132,132.2804,131.614,131.9472,131.9472,131.614,130.9476,130.6144,130.6144,129.948,129.2816,128.282,127.6156,126.9492,126.616,125.2832,124.6168,123.6172,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.6176,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,118.286,117.6196,117.2864,117.2864,116.62,115.9536,115.2872,114.6208,113.95439999999999,112.6216,112.2884,111.622,112.2884,111.622,110.6224,109.956,108.6232,107.2904,107.6236,106.9572,106.2908,106.624,105.9576,105.2912,103.9584,103.292,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,102.9588,102.9588,102.6256,102.6256,101.9592,101.9592,101.2928,100.6264,99.96,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,97.2944,96.628,94.962,93.6292,91.63,90.9636,89.964,88.9644,88.298,87.2984,86.632,85.6324,83.6332,81.634,81.3008,80.6344,79.968,79.968,79.6348,78.9684,77.6356,76.9692,75.6364,74.97,75.3032,75.3032,75.9696,76.636,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.9696,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,68.9724,68.9724,68.306,66.9732,65.3072,63.9744,61.9752,61.3088,59.976,59.309599999999996,58.31,56.977199999999996,55.3112,53.9784,52.3124,51.646,50.3132,49.6468,47.6476,46.3148,44.6488,43.316,41.9832,41.3168,40.3172,40.3172,39.6508,39.6508,38.6512,38.6512,37.9848,37.3184,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,35.3192,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,43.316,44.6488,46.3148,48.314,50.3132,52.3124,54.6448,56.644,58.31,60.6424,61.9752,62.6416,64.6408,66.3068,66.9732,68.6392,69.3056,70.6384,71.638,71.638,72.3044,71.9712,71.3048,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.638,72.3044,72.9708,74.3036,74.97,76.3028,78.30199999999999,79.6348,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.966,86.2988,86.632,87.2984,88.298,89.6308,91.63,92.9628,93.6292,93.6292,94.2956,93.9624,93.9624,92.9628,92.2964,91.63,91.2968,91.2968,91.2968,90.2972,89.964,89.2976,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,90.6304,91.2968,92.2964,93.29599999999999,93.6292,94.6288,95.2952,95.6284,95.9616,96.628,97.2944,97.96079999999999,99.6268,99.96,100.6264,101.2928,102.2924,103.62519999999999,104.2916,105.6244,106.624,106.9572,107.2904,107.2904,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,106.9572,106.2908,105.6244,104.6248,103.62519999999999,103.292,101.9592,101.2928,100.6264,99.96,99.96,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.2948,96.2948,95.9616,94.962,94.6288,93.9624,93.9624,93.9624,94.2956,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.96,100.2932,101.2928,101.2928,102.6256,102.6256,102.6256,103.292,104.2916,104.958,105.6244,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,105.6244,104.6248,103.9584,103.62519999999999,102.6256,102.2924,102.2924,101.626,100.2932,100.2932,99.2936,99.2936,98.96039999999999,99.96,101.626,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,102.9588,102.9588,102.6256,101.9592,101.2928,101.2928,101.2928,101.9592,102.2924,102.2924,101.626,101.626,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.954,116.62,117.2864,117.2864,117.2864,117.2864,115.9536,115.9536,115.2872,114.2876,113.6212,112.95479999999999,112.95479999999999,111.9552,110.9556,110.9556,109.956,109.956,108.9564,108.9564,108.9564,109.956,109.956,109.956,110.6224,111.622,112.2884,112.2884,112.2884,112.2884,111.622,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.288,112.95479999999999,112.2884,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,114.954,115.6204,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,118.61919999999999,119.2856,119.952,120.6184,120.6184,120.2852,120.2852,120.9516,121.2848,122.2844,122.9508,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,124.28359999999999,123.6172,123.28399999999999,123.6172,124.28359999999999,124.6168,125.2832,126.616,127.2824,128.6152,129.2816,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.6148,128.9484,128.6152,127.6156,126.616,125.6164,124.6168,123.6172,123.6172,123.28399999999999,122.9508,122.2844,120.9516,120.2852,119.952,119.2856,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.286,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,119.6188,119.952,121.2848,121.9512,123.28399999999999,123.9504,124.6168,124.95,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.2828,126.616,126.616,126.616,126.616,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.6152,129.2816,129.6148,129.948,130.6144,130.6144,130.6144,130.9476,131.614,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,129.948,128.6152,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.616,126.616,125.6164,125.6164,126.2828,126.2828,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,126.2828,126.2828,127.6156,127.9488,128.6152,128.9484,129.6148,130.6144,131.9472,132.6136,134.2796,134.946,135.6124,135.94559999999998,137.2784,137.2784,137.6116,137.6116,137.2784,137.2784,136.2788,136.2788,135.6124,135.6124,135.2792,135.2792,135.6124,135.6124,136.612,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784],[140.9436,140.9436,142.2764,142.6096,144.6088,145.6084,146.608,147.27439999999999,148.6072,149.2736,149.6068,149.94,150.6064,151.2728,151.9392,152.6056,152.9388,153.272,154.938,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,153.6052,152.6056,150.6064,148.9404,147.27439999999999,145.6084,145.2752,144.2756,143.9424,142.2764,140.2772,139.944,138.6112,137.6116,136.612,135.94559999999998,135.2792,134.2796,133.6132,133.6132,132.2804,131.614,131.614,131.614,131.2808,130.6144,129.948,129.6148,129.6148,128.9484,127.9488,127.6156,126.2828,125.6164,125.2832,124.6168,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.9512,121.9512,121.2848,120.2852,119.952,119.6188,119.6188,118.9524,118.9524,118.61919999999999,118.61919999999999,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.6196,117.2864,117.2864,116.62,116.62,116.62,115.2872,114.2876,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.6224,109.2896,108.9564,107.6236,106.9572,106.9572,106.624,105.6244,105.9576,104.958,104.2916,103.292,102.9588,102.9588,102.9588,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.9596,100.6264,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.6276,96.628,96.628,96.2948,95.9616,94.6288,92.9628,91.2968,89.964,88.63119999999999,87.9648,86.632,85.9656,85.2992,84.2996,82.3004,81.3008,80.6344,80.6344,79.6348,79.3016,79.3016,78.6352,77.6356,77.6356,76.636,76.636,76.636,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,81.634,81.9672,81.3008,80.6344,79.968,78.9684,78.30199999999999,77.3024,77.3024,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.3052,69.6388,68.9724,67.6396,66.3068,64.974,63.6412,62.6416,61.3088,60.6424,59.6428,58.31,56.3108,54.978,53.9784,52.6456,50.9796,50.3132,48.314,46.9812,45.6484,44.315599999999996,42.6496,41.3168,40.9836,40.3172,40.3172,39.6508,39.3176,38.6512,37.9848,37.3184,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.9824,46.3148,48.314,49.6468,52.3124,54.6448,56.644,58.31,60.6424,61.9752,62.6416,63.308,65.6404,66.3068,67.97279999999999,68.6392,69.972,70.6384,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.97,76.3028,78.30199999999999,79.6348,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,81.9672,81.9672,82.6336,83.3,83.3,83.3,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.6352,78.6352,78.6352,79.968,79.968,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.966,86.2988,86.632,86.9652,87.9648,90.2972,91.63,92.9628,93.6292,93.29599999999999,93.29599999999999,93.6292,93.29599999999999,92.9628,92.2964,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.9648,88.298,88.63119999999999,89.6308,90.2972,91.2968,92.2964,92.2964,92.9628,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,96.628,97.96079999999999,98.294,98.96039999999999,99.96,101.2928,101.9592,102.6256,103.62519999999999,104.958,105.2912,105.9576,106.624,106.624,106.624,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,105.6244,104.6248,103.292,102.6256,101.2928,100.6264,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.2944,96.628,96.628,96.628,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,95.9616,95.6284,94.6288,93.9624,93.6292,93.6292,93.6292,94.2956,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,97.96079999999999,98.294,98.6272,98.96039999999999,99.96,100.2932,100.6264,101.2928,102.6256,102.6256,102.6256,103.292,104.2916,104.958,105.9576,105.9576,106.2908,106.2908,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,105.2912,104.2916,103.9584,102.6256,101.9592,101.2928,100.6264,100.6264,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,99.96,100.6264,101.626,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,103.292,102.6256,101.9592,101.9592,101.9592,101.626,101.2928,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.626,101.626,101.626,102.2924,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.958,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,111.622,112.2884,112.2884,112.2884,113.288,113.288,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,115.9536,114.954,114.2876,113.6212,113.288,112.6216,112.6216,112.2884,111.2888,110.2892,110.2892,109.2896,109.2896,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,109.956,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.288,113.288,112.95479999999999,112.2884,111.9552,111.2888,111.2888,111.2888,111.2888,110.9556,110.6224,110.6224,109.956,109.956,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,112.6216,113.6212,114.954,115.9536,117.2864,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,118.61919999999999,119.2856,119.952,120.6184,120.6184,120.6184,120.6184,120.9516,121.2848,122.2844,122.2844,123.6172,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,124.95,124.28359999999999,123.6172,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.6164,127.6156,127.9488,129.6148,129.948,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,129.948,129.6148,128.9484,127.9488,127.2824,126.616,125.9496,125.2832,124.6168,123.6172,123.28399999999999,122.9508,121.2848,120.2852,120.2852,119.2856,118.286,117.9528,117.9528,117.9528,117.6196,116.9532,116.9532,116.9532,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.9528,118.286,119.6188,119.952,120.9516,122.6176,123.28399999999999,123.9504,124.6168,125.2832,124.95,125.6164,124.95,124.95,125.6164,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,123.9504,123.9504,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,127.6156,127.6156,127.9488,127.9488,128.6152,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.2816,129.2816,128.9484,128.9484,128.9484,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.9488,128.6152,129.2816,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,130.2812,129.948,130.2812,129.948,129.948,129.948,130.2812,129.6148,128.6152,127.6156,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,126.616,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.2832,125.6164,125.9496,126.2828,126.9492,127.6156,128.6152,128.9484,129.6148,129.948,131.614,132.6136,133.6132,134.2796,135.6124,135.94559999999998,137.2784,137.2784,137.2784,137.2784,137.2784,136.612,136.2788,136.2788,135.6124,135.2792,135.2792,135.2792,135.2792,135.6124,136.612,137.2784,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,136.9452,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784],[139.944,140.2772,141.60999999999999,142.6096,143.9424,145.2752,146.2748,146.608,148.274,148.6072,149.6068,149.94,150.6064,150.6064,151.9392,151.9392,152.2724,152.9388,153.9384,154.938,154.938,155.2712,155.2712,154.6048,154.6048,154.938,153.272,151.9392,150.2732,148.6072,146.608,145.6084,145.2752,144.942,143.9424,142.9428,140.9436,139.944,138.6112,137.6116,136.612,135.94559999999998,135.2792,134.2796,133.6132,132.9468,131.614,131.2808,131.614,130.9476,130.6144,129.948,129.6148,129.6148,129.6148,128.6152,127.9488,127.6156,126.2828,125.6164,125.2832,124.6168,123.28399999999999,122.9508,122.2844,122.2844,121.9512,121.2848,121.2848,120.9516,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.9528,117.9528,117.9528,117.2864,116.9532,116.9532,116.9532,116.9532,116.62,116.62,116.62,116.62,115.9536,115.6204,114.6208,113.6212,112.95479999999999,112.2884,112.2884,111.622,110.2892,109.6228,108.9564,108.28999999999999,106.9572,106.9572,106.624,106.624,105.2912,105.6244,104.2916,103.62519999999999,102.9588,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.294,97.96079999999999,97.6276,96.9612,96.2948,95.9616,95.6284,95.6284,94.962,94.6288,93.6292,91.9632,89.964,88.63119999999999,87.6316,86.632,86.2988,84.966,84.966,83.6332,81.9672,81.3008,80.6344,79.968,78.9684,79.3016,79.3016,79.3016,78.6352,77.6356,77.3024,77.3024,77.3024,78.30199999999999,79.6348,80.9676,81.634,83.3,83.9664,83.9664,83.6332,82.96679999999999,82.3004,81.634,80.6344,79.968,79.3016,78.9684,77.6356,77.6356,76.9692,76.3028,75.6364,74.3036,73.63719999999999,72.9708,71.638,70.9716,69.6388,68.306,66.9732,65.6404,64.3076,63.6412,61.9752,61.3088,60.6424,58.9764,57.6436,56.3108,54.6448,53.9784,52.3124,50.9796,48.980399999999996,48.314,46.3148,44.982,43.316,42.6496,41.9832,40.9836,40.9836,40.3172,39.984,39.3176,38.6512,37.9848,36.652,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,43.9824,45.6484,47.6476,49.6468,52.3124,53.9784,55.9776,58.31,59.6428,61.3088,61.9752,62.6416,64.3076,65.6404,66.64,67.97279999999999,69.3056,69.972,70.6384,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.9716,71.638,72.3044,73.63719999999999,74.97,76.3028,78.30199999999999,78.9684,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.9672,81.9672,82.6336,83.3,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,78.6352,79.3016,79.968,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.966,86.2988,87.2984,87.6316,88.63119999999999,90.9636,91.63,92.9628,93.29599999999999,93.29599999999999,92.6296,93.29599999999999,92.6296,91.63,91.2968,90.6304,89.2976,89.2976,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,88.298,88.298,89.2976,89.6308,90.6304,91.2968,91.63,92.2964,92.9628,93.9624,93.9624,94.6288,94.6288,95.2952,96.2948,96.628,97.6276,98.294,99.6268,99.96,101.2928,101.9592,102.6256,103.62519999999999,104.958,105.2912,105.9576,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,104.6248,103.292,101.9592,100.9596,100.2932,98.96039999999999,98.294,98.294,97.96079999999999,97.6276,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,95.6284,95.9616,94.962,94.962,93.9624,93.6292,92.9628,92.9628,93.6292,94.2956,94.2956,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.96,99.96,100.6264,100.6264,101.2928,102.6256,102.6256,103.292,104.2916,104.958,105.9576,105.9576,106.2908,106.2908,106.9572,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,104.6248,103.62519999999999,101.9592,101.2928,100.2932,100.2932,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,100.2932,101.626,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,102.2924,101.626,101.626,101.2928,100.9596,100.2932,100.2932,99.2936,98.96039999999999,99.2936,99.2936,99.96,100.2932,100.9596,101.626,101.626,101.626,101.9592,101.9592,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,106.624,106.9572,107.6236,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,109.6228,110.2892,110.9556,110.9556,110.9556,111.622,111.9552,112.6216,113.288,113.95439999999999,114.2876,114.954,115.2872,114.2876,114.2876,113.6212,113.288,112.6216,112.2884,112.2884,111.622,110.6224,110.2892,109.6228,109.2896,108.9564,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,111.9552,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,112.6216,113.6212,114.954,115.9536,117.2864,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,118.61919999999999,119.2856,119.6188,119.952,120.6184,120.6184,120.6184,120.9516,121.2848,122.2844,122.2844,123.6172,123.6172,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,123.9504,124.95,125.6164,126.2828,127.6156,128.6152,129.6148,129.948,130.9476,131.614,130.9476,130.9476,130.2812,130.6144,130.6144,129.948,129.6148,128.6152,127.6156,127.2824,126.616,125.6164,125.2832,124.6168,123.9504,122.9508,121.2848,120.2852,119.2856,118.9524,117.9528,117.9528,117.9528,117.9528,116.9532,116.9532,116.9532,116.9532,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.9528,118.286,119.6188,120.9516,121.9512,122.2844,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,123.9504,124.6168,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,128.9484,129.2816,129.2816,129.2816,129.2816,128.9484,128.9484,128.6152,128.6152,127.9488,127.9488,127.2824,127.2824,126.9492,126.9492,126.616,126.616,126.616,126.616,126.9492,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,127.9488,127.2824,126.616,125.9496,125.9496,125.9496,125.9496,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.9496,125.9496,126.9492,127.6156,128.282,128.9484,129.6148,129.948,130.6144,131.9472,132.9468,133.6132,134.946,135.6124,136.612,137.2784,137.2784,136.612,136.612,136.612,136.2788,135.6124,135.2792,135.2792,134.6128,134.6128,135.2792,135.2792,136.2788,136.612,137.2784,137.2784,137.6116,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,136.9452,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784],[139.2776,139.944,141.2768,142.2764,143.9424,144.942,145.6084,146.2748,147.27439999999999,148.274,149.6068,149.94,150.6064,150.6064,151.606,151.606,151.2728,151.9392,152.6056,153.272,154.2716,154.938,154.938,154.2716,153.272,153.272,152.6056,151.2728,149.6068,148.6072,146.608,145.6084,145.2752,144.942,143.9424,142.6096,140.9436,139.944,139.6108,137.6116,137.2784,136.612,135.2792,133.9464,132.9468,131.614,130.9476,130.9476,129.948,129.948,129.6148,129.6148,128.6152,128.6152,128.6152,127.9488,126.9492,126.9492,126.2828,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.618,121.2848,120.9516,120.9516,120.2852,120.2852,119.2856,118.9524,118.286,118.286,117.9528,117.2864,116.62,116.62,116.2868,116.62,116.62,115.9536,115.9536,115.9536,115.2872,115.2872,115.2872,114.954,114.2876,113.6212,112.95479999999999,111.622,110.9556,110.9556,110.2892,110.2892,109.6228,108.28999999999999,107.9568,106.9572,105.6244,106.2908,105.9576,105.6244,104.6248,104.2916,103.62519999999999,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,99.6268,98.6272,98.6272,97.96079999999999,97.6276,96.9612,96.628,95.9616,94.962,94.6288,94.6288,93.6292,93.6292,93.6292,93.29599999999999,92.2964,91.2968,89.6308,88.298,86.632,86.2988,84.966,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,79.6348,79.6348,78.6352,78.6352,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,81.9672,83.6332,85.6324,86.9652,87.2984,86.2988,85.6324,84.2996,83.6332,82.96679999999999,81.634,81.634,80.9676,80.6344,79.968,79.3016,78.30199999999999,76.9692,75.6364,74.97,74.3036,73.304,71.9712,70.6384,69.3056,67.6396,66.3068,64.974,64.3076,63.6412,62.6416,61.3088,59.976,58.31,56.977199999999996,55.3112,54.6448,53.312,51.9792,50.9796,49.6468,47.6476,46.3148,44.982,43.6492,42.6496,41.9832,41.9832,41.3168,40.3172,39.6508,38.9844,38.318,37.3184,36.652,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,41.65,43.9824,45.3152,47.6476,49.6468,52.3124,53.6452,55.3112,57.3104,58.9764,59.6428,61.3088,61.9752,63.308,64.3076,64.974,65.6404,67.6396,68.9724,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.6376,74.97,76.3028,76.9692,78.9684,79.6348,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.634,80.9676,80.9676,80.3012,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.9692,76.9692,76.9692,77.3024,77.3024,77.6356,77.6356,78.6352,79.3016,79.968,81.3008,82.3004,82.96679999999999,84.2996,84.966,86.2988,87.2984,88.298,89.2976,90.9636,91.63,92.6296,92.6296,92.6296,92.2964,91.63,91.2968,90.6304,89.2976,88.63119999999999,88.298,88.298,87.2984,86.632,87.2984,87.2984,86.2988,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.964,90.6304,90.2972,90.9636,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,95.2952,95.6284,96.628,97.2944,98.6272,98.96039999999999,99.6268,100.2932,101.9592,102.6256,103.62519999999999,104.2916,104.958,105.2912,104.958,104.958,104.958,104.958,105.6244,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,105.6244,103.9584,103.292,101.2928,100.9596,99.96,98.96039999999999,98.294,97.2944,96.628,96.9612,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,94.962,94.6288,93.9624,93.9624,93.6292,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,94.962,95.6284,95.9616,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,99.96,99.96,101.2928,101.2928,101.9592,102.6256,103.62519999999999,104.958,104.958,105.2912,105.9576,105.9576,105.6244,106.2908,106.9572,105.6244,105.2912,104.958,104.2916,103.9584,102.6256,101.2928,100.6264,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.96039999999999,99.2936,100.2932,101.2928,102.6256,102.6256,102.6256,103.292,103.292,102.6256,102.6256,102.2924,101.9592,101.2928,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,105.6244,105.6244,105.9576,106.624,107.2904,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,108.6232,108.9564,108.9564,108.9564,109.2896,109.956,110.2892,111.2888,111.622,112.6216,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,112.6216,111.9552,111.9552,111.622,111.622,111.2888,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,109.2896,109.956,109.956,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,113.288,113.288,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,109.956,109.956,109.956,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,112.2884,113.288,114.2876,115.2872,115.9536,117.2864,117.6196,117.2864,117.2864,117.2864,117.2864,117.6196,118.286,118.9524,118.9524,119.2856,119.2856,120.6184,120.6184,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,125.2832,125.6164,126.2828,127.6156,128.6152,129.2816,129.6148,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.6148,128.6152,127.6156,127.2824,126.9492,125.6164,124.95,123.9504,123.28399999999999,121.2848,120.2852,118.9524,117.9528,117.6196,117.6196,116.9532,116.9532,116.62,116.62,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,118.9524,119.952,121.2848,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,127.2824,127.2824,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,127.6156,127.6156,128.282,128.282,128.282,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,127.6156,127.6156,126.9492,126.9492,126.616,126.616,125.9496,125.9496,125.2832,125.6164,125.6164,126.2828,126.9492,127.2824,127.2824,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,127.2824,126.616,125.9496,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,127.9488,128.6152,129.2816,129.6148,130.9476,131.9472,132.9468,133.6132,134.2796,134.946,135.2792,135.94559999999998,136.2788,135.6124,135.6124,135.6124,135.2792,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.946,135.2792,135.94559999999998,135.94559999999998,136.612,137.6116,137.6116,138.278,138.278,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116],[138.9444,139.2776,141.2768,142.2764,143.276,144.2756,145.6084,146.2748,147.27439999999999,147.6076,148.9404,149.6068,149.94,150.6064,151.606,151.606,151.2728,151.2728,151.9392,152.6056,153.272,153.9384,153.9384,152.9388,153.272,152.6056,151.606,150.93959999999998,148.9404,147.9408,146.608,145.6084,145.2752,144.2756,143.276,142.6096,140.9436,139.6108,138.9444,137.9448,137.2784,136.2788,134.946,133.6132,131.9472,131.2808,130.6144,129.948,129.6148,128.9484,128.9484,128.9484,128.6152,128.282,128.282,127.9488,126.9492,126.9492,126.2828,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.618,120.9516,120.9516,120.2852,120.2852,119.6188,119.2856,118.61919999999999,118.286,117.9528,117.9528,116.62,116.62,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,115.2872,114.6208,114.2876,113.288,112.95479999999999,111.9552,110.9556,109.6228,109.956,109.6228,108.9564,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,104.6248,104.2916,103.62519999999999,103.292,101.9592,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,98.96039999999999,97.96079999999999,97.2944,97.2944,95.9616,95.9616,94.962,94.6288,94.2956,93.6292,93.29599999999999,92.6296,92.2964,91.9632,91.2968,90.2972,89.2976,88.298,87.9648,86.2988,84.966,84.2996,83.6332,83.3,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.3016,79.6348,79.6348,79.3016,79.3016,79.3016,78.9684,79.6348,80.9676,81.9672,84.2996,85.6324,87.9648,88.9644,89.6308,88.9644,87.9648,87.2984,85.6324,85.2992,84.2996,84.2996,83.6332,82.3004,82.3004,81.634,80.6344,78.30199999999999,77.6356,76.9692,76.3028,74.6368,73.304,71.9712,70.6384,69.3056,67.97279999999999,66.64,64.974,64.3076,63.6412,62.6416,61.3088,59.309599999999996,57.6436,56.977199999999996,55.3112,54.6448,53.312,52.3124,50.9796,48.980399999999996,47.6476,46.3148,44.982,44.315599999999996,43.316,42.6496,41.9832,41.3168,40.3172,39.6508,38.9844,37.3184,36.652,36.652,35.9856,34.6528,34.6528,34.6528,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.9836,43.316,45.3152,47.6476,49.6468,51.646,52.9788,54.6448,55.9776,57.6436,58.9764,59.976,60.6424,61.9752,61.9752,62.6416,64.3076,66.3068,66.9732,68.306,68.9724,68.306,68.306,68.306,67.6396,66.9732,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,72.6376,74.97,76.3028,76.9692,78.9684,79.6348,80.6344,81.3008,81.3008,81.3008,80.6344,79.968,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.9676,80.3012,80.3012,79.6348,78.30199999999999,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,77.6356,77.6356,78.6352,79.3016,79.968,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.2984,88.298,89.2976,90.9636,91.63,91.63,92.2964,92.2964,91.63,91.2968,89.964,89.2976,88.298,87.2984,87.2984,86.632,85.9656,85.2992,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,89.2976,89.964,89.964,90.6304,90.6304,91.63,91.9632,92.2964,92.9628,93.9624,94.6288,95.2952,96.2948,96.628,97.96079999999999,98.6272,98.96039999999999,99.6268,101.2928,101.9592,102.6256,102.6256,103.9584,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,104.958,105.6244,105.6244,105.6244,105.9576,105.9576,106.2908,105.9576,105.6244,104.958,103.62519999999999,102.6256,101.2928,100.6264,98.96039999999999,98.294,97.96079999999999,96.628,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,92.9628,91.9632,91.9632,92.6296,92.6296,93.6292,94.6288,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.6268,99.96,99.96,101.2928,101.2928,101.9592,102.6256,103.62519999999999,104.2916,104.2916,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,104.958,104.958,104.2916,103.62519999999999,102.2924,101.2928,99.2936,99.2936,99.2936,98.294,98.96039999999999,98.294,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,100.2932,100.6264,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,101.2928,101.2928,100.6264,100.6264,99.6268,98.96039999999999,97.6276,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,100.2932,100.6264,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.958,105.6244,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.9576,106.624,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,110.2892,110.9556,111.2888,111.9552,111.9552,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.9556,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,109.6228,109.956,109.956,109.956,110.2892,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,113.288,113.288,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.6224,109.956,109.956,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,112.2884,113.288,114.2876,115.2872,115.9536,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,118.286,118.9524,118.9524,119.2856,120.2852,120.2852,120.9516,120.9516,121.2848,122.2844,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,125.2832,125.6164,126.2828,127.6156,127.9488,128.6152,129.2816,129.2816,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.2816,128.6152,128.282,127.2824,126.9492,125.6164,124.95,124.6168,123.28399999999999,121.2848,119.952,117.9528,117.6196,117.6196,117.6196,116.9532,116.9532,116.62,116.62,116.2868,116.2868,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,118.286,119.6188,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.2824,127.2824,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,128.282,128.282,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,127.9488,127.6156,127.6156,126.9492,126.616,126.616,125.9496,125.9496,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,127.9488,127.9488,128.282,128.282,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,127.2824,127.2824,126.616,125.9496,125.6164,125.6164,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,125.2832,125.6164,126.2828,126.9492,127.9488,128.6152,129.2816,129.6148,130.9476,131.2808,132.2804,133.28,133.9464,134.2796,134.946,135.2792,135.6124,135.6124,135.6124,135.2792,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,135.2792,135.94559999999998,135.94559999999998,137.2784,138.278,138.9444,138.9444,138.278,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116],[138.278,138.6112,140.6104,141.60999999999999,143.276,143.9424,145.2752,145.6084,146.2748,147.27439999999999,148.6072,149.2736,149.6068,150.2732,150.6064,150.6064,150.93959999999998,150.93959999999998,151.2728,151.9392,152.6056,152.9388,152.9388,152.9388,151.606,151.2728,150.6064,149.6068,148.6072,147.6076,145.6084,144.942,144.942,143.9424,142.9428,141.9432,140.6104,139.6108,138.9444,137.9448,137.2784,136.2788,134.2796,132.9468,131.2808,130.6144,130.6144,129.948,128.9484,128.6152,127.9488,127.9488,127.9488,127.6156,127.6156,127.2824,126.9492,126.616,126.2828,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.618,120.9516,120.9516,119.952,119.952,119.2856,118.9524,118.286,117.9528,117.6196,117.6196,116.62,116.62,115.9536,115.6204,115.2872,115.2872,114.6208,114.6208,114.2876,114.6208,114.6208,114.6208,113.6212,112.95479999999999,112.2884,111.2888,110.6224,109.2896,109.6228,108.9564,108.9564,108.28999999999999,107.2904,106.624,106.2908,105.6244,105.6244,104.958,104.6248,103.62519999999999,103.62519999999999,103.292,101.2928,100.9596,100.6264,100.2932,100.2932,99.6268,99.2936,98.96039999999999,97.2944,96.9612,96.2948,95.6284,95.6284,94.962,94.6288,93.6292,93.6292,92.6296,91.9632,91.2968,90.6304,90.2972,89.2976,88.298,87.2984,86.9652,85.6324,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,81.634,81.634,80.9676,80.9676,80.3012,80.3012,80.3012,80.3012,80.3012,80.9676,80.6344,81.3008,82.96679999999999,83.9664,85.6324,87.6316,88.63119999999999,89.964,91.2968,91.2968,89.964,89.6308,88.63119999999999,87.6316,86.632,85.9656,85.2992,84.966,84.2996,83.6332,82.3004,81.3008,80.3012,78.9684,77.6356,76.3028,74.97,73.63719999999999,72.3044,70.9716,69.6388,68.6392,66.64,65.9736,65.3072,63.9744,63.308,60.6424,59.309599999999996,58.31,56.977199999999996,55.3112,54.6448,53.6452,52.3124,50.9796,49.6468,48.314,46.9812,45.6484,44.982,44.315599999999996,43.6492,41.9832,41.3168,39.984,39.3176,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,40.9836,43.316,45.3152,47.6476,48.980399999999996,50.9796,52.3124,53.9784,55.3112,56.977199999999996,57.6436,58.6432,59.309599999999996,60.6424,60.6424,60.6424,61.9752,63.9744,65.3072,66.3068,66.9732,67.3064,67.3064,67.3064,66.64,66.3068,66.3068,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.3056,69.972,71.3048,72.6376,74.97,76.3028,77.6356,78.30199999999999,79.6348,80.3012,80.9676,80.9676,80.6344,79.968,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.3012,79.6348,79.6348,78.9684,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.6356,77.6356,78.6352,79.3016,79.968,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.2984,88.298,89.2976,90.6304,90.9636,90.9636,90.9636,90.9636,90.2972,89.2976,88.298,87.2984,85.9656,85.9656,85.2992,85.2992,84.966,84.966,85.6324,84.966,85.6324,85.6324,85.9656,86.2988,86.9652,86.9652,87.2984,88.298,88.9644,88.63119999999999,89.2976,89.2976,90.6304,90.6304,91.2968,92.2964,92.9628,93.6292,94.6288,95.9616,96.2948,96.628,97.2944,98.294,99.6268,99.96,100.2932,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.6244,105.2912,104.6248,103.62519999999999,101.9592,101.2928,100.2932,98.96039999999999,97.96079999999999,96.9612,96.2948,95.9616,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.962,93.9624,93.6292,93.6292,93.6292,92.9628,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,92.6296,93.6292,94.6288,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.6268,99.96,99.96,100.6264,101.2928,101.9592,101.9592,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.9576,105.2912,105.2912,104.958,104.2916,104.2916,103.292,101.626,99.96,98.96039999999999,98.294,97.96079999999999,97.6276,98.294,98.294,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,100.6264,100.6264,100.2932,99.6268,98.96039999999999,97.6276,96.628,96.9612,96.9612,96.9612,97.2944,98.294,98.96039999999999,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,104.6248,104.6248,104.958,104.958,104.6248,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.9576,106.624,106.624,106.624,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.6224,110.9556,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.6228,110.2892,110.2892,109.956,110.6224,110.6224,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,112.2884,113.288,113.95439999999999,114.954,115.9536,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,118.286,118.286,118.9524,119.6188,119.6188,119.952,120.2852,121.2848,122.2844,122.6176,122.6176,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.6164,125.9496,126.2828,126.9492,127.2824,127.6156,128.282,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,127.2824,127.2824,127.2824,126.9492,125.6164,124.28359999999999,123.28399999999999,122.6176,120.9516,118.9524,117.2864,116.2868,116.2868,116.2868,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,118.286,119.6188,120.9516,121.618,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.95,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,127.9488,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,127.9488,127.9488,127.6156,127.6156,126.616,126.616,125.9496,125.9496,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,128.282,128.282,128.282,128.282,127.9488,127.6156,127.6156,127.6156,127.2824,127.2824,126.616,126.616,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.9492,127.9488,128.6152,129.2816,129.6148,130.9476,131.2808,132.2804,133.28,133.9464,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,134.6128,134.2796,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,134.2796,134.946,135.2792,135.6124,135.94559999999998,137.2784,138.278,138.9444,138.9444,138.9444,138.278,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116],[138.6112,138.6112,139.2776,140.9436,141.9432,142.9428,143.9424,144.942,145.9416,146.9412,148.274,148.6072,149.6068,150.2732,150.6064,150.6064,150.6064,150.6064,150.93959999999998,150.6064,151.2728,151.2728,151.606,151.2728,151.2728,150.6064,149.94,149.6068,148.6072,146.608,145.6084,144.942,144.2756,143.276,142.6096,141.9432,140.6104,138.9444,138.6112,137.2784,136.612,135.6124,134.2796,132.6136,131.2808,130.2812,129.948,129.2816,128.6152,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,126.9492,126.2828,125.6164,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.618,120.9516,120.9516,119.952,119.952,119.2856,118.9524,118.286,117.9528,117.6196,117.6196,116.62,115.9536,115.6204,115.6204,115.2872,115.2872,114.2876,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.288,112.95479999999999,111.9552,111.2888,110.2892,109.956,108.6232,108.9564,108.28999999999999,107.9568,107.6236,106.624,105.9576,105.6244,105.2912,104.6248,104.6248,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.6264,100.2932,99.6268,99.2936,98.96039999999999,98.294,97.96079999999999,96.2948,95.6284,95.6284,94.962,94.962,94.2956,93.6292,92.6296,92.6296,91.9632,91.2968,90.6304,89.964,89.2976,88.298,87.6316,86.9652,85.9656,84.966,84.2996,83.6332,82.96679999999999,82.3004,82.3004,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,82.3004,82.96679999999999,84.2996,85.6324,87.6316,89.2976,90.6304,91.63,92.2964,92.2964,92.2964,91.9632,90.6304,89.964,88.9644,88.298,87.2984,86.632,85.9656,85.2992,84.966,83.6332,82.6336,81.634,79.6348,77.6356,76.3028,74.97,73.63719999999999,72.3044,70.9716,69.972,68.6392,67.3064,66.64,65.3072,64.6408,61.9752,60.6424,59.6428,58.31,56.644,55.3112,54.3116,53.6452,52.3124,50.9796,49.6468,48.314,46.9812,45.6484,44.982,44.315599999999996,42.6496,41.9832,40.6504,39.984,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,40.3172,42.6496,44.6488,46.9812,48.314,50.3132,51.646,53.312,53.9784,55.6444,56.3108,56.977199999999996,57.9768,57.9768,58.6432,59.309599999999996,59.976,61.3088,63.308,64.974,64.6408,65.3072,65.3072,65.9736,65.9736,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.6392,69.3056,70.6384,71.9712,74.3036,75.6364,76.9692,78.30199999999999,79.6348,80.3012,80.3012,80.3012,79.968,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,79.6348,78.9684,78.9684,77.3024,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,75.6364,75.9696,76.636,76.9692,77.6356,77.6356,78.6352,79.968,81.3008,82.3004,84.2996,84.966,85.6324,86.632,87.2984,88.298,88.63119999999999,89.2976,89.964,89.964,89.6308,89.6308,88.9644,88.298,87.2984,85.2992,84.6328,83.9664,83.9664,83.9664,83.9664,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,87.2984,87.6316,87.6316,88.9644,88.9644,89.2976,89.2976,90.6304,91.63,92.2964,92.9628,93.9624,94.6288,95.6284,96.2948,96.9612,97.2944,97.6276,98.96039999999999,98.96039999999999,99.96,100.2932,100.2932,100.2932,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,101.9592,101.2928,99.6268,98.96039999999999,97.6276,96.9612,95.9616,95.6284,94.6288,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.962,94.962,94.962,94.962,94.962,94.962,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.6292,92.9628,92.9628,91.9632,91.9632,91.63,91.63,91.2968,91.63,91.63,91.9632,92.6296,93.6292,94.6288,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,100.6264,100.6264,101.2928,101.9592,102.2924,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.6248,105.2912,104.6248,104.6248,104.2916,103.62519999999999,103.62519999999999,101.9592,100.2932,98.294,98.294,97.6276,97.96079999999999,97.6276,98.294,98.294,97.96079999999999,98.294,99.2936,99.2936,100.2932,100.2932,100.6264,101.2928,101.626,101.626,101.626,101.626,101.626,101.2928,100.6264,100.6264,100.2932,100.2932,98.96039999999999,98.6272,97.2944,96.628,96.9612,96.2948,96.9612,97.2944,97.96079999999999,98.96039999999999,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,104.6248,104.958,104.6248,103.9584,103.62519999999999,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.9576,106.624,106.624,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.9564,108.9564,109.6228,109.956,109.956,109.956,109.956,109.6228,109.6228,109.6228,108.9564,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,112.6216,113.95439999999999,114.954,115.2872,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,117.6196,118.9524,118.9524,118.9524,119.952,120.2852,121.2848,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.6176,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,121.9512,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,124.95,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.2828,125.6164,125.6164,125.2832,124.6168,123.9504,122.6176,121.9512,119.952,117.9528,116.2868,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.6196,118.286,118.9524,119.6188,120.9516,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.6164,125.9496,125.9496,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,127.9488,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,127.9488,127.9488,127.6156,127.6156,126.616,126.616,125.9496,125.9496,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,128.282,128.282,128.282,128.282,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,126.616,126.616,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,124.6168,124.6168,123.9504,123.9504,123.9504,124.6168,125.2832,125.6164,126.2828,126.9492,127.9488,128.6152,129.2816,130.6144,130.9476,132.2804,132.2804,133.28,133.6132,133.6132,134.2796,134.6128,134.6128,134.6128,134.6128,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.946,135.6124,135.94559999999998,137.2784,137.6116,138.278,138.9444,138.9444,138.9444,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448],[136.9452,136.9452,137.9448,139.6108,140.6104,141.60999999999999,142.6096,143.9424,145.2752,146.2748,147.6076,148.274,148.9404,149.2736,149.6068,149.6068,149.94,149.94,149.94,149.94,149.6068,149.94,149.2736,149.2736,149.6068,149.2736,149.2736,148.6072,147.27439999999999,146.608,145.2752,144.2756,143.9424,142.9428,141.9432,140.9436,139.6108,138.6112,137.6116,137.2784,135.94559999999998,134.946,132.9468,132.2804,131.2808,130.6144,129.2816,128.6152,127.6156,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.2828,126.2828,125.6164,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.9516,120.2852,119.952,119.2856,119.2856,118.9524,118.286,117.9528,117.6196,116.62,115.9536,115.2872,115.2872,114.2876,114.2876,114.2876,114.2876,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.2892,109.2896,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.624,105.9576,105.6244,104.2916,104.6248,103.9584,103.62519999999999,102.6256,102.2924,101.9592,100.6264,99.96,99.6268,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,94.962,94.962,94.6288,94.6288,93.6292,92.6296,92.2964,91.63,90.6304,90.2972,89.6308,88.63119999999999,88.298,87.6316,87.2984,86.9652,86.2988,84.966,84.2996,83.3,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,83.6332,84.2996,85.6324,87.9648,88.9644,90.6304,91.63,92.9628,93.6292,93.9624,93.9624,93.6292,92.9628,91.63,90.2972,89.6308,88.9644,88.298,87.6316,86.2988,86.2988,85.6324,84.966,83.3,81.9672,79.968,78.30199999999999,76.3028,74.97,73.63719999999999,72.3044,70.6384,69.3056,68.6392,67.97279999999999,66.9732,65.9736,63.308,61.9752,61.3088,59.976,58.31,56.977199999999996,55.9776,55.3112,53.9784,52.6456,50.9796,49.6468,47.6476,46.9812,45.6484,44.982,43.316,42.6496,41.3168,40.6504,39.6508,38.9844,38.318,37.6516,36.652,35.9856,35.3192,34.6528,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,40.3172,41.9832,43.9824,46.3148,47.6476,49.6468,50.9796,51.646,52.3124,53.9784,54.6448,55.3112,55.6444,55.6444,56.3108,56.977199999999996,57.6436,59.309599999999996,60.6424,61.3088,61.9752,61.9752,62.6416,63.9744,63.9744,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.9732,67.6396,67.97279999999999,68.6392,69.972,71.3048,72.9708,74.3036,76.3028,76.9692,78.30199999999999,78.9684,78.9684,78.9684,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,79.968,79.3016,78.30199999999999,77.6356,76.9692,76.3028,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.9696,75.9696,76.636,76.636,77.3024,78.30199999999999,79.3016,80.6344,82.3004,84.2996,85.6324,86.2988,86.632,87.9648,87.9648,88.298,88.63119999999999,87.9648,87.9648,87.9648,87.6316,87.2984,86.632,85.2992,83.9664,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,85.2992,85.9656,86.632,87.2984,87.6316,87.6316,88.63119999999999,89.6308,90.6304,91.2968,92.6296,92.9628,93.6292,93.9624,95.2952,95.9616,95.6284,96.628,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,99.2936,99.96,100.2932,101.2928,101.2928,102.2924,102.2924,103.292,103.292,102.2924,100.6264,99.6268,97.96079999999999,97.2944,95.6284,95.2952,94.6288,93.9624,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.2968,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,92.6296,93.29599999999999,94.2956,94.962,95.2952,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.6264,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,102.2924,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.292,101.9592,101.2928,99.2936,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.294,97.96079999999999,98.294,99.2936,99.2936,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.6276,96.9612,96.2948,95.9616,96.2948,96.9612,97.96079999999999,98.96039999999999,99.96,100.2932,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,105.2912,105.6244,105.6244,105.6244,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,109.6228,109.6228,110.2892,110.9556,111.622,111.622,112.2884,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.6208,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,111.2888,112.2884,113.288,114.2876,115.2872,115.9536,115.9536,115.2872,114.954,115.6204,115.6204,115.6204,115.9536,116.2868,116.62,117.2864,117.2864,117.2864,117.2864,118.286,118.9524,120.2852,121.2848,121.618,121.618,121.618,121.618,121.618,122.2844,121.9512,122.2844,122.2844,121.9512,121.9512,120.2852,119.952,120.2852,119.6188,119.6188,118.9524,119.2856,119.952,119.6188,119.6188,119.6188,119.952,119.952,120.2852,120.2852,120.9516,120.2852,120.6184,121.9512,122.6176,122.6176,122.6176,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,121.9512,121.618,120.6184,119.6188,118.9524,117.2864,115.9536,114.6208,114.6208,115.2872,115.2872,115.6204,115.6204,116.2868,116.62,116.62,116.62,116.62,117.2864,117.2864,116.9532,117.6196,118.286,118.9524,119.6188,120.2852,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,124.6168,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.616,127.6156,127.9488,127.9488,127.9488,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.9484,127.9488,127.9488,127.6156,127.6156,126.616,126.616,125.6164,125.6164,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,126.616,126.616,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,124.95,124.95,124.95,124.28359999999999,123.6172,123.28399999999999,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.95,126.9492,127.6156,128.9484,129.6148,129.948,130.9476,131.2808,131.9472,131.9472,132.6136,133.28,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.28,132.6136,132.6136,132.6136,132.9468,133.6132,134.2796,134.2796,135.2792,136.9452,137.2784,138.278,138.9444,139.6108,139.2776,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444],[136.612,136.612,137.6116,138.278,139.6108,139.944,141.60999999999999,142.9428,144.2756,145.9416,147.27439999999999,147.6076,148.274,148.9404,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,148.9404,148.9404,148.274,148.274,148.274,148.274,148.274,147.6076,146.9412,146.2748,144.942,143.9424,143.6092,141.9432,141.2768,140.6104,139.2776,137.6116,137.2784,136.2788,135.2792,134.946,132.9468,131.614,130.9476,129.948,129.2816,127.9488,127.6156,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.2828,126.2828,125.6164,125.2832,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.618,120.9516,120.9516,119.952,119.952,119.2856,118.9524,118.9524,118.286,117.6196,116.62,115.9536,115.2872,114.6208,114.2876,114.2876,113.95439999999999,113.288,112.2884,112.2884,111.9552,111.2888,110.9556,109.956,109.2896,108.28999999999999,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.2928,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,97.2944,96.2948,95.9616,94.962,94.6288,93.9624,93.6292,93.6292,92.6296,92.2964,91.2968,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.298,87.6316,87.2984,86.9652,86.2988,85.6324,84.2996,84.2996,83.6332,83.6332,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,84.966,85.6324,87.2984,89.2976,90.2972,91.63,92.6296,93.9624,94.6288,94.962,94.962,94.6288,94.6288,93.29599999999999,92.2964,91.63,91.2968,90.2972,88.298,87.6316,86.632,86.632,85.9656,84.2996,82.6336,81.3008,79.968,78.6352,76.3028,74.97,73.63719999999999,72.3044,70.6384,69.972,69.3056,68.306,66.64,64.6408,63.308,61.9752,61.3088,59.6428,58.31,57.3104,56.644,55.3112,53.9784,52.3124,50.9796,48.980399999999996,47.6476,46.3148,45.6484,43.9824,43.316,41.9832,41.3168,40.3172,39.6508,38.9844,38.318,37.3184,36.652,35.9856,35.3192,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,33.32,33.32,33.986399999999996,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,39.6508,41.3168,43.316,45.6484,47.6476,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,53.9784,54.3116,54.978,55.6444,56.3108,57.3104,58.6432,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.6412,63.6412,64.3076,64.974,64.974,65.6404,66.3068,66.9732,67.3064,67.97279999999999,69.3056,69.972,71.638,72.9708,74.97,76.3028,76.9692,78.30199999999999,77.3024,77.3024,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,79.968,79.968,79.968,79.968,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,77.6356,76.9692,76.3028,75.6364,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,75.3032,75.9696,76.636,76.636,77.3024,78.30199999999999,79.3016,80.9676,82.96679999999999,84.2996,85.6324,86.2988,87.2984,87.9648,87.9648,87.9648,86.9652,86.9652,86.9652,87.2984,86.632,85.9656,85.2992,84.2996,82.96679999999999,82.3004,82.3004,81.634,81.634,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.3,83.3,83.3,83.3,84.2996,84.966,85.2992,85.2992,85.9656,85.9656,87.2984,86.9652,88.298,89.2976,90.2972,91.63,91.9632,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.6284,95.9616,96.628,97.6276,97.6276,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.96,99.96,100.6264,100.6264,101.626,100.6264,100.2932,98.96039999999999,97.96079999999999,96.628,95.6284,95.2952,93.9624,93.29599999999999,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.9632,92.6296,93.29599999999999,94.2956,95.2952,95.2952,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.6264,100.6264,100.6264,100.6264,100.9596,101.626,101.9592,101.9592,101.9592,102.2924,103.292,103.62519999999999,103.292,103.292,103.292,102.6256,101.2928,99.96,98.294,97.6276,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,97.96079999999999,98.294,99.2936,99.2936,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.2948,95.9616,95.9616,96.2948,96.9612,97.96079999999999,98.294,99.6268,100.2932,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,102.2924,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.9572,107.6236,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.6228,109.956,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.6208,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,111.622,113.288,114.2876,114.954,115.2872,115.2872,114.954,114.2876,114.6208,114.6208,114.6208,115.2872,115.6204,115.9536,115.9536,115.9536,116.2868,116.62,117.6196,117.9528,119.6188,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.6184,119.952,119.6188,118.9524,118.9524,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,119.6188,119.6188,120.2852,120.6184,122.6176,122.9508,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.9508,122.9508,122.9508,122.6176,122.6176,122.6176,122.2844,122.2844,122.2844,122.2844,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,119.6188,118.9524,118.286,117.2864,115.9536,114.954,114.6208,114.2876,114.2876,115.2872,115.2872,115.6204,116.2868,116.62,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,118.9524,118.9524,119.6188,119.952,120.2852,120.9516,121.618,122.2844,123.28399999999999,123.9504,124.6168,124.95,125.6164,125.6164,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,126.616,127.2824,127.9488,127.9488,127.9488,128.6152,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.6152,127.9488,127.6156,127.6156,126.616,126.616,125.6164,125.6164,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,126.616,126.616,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.95,124.95,124.28359999999999,123.6172,123.28399999999999,123.28399999999999,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.6168,126.2828,126.9492,128.282,128.9484,129.6148,129.948,130.9476,131.2808,131.2808,131.9472,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.28,133.28,132.6136,132.6136,132.6136,132.6136,132.9468,133.6132,133.6132,134.6128,135.94559999999998,137.2784,138.278,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108],[136.2788,136.612,137.2784,137.6116,138.9444,139.6108,140.9436,142.6096,144.2756,145.9416,147.27439999999999,147.6076,148.274,148.274,149.2736,149.2736,149.2736,148.6072,148.6072,148.274,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.27439999999999,146.2748,146.2748,144.942,144.2756,142.9428,141.9432,140.6104,139.944,138.6112,137.2784,136.612,135.6124,134.946,134.2796,132.6136,131.614,130.9476,129.948,128.6152,127.9488,127.6156,126.9492,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.2832,123.9504,123.9504,123.28399999999999,122.9508,122.2844,122.2844,121.618,121.618,120.9516,120.9516,120.2852,119.952,118.9524,118.9524,118.286,117.9528,116.62,115.9536,115.2872,114.6208,113.6212,113.6212,113.288,112.95479999999999,112.2884,111.9552,111.9552,111.2888,110.9556,109.956,108.9564,108.28999999999999,106.9572,106.9572,106.9572,106.2908,106.2908,105.9576,105.6244,104.958,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.2928,100.6264,98.96039999999999,98.6272,98.294,97.96079999999999,97.2944,97.2944,96.2948,95.9616,94.962,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,89.964,89.2976,89.2976,88.63119999999999,88.298,88.298,87.6316,87.2984,86.9652,86.9652,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.6328,85.6324,86.632,88.298,89.964,91.63,92.9628,93.29599999999999,94.962,95.6284,96.2948,96.2948,96.628,95.9616,95.2952,93.9624,92.9628,92.9628,91.9632,90.2972,89.2976,88.298,87.6316,86.632,84.966,83.6332,82.3004,80.9676,79.6348,77.6356,76.3028,74.97,72.9708,72.3044,71.638,70.6384,69.6388,68.306,65.3072,63.9744,63.308,61.9752,60.9756,59.6428,58.9764,58.31,56.3108,54.978,52.9788,51.646,50.3132,48.980399999999996,46.9812,46.3148,44.982,43.9824,42.6496,41.9832,40.3172,39.6508,38.9844,38.318,37.3184,36.652,35.9856,35.3192,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,32.6536,32.6536,33.32,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,38.9844,40.9836,43.316,45.6484,46.9812,48.980399999999996,49.6468,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,53.6452,53.6452,54.6448,55.3112,56.977199999999996,57.6436,58.9764,59.6428,60.9756,61.9752,61.9752,62.6416,63.308,63.308,64.974,64.974,65.6404,66.3068,67.3064,67.97279999999999,67.97279999999999,69.3056,70.9716,72.3044,73.63719999999999,74.97,75.6364,76.3028,76.3028,76.3028,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,79.6348,78.9684,79.3016,79.3016,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,76.9692,76.3028,75.6364,74.97,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,75.3032,75.9696,76.636,76.636,77.3024,78.30199999999999,79.968,81.634,82.96679999999999,84.2996,86.2988,86.9652,87.2984,87.2984,87.6316,87.2984,86.2988,86.2988,85.6324,85.2992,84.966,84.2996,82.96679999999999,82.3004,81.634,80.9676,80.9676,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,84.2996,84.2996,84.6328,85.2992,85.9656,86.632,87.6316,88.9644,89.6308,90.9636,91.63,91.9632,92.6296,92.9628,93.6292,93.9624,94.6288,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.2936,99.6268,99.6268,99.6268,98.96039999999999,97.96079999999999,96.2948,95.2952,94.6288,93.9624,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,91.2968,90.6304,90.2972,89.6308,89.6308,90.2972,91.2968,91.2968,91.9632,92.6296,93.29599999999999,94.2956,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.6264,100.2932,100.9596,101.2928,101.2928,101.2928,101.9592,102.6256,103.292,102.6256,102.6256,102.6256,102.2924,100.6264,99.2936,97.96079999999999,97.2944,97.2944,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.2936,99.2936,99.2936,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,96.9612,96.2948,95.9616,95.9616,96.2948,96.9612,97.96079999999999,98.294,99.6268,100.2932,100.9596,100.9596,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.9596,101.2928,101.2928,101.9592,103.292,103.292,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.6248,104.6248,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.2912,105.2912,105.2912,104.6248,104.2916,104.2916,104.2916,104.2916,104.958,104.958,105.6244,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,108.9564,109.2896,109.956,110.6224,110.9556,111.622,112.95479999999999,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.6216,111.9552,112.2884,111.2888,110.2892,110.6224,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.956,109.956,110.9556,111.622,112.6216,113.6212,114.2876,114.954,114.954,114.954,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.954,115.6204,115.6204,115.6204,115.2872,115.6204,116.62,117.2864,118.61919999999999,119.952,121.2848,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,119.6188,118.9524,118.9524,118.286,117.6196,117.2864,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.2856,118.9524,119.6188,119.6188,120.2852,121.2848,121.618,121.618,121.618,122.6176,122.6176,122.2844,122.2844,120.9516,120.9516,120.2852,120.2852,120.6184,120.6184,120.6184,120.2852,120.2852,120.2852,120.2852,119.6188,118.9524,118.9524,118.286,117.9528,117.2864,117.2864,116.62,116.62,115.9536,115.6204,113.95439999999999,113.95439999999999,113.6212,114.2876,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.6196,118.286,118.286,118.286,118.286,119.6188,119.952,120.2852,120.9516,121.618,122.2844,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.95,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.9496,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,126.616,127.2824,127.9488,127.9488,127.9488,128.6152,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.6152,127.9488,127.6156,127.6156,126.616,125.9496,125.6164,125.2832,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,126.616,126.616,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.616,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,122.6176,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.6156,128.6152,128.9484,129.6148,130.2812,130.9476,131.2808,131.9472,132.2804,132.9468,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.28,133.28,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,133.6132,134.2796,135.94559999999998,136.9452,138.278,138.9444,139.6108,139.6108,139.944,139.944,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944],[136.2788,136.2788,136.612,137.2784,137.9448,138.6112,139.944,141.60999999999999,143.9424,145.2752,146.608,147.27439999999999,147.6076,148.274,148.6072,149.2736,148.6072,148.274,148.274,147.6076,147.27439999999999,146.608,146.608,146.608,146.608,146.608,146.608,146.2748,145.6084,145.6084,144.2756,143.9424,142.6096,141.60999999999999,139.944,139.6108,137.9448,136.612,136.2788,134.946,134.2796,133.6132,131.9472,130.9476,130.6144,129.6148,128.6152,127.6156,126.9492,126.9492,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.2848,120.9516,120.9516,119.952,118.9524,118.9524,118.286,117.2864,116.62,115.9536,115.2872,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,111.9552,111.9552,111.2888,111.2888,110.9556,109.956,108.9564,108.28999999999999,106.9572,106.9572,106.624,105.9576,105.9576,105.9576,105.6244,104.958,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,100.9596,100.2932,98.96039999999999,98.6272,98.294,97.96079999999999,97.2944,97.2944,96.2948,95.9616,94.962,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.9648,87.2984,87.2984,87.2984,86.632,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,85.6324,86.2988,87.2984,87.9648,89.2976,91.2968,91.63,92.9628,94.2956,95.6284,96.2948,96.628,96.628,96.9612,96.9612,95.9616,95.2952,93.9624,93.6292,92.9628,91.9632,91.2968,89.2976,88.298,87.2984,85.2992,84.2996,83.6332,82.3004,80.9676,79.6348,77.9688,76.3028,74.97,72.9708,72.3044,71.638,70.6384,68.9724,67.6396,65.9736,64.6408,63.308,62.6416,61.9752,60.3092,59.6428,57.6436,56.3108,54.3116,52.3124,50.9796,49.6468,47.6476,46.9812,45.6484,44.982,43.316,41.9832,40.9836,40.3172,39.6508,38.9844,37.9848,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,31.9872,31.9872,32.6536,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,38.9844,40.3172,42.6496,44.982,46.3148,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.9784,54.978,56.3108,57.6436,58.31,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,64.3076,64.974,64.974,65.6404,66.64,67.3064,67.97279999999999,68.6392,70.3052,71.638,72.9708,73.63719999999999,74.97,75.6364,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.6348,78.9684,79.3016,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,75.3032,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,81.634,82.96679999999999,84.2996,86.2988,86.9652,87.2984,87.2984,87.6316,86.9652,86.2988,84.6328,84.6328,83.9664,83.6332,82.96679999999999,81.9672,81.3008,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,85.6324,86.632,88.298,88.63119999999999,89.964,90.6304,91.2968,91.63,91.9632,92.6296,93.6292,93.6292,94.2956,94.2956,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,95.6284,94.962,93.9624,93.29599999999999,92.6296,92.2964,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.2964,91.63,91.2968,90.6304,90.6304,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,92.2964,93.6292,93.9624,95.2952,95.9616,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.96,100.2932,100.6264,100.6264,100.6264,101.2928,101.626,102.2924,101.9592,101.9592,101.9592,101.2928,100.6264,99.2936,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.9616,95.9616,96.9612,97.96079999999999,98.6272,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,101.2928,102.6256,103.292,103.292,102.6256,102.6256,102.2924,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,104.2916,104.6248,104.6248,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.6244,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,105.6244,105.6244,105.2912,105.6244,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,108.9564,109.2896,109.956,110.6224,111.622,112.2884,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.6216,111.9552,111.622,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,111.9552,113.288,113.6212,114.2876,114.2876,114.2876,113.6212,113.288,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,114.2876,114.6208,115.6204,116.62,118.286,119.952,121.2848,121.9512,121.9512,121.9512,121.2848,121.2848,120.2852,119.952,119.6188,118.9524,118.286,118.286,117.6196,117.6196,116.62,116.2868,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.9528,118.286,118.9524,118.9524,118.286,118.9524,118.9524,119.6188,119.952,120.6184,120.9516,120.9516,121.9512,121.9512,121.2848,120.6184,119.952,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.6204,115.6204,115.2872,114.6208,113.95439999999999,113.6212,113.6212,114.2876,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,116.62,117.2864,117.2864,117.6196,118.286,118.286,118.286,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.9496,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.9496,125.9496,126.616,126.616,127.2824,127.9488,127.9488,127.9488,128.6152,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.6152,127.9488,127.6156,127.6156,126.616,125.9496,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,126.616,126.616,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.616,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,124.6168,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,122.6176,122.6176,121.9512,121.9512,122.2844,122.9508,123.6172,123.9504,125.2832,125.6164,126.9492,127.6156,128.6152,128.9484,129.2816,129.948,130.6144,130.9476,132.2804,132.2804,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.28,133.28,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,133.6132,135.2792,135.94559999999998,137.6116,138.278,139.2776,139.6108,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,139.944,139.944],[134.946,135.6124,136.612,137.2784,137.9448,138.6112,139.2776,140.6104,142.6096,144.6088,145.2752,145.6084,147.27439999999999,147.9408,148.6072,148.6072,148.6072,148.274,147.6076,146.9412,146.608,146.2748,146.2748,146.2748,145.9416,145.6084,145.2752,145.2752,145.2752,144.2756,144.2756,143.276,141.9432,140.9436,139.6108,138.6112,137.6116,135.6124,134.946,134.2796,132.9468,132.6136,131.9472,130.9476,130.6144,129.2816,128.6152,127.6156,126.9492,125.9496,125.9496,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.2852,118.9524,118.9524,117.9528,117.2864,115.6204,114.954,114.2876,114.2876,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.622,111.622,111.622,110.9556,111.622,110.9556,109.956,109.2896,108.28999999999999,107.6236,107.2904,106.624,105.9576,105.9576,105.6244,104.958,103.62519999999999,103.62519999999999,103.292,103.292,101.9592,101.2928,100.9596,100.2932,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.628,96.9612,96.2948,96.2948,95.2952,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.6296,91.9632,91.63,91.2968,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,87.2984,87.9648,88.298,88.9644,89.6308,90.6304,91.63,92.2964,93.6292,94.6288,96.628,96.9612,97.6276,97.6276,97.96079999999999,97.6276,96.9612,96.2948,95.9616,94.962,93.9624,93.6292,92.2964,90.6304,88.63119999999999,87.2984,86.632,85.9656,84.2996,83.6332,82.3004,80.9676,78.9684,77.3024,75.6364,74.97,72.9708,72.3044,71.3048,70.6384,69.3056,67.6396,66.9732,65.9736,64.6408,63.9744,61.641999999999996,60.3092,58.9764,57.6436,55.6444,54.3116,51.646,50.3132,48.980399999999996,47.6476,46.3148,45.6484,43.9824,42.6496,40.9836,40.3172,40.3172,39.6508,38.6512,37.9848,37.3184,36.652,34.6528,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.3208,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,34.6528,35.3192,35.3192,35.9856,36.652,36.652,37.9848,39.6508,41.3168,43.6492,45.6484,46.9812,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.9792,52.6456,52.6456,53.9784,55.3112,56.644,57.6436,58.9764,60.6424,61.3088,61.9752,62.6416,63.308,63.308,63.9744,64.974,66.64,67.3064,67.97279999999999,69.3056,70.3052,71.638,72.3044,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.97,73.9704,73.9704,73.304,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,73.63719999999999,74.3036,75.9696,76.636,76.636,77.3024,78.6352,79.3016,79.968,81.634,82.96679999999999,84.966,85.6324,86.2988,86.9652,86.9652,86.9652,86.9652,85.6324,84.2996,83.3,82.96679999999999,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.6348,79.6348,79.6348,80.3012,80.3012,80.9676,80.9676,80.9676,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,86.9652,87.6316,88.298,88.9644,89.2976,90.2972,91.2968,91.2968,91.9632,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,96.628,96.2948,96.2948,95.9616,94.2956,93.6292,92.9628,91.9632,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,89.964,89.964,89.2976,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.2968,91.9632,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,96.9612,96.628,97.2944,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,100.2932,100.6264,100.9596,100.9596,101.2928,100.6264,99.96,99.96,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.6264,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.96,99.96,99.96,99.6268,100.2932,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,102.2924,102.2924,102.2924,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.9576,105.6244,105.2912,104.2916,103.62519999999999,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,104.2916,104.958,105.6244,106.2908,106.9572,107.2904,107.6236,108.9564,109.2896,109.2896,109.956,110.9556,111.2888,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.6216,112.2884,111.2888,110.2892,109.6228,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,111.622,112.2884,112.6216,112.95479999999999,113.288,113.288,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,115.9536,116.62,117.6196,119.2856,120.9516,121.618,121.618,121.618,120.9516,120.2852,119.6188,118.9524,118.286,117.9528,117.2864,117.2864,117.2864,116.62,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,116.62,116.62,116.9532,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.9524,119.6188,120.2852,119.952,119.952,120.2852,119.6188,118.9524,118.286,117.9528,117.9528,117.2864,117.9528,117.9528,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,114.6208,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,113.288,113.95439999999999,114.6208,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,117.2864,117.2864,117.6196,118.286,118.286,118.61919999999999,118.61919999999999,118.9524,119.6188,119.952,120.2852,120.9516,121.618,121.9512,122.6176,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,126.9492,127.6156,127.6156,127.9488,128.6152,128.6152,128.9484,128.9484,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,128.9484,127.9488,127.6156,127.2824,126.2828,125.6164,125.2832,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,126.616,126.616,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,127.9488,127.6156,127.6156,126.9492,126.9492,125.9496,125.9496,125.9496,125.9496,126.616,126.616,125.9496,125.9496,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.618,121.9512,121.9512,121.9512,122.2844,122.9508,123.28399999999999,124.6168,125.2832,125.2832,125.9496,126.9492,127.6156,128.9484,129.2816,129.948,130.6144,131.2808,131.9472,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,131.9472,131.9472,131.2808,131.2808,131.2808,131.9472,132.6136,132.9468,134.946,135.2792,136.2788,136.9452,138.278,139.6108,139.944,139.944,140.9436,140.9436,141.60999999999999,140.9436,140.6104,139.944,139.944,139.944],[134.946,134.946,135.6124,136.2788,137.2784,137.6116,138.278,138.6112,140.9436,142.9428,144.2756,145.2752,146.2748,147.27439999999999,147.9408,148.274,147.6076,147.27439999999999,146.608,146.2748,145.6084,145.2752,145.2752,144.6088,144.6088,143.9424,143.276,143.276,143.276,143.276,143.276,142.6096,140.9436,139.944,138.6112,137.2784,136.2788,134.946,134.2796,132.9468,132.6136,131.9472,130.9476,129.948,129.2816,128.6152,127.9488,127.6156,126.616,125.9496,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.2848,121.2848,120.9516,119.6188,118.9524,117.9528,117.2864,115.6204,114.954,114.954,114.2876,113.6212,112.95479999999999,113.288,112.95479999999999,112.2884,112.2884,112.2884,111.622,112.2884,111.2888,110.6224,109.956,108.6232,108.6232,107.9568,106.624,106.2908,105.9576,105.9576,105.6244,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.9596,99.6268,98.96039999999999,98.96039999999999,98.6272,97.2944,96.628,96.9612,96.2948,95.6284,95.2952,95.2952,94.6288,94.6288,93.6292,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,90.6304,90.6304,90.2972,90.2972,89.964,89.964,89.964,89.964,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.298,88.298,88.298,88.9644,89.2976,89.6308,90.2972,90.6304,91.2968,92.2964,93.29599999999999,94.2956,95.2952,96.628,97.6276,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,96.9612,96.2948,95.6284,95.6284,94.6288,93.29599999999999,91.63,89.964,88.298,87.6316,85.9656,85.6324,84.2996,82.96679999999999,81.634,79.6348,77.9688,76.3028,75.6364,73.63719999999999,72.9708,71.9712,71.3048,69.972,69.3056,68.306,67.6396,65.9736,65.3072,63.308,61.9752,60.6424,58.6432,56.977199999999996,54.978,53.312,51.9792,49.6468,48.314,46.9812,45.6484,43.9824,42.6496,41.65,40.9836,40.3172,39.6508,38.6512,38.6512,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.3208,30.6544,30.6544,30.6544,30.6544,31.3208,31.9872,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,35.9856,37.3184,38.9844,40.3172,42.6496,44.315599999999996,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,51.3128,51.3128,51.9792,52.6456,53.9784,55.3112,56.3108,57.6436,59.309599999999996,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,64.974,66.64,67.3064,68.6392,69.3056,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,76.3028,75.6364,74.97,74.3036,73.9704,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,73.63719999999999,74.3036,74.97,75.9696,77.3024,77.3024,78.30199999999999,79.3016,79.968,80.6344,81.3008,82.96679999999999,84.2996,85.6324,85.9656,86.9652,86.9652,86.2988,85.6324,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.634,82.3004,83.6332,84.2996,85.2992,85.9656,87.2984,87.9648,88.298,88.9644,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,92.2964,92.6296,93.6292,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.6288,94.6288,95.2952,95.2952,94.6288,94.6288,93.9624,93.29599999999999,91.9632,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.6304,91.2968,91.2968,92.6296,93.6292,93.9624,94.6288,95.2952,95.2952,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,98.96039999999999,99.2936,99.2936,99.96,100.2932,100.2932,99.96,99.96,99.6268,99.6268,99.6268,98.96039999999999,98.6272,98.294,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.6272,99.6268,100.2932,100.9596,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,99.6268,99.2936,99.2936,99.2936,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.9576,105.6244,105.2912,104.2916,103.62519999999999,102.6256,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.9584,104.6248,105.6244,106.624,107.2904,107.6236,108.9564,109.956,110.2892,110.9556,111.2888,111.9552,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.6216,112.2884,110.9556,109.956,109.6228,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,114.6208,115.6204,115.9536,117.2864,118.61919999999999,119.952,120.9516,121.618,121.618,120.9516,120.2852,118.9524,118.286,117.9528,117.2864,116.62,116.62,116.62,115.6204,115.6204,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.6196,118.286,118.61919999999999,118.9524,118.9524,118.286,117.6196,117.6196,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,116.2868,115.6204,115.6204,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.6212,113.95439999999999,114.6208,114.6208,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.6196,118.286,118.61919999999999,118.61919999999999,118.9524,118.9524,119.952,119.952,120.2852,120.9516,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.616,126.616,127.6156,127.9488,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,128.9484,128.6152,127.9488,126.616,125.6164,125.2832,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,127.2824,127.2824,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,126.616,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.6152,127.9488,127.6156,127.6156,126.9492,126.616,125.9496,125.9496,125.9496,126.616,126.616,125.9496,125.9496,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.618,121.2848,121.2848,121.618,121.618,122.2844,122.9508,123.6172,124.28359999999999,124.6168,125.2832,125.9496,126.616,127.9488,128.6152,128.9484,129.948,131.2808,131.9472,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,131.2808,130.9476,130.9476,130.9476,131.2808,131.9472,132.6136,133.9464,134.2796,135.2792,135.94559999999998,137.6116,138.9444,139.6108,139.944,140.6104,140.9436,140.9436,140.9436,139.944,139.944,139.944,139.944],[134.2796,134.2796,135.2792,135.6124,136.612,137.2784,137.6116,138.278,139.2776,141.9432,142.9428,144.6088,145.6084,146.2748,146.608,147.27439999999999,146.9412,146.2748,145.6084,145.2752,144.2756,144.2756,143.6092,143.6092,142.9428,142.2764,142.2764,142.6096,142.6096,142.6096,141.9432,140.9436,140.6104,138.6112,137.6116,136.2788,135.2792,133.28,132.6136,131.9472,131.2808,130.9476,129.948,129.2816,129.2816,127.9488,127.2824,126.9492,126.616,125.9496,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,122.9508,122.6176,121.9512,121.9512,121.2848,119.6188,118.9524,118.61919999999999,117.2864,115.9536,115.6204,115.2872,115.2872,114.2876,114.2876,113.6212,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,110.9556,110.6224,109.956,109.956,108.6232,107.9568,107.6236,106.9572,105.6244,105.6244,104.958,104.958,103.9584,103.62519999999999,103.292,102.6256,101.2928,100.9596,100.2932,100.2932,98.96039999999999,98.6272,97.96079999999999,97.6276,96.628,96.9612,95.9616,95.9616,95.6284,95.6284,95.6284,94.962,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,91.63,91.2968,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.9632,92.6296,93.29599999999999,93.9624,94.962,95.9616,96.628,97.6276,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.6276,97.6276,96.9612,96.2948,95.2952,94.2956,92.9628,90.6304,88.63119999999999,88.298,87.2984,85.2992,83.9664,82.96679999999999,81.634,80.3012,78.6352,76.9692,75.9696,74.6368,73.63719999999999,73.63719999999999,71.9712,70.3052,69.6388,68.9724,68.306,67.3064,65.9736,63.9744,62.6416,61.3088,59.309599999999996,57.3104,55.3112,53.9784,52.6456,50.3132,48.980399999999996,47.6476,46.3148,44.6488,43.316,41.65,40.9836,40.3172,39.6508,38.6512,38.6512,37.9848,37.3184,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.3208,30.6544,30.6544,30.6544,30.6544,31.3208,31.9872,32.6536,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,38.318,39.6508,41.3168,42.6496,43.9824,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.6456,53.9784,54.6448,55.9776,58.31,59.6428,60.3092,60.9756,62.6416,63.308,64.6408,65.3072,67.3064,67.97279999999999,69.3056,69.972,71.9712,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,74.3036,73.63719999999999,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,76.636,77.3024,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.9672,82.96679999999999,83.6332,84.2996,85.6324,85.6324,84.966,84.966,83.6332,82.96679999999999,81.9672,81.3008,80.3012,79.968,79.3016,78.9684,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.634,81.634,82.96679999999999,84.2996,85.2992,85.9656,87.2984,87.2984,88.298,88.298,89.2976,89.2976,89.964,89.2976,89.6308,90.6304,90.6304,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.2968,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.9636,90.9636,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.9636,90.9636,90.9636,90.9636,90.6304,89.964,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,89.2976,90.2972,90.6304,90.6304,91.2968,92.6296,93.6292,93.9624,94.6288,94.6288,95.2952,95.9616,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.6268,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,99.2936,98.6272,98.6272,99.2936,99.6268,100.2932,100.2932,100.6264,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.958,105.6244,105.9576,105.6244,105.2912,104.2916,103.292,102.6256,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,104.6248,105.6244,106.624,107.2904,107.6236,109.2896,110.6224,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.6216,112.2884,110.9556,109.956,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.954,115.6204,116.62,117.6196,118.286,119.6188,119.952,119.952,119.952,119.6188,118.9524,117.2864,116.62,116.2868,115.6204,115.6204,115.2872,114.6208,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.2868,116.62,116.62,116.2868,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,115.6204,115.9536,116.62,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.9524,118.9524,119.952,119.952,120.2852,120.9516,121.2848,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.2832,125.6164,125.6164,126.616,126.616,126.616,126.616,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,127.2824,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,128.9484,128.6152,127.9488,126.616,125.6164,125.2832,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.9488,127.9488,128.282,128.282,127.9488,127.6156,127.6156,126.9492,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,126.616,126.616,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,128.6152,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.6148,129.6148,129.6148,128.9484,128.6152,127.9488,127.9488,127.6156,127.2824,126.616,126.616,126.616,126.616,126.616,125.9496,125.9496,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.618,121.2848,121.2848,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.6172,124.28359999999999,124.6168,125.9496,126.616,127.9488,128.6152,128.9484,129.948,131.2808,131.9472,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,131.2808,130.9476,130.2812,130.2812,130.9476,131.9472,132.6136,132.6136,132.9468,134.2796,135.2792,136.2788,137.6116,138.9444,139.6108,140.6104,140.6104,140.6104,140.6104,139.944,139.6108,139.6108,139.6108],[133.6132,133.6132,134.2796,134.946,135.2792,136.2788,137.2784,137.6116,138.278,139.6108,141.2768,142.9428,143.9424,144.2756,144.942,144.942,145.2752,145.2752,144.942,143.9424,143.276,142.9428,142.2764,142.2764,141.2768,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,139.944,138.9444,137.9448,136.612,135.6124,134.2796,132.6136,131.9472,130.6144,130.6144,130.6144,129.6148,128.6152,127.9488,127.2824,126.9492,126.2828,125.9496,125.9496,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.6176,122.6176,121.2848,120.2852,118.9524,118.9524,118.61919999999999,117.2864,116.62,116.62,115.9536,115.2872,114.954,114.2876,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,113.288,112.95479999999999,112.2884,110.9556,110.9556,110.2892,109.6228,108.9564,108.28999999999999,107.6236,106.9572,105.9576,105.9576,105.6244,105.6244,104.2916,103.62519999999999,103.292,102.6256,101.2928,101.2928,100.6264,99.96,98.96039999999999,98.96039999999999,98.294,98.294,97.6276,96.9612,96.628,96.628,96.628,96.628,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.6284,96.628,97.6276,97.96079999999999,98.96039999999999,98.96039999999999,99.96,99.96,99.6268,99.6268,99.2936,99.2936,98.6272,97.6276,96.9612,96.2948,95.2952,94.2956,91.9632,90.6304,89.964,88.298,86.2988,85.6324,84.2996,82.96679999999999,81.634,79.968,78.6352,76.636,75.3032,74.6368,73.9704,73.304,71.9712,70.6384,69.6388,68.9724,67.97279999999999,67.3064,65.3072,63.308,61.9752,59.976,58.31,55.9776,54.6448,52.6456,50.3132,48.980399999999996,47.6476,46.3148,44.6488,43.316,41.65,40.9836,40.3172,39.6508,38.6512,38.6512,37.9848,37.3184,35.9856,35.3192,34.6528,33.986399999999996,32.6536,31.9872,31.3208,30.6544,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,37.6516,38.318,39.6508,41.3168,42.6496,43.316,44.315599999999996,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.9792,52.6456,53.9784,55.3112,56.977199999999996,58.31,59.6428,60.3092,61.9752,63.308,64.6408,66.3068,67.97279999999999,69.3056,69.972,71.3048,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,76.636,76.636,75.6364,74.97,73.63719999999999,72.9708,71.9712,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,75.6364,76.636,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,81.3008,80.3012,79.6348,79.3016,78.6352,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.9676,81.634,83.6332,84.2996,84.966,85.9656,85.9656,87.2984,87.2984,88.298,88.298,88.63119999999999,88.9644,88.9644,88.9644,89.6308,90.2972,90.6304,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.9636,90.2972,90.2972,89.6308,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,89.964,89.2976,89.2976,88.298,88.298,87.9648,87.9648,88.298,88.298,89.2976,90.2972,90.6304,90.6304,91.9632,92.9628,93.6292,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.9612,97.2944,97.96079999999999,98.294,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,98.6272,99.96,100.2932,100.6264,100.6264,100.6264,100.6264,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.6272,98.6272,98.294,98.294,98.294,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.6248,104.6248,104.958,104.958,105.6244,105.2912,104.6248,103.62519999999999,103.292,102.6256,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,104.6248,105.6244,106.624,107.2904,107.9568,109.956,110.6224,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.6216,112.2884,110.9556,109.956,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,111.622,111.622,112.2884,112.2884,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,115.2872,116.62,117.2864,117.9528,118.286,118.9524,118.9524,118.286,117.2864,116.62,115.9536,115.6204,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.954,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,115.6204,115.9536,116.62,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,126.9492,127.2824,127.6156,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,128.9484,128.6152,127.9488,126.616,125.6164,125.2832,124.6168,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,126.616,126.616,127.2824,127.6156,127.9488,127.9488,127.9488,128.6152,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.6148,129.6148,129.6148,129.6148,128.6152,128.6152,127.9488,127.9488,127.2824,127.2824,126.616,126.616,126.616,126.616,125.9496,125.9496,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.9508,122.2844,121.2848,120.9516,120.9516,120.9516,120.2852,121.2848,121.9512,122.9508,122.9508,123.9504,124.6168,125.2832,125.9496,126.9492,128.6152,128.9484,129.948,131.2808,131.9472,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,131.9472,131.2808,130.6144,129.948,129.948,129.948,131.2808,131.9472,131.9472,132.2804,132.9468,133.9464,134.946,136.612,137.9448,138.9444,139.2776,139.2776,139.2776,139.2776,138.9444,138.9444,138.6112,138.6112],[132.6136,132.6136,132.9468,133.6132,133.6132,134.946,135.2792,136.2788,136.9452,138.278,139.2776,141.2768,142.2764,142.9428,143.6092,143.9424,143.9424,143.9424,143.276,142.2764,141.60999999999999,140.9436,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.2776,138.6112,138.278,137.9448,136.9452,136.2788,135.2792,133.9464,131.9472,130.6144,130.2812,129.6148,129.2816,128.6152,127.9488,127.2824,126.9492,126.9492,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.95,124.95,124.6168,124.6168,124.6168,123.9504,122.6176,122.9508,122.6176,121.9512,120.9516,119.952,119.952,119.2856,118.9524,118.286,117.6196,117.6196,116.62,115.9536,115.9536,114.954,114.954,114.954,114.954,114.954,114.954,114.6208,114.2876,113.288,112.95479999999999,112.2884,111.9552,111.2888,110.2892,109.956,108.9564,107.9568,107.6236,106.624,106.624,105.9576,105.6244,105.2912,104.2916,103.62519999999999,103.292,102.2924,102.2924,101.2928,100.6264,99.96,99.96,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.6276,97.96079999999999,98.96039999999999,99.96,100.2932,100.6264,100.9596,101.2928,100.6264,101.2928,100.2932,99.6268,99.6268,98.96039999999999,98.294,97.2944,96.2948,94.962,93.6292,92.2964,91.63,89.964,88.9644,87.9648,86.632,84.6328,83.6332,81.634,80.3012,78.6352,76.9692,75.3032,74.97,74.3036,72.9708,72.3044,71.3048,70.6384,69.6388,68.306,66.9732,65.3072,63.308,61.641999999999996,59.309599999999996,57.6436,55.6444,53.6452,51.646,50.3132,48.980399999999996,47.3144,45.6484,44.315599999999996,42.6496,41.3168,40.3172,39.6508,38.9844,38.9844,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,31.3208,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.9856,37.3184,38.6512,39.984,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.3144,47.6476,48.314,48.980399999999996,49.6468,51.646,52.3124,52.3124,53.6452,55.6444,56.977199999999996,58.6432,59.976,61.3088,63.308,65.6404,66.9732,68.6392,69.972,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,74.97,73.9704,73.304,72.6376,71.9712,70.6384,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,74.97,75.6364,77.3024,78.30199999999999,78.9684,79.6348,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,80.6344,79.6348,79.6348,78.9684,78.30199999999999,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,78.9684,78.9684,79.968,79.968,80.6344,81.634,82.3004,83.6332,84.2996,84.966,85.2992,85.9656,86.632,86.632,87.9648,87.9648,87.2984,87.2984,88.298,88.298,88.9644,89.2976,90.6304,91.2968,91.63,91.63,90.9636,90.9636,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,90.6304,90.2972,89.2976,88.63119999999999,88.63119999999999,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,87.2984,87.2984,88.298,89.2976,89.964,89.964,90.2972,91.63,92.2964,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.2944,97.2944,96.2948,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,99.2936,99.96,99.96,99.96,100.2932,100.2932,99.96,99.96,98.96039999999999,98.6272,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.294,97.6276,98.294,98.96039999999999,99.2936,99.2936,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,102.2924,102.2924,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.2916,103.62519999999999,103.292,102.6256,101.9592,101.9592,102.2924,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,105.6244,106.624,107.6236,108.6232,110.6224,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.6216,111.622,110.9556,109.956,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,110.9556,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.954,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.2868,115.9536,115.2872,115.2872,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,115.6204,116.2868,116.62,117.2864,117.2864,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.6176,122.9508,122.6176,123.9504,124.6168,125.2832,125.2832,125.6164,124.95,124.95,124.95,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,124.6168,125.2832,125.6164,126.2828,126.2828,126.2828,127.2824,127.2824,128.6152,128.6152,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,129.6148,128.6152,128.6152,127.9488,126.616,125.6164,125.2832,123.9504,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.95,125.6164,126.2828,126.2828,126.9492,127.2824,127.2824,127.6156,127.6156,127.2824,126.616,126.616,125.9496,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.616,126.616,127.6156,127.9488,128.6152,128.6152,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.6152,127.9488,127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.9508,121.9512,121.2848,120.9516,120.2852,120.2852,120.2852,121.2848,121.9512,121.9512,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.9492,127.9488,128.9484,129.948,130.9476,131.614,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.2804,132.2804,131.614,130.9476,129.948,129.2816,129.2816,129.948,129.6148,130.2812,130.6144,131.2808,131.9472,132.9468,133.6132,135.2792,136.2788,137.2784,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,136.612],[131.9472,131.9472,132.6136,132.9468,133.6132,133.6132,134.946,134.946,136.2788,137.2784,137.6116,139.2776,140.2772,141.60999999999999,141.9432,142.6096,142.9428,142.2764,141.60999999999999,140.6104,139.944,139.2776,139.2776,138.9444,139.2776,138.9444,138.9444,138.6112,138.6112,137.9448,137.9448,137.6116,136.9452,136.612,135.6124,134.2796,132.6136,131.9472,130.6144,130.6144,129.2816,128.6152,127.9488,127.6156,126.616,126.616,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.95,124.95,124.95,124.95,124.95,124.6168,123.28399999999999,122.9508,122.6176,121.9512,121.2848,120.2852,120.2852,119.952,119.952,119.6188,119.6188,118.9524,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.2868,115.2872,114.6208,114.2876,113.288,112.95479999999999,112.2884,111.9552,110.9556,110.2892,109.6228,108.6232,107.9568,107.2904,107.2904,106.624,106.624,105.6244,105.6244,104.6248,103.62519999999999,103.292,102.6256,102.6256,101.2928,101.2928,100.6264,99.96,99.6268,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,97.2944,96.9612,96.2948,96.2948,96.2948,96.628,96.628,96.9612,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,100.6264,101.2928,102.2924,102.2924,101.9592,101.9592,102.2924,101.626,100.6264,100.2932,100.2932,99.2936,99.2936,98.294,96.9612,95.9616,94.6288,93.29599999999999,92.2964,90.6304,89.2976,88.298,87.9648,85.2992,84.2996,82.96679999999999,80.9676,79.6348,77.6356,76.3028,75.6364,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.3056,67.6396,66.3068,64.974,62.6416,60.6424,58.6432,56.644,54.6448,52.9788,50.9796,49.6468,48.314,45.6484,44.315599999999996,42.6496,41.3168,40.3172,39.6508,38.9844,38.9844,37.9848,37.3184,36.652,36.652,35.9856,35.3192,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.9856,37.3184,38.6512,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,46.647999999999996,46.9812,47.6476,48.314,48.980399999999996,50.9796,51.646,51.646,52.9788,54.978,56.3108,57.9768,59.309599999999996,61.3088,63.308,65.6404,67.6396,69.3056,71.3048,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,73.304,72.6376,71.9712,71.3048,69.972,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,73.304,74.3036,74.97,75.6364,76.3028,77.3024,78.9684,79.6348,79.6348,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.634,81.634,81.3008,81.3008,81.3008,80.6344,79.6348,78.9684,78.9684,78.30199999999999,77.6356,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,78.9684,78.9684,78.9684,79.968,79.968,80.6344,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,85.2992,85.9656,86.2988,86.2988,86.2988,86.9652,86.9652,87.6316,88.298,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.2976,89.6308,89.6308,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,86.632,86.632,87.2984,87.2984,88.298,89.2976,89.964,89.964,91.2968,91.63,92.9628,93.6292,93.9624,93.9624,94.962,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.294,97.96079999999999,97.2944,96.2948,95.9616,95.6284,95.9616,95.9616,96.2948,96.9612,96.628,97.2944,97.6276,97.96079999999999,97.96079999999999,97.6276,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,99.2936,99.2936,99.96,100.2932,100.2932,99.96,99.2936,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.2936,99.96,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.9592,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.2916,103.62519999999999,103.292,102.6256,101.9592,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,105.6244,106.624,107.6236,108.9564,110.6224,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,111.622,110.2892,109.956,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,112.2884,113.288,113.288,113.6212,114.2876,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.954,115.6204,115.6204,115.6204,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,116.2868,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.6176,122.6176,122.6176,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.2844,122.2844,121.618,121.618,122.9508,123.9504,124.6168,125.2832,125.2832,125.6164,126.9492,127.2824,128.282,128.6152,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,129.948,129.2816,128.6152,127.9488,126.616,125.6164,125.2832,123.9504,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.6164,125.6164,126.2828,127.2824,127.2824,127.2824,127.2824,126.616,126.616,125.9496,125.9496,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.2816,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,127.9488,127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.9508,121.9512,120.9516,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,123.28399999999999,124.6168,125.6164,126.9492,127.9488,128.9484,129.948,130.9476,130.9476,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.614,130.9476,130.6144,129.6148,128.9484,128.9484,128.9484,129.948,129.948,130.6144,130.9476,130.6144,131.9472,132.6136,133.6132,134.2796,134.946,135.2792,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.946,134.946],[131.2808,131.9472,132.2804,132.9468,132.9468,133.6132,134.2796,134.946,134.946,135.2792,136.612,137.6116,139.6108,139.944,140.9436,141.60999999999999,141.60999999999999,140.9436,140.6104,139.944,138.6112,137.9448,138.9444,138.6112,138.6112,137.9448,137.9448,137.6116,137.9448,137.6116,137.6116,137.6116,136.9452,136.612,135.6124,134.2796,132.6136,131.9472,130.6144,130.6144,129.2816,128.6152,127.9488,127.2824,126.616,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,125.6164,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,119.6188,118.61919999999999,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.2868,115.6204,114.6208,114.2876,113.288,112.95479999999999,112.2884,111.2888,110.9556,110.2892,109.956,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.2908,105.2912,105.6244,104.6248,104.6248,103.62519999999999,103.292,102.6256,102.2924,101.2928,101.626,100.6264,101.2928,100.9596,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.626,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.626,101.2928,101.2928,100.2932,99.6268,98.96039999999999,97.96079999999999,96.9612,95.2952,93.9624,92.2964,91.63,89.964,88.63119999999999,87.9648,85.9656,84.2996,82.96679999999999,81.634,79.968,78.6352,76.9692,75.6364,74.97,73.63719999999999,72.9708,71.9712,71.3048,71.3048,69.972,68.306,66.9732,65.6404,63.6412,60.6424,58.6432,56.644,54.6448,52.9788,50.9796,49.6468,48.314,45.6484,44.315599999999996,42.6496,41.3168,40.3172,39.6508,38.9844,38.9844,37.9848,37.3184,36.652,36.652,35.9856,35.3192,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,36.652,37.9848,38.9844,39.6508,40.3172,40.3172,40.9836,41.65,42.3164,42.9828,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,50.3132,50.9796,51.646,52.3124,54.3116,55.6444,57.3104,59.309599999999996,61.3088,63.9744,66.3068,68.306,70.6384,71.9712,73.304,73.9704,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,69.3056,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,73.304,74.3036,74.97,75.6364,76.3028,78.30199999999999,78.9684,79.6348,80.3012,80.6344,80.6344,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.3012,79.6348,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.3012,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,85.6324,86.2988,86.9652,87.2984,87.9648,88.9644,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.632,86.632,86.632,87.2984,88.298,89.2976,89.2976,89.964,90.6304,91.63,92.6296,93.29599999999999,93.6292,93.9624,94.962,95.6284,95.9616,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,96.9612,95.9616,95.6284,94.6288,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,97.6276,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,97.96079999999999,97.96079999999999,98.6272,98.6272,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,98.294,98.96039999999999,98.96039999999999,99.2936,100.2932,100.2932,99.2936,99.2936,98.6272,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.9592,101.9592,101.626,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.62519999999999,105.2912,105.6244,107.6236,108.9564,110.9556,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,111.622,110.2892,109.956,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,115.2872,115.6204,115.9536,115.9536,115.6204,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,116.2868,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.9496,126.2828,127.6156,127.9488,128.6152,128.9484,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,129.948,129.948,130.6144,130.6144,130.6144,129.948,129.2816,128.6152,127.9488,126.616,125.6164,125.2832,123.9504,123.9504,123.6172,123.6172,123.6172,124.28359999999999,124.6168,125.2832,125.6164,126.2828,126.616,126.616,126.616,126.616,126.616,125.9496,125.9496,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,129.6148,128.9484,128.9484,128.9484,128.6152,128.282,128.282,128.282,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.9508,121.9512,120.9516,120.2852,120.2852,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,122.9508,123.28399999999999,124.6168,125.6164,126.9492,127.9488,128.9484,129.948,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.614,130.9476,130.9476,130.6144,128.9484,127.9488,127.9488,128.6152,128.9484,128.9484,129.2816,129.2816,130.2812,130.2812,131.2808,131.9472,132.6136,133.28,134.2796,134.2796,133.6132,132.9468,132.9468,132.6136,132.6136,132.6136],[131.2808,131.2808,131.9472,132.2804,132.6136,132.9468,133.6132,134.2796,134.2796,134.946,135.6124,136.612,137.9448,138.9444,139.944,140.6104,139.944,139.944,139.2776,139.2776,138.278,137.6116,137.9448,137.9448,137.6116,137.6116,137.6116,137.2784,137.6116,137.6116,137.6116,137.6116,136.9452,136.2788,135.2792,134.2796,132.6136,131.2808,130.2812,129.948,128.6152,128.6152,127.9488,127.2824,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,125.6164,124.95,124.95,124.6168,123.28399999999999,122.9508,122.2844,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,119.2856,118.61919999999999,118.61919999999999,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,116.62,116.2868,115.2872,114.6208,113.95439999999999,113.6212,112.95479999999999,111.9552,111.2888,111.2888,110.2892,109.956,108.9564,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.9572,105.6244,105.6244,105.6244,104.958,103.9584,103.62519999999999,103.292,103.292,103.292,102.2924,102.6256,102.2924,102.2924,102.2924,101.9592,101.9592,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,102.2924,101.626,101.626,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.292,102.2924,101.626,101.626,100.6264,100.2932,99.2936,98.294,97.6276,95.9616,94.6288,92.9628,91.63,89.964,88.63119999999999,87.9648,85.9656,84.966,82.96679999999999,81.3008,80.6344,79.3016,77.6356,76.3028,75.6364,74.3036,73.63719999999999,72.9708,72.6376,71.9712,70.6384,68.9724,67.6396,66.3068,64.3076,61.3088,59.309599999999996,56.644,54.6448,52.9788,50.9796,49.6468,48.314,45.6484,44.315599999999996,42.6496,41.9832,40.9836,39.6508,38.9844,38.318,37.3184,37.3184,36.652,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.32,33.32,34.6528,35.3192,35.9856,36.652,38.318,38.9844,38.9844,39.6508,39.6508,40.3172,41.65,41.65,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,49.6468,50.3132,50.9796,52.3124,54.3116,55.6444,57.3104,59.309599999999996,61.3088,63.9744,66.3068,68.9724,71.3048,72.6376,73.9704,73.9704,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,68.6392,68.6392,68.6392,69.3056,69.972,71.3048,71.9712,73.304,74.3036,75.6364,76.3028,76.9692,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,81.3008,81.3008,80.6344,79.968,79.968,79.968,79.968,79.968,78.9684,78.9684,78.30199999999999,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.6356,76.9692,76.9692,76.9692,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.3012,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,85.6324,86.2988,86.9652,87.2984,87.6316,88.9644,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.632,86.2988,86.2988,86.2988,86.632,87.9648,88.63119999999999,88.63119999999999,89.2976,90.2972,91.2968,91.9632,92.6296,93.6292,93.9624,94.962,95.6284,95.9616,95.9616,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,97.96079999999999,97.2944,96.2948,95.6284,94.6288,94.6288,94.962,94.962,94.962,95.6284,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.2936,98.96039999999999,98.6272,97.2944,96.9612,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,97.2944,97.2944,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,100.6264,101.2928,101.2928,101.626,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.62519999999999,104.6248,105.6244,107.2904,108.9564,110.9556,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,111.2888,110.2892,109.956,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,111.2888,110.9556,110.9556,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.9556,111.2888,111.9552,112.2884,112.2884,113.288,113.288,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,114.6208,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,116.2868,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,119.952,119.952,119.2856,119.2856,119.2856,120.2852,120.9516,121.618,122.2844,122.9508,123.9504,125.2832,125.6164,126.9492,126.9492,127.6156,128.6152,128.9484,129.6148,129.6148,129.6148,130.6144,130.6144,129.948,129.948,130.6144,130.6144,130.6144,129.6148,128.6152,128.6152,127.9488,127.2824,126.2828,125.6164,124.6168,123.9504,123.6172,123.6172,123.6172,123.6172,123.9504,124.6168,125.2832,125.6164,125.6164,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,129.6148,128.9484,128.6152,128.6152,128.282,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,124.6168,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,120.9516,120.2852,120.2852,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,122.9508,123.28399999999999,124.6168,125.6164,126.9492,127.9488,128.9484,129.6148,130.6144,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,130.9476,130.6144,130.6144,129.948,128.9484,127.9488,127.9488,127.9488,128.6152,128.9484,128.6152,128.6152,128.9484,129.6148,130.2812,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808],[131.2808,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.6136,132.9468,133.9464,134.6128,135.6124,136.9452,137.6116,137.9448,138.6112,138.9444,138.9444,137.9448,137.9448,137.6116,137.2784,137.2784,137.2784,137.2784,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.6124,134.946,133.28,131.9472,130.9476,130.6144,129.948,128.6152,128.6152,128.282,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.28359999999999,123.6172,123.6172,123.6172,123.9504,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,125.6164,124.95,123.6172,123.28399999999999,122.6176,121.618,121.2848,121.2848,121.9512,121.9512,121.2848,121.2848,121.2848,120.2852,120.2852,119.2856,118.61919999999999,118.286,118.286,118.286,118.286,118.286,117.6196,117.6196,116.62,115.2872,114.6208,114.2876,113.6212,112.95479999999999,112.2884,111.2888,110.9556,110.2892,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,105.2912,105.6244,105.6244,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.2912,104.6248,104.6248,103.9584,102.6256,102.2924,101.626,101.2928,100.6264,99.96,99.2936,98.294,96.9612,95.2952,93.29599999999999,91.63,90.6304,88.63119999999999,87.9648,86.2988,84.966,83.6332,82.3004,81.634,79.968,79.3016,78.6352,76.9692,76.3028,75.6364,74.3036,73.63719999999999,72.6376,71.3048,69.6388,68.306,66.9732,64.974,61.9752,59.976,57.3104,55.3112,53.6452,51.646,50.3132,48.314,46.3148,44.982,43.316,41.9832,40.9836,39.6508,38.9844,38.318,37.3184,37.3184,36.652,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,40.9836,41.65,42.3164,42.9828,43.9824,44.6488,45.9816,46.647999999999996,48.314,48.980399999999996,49.6468,51.646,53.6452,55.9776,57.3104,59.309599999999996,61.9752,64.3076,66.9732,69.3056,71.9712,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.6376,71.9712,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,68.6392,67.6396,67.6396,67.6396,68.306,69.972,71.3048,72.3044,73.63719999999999,74.3036,75.6364,77.3024,78.30199999999999,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,80.6344,79.6348,78.9684,78.9684,78.9684,78.30199999999999,77.6356,77.6356,76.9692,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,77.6356,78.9684,78.9684,79.6348,79.6348,80.3012,80.9676,80.9676,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.966,85.6324,85.6324,86.2988,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,86.632,85.9656,85.2992,84.966,84.966,85.9656,87.2984,87.9648,88.298,88.63119999999999,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.962,95.9616,95.9616,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.2944,96.9612,95.9616,94.6288,94.6288,93.6292,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.628,97.2944,97.2944,97.2944,97.6276,97.6276,97.6276,97.6276,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,96.628,95.9616,95.2952,95.2952,95.2952,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.9596,100.9596,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.6264,100.2932,99.96,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.626,101.626,102.2924,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,105.2912,107.2904,108.6232,110.6224,111.622,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.2884,110.9556,110.2892,109.956,109.2896,109.2896,109.2896,109.956,110.2892,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,109.6228,109.6228,109.6228,109.6228,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,111.2888,111.9552,111.9552,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.6208,114.6208,115.6204,115.6204,115.6204,115.6204,114.954,114.2876,114.2876,114.2876,113.288,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,116.62,117.6196,117.6196,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,120.6184,120.2852,120.2852,119.6188,119.6188,118.9524,118.61919999999999,117.9528,117.9528,117.9528,117.9528,118.286,118.9524,119.952,120.9516,121.9512,122.2844,123.6172,124.28359999999999,125.2832,125.2832,126.616,126.9492,128.282,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.948,129.948,129.2816,129.2816,128.6152,128.6152,127.2824,126.9492,126.2828,125.6164,124.95,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,124.28359999999999,124.28359999999999,124.6168,125.2832,125.6164,126.616,127.9488,127.9488,128.6152,128.6152,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,129.6148,128.9484,128.282,128.282,127.6156,126.9492,126.2828,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,126.9492,126.9492,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.2848,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,123.28399999999999,124.6168,125.6164,126.616,127.6156,128.9484,129.948,130.6144,130.9476,131.2808,131.2808,130.6144,130.6144,130.9476,130.6144,129.948,129.6148,129.2816,129.2816,128.6152,127.9488,127.6156,127.2824,127.6156,127.9488,127.9488,128.282,127.9488,128.282,128.282,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.9484,128.9484,128.9484],[131.2808,131.2808,131.2808,131.2808,130.9476,131.614,131.614,131.614,132.2804,132.9468,133.6132,134.2796,135.6124,136.2788,136.2788,136.612,137.6116,137.9448,137.2784,137.2784,136.612,136.612,136.612,136.612,136.612,136.2788,136.2788,136.612,136.2788,136.2788,136.2788,136.2788,135.6124,134.946,133.9464,132.9468,131.9472,129.948,129.6148,129.6148,128.6152,128.282,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.6172,123.6172,123.6172,123.6172,123.9504,124.6168,125.2832,125.2832,125.6164,126.2828,126.2828,125.6164,124.95,124.28359999999999,123.6172,123.28399999999999,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,120.9516,119.952,119.6188,118.9524,118.9524,118.9524,119.2856,118.61919999999999,118.286,117.6196,115.9536,115.2872,114.954,114.2876,113.288,112.6216,112.2884,111.622,110.9556,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,104.958,104.958,104.6248,104.6248,104.958,104.958,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.958,105.6244,105.9576,106.624,106.2908,106.9572,106.9572,106.624,106.624,106.624,106.2908,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,106.9572,107.6236,106.9572,106.9572,106.9572,105.6244,105.2912,105.2912,104.6248,103.292,102.2924,102.2924,101.626,101.626,100.6264,99.96,98.96039999999999,97.6276,95.6284,93.9624,91.63,91.2968,89.2976,87.9648,87.2984,85.6324,83.6332,82.96679999999999,82.3004,80.6344,79.968,79.3016,78.6352,76.9692,76.3028,75.6364,74.97,73.304,72.6376,70.9716,68.9724,67.6396,65.6404,62.6416,59.976,57.9768,55.9776,53.6452,51.646,50.3132,48.980399999999996,46.3148,44.982,43.316,41.9832,40.9836,39.6508,38.9844,38.318,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,40.3172,40.9836,41.65,42.3164,43.316,43.9824,45.3152,45.9816,47.6476,48.314,48.980399999999996,50.9796,53.6452,55.9776,57.9768,59.976,62.6416,64.974,67.6396,69.972,71.9712,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,72.9708,71.9712,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,66.9732,66.9732,67.6396,68.306,69.972,71.3048,72.3044,73.63719999999999,74.3036,75.6364,77.3024,78.30199999999999,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.9676,81.3008,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.96679999999999,84.2996,84.966,84.966,85.6324,85.9656,86.9652,87.2984,87.6316,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.298,87.9648,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,85.9656,85.9656,86.632,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,85.9656,85.9656,85.6324,84.966,84.966,84.966,84.966,86.2988,87.2984,88.298,88.63119999999999,89.6308,90.2972,91.2968,91.63,92.6296,93.29599999999999,93.9624,94.6288,95.6284,95.9616,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.2944,96.9612,95.9616,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.6276,97.6276,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,96.628,97.2944,97.2944,97.6276,97.6276,97.6276,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.6272,97.2944,96.628,95.9616,95.2952,94.962,95.2952,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.9596,100.9596,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.6264,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,100.2932,100.6264,100.6264,100.6264,100.9596,100.9596,101.626,101.626,102.2924,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,106.624,107.9568,109.956,110.9556,112.2884,112.95479999999999,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,113.6212,112.95479999999999,111.9552,110.9556,110.2892,109.956,109.2896,109.2896,109.2896,109.956,110.2892,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,109.6228,109.6228,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.9556,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,111.622,112.2884,112.2884,113.288,113.6212,114.2876,114.6208,115.6204,115.6204,115.6204,115.2872,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.2884,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,115.2872,115.6204,116.62,117.2864,117.6196,117.6196,117.2864,116.62,117.6196,117.6196,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.9524,118.9524,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,119.2856,119.952,120.9516,122.2844,122.9508,123.28399999999999,124.28359999999999,125.2832,126.616,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,127.9488,126.9492,126.2828,125.6164,125.6164,124.95,124.95,123.9504,122.9508,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.6172,123.6172,124.6168,125.2832,125.6164,126.2828,127.6156,127.9488,128.6152,128.6152,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.6152,128.282,127.6156,126.9492,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,126.9492,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.9512,121.2848,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.9508,123.9504,125.6164,126.616,127.6156,128.6152,129.948,130.6144,130.9476,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,129.2816,128.6152,127.9488,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.6156,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488],[130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,131.614,132.2804,133.6132,134.2796,134.2796,134.946,135.6124,135.2792,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,135.6124,135.6124,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,134.946,133.9464,132.2804,131.2808,129.948,129.6148,128.9484,128.6152,128.282,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,124.95,124.28359999999999,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.618,121.2848,121.2848,120.9516,120.2852,119.952,119.952,119.952,119.6188,119.6188,118.9524,117.6196,117.2864,115.9536,115.6204,114.954,113.95439999999999,113.288,113.288,111.9552,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,107.9568,108.6232,108.6232,109.2896,109.2896,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,104.6248,103.62519999999999,103.292,102.6256,102.2924,101.626,100.6264,99.96,98.96039999999999,97.6276,96.2948,93.9624,92.9628,90.9636,89.964,89.2976,87.9648,86.2988,84.966,82.96679999999999,82.3004,82.3004,81.634,80.6344,79.3016,78.30199999999999,77.6356,76.3028,75.6364,74.6368,73.304,71.638,70.3052,68.306,66.3068,63.308,60.6424,57.9768,55.9776,54.3116,52.3124,50.9796,48.980399999999996,46.9812,45.6484,43.9824,42.6496,40.9836,40.3172,38.9844,38.318,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,36.652,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.9824,44.6488,45.9816,46.9812,47.6476,48.980399999999996,50.9796,53.6452,55.9776,58.6432,60.6424,63.6412,65.6404,67.6396,69.972,71.9712,73.63719999999999,72.9708,72.9708,72.9708,73.63719999999999,73.9704,73.9704,73.304,71.9712,71.3048,69.972,68.306,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,66.3068,66.9732,67.6396,68.306,69.972,71.3048,72.3044,73.63719999999999,74.3036,75.6364,77.3024,78.30199999999999,79.3016,79.968,79.3016,79.3016,79.968,79.968,79.968,79.968,78.30199999999999,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,81.3008,81.3008,81.3008,81.3008,81.634,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.966,85.2992,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,85.2992,85.2992,85.2992,85.2992,85.2992,84.6328,84.6328,85.2992,85.6324,84.966,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.632,85.9656,85.9656,85.9656,85.9656,85.6324,84.966,84.2996,84.966,84.2996,84.2996,84.966,86.2988,87.2984,87.6316,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.6296,93.9624,94.6288,94.962,95.6284,96.2948,96.9612,96.9612,97.6276,97.2944,97.2944,97.2944,96.2948,94.962,93.6292,93.29599999999999,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.2948,95.9616,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,97.2944,96.628,95.9616,94.962,94.2956,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.96,99.2936,98.96039999999999,98.294,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,104.2916,105.9576,107.6236,109.2896,110.6224,112.2884,112.2884,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.2876,114.2876,113.6212,112.95479999999999,112.2884,110.9556,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,109.956,110.2892,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.6224,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.2892,110.2892,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.9556,110.9556,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,111.2888,111.622,111.622,112.2884,113.288,113.6212,114.2876,114.6208,114.954,114.954,114.954,114.954,114.2876,113.6212,113.288,112.6216,112.2884,112.2884,112.2884,112.95479999999999,113.6212,114.2876,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,115.2872,115.6204,116.62,117.2864,117.6196,117.6196,117.2864,116.62,117.6196,117.6196,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,117.9528,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,117.6196,117.6196,116.9532,116.9532,117.6196,117.6196,117.9528,118.286,119.6188,119.952,121.2848,121.9512,122.2844,122.9508,123.9504,125.2832,125.6164,126.2828,126.9492,127.2824,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,127.6156,126.9492,126.2828,125.6164,125.6164,124.95,124.95,123.9504,122.9508,122.2844,121.618,121.9512,122.2844,123.28399999999999,123.9504,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.28399999999999,123.6172,123.6172,123.9504,124.6168,125.6164,126.2828,127.6156,127.9488,127.9488,128.6152,128.9484,129.6148,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.6152,128.282,127.6156,126.9492,125.9496,125.2832,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,126.9492,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,126.9492,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.9512,121.2848,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.9508,123.9504,125.6164,126.616,127.6156,128.6152,129.948,130.6144,130.9476,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.6152,128.282,127.6156,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616],[129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,131.2808,132.2804,133.28,133.6132,134.2796,134.2796,134.2796,133.9464,134.2796,134.2796,134.6128,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,134.946,134.2796,133.28,132.2804,130.6144,129.6148,128.9484,128.9484,128.282,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,124.95,124.28359999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,121.618,121.2848,120.6184,120.2852,120.6184,119.952,119.952,119.6188,119.6188,118.9524,117.2864,116.62,116.2868,115.6204,114.954,114.954,113.95439999999999,113.95439999999999,112.6216,112.6216,112.6216,111.9552,112.2884,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.956,110.6224,110.9556,111.622,112.2884,111.622,111.622,111.2888,110.6224,110.2892,109.6228,109.6228,109.6228,109.2896,108.6232,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,105.6244,105.2912,104.2916,103.62519999999999,103.292,102.2924,102.2924,101.626,100.6264,99.6268,98.294,96.9612,95.2952,93.29599999999999,92.2964,90.6304,89.964,88.9644,87.9648,85.9656,84.2996,83.6332,83.6332,82.3004,81.634,80.6344,79.6348,78.30199999999999,76.9692,76.3028,75.3032,73.9704,72.6376,70.9716,68.9724,66.9732,64.6408,61.3088,58.6432,56.644,54.978,52.9788,51.646,49.6468,47.6476,46.3148,44.6488,43.316,41.65,40.9836,39.6508,38.9844,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,44.6488,45.3152,46.3148,46.9812,48.314,50.3132,53.6452,56.644,59.309599999999996,61.641999999999996,64.3076,66.3068,68.306,70.6384,71.9712,72.9708,72.9708,72.3044,72.3044,72.9708,73.9704,73.304,72.6376,71.3048,69.972,68.6392,67.6396,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,66.64,66.64,66.64,66.64,66.64,66.64,66.64,65.9736,65.6404,66.3068,66.9732,68.306,69.972,71.3048,72.3044,73.63719999999999,74.3036,75.6364,77.3024,78.30199999999999,79.3016,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,77.3024,76.636,76.636,75.9696,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.97,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,81.3008,81.3008,81.3008,81.634,81.634,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,85.2992,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,86.632,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.2992,85.2992,85.2992,84.6328,84.6328,84.6328,84.6328,84.6328,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,85.6324,86.9652,87.2984,88.298,88.63119999999999,89.2976,90.6304,91.2968,91.63,92.2964,93.6292,93.9624,94.6288,94.962,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,96.628,96.2948,94.962,93.29599999999999,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,95.6284,95.6284,94.6288,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.6272,97.2944,96.628,95.9616,94.962,94.2956,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.96039999999999,99.6268,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.294,98.294,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,105.6244,106.9572,108.9564,109.956,111.622,112.2884,112.6216,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.2876,114.2876,113.6212,113.288,111.9552,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.6224,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.2892,110.2892,109.2896,109.2896,108.9564,109.2896,109.2896,109.956,109.956,110.2892,110.9556,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,111.622,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,112.6216,112.6216,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,115.2872,115.6204,116.62,117.2864,117.6196,117.2864,116.62,116.62,116.9532,117.6196,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,116.9532,116.9532,117.6196,117.6196,117.9528,118.286,118.9524,119.6188,120.9516,121.2848,121.2848,121.9512,122.9508,123.6172,125.2832,125.6164,126.2828,126.9492,126.9492,128.282,128.282,128.282,128.282,128.282,128.282,128.282,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,124.95,124.28359999999999,123.28399999999999,122.9508,122.2844,121.618,121.9512,122.2844,122.9508,123.9504,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.2832,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.95,125.6164,126.9492,127.6156,127.9488,127.9488,128.9484,129.6148,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.6152,128.282,127.6156,125.6164,124.95,123.9504,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,126.616,127.2824,127.2824,127.2824,127.6156,127.9488,127.9488,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,122.9508,122.2844,122.2844,122.2844,121.9512,121.2848,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.9508,123.9504,125.6164,126.2828,127.6156,128.282,129.948,130.6144,130.9476,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,129.6148,128.9484,128.282,127.6156,126.9492,126.616,125.9496,125.6164,125.6164,125.6164,124.95,124.95,124.95,124.95,125.2832,124.95,124.95,125.2832,124.95,124.95,124.95,124.95,124.95,124.95,124.95,124.95],[129.2816,129.2816,129.2816,129.2816,129.2816,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,131.9472,132.6136,133.28,133.6132,133.6132,133.28,133.28,133.6132,133.28,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.2796,133.9464,133.6132,132.9468,131.9472,130.2812,129.2816,128.6152,128.6152,127.9488,127.9488,127.6156,127.2824,126.2828,126.2828,125.6164,125.6164,125.2832,124.6168,124.6168,124.6168,124.95,124.95,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,121.618,121.618,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,119.6188,118.286,117.6196,116.9532,116.62,115.9536,115.9536,115.6204,114.954,114.2876,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,110.9556,111.2888,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.954,114.2876,114.2876,113.6212,113.288,111.622,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.956,109.2896,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,105.9576,105.2912,104.2916,103.62519999999999,103.292,103.292,102.6256,101.9592,100.6264,98.96039999999999,97.6276,96.9612,95.2952,93.9624,92.2964,91.63,89.964,88.9644,87.2984,86.632,85.6324,84.6328,84.2996,82.96679999999999,82.3004,80.6344,79.968,78.9684,77.3024,76.3028,74.97,73.304,71.3048,69.972,67.97279999999999,65.6404,62.6416,59.976,57.9768,55.6444,53.9784,52.6456,50.6464,48.314,46.9812,45.6484,44.315599999999996,42.3164,41.65,40.3172,38.9844,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,38.9844,39.6508,40.3172,40.9836,42.3164,42.9828,43.6492,44.315599999999996,44.6488,45.9816,47.6476,50.3132,53.6452,56.644,60.6424,63.6412,65.6404,67.97279999999999,69.3056,70.6384,71.9712,72.6376,71.9712,71.3048,71.3048,71.9712,72.6376,72.6376,71.3048,70.6384,68.306,66.9732,65.6404,64.974,63.9744,63.9744,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,64.974,64.974,65.6404,66.3068,67.6396,69.972,71.3048,72.9708,73.63719999999999,74.97,76.3028,77.3024,78.30199999999999,78.9684,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,73.63719999999999,74.3036,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.634,81.634,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.6336,82.6336,82.6336,82.6336,83.6332,84.966,85.9656,86.2988,87.2984,88.298,88.9644,89.964,90.2972,91.2968,91.9632,93.29599999999999,93.6292,94.2956,94.6288,95.2952,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.2952,93.9624,92.2964,92.2964,91.63,91.9632,92.6296,92.6296,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,95.9616,96.628,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,96.628,97.2944,97.6276,97.6276,97.6276,96.9612,95.6284,94.6288,93.9624,94.6288,95.9616,95.9616,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,99.2936,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,98.294,98.96039999999999,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,105.2912,105.2912,104.6248,104.6248,104.958,104.958,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.9576,107.6236,109.2896,110.2892,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.288,112.95479999999999,111.2888,109.956,109.956,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,109.2896,109.2896,108.9564,108.28999999999999,107.9568,107.6236,107.6236,107.6236,108.28999999999999,108.9564,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892,110.9556,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,112.2884,112.95479999999999,112.6216,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.6216,112.2884,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,114.2876,115.2872,115.6204,116.62,117.2864,117.6196,117.2864,116.62,116.2868,116.62,116.9532,117.6196,117.9528,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,116.9532,117.6196,117.9528,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.2848,122.9508,123.28399999999999,123.9504,124.6168,125.2832,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,126.2828,125.6164,125.6164,124.95,124.28359999999999,123.9504,123.28399999999999,122.9508,121.2848,120.9516,121.2848,121.618,122.9508,123.9504,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.95,124.95,124.95,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,124.28359999999999,124.95,125.9496,126.9492,127.9488,128.6152,128.9484,129.6148,130.6144,130.6144,130.9476,130.6144,129.6148,129.6148,128.6152,128.282,126.9492,125.6164,124.28359999999999,123.9504,122.6176,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.616,127.2824,127.2824,126.616,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,122.9508,122.2844,122.2844,122.2844,121.9512,121.2848,121.2848,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.9508,123.9504,124.95,126.2828,126.9492,128.282,129.2816,130.6144,130.9476,131.2808,131.2808,130.6144,130.6144,130.6144,129.948,129.6148,128.9484,127.9488,127.6156,126.2828,125.6164,125.2832,124.95,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508],[128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,129.2816,129.948,130.6144,131.2808,131.9472,132.2804,132.6136,132.6136,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.28,133.28,133.28,133.6132,133.6132,133.28,133.9464,133.9464,133.9464,133.6132,132.9468,132.6136,131.2808,129.6148,128.6152,128.6152,127.9488,127.9488,127.2824,127.2824,126.616,126.2828,126.2828,125.6164,125.2832,124.6168,124.6168,124.6168,124.6168,124.95,124.95,124.95,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,118.9524,118.286,117.6196,117.6196,117.2864,117.2864,116.62,115.9536,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.2888,111.2888,111.2888,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.9552,112.2884,112.2884,112.95479999999999,113.6212,114.2876,115.2872,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.2868,114.2876,113.6212,112.2884,111.2888,110.9556,110.9556,110.6224,110.6224,110.6224,109.6228,109.2896,109.2896,108.6232,108.6232,107.9568,107.2904,106.624,105.6244,104.6248,104.2916,103.9584,103.62519999999999,103.292,102.2924,101.9592,99.96,98.294,97.6276,96.628,94.962,93.6292,92.6296,91.2968,90.2972,88.9644,88.298,86.632,86.632,85.2992,84.966,82.96679999999999,81.3008,80.6344,79.6348,78.30199999999999,76.3028,74.97,73.304,71.9712,70.6384,68.6392,66.3068,63.6412,60.6424,58.6432,56.3108,54.6448,52.6456,51.3128,48.980399999999996,47.6476,45.6484,44.315599999999996,42.9828,41.65,40.3172,39.6508,38.6512,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.318,38.9844,39.6508,40.3172,41.65,42.3164,42.9828,43.6492,43.9824,45.3152,46.9812,49.6468,53.6452,57.3104,61.3088,64.3076,66.3068,67.97279999999999,69.972,71.3048,71.9712,71.9712,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,70.6384,69.3056,66.9732,65.6404,64.974,63.6412,63.308,63.308,63.308,63.308,63.308,63.308,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,66.3068,67.6396,69.972,71.3048,72.9708,74.3036,74.97,76.3028,77.3024,78.30199999999999,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,74.3036,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.9656,85.9656,85.9656,85.2992,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,81.634,81.634,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,84.966,86.2988,86.632,87.9648,88.9644,89.964,89.964,90.6304,91.2968,92.6296,93.29599999999999,93.6292,94.2956,95.2952,95.2952,95.6284,95.6284,96.2948,96.2948,95.6284,95.2952,93.6292,91.63,91.63,91.2968,91.9632,91.9632,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,92.6296,92.6296,92.6296,92.9628,93.6292,93.6292,93.9624,94.2956,94.6288,94.6288,95.2952,95.6284,95.9616,95.9616,95.9616,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,97.6276,97.6276,96.9612,96.628,95.6284,94.6288,93.9624,94.6288,95.9616,95.9616,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,99.2936,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,99.2936,99.2936,98.294,98.294,97.96079999999999,97.96079999999999,98.294,98.96039999999999,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,105.2912,105.2912,104.6248,104.6248,104.958,104.958,104.958,104.958,104.2916,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,106.624,107.6236,108.9564,110.2892,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,111.2888,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,109.2896,109.2896,108.9564,107.9568,107.2904,106.9572,106.9572,106.9572,107.9568,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.6216,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,114.2876,115.2872,115.6204,117.2864,117.2864,117.6196,117.2864,116.62,116.2868,116.62,116.9532,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,117.9528,117.9528,117.6196,117.6196,116.9532,116.9532,116.9532,116.9532,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,116.9532,117.6196,117.9528,118.9524,119.6188,119.952,119.952,120.2852,120.2852,120.9516,121.2848,122.2844,123.28399999999999,123.9504,124.6168,125.2832,125.6164,125.9496,126.2828,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,124.95,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,121.2848,121.618,122.9508,123.28399999999999,124.28359999999999,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.95,124.95,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.9508,122.9508,123.28399999999999,124.28359999999999,125.6164,126.9492,127.9488,128.6152,128.9484,129.6148,130.6144,130.6144,130.9476,130.6144,129.6148,129.6148,128.6152,127.6156,126.2828,125.6164,124.28359999999999,123.28399999999999,121.9512,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,122.9508,122.2844,122.2844,122.2844,121.9512,121.2848,121.2848,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.9508,123.9504,124.6168,125.6164,126.9492,127.9488,129.2816,130.6144,130.6144,130.6144,131.2808,130.6144,130.2812,129.948,129.948,128.9484,128.6152,127.6156,127.6156,126.2828,125.6164,125.2832,124.28359999999999,123.28399999999999,122.9508,122.9508,121.9512,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848],[127.9488,127.9488,127.9488,127.6156,126.9492,126.9492,127.6156,127.6156,127.9488,128.6152,128.9484,129.6148,130.2812,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.614,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.6136,131.9472,130.6144,128.9484,128.282,128.282,127.6156,127.6156,127.2824,126.616,125.9496,125.6164,125.6164,125.6164,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.618,120.9516,120.2852,118.9524,117.9528,117.9528,117.9528,117.9528,117.9528,117.2864,116.62,115.9536,115.9536,115.6204,115.2872,115.2872,115.2872,114.6208,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,111.9552,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,113.6212,114.2876,115.6204,116.62,117.9528,118.286,118.9524,119.6188,119.6188,119.6188,118.9524,117.9528,116.9532,114.954,113.6212,112.2884,111.622,111.622,111.622,111.622,110.9556,110.6224,110.2892,109.956,109.6228,108.6232,107.9568,107.6236,106.9572,105.9576,105.6244,104.958,104.6248,104.2916,103.292,103.292,101.9592,101.2928,99.6268,98.294,97.6276,96.2948,95.6284,93.9624,93.29599999999999,91.63,90.2972,89.2976,88.298,87.2984,85.9656,85.6324,83.6332,81.9672,81.3008,80.3012,78.9684,76.9692,75.6364,73.9704,72.6376,71.3048,69.3056,66.3068,64.3076,60.6424,58.6432,56.977199999999996,54.6448,53.312,51.9792,48.980399999999996,47.6476,46.3148,44.982,42.9828,42.3164,40.9836,39.6508,38.6512,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,32.3204,31.654,31.654,30.9876,30.9876,30.9876,30.3212,30.3212,30.6544,30.6544,31.3208,31.3208,31.9872,32.6536,32.6536,33.32,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,38.318,38.9844,39.6508,40.3172,40.9836,42.3164,42.9828,42.9828,43.9824,44.6488,45.9816,48.980399999999996,53.312,57.3104,61.3088,64.3076,66.3068,68.306,69.972,71.3048,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,71.9712,70.6384,69.3056,67.97279999999999,65.9736,64.6408,63.9744,63.308,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,66.3068,67.6396,69.972,71.3048,72.9708,74.3036,74.97,76.3028,76.9692,77.6356,78.9684,78.9684,78.30199999999999,77.3024,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.9708,72.9708,72.9708,72.3044,72.9708,73.63719999999999,74.97,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.9676,80.9676,81.634,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.634,81.634,81.634,81.634,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,84.966,85.6324,86.2988,87.9648,88.9644,89.964,89.964,90.6304,91.2968,92.6296,93.29599999999999,93.6292,94.2956,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,93.6292,91.63,90.6304,90.6304,91.63,91.9632,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.6296,91.9632,91.9632,91.9632,91.9632,92.6296,92.9628,93.6292,93.6292,93.9624,94.2956,94.6288,95.2952,95.6284,95.6284,95.9616,96.628,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.9612,96.9612,96.9612,96.628,95.9616,95.6284,94.6288,93.9624,94.6288,95.9616,95.6284,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.6272,99.2936,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,98.294,98.96039999999999,99.6268,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,104.958,105.6244,105.9576,106.624,107.6236,108.9564,109.6228,110.6224,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,111.622,110.9556,109.2896,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,109.2896,109.2896,108.9564,107.9568,107.2904,106.2908,106.2908,106.9572,107.9568,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,111.2888,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.9556,110.9556,111.622,111.622,110.9556,110.9556,110.9556,111.622,111.9552,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,114.2876,115.9536,116.62,117.6196,117.9528,117.9528,117.6196,116.9532,116.62,116.62,116.9532,117.6196,117.6196,118.286,118.286,118.286,118.286,117.9528,117.6196,117.6196,116.9532,116.9532,116.9532,116.9532,116.9532,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.9532,116.9532,117.6196,118.9524,118.9524,119.952,119.952,119.6188,119.6188,120.2852,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.9504,123.9504,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.28359999999999,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,121.2848,121.618,122.2844,123.28399999999999,124.28359999999999,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,124.28359999999999,125.6164,126.9492,127.9488,128.6152,128.9484,129.6148,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.6152,127.6156,126.2828,124.95,123.9504,122.2844,121.2848,120.9516,120.9516,120.9516,120.2852,120.6184,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,125.9496,125.9496,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,122.9508,122.2844,122.2844,122.2844,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.6176,122.9508,123.9504,124.6168,125.6164,126.2828,127.9488,129.2816,130.6144,130.6144,130.6144,130.6144,130.6144,130.2812,129.948,129.948,128.9484,128.6152,127.6156,127.6156,126.2828,125.6164,125.2832,123.6172,122.9508,122.2844,121.618,121.2848,121.2848,121.2848,120.6184,120.6184,120.6184,120.6184,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852],[127.2824,127.2824,127.2824,127.2824,126.2828,126.2828,126.616,126.616,127.2824,127.6156,128.6152,129.2816,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.6144,131.2808,131.2808,131.2808,131.614,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,131.9472,131.2808,130.6144,128.6152,127.9488,127.6156,127.2824,127.2824,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,120.9516,119.952,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,117.2864,117.2864,116.62,115.9536,115.6204,115.6204,115.6204,115.2872,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.9552,111.9552,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.6212,114.954,115.6204,116.2868,117.2864,118.61919999999999,118.9524,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,120.2852,118.286,116.9532,114.954,113.95439999999999,113.288,112.2884,112.2884,111.622,111.622,110.9556,110.2892,110.2892,109.6228,108.6232,108.6232,107.9568,107.6236,106.624,105.9576,105.6244,104.6248,104.2916,104.2916,103.62519999999999,102.2924,101.2928,100.2932,98.96039999999999,97.96079999999999,96.9612,95.9616,94.962,93.6292,92.6296,91.2968,89.964,89.2976,87.9648,86.9652,85.6324,84.2996,82.96679999999999,81.9672,81.3008,79.6348,77.6356,76.3028,74.6368,73.304,71.9712,69.972,66.9732,64.974,61.3088,59.309599999999996,56.977199999999996,55.3112,53.312,51.9792,48.980399999999996,47.6476,46.3148,44.982,43.6492,42.3164,40.9836,40.3172,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,32.3204,32.3204,31.654,31.654,30.9876,30.9876,30.3212,30.3212,30.6544,30.6544,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,38.318,38.318,38.9844,40.3172,40.9836,41.65,42.3164,42.3164,43.316,44.6488,45.9816,48.980399999999996,52.9788,56.977199999999996,60.6424,64.3076,66.3068,67.6396,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.3056,67.97279999999999,66.64,64.6408,63.9744,63.308,62.3084,62.3084,62.3084,62.3084,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,62.3084,62.6416,63.6412,63.6412,63.6412,64.3076,64.974,66.3068,67.6396,69.3056,71.3048,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,77.3024,76.636,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,71.638,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.97,75.6364,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.9676,80.9676,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.634,81.634,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.2996,85.6324,86.9652,87.9648,88.9644,89.964,89.964,90.6304,91.2968,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.6288,95.2952,95.6284,95.6284,95.2952,95.2952,93.9624,92.9628,90.6304,89.6308,89.6308,90.6304,91.9632,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.6296,91.9632,91.63,91.2968,91.2968,91.9632,91.9632,91.9632,92.6296,92.9628,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,96.628,96.628,96.628,96.628,96.9612,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,94.962,94.6288,93.9624,94.6288,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.6272,99.2936,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,98.294,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,104.6248,104.6248,104.958,105.6244,105.9576,105.9576,105.9576,106.9572,108.28999999999999,108.9564,109.2896,109.956,110.2892,110.2892,111.2888,112.2884,112.2884,112.95479999999999,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.288,113.288,112.2884,110.9556,109.956,109.2896,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,110.2892,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,109.2896,109.2896,108.9564,108.28999999999999,107.2904,106.2908,106.2908,106.9572,107.9568,108.28999999999999,109.2896,109.956,109.956,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,111.2888,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,112.2884,112.95479999999999,113.288,113.288,113.288,112.95479999999999,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,114.2876,115.9536,117.2864,117.9528,117.9528,117.9528,117.6196,116.9532,116.62,116.62,116.9532,116.9532,117.6196,118.286,118.286,118.286,118.286,117.6196,117.6196,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,117.6196,118.286,118.9524,119.952,119.952,119.6188,119.6188,120.2852,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.6172,123.28399999999999,122.9508,122.2844,121.618,120.9516,120.9516,121.2848,121.618,122.2844,123.28399999999999,123.9504,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,121.2848,121.2848,121.2848,121.9512,122.9508,123.6172,125.2832,126.616,127.2824,127.9488,128.6152,128.9484,129.948,130.6144,130.6144,129.948,129.6148,128.9484,128.282,127.6156,125.6164,124.6168,123.28399999999999,122.2844,121.2848,120.9516,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,125.9496,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,123.9504,122.9508,122.9508,122.2844,122.2844,122.2844,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,123.28399999999999,123.9504,125.2832,125.6164,127.2824,128.6152,129.6148,130.6144,130.2812,130.2812,130.2812,129.6148,129.948,129.2816,128.6152,127.6156,127.6156,126.9492,125.6164,125.2832,124.6168,123.6172,122.9508,121.618,121.2848,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188],[126.9492,126.9492,126.2828,126.2828,126.2828,125.6164,125.6164,126.2828,126.9492,127.2824,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.948,129.948,130.2812,129.948,130.6144,131.2808,131.2808,131.2808,131.2808,131.614,131.614,131.9472,131.9472,131.9472,131.9472,131.2808,129.948,128.6152,127.9488,126.9492,126.2828,126.2828,126.2828,125.6164,125.2832,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,126.2828,126.9492,127.6156,127.6156,126.9492,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.95,124.95,125.6164,125.6164,126.2828,126.2828,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.2848,120.2852,119.952,119.6188,119.2856,119.2856,118.61919999999999,118.61919999999999,117.9528,117.9528,117.2864,116.62,116.2868,116.2868,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,114.2876,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.6212,113.95439999999999,114.6208,116.2868,116.9532,117.9528,118.9524,119.6188,120.9516,121.2848,122.2844,122.9508,122.9508,123.28399999999999,122.9508,122.2844,120.2852,117.6196,116.9532,114.954,113.6212,113.288,112.95479999999999,112.2884,112.2884,110.9556,110.9556,110.2892,109.956,109.2896,108.9564,108.28999999999999,107.6236,106.624,105.9576,105.6244,105.6244,104.958,104.6248,103.62519999999999,102.6256,101.626,100.6264,100.2932,99.2936,97.96079999999999,96.9612,95.9616,94.2956,93.29599999999999,92.2964,90.2972,89.964,88.298,87.2984,85.9656,84.966,83.6332,82.3004,81.3008,80.6344,78.30199999999999,76.9692,75.6364,74.3036,72.6376,70.6384,67.6396,65.6404,61.9752,59.309599999999996,56.977199999999996,55.3112,53.312,51.9792,48.980399999999996,46.9812,46.3148,44.982,43.9824,42.6496,41.9832,40.6504,39.6508,38.9844,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,37.9848,37.9848,38.6512,39.3176,39.984,40.6504,40.9836,41.65,42.6496,43.9824,46.3148,48.980399999999996,52.9788,56.3108,59.976,62.6416,64.974,66.64,67.3064,67.97279999999999,69.3056,69.972,69.972,70.6384,70.3052,69.6388,68.9724,67.6396,65.6404,64.974,63.308,63.308,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,64.3076,64.974,65.6404,66.9732,69.3056,70.6384,71.9712,72.6376,74.3036,74.97,74.97,75.6364,76.3028,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,75.3032,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.9676,80.9676,80.9676,80.9676,80.3012,80.3012,80.3012,80.3012,80.6344,80.6344,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,83.6332,84.2996,85.6324,87.2984,87.9648,88.9644,90.2972,90.2972,90.6304,91.2968,92.2964,92.2964,93.29599999999999,93.6292,94.6288,94.6288,95.2952,95.2952,95.2952,94.6288,93.29599999999999,92.9628,91.2968,89.6308,89.6308,89.6308,90.6304,91.63,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,95.2952,95.9616,96.2948,96.9612,96.9612,96.2948,96.2948,95.9616,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,94.962,94.6288,94.6288,93.9624,93.9624,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.96079999999999,98.294,98.96039999999999,99.6268,99.96,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,98.294,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,107.2904,108.28999999999999,108.9564,108.9564,109.6228,110.2892,110.9556,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,113.6212,113.6212,113.288,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.2888,109.956,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,110.2892,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.28999999999999,107.9568,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,109.956,110.6224,110.6224,110.9556,110.9556,111.622,111.622,110.9556,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.6208,116.62,117.6196,117.9528,117.9528,117.9528,117.6196,116.9532,116.9532,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,116.62,116.62,116.9532,117.6196,118.286,118.9524,119.6188,119.952,119.952,119.952,119.952,119.952,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.95,124.95,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.2848,120.9516,120.9516,121.2848,121.2848,121.9512,122.6176,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.2844,121.618,121.2848,120.9516,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,124.6168,125.9496,126.9492,127.9488,128.6152,128.9484,128.9484,129.6148,129.6148,128.9484,128.6152,128.6152,127.9488,126.9492,125.6164,124.6168,122.9508,121.9512,120.9516,120.2852,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.2844,122.6176,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,124.95,124.28359999999999,124.28359999999999,123.6172,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,122.6176,122.9508,123.28399999999999,124.6168,125.2832,126.2828,127.2824,127.9488,128.9484,129.948,129.948,128.282,128.282,128.282,128.282,127.6156,126.9492,126.2828,125.6164,125.6164,124.95,123.9504,123.28399999999999,122.2844,121.2848,120.9516,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524],[126.616,126.616,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,126.2828,126.616,127.6156,128.282,128.6152,128.6152,128.282,128.282,128.282,128.6152,128.6152,129.2816,129.948,129.948,130.2812,130.2812,131.614,131.614,131.614,131.614,131.2808,131.2808,131.9472,131.9472,131.614,130.9476,130.6144,129.6148,128.6152,127.2824,126.2828,126.2828,126.2828,125.2832,124.95,124.95,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,125.9496,126.9492,126.9492,127.6156,127.6156,126.9492,126.9492,126.2828,125.6164,125.6164,125.6164,125.2832,125.6164,124.95,124.95,125.6164,126.2828,126.2828,126.2828,126.9492,126.616,125.9496,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.9512,120.9516,120.6184,119.952,119.952,119.6188,119.6188,118.9524,118.9524,117.9528,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.2868,115.9536,115.2872,114.6208,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,114.6208,115.2872,116.9532,117.6196,118.9524,119.6188,120.2852,121.2848,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,122.9508,121.2848,118.9524,117.9528,116.2868,114.6208,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,110.9556,110.2892,110.2892,109.956,108.9564,108.28999999999999,107.9568,107.2904,106.624,105.9576,105.6244,104.958,104.6248,103.62519999999999,103.292,102.2924,101.2928,100.6264,99.96,98.6272,97.6276,96.628,95.6284,94.2956,93.29599999999999,91.63,90.2972,88.63119999999999,87.9648,86.2988,84.966,84.2996,82.96679999999999,82.3004,80.6344,78.9684,77.6356,76.3028,74.97,72.6376,71.3048,68.306,65.6404,61.9752,59.976,57.6436,55.3112,53.9784,51.9792,48.980399999999996,47.6476,46.3148,44.982,43.9824,42.6496,41.9832,41.3168,40.3172,38.9844,37.9848,37.3184,36.652,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.3208,31.3208,31.3208,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,40.3172,40.9836,42.6496,43.9824,45.6484,48.980399999999996,52.6456,55.6444,58.31,60.9756,62.6416,64.6408,65.3072,65.9736,67.3064,67.97279999999999,68.6392,69.3056,68.9724,68.306,66.9732,65.6404,64.3076,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,63.6412,64.3076,65.6404,66.9732,68.6392,69.972,70.6384,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,73.304,73.9704,74.6368,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.3012,80.9676,80.9676,80.3012,80.3012,80.3012,80.3012,80.3012,80.6344,80.6344,80.3012,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,82.6336,83.6332,84.966,86.2988,87.2984,87.9648,88.9644,90.2972,90.2972,90.6304,90.6304,91.63,92.2964,93.29599999999999,93.6292,94.2956,94.2956,94.6288,94.6288,93.9624,93.6292,92.2964,90.6304,89.2976,88.298,88.298,89.6308,91.2968,91.63,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,91.63,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,93.29599999999999,92.6296,92.6296,91.63,91.2968,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,92.2964,92.9628,93.9624,94.6288,95.2952,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,94.962,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,94.2956,94.2956,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,98.294,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.624,106.624,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,108.6232,109.6228,110.6224,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,111.2888,110.2892,109.956,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.28999999999999,107.9568,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,109.956,109.956,110.6224,110.6224,110.9556,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.6208,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,116.9532,116.9532,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,116.62,116.9532,117.6196,118.286,118.9524,119.6188,119.952,119.952,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.95,124.95,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,121.2848,121.2848,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,121.2848,120.9516,120.9516,120.2852,119.952,119.952,120.9516,121.2848,121.9512,122.2844,123.6172,125.2832,126.616,126.9492,128.282,128.9484,128.9484,128.6152,128.6152,127.9488,127.6156,127.6156,127.2824,126.616,125.2832,123.6172,121.9512,120.9516,120.2852,120.2852,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,123.6172,124.6168,125.6164,126.2828,127.2824,127.9488,128.9484,128.9484,128.282,127.6156,127.6156,127.6156,126.9492,126.2828,125.6164,125.2832,125.2832,124.28359999999999,123.28399999999999,122.9508,121.618,120.9516,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524],[126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,126.2828,126.616,127.6156,128.282,128.282,128.282,128.282,127.6156,127.6156,128.282,128.6152,129.2816,129.2816,129.948,129.948,130.2812,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,131.2808,131.2808,130.9476,130.6144,130.6144,129.6148,128.6152,127.2824,126.2828,125.6164,125.6164,124.95,124.95,124.28359999999999,125.2832,125.2832,125.2832,125.2832,123.9504,123.9504,124.6168,124.6168,124.95,124.95,126.2828,126.9492,127.2824,127.2824,128.282,128.282,127.6156,127.6156,126.616,126.616,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,126.9492,126.9492,126.9492,126.616,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,119.6188,118.9524,118.9524,118.286,118.286,118.286,117.9528,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,115.6204,114.2876,113.6212,113.288,113.288,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,115.6204,116.9532,117.9528,118.9524,119.2856,120.6184,121.9512,122.9508,123.28399999999999,124.28359999999999,124.95,124.95,124.95,123.9504,122.2844,119.952,118.9524,117.2864,115.2872,114.6208,114.2876,113.288,112.6216,111.622,111.622,110.9556,110.9556,109.956,109.2896,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,105.9576,104.958,104.958,104.6248,103.9584,102.9588,101.9592,101.626,100.6264,99.2936,98.6272,97.96079999999999,96.9612,95.6284,93.9624,92.2964,90.9636,89.964,88.298,87.2984,86.2988,84.2996,83.6332,82.3004,81.3008,78.9684,78.30199999999999,76.9692,74.97,73.304,71.3048,68.9724,66.3068,62.6416,60.6424,58.31,55.9776,54.6448,52.6456,49.6468,47.6476,46.3148,44.982,43.9824,43.316,41.9832,41.3168,40.3172,39.6508,37.9848,37.3184,36.652,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,31.9872,31.3208,31.3208,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.6508,40.3172,41.9832,43.316,45.3152,47.6476,51.646,53.9784,56.3108,58.6432,60.6424,61.3088,62.6416,63.308,64.974,66.3068,66.9732,67.6396,67.6396,66.64,64.6408,62.6416,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,66.3068,67.97279999999999,68.6392,69.972,70.6384,71.9712,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.3052,70.3052,69.6388,69.6388,68.9724,68.306,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,73.304,73.9704,74.6368,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,82.6336,83.6332,84.966,86.2988,87.2984,87.9648,88.9644,90.2972,90.2972,90.6304,90.6304,91.63,92.2964,93.29599999999999,93.6292,94.2956,94.2956,94.2956,93.6292,92.6296,91.63,90.6304,88.63119999999999,88.298,87.9648,88.63119999999999,90.6304,91.63,92.2964,92.6296,92.6296,92.6296,91.9632,91.9632,91.63,90.9636,90.9636,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.6296,91.9632,91.9632,91.2968,90.6304,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,92.2964,93.29599999999999,93.9624,94.2956,95.2952,95.2952,95.2952,95.2952,95.2952,94.2956,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,94.6288,95.2952,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,98.294,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,107.2904,107.2904,107.2904,107.2904,107.6236,107.6236,107.9568,108.6232,109.6228,110.6224,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,110.9556,110.2892,109.956,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,115.6204,115.9536,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,115.9536,115.9536,115.9536,115.9536,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,116.62,116.62,116.9532,117.6196,118.286,118.9524,119.6188,119.6188,119.952,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.2848,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.2848,120.9516,120.9516,120.2852,120.2852,119.6188,119.2856,119.952,120.2852,120.9516,121.9512,122.9508,123.6172,124.6168,125.6164,126.2828,126.9492,128.282,128.282,127.6156,127.6156,127.6156,126.9492,126.2828,126.2828,125.6164,124.6168,122.9508,121.9512,120.9516,120.2852,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.6172,123.6172,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,122.2844,123.28399999999999,123.9504,124.6168,125.2832,125.9496,126.9492,127.6156,127.6156,127.6156,126.9492,126.2828,126.2828,126.2828,125.6164,124.6168,123.9504,124.6168,123.6172,122.2844,121.2848,121.2848,120.2852,120.2852,119.952,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286],[126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.6164,126.2828,127.2824,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,128.282,128.6152,128.6152,129.2816,129.2816,129.948,130.6144,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.9476,130.6144,129.948,129.948,128.9484,128.282,126.9492,125.6164,125.6164,125.2832,124.95,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.95,124.95,126.2828,126.9492,127.2824,127.2824,127.2824,128.282,128.282,127.6156,127.6156,126.616,126.616,126.616,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.616,125.9496,125.9496,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.6176,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,119.6188,119.6188,119.2856,119.2856,119.2856,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.286,117.6196,117.2864,116.62,114.954,114.2876,113.6212,113.288,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,115.6204,116.9532,117.6196,118.286,119.2856,119.952,121.2848,122.2844,122.9508,123.9504,124.28359999999999,124.95,124.6168,123.9504,122.6176,120.2852,118.9524,116.9532,116.2868,115.2872,114.2876,113.288,112.6216,111.622,111.622,110.9556,110.9556,109.956,109.2896,108.28999999999999,107.9568,106.9572,106.2908,105.9576,105.9576,105.6244,104.958,104.958,104.6248,103.62519999999999,102.6256,102.2924,101.2928,99.96,99.2936,98.294,96.9612,95.9616,94.6288,92.9628,92.2964,90.6304,89.2976,88.298,86.632,85.6324,84.2996,83.6332,82.3004,80.6344,78.9684,76.9692,75.6364,74.3036,72.3044,69.972,66.9732,64.3076,61.641999999999996,58.9764,56.977199999999996,55.6444,53.6452,50.9796,48.980399999999996,46.9812,45.6484,44.6488,43.9824,42.6496,41.9832,40.9836,39.6508,38.6512,37.3184,36.652,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.3208,31.3208,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,41.3168,42.6496,44.6488,46.9812,50.3132,52.6456,54.3116,55.6444,57.3104,59.309599999999996,60.6424,61.3088,62.6416,64.3076,65.6404,65.9736,65.9736,64.6408,62.6416,61.3088,59.976,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,62.6416,63.6412,64.3076,64.974,66.3068,67.97279999999999,68.6392,69.3056,70.6384,70.6384,70.6384,71.3048,71.3048,71.638,71.638,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.6348,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,83.6332,84.966,85.6324,86.632,87.9648,88.298,89.6308,90.2972,90.6304,90.6304,91.63,91.63,92.2964,93.29599999999999,93.6292,93.6292,93.29599999999999,92.2964,91.2968,89.6308,88.298,87.2984,87.2984,87.9648,88.63119999999999,90.2972,91.63,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.63,91.63,92.2964,92.2964,91.63,91.9632,91.63,90.6304,89.964,89.6308,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,91.9632,92.6296,93.29599999999999,93.9624,94.2956,95.2952,95.2952,94.962,94.2956,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,108.9564,110.6224,112.2884,113.288,113.95439999999999,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,110.9556,110.2892,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,110.2892,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,115.2872,115.6204,115.9536,115.9536,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,116.62,116.9532,116.9532,117.6196,118.286,118.286,118.9524,118.9524,119.2856,119.2856,119.952,119.952,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.618,120.9516,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,121.9512,121.9512,120.9516,120.2852,119.952,119.952,119.2856,119.2856,119.2856,119.2856,119.2856,119.952,120.2852,120.9516,122.2844,122.9508,123.6172,125.2832,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,125.9496,125.6164,125.6164,125.2832,123.9504,123.28399999999999,122.2844,121.2848,120.2852,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,121.618,122.2844,123.28399999999999,123.6172,124.28359999999999,125.2832,125.6164,125.9496,125.9496,125.9496,125.6164,125.2832,124.6168,124.6168,124.6168,123.9504,123.28399999999999,123.9504,122.9508,121.2848,120.9516,120.6184,119.952,119.952,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528],[126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,126.2828,126.616,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.9488,128.282,128.6152,128.6152,129.2816,129.2816,129.948,129.948,129.948,129.6148,129.6148,130.6144,129.948,129.948,128.6152,128.6152,128.6152,127.6156,126.2828,124.95,124.6168,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,127.2824,127.6156,127.9488,128.6152,128.6152,128.282,128.282,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,127.2824,127.6156,127.9488,127.9488,127.9488,128.282,128.282,128.282,128.282,127.9488,127.6156,126.9492,126.9492,126.616,126.616,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.2848,120.6184,120.6184,120.2852,120.2852,120.2852,119.952,119.6188,119.6188,119.6188,119.6188,118.9524,118.61919999999999,117.9528,116.62,115.2872,114.2876,113.6212,113.288,112.6216,111.9552,111.9552,111.622,111.622,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.6208,115.2872,116.62,117.2864,116.9532,117.6196,118.9524,119.952,121.2848,121.9512,122.9508,123.9504,123.9504,123.9504,123.6172,122.6176,120.9516,119.6188,117.6196,116.62,115.2872,114.2876,113.6212,112.6216,111.622,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,108.28999999999999,106.9572,106.624,105.9576,105.9576,105.2912,105.6244,105.6244,105.6244,104.958,103.62519999999999,102.6256,101.9592,100.6264,99.96,98.6272,97.96079999999999,96.2948,94.6288,93.29599999999999,92.9628,91.63,90.6304,89.2976,88.298,85.6324,84.966,83.6332,82.3004,81.634,79.968,78.30199999999999,76.9692,74.97,72.9708,69.972,67.97279999999999,64.974,61.641999999999996,59.6428,57.6436,55.6444,53.6452,51.646,49.6468,48.314,46.647999999999996,45.6484,44.982,43.316,41.9832,40.9836,39.6508,38.9844,37.6516,36.652,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,31.9872,31.9872,31.3208,31.3208,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,38.6512,39.6508,40.9836,43.316,45.6484,47.6476,50.3132,52.3124,53.6452,55.3112,56.644,57.9768,58.6432,59.976,61.641999999999996,62.6416,63.308,63.9744,62.6416,61.3088,59.976,59.309599999999996,58.6432,59.309599999999996,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,63.308,64.6408,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,77.6356,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,78.9684,78.9684,79.6348,80.3012,80.9676,81.9672,82.96679999999999,84.2996,85.2992,86.632,87.9648,88.298,89.2976,89.964,89.964,90.2972,90.2972,90.9636,92.2964,92.6296,92.6296,92.6296,92.2964,90.6304,89.2976,87.6316,87.2984,86.9652,87.2984,87.9648,88.298,89.964,90.6304,90.9636,90.9636,90.9636,90.6304,89.964,89.2976,88.9644,88.9644,88.9644,88.9644,89.2976,89.964,90.2972,90.9636,90.9636,90.9636,90.9636,91.63,91.2968,91.2968,90.2972,89.6308,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.9636,91.9632,92.2964,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,95.6284,95.2952,95.6284,96.2948,96.9612,96.9612,97.6276,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.6232,109.6228,111.622,112.6216,113.95439999999999,113.95439999999999,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.2892,109.6228,109.6228,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.2892,110.6224,110.6224,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,107.2904,107.2904,107.2904,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.956,110.2892,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.2884,111.9552,111.2888,111.2888,110.2892,110.2892,109.956,109.956,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,119.2856,119.952,120.9516,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,120.9516,120.9516,119.952,119.952,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.9512,121.618,121.618,121.9512,121.2848,121.2848,120.2852,119.952,118.9524,118.9524,118.286,118.286,118.286,118.286,118.9524,119.6188,119.952,120.9516,121.9512,122.9508,123.28399999999999,123.9504,124.6168,124.95,125.6164,126.2828,125.6164,125.2832,125.2832,123.9504,123.9504,123.9504,123.28399999999999,122.2844,121.9512,120.9516,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.9512,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.6172,123.6172,124.28359999999999,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.9512,122.2844,123.28399999999999,123.6172,123.6172,124.6168,124.6168,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.9516,120.2852,119.2856,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864],[126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,126.616,126.616,126.616,126.616,125.9496,125.9496,126.616,126.616,126.9492,127.6156,128.282,128.282,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,128.9484,128.9484,129.948,129.948,128.6152,128.6152,128.6152,127.9488,126.2828,125.6164,124.95,124.6168,125.2832,125.2832,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,127.2824,127.6156,127.9488,127.9488,128.6152,128.6152,128.282,128.282,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,126.9492,126.9492,126.616,125.9496,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,119.952,118.9524,118.61919999999999,117.9528,116.62,114.954,114.2876,113.288,112.6216,111.9552,111.9552,111.622,111.622,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.6208,115.2872,116.62,117.2864,116.9532,116.9532,118.286,118.9524,119.952,120.9516,122.2844,122.2844,123.28399999999999,123.28399999999999,122.6176,121.618,119.6188,119.6188,117.6196,116.9532,115.2872,114.2876,113.6212,113.288,112.2884,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,108.28999999999999,106.9572,106.624,105.9576,105.9576,105.6244,105.9576,105.9576,105.9576,105.2912,104.6248,103.62519999999999,102.6256,101.2928,100.2932,98.96039999999999,97.96079999999999,96.2948,95.9616,94.6288,93.29599999999999,92.2964,91.63,89.964,88.63119999999999,87.2984,85.9656,84.6328,83.6332,82.96679999999999,80.9676,78.9684,77.6356,74.97,73.63719999999999,70.6384,68.6392,65.6404,62.6416,60.6424,58.31,56.3108,54.3116,52.3124,50.3132,48.980399999999996,47.3144,46.3148,44.982,43.316,41.9832,40.9836,39.6508,38.9844,37.6516,36.652,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,31.9872,31.9872,31.3208,31.3208,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,38.9844,40.3172,41.9832,44.315599999999996,46.9812,48.980399999999996,50.3132,52.3124,53.6452,55.3112,55.9776,57.3104,58.6432,60.3092,61.3088,61.3088,61.641999999999996,60.6424,59.309599999999996,57.9768,57.9768,57.9768,58.6432,59.309599999999996,58.6432,58.6432,58.6432,57.9768,57.9768,57.9768,57.9768,57.9768,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.3092,60.6424,60.6424,61.3088,61.9752,63.9744,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,77.6356,77.6356,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.9684,78.9684,79.6348,79.6348,80.3012,81.3008,82.3004,82.96679999999999,84.2996,85.9656,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.2972,91.63,92.2964,92.2964,92.2964,91.63,90.2972,88.298,86.9652,86.2988,86.2988,86.9652,87.9648,88.298,88.9644,89.964,90.2972,90.2972,89.964,89.964,89.2976,88.63119999999999,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.964,90.6304,90.9636,90.9636,90.9636,91.2968,91.2968,90.6304,90.2972,89.6308,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.9636,91.63,92.6296,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,92.6296,92.2964,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.9628,92.9628,93.29599999999999,92.6296,91.9632,91.9632,91.9632,92.6296,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.2952,95.2952,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.6232,109.6228,111.622,112.2884,113.288,113.288,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.956,110.6224,110.6224,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.956,110.2892,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,111.9552,111.9552,111.2888,111.2888,110.2892,110.2892,109.956,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,115.9536,116.62,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,118.286,118.286,117.9528,117.9528,118.286,118.286,118.9524,119.952,120.9516,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,119.952,119.6188,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,119.2856,118.286,118.286,117.6196,117.6196,117.6196,118.286,118.286,118.9524,119.952,120.9516,121.9512,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.95,125.6164,125.2832,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,121.9512,121.2848,119.952,119.952,119.6188,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,123.28399999999999,123.28399999999999,123.6172,123.6172,124.6168,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.6176,122.9508,122.9508,122.9508,122.9508,122.6176,122.6176,122.6176,122.6176,122.2844,121.9512,121.2848,120.9516,120.9516,119.952,119.2856,118.9524,118.9524,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864],[126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,126.616,126.616,126.9492,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,129.2816,129.2816,128.6152,128.282,128.282,127.6156,126.2828,125.6164,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,126.9492,127.6156,127.9488,128.6152,128.9484,128.9484,128.6152,128.6152,128.282,128.282,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,129.2816,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,128.9484,128.6152,127.9488,126.9492,126.9492,126.9492,127.6156,127.2824,127.2824,127.2824,127.2824,126.9492,126.2828,126.2828,125.9496,125.6164,125.6164,125.6164,125.2832,124.6168,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.6176,122.2844,122.6176,122.2844,121.9512,121.9512,122.2844,122.2844,121.9512,121.2848,120.9516,120.2852,119.952,118.9524,117.2864,116.62,114.6208,114.2876,113.288,112.6216,112.6216,112.2884,112.2884,111.9552,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,115.2872,115.6204,116.62,117.2864,116.9532,116.9532,118.286,118.9524,119.6188,120.2852,121.2848,121.9512,122.2844,122.2844,121.9512,120.2852,119.2856,118.9524,117.6196,116.62,115.2872,114.2876,113.6212,113.288,112.2884,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,108.28999999999999,106.9572,106.624,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,103.62519999999999,103.292,102.2924,100.9596,99.6268,98.6272,96.628,95.9616,94.6288,93.9624,92.9628,92.2964,91.2968,89.964,87.6316,86.2988,85.2992,84.2996,82.96679999999999,81.634,79.6348,77.6356,75.6364,73.63719999999999,71.9712,69.3056,66.3068,64.3076,61.3088,58.9764,56.977199999999996,54.978,52.9788,50.9796,48.980399999999996,47.3144,46.3148,45.6484,43.9824,42.6496,40.9836,40.3172,38.9844,38.318,36.652,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,38.318,39.6508,41.65,43.9824,45.6484,47.6476,48.314,50.3132,51.646,53.6452,54.3116,55.3112,55.9776,57.6436,58.9764,58.9764,58.9764,57.9768,56.644,55.9776,55.9776,55.9776,57.3104,57.9768,57.9768,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,62.3084,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.3064,67.3064,67.3064,67.3064,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.9684,78.9684,79.6348,79.6348,80.3012,81.3008,82.3004,82.96679999999999,84.2996,85.2992,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.964,90.2972,90.2972,91.63,91.63,91.63,91.63,90.6304,89.2976,87.2984,86.2988,85.6324,86.2988,86.632,87.2984,88.298,88.298,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.6316,87.6316,88.298,88.298,88.9644,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,90.6304,90.6304,89.6308,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,90.2972,91.2968,91.9632,91.9632,92.9628,92.9628,92.9628,92.9628,92.9628,92.6296,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,91.9632,91.63,91.9632,92.6296,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.962,94.6288,95.2952,95.9616,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,107.6236,107.6236,107.6236,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,109.2896,110.9556,111.622,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,110.6224,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.2892,110.2892,109.956,109.956,108.9564,108.9564,108.28999999999999,107.9568,107.6236,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.956,110.2892,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,111.9552,111.2888,111.2888,110.2892,110.2892,109.956,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,114.2876,114.6208,114.6208,114.6208,114.954,114.2876,114.2876,114.954,115.6204,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.2872,114.6208,114.6208,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.2864,118.286,118.286,118.9524,119.2856,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.2844,122.2844,121.2848,120.2852,120.2852,119.952,119.952,118.9524,118.9524,119.6188,119.952,119.952,119.952,119.952,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,119.6188,118.9524,117.9528,117.9528,116.9532,116.9532,117.6196,117.9528,118.286,118.9524,119.6188,120.6184,121.618,121.9512,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.9512,121.9512,121.2848,121.2848,120.2852,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.9516,120.9516,120.9516,121.2848,121.618,121.618,121.618,122.2844,122.6176,123.28399999999999,123.28399999999999,123.6172,124.6168,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,121.2848,121.618,121.2848,120.9516,120.9516,121.618,121.618,121.618,121.618,121.618,121.618,120.9516,120.2852,120.2852,119.952,119.6188,118.9524,118.9524,118.286,117.9528,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62],[126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.616,126.9492,126.9492,127.6156,127.6156,128.282,128.282,128.282,128.6152,128.6152,128.6152,128.282,128.282,129.2816,128.9484,128.282,127.6156,127.6156,126.9492,125.9496,125.6164,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,126.2828,126.616,126.616,127.6156,127.9488,128.6152,128.9484,128.9484,128.9484,128.6152,128.6152,128.282,128.282,127.9488,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.6148,129.6148,128.9484,128.6152,127.6156,126.9492,127.6156,127.6156,127.2824,127.6156,127.6156,127.6156,127.2824,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,124.6168,123.6172,123.6172,123.28399999999999,123.28399999999999,123.6172,123.28399999999999,123.6172,123.6172,123.28399999999999,122.9508,122.9508,122.9508,121.2848,120.2852,119.952,118.9524,117.6196,116.62,115.2872,114.2876,113.6212,113.288,112.6216,112.2884,112.2884,111.9552,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,115.2872,115.6204,116.62,117.2864,116.9532,116.9532,118.286,118.9524,119.6188,119.952,120.9516,121.2848,121.2848,121.618,121.2848,119.952,118.61919999999999,118.286,116.9532,116.62,115.2872,114.2876,113.6212,112.2884,111.622,110.9556,110.6224,109.956,109.2896,109.2896,108.9564,108.28999999999999,107.6236,106.9572,106.624,105.2912,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.2916,103.292,102.2924,101.2928,100.2932,98.6272,96.628,96.2948,95.2952,94.6288,93.29599999999999,92.2964,91.63,90.2972,88.63119999999999,87.6316,86.632,84.966,83.6332,81.634,79.6348,78.30199999999999,75.6364,74.3036,71.9712,69.972,66.9732,64.974,61.9752,59.6428,57.6436,55.6444,52.9788,51.646,49.6468,48.314,46.9812,45.6484,43.9824,42.6496,41.65,40.3172,39.6508,38.318,36.652,35.9856,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,38.318,39.6508,40.9836,42.9828,44.6488,46.3148,46.9812,48.314,49.6468,51.646,52.3124,53.9784,54.6448,55.6444,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,54.978,54.978,54.978,55.3112,56.644,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,60.6424,61.641999999999996,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.64,66.64,66.64,66.64,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.9692,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.9684,78.9684,79.6348,79.6348,80.3012,81.3008,81.9672,82.96679999999999,83.6332,84.966,86.9652,87.2984,87.6316,88.298,88.63119999999999,89.2976,89.964,90.2972,91.2968,91.63,91.63,91.2968,89.2976,88.298,86.9652,86.2988,85.6324,85.6324,86.632,87.2984,87.9648,88.298,88.298,88.298,87.9648,87.6316,87.9648,88.298,87.9648,87.9648,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,89.964,89.6308,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,90.2972,91.2968,91.63,91.9632,92.6296,92.9628,92.9628,92.9628,92.9628,91.9632,91.63,91.2968,91.2968,91.9632,91.9632,91.9632,91.9632,91.63,91.63,91.63,92.2964,92.6296,91.9632,91.9632,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.6292,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.9576,105.9576,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,108.6232,109.6228,110.9556,112.2884,112.2884,112.6216,112.6216,112.2884,112.2884,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,111.622,111.2888,110.6224,109.2896,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,110.6224,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.2892,110.2892,109.956,109.956,108.9564,108.9564,108.28999999999999,107.9568,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,110.2892,110.2892,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,111.2888,110.2892,110.2892,109.956,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.2872,114.6208,114.6208,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.9524,118.9524,119.2856,120.9516,121.9512,122.2844,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.2848,120.2852,119.952,119.952,119.2856,118.9524,118.9524,118.9524,119.2856,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,119.2856,118.286,117.9528,117.2864,116.9532,116.9532,116.9532,117.9528,118.286,118.9524,119.6188,119.952,120.9516,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.2848,121.2848,121.2848,120.9516,120.9516,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,121.618,121.618,121.618,121.618,122.6176,122.6176,123.28399999999999,123.6172,124.6168,125.2832,125.2832,124.6168,124.28359999999999,124.28359999999999,123.6172,123.6172,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,118.9524,118.286,118.286,117.9528,117.6196,117.6196,116.9532,116.9532,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536],[126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.9488,127.9488,128.282,128.282,128.282,128.282,128.282,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.9492,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.9492,127.6156,127.6156,127.6156,127.6156,127.9488,128.9484,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,129.2816,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,129.6148,129.6148,128.9484,128.6152,127.6156,126.9492,127.6156,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,127.2824,127.2824,127.2824,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,122.9508,122.2844,120.9516,119.952,118.9524,117.6196,116.62,115.9536,114.2876,113.6212,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,113.288,113.6212,113.6212,114.2876,114.954,115.2872,116.62,117.2864,117.6196,117.6196,118.286,118.9524,119.6188,119.6188,119.952,119.952,120.9516,120.9516,120.9516,119.6188,118.286,117.9528,116.9532,115.2872,114.6208,113.6212,113.288,112.2884,110.9556,109.956,109.956,109.2896,108.6232,108.6232,107.9568,107.9568,106.9572,106.2908,105.6244,105.6244,104.958,104.958,105.2912,105.2912,105.2912,104.958,104.2916,103.292,102.6256,100.6264,99.96,98.96039999999999,97.6276,95.9616,95.6284,94.6288,93.6292,92.2964,91.2968,90.2972,89.2976,87.6316,86.632,84.966,83.6332,82.3004,80.6344,78.6352,76.3028,74.3036,72.6376,70.6384,67.6396,65.6404,61.9752,59.976,57.6436,55.6444,53.6452,51.646,50.3132,48.980399999999996,46.647999999999996,45.9816,44.6488,43.316,41.65,40.3172,38.6512,37.9848,36.652,35.9856,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,38.6512,39.984,42.3164,43.9824,44.6488,45.6484,46.9812,48.314,50.3132,50.9796,52.6456,53.312,54.3116,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.3112,55.3112,55.9776,55.9776,55.9776,56.644,56.644,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,62.3084,62.3084,63.308,63.308,63.9744,63.9744,64.6408,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.972,70.6384,71.638,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,76.9692,76.9692,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.3,84.2996,85.6324,86.9652,86.9652,87.2984,88.298,88.63119999999999,89.2976,89.964,90.6304,90.6304,90.2972,89.964,88.298,86.632,86.2988,85.6324,85.6324,85.6324,86.2988,86.632,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,89.6308,89.6308,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.9632,91.9632,92.9628,92.9628,92.9628,92.6296,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,95.6284,95.9616,95.9616,95.9616,96.2948,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,108.6232,109.2896,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,109.956,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.2892,110.2892,110.2892,110.6224,111.2888,111.622,111.622,110.9556,110.9556,110.2892,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.6228,109.6228,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,111.2888,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.2896,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,114.954,114.954,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,118.61919999999999,118.61919999999999,119.6188,120.2852,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.28399999999999,122.9508,121.9512,121.9512,121.2848,120.2852,119.6188,118.9524,118.9524,118.286,117.9528,117.9528,118.286,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,118.9524,118.61919999999999,117.9528,117.9528,117.2864,116.9532,116.62,116.9532,117.9528,118.286,118.9524,119.6188,119.952,120.6184,120.9516,121.9512,121.9512,122.2844,122.6176,122.9508,122.9508,122.6176,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,119.952,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.618,121.618,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,118.9524,118.9524,118.9524,118.9524,118.286,117.9528,116.9532,116.9532,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204],[126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.616,126.616,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.6164,125.9496,126.616,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,129.6148,128.9484,128.6152,127.9488,126.9492,126.9492,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,127.6156,127.6156,127.6156,126.616,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.95,124.95,124.95,125.2832,125.2832,125.2832,124.6168,123.6172,123.28399999999999,122.2844,121.2848,120.2852,118.9524,117.6196,116.62,115.9536,114.954,113.95439999999999,113.288,112.95479999999999,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,113.288,113.288,113.6212,114.2876,114.954,115.2872,116.62,116.62,117.2864,117.6196,118.286,118.9524,118.286,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,118.9524,117.9528,116.62,115.9536,115.2872,114.2876,113.95439999999999,112.95479999999999,111.622,109.956,109.956,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,106.9572,106.2908,105.6244,105.6244,104.958,105.2912,105.2912,105.2912,105.2912,105.2912,104.2916,103.62519999999999,102.2924,101.2928,100.2932,98.96039999999999,97.6276,95.9616,95.6284,93.9624,93.29599999999999,92.2964,91.2968,90.2972,88.63119999999999,87.6316,85.9656,84.966,83.6332,81.634,79.968,78.6352,76.3028,74.3036,72.6376,70.6384,68.306,65.6404,62.6416,60.6424,58.31,56.3108,53.6452,52.3124,50.3132,48.980399999999996,47.3144,45.9816,44.6488,43.316,41.65,40.3172,38.6512,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,38.6512,39.984,41.65,43.316,43.9824,44.982,46.3148,47.6476,48.980399999999996,50.3132,51.3128,51.9792,52.3124,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.9776,56.644,56.644,56.644,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.9756,61.641999999999996,61.641999999999996,62.3084,62.3084,63.308,63.9744,63.9744,64.3076,64.974,64.974,64.974,64.974,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.97279999999999,68.6392,69.3056,69.972,70.9716,70.9716,70.9716,70.9716,70.9716,70.9716,70.9716,71.638,71.638,71.638,71.638,71.638,71.3048,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,76.9692,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.3,84.2996,85.6324,86.2988,86.9652,87.2984,88.298,88.63119999999999,89.2976,90.2972,90.2972,89.964,88.298,87.2984,85.2992,84.2996,84.2996,84.2996,84.966,84.966,86.2988,87.2984,87.2984,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,89.2976,89.964,89.964,89.964,90.2972,89.6308,89.6308,89.6308,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,90.2972,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.9632,91.9632,92.9628,92.9628,92.9628,92.6296,91.63,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.6228,110.2892,111.2888,111.2888,111.622,111.622,111.622,111.2888,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,111.2888,111.2888,110.2892,110.2892,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.9564,109.956,109.956,110.2892,110.2892,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.6228,109.6228,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,111.2888,111.2888,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,114.954,115.6204,114.954,114.954,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.286,118.61919999999999,118.9524,119.6188,120.2852,121.2848,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,122.6176,121.2848,120.9516,119.952,118.9524,118.9524,118.286,118.286,117.9528,117.9528,118.286,118.286,118.61919999999999,118.61919999999999,119.2856,119.2856,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.9528,116.9532,116.9532,116.62,116.62,117.2864,117.9528,118.286,118.9524,119.6188,119.952,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,119.2856,119.2856,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,119.2856,119.2856,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.286,117.9528,117.2864,116.9532,116.9532,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204],[126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.616,127.6156,127.6156,127.9488,128.6152,128.6152,128.6152,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,129.948,129.6148,128.9484,128.6152,127.9488,126.9492,126.9492,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,129.6148,129.6148,129.948,129.948,129.6148,128.9484,128.6152,128.6152,127.9488,127.9488,127.6156,126.9492,126.616,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.2832,124.6168,123.6172,123.28399999999999,122.2844,121.2848,120.2852,118.9524,117.6196,116.62,115.2872,114.954,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.6212,114.954,115.2872,116.62,116.62,116.62,117.2864,117.9528,117.9528,117.6196,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,118.61919999999999,117.9528,116.62,115.2872,114.6208,113.95439999999999,113.288,111.9552,110.9556,109.956,109.2896,109.2896,108.6232,108.6232,108.6232,107.9568,107.9568,106.9572,106.2908,105.6244,105.6244,105.2912,105.2912,105.9576,105.9576,105.9576,105.2912,104.958,103.62519999999999,102.6256,101.2928,100.2932,99.6268,97.96079999999999,96.628,95.6284,93.9624,92.6296,91.63,90.2972,89.2976,88.298,86.632,85.6324,84.2996,82.3004,80.9676,79.3016,77.6356,75.6364,73.63719999999999,71.9712,69.972,67.6396,65.6404,62.6416,60.6424,58.31,56.3108,54.3116,52.3124,50.3132,48.980399999999996,46.647999999999996,45.3152,43.9824,42.6496,41.65,40.3172,38.6512,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,39.3176,40.6504,42.6496,43.316,44.6488,45.3152,46.647999999999996,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,55.9776,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,57.3104,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.641999999999996,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.9744,64.3076,63.6412,63.6412,64.3076,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.6408,64.6408,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.638,72.3044,72.3044,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.3,84.2996,84.966,85.6324,86.2988,87.2984,88.298,88.298,88.63119999999999,89.2976,89.2976,88.298,87.2984,85.2992,83.9664,82.96679999999999,82.3004,82.96679999999999,82.96679999999999,84.2996,85.6324,87.2984,87.2984,86.9652,86.9652,87.2984,87.9648,88.298,88.9644,89.964,90.2972,90.2972,90.2972,90.6304,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,92.6296,92.6296,92.6296,91.63,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.956,110.6224,111.2888,111.2888,111.2888,111.2888,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.9564,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,110.9556,110.9556,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,117.2864,117.2864,117.2864,117.9528,118.286,118.286,118.286,118.9524,119.2856,119.952,120.2852,120.9516,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,122.6176,121.2848,120.2852,119.6188,118.9524,118.286,117.9528,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.9528,116.9532,116.9532,116.62,116.62,117.2864,117.9528,118.286,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,119.952,119.952,118.9524,118.9524,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.6196,116.9532,116.9532,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204],[126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.616,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,128.9484,128.9484,127.9488,127.6156,127.6156,126.9492,126.9492,127.6156,127.9488,128.6152,129.2816,129.2816,129.2816,129.6148,129.6148,129.948,129.948,129.6148,129.6148,129.2816,129.2816,129.2816,128.6152,127.9488,127.6156,127.2824,127.2824,126.616,126.616,126.616,126.616,126.616,125.9496,125.6164,125.2832,124.28359999999999,123.6172,122.9508,121.9512,120.2852,119.6188,117.6196,116.62,115.2872,114.954,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,112.6216,112.6216,113.288,113.6212,114.2876,115.2872,115.9536,115.9536,115.9536,115.9536,116.2868,116.9532,117.2864,117.2864,117.9528,117.9528,118.61919999999999,118.61919999999999,117.9528,117.9528,116.62,115.9536,114.6208,114.2876,113.288,112.2884,111.2888,110.6224,109.2896,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,106.9572,107.2904,106.624,105.9576,105.6244,104.958,105.2912,105.2912,105.9576,105.9576,105.2912,104.2916,103.62519999999999,101.9592,100.9596,100.2932,98.96039999999999,97.6276,95.9616,94.6288,93.6292,91.9632,90.6304,89.6308,88.298,86.632,85.2992,84.2996,82.96679999999999,81.634,80.3012,78.6352,76.9692,74.97,72.9708,71.3048,69.972,67.6396,65.6404,62.6416,60.6424,58.31,56.977199999999996,54.3116,52.3124,50.3132,48.980399999999996,46.647999999999996,45.3152,43.9824,42.6496,40.9836,40.3172,38.6512,37.3184,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.9848,38.6512,39.984,41.3168,42.6496,43.316,44.6488,45.3152,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.9792,51.9792,52.6456,52.6456,52.6456,53.312,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,56.644,56.644,57.3104,57.3104,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.9756,60.9756,61.641999999999996,61.641999999999996,62.3084,62.3084,62.3084,62.3084,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.9716,71.638,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.2984,87.9648,88.298,87.9648,87.2984,85.9656,83.9664,82.96679999999999,81.634,81.634,82.3004,82.96679999999999,83.6332,84.966,86.2988,87.2984,86.9652,87.2984,87.9648,88.298,88.9644,89.6308,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,92.6296,92.6296,92.6296,91.63,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.6228,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,108.9564,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,110.9556,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.6196,117.6196,118.286,118.9524,118.9524,119.6188,119.952,120.2852,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,122.6176,121.2848,120.2852,119.6188,118.9524,118.286,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.9528,116.9532,116.9532,116.62,116.62,116.9532,116.9532,117.6196,117.9528,118.9524,119.6188,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,119.952,119.6188,118.9524,118.9524,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.618,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.6196,117.6196,116.9532,116.9532,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204],[127.9488,127.9488,127.6156,127.6156,126.616,126.616,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.616,126.616,126.616,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.616,126.616,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,128.282,127.9488,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.9488,128.6152,129.2816,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.6148,128.6152,127.9488,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,126.616,126.616,126.616,125.9496,125.2832,124.6168,122.9508,121.618,120.9516,119.6188,118.286,117.2864,115.2872,114.954,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,111.2888,111.2888,111.2888,111.622,112.2884,112.6216,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,115.6204,115.6204,116.2868,116.2868,116.2868,116.2868,116.62,116.62,116.2868,115.6204,114.954,114.2876,113.6212,113.288,112.2884,110.9556,110.6224,109.956,108.6232,107.9568,107.9568,107.9568,107.2904,106.9572,106.9572,106.2908,105.2912,104.958,104.958,104.2916,104.2916,104.2916,104.958,105.2912,105.2912,104.958,103.62519999999999,103.292,101.2928,99.96,98.96039999999999,98.294,96.9612,95.6284,93.9624,92.2964,90.6304,88.9644,88.298,86.9652,84.6328,83.6332,82.6336,81.9672,80.6344,79.3016,77.6356,76.3028,74.3036,72.3044,70.6384,69.3056,67.97279999999999,65.6404,62.6416,60.6424,58.31,56.977199999999996,54.3116,52.3124,50.3132,48.314,45.9816,44.6488,43.316,41.9832,40.3172,39.6508,37.9848,37.3184,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,40.6504,41.3168,41.9832,43.316,44.6488,45.3152,45.9816,46.3148,46.9812,48.314,48.314,48.980399999999996,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,64.3076,64.3076,64.974,64.974,64.6408,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,83.6332,83.6332,84.966,86.2988,86.2988,85.6324,85.9656,86.632,85.9656,84.6328,83.6332,82.96679999999999,81.634,81.634,81.3008,81.9672,82.6336,83.6332,84.966,86.2988,86.632,87.2984,87.2984,87.9648,88.298,88.9644,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.6308,89.6308,90.2972,90.2972,91.2968,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.6244,106.624,106.624,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,111.2888,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.61919999999999,118.9524,119.952,120.2852,120.9516,121.2848,121.9512,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,123.28399999999999,123.28399999999999,122.2844,121.2848,119.952,119.6188,118.286,117.6196,117.6196,116.9532,116.9532,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,117.9528,116.9532,116.9532,116.2868,116.2868,116.62,116.62,117.2864,117.6196,118.286,118.9524,119.2856,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.2852,120.2852,119.952,119.952,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.9524,118.286,118.286,117.6196,117.6196,116.9532,116.9532,115.9536,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954],[127.9488,127.9488,127.6156,127.6156,126.616,126.616,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.616,126.616,125.9496,125.9496,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.6164,126.616,126.616,127.6156,127.9488,128.6152,128.6152,128.6152,129.2816,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,129.2816,129.2816,128.6152,128.6152,127.9488,127.9488,127.6156,126.9492,126.2828,126.2828,125.6164,126.616,126.616,126.9492,127.9488,128.6152,129.2816,129.948,129.948,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,129.948,129.948,129.2816,128.6152,128.282,128.282,127.6156,127.6156,127.6156,127.2824,127.2824,126.616,126.616,126.616,125.6164,124.6168,123.28399999999999,121.618,120.9516,119.6188,118.286,117.2864,115.2872,114.954,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,111.2888,111.622,111.9552,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.6212,112.95479999999999,113.288,112.2884,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.6236,107.6236,106.2908,106.2908,106.624,105.9576,104.958,104.2916,103.62519999999999,103.62519999999999,103.292,103.62519999999999,104.2916,104.2916,104.2916,103.62519999999999,103.292,101.626,100.2932,99.2936,98.6272,96.9612,95.9616,93.9624,92.2964,91.2968,89.2976,87.6316,87.2984,85.6324,83.6332,82.6336,81.634,80.9676,79.968,78.6352,76.9692,75.3032,73.63719999999999,72.3044,70.6384,69.3056,67.97279999999999,65.6404,63.308,61.3088,58.9764,56.977199999999996,54.3116,52.3124,50.3132,48.314,45.9816,43.9824,42.6496,41.3168,39.6508,38.9844,37.9848,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,39.984,40.6504,41.3168,42.6496,43.9824,44.6488,44.6488,45.6484,46.3148,47.3144,47.3144,48.314,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.6412,64.3076,64.3076,64.974,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.9736,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.966,85.2992,84.6328,84.6328,83.6332,83.6332,83.6332,82.3004,82.3004,81.634,81.3008,81.3008,81.9672,82.6336,83.6332,84.966,86.2988,86.632,87.2984,87.9648,87.9648,88.298,88.9644,88.9644,89.964,89.964,89.964,90.2972,90.2972,90.2972,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.6308,90.2972,90.2972,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.6244,106.624,106.624,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.6228,109.6228,109.956,110.2892,110.2892,110.2892,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,111.2888,111.2888,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.9516,120.9516,121.2848,121.2848,121.618,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,123.28399999999999,122.9508,121.9512,121.2848,119.952,118.9524,117.6196,117.2864,116.9532,116.9532,116.9532,116.9532,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.6196,116.9532,116.2868,116.2868,115.2872,115.9536,116.62,117.2864,117.6196,118.286,119.2856,119.952,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.2852,120.2852,119.952,119.952,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.9524,118.286,118.286,117.6196,117.6196,116.9532,116.62,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954],[127.9488,127.9488,127.6156,127.6156,126.616,126.616,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.28359999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,124.28359999999999,125.2832,125.2832,125.2832,125.6164,126.616,126.616,127.6156,127.9488,128.6152,128.6152,128.6152,129.2816,130.6144,130.6144,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,128.6152,128.6152,128.6152,127.9488,127.6156,126.616,126.616,126.2828,126.2828,125.6164,125.6164,125.6164,125.9496,125.9496,126.2828,126.9492,128.6152,129.2816,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,130.9476,130.9476,130.6144,130.6144,129.948,129.948,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.2824,126.616,125.6164,124.6168,123.28399999999999,121.9512,121.2848,119.6188,118.286,117.2864,116.2868,114.954,114.2876,113.6212,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.2892,110.6224,111.2888,111.9552,112.6216,112.6216,113.288,113.288,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.6212,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,112.6216,112.95479999999999,111.9552,111.2888,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.6236,107.6236,106.9572,105.6244,105.6244,105.6244,104.958,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,102.6256,101.9592,100.6264,99.2936,98.294,97.2944,95.9616,94.962,92.9628,91.9632,90.6304,88.9644,87.2984,86.2988,84.966,83.6332,82.6336,81.3008,80.6344,78.9684,77.3024,75.6364,74.3036,72.6376,71.3048,69.972,68.6392,66.9732,65.6404,63.308,61.3088,58.9764,56.977199999999996,54.3116,52.3124,50.3132,48.314,45.3152,43.9824,41.9832,40.6504,39.6508,38.9844,37.9848,37.3184,36.652,36.652,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,39.3176,40.6504,41.3168,41.9832,43.316,43.9824,43.9824,44.6488,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.966,84.966,84.2996,82.96679999999999,81.634,80.9676,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.966,86.2988,86.632,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.6304,90.6304,91.63,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,90.6304,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.6244,106.624,106.624,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.6228,109.6228,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.2904,107.2904,107.2904,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,109.956,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,109.6228,109.6228,109.6228,109.6228,109.6228,110.2892,110.2892,109.956,109.956,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.6208,114.6208,114.954,114.954,114.954,115.6204,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.9528,117.9528,118.9524,118.9524,119.952,120.2852,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,122.6176,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,123.28399999999999,122.9508,121.9512,120.9516,119.6188,118.9524,117.6196,117.2864,116.9532,116.62,116.62,116.9532,116.9532,116.9532,116.9532,117.6196,117.9528,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.6196,116.9532,116.2868,116.2868,115.2872,115.2872,115.9536,116.62,117.2864,117.9528,118.9524,119.952,120.2852,120.9516,121.618,121.9512,121.9512,121.9512,121.9512,121.2848,120.9516,120.9516,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.2852,120.2852,119.952,119.952,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,117.9528,117.9528,118.286,118.286,118.286,117.9528,117.6196,116.9532,116.9532,116.62,115.6204,115.6204,114.954,114.954,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954],[127.9488,127.9488,127.6156,127.6156,126.616,126.616,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,124.6168,125.2832,125.2832,125.6164,126.616,126.616,127.6156,127.6156,128.282,128.6152,128.6152,128.6152,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,130.6144,129.948,129.2816,128.9484,128.6152,127.9488,127.9488,127.2824,126.616,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.9496,125.9496,126.2828,126.9492,128.6152,129.2816,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,130.9476,130.9476,130.6144,130.6144,130.6144,129.948,129.2816,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.2824,126.616,125.6164,125.2832,123.28399999999999,122.2844,121.2848,119.952,118.9524,117.2864,116.2868,115.2872,114.2876,113.6212,112.95479999999999,112.2884,111.622,110.9556,110.2892,110.2892,110.6224,111.2888,111.9552,111.9552,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,111.622,111.2888,110.9556,110.9556,109.956,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.2908,105.2912,105.2912,104.6248,104.6248,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.9592,101.626,100.9596,99.2936,97.6276,96.9612,96.2948,94.2956,93.6292,92.6296,90.6304,89.2976,87.9648,86.2988,86.2988,84.966,82.6336,81.3008,80.6344,78.9684,78.30199999999999,76.636,74.97,73.63719999999999,71.9712,70.6384,69.3056,68.6392,66.9732,65.6404,63.308,61.3088,58.9764,56.977199999999996,54.3116,52.3124,49.6468,48.314,45.3152,43.9824,41.9832,40.6504,39.6508,38.318,37.3184,36.652,36.652,36.652,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.9848,39.3176,39.984,40.6504,41.9832,42.6496,43.316,43.316,43.9824,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.2996,83.6332,82.3004,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,83.3,84.2996,84.966,86.2988,86.632,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.6304,90.6304,91.2968,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,90.6304,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.626,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.6244,106.624,106.624,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.6228,109.6228,109.6228,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.2904,107.2904,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,109.956,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.6228,109.6228,109.6228,109.6228,109.6228,109.6228,110.2892,110.2892,109.956,109.956,109.956,109.956,108.9564,108.9564,108.28999999999999,107.9568,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,110.9556,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,116.2868,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,118.9524,118.9524,119.952,120.2852,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,123.28399999999999,122.9508,121.9512,120.2852,119.6188,118.9524,117.6196,117.2864,116.9532,116.62,116.62,116.62,116.9532,116.9532,116.9532,116.9532,117.9528,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.6196,116.62,116.2868,116.2868,114.954,114.954,115.6204,115.9536,116.62,117.2864,117.9528,119.6188,120.2852,120.9516,121.618,122.2844,122.2844,122.2844,122.2844,121.9512,120.9516,120.9516,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.6188,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,117.9528,117.9528,118.286,118.286,117.9528,117.9528,116.9532,116.9532,116.62,116.62,115.6204,115.6204,114.954,114.954,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954],[127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,126.2828,126.9492,127.6156,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.948,129.6148,129.6148,129.6148,129.2816,129.2816,128.6152,128.6152,128.282,127.9488,127.6156,127.6156,126.616,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.6164,125.9496,126.9492,127.6156,127.9488,129.2816,129.948,129.948,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.6144,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,128.6152,127.9488,126.9492,126.2828,125.6164,124.95,123.9504,122.2844,121.9512,120.2852,118.9524,117.6196,116.62,115.6204,114.2876,113.6212,113.288,112.2884,111.622,110.9556,110.2892,110.2892,110.6224,111.2888,111.622,111.622,112.2884,112.2884,113.288,113.288,112.2884,112.2884,112.6216,112.2884,112.2884,111.9552,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,109.6228,109.2896,109.2896,109.2896,108.9564,107.6236,106.9572,105.9576,105.2912,104.6248,104.2916,104.6248,103.9584,103.62519999999999,102.6256,102.2924,101.626,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,99.6268,99.2936,97.6276,97.2944,96.2948,94.962,93.9624,92.6296,91.2968,89.964,88.63119999999999,87.2984,86.2988,84.966,83.6332,81.9672,80.3012,78.30199999999999,76.9692,76.3028,75.6364,74.3036,72.9708,71.3048,69.972,68.306,67.6396,65.9736,64.6408,62.6416,60.6424,58.31,56.3108,53.6452,51.646,48.980399999999996,46.9812,45.3152,43.9824,41.9832,40.6504,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.9848,38.6512,39.3176,39.984,40.6504,41.9832,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.3092,60.3092,60.9756,60.9756,60.9756,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.9736,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,69.6388,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.6344,81.3008,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,81.3008,80.6344,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,84.2996,84.966,86.2988,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.9636,91.63,91.63,91.63,90.9636,90.9636,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.96,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.626,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,105.2912,105.6244,106.624,106.624,107.2904,107.2904,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,108.9564,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,107.2904,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,113.6212,113.6212,114.6208,114.6208,115.2872,115.6204,116.62,117.2864,117.6196,117.6196,117.9528,118.286,118.286,118.9524,119.2856,119.952,120.2852,120.9516,120.9516,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,121.9512,120.2852,119.6188,118.9524,117.6196,117.2864,116.62,116.2868,115.9536,115.9536,116.62,116.62,116.62,116.62,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.2856,119.2856,118.61919999999999,118.286,117.2864,116.62,115.6204,114.954,114.954,114.2876,114.2876,114.954,115.9536,116.62,117.9528,119.2856,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,121.2848,120.9516,120.9516,119.952,119.952,119.2856,119.2856,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,118.61919999999999,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,121.618,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,119.952,119.952,119.2856,119.2856,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,116.62,116.62,115.9536,115.6204,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876],[127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,126.9492,127.6156,127.6156,127.6156,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,127.2824,126.616,126.616,126.616,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,125.6164,125.6164,126.616,127.6156,127.9488,128.6152,129.6148,129.948,130.9476,130.9476,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.614,130.9476,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,127.9488,126.9492,126.2828,125.6164,124.95,123.9504,122.2844,121.9512,120.2852,118.9524,117.6196,116.62,115.9536,114.2876,113.6212,113.6212,112.95479999999999,111.622,110.9556,110.2892,110.2892,110.6224,111.2888,111.622,111.622,112.2884,112.2884,112.6216,112.2884,112.2884,111.2888,111.2888,110.2892,110.2892,109.956,109.6228,109.6228,108.9564,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,106.9572,106.2908,104.6248,104.6248,103.292,102.6256,102.6256,102.2924,101.9592,101.626,100.9596,100.2932,100.2932,100.2932,100.6264,100.6264,100.2932,99.6268,99.6268,98.6272,97.2944,96.9612,95.9616,94.962,93.9624,92.6296,91.9632,90.2972,88.9644,87.9648,86.2988,84.966,84.2996,82.3004,80.6344,78.9684,76.9692,76.3028,75.6364,74.3036,73.63719999999999,72.3044,70.6384,69.3056,67.6396,66.9732,65.3072,63.9744,61.3088,59.976,57.6436,55.6444,52.9788,50.9796,48.314,46.9812,45.3152,43.316,41.9832,40.6504,38.6512,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.9848,39.3176,39.984,40.6504,41.3168,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,60.3092,60.3092,60.9756,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.966,84.966,86.2988,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.9636,91.63,91.63,91.63,91.63,90.9636,90.9636,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.962,94.962,95.9616,96.2948,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.626,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.6248,105.2912,105.9576,106.624,107.2904,107.2904,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,107.2904,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.2876,114.6208,114.6208,114.6208,115.2872,115.6204,116.62,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,119.952,120.2852,120.2852,120.9516,120.9516,121.2848,121.618,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,117.6196,117.2864,116.62,116.2868,115.9536,115.9536,116.62,116.62,116.62,116.62,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.2856,119.2856,118.61919999999999,118.286,117.2864,116.62,115.6204,114.954,114.2876,114.2876,114.2876,114.2876,115.6204,116.62,117.6196,118.9524,120.2852,121.2848,121.9512,122.9508,123.9504,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.9516,120.9516,119.952,119.952,119.2856,119.2856,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,119.952,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.618,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.2852,119.952,119.952,119.2856,118.9524,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,116.62,115.9536,115.6204,115.6204,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876],[126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,126.616,126.9492,126.9492,127.6156,127.6156,128.282,128.282,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,127.6156,127.6156,127.2824,126.616,126.616,125.9496,125.9496,125.9496,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,125.6164,125.6164,126.616,126.9492,127.9488,128.6152,129.6148,129.948,130.6144,130.9476,131.2808,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,130.2812,130.2812,130.2812,130.6144,129.948,129.948,129.6148,127.9488,126.9492,126.2828,125.6164,124.95,123.28399999999999,122.9508,122.2844,120.9516,118.9524,117.9528,117.2864,116.2868,115.6204,114.6208,113.6212,112.95479999999999,112.2884,110.9556,110.2892,110.2892,111.2888,111.2888,111.622,111.622,111.622,111.622,111.9552,111.2888,110.9556,109.956,109.956,108.9564,108.6232,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.2904,107.2904,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,104.6248,103.9584,102.6256,102.6256,101.626,101.626,100.9596,100.9596,100.2932,99.96,99.96,99.96,99.96,99.96,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,95.6284,94.6288,93.29599999999999,91.9632,90.6304,89.964,88.298,87.2984,85.6324,84.2996,82.96679999999999,81.634,79.6348,77.6356,76.9692,74.97,73.9704,72.6376,71.638,70.9716,69.6388,67.97279999999999,66.64,65.9736,63.9744,61.9752,60.3092,58.31,55.9776,53.9784,51.646,49.6468,48.314,46.3148,44.6488,43.316,41.3168,39.984,37.9848,37.3184,36.652,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.9856,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,39.3176,39.984,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.2984,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.2972,90.9636,91.63,91.63,91.63,91.63,90.9636,90.6304,90.2972,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,95.2952,95.2952,95.9616,96.2948,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.2928,101.626,102.6256,102.6256,102.6256,103.292,103.9584,103.9584,104.6248,105.2912,105.9576,106.624,106.624,106.624,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,110.6224,110.9556,110.9556,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.6212,114.2876,114.954,115.6204,116.2868,116.62,116.9532,117.9528,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,120.6184,121.618,121.618,121.618,121.618,121.618,121.618,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,117.6196,117.2864,116.62,116.2868,115.9536,115.9536,116.62,116.62,116.62,116.62,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.2856,119.2856,118.61919999999999,118.286,117.2864,116.62,115.6204,114.954,114.2876,113.6212,113.6212,114.2876,115.6204,116.62,117.6196,118.9524,120.2852,121.2848,122.2844,123.28399999999999,123.9504,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.9516,120.9516,119.952,119.952,119.2856,119.2856,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,121.2848,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.2848,120.2852,120.2852,119.952,119.952,118.9524,118.9524,118.286,118.286,117.6196,117.6196,116.9532,116.9532,116.62,115.9536,115.6204,115.6204,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876],[126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.616,126.616,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.282,128.282,126.9492,126.616,125.9496,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,125.6164,125.6164,126.616,126.9492,127.6156,127.9488,128.9484,129.6148,130.6144,130.9476,131.9472,131.9472,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,131.2808,130.6144,130.6144,130.6144,129.948,129.948,129.6148,127.9488,126.9492,126.2828,125.6164,124.28359999999999,123.28399999999999,122.9508,122.2844,120.9516,118.9524,118.61919999999999,117.9528,116.9532,115.9536,115.2872,114.2876,113.288,112.2884,111.2888,110.9556,110.9556,111.2888,111.622,111.622,111.622,111.622,111.622,111.2888,110.9556,110.2892,109.6228,108.9564,108.28999999999999,107.6236,106.624,106.2908,106.2908,106.2908,106.2908,105.6244,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,102.6256,101.626,100.6264,100.6264,100.2932,99.96,99.96,99.6268,98.96039999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.2948,95.9616,94.962,93.6292,92.6296,92.2964,90.6304,89.2976,88.298,87.2984,85.2992,84.2996,82.96679999999999,82.3004,80.9676,77.9688,76.636,75.6364,73.63719999999999,72.6376,71.3048,70.3052,69.6388,67.97279999999999,66.64,65.9736,64.6408,62.6416,61.3088,58.9764,56.977199999999996,54.6448,53.312,50.3132,48.980399999999996,46.9812,45.6484,43.9824,42.6496,41.3168,39.984,37.9848,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.9856,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.641999999999996,61.641999999999996,61.641999999999996,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,80.6344,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.966,84.966,86.2988,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.9636,91.63,91.63,90.9636,90.6304,90.6304,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,95.6284,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.2928,101.626,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.9584,104.6248,104.6248,105.6244,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,109.2896,109.956,109.956,110.2892,110.6224,110.6224,110.9556,110.9556,110.9556,110.2892,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.6216,112.6216,113.6212,114.6208,115.6204,116.62,117.2864,117.9528,117.9528,118.61919999999999,119.6188,120.2852,121.2848,121.2848,120.9516,120.9516,121.2848,121.618,122.2844,122.9508,122.9508,122.2844,122.2844,121.618,121.618,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,117.9528,117.2864,116.62,115.9536,115.9536,115.6204,115.6204,115.9536,116.62,116.62,116.62,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.2856,118.9524,118.9524,118.286,117.2864,116.62,115.6204,114.954,114.2876,113.6212,113.6212,114.2876,115.6204,116.62,117.6196,118.9524,120.2852,121.2848,122.2844,123.28399999999999,123.9504,123.9504,123.28399999999999,122.9508,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.952,119.2856,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,120.9516,120.2852,120.2852,119.952,119.6188,118.9524,118.9524,118.286,117.6196,117.6196,116.9532,116.9532,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876],[126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,126.616,126.9492,126.9492,127.6156,127.6156,126.9492,127.6156,127.6156,127.6156,126.9492,126.2828,125.6164,125.2832,124.6168,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,125.9496,126.616,127.2824,127.6156,128.6152,128.9484,129.948,130.9476,131.9472,132.6136,132.2804,132.9468,133.6132,133.6132,134.6128,134.2796,134.2796,133.6132,132.6136,131.9472,131.2808,130.6144,130.6144,129.948,129.6148,128.282,126.9492,126.2828,125.6164,124.28359999999999,123.28399999999999,122.9508,122.2844,121.2848,119.6188,118.9524,118.61919999999999,117.9528,116.62,115.6204,114.2876,113.288,112.95479999999999,111.622,111.2888,111.2888,111.622,111.622,112.2884,111.622,111.622,111.2888,110.2892,109.956,109.6228,108.6232,107.9568,107.2904,106.2908,105.2912,104.6248,104.6248,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.2928,100.2932,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.2948,95.9616,94.6288,93.9624,93.6292,92.6296,91.63,89.964,88.298,87.2984,86.2988,84.966,83.6332,82.3004,80.9676,79.968,78.6352,76.636,74.97,74.3036,72.3044,71.3048,69.972,68.9724,68.306,66.64,65.3072,64.6408,63.308,61.3088,59.976,57.6436,55.6444,53.312,51.9792,48.980399999999996,47.6476,46.3148,44.982,43.316,41.9832,40.6504,39.3176,37.3184,36.652,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,44.315599999999996,44.982,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.6456,52.6456,53.312,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.3036,74.97,74.97,75.6364,75.9696,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,79.968,79.968,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.9676,81.634,82.6336,82.6336,83.3,83.6332,84.966,85.2992,85.9656,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,87.9648,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,88.63119999999999,89.2976,89.2976,89.2976,89.964,90.2972,90.9636,91.63,91.63,90.9636,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,101.626,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.6244,106.624,106.624,106.624,106.624,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.6228,109.6228,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.956,109.956,110.6224,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.9556,112.2884,112.2884,111.622,112.2884,112.95479999999999,114.6208,115.9536,116.9532,118.286,119.2856,120.2852,120.2852,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,121.9512,121.9512,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,117.9528,116.62,115.9536,114.954,114.954,114.954,114.954,114.954,115.2872,115.9536,116.62,117.2864,117.2864,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.286,117.6196,117.2864,116.62,115.6204,114.954,114.2876,113.6212,113.6212,114.2876,115.2872,116.2868,117.6196,118.61919999999999,120.2852,121.2848,121.9512,122.9508,123.9504,123.9504,123.28399999999999,122.9508,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.2856,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.9524,118.9524,119.6188,119.6188,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.2848,121.2848,120.9516,120.9516,119.952,119.952,118.9524,118.286,117.9528,117.9528,116.9532,116.9532,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876],[126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.9496,125.9496,126.9492,126.9492,126.9492,127.6156,126.9492,126.9492,127.6156,126.9492,126.2828,125.9496,124.6168,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,125.2832,125.2832,125.9496,126.616,127.2824,127.2824,128.6152,128.9484,129.948,130.6144,131.2808,132.6136,132.2804,132.9468,133.9464,134.6128,135.2792,135.2792,134.6128,134.2796,132.9468,132.6136,131.2808,131.2808,130.9476,129.948,129.6148,128.282,126.9492,125.6164,125.2832,124.28359999999999,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,118.61919999999999,117.2864,115.6204,114.954,113.95439999999999,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,111.2888,110.9556,109.956,109.2896,107.9568,107.9568,107.6236,106.624,105.2912,104.2916,104.2916,103.62519999999999,103.292,103.292,102.6256,102.2924,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.2936,98.96039999999999,97.96079999999999,96.9612,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,93.9624,92.9628,92.2964,90.9636,90.2972,89.2976,88.298,86.632,85.6324,84.2996,83.3,81.9672,80.6344,79.3016,78.6352,77.3024,74.97,73.63719999999999,72.3044,71.638,69.972,69.3056,68.306,66.9732,65.3072,64.6408,63.308,61.641999999999996,59.976,58.6432,56.3108,54.978,52.6456,50.6464,48.314,46.9812,45.6484,44.315599999999996,42.6496,41.3168,39.984,38.6512,36.652,36.652,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.984,39.984,39.984,40.6504,40.6504,41.3168,41.9832,42.6496,43.6492,44.315599999999996,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.9792,51.9792,51.9792,52.6456,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.976,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.64,67.3064,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.3036,74.97,75.3032,75.9696,75.9696,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,80.6344,80.6344,79.968,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,80.3012,80.9676,81.9672,82.6336,82.6336,83.3,83.6332,84.966,85.2992,85.9656,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,90.9636,91.63,91.63,90.9636,90.6304,89.964,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,94.2956,94.962,95.6284,95.6284,95.6284,95.9616,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.9612,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,106.624,106.624,106.624,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.6228,109.6228,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.6224,111.622,112.2884,111.622,111.622,112.2884,113.95439999999999,115.9536,117.9528,119.6188,120.2852,120.9516,121.2848,121.9512,122.6176,122.6176,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,121.9512,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,121.2848,120.2852,119.6188,118.61919999999999,117.9528,117.2864,116.2868,115.2872,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.9536,115.9536,116.62,117.2864,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.286,117.6196,117.2864,116.62,115.2872,114.954,113.95439999999999,113.288,113.6212,114.2876,115.2872,116.2868,117.6196,118.61919999999999,120.2852,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.952,118.9524,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.9524,118.9524,119.6188,119.6188,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,118.9524,118.9524,118.286,117.9528,116.9532,116.9532,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876],[125.6164,125.6164,125.6164,125.2832,124.95,124.28359999999999,124.28359999999999,124.28359999999999,123.28399999999999,122.9508,122.9508,122.2844,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.9504,124.6168,124.6168,124.6168,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,126.616,126.9492,126.9492,127.2824,126.9492,126.2828,125.2832,123.6172,122.9508,122.2844,122.2844,122.9508,122.9508,123.6172,124.6168,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.9496,126.616,127.2824,127.2824,128.6152,128.6152,129.2816,129.948,131.2808,131.9472,132.9468,133.6132,134.6128,135.2792,135.94559999999998,135.94559999999998,135.2792,134.946,134.2796,132.6136,131.9472,131.9472,130.9476,129.948,129.6148,128.282,126.9492,125.6164,125.2832,124.28359999999999,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,118.61919999999999,117.2864,115.9536,114.954,114.2876,113.6212,113.288,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,111.2888,110.9556,109.956,108.9564,107.6236,106.9572,106.2908,105.2912,104.2916,103.292,102.2924,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.2964,91.63,90.6304,89.2976,88.63119999999999,87.9648,86.632,85.6324,84.2996,83.3,81.9672,80.9676,79.6348,78.30199999999999,76.9692,75.6364,74.3036,72.3044,71.3048,70.6384,69.3056,68.6392,66.64,65.9736,63.9744,62.6416,61.3088,59.976,58.31,56.977199999999996,54.978,52.9788,50.9796,48.980399999999996,47.6476,46.3148,44.6488,43.316,41.9832,40.6504,39.3176,37.9848,36.652,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.6504,41.3168,41.9832,42.6496,43.6492,43.6492,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.3128,51.3128,51.9792,52.6456,52.6456,53.312,53.312,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,59.309599999999996,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.9736,66.64,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.6368,75.3032,75.3032,75.3032,75.3032,75.9696,76.636,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.6352,79.3016,79.968,79.968,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.9672,81.9672,82.6336,82.6336,82.96679999999999,84.2996,84.2996,85.2992,85.2992,85.2992,85.2992,85.9656,86.2988,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,90.2972,90.9636,90.9636,90.9636,90.9636,89.964,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,94.2956,95.6284,95.9616,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.628,97.96079999999999,98.294,99.2936,99.2936,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.96,99.96,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.6228,109.6228,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,109.956,109.956,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,111.622,112.2884,111.622,111.622,112.2884,113.95439999999999,116.9532,118.9524,120.2852,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.2844,121.9512,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,121.2848,120.2852,119.6188,118.61919999999999,117.9528,117.2864,115.6204,115.2872,114.2876,113.6212,113.6212,114.2876,114.2876,114.954,115.9536,115.9536,116.62,117.2864,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.286,117.9528,117.2864,116.62,115.2872,114.6208,114.2876,113.288,113.6212,114.2876,115.2872,116.2868,117.6196,118.286,120.2852,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.952,118.9524,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,121.9512,121.2848,121.2848,120.2852,119.952,119.2856,119.2856,118.286,117.9528,117.2864,116.9532,116.2868,115.9536,115.6204,115.6204,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876],[125.6164,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,122.9508,122.9508,122.2844,122.2844,122.6176,122.6176,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.9504,123.9504,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,126.2828,126.9492,126.9492,126.9492,125.6164,125.2832,123.28399999999999,121.9512,121.2848,121.2848,121.618,122.2844,122.9508,123.28399999999999,124.6168,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.9496,126.616,127.2824,127.2824,128.282,128.6152,129.2816,129.948,130.2812,131.9472,132.6136,133.6132,134.2796,135.2792,135.94559999999998,135.94559999999998,135.2792,134.946,133.6132,132.9468,131.9472,131.2808,130.6144,129.948,129.6148,128.9484,127.6156,125.6164,125.2832,124.28359999999999,123.28399999999999,122.9508,122.2844,121.9512,120.6184,119.6188,118.9524,118.61919999999999,117.2864,116.62,115.2872,114.6208,114.2876,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,111.2888,110.9556,109.956,108.9564,107.6236,106.2908,105.2912,104.6248,103.62519999999999,102.2924,101.9592,101.2928,100.9596,100.2932,100.2932,99.6268,98.6272,97.96079999999999,97.96079999999999,97.2944,96.628,96.628,96.9612,96.9612,96.2948,95.2952,95.2952,94.962,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.9624,93.6292,92.9628,92.9628,92.9628,91.9632,91.2968,89.964,88.9644,88.298,87.9648,86.632,85.2992,84.2996,82.96679999999999,81.9672,80.9676,79.6348,78.30199999999999,76.9692,76.3028,74.97,72.3044,70.9716,70.6384,69.3056,67.97279999999999,67.3064,65.9736,64.6408,63.308,61.9752,59.976,58.6432,56.977199999999996,55.6444,53.6452,52.3124,49.6468,48.314,46.9812,45.6484,43.9824,43.316,41.9832,40.6504,39.3176,37.9848,36.652,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.6504,41.3168,41.9832,41.9832,42.9828,43.6492,43.6492,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.3128,51.3128,51.9792,51.9792,52.6456,52.6456,53.312,53.312,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.974,64.974,65.3072,65.9736,66.64,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.9704,74.6368,74.6368,75.3032,75.3032,75.3032,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.6352,78.6352,79.3016,79.968,79.968,79.968,79.3016,78.6352,78.30199999999999,77.3024,77.3024,77.3024,78.30199999999999,79.6348,80.3012,80.9676,81.9672,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,85.2992,85.2992,85.6324,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.2972,89.964,89.2976,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,95.9616,96.628,96.628,96.628,96.628,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.628,97.96079999999999,98.294,99.2936,99.96,100.6264,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.96,99.96,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.6228,109.6228,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,108.6232,109.956,109.956,109.956,109.956,110.6224,110.9556,110.9556,110.9556,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,111.622,111.622,111.2888,111.622,112.2884,113.95439999999999,116.9532,118.9524,120.2852,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.2844,121.9512,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,121.618,120.9516,119.952,118.9524,117.9528,117.6196,116.62,115.2872,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,115.6204,115.9536,115.9536,116.62,117.9528,117.9528,118.286,118.9524,119.6188,119.6188,119.6188,118.9524,118.286,117.6196,116.62,115.6204,114.954,114.2876,113.6212,113.288,113.6212,114.2876,115.2872,116.2868,117.6196,118.286,120.2852,120.9516,121.2848,121.9512,122.9508,123.28399999999999,122.9508,122.2844,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.952,118.9524,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,121.9512,121.9512,121.2848,120.2852,120.2852,119.952,119.2856,118.286,117.9528,117.9528,116.9532,116.2868,115.9536,115.6204,115.6204,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876],[124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.618,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.6172,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,125.6164,125.6164,124.95,123.9504,122.9508,121.9512,121.2848,120.9516,120.9516,121.2848,121.9512,122.9508,124.28359999999999,125.6164,125.6164,125.6164,124.95,124.95,124.95,124.6168,124.6168,123.9504,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.9488,127.9488,128.6152,129.2816,130.2812,130.6144,132.6136,132.9468,133.6132,134.2796,135.2792,134.946,134.946,134.2796,132.9468,132.6136,131.9472,131.2808,130.6144,130.6144,129.948,128.9484,128.282,126.616,125.6164,124.6168,123.6172,122.9508,122.2844,121.9512,120.6184,119.6188,118.286,117.9528,117.2864,116.62,115.9536,115.2872,114.2876,113.6212,113.288,113.288,113.288,113.288,112.6216,112.2884,110.9556,110.2892,109.956,108.28999999999999,106.9572,106.2908,104.6248,103.62519999999999,102.6256,101.2928,99.96,99.6268,98.96039999999999,98.96039999999999,99.2936,98.6272,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.2952,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,90.6304,89.2976,88.298,87.9648,86.632,86.2988,85.6324,84.2996,83.6332,82.3004,80.6344,78.9684,77.3024,76.9692,75.6364,74.3036,72.9708,70.9716,69.6388,69.3056,67.97279999999999,66.64,65.9736,63.9744,63.308,61.9752,60.6424,58.6432,57.3104,54.978,53.6452,51.646,50.3132,48.980399999999996,47.6476,45.9816,44.6488,42.9828,42.3164,40.9836,39.6508,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,33.32,33.32,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,64.974,64.974,64.974,65.6404,65.3072,65.3072,65.3072,64.6408,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.3044,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,79.6348,80.3012,80.9676,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.6316,87.6316,87.6316,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.9624,94.962,95.9616,96.628,96.9612,96.9612,97.6276,96.9612,96.9612,96.9612,96.628,96.628,97.2944,97.2944,97.96079999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,101.2928,101.626,101.626,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.6228,109.6228,109.6228,109.6228,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,110.6224,110.6224,110.6224,110.2892,109.6228,109.6228,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,110.9556,111.2888,111.2888,111.622,112.6216,114.954,116.9532,118.9524,120.9516,121.9512,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.28399999999999,122.6176,121.9512,121.2848,121.2848,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,120.2852,119.6188,117.9528,117.2864,116.62,115.6204,114.6208,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.954,115.9536,116.62,117.2864,117.2864,117.6196,118.286,118.286,118.286,118.286,118.286,117.6196,117.2864,115.9536,115.2872,114.2876,113.6212,113.6212,113.6212,114.6208,114.6208,115.2872,116.2868,117.2864,117.9528,119.2856,120.2852,121.2848,121.9512,122.6176,122.6176,122.6176,122.6176,120.9516,120.9516,120.2852,120.6184,120.2852,119.952,119.6188,119.6188,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,119.2856,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.618,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,123.6172,123.28399999999999,122.9508,122.9508,122.2844,121.2848,120.9516,120.2852,119.6188,118.9524,118.9524,118.61919999999999,117.9528,117.2864,116.2868,116.2868,115.6204,115.6204,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212],[123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,121.618,121.618,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.95,124.6168,123.9504,122.6176,121.2848,120.2852,120.2852,120.9516,120.9516,121.2848,122.2844,124.28359999999999,125.2832,124.95,125.6164,124.95,124.95,124.6168,124.6168,123.9504,123.9504,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,127.9488,127.9488,128.6152,128.6152,129.6148,130.6144,132.6136,132.9468,132.9468,133.6132,134.2796,134.2796,134.2796,133.6132,132.6136,131.9472,131.2808,131.2808,130.6144,130.6144,129.948,128.9484,128.282,126.616,125.6164,124.6168,123.6172,122.9508,122.2844,121.9512,120.6184,119.6188,118.286,117.9528,117.2864,116.62,115.9536,115.2872,114.2876,113.6212,113.6212,113.288,113.288,113.288,112.2884,112.2884,110.9556,110.2892,109.956,108.28999999999999,106.9572,105.9576,104.958,103.292,101.9592,100.6264,99.2936,98.294,98.6272,98.6272,98.6272,97.2944,96.2948,96.2948,96.2948,95.9616,95.9616,94.962,94.2956,93.29599999999999,93.6292,92.2964,92.2964,91.63,91.9632,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.2976,87.6316,86.632,85.6324,84.966,84.2996,83.6332,82.96679999999999,81.634,80.6344,79.3016,77.3024,75.9696,75.6364,74.3036,72.9708,71.638,69.6388,68.306,67.97279999999999,67.3064,65.3072,64.6408,62.6416,61.3088,59.976,58.6432,57.3104,55.9776,53.6452,52.3124,50.3132,48.980399999999996,47.6476,46.3148,44.6488,43.9824,42.3164,41.65,40.3172,39.6508,37.9848,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,34.6528,33.32,32.6536,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,35.3192,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,39.3176,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,65.6404,65.3072,65.3072,65.3072,65.3072,64.974,64.3076,64.3076,64.974,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,77.3024,76.636,76.636,76.636,76.636,77.3024,78.30199999999999,79.6348,80.3012,80.9676,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.2976,88.9644,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.9624,95.2952,95.9616,96.628,96.9612,97.96079999999999,98.294,98.6272,97.96079999999999,97.2944,97.2944,97.2944,96.628,97.2944,97.2944,98.294,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,102.2924,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.626,101.626,101.626,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.6228,109.6228,109.6228,109.6228,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,108.6232,108.6232,109.2896,109.2896,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,110.6224,110.6224,110.2892,110.2892,109.6228,109.6228,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.9556,111.2888,111.2888,111.622,113.288,114.954,116.9532,118.9524,120.9516,122.2844,123.9504,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,122.9508,122.2844,121.9512,121.2848,120.9516,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,120.2852,118.9524,117.9528,117.2864,116.62,115.6204,114.6208,114.2876,113.6212,113.288,112.2884,112.2884,112.6216,113.288,113.6212,114.2876,115.6204,115.9536,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,115.2872,114.954,113.6212,113.288,113.6212,113.6212,114.6208,115.2872,115.6204,116.2868,117.2864,117.9528,119.2856,119.952,120.9516,121.2848,121.9512,122.6176,122.6176,122.6176,120.9516,120.9516,120.2852,120.6184,120.2852,119.952,119.6188,119.6188,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,123.9504,123.9504,123.9504,123.6172,123.6172,123.6172,123.6172,122.9508,122.9508,122.9508,122.2844,121.2848,120.2852,119.952,119.6188,119.6188,118.9524,118.286,117.9528,116.62,116.2868,116.2868,115.6204,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288],[123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,121.9512,121.2848,120.9516,121.2848,121.618,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.2832,125.6164,124.95,124.95,124.6168,123.28399999999999,121.9512,121.2848,120.2852,120.2852,119.952,120.2852,120.9516,121.9512,123.6172,125.2832,124.95,124.95,124.95,124.95,124.6168,124.6168,123.9504,123.9504,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,127.6156,127.9488,128.282,128.6152,129.948,130.6144,131.9472,132.2804,132.6136,132.9468,133.6132,133.6132,133.6132,132.9468,131.9472,130.6144,131.2808,131.2808,130.6144,130.6144,129.948,128.9484,128.282,126.616,125.6164,124.6168,123.6172,122.9508,122.2844,121.9512,120.6184,119.6188,118.286,117.6196,117.2864,116.62,115.9536,115.6204,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,113.288,112.2884,112.2884,110.9556,110.2892,109.956,108.28999999999999,106.9572,105.9576,104.958,103.292,101.9592,100.6264,98.96039999999999,98.294,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.9616,95.2952,94.6288,94.6288,93.9624,93.6292,92.6296,91.9632,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,90.9636,90.9636,90.9636,90.2972,89.964,89.2976,88.63119999999999,87.9648,85.9656,84.6328,84.2996,82.96679999999999,82.3004,81.634,80.9676,80.3012,78.9684,77.6356,75.6364,74.3036,73.63719999999999,72.3044,71.9712,69.972,68.6392,67.3064,65.9736,65.3072,63.6412,61.9752,61.3088,59.309599999999996,58.6432,56.977199999999996,54.978,53.6452,52.3124,50.3132,49.6468,47.6476,46.3148,45.3152,43.9824,43.316,41.65,40.9836,40.3172,38.9844,37.9848,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.3192,34.6528,33.32,32.6536,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,35.3192,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,39.3176,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.3068,65.9736,65.9736,65.9736,65.3072,65.6404,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.636,75.9696,75.9696,76.636,77.3024,78.30199999999999,79.6348,80.3012,80.3012,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,94.962,96.2948,96.628,97.2944,98.6272,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,102.2924,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,109.956,109.956,109.956,109.956,110.2892,110.2892,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,110.6224,110.2892,109.956,109.956,109.6228,108.9564,108.9564,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.9556,110.9556,111.622,112.6216,113.95439999999999,115.6204,116.9532,118.9524,120.9516,122.6176,123.9504,124.95,124.95,124.95,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,121.9512,120.9516,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.2852,118.9524,118.286,117.6196,116.62,115.6204,114.6208,114.2876,113.6212,113.288,112.2884,111.622,111.9552,112.6216,113.288,113.6212,115.2872,115.6204,116.2868,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.2868,114.954,114.2876,113.288,112.95479999999999,113.6212,113.6212,114.6208,115.2872,115.6204,116.2868,117.6196,117.9528,118.9524,119.6188,120.2852,120.9516,121.2848,121.9512,121.9512,121.9512,120.9516,120.9516,120.2852,120.6184,120.2852,119.952,119.6188,119.6188,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.952,119.952,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,124.95,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,121.2848,120.2852,119.6188,118.9524,118.61919999999999,117.2864,116.62,116.2868,115.9536,115.6204,115.2872,114.6208,114.6208,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216],[122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,121.9512,121.2848,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,124.6168,124.95,124.6168,124.6168,123.9504,122.6176,121.9512,120.2852,120.2852,119.6188,119.952,119.952,120.2852,121.9512,123.6172,123.9504,124.6168,124.95,124.95,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.6172,124.28359999999999,124.6168,125.2832,125.6164,126.2828,126.2828,127.2824,127.6156,127.9488,128.6152,129.6148,130.9476,131.614,131.9472,132.6136,132.6136,132.6136,132.6136,131.9472,130.6144,130.6144,131.2808,131.2808,130.6144,130.6144,129.948,128.9484,128.282,126.616,125.6164,124.6168,123.6172,123.28399999999999,122.9508,121.9512,120.6184,119.6188,118.286,117.6196,117.2864,116.62,116.62,115.9536,114.954,114.2876,114.6208,113.95439999999999,113.6212,113.288,112.95479999999999,112.2884,110.9556,109.956,109.2896,107.9568,106.9572,105.6244,103.62519999999999,102.2924,101.2928,99.96,98.96039999999999,97.96079999999999,97.2944,97.2944,97.2944,96.2948,95.9616,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.6296,91.63,91.2968,90.6304,90.6304,90.6304,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.2976,88.298,88.298,87.2984,85.9656,84.966,83.6332,82.3004,81.634,80.9676,80.3012,79.6348,78.9684,76.9692,76.3028,74.3036,72.9708,72.3044,71.638,70.6384,69.3056,67.3064,65.9736,65.3072,63.9744,61.9752,60.6424,59.309599999999996,57.9768,56.3108,55.6444,53.6452,52.3124,50.3132,49.6468,47.6476,46.9812,45.3152,44.6488,43.316,42.6496,40.9836,40.3172,39.6508,38.9844,37.9848,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,33.986399999999996,32.6536,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,35.3192,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,39.3176,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,66.64,65.9736,65.9736,65.9736,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,88.9644,88.9644,88.298,87.6316,87.2984,86.9652,87.2984,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,96.2948,97.2944,98.6272,99.96,100.2932,100.9596,100.9596,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.9596,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,108.6232,109.2896,109.2896,108.6232,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.2888,110.9556,110.6224,110.2892,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.956,110.9556,110.9556,111.622,113.288,113.95439999999999,115.6204,116.9532,117.9528,120.2852,122.6176,123.9504,124.95,125.6164,125.6164,124.95,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,121.9512,120.9516,119.2856,119.2856,119.2856,119.2856,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,120.9516,119.952,118.9524,118.286,117.6196,116.62,115.6204,114.6208,113.6212,113.288,112.6216,111.622,111.622,111.622,111.622,112.6216,113.288,114.2876,114.6208,115.6204,115.9536,116.2868,116.62,116.62,116.62,116.62,116.2868,116.2868,115.6204,114.2876,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,114.6208,115.2872,115.6204,115.6204,116.9532,117.6196,118.286,118.9524,120.2852,120.2852,120.9516,121.2848,121.2848,121.9512,120.9516,120.9516,120.2852,120.6184,120.2852,119.952,119.6188,119.6188,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.952,119.952,119.952,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.95,124.95,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,121.9512,120.6184,120.2852,119.6188,118.9524,117.6196,117.2864,116.62,115.9536,115.9536,115.2872,114.6208,114.6208,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216],[121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,121.2848,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,124.28359999999999,123.28399999999999,123.28399999999999,123.9504,123.28399999999999,122.6176,121.618,120.6184,119.6188,119.6188,118.9524,118.9524,118.9524,119.6188,120.9516,122.9508,123.28399999999999,123.9504,123.9504,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.95,125.6164,126.2828,126.2828,126.9492,128.282,128.6152,130.6144,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.2812,130.2812,130.2812,130.6144,130.6144,129.948,128.9484,128.282,126.616,125.9496,124.6168,123.6172,123.28399999999999,122.9508,121.9512,120.6184,119.6188,118.286,117.6196,117.2864,117.2864,116.62,116.2868,115.9536,115.6204,114.6208,114.6208,113.6212,113.6212,112.95479999999999,111.9552,110.9556,109.956,108.28999999999999,107.6236,105.6244,104.958,103.62519999999999,102.2924,101.2928,99.96,98.294,97.2944,96.628,96.2948,95.6284,94.962,93.9624,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.2968,89.964,89.2976,89.2976,88.63119999999999,88.298,87.6316,87.6316,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.632,85.9656,84.966,83.6332,82.96679999999999,81.634,80.9676,79.968,79.3016,78.6352,77.6356,76.3028,75.6364,73.63719999999999,72.9708,71.3048,70.6384,69.972,69.3056,67.6396,66.3068,64.974,63.308,61.9752,60.6424,58.6432,57.3104,55.6444,54.978,53.312,51.646,50.3132,49.6468,48.314,46.9812,45.9816,44.6488,43.9824,42.9828,41.65,40.9836,40.3172,39.6508,38.9844,37.9848,36.652,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,33.986399999999996,32.6536,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,39.3176,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.9744,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.3028,75.6364,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.9656,85.9656,86.632,87.2984,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.2984,87.2984,86.9652,87.2984,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,96.628,97.2944,98.6272,98.96039999999999,100.9596,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,100.9596,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,101.626,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,101.626,101.626,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,105.6244,105.6244,105.9576,105.9576,106.624,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.6228,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.6228,108.9564,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.956,109.956,110.6224,110.6224,110.9556,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,112.6216,112.6216,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.9556,109.956,109.956,109.956,108.9564,107.9568,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,111.622,112.6216,113.6212,114.6208,115.6204,116.62,117.6196,119.952,121.2848,123.28399999999999,124.6168,124.95,125.6164,124.95,124.6168,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,121.2848,120.2852,119.2856,118.286,118.286,118.61919999999999,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.952,119.952,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,119.952,119.2856,118.286,117.6196,116.62,115.6204,114.954,113.6212,112.95479999999999,112.2884,111.2888,111.2888,111.2888,111.2888,112.6216,113.288,113.288,113.6212,114.6208,114.6208,115.2872,115.9536,116.2868,116.2868,114.954,114.954,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.6208,115.6204,115.6204,116.62,117.2864,117.9528,118.61919999999999,118.9524,119.6188,119.6188,120.2852,120.2852,120.6184,120.6184,120.6184,120.6184,120.6184,119.952,119.952,119.6188,119.6188,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.6176,122.2844,121.9512,121.2848,119.952,119.6188,118.9524,117.9528,116.9532,116.2868,115.6204,114.954,114.6208,113.6212,113.6212,113.288,113.288,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622],[121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.618,120.9516,120.2852,119.6188,119.2856,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,121.2848,121.2848,121.618,121.618,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,124.28359999999999,123.28399999999999,122.9508,123.28399999999999,122.6176,121.618,120.9516,119.952,119.6188,118.61919999999999,118.61919999999999,118.286,118.286,118.9524,119.952,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,124.6168,125.6164,125.6164,126.2828,126.2828,127.6156,128.6152,129.6148,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.2812,130.2812,130.2812,130.2812,130.2812,130.6144,130.6144,129.948,128.9484,128.282,126.616,125.9496,125.2832,124.28359999999999,123.28399999999999,122.9508,121.9512,120.6184,119.6188,118.286,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.2872,114.6208,113.6212,113.6212,112.95479999999999,111.9552,110.9556,109.956,108.28999999999999,106.9572,105.6244,103.9584,103.292,101.9592,100.6264,99.96,98.294,97.2944,95.6284,94.6288,94.962,93.6292,92.9628,92.2964,92.2964,91.2968,91.2968,90.2972,89.964,88.9644,88.298,87.2984,87.2984,86.632,85.9656,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,84.966,84.2996,83.6332,82.3004,81.634,81.634,80.6344,79.968,79.3016,77.6356,76.9692,75.6364,74.3036,72.9708,72.3044,71.3048,69.972,69.3056,68.306,67.6396,66.9732,64.974,63.6412,61.9752,59.976,58.6432,57.3104,55.6444,54.3116,53.312,51.9792,50.3132,48.980399999999996,48.314,47.6476,45.9816,45.3152,43.9824,43.316,42.3164,41.65,40.9836,40.3172,39.6508,38.9844,37.9848,37.3184,36.652,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.3192,33.986399999999996,32.6536,31.9872,31.3208,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.984,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,55.3112,55.3112,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,87.6316,87.6316,87.2984,87.2984,86.9652,87.2984,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,92.6296,93.29599999999999,93.6292,94.6288,94.962,95.2952,95.2952,95.2952,95.6284,97.2944,97.96079999999999,98.96039999999999,99.6268,101.2928,101.9592,102.6256,102.9588,102.9588,102.6256,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,105.6244,105.6244,105.9576,105.9576,106.624,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,108.9564,108.28999999999999,107.9568,107.2904,107.2904,107.2904,107.9568,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.6228,108.9564,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.6224,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.6216,112.6216,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.2892,109.956,109.956,108.9564,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.956,111.622,113.288,114.2876,115.2872,115.9536,115.9536,117.6196,117.9528,120.2852,122.2844,123.9504,124.6168,124.95,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,122.2844,122.6176,122.6176,122.6176,121.2848,119.952,119.2856,118.286,117.9528,117.9528,117.9528,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,119.952,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,119.952,119.2856,118.286,117.6196,116.62,115.6204,114.954,113.6212,112.95479999999999,111.622,111.2888,110.6224,110.2892,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,115.2872,115.2872,114.954,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,115.2872,115.6204,116.62,116.62,117.6196,117.9528,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.6184,120.6184,120.6184,120.6184,119.952,119.952,119.6188,119.6188,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,127.2824,127.2824,126.616,126.616,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,120.9516,119.952,119.6188,118.286,117.6196,116.62,115.6204,114.954,114.6208,113.6212,113.6212,113.288,112.6216,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622],[121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,121.2848,119.6188,119.2856,119.2856,119.2856,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,119.952,119.952,120.9516,121.2848,121.2848,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,124.28359999999999,123.28399999999999,122.9508,122.9508,122.6176,120.9516,120.2852,119.6188,118.9524,118.61919999999999,117.9528,117.9528,117.9528,118.286,119.952,121.2848,122.2844,122.6176,122.6176,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.618,122.2844,122.2844,122.9508,123.9504,124.6168,125.2832,125.6164,125.6164,126.2828,127.6156,127.9488,129.6148,129.948,130.6144,130.6144,130.2812,130.2812,130.2812,129.6148,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,129.948,128.9484,128.282,126.616,125.9496,125.2832,124.28359999999999,123.28399999999999,122.9508,121.9512,120.6184,119.6188,118.286,117.6196,117.2864,117.2864,117.6196,116.9532,115.9536,115.9536,115.2872,114.6208,113.6212,113.6212,112.95479999999999,111.9552,110.6224,109.2896,107.9568,106.624,105.6244,103.9584,102.6256,101.9592,100.6264,99.6268,97.96079999999999,96.628,94.962,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.63,90.6304,89.964,89.2976,88.298,87.9648,86.632,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,80.6344,79.968,78.9684,78.30199999999999,77.3024,75.6364,74.3036,73.63719999999999,71.9712,71.3048,70.6384,69.6388,68.306,67.6396,66.64,65.9736,65.3072,62.6416,61.3088,59.976,58.31,56.977199999999996,55.6444,54.978,53.312,51.646,50.9796,48.980399999999996,48.314,46.9812,46.3148,45.3152,44.6488,43.6492,42.9828,42.3164,41.65,40.9836,40.3172,39.6508,38.9844,37.9848,37.3184,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,33.986399999999996,32.6536,31.9872,31.3208,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.9656,86.9652,87.2984,87.2984,87.2984,87.6316,88.298,88.298,88.298,88.298,88.298,88.298,87.6316,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.6296,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,96.2948,97.2944,97.96079999999999,99.6268,100.9596,101.9592,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,103.292,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,108.9564,108.28999999999999,107.9568,107.2904,107.2904,107.2904,107.6236,107.6236,107.6236,108.28999999999999,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.2904,107.2904,107.2904,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.624,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,109.2896,110.9556,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.2892,110.2892,109.956,108.9564,108.9564,108.28999999999999,107.6236,106.9572,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.956,111.622,113.6212,114.2876,115.6204,115.9536,115.9536,116.62,117.2864,118.61919999999999,120.2852,122.2844,123.28399999999999,123.9504,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,120.9516,119.952,118.9524,118.286,117.9528,117.9528,117.9528,117.9528,118.9524,118.9524,118.286,118.286,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,120.2852,120.2852,120.9516,120.9516,119.952,119.2856,118.61919999999999,117.9528,116.62,115.6204,114.954,113.6212,112.2884,111.622,111.2888,110.6224,110.2892,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.2876,113.95439999999999,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,115.2872,115.6204,115.9536,116.62,117.6196,117.9528,118.61919999999999,118.9524,118.9524,119.6188,119.6188,119.952,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.6188,119.6188,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.9508,121.9512,120.9516,119.952,119.2856,117.6196,116.9532,115.6204,114.954,113.95439999999999,113.6212,113.288,113.288,112.6216,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888],[120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.2848,120.9516,120.9516,120.2852,119.2856,118.9524,118.9524,118.9524,119.2856,119.952,119.952,119.952,120.2852,120.2852,119.6188,119.6188,120.2852,120.9516,120.9516,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,124.6168,124.28359999999999,123.28399999999999,122.9508,122.9508,121.9512,120.6184,119.952,118.9524,118.286,117.9528,117.6196,117.6196,117.6196,117.9528,118.9524,119.952,121.618,121.9512,122.6176,122.2844,122.2844,121.9512,121.2848,121.2848,121.2848,121.618,121.618,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.2832,125.6164,125.6164,126.616,127.2824,127.9488,128.6152,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,129.948,128.9484,128.282,126.616,125.9496,125.2832,124.28359999999999,123.28399999999999,122.9508,121.9512,121.2848,119.6188,118.9524,117.6196,117.6196,117.6196,117.6196,117.6196,116.62,115.9536,115.2872,114.6208,113.6212,113.6212,112.95479999999999,111.2888,110.6224,109.2896,107.9568,106.2908,105.2912,103.62519999999999,102.6256,101.9592,100.6264,99.6268,97.6276,96.628,95.2952,94.6288,93.9624,92.6296,91.63,90.6304,90.6304,89.964,89.2976,88.298,87.9648,86.632,85.6324,84.2996,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.634,81.3008,81.3008,81.3008,80.3012,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.636,75.9696,74.3036,72.9708,71.9712,70.6384,69.972,69.3056,68.306,66.9732,65.9736,65.3072,64.6408,63.308,61.3088,59.976,58.31,56.977199999999996,55.6444,54.978,53.312,52.6456,50.9796,50.3132,48.314,47.6476,46.3148,45.6484,44.6488,43.9824,42.9828,42.3164,41.65,40.9836,40.3172,40.3172,39.6508,38.9844,37.9848,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,33.986399999999996,32.6536,31.9872,31.3208,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.6428,59.6428,60.3092,60.3092,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,63.308,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,70.3052,70.3052,70.6384,70.6384,69.972,69.972,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.3004,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,87.6316,87.6316,87.6316,87.6316,87.6316,87.6316,87.6316,87.6316,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.9644,88.63119999999999,89.964,89.964,91.2968,91.2968,91.2968,91.63,91.63,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,96.2948,97.2944,98.96039999999999,100.6264,101.2928,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,103.9584,103.292,102.6256,102.6256,101.9592,101.626,101.2928,101.2928,101.626,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,105.6244,105.6244,105.9576,106.624,106.2908,106.9572,106.9572,106.9572,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.2892,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.624,106.624,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.2892,109.956,108.9564,108.9564,108.28999999999999,107.9568,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.956,111.622,113.288,114.2876,115.6204,115.9536,115.9536,116.2868,116.62,117.6196,119.952,120.2852,121.9512,122.2844,122.2844,122.2844,121.9512,120.9516,120.9516,120.2852,119.952,119.952,119.952,119.952,119.6188,118.9524,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.9524,118.9524,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.6188,120.2852,120.9516,120.9516,119.952,119.2856,118.61919999999999,117.9528,116.62,115.6204,114.954,113.6212,112.2884,111.622,111.2888,110.6224,110.2892,110.9556,111.622,111.622,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,114.2876,114.2876,115.2872,115.2872,115.9536,116.62,117.6196,117.6196,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.9512,121.2848,120.2852,119.2856,117.6196,116.9532,115.6204,114.954,113.95439999999999,113.288,113.288,112.6216,112.6216,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888],[119.952,119.952,119.952,119.952,120.2852,120.9516,120.9516,120.2852,120.2852,120.2852,119.2856,119.2856,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,120.2852,120.9516,121.2848,121.9512,121.9512,121.9512,122.6176,122.2844,122.2844,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,126.9492,126.9492,126.616,125.9496,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.2844,122.2844,121.9512,119.952,119.6188,118.286,117.6196,117.2864,116.62,116.62,117.2864,117.6196,118.286,119.2856,119.952,120.9516,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,120.2852,120.9516,121.2848,121.618,122.2844,123.28399999999999,123.9504,124.28359999999999,124.95,125.2832,125.6164,125.9496,126.616,127.6156,127.6156,127.9488,127.9488,128.9484,128.9484,129.2816,129.2816,129.2816,129.948,129.948,130.6144,130.6144,130.6144,129.2816,128.6152,128.282,126.616,125.6164,125.2832,123.9504,123.28399999999999,122.6176,121.9512,121.2848,119.952,119.2856,118.9524,118.9524,118.286,118.286,117.9528,116.9532,116.62,115.6204,114.954,113.95439999999999,113.6212,112.95479999999999,111.622,110.6224,109.2896,107.9568,106.624,105.9576,104.6248,103.292,101.9592,100.6264,99.6268,97.6276,97.2944,95.6284,94.6288,93.9624,92.6296,91.63,90.6304,89.964,89.2976,88.298,87.9648,86.632,86.2988,84.966,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.3008,80.6344,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,72.6376,71.9712,70.6384,69.972,68.306,67.6396,66.9732,65.6404,64.6408,63.9744,62.6416,61.3088,59.309599999999996,57.9768,56.977199999999996,55.6444,54.6448,53.312,52.3124,51.646,49.6468,48.980399999999996,47.6476,46.9812,45.9816,45.3152,44.6488,43.9824,42.9828,42.3164,41.65,40.9836,40.3172,40.3172,39.6508,38.9844,37.9848,37.3184,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.3192,33.986399999999996,32.6536,31.9872,31.3208,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.9844,39.6508,39.6508,40.3172,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.315599999999996,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,57.3104,57.3104,57.3104,57.3104,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.6412,64.3076,64.974,65.6404,66.64,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.97,75.6364,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,84.2996,84.966,85.6324,85.6324,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.6316,87.6316,88.298,88.63119999999999,89.964,89.964,90.6304,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,94.962,94.962,95.2952,95.6284,96.2948,96.628,97.2944,98.96039999999999,100.9596,101.9592,103.292,103.9584,104.6248,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,105.6244,105.6244,104.958,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,108.6232,108.6232,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,108.28999999999999,109.956,110.9556,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.9556,110.6224,109.956,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.6232,109.6228,110.9556,112.95479999999999,114.2876,115.2872,115.6204,116.62,116.62,117.2864,117.6196,118.9524,119.952,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,119.952,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,118.286,118.286,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.61919999999999,118.9524,119.6188,119.952,119.952,119.2856,118.61919999999999,117.9528,116.62,115.6204,114.954,113.6212,112.95479999999999,111.622,111.2888,110.6224,110.6224,111.2888,111.622,111.622,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,114.954,115.2872,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,127.2824,127.2824,127.2824,126.616,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.952,118.9524,117.2864,115.6204,114.954,114.6208,113.288,113.288,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556],[119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,118.9524,118.286,117.9528,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.61919999999999,119.2856,119.6188,119.952,120.9516,121.618,121.9512,121.9512,122.6176,122.6176,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,125.9496,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.2844,121.9512,121.2848,119.2856,118.9524,117.9528,116.9532,116.62,116.62,116.62,116.62,116.62,117.2864,117.9528,117.9528,118.9524,119.952,120.2852,119.952,119.952,119.6188,119.952,119.952,119.952,120.2852,120.9516,121.2848,122.9508,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.95,125.2832,125.6164,125.9496,126.616,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,128.9484,129.6148,129.948,129.948,130.6144,130.6144,129.2816,128.6152,128.282,126.616,125.6164,124.6168,123.28399999999999,122.9508,122.6176,121.9512,121.2848,120.2852,119.952,118.9524,118.9524,118.9524,118.9524,118.286,116.9532,116.62,115.6204,114.954,113.95439999999999,113.288,112.2884,111.622,110.6224,109.2896,107.9568,106.624,105.9576,104.6248,103.292,101.9592,100.6264,99.6268,98.294,97.2944,95.6284,94.6288,93.9624,92.6296,91.63,90.2972,89.964,88.298,87.9648,86.9652,85.9656,84.966,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.9676,80.3012,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,69.972,69.3056,67.6396,66.9732,65.6404,64.3076,63.308,62.3084,61.3088,59.976,57.9768,56.644,55.6444,54.3116,53.312,52.6456,51.646,50.9796,48.980399999999996,48.314,46.9812,46.3148,45.3152,44.6488,44.6488,43.9824,42.9828,42.3164,41.65,40.9836,40.3172,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.3192,34.6528,33.32,32.6536,31.9872,31.3208,31.9872,32.6536,33.32,34.6528,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.3104,57.9768,57.9768,58.6432,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.976,60.6424,60.9756,61.641999999999996,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.9744,65.3072,65.3072,65.3072,64.6408,64.6408,63.9744,63.9744,63.6412,63.6412,63.6412,64.3076,64.974,65.6404,66.64,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.3044,72.3044,72.3044,72.3044,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,73.63719999999999,74.3036,75.6364,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.3028,76.3028,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,84.966,84.966,85.6324,85.6324,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.9648,86.632,86.632,86.632,86.632,86.632,86.632,86.632,85.9656,85.9656,85.9656,87.2984,87.6316,88.9644,89.2976,89.964,90.2972,90.6304,91.63,91.63,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.962,95.2952,95.6284,96.628,97.2944,98.6272,98.96039999999999,101.2928,103.292,103.9584,104.6248,105.2912,105.2912,105.2912,105.6244,106.624,106.624,106.624,106.624,106.2908,106.2908,105.6244,105.9576,105.6244,105.9576,105.6244,105.6244,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.9576,106.624,106.624,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.9556,110.9556,111.622,111.622,110.9556,110.9556,110.2892,110.2892,110.2892,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,109.2896,110.2892,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.9556,110.6224,109.956,108.6232,107.9568,107.6236,107.6236,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,108.6232,109.6228,110.9556,112.95479999999999,113.288,114.954,115.6204,115.9536,116.62,117.2864,117.2864,118.286,118.9524,120.2852,120.2852,120.9516,120.9516,120.2852,120.2852,119.952,119.952,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,118.61919999999999,118.9524,119.6188,119.952,119.952,119.952,118.9524,118.61919999999999,117.2864,115.6204,114.954,113.6212,112.95479999999999,111.622,111.2888,110.6224,110.6224,111.2888,111.622,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.9536,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,117.9528,118.61919999999999,118.9524,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,127.2824,127.2824,127.2824,127.2824,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,121.9512,120.9516,119.952,119.2856,117.2864,116.62,115.6204,114.954,113.6212,113.288,112.95479999999999,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556],[118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,118.9524,118.9524,118.9524,118.286,117.6196,116.9532,116.9532,116.9532,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.9528,118.61919999999999,118.9524,119.6188,120.2852,120.9516,121.2848,121.9512,121.9512,122.6176,122.9508,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,127.2824,127.2824,127.2824,127.6156,126.9492,126.616,125.9496,125.2832,125.2832,124.28359999999999,123.6172,122.9508,121.9512,120.9516,120.2852,118.9524,118.61919999999999,117.6196,116.62,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,116.62,116.62,117.6196,117.6196,118.286,118.61919999999999,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,120.2852,120.9516,122.2844,122.9508,123.28399999999999,123.6172,123.6172,124.28359999999999,124.6168,125.2832,125.9496,126.616,126.9492,127.6156,127.6156,127.9488,128.6152,128.6152,128.9484,129.6148,129.948,129.948,130.6144,130.6144,129.2816,128.6152,128.282,126.616,125.6164,124.6168,123.6172,122.9508,122.9508,122.2844,121.618,120.9516,120.9516,119.952,119.952,119.952,119.2856,118.286,117.6196,116.62,115.6204,114.954,113.95439999999999,113.288,112.2884,111.622,109.956,109.2896,107.9568,106.624,105.9576,104.6248,103.292,101.9592,100.6264,99.6268,98.294,97.2944,95.6284,94.6288,93.9624,93.29599999999999,91.63,90.2972,89.964,88.298,87.9648,86.9652,85.9656,84.966,82.96679999999999,81.9672,81.9672,81.3008,81.3008,80.6344,80.3012,79.6348,78.9684,78.30199999999999,76.9692,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,70.6384,69.972,68.9724,68.306,66.9732,65.9736,64.6408,63.308,61.3088,60.6424,59.6428,58.31,56.977199999999996,55.6444,53.9784,53.312,51.646,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.647999999999996,45.9816,45.3152,44.6488,43.9824,43.9824,42.9828,42.3164,41.65,40.9836,40.3172,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,34.6528,33.32,32.6536,31.9872,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,40.3172,40.9836,40.9836,41.65,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.6428,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.6412,64.3076,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,65.3072,64.6408,64.6408,65.3072,65.3072,66.64,67.3064,68.6392,69.3056,69.972,70.6384,70.9716,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,76.9692,76.9692,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,84.966,84.966,85.6324,85.6324,86.2988,86.2988,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.632,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,85.6324,86.632,87.9648,88.63119999999999,88.63119999999999,90.2972,90.6304,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.2952,95.6284,96.628,97.2944,98.6272,98.96039999999999,101.2928,103.292,104.6248,104.958,105.6244,105.6244,105.9576,105.9576,106.624,106.624,106.624,106.624,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,104.958,104.958,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.292,103.292,103.9584,104.6248,104.6248,104.6248,105.6244,105.9576,106.624,106.624,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,109.6228,109.2896,109.2896,108.6232,108.6232,108.6232,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,111.622,111.622,111.9552,111.9552,111.622,111.622,111.2888,110.9556,109.956,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,109.2896,109.956,110.6224,110.9556,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.9556,110.6224,109.956,108.6232,107.9568,107.6236,107.6236,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,108.6232,109.6228,110.6224,112.2884,112.95479999999999,113.6212,114.2876,115.6204,115.9536,116.62,117.2864,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,118.61919999999999,119.6188,119.6188,119.952,119.952,118.9524,118.61919999999999,117.2864,115.6204,114.954,113.6212,112.95479999999999,111.622,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.9528,118.286,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.95,124.95,124.95,124.95,124.95,124.95,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,127.2824,127.2824,127.2824,127.2824,126.2828,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,122.2844,122.6176,120.9516,120.6184,120.2852,118.9524,117.9528,116.9532,115.9536,115.6204,114.2876,113.6212,112.95479999999999,112.2884,111.622,111.622,111.2888,111.2888,110.2892,110.2892,110.2892,110.2892],[117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,117.6196,116.62,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,116.2868,116.2868,115.9536,116.62,117.6196,117.9528,118.286,118.9524,119.6188,119.952,120.9516,121.2848,121.2848,121.9512,122.2844,123.28399999999999,123.9504,124.6168,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,127.2824,127.2824,127.9488,127.2824,127.6156,126.9492,126.616,125.9496,125.2832,125.2832,124.28359999999999,122.9508,122.2844,121.618,120.2852,119.952,118.61919999999999,117.2864,116.62,115.9536,115.2872,114.6208,114.2876,114.6208,115.2872,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,117.6196,117.9528,117.9528,118.286,118.286,118.9524,119.2856,119.2856,119.952,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.6172,124.28359999999999,125.2832,125.6164,125.9496,126.616,126.9492,127.6156,127.6156,128.6152,128.9484,129.6148,129.948,129.948,130.6144,130.6144,129.2816,128.6152,128.282,126.616,125.6164,124.6168,123.6172,122.9508,122.9508,122.9508,122.2844,121.2848,121.2848,120.2852,120.2852,119.952,119.952,118.9524,117.6196,116.9532,115.6204,114.954,113.95439999999999,113.288,112.2884,111.2888,109.956,109.2896,107.9568,106.624,105.9576,104.6248,103.292,102.2924,101.2928,99.6268,98.294,97.2944,95.6284,95.2952,94.6288,93.29599999999999,91.63,90.2972,89.964,88.298,87.9648,86.9652,85.9656,84.966,82.96679999999999,81.3008,81.3008,80.6344,79.968,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,70.9716,69.972,68.6392,67.6396,66.9732,65.9736,64.6408,63.308,61.641999999999996,60.6424,59.309599999999996,58.31,57.6436,55.6444,54.3116,53.312,51.9792,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.9816,45.3152,44.6488,43.9824,43.316,43.316,42.3164,42.3164,41.65,40.9836,40.3172,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.3208,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,40.9836,41.65,41.65,42.3164,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,56.644,57.3104,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,63.308,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,67.3064,66.64,65.9736,65.9736,65.9736,65.9736,67.3064,67.97279999999999,69.3056,69.972,70.6384,71.3048,71.638,72.3044,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.97,75.6364,76.9692,77.6356,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.9692,76.9692,76.9692,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,84.2996,84.966,85.6324,85.6324,86.2988,86.9652,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.2988,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.96679999999999,83.6332,85.2992,86.632,87.2984,87.9648,89.2976,89.964,91.2968,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.962,95.2952,95.6284,96.628,97.2944,98.6272,99.6268,101.9592,103.62519999999999,104.958,105.6244,105.6244,105.9576,105.9576,105.9576,106.624,106.624,106.624,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,104.6248,105.2912,105.2912,105.2912,105.9576,105.9576,106.624,106.624,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.956,109.956,109.956,110.2892,110.9556,110.9556,110.9556,109.6228,109.6228,109.2896,109.2896,108.6232,108.6232,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.9556,110.9556,111.622,111.9552,111.9552,112.95479999999999,112.95479999999999,111.9552,111.2888,109.956,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.9564,109.2896,109.956,110.6224,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.9564,109.956,111.622,112.2884,112.6216,113.6212,114.954,115.6204,115.9536,116.62,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,117.9528,117.2864,117.2864,117.9528,118.286,118.9524,119.6188,119.952,119.952,118.9524,118.61919999999999,117.2864,115.6204,114.954,113.6212,112.95479999999999,111.622,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.95,124.95,124.95,124.95,124.95,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,127.2824,127.2824,126.616,125.6164,125.6164,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.6176,122.2844,122.2844,122.2844,122.6176,120.9516,120.6184,120.2852,119.6188,118.61919999999999,117.9528,116.9532,115.9536,114.954,114.2876,113.288,112.2884,111.622,111.622,111.2888,111.2888,110.2892,110.2892,110.2892,110.2892],[117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.2872,114.954,114.2876,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.954,115.6204,115.9536,116.62,117.2864,117.6196,118.286,118.9524,119.6188,120.2852,120.6184,121.2848,122.2844,122.6176,123.9504,123.9504,125.2832,125.6164,126.2828,126.2828,126.616,126.616,127.2824,127.2824,127.9488,127.2824,127.6156,126.9492,126.616,126.616,125.2832,125.2832,124.28359999999999,123.28399999999999,122.2844,120.9516,119.952,118.9524,117.2864,115.9536,114.6208,114.2876,114.2876,113.6212,113.6212,113.6212,114.2876,114.6208,114.954,114.954,114.954,114.954,114.954,115.9536,116.62,117.2864,117.2864,117.2864,117.9528,118.286,118.61919999999999,119.2856,120.9516,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,123.6172,124.6168,125.2832,125.2832,125.6164,126.2828,126.2828,126.9492,127.9488,128.6152,129.2816,129.948,129.948,130.6144,130.6144,129.948,128.9484,128.282,126.616,125.6164,124.6168,123.6172,123.28399999999999,123.6172,123.28399999999999,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.2852,119.952,118.286,117.6196,116.2868,115.6204,113.95439999999999,112.95479999999999,112.2884,111.2888,109.956,109.2896,107.9568,106.624,105.9576,104.6248,103.62519999999999,102.2924,101.2928,99.96,98.96039999999999,97.2944,96.2948,94.962,94.6288,93.29599999999999,91.63,90.2972,89.964,88.63119999999999,87.9648,86.9652,85.9656,84.2996,82.3004,81.3008,79.6348,78.9684,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,66.9732,66.3068,65.6404,64.6408,63.308,61.3088,59.976,58.9764,57.6436,56.977199999999996,56.3108,53.9784,52.6456,51.646,50.3132,49.6468,48.980399999999996,47.6476,46.9812,45.9816,45.3152,44.6488,43.9824,43.316,42.6496,42.3164,41.65,41.9832,41.3168,41.3168,40.6504,40.3172,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.32,31.9872,31.3208,31.3208,31.3208,31.9872,33.32,33.986399999999996,34.6528,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.641999999999996,62.3084,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.974,65.6404,66.3068,66.9732,67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,69.972,69.3056,68.306,67.6396,67.3064,66.64,66.64,66.64,67.3064,67.97279999999999,69.3056,69.972,70.6384,71.3048,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,75.6364,75.9696,76.636,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.9652,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.632,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,83.6332,84.966,85.9656,86.9652,87.9648,89.2976,90.2972,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.962,95.2952,95.6284,96.628,97.2944,98.294,99.6268,101.9592,103.62519999999999,104.958,105.2912,105.9576,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,112.2884,112.95479999999999,113.288,113.288,113.288,112.2884,110.9556,109.2896,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,109.956,110.2892,110.9556,111.2888,111.2888,111.9552,112.2884,112.2884,112.2884,111.622,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.6236,107.6236,106.2908,105.6244,105.6244,105.6244,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,109.2896,109.956,110.6224,112.2884,113.288,113.95439999999999,114.6208,114.6208,115.2872,115.6204,115.9536,116.62,116.62,117.2864,117.2864,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.286,118.286,118.286,117.6196,117.6196,116.9532,116.9532,117.2864,117.9528,118.9524,118.9524,119.6188,119.6188,118.9524,118.61919999999999,117.2864,115.9536,114.954,113.6212,112.2884,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.9552,112.2884,112.2884,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.6176,123.28399999999999,122.9508,122.2844,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.2852,119.952,119.2856,118.9524,117.9528,116.62,115.9536,114.954,113.95439999999999,113.288,112.2884,111.622,111.2888,110.9556,110.2892,109.956,109.2896,109.2896,109.2896],[116.62,116.62,116.62,116.62,115.9536,115.9536,115.2872,115.2872,115.9536,115.9536,115.6204,115.2872,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.2872,115.6204,116.2868,116.62,117.6196,117.9528,118.9524,119.6188,120.2852,121.2848,122.2844,122.6176,123.9504,123.9504,125.2832,125.2832,125.6164,126.2828,126.2828,126.616,126.9492,127.2824,127.2824,127.2824,127.6156,127.6156,126.9492,126.616,125.2832,124.6168,124.28359999999999,123.28399999999999,121.9512,120.9516,119.952,118.286,116.62,115.2872,113.95439999999999,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,115.9536,116.62,115.9536,116.62,117.2864,117.6196,117.9528,118.286,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,123.6172,124.28359999999999,124.6168,125.2832,125.6164,126.2828,126.9492,127.2824,128.6152,129.2816,129.948,129.948,130.6144,130.6144,129.948,128.9484,128.282,126.616,125.6164,124.6168,123.6172,123.28399999999999,123.6172,123.6172,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.618,120.9516,120.2852,118.9524,117.9528,116.62,115.9536,114.6208,113.288,112.2884,111.622,109.956,109.2896,107.9568,107.2904,105.9576,105.2912,103.62519999999999,102.6256,101.9592,100.6264,98.96039999999999,97.96079999999999,96.2948,94.962,94.6288,93.29599999999999,91.63,89.964,89.2976,88.63119999999999,87.9648,86.632,85.2992,84.2996,82.3004,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.3028,75.6364,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,71.9712,70.6384,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.3068,65.6404,64.3076,63.308,61.641999999999996,59.976,58.6432,57.6436,56.977199999999996,56.3108,54.978,52.6456,51.3128,50.3132,49.6468,48.314,47.3144,46.9812,46.3148,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.65,40.9836,41.3168,41.3168,40.6504,40.6504,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,31.3208,31.9872,33.32,33.986399999999996,35.3192,36.652,36.652,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,40.3172,40.3172,40.9836,41.65,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.9752,63.308,63.9744,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.9708,72.9708,72.9708,72.3044,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,67.3064,67.97279999999999,68.6392,69.972,70.6384,71.3048,71.9712,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.9652,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.632,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,82.3004,83.6332,84.966,85.9656,86.9652,88.298,88.9644,90.6304,91.63,92.6296,93.29599999999999,93.9624,94.6288,94.962,94.962,95.2952,95.6284,96.628,97.2944,98.294,99.96,102.2924,104.2916,105.6244,105.6244,106.624,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,111.9552,111.9552,111.2888,111.2888,110.2892,109.956,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,111.622,112.95479999999999,113.95439999999999,113.95439999999999,113.95439999999999,112.95479999999999,111.2888,109.2896,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,109.2896,109.956,110.2892,110.2892,111.2888,111.2888,112.2884,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.6236,107.6236,106.2908,105.6244,105.6244,105.6244,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,109.2896,109.956,111.622,112.2884,113.288,113.288,113.288,113.288,113.288,113.6212,114.6208,115.2872,115.2872,115.2872,116.62,116.62,116.9532,116.9532,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.286,118.286,118.286,117.6196,116.9532,116.62,116.62,116.9532,117.6196,118.286,118.9524,119.6188,119.6188,118.9524,118.61919999999999,117.2864,116.62,114.954,113.6212,112.2884,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,122.6176,122.6176,122.2844,121.2848,121.2848,120.9516,120.2852,119.952,119.952,119.952,119.952,119.952,120.6184,120.6184,120.2852,120.2852,119.6188,118.9524,118.286,116.9532,115.9536,114.954,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,111.2888,110.2892,109.956,109.2896,109.2896,108.9564,108.9564],[115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,114.954,114.954,114.954,114.954,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,115.6204,115.9536,116.9532,117.6196,118.286,118.9524,120.2852,121.2848,122.6176,122.6176,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,126.9492,126.616,125.2832,124.6168,123.28399999999999,122.9508,121.2848,120.2852,118.9524,117.9528,116.2868,114.954,113.95439999999999,113.6212,113.288,112.6216,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,115.2872,115.2872,115.9536,116.62,116.62,117.2864,117.9528,118.9524,119.6188,119.952,119.952,120.2852,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.6172,124.28359999999999,125.6164,126.2828,126.9492,127.2824,128.6152,129.2816,129.948,130.6144,130.9476,130.6144,129.948,128.9484,128.6152,126.616,125.6164,124.6168,123.6172,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.6188,117.9528,117.2864,115.9536,115.2872,113.288,112.95479999999999,111.622,110.6224,109.2896,107.9568,107.2904,106.624,105.2912,104.2916,102.6256,101.9592,101.2928,99.6268,98.6272,96.2948,94.962,94.6288,93.29599999999999,91.63,89.964,89.2976,88.63119999999999,87.9648,86.632,85.2992,83.6332,82.3004,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.3028,74.97,73.63719999999999,72.9708,72.9708,72.3044,71.9712,71.3048,70.6384,69.972,68.6392,67.97279999999999,67.97279999999999,67.3064,65.6404,64.974,63.9744,63.308,61.3088,60.6424,58.9764,57.6436,56.3108,55.6444,54.6448,53.312,51.646,50.3132,48.980399999999996,48.314,46.9812,46.3148,46.3148,45.6484,44.6488,43.9824,42.9828,42.3164,42.6496,41.9832,40.9836,40.9836,40.6504,40.6504,40.6504,40.6504,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.3208,30.6544,31.3208,31.9872,33.32,33.986399999999996,35.3192,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,40.3172,40.9836,40.9836,41.65,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,55.3112,55.9776,56.644,56.644,56.644,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,62.3084,62.3084,63.308,63.9744,64.6408,65.3072,65.9736,65.9736,66.9732,67.6396,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.9716,71.638,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,68.6392,69.3056,70.6384,71.3048,72.6376,73.304,74.3036,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.3012,80.3012,81.3008,81.634,81.634,81.634,81.634,81.634,81.634,80.9676,80.6344,79.968,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.9652,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.2988,85.6324,84.2996,82.96679999999999,81.9672,81.3008,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,82.3004,82.96679999999999,84.2996,84.966,86.2988,87.9648,88.9644,89.964,90.9636,92.2964,92.6296,93.6292,93.9624,94.6288,95.2952,95.2952,94.962,95.6284,96.628,97.2944,98.294,99.96,102.2924,104.2916,105.2912,105.9576,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.624,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,106.624,106.624,106.624,106.624,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.6224,110.6224,111.2888,111.2888,111.9552,111.9552,111.9552,111.2888,110.9556,110.9556,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.6224,111.622,112.95479999999999,113.95439999999999,114.2876,114.2876,113.288,111.2888,109.956,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,109.2896,109.956,110.2892,110.2892,111.2888,111.2888,112.2884,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.6236,107.6236,106.2908,105.6244,105.6244,105.6244,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,107.6236,108.28999999999999,109.2896,110.9556,111.2888,111.622,111.622,111.2888,111.2888,111.2888,111.2888,112.6216,113.288,113.6212,114.2876,115.2872,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,115.9536,116.62,116.62,116.62,117.6196,117.6196,118.286,118.286,118.286,118.286,117.6196,116.9532,116.62,116.62,116.62,116.9532,118.286,118.9524,119.6188,119.6188,118.9524,118.61919999999999,117.9528,116.62,115.9536,114.2876,112.2884,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.9532,116.9532,116.9532,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,122.6176,122.6176,122.6176,122.6176,121.9512,121.2848,120.9516,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.9528,116.62,115.6204,114.954,113.6212,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.2892,110.2892,109.2896,109.2896,108.9564,108.9564,108.9564],[115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.6208,115.6204,115.9536,116.9532,116.9532,117.9528,118.9524,120.2852,120.6184,122.6176,122.6176,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,126.9492,126.616,125.2832,124.6168,123.9504,122.9508,122.2844,120.9516,119.2856,118.61919999999999,116.62,115.6204,114.2876,113.288,113.288,112.6216,112.6216,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,113.288,113.6212,114.2876,114.954,115.2872,115.2872,116.62,116.62,117.2864,117.9528,118.286,118.286,118.61919999999999,119.2856,119.952,120.2852,120.9516,121.2848,122.2844,122.9508,123.28399999999999,124.28359999999999,125.2832,125.6164,126.2828,127.2824,128.6152,129.6148,130.6144,130.6144,130.9476,130.9476,130.6144,128.9484,128.6152,126.616,125.6164,124.6168,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,122.9508,121.9512,120.9516,119.6188,118.61919999999999,117.2864,115.9536,115.2872,113.288,112.95479999999999,111.622,110.6224,109.956,108.6232,107.2904,106.624,105.2912,104.2916,103.292,102.2924,101.2928,99.6268,98.6272,96.628,94.962,94.6288,93.29599999999999,91.63,89.964,89.2976,88.63119999999999,87.9648,86.632,85.2992,83.6332,82.3004,80.6344,79.968,78.30199999999999,77.3024,76.636,75.6364,74.97,73.63719999999999,72.9708,72.3044,71.638,71.3048,70.6384,69.972,69.3056,67.97279999999999,67.3064,66.64,65.9736,64.974,64.3076,63.308,62.6416,60.6424,59.309599999999996,57.6436,56.977199999999996,55.6444,54.978,53.9784,52.6456,50.9796,49.6468,48.314,47.3144,46.3148,45.6484,44.982,44.982,43.9824,43.316,42.3164,42.3164,41.9832,41.9832,40.9836,40.9836,40.6504,40.6504,40.6504,40.6504,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,33.32,32.6536,32.6536,31.9872,31.3208,31.3208,30.6544,31.3208,31.9872,33.32,33.986399999999996,35.3192,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,39.984,40.9836,40.9836,41.65,42.3164,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,54.6448,54.6448,55.3112,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.644,57.3104,57.3104,57.9768,58.31,58.31,58.9764,59.6428,59.6428,60.3092,60.3092,60.9756,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.9744,63.9744,64.6408,65.3072,66.3068,66.9732,68.306,68.9724,68.9724,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,69.972,70.6384,71.9712,73.304,73.9704,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.9676,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,81.3008,80.6344,80.3012,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,79.968,78.9684,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,79.968,79.968,79.6348,79.6348,79.6348,79.6348,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.9652,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.9652,86.2988,84.966,84.2996,82.3004,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,82.3004,82.96679999999999,84.2996,84.966,85.9656,87.2984,88.298,89.964,90.2972,90.9636,92.2964,93.29599999999999,93.6292,93.9624,94.6288,95.2952,95.2952,94.962,95.6284,96.628,97.2944,98.294,99.96,102.2924,104.2916,105.2912,105.9576,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,106.624,106.624,106.624,106.624,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.2892,110.6224,110.6224,111.2888,111.2888,111.9552,111.9552,111.9552,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.2896,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.6224,111.622,112.95479999999999,113.95439999999999,114.2876,114.2876,113.288,111.2888,109.956,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,109.2896,109.956,110.2892,110.9556,111.2888,111.2888,112.2884,112.2884,111.622,111.622,110.6224,109.956,109.2896,109.2896,108.28999999999999,107.9568,107.6236,107.6236,106.2908,105.6244,105.6244,105.6244,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,108.28999999999999,109.956,109.956,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,110.9556,111.622,113.288,113.6212,114.6208,115.2872,115.6204,115.6204,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.954,115.2872,115.9536,115.9536,115.9536,116.62,116.9532,117.6196,117.9528,118.286,118.286,117.9528,116.9532,116.9532,116.62,116.62,116.62,116.9532,117.9528,118.286,118.9524,118.9524,118.61919999999999,118.61919999999999,117.9528,117.2864,115.6204,113.95439999999999,112.2884,111.2888,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.9532,116.9532,116.9532,116.9532,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.2848,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.28399999999999,122.6176,122.2844,122.2844,121.9512,121.2848,120.9516,120.2852,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.286,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,116.62,115.6204,114.954,113.95439999999999,113.288,112.2884,111.622,111.2888,111.2888,110.2892,110.2892,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564],[114.954,114.954,114.954,114.954,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,115.6204,115.9536,116.62,116.62,117.6196,117.9528,119.952,121.2848,122.6176,122.9508,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.2832,124.6168,123.28399999999999,122.9508,121.618,120.9516,119.952,118.9524,117.9528,116.62,114.954,114.2876,112.95479999999999,112.2884,112.2884,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.954,115.2872,116.62,116.62,116.62,116.62,117.2864,117.2864,117.9528,118.286,118.61919999999999,118.9524,120.2852,120.2852,121.2848,121.9512,122.9508,123.28399999999999,124.95,125.2832,126.2828,126.9492,128.6152,129.6148,130.2812,130.2812,130.2812,130.2812,129.948,128.6152,127.9488,127.2824,125.9496,124.6168,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,124.6168,124.28359999999999,123.6172,122.9508,122.2844,121.2848,120.2852,118.61919999999999,117.9528,116.62,115.2872,113.6212,112.95479999999999,111.622,111.2888,109.956,108.9564,107.6236,106.9572,105.6244,104.6248,103.62519999999999,102.6256,101.2928,100.2932,98.6272,96.628,95.9616,94.6288,93.9624,91.9632,90.2972,89.2976,88.63119999999999,87.9648,86.632,85.2992,84.2996,82.3004,80.9676,79.968,78.6352,77.3024,76.636,75.6364,74.97,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,68.9724,68.306,66.9732,65.6404,64.974,64.974,63.9744,63.308,61.9752,61.3088,59.976,58.6432,56.977199999999996,56.3108,54.978,54.3116,52.9788,51.646,50.3132,48.980399999999996,46.9812,45.6484,44.982,44.315599999999996,43.9824,43.316,43.316,42.6496,42.6496,42.6496,41.65,41.65,41.65,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,39.6508,39.6508,38.9844,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.9876,30.9876,30.9876,30.9876,31.9872,33.32,33.986399999999996,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,66.9732,67.97279999999999,68.6392,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,70.6384,71.638,72.9708,74.3036,74.97,76.3028,77.3024,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,81.634,82.3004,82.3004,81.634,80.6344,79.968,79.968,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,79.968,80.6344,80.6344,80.6344,80.9676,80.9676,80.6344,80.6344,80.6344,79.968,79.968,80.3012,80.3012,80.3012,80.3012,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.9652,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,85.9656,85.9656,84.966,83.6332,82.3004,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.3004,83.6332,84.2996,85.6324,86.2988,86.9652,87.9648,88.9644,90.2972,90.9636,92.2964,92.2964,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,96.628,97.2944,98.96039999999999,99.96,102.2924,104.2916,105.6244,106.2908,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,104.958,104.958,105.9576,105.9576,106.2908,106.9572,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.624,106.624,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,109.6228,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,112.2884,113.288,113.288,113.288,112.2884,110.9556,109.2896,107.9568,107.6236,107.6236,107.6236,107.2904,107.2904,106.624,106.624,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,109.6228,110.2892,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.6224,109.956,109.2896,109.2896,107.9568,107.6236,107.6236,107.6236,106.624,105.9576,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,109.2896,110.9556,112.2884,113.288,114.6208,115.2872,115.9536,115.9536,115.9536,115.2872,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,116.2868,116.2868,116.9532,117.6196,118.286,118.286,118.286,118.286,117.9528,116.62,115.6204,113.95439999999999,112.2884,110.9556,110.2892,110.2892,110.9556,111.2888,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,116.62,116.9532,116.9532,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.2828,126.616,126.616,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,121.9512,121.2848,120.9516,120.2852,119.6188,118.9524,118.61919999999999,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.2868,116.2868,115.6204,115.2872,114.6208,113.6212,112.95479999999999,111.9552,111.9552,111.2888,110.6224,110.6224,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564],[114.954,114.2876,114.2876,114.2876,113.6212,113.288,113.288,112.6216,112.2884,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,115.6204,115.6204,115.9536,116.62,117.6196,117.9528,119.952,121.2848,122.6176,122.9508,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,124.6168,123.28399999999999,122.9508,122.2844,120.9516,119.952,118.9524,117.9528,116.9532,115.9536,114.2876,113.6212,113.288,112.2884,111.2888,111.2888,111.2888,111.2888,110.9556,110.2892,110.2892,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,114.954,114.954,116.2868,116.62,116.62,116.62,116.62,116.62,117.2864,117.9528,117.9528,118.61919999999999,119.6188,119.6188,120.9516,121.2848,122.2844,122.9508,124.28359999999999,124.95,125.6164,126.9492,128.6152,129.2816,129.6148,130.2812,130.2812,129.948,129.2816,128.6152,127.9488,127.2824,125.9496,125.2832,124.6168,123.9504,124.6168,124.6168,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.28399999999999,122.9508,121.9512,120.2852,119.2856,117.9528,116.62,115.2872,114.2876,112.95479999999999,112.2884,111.2888,110.2892,109.2896,107.9568,106.9572,105.9576,104.6248,103.62519999999999,103.292,102.2924,100.6264,98.96039999999999,97.2944,96.9612,95.6284,93.9624,92.6296,91.2968,90.2972,89.2976,88.298,87.2984,85.9656,84.6328,82.96679999999999,80.9676,79.968,79.3016,78.30199999999999,76.636,75.6364,74.97,73.63719999999999,72.3044,71.3048,70.6384,69.972,69.3056,68.306,67.6396,66.3068,64.974,64.3076,63.6412,63.308,62.6416,61.3088,60.6424,59.309599999999996,57.9768,56.3108,55.6444,54.3116,53.6452,52.3124,50.9796,49.6468,48.314,46.3148,44.982,44.315599999999996,43.6492,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,41.65,41.65,41.65,41.65,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,30.9876,30.9876,30.9876,30.9876,31.9872,33.32,33.986399999999996,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.9732,68.6392,69.3056,69.972,70.6384,71.9712,72.6376,73.9704,74.6368,74.97,75.6364,75.6364,75.6364,76.3028,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,73.9704,73.304,72.6376,71.9712,71.3048,71.3048,72.3044,72.9708,74.3036,75.6364,76.3028,78.30199999999999,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,83.6332,82.3004,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.3004,82.3004,82.3004,81.634,81.634,80.6344,80.6344,79.968,80.3012,80.3012,80.3012,79.968,79.968,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,87.9648,87.2984,87.2984,86.9652,86.2988,85.9656,85.2992,84.2996,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.6328,85.6324,86.2988,86.9652,87.2984,88.298,89.2976,90.2972,91.9632,92.2964,92.9628,93.6292,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,95.9616,96.628,97.6276,99.6268,101.2928,102.6256,104.2916,105.6244,106.2908,106.9572,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,111.622,112.2884,112.6216,112.2884,111.622,110.2892,108.9564,107.9568,107.6236,107.6236,107.6236,107.2904,107.2904,106.624,106.624,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,108.6232,110.2892,110.9556,112.2884,112.95479999999999,113.288,112.6216,112.2884,112.2884,111.622,111.622,110.6224,109.956,109.2896,108.9564,107.9568,107.6236,107.6236,107.6236,106.624,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,107.6236,108.28999999999999,109.956,111.622,113.288,114.954,115.6204,115.9536,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.2864,116.62,116.62,115.9536,115.9536,116.2868,116.2868,116.9532,116.9532,117.9528,118.286,118.286,118.286,117.2864,116.62,114.954,113.288,112.2884,110.9556,110.2892,110.2892,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,116.62,116.9532,116.9532,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.9516,119.952,119.6188,118.9524,118.286,118.286,117.2864,117.2864,116.62,116.62,116.62,116.62,115.6204,115.6204,115.2872,114.6208,114.6208,114.2876,113.6212,112.95479999999999,111.9552,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564],[114.2876,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.6208,115.2872,115.9536,116.62,116.62,117.6196,118.9524,120.9516,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,122.9508,121.2848,120.9516,119.952,118.61919999999999,117.9528,116.2868,115.9536,114.954,113.6212,113.288,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,110.9556,110.2892,110.2892,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.954,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,116.62,116.9532,117.9528,118.286,118.9524,119.2856,119.952,120.2852,121.618,122.2844,123.6172,124.28359999999999,125.6164,126.2828,127.9488,129.2816,129.6148,129.6148,129.948,129.948,129.2816,128.6152,127.9488,126.616,125.9496,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,124.95,124.95,124.6168,123.9504,122.9508,122.2844,121.2848,119.6188,118.9524,117.6196,115.9536,115.2872,113.6212,112.95479999999999,111.622,111.2888,109.956,108.9564,107.6236,106.9572,105.6244,104.6248,103.62519999999999,103.292,101.2928,99.6268,97.96079999999999,97.2944,95.9616,94.6288,92.9628,91.63,90.2972,89.2976,88.298,87.2984,85.9656,84.6328,83.6332,81.634,79.968,79.3016,78.30199999999999,76.636,75.6364,74.97,73.63719999999999,72.3044,71.3048,70.6384,69.972,69.3056,68.306,66.9732,65.6404,64.974,64.3076,63.6412,62.6416,61.9752,60.6424,59.976,58.6432,57.3104,55.6444,54.978,53.6452,52.9788,51.646,50.3132,48.314,46.9812,45.6484,44.982,43.6492,42.9828,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.65,41.65,41.65,41.65,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,30.6544,30.9876,30.9876,30.9876,30.9876,31.9872,33.32,33.986399999999996,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,66.9732,67.6396,69.3056,69.972,71.3048,71.9712,72.6376,73.9704,74.97,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,73.9704,72.6376,71.9712,71.3048,72.3044,72.9708,74.3036,75.6364,76.3028,78.30199999999999,79.6348,80.3012,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.3004,82.96679999999999,83.3,83.6332,84.2996,84.966,85.6324,85.9656,86.9652,86.9652,86.9652,86.9652,86.2988,85.6324,85.6324,85.6324,85.6324,86.2988,85.9656,85.9656,85.2992,84.2996,83.6332,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,83.6332,83.6332,82.3004,82.3004,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.2988,86.2988,85.6324,84.966,84.2996,84.2996,82.96679999999999,82.3004,82.3004,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.966,85.9656,86.632,87.2984,87.6316,88.298,88.9644,90.6304,91.63,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.628,96.628,97.2944,98.96039999999999,99.96,101.2928,103.292,104.6248,105.6244,106.9572,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,106.2908,106.2908,106.9572,107.6236,108.28999999999999,108.9564,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.6228,109.6228,109.6228,109.6228,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,110.6224,110.9556,111.622,111.622,110.9556,110.6224,109.2896,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.2904,107.2904,106.624,106.624,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,107.9568,109.2896,110.9556,111.9552,113.288,113.288,113.6212,113.288,112.2884,112.2884,111.622,111.622,110.6224,109.956,108.9564,108.9564,107.9568,107.6236,107.6236,107.6236,106.624,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,107.6236,108.28999999999999,109.956,112.2884,113.6212,114.954,115.6204,115.9536,115.9536,114.954,114.954,113.6212,113.288,113.288,113.288,113.288,113.6212,113.288,113.288,113.6212,113.6212,114.6208,115.2872,115.6204,115.9536,116.2868,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.62,117.2864,117.9528,117.9528,117.9528,117.2864,116.2868,114.6208,112.95479999999999,111.9552,110.9556,110.2892,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,116.62,116.9532,116.9532,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.6172,124.28359999999999,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,125.6164,125.6164,125.9496,125.9496,125.2832,125.2832,125.2832,125.2832,124.6168,124.28359999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.2848,120.9516,120.2852,119.2856,118.9524,118.9524,118.286,117.9528,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.6204,115.2872,114.6208,114.2876,114.2876,113.6212,113.6212,112.95479999999999,111.9552,111.9552,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896],[112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.9556,110.9556,110.9556,110.2892,110.2892,110.9556,110.2892,110.2892,110.2892,109.956,109.956,109.956,110.6224,111.2888,111.622,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.6208,115.2872,115.6204,116.62,117.6196,118.9524,120.9516,121.9512,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,120.9516,119.6188,118.286,117.2864,116.2868,115.9536,114.954,114.2876,113.6212,112.2884,112.2884,111.622,111.2888,111.2888,111.2888,110.9556,110.2892,110.2892,110.2892,110.2892,111.2888,111.2888,111.622,112.2884,112.95479999999999,113.288,114.2876,114.2876,115.6204,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,116.62,116.9532,117.6196,118.286,118.286,118.9524,119.6188,121.2848,121.618,122.9508,123.6172,125.2832,126.2828,127.2824,128.6152,129.2816,129.2816,129.2816,129.2816,128.6152,128.282,127.6156,126.616,125.9496,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.2832,124.6168,123.28399999999999,122.9508,121.9512,119.952,119.6188,117.9528,117.2864,115.6204,114.6208,113.288,112.95479999999999,111.622,110.6224,109.956,108.6232,107.6236,106.2908,105.6244,104.2916,103.62519999999999,101.9592,100.9596,98.96039999999999,97.96079999999999,96.9612,95.6284,93.6292,91.9632,91.2968,89.2976,88.63119999999999,87.6316,86.632,84.6328,83.6332,81.634,80.6344,79.3016,78.30199999999999,76.636,75.6364,74.97,73.63719999999999,72.3044,71.3048,70.6384,69.972,68.6392,67.6396,66.9732,65.6404,64.3076,63.6412,62.6416,61.9752,61.3088,59.976,59.309599999999996,57.9768,56.644,54.978,54.3116,52.9788,52.3124,50.9796,49.6468,47.6476,46.3148,44.982,44.315599999999996,42.9828,42.9828,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.65,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,30.3212,30.9876,30.9876,31.654,32.6536,33.32,33.986399999999996,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.3092,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,67.6396,68.306,69.972,70.6384,71.9712,72.6376,73.9704,74.6368,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.9692,76.3028,75.6364,74.3036,72.6376,71.9712,72.3044,72.9708,74.3036,75.6364,76.3028,78.30199999999999,79.6348,80.3012,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,85.2992,86.632,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,85.9656,85.2992,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.2992,85.2992,84.2996,84.2996,83.6332,82.96679999999999,81.9672,81.3008,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,86.632,86.2988,85.6324,84.966,84.966,84.2996,83.6332,83.6332,82.96679999999999,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.9656,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,89.964,91.2968,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.2952,95.2952,96.2948,96.9612,96.628,97.2944,98.294,99.6268,101.2928,101.9592,103.62519999999999,104.6248,106.2908,106.9572,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.9576,106.2908,106.9572,107.6236,107.9568,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.2904,107.2904,107.2904,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.6228,109.6228,109.6228,109.6228,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,110.2892,110.2892,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.9556,110.9556,110.6224,109.956,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.2904,107.2904,106.624,106.624,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,107.9568,109.2896,111.622,112.6216,113.95439999999999,113.95439999999999,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.2888,109.956,109.6228,108.9564,108.28999999999999,107.6236,107.6236,107.6236,107.6236,106.624,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,107.6236,108.28999999999999,109.956,112.2884,113.6212,114.2876,115.6204,115.9536,115.2872,114.954,114.2876,113.288,112.6216,112.6216,112.6216,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.6208,114.954,115.6204,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.2868,116.62,116.62,116.62,116.62,115.9536,114.2876,112.95479999999999,111.9552,110.9556,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,116.62,116.9532,116.9532,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,124.28359999999999,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.28359999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,121.9512,121.2848,120.2852,119.952,119.2856,118.9524,118.9524,117.9528,117.6196,116.9532,116.62,115.9536,115.9536,115.9536,115.6204,115.2872,115.2872,114.6208,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,111.9552,111.9552,110.9556,110.9556,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896],[111.622,111.622,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,110.6224,110.9556,111.622,112.95479999999999,113.288,114.2876,115.2872,115.6204,115.6204,116.62,117.9528,119.952,120.9516,121.9512,122.6176,122.6176,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,121.9512,122.6176,122.2844,122.2844,122.6176,121.9512,121.2848,120.2852,119.6188,117.6196,117.2864,116.62,115.6204,114.954,114.954,114.2876,112.95479999999999,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,109.956,109.956,109.2896,109.956,110.2892,110.9556,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.9536,116.62,117.2864,117.6196,117.9528,118.61919999999999,119.6188,120.2852,121.2848,121.618,122.9508,123.9504,124.95,126.9492,127.2824,128.282,128.6152,128.6152,128.6152,128.282,128.282,127.6156,126.616,125.9496,125.2832,124.6168,124.6168,124.95,124.95,125.6164,125.9496,125.9496,125.9496,125.6164,125.2832,124.6168,123.9504,122.2844,120.9516,119.952,119.2856,117.6196,116.62,115.2872,114.6208,113.288,112.95479999999999,111.622,110.9556,109.956,108.6232,107.6236,106.2908,105.2912,104.2916,102.6256,101.2928,100.2932,98.96039999999999,97.6276,95.9616,94.6288,93.6292,91.63,90.2972,89.2976,87.9648,86.632,85.2992,83.6332,81.634,80.6344,79.3016,78.6352,76.9692,75.6364,74.97,73.63719999999999,72.3044,71.3048,70.6384,69.6388,68.306,67.6396,66.9732,65.3072,63.9744,62.6416,61.9752,61.3088,60.6424,59.309599999999996,58.6432,57.3104,55.9776,54.3116,53.6452,52.3124,51.646,50.3132,48.314,46.9812,45.6484,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,35.9856,35.9856,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.3208,30.6544,30.6544,30.3212,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,78.9684,78.30199999999999,76.9692,75.6364,73.63719999999999,72.9708,72.9708,73.63719999999999,74.3036,75.6364,76.636,78.6352,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.966,85.9656,87.2984,87.9648,88.298,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.632,85.9656,85.6324,84.966,83.9664,83.6332,82.3004,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.634,81.634,81.634,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,85.2992,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.9664,84.6328,84.966,84.2996,84.966,85.6324,86.2988,86.632,88.9644,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.63,93.29599999999999,93.6292,93.9624,94.6288,95.2952,95.6284,95.6284,96.2948,96.9612,97.6276,97.2944,97.96079999999999,99.6268,99.96,101.9592,102.9588,104.2916,105.2912,105.9576,106.9572,107.6236,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,109.2896,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.956,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,110.6224,110.6224,110.6224,110.2892,109.2896,108.28999999999999,107.6236,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.2896,108.6232,108.6232,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.9568,109.2896,111.622,112.6216,113.95439999999999,113.95439999999999,113.6212,113.6212,112.95479999999999,112.2884,111.622,110.9556,109.956,108.9564,108.9564,108.28999999999999,107.6236,107.6236,107.6236,107.6236,106.624,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.6244,105.9576,105.9576,106.624,106.9572,106.9572,107.6236,107.6236,106.2908,106.2908,106.9572,107.6236,108.28999999999999,109.956,111.622,112.95479999999999,114.2876,114.954,114.954,114.954,114.2876,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,114.954,113.288,112.2884,111.622,111.2888,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.9532,117.6196,117.6196,118.286,118.286,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,119.952,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,124.95,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.9508,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,119.952,119.6188,118.9524,118.286,118.286,117.6196,116.9532,116.62,115.9536,115.6204,115.6204,115.6204,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.6216,112.2884,112.2884,112.2884,111.2888,110.9556,110.6224,110.6224,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896],[110.9556,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,110.6224,110.9556,111.622,112.95479999999999,113.288,114.2876,114.6208,115.6204,116.62,117.6196,119.2856,120.2852,121.2848,121.9512,121.9512,121.2848,121.2848,121.618,121.618,122.2844,122.2844,121.9512,121.9512,121.618,121.618,121.618,120.9516,120.2852,119.6188,117.6196,117.2864,116.62,115.9536,114.954,114.2876,114.2876,113.288,112.2884,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,109.956,109.956,109.2896,109.2896,110.2892,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,117.2864,117.2864,117.6196,118.61919999999999,119.952,120.9516,121.2848,121.618,123.28399999999999,124.6168,125.9496,126.9492,127.6156,128.282,128.282,128.282,128.282,127.6156,127.6156,126.616,125.9496,125.2832,124.6168,124.6168,124.95,125.6164,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,124.95,124.28359999999999,122.9508,121.618,120.6184,119.6188,118.286,117.2864,115.9536,115.2872,113.95439999999999,113.288,112.2884,111.622,110.2892,109.956,107.9568,107.6236,106.2908,104.958,102.9588,101.9592,100.6264,99.96,97.96079999999999,96.628,95.2952,93.6292,92.2964,91.2968,89.2976,87.9648,86.9652,85.2992,83.6332,82.3004,80.6344,79.3016,78.6352,77.6356,76.3028,74.97,73.63719999999999,72.9708,71.9712,70.6384,69.6388,68.306,67.6396,66.9732,65.3072,63.9744,62.6416,61.9752,60.6424,59.976,58.6432,57.9768,56.644,55.9776,54.3116,52.9788,51.646,50.3132,48.980399999999996,47.6476,46.3148,44.982,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.9856,35.3192,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.3208,30.6544,30.6544,30.6544,29.654799999999998,30.3212,30.9876,31.654,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.9712,72.6376,73.304,73.9704,74.3036,74.97,74.97,75.6364,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.3012,79.6348,78.9684,77.3024,74.97,73.63719999999999,72.9708,73.63719999999999,74.3036,75.6364,77.3024,78.6352,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,84.2996,85.9656,87.6316,88.298,88.298,88.63119999999999,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.2984,86.632,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,87.2984,87.2984,85.9656,85.6324,84.6328,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,84.2996,84.2996,84.966,85.6324,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,86.632,86.632,85.6324,84.2996,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.6328,85.9656,85.6324,86.2988,86.632,87.2984,87.9648,88.298,89.964,90.9636,91.2968,91.2968,90.6304,90.6304,91.63,92.2964,93.6292,94.2956,94.6288,94.962,95.6284,96.2948,96.2948,96.9612,97.6276,97.96079999999999,97.96079999999999,98.294,99.96,100.6264,102.2924,103.62519999999999,104.958,105.9576,106.624,107.2904,107.6236,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.9564,108.9564,109.956,109.956,109.956,109.956,108.6232,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,110.9556,110.9556,110.6224,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.2892,109.2896,108.28999999999999,107.6236,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.2896,108.6232,108.6232,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.624,106.624,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.9568,109.2896,110.9556,112.2884,113.288,113.288,113.6212,113.288,112.2884,112.2884,111.622,110.2892,109.6228,108.9564,108.28999999999999,107.9568,107.6236,107.6236,107.6236,106.9572,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,106.2908,106.2908,106.9572,107.6236,108.28999999999999,109.956,111.622,112.95479999999999,113.6212,114.2876,114.954,114.954,113.6212,112.95479999999999,112.2884,111.622,111.2888,111.2888,110.9556,111.2888,111.622,111.622,111.622,112.2884,112.6216,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,113.6212,112.95479999999999,112.2884,111.622,111.9552,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.9532,117.6196,117.6196,118.286,118.286,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,119.952,120.9516,120.9516,121.2848,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,121.618,121.2848,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.95,124.95,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.2852,120.2852,119.6188,118.9524,118.286,117.9528,117.6196,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.2884,112.2884,111.622,111.2888,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896],[110.6224,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,109.2896,109.956,110.6224,110.9556,111.622,112.95479999999999,113.288,114.2876,114.6208,115.2872,115.9536,117.9528,118.9524,119.952,121.2848,121.9512,121.9512,121.2848,120.9516,121.2848,121.618,121.618,121.618,121.2848,121.2848,120.9516,120.9516,119.952,119.6188,118.9524,118.286,117.2864,115.9536,115.6204,114.954,114.954,114.2876,113.288,112.95479999999999,111.622,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.2892,109.956,109.2896,109.2896,109.2896,110.2892,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.6204,115.9536,116.62,116.62,117.2864,117.6196,118.61919999999999,119.2856,120.2852,121.2848,121.618,122.9508,123.9504,125.2832,125.9496,126.616,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,125.9496,125.2832,125.2832,125.2832,125.6164,125.6164,125.9496,126.616,126.9492,126.9492,126.2828,126.2828,124.95,124.6168,123.28399999999999,122.2844,121.2848,119.952,119.6188,117.9528,117.2864,115.2872,114.954,113.288,112.95479999999999,112.2884,111.2888,110.2892,109.2896,107.9568,106.2908,104.958,104.2916,103.292,101.2928,100.2932,98.6272,96.9612,95.2952,93.9624,92.2964,91.2968,89.2976,88.298,87.2984,85.9656,84.2996,82.96679999999999,81.3008,79.968,78.30199999999999,77.3024,76.3028,75.6364,74.3036,72.9708,71.9712,70.6384,69.6388,68.306,67.6396,66.3068,64.6408,63.9744,61.9752,61.3088,59.976,59.309599999999996,58.6432,57.3104,56.3108,54.978,53.6452,52.3124,50.9796,50.3132,48.980399999999996,47.6476,45.6484,44.315599999999996,43.316,42.6496,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.3208,30.6544,29.988,29.988,29.988,29.654799999999998,30.3212,30.9876,32.3204,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,60.6424,60.6424,60.6424,60.6424,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,69.3056,69.972,70.6384,71.3048,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.3036,74.97,75.9696,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.9676,80.9676,80.3012,78.9684,76.3028,74.3036,73.304,73.304,74.97,76.3028,78.30199999999999,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,79.968,80.6344,80.6344,81.634,82.96679999999999,84.2996,85.9656,87.6316,88.9644,88.9644,89.2976,89.964,89.2976,88.63119999999999,88.9644,88.9644,89.2976,89.2976,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,86.632,85.6324,85.2992,84.2996,83.6332,83.6332,82.6336,82.6336,83.6332,83.6332,84.966,85.6324,86.2988,86.2988,85.6324,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,82.96679999999999,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,81.9672,82.3004,82.3004,82.3004,81.634,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.9652,86.9652,86.2988,86.2988,85.6324,84.966,83.6332,82.6336,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,84.6328,85.2992,86.632,87.2984,87.6316,88.9644,89.2976,90.2972,91.63,92.2964,92.6296,92.6296,91.9632,92.2964,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.6288,95.6284,96.2948,97.2944,97.2944,97.6276,98.294,99.6268,99.96,100.6264,101.9592,102.6256,103.292,104.958,105.2912,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,109.956,109.956,109.956,108.6232,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,110.2892,110.2892,110.9556,110.9556,111.622,111.622,111.622,111.622,110.6224,110.6224,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,108.9564,108.28999999999999,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,107.6236,108.6232,110.6224,110.9556,112.2884,112.95479999999999,113.288,112.6216,112.2884,112.2884,111.2888,109.956,109.6228,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,108.28999999999999,109.956,112.2884,113.288,113.6212,114.2876,114.954,114.954,113.6212,113.288,112.2884,111.622,111.2888,110.6224,110.2892,110.9556,110.6224,110.6224,111.2888,111.622,112.6216,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,112.95479999999999,112.95479999999999,112.2884,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.6216,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.9536,115.9536,116.62,116.9532,117.6196,117.6196,118.286,118.286,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,119.952,120.9516,120.9516,121.2848,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.6188,118.9524,118.286,117.6196,117.6196,116.62,115.9536,115.6204,115.2872,114.6208,114.6208,113.95439999999999,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564],[109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.2904,107.2904,106.9572,106.9572,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.9556,112.2884,112.95479999999999,113.6212,114.2876,115.2872,115.9536,117.2864,118.9524,119.952,120.9516,121.2848,121.2848,120.9516,120.9516,120.9516,121.2848,121.618,121.2848,121.2848,120.9516,120.2852,120.2852,119.6188,118.9524,118.286,117.2864,115.9536,115.6204,114.954,114.954,114.2876,113.288,112.95479999999999,112.2884,111.2888,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892,111.2888,111.622,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.9536,116.62,116.62,117.2864,117.9528,118.9524,119.6188,120.9516,121.2848,122.2844,122.9508,123.9504,124.95,125.2832,125.9496,125.9496,126.616,126.616,126.616,126.9492,126.616,125.9496,125.2832,125.2832,125.2832,125.6164,125.9496,126.616,126.616,126.9492,126.9492,126.2828,126.2828,124.95,124.6168,123.28399999999999,122.2844,121.2848,119.952,119.6188,117.9528,117.2864,115.9536,114.954,114.2876,113.288,112.95479999999999,111.9552,110.9556,109.956,108.6232,106.9572,105.6244,104.2916,103.292,101.2928,100.2932,98.6272,96.9612,95.6284,93.9624,92.2964,91.2968,89.2976,88.9644,87.2984,85.9656,84.966,82.96679999999999,81.9672,80.6344,78.9684,78.30199999999999,76.9692,75.6364,74.3036,73.63719999999999,71.9712,71.3048,69.6388,68.306,67.6396,66.3068,64.6408,63.308,61.9752,60.6424,59.976,58.6432,57.9768,57.3104,55.6444,54.978,53.6452,52.3124,50.9796,49.6468,48.314,46.9812,45.6484,44.315599999999996,43.316,42.6496,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.3192,35.3192,33.986399999999996,33.32,32.6536,32.6536,32.6536,31.9872,31.3208,30.6544,29.988,29.3216,29.3216,29.988,29.654799999999998,30.3212,30.9876,32.3204,33.986399999999996,34.6528,35.3192,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,59.976,60.6424,60.6424,60.6424,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,74.3036,74.3036,74.3036,74.97,75.9696,75.9696,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.634,81.634,80.9676,78.9684,76.3028,74.97,73.304,73.304,74.97,76.3028,78.30199999999999,79.968,79.968,80.6344,79.968,79.968,79.3016,78.6352,77.9688,77.9688,78.6352,79.3016,79.968,80.6344,81.634,84.2996,85.9656,86.9652,88.298,88.9644,89.964,89.964,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.2988,85.9656,85.2992,84.966,84.2996,84.2996,84.2996,84.2996,85.6324,86.2988,87.2984,87.9648,87.9648,87.2984,86.632,86.2988,85.6324,85.2992,84.6328,84.6328,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.966,85.9656,87.2984,87.9648,89.2976,89.964,90.2972,90.6304,92.2964,92.2964,92.6296,92.6296,92.6296,92.9628,92.9628,93.29599999999999,93.9624,94.2956,94.6288,94.962,96.2948,96.2948,97.2944,97.6276,98.294,98.96039999999999,99.96,100.6264,101.9592,102.6256,102.9588,103.292,104.958,105.9576,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.6228,109.6228,108.9564,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,109.956,110.2892,110.9556,110.9556,111.622,112.2884,111.622,111.622,111.622,110.6224,110.6224,110.6224,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,111.622,110.9556,110.2892,109.956,108.9564,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,108.28999999999999,108.6232,110.6224,110.9556,111.622,111.622,112.2884,112.2884,112.2884,110.9556,109.956,109.6228,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.6244,106.2908,106.2908,106.2908,106.9572,106.2908,106.2908,106.2908,106.9572,108.28999999999999,110.6224,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,113.95439999999999,113.288,112.2884,111.2888,110.2892,110.2892,109.956,109.956,109.956,110.6224,111.2888,111.2888,111.622,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,112.6216,112.6216,113.288,113.6212,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.9536,115.9536,116.62,116.9532,116.9532,117.6196,118.286,118.286,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,119.952,120.9516,120.9516,121.2848,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,122.2844,121.9512,121.2848,120.9516,120.9516,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,120.2852,120.2852,119.952,119.6188,118.9524,118.286,117.9528,117.6196,116.9532,116.62,115.9536,115.6204,114.6208,114.6208,113.95439999999999,113.95439999999999,113.6212,113.6212,113.288,113.288,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564],[109.2896,109.2896,109.2896,108.9564,107.9568,107.2904,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.6232,109.956,110.2892,111.622,112.2884,113.6212,114.2876,115.2872,115.9536,117.2864,118.286,118.9524,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,119.952,119.6188,119.6188,118.9524,118.9524,118.286,117.6196,116.62,115.2872,114.954,114.954,114.2876,113.95439999999999,112.95479999999999,112.2884,111.9552,110.6224,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,109.2896,110.2892,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.9536,115.9536,116.62,117.6196,117.9528,118.286,118.9524,119.952,120.9516,121.2848,121.9512,122.6176,123.28399999999999,123.9504,124.6168,125.2832,125.6164,125.9496,125.9496,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.6164,125.9496,126.9492,126.9492,127.6156,127.6156,126.9492,126.2828,125.2832,124.6168,123.28399999999999,122.6176,121.9512,120.9516,119.6188,118.286,117.6196,115.9536,115.6204,114.2876,113.6212,112.95479999999999,112.2884,111.2888,110.2892,108.6232,107.2904,106.2908,103.9584,103.292,101.2928,100.2932,98.96039999999999,97.6276,96.2948,94.6288,92.9628,91.9632,90.6304,89.2976,87.9648,86.632,84.966,83.6332,82.6336,81.3008,79.6348,78.9684,78.30199999999999,76.636,74.97,74.3036,72.9708,71.638,69.972,68.6392,67.6396,66.3068,63.9744,63.308,61.9752,60.6424,59.6428,58.31,57.3104,56.644,54.978,54.3116,52.9788,51.646,50.9796,49.6468,48.314,46.9812,44.6488,43.9824,43.316,42.6496,41.65,41.65,40.9836,40.9836,40.3172,39.6508,39.6508,39.6508,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,30.6544,29.988,28.9884,28.322,28.322,28.9884,29.988,30.6544,31.9872,33.32,34.6528,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.65,41.65,42.3164,42.3164,42.9828,43.6492,43.6492,43.9824,43.9824,44.6488,44.6488,45.3152,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.641999999999996,63.308,63.9744,64.6408,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,74.3036,74.3036,74.97,74.97,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,79.3016,80.6344,81.9672,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,81.634,80.9676,78.9684,76.3028,74.97,74.3036,74.3036,75.6364,76.9692,78.9684,79.6348,79.6348,79.6348,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.9696,76.636,78.30199999999999,79.3016,79.968,81.634,83.6332,85.2992,86.9652,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,87.2984,86.9652,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,86.2988,87.9648,88.63119999999999,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.9648,86.632,85.9656,85.9656,85.2992,85.6324,84.966,84.966,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.3008,81.9672,82.6336,84.2996,85.6324,87.2984,87.9648,88.9644,89.964,90.6304,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,93.9624,94.6288,94.962,94.962,96.2948,96.2948,97.2944,97.6276,99.6268,99.96,100.6264,101.9592,101.9592,103.292,103.9584,104.958,105.2912,106.624,106.624,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.6224,111.2888,111.2888,111.9552,111.9552,112.2884,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,111.622,110.9556,110.2892,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,108.28999999999999,108.6232,109.956,110.6224,111.2888,111.622,111.622,111.622,110.9556,110.2892,109.2896,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,105.9576,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.6244,106.2908,106.2908,106.2908,106.9572,108.28999999999999,110.6224,112.95479999999999,113.95439999999999,113.6212,114.2876,114.954,114.954,113.6212,113.288,111.2888,110.9556,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.9556,111.622,111.9552,112.6216,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.9536,116.2868,116.62,116.62,117.2864,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.952,119.952,119.952,119.952,120.9516,120.9516,121.618,121.618,122.2844,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.6176,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,119.952,119.952,119.952,119.952,120.2852,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.2844,122.2844,121.9512,121.9512,121.2848,120.9516,120.2852,119.952,119.6188,119.6188,118.9524,118.286,117.6196,117.2864,116.62,116.62,116.62,115.9536,115.6204,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564],[108.9564,108.9564,108.28999999999999,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,105.6244,105.6244,105.6244,106.624,106.624,107.2904,107.2904,107.9568,107.9568,109.2896,109.956,111.2888,112.2884,113.6212,114.2876,115.2872,116.62,117.9528,118.286,118.9524,119.6188,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,119.6188,119.6188,118.9524,118.286,118.286,117.9528,116.9532,116.2868,114.954,114.954,114.2876,114.2876,113.288,112.2884,111.9552,111.2888,110.2892,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,110.2892,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,115.9536,115.9536,116.9532,117.6196,117.9528,118.286,118.9524,119.6188,120.2852,120.9516,121.9512,122.6176,122.2844,123.28399999999999,123.9504,125.2832,125.2832,125.9496,125.9496,126.616,126.616,126.616,125.9496,125.9496,125.6164,125.6164,126.616,126.9492,127.6156,127.6156,126.9492,126.2828,125.2832,124.6168,123.28399999999999,122.6176,121.9512,120.9516,119.952,118.9524,117.9528,116.9532,115.6204,114.6208,114.2876,113.288,112.95479999999999,111.9552,110.2892,109.956,107.9568,106.2908,103.9584,103.292,101.2928,100.2932,98.96039999999999,97.6276,96.2948,94.6288,92.9628,92.2964,91.2968,90.6304,89.2976,87.9648,86.2988,84.966,83.6332,82.6336,81.3008,79.6348,78.9684,77.3024,75.6364,74.97,73.63719999999999,72.3044,70.6384,69.3056,67.6396,66.3068,63.9744,63.308,61.9752,60.6424,59.6428,58.31,57.3104,55.9776,54.3116,53.6452,52.3124,51.646,50.9796,49.6468,48.314,46.9812,45.3152,43.9824,43.316,42.6496,41.65,41.65,40.9836,40.3172,39.6508,39.6508,39.6508,39.6508,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.3216,28.322,28.322,28.322,28.9884,29.988,31.3208,31.9872,33.32,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,40.9836,41.65,41.65,42.3164,42.9828,42.9828,42.9828,43.6492,43.9824,43.9824,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,65.3072,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,74.3036,74.3036,74.97,74.97,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,78.30199999999999,79.3016,80.6344,81.9672,82.6336,83.3,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,80.3012,78.9684,76.3028,74.97,74.3036,74.3036,75.6364,76.9692,78.9684,79.6348,79.6348,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.3032,75.3032,75.9696,77.3024,78.6352,79.968,81.634,82.96679999999999,84.6328,85.9656,87.6316,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.2984,86.9652,86.9652,86.9652,85.6324,86.2988,86.2988,86.632,88.298,89.2976,90.2972,90.2972,89.964,89.964,89.2976,88.9644,88.298,87.6316,87.2984,86.632,86.632,86.2988,86.2988,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.2992,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.3,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.3008,81.9672,82.96679999999999,84.966,85.9656,87.2984,88.298,89.2976,90.6304,91.2968,92.2964,92.9628,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,94.962,96.2948,96.2948,97.6276,97.2944,98.294,99.6268,100.9596,101.9592,102.6256,103.292,103.62519999999999,104.2916,105.6244,105.9576,106.624,106.624,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.6228,109.956,110.2892,111.2888,111.2888,111.9552,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,111.622,110.9556,110.2892,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,107.6236,108.28999999999999,109.2896,109.956,110.6224,111.2888,110.9556,110.9556,110.6224,109.956,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.9572,106.2908,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,106.2908,106.2908,106.9572,108.28999999999999,110.6224,112.95479999999999,113.95439999999999,113.6212,114.2876,114.954,114.954,113.6212,113.288,111.622,110.2892,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.956,110.2892,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.9536,116.62,116.62,116.62,116.62,117.9528,117.9528,118.286,118.9524,119.6188,119.6188,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.618,122.2844,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,122.9508,122.6176,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,122.6176,121.9512,121.9512,121.2848,120.9516,120.2852,119.952,119.6188,119.6188,119.6188,118.61919999999999,118.61919999999999,117.6196,117.2864,116.62,116.62,116.62,115.6204,115.2872,115.2872,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564],[108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.2912,105.2912,105.6244,105.9576,106.624,106.624,107.2904,107.6236,107.9568,109.2896,109.956,111.2888,111.622,113.288,114.2876,115.2872,116.62,117.9528,118.286,118.9524,119.6188,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,120.2852,120.2852,119.6188,118.9524,118.9524,118.286,117.9528,117.2864,116.62,115.6204,114.954,114.2876,114.2876,113.6212,113.288,112.2884,111.9552,111.2888,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,110.2892,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,115.9536,115.9536,116.9532,116.9532,117.2864,117.9528,118.286,118.9524,118.9524,119.6188,119.952,120.6184,121.9512,121.618,122.9508,123.28399999999999,124.6168,124.6168,125.2832,125.6164,125.6164,125.6164,125.9496,125.6164,125.6164,125.6164,126.616,126.9492,127.6156,127.6156,126.9492,126.2828,125.2832,124.6168,123.28399999999999,122.2844,121.9512,120.9516,120.2852,119.2856,118.286,117.2864,116.9532,115.6204,114.6208,113.6212,113.288,112.95479999999999,111.2888,109.956,107.9568,106.2908,103.9584,103.292,101.626,100.2932,98.96039999999999,97.6276,96.2948,94.6288,93.29599999999999,92.9628,92.6296,91.63,90.2972,88.298,87.2984,86.2988,84.966,83.6332,81.9672,81.3008,79.6348,78.30199999999999,76.3028,75.6364,74.3036,72.9708,71.3048,69.972,68.306,66.3068,64.6408,63.308,61.9752,60.6424,58.9764,57.6436,56.644,55.3112,53.6452,52.6456,52.3124,51.646,50.3132,49.6468,48.980399999999996,47.6476,45.9816,44.6488,43.316,42.6496,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,29.988,29.3216,28.322,27.6556,28.322,28.9884,29.988,31.3208,32.6536,33.986399999999996,35.3192,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,40.3172,40.9836,40.9836,41.65,42.3164,42.3164,42.3164,42.9828,43.316,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.976,59.976,60.6424,61.3088,62.3084,63.308,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,74.97,74.97,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,79.3016,80.6344,81.9672,82.6336,83.3,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,79.6348,78.30199999999999,75.6364,74.97,74.3036,74.3036,76.3028,77.6356,79.6348,79.6348,79.6348,78.9684,78.30199999999999,77.3024,75.6364,74.97,75.3032,75.3032,75.9696,77.3024,78.30199999999999,79.3016,80.9676,82.96679999999999,83.9664,85.9656,86.632,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,88.298,87.2984,86.9652,86.9652,86.9652,86.2988,86.2988,86.632,87.2984,88.63119999999999,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,89.964,89.964,88.63119999999999,88.63119999999999,88.298,87.6316,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,85.2992,85.2992,85.2992,84.966,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,84.966,85.9656,87.2984,88.63119999999999,89.964,91.2968,91.9632,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.6288,95.6284,96.2948,96.2948,97.6276,97.2944,97.2944,98.6272,99.6268,100.6264,102.2924,102.6256,103.62519999999999,103.9584,103.9584,104.958,105.6244,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.2892,111.2888,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.6216,111.9552,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,110.9556,110.2892,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.9568,107.6236,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.624,106.624,106.624,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.6244,105.9576,106.624,107.6236,107.9568,108.28999999999999,109.2896,110.2892,111.2888,110.6224,110.6224,110.6224,109.956,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,106.2908,106.2908,107.9568,109.956,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,113.6212,113.288,111.622,110.2892,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,110.2892,110.2892,110.9556,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,111.622,111.622,111.622,112.2884,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.954,114.954,115.6204,115.9536,116.62,116.62,116.62,116.62,117.9528,117.9528,118.286,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,122.2844,122.2844,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,122.9508,122.6176,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,119.952,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.952,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.618,120.9516,120.9516,120.2852,120.2852,119.952,119.6188,118.9524,118.9524,118.9524,118.61919999999999,117.9528,117.6196,117.2864,116.62,116.62,115.9536,115.6204,115.2872,115.2872,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999],[108.28999999999999,107.9568,107.9568,106.9572,106.2908,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,106.624,106.624,107.6236,107.6236,108.9564,109.2896,109.956,111.622,113.288,113.6212,115.2872,116.2868,117.2864,117.9528,118.286,118.9524,118.9524,119.6188,119.952,119.952,120.2852,120.2852,119.952,119.952,118.9524,118.9524,118.286,117.9528,117.2864,116.9532,115.9536,115.6204,114.2876,114.2876,113.6212,113.6212,112.95479999999999,111.9552,111.2888,110.2892,109.956,108.28999999999999,107.9568,107.9568,107.2904,107.2904,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.956,109.956,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.2868,116.9532,117.6196,117.6196,118.61919999999999,118.9524,119.6188,119.6188,120.2852,120.9516,121.2848,122.2844,122.9508,123.28399999999999,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,124.95,124.95,125.9496,126.9492,127.6156,127.9488,126.9492,126.2828,125.6164,124.95,123.28399999999999,122.6176,121.9512,121.2848,120.2852,119.6188,118.9524,118.286,117.2864,115.9536,115.2872,114.2876,113.95439999999999,113.288,111.9552,110.2892,108.6232,106.9572,105.2912,103.292,101.626,100.2932,98.96039999999999,97.6276,96.2948,95.2952,93.9624,93.29599999999999,93.29599999999999,92.2964,90.6304,89.6308,88.298,87.2984,86.2988,84.966,82.96679999999999,81.9672,80.6344,79.6348,77.6356,76.3028,74.97,74.3036,72.9708,70.9716,69.3056,66.9732,65.3072,63.9744,61.9752,61.3088,59.6428,57.6436,56.644,55.3112,53.6452,52.6456,52.3124,51.646,50.9796,50.3132,49.6468,48.314,45.9816,44.6488,43.9824,43.316,42.3164,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.3176,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,29.988,28.6552,27.6556,27.6556,28.322,28.9884,29.988,31.3208,32.6536,33.986399999999996,35.3192,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.6508,39.6508,40.3172,40.9836,41.65,41.65,41.65,42.3164,42.6496,43.316,43.316,43.9824,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.9736,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.9704,73.9704,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,79.3016,80.6344,81.9672,82.6336,83.3,83.3,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,78.30199999999999,76.636,74.97,74.3036,74.3036,74.97,76.3028,77.6356,79.6348,79.6348,78.9684,78.30199999999999,77.3024,76.636,74.97,74.3036,74.6368,74.6368,75.9696,76.636,77.3024,78.9684,80.6344,81.634,83.3,84.6328,85.9656,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,88.298,87.2984,86.9652,86.9652,86.9652,86.2988,86.632,87.2984,88.298,89.964,90.2972,91.63,91.63,92.2964,92.2964,91.63,91.2968,90.6304,89.964,89.964,89.2976,88.9644,88.298,87.9648,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.632,86.632,86.632,85.9656,85.9656,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.966,85.9656,87.2984,88.63119999999999,90.6304,90.6304,92.2964,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,94.962,94.962,94.962,95.6284,95.9616,96.628,97.6276,97.96079999999999,97.6276,98.96039999999999,99.6268,100.6264,101.9592,102.6256,103.292,103.9584,103.9584,104.6248,104.958,105.6244,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.9556,111.2888,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.2888,110.9556,110.2892,109.956,109.956,109.956,109.956,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.624,106.624,106.624,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.6244,105.9576,105.9576,106.624,107.6236,107.6236,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,109.2896,108.6232,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.9576,106.2908,107.9568,109.2896,111.622,112.95479999999999,113.288,113.6212,114.2876,114.2876,113.6212,112.95479999999999,111.622,110.2892,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.288,113.288,112.6216,112.6216,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.954,114.954,115.6204,115.9536,116.62,116.62,116.62,116.62,117.9528,117.9528,118.286,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.6176,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,119.2856,119.2856,119.2856,119.2856,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,120.6184,120.6184,119.952,119.952,119.952,119.952,118.9524,118.9524,118.9524,118.9524,117.9528,117.9528,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.6204,115.2872,114.6208,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.9556,110.9556,110.2892,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999],[107.6236,106.9572,106.9572,105.9576,105.9576,105.2912,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.6248,105.2912,105.2912,105.6244,105.9576,106.624,106.9572,107.6236,107.9568,108.6232,109.956,110.9556,112.6216,113.6212,114.6208,115.6204,116.9532,117.6196,117.9528,118.286,118.9524,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.2856,118.9524,118.286,117.9528,117.6196,116.9532,116.62,115.6204,114.954,114.2876,113.6212,113.6212,113.288,112.95479999999999,111.622,110.9556,110.2892,108.9564,108.28999999999999,107.9568,107.2904,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,108.6232,109.2896,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.6204,116.2868,116.2868,116.62,117.2864,117.6196,118.286,118.9524,118.9524,119.6188,120.9516,121.2848,121.618,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.6164,125.9496,127.6156,127.9488,126.9492,126.9492,125.6164,124.95,123.9504,122.6176,122.6176,121.9512,121.2848,120.9516,119.952,119.2856,117.9528,116.9532,115.9536,115.2872,114.6208,113.95439999999999,112.95479999999999,110.9556,108.6232,107.6236,105.2912,103.62519999999999,101.626,100.6264,99.2936,98.294,96.9612,95.2952,95.2952,94.6288,93.9624,93.29599999999999,91.9632,90.2972,89.964,88.298,87.2984,85.9656,84.2996,82.96679999999999,82.3004,80.6344,78.9684,77.3024,76.3028,74.97,73.63719999999999,72.3044,69.972,68.6392,66.3068,64.6408,62.9748,61.641999999999996,60.3092,58.31,57.3104,55.9776,54.3116,52.9788,52.9788,52.3124,50.9796,50.3132,49.3136,47.9808,46.647999999999996,45.3152,43.6492,42.9828,42.3164,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.654,30.3212,29.654799999999998,28.322,27.6556,27.6556,28.322,28.9884,29.988,31.3208,32.6536,33.986399999999996,35.3192,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.638,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,80.6344,81.9672,82.6336,83.3,83.3,82.6336,81.9672,82.3004,80.9676,79.968,78.6352,76.3028,74.97,74.3036,73.63719999999999,74.3036,75.6364,76.9692,78.30199999999999,79.6348,79.6348,78.30199999999999,77.6356,76.3028,75.6364,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.97,76.3028,77.3024,78.30199999999999,79.6348,80.6344,82.3004,83.3,84.966,85.9656,87.2984,87.2984,87.6316,88.298,89.2976,89.2976,89.2976,89.2976,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.6308,89.2976,88.298,88.298,88.298,88.298,88.298,87.6316,87.6316,87.2984,87.2984,87.2984,87.6316,89.2976,89.964,91.2968,91.63,92.2964,92.6296,92.6296,92.6296,92.2964,91.63,91.2968,91.2968,90.6304,90.2972,89.2976,89.2976,88.63119999999999,88.298,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,82.96679999999999,82.3004,81.3008,81.9672,81.9672,82.6336,83.6332,84.966,85.9656,87.9648,88.63119999999999,89.964,90.6304,92.2964,92.9628,92.9628,93.29599999999999,93.9624,94.6288,95.2952,95.6284,95.6284,95.9616,96.2948,96.9612,97.6276,98.294,98.96039999999999,99.6268,99.96,101.2928,102.2924,103.292,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.9576,106.2908,106.9572,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.6228,109.6228,109.6228,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,109.956,109.956,109.956,110.2892,110.2892,111.2888,111.2888,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,109.956,109.2896,109.2896,107.9568,107.6236,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,106.624,106.9572,107.6236,107.6236,108.28999999999999,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,107.9568,109.2896,110.6224,111.622,112.2884,112.95479999999999,113.95439999999999,113.95439999999999,113.288,112.2884,110.9556,109.956,107.9568,107.6236,107.9568,107.9568,107.6236,107.6236,108.28999999999999,108.9564,109.6228,109.6228,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,112.2884,111.9552,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,114.954,114.954,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.9528,117.9528,118.286,118.9524,119.6188,119.6188,119.952,119.952,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.9516,119.952,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.952,119.952,120.2852,120.2852,120.2852,120.2852,119.952,119.6188,118.9524,118.9524,118.286,118.61919999999999,118.61919999999999,117.9528,117.6196,117.2864,116.62,116.62,116.2868,116.62,116.62,115.9536,115.9536,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.2892,109.2896,109.2896,108.9564,108.9564,107.9568,107.9568,107.2904,107.2904],[106.9572,106.9572,106.624,105.9576,105.6244,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,106.624,107.6236,108.28999999999999,109.2896,110.6224,112.2884,113.288,113.95439999999999,114.954,116.62,116.9532,116.9532,117.6196,118.286,118.9524,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.286,118.286,117.6196,116.9532,116.62,115.9536,114.954,114.6208,113.6212,113.288,112.95479999999999,112.95479999999999,111.9552,110.9556,110.2892,109.6228,108.9564,107.6236,106.9572,106.9572,106.2908,106.2908,106.9572,107.6236,107.9568,108.6232,109.2896,109.2896,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.954,115.6204,115.9536,116.62,117.2864,117.2864,117.2864,118.286,118.61919999999999,118.9524,120.2852,120.2852,122.2844,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,123.9504,123.9504,124.95,125.9496,127.2824,127.2824,126.9492,126.9492,125.6164,124.95,123.9504,123.28399999999999,122.9508,122.6176,121.9512,121.2848,120.2852,119.952,118.61919999999999,117.6196,116.9532,116.2868,115.2872,114.2876,113.288,111.622,109.2896,107.6236,105.2912,103.62519999999999,101.626,101.2928,100.2932,98.294,96.9612,95.6284,95.6284,95.2952,94.6288,93.9624,92.6296,92.2964,90.6304,89.964,88.298,87.2984,85.9656,84.2996,83.6332,82.3004,80.6344,78.9684,78.30199999999999,76.636,74.97,72.9708,71.3048,69.3056,67.97279999999999,66.3068,64.6408,62.9748,60.9756,59.6428,57.9768,56.644,55.6444,54.3116,53.6452,52.9788,51.646,50.9796,49.98,48.6472,46.647999999999996,45.3152,44.315599999999996,42.9828,42.3164,41.65,40.9836,40.9836,40.3172,39.6508,38.9844,38.9844,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.654,30.3212,29.654799999999998,28.322,27.6556,27.6556,28.322,28.9884,29.988,31.3208,32.6536,33.986399999999996,35.3192,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.984,39.984,39.984,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,58.9764,59.6428,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,66.64,67.6396,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.968,80.6344,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.634,80.9676,79.3016,76.9692,74.97,74.3036,73.63719999999999,73.63719999999999,74.3036,75.6364,77.6356,78.30199999999999,79.6348,78.9684,77.6356,76.9692,75.6364,74.97,73.63719999999999,73.63719999999999,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,78.9684,79.968,80.9676,82.96679999999999,83.6332,85.6324,86.9652,86.9652,87.6316,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.6308,89.2976,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,88.9644,89.2976,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.63,91.2968,90.6304,89.964,89.964,89.2976,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.2988,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,84.2996,83.6332,82.3004,81.3008,81.9672,82.6336,82.6336,83.6332,84.966,85.9656,87.9648,88.63119999999999,89.964,90.2972,91.2968,92.2964,92.9628,93.29599999999999,93.9624,95.2952,95.2952,95.6284,95.6284,96.2948,96.9612,96.9612,97.6276,98.96039999999999,99.6268,100.6264,101.9592,102.6256,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,106.2908,106.2908,106.9572,107.6236,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,106.624,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.6228,109.6228,109.6228,109.6228,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,111.2888,111.9552,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,110.9556,110.2892,110.2892,109.956,109.2896,107.9568,107.9568,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,108.28999999999999,109.6228,110.6224,111.622,112.2884,113.288,113.288,112.95479999999999,112.2884,110.9556,109.2896,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.956,110.2892,110.9556,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,114.954,114.954,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.9528,117.9528,118.286,118.9524,119.6188,119.6188,119.952,119.952,121.2848,121.2848,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,122.2844,121.9512,121.9512,121.2848,120.9516,120.2852,119.952,118.9524,118.9524,118.286,118.286,117.9528,117.9528,117.9528,117.6196,117.9528,117.9528,118.286,118.286,118.9524,119.6188,119.6188,119.952,120.2852,120.2852,119.952,119.952,118.9524,118.9524,118.286,118.286,118.61919999999999,117.9528,117.6196,117.6196,116.62,116.62,116.2868,116.2868,116.62,116.62,115.9536,115.9536,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,108.9564,107.9568,107.9568,107.2904,107.2904],[106.9572,106.9572,106.2908,105.2912,104.2916,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.6244,106.624,107.6236,108.9564,109.956,111.2888,112.6216,113.95439999999999,114.6208,115.6204,115.9536,116.9532,117.6196,117.9528,118.61919999999999,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,117.9528,117.6196,116.9532,116.62,115.9536,114.954,113.95439999999999,113.6212,112.95479999999999,112.95479999999999,112.2884,111.9552,110.9556,110.2892,109.6228,108.28999999999999,107.6236,106.9572,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,108.6232,109.2896,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,111.622,111.622,111.622,112.2884,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.95439999999999,114.2876,114.2876,114.954,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,118.9524,119.952,121.9512,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.6168,125.2832,126.2828,126.2828,126.2828,126.2828,125.6164,124.95,123.9504,123.28399999999999,122.9508,122.6176,121.9512,121.2848,120.2852,119.952,118.9524,118.61919999999999,118.286,117.2864,116.2868,115.2872,113.95439999999999,111.622,109.2896,107.6236,105.2912,103.9584,102.6256,100.9596,100.2932,98.96039999999999,97.2944,96.9612,96.2948,95.9616,95.6284,94.962,93.9624,93.29599999999999,91.63,90.6304,89.964,88.9644,87.9648,86.632,84.966,83.6332,81.9672,80.6344,79.968,78.6352,75.9696,74.3036,72.3044,70.6384,68.6392,67.3064,66.3068,63.9744,62.6416,60.9756,59.309599999999996,57.9768,56.977199999999996,55.3112,54.6448,53.9784,52.3124,51.646,50.3132,48.980399999999996,46.9812,45.6484,44.6488,43.316,42.3164,41.65,41.65,40.9836,40.3172,39.6508,38.9844,38.9844,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.654,30.3212,29.654799999999998,28.322,27.6556,27.6556,28.322,28.9884,29.988,31.3208,32.6536,33.986399999999996,35.3192,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.3176,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,65.9736,66.64,67.6396,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,81.9672,81.9672,81.634,80.9676,78.6352,76.3028,74.3036,73.63719999999999,72.9708,73.63719999999999,74.3036,75.6364,77.6356,78.9684,79.6348,78.9684,77.6356,76.3028,75.6364,74.3036,73.304,72.6376,72.9708,73.63719999999999,74.3036,75.6364,76.3028,76.9692,77.6356,79.6348,80.6344,81.634,82.96679999999999,84.966,86.2988,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,88.298,87.6316,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,90.2972,91.2968,91.63,92.2964,92.6296,93.6292,94.2956,94.6288,93.9624,93.6292,92.9628,92.9628,91.9632,91.9632,91.2968,91.2968,90.2972,89.6308,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,85.6324,85.6324,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.2988,85.6324,83.6332,82.3004,81.9672,81.9672,82.6336,82.6336,83.6332,84.966,86.2988,87.9648,88.63119999999999,89.964,90.2972,91.2968,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.962,95.6284,95.6284,96.2948,96.9612,97.6276,97.96079999999999,99.2936,100.2932,101.2928,101.9592,103.62519999999999,104.6248,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.6228,109.6228,109.6228,109.6228,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.9556,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,109.956,109.2896,107.9568,107.9568,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,106.624,106.624,105.9576,105.9576,105.2912,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,106.2908,106.9572,107.9568,108.28999999999999,108.9564,109.6228,110.6224,111.622,112.2884,112.2884,112.2884,110.9556,109.956,108.28999999999999,107.6236,107.6236,107.9568,108.6232,109.2896,109.6228,110.2892,110.9556,112.2884,112.2884,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.954,114.954,115.6204,115.9536,116.62,116.62,116.62,116.62,117.6196,117.6196,117.9528,118.61919999999999,119.6188,119.6188,119.952,119.952,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,119.2856,118.9524,118.286,118.286,117.9528,117.6196,117.6196,117.6196,116.9532,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.952,119.952,119.952,119.2856,118.9524,118.9524,118.286,118.286,117.9528,117.9528,117.6196,116.9532,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.9536,115.6204,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.9556,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,107.2904,107.2904],[106.9572,106.9572,106.2908,105.2912,104.2916,103.292,102.6256,101.9592,101.626,101.626,101.626,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.9576,106.9572,108.28999999999999,109.2896,110.9556,111.622,113.288,113.95439999999999,114.954,115.6204,116.62,116.9532,117.6196,117.9528,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,116.9532,116.62,115.9536,115.2872,114.6208,113.95439999999999,113.288,112.2884,112.2884,111.622,111.2888,110.2892,109.956,108.9564,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.9576,106.624,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,111.622,112.2884,112.6216,112.6216,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,114.954,114.954,115.2872,115.9536,117.2864,117.6196,118.9524,119.952,121.618,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,123.6172,124.28359999999999,125.6164,125.6164,126.2828,126.2828,125.6164,124.95,123.9504,122.6176,122.6176,122.6176,121.9512,121.2848,120.9516,120.2852,119.6188,118.9524,118.9524,117.9528,117.2864,115.2872,113.95439999999999,112.2884,110.2892,107.9568,105.6244,103.9584,102.6256,101.2928,100.9596,99.6268,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.6284,94.962,94.2956,93.6292,92.2964,91.63,89.964,89.2976,87.9648,87.2984,85.6324,83.6332,82.3004,81.3008,79.968,77.3024,75.9696,73.63719999999999,72.3044,69.972,68.6392,67.97279999999999,66.3068,64.6408,62.6416,60.6424,59.309599999999996,58.31,56.977199999999996,55.6444,54.978,53.312,51.9792,50.9796,49.6468,46.9812,45.6484,44.6488,43.9824,42.9828,42.3164,41.65,40.9836,40.3172,39.6508,38.9844,38.9844,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,31.654,30.3212,29.654799999999998,28.9884,28.322,27.6556,28.322,28.322,29.988,31.3208,32.6536,33.986399999999996,35.3192,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.9712,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,81.9672,81.9672,81.634,80.3012,77.6356,75.6364,73.63719999999999,72.9708,72.9708,73.63719999999999,74.3036,76.3028,78.30199999999999,78.9684,79.6348,78.9684,77.6356,76.3028,75.6364,74.3036,72.6376,72.6376,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.6356,78.9684,79.968,81.3008,82.3004,83.6332,84.966,86.2988,86.9652,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,88.298,87.6316,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,91.2968,92.2964,92.6296,92.6296,93.6292,94.2956,94.6288,94.6288,93.9624,93.6292,93.6292,92.6296,92.6296,91.63,91.63,90.6304,90.2972,89.964,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.2984,87.2984,86.9652,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.2992,85.2992,85.9656,85.9656,85.9656,85.9656,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,85.6324,84.6328,83.6332,81.9672,81.9672,82.6336,82.6336,83.6332,84.966,86.632,87.9648,89.2976,89.964,90.2972,91.2968,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.962,95.6284,95.9616,96.9612,97.6276,97.96079999999999,98.6272,99.96,100.2932,101.9592,103.292,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.6244,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.6228,109.6228,109.6228,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.622,111.622,110.9556,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,111.2888,110.9556,110.9556,110.6224,109.956,108.6232,107.9568,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.2912,105.6244,106.2908,106.9572,107.9568,107.9568,108.28999999999999,109.2896,110.6224,110.9556,111.622,111.622,111.622,110.6224,109.2896,108.28999999999999,107.6236,107.6236,107.9568,108.6232,109.6228,110.2892,110.9556,111.2888,112.6216,112.6216,112.2884,112.2884,111.622,111.622,111.622,110.9556,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,111.622,111.622,112.2884,112.2884,112.6216,113.288,113.288,113.288,113.6212,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.954,114.954,115.6204,115.6204,115.9536,116.62,116.62,116.62,117.2864,117.6196,117.9528,117.9528,118.9524,119.6188,119.6188,119.952,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,119.2856,118.61919999999999,118.286,117.9528,117.9528,117.6196,117.6196,116.9532,116.9532,117.2864,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.952,119.952,119.2856,119.2856,118.9524,118.9524,118.286,118.286,117.9528,117.6196,116.9532,116.9532,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.6204,115.6204,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,110.9556,110.9556,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,107.2904,107.2904],[107.9568,106.9572,106.2908,105.2912,103.62519999999999,102.6256,101.626,101.2928,100.6264,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.9576,106.9572,108.28999999999999,108.9564,109.956,110.9556,111.622,112.6216,113.95439999999999,114.6208,114.6208,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,114.954,113.95439999999999,113.288,112.95479999999999,111.9552,111.2888,110.9556,110.2892,109.6228,108.9564,107.9568,107.6236,107.2904,106.624,105.9576,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,108.28999999999999,108.6232,109.2896,109.2896,109.2896,109.956,110.6224,110.6224,110.6224,110.9556,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,111.9552,111.9552,112.6216,112.6216,112.95479999999999,113.288,114.2876,114.2876,114.954,115.2872,117.2864,117.6196,119.6188,119.952,121.2848,121.9512,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.2832,124.95,124.95,125.2832,124.95,124.6168,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.6188,118.61919999999999,117.2864,116.2868,114.2876,112.95479999999999,110.6224,107.9568,105.6244,104.6248,103.292,102.6256,101.2928,99.96,98.294,97.6276,97.6276,96.9612,96.9612,96.2948,96.2948,95.6284,94.6288,93.9624,93.6292,91.63,91.2968,89.2976,88.9644,87.2984,85.6324,84.2996,82.96679999999999,81.3008,79.3016,77.9688,75.9696,73.63719999999999,71.638,69.972,69.3056,68.306,66.64,64.6408,62.3084,60.9756,59.309599999999996,57.9768,56.977199999999996,55.6444,54.3116,52.9788,51.3128,49.6468,47.3144,45.9816,44.982,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.3204,32.3204,32.3204,31.654,30.9876,30.3212,29.654799999999998,28.9884,28.322,28.322,27.6556,28.322,29.3216,30.6544,31.9872,33.32,34.6528,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,41.65,42.3164,42.9828,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,61.3088,61.641999999999996,62.3084,63.308,63.9744,64.974,65.6404,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,81.9672,81.9672,81.634,80.3012,77.6356,75.6364,72.9708,72.9708,72.9708,73.63719999999999,75.3032,76.636,78.9684,79.6348,79.6348,78.9684,77.6356,76.3028,74.97,73.63719999999999,72.6376,71.9712,72.3044,72.9708,74.3036,74.97,75.6364,76.9692,77.6356,78.30199999999999,79.968,80.6344,81.3008,82.3004,82.96679999999999,84.966,86.2988,87.2984,88.298,88.298,88.63119999999999,89.2976,88.9644,89.2976,89.2976,89.964,89.964,89.964,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,90.2972,89.6308,89.2976,89.2976,88.298,87.6316,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.298,87.9648,87.2984,85.6324,85.2992,83.6332,82.6336,82.3004,81.9672,82.6336,83.6332,85.6324,87.2984,88.298,89.2976,90.2972,90.6304,91.2968,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.9616,97.2944,97.96079999999999,98.294,98.96039999999999,99.96,100.9596,102.2924,103.9584,104.6248,105.2912,105.9576,105.9576,105.6244,105.6244,104.958,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,111.2888,111.2888,111.622,111.622,111.2888,111.2888,111.2888,110.6224,109.2896,108.28999999999999,107.9568,107.9568,106.9572,106.624,106.624,106.624,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.9576,105.6244,105.6244,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,108.9564,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,110.2892,109.2896,108.28999999999999,107.9568,107.9568,108.9564,109.956,110.6224,110.9556,111.622,112.2884,112.6216,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,112.2884,111.9552,111.9552,112.2884,112.2884,111.9552,112.2884,113.288,113.288,113.288,112.95479999999999,111.9552,111.2888,110.9556,110.2892,110.2892,109.6228,109.6228,109.6228,109.6228,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.9524,119.6188,119.952,120.6184,121.9512,122.6176,123.28399999999999,123.28399999999999,124.28359999999999,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,119.952,119.952,119.6188,118.9524,118.286,117.6196,117.6196,116.9532,116.62,116.62,116.62,116.62,116.9532,116.9532,116.9532,117.6196,118.286,118.286,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.2864,117.2864,116.62,116.62,116.62,116.62,116.2868,116.2868,115.2872,115.2872,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,112.6216,111.622,111.622,111.2888,110.9556,109.956,109.2896,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572],[107.9568,106.9572,105.9576,104.2916,103.62519999999999,102.2924,101.2928,100.6264,100.2932,100.2932,100.2932,100.6264,101.2928,101.9592,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.62519999999999,104.2916,105.6244,105.6244,106.9572,108.28999999999999,109.2896,109.956,110.9556,111.622,113.288,113.6212,113.6212,114.2876,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.6204,115.2872,114.6208,113.95439999999999,113.288,112.2884,111.9552,110.9556,110.2892,109.956,109.6228,108.6232,107.9568,107.2904,107.2904,106.2908,105.6244,105.6244,105.2912,105.2912,105.9576,105.9576,106.624,107.2904,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.6216,112.6216,111.9552,111.9552,111.9552,111.622,111.622,111.622,112.2884,112.2884,112.2884,113.288,113.288,113.6212,114.2876,115.9536,117.2864,118.286,119.6188,119.952,120.9516,121.2848,121.2848,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.95,124.95,124.6168,123.9504,123.28399999999999,122.2844,121.618,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,119.6188,118.9524,117.6196,116.2868,114.2876,112.95479999999999,110.6224,108.28999999999999,106.2908,105.2912,103.62519999999999,103.292,101.9592,101.2928,100.2932,98.294,97.6276,97.96079999999999,97.6276,97.6276,96.9612,96.2948,95.2952,94.6288,93.9624,93.6292,92.2964,91.63,90.6304,89.2976,87.2984,85.9656,84.6328,82.96679999999999,80.6344,78.9684,77.3024,75.3032,72.9708,71.638,70.3052,69.6388,68.306,66.3068,63.9744,62.3084,60.6424,59.309599999999996,57.6436,56.3108,54.978,53.6452,51.9792,49.6468,47.6476,46.3148,45.6484,44.6488,43.9824,43.316,42.6496,41.9832,40.6504,39.984,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.3204,31.654,31.654,31.654,30.9876,30.3212,29.654799999999998,28.9884,28.322,28.322,27.6556,28.322,29.3216,30.6544,31.9872,33.32,34.6528,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,40.9836,41.65,42.3164,42.9828,43.9824,44.6488,44.6488,45.3152,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,81.9672,81.634,80.3012,77.6356,75.6364,73.63719999999999,72.9708,73.63719999999999,74.3036,75.3032,76.636,78.9684,79.6348,78.9684,78.30199999999999,76.9692,76.3028,74.97,73.63719999999999,72.6376,71.9712,72.3044,72.9708,74.3036,75.6364,76.3028,76.3028,76.9692,77.6356,79.968,80.6344,80.6344,81.3008,82.3004,82.96679999999999,84.2996,86.2988,87.2984,88.298,88.298,88.63119999999999,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,89.6308,89.2976,88.298,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,91.2968,91.63,91.63,91.63,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,91.9632,91.63,91.63,91.2968,90.6304,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.2984,86.632,84.966,82.96679999999999,82.3004,81.9672,82.6336,84.2996,85.6324,87.2984,88.9644,89.964,90.6304,90.6304,91.2968,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.9616,96.628,97.96079999999999,98.294,98.96039999999999,99.96,100.9596,102.2924,103.9584,104.6248,105.2912,105.9576,105.6244,105.6244,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,110.2892,110.9556,110.9556,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.9556,111.2888,111.622,112.2884,112.2884,111.2888,111.2888,111.2888,110.9556,109.956,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.624,106.624,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,105.2912,105.6244,105.9576,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.6228,109.956,110.6224,110.6224,110.6224,109.956,108.9564,108.28999999999999,107.9568,107.9568,108.9564,109.956,110.6224,110.9556,111.622,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.288,112.95479999999999,111.9552,111.2888,110.9556,110.2892,109.6228,109.6228,109.6228,109.6228,109.6228,109.6228,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.2872,116.2868,116.62,117.2864,117.2864,117.6196,117.6196,118.9524,118.9524,119.6188,119.952,121.2848,121.9512,122.9508,123.28399999999999,124.28359999999999,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.9512,121.2848,121.2848,120.9516,119.952,119.6188,118.9524,118.286,117.9528,117.6196,116.9532,116.9532,116.62,116.62,116.62,116.62,116.9532,116.9532,116.9532,116.9532,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.2864,117.2864,116.62,116.62,116.62,116.62,116.2868,116.2868,115.2872,115.2872,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,112.2884,111.622,111.622,110.9556,109.956,109.2896,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572],[107.6236,106.9572,105.6244,103.292,102.2924,100.6264,100.2932,99.6268,99.2936,99.2936,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,102.6256,103.292,102.6256,103.62519999999999,105.2912,105.9576,106.9572,107.6236,108.9564,109.2896,110.2892,111.2888,112.6216,113.288,113.288,113.6212,114.2876,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.2876,113.6212,113.288,112.6216,111.622,111.2888,110.2892,109.956,109.2896,108.6232,107.9568,107.6236,106.624,106.624,105.6244,105.6244,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,106.624,106.9572,107.6236,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,109.956,110.2892,110.9556,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,110.9556,111.2888,111.622,111.622,112.2884,112.2884,113.95439999999999,114.954,115.9536,117.2864,117.6196,118.9524,119.6188,119.952,119.952,120.2852,120.2852,121.2848,121.9512,122.2844,122.9508,123.9504,124.6168,124.6168,124.6168,123.9504,122.9508,121.618,121.2848,120.9516,120.9516,120.9516,120.2852,119.952,119.952,119.6188,118.9524,117.9528,116.62,114.2876,112.95479999999999,110.9556,108.6232,106.9572,105.9576,104.6248,104.2916,103.62519999999999,102.6256,101.2928,100.2932,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,97.2944,96.628,96.2948,95.9616,94.6288,94.2956,93.6292,92.9628,91.63,89.2976,87.6316,87.2984,84.966,82.3004,80.6344,78.9684,76.636,74.6368,72.9708,72.3044,70.9716,69.6388,67.3064,65.6404,64.3076,61.3088,59.976,59.309599999999996,57.9768,55.6444,54.3116,52.6456,50.9796,48.314,47.6476,46.3148,45.6484,44.6488,43.9824,43.316,42.6496,41.3168,39.984,39.984,39.984,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.654,31.654,30.9876,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.322,28.322,27.6556,28.322,29.3216,30.6544,31.9872,33.32,34.6528,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,40.9836,41.65,42.3164,42.9828,43.9824,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.634,80.3012,77.6356,76.3028,74.3036,73.63719999999999,73.63719999999999,74.3036,75.3032,76.636,78.9684,79.6348,78.9684,78.30199999999999,76.9692,76.3028,74.97,73.63719999999999,72.6376,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,79.3016,79.968,79.968,79.968,80.6344,81.634,82.3004,84.2996,85.6324,86.632,87.6316,88.298,88.298,88.9644,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,89.6308,89.2976,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.2972,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,88.9644,87.6316,86.632,85.2992,83.6332,82.6336,82.6336,82.96679999999999,84.2996,85.9656,87.6316,88.9644,89.964,90.6304,91.2968,91.2968,92.6296,93.29599999999999,93.6292,93.6292,94.6288,94.6288,95.2952,95.6284,96.628,97.2944,98.294,98.96039999999999,99.96,100.2932,102.2924,103.9584,104.6248,105.2912,105.6244,105.6244,104.958,104.6248,104.6248,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,109.956,109.2896,109.2896,108.9564,107.9568,107.6236,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.6248,105.2912,105.6244,105.9576,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,110.6224,109.956,108.9564,108.28999999999999,107.6236,107.9568,107.9568,108.9564,109.2896,110.6224,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,112.6216,112.6216,113.288,113.288,113.95439999999999,113.6212,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,111.9552,111.2888,110.9556,110.2892,109.6228,109.6228,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,115.9536,116.62,116.62,117.2864,117.2864,117.6196,118.286,118.9524,119.6188,119.952,121.2848,121.9512,122.9508,123.28399999999999,124.28359999999999,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,121.618,121.2848,120.9516,120.9516,120.2852,119.6188,118.9524,118.61919999999999,117.9528,117.9528,116.9532,116.9532,116.62,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.9532,116.9532,117.6196,117.9528,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,117.2864,116.62,116.62,116.62,116.2868,116.2868,116.2868,115.6204,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,111.2888,110.2892,109.2896,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572],[107.2904,106.2908,105.6244,103.292,101.626,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,100.9596,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,104.2916,105.6244,105.6244,106.9572,107.6236,108.9564,109.2896,110.2892,111.622,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.6216,111.622,110.9556,110.2892,109.6228,108.9564,107.9568,107.9568,107.2904,106.624,105.6244,105.6244,104.6248,104.6248,104.2916,104.2916,104.2916,104.6248,105.2912,105.2912,105.6244,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.9564,109.6228,109.6228,109.956,109.956,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.2892,109.956,109.956,109.6228,109.6228,109.956,109.956,110.2892,110.6224,110.9556,111.9552,113.288,114.6208,115.2872,116.62,117.6196,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.9516,121.2848,121.9512,122.9508,123.9504,124.6168,123.9504,123.28399999999999,122.9508,121.618,120.6184,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.6188,118.9524,117.2864,116.62,114.2876,112.95479999999999,110.9556,109.956,108.28999999999999,106.2908,104.958,104.958,104.2916,103.62519999999999,102.6256,101.2928,100.9596,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,97.2944,97.2944,96.9612,96.2948,95.2952,94.6288,93.9624,91.63,89.6308,88.9644,87.2984,84.966,82.3004,80.6344,78.9684,76.636,75.3032,73.9704,72.6376,71.3048,69.972,67.6396,65.6404,63.6412,61.641999999999996,60.6424,59.309599999999996,57.3104,55.6444,54.3116,52.3124,50.3132,48.980399999999996,47.6476,46.3148,45.6484,44.6488,43.9824,42.6496,41.3168,40.6504,40.6504,39.984,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.654,31.654,30.9876,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.322,28.322,27.6556,28.322,29.3216,30.6544,31.9872,33.32,34.6528,35.9856,36.652,36.652,36.652,36.652,36.652,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,40.3172,40.9836,41.65,42.3164,43.316,43.9824,43.9824,44.6488,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.9784,53.9784,54.978,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.9692,78.30199999999999,79.6348,80.3012,80.3012,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,82.6336,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,82.3004,80.9676,78.6352,76.3028,74.3036,73.63719999999999,73.63719999999999,74.3036,75.3032,76.636,78.30199999999999,78.9684,78.9684,78.30199999999999,76.9692,76.3028,74.97,73.63719999999999,72.6376,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,82.3004,83.6332,85.6324,86.2988,87.2984,87.6316,88.298,89.2976,89.964,89.964,89.964,89.964,89.2976,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,89.6308,89.2976,88.63119999999999,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,90.9636,92.2964,92.2964,92.2964,92.6296,92.9628,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.6296,91.63,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.2972,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,88.9644,88.9644,87.6316,85.9656,84.966,83.3,83.3,83.6332,85.6324,86.632,88.298,89.6308,90.6304,91.2968,91.2968,91.9632,92.6296,93.29599999999999,93.6292,94.2956,94.6288,95.2952,95.6284,95.6284,96.628,97.2944,98.294,98.96039999999999,99.96,100.2932,102.2924,103.9584,104.6248,105.2912,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,109.956,109.956,109.956,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.6248,105.2912,105.2912,105.9576,106.9572,107.6236,107.9568,108.6232,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,109.956,108.9564,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,110.6224,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.6212,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.288,112.2884,111.9552,110.9556,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,113.288,113.6212,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,115.6204,115.9536,115.9536,116.62,117.2864,117.2864,118.286,118.286,118.9524,119.6188,120.9516,121.2848,122.2844,122.9508,123.6172,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.2848,120.9516,120.9516,119.952,119.6188,118.9524,118.286,117.9528,117.6196,116.9532,116.62,115.9536,115.9536,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.9532,116.9532,117.6196,117.6196,117.9528,117.9528,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.9528,116.62,116.62,116.62,116.62,115.9536,115.9536,115.6204,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.2876,114.2876,112.95479999999999,113.288,112.95479999999999,111.2888,110.2892,109.956,108.9564,107.9568,107.6236,107.6236,106.9572,106.9572],[107.2904,106.2908,105.6244,103.62519999999999,101.626,99.96,99.2936,98.96039999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.96,99.96,99.96,100.6264,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,102.2924,102.6256,103.62519999999999,104.2916,105.2912,106.9572,107.6236,107.9568,108.9564,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.2884,111.622,111.2888,110.2892,109.956,108.6232,107.9568,107.6236,106.9572,106.624,105.9576,105.2912,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.6244,105.6244,105.6244,106.2908,106.9572,106.9572,107.6236,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.6228,109.956,110.2892,110.2892,110.9556,111.2888,111.2888,111.622,111.622,111.622,111.2888,110.9556,110.2892,109.956,109.2896,108.9564,108.9564,108.6232,108.6232,108.9564,108.9564,109.2896,109.2896,109.2896,110.9556,111.622,113.288,113.95439999999999,115.2872,115.9536,116.62,117.2864,117.6196,117.6196,118.286,118.9524,119.952,119.952,120.2852,121.618,123.6172,123.28399999999999,123.28399999999999,122.9508,121.9512,120.9516,120.2852,119.6188,119.6188,119.2856,119.2856,118.9524,118.9524,118.9524,118.286,117.9528,115.9536,114.2876,112.95479999999999,111.622,110.9556,109.2896,107.2904,106.9572,106.624,105.9576,104.958,103.62519999999999,103.292,102.2924,102.2924,101.626,101.2928,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.6276,96.2948,93.9624,92.2964,90.9636,89.6308,87.2984,84.6328,83.6332,80.9676,78.6352,76.636,75.9696,74.97,73.304,71.3048,69.3056,67.3064,65.6404,64.3076,62.6416,61.3088,59.309599999999996,57.9768,56.3108,53.9784,52.3124,50.9796,49.6468,47.6476,46.3148,45.6484,44.315599999999996,43.6492,42.3164,41.65,40.6504,39.984,39.3176,39.3176,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,28.322,29.3216,30.6544,31.9872,33.32,34.6528,35.9856,36.652,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.6456,53.312,53.9784,53.9784,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.9692,78.30199999999999,79.6348,80.3012,80.9676,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,84.2996,82.96679999999999,81.634,79.3016,76.9692,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.6368,75.9696,78.30199999999999,78.9684,78.30199999999999,77.3024,76.9692,75.6364,74.97,73.63719999999999,72.6376,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,76.636,76.636,77.6356,77.6356,76.9692,76.9692,78.30199999999999,78.9684,79.6348,80.6344,82.3004,83.6332,84.966,85.6324,86.9652,87.9648,89.2976,89.964,90.2972,90.2972,90.6304,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.6308,89.6308,88.9644,88.9644,88.9644,89.2976,89.964,89.964,90.6304,90.9636,92.2964,92.6296,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,92.9628,92.9628,91.9632,91.9632,91.63,91.63,91.63,91.63,91.2968,91.2968,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,89.964,89.964,88.63119999999999,88.298,87.2984,84.6328,83.9664,84.2996,84.966,85.2992,87.2984,89.2976,89.964,91.63,92.2964,92.2964,92.6296,93.6292,93.9624,94.6288,94.962,95.2952,95.6284,95.6284,95.6284,96.628,97.2944,98.6272,98.96039999999999,100.2932,100.6264,101.626,103.292,104.6248,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,111.2888,111.2888,111.622,111.622,112.95479999999999,113.288,113.288,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,111.2888,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,110.9556,110.9556,110.2892,109.956,109.2896,109.2896,109.2896,108.9564,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,105.2912,105.6244,107.2904,107.9568,109.956,110.2892,110.9556,110.9556,110.9556,111.622,111.2888,111.2888,111.2888,111.622,111.622,111.622,110.9556,109.956,109.2896,108.6232,108.9564,109.2896,110.2892,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.6208,114.6208,113.95439999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.6204,116.2868,116.62,117.2864,117.2864,117.6196,118.286,118.9524,119.952,120.9516,122.2844,122.9508,123.28399999999999,123.9504,124.28359999999999,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.2848,120.9516,120.2852,119.952,119.6188,119.6188,118.9524,118.286,117.6196,117.2864,116.62,116.62,115.9536,115.9536,115.6204,114.954,114.954,114.954,114.954,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.2872,114.954,114.954,114.2876,113.6212,113.6212,113.6212,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,113.95439999999999,113.288,113.288,112.95479999999999,111.2888,110.2892,109.6228,108.9564,108.28999999999999,107.6236,107.6236,106.9572,106.9572],[107.9568,106.9572,105.9576,104.958,102.6256,100.6264,99.2936,98.294,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,102.9588,104.2916,105.9576,106.624,107.6236,107.9568,108.9564,109.6228,110.2892,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.2892,109.2896,108.6232,107.9568,107.6236,106.2908,106.624,105.6244,105.2912,104.2916,104.2916,103.292,103.292,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.6248,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.6236,107.9568,107.9568,108.6232,108.9564,108.9564,109.956,109.956,110.2892,110.2892,111.2888,111.2888,111.622,111.622,111.2888,111.2888,110.2892,109.6228,109.2896,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.6232,109.2896,110.6224,111.622,112.95479999999999,113.95439999999999,114.954,115.6204,115.9536,117.2864,117.2864,117.6196,118.286,118.286,118.9524,120.2852,121.2848,121.618,122.9508,122.9508,122.6176,121.9512,120.9516,120.2852,119.6188,119.2856,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,116.9532,115.9536,114.2876,113.288,112.2884,111.622,109.956,109.2896,107.9568,107.2904,106.624,105.9576,104.6248,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.2924,101.2928,100.6264,100.9596,100.6264,99.96,99.6268,98.96039999999999,97.96079999999999,96.2948,94.6288,93.29599999999999,90.9636,88.63119999999999,87.2984,85.2992,83.6332,80.9676,79.3016,77.6356,76.3028,74.97,73.63719999999999,71.9712,69.3056,67.6396,66.3068,64.6408,63.308,60.6424,59.309599999999996,57.6436,56.3108,53.9784,52.6456,50.3132,48.980399999999996,48.314,46.9812,44.982,44.315599999999996,42.9828,42.3164,41.3168,40.6504,39.984,39.3176,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,28.322,29.3216,30.6544,31.9872,33.32,34.6528,35.9856,36.652,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.9844,39.6508,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,53.312,53.9784,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.308,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.9692,78.30199999999999,79.6348,80.3012,80.9676,81.9672,82.6336,82.6336,82.6336,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,84.966,84.966,84.966,83.6332,82.3004,79.968,77.6356,74.97,73.63719999999999,73.63719999999999,73.63719999999999,73.9704,75.3032,77.3024,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,74.97,73.63719999999999,72.6376,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,76.636,76.636,76.9692,76.9692,76.3028,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,82.3004,83.6332,84.2996,85.6324,87.2984,88.9644,89.964,90.2972,90.9636,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.6308,89.6308,88.9644,88.9644,88.9644,89.2976,89.964,90.2972,90.9636,91.63,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,94.962,94.6288,94.6288,93.9624,93.6292,93.6292,92.9628,92.2964,91.9632,91.63,91.63,91.63,91.63,91.63,91.2968,90.2972,89.964,89.964,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,89.964,89.964,88.9644,87.9648,86.2988,84.6328,84.966,85.6324,86.632,87.9648,89.2976,90.2972,92.2964,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.628,97.2944,98.6272,98.96039999999999,100.2932,100.6264,101.626,103.292,103.9584,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,111.2888,111.2888,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.2892,109.956,109.2896,109.2896,108.9564,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.9584,104.6248,105.2912,105.6244,106.624,107.9568,109.2896,110.9556,111.622,111.622,112.2884,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.2884,111.622,110.9556,110.2892,110.2892,109.956,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.6208,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,115.2872,115.6204,116.62,116.62,117.2864,117.2864,117.9528,117.9528,118.9524,120.2852,121.2848,122.2844,122.9508,123.28399999999999,123.6172,124.28359999999999,124.6168,124.6168,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.2844,121.618,121.2848,120.9516,120.2852,119.952,119.6188,118.9524,118.9524,118.286,117.6196,117.2864,116.62,115.9536,115.9536,115.2872,115.2872,115.2872,114.6208,114.6208,114.954,114.954,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,114.954,114.2876,114.2876,114.2876,113.95439999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.6212,113.6212,113.6212,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,109.6228,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572],[108.9564,107.9568,106.2908,105.2912,103.62519999999999,101.9592,100.2932,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.2928,100.6264,101.2928,101.9592,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.6236,107.9568,108.6232,109.6228,110.2892,110.6224,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,111.622,111.622,111.622,110.9556,110.6224,109.956,109.2896,108.9564,107.9568,106.9572,106.2908,105.6244,105.2912,104.958,104.2916,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.6248,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,110.6224,110.2892,109.6228,108.9564,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,107.6236,108.28999999999999,109.2896,110.6224,111.9552,112.6216,113.288,113.6212,114.954,115.6204,115.9536,115.9536,117.2864,117.6196,118.61919999999999,118.9524,120.9516,121.9512,122.6176,122.9508,122.9508,121.618,120.9516,120.2852,119.6188,119.2856,118.9524,118.9524,117.9528,117.9528,117.9528,117.2864,116.9532,115.9536,114.2876,113.288,112.2884,111.622,110.9556,109.956,109.2896,108.28999999999999,107.6236,106.9572,105.2912,104.958,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,100.2932,98.96039999999999,96.9612,95.6284,94.6288,92.9628,91.2968,88.9644,86.9652,85.2992,82.96679999999999,80.9676,79.6348,78.30199999999999,76.9692,74.97,72.6376,71.3048,69.6388,68.306,66.64,64.6408,62.6416,61.3088,59.6428,57.6436,55.9776,54.6448,51.646,50.3132,48.980399999999996,47.6476,45.6484,44.982,43.6492,42.9828,41.3168,40.6504,39.984,39.3176,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,30.6544,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,28.322,29.3216,30.6544,31.9872,33.32,34.6528,35.9856,36.652,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.9844,39.6508,40.3172,40.9836,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.9792,52.6456,53.312,53.9784,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.308,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.9692,78.30199999999999,79.6348,80.3012,80.9676,81.9672,82.6336,83.3,83.3,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.9656,85.9656,85.9656,84.966,83.6332,82.3004,80.6344,78.6352,74.97,73.63719999999999,73.63719999999999,72.9708,73.9704,75.3032,76.636,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,74.3036,73.63719999999999,72.6376,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,76.636,76.636,76.3028,76.3028,75.6364,75.6364,75.9696,76.636,77.3024,78.30199999999999,79.968,81.3008,82.6336,83.3,85.6324,86.9652,88.298,89.2976,90.2972,90.9636,90.6304,90.6304,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,88.9644,88.9644,88.9644,89.2976,89.964,90.2972,90.9636,91.63,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,95.2952,95.2952,95.2952,94.6288,93.9624,93.9624,93.6292,93.6292,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.2972,90.2972,89.964,89.964,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.2972,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,89.964,89.2976,88.298,87.2984,86.2988,86.2988,87.2984,87.9648,88.9644,90.2972,91.2968,92.2964,92.6296,93.6292,93.6292,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.628,97.2944,98.6272,98.96039999999999,100.2932,100.6264,101.626,103.292,103.9584,103.9584,103.9584,103.9584,103.62519999999999,102.9588,102.9588,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,104.958,104.958,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,111.2888,111.2888,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.2888,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.9584,104.6248,105.2912,106.624,107.6236,109.2896,110.6224,111.622,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.288,112.6216,111.9552,110.9556,111.2888,111.9552,112.6216,113.288,113.6212,114.2876,114.2876,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.2872,114.954,114.2876,113.6212,113.288,112.2884,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,114.2876,114.2876,115.2872,115.6204,115.9536,116.62,116.9532,117.6196,117.6196,117.9528,118.9524,119.6188,120.9516,122.2844,122.2844,122.9508,123.6172,123.6172,123.6172,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.9512,120.9516,119.952,119.952,119.2856,118.9524,118.286,118.286,117.9528,117.2864,116.62,116.2868,115.6204,115.6204,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,115.6204,114.954,114.2876,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.2896,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572],[109.2896,108.6232,106.9572,105.6244,104.2916,102.6256,100.9596,99.6268,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.6264,100.2932,100.6264,101.2928,102.6256,103.62519999999999,104.2916,105.2912,105.6244,106.624,106.624,107.6236,107.9568,108.6232,109.6228,109.956,110.6224,110.6224,111.2888,111.2888,110.9556,111.622,111.622,110.9556,110.6224,109.956,109.2896,108.9564,107.6236,106.9572,106.624,105.9576,105.6244,104.958,104.2916,103.62519999999999,103.292,102.6256,102.2924,101.9592,101.9592,101.9592,101.9592,102.2924,102.6256,103.292,103.9584,104.6248,105.2912,105.2912,105.2912,105.9576,105.9576,106.624,107.2904,107.6236,107.6236,107.9568,107.9568,109.2896,109.2896,109.956,109.956,110.9556,110.9556,111.2888,111.2888,110.6224,110.6224,109.6228,109.6228,108.9564,108.28999999999999,107.9568,107.9568,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,108.9564,110.2892,111.622,111.9552,112.6216,113.288,114.2876,114.954,115.2872,116.62,117.2864,117.9528,118.286,119.6188,119.952,121.2848,121.9512,121.618,120.9516,120.2852,119.6188,119.2856,118.9524,118.9524,118.286,117.9528,117.9528,117.2864,116.9532,116.62,115.6204,114.954,114.2876,113.288,111.9552,110.9556,110.2892,109.956,109.2896,108.9564,107.9568,106.9572,105.2912,104.958,104.6248,104.6248,104.6248,104.6248,103.9584,103.292,103.292,103.292,103.292,102.2924,101.9592,101.2928,99.96,98.294,96.628,95.6284,94.6288,92.9628,90.6304,88.9644,86.632,84.6328,82.96679999999999,81.3008,79.6348,78.30199999999999,75.9696,74.6368,72.6376,71.3048,69.6388,67.97279999999999,66.64,64.6408,62.6416,60.9756,59.6428,57.3104,55.9776,53.6452,52.3124,50.3132,48.980399999999996,46.9812,45.6484,44.982,43.6492,41.9832,41.3168,40.6504,39.984,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,34.6528,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,30.6544,30.6544,30.6544,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.6556,29.3216,30.6544,31.9872,33.32,34.6528,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,38.318,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.3132,50.9796,51.3128,51.9792,52.6456,53.312,53.6452,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.308,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.9692,78.30199999999999,78.9684,80.3012,81.3008,81.9672,82.6336,82.6336,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,84.966,82.96679999999999,81.634,79.3016,75.6364,74.3036,73.63719999999999,72.9708,73.9704,74.6368,75.9696,76.636,77.3024,77.3024,76.3028,75.6364,74.3036,73.63719999999999,72.6376,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,76.636,76.636,76.3028,75.6364,74.97,74.97,75.9696,75.9696,76.636,77.3024,79.3016,79.968,80.9676,82.6336,84.2996,86.2988,87.2984,88.298,89.6308,90.2972,90.6304,89.964,89.964,89.2976,88.9644,88.63119999999999,89.6308,89.6308,89.6308,89.6308,88.9644,88.9644,88.9644,89.2976,89.964,90.2972,90.9636,91.63,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,95.2952,95.2952,95.2952,95.2952,94.6288,93.9624,93.9624,93.6292,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,90.6304,90.6304,90.6304,90.2972,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,89.964,89.2976,87.9648,87.9648,87.9648,87.9648,88.63119999999999,89.6308,90.6304,91.2968,92.2964,92.6296,93.6292,93.6292,94.6288,94.6288,94.962,94.962,95.2952,95.6284,95.6284,95.6284,96.628,97.2944,98.6272,98.96039999999999,100.2932,100.6264,101.626,103.292,103.9584,103.9584,103.9584,103.9584,103.62519999999999,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,104.958,104.958,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.6224,111.2888,111.622,111.622,112.2884,113.288,113.95439999999999,113.95439999999999,114.2876,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,115.9536,115.9536,115.2872,115.2872,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.2888,111.2888,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.9584,104.6248,105.2912,106.9572,108.9564,109.956,110.6224,112.2884,112.95479999999999,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.2884,112.6216,112.6216,113.288,113.6212,114.2876,114.954,115.6204,115.6204,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,116.62,116.9532,116.9532,116.9532,116.9532,116.62,116.62,117.2864,117.2864,115.9536,115.9536,115.9536,115.2872,114.954,113.6212,113.288,112.6216,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.6212,114.2876,114.2876,115.2872,115.2872,115.9536,115.9536,116.9532,116.9532,117.6196,117.9528,118.9524,119.6188,119.952,121.618,122.2844,122.2844,123.28399999999999,123.6172,123.6172,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.2844,121.9512,121.9512,120.9516,119.952,119.2856,119.2856,118.9524,118.286,118.286,117.6196,117.6196,116.62,115.9536,115.6204,115.6204,114.954,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,115.6204,115.6204,114.6208,114.6208,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,112.2884,112.2884,111.622,110.9556,110.2892,109.2896,109.2896,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572],[109.956,108.6232,107.2904,106.624,104.2916,103.292,100.9596,99.6268,97.96079999999999,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,102.2924,102.6256,103.62519999999999,104.2916,105.2912,105.2912,105.6244,106.2908,106.9572,107.9568,108.6232,108.6232,109.2896,110.2892,110.9556,111.622,110.9556,110.9556,110.2892,109.956,109.2896,108.6232,107.6236,106.9572,106.624,105.2912,104.958,104.2916,104.2916,103.9584,103.292,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.626,102.2924,103.292,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,106.2908,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.956,109.956,109.956,110.6224,110.6224,109.956,109.956,109.2896,109.2896,108.28999999999999,107.9568,107.6236,107.6236,106.624,106.624,106.624,106.624,105.9576,105.9576,106.2908,106.2908,106.9572,107.6236,109.2896,109.956,110.6224,110.9556,111.9552,112.6216,113.6212,114.2876,114.954,115.6204,117.6196,117.9528,117.9528,118.9524,119.952,120.2852,120.2852,119.6188,118.9524,118.9524,118.61919999999999,117.9528,117.9528,117.9528,117.6196,117.6196,116.9532,116.9532,115.9536,115.6204,114.954,114.2876,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.2892,109.956,108.9564,107.6236,106.9572,106.2908,105.6244,105.6244,105.6244,105.6244,104.958,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,101.2928,98.96039999999999,97.6276,97.2944,95.9616,94.962,92.6296,90.6304,88.298,86.2988,84.2996,82.3004,80.9676,79.6348,77.6356,76.3028,74.97,73.304,71.9712,70.6384,68.6392,66.9732,64.6408,62.9748,61.641999999999996,59.6428,57.6436,56.3108,53.6452,52.3124,50.9796,49.6468,48.314,45.6484,44.315599999999996,43.6492,42.9828,41.3168,40.6504,39.984,39.3176,37.9848,37.3184,36.652,35.9856,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.654,31.654,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,27.6556,28.6552,29.988,31.3208,32.6536,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.646,52.3124,53.312,53.9784,54.6448,55.3112,55.9776,55.9776,56.644,56.644,57.6436,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.6412,64.974,65.6404,66.3068,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.97,74.97,75.6364,76.9692,78.6352,79.3016,79.968,80.6344,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.9656,85.9656,85.9656,86.2988,87.2984,87.2984,87.2984,86.2988,84.966,84.2996,82.3004,79.968,77.3024,75.3032,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,75.6364,76.3028,76.9692,76.3028,75.6364,73.9704,73.304,72.6376,72.6376,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,75.6364,76.3028,76.9692,77.3024,78.9684,79.6348,80.9676,83.3,84.2996,86.2988,87.2984,88.298,89.6308,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,89.2976,89.2976,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.964,90.2972,91.63,92.2964,92.6296,93.29599999999999,94.2956,94.2956,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,91.9632,91.9632,91.9632,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,89.964,89.2976,88.9644,88.63119999999999,89.2976,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,96.628,97.2944,98.294,98.96039999999999,99.96,100.2932,101.2928,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,108.9564,109.2896,109.2896,109.956,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.954,114.954,115.2872,115.2872,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.9528,118.286,118.286,117.2864,116.62,116.62,116.2868,116.2868,115.6204,115.6204,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.2876,114.2876,113.6212,113.6212,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,105.2912,107.6236,108.6232,109.956,110.9556,112.2884,112.95479999999999,113.6212,113.6212,114.2876,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.6208,114.2876,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.6208,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.2868,115.9536,114.954,113.6212,113.288,112.6216,111.622,111.622,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.954,115.2872,115.6204,115.9536,116.62,116.9532,117.6196,117.9528,119.2856,119.952,120.2852,120.9516,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,121.9512,121.2848,120.9516,119.952,118.9524,118.286,117.9528,117.6196,117.6196,117.6196,117.6196,116.9532,116.62,115.9536,115.6204,115.2872,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.288,113.288,112.6216,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,109.956,109.2896,108.28999999999999,108.28999999999999,107.6236,107.2904,106.624,106.624,105.9576],[109.956,108.6232,107.2904,106.624,104.2916,103.292,100.9596,99.6268,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,103.292,103.292,103.9584,104.6248,105.2912,105.6244,106.2908,106.9572,108.28999999999999,108.28999999999999,108.6232,109.2896,110.9556,111.622,110.9556,110.2892,109.956,109.2896,108.6232,108.28999999999999,106.9572,106.2908,105.2912,104.958,104.2916,104.2916,104.2916,103.292,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.2928,101.2928,101.626,102.2924,103.292,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,106.2908,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.6224,109.956,109.956,109.2896,108.9564,107.9568,107.9568,107.6236,107.6236,106.624,106.624,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,107.6236,109.2896,109.6228,109.956,110.6224,111.622,112.2884,112.95479999999999,114.2876,114.6208,116.2868,116.62,116.62,117.6196,117.9528,118.286,118.61919999999999,118.9524,118.9524,118.61919999999999,117.9528,117.9528,117.6196,117.6196,117.2864,116.62,116.62,115.9536,115.6204,115.6204,114.954,114.6208,113.6212,113.288,112.95479999999999,112.95479999999999,111.9552,110.9556,110.2892,109.956,108.9564,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.2912,105.6244,105.6244,105.6244,104.958,104.2916,103.62519999999999,102.2924,100.6264,98.96039999999999,97.96079999999999,96.9612,95.6284,93.9624,91.9632,89.964,88.298,85.9656,83.6332,81.9672,80.9676,79.6348,78.30199999999999,76.9692,75.6364,73.9704,71.9712,70.6384,68.306,66.9732,65.9736,63.308,60.9756,58.9764,57.6436,56.3108,53.6452,52.3124,50.9796,49.6468,46.9812,45.6484,44.982,43.6492,42.6496,41.3168,40.6504,39.984,38.6512,37.9848,37.3184,35.9856,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,31.654,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,27.6556,28.6552,29.988,31.3208,32.6536,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,57.6436,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,66.64,67.3064,67.97279999999999,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,80.9676,81.634,82.3004,82.96679999999999,84.2996,84.966,85.6324,85.6324,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,86.2988,84.966,84.2996,82.3004,80.9676,78.6352,76.636,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,75.6364,76.3028,75.6364,74.97,73.9704,73.304,72.6376,72.6376,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,80.3012,81.9672,82.6336,83.6332,85.2992,86.632,86.9652,87.6316,87.6316,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.964,90.2972,91.63,92.2964,92.6296,93.29599999999999,94.2956,94.2956,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,91.9632,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.964,90.2972,91.2968,91.2968,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,96.2948,96.628,97.96079999999999,98.96039999999999,99.96,100.2932,101.2928,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,108.9564,109.2896,109.956,109.956,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.954,114.954,115.2872,115.2872,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.286,117.2864,116.62,116.62,116.2868,115.9536,115.6204,114.954,114.954,115.6204,115.6204,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,114.954,114.2876,113.6212,113.6212,113.288,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,105.6244,107.6236,108.6232,110.6224,110.9556,112.2884,112.95479999999999,113.6212,113.6212,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.6208,114.6208,114.2876,114.2876,114.6208,114.6208,115.2872,115.6204,116.62,117.2864,117.6196,117.6196,118.61919999999999,118.61919999999999,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,117.6196,117.2864,117.2864,117.2864,116.62,116.62,116.2868,115.6204,114.2876,113.6212,112.6216,112.6216,111.622,111.622,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,115.6204,115.9536,116.62,116.9532,117.9528,118.61919999999999,119.952,120.2852,120.2852,120.9516,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.2848,120.9516,119.952,118.9524,118.286,117.9528,117.6196,117.6196,117.6196,116.9532,116.62,115.9536,115.6204,115.2872,115.2872,114.6208,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,112.95479999999999,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,110.6224,109.956,109.956,109.2896,108.28999999999999,108.28999999999999,107.6236,107.6236,106.624,106.624,105.9576,105.9576],[109.956,108.6232,107.2904,106.624,104.2916,103.292,100.9596,99.6268,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.626,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.6248,104.958,106.2908,106.9572,107.6236,108.28999999999999,108.6232,109.2896,110.6224,110.9556,110.2892,110.2892,109.956,109.2896,108.28999999999999,107.6236,106.9572,105.6244,105.2912,104.958,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.626,101.626,101.2928,101.2928,101.2928,101.626,102.2924,103.292,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,106.624,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,107.9568,107.9568,106.9572,106.9572,106.624,106.624,105.6244,105.6244,105.6244,105.2912,105.6244,104.958,104.958,105.6244,106.624,107.6236,108.28999999999999,108.6232,108.6232,109.956,110.6224,111.9552,112.95479999999999,114.2876,115.2872,116.2868,116.2868,116.2868,116.62,117.2864,117.2864,117.6196,117.6196,117.9528,117.2864,116.62,116.62,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,114.954,114.6208,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.2896,108.28999999999999,107.9568,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.6244,104.958,103.62519999999999,101.2928,100.2932,98.96039999999999,98.6272,96.628,95.9616,94.2956,92.6296,89.964,87.6316,85.9656,84.2996,82.3004,80.6344,79.3016,78.6352,76.3028,74.97,73.304,71.9712,70.3052,68.9724,67.3064,65.3072,62.6416,60.6424,58.9764,57.6436,55.3112,53.9784,52.9788,50.9796,48.314,46.9812,46.3148,44.982,43.316,42.6496,41.9832,41.3168,39.3176,38.6512,37.9848,36.652,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,31.654,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.6556,28.6552,29.3216,30.6544,31.9872,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,57.6436,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,66.64,67.3064,67.97279999999999,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.97,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,79.968,80.6344,81.3008,82.3004,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,84.966,84.2996,82.96679999999999,81.634,79.968,77.3024,74.97,73.63719999999999,73.63719999999999,72.9708,72.3044,72.9708,74.3036,74.97,74.3036,74.3036,73.304,73.304,72.6376,71.9712,72.3044,72.9708,74.3036,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,76.9692,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,82.3004,83.6332,83.9664,84.6328,84.966,85.9656,85.9656,85.9656,86.632,87.2984,87.9648,88.298,88.298,88.298,88.298,88.9644,89.2976,89.964,90.2972,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,91.9632,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,91.2968,91.2968,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,96.2948,96.628,97.96079999999999,98.294,99.96,100.2932,101.2928,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.9584,103.9584,103.9584,103.9584,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,108.9564,109.2896,109.956,109.956,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.954,114.954,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.286,117.2864,117.2864,116.62,116.62,116.2868,115.6204,114.954,114.954,115.6204,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,114.954,114.2876,113.6212,113.6212,113.288,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.6248,103.9584,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.9584,104.6248,105.9576,107.9568,109.956,110.6224,110.9556,112.2884,112.95479999999999,113.288,113.6212,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,115.6204,115.9536,115.9536,116.62,117.6196,118.286,118.9524,119.6188,119.6188,119.6188,120.2852,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,119.952,119.952,118.9524,118.286,118.286,117.9528,117.9528,116.62,116.2868,116.2868,115.6204,113.6212,113.288,112.6216,111.9552,111.622,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.954,115.2872,115.9536,116.62,116.9532,117.9528,118.286,118.61919999999999,119.952,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.618,121.618,121.2848,120.2852,119.6188,118.9524,118.286,117.9528,116.9532,116.9532,116.9532,116.62,115.9536,115.6204,115.2872,114.6208,114.6208,113.95439999999999,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,112.2884,111.622,111.622,111.622,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,111.622,111.622,111.2888,110.9556,110.9556,109.956,109.956,108.9564,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.6244],[109.956,108.9564,107.9568,106.624,104.2916,103.292,100.9596,99.6268,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,99.2936,99.6268,100.2932,100.6264,101.2928,101.626,102.6256,103.292,103.62519999999999,104.2916,104.6248,104.958,106.2908,106.2908,107.6236,107.6236,108.28999999999999,108.6232,109.956,110.6224,110.2892,109.956,109.2896,108.6232,108.28999999999999,106.9572,106.624,105.2912,104.958,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.2924,102.2924,101.626,101.2928,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.62519999999999,104.6248,104.6248,105.2912,105.6244,106.624,106.624,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.2904,106.9572,106.9572,106.624,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,106.624,107.6236,107.6236,108.28999999999999,108.6232,110.6224,110.9556,112.95479999999999,113.6212,114.954,114.954,115.2872,115.6204,115.6204,116.62,115.9536,116.62,117.2864,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,114.954,114.6208,113.6212,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.2888,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,105.6244,105.2912,104.958,102.2924,100.6264,100.2932,98.96039999999999,98.6272,96.628,95.9616,93.9624,92.2964,89.964,88.298,87.2984,84.6328,82.96679999999999,82.3004,80.3012,78.6352,77.3024,74.97,73.63719999999999,71.9712,70.6384,68.9724,67.6396,64.6408,62.3084,60.6424,59.309599999999996,57.6436,56.3108,54.978,53.312,50.9796,48.980399999999996,47.6476,46.3148,44.982,43.9824,43.316,41.9832,40.3172,39.6508,38.6512,37.3184,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,32.6536,31.9872,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.9888,29.3216,30.6544,31.3208,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.9792,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,57.6436,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,82.96679999999999,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,84.966,84.966,83.6332,82.3004,80.6344,78.30199999999999,75.9696,74.6368,73.63719999999999,72.9708,72.3044,72.3044,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,71.9712,71.3048,71.638,72.9708,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.968,79.968,80.6344,81.3008,82.3004,82.3004,83.6332,83.6332,84.2996,84.2996,85.6324,85.9656,87.2984,87.9648,88.298,88.298,88.298,88.9644,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,96.2948,96.2948,97.2944,97.96079999999999,99.2936,99.96,101.2928,102.6256,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.9572,107.6236,107.6236,108.9564,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,118.9524,117.6196,117.2864,117.2864,116.62,116.62,116.2868,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,114.954,114.2876,113.6212,113.6212,113.288,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,110.6224,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,104.6248,105.9576,107.9568,109.956,110.2892,110.9556,112.2884,112.2884,113.288,113.288,113.6212,114.2876,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,115.9536,115.9536,116.62,117.2864,117.6196,118.286,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,121.2848,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,119.952,118.9524,118.286,118.286,117.9528,116.2868,115.6204,115.6204,114.954,113.288,112.6216,111.9552,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.954,115.2872,115.9536,116.62,117.2864,117.6196,118.286,118.9524,119.2856,120.2852,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.618,120.2852,119.952,119.6188,118.286,117.9528,117.2864,116.62,116.62,116.62,116.62,115.6204,115.6204,114.6208,114.6208,113.95439999999999,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,112.6216,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,109.956,109.956,110.2892,110.9556,110.9556,110.9556,111.2888,110.9556,110.9556,109.956,109.956,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244],[109.956,108.9564,107.9568,106.624,104.6248,103.292,101.9592,100.2932,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,100.6264,101.2928,102.6256,103.292,103.62519999999999,104.2916,104.958,105.2912,106.2908,106.2908,107.6236,107.6236,107.9568,108.6232,109.956,110.2892,109.956,109.956,109.2896,108.6232,107.6236,106.9572,105.6244,105.6244,104.2916,103.62519999999999,102.6256,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,101.2928,101.2928,101.9592,102.6256,103.292,103.62519999999999,104.958,104.958,105.6244,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.2896,109.2896,107.9568,107.2904,106.9572,106.2908,105.9576,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.2916,105.6244,105.6244,106.2908,107.6236,108.6232,109.2896,110.9556,111.622,112.6216,112.6216,113.6212,113.6212,114.2876,114.954,114.2876,114.6208,115.2872,115.6204,115.2872,115.2872,115.2872,115.2872,114.954,114.954,115.2872,114.954,114.954,114.954,114.954,114.6208,114.6208,114.6208,114.6208,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.2892,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,105.6244,103.9584,102.6256,101.9592,100.6264,100.2932,98.294,97.6276,95.9616,93.29599999999999,91.63,90.2972,88.9644,87.6316,86.632,85.2992,83.3,82.3004,80.3012,77.3024,75.9696,74.3036,72.9708,71.3048,69.972,66.9732,64.6408,63.308,61.3088,59.976,57.9768,56.644,54.978,52.9788,50.9796,49.6468,48.980399999999996,47.6476,45.6484,44.982,43.316,41.65,40.3172,38.9844,38.318,36.652,35.9856,35.3192,34.6528,33.32,33.32,32.6536,31.9872,30.9876,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,26.9892,27.9888,28.6552,29.988,30.6544,31.9872,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.9792,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,57.6436,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,66.64,67.3064,67.97279999999999,68.6392,68.306,68.9724,68.9724,69.6388,70.3052,70.3052,70.3052,70.3052,70.6384,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,82.96679999999999,81.3008,79.968,77.3024,75.9696,74.3036,73.63719999999999,72.3044,72.3044,73.63719999999999,73.63719999999999,72.9708,72.9708,72.6376,71.9712,71.3048,70.6384,70.9716,72.3044,73.63719999999999,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,78.9684,78.9684,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,82.3004,82.3004,82.96679999999999,84.2996,85.6324,86.632,86.632,87.2984,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,90.6304,91.2968,92.2964,92.2964,92.2964,92.6296,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.9616,96.2948,96.9612,97.6276,98.294,98.96039999999999,100.6264,101.9592,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.9576,105.6244,105.6244,105.2912,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.958,105.6244,106.2908,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.956,109.956,110.6224,110.6224,110.9556,110.9556,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,115.2872,115.2872,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,117.2864,117.6196,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.952,120.2852,120.2852,119.6188,118.286,117.9528,117.6196,117.2864,117.2864,116.62,116.62,116.2868,116.2868,116.2868,116.2868,116.2868,115.9536,115.9536,115.9536,115.9536,115.2872,114.6208,113.95439999999999,113.95439999999999,113.288,112.6216,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,110.9556,110.2892,110.2892,110.2892,109.956,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,103.9584,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,103.292,103.9584,104.958,105.9576,107.9568,109.2896,110.2892,110.9556,111.2888,111.9552,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.2876,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,115.9536,115.9536,116.62,117.2864,117.6196,118.286,119.6188,119.6188,119.952,120.2852,120.9516,120.9516,120.6184,120.6184,121.2848,121.2848,121.2848,121.2848,121.2848,120.2852,119.6188,118.286,117.6196,117.2864,116.2868,115.6204,114.6208,113.6212,112.6216,111.9552,111.622,110.6224,110.6224,110.6224,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,114.2876,115.2872,115.9536,117.2864,117.9528,118.286,118.9524,119.6188,120.2852,120.9516,121.2848,121.9512,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,121.9512,121.2848,120.2852,119.952,119.6188,118.286,117.6196,116.62,115.9536,115.6204,115.6204,115.6204,115.2872,114.6208,114.2876,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,108.9564,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,104.958],[109.956,108.9564,107.9568,106.624,104.6248,103.292,101.9592,100.2932,99.2936,98.294,97.96079999999999,97.96079999999999,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,100.6264,101.2928,102.6256,103.292,103.62519999999999,104.2916,104.958,105.2912,106.624,106.624,107.6236,107.6236,107.9568,107.9568,109.2896,109.956,109.2896,109.2896,108.6232,108.28999999999999,107.6236,106.2908,105.6244,104.6248,103.62519999999999,103.292,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,100.6264,100.6264,101.9592,102.6256,103.292,103.62519999999999,104.958,104.958,105.6244,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,107.2904,107.2904,106.2908,105.9576,105.6244,105.6244,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,102.6256,103.292,103.292,103.62519999999999,104.6248,105.6244,106.2908,107.6236,108.6232,109.2896,109.956,110.6224,110.9556,112.2884,111.9552,113.288,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,113.95439999999999,113.288,113.6212,113.288,112.2884,111.9552,111.622,111.2888,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,108.9564,107.9568,106.9572,105.2912,104.2916,103.62519999999999,102.2924,101.2928,99.96,98.96039999999999,97.96079999999999,95.2952,93.29599999999999,92.2964,90.9636,89.964,88.9644,88.298,86.632,84.6328,82.96679999999999,79.968,77.9688,75.9696,74.6368,73.63719999999999,71.638,69.3056,66.9732,65.3072,63.9744,61.3088,59.976,57.9768,56.644,54.3116,52.9788,51.646,50.3132,48.980399999999996,47.6476,45.6484,44.315599999999996,42.6496,40.9836,39.6508,38.9844,37.3184,36.652,35.9856,35.3192,33.986399999999996,32.6536,31.9872,31.3208,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.9888,27.9888,29.3216,30.6544,31.9872,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.984,39.984,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.644,57.6436,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,66.64,67.3064,67.97279999999999,68.6392,68.306,68.306,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,80.6344,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,83.6332,81.9672,80.6344,78.9684,77.3024,75.9696,74.6368,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,70.6384,70.6384,70.9716,71.638,72.9708,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.9684,78.9684,78.9684,79.6348,80.3012,80.3012,80.9676,80.9676,81.3008,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.2988,86.632,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,90.6304,90.6304,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,94.2956,94.2956,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.9616,96.2948,96.9612,96.9612,97.96079999999999,98.96039999999999,100.6264,101.9592,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,106.2908,106.2908,105.6244,105.2912,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.9576,106.9572,107.6236,108.28999999999999,108.9564,109.956,109.956,110.6224,110.6224,110.9556,110.9556,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,115.2872,115.2872,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,117.2864,117.6196,117.6196,117.9528,117.9528,118.286,118.9524,118.9524,119.6188,120.2852,120.2852,120.2852,119.952,118.9524,118.286,118.286,117.6196,117.6196,117.2864,117.2864,116.62,116.62,116.2868,116.2868,116.2868,115.9536,115.9536,115.9536,115.9536,115.2872,114.6208,113.95439999999999,113.95439999999999,113.288,112.6216,112.6216,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,104.6248,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,103.9584,104.958,105.9576,107.9568,108.6232,109.956,110.2892,110.9556,110.9556,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,115.9536,115.9536,115.9536,116.62,117.6196,118.286,118.9524,119.6188,119.6188,119.6188,120.2852,120.9516,120.2852,120.6184,120.6184,120.6184,121.2848,121.2848,121.2848,119.952,118.9524,118.286,117.6196,117.2864,116.2868,114.954,113.95439999999999,112.6216,111.9552,111.622,111.2888,110.6224,110.6224,110.6224,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,111.2888,111.2888,111.622,111.622,112.2884,112.95479999999999,113.288,114.2876,115.2872,116.62,117.6196,118.9524,119.2856,119.6188,119.952,121.2848,121.2848,121.9512,122.6176,122.6176,122.6176,122.9508,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.6176,121.9512,121.2848,120.2852,119.6188,118.9524,118.286,117.2864,116.2868,115.6204,115.6204,115.6204,115.6204,114.6208,114.6208,113.6212,113.6212,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,110.6224,110.6224,109.956,109.956,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,105.6244,105.6244,104.958,104.958],[110.9556,109.956,107.9568,106.9572,104.6248,103.292,101.9592,100.2932,99.6268,98.294,97.96079999999999,97.96079999999999,96.9612,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,101.2928,102.6256,103.292,103.62519999999999,104.2916,104.958,105.2912,106.624,106.624,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,108.6232,108.6232,108.6232,107.9568,106.2908,105.6244,104.6248,104.2916,103.62519999999999,103.292,101.9592,101.626,101.2928,101.2928,101.2928,100.6264,100.6264,99.96,100.2932,100.2932,100.2932,100.6264,101.2928,102.6256,103.292,103.62519999999999,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,107.2904,106.9572,106.2908,105.9576,104.958,104.958,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.2924,103.292,104.2916,105.2912,106.624,106.9572,107.2904,108.6232,108.6232,109.956,110.6224,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.6204,115.6204,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,113.95439999999999,113.6212,113.288,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,109.6228,108.9564,106.2908,105.6244,105.2912,103.62519999999999,103.292,102.2924,100.6264,99.2936,97.2944,95.6284,94.6288,93.6292,92.2964,91.2968,90.2972,88.9644,87.2984,84.6328,81.634,79.968,78.6352,77.3024,75.3032,73.9704,70.9716,68.6392,66.9732,65.6404,63.6412,61.9752,59.976,57.9768,56.3108,54.978,53.312,51.646,49.6468,48.314,47.3144,45.6484,43.316,41.65,40.3172,39.6508,37.9848,37.3184,36.652,35.9856,33.986399999999996,32.6536,31.9872,31.3208,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.9888,27.9888,28.6552,29.988,31.3208,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.6484,46.3148,46.9812,46.9812,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.644,57.6436,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,66.64,67.3064,67.97279999999999,67.97279999999999,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,82.6336,83.3,83.3,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.2996,82.6336,81.9672,80.3012,78.9684,77.3024,75.9696,74.97,74.97,74.97,74.97,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,69.972,70.6384,71.9712,73.304,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,77.6356,78.6352,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.9676,81.3008,81.3008,82.3004,84.2996,84.966,85.6324,86.2988,87.9648,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.9616,96.2948,96.9612,96.9612,98.294,98.96039999999999,100.6264,101.9592,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.2904,106.624,106.624,105.9576,104.6248,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.9576,106.9572,107.6236,108.28999999999999,108.9564,109.956,109.956,110.6224,110.6224,110.9556,110.9556,112.2884,112.95479999999999,113.288,113.288,113.6212,114.2876,115.2872,115.2872,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.9516,121.2848,121.2848,120.2852,118.9524,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.2864,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.2872,114.6208,114.6208,113.95439999999999,113.288,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.624,105.9576,106.624,106.624,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,105.6244,105.6244,104.6248,103.9584,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,106.624,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,103.9584,103.9584,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,103.62519999999999,104.958,105.9576,107.6236,108.6232,109.2896,109.6228,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.6204,115.9536,116.62,117.2864,118.286,118.286,118.9524,118.9524,119.2856,119.952,120.2852,120.2852,120.2852,120.6184,120.2852,120.2852,119.952,120.2852,118.9524,118.286,117.6196,117.2864,114.954,114.2876,113.288,112.6216,111.9552,111.2888,111.2888,111.2888,110.6224,110.6224,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,110.6224,110.6224,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,112.2884,113.288,114.2876,115.2872,116.62,117.6196,118.9524,119.952,120.2852,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.6176,122.6176,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.6176,121.9512,121.2848,120.2852,119.6188,118.9524,118.286,116.62,116.2868,115.6204,114.954,114.954,114.6208,114.6208,113.95439999999999,113.6212,113.288,112.95479999999999,112.2884,112.6216,111.9552,111.9552,111.9552,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.2904,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.6244,104.958,104.958,104.6248],[111.2888,110.2892,108.9564,106.9572,105.6244,103.292,101.9592,100.6264,100.2932,98.96039999999999,98.294,97.2944,96.2948,95.9616,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,97.2944,97.96079999999999,98.6272,99.6268,100.6264,101.2928,102.6256,103.292,103.62519999999999,104.2916,104.958,104.958,105.9576,106.624,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,106.9572,105.9576,105.2912,104.2916,103.62519999999999,103.292,102.6256,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.2936,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,107.6236,106.9572,105.9576,105.9576,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.2928,101.626,101.626,102.6256,103.292,103.62519999999999,104.6248,105.6244,106.624,106.9572,107.9568,108.6232,109.2896,109.956,111.2888,111.622,111.622,112.2884,112.2884,111.9552,111.9552,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,109.956,108.28999999999999,106.9572,106.2908,105.6244,104.958,103.62519999999999,102.2924,100.6264,98.96039999999999,97.6276,96.9612,95.6284,94.6288,93.6292,92.6296,91.2968,88.9644,86.632,83.9664,81.634,79.968,78.6352,77.9688,75.9696,72.6376,70.3052,68.6392,67.3064,65.3072,63.6412,61.9752,59.976,58.31,56.3108,54.6448,53.312,50.9796,49.6468,48.314,46.3148,43.9824,42.6496,41.65,40.3172,39.3176,37.9848,37.3184,36.652,33.986399999999996,33.32,32.6536,31.3208,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,27.6556,27.9888,27.9888,28.6552,29.988,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.3176,39.3176,39.984,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,45.6484,46.3148,46.9812,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,51.3128,51.9792,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.977199999999996,57.6436,57.6436,58.31,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.3076,64.974,65.9736,66.64,67.3064,67.97279999999999,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.9664,83.3,81.9672,80.9676,79.6348,78.9684,77.3024,76.3028,76.3028,76.3028,75.6364,74.3036,73.63719999999999,71.9712,71.3048,69.972,69.972,69.972,69.972,71.3048,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,77.6356,77.6356,77.6356,78.6352,78.30199999999999,78.9684,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.3012,80.6344,80.6344,81.3008,82.96679999999999,84.2996,84.966,86.2988,87.9648,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.9616,96.2948,97.2944,97.96079999999999,98.294,99.2936,100.6264,101.9592,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.2904,107.2904,106.624,105.9576,105.2912,104.6248,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,106.624,107.6236,107.9568,108.9564,108.9564,109.956,110.2892,110.6224,110.9556,110.9556,111.622,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,114.2876,115.2872,115.2872,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.6196,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,119.952,119.2856,119.2856,118.9524,118.9524,118.286,118.286,117.6196,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.2872,114.6208,114.6208,114.6208,113.6212,113.288,113.288,112.6216,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.624,105.9576,106.624,106.624,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,104.6248,103.9584,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,106.624,106.624,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,103.62519999999999,104.958,105.9576,107.6236,107.9568,108.6232,109.2896,110.2892,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.6204,115.6204,116.2868,116.62,117.2864,117.9528,117.9528,118.286,118.9524,119.2856,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.6188,118.286,117.6196,117.6196,116.62,114.954,113.6212,113.288,112.6216,111.622,111.2888,111.2888,111.2888,110.6224,110.6224,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,110.9556,110.9556,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.622,112.2884,113.288,114.2876,115.2872,117.2864,118.286,119.6188,120.2852,121.2848,121.9512,121.9512,121.9512,122.6176,122.2844,122.6176,122.6176,122.6176,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.6176,121.9512,121.2848,120.2852,119.6188,118.9524,118.286,117.2864,116.2868,115.6204,114.954,114.954,114.6208,113.95439999999999,113.95439999999999,113.288,113.288,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.2904,107.2904,107.2904,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,104.958,104.958,104.6248,104.6248],[112.2884,111.2888,109.956,107.9568,105.6244,103.9584,102.6256,101.626,100.2932,99.2936,98.294,96.9612,96.2948,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.2952,95.9616,96.9612,97.6276,98.6272,98.96039999999999,100.2932,101.2928,101.9592,102.2924,103.62519999999999,104.2916,104.958,104.958,105.2912,105.2912,105.6244,105.6244,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,107.2904,106.624,105.2912,104.2916,103.292,102.6256,102.6256,101.9592,101.2928,100.9596,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,101.2928,101.9592,102.6256,103.292,104.6248,104.6248,105.2912,105.6244,106.624,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.2904,106.9572,106.9572,106.2908,105.9576,105.2912,104.6248,104.2916,103.62519999999999,103.9584,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,102.6256,103.62519999999999,104.2916,104.958,105.9576,106.2908,107.6236,107.6236,108.28999999999999,109.2896,109.956,109.956,110.6224,110.6224,111.2888,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.2876,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,111.622,109.956,108.6232,107.2904,106.9572,106.2908,105.2912,104.2916,102.6256,101.2928,99.6268,98.96039999999999,97.96079999999999,96.9612,95.6284,94.6288,92.6296,90.6304,88.298,86.632,84.6328,82.3004,80.6344,79.3016,77.9688,74.6368,72.3044,70.9716,69.3056,67.3064,65.9736,64.3076,61.9752,60.6424,58.31,56.977199999999996,54.6448,53.312,51.646,49.6468,47.6476,45.6484,43.9824,43.316,41.65,40.9836,39.6508,38.6512,37.3184,35.3192,33.986399999999996,33.32,31.654,30.6544,30.6544,29.988,29.988,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,27.6556,27.6556,28.322,29.654799999999998,30.3212,31.654,32.3204,32.3204,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.9776,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,64.6408,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.634,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.3,83.3,82.6336,81.9672,81.3008,80.6344,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,75.6364,74.3036,72.9708,71.638,69.972,69.3056,69.3056,69.3056,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,79.968,79.968,80.6344,81.9672,82.96679999999999,84.966,86.2988,87.2984,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,89.964,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,96.2948,96.9612,97.2944,98.294,98.96039999999999,99.2936,100.6264,102.6256,103.292,103.62519999999999,104.958,105.6244,105.9576,106.624,106.624,106.624,106.624,105.9576,105.2912,104.6248,103.9584,103.62519999999999,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.958,105.9576,106.624,107.6236,107.9568,108.9564,108.9564,110.2892,110.9556,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.954,114.954,114.954,115.2872,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.286,117.6196,117.6196,117.6196,117.9528,117.9528,118.286,118.9524,119.6188,119.6188,120.2852,120.9516,121.2848,121.2848,122.2844,122.2844,122.2844,121.2848,121.2848,120.6184,120.6184,120.2852,120.2852,119.6188,119.6188,119.6188,118.9524,118.9524,117.9528,117.9528,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,114.954,113.95439999999999,113.95439999999999,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,113.288,112.6216,112.6216,111.9552,111.622,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,105.9576,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,107.2904,106.624,105.9576,105.9576,105.2912,105.2912,104.2916,104.2916,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,102.2924,103.292,104.6248,105.6244,106.624,107.6236,107.9568,108.6232,108.9564,109.956,110.2892,110.9556,111.9552,112.95479999999999,113.288,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,114.6208,114.6208,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.9528,118.61919999999999,119.6188,119.952,120.2852,120.9516,121.2848,121.2848,120.9516,119.6188,117.9528,117.2864,115.9536,115.2872,114.954,113.6212,113.288,112.6216,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.2892,111.2888,111.2888,111.9552,111.9552,111.622,111.622,111.622,111.2888,110.9556,110.6224,110.6224,110.6224,109.956,109.956,110.2892,110.2892,111.2888,111.2888,111.9552,113.288,113.6212,114.6208,115.6204,117.2864,118.286,119.6188,120.9516,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.6176,121.9512,121.2848,120.9516,119.952,119.952,119.2856,117.9528,117.2864,115.9536,114.6208,114.6208,113.95439999999999,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,110.9556,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.2912,105.2912,105.2912,105.2912,104.958,104.958,104.6248,104.6248],[112.95479999999999,111.9552,110.9556,108.6232,106.2908,104.6248,103.62519999999999,102.2924,100.6264,99.96,98.294,97.6276,96.2948,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.2952,95.9616,96.2948,96.9612,97.96079999999999,98.96039999999999,99.96,101.2928,101.9592,102.2924,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,105.2912,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.624,105.9576,105.2912,104.2916,103.62519999999999,103.292,102.2924,101.9592,101.2928,100.6264,100.6264,99.6268,98.96039999999999,98.96039999999999,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.96,101.2928,101.9592,102.6256,103.292,104.6248,104.6248,105.2912,105.6244,106.624,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.2912,105.2912,104.6248,103.9584,103.292,103.292,102.6256,102.6256,102.6256,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.6264,100.2932,100.6264,100.9596,101.2928,101.2928,101.9592,102.9588,104.2916,104.958,105.9576,105.6244,106.9572,106.9572,107.6236,107.9568,108.9564,109.2896,109.956,109.956,110.2892,110.9556,111.2888,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.954,114.954,115.6204,115.6204,114.2876,114.2876,113.6212,112.6216,110.9556,109.6228,108.6232,107.9568,106.9572,106.2908,105.2912,104.2916,103.292,101.2928,100.9596,98.96039999999999,98.6272,97.2944,96.2948,93.9624,91.9632,90.2972,88.298,86.632,84.6328,82.3004,81.3008,79.3016,77.3024,74.6368,72.3044,70.9716,69.3056,67.97279999999999,66.3068,64.974,62.6416,60.6424,58.9764,56.977199999999996,55.3112,53.312,50.9796,50.3132,47.6476,45.6484,44.982,43.316,42.3164,40.9836,40.3172,38.318,35.9856,34.6528,33.986399999999996,32.3204,31.3208,30.6544,30.6544,29.988,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,27.6556,28.322,28.322,28.9884,30.3212,30.9876,31.654,32.3204,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.312,53.9784,54.6448,55.3112,55.6444,56.3108,56.977199999999996,57.6436,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.3008,80.6344,80.3012,79.6348,79.6348,79.6348,79.6348,78.30199999999999,76.3028,74.97,72.9708,71.638,69.972,69.3056,68.6392,69.3056,69.972,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,81.3008,82.96679999999999,84.966,86.2988,87.2984,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,96.2948,96.9612,97.2944,98.294,98.96039999999999,99.2936,99.96,100.6264,102.6256,103.292,103.62519999999999,104.958,105.6244,105.9576,105.9576,106.624,106.624,105.9576,105.9576,105.2912,104.6248,103.9584,103.62519999999999,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.62519999999999,103.62519999999999,104.6248,104.958,105.9576,106.624,107.6236,107.9568,108.9564,109.6228,110.9556,110.9556,111.2888,111.9552,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,115.9536,116.62,117.2864,117.2864,117.6196,117.6196,118.286,117.6196,117.6196,117.6196,117.9528,118.286,118.9524,119.6188,119.6188,120.2852,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.2844,121.9512,121.9512,121.9512,121.2848,120.2852,120.2852,120.2852,120.2852,119.952,120.2852,119.6188,118.9524,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.288,113.288,112.6216,111.622,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,107.2904,106.624,105.9576,105.9576,105.2912,105.2912,104.2916,104.2916,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,102.2924,103.292,103.9584,104.958,105.9576,107.2904,107.6236,107.9568,107.9568,108.9564,109.2896,110.2892,111.2888,111.9552,111.9552,112.2884,112.6216,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.95439999999999,114.6208,115.2872,115.9536,115.9536,116.9532,116.9532,117.2864,118.61919999999999,118.9524,119.6188,120.2852,120.9516,121.2848,120.9516,120.2852,119.2856,117.9528,116.62,115.6204,114.954,113.95439999999999,113.288,113.288,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,111.2888,111.2888,111.9552,111.9552,111.622,111.622,111.622,111.2888,110.6224,110.6224,110.6224,110.6224,109.956,109.956,110.2892,110.9556,111.2888,111.622,112.6216,113.288,114.2876,114.6208,115.9536,117.2864,118.286,119.952,120.2852,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.6176,121.9512,121.9512,121.2848,120.2852,120.2852,119.952,118.286,117.9528,116.9532,115.2872,114.6208,113.95439999999999,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,110.9556,110.6224,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.2912,105.2912,105.2912,105.2912,104.958,104.958,104.6248,104.6248],[114.2876,113.288,111.9552,109.6228,107.6236,106.2908,104.6248,103.62519999999999,102.6256,100.6264,99.2936,97.6276,96.2948,95.6284,94.962,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.962,95.9616,96.628,97.96079999999999,98.294,99.96,100.6264,101.9592,102.2924,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.958,104.958,104.958,105.6244,105.9576,105.6244,105.6244,105.2912,105.2912,104.958,104.2916,103.62519999999999,102.6256,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,99.96,98.96039999999999,98.294,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.2936,99.6268,99.96,101.2928,101.9592,102.6256,103.292,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,105.6244,106.2908,106.2908,106.2908,106.624,106.624,106.624,105.9576,105.6244,105.2912,105.2912,105.2912,104.2916,104.2916,103.62519999999999,103.292,103.292,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,99.96,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,99.96,100.6264,102.6256,102.9588,103.62519999999999,104.2916,105.6244,105.6244,105.6244,105.6244,107.6236,107.9568,107.9568,108.6232,108.9564,109.6228,109.956,110.2892,111.9552,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,115.6204,115.6204,115.9536,116.62,116.62,116.62,116.9532,116.9532,116.9532,116.9532,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,115.6204,114.2876,112.95479999999999,111.2888,110.2892,109.6228,109.2896,107.9568,107.6236,106.9572,105.2912,104.2916,103.292,101.9592,100.9596,99.6268,99.2936,97.6276,95.9616,93.9624,91.63,89.2976,88.298,85.6324,84.966,82.96679999999999,80.6344,78.6352,75.9696,74.3036,72.9708,71.638,69.972,68.306,66.9732,65.3072,62.6416,61.3088,58.9764,56.977199999999996,55.3112,53.9784,51.646,49.6468,48.314,46.3148,45.6484,43.9824,42.6496,41.65,39.6508,37.3184,35.9856,34.6528,33.986399999999996,31.9872,31.3208,30.6544,29.988,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.312,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,64.3076,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.3004,82.3004,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.9676,80.9676,80.9676,80.9676,80.3012,79.6348,77.6356,75.6364,73.63719999999999,72.3044,70.6384,69.3056,68.6392,68.6392,69.3056,69.972,70.9716,71.638,72.3044,72.9708,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.3016,79.3016,79.6348,79.6348,80.9676,82.96679999999999,84.2996,86.2988,86.9652,87.6316,87.6316,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,89.964,89.964,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,96.2948,96.628,97.2944,97.96079999999999,99.2936,99.6268,99.6268,100.2932,100.6264,102.6256,103.292,103.62519999999999,104.958,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.2912,104.6248,103.9584,103.62519999999999,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,106.624,107.6236,107.9568,108.9564,109.6228,110.9556,110.9556,111.2888,111.9552,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.9528,117.9528,118.61919999999999,118.9524,118.9524,119.6188,119.952,119.952,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,121.618,121.618,121.618,121.618,121.618,121.9512,121.9512,121.2848,120.2852,118.9524,117.9528,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.2872,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.288,112.6216,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.292,103.9584,103.9584,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.958,104.958,104.958,104.958,105.6244,105.6244,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,103.62519999999999,103.9584,105.2912,105.6244,106.624,106.624,107.2904,107.6236,107.9568,109.2896,109.956,110.9556,111.2888,111.2888,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,112.2884,113.288,113.6212,114.6208,114.6208,115.2872,115.9536,115.9536,116.62,117.2864,117.9528,119.2856,119.952,119.952,120.2852,120.9516,120.2852,119.6188,118.9524,117.2864,116.2868,114.954,113.6212,113.6212,113.288,113.288,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.6224,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,110.2892,111.2888,111.2888,111.2888,111.2888,112.2884,111.622,111.622,110.9556,110.6224,110.2892,109.956,109.956,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.6216,113.6212,114.2876,114.954,116.2868,117.2864,118.286,119.952,120.2852,121.2848,121.9512,122.6176,122.6176,122.6176,122.2844,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,122.6176,122.6176,121.9512,121.9512,120.9516,120.9516,120.2852,119.6188,118.9524,117.6196,116.62,115.2872,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,110.9556,110.6224,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.2912,105.2912,104.958,104.958,104.6248,104.6248],[114.6208,113.95439999999999,112.6216,111.622,109.2896,107.6236,105.6244,104.6248,103.292,101.2928,99.96,97.96079999999999,96.9612,95.6284,94.962,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,95.6284,95.9616,96.628,97.96079999999999,98.96039999999999,99.96,101.2928,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.2916,104.2916,103.62519999999999,102.9588,102.6256,101.9592,101.2928,100.2932,99.96,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.6276,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,101.2928,102.2924,102.6256,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,102.2924,101.9592,101.2928,101.2928,100.9596,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,101.9592,102.2924,102.6256,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,106.624,107.2904,107.6236,107.9568,107.9568,108.6232,108.9564,109.6228,110.9556,111.9552,112.2884,113.288,113.288,113.6212,114.954,115.9536,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,114.954,114.2876,112.6216,111.622,110.9556,109.6228,108.6232,107.9568,107.6236,106.9572,105.9576,104.2916,103.292,102.6256,100.9596,100.2932,99.6268,97.6276,95.6284,93.6292,91.9632,89.964,87.6316,86.2988,84.6328,83.6332,80.9676,78.6352,76.9692,74.97,73.63719999999999,72.3044,70.6384,68.9724,67.3064,65.3072,63.308,61.3088,58.9764,57.6436,55.9776,53.9784,51.646,50.3132,48.980399999999996,47.3144,45.6484,44.982,42.9828,41.65,39.6508,37.6516,35.9856,34.6528,33.32,31.9872,31.3208,30.6544,29.654799999999998,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,54.978,55.6444,56.3108,56.977199999999996,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.9676,80.9676,81.634,80.9676,80.3012,79.6348,78.30199999999999,76.3028,74.3036,72.3044,70.6384,69.972,68.6392,68.6392,68.6392,69.3056,70.3052,70.9716,71.638,72.3044,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,78.6352,78.9684,78.9684,80.9676,82.3004,84.2996,85.6324,86.9652,87.2984,87.6316,87.6316,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,96.9612,97.6276,97.96079999999999,98.6272,99.6268,100.2932,100.2932,100.6264,101.2928,102.6256,103.292,103.292,103.9584,104.6248,105.2912,105.2912,105.9576,105.9576,105.6244,105.6244,104.6248,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.6248,105.2912,106.2908,106.2908,106.2908,106.2908,105.6244,105.2912,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.9576,106.9572,107.6236,108.28999999999999,109.6228,110.9556,110.9556,111.2888,111.2888,112.2884,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.6196,117.6196,117.9528,118.286,118.9524,119.6188,119.6188,120.2852,119.952,120.2852,122.6176,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,122.9508,122.6176,121.9512,121.2848,119.6188,118.9524,117.9528,117.9528,117.6196,117.2864,117.2864,116.62,115.6204,115.2872,115.2872,114.6208,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,113.6212,113.6212,113.288,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.6228,108.9564,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,105.6244,105.6244,105.6244,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.9584,103.9584,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.958,104.958,104.958,104.958,105.6244,105.6244,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,106.624,106.9572,107.9568,108.6232,108.9564,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.9556,112.2884,113.288,113.6212,114.6208,114.954,114.954,115.9536,115.9536,116.62,116.9532,118.286,118.9524,119.2856,119.952,119.952,118.9524,118.61919999999999,117.9528,116.2868,115.6204,113.95439999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.6224,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,108.9564,109.2896,109.956,109.956,110.6224,111.2888,111.2888,111.2888,111.9552,111.2888,110.9556,110.9556,110.6224,110.2892,109.956,109.956,110.6224,110.6224,110.9556,111.2888,111.622,112.2884,113.288,113.6212,114.954,115.2872,116.62,117.2864,118.286,119.952,120.2852,121.9512,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,122.2844,122.6176,123.28399999999999,122.9508,122.9508,122.9508,122.6176,122.6176,122.6176,122.6176,121.9512,121.618,120.9516,120.9516,119.952,118.9524,117.9528,117.2864,115.6204,114.6208,114.2876,113.6212,112.95479999999999,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,110.6224,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.2912,105.2912,104.958,104.958,104.6248,104.6248],[114.6208,113.95439999999999,112.6216,111.622,109.6228,107.9568,107.2904,106.2908,104.6248,102.6256,101.2928,98.96039999999999,97.96079999999999,95.9616,94.6288,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.9616,96.9612,97.6276,98.96039999999999,100.9596,101.2928,101.9592,102.2924,102.6256,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.9588,102.9588,102.6256,102.6256,101.9592,101.9592,100.6264,99.96,99.6268,98.96039999999999,97.96079999999999,97.6276,97.2944,96.628,96.9612,96.9612,96.2948,96.2948,96.2948,96.9612,96.9612,97.6276,97.2944,97.6276,98.96039999999999,100.2932,100.6264,101.2928,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,101.9592,102.6256,103.292,103.62519999999999,103.9584,104.958,105.6244,105.9576,106.624,107.2904,107.2904,107.9568,107.9568,108.6232,109.956,110.6224,111.622,112.2884,113.288,113.6212,114.954,115.9536,116.62,117.2864,117.2864,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,117.9528,116.62,115.9536,115.2872,113.6212,113.288,111.9552,110.9556,109.6228,109.2896,108.6232,107.9568,106.2908,105.9576,104.958,103.62519999999999,103.292,101.9592,101.626,99.6268,97.2944,95.9616,93.29599999999999,91.63,89.964,87.9648,87.6316,85.6324,83.6332,81.634,79.3016,77.6356,75.6364,74.3036,73.63719999999999,71.9712,69.6388,68.306,65.9736,64.6408,61.9752,59.976,58.31,56.977199999999996,54.6448,52.6456,50.9796,49.6468,47.6476,46.9812,45.3152,43.316,40.9836,39.6508,38.318,36.9852,35.3192,33.986399999999996,32.6536,31.3208,30.6544,29.3216,28.6552,28.6552,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,30.6544,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.3172,40.3172,40.9836,40.9836,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,54.978,55.6444,56.3108,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,62.6416,63.308,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,80.9676,80.9676,81.634,80.9676,80.3012,79.6348,78.30199999999999,76.3028,74.3036,72.9708,71.3048,69.972,68.6392,67.97279999999999,68.6392,69.3056,70.6384,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,78.6352,78.6352,77.9688,78.9684,79.6348,81.634,83.6332,84.966,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,96.628,97.2944,98.6272,98.96039999999999,100.2932,100.6264,100.9596,101.2928,101.626,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,104.958,104.2916,104.2916,103.62519999999999,103.292,103.292,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.958,105.2912,106.624,106.624,106.624,106.624,105.6244,105.2912,104.2916,103.62519999999999,103.292,103.292,103.292,103.62519999999999,105.2912,105.6244,106.9572,107.6236,108.28999999999999,109.6228,110.6224,110.6224,111.2888,111.2888,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.6208,115.2872,115.2872,115.6204,116.62,117.2864,117.2864,117.2864,118.286,118.61919999999999,118.9524,119.6188,120.2852,120.6184,121.618,122.2844,122.6176,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,121.618,121.2848,120.9516,119.6188,118.61919999999999,118.61919999999999,117.9528,117.6196,117.2864,116.62,115.9536,115.6204,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.6228,109.956,109.956,109.956,109.956,109.956,110.6224,110.2892,110.2892,110.2892,110.2892,109.2896,108.6232,108.6232,107.9568,107.6236,106.9572,106.2908,106.2908,105.9576,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.9576,105.6244,105.6244,105.6244,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.9592,101.2928,101.2928,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.9576,106.2908,106.2908,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,109.2896,109.6228,110.9556,112.95479999999999,113.6212,113.95439999999999,114.2876,114.954,115.6204,116.2868,116.62,116.62,117.9528,118.9524,118.9524,118.9524,117.6196,117.2864,115.9536,114.954,114.2876,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.9568,108.6232,108.6232,109.2896,109.956,110.2892,110.9556,111.2888,111.2888,110.9556,110.6224,110.2892,109.956,109.956,109.956,109.956,109.956,110.6224,111.2888,111.622,112.95479999999999,113.288,113.6212,114.2876,114.954,115.2872,116.62,117.2864,118.286,119.952,120.2852,121.9512,122.6176,122.6176,122.6176,122.6176,121.618,121.618,121.618,122.2844,122.9508,122.2844,122.2844,122.2844,121.9512,121.9512,122.6176,122.6176,122.2844,121.618,120.9516,120.9516,119.952,118.9524,118.286,117.6196,116.2868,115.6204,114.2876,113.6212,112.95479999999999,111.9552,110.9556,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,110.9556,110.2892,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,104.958,104.6248,103.9584,103.9584,103.62519999999999],[114.2876,113.95439999999999,111.9552,111.622,109.6228,108.6232,107.2904,106.9572,105.6244,103.62519999999999,101.9592,99.96,98.294,96.2948,94.6288,93.9624,93.6292,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,95.2952,96.2948,97.2944,98.294,99.6268,100.6264,101.2928,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.292,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.2932,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,97.6276,98.6272,98.96039999999999,100.2932,100.6264,101.626,101.626,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.6268,99.96,101.2928,101.2928,102.2924,102.2924,103.62519999999999,103.9584,104.958,105.6244,105.9576,106.624,106.624,107.2904,107.2904,107.9568,108.9564,109.956,110.9556,111.622,112.6216,113.6212,114.954,115.9536,116.62,117.2864,117.6196,117.6196,117.9528,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,118.286,117.6196,116.62,115.6204,114.6208,113.95439999999999,112.95479999999999,111.622,110.9556,109.6228,109.2896,108.6232,107.6236,106.624,105.9576,105.2912,103.9584,103.292,102.6256,100.6264,98.96039999999999,96.9612,95.2952,93.29599999999999,91.63,89.964,89.2976,87.6316,85.2992,83.9664,81.634,80.6344,78.9684,76.9692,75.6364,74.3036,72.6376,70.6384,68.9724,66.9732,64.974,62.3084,60.6424,59.309599999999996,56.977199999999996,54.978,53.312,51.9792,50.3132,48.314,46.9812,45.3152,43.316,40.9836,39.6508,38.318,36.652,35.3192,33.986399999999996,32.6536,31.3208,29.988,29.3216,28.6552,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,29.988,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.3172,40.3172,40.9836,40.9836,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,54.978,55.6444,57.3104,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,80.9676,80.9676,80.9676,80.9676,80.3012,78.9684,77.6356,76.3028,74.3036,72.9708,71.3048,69.972,68.6392,68.6392,68.6392,68.6392,69.972,70.6384,71.3048,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,77.6356,76.9692,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,77.9688,78.9684,79.6348,80.9676,83.6332,84.2996,85.6324,86.2988,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,97.2944,97.96079999999999,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,102.2924,102.2924,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,105.9576,105.9576,105.9576,105.9576,105.2912,104.6248,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,104.6248,105.6244,106.9572,107.6236,108.28999999999999,109.6228,110.6224,110.6224,111.2888,111.2888,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,114.6208,115.2872,115.2872,115.9536,116.62,117.2864,117.2864,118.286,118.9524,119.6188,120.2852,120.6184,121.2848,122.2844,122.6176,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.95,124.95,124.95,124.95,124.95,124.95,124.6168,123.9504,123.28399999999999,122.9508,121.618,121.2848,120.9516,119.6188,119.6188,118.61919999999999,118.61919999999999,117.9528,117.6196,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.6216,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.9564,109.6228,109.956,110.2892,110.2892,110.2892,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,109.6228,109.2896,109.2896,108.6232,107.9568,107.6236,106.9572,106.2908,105.9576,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,103.62519999999999,103.62519999999999,103.9584,103.9584,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,101.2928,101.9592,101.9592,101.2928,101.9592,102.2924,102.2924,102.6256,102.6256,101.9592,101.9592,101.9592,101.2928,101.9592,101.9592,102.6256,103.62519999999999,104.2916,104.958,104.958,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,107.2904,108.9564,110.9556,112.2884,112.6216,113.288,113.95439999999999,114.954,114.954,115.2872,116.2868,116.62,117.6196,117.6196,117.2864,117.2864,115.9536,114.954,113.6212,113.288,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,109.956,109.956,110.9556,110.9556,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.956,110.6224,111.622,112.2884,113.288,113.95439999999999,114.2876,114.954,115.2872,115.9536,117.2864,117.6196,118.9524,119.952,120.2852,121.9512,122.6176,122.6176,122.6176,122.6176,121.618,121.618,121.618,121.618,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,122.6176,122.6176,122.2844,121.618,120.9516,120.2852,119.6188,118.9524,118.286,117.6196,116.62,115.6204,114.6208,113.6212,112.95479999999999,111.2888,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999],[113.6212,112.95479999999999,111.622,110.9556,109.2896,108.6232,107.2904,106.9572,105.6244,104.958,102.6256,100.6264,98.6272,96.9612,94.6288,93.9624,93.6292,92.9628,92.6296,92.6296,92.6296,92.6296,92.9628,93.6292,93.6292,93.9624,95.2952,96.2948,97.2944,97.6276,98.96039999999999,100.2932,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.2932,100.2932,99.6268,98.294,97.96079999999999,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.6284,94.962,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.9612,97.96079999999999,98.6272,100.2932,100.6264,101.2928,101.2928,101.626,101.9592,101.9592,101.9592,101.626,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.2928,100.6264,100.6264,100.2932,100.2932,99.96,99.6268,99.6268,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,99.96,100.6264,101.626,101.9592,102.9588,103.9584,104.6248,104.958,105.6244,105.9576,106.624,106.9572,107.6236,108.6232,109.6228,110.9556,111.622,112.2884,113.288,114.954,115.6204,116.62,117.2864,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,118.9524,117.9528,116.62,115.9536,115.2872,113.95439999999999,113.6212,112.95479999999999,111.9552,110.9556,110.6224,109.956,107.9568,107.6236,106.9572,106.2908,105.6244,104.6248,103.9584,102.2924,100.2932,98.6272,97.2944,95.6284,93.29599999999999,91.63,90.6304,89.2976,87.2984,85.9656,84.2996,82.96679999999999,81.3008,79.968,78.30199999999999,76.9692,74.97,72.9708,71.3048,69.3056,66.9732,64.974,63.308,61.641999999999996,59.309599999999996,57.3104,55.6444,53.9784,52.6456,50.9796,48.980399999999996,46.9812,44.6488,42.6496,40.9836,39.6508,37.9848,36.652,35.3192,33.986399999999996,31.9872,30.6544,29.3216,28.6552,27.9888,27.9888,27.9888,27.9888,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,29.3216,29.988,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,40.3172,40.3172,40.3172,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,53.6452,54.3116,54.978,55.6444,56.3108,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,80.3012,79.6348,79.6348,79.6348,78.9684,78.30199999999999,76.3028,75.6364,74.3036,72.9708,71.9712,70.6384,69.3056,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,70.9716,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.9692,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,78.6352,79.6348,80.9676,82.3004,83.6332,84.966,85.6324,85.6324,86.2988,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.6284,96.9612,96.9612,96.9612,97.6276,97.2944,98.6272,98.96039999999999,99.6268,100.9596,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.6244,104.958,104.6248,103.9584,103.292,102.6256,102.6256,102.6256,102.6256,103.292,104.6248,105.6244,106.9572,107.6236,108.28999999999999,109.6228,110.6224,110.6224,111.2888,111.2888,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.95439999999999,114.6208,114.6208,115.2872,115.9536,116.62,116.62,117.2864,118.286,118.9524,119.6188,119.952,121.9512,122.6176,123.28399999999999,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.95,124.28359999999999,123.6172,122.9508,122.9508,122.2844,121.618,120.9516,119.952,119.6188,118.9524,117.9528,117.6196,117.9528,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.9564,109.6228,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,110.9556,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,103.62519999999999,103.62519999999999,103.9584,103.9584,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,104.958,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.2924,101.2928,100.6264,100.2932,99.96,99.6268,99.96,101.2928,101.9592,102.6256,102.9588,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,105.2912,106.624,107.6236,108.9564,110.9556,112.2884,112.6216,113.6212,114.2876,114.2876,114.954,115.6204,115.9536,116.62,116.62,115.9536,115.9536,114.954,113.6212,112.95479999999999,111.9552,111.622,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,109.956,109.956,110.9556,110.9556,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,109.2896,109.956,110.6224,112.2884,112.95479999999999,113.288,113.95439999999999,114.954,114.954,115.9536,116.62,117.2864,117.9528,118.9524,119.952,120.2852,121.9512,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,121.618,121.618,121.618,121.618,121.618,121.618,121.9512,121.9512,122.6176,122.6176,121.9512,120.9516,120.2852,119.952,118.9524,118.286,118.286,117.9528,116.9532,115.6204,115.2872,114.2876,112.95479999999999,111.622,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.2892,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,104.958,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,102.9588],[113.288,112.95479999999999,111.622,110.2892,109.2896,108.6232,107.2904,106.9572,106.2908,105.6244,103.62519999999999,101.2928,99.2936,97.2944,95.9616,93.9624,92.9628,92.6296,91.63,91.63,91.9632,91.9632,92.9628,92.9628,93.6292,93.9624,94.6288,96.2948,97.6276,98.294,98.6272,99.6268,100.2932,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.628,97.96079999999999,99.2936,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,99.96,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.294,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,100.2932,101.626,101.9592,103.292,103.62519999999999,103.9584,104.6248,105.6244,105.9576,106.624,107.2904,107.9568,109.6228,110.2892,111.2888,112.2884,113.288,114.2876,115.6204,116.62,117.6196,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,118.9524,118.286,117.2864,116.62,115.2872,114.6208,113.6212,113.6212,112.95479999999999,112.2884,111.622,110.2892,109.2896,107.9568,107.6236,106.9572,106.2908,105.6244,104.958,103.292,101.2928,99.6268,97.96079999999999,96.9612,95.2952,93.29599999999999,92.2964,91.2968,89.2976,87.9648,86.632,84.966,83.6332,81.9672,81.3008,79.6348,76.9692,74.97,72.9708,71.638,69.3056,67.3064,65.6404,64.3076,61.641999999999996,59.6428,57.9768,56.3108,54.978,52.3124,50.3132,48.314,45.9816,43.9824,42.3164,40.9836,39.6508,38.318,36.652,35.3192,32.6536,31.3208,30.6544,29.3216,28.6552,28.6552,28.6552,27.9888,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.6552,29.3216,29.988,30.6544,31.3208,31.9872,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.6508,40.3172,40.3172,40.3172,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,53.6452,53.6452,54.3116,54.978,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.9744,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,80.6344,79.6348,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,75.6364,74.97,74.3036,72.9708,71.9712,70.6384,69.972,69.3056,68.6392,67.97279999999999,68.6392,69.3056,69.972,70.3052,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.3028,75.6364,76.3028,76.636,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,78.6352,79.3016,80.9676,82.3004,82.96679999999999,84.2996,85.6324,85.6324,86.2988,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,94.6288,94.962,95.6284,96.2948,96.9612,97.6276,97.2944,97.6276,98.6272,98.96039999999999,99.6268,99.6268,100.9596,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.6256,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,105.6244,105.6244,104.958,104.6248,103.9584,103.62519999999999,102.6256,102.6256,101.9592,101.9592,102.6256,103.292,104.6248,105.6244,106.9572,107.6236,108.28999999999999,109.6228,110.6224,110.6224,111.2888,111.9552,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.6212,113.95439999999999,113.95439999999999,114.6208,115.6204,116.2868,116.2868,116.62,117.9528,118.9524,119.6188,120.2852,121.9512,122.9508,123.9504,124.6168,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.95,124.95,124.28359999999999,123.6172,122.9508,122.9508,122.2844,121.618,120.9516,120.2852,119.952,118.9524,118.286,117.9528,117.9528,116.9532,116.62,116.62,116.62,116.2868,116.2868,116.2868,115.9536,115.9536,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.9568,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,110.9556,110.9556,110.6224,109.956,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.958,104.958,104.958,104.6248,105.2912,105.2912,105.2912,105.6244,105.6244,104.958,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.2924,101.2928,100.2932,99.6268,98.96039999999999,98.294,98.294,98.96039999999999,99.96,100.6264,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,105.6244,106.2908,108.28999999999999,109.6228,110.9556,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.6204,115.2872,114.6208,113.6212,112.95479999999999,111.9552,111.2888,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.6232,109.2896,109.956,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,109.2896,109.956,110.9556,112.2884,113.288,113.95439999999999,113.95439999999999,114.954,115.2872,115.9536,116.62,117.2864,118.61919999999999,118.9524,119.952,120.2852,121.2848,121.9512,122.6176,122.6176,122.6176,122.6176,122.6176,121.9512,121.9512,121.618,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.2848,120.2852,119.952,118.9524,118.286,118.286,117.9528,117.9528,117.2864,115.9536,115.2872,114.2876,112.95479999999999,111.622,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,104.958,104.958,104.6248,104.6248,103.62519999999999,103.62519999999999,102.9588,102.9588],[113.288,112.95479999999999,111.622,110.2892,109.2896,107.9568,107.2904,106.9572,106.9572,105.9576,103.9584,102.2924,99.6268,97.96079999999999,95.9616,94.2956,92.6296,91.63,91.63,91.2968,91.2968,91.63,91.9632,92.6296,92.9628,93.29599999999999,94.6288,95.6284,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.9596,101.2928,101.2928,101.2928,101.9592,101.2928,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,96.628,96.2948,95.9616,95.9616,94.962,94.962,94.2956,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,96.2948,97.2944,98.96039999999999,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.96,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,97.6276,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.9612,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.96079999999999,98.6272,99.2936,99.6268,101.2928,101.626,102.6256,103.292,103.292,103.9584,104.6248,105.2912,105.9576,107.6236,108.28999999999999,109.956,110.9556,111.622,112.2884,113.288,114.2876,115.6204,116.62,117.6196,118.9524,119.6188,120.2852,120.2852,120.2852,120.2852,119.952,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,117.6196,116.62,115.9536,114.2876,113.95439999999999,113.6212,112.95479999999999,112.2884,111.622,110.2892,109.2896,108.9564,108.28999999999999,107.2904,106.2908,105.6244,105.6244,103.62519999999999,101.9592,99.96,98.294,97.6276,96.9612,95.2952,93.9624,92.2964,91.63,89.964,88.298,86.9652,85.9656,84.2996,82.96679999999999,81.3008,79.3016,76.636,73.9704,72.6376,70.6384,69.3056,67.6396,65.3072,63.308,61.641999999999996,60.3092,58.6432,57.3104,54.6448,51.646,49.6468,47.6476,46.3148,44.6488,43.316,40.9836,39.6508,37.3184,35.9856,33.986399999999996,32.6536,31.3208,30.6544,29.988,29.3216,29.3216,28.6552,27.9888,27.9888,27.9888,27.9888,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.9884,30.3212,30.9876,31.654,32.3204,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,53.6452,54.3116,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.9752,63.308,64.6408,65.3072,65.9736,65.9736,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.3052,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,73.304,73.9704,73.9704,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,78.6352,78.6352,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.6348,77.6356,76.9692,76.9692,76.3028,75.6364,75.6364,74.97,74.3036,73.304,72.6376,71.9712,71.3048,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,70.6384,71.3048,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.9704,73.9704,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.6356,78.9684,80.6344,81.3008,82.6336,83.6332,84.2996,85.6324,85.9656,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,90.6304,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.9628,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,96.9612,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.9596,101.2928,101.2928,101.2928,102.6256,102.6256,102.6256,101.9592,101.626,101.626,101.626,101.626,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,102.9588,103.62519999999999,104.6248,105.6244,106.624,107.6236,108.28999999999999,109.2896,110.6224,110.6224,111.2888,111.9552,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.954,116.2868,116.62,117.2864,118.9524,119.6188,121.2848,122.2844,122.9508,123.9504,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,121.618,121.2848,120.9516,120.9516,120.2852,118.9524,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.2864,116.62,116.62,115.9536,115.9536,114.954,114.954,114.2876,114.2876,113.6212,113.288,113.288,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.2888,111.2888,110.6224,110.6224,109.6228,109.6228,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.9572,106.9572,107.6236,107.9568,109.2896,109.6228,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,110.9556,110.9556,110.2892,109.2896,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,101.9592,101.9592,101.9592,100.2932,99.6268,98.294,97.96079999999999,97.96079999999999,97.2944,97.96079999999999,98.96039999999999,99.96,100.6264,101.2928,102.6256,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,103.292,103.62519999999999,104.958,105.9576,107.6236,108.9564,111.2888,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,113.6212,113.95439999999999,114.2876,113.6212,113.288,112.95479999999999,111.9552,111.2888,110.2892,110.6224,109.956,110.9556,110.9556,111.2888,111.2888,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.6232,107.9568,107.6236,107.6236,106.624,106.624,105.9576,106.624,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.9568,107.6236,108.28999999999999,108.6232,109.956,110.9556,112.2884,113.288,114.2876,114.2876,114.954,115.9536,116.62,116.9532,117.9528,118.286,118.9524,119.6188,120.2852,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.2852,119.6188,119.6188,118.9524,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.2872,113.6212,112.95479999999999,111.622,110.9556,110.2892,109.6228,109.6228,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,110.2892,110.2892,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256],[113.288,112.95479999999999,111.9552,110.9556,109.2896,107.9568,107.2904,106.9572,106.9572,105.9576,104.958,103.292,100.2932,97.96079999999999,96.2948,94.2956,92.9628,91.9632,90.6304,90.6304,91.2968,91.2968,91.9632,91.9632,92.2964,92.9628,93.9624,94.6288,95.9616,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.9596,100.6264,101.2928,101.9592,101.2928,100.6264,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,95.9616,94.962,94.962,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,94.2956,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,96.628,98.294,98.96039999999999,99.96,99.96,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.6276,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.9616,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,99.2936,99.6268,101.2928,101.626,102.2924,102.2924,103.292,103.62519999999999,104.6248,105.2912,105.9576,107.6236,108.28999999999999,109.2896,110.2892,111.622,112.2884,113.288,114.2876,115.6204,116.62,117.6196,118.9524,119.6188,120.2852,120.2852,120.2852,120.2852,119.952,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.9528,117.6196,117.6196,116.62,115.2872,114.2876,113.95439999999999,113.6212,112.95479999999999,112.2884,111.622,110.2892,109.2896,108.9564,108.28999999999999,107.2904,106.2908,105.9576,105.6244,104.2916,102.6256,100.6264,98.96039999999999,98.294,97.2944,96.2948,94.962,93.6292,92.6296,91.63,89.964,88.298,87.9648,86.632,84.6328,82.96679999999999,80.9676,78.6352,75.6364,74.3036,71.9712,70.6384,69.3056,67.6396,65.3072,63.308,62.3084,60.6424,58.6432,56.644,54.3116,52.3124,49.6468,47.6476,45.9816,44.6488,42.6496,41.3168,39.3176,37.3184,35.9856,35.3192,33.32,31.9872,31.3208,30.6544,29.988,29.3216,28.6552,28.6552,28.6552,27.9888,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,52.3124,52.9788,52.9788,53.6452,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,60.6424,61.9752,62.6416,64.6408,65.3072,65.3072,65.9736,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.304,73.304,72.6376,71.3048,70.6384,69.3056,68.6392,67.97279999999999,67.3064,67.3064,67.97279999999999,68.6392,69.972,70.6384,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.6356,78.9684,80.3012,80.9676,81.634,83.3,84.2996,84.966,85.6324,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.964,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.9628,93.29599999999999,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,96.2948,96.628,97.6276,97.2944,97.6276,98.294,98.294,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,102.9588,103.62519999999999,104.6248,105.6244,106.9572,107.6236,108.28999999999999,108.6232,109.956,110.6224,111.2888,111.9552,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,113.288,113.6212,114.2876,114.954,116.2868,116.62,117.2864,118.286,119.6188,120.9516,122.2844,123.9504,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,119.6188,118.9524,118.286,118.61919999999999,117.9528,117.9528,117.9528,117.9528,116.62,116.62,115.9536,115.9536,114.954,114.954,114.2876,114.2876,113.6212,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.6224,110.2892,109.6228,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,106.624,106.624,106.2908,106.2908,106.9572,107.9568,108.6232,109.2896,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,110.9556,110.2892,109.956,108.9564,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,101.9592,101.9592,101.2928,100.2932,99.6268,97.96079999999999,97.6276,96.9612,96.2948,96.2948,96.2948,97.96079999999999,98.294,99.96,100.6264,101.9592,101.9592,102.6256,102.6256,101.9592,101.9592,101.626,101.626,101.2928,101.2928,102.6256,103.292,103.9584,105.6244,107.9568,109.2896,110.6224,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.95439999999999,113.288,112.95479999999999,112.95479999999999,113.288,112.2884,111.622,110.6224,110.9556,110.2892,110.6224,110.6224,110.9556,110.9556,111.2888,111.622,111.622,111.622,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.6232,107.9568,107.6236,107.6236,106.624,106.624,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,107.6236,107.6236,108.28999999999999,108.28999999999999,109.956,110.2892,112.2884,112.95479999999999,113.6212,114.954,115.9536,115.9536,116.9532,116.9532,117.9528,118.286,118.9524,119.952,120.9516,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,119.6188,119.6188,118.9524,118.286,117.2864,117.2864,116.62,116.62,116.2868,115.6204,114.6208,113.6212,112.95479999999999,112.2884,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,110.2892,110.2892,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256],[113.95439999999999,113.288,112.95479999999999,111.622,109.956,108.6232,108.28999999999999,107.6236,106.9572,105.9576,104.6248,103.292,100.9596,98.6272,96.2948,94.962,92.9628,91.2968,90.2972,90.2972,90.6304,90.6304,91.63,91.9632,92.2964,92.9628,93.9624,94.6288,94.962,95.6284,96.9612,97.2944,98.294,98.96039999999999,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,100.2932,99.6268,98.96039999999999,98.6272,97.6276,97.6276,97.6276,96.9612,95.9616,94.962,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.6284,96.2948,97.96079999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,98.294,97.6276,97.6276,97.6276,97.2944,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,94.962,94.962,95.9616,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,99.2936,100.2932,101.2928,101.626,102.2924,102.2924,103.292,103.62519999999999,104.6248,105.2912,106.2908,107.6236,108.9564,109.6228,110.6224,111.622,112.2884,113.288,114.2876,115.6204,116.62,117.6196,118.9524,119.952,120.9516,120.9516,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.9532,116.2868,114.954,114.2876,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,110.2892,109.2896,108.9564,108.28999999999999,107.2904,106.9572,105.9576,105.9576,104.958,102.6256,100.6264,100.2932,98.96039999999999,98.6272,97.2944,95.9616,95.2952,93.6292,92.2964,91.63,89.964,89.2976,88.298,86.632,84.6328,82.6336,80.3012,77.6356,75.6364,74.3036,72.9708,71.3048,68.9724,66.9732,65.6404,63.9744,61.9752,60.6424,58.31,56.3108,54.3116,50.9796,49.6468,47.9808,45.9816,44.6488,43.316,41.3168,39.3176,37.9848,37.3184,35.9856,34.6528,33.32,31.9872,31.3208,30.6544,29.988,29.3216,29.3216,28.6552,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.3124,52.9788,53.9784,54.6448,54.6448,55.3112,55.6444,56.3108,56.977199999999996,57.6436,58.9764,59.976,61.3088,61.9752,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,72.6376,71.9712,70.6384,69.972,68.6392,67.97279999999999,67.3064,67.3064,67.3064,67.97279999999999,69.3056,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,76.3028,76.9692,78.9684,80.3012,80.9676,81.634,82.6336,83.6332,84.2996,84.966,86.2988,86.2988,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,94.962,96.2948,96.2948,96.628,97.2944,98.6272,98.6272,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.9588,102.9588,103.62519999999999,103.9584,105.2912,105.6244,106.9572,107.6236,108.28999999999999,108.6232,109.956,110.6224,111.2888,111.9552,112.95479999999999,112.95479999999999,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,113.288,113.6212,114.2876,114.954,116.2868,116.62,117.2864,118.286,119.6188,120.9516,122.2844,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,119.952,119.2856,118.9524,118.9524,118.286,118.286,117.9528,117.9528,116.62,116.62,115.9536,115.9536,115.6204,115.6204,114.6208,114.6208,113.6212,113.288,112.6216,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.2888,111.2888,109.956,109.956,109.6228,109.6228,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,107.6236,108.6232,109.2896,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,112.2884,112.2884,111.622,110.9556,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,101.2928,101.626,101.626,101.626,102.2924,102.6256,103.292,103.9584,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.2928,100.9596,99.96,98.294,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.9616,96.2948,97.6276,98.294,99.6268,100.9596,101.626,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.2928,101.2928,102.2924,103.292,103.9584,105.6244,107.9568,109.2896,110.6224,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.288,113.288,112.95479999999999,112.2884,112.2884,111.9552,111.622,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,110.9556,109.956,109.2896,108.9564,108.9564,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,106.624,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,108.28999999999999,109.2896,109.956,111.622,112.2884,113.6212,114.954,115.9536,116.62,116.9532,116.9532,117.9528,118.286,118.9524,119.952,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,119.6188,119.6188,118.9524,118.286,117.2864,117.2864,116.62,116.62,116.2868,115.6204,114.6208,113.6212,112.95479999999999,112.2884,112.2884,111.622,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256],[114.6208,113.6212,113.288,111.9552,110.6224,109.2896,108.28999999999999,107.6236,106.9572,106.2908,105.9576,104.6248,102.2924,98.96039999999999,96.628,95.2952,92.9628,91.63,90.6304,89.6308,89.6308,89.6308,91.63,91.9632,91.63,92.2964,93.6292,93.9624,93.9624,94.6288,95.9616,96.2948,97.6276,97.96079999999999,98.96039999999999,99.6268,99.96,100.6264,100.6264,99.96,99.6268,98.96039999999999,98.6272,97.6276,97.6276,96.628,96.628,95.9616,94.962,94.2956,93.6292,93.29599999999999,93.6292,92.6296,92.6296,92.6296,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,96.2948,97.96079999999999,98.294,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.6276,96.9612,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.2952,94.962,94.962,95.9616,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,98.6272,99.6268,100.9596,101.626,102.2924,102.2924,103.292,103.62519999999999,104.6248,105.2912,106.2908,107.6236,108.9564,109.6228,110.6224,111.622,112.2884,113.288,114.2876,115.6204,116.62,117.6196,118.9524,119.2856,119.952,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,114.954,114.2876,113.288,113.288,112.2884,112.2884,111.622,110.2892,109.2896,108.9564,108.28999999999999,107.9568,107.2904,105.9576,105.9576,104.958,102.9588,101.2928,100.2932,99.6268,98.96039999999999,97.96079999999999,97.6276,96.9612,95.2952,93.9624,93.29599999999999,92.2964,91.63,90.2972,88.9644,86.9652,85.2992,82.6336,80.3012,78.6352,76.9692,74.97,73.63719999999999,71.3048,68.9724,67.6396,66.3068,65.3072,63.308,61.3088,58.9764,56.3108,54.3116,52.3124,50.3132,48.6472,46.647999999999996,45.3152,43.9824,41.9832,40.6504,39.3176,38.6512,37.3184,35.9856,33.986399999999996,33.32,32.6536,31.3208,30.6544,29.988,29.988,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,30.3212,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.9844,39.6508,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,52.3124,53.312,53.312,53.9784,53.9784,54.978,55.6444,56.3108,56.977199999999996,58.31,59.309599999999996,60.6424,61.3088,63.308,63.308,63.9744,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.9696,76.636,76.636,76.636,76.9692,77.6356,77.6356,77.6356,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.6376,73.304,72.6376,71.9712,71.3048,69.972,68.6392,67.3064,66.64,66.64,66.64,67.97279999999999,69.3056,69.972,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.9692,78.9684,79.6348,80.3012,80.9676,82.6336,83.3,83.6332,84.2996,84.966,86.2988,86.632,86.632,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,97.2944,97.6276,98.6272,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,105.9576,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,109.956,110.6224,111.2888,112.2884,112.95479999999999,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,113.288,113.6212,114.2876,114.954,116.2868,116.62,117.2864,118.61919999999999,119.952,120.9516,122.2844,123.28399999999999,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,119.952,119.2856,118.9524,118.9524,118.286,118.286,117.9528,117.9528,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.2872,114.6208,113.6212,113.288,112.6216,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.2888,111.2888,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,107.6236,107.9568,109.2896,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,110.9556,109.956,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.2928,100.9596,100.6264,100.6264,101.2928,101.626,101.626,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.6264,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.9596,100.2932,98.96039999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.9616,95.9616,96.2948,96.9612,97.6276,98.96039999999999,99.6268,100.9596,101.626,101.626,101.626,101.9592,101.626,101.626,101.2928,101.2928,102.2924,102.6256,103.62519999999999,105.6244,107.6236,109.2896,110.6224,111.622,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,111.9552,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,109.956,109.2896,109.2896,108.9564,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.9568,107.6236,107.6236,106.9572,105.9576,105.9576,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,107.9568,107.9568,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,106.9572,106.9572,106.9572,107.6236,108.9564,109.2896,111.2888,112.2884,113.6212,114.954,115.9536,116.62,116.9532,117.6196,117.9528,118.286,118.9524,119.6188,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,119.6188,118.9524,118.61919999999999,118.286,117.2864,116.62,116.62,116.2868,115.6204,114.954,114.6208,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,111.2888,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,110.9556,110.9556,110.2892,109.956,109.956,109.2896,109.2896,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256],[115.2872,114.2876,113.288,112.2884,110.9556,110.6224,108.6232,107.9568,107.9568,106.9572,106.2908,104.6248,103.292,99.6268,97.6276,94.962,92.6296,91.2968,89.6308,88.63119999999999,89.2976,89.2976,90.6304,91.2968,91.2968,91.63,92.6296,92.9628,93.9624,94.6288,94.962,95.6284,96.628,96.9612,97.2944,97.6276,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.6276,97.2944,96.9612,95.9616,95.6284,94.962,94.6288,93.9624,93.6292,92.9628,92.6296,92.6296,91.9632,91.9632,91.9632,91.63,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.9624,95.2952,95.9616,96.9612,97.96079999999999,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.9612,96.2948,95.9616,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,96.2948,96.628,97.2944,97.2944,98.6272,98.96039999999999,100.2932,100.6264,101.626,102.2924,103.292,103.62519999999999,104.2916,104.6248,105.9576,106.9572,108.28999999999999,109.2896,110.2892,111.2888,111.622,112.95479999999999,114.2876,115.2872,116.62,117.6196,118.9524,119.2856,119.6188,119.6188,119.6188,118.9524,118.9524,117.9528,117.9528,117.6196,117.2864,117.2864,117.2864,116.62,116.62,116.2868,116.2868,115.6204,115.2872,115.2872,114.6208,114.6208,114.2876,112.95479999999999,112.6216,112.2884,112.2884,111.9552,111.2888,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,106.624,106.624,105.2912,103.62519999999999,102.6256,101.9592,101.2928,99.96,98.96039999999999,99.2936,98.294,96.9612,95.6284,94.962,94.2956,92.6296,91.63,90.9636,89.6308,86.9652,85.2992,82.96679999999999,80.9676,79.6348,77.6356,76.3028,74.3036,71.9712,69.972,69.3056,67.6396,66.3068,63.9744,62.6416,60.3092,57.6436,55.9776,53.6452,51.646,49.6468,48.314,47.6476,45.9816,44.6488,43.316,41.9832,40.6504,38.6512,37.3184,36.652,35.3192,33.32,32.6536,31.9872,30.6544,29.988,29.988,29.654799999999998,29.654799999999998,28.9884,28.9884,27.9888,27.9888,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.6544,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,40.3172,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,51.646,51.646,52.3124,52.3124,53.312,53.9784,55.3112,55.9776,57.6436,58.31,59.6428,60.3092,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,72.3044,72.6376,72.6376,72.6376,71.9712,71.3048,69.972,67.97279999999999,67.3064,65.6404,65.6404,66.3068,66.9732,68.306,69.6388,70.3052,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.638,72.3044,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,75.6364,76.3028,78.30199999999999,79.6348,80.3012,80.9676,81.9672,82.6336,83.3,83.6332,84.966,85.2992,85.9656,85.9656,85.2992,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.2992,85.2992,85.9656,85.9656,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,90.2972,89.6308,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,96.9612,97.6276,97.2944,97.6276,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,101.626,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,105.6244,106.2908,106.9572,107.6236,107.6236,106.9572,107.2904,108.6232,109.2896,110.2892,110.9556,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.288,112.2884,112.2884,113.288,113.6212,114.2876,114.954,116.2868,116.62,117.9528,118.9524,120.2852,121.2848,121.9512,122.9508,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,126.2828,126.9492,127.2824,127.2824,127.2824,127.2824,126.9492,126.2828,126.2828,125.6164,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,119.952,119.2856,118.9524,118.9524,118.286,118.286,117.9528,117.9528,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.6204,114.6208,113.6212,113.288,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,110.9556,110.6224,110.2892,109.956,109.956,109.2896,109.2896,108.9564,107.9568,107.6236,107.9568,107.9568,107.9568,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,108.28999999999999,109.6228,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,110.6224,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.626,101.626,100.6264,100.6264,100.2932,100.2932,100.6264,100.9596,101.2928,101.9592,102.6256,102.6256,103.292,103.292,103.292,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,98.96039999999999,98.294,97.2944,97.2944,97.2944,96.9612,96.2948,96.2948,96.2948,96.9612,97.6276,98.6272,99.2936,99.6268,99.6268,99.6268,100.2932,100.9596,100.6264,100.6264,100.6264,101.2928,101.626,102.2924,103.62519999999999,105.6244,107.6236,108.6232,110.6224,110.9556,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,109.956,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.6236,106.624,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.624,106.9572,107.9568,108.9564,110.6224,111.622,113.6212,114.954,116.2868,116.9532,117.9528,118.286,118.61919999999999,118.61919999999999,118.9524,119.6188,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,119.6188,118.9524,118.286,118.286,117.2864,116.62,115.6204,115.6204,114.954,114.954,114.6208,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,111.622,110.9556,110.9556,110.6224,110.6224,111.2888,111.2888,111.622,111.622,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,109.956,109.956,109.956,109.2896,108.28999999999999,107.9568,107.2904,107.9568,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,103.62519999999999,103.292,103.292,103.292,102.6256,102.2924,102.2924,101.626],[115.2872,114.2876,113.95439999999999,112.95479999999999,111.9552,110.9556,109.956,108.9564,108.9564,107.9568,106.9572,105.2912,103.62519999999999,100.2932,97.2944,94.962,92.2964,90.6304,89.6308,88.63119999999999,88.298,88.63119999999999,89.964,90.6304,91.2968,91.2968,91.9632,91.9632,93.29599999999999,93.6292,93.9624,94.6288,95.9616,96.628,96.628,97.2944,98.294,98.294,98.294,97.6276,97.6276,97.6276,96.9612,95.9616,95.6284,94.6288,94.6288,93.9624,93.6292,92.9628,92.6296,91.9632,91.9632,91.2968,91.2968,91.2968,90.6304,90.6304,91.63,91.63,92.2964,92.6296,93.6292,93.6292,93.6292,93.6292,94.962,95.9616,96.9612,97.6276,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,95.9616,95.9616,95.6284,94.962,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,95.9616,96.9612,97.2944,97.2944,98.6272,98.96039999999999,100.2932,100.6264,101.626,102.2924,103.292,103.62519999999999,104.2916,104.6248,105.9576,106.9572,107.9568,108.9564,109.6228,111.2888,111.622,112.95479999999999,114.2876,115.2872,116.62,117.2864,117.9528,118.61919999999999,119.6188,119.6188,118.9524,118.9524,117.9528,117.6196,117.6196,116.62,116.62,116.62,116.62,115.9536,115.6204,115.6204,115.6204,115.2872,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.6216,111.9552,112.2884,112.2884,111.2888,110.9556,110.2892,109.956,109.2896,108.9564,107.9568,107.9568,107.2904,107.2904,105.2912,103.62519999999999,102.9588,102.6256,101.9592,101.2928,100.6264,100.2932,99.2936,98.294,97.2944,96.628,95.6284,94.2956,93.29599999999999,92.2964,90.2972,88.9644,87.2984,85.2992,83.6332,81.634,80.3012,78.30199999999999,76.9692,74.3036,72.6376,71.3048,69.972,68.306,66.9732,65.6404,63.9744,60.6424,58.31,56.977199999999996,55.3112,52.9788,50.9796,50.3132,48.980399999999996,47.3144,45.3152,43.9824,42.6496,40.9836,40.3172,38.6512,37.3184,35.3192,33.986399999999996,33.32,31.9872,31.3208,30.6544,29.654799999999998,29.654799999999998,28.9884,28.9884,27.9888,27.9888,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.6544,30.6544,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.318,38.9844,39.6508,40.3172,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,52.6456,53.312,54.6448,55.3112,56.977199999999996,57.6436,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.3044,72.3044,72.6376,72.6376,72.6376,71.9712,71.3048,69.972,67.97279999999999,66.64,65.6404,64.974,65.6404,66.3068,67.6396,68.9724,70.3052,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.638,71.638,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.97,76.3028,78.30199999999999,78.9684,79.6348,80.3012,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.9656,85.9656,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,90.2972,89.6308,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.9628,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,96.9612,97.6276,97.6276,97.6276,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,106.2908,106.9572,107.6236,107.6236,106.9572,106.9572,107.9568,108.6232,109.956,110.2892,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.288,112.2884,112.2884,113.288,113.6212,114.2876,114.954,116.2868,116.62,117.9528,118.9524,120.2852,121.2848,121.9512,122.2844,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,126.9492,127.2824,127.2824,127.9488,127.9488,127.2824,126.9492,126.2828,126.2828,125.6164,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,119.952,119.2856,118.9524,118.9524,118.286,118.286,117.9528,117.9528,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.6204,114.6208,113.6212,113.288,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,109.956,109.6228,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,105.6244,106.2908,106.9572,108.28999999999999,108.9564,109.6228,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.624,106.624,105.9576,105.9576,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.626,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,102.2924,103.292,102.6256,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,98.294,99.2936,99.2936,99.2936,99.6268,100.2932,100.6264,100.6264,100.6264,100.6264,101.626,102.2924,103.292,104.2916,106.2908,108.6232,109.956,110.6224,111.622,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,110.9556,110.2892,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,110.9556,109.956,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,106.624,105.9576,105.6244,105.6244,104.958,104.958,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,107.2904,108.9564,110.6224,111.622,113.6212,114.954,116.2868,116.9532,117.9528,118.286,118.61919999999999,118.9524,119.6188,119.6188,119.952,119.952,119.952,119.952,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,118.9524,118.9524,118.286,117.9528,116.62,116.2868,115.6204,114.954,114.954,114.954,114.6208,114.2876,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.9556,110.6224,110.6224,111.2888,111.2888,111.622,111.622,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,109.956,109.956,109.956,109.2896,108.28999999999999,107.9568,107.2904,107.2904,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,103.62519999999999,103.292,103.292,103.292,102.2924,102.2924,101.626,101.626],[115.2872,114.954,114.6208,113.6212,113.288,111.622,111.2888,109.6228,109.2896,108.9564,107.6236,105.6244,103.62519999999999,100.6264,97.6276,94.6288,92.2964,89.964,88.63119999999999,87.9648,87.9648,87.9648,89.2976,89.964,90.2972,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.6292,95.6284,95.9616,96.628,97.2944,97.6276,97.6276,97.2944,97.2944,96.9612,96.2948,96.2948,95.6284,94.962,93.9624,93.9624,93.6292,92.9628,92.6296,91.9632,91.63,91.63,90.6304,90.6304,90.6304,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,92.9628,93.6292,94.962,95.2952,96.2948,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,94.2956,94.2956,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,94.6288,94.962,95.6284,96.628,97.6276,97.2944,98.6272,98.96039999999999,99.96,100.6264,101.626,102.2924,103.292,103.62519999999999,104.2916,104.6248,105.9576,106.9572,107.9568,108.28999999999999,109.2896,110.2892,111.622,112.95479999999999,113.6212,114.954,116.62,117.2864,117.6196,118.286,118.61919999999999,118.61919999999999,118.286,117.6196,117.6196,117.2864,116.62,116.2868,115.6204,115.6204,114.954,114.954,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.9556,110.2892,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,107.2904,105.9576,103.9584,102.9588,103.292,102.2924,102.2924,101.2928,101.2928,100.6264,99.6268,98.6272,97.2944,96.628,95.2952,94.6288,93.6292,91.63,90.2972,88.298,87.2984,85.2992,84.2996,82.3004,80.9676,78.30199999999999,76.3028,74.97,73.304,71.9712,70.6384,69.3056,67.6396,66.3068,63.9744,61.641999999999996,59.309599999999996,57.6436,55.9776,54.6448,52.9788,50.9796,49.6468,47.6476,46.3148,44.982,43.316,42.6496,40.9836,39.6508,37.9848,36.652,35.3192,33.986399999999996,31.9872,31.3208,30.6544,29.988,28.9884,28.9884,27.9888,27.9888,27.9888,27.9888,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.988,30.6544,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,35.3192,35.9856,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,38.318,38.9844,39.6508,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.9792,52.6456,53.9784,54.6448,56.3108,56.977199999999996,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,68.6392,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,72.3044,72.3044,72.3044,71.9712,71.9712,71.9712,71.9712,71.3048,69.972,68.6392,67.3064,64.974,64.974,64.974,65.6404,66.9732,68.306,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.9716,70.9716,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,77.3024,78.30199999999999,78.9684,79.6348,81.3008,81.9672,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,85.6324,85.9656,86.9652,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,96.9612,97.6276,97.2944,97.6276,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.6264,100.6264,101.2928,101.626,101.626,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.6244,105.2912,105.6244,106.9572,106.9572,106.9572,106.9572,106.2908,106.9572,107.9568,108.6232,109.956,110.2892,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.6216,112.6216,113.288,113.288,112.2884,112.2884,113.288,113.6212,114.2876,114.954,116.2868,116.62,117.9528,118.9524,120.2852,121.2848,121.9512,122.2844,123.6172,123.6172,123.6172,124.28359999999999,124.6168,125.2832,125.6164,126.9492,127.2824,127.2824,127.9488,127.9488,127.2824,126.9492,126.2828,125.6164,125.6164,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,119.952,119.2856,118.9524,118.9524,118.286,118.286,117.9528,117.9528,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.6204,114.6208,113.6212,112.95479999999999,112.2884,111.622,111.2888,111.2888,111.2888,110.9556,110.9556,110.2892,109.956,109.956,108.9564,108.9564,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,105.6244,106.2908,106.9572,107.9568,108.9564,109.6228,109.956,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.626,100.9596,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,99.6268,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.6272,98.6272,98.294,98.294,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.96079999999999,98.294,99.2936,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,103.292,104.2916,106.2908,108.28999999999999,109.956,110.6224,111.622,111.622,112.2884,112.2884,111.2888,110.9556,110.9556,110.9556,109.956,109.6228,109.6228,109.6228,109.956,110.6224,110.9556,110.9556,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,113.288,112.6216,112.2884,111.2888,109.956,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.624,105.9576,105.6244,105.6244,104.958,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,106.2908,108.28999999999999,110.2892,111.622,113.6212,114.954,116.2868,116.9532,117.9528,118.286,118.61919999999999,118.9524,119.6188,119.6188,119.952,119.952,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,120.9516,120.2852,118.9524,118.286,118.286,117.9528,116.62,116.2868,114.954,114.6208,114.6208,113.95439999999999,113.95439999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,110.9556,110.9556,110.6224,110.6224,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,107.9568,107.2904,107.2904,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,103.62519999999999,103.292,102.6256,102.6256,102.2924,101.626,101.626,101.2928],[115.2872,114.954,114.6208,114.2876,113.288,112.6216,111.2888,110.2892,109.956,109.2896,108.28999999999999,106.2908,103.62519999999999,100.6264,97.6276,94.6288,92.2964,89.964,88.63119999999999,87.9648,87.2984,87.2984,88.9644,89.2976,89.6308,90.2972,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.6292,94.962,95.9616,96.2948,96.628,97.2944,97.2944,96.628,96.2948,96.2948,95.9616,95.9616,94.962,94.2956,93.6292,93.6292,92.9628,92.6296,91.9632,91.2968,90.9636,90.9636,90.6304,89.964,89.964,89.6308,89.6308,90.6304,91.2968,91.63,92.2964,92.6296,92.6296,92.9628,93.6292,94.962,95.2952,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.2956,94.2956,94.2956,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,96.628,97.6276,98.294,98.96039999999999,100.2932,100.6264,101.2928,101.9592,103.292,103.292,103.62519999999999,104.2916,105.6244,106.9572,107.9568,108.28999999999999,109.2896,110.2892,111.622,112.95479999999999,113.288,114.954,115.2872,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,115.9536,115.6204,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.9556,110.2892,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,107.2904,105.9576,104.6248,103.62519999999999,103.62519999999999,102.6256,102.2924,101.9592,101.2928,100.6264,100.2932,98.96039999999999,97.96079999999999,97.2944,95.6284,95.2952,93.9624,92.9628,91.2968,89.2976,87.9648,86.9652,84.966,83.6332,82.3004,80.9676,78.30199999999999,76.3028,74.6368,73.9704,72.6376,71.3048,69.972,68.6392,66.3068,64.974,62.3084,60.9756,59.309599999999996,57.6436,55.9776,54.6448,52.3124,50.9796,49.6468,48.314,46.3148,44.982,43.9824,41.9832,40.3172,38.318,36.652,35.3192,33.32,32.6536,31.9872,30.6544,29.654799999999998,28.9884,28.6552,27.9888,27.9888,27.9888,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,29.988,29.988,29.988,30.6544,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.3192,35.9856,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.6516,38.318,38.9844,39.6508,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,51.3128,51.9792,53.312,53.9784,54.978,56.3108,56.977199999999996,58.31,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,68.6392,67.3064,64.974,64.3076,64.974,65.6404,66.9732,67.6396,68.9724,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,70.3052,70.3052,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.9696,77.3024,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.3,83.3,83.3,83.6332,84.966,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.9628,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,96.9612,96.9612,97.2944,97.2944,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,101.626,101.626,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,107.6236,107.9568,109.2896,109.956,110.9556,111.2888,111.622,111.622,112.2884,112.2884,112.6216,112.6216,113.288,113.288,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,116.2868,116.62,117.9528,118.9524,120.2852,121.2848,121.9512,122.2844,122.9508,123.6172,123.6172,123.6172,123.9504,124.6168,125.6164,126.2828,126.9492,127.2824,127.2824,127.2824,126.9492,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.2848,121.2848,120.9516,119.952,119.2856,119.2856,118.9524,118.286,118.286,117.9528,117.9528,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.9536,115.2872,113.6212,112.95479999999999,112.2884,111.622,110.9556,110.2892,110.2892,109.6228,109.2896,108.9564,108.9564,108.28999999999999,107.6236,107.2904,107.2904,106.624,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,108.28999999999999,108.9564,109.6228,109.956,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.626,100.9596,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,100.9596,100.9596,100.9596,100.2932,100.2932,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,99.6268,99.6268,100.2932,100.6264,100.2932,100.2932,100.2932,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.9596,101.626,102.6256,104.2916,106.2908,108.28999999999999,109.2896,109.956,111.2888,111.622,112.2884,111.622,111.2888,110.9556,110.9556,110.2892,109.2896,108.9564,108.28999999999999,108.9564,109.6228,109.6228,110.6224,110.9556,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,111.2888,110.2892,109.6228,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.624,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.958,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,105.6244,107.2904,109.6228,111.622,113.288,114.954,116.2868,116.9532,117.9528,118.286,118.61919999999999,118.9524,119.6188,119.6188,119.952,119.952,119.6188,119.6188,118.9524,118.9524,119.952,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.2848,120.9516,120.2852,119.6188,118.9524,118.286,117.9528,117.9528,116.62,116.2868,114.954,113.95439999999999,114.6208,113.95439999999999,113.95439999999999,113.6212,114.2876,114.6208,114.954,114.954,114.6208,114.2876,113.95439999999999,113.288,112.95479999999999,111.622,110.9556,110.6224,110.6224,110.6224,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,107.9568,107.2904,107.2904,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,103.9584,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928],[114.954,114.954,114.6208,114.2876,114.2876,113.288,111.622,110.9556,110.2892,109.956,108.28999999999999,106.2908,103.62519999999999,99.96,97.6276,94.6288,91.9632,89.964,87.9648,87.2984,87.2984,87.2984,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,91.63,92.2964,92.6296,93.6292,94.6288,95.6284,96.2948,96.9612,96.9612,96.9612,96.2948,95.9616,95.9616,94.962,94.962,93.9624,93.6292,92.6296,92.6296,91.9632,91.63,91.2968,90.6304,90.6304,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.6308,90.2972,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.6292,94.2956,94.962,95.6284,95.9616,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,96.9612,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,94.962,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,96.628,97.6276,98.294,98.96039999999999,99.96,100.6264,101.2928,101.9592,102.6256,103.292,103.62519999999999,104.2916,105.6244,106.9572,107.6236,108.28999999999999,109.2896,110.2892,110.6224,111.622,113.288,114.2876,115.2872,116.2868,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.6204,114.954,114.2876,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,110.9556,110.9556,110.6224,110.2892,109.956,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,105.2912,104.958,104.2916,103.62519999999999,103.292,102.2924,102.2924,101.626,101.2928,100.2932,98.96039999999999,97.96079999999999,97.2944,96.9612,95.6284,94.962,93.6292,91.9632,89.964,88.298,87.9648,86.9652,84.966,84.2996,82.3004,80.6344,78.9684,76.9692,76.3028,74.97,73.63719999999999,72.3044,70.6384,69.3056,67.3064,66.3068,64.974,63.308,61.641999999999996,59.309599999999996,57.6436,55.3112,53.9784,52.3124,50.9796,49.6468,48.314,46.3148,44.982,42.6496,40.6504,38.9844,37.6516,35.9856,35.3192,33.32,31.9872,30.9876,30.3212,29.654799999999998,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.6504,40.9836,41.65,41.65,41.65,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.9784,54.6448,55.9776,56.644,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,66.3068,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.9704,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.304,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.3052,68.9724,68.306,66.9732,65.6404,64.974,64.3076,64.974,66.3068,66.9732,68.306,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,69.3056,69.3056,69.3056,69.972,69.6388,70.3052,70.3052,70.9716,71.9712,71.9712,72.6376,72.6376,73.304,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.9672,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.3,83.3,83.9664,84.2996,84.966,84.966,86.2988,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,88.298,88.9644,89.6308,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.964,89.964,90.6304,89.964,89.964,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.962,95.2952,95.6284,96.2948,96.9612,96.9612,97.6276,97.2944,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,102.6256,103.292,103.292,104.2916,104.6248,104.958,104.958,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.6236,107.9568,108.9564,109.6228,109.956,110.2892,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,117.9528,118.9524,119.952,120.9516,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,122.9508,123.28399999999999,125.2832,125.6164,126.2828,126.9492,126.9492,126.9492,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,120.9516,119.952,119.952,119.2856,119.2856,118.286,118.286,117.9528,117.9528,116.9532,116.9532,116.9532,116.9532,116.62,116.62,115.9536,115.2872,113.6212,112.95479999999999,112.2884,111.622,110.6224,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.624,106.624,106.624,105.9576,105.9576,105.6244,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,108.28999999999999,108.9564,109.6228,109.956,110.2892,110.6224,110.6224,110.6224,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.6244,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.626,101.626,101.626,101.2928,100.2932,100.2932,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,99.6268,99.96,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.2936,99.2936,99.96,99.96,100.2932,99.96,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.6268,98.96039999999999,98.96039999999999,100.2932,101.2928,102.2924,104.2916,106.624,107.9568,109.2896,109.956,110.9556,111.2888,111.2888,111.2888,110.9556,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.6236,107.6236,107.9568,108.6232,109.956,110.9556,111.622,112.2884,113.288,113.288,113.95439999999999,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.2876,112.95479999999999,112.6216,112.2884,110.9556,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.28999999999999,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,104.6248,103.9584,103.9584,103.9584,105.6244,106.9572,109.6228,110.9556,113.288,114.954,115.9536,116.62,117.2864,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.6188,119.6188,118.286,117.6196,117.2864,117.2864,116.62,115.6204,114.6208,113.95439999999999,113.288,113.288,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,112.95479999999999,112.2884,110.2892,109.6228,109.2896,109.956,109.956,109.956,110.2892,110.9556,110.9556,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.6224,110.2892,109.2896,108.28999999999999,107.6236,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.6244,104.958,104.958,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,104.6248,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.2924,102.2924,101.2928,101.2928,100.6264,100.6264],[115.2872,114.954,115.2872,115.2872,114.6208,114.2876,112.95479999999999,111.2888,110.9556,109.956,108.6232,106.2908,103.62519999999999,99.6268,96.9612,93.9624,91.2968,89.2976,87.9648,87.2984,86.9652,86.9652,87.2984,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,91.2968,91.63,91.9632,92.6296,93.9624,94.962,95.9616,96.2948,96.9612,96.2948,95.6284,94.962,95.2952,93.9624,93.9624,93.29599999999999,92.6296,92.2964,91.63,91.63,90.6304,90.6304,90.2972,90.2972,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.9644,89.6308,90.2972,91.2968,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,94.2956,94.962,95.6284,95.6284,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,96.628,97.6276,98.294,98.96039999999999,99.96,100.6264,101.2928,101.2928,102.6256,103.292,103.62519999999999,104.2916,105.6244,106.2908,107.6236,107.9568,108.9564,110.2892,110.6224,111.622,113.288,113.6212,115.2872,115.9536,116.62,117.2864,117.2864,116.62,115.9536,115.6204,115.6204,114.954,114.954,113.6212,113.6212,113.288,112.2884,112.6216,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,110.9556,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.6236,106.9572,105.6244,105.2912,104.958,104.2916,103.62519999999999,103.292,102.2924,102.2924,101.626,101.2928,100.2932,98.96039999999999,97.96079999999999,97.6276,96.9612,95.9616,94.962,93.6292,92.6296,91.2968,89.2976,88.298,87.9648,86.2988,85.6324,83.6332,81.9672,80.6344,79.6348,78.30199999999999,76.3028,76.3028,74.97,72.9708,71.3048,69.972,68.6392,67.97279999999999,66.3068,64.974,62.3084,60.9756,58.6432,56.977199999999996,55.3112,53.9784,52.3124,50.9796,49.6468,47.3144,44.982,43.6492,41.9832,40.6504,38.9844,37.6516,35.9856,33.986399999999996,32.6536,31.654,30.9876,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.3176,39.984,40.3172,40.9836,40.9836,40.9836,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.6456,53.9784,54.6448,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.641999999999996,62.3084,62.3084,63.308,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,67.6396,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,69.3056,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.6376,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.6388,68.9724,68.306,66.9732,65.6404,64.974,64.3076,64.3076,65.6404,66.3068,67.6396,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,71.3048,71.9712,71.9712,72.6376,74.3036,74.3036,74.97,75.6364,76.636,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,83.6332,84.2996,84.2996,84.966,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,88.298,88.9644,89.6308,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,95.2952,95.2952,95.9616,96.2948,96.2948,96.9612,96.628,97.2944,97.2944,97.6276,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.2924,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.6248,104.958,104.958,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.9564,109.956,109.956,110.9556,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.954,115.6204,116.62,117.2864,118.286,118.9524,119.952,120.9516,121.2848,121.9512,122.2844,122.2844,122.6176,122.6176,122.9508,123.28399999999999,124.6168,125.2832,125.6164,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.2852,119.952,119.2856,119.2856,118.286,118.286,117.9528,117.9528,116.9532,116.9532,116.9532,116.9532,116.62,116.62,115.9536,114.954,112.95479999999999,112.95479999999999,112.2884,110.2892,109.956,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,107.9568,108.9564,108.9564,109.6228,109.956,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.6244,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.626,101.626,101.626,101.626,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.2936,99.2936,99.96,99.96,100.2932,99.96,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,98.6272,98.96039999999999,100.2932,101.2928,102.2924,104.2916,106.624,107.9568,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,111.622,110.9556,110.6224,109.956,108.9564,107.9568,106.9572,106.9572,106.9572,107.6236,109.2896,110.2892,110.9556,111.622,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,112.95479999999999,113.288,113.6212,114.2876,114.2876,113.288,112.6216,112.2884,110.9556,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,107.9568,107.6236,107.6236,106.9572,105.9576,105.6244,105.6244,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,104.958,103.9584,103.9584,103.62519999999999,103.9584,104.958,106.9572,109.6228,110.9556,113.288,114.2876,115.2872,116.62,117.2864,117.6196,117.6196,117.6196,118.286,118.9524,118.9524,118.286,118.9524,118.9524,118.286,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.6188,119.6188,118.286,117.6196,117.2864,117.2864,116.62,115.6204,114.6208,113.6212,113.288,113.288,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,112.95479999999999,111.622,110.2892,109.2896,108.6232,108.9564,108.9564,109.2896,109.956,110.6224,110.9556,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.2892,109.2896,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,102.2924,101.2928,101.2928,100.6264,100.6264],[115.6204,115.6204,115.9536,115.9536,116.2868,115.2872,113.6212,112.2884,111.622,109.956,108.28999999999999,105.9576,103.292,98.96039999999999,95.9616,93.29599999999999,90.2972,88.298,86.9652,85.9656,85.9656,85.9656,86.632,87.9648,87.9648,88.298,88.9644,89.6308,90.2972,90.6304,91.2968,91.63,92.6296,94.2956,95.9616,96.2948,96.2948,96.2948,95.2952,94.2956,94.2956,93.6292,93.6292,93.29599999999999,92.6296,91.63,91.63,91.2968,90.6304,90.2972,90.2972,89.6308,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.9644,89.6308,90.2972,91.2968,92.2964,92.6296,93.29599999999999,93.6292,93.6292,94.2956,94.962,95.6284,95.6284,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,96.628,97.6276,98.294,98.96039999999999,99.96,100.6264,101.2928,101.2928,102.6256,103.292,103.62519999999999,104.2916,105.6244,106.2908,107.6236,107.6236,108.28999999999999,109.2896,110.6224,110.9556,112.95479999999999,113.288,114.954,115.2872,115.6204,116.2868,116.62,115.9536,114.954,114.2876,114.2876,113.6212,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,111.2888,110.9556,110.9556,110.9556,111.622,110.9556,110.9556,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.6224,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.2904,106.9572,106.2908,105.6244,105.2912,104.958,104.2916,103.62519999999999,103.292,102.2924,102.2924,101.626,101.2928,100.2932,98.96039999999999,98.294,97.6276,97.6276,95.9616,95.2952,93.9624,92.9628,91.63,90.6304,89.6308,88.298,87.9648,85.9656,84.966,82.96679999999999,81.9672,81.3008,79.968,79.3016,77.9688,77.3024,75.6364,73.63719999999999,71.9712,71.3048,69.972,68.6392,67.3064,65.9736,64.3076,61.641999999999996,59.6428,57.9768,56.3108,54.6448,53.312,51.646,50.3132,48.314,46.647999999999996,44.982,43.6492,41.9832,40.6504,39.3176,37.6516,35.9856,33.986399999999996,32.3204,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.6508,40.3172,40.3172,40.3172,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.9792,52.6456,53.9784,54.6448,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.974,65.6404,66.9732,67.6396,67.6396,66.9732,66.3068,66.3068,65.6404,66.3068,66.9732,66.9732,67.6396,68.9724,69.6388,70.3052,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.6388,68.9724,68.306,66.9732,66.3068,64.974,64.3076,64.3076,64.974,65.6404,66.9732,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,75.9696,76.636,77.3024,78.30199999999999,79.6348,80.3012,80.9676,80.9676,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,84.2996,84.966,85.2992,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.9644,88.9644,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,96.2948,96.628,96.628,97.2944,97.6276,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.954,115.6204,116.62,117.2864,118.286,118.9524,119.952,120.9516,121.2848,121.9512,122.2844,122.2844,122.6176,122.6176,122.9508,123.28399999999999,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,124.6168,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.2852,119.952,119.2856,119.2856,118.286,118.286,117.9528,117.9528,116.9532,116.9532,116.9532,116.9532,115.9536,115.9536,115.9536,114.2876,112.95479999999999,112.95479999999999,111.9552,110.2892,109.956,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,107.6236,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,101.626,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,98.6272,98.96039999999999,100.2932,101.2928,102.2924,104.2916,106.624,107.9568,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,111.622,110.9556,109.956,109.2896,108.28999999999999,107.2904,105.9576,105.9576,106.2908,106.9572,108.9564,109.956,110.6224,111.622,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,112.95479999999999,113.288,113.6212,114.2876,114.2876,113.288,112.6216,111.9552,111.2888,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,107.9568,107.9568,107.6236,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,103.62519999999999,103.292,103.292,103.292,104.958,106.9572,109.6228,110.9556,113.288,114.2876,115.2872,116.62,117.2864,117.2864,117.2864,117.6196,117.9528,118.286,118.286,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,118.286,117.6196,117.2864,117.2864,116.62,115.9536,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,115.2872,115.2872,114.954,113.288,111.622,109.6228,108.6232,107.9568,107.9568,107.9568,108.9564,109.2896,110.6224,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.6224,109.956,108.9564,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928],[115.6204,116.2868,115.9536,116.2868,116.2868,115.6204,114.2876,113.288,111.622,110.2892,108.9564,105.2912,102.6256,98.96039999999999,95.6284,92.6296,89.964,87.6316,86.632,84.966,84.966,84.966,85.6324,85.9656,86.632,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.2972,91.2968,92.2964,93.9624,95.6284,96.2948,96.2948,95.9616,95.2952,94.2956,93.9624,93.6292,93.6292,92.6296,91.63,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,88.298,89.2976,90.2972,90.6304,92.2964,92.6296,93.29599999999999,93.6292,93.6292,94.2956,94.962,95.6284,95.6284,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,96.628,97.6276,97.6276,98.96039999999999,99.6268,100.6264,101.2928,101.2928,102.6256,103.292,103.62519999999999,104.2916,105.6244,105.6244,106.9572,107.6236,108.28999999999999,108.9564,109.956,110.6224,112.2884,112.95479999999999,114.2876,114.954,114.954,115.2872,115.2872,115.2872,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,109.956,110.2892,109.956,110.6224,110.6224,110.6224,110.6224,110.2892,110.9556,110.9556,110.2892,110.2892,109.956,109.956,108.9564,108.28999999999999,107.6236,106.9572,106.9572,106.9572,105.6244,105.2912,104.958,104.2916,103.62519999999999,103.292,102.6256,102.2924,101.626,101.2928,100.6264,99.6268,98.96039999999999,98.294,97.6276,97.6276,96.628,95.2952,94.6288,93.6292,92.6296,91.63,90.2972,89.964,88.298,87.2984,85.9656,84.966,84.2996,82.96679999999999,82.3004,80.9676,80.3012,79.6348,77.9688,76.3028,74.97,73.63719999999999,72.9708,71.638,70.3052,68.9724,67.3064,64.974,62.9748,60.9756,59.6428,57.9768,56.3108,54.6448,53.312,50.9796,49.6468,48.314,46.647999999999996,44.982,43.6492,42.3164,39.984,38.318,36.3188,33.986399999999996,32.6536,31.654,30.3212,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,40.3172,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,47.3144,48.314,48.980399999999996,49.6468,50.6464,51.9792,52.6456,53.9784,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,62.3084,62.3084,63.308,63.308,64.3076,64.974,65.6404,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.9724,68.306,67.6396,66.9732,65.6404,64.974,63.6412,63.6412,64.3076,64.974,66.3068,66.9732,66.9732,67.6396,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.6392,68.6392,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.972,70.6384,70.6384,71.3048,72.3044,72.9708,72.9708,73.63719999999999,75.3032,75.9696,76.636,77.3024,78.30199999999999,79.6348,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.634,82.96679999999999,83.6332,84.6328,85.2992,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.9644,88.9644,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.2944,97.6276,97.6276,98.294,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,101.2928,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,107.9568,108.28999999999999,108.9564,109.2896,110.2892,110.9556,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.954,115.6204,116.62,117.2864,118.286,118.9524,119.952,120.9516,121.2848,121.9512,122.2844,122.2844,122.2844,122.6176,122.9508,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.2852,119.952,119.2856,119.2856,118.286,118.286,117.9528,117.9528,116.9532,116.9532,116.9532,116.9532,115.9536,115.9536,115.6204,114.2876,112.95479999999999,112.2884,111.622,110.2892,109.956,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.2904,107.9568,107.9568,108.9564,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,106.2908,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.2928,100.6264,100.2932,100.2932,99.6268,99.6268,99.2936,98.294,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,98.6272,98.96039999999999,100.2932,101.2928,102.2924,104.2916,106.624,107.9568,109.2896,109.2896,110.2892,110.9556,110.9556,111.2888,110.9556,110.9556,109.956,108.9564,107.2904,106.2908,104.958,104.6248,104.958,105.9576,106.9572,108.9564,109.956,110.9556,112.2884,113.288,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,113.288,112.95479999999999,111.9552,111.2888,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,106.624,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,104.6248,103.9584,103.292,103.292,102.6256,103.292,104.958,106.9572,109.6228,111.622,113.95439999999999,114.2876,115.2872,116.2868,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,118.286,117.9528,117.9528,117.9528,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,118.9524,117.9528,117.6196,117.6196,117.2864,116.62,115.9536,114.2876,113.6212,113.288,113.6212,113.6212,114.2876,115.2872,115.2872,115.9536,115.9536,115.2872,114.954,114.2876,112.2884,110.6224,108.9564,107.9568,107.2904,107.6236,107.6236,108.9564,109.2896,110.6224,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.2892,109.2896,107.9568,107.9568,106.9572,106.9572,106.2908,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928],[115.6204,115.9536,115.9536,116.62,116.62,115.9536,114.6208,113.288,111.2888,109.6228,108.28999999999999,105.2912,101.626,98.294,94.962,92.2964,88.9644,87.2984,85.2992,83.6332,83.6332,84.2996,84.2996,84.6328,84.6328,85.2992,85.6324,86.632,88.298,89.2976,90.2972,90.6304,92.2964,93.6292,94.6288,95.2952,95.2952,95.2952,94.2956,93.6292,93.6292,92.6296,92.6296,92.2964,91.63,90.2972,90.2972,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.2984,87.9648,88.298,89.2976,89.964,90.6304,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.9632,91.9632,91.9632,92.6296,93.6292,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,95.6284,96.2948,96.9612,97.6276,98.294,99.6268,99.96,101.2928,101.2928,102.2924,102.6256,103.62519999999999,104.2916,105.2912,105.9576,106.624,107.2904,107.6236,108.28999999999999,109.2896,109.956,111.2888,112.2884,113.288,113.95439999999999,114.2876,114.2876,114.2876,113.6212,113.288,113.288,112.2884,111.622,111.622,111.2888,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,108.6232,109.2896,109.2896,109.2896,109.2896,109.6228,109.6228,109.2896,109.2896,108.6232,108.6232,107.9568,107.6236,106.9572,105.9576,105.9576,105.9576,105.6244,104.958,103.62519999999999,102.9588,102.6256,102.6256,101.9592,101.2928,101.2928,101.2928,100.6264,99.6268,98.96039999999999,97.96079999999999,97.6276,96.628,96.2948,95.6284,95.2952,93.29599999999999,92.9628,92.2964,91.2968,90.6304,89.964,89.2976,88.298,86.632,86.2988,85.6324,84.2996,84.2996,83.6332,82.3004,80.9676,78.9684,77.6356,76.3028,75.6364,74.97,74.3036,72.3044,69.972,67.97279999999999,66.64,64.974,63.6412,61.641999999999996,59.976,58.31,56.3108,54.978,53.6452,52.3124,50.3132,48.980399999999996,46.647999999999996,45.6484,42.9828,40.6504,38.318,36.652,34.6528,32.6536,31.9872,31.3208,30.6544,29.988,29.3216,28.322,28.322,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.988,30.6544,31.3208,31.9872,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.984,40.6504,40.9836,41.65,41.65,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.6484,45.6484,46.3148,46.9812,47.6476,49.6468,50.3132,51.646,52.3124,53.312,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.3076,64.3076,62.6416,61.9752,61.641999999999996,62.3084,63.308,63.9744,64.974,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,66.3068,65.3072,63.9744,62.6416,61.9752,62.6416,62.6416,63.9744,63.9744,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.972,69.972,69.972,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.634,82.96679999999999,83.6332,84.6328,85.2992,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.9644,88.9644,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.6276,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.956,110.2892,110.6224,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,114.954,115.6204,116.62,117.2864,118.286,119.2856,119.952,120.9516,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,122.6176,122.6176,121.9512,121.9512,121.2848,121.2848,120.2852,119.952,119.2856,119.2856,118.286,118.286,117.9528,117.9528,117.6196,117.6196,116.9532,116.9532,115.9536,115.9536,115.6204,114.2876,112.95479999999999,112.2884,110.6224,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,104.958,104.958,106.2908,106.9572,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.2908,105.6244,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,100.2932,101.2928,102.2924,104.2916,106.624,107.9568,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.6224,110.6224,109.2896,108.28999999999999,106.624,104.958,103.9584,103.62519999999999,103.9584,104.6248,105.9576,106.9572,108.28999999999999,109.956,111.622,112.2884,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.6212,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,110.6224,109.6228,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,107.9568,107.9568,107.6236,107.6236,106.624,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.2924,102.2924,102.2924,103.9584,106.2908,109.2896,111.622,113.95439999999999,114.2876,114.954,115.9536,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,116.9532,116.9532,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,117.9528,117.6196,117.6196,117.6196,117.2864,115.9536,114.6208,113.288,112.95479999999999,113.6212,113.6212,114.954,115.2872,115.9536,115.6204,115.6204,115.2872,114.6208,113.288,111.622,109.6228,108.6232,106.9572,106.624,106.624,106.624,107.6236,107.9568,109.956,110.2892,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.6224,109.956,108.6232,107.6236,106.9572,105.9576,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626],[114.954,115.2872,115.9536,115.9536,116.62,115.2872,113.95439999999999,112.6216,110.2892,108.9564,107.2904,104.6248,101.626,97.6276,94.2956,91.2968,88.298,85.9656,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.9656,87.2984,88.298,89.2976,90.6304,91.9632,93.29599999999999,94.6288,95.2952,95.2952,94.6288,93.9624,92.6296,92.6296,91.63,91.63,91.2968,90.2972,89.964,89.964,89.2976,88.9644,88.298,88.298,87.9648,87.6316,86.9652,87.2984,87.2984,87.2984,87.9648,88.63119999999999,89.964,90.2972,91.63,92.6296,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.9632,91.9632,91.9632,91.9632,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,95.6284,96.2948,96.9612,97.6276,98.294,99.6268,99.96,101.2928,101.2928,102.2924,102.6256,103.62519999999999,104.2916,105.2912,105.9576,106.624,106.624,107.6236,107.9568,108.9564,109.2896,110.9556,111.622,112.95479999999999,113.288,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.9556,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,105.9576,105.6244,105.6244,105.2912,104.958,103.62519999999999,102.9588,102.6256,101.9592,101.9592,101.9592,101.2928,100.9596,100.6264,100.2932,98.96039999999999,98.96039999999999,97.96079999999999,97.6276,96.628,96.9612,96.2948,95.2952,93.9624,93.29599999999999,92.9628,92.2964,91.63,90.6304,89.964,89.2976,88.298,87.2984,87.2984,86.9652,86.2988,85.6324,84.966,83.3,81.634,80.3012,79.3016,78.6352,77.6356,76.3028,74.3036,72.9708,70.6384,68.6392,67.3064,65.9736,64.3076,63.308,61.3088,58.9764,57.6436,56.3108,54.978,52.9788,51.646,50.3132,47.6476,45.6484,42.9828,40.6504,37.9848,36.652,33.986399999999996,33.32,32.6536,31.3208,30.6544,29.988,28.9884,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.988,29.988,30.6544,31.3208,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.3176,39.984,39.984,40.9836,40.9836,41.65,41.65,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.982,45.6484,46.3148,46.9812,48.980399999999996,49.6468,50.9796,50.9796,51.9792,51.9792,52.6456,53.312,54.3116,54.978,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,60.3092,60.9756,61.641999999999996,62.3084,63.6412,64.3076,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.3064,67.3064,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,64.6408,63.9744,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.97279999999999,67.97279999999999,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.3056,68.6392,68.6392,69.3056,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,78.30199999999999,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,81.3008,82.3004,83.6332,84.2996,85.2992,86.2988,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,112.2884,112.6216,113.6212,114.954,115.6204,115.6204,116.62,117.2864,118.286,119.2856,119.952,120.9516,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,126.2828,126.9492,127.2824,127.6156,126.9492,126.2828,125.2832,125.6164,125.6164,125.2832,124.6168,123.28399999999999,123.28399999999999,122.6176,122.6176,121.9512,121.9512,121.2848,121.2848,120.2852,119.952,119.2856,119.2856,118.286,118.286,117.9528,117.9528,117.6196,117.6196,116.9532,116.9532,115.9536,115.6204,114.954,113.6212,112.2884,111.622,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,104.958,104.958,106.2908,106.2908,107.6236,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.2904,107.2904,107.2904,106.624,106.624,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.9576,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,101.626,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,98.96039999999999,98.6272,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,100.2932,101.2928,102.2924,103.62519999999999,105.9576,107.6236,108.9564,109.2896,109.2896,109.2896,109.956,109.956,110.2892,109.956,108.28999999999999,107.2904,105.9576,104.6248,102.6256,102.6256,102.6256,103.62519999999999,104.958,106.2908,107.6236,108.6232,110.6224,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,110.6224,109.6228,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,107.9568,107.9568,107.6236,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.2916,103.62519999999999,103.292,103.292,102.2924,101.626,101.626,102.2924,103.9584,106.2908,109.2896,110.9556,113.288,114.2876,114.954,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.9532,116.9532,116.9532,116.9532,117.6196,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,117.9528,117.6196,118.286,117.6196,117.2864,115.9536,114.6208,113.288,112.95479999999999,113.6212,114.2876,114.954,115.2872,115.9536,115.6204,115.6204,115.2872,114.6208,113.288,110.6224,108.6232,107.2904,105.9576,105.6244,105.2912,105.6244,106.9572,107.6236,109.2896,109.956,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.6224,108.9564,107.6236,106.9572,105.9576,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626],[113.95439999999999,114.6208,114.954,115.2872,115.2872,114.6208,113.288,111.622,109.6228,108.28999999999999,106.2908,102.6256,100.9596,96.9612,93.6292,90.2972,87.2984,85.2992,83.6332,82.6336,82.6336,82.6336,81.9672,82.3004,82.96679999999999,83.6332,84.966,85.9656,87.2984,88.298,88.63119999999999,89.964,91.2968,92.2964,93.9624,94.6288,94.6288,94.6288,93.6292,92.6296,91.9632,91.2968,91.2968,90.2972,90.2972,89.2976,89.2976,88.63119999999999,88.298,87.2984,87.2984,86.632,86.632,85.9656,86.9652,86.9652,87.2984,87.9648,88.63119999999999,89.2976,90.2972,91.63,92.6296,92.9628,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.9632,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,95.6284,96.2948,96.9612,97.6276,98.294,99.6268,99.96,101.2928,101.2928,102.2924,102.6256,103.62519999999999,104.2916,105.2912,105.9576,106.624,106.624,106.9572,108.28999999999999,108.9564,109.6228,110.6224,111.2888,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,109.956,109.2896,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,104.958,104.6248,104.2916,103.62519999999999,102.9588,102.6256,101.9592,101.9592,101.626,100.9596,100.2932,100.6264,100.2932,98.96039999999999,98.6272,97.96079999999999,97.6276,96.628,96.628,96.2948,95.2952,94.6288,93.9624,93.6292,92.6296,91.63,91.63,91.2968,90.2972,89.6308,88.63119999999999,88.298,87.6316,87.2984,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.96679999999999,81.634,79.968,78.6352,76.3028,74.97,72.9708,70.6384,69.3056,67.97279999999999,66.64,65.6404,63.9744,61.9752,59.6428,58.31,56.977199999999996,54.978,53.6452,52.3124,49.6468,47.6476,44.315599999999996,42.3164,39.6508,38.318,36.652,35.3192,33.986399999999996,32.6536,31.3208,30.6544,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.3216,29.988,30.6544,31.3208,31.9872,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,39.984,40.9836,40.9836,41.65,41.65,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,44.315599999999996,44.982,45.6484,46.3148,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.9788,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.9736,65.9736,65.9736,65.9736,66.64,65.9736,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,64.6408,63.308,61.9752,61.3088,61.3088,61.9752,61.9752,62.6416,63.6412,63.6412,63.6412,64.3076,65.6404,66.3068,66.3068,66.9732,67.3064,67.3064,67.6396,67.6396,68.306,68.306,68.306,68.306,68.6392,67.97279999999999,67.97279999999999,68.6392,69.972,70.6384,70.6384,71.3048,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,88.9644,89.2976,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,96.2948,95.6284,96.2948,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.9596,101.2928,101.2928,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.954,115.6204,115.6204,116.62,117.2864,118.286,119.2856,119.952,120.9516,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.9496,126.616,127.9488,128.6152,127.9488,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,124.28359999999999,123.28399999999999,122.9508,122.6176,121.9512,121.9512,121.2848,121.2848,121.2848,120.2852,119.952,119.2856,119.2856,118.286,118.286,117.9528,117.9528,117.6196,117.6196,116.9532,116.9532,115.9536,115.6204,114.6208,113.288,111.622,111.2888,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,106.2908,106.2908,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,106.9572,106.9572,106.624,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.626,101.626,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.6276,96.9612,96.9612,96.9612,97.6276,97.6276,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,100.2932,101.2928,102.2924,103.62519999999999,105.9576,107.6236,108.9564,108.9564,108.9564,109.2896,109.956,109.956,109.956,109.2896,107.9568,106.9572,105.2912,103.9584,101.9592,101.9592,101.9592,102.6256,103.62519999999999,105.2912,106.624,107.9568,109.956,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.2888,110.6224,109.6228,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,107.9568,107.9568,107.6236,106.9572,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,102.6256,101.626,101.2928,101.2928,101.626,103.62519999999999,105.9576,108.9564,110.9556,113.288,113.95439999999999,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.9532,116.9532,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.2864,115.9536,113.95439999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,115.2872,115.2872,115.6204,115.6204,114.954,114.2876,112.95479999999999,109.956,107.6236,106.624,105.6244,104.958,104.6248,105.2912,106.624,106.9572,108.9564,109.2896,110.9556,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.6224,109.2896,107.9568,106.9572,105.9576,105.6244,104.958,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,102.9588,102.9588,102.9588,102.9588,102.9588,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924],[112.6216,112.6216,113.288,113.288,113.288,112.2884,111.2888,110.6224,108.9564,106.9572,104.6248,100.6264,98.96039999999999,95.9616,92.2964,89.964,86.632,84.966,83.6332,82.6336,82.6336,82.6336,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.9656,87.2984,88.298,89.2976,90.2972,92.2964,93.9624,94.6288,94.6288,93.9624,93.6292,91.9632,91.63,90.6304,90.6304,89.6308,89.6308,88.63119999999999,88.63119999999999,87.9648,87.2984,85.9656,85.9656,86.2988,85.9656,85.9656,86.2988,86.9652,87.2984,87.9648,88.63119999999999,89.2976,89.964,91.63,92.6296,92.6296,93.6292,93.9624,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,91.9632,91.9632,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,97.2944,97.96079999999999,98.96039999999999,99.6268,101.2928,101.9592,102.2924,102.6256,103.62519999999999,103.62519999999999,104.6248,105.6244,105.9576,106.624,106.9572,108.28999999999999,108.9564,109.6228,110.6224,111.2888,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,109.956,109.2896,108.9564,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,104.958,104.958,104.6248,104.2916,102.9588,102.6256,101.9592,101.2928,101.626,101.2928,100.2932,100.2932,100.2932,99.6268,98.6272,98.6272,97.6276,97.2944,96.9612,95.9616,95.6284,95.6284,95.2952,93.9624,93.6292,92.9628,91.9632,91.63,91.2968,91.2968,90.6304,89.6308,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,86.632,85.6324,84.966,83.6332,82.3004,80.6344,79.3016,76.636,74.3036,72.9708,70.6384,69.972,68.6392,67.97279999999999,66.3068,64.6408,62.3084,60.9756,58.9764,56.977199999999996,55.6444,54.3116,51.646,48.980399999999996,46.647999999999996,44.6488,41.9832,40.6504,38.9844,37.9848,35.3192,33.986399999999996,32.6536,31.3208,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.3216,29.3216,29.988,30.6544,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,40.3172,40.9836,40.9836,41.65,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.6492,44.315599999999996,44.982,45.6484,47.3144,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,52.3124,52.9788,53.6452,53.6452,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,57.6436,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,63.9744,63.308,61.9752,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,63.6412,64.974,65.6404,65.6404,66.3068,66.64,67.3064,66.9732,67.6396,67.6396,68.306,68.306,68.306,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,81.9672,82.6336,83.3,83.3,83.6332,84.966,84.966,85.6324,86.2988,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,96.9612,96.628,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.9596,101.2928,101.2928,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.954,115.6204,115.6204,116.62,117.2864,118.286,118.286,119.2856,119.952,120.9516,121.2848,121.9512,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.6164,126.616,127.9488,128.6152,127.9488,127.9488,126.9492,126.2828,125.6164,125.6164,125.2832,123.9504,123.28399999999999,122.2844,121.9512,121.2848,121.2848,121.2848,121.2848,120.9516,119.952,119.952,119.2856,118.9524,118.286,118.286,117.9528,117.9528,117.6196,117.6196,116.9532,116.9532,115.9536,115.6204,114.6208,112.95479999999999,111.622,110.9556,109.956,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,106.9572,106.9572,106.2908,105.9576,105.9576,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.2904,106.9572,106.9572,106.624,106.624,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.626,101.626,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.6276,96.628,96.628,96.628,96.628,97.6276,97.6276,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,101.2928,102.2924,103.62519999999999,105.9576,106.9572,108.28999999999999,108.9564,108.9564,109.2896,109.956,109.956,109.956,109.2896,107.9568,106.2908,103.9584,102.6256,101.626,101.2928,101.2928,101.626,102.6256,103.62519999999999,105.2912,106.624,108.28999999999999,110.2892,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.6224,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,108.9564,107.9568,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,102.6256,101.626,101.2928,101.2928,101.626,103.62519999999999,105.9576,108.28999999999999,110.9556,112.6216,113.95439999999999,114.2876,114.954,114.6208,114.6208,114.6208,114.6208,114.954,114.954,115.6204,115.9536,116.2868,116.62,116.9532,116.9532,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.286,118.286,117.9528,116.62,115.2872,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.6208,115.2872,115.2872,115.2872,114.954,114.2876,112.95479999999999,111.2888,108.9564,107.2904,105.9576,104.958,104.6248,104.6248,104.958,105.9576,106.9572,107.9568,109.2896,110.2892,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.6224,109.2896,108.28999999999999,106.9572,105.9576,105.6244,104.958,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.2928,101.2928,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924],[110.2892,110.2892,110.2892,110.2892,109.956,109.956,108.9564,108.28999999999999,106.9572,104.6248,102.2924,98.96039999999999,96.2948,93.6292,90.6304,87.9648,85.9656,84.966,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,82.3004,82.96679999999999,83.9664,84.6328,85.9656,87.2984,88.298,89.2976,90.2972,91.63,93.6292,93.9624,93.9624,93.9624,92.9628,91.9632,90.6304,89.964,89.964,88.63119999999999,88.298,87.9648,87.2984,86.632,85.2992,84.6328,84.6328,84.966,85.6324,85.6324,85.9656,86.2988,87.2984,87.9648,88.63119999999999,89.2976,90.2972,91.2968,92.2964,92.6296,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.9616,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,92.9628,92.9628,93.29599999999999,92.9628,92.2964,92.2964,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,94.6288,94.962,94.962,95.6284,97.6276,97.96079999999999,98.96039999999999,99.6268,101.2928,101.9592,102.2924,103.292,103.292,103.62519999999999,104.6248,105.6244,106.2908,106.9572,107.9568,108.28999999999999,109.6228,110.2892,111.622,112.2884,112.6216,112.95479999999999,113.6212,113.6212,113.288,113.288,112.6216,111.2888,110.2892,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.2912,104.6248,103.9584,103.62519999999999,103.62519999999999,102.9588,102.6256,101.9592,101.2928,101.2928,101.2928,100.2932,100.2932,99.6268,99.6268,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.6284,95.6284,94.6288,93.29599999999999,92.9628,92.2964,91.63,91.63,91.2968,91.2968,91.2968,90.6304,90.6304,90.2972,89.6308,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.2988,84.966,82.96679999999999,81.634,79.968,78.6352,75.6364,73.63719999999999,72.9708,71.638,70.6384,69.972,68.306,66.3068,64.6408,63.308,61.3088,59.309599999999996,57.3104,55.6444,53.312,51.3128,48.314,46.647999999999996,43.9824,42.6496,41.3168,39.3176,37.3184,35.9856,33.32,31.9872,30.6544,29.988,29.988,29.988,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.9868,33.6532,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,45.6484,46.3148,47.6476,48.314,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,53.312,53.9784,54.6448,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.31,57.9768,57.9768,57.9768,57.3104,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.641999999999996,61.641999999999996,62.3084,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,65.3072,66.3068,66.3068,66.9732,66.64,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,82.6336,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,86.2988,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,94.6288,94.6288,95.2952,95.6284,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.954,115.6204,115.6204,116.62,117.2864,117.9528,118.286,118.9524,119.6188,119.952,120.6184,120.6184,120.6184,121.9512,121.9512,122.9508,123.28399999999999,123.9504,123.9504,124.95,124.95,125.6164,126.2828,127.9488,128.6152,129.2816,128.6152,128.282,127.6156,126.2828,125.6164,124.6168,123.9504,122.6176,121.9512,120.9516,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,118.9524,118.9524,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.9532,116.9532,115.9536,115.6204,114.6208,113.288,111.622,110.9556,109.956,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,107.2904,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.6232,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,103.292,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,96.9612,96.628,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.6264,101.2928,102.2924,103.62519999999999,105.6244,106.9572,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.2896,109.2896,107.9568,106.9572,105.6244,103.9584,102.6256,101.626,101.2928,100.6264,101.2928,101.626,102.6256,104.2916,105.6244,107.9568,109.2896,110.9556,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.6224,109.956,109.956,109.956,109.956,109.956,108.6232,108.6232,108.28999999999999,107.6236,107.6236,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,101.2928,100.6264,100.2932,100.6264,103.292,105.6244,108.28999999999999,110.2892,112.6216,113.95439999999999,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.9536,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.286,117.9528,117.6196,116.9532,115.6204,114.2876,112.95479999999999,111.9552,111.9552,112.2884,113.6212,114.6208,114.6208,114.6208,114.2876,113.6212,113.288,112.2884,110.2892,108.6232,106.624,105.2912,104.2916,103.62519999999999,104.6248,104.6248,105.6244,106.624,107.6236,108.28999999999999,109.6228,110.6224,111.2888,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,110.6224,109.6228,108.28999999999999,106.9572,105.6244,105.6244,104.958,104.958,103.9584,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924],[107.9568,107.6236,107.6236,107.6236,107.6236,106.624,106.2908,105.6244,104.2916,101.9592,99.96,96.9612,93.29599999999999,91.2968,88.9644,86.9652,84.966,83.6332,83.3,82.6336,81.9672,81.9672,81.9672,81.9672,82.3004,82.96679999999999,83.9664,84.6328,85.9656,86.632,87.9648,89.2976,90.2972,91.63,93.29599999999999,93.9624,93.9624,93.6292,91.9632,91.2968,89.964,89.6308,89.2976,87.9648,87.2984,86.9652,85.9656,85.2992,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.9656,86.9652,87.2984,88.298,89.2976,90.2972,90.6304,91.9632,92.6296,93.29599999999999,93.6292,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.962,95.6284,96.9612,97.2944,98.6272,99.6268,101.2928,101.9592,102.2924,102.6256,103.292,103.62519999999999,104.6248,105.6244,106.2908,106.9572,107.9568,108.9564,110.2892,110.9556,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.95439999999999,113.288,113.288,112.2884,111.2888,110.2892,108.9564,107.9568,107.6236,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,102.6256,101.9592,101.2928,100.9596,101.2928,100.2932,100.2932,99.2936,99.2936,98.96039999999999,97.96079999999999,97.2944,96.9612,96.628,96.2948,95.6284,95.6284,95.2952,93.9624,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,89.964,89.2976,88.63119999999999,88.298,88.298,87.2984,86.2988,84.2996,82.3004,80.6344,79.3016,76.3028,74.97,73.63719999999999,72.9708,71.9712,71.3048,69.6388,68.306,66.3068,64.974,62.6416,60.6424,58.6432,56.644,54.978,52.6456,50.6464,48.314,46.3148,43.9824,42.6496,40.3172,38.9844,36.652,33.986399999999996,31.9872,30.6544,29.988,29.988,29.988,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,31.654,32.3204,32.9868,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,36.652,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.982,45.6484,46.9812,47.6476,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.3104,56.644,56.644,56.644,56.3108,56.3108,56.3108,56.977199999999996,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.3092,60.3092,60.9756,61.641999999999996,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,65.6404,65.6404,65.9736,65.9736,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,69.972,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,83.6332,83.6332,83.6332,84.2996,84.966,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,87.2984,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,94.6288,95.2952,96.2948,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,114.2876,114.954,115.6204,115.6204,116.62,116.62,117.6196,117.9528,118.9524,118.9524,119.6188,119.952,120.6184,120.6184,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.9504,124.95,124.95,125.2832,126.2828,127.9488,128.6152,129.2816,128.6152,128.282,127.6156,126.2828,125.6164,124.6168,123.9504,122.6176,121.9512,120.9516,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.9532,116.9532,115.9536,115.6204,114.6208,113.288,111.622,110.9556,109.956,108.9564,108.9564,108.28999999999999,107.9568,107.9568,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,107.9568,107.9568,108.28999999999999,108.9564,109.6228,109.6228,109.6228,108.9564,108.6232,108.6232,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,103.292,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.9612,96.628,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,101.626,103.292,105.2912,106.9572,107.9568,107.9568,108.9564,109.2896,109.2896,109.2896,108.6232,107.9568,106.2908,104.6248,103.292,101.626,100.6264,100.6264,100.2932,100.2932,101.2928,102.2924,103.292,104.6248,106.624,108.28999999999999,109.956,111.2888,111.2888,111.2888,111.622,111.622,111.622,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,108.6232,108.28999999999999,107.6236,107.6236,106.9572,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.626,100.6264,100.6264,100.2932,100.6264,103.292,105.6244,108.28999999999999,109.6228,111.9552,113.288,113.95439999999999,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,116.62,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,118.286,117.6196,116.9532,116.2868,114.6208,112.95479999999999,111.9552,110.9556,111.9552,112.2884,113.288,113.95439999999999,114.2876,114.2876,113.95439999999999,113.288,112.2884,111.2888,109.6228,107.6236,105.9576,105.2912,104.2916,103.62519999999999,103.62519999999999,103.9584,105.2912,106.2908,107.2904,108.28999999999999,109.6228,110.6224,111.2888,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,110.6224,109.956,108.28999999999999,107.6236,106.2908,105.6244,105.6244,104.958,104.2916,103.9584,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924],[105.6244,105.2912,105.2912,105.2912,104.6248,104.2916,103.292,102.2924,101.2928,99.2936,96.2948,93.29599999999999,90.6304,88.298,86.2988,84.966,84.2996,83.3,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,81.634,82.96679999999999,83.6332,84.6328,85.9656,86.632,87.9648,88.63119999999999,89.964,91.2968,92.2964,92.9628,92.9628,92.2964,91.2968,90.6304,89.2976,88.9644,88.298,87.2984,87.2984,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,86.9652,87.2984,88.298,89.2976,90.2972,90.6304,91.9632,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,92.9628,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.2968,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.962,96.628,97.2944,98.6272,98.96039999999999,100.6264,101.2928,102.2924,102.6256,103.292,103.62519999999999,104.6248,105.6244,106.2908,106.9572,107.9568,109.6228,110.9556,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,113.95439999999999,113.288,113.288,112.2884,111.2888,110.2892,108.6232,107.9568,107.6236,106.624,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,101.9592,101.2928,100.9596,100.6264,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.2944,96.9612,96.2948,95.9616,95.6284,95.2952,95.2952,94.6288,93.29599999999999,92.9628,92.2964,91.63,91.63,91.2968,91.2968,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,88.9644,88.298,88.298,87.2984,86.2988,84.966,82.96679999999999,81.634,79.3016,76.9692,75.6364,74.3036,73.63719999999999,73.304,71.9712,70.9716,69.6388,67.6396,66.3068,63.9744,62.6416,60.6424,57.9768,55.6444,54.3116,51.9792,49.6468,46.9812,45.3152,43.316,41.65,39.6508,37.9848,34.6528,32.6536,31.3208,30.6544,30.6544,30.6544,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,31.654,32.3204,32.9868,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,53.9784,54.6448,55.3112,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,55.9776,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.641999999999996,62.3084,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,64.6408,65.3072,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.972,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.9696,76.636,76.636,76.636,77.3024,78.30199999999999,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.634,81.634,81.634,81.634,80.9676,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.6324,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.9636,90.9636,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.9624,94.6288,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,99.2936,99.6268,100.2932,100.6264,100.9596,100.9596,100.9596,100.9596,101.2928,101.626,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,108.9564,108.9564,109.2896,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.2876,115.2872,115.6204,115.6204,116.62,116.62,117.6196,117.9528,118.286,118.9524,119.6188,119.952,119.952,120.6184,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,124.28359999999999,124.95,124.95,125.6164,127.6156,128.6152,128.6152,128.6152,128.282,127.6156,126.2828,125.6164,124.6168,123.9504,122.2844,121.9512,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.6196,116.9532,115.9536,115.6204,114.954,113.6212,112.2884,110.9556,110.2892,109.6228,108.9564,108.28999999999999,107.9568,107.9568,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,108.28999999999999,108.28999999999999,108.9564,109.956,110.2892,109.956,109.956,109.956,109.2896,108.9564,108.9564,107.9568,107.9568,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.9612,95.9616,95.9616,95.6284,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,101.626,103.292,105.2912,106.9572,107.9568,107.9568,108.9564,109.2896,109.2896,109.2896,108.6232,107.6236,105.6244,103.9584,102.6256,101.626,100.6264,100.2932,100.2932,100.2932,100.2932,101.2928,102.6256,104.6248,106.2908,107.6236,109.2896,110.2892,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,109.956,109.2896,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.28999999999999,107.6236,107.6236,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,100.6264,100.2932,100.2932,100.6264,102.6256,104.958,107.6236,109.6228,111.9552,112.6216,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,116.9532,116.2868,115.6204,113.6212,112.2884,111.2888,110.9556,111.2888,111.9552,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.288,112.95479999999999,111.622,110.9556,109.6228,107.6236,105.9576,105.2912,104.2916,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,107.2904,108.28999999999999,109.6228,110.6224,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,111.622,111.2888,109.956,109.6228,108.28999999999999,107.9568,107.6236,106.2908,105.9576,105.6244,104.958,104.958,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924],[102.6256,102.6256,102.6256,102.2924,101.626,101.2928,100.2932,99.96,98.294,96.2948,93.29599999999999,91.2968,87.9648,85.6324,83.6332,83.3,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,81.634,81.634,82.96679999999999,83.6332,85.6324,86.632,87.9648,88.298,89.2976,90.6304,91.63,91.63,91.63,90.9636,89.964,89.2976,88.9644,87.9648,87.2984,87.2984,86.2988,85.2992,84.2996,83.6332,82.96679999999999,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,87.2984,87.9648,88.63119999999999,89.2976,90.2972,91.2968,91.9632,92.6296,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.2956,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.2968,90.6304,90.6304,90.2972,90.6304,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.962,95.6284,96.9612,97.96079999999999,98.96039999999999,100.9596,101.2928,102.2924,102.6256,103.292,103.62519999999999,104.6248,105.6244,106.2908,107.6236,108.28999999999999,109.2896,110.9556,112.2884,113.95439999999999,114.2876,114.6208,114.6208,114.954,113.6212,113.288,112.6216,111.622,110.6224,109.956,108.9564,107.6236,106.9572,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.2912,105.2912,104.958,104.958,103.9584,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.9596,100.2932,99.6268,99.2936,99.2936,98.294,98.294,97.6276,96.9612,95.6284,95.9616,95.2952,95.2952,94.6288,94.6288,93.9624,92.9628,92.2964,91.9632,91.2968,91.2968,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.2976,89.2976,89.2976,88.9644,88.298,88.298,87.2984,86.9652,85.6324,84.2996,82.96679999999999,81.634,79.968,78.6352,76.636,75.6364,74.97,73.9704,73.304,72.6376,71.3048,68.9724,67.6396,65.3072,63.9744,61.9752,59.976,57.3104,55.6444,53.312,50.9796,48.314,46.647999999999996,44.6488,42.6496,40.9836,38.6512,35.9856,34.6528,32.6536,31.3208,31.3208,30.6544,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,30.3212,30.9876,30.9876,31.654,32.3204,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,39.3176,39.984,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.315599999999996,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,52.3124,53.312,53.9784,54.6448,54.6448,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.6448,54.6448,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.3104,57.3104,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,60.9756,60.9756,61.641999999999996,62.3084,62.3084,63.308,63.308,63.308,63.308,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,63.6412,64.3076,63.9744,64.6408,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.3032,75.9696,75.9696,76.636,76.636,77.3024,78.30199999999999,78.9684,79.3016,79.968,79.968,79.968,80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,80.3012,80.9676,80.9676,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,87.2984,87.2984,87.2984,87.6316,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.964,89.964,89.964,90.2972,90.2972,90.9636,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.9624,93.9624,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,108.9564,109.2896,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.6208,115.2872,115.6204,115.6204,116.62,116.62,117.6196,117.6196,118.286,118.286,118.9524,119.6188,119.952,119.952,121.2848,121.2848,122.2844,122.2844,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.95,125.6164,127.6156,127.9488,127.9488,127.9488,128.282,127.6156,126.2828,125.6164,124.6168,123.9504,122.2844,121.2848,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,116.62,115.9536,115.6204,114.6208,113.288,111.2888,110.9556,109.956,109.6228,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.956,110.2892,109.956,109.956,109.956,109.2896,108.9564,108.9564,107.9568,107.9568,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,95.9616,95.6284,95.6284,96.2948,96.2948,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,101.626,102.6256,104.6248,106.2908,107.2904,107.9568,108.9564,108.9564,108.6232,108.6232,108.28999999999999,106.9572,105.2912,103.9584,102.6256,101.2928,99.96,99.2936,99.2936,99.2936,99.2936,99.96,100.9596,102.6256,104.6248,105.9576,107.9568,109.2896,109.956,110.6224,109.956,109.956,110.6224,109.956,109.2896,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,107.9568,107.9568,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,103.9584,103.9584,103.292,103.292,102.6256,102.6256,101.626,101.2928,100.2932,100.2932,99.6268,100.2932,102.6256,104.958,107.6236,109.2896,111.622,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.9528,117.6196,116.9532,115.9536,115.6204,113.95439999999999,113.288,111.622,110.9556,110.2892,110.9556,111.2888,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.2884,111.2888,109.956,108.9564,107.6236,105.9576,105.2912,104.2916,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,106.624,108.28999999999999,109.6228,110.6224,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,109.956,109.956,108.6232,107.9568,106.9572,106.2908,105.9576,105.9576,105.6244,105.2912,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924],[98.6272,98.6272,98.6272,98.294,98.294,97.6276,96.9612,95.9616,95.6284,93.6292,91.2968,87.9648,85.6324,82.96679999999999,81.634,81.634,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.968,80.6344,81.634,82.3004,83.6332,84.966,86.632,87.2984,87.9648,88.63119999999999,89.2976,90.6304,90.2972,90.2972,89.6308,88.63119999999999,88.298,88.298,87.2984,86.632,85.6324,84.6328,83.6332,83.6332,82.3004,82.3004,81.3008,81.3008,81.9672,82.6336,83.3,83.3,84.2996,84.966,86.2988,87.2984,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,93.9624,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,92.9628,92.2964,91.2968,90.6304,89.964,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.6292,93.6292,93.6292,94.2956,95.9616,96.9612,97.96079999999999,98.6272,100.2932,101.2928,101.626,102.2924,103.292,103.292,104.2916,105.2912,105.9576,107.2904,107.9568,109.2896,110.2892,111.9552,113.95439999999999,114.2876,114.6208,114.6208,114.2876,113.6212,113.288,112.6216,111.622,110.2892,108.6232,107.9568,106.9572,105.6244,105.2912,104.2916,104.2916,104.2916,104.2916,104.958,104.958,105.6244,105.6244,105.6244,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.2924,101.626,101.2928,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,95.9616,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,91.2968,90.6304,90.6304,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.2984,87.2984,86.9652,85.6324,83.6332,82.3004,81.3008,79.968,79.3016,78.6352,77.3024,76.636,76.3028,75.6364,73.9704,72.6376,71.3048,69.3056,67.6396,65.6404,63.6412,61.3088,59.309599999999996,56.977199999999996,54.978,52.9788,50.9796,48.980399999999996,46.3148,43.9824,41.9832,39.6508,37.3184,35.3192,33.986399999999996,33.32,31.3208,31.3208,30.6544,30.6544,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,31.654,31.654,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.316,43.9824,44.6488,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.9796,52.3124,52.9788,52.9788,53.6452,54.978,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,62.6416,63.308,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.9676,80.9676,80.9676,80.9676,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.966,85.6324,85.9656,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,88.9644,88.9644,88.63119999999999,89.2976,89.964,90.2972,90.6304,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,93.6292,93.6292,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,96.9612,97.2944,97.6276,98.294,98.96039999999999,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.2924,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,103.9584,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,106.624,107.6236,107.6236,107.9568,108.6232,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,116.62,116.9532,117.6196,117.6196,117.9528,118.9524,119.6188,119.6188,119.952,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,123.6172,124.28359999999999,124.28359999999999,124.95,126.2828,126.9492,127.2824,127.2824,126.9492,126.2828,125.6164,125.6164,124.6168,123.9504,122.2844,121.2848,119.952,119.6188,118.9524,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,117.9528,117.2864,116.62,115.9536,115.2872,113.6212,112.95479999999999,111.9552,110.9556,110.2892,109.956,109.2896,108.9564,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,107.9568,107.9568,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.624,106.624,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.6264,100.6264,101.9592,102.6256,104.958,106.2908,107.2904,107.9568,107.9568,108.28999999999999,107.9568,107.9568,107.6236,106.2908,104.958,103.292,101.626,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.96,101.2928,102.6256,104.6248,106.2908,108.28999999999999,109.2896,109.956,109.2896,109.2896,109.2896,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.626,101.2928,100.6264,99.96,99.2936,99.2936,99.96,101.626,103.9584,106.9572,109.2896,111.622,112.95479999999999,113.288,113.6212,114.2876,114.6208,114.6208,114.2876,114.2876,114.2876,114.954,114.954,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,115.6204,114.2876,113.95439999999999,112.6216,112.2884,111.2888,110.9556,110.2892,110.2892,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,111.622,111.2888,110.9556,109.956,108.6232,106.624,105.6244,105.2912,104.2916,103.62519999999999,103.292,103.62519999999999,104.6248,105.6244,106.624,108.28999999999999,109.6228,110.6224,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,113.288,112.2884,111.622,110.6224,110.6224,109.2896,108.6232,107.9568,107.6236,106.624,106.624,105.9576,105.9576,105.2912,104.6248,103.62519999999999,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256],[95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.2956,93.6292,92.6296,90.6304,88.298,85.2992,82.96679999999999,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.3016,79.968,80.6344,80.6344,81.634,82.96679999999999,84.2996,85.6324,86.2988,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.6308,88.298,87.2984,87.2984,85.9656,85.6324,84.6328,83.6332,82.96679999999999,82.3004,81.634,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,84.2996,85.6324,86.632,87.2984,88.298,89.2976,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,94.2956,94.2956,93.6292,93.6292,93.6292,93.6292,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,92.9628,92.2964,91.63,90.6304,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.6292,93.6292,94.2956,95.6284,96.9612,97.96079999999999,98.6272,100.2932,100.9596,101.626,101.626,102.6256,102.6256,103.62519999999999,104.958,105.9576,106.624,107.6236,109.2896,110.2892,111.9552,113.288,113.95439999999999,114.2876,114.2876,113.6212,112.95479999999999,112.6216,111.2888,110.2892,109.6228,107.9568,107.2904,105.9576,105.6244,104.2916,104.2916,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.2924,101.626,101.626,101.2928,101.2928,99.96,99.6268,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.6284,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.2968,90.2972,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,87.6316,87.2984,87.2984,86.2988,85.9656,85.6324,83.6332,82.3004,81.3008,80.6344,79.968,79.3016,78.9684,78.30199999999999,77.6356,76.9692,75.3032,73.9704,72.6376,70.6384,68.9724,66.9732,64.974,62.6416,60.6424,58.31,56.3108,54.3116,52.3124,50.3132,46.9812,44.982,42.6496,40.6504,38.318,36.3188,34.6528,33.32,31.9872,31.3208,30.6544,30.6544,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,31.654,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.9848,37.9848,38.6512,39.3176,39.984,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,43.316,43.316,43.316,43.9824,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,53.6452,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,53.6452,52.3124,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,62.6416,62.6416,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,66.9732,67.6396,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,78.6352,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,84.966,84.966,85.6324,85.9656,86.2988,86.9652,86.9652,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.9644,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.6296,92.6296,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.9616,95.9616,96.9612,96.9612,97.2944,97.2944,98.294,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,103.9584,103.9584,104.958,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,106.624,107.6236,107.6236,107.9568,108.6232,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.95479999999999,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.9532,117.6196,117.6196,118.286,118.9524,119.6188,119.6188,120.2852,120.2852,121.2848,121.2848,121.9512,122.2844,123.28399999999999,123.6172,123.6172,124.95,125.6164,126.2828,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,124.6168,123.9504,122.2844,121.2848,119.952,119.6188,118.9524,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.286,117.2864,117.2864,116.62,115.9536,114.2876,113.288,112.2884,111.622,111.2888,110.2892,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,107.9568,107.9568,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.624,106.624,106.624,105.9576,105.6244,105.2912,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.292,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.6264,100.6264,101.9592,102.6256,104.958,105.9576,106.9572,107.2904,107.9568,107.9568,107.9568,107.9568,106.9572,106.2908,104.2916,103.292,101.2928,99.6268,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,100.2932,101.2928,103.292,104.958,106.9572,108.6232,109.2896,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,104.6248,104.6248,103.9584,103.9584,103.292,103.292,102.2924,102.2924,101.626,101.626,100.6264,100.2932,99.2936,99.2936,99.2936,99.96,101.626,103.62519999999999,106.2908,109.2896,111.622,112.95479999999999,113.288,114.2876,114.6208,114.6208,114.6208,114.6208,114.2876,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.2864,117.2864,116.2868,115.6204,114.954,114.2876,113.6212,112.2884,111.622,111.2888,110.2892,109.956,109.956,110.2892,110.9556,111.622,112.2884,112.95479999999999,112.2884,111.622,111.2888,110.2892,108.9564,107.9568,106.624,105.6244,105.2912,104.2916,103.62519999999999,103.292,103.62519999999999,104.6248,105.6244,106.624,108.28999999999999,109.6228,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.2884,111.622,110.9556,110.6224,109.2896,108.6232,108.28999999999999,107.6236,107.2904,106.624,106.624,105.6244,105.2912,104.6248,103.9584,103.62519999999999,102.6256,102.2924,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256],[92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,91.9632,91.2968,90.6304,88.63119999999999,86.2988,84.966,82.3004,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,79.968,79.968,80.6344,80.6344,81.3008,82.96679999999999,83.6332,84.966,85.6324,86.2988,87.2984,87.9648,87.6316,87.9648,88.298,87.6316,87.2984,86.632,85.9656,85.2992,84.6328,84.2996,83.6332,82.3004,81.634,81.3008,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,84.966,86.632,87.2984,88.298,89.2976,90.2972,90.6304,91.63,92.2964,92.6296,92.6296,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,92.2964,91.63,91.63,91.63,91.63,91.2968,91.63,91.63,92.2964,92.9628,92.9628,92.9628,92.2964,91.63,90.6304,90.2972,89.2976,88.9644,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.6308,89.6308,90.2972,90.6304,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,94.2956,95.6284,96.9612,97.96079999999999,98.6272,100.2932,100.9596,101.626,101.626,102.6256,102.6256,103.62519999999999,104.2916,105.9576,106.2908,107.6236,108.9564,109.956,110.2892,111.622,112.2884,112.6216,112.6216,112.95479999999999,112.2884,111.2888,110.9556,109.6228,108.6232,107.6236,106.624,105.6244,104.958,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.626,101.626,100.6264,100.6264,99.96,99.6268,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,96.2948,95.6284,94.6288,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,90.6304,89.6308,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.9648,87.9648,88.298,87.6316,87.2984,86.9652,86.9652,85.9656,85.6324,84.2996,83.6332,82.3004,81.3008,80.6344,79.968,79.968,79.968,79.3016,78.30199999999999,77.6356,75.9696,74.6368,73.304,71.9712,69.6388,68.306,66.3068,64.3076,61.3088,59.6428,57.6436,55.6444,52.9788,50.9796,47.6476,45.6484,42.6496,40.6504,38.318,36.9852,34.6528,33.32,31.9872,31.3208,30.6544,30.6544,29.654799999999998,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.982,44.982,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.3088,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,91.9632,91.63,91.63,91.9632,92.6296,93.6292,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.962,95.2952,95.9616,96.2948,96.9612,96.9612,97.2944,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.96,99.96,100.2932,100.6264,101.2928,101.2928,101.9592,102.2924,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,104.958,105.6244,105.6244,105.9576,105.9576,106.624,106.624,107.6236,107.6236,107.9568,108.6232,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.95479999999999,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.9532,116.9532,117.6196,117.9528,118.61919999999999,118.9524,119.6188,119.6188,119.952,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,123.6172,124.28359999999999,125.6164,126.2828,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,124.6168,123.9504,122.2844,121.2848,119.952,119.6188,118.9524,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.286,117.6196,117.2864,116.62,116.2868,114.954,113.6212,113.288,112.95479999999999,111.9552,111.2888,110.2892,109.6228,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,107.9568,107.9568,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.624,106.2908,105.6244,105.2912,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.6264,100.6264,101.9592,102.6256,104.958,105.9576,106.9572,107.2904,107.2904,107.9568,107.6236,107.6236,106.9572,105.6244,104.2916,102.6256,100.6264,99.2936,97.96079999999999,97.6276,96.9612,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,100.6264,101.9592,104.2916,106.2908,107.9568,107.9568,107.2904,107.2904,107.2904,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.2904,106.624,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.2916,104.2916,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.626,101.2928,100.6264,100.2932,99.2936,98.96039999999999,98.96039999999999,99.2936,101.626,103.62519999999999,106.2908,109.2896,111.622,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.9532,116.9532,117.6196,117.2864,116.62,115.6204,114.954,113.6212,112.95479999999999,111.9552,111.2888,110.9556,110.2892,109.956,109.2896,109.2896,109.2896,109.956,111.2888,111.9552,111.622,111.622,111.622,111.2888,110.2892,108.9564,108.28999999999999,107.2904,105.9576,105.2912,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.6244,106.624,108.28999999999999,110.2892,111.622,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.288,113.288,112.2884,112.2884,110.9556,110.6224,109.956,108.9564,108.28999999999999,107.9568,107.2904,107.2904,106.624,105.9576,105.6244,103.9584,103.9584,103.292,102.6256,101.626,101.626,101.2928,100.6264,100.6264,100.6264,101.2928,101.626,102.2924,102.2924,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292],[91.2968,91.2968,91.2968,90.6304,89.964,89.964,89.964,88.9644,88.298,87.2984,84.966,83.6332,81.634,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,84.966,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,86.632,85.2992,85.2992,84.2996,84.2996,82.96679999999999,82.3004,81.634,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,84.966,86.2988,87.2984,88.298,89.2976,90.2972,90.6304,91.63,91.63,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,92.9628,92.9628,92.6296,92.6296,92.6296,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,89.964,89.2976,88.9644,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.6308,90.2972,90.2972,91.2968,91.63,91.63,91.63,91.2968,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.6292,94.2956,95.2952,96.2948,96.628,98.6272,99.6268,100.9596,101.2928,101.626,102.6256,102.2924,103.292,103.62519999999999,105.2912,105.6244,106.9572,107.6236,108.28999999999999,109.956,110.6224,110.9556,110.9556,110.9556,110.6224,110.9556,109.956,109.956,108.9564,107.9568,106.9572,105.9576,104.958,104.958,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.626,101.2928,100.6264,100.2932,99.6268,98.96039999999999,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.2948,96.2948,95.9616,94.962,93.9624,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,89.964,89.2976,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,84.966,83.6332,83.6332,82.96679999999999,82.3004,81.3008,80.6344,79.968,79.968,79.6348,78.9684,78.30199999999999,77.6356,75.9696,75.3032,73.9704,72.6376,70.3052,68.9724,66.9732,64.974,61.9752,59.6428,57.6436,56.3108,53.6452,50.9796,48.314,45.6484,43.316,41.3168,38.9844,36.9852,35.3192,33.986399999999996,31.9872,31.3208,30.6544,30.6544,29.654799999999998,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,34.6528,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.982,44.982,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.9796,50.9796,51.646,51.9792,51.9792,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,62.6416,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,77.6356,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,88.63119999999999,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,90.9636,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,91.63,91.63,91.9632,92.6296,93.6292,93.6292,93.6292,93.9624,94.2956,94.2956,94.2956,94.962,95.2952,95.9616,96.2948,96.9612,96.9612,97.2944,97.6276,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.96,100.2932,100.6264,100.9596,101.2928,101.626,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,104.958,105.6244,105.6244,105.9576,106.624,106.624,107.2904,107.6236,107.9568,107.9568,108.6232,109.2896,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,113.288,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,115.9536,116.62,116.9532,116.9532,116.9532,117.6196,117.9528,118.286,118.9524,118.9524,119.6188,120.2852,120.9516,120.9516,121.2848,121.618,122.2844,123.28399999999999,123.6172,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,124.6168,123.9504,122.2844,120.6184,119.952,119.6188,118.9524,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.286,117.6196,117.2864,117.2864,116.62,114.954,114.2876,113.95439999999999,113.288,112.95479999999999,111.9552,110.9556,110.9556,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,107.9568,107.9568,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,105.2912,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.6264,100.6264,101.9592,102.6256,104.958,105.9576,106.9572,106.9572,107.2904,106.9572,107.6236,107.6236,106.2908,105.6244,103.62519999999999,102.6256,100.2932,98.96039999999999,97.6276,96.9612,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.96039999999999,99.6268,101.2928,102.9588,104.6248,105.9576,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.2916,103.62519999999999,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,99.2936,101.626,103.9584,106.9572,109.956,111.9552,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.9532,116.9532,117.6196,116.62,115.9536,114.954,113.6212,112.95479999999999,112.2884,110.9556,110.2892,109.956,109.6228,108.9564,108.9564,108.9564,109.2896,109.956,110.9556,111.2888,110.9556,110.9556,111.622,111.2888,110.2892,108.9564,108.28999999999999,107.2904,105.9576,105.2912,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.6244,106.624,108.28999999999999,109.956,111.622,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,112.2884,110.9556,110.6224,109.956,108.9564,108.28999999999999,107.9568,107.6236,107.2904,106.624,105.6244,104.6248,103.9584,103.9584,103.292,102.6256,101.626,100.6264,100.6264,99.96,99.96,100.6264,101.2928,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292],[88.9644,88.9644,88.9644,88.298,88.298,87.9648,87.9648,86.632,85.6324,84.966,84.2996,82.96679999999999,80.9676,79.968,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,80.3012,80.9676,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.2992,85.2992,85.9656,85.2992,85.2992,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.3008,80.6344,80.6344,79.968,79.6348,79.6348,79.6348,80.3012,81.3008,81.9672,82.6336,82.6336,83.6332,84.966,86.2988,87.2984,88.298,88.9644,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.9636,90.9636,90.9636,90.6304,90.6304,89.964,89.964,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.962,95.6284,96.628,97.2944,98.96039999999999,99.96,100.6264,101.2928,101.2928,101.9592,102.6256,103.292,104.6248,105.2912,106.2908,106.9572,107.6236,108.28999999999999,109.2896,109.2896,108.6232,108.6232,108.6232,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,105.6244,105.6244,104.958,103.9584,103.62519999999999,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,101.626,101.626,100.6264,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.294,97.2944,96.628,97.2944,96.2948,96.2948,95.9616,95.6284,95.6284,93.9624,93.6292,92.9628,92.2964,92.2964,91.63,91.63,91.2968,89.964,89.2976,88.9644,88.298,87.9648,87.2984,87.2984,87.2984,86.9652,86.632,86.632,85.9656,86.2988,86.2988,86.2988,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,78.9684,78.30199999999999,77.6356,76.9692,76.3028,74.97,73.9704,72.6376,71.3048,69.3056,66.9732,64.974,61.9752,59.976,57.6436,56.3108,53.9784,50.9796,48.314,45.9816,43.9824,41.9832,39.984,37.6516,35.9856,34.6528,32.6536,31.3208,30.6544,30.6544,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,31.654,31.654,31.654,31.654,30.9876,30.9876,30.3212,30.3212,30.9876,31.3208,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.32,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,54.6448,54.6448,54.6448,54.6448,55.6444,55.6444,55.6444,56.3108,57.3104,57.3104,57.3104,57.3104,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,61.9752,61.9752,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,64.974,65.6404,65.6404,66.3068,67.6396,68.306,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,79.6348,80.3012,80.9676,80.9676,81.9672,82.6336,83.3,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,90.6304,90.6304,91.2968,91.2968,91.9632,92.6296,92.6296,92.6296,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,94.2956,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,106.624,107.2904,107.2904,107.9568,107.9568,108.6232,108.6232,108.9564,109.6228,109.956,110.2892,110.6224,110.9556,111.2888,111.9552,112.95479999999999,113.288,113.6212,114.2876,114.6208,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,118.286,118.9524,119.2856,119.952,119.952,120.2852,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.95,125.6164,125.6164,124.95,124.6168,123.9504,123.28399999999999,121.9512,120.6184,119.2856,118.9524,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,116.62,115.6204,114.954,114.2876,113.6212,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.2892,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.624,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,106.2908,106.624,105.9576,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,101.9592,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.2948,95.9616,95.9616,95.2952,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,97.6276,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.96,100.6264,100.6264,101.9592,102.6256,104.6248,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,105.2912,103.62519999999999,101.9592,99.96,98.294,96.9612,96.2948,95.9616,95.9616,96.2948,96.9612,97.6276,97.6276,99.6268,99.96,101.2928,102.6256,102.9588,104.2916,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,106.624,106.624,106.2908,106.2908,106.9572,106.2908,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,103.62519999999999,103.292,103.292,102.6256,102.2924,101.2928,101.2928,100.6264,100.6264,100.6264,99.96,99.96,98.96039999999999,98.294,97.96079999999999,98.96039999999999,100.6264,103.62519999999999,106.9572,109.956,111.9552,113.6212,113.6212,114.954,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.62,116.62,114.954,113.6212,112.2884,111.622,110.2892,108.9564,108.6232,108.6232,108.28999999999999,107.9568,107.9568,107.9568,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.6236,105.9576,105.6244,104.2916,104.2916,103.62519999999999,103.62519999999999,104.6248,105.2912,106.2908,107.6236,109.956,110.9556,112.95479999999999,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.2888,109.956,108.9564,107.9568,107.9568,107.6236,107.2904,106.624,105.6244,104.6248,104.6248,103.62519999999999,103.292,102.6256,101.626,100.6264,99.96,99.6268,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.9592,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292],[86.9652,87.2984,86.9652,86.632,86.2988,85.9656,85.9656,84.966,84.2996,83.6332,82.96679999999999,81.634,79.968,79.3016,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,79.6348,80.3012,80.9676,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.9684,78.9684,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,85.6324,87.2984,88.298,88.9644,89.964,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.63,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.2976,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.962,95.2952,96.2948,97.2944,98.96039999999999,99.6268,100.2932,100.6264,100.9596,101.2928,101.626,102.2924,103.292,104.6248,105.2912,105.6244,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,105.9576,105.9576,105.6244,104.6248,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,101.9592,101.2928,101.2928,100.6264,100.2932,99.96,99.96,99.96,98.96039999999999,98.96039999999999,98.294,97.6276,97.6276,96.9612,96.2948,95.9616,95.9616,94.962,94.962,94.6288,93.6292,93.29599999999999,92.2964,91.2968,91.2968,90.6304,90.6304,90.2972,89.2976,88.63119999999999,88.298,87.2984,86.9652,86.9652,86.2988,86.2988,85.9656,85.2992,85.2992,85.2992,85.2992,85.2992,84.2996,84.2996,83.6332,82.96679999999999,81.634,81.634,80.6344,80.6344,79.968,79.968,79.3016,78.6352,77.3024,77.3024,76.3028,76.3028,75.6364,74.97,73.304,72.6376,71.3048,69.3056,66.9732,64.974,61.9752,59.976,57.6436,56.3108,53.9784,50.9796,48.314,45.9816,43.9824,42.6496,40.6504,38.6512,36.652,34.6528,32.6536,31.9872,31.3208,30.6544,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,31.654,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,31.3208,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.6508,40.3172,40.9836,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.315599999999996,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,53.9784,53.9784,53.9784,54.6448,54.978,55.6444,55.6444,55.6444,56.644,57.3104,57.3104,57.3104,57.6436,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.308,62.6416,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,61.9752,61.9752,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,64.974,65.6404,66.9732,67.6396,67.6396,68.306,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,80.3012,80.9676,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,84.966,85.6324,86.2988,86.632,86.632,87.9648,87.9648,87.9648,87.9648,87.6316,87.6316,87.6316,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,90.6304,91.2968,91.2968,91.63,92.6296,92.6296,92.6296,93.29599999999999,92.9628,92.9628,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.9596,101.2928,101.9592,101.9592,103.292,103.292,103.292,103.292,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,106.624,107.2904,107.2904,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,109.956,109.956,110.6224,110.6224,111.2888,111.2888,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.6208,114.954,114.954,115.6204,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.2864,118.286,118.286,119.2856,119.2856,119.952,119.952,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.2844,120.9516,119.952,118.9524,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,116.62,115.2872,115.2872,114.954,114.2876,113.288,112.95479999999999,112.95479999999999,111.9552,111.9552,110.9556,110.2892,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.624,106.624,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.2908,106.624,105.9576,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.2948,95.9616,95.2952,95.2952,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,97.6276,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,100.6264,100.6264,101.9592,102.6256,104.6248,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,104.6248,102.9588,101.2928,99.96,98.294,96.9612,95.9616,95.2952,95.2952,95.9616,96.2948,96.9612,97.6276,98.96039999999999,99.6268,99.96,100.6264,101.2928,101.9592,103.292,103.9584,103.9584,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,106.2908,105.9576,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.292,103.292,102.6256,102.6256,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,99.96,99.2936,98.294,98.294,97.96079999999999,98.294,100.6264,103.62519999999999,106.9572,109.956,111.9552,113.6212,114.6208,114.954,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.9532,116.62,115.2872,114.2876,112.95479999999999,111.2888,109.956,108.28999999999999,107.2904,107.2904,107.2904,107.2904,107.2904,107.9568,107.9568,109.2896,109.2896,109.956,109.956,110.6224,110.9556,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.6236,106.624,105.9576,104.958,104.2916,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,107.6236,109.956,110.9556,112.95479999999999,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.2884,111.622,110.6224,109.2896,108.9564,107.9568,107.9568,107.2904,106.624,105.9576,105.2912,104.6248,104.6248,104.2916,103.62519999999999,103.292,102.6256,101.2928,99.96,99.2936,99.2936,99.6268,99.6268,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292],[85.6324,85.6324,85.6324,84.966,84.966,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.3004,80.6344,79.968,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.3012,80.3012,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.9672,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,82.96679999999999,84.2996,85.6324,87.2984,88.298,88.9644,89.964,90.2972,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,91.2968,92.2964,92.9628,93.29599999999999,93.9624,94.6288,95.2952,96.2948,96.628,98.6272,98.96039999999999,99.6268,100.2932,100.2932,100.9596,101.2928,101.626,102.6256,103.292,103.292,104.2916,105.2912,105.2912,105.9576,105.6244,106.2908,106.2908,105.9576,105.9576,105.9576,105.6244,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.2928,100.6264,100.6264,100.2932,99.96,99.2936,99.2936,99.2936,98.96039999999999,98.294,97.6276,97.6276,96.9612,96.2948,96.2948,95.6284,95.6284,94.6288,94.6288,94.6288,93.29599999999999,92.6296,92.2964,91.2968,90.6304,90.2972,90.2972,89.6308,88.63119999999999,88.298,87.6316,86.9652,86.2988,86.2988,86.2988,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.3004,81.634,80.9676,80.9676,79.968,79.968,78.9684,78.9684,78.30199999999999,76.9692,76.3028,76.3028,75.6364,74.97,74.97,74.3036,73.63719999999999,72.6376,71.9712,70.6384,69.3056,66.9732,64.974,61.9752,59.976,57.6436,56.3108,53.9784,50.9796,48.980399999999996,45.9816,44.6488,42.6496,40.6504,39.3176,37.3184,35.3192,33.32,32.6536,31.3208,30.6544,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.6508,40.9836,41.65,42.3164,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.9776,56.644,56.644,57.3104,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.308,62.6416,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,76.636,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.2992,85.9656,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.6296,93.29599999999999,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.2948,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,99.2936,99.2936,100.2932,100.2932,100.6264,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,106.624,106.624,107.2904,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,110.6224,110.9556,111.2888,111.622,112.2884,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.954,115.6204,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.6196,117.9528,118.9524,119.2856,119.2856,119.952,120.2852,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.2844,120.2852,119.952,118.9524,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,116.62,116.62,116.62,116.62,115.2872,115.2872,114.954,114.2876,113.95439999999999,113.288,113.288,112.95479999999999,112.2884,111.2888,110.9556,110.2892,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.6228,109.6228,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.624,105.9576,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.2948,95.9616,95.2952,95.2952,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,97.6276,97.6276,97.96079999999999,98.294,98.294,98.294,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.9592,102.6256,104.6248,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,104.958,102.6256,100.6264,98.96039999999999,97.6276,95.9616,95.6284,94.962,94.962,95.9616,96.2948,96.9612,97.6276,98.294,98.96039999999999,99.6268,99.6268,100.2932,100.9596,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,105.2912,105.2912,105.2912,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.626,101.2928,100.9596,100.6264,100.2932,100.2932,100.2932,99.96,99.2936,98.294,97.96079999999999,97.96079999999999,98.294,100.6264,103.62519999999999,106.9572,109.956,112.2884,113.6212,114.954,114.954,114.954,114.954,114.954,115.6204,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,116.62,116.2868,114.954,112.95479999999999,110.9556,109.2896,108.28999999999999,107.6236,106.2908,106.624,106.624,106.624,107.2904,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,109.956,109.2896,108.9564,107.6236,106.2908,105.9576,104.958,104.2916,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,107.6236,109.2896,110.6224,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,112.95479999999999,112.2884,111.622,110.6224,109.2896,108.28999999999999,107.9568,107.6236,107.2904,106.624,105.9576,105.2912,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.292,101.626,100.6264,99.6268,99.2936,99.6268,99.6268,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,101.626,102.2924,102.6256,102.6256,103.292,103.292],[83.3,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.3016,78.6352,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.634,81.634,82.3004,82.3004,81.3008,81.3008,80.6344,79.968,79.968,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,82.96679999999999,84.2996,85.6324,87.2984,88.298,88.298,89.2976,90.2972,91.2968,91.2968,91.63,92.2964,92.2964,90.9636,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.6288,95.2952,96.2948,96.628,98.294,98.6272,99.2936,99.2936,99.96,100.2932,100.6264,101.9592,102.2924,102.6256,103.292,103.292,103.292,104.2916,104.2916,104.958,104.958,104.2916,104.6248,104.2916,104.2916,103.62519999999999,103.292,103.292,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.2936,99.2936,99.2936,99.2936,98.294,98.294,97.6276,97.2944,96.9612,96.2948,95.9616,95.6284,94.962,94.6288,94.6288,93.9624,92.6296,91.63,91.63,90.2972,89.964,89.2976,89.2976,88.9644,88.298,87.6316,87.2984,86.9652,86.2988,85.9656,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,81.634,80.9676,80.3012,80.3012,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,76.636,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.3048,70.6384,69.972,68.6392,66.3068,64.974,61.9752,59.976,57.6436,56.3108,53.9784,50.9796,48.980399999999996,46.647999999999996,44.6488,43.316,41.3168,39.3176,37.3184,35.9856,33.986399999999996,33.32,31.9872,31.3208,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,40.3172,40.9836,41.65,42.3164,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,54.3116,54.3116,54.978,54.978,55.9776,56.644,56.644,57.3104,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.308,62.6416,62.6416,61.9752,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,62.6416,61.9752,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,76.636,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,85.2992,85.9656,86.632,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,91.2968,91.63,91.63,92.2964,93.29599999999999,93.6292,93.6292,94.2956,93.9624,94.2956,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,106.624,106.624,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.956,110.9556,110.9556,111.2888,111.622,111.622,112.2884,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.6204,115.9536,115.9536,116.62,116.62,116.9532,117.6196,117.9528,118.286,118.286,118.9524,120.2852,120.2852,120.9516,121.2848,121.9512,122.6176,122.2844,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,122.9508,121.618,120.2852,119.6188,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,116.62,116.62,116.62,116.62,115.2872,115.2872,114.954,114.954,113.6212,113.95439999999999,113.95439999999999,113.288,112.95479999999999,111.9552,111.2888,110.9556,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.6228,109.6228,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,106.2908,106.2908,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.2948,95.9616,95.2952,95.2952,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,97.6276,97.6276,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.6272,98.6272,98.96039999999999,99.6268,100.2932,100.9596,102.6256,104.2916,105.9576,106.2908,106.2908,106.9572,106.2908,106.9572,106.2908,105.6244,104.2916,101.9592,100.2932,98.294,96.9612,95.9616,94.962,94.2956,94.962,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.294,98.96039999999999,99.6268,99.6268,100.6264,101.2928,101.626,102.2924,102.2924,103.292,103.62519999999999,104.2916,104.6248,104.6248,104.958,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.2924,102.2924,102.2924,101.626,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,98.294,97.96079999999999,97.2944,98.294,100.6264,103.292,106.9572,109.956,112.2884,113.6212,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,114.2876,113.288,111.622,109.6228,108.28999999999999,106.9572,105.9576,104.6248,105.2912,105.6244,106.624,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.6224,110.6224,110.6224,109.956,109.2896,108.9564,107.6236,106.2908,105.6244,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.2912,106.624,107.9568,109.956,110.9556,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,113.288,113.288,113.6212,113.288,112.95479999999999,112.2884,111.622,110.6224,109.2896,108.28999999999999,107.6236,107.6236,106.624,105.9576,105.2912,105.2912,104.2916,104.2916,104.958,104.958,104.2916,103.62519999999999,102.6256,101.2928,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.626,101.9592,102.6256,103.292,103.292],[82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,80.9676,80.3012,80.6344,79.968,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,75.9696,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,77.6356,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,79.968,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,82.3004,83.6332,84.966,86.632,87.6316,88.298,89.2976,90.2972,90.2972,90.6304,90.9636,90.9636,90.9636,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.9648,87.6316,87.6316,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.9624,94.6288,96.2948,96.9612,97.6276,97.6276,98.294,98.294,98.96039999999999,99.96,100.2932,100.9596,101.9592,101.9592,102.6256,102.2924,102.6256,102.2924,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.626,101.2928,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.96,99.96,99.96,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,98.294,98.294,98.294,97.96079999999999,97.6276,97.6276,96.9612,96.2948,95.6284,95.2952,94.6288,94.6288,93.6292,93.6292,93.29599999999999,91.63,90.6304,90.2972,89.6308,88.9644,88.298,88.298,87.9648,87.2984,86.9652,86.9652,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.3004,80.9676,80.9676,80.3012,79.3016,78.9684,78.9684,77.6356,77.6356,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,66.3068,64.974,61.9752,59.976,57.9768,56.3108,53.9784,51.646,48.980399999999996,46.9812,45.3152,43.316,41.3168,39.984,37.3184,35.9856,34.6528,33.32,32.6536,31.9872,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.9792,51.9792,51.3128,51.3128,50.3132,50.3132,50.3132,50.9796,51.3128,51.9792,51.9792,52.6456,53.6452,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,55.9776,56.644,57.3104,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.641999999999996,62.3084,62.3084,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.308,62.3084,62.3084,62.3084,62.3084,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.6412,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.974,64.974,64.974,64.974,65.6404,66.9732,67.6396,67.6396,68.306,69.3056,69.972,69.972,70.6384,70.9716,71.638,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,93.6292,93.9624,94.6288,94.6288,94.2956,94.962,95.6284,95.6284,95.6284,96.2948,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,100.2932,100.6264,101.2928,101.626,101.626,101.626,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,105.2912,105.2912,106.624,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,109.2896,109.956,109.956,109.956,110.2892,110.9556,111.2888,111.622,111.622,112.2884,113.288,113.288,113.6212,113.95439999999999,113.6212,114.954,114.954,115.2872,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.6196,118.9524,119.2856,119.952,120.2852,120.2852,119.952,120.2852,120.9516,122.2844,122.2844,122.6176,122.9508,122.9508,122.6176,121.9512,120.2852,119.6188,118.286,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,114.954,114.954,114.954,114.2876,113.6212,113.288,112.95479999999999,111.9552,111.2888,110.9556,110.2892,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,97.6276,97.6276,97.2944,97.2944,96.628,96.9612,96.2948,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.9616,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,100.2932,102.2924,104.6248,105.2912,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,104.958,103.62519999999999,101.2928,98.96039999999999,97.6276,96.628,94.962,94.6288,94.2956,94.962,95.6284,95.6284,96.2948,96.9612,96.9612,97.6276,98.294,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.6256,102.6256,102.2924,101.626,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,99.6268,99.2936,98.6272,97.96079999999999,97.2944,98.6272,100.9596,103.292,106.2908,109.956,112.2884,113.95439999999999,114.2876,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,114.954,114.6208,114.6208,114.6208,113.95439999999999,113.288,112.6216,111.622,110.2892,107.9568,106.2908,105.6244,104.6248,103.62519999999999,104.6248,105.2912,105.6244,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.956,109.956,110.2892,110.2892,109.956,109.2896,108.9564,107.6236,106.2908,105.6244,104.2916,103.62519999999999,102.9588,102.6256,103.292,103.62519999999999,105.2912,105.9576,107.6236,108.6232,110.2892,110.9556,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.2884,111.622,110.6224,109.956,108.9564,107.6236,107.6236,106.624,106.624,105.9576,105.2912,104.6248,104.958,104.958,104.958,104.958,104.958,104.2916,103.292,101.9592,100.2932,99.2936,99.2936,99.2936,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.96,100.6264,101.2928,101.626,102.6256,102.6256,102.6256],[81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.6348,79.968,79.3016,77.3024,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,77.6356,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,76.9692,76.636,76.636,76.636,77.3024,78.6352,79.3016,79.3016,80.6344,81.634,82.96679999999999,84.2996,85.9656,87.2984,88.298,88.9644,89.6308,89.6308,90.2972,90.6304,90.9636,90.2972,89.964,88.63119999999999,88.298,88.9644,88.298,88.298,88.298,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,87.6316,87.6316,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.6292,93.9624,95.6284,95.9616,95.9616,96.628,96.9612,97.6276,97.96079999999999,98.294,99.6268,99.96,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,101.9592,101.2928,100.6264,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.2948,94.962,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,91.2968,89.964,89.2976,88.9644,88.298,87.9648,87.2984,86.632,86.2988,85.6324,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.9676,80.9676,80.3012,79.6348,79.3016,78.6352,78.6352,77.6356,76.9692,76.3028,75.9696,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,65.6404,63.9744,61.9752,59.976,57.9768,56.3108,53.9784,52.3124,49.6468,47.6476,45.3152,43.9824,41.9832,39.6508,37.3184,35.9856,34.6528,33.986399999999996,33.32,31.9872,30.9876,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,38.6512,39.3176,39.984,40.9836,41.65,42.3164,42.9828,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,45.9816,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,51.646,51.646,51.646,51.646,52.6456,52.6456,53.312,53.9784,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,57.3104,57.3104,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,62.3084,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.308,62.3084,62.3084,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.638,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,89.964,89.964,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,94.2956,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.96,99.96,100.6264,100.6264,101.626,101.626,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,105.2912,105.6244,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.9564,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,110.9556,111.2888,111.622,111.622,112.2884,112.95479999999999,113.288,112.95479999999999,113.6212,114.2876,114.954,115.6204,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.6196,118.61919999999999,119.2856,118.9524,119.6188,119.6188,120.2852,120.2852,120.9516,121.9512,122.6176,122.6176,122.6176,121.9512,121.2848,120.2852,118.9524,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.6204,114.954,114.954,114.954,114.2876,113.95439999999999,113.288,112.2884,111.9552,111.2888,110.9556,109.956,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.2912,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,97.6276,97.6276,97.2944,97.2944,96.628,96.9612,96.2948,95.6284,94.962,94.962,94.962,94.962,95.6284,95.6284,96.2948,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,99.6268,100.9596,103.292,104.958,105.9576,106.2908,106.2908,106.2908,106.2908,105.6244,104.958,102.6256,100.2932,98.96039999999999,97.6276,95.9616,94.962,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.96,99.96,101.2928,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.2924,102.2924,101.2928,100.9596,100.9596,100.2932,100.2932,100.2932,99.6268,99.2936,98.6272,97.96079999999999,97.2944,98.96039999999999,100.9596,103.292,106.2908,109.956,112.2884,113.95439999999999,114.2876,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.95439999999999,112.6216,111.9552,111.2888,110.9556,110.2892,108.6232,106.9572,105.2912,103.9584,102.6256,102.6256,103.62519999999999,104.2916,105.6244,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,109.956,109.2896,109.2896,108.9564,107.6236,106.2908,105.6244,104.2916,103.62519999999999,102.6256,102.6256,103.292,103.292,104.6248,105.2912,106.9572,107.9568,109.6228,109.956,110.6224,110.9556,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.2884,111.622,110.6224,109.2896,108.9564,107.6236,106.9572,106.624,105.9576,105.2912,104.6248,104.6248,104.958,104.958,104.958,104.958,104.958,104.2916,103.62519999999999,102.6256,100.6264,99.96,99.2936,98.96039999999999,98.294,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,99.96,100.6264,101.2928,101.626,102.6256,102.6256],[80.9676,80.9676,80.9676,80.9676,80.9676,80.3012,80.3012,80.3012,79.968,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,75.6364,75.3032,75.3032,75.3032,75.3032,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,77.6356,76.9692,76.3028,76.3028,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,81.634,82.96679999999999,84.2996,85.9656,87.2984,87.9648,88.298,89.2976,89.2976,89.6308,89.964,90.6304,89.6308,89.2976,88.298,87.9648,87.9648,86.9652,86.9652,86.9652,86.9652,87.6316,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,87.6316,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.6316,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.6308,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.6292,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,100.2932,100.2932,99.96,99.96,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,95.6284,94.6288,93.9624,93.6292,93.6292,92.9628,92.6296,91.9632,91.63,90.6304,89.2976,88.298,87.9648,87.9648,87.2984,86.632,86.2988,85.6324,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.3004,80.9676,80.3012,79.6348,79.6348,78.6352,78.6352,77.3024,77.3024,76.636,75.6364,74.97,74.3036,74.3036,73.304,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.306,67.6396,66.9732,66.3068,64.974,63.308,61.3088,59.976,57.9768,56.3108,54.6448,52.3124,49.6468,47.6476,45.9816,43.9824,41.65,39.6508,37.9848,36.652,34.6528,33.986399999999996,33.32,32.6536,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,38.6512,39.3176,39.984,41.65,42.3164,42.9828,43.6492,44.6488,45.3152,45.3152,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.6452,53.6452,53.6452,53.6452,53.9784,54.6448,54.6448,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,63.308,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,69.6388,70.3052,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.9656,86.9652,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.964,89.964,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.6288,94.6288,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.6264,101.626,101.626,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,105.6244,106.2908,106.2908,106.2908,106.624,106.9572,106.9572,107.6236,108.9564,108.9564,108.9564,109.2896,109.6228,109.6228,109.6228,110.2892,110.6224,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,115.6204,115.6204,115.6204,115.9536,116.2868,116.62,116.62,117.2864,117.9528,118.61919999999999,118.61919999999999,118.9524,118.9524,119.6188,119.952,120.2852,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,119.6188,118.9524,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,114.954,114.6208,113.95439999999999,113.288,112.2884,111.9552,111.2888,110.9556,110.2892,109.6228,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.958,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,97.6276,97.6276,96.628,96.628,96.628,96.9612,96.2948,95.6284,94.962,94.962,94.2956,94.962,94.962,95.6284,96.2948,96.2948,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,99.2936,100.2932,102.6256,103.9584,105.6244,106.2908,106.2908,106.2908,105.6244,104.958,104.2916,101.9592,100.2932,98.6272,97.6276,95.9616,95.6284,95.6284,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,99.96,100.2932,100.9596,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.2936,98.6272,97.96079999999999,98.294,98.96039999999999,101.2928,103.62519999999999,106.2908,109.956,112.2884,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,113.95439999999999,113.95439999999999,113.288,112.6216,112.6216,112.2884,110.9556,110.6224,110.2892,109.6228,107.2904,104.958,103.62519999999999,102.6256,102.6256,102.2924,102.6256,103.62519999999999,105.2912,106.624,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,109.2896,109.956,109.956,109.956,109.2896,109.2896,108.9564,107.6236,106.2908,105.2912,104.2916,103.62519999999999,102.6256,101.9592,102.6256,103.292,103.9584,104.6248,106.2908,107.6236,108.9564,109.6228,110.6224,110.9556,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.2884,111.622,110.6224,109.2896,108.9564,107.6236,106.9572,105.9576,105.9576,105.2912,104.6248,104.6248,104.958,104.958,105.2912,105.2912,105.2912,104.958,104.6248,103.292,101.626,100.2932,99.2936,98.96039999999999,97.96079999999999,97.2944,97.6276,98.294,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,101.626,101.626,101.9592],[80.9676,80.9676,80.9676,80.3012,80.3012,80.3012,80.3012,80.3012,79.968,79.3016,78.9684,78.30199999999999,76.636,75.9696,75.6364,75.6364,75.3032,75.3032,75.3032,75.3032,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,76.9692,76.3028,76.3028,76.3028,75.9696,75.9696,76.636,76.636,77.3024,78.30199999999999,78.9684,79.968,81.634,82.96679999999999,84.2996,85.2992,86.632,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.964,89.2976,88.9644,87.9648,87.2984,86.9652,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.6316,87.6316,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.6308,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.9628,93.6292,94.2956,94.962,94.962,95.6284,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.6272,99.6268,99.6268,99.6268,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,94.6288,93.9624,93.29599999999999,92.2964,92.6296,91.9632,91.63,91.2968,90.6304,89.6308,88.9644,87.9648,87.9648,87.2984,87.2984,86.2988,85.6324,84.2996,83.6332,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,79.3016,78.6352,78.6352,77.6356,77.3024,76.636,76.636,75.9696,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,67.97279999999999,66.9732,66.9732,66.3068,64.974,63.9744,62.3084,60.6424,59.309599999999996,57.9768,55.6444,53.9784,52.3124,49.6468,47.6476,45.9816,43.9824,41.65,40.3172,37.9848,36.652,35.3192,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,31.654,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,38.6512,39.984,40.6504,41.65,42.9828,43.6492,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.3144,47.3144,47.9808,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.978,54.978,54.978,54.978,55.3112,55.9776,55.9776,56.644,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,69.6388,70.3052,70.3052,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.964,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,101.2928,101.626,101.626,101.626,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.6228,109.6228,109.6228,110.2892,110.6224,111.2888,111.622,112.2884,112.6216,112.6216,113.6212,113.6212,114.954,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.62,117.9528,117.9528,118.286,118.9524,118.9524,119.6188,120.2852,121.2848,121.9512,121.9512,121.2848,121.2848,120.2852,118.9524,118.286,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,114.954,114.6208,113.95439999999999,113.288,112.2884,111.9552,111.2888,110.9556,110.2892,109.6228,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,104.958,104.958,103.9584,103.9584,103.292,103.292,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.2948,95.9616,95.6284,94.962,94.962,94.2956,94.2956,94.962,94.962,95.9616,96.2948,96.2948,96.2948,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,97.2944,97.2944,97.96079999999999,99.6268,101.9592,103.292,104.6248,105.6244,105.6244,106.2908,105.6244,104.958,103.9584,101.626,100.2932,98.6272,96.9612,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.96,100.2932,100.6264,100.6264,101.626,101.626,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,100.9596,100.9596,100.6264,100.2932,99.6268,98.96039999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,101.2928,103.62519999999999,106.2908,108.6232,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.288,112.6216,112.2884,111.2888,109.956,109.2896,109.2896,107.9568,105.6244,104.958,103.292,101.9592,101.9592,101.626,101.9592,103.292,105.2912,105.6244,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,109.2896,109.2896,109.956,109.956,109.2896,109.2896,108.9564,107.6236,105.9576,105.2912,103.62519999999999,103.292,101.9592,101.9592,102.6256,102.6256,103.292,103.9584,105.6244,106.9572,107.9568,109.6228,109.956,110.6224,111.2888,111.9552,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.2896,108.9564,106.9572,106.2908,105.9576,105.2912,105.2912,105.2912,105.2912,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.2912,103.9584,102.2924,100.6264,99.2936,98.294,97.2944,97.2944,97.2944,98.294,98.96039999999999,98.96039999999999,99.2936,99.6268,100.6264,101.2928,101.626,101.626],[80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,77.6356,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,75.6364,75.6364,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,80.9676,81.634,83.6332,84.6328,85.9656,86.9652,87.9648,87.9648,88.63119999999999,88.63119999999999,88.9644,89.2976,88.9644,88.298,87.9648,87.2984,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,85.6324,85.9656,85.9656,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,92.6296,92.6296,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,97.2944,98.6272,98.96039999999999,99.2936,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.2948,96.2948,96.2948,95.6284,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.2952,93.9624,92.6296,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,89.6308,88.9644,87.9648,87.9648,86.632,86.2988,86.2988,84.966,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.3012,79.6348,78.30199999999999,77.3024,76.636,76.636,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,68.9724,68.306,68.306,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.3076,61.9752,61.3088,59.976,58.6432,56.977199999999996,54.978,53.312,50.9796,49.6468,47.6476,45.3152,43.9824,41.65,39.6508,37.9848,36.652,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,39.3176,39.984,40.6504,41.3168,41.9832,43.316,43.9824,44.6488,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,63.308,63.9744,63.9744,63.9744,64.974,64.974,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.3064,67.3064,67.97279999999999,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,84.966,84.966,85.6324,85.9656,87.2984,87.2984,87.9648,88.298,89.2976,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.9616,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,102.2924,102.2924,102.2924,101.9592,101.9592,103.292,103.292,104.2916,105.2912,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.6224,111.622,112.2884,113.288,113.6212,113.95439999999999,114.2876,114.6208,115.2872,115.6204,115.9536,115.9536,115.9536,116.2868,116.62,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.6184,120.6184,120.2852,120.2852,119.6188,117.9528,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.2876,113.6212,113.288,112.6216,111.622,111.2888,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.624,105.9576,105.6244,105.2912,104.6248,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,96.2948,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.628,96.628,97.96079999999999,99.2936,100.6264,102.6256,103.292,104.6248,104.958,105.2912,104.958,104.6248,102.9588,101.626,99.6268,97.96079999999999,97.2944,96.2948,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.9596,100.9596,101.2928,101.626,101.626,101.626,101.626,101.626,101.2928,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,97.6276,97.96079999999999,98.96039999999999,101.2928,103.62519999999999,105.9576,108.6232,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,112.95479999999999,112.6216,111.622,111.2888,109.6228,108.9564,108.9564,108.28999999999999,106.9572,105.2912,104.2916,101.9592,101.2928,101.2928,101.2928,101.9592,103.292,104.2916,105.6244,106.624,106.624,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.2896,108.9564,107.6236,105.9576,104.6248,103.292,101.9592,101.2928,101.2928,101.2928,101.9592,102.6256,103.292,104.6248,105.9576,108.6232,109.2896,109.956,110.6224,110.9556,110.9556,111.622,111.622,111.622,112.2884,112.2884,112.2884,111.622,110.9556,109.956,109.2896,107.6236,106.624,105.9576,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,104.6248,103.292,100.6264,99.2936,97.96079999999999,96.9612,96.9612,96.9612,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.9596,100.9596,100.9596],[80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,77.6356,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.9692,77.6356,78.6352,79.3016,80.3012,80.9676,82.3004,83.6332,85.2992,86.632,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.298,87.9648,87.2984,86.9652,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.9656,86.632,86.9652,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,90.2972,91.2968,91.2968,91.2968,91.2968,91.63,92.6296,92.9628,93.6292,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,96.9612,97.6276,98.294,98.96039999999999,99.2936,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.63,91.63,91.2968,90.6304,90.2972,89.6308,88.63119999999999,88.63119999999999,87.9648,86.9652,85.9656,85.9656,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.3008,80.6344,79.6348,78.9684,77.3024,76.636,75.9696,75.9696,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,61.3088,59.976,59.309599999999996,57.9768,55.6444,54.3116,52.6456,50.3132,48.980399999999996,46.9812,45.3152,43.316,40.9836,39.6508,37.9848,36.652,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,31.654,32.3204,32.3204,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,42.6496,43.316,44.6488,45.3152,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.644,56.644,56.644,56.644,56.644,56.644,56.644,56.644,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,63.9744,63.9744,64.974,64.974,64.3076,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.306,68.306,68.9724,68.9724,69.6388,70.3052,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.6348,80.3012,80.3012,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,93.9624,94.6288,95.2952,95.2952,95.9616,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.626,102.2924,102.6256,103.9584,105.2912,105.2912,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,110.9556,111.622,112.6216,113.288,113.6212,113.6212,114.6208,114.6208,115.2872,115.2872,115.9536,115.9536,115.2872,115.2872,116.62,117.6196,117.6196,117.9528,118.286,118.9524,119.6188,119.952,119.952,119.6188,119.6188,118.9524,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.2876,113.6212,113.288,113.288,112.2884,111.622,111.2888,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.6232,108.28999999999999,107.9568,107.6236,107.6236,107.2904,107.2904,106.624,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.2912,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.9616,96.2948,96.2948,96.9612,96.2948,96.2948,95.2952,95.2952,96.2948,96.9612,97.6276,97.96079999999999,99.6268,101.626,102.6256,103.292,104.2916,104.958,104.958,104.2916,102.6256,100.9596,99.2936,97.6276,96.2948,96.2948,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,99.96,99.6268,98.6272,97.96079999999999,97.2944,96.9612,97.6276,98.96039999999999,101.2928,103.292,105.9576,107.9568,110.2892,110.9556,110.9556,110.9556,111.622,111.622,110.9556,110.9556,110.6224,110.2892,111.2888,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.2884,110.9556,109.956,108.9564,108.28999999999999,108.28999999999999,106.9572,105.9576,104.2916,103.62519999999999,101.9592,100.9596,100.6264,100.6264,101.626,102.6256,104.2916,104.6248,105.9576,106.624,107.2904,107.2904,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.2896,108.28999999999999,107.2904,105.9576,104.2916,102.6256,101.2928,100.9596,100.9596,101.2928,101.2928,101.9592,102.6256,103.62519999999999,104.6248,107.2904,108.6232,109.2896,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,111.2888,111.2888,111.9552,110.9556,110.6224,109.956,108.9564,107.6236,105.9576,105.6244,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,103.62519999999999,101.2928,99.2936,97.96079999999999,96.9612,96.9612,97.6276,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.9596,100.9596],[80.9676,80.9676,80.9676,80.3012,80.3012,80.3012,79.968,79.968,79.3016,79.3016,77.6356,76.9692,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.6352,79.3016,79.968,81.3008,82.96679999999999,84.2996,85.9656,87.2984,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.2984,87.2984,86.9652,85.6324,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.966,85.2992,85.9656,86.632,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,86.632,86.632,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,85.2992,85.2992,85.9656,85.9656,87.2984,87.2984,87.2984,87.2984,87.6316,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,90.6304,91.2968,91.63,92.9628,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,95.9616,96.628,96.9612,97.6276,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,88.63119999999999,87.9648,87.9648,86.9652,85.9656,85.9656,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,80.6344,79.968,78.30199999999999,77.3024,77.3024,76.636,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,65.9736,65.3072,64.6408,63.9744,63.308,62.3084,61.9752,61.3088,59.976,59.309599999999996,57.6436,56.3108,54.978,53.6452,51.646,49.6468,48.314,46.9812,44.6488,43.316,40.9836,38.9844,37.3184,35.9856,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.654,32.3204,32.3204,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.644,57.3104,57.3104,57.3104,56.644,56.644,56.644,56.644,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.9676,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,84.2996,84.966,85.2992,85.9656,85.9656,86.9652,87.2984,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,91.63,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,93.9624,94.6288,95.2952,95.2952,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.2936,99.2936,99.2936,99.2936,100.2932,100.6264,101.626,102.6256,103.9584,104.6248,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.6228,109.6228,110.2892,111.9552,112.95479999999999,113.6212,113.6212,114.6208,114.6208,115.2872,115.2872,115.6204,115.6204,114.954,115.2872,116.2868,116.9532,116.9532,117.6196,117.9528,118.286,118.9524,119.6188,119.6188,118.9524,118.9524,118.286,117.2864,116.62,116.62,116.2868,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,114.6208,114.6208,114.2876,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.28999999999999,107.6236,107.6236,107.6236,106.9572,106.624,106.624,105.9576,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.2912,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.6288,94.6288,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.9616,96.2948,96.2948,96.2948,95.9616,95.2952,95.2952,96.2948,96.9612,96.9612,97.6276,98.6272,99.6268,101.2928,102.6256,103.292,103.62519999999999,104.2916,103.62519999999999,101.9592,100.9596,98.96039999999999,97.2944,96.2948,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,97.6276,98.96039999999999,100.6264,103.292,104.958,106.9572,109.2896,109.956,109.956,109.956,110.2892,110.2892,109.956,109.6228,108.9564,107.9568,108.9564,109.2896,110.2892,110.6224,111.622,111.622,111.622,109.956,109.2896,108.28999999999999,107.6236,106.9572,105.9576,105.2912,103.62519999999999,102.6256,101.2928,100.2932,100.6264,100.6264,101.626,102.6256,103.62519999999999,104.6248,105.9576,106.624,107.2904,107.2904,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.2896,107.9568,106.624,105.2912,103.62519999999999,101.9592,101.2928,100.9596,100.9596,100.9596,100.9596,101.626,101.9592,102.9588,103.9584,105.2912,106.2908,107.6236,107.9568,108.6232,108.6232,109.2896,109.956,109.956,110.2892,111.2888,111.2888,110.9556,110.6224,109.2896,108.9564,106.9572,105.9576,105.6244,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,103.9584,102.2924,100.2932,97.96079999999999,96.9612,96.9612,97.6276,98.294,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.9596,100.9596],[80.9676,80.9676,80.9676,80.9676,80.9676,80.3012,79.968,79.968,79.968,79.3016,77.6356,76.9692,76.3028,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,71.638,71.638,71.638,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,76.3028,76.9692,77.6356,77.6356,78.6352,79.3016,80.6344,81.9672,83.6332,84.966,86.2988,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,85.6324,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.2992,85.9656,86.632,87.9648,87.9648,88.298,88.298,88.298,87.9648,87.9648,86.632,86.632,86.2988,86.2988,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.2992,85.9656,86.2988,87.2984,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,91.2968,91.9632,92.9628,92.9628,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,95.6284,96.628,96.628,97.6276,97.6276,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.63,91.2968,91.2968,90.2972,89.6308,89.6308,88.63119999999999,87.9648,87.2984,86.9652,85.9656,85.2992,84.966,84.2996,82.96679999999999,82.3004,81.3008,81.3008,79.968,79.3016,78.30199999999999,77.3024,76.636,75.9696,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.3048,70.6384,69.972,69.3056,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.6408,64.6408,63.9744,63.308,62.3084,61.641999999999996,60.6424,59.976,59.309599999999996,57.9768,56.977199999999996,55.6444,53.6452,52.3124,50.9796,48.980399999999996,47.6476,46.3148,43.9824,42.6496,40.3172,38.318,36.652,35.9856,33.986399999999996,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,32.3204,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,37.3184,37.9848,38.6512,38.6512,39.3176,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.3104,57.3104,57.3104,57.3104,56.644,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,68.6392,68.6392,69.3056,68.9724,69.6388,69.6388,70.3052,70.9716,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.3012,80.3012,80.9676,80.9676,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.9656,85.9656,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.63119999999999,89.6308,90.2972,90.2972,90.2972,91.2968,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,93.9624,94.6288,95.2952,95.2952,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.294,98.294,98.294,98.294,98.294,99.2936,99.96,100.6264,102.2924,103.62519999999999,104.6248,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.9564,108.9564,109.6228,110.9556,111.622,112.2884,113.288,114.6208,114.6208,115.2872,115.2872,115.6204,115.6204,114.954,114.954,115.6204,115.9536,115.9536,116.62,116.9532,117.6196,117.9528,117.9528,118.286,118.286,118.286,117.9528,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,114.6208,114.6208,114.2876,113.6212,113.288,113.288,112.2884,112.2884,112.2884,111.622,111.2888,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.6288,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,95.2952,95.9616,95.9616,95.9616,95.9616,94.6288,94.6288,95.9616,96.2948,96.2948,96.9612,97.96079999999999,98.6272,99.6268,100.9596,101.9592,102.6256,102.9588,102.6256,101.9592,100.2932,97.96079999999999,96.9612,96.2948,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.9612,98.294,100.2932,102.6256,104.6248,106.624,107.6236,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,107.6236,106.9572,105.9576,106.624,106.624,107.6236,107.9568,109.2896,109.956,109.956,109.2896,108.6232,108.28999999999999,106.9572,106.2908,105.2912,104.6248,103.292,101.9592,100.9596,100.2932,99.6268,99.6268,101.2928,102.2924,103.62519999999999,104.2916,105.9576,106.624,107.2904,107.2904,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,108.9564,107.6236,106.624,105.2912,103.62519999999999,101.9592,100.9596,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.9592,102.6256,103.62519999999999,104.6248,105.9576,106.624,107.2904,107.6236,107.9568,108.9564,110.2892,110.2892,110.9556,110.9556,110.6224,109.956,108.9564,108.28999999999999,106.624,105.6244,104.958,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,104.6248,102.6256,100.2932,97.96079999999999,96.9612,96.9612,97.6276,98.294,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.9596,100.9596],[81.634,81.634,81.634,81.634,81.634,80.9676,80.6344,80.6344,80.6344,79.968,78.9684,77.3024,76.3028,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.636,77.3024,78.6352,79.968,81.3008,82.6336,83.6332,85.6324,85.9656,86.2988,86.9652,87.2984,86.9652,86.2988,85.6324,85.6324,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,86.2988,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,86.632,86.632,85.9656,85.6324,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,85.9656,85.9656,86.2988,86.2988,86.9652,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.6304,90.9636,92.6296,92.9628,93.6292,93.6292,93.9624,94.6288,94.962,95.6284,96.628,96.628,96.9612,96.9612,96.9612,97.6276,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.6276,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.2956,94.2956,93.9624,93.29599999999999,92.2964,91.63,91.63,91.63,91.2968,90.2972,89.6308,89.6308,88.63119999999999,88.298,87.2984,86.632,85.2992,84.6328,84.2996,83.6332,81.634,80.9676,80.6344,79.968,79.968,79.3016,77.6356,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.304,72.6376,72.6376,71.9712,70.6384,69.972,68.9724,68.306,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.6408,63.9744,63.9744,63.308,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,55.6444,54.3116,52.9788,51.646,49.6468,48.980399999999996,46.3148,44.982,43.316,41.3168,38.9844,37.6516,35.9856,35.3192,33.986399999999996,33.32,33.32,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,32.3204,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,37.3184,38.6512,39.6508,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,51.646,51.646,52.3124,53.312,53.9784,53.9784,54.6448,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,64.974,64.974,65.6404,65.6404,66.64,66.64,67.3064,67.3064,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.6388,69.6388,69.3056,69.972,69.972,70.6384,70.6384,71.3048,72.3044,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,87.2984,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.2976,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,93.9624,94.6288,95.2952,95.2952,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.2936,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,101.2928,102.2924,103.62519999999999,104.6248,105.2912,105.6244,106.624,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.9564,110.2892,111.622,112.2884,113.6212,114.2876,114.2876,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.954,115.6204,115.6204,115.6204,116.2868,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,115.9536,115.6204,115.9536,115.9536,115.6204,115.6204,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,114.954,114.954,114.2876,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,111.2888,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.28999999999999,106.9572,106.9572,106.9572,105.9576,105.9576,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.958,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,95.2952,95.6284,95.6284,94.6288,94.6288,94.6288,95.2952,95.2952,95.9616,97.6276,98.6272,98.6272,99.6268,100.2932,100.6264,101.2928,101.2928,100.6264,99.6268,97.96079999999999,96.9612,96.2948,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.96,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,97.6276,99.2936,101.626,103.62519999999999,105.2912,106.9572,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,105.9576,104.958,103.9584,103.62519999999999,103.9584,104.958,105.6244,106.9572,107.9568,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,103.9584,102.6256,101.2928,99.6268,98.96039999999999,99.6268,99.6268,100.2932,101.626,102.6256,103.62519999999999,105.6244,105.9576,106.624,107.2904,107.9568,107.9568,108.6232,108.6232,109.956,109.956,108.6232,108.6232,107.2904,105.9576,104.958,103.292,101.2928,100.9596,99.6268,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,101.2928,101.626,102.6256,103.62519999999999,104.6248,105.6244,106.624,107.2904,107.6236,108.28999999999999,109.2896,109.956,110.2892,110.2892,109.6228,108.6232,107.6236,106.9572,106.2908,105.2912,104.6248,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.6244,104.6248,102.6256,100.2932,98.294,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932],[82.96679999999999,82.3004,82.3004,82.3004,82.3004,81.634,81.3008,80.6344,80.6344,79.968,78.9684,77.3024,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.638,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.9696,76.636,77.9688,79.3016,80.6344,81.9672,82.6336,84.2996,85.6324,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,86.632,86.632,85.9656,85.6324,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.966,85.9656,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.6316,87.9648,88.298,87.6316,87.6316,87.6316,87.6316,88.298,89.2976,90.6304,91.2968,91.9632,92.9628,93.6292,93.6292,93.9624,94.962,95.6284,95.9616,96.628,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,97.6276,97.6276,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.2956,94.2956,93.9624,93.29599999999999,92.2964,91.63,91.63,91.63,91.2968,90.2972,89.6308,89.2976,88.298,88.298,87.2984,86.632,85.2992,84.6328,83.6332,82.96679999999999,81.634,80.3012,79.968,79.3016,79.3016,78.6352,76.9692,76.3028,75.6364,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.9712,71.3048,69.972,69.3056,68.306,67.6396,66.3068,65.6404,65.6404,64.974,64.3076,64.3076,63.308,63.308,62.3084,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,55.6444,54.978,53.6452,52.3124,50.9796,48.980399999999996,47.6476,45.6484,44.315599999999996,42.6496,40.6504,38.318,36.9852,35.9856,34.6528,33.32,33.32,33.32,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,32.3204,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,35.3192,35.3192,36.652,37.3184,38.6512,40.3172,40.9836,41.65,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,51.646,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,66.3068,66.3068,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.6388,69.6388,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.9644,89.2976,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,93.9624,94.6288,95.2952,95.2952,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.2936,99.2936,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,101.626,102.2924,103.9584,104.6248,105.2912,105.6244,106.624,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.624,106.624,106.624,106.624,106.624,106.9572,107.6236,108.9564,110.2892,111.9552,112.95479999999999,114.2876,114.2876,114.2876,114.954,114.954,114.2876,114.2876,113.6212,113.6212,114.6208,114.6208,114.6208,114.6208,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,115.6204,115.9536,115.9536,115.6204,115.6204,114.6208,114.6208,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,114.954,114.954,114.2876,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,111.2888,110.6224,109.956,109.956,109.956,109.2896,109.2896,108.28999999999999,107.9568,106.9572,106.624,106.2908,105.6244,105.6244,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.6292,93.9624,94.6288,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,97.6276,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,100.2932,100.6264,100.6264,100.2932,98.96039999999999,97.96079999999999,96.9612,96.2948,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.6272,97.96079999999999,97.2944,96.2948,95.9616,95.9616,96.2948,96.9612,98.96039999999999,100.9596,102.6256,104.6248,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,105.9576,104.2916,103.292,101.2928,100.9596,101.2928,101.9592,103.292,104.958,105.6244,105.6244,106.2908,106.2908,106.2908,105.9576,105.2912,104.6248,103.62519999999999,101.9592,100.6264,99.6268,98.6272,98.96039999999999,98.96039999999999,99.2936,100.2932,102.2924,103.292,104.958,105.9576,106.624,107.2904,107.9568,107.9568,108.6232,108.6232,109.956,109.956,108.6232,107.9568,107.2904,105.9576,104.958,103.292,101.626,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.626,102.6256,103.9584,105.2912,106.624,107.2904,107.9568,108.9564,109.2896,109.956,110.2892,110.2892,109.2896,108.6232,107.6236,106.624,105.9576,104.6248,103.9584,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.6244,104.6248,102.6256,100.2932,98.294,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932],[83.9664,83.6332,83.6332,83.6332,82.96679999999999,82.3004,81.9672,81.3008,80.6344,79.968,78.9684,77.3024,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,79.968,81.3008,82.6336,83.6332,85.6324,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,81.9672,82.3004,82.96679999999999,84.2996,84.966,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,86.632,86.632,85.2992,84.966,84.2996,83.9664,83.6332,83.6332,83.3,83.3,83.3,83.3,82.6336,81.9672,82.6336,83.6332,84.966,85.6324,85.9656,85.9656,85.6324,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,86.632,86.632,87.2984,87.2984,88.9644,89.6308,89.964,91.2968,91.9632,92.6296,93.6292,93.9624,94.6288,94.962,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.628,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,92.9628,91.63,91.63,91.63,91.2968,91.2968,90.2972,89.6308,89.2976,88.298,87.2984,87.2984,85.9656,85.2992,84.2996,83.6332,82.3004,80.9676,79.968,79.3016,78.9684,78.30199999999999,78.30199999999999,76.9692,76.3028,75.6364,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,67.6396,66.9732,65.6404,64.974,63.9744,63.308,63.308,62.3084,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.644,55.6444,54.978,53.312,52.6456,51.646,49.98,48.314,46.9812,44.982,43.6492,41.9832,40.6504,38.318,36.9852,35.9856,34.6528,33.32,33.32,33.32,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,32.3204,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.9848,39.3176,40.9836,41.65,42.3164,42.6496,43.316,43.316,43.9824,45.3152,45.9816,45.9816,46.647999999999996,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.3124,52.9788,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.6428,60.3092,60.9756,61.641999999999996,62.3084,63.308,63.308,63.9744,64.3076,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,70.3052,70.3052,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,81.3008,82.6336,83.3,83.9664,83.9664,83.9664,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,89.2976,89.2976,88.63119999999999,88.298,87.2984,87.2984,86.9652,87.2984,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.9632,91.9632,91.9632,92.6296,92.2964,92.9628,93.9624,94.6288,95.2952,95.2952,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.2944,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,100.9596,101.2928,102.2924,102.6256,103.9584,104.6248,105.6244,105.9576,106.624,106.624,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.2904,107.9568,109.956,111.622,113.288,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,114.954,114.954,114.2876,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.2892,110.2892,109.956,109.956,108.9564,108.9564,108.28999999999999,107.9568,106.2908,105.9576,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.96,99.96,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,91.9632,91.9632,91.63,92.6296,93.9624,94.6288,95.6284,95.6284,94.6288,93.9624,93.9624,94.6288,94.6288,95.2952,96.628,97.6276,97.6276,98.294,98.96039999999999,99.6268,100.2932,100.2932,99.6268,98.96039999999999,97.96079999999999,96.9612,96.2948,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.96,99.96,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.9612,96.2948,95.9616,95.9616,96.2948,96.9612,98.294,100.2932,102.6256,104.958,106.624,106.9572,107.2904,107.2904,106.9572,105.9576,105.6244,103.292,101.2928,99.6268,98.6272,98.96039999999999,99.2936,100.2932,102.6256,103.62519999999999,104.2916,104.958,105.6244,105.6244,104.958,104.6248,104.2916,103.292,101.9592,100.6264,98.96039999999999,98.6272,98.294,97.96079999999999,98.96039999999999,99.96,101.2928,102.6256,103.62519999999999,105.6244,106.624,107.2904,107.6236,107.9568,108.28999999999999,108.6232,108.6232,108.6232,108.6232,107.9568,106.624,105.6244,103.9584,102.6256,101.2928,99.96,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,99.2936,100.6264,101.2928,101.626,102.6256,103.9584,105.2912,107.2904,107.6236,108.9564,109.2896,109.956,109.956,110.2892,110.2892,109.2896,108.6232,107.6236,106.2908,105.6244,104.2916,103.62519999999999,103.292,103.62519999999999,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,102.6256,100.2932,98.294,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932],[85.2992,85.2992,84.6328,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,79.968,78.9684,77.3024,76.3028,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.9716,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.638,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.9696,76.636,78.30199999999999,79.3016,80.6344,81.9672,83.6332,84.2996,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,82.96679999999999,83.6332,84.966,85.6324,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,86.632,86.2988,84.966,84.966,84.2996,83.9664,83.6332,83.6332,83.3,83.3,83.3,83.3,82.6336,81.9672,82.6336,83.6332,84.2996,85.6324,85.6324,85.9656,85.6324,85.6324,86.2988,86.2988,86.632,87.2984,87.2984,85.9656,85.9656,85.9656,85.9656,86.9652,87.6316,88.9644,89.6308,89.964,90.6304,91.63,92.6296,93.29599999999999,93.9624,94.6288,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,91.63,90.9636,91.2968,91.2968,90.6304,90.2972,89.6308,89.2976,88.298,87.2984,87.2984,85.9656,85.2992,84.2996,83.6332,82.3004,80.9676,79.968,79.6348,78.9684,78.9684,78.30199999999999,77.6356,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,68.6392,67.6396,66.3068,65.6404,64.3076,63.308,62.3084,62.3084,61.641999999999996,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,57.3104,56.644,55.9776,54.978,53.6452,52.6456,51.3128,50.3132,48.980399999999996,47.6476,45.6484,44.315599999999996,42.9828,41.9832,39.6508,38.318,36.9852,35.3192,34.6528,33.986399999999996,33.32,33.32,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,32.3204,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,38.6512,39.984,41.65,42.3164,42.3164,43.316,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.3124,52.9788,53.6452,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.3092,60.9756,61.641999999999996,62.3084,63.308,63.9744,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.9716,70.9716,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,77.6356,78.6352,78.6352,79.3016,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,83.9664,83.9664,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.9644,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.9652,86.9652,87.2984,87.2984,88.298,89.2976,90.2972,90.6304,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,91.9632,91.9632,91.9632,91.9632,92.2964,92.9628,93.9624,94.6288,95.2952,95.2952,96.2948,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.96,100.2932,101.2928,101.9592,102.6256,103.292,104.6248,105.2912,105.9576,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.9568,109.956,111.622,113.6212,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,114.6208,114.6208,113.95439999999999,113.95439999999999,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,114.954,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.2892,110.2892,109.956,109.956,108.9564,108.28999999999999,107.9568,106.9572,106.2908,105.9576,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,99.96,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,91.9632,91.63,91.63,91.2968,91.63,93.29599999999999,93.9624,94.962,94.962,93.9624,93.9624,93.9624,93.9624,94.6288,95.6284,95.9616,96.9612,97.6276,97.6276,98.294,98.96039999999999,99.6268,99.6268,98.96039999999999,98.6272,97.6276,96.628,96.2948,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,99.96,99.96,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.6276,96.9612,96.9612,96.2948,96.2948,96.2948,96.9612,97.96079999999999,100.2932,102.6256,104.6248,105.9576,106.9572,107.2904,106.9572,106.2908,105.6244,104.6248,102.2924,99.96,98.96039999999999,97.2944,96.2948,96.9612,97.6276,99.6268,101.626,103.292,104.2916,104.6248,104.6248,104.6248,104.6248,104.2916,103.292,101.9592,100.6264,98.96039999999999,98.6272,98.294,97.2944,98.294,98.96039999999999,99.96,101.2928,103.292,104.2916,105.9576,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,105.9576,104.6248,103.62519999999999,102.2924,100.6264,99.96,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.96,101.2928,101.626,102.6256,103.9584,105.6244,107.2904,108.6232,109.6228,109.956,109.956,109.956,110.2892,110.2892,109.2896,108.6232,107.6236,106.2908,105.6244,104.2916,103.62519999999999,103.292,103.62519999999999,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,102.6256,100.2932,98.96039999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932],[86.9652,86.9652,86.632,84.966,84.2996,82.96679999999999,82.6336,81.9672,81.3008,79.968,79.3016,77.3024,75.6364,74.97,73.63719999999999,72.9708,72.6376,71.9712,71.3048,70.6384,69.6388,68.9724,68.9724,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,74.3036,74.97,75.9696,77.6356,78.6352,79.968,81.3008,82.96679999999999,83.6332,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.2996,85.6324,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,85.9656,84.966,84.966,83.6332,83.3,83.3,83.3,83.3,83.3,83.3,83.3,82.6336,82.6336,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,86.632,85.9656,85.2992,84.6328,84.6328,85.2992,86.2988,87.6316,88.298,89.6308,89.964,90.2972,91.63,91.9632,92.6296,93.9624,94.6288,94.962,95.6284,95.9616,95.9616,95.9616,96.2948,96.9612,96.628,97.6276,97.6276,96.9612,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.2968,91.2968,90.6304,90.2972,89.6308,89.2976,88.298,88.298,87.2984,86.632,85.2992,84.6328,84.2996,83.6332,81.634,80.6344,80.6344,79.968,79.6348,78.9684,78.30199999999999,77.3024,75.6364,74.97,74.97,74.3036,73.304,72.6376,71.9712,70.6384,69.6388,68.306,67.6396,65.9736,65.3072,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.6452,52.6456,50.9796,50.3132,48.980399999999996,48.314,46.3148,45.3152,43.9824,42.6496,41.3168,39.6508,37.3184,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,34.6528,35.3192,37.3184,39.3176,40.9836,42.3164,42.3164,42.9828,43.316,43.9824,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.9788,53.6452,53.6452,54.3116,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.9776,56.644,57.3104,57.9768,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.6408,65.3072,65.9736,65.9736,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,71.638,71.638,72.3044,72.3044,72.9708,72.9708,72.9708,73.63719999999999,74.6368,75.3032,75.9696,76.636,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,90.2972,89.6308,88.9644,88.63119999999999,87.9648,86.632,86.2988,86.2988,86.9652,87.2984,88.298,88.63119999999999,89.964,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,92.2964,92.9628,93.9624,94.6288,95.2952,95.2952,96.2948,96.2948,96.9612,97.6276,98.294,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,99.2936,99.2936,99.96,100.2932,101.2928,101.2928,102.6256,103.292,103.62519999999999,104.6248,104.958,105.6244,105.9576,106.624,106.9572,106.2908,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,106.624,108.28999999999999,110.9556,112.2884,113.6212,114.2876,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.2876,114.2876,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,114.954,115.2872,115.2872,114.954,114.954,114.954,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.6224,110.2892,110.2892,109.956,109.2896,108.6232,107.9568,107.2904,106.624,105.6244,105.2912,104.958,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,100.6264,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.96,99.2936,99.2936,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,90.2972,90.6304,92.2964,93.6292,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.6272,98.6272,97.96079999999999,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,96.9612,96.628,97.2944,96.2948,96.2948,96.2948,96.9612,97.96079999999999,100.2932,102.6256,103.9584,105.6244,106.9572,106.9572,106.9572,105.9576,105.2912,104.6248,102.6256,100.2932,98.6272,96.2948,95.2952,95.2952,96.2948,97.96079999999999,100.2932,101.626,103.292,104.2916,104.6248,104.6248,104.6248,104.2916,103.292,101.9592,99.96,99.6268,98.6272,97.96079999999999,97.2944,97.2944,97.96079999999999,98.96039999999999,100.6264,102.6256,103.9584,105.6244,105.9576,105.6244,105.9576,106.2908,106.2908,107.6236,106.9572,105.6244,105.6244,104.6248,103.9584,102.6256,101.2928,100.6264,99.6268,98.96039999999999,98.294,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,101.626,102.6256,104.6248,105.9576,107.9568,108.9564,109.956,110.2892,110.2892,110.2892,109.956,109.956,109.2896,107.9568,106.9572,105.9576,105.2912,104.2916,103.62519999999999,102.6256,103.292,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.6248,103.292,100.6264,99.2936,97.96079999999999,97.2944,97.96079999999999,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268],[88.298,88.298,86.9652,85.9656,84.2996,83.6332,82.6336,81.9672,81.3008,79.968,79.3016,77.6356,75.6364,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,68.9724,68.306,68.306,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,75.3032,76.9692,78.6352,79.968,80.6344,82.3004,82.96679999999999,84.966,84.966,84.966,84.966,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,83.3,84.2996,84.966,86.2988,86.9652,87.2984,87.2984,87.2984,86.632,85.9656,85.2992,84.966,83.6332,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.2992,85.2992,85.2992,84.6328,84.6328,84.6328,85.2992,86.632,87.6316,88.9644,89.6308,89.964,90.6304,91.2968,91.9632,93.29599999999999,93.9624,93.9624,94.962,94.962,95.2952,95.2952,95.9616,96.2948,96.9612,96.9612,96.9612,95.6284,95.6284,95.6284,95.2952,95.9616,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,90.2972,90.2972,89.6308,88.63119999999999,88.298,87.9648,86.9652,86.632,85.2992,85.2992,84.2996,82.96679999999999,81.634,81.3008,80.6344,80.3012,79.6348,78.9684,78.30199999999999,76.3028,75.6364,75.6364,74.97,73.9704,73.304,71.9712,70.6384,69.6388,68.306,67.6396,65.9736,65.3072,63.9744,63.308,62.3084,61.3088,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.312,51.9792,50.9796,49.6468,48.980399999999996,47.6476,45.6484,44.6488,43.316,42.6496,41.3168,39.6508,37.3184,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,34.6528,35.9856,37.9848,39.3176,41.65,42.3164,42.9828,42.9828,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.644,57.3104,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.64,66.64,67.3064,67.3064,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,70.3052,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,75.3032,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.634,81.634,80.9676,80.6344,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.2972,89.2976,88.298,87.2984,86.632,85.6324,84.966,86.2988,86.9652,87.6316,88.63119999999999,89.2976,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,91.9632,91.9632,92.6296,92.2964,92.9628,93.9624,94.6288,95.2952,95.6284,96.2948,96.9612,97.6276,97.6276,98.294,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.96039999999999,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.96,100.6264,101.2928,101.626,101.9592,102.6256,103.292,103.62519999999999,104.958,104.958,105.6244,105.9576,106.624,106.624,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,107.6236,109.2896,111.2888,112.2884,113.6212,114.2876,114.6208,115.2872,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.2876,114.2876,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,110.2892,109.956,109.2896,109.2896,107.9568,107.6236,106.624,105.9576,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.6264,100.6264,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,91.63,91.2968,90.6304,89.964,89.964,90.2972,90.6304,92.2964,93.6292,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.962,95.6284,95.9616,96.628,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,98.96039999999999,98.294,97.2944,97.2944,97.2944,97.6276,96.9612,96.628,96.9612,96.2948,96.2948,96.2948,96.9612,97.96079999999999,98.96039999999999,101.2928,103.9584,105.6244,106.2908,106.9572,106.9572,105.9576,105.6244,104.6248,102.6256,100.2932,97.96079999999999,95.9616,94.2956,94.2956,95.2952,97.2944,98.6272,100.6264,102.6256,104.2916,104.6248,104.6248,104.2916,103.62519999999999,102.6256,101.2928,99.96,99.6268,98.6272,97.96079999999999,97.2944,96.2948,96.9612,98.294,99.2936,101.9592,103.292,103.62519999999999,104.2916,104.6248,104.958,105.2912,105.2912,105.2912,105.2912,104.958,104.6248,103.62519999999999,102.6256,101.2928,100.2932,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.6264,102.2924,103.62519999999999,105.6244,106.2908,108.6232,109.6228,110.6224,110.9556,110.2892,110.2892,109.956,109.956,109.2896,107.9568,106.9572,105.9576,105.2912,104.2916,103.62519999999999,102.6256,103.292,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.6248,103.292,100.6264,99.2936,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268],[89.6308,88.298,87.6316,85.9656,85.2992,83.6332,83.6332,82.6336,81.3008,79.968,79.3016,77.6356,75.6364,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,68.9724,68.306,67.6396,66.9732,67.3064,67.3064,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,76.3028,77.6356,79.3016,80.6344,81.634,82.96679999999999,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,84.2996,84.966,86.2988,86.9652,86.9652,86.9652,86.2988,86.2988,85.2992,84.966,84.2996,83.6332,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.2992,85.2992,84.2996,84.2996,84.2996,84.2996,84.2996,84.6328,85.9656,87.2984,87.9648,88.298,88.9644,89.964,90.6304,91.2968,92.6296,93.6292,93.6292,94.2956,93.9624,94.2956,94.2956,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,91.2968,90.6304,90.2972,89.6308,88.63119999999999,88.63119999999999,88.298,87.9648,87.2984,86.632,86.2988,85.6324,83.6332,82.3004,81.9672,81.3008,80.9676,80.3012,80.3012,78.9684,77.6356,76.9692,76.3028,75.6364,74.6368,73.9704,72.6376,71.3048,69.972,69.3056,67.6396,66.9732,65.3072,64.6408,62.6416,61.9752,61.3088,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.3116,52.9788,51.646,50.9796,49.6468,48.314,46.9812,45.6484,43.9824,43.316,41.9832,41.3168,39.6508,37.9848,36.652,35.3192,35.3192,33.986399999999996,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,34.6528,35.9856,37.9848,39.984,41.65,42.9828,42.9828,42.9828,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.3104,57.9768,58.6432,59.309599999999996,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.636,78.30199999999999,78.9684,79.6348,80.6344,80.6344,80.6344,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,83.6332,82.3004,81.9672,80.9676,80.9676,80.3012,80.3012,80.3012,80.3012,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,88.298,88.298,89.2976,89.2976,89.964,89.964,90.6304,90.2972,89.2976,88.298,87.2984,86.632,85.6324,85.6324,85.6324,86.9652,87.2984,88.298,89.2976,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.9628,93.29599999999999,93.9624,94.6288,95.2952,95.6284,96.628,96.9612,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,101.626,101.9592,103.292,102.6256,102.9588,103.62519999999999,104.2916,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,108.9564,109.956,111.622,112.2884,113.288,113.95439999999999,114.6208,115.2872,114.6208,114.2876,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,114.6208,114.2876,114.2876,113.6212,113.288,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.288,113.288,112.6216,112.2884,112.2884,112.2884,111.2888,110.9556,110.2892,109.956,109.956,109.6228,109.6228,108.9564,108.28999999999999,107.9568,107.6236,105.9576,105.6244,105.6244,104.958,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.292,103.292,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.294,98.294,98.294,98.294,98.96039999999999,99.6268,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.294,97.6276,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.964,89.964,90.2972,90.6304,92.2964,93.6292,94.6288,94.6288,93.9624,93.6292,93.9624,93.9624,94.6288,94.962,95.9616,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.2932,100.2932,99.6268,98.96039999999999,98.294,97.2944,97.2944,97.2944,97.6276,96.9612,96.628,96.2948,96.2948,95.9616,96.2948,96.9612,97.6276,98.96039999999999,101.2928,103.62519999999999,105.6244,106.2908,106.9572,106.9572,105.9576,105.6244,104.958,102.6256,100.2932,97.96079999999999,95.9616,94.2956,93.9624,94.962,96.2948,98.6272,100.6264,102.2924,103.62519999999999,104.2916,104.2916,104.2916,103.62519999999999,102.6256,100.6264,99.96,98.96039999999999,98.6272,97.2944,96.2948,95.9616,96.2948,96.9612,98.294,99.96,101.2928,102.2924,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.2924,101.626,100.6264,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.6276,97.96079999999999,97.96079999999999,98.294,98.96039999999999,100.2932,101.2928,103.292,104.958,105.9576,107.6236,108.6232,110.2892,110.9556,110.9556,110.2892,109.956,110.2892,110.2892,109.2896,108.6232,107.6236,105.6244,104.6248,104.2916,103.62519999999999,103.292,103.292,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.6248,103.292,101.2928,99.96,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268],[89.6308,88.9644,87.6316,86.632,85.2992,84.966,83.6332,82.96679999999999,81.3008,79.968,79.3016,77.6356,75.6364,74.3036,73.63719999999999,72.3044,71.3048,70.6384,69.972,69.3056,68.306,67.6396,66.9732,66.3068,66.64,67.3064,67.3064,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,76.3028,76.9692,78.6352,79.968,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,82.3004,82.3004,82.3004,81.634,81.634,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,83.6332,84.966,86.2988,86.2988,86.9652,86.2988,86.2988,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,86.632,86.632,87.9648,88.298,88.9644,89.2976,90.2972,91.2968,91.63,92.9628,92.9628,92.9628,92.9628,93.6292,94.2956,94.6288,93.9624,94.6288,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,90.6304,90.6304,90.2972,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.9648,86.632,86.632,84.6328,83.6332,82.96679999999999,82.3004,81.9672,81.3008,81.3008,80.3012,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,73.304,71.9712,70.6384,69.972,68.306,67.6396,65.9736,65.3072,63.308,62.6416,61.3088,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.3124,51.646,50.3132,49.6468,48.314,46.9812,44.982,43.9824,42.6496,41.9832,41.3168,39.6508,37.9848,36.652,35.9856,35.3192,33.986399999999996,33.32,33.32,32.6536,31.654,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,35.3192,36.652,38.6512,40.6504,42.3164,42.9828,42.9828,42.9828,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,58.6432,59.309599999999996,59.976,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.9736,66.9732,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,79.6348,80.3012,81.3008,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,82.96679999999999,82.6336,81.634,81.634,80.9676,80.9676,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,87.2984,87.2984,88.298,88.298,89.2976,89.2976,89.964,90.2972,90.6304,90.6304,89.964,89.2976,88.298,87.2984,86.632,86.2988,85.6324,86.9652,87.2984,88.298,89.2976,89.964,91.2968,91.63,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.962,95.6284,96.2948,96.628,97.6276,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,102.6256,103.292,102.9588,102.9588,104.2916,104.2916,104.6248,104.6248,105.6244,105.6244,105.9576,106.624,106.2908,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,105.6244,105.2912,105.6244,105.6244,106.2908,107.2904,107.9568,109.2896,110.6224,111.622,112.95479999999999,113.288,113.95439999999999,114.6208,115.2872,114.6208,114.2876,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,114.6208,114.2876,114.2876,113.6212,113.288,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.288,112.6216,112.6216,112.2884,112.2884,111.622,111.2888,110.6224,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,107.6236,107.6236,106.624,105.6244,104.958,104.6248,103.9584,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.9592,102.2924,102.2924,101.9592,101.2928,100.6264,100.6264,100.2932,99.6268,99.2936,98.96039999999999,97.96079999999999,97.2944,97.2944,97.2944,97.6276,98.294,98.96039999999999,99.2936,99.6268,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.2936,98.96039999999999,98.294,97.6276,96.9612,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,99.96,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.2968,90.6304,89.6308,89.2976,89.2976,89.6308,90.6304,92.2964,93.6292,94.6288,94.6288,93.9624,93.6292,93.9624,93.9624,94.6288,94.6288,95.6284,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,99.6268,99.2936,98.96039999999999,97.96079999999999,97.2944,96.9612,96.9612,96.628,95.9616,96.2948,95.9616,95.9616,96.2948,96.2948,96.9612,98.96039999999999,101.2928,103.62519999999999,105.6244,106.2908,106.9572,106.9572,105.9576,105.9576,104.958,102.6256,100.2932,97.96079999999999,95.9616,94.2956,93.9624,93.9624,95.9616,97.6276,100.2932,102.2924,103.62519999999999,104.2916,104.2916,103.62519999999999,103.292,101.9592,100.2932,99.6268,98.6272,97.96079999999999,96.2948,95.6284,94.962,94.962,95.9616,96.9612,98.96039999999999,99.96,100.2932,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.2932,98.96039999999999,98.294,98.294,97.96079999999999,97.6276,96.9612,97.2944,97.2944,98.294,98.96039999999999,100.6264,102.2924,104.6248,105.6244,106.9572,108.28999999999999,109.956,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,109.2896,108.6232,107.6236,105.6244,104.6248,104.2916,103.62519999999999,103.292,103.292,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.6248,103.62519999999999,101.9592,100.2932,98.96039999999999,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268],[88.9644,88.298,87.2984,86.632,85.2992,84.966,83.6332,82.96679999999999,82.3004,80.9676,79.3016,77.6356,75.6364,74.3036,73.63719999999999,72.3044,71.3048,70.6384,69.972,69.3056,67.6396,66.9732,66.3068,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,75.6364,76.3028,77.6356,79.3016,80.9676,81.634,81.634,81.634,81.634,81.634,81.634,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.6348,80.3012,80.6344,81.3008,82.96679999999999,84.2996,85.6324,85.6324,85.9656,85.2992,84.966,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.2992,85.9656,86.632,86.632,87.9648,88.298,88.9644,89.2976,90.6304,91.2968,91.2968,91.2968,91.2968,91.9632,92.2964,92.9628,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,91.9632,91.2968,91.2968,90.9636,91.2968,91.9632,92.9628,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.2972,89.964,89.2976,88.9644,88.298,88.298,87.2984,86.632,85.2992,84.966,83.6332,83.6332,82.3004,82.3004,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,75.6364,74.3036,72.9708,71.3048,70.6384,68.9724,68.306,66.9732,66.3068,64.6408,63.9744,61.9752,61.3088,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.3124,50.9796,50.3132,48.980399999999996,47.6476,46.3148,44.982,43.316,42.6496,41.9832,40.9836,39.6508,37.9848,36.652,35.9856,35.3192,33.986399999999996,33.32,32.6536,32.6536,31.654,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.32,34.6528,35.9856,37.9848,39.3176,40.6504,42.3164,42.9828,42.9828,42.9828,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,51.3128,51.9792,53.312,53.9784,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.6432,59.309599999999996,59.976,60.6424,62.3084,63.308,63.9744,64.6408,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.6392,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.3044,72.3044,72.3044,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,79.3016,79.968,81.3008,81.9672,82.6336,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,85.2992,85.2992,84.2996,83.6332,83.3,82.6336,82.6336,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,86.632,87.2984,88.298,88.298,89.2976,89.2976,90.2972,90.6304,91.63,91.2968,91.2968,89.964,88.9644,87.9648,87.2984,86.2988,85.6324,86.2988,87.2984,87.9648,89.2976,89.964,91.2968,91.63,91.63,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.9624,95.2952,95.2952,95.6284,96.2948,97.2944,97.2944,98.294,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.6264,101.2928,101.626,101.626,101.626,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,104.958,104.958,105.6244,105.6244,105.6244,106.2908,106.624,107.2904,108.6232,109.2896,110.6224,110.9556,112.2884,112.95479999999999,113.95439999999999,114.6208,115.2872,115.2872,114.954,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,114.6208,114.6208,114.2876,114.2876,113.6212,113.288,112.2884,112.2884,111.622,111.622,111.2888,110.2892,110.2892,109.6228,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.9572,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.2924,102.2924,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.6264,101.2928,101.626,102.2924,102.6256,102.6256,101.9592,101.2928,100.9596,100.2932,100.2932,99.6268,98.6272,97.96079999999999,97.2944,95.9616,95.9616,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.6284,95.6284,95.6284,96.2948,96.628,97.2944,97.6276,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.2936,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.2956,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.2968,90.2972,89.6308,89.2976,89.2976,89.2976,89.964,92.2964,93.29599999999999,94.6288,94.6288,93.9624,93.6292,93.6292,93.9624,93.9624,94.6288,95.6284,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.96079999999999,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.2936,99.96,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,99.96,98.96039999999999,98.96039999999999,98.294,97.6276,96.9612,96.2948,96.9612,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,98.96039999999999,101.2928,103.62519999999999,105.6244,106.2908,106.9572,106.9572,105.9576,105.9576,104.958,102.6256,100.2932,97.96079999999999,95.2952,93.6292,93.6292,93.9624,94.962,97.6276,99.96,101.2928,103.292,103.62519999999999,102.9588,102.6256,101.2928,100.9596,99.6268,98.6272,97.2944,96.628,95.9616,94.962,94.2956,94.2956,94.962,95.9616,96.2948,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,95.9616,96.2948,96.9612,98.294,99.6268,100.9596,103.62519999999999,105.6244,106.2908,108.28999999999999,109.2896,110.6224,110.9556,111.9552,111.2888,111.2888,110.9556,110.9556,110.6224,109.2896,108.6232,107.6236,105.9576,105.2912,104.2916,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.6244,105.6244,104.6248,102.6256,101.2928,99.96,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999],[88.298,88.298,87.2984,86.632,85.2992,85.2992,84.2996,82.96679999999999,82.3004,80.9676,79.3016,77.6356,75.6364,74.3036,73.63719999999999,72.3044,71.3048,69.972,69.3056,68.6392,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,72.3044,72.9708,74.97,76.3028,77.6356,78.6352,80.3012,80.3012,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.6348,79.6348,80.6344,81.3008,82.96679999999999,83.6332,84.966,84.966,85.2992,84.6328,84.2996,83.6332,82.96679999999999,82.3004,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,83.6332,83.6332,84.2996,84.966,85.6324,85.9656,86.2988,86.632,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,90.6304,90.6304,90.9636,91.2968,91.63,91.63,92.9628,92.9628,92.2964,92.2964,91.63,90.6304,90.6304,90.2972,89.964,90.6304,91.9632,92.9628,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,89.964,89.6308,88.9644,88.9644,88.298,87.6316,86.632,85.9656,84.966,84.2996,83.6332,83.6332,82.3004,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,75.6364,74.3036,71.9712,70.6384,69.6388,68.9724,67.6396,66.9732,65.3072,64.6408,62.6416,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.3108,54.978,54.3116,53.6452,52.3124,50.9796,50.3132,48.980399999999996,47.6476,46.3148,44.982,43.316,42.6496,41.3168,40.3172,39.6508,37.9848,36.652,35.9856,34.6528,33.32,33.32,32.6536,31.9872,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,34.6528,37.3184,38.6512,39.984,41.3168,42.3164,42.9828,42.9828,42.9828,43.9824,43.9824,44.6488,44.6488,45.6484,46.3148,46.3148,46.9812,48.980399999999996,49.6468,50.3132,50.9796,51.9792,52.6456,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.9744,64.6408,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.3044,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.6332,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.9656,85.9656,85.9656,85.2992,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,87.2984,88.298,88.298,89.2976,89.964,90.6304,90.6304,91.63,91.63,91.63,90.6304,89.2976,88.9644,87.2984,86.9652,86.2988,86.2988,87.2984,87.9648,88.63119999999999,89.964,90.6304,90.6304,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,94.2956,95.2952,95.6284,96.2948,95.9616,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,101.2928,101.2928,101.626,101.626,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,107.2904,107.9568,109.6228,110.2892,110.9556,111.622,112.95479999999999,113.288,114.2876,114.6208,115.2872,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,114.6208,114.6208,114.2876,114.2876,113.6212,113.288,112.2884,112.2884,111.622,111.622,110.9556,110.2892,109.956,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.6244,105.2912,104.2916,103.62519999999999,103.62519999999999,103.292,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.2924,102.2924,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.2928,100.9596,100.9596,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.6264,101.2928,101.626,102.6256,102.9588,102.6256,101.9592,100.9596,100.2932,100.2932,99.6268,99.2936,97.96079999999999,97.2944,96.2948,95.9616,95.6284,95.9616,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.2952,95.2952,95.9616,95.9616,96.2948,96.628,97.2944,97.6276,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.96,99.96,100.6264,101.2928,101.2928,100.6264,100.2932,99.6268,99.2936,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.2956,93.6292,93.6292,93.6292,93.29599999999999,92.2964,92.2964,91.63,90.2972,89.6308,88.63119999999999,88.298,88.63119999999999,89.2976,89.964,92.2964,93.29599999999999,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,95.6284,95.9616,96.2948,96.2948,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.294,97.6276,96.9612,96.2948,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,98.96039999999999,101.2928,103.62519999999999,105.6244,106.2908,106.9572,106.9572,105.9576,105.9576,104.958,102.6256,100.2932,97.96079999999999,95.2952,93.6292,92.9628,93.29599999999999,94.2956,96.628,98.96039999999999,100.9596,102.6256,103.292,102.6256,101.9592,100.9596,100.2932,98.6272,97.96079999999999,96.628,95.9616,94.962,93.9624,93.6292,93.6292,93.9624,94.2956,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.9612,96.9612,95.9616,95.6284,95.2952,95.9616,96.2948,98.294,99.96,101.9592,104.6248,106.624,107.9568,109.2896,109.956,110.6224,110.9556,111.9552,111.9552,111.2888,111.2888,111.2888,110.6224,109.2896,108.6232,107.6236,105.9576,105.2912,104.2916,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,104.6248,103.292,101.2928,99.96,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999],[87.9648,87.9648,87.2984,86.632,85.2992,85.2992,84.2996,83.6332,82.3004,80.9676,79.3016,77.6356,75.6364,74.3036,73.63719999999999,72.3044,71.3048,69.972,69.3056,67.97279999999999,66.9732,66.3068,65.6404,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.972,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.97,76.636,77.6356,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,79.6348,80.6344,81.3008,81.9672,83.6332,83.6332,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.9664,84.2996,84.966,85.6324,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,87.2984,87.6316,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,90.6304,90.6304,91.63,91.63,91.63,91.2968,91.2968,90.2972,89.2976,89.2976,89.2976,90.2972,91.2968,92.2964,93.6292,93.9624,94.6288,94.962,94.6288,94.6288,93.9624,93.29599999999999,92.6296,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.2964,92.2964,91.63,91.63,90.6304,90.6304,90.2972,90.2972,89.6308,89.2976,88.298,87.2984,86.632,86.2988,85.6324,85.6324,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.3016,78.6352,76.3028,74.97,72.6376,71.3048,69.6388,68.9724,68.306,67.6396,65.9736,65.3072,63.308,61.9752,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.3108,54.978,54.3116,53.6452,52.3124,50.9796,50.3132,48.980399999999996,47.6476,46.3148,44.982,43.316,42.6496,41.3168,40.3172,39.6508,37.9848,36.652,35.9856,34.6528,33.32,33.32,32.6536,31.9872,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,35.3192,37.9848,39.3176,40.6504,41.9832,42.9828,42.9828,42.9828,42.9828,43.9824,43.9824,44.6488,44.6488,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.9796,51.646,52.6456,53.312,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.976,60.6424,60.6424,61.3088,63.308,63.9744,64.6408,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,72.3044,72.3044,72.9708,72.9708,73.304,73.304,73.304,73.9704,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,86.2988,86.9652,85.9656,85.9656,85.6324,84.966,84.2996,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.3,82.6336,82.6336,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,87.2984,88.298,88.298,89.2976,89.964,90.6304,90.6304,91.63,92.2964,91.63,91.2968,90.6304,89.2976,88.298,87.2984,87.2984,87.2984,86.9652,87.6316,88.9644,89.964,91.2968,91.2968,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.6284,95.6284,96.628,96.628,97.2944,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.958,104.958,104.6248,103.9584,103.9584,103.9584,104.958,105.6244,106.2908,106.9572,107.2904,107.9568,108.6232,109.2896,110.2892,110.9556,111.622,112.2884,112.95479999999999,113.288,114.2876,114.6208,115.2872,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,114.6208,114.6208,114.2876,114.2876,113.6212,113.288,112.2884,112.2884,111.622,111.2888,110.9556,109.956,109.956,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.2908,105.9576,105.6244,105.2912,104.6248,103.9584,103.292,103.292,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.2924,102.2924,101.9592,101.9592,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.2932,99.6268,99.96,100.6264,101.626,102.6256,102.9588,102.6256,101.2928,100.9596,100.2932,99.6268,99.6268,99.2936,97.96079999999999,97.2944,96.2948,95.6284,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.6284,95.2952,95.2952,95.2952,95.9616,96.2948,96.628,97.2944,97.6276,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,101.2928,101.9592,101.9592,101.2928,100.2932,99.6268,99.2936,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.2956,94.2956,93.6292,93.29599999999999,92.2964,92.2964,91.63,90.2972,89.2976,88.298,88.298,88.63119999999999,89.2976,90.2972,92.2964,93.29599999999999,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,95.2952,95.9616,95.9616,96.2948,96.2948,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.294,97.6276,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,98.6272,101.2928,103.62519999999999,105.2912,105.6244,106.9572,106.9572,105.9576,105.9576,104.958,102.6256,99.6268,97.2944,95.2952,93.6292,92.9628,93.29599999999999,93.6292,94.962,97.6276,99.96,101.2928,101.9592,101.9592,101.2928,100.2932,99.6268,98.6272,97.96079999999999,96.2948,95.6284,94.962,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,95.2952,95.9616,95.9616,95.6284,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.9616,96.2948,98.96039999999999,100.2932,103.62519999999999,105.9576,108.28999999999999,109.956,110.6224,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,110.6224,109.2896,108.6232,107.6236,105.9576,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,103.62519999999999,102.2924,100.2932,99.2936,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999],[87.9648,87.9648,86.632,85.6324,85.2992,84.2996,84.2996,83.6332,81.634,80.9676,79.3016,77.3024,75.6364,74.3036,73.63719999999999,72.3044,71.3048,69.972,69.3056,67.97279999999999,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.972,69.972,70.6384,71.638,72.9708,73.63719999999999,74.3036,75.9696,76.636,77.6356,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.9664,83.9664,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.9656,86.2988,86.9652,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.964,90.6304,91.2968,91.2968,90.6304,90.6304,89.6308,88.9644,88.63119999999999,88.9644,89.2976,91.2968,91.63,92.9628,93.9624,94.6288,94.962,94.6288,93.9624,93.6292,92.6296,91.9632,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,90.2972,89.6308,89.6308,88.63119999999999,87.9648,87.2984,86.9652,86.9652,86.2988,86.2988,84.966,83.6332,82.96679999999999,82.3004,81.3008,79.968,78.6352,76.9692,75.6364,73.63719999999999,71.9712,70.3052,69.6388,68.9724,67.6396,66.64,65.3072,63.308,61.9752,61.3088,60.6424,59.6428,58.31,57.6436,56.977199999999996,56.3108,54.978,54.3116,53.6452,51.646,50.9796,49.6468,48.980399999999996,47.6476,46.3148,44.315599999999996,43.316,42.6496,41.3168,40.3172,39.6508,37.9848,36.652,35.9856,34.6528,33.32,33.32,32.6536,31.9872,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.986399999999996,35.3192,38.6512,39.984,41.3168,41.9832,42.9828,42.9828,42.9828,42.9828,43.9824,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,51.646,52.3124,53.312,53.9784,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,60.3092,59.6428,59.6428,59.6428,59.6428,60.3092,60.3092,60.3092,60.3092,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,72.3044,72.3044,72.9708,73.63719999999999,73.304,73.9704,73.9704,74.6368,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.6324,85.9656,86.2988,86.2988,86.9652,85.9656,85.9656,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,83.3,83.3,82.6336,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,86.632,87.2984,88.298,88.298,89.2976,89.964,90.2972,90.6304,91.63,92.2964,91.63,91.63,91.2968,90.6304,88.9644,88.9644,87.9648,87.9648,88.298,88.298,89.2976,89.964,91.2968,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.6292,94.2956,94.6288,95.2952,95.6284,96.2948,96.9612,97.6276,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,104.6248,104.958,104.958,103.9584,103.9584,103.9584,104.6248,105.6244,105.9576,106.9572,107.2904,107.9568,108.6232,109.2896,109.6228,110.9556,111.2888,112.2884,112.6216,113.288,113.95439999999999,114.6208,114.6208,115.2872,114.954,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.6208,114.6208,114.2876,113.6212,113.288,113.288,112.2884,111.622,111.622,111.2888,110.2892,109.956,108.9564,107.9568,107.6236,107.6236,106.624,106.624,106.2908,105.9576,105.6244,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.292,102.2924,102.2924,101.9592,101.9592,101.626,101.626,101.626,101.2928,100.6264,100.6264,100.2932,100.2932,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,99.6268,99.6268,100.6264,101.626,102.2924,102.6256,102.6256,101.2928,100.9596,100.2932,99.6268,99.2936,99.2936,97.96079999999999,97.2944,96.2948,95.6284,94.962,94.962,95.9616,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.9616,95.2952,94.962,94.962,95.2952,95.9616,96.2948,96.2948,96.628,97.2944,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.6264,101.2928,101.9592,101.9592,101.9592,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.2956,94.2956,93.6292,93.6292,92.9628,92.2964,91.63,90.2972,88.63119999999999,88.298,88.298,88.63119999999999,89.964,90.2972,92.2964,92.9628,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,100.6264,100.6264,99.96,98.96039999999999,98.294,97.96079999999999,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,97.96079999999999,100.2932,102.6256,103.9584,105.2912,105.6244,106.9572,105.9576,105.6244,104.2916,101.9592,99.6268,97.2944,95.2952,93.6292,92.6296,92.6296,93.29599999999999,94.6288,96.628,97.96079999999999,99.6268,100.9596,100.9596,100.6264,99.96,98.96039999999999,98.294,96.9612,96.2948,94.962,94.2956,93.9624,93.6292,92.9628,93.6292,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,95.9616,96.9612,98.96039999999999,101.9592,104.958,107.6236,109.2896,110.2892,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,109.956,108.6232,107.6236,105.9576,105.2912,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,103.62519999999999,102.6256,101.2928,99.96,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268],[87.9648,87.2984,86.2988,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.634,79.968,78.6352,76.636,75.6364,74.3036,73.63719999999999,72.9708,71.3048,69.972,68.9724,68.306,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,76.3028,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.9664,83.9664,83.9664,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.9656,85.9656,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.2976,88.9644,88.63119999999999,88.298,88.298,89.2976,89.964,90.6304,92.2964,93.9624,94.6288,94.962,94.6288,93.9624,93.6292,92.9628,91.9632,91.63,90.9636,90.6304,89.964,89.964,89.964,90.6304,90.2972,90.6304,90.6304,90.6304,91.63,91.63,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,89.6308,89.6308,88.63119999999999,88.298,87.6316,87.6316,87.6316,87.2984,86.9652,86.2988,84.966,84.2996,84.2996,82.3004,80.6344,79.3016,77.6356,76.3028,74.3036,72.9708,71.3048,70.6384,69.3056,68.6392,66.9732,65.6404,64.6408,63.308,61.3088,60.6424,59.976,58.6432,57.9768,57.3104,56.3108,54.978,54.3116,52.9788,51.646,50.3132,49.6468,48.314,46.9812,45.6484,44.315599999999996,43.316,42.6496,41.3168,40.3172,38.9844,37.9848,36.652,35.9856,34.6528,33.32,33.32,32.6536,31.9872,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.6544,30.6544,31.3208,31.3208,31.9872,32.6536,33.986399999999996,35.9856,39.3176,40.6504,41.3168,41.9832,43.316,43.316,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,46.9812,48.314,48.980399999999996,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,60.6424,59.976,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.9696,76.636,76.636,76.636,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.634,82.3004,82.96679999999999,82.6336,83.3,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.3,84.2996,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.6324,84.2996,84.2996,83.3,83.3,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,86.2988,86.632,87.2984,87.2984,87.9648,87.9648,88.298,88.9644,88.63119999999999,89.2976,90.6304,90.6304,91.63,91.63,92.2964,91.63,91.63,91.2968,89.964,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.96,99.96,99.96,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.9576,106.624,107.9568,108.6232,109.2896,109.2896,109.956,110.2892,110.9556,112.2884,112.6216,113.288,113.95439999999999,113.95439999999999,114.6208,114.6208,114.954,114.954,114.2876,114.2876,113.288,112.2884,111.9552,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,111.9552,111.9552,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,111.9552,111.2888,110.9556,110.6224,109.956,109.6228,108.6232,107.9568,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,104.958,104.2916,103.9584,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.2924,102.2924,102.2924,101.9592,101.9592,101.2928,100.9596,100.9596,100.2932,100.2932,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,101.9592,101.9592,101.9592,101.2928,100.9596,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.9612,95.9616,94.962,94.962,95.9616,96.2948,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.628,96.2948,96.2948,95.6284,94.962,94.2956,94.2956,94.962,95.6284,96.2948,96.2948,96.9612,97.6276,97.2944,97.6276,98.6272,98.96039999999999,99.96,99.96,100.6264,101.2928,101.9592,102.2924,101.9592,101.2928,100.6264,100.2932,99.6268,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,92.6296,91.63,90.2972,88.298,87.2984,87.6316,88.63119999999999,90.2972,91.2968,92.2964,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.96,99.96,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,101.2928,101.626,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.2928,100.6264,99.6268,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,95.6284,96.2948,97.2944,99.6268,100.9596,103.292,103.9584,105.6244,105.9576,105.9576,104.958,103.62519999999999,101.2928,98.96039999999999,97.2944,95.2952,93.6292,92.6296,92.2964,93.29599999999999,93.6292,94.962,96.9612,97.96079999999999,98.96039999999999,100.2932,99.96,98.96039999999999,98.96039999999999,97.6276,96.9612,95.9616,94.962,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,97.2944,99.6268,102.6256,106.2908,108.6232,110.2892,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.6216,111.622,109.956,108.9564,106.9572,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.2912,104.958,104.2916,103.62519999999999,101.9592,100.2932,99.2936,99.2936,99.6268,99.6268,100.6264,101.2928,101.9592,101.9592,101.2928,101.2928],[87.9648,87.2984,86.2988,84.2996,83.6332,83.6332,82.96679999999999,82.3004,81.3008,79.968,78.30199999999999,76.636,75.6364,74.97,74.3036,72.9708,71.3048,70.6384,68.9724,68.306,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.3028,75.6364,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.3,83.3,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.966,85.6324,86.2988,87.2984,87.9648,88.63119999999999,88.9644,89.2976,89.2976,89.2976,88.9644,88.9644,88.298,87.6316,87.9648,88.298,89.2976,90.6304,91.63,92.9628,94.6288,94.6288,94.6288,93.9624,93.6292,92.9628,91.9632,91.63,90.9636,90.6304,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,91.63,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.2972,89.6308,89.2976,88.63119999999999,88.298,88.298,88.298,87.6316,87.2984,86.9652,86.2988,85.2992,84.2996,83.6332,81.634,79.968,78.6352,76.9692,74.97,73.63719999999999,71.9712,71.3048,69.972,68.6392,66.9732,66.3068,64.6408,63.308,61.9752,60.6424,59.976,59.309599999999996,58.6432,57.3104,56.3108,54.978,54.3116,52.9788,51.646,50.3132,49.6468,48.314,46.9812,45.6484,44.315599999999996,42.6496,41.9832,41.3168,39.6508,38.9844,37.3184,36.652,35.3192,34.6528,33.32,32.6536,32.6536,31.9872,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.6544,30.6544,31.3208,31.3208,31.9872,32.6536,33.986399999999996,35.9856,39.3176,40.6504,41.3168,41.9832,42.6496,43.316,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.634,82.3004,82.96679999999999,82.96679999999999,83.3,83.3,84.2996,84.2996,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.3,83.3,84.2996,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.6324,84.966,85.2992,85.2992,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,85.9656,85.6324,84.2996,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,86.632,86.632,87.2984,87.9648,87.9648,88.298,88.9644,89.2976,88.63119999999999,89.2976,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.2968,90.6304,89.964,89.964,90.2972,90.2972,90.2972,91.2968,91.2968,92.2964,92.9628,93.6292,93.6292,94.6288,94.962,96.2948,96.2948,96.628,96.628,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.96,99.96,99.96,99.96,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,105.2912,105.9576,107.6236,107.9568,108.6232,109.2896,109.2896,109.956,110.2892,111.622,112.2884,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,114.6208,114.954,114.2876,114.2876,113.6212,112.95479999999999,111.9552,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.9552,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.6224,109.956,108.9564,107.9568,107.2904,106.624,105.9576,105.6244,105.2912,105.2912,105.2912,104.2916,103.9584,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,100.9596,100.9596,100.2932,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,100.9596,100.9596,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,94.962,94.6288,95.6284,95.6284,95.9616,96.628,97.6276,97.6276,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.9612,96.2948,95.6284,94.962,94.962,93.9624,93.9624,94.962,94.962,95.6284,95.9616,96.9612,96.9612,97.2944,97.2944,98.6272,98.6272,99.2936,99.96,100.6264,101.2928,101.9592,102.2924,101.9592,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,91.63,90.2972,87.2984,86.9652,87.6316,88.298,90.2972,91.2968,92.6296,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.96,100.2932,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,101.626,102.6256,102.6256,102.6256,102.6256,102.2924,101.626,100.9596,100.2932,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,95.6284,96.9612,97.96079999999999,99.2936,101.2928,103.292,104.2916,105.6244,104.958,103.9584,102.6256,100.9596,98.6272,96.2948,94.962,93.29599999999999,93.29599999999999,92.2964,92.6296,92.6296,94.6288,95.9616,96.628,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,96.9612,95.6284,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.2964,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,93.29599999999999,93.29599999999999,92.6296,92.6296,92.9628,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,96.2948,98.6272,101.2928,104.2916,107.9568,109.6228,111.622,112.2884,113.288,113.288,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.288,112.6216,111.622,109.956,108.9564,106.9572,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.2912,105.2912,104.958,103.9584,101.9592,101.2928,100.6264,100.2932,100.2932,101.2928,102.2924,102.9588,103.62519999999999,104.2916,103.62519999999999,103.62519999999999],[87.9648,87.2984,84.966,83.6332,82.96679999999999,82.6336,82.6336,81.9672,81.3008,79.968,78.9684,77.3024,75.6364,74.97,74.3036,73.63719999999999,71.9712,70.6384,68.9724,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,63.6412,64.3076,64.3076,64.974,64.974,64.974,64.974,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.6408,65.3072,65.3072,65.9736,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,84.2996,85.6324,86.632,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,88.63119999999999,88.298,87.6316,87.6316,88.298,88.63119999999999,89.2976,91.2968,92.2964,93.6292,93.9624,93.9624,93.9624,93.6292,92.9628,91.9632,91.63,90.9636,90.9636,90.6304,90.6304,89.964,89.964,89.6308,89.6308,89.6308,89.6308,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.63,90.6304,90.6304,89.6308,89.2976,89.2976,89.2976,89.2976,88.298,88.298,86.9652,85.9656,85.2992,84.966,84.2996,82.3004,80.9676,79.6348,77.6356,75.6364,74.3036,72.6376,71.9712,70.6384,69.3056,67.6396,66.9732,65.3072,63.9744,61.9752,61.3088,59.976,59.309599999999996,58.6432,57.9768,56.3108,54.978,54.3116,52.9788,51.646,50.3132,49.6468,48.314,46.9812,45.6484,43.6492,42.6496,41.9832,40.6504,39.6508,38.318,37.3184,35.9856,35.3192,34.6528,33.32,32.6536,31.9872,31.9872,30.9876,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.6544,30.6544,31.3208,31.3208,31.9872,32.6536,34.6528,36.652,39.3176,40.6504,41.3168,41.3168,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,83.3,83.3,84.2996,84.2996,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,85.9656,85.9656,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.9652,86.2988,86.2988,85.9656,84.966,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.6304,90.9636,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,91.2968,91.63,92.2964,92.2964,92.6296,93.9624,94.6288,94.962,94.962,95.6284,96.2948,97.2944,97.2944,97.2944,97.2944,97.6276,97.6276,97.6276,98.294,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,99.6268,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.96,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.2912,106.2908,107.6236,108.28999999999999,108.6232,109.2896,109.2896,109.956,110.2892,111.622,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,111.9552,111.2888,110.9556,110.9556,110.2892,110.2892,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.6224,110.6224,109.956,108.9564,107.9568,107.2904,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,104.2916,103.62519999999999,102.6256,102.2924,102.2924,101.626,101.2928,100.6264,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,100.2932,100.6264,100.9596,100.9596,100.9596,100.9596,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,96.2948,95.6284,94.962,94.962,95.6284,95.9616,96.628,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.2948,96.2948,95.6284,94.962,94.2956,93.9624,93.9624,94.2956,94.962,95.6284,95.9616,96.2948,96.9612,96.628,97.2944,97.96079999999999,98.6272,99.2936,99.96,100.6264,101.2928,101.9592,101.9592,101.9592,101.2928,100.6264,100.2932,99.6268,99.2936,98.6272,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.2964,90.2972,87.2984,86.9652,87.2984,88.298,90.2972,91.2968,92.6296,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.6284,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,102.6256,102.6256,101.9592,101.9592,101.2928,100.9596,100.2932,99.6268,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.6284,95.9616,95.6284,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,95.6284,95.9616,96.9612,98.294,99.96,101.2928,102.6256,103.292,103.62519999999999,103.292,101.2928,99.6268,97.96079999999999,96.2948,94.6288,93.6292,92.6296,92.6296,92.2964,92.6296,93.6292,94.962,96.2948,96.9612,97.96079999999999,98.6272,98.294,98.294,97.96079999999999,96.9612,95.6284,94.962,94.6288,94.6288,93.9624,93.6292,93.29599999999999,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,96.628,97.2944,98.96039999999999,102.6256,105.6244,108.6232,110.9556,112.2884,113.288,113.6212,113.6212,113.95439999999999,114.6208,114.6208,114.6208,113.95439999999999,113.6212,112.6216,111.622,109.956,108.9564,106.624,105.6244,105.6244,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,105.9576,105.6244,104.2916,103.292,102.6256,101.2928,101.626,102.2924,103.62519999999999,104.958,105.9576,105.9576,106.624,106.2908,105.6244],[87.9648,87.2984,84.966,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,78.9684,78.30199999999999,76.3028,75.6364,74.97,73.63719999999999,71.9712,70.6384,68.9724,67.6396,66.9732,65.6404,64.974,64.3076,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,64.974,64.974,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.9744,64.6408,64.6408,65.3072,66.9732,67.6396,68.306,68.9724,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.2988,87.2984,87.2984,87.9648,88.298,88.298,88.298,87.6316,87.2984,86.9652,86.9652,87.2984,87.6316,87.9648,89.964,91.2968,92.2964,93.6292,93.9624,93.9624,93.6292,93.6292,92.6296,91.9632,91.63,91.63,91.2968,90.6304,90.6304,89.964,89.6308,89.2976,89.2976,89.2976,89.6308,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.9632,91.9632,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.2976,88.298,86.9652,86.2988,86.2988,84.966,83.6332,82.3004,80.3012,78.9684,76.3028,74.3036,73.304,71.9712,71.3048,69.972,68.306,66.9732,65.6404,64.6408,62.6416,61.3088,60.6424,59.309599999999996,58.6432,57.9768,56.3108,54.978,54.3116,52.9788,51.646,50.3132,48.980399999999996,48.314,46.9812,45.6484,43.6492,41.9832,41.3168,40.6504,38.9844,38.318,36.652,35.9856,34.6528,33.986399999999996,32.6536,31.9872,31.9872,31.3208,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.6544,30.6544,30.6544,31.3208,31.9872,32.6536,34.6528,36.652,39.3176,40.6504,41.3168,41.3168,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,44.6488,46.3148,46.9812,48.314,48.980399999999996,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.9744,65.3072,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.3,83.3,84.2996,84.2996,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.3,83.3,83.6332,84.2996,84.966,85.6324,85.9656,86.2988,85.9656,85.9656,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,85.6324,85.9656,86.9652,86.9652,86.9652,86.9652,86.9652,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,87.9648,88.298,88.9644,88.9644,89.964,89.964,90.6304,90.6304,90.9636,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,94.6288,94.962,95.6284,96.2948,96.9612,97.2944,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,109.956,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,114.2876,113.6212,113.288,112.2884,112.2884,111.2888,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,110.9556,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.6236,106.624,105.6244,104.958,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,102.6256,101.9592,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.294,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.9596,100.9596,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,96.2948,95.9616,94.962,94.962,94.962,94.962,95.6284,95.9616,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.2948,96.2948,95.9616,94.962,94.2956,94.2956,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,99.2936,100.2932,100.6264,101.2928,101.2928,101.2928,100.9596,100.2932,100.2932,99.6268,99.2936,98.6272,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,92.9628,92.2964,89.964,87.2984,86.2988,87.2984,88.298,89.964,91.2968,91.63,92.9628,93.6292,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,96.2948,95.6284,95.9616,95.6284,95.6284,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,95.2952,95.6284,95.9616,96.9612,98.294,99.96,100.9596,101.626,101.2928,100.2932,99.96,98.294,96.628,95.6284,94.6288,93.6292,93.29599999999999,92.6296,92.2964,92.2964,92.6296,93.9624,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,98.294,97.96079999999999,96.628,95.6284,94.962,94.6288,94.6288,93.9624,93.6292,93.29599999999999,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,95.6284,95.9616,95.6284,96.628,96.9612,97.96079999999999,98.96039999999999,100.9596,104.6248,106.9572,109.956,111.622,113.288,113.95439999999999,114.2876,114.2876,114.6208,115.2872,115.2872,114.6208,114.6208,113.95439999999999,113.288,111.622,109.956,108.9564,106.624,105.6244,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,106.624,106.624,105.9576,105.6244,104.6248,103.62519999999999,102.6256,103.292,104.6248,105.6244,106.9572,107.2904,107.9568,108.6232,108.28999999999999,108.28999999999999],[86.632,86.2988,83.6332,82.6336,81.9672,81.9672,82.6336,82.6336,81.9672,81.3008,79.968,79.3016,77.3024,75.9696,74.97,73.63719999999999,72.3044,70.9716,69.3056,67.97279999999999,66.3068,65.6404,64.6408,63.9744,63.308,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,63.308,63.308,63.9744,65.9736,66.64,67.3064,67.97279999999999,69.6388,70.3052,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,78.6352,78.6352,79.3016,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.6348,79.968,79.968,79.968,79.6348,80.3012,80.3012,81.3008,82.3004,83.6332,84.2996,84.966,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,85.9656,85.6324,85.9656,85.6324,87.6316,89.2976,90.6304,91.9632,92.9628,93.6292,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.6296,91.63,91.2968,90.6304,89.6308,89.2976,88.63119999999999,87.6316,87.6316,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,91.9632,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,89.6308,88.298,87.2984,87.2984,86.2988,84.966,83.6332,81.634,78.9684,76.9692,75.3032,73.63719999999999,72.9708,71.638,70.9716,69.3056,67.97279999999999,66.3068,65.6404,64.3076,62.6416,60.6424,59.309599999999996,58.6432,57.9768,56.3108,54.978,54.3116,52.9788,50.9796,49.6468,48.980399999999996,47.3144,46.3148,44.982,42.9828,41.3168,40.3172,38.9844,38.318,37.3184,35.9856,35.3192,33.32,32.6536,31.3208,31.3208,30.9876,30.3212,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.988,29.988,30.6544,31.3208,31.9872,32.6536,34.6528,36.652,39.3176,40.6504,41.3168,41.3168,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,45.6484,46.3148,47.6476,48.314,50.3132,50.9796,51.646,52.3124,53.312,53.9784,54.6448,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.9744,65.3072,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.3036,74.97,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,83.6332,83.6332,84.966,85.2992,85.9656,85.9656,86.2988,85.9656,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.2996,85.6324,85.6324,86.2988,87.2984,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.298,89.2976,89.964,89.964,90.2972,90.6304,91.2968,91.2968,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.9628,92.6296,92.6296,92.2964,92.2964,92.2964,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,96.2948,97.6276,97.96079999999999,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.6264,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,103.292,103.292,103.62519999999999,104.2916,105.6244,105.6244,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,109.2896,109.956,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.2888,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.2892,109.956,109.956,109.956,107.9568,107.6236,106.624,105.6244,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.2928,100.9596,100.2932,100.2932,100.2932,99.96,99.96,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,98.96039999999999,97.2944,96.9612,96.2948,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.2936,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.9612,95.9616,95.6284,94.962,94.2956,93.9624,94.6288,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.2952,95.6284,96.2948,96.9612,96.628,97.2944,98.294,98.96039999999999,99.2936,99.96,99.6268,99.96,99.96,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,91.63,89.964,87.2984,86.2988,86.9652,87.2984,89.2976,90.6304,91.63,92.2964,92.9628,92.9628,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,92.6296,93.6292,93.9624,93.9624,93.9624,94.962,94.962,94.962,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.6268,99.6268,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,95.9616,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,94.6288,94.6288,94.6288,95.2952,95.2952,95.9616,96.9612,97.96079999999999,98.96039999999999,99.2936,99.2936,98.294,97.96079999999999,96.9612,95.2952,94.6288,93.9624,93.6292,92.6296,92.6296,92.2964,91.63,92.2964,93.29599999999999,94.6288,94.962,96.628,97.2944,97.96079999999999,98.294,97.6276,96.9612,95.6284,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,94.962,93.9624,94.2956,94.6288,95.6284,95.9616,96.9612,97.6276,97.96079999999999,98.6272,98.6272,100.2932,100.9596,102.6256,104.958,106.9572,109.956,112.2884,113.288,114.6208,114.954,114.954,115.6204,115.9536,115.9536,115.6204,114.6208,113.95439999999999,113.288,111.622,109.956,108.9564,106.2908,104.958,104.958,104.958,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,106.9572,106.9572,106.2908,105.9576,104.958,104.6248,104.6248,105.9576,106.9572,108.6232,109.2896,109.956,110.6224,109.956,109.956],[86.2988,84.966,83.6332,81.9672,81.3008,81.3008,81.9672,82.6336,81.9672,81.3008,80.6344,79.3016,77.3024,75.9696,74.97,73.63719999999999,72.3044,70.9716,69.3056,67.97279999999999,66.3068,64.974,63.9744,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.9744,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,63.308,63.9744,65.3072,65.9736,66.64,67.3064,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,78.9684,78.6352,78.6352,79.3016,78.9684,79.6348,79.6348,80.3012,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.966,84.966,86.2988,88.63119999999999,89.964,91.2968,91.9632,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,92.2964,91.63,90.6304,89.2976,88.9644,88.298,87.2984,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,90.2972,90.6304,91.63,92.2964,92.2964,92.6296,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.2972,89.2976,88.298,87.9648,87.2984,85.9656,84.6328,82.6336,80.3012,77.9688,76.3028,74.3036,73.63719999999999,72.3044,70.9716,69.972,68.6392,66.9732,65.6404,64.3076,62.6416,60.6424,59.976,59.309599999999996,57.9768,56.3108,54.978,54.3116,52.9788,50.9796,49.6468,48.980399999999996,47.3144,46.3148,44.982,42.9828,41.3168,39.6508,38.318,37.3184,36.652,35.3192,34.6528,32.6536,31.9872,30.6544,30.6544,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.988,29.988,30.6544,30.6544,31.3208,32.6536,34.6528,36.652,39.3176,40.6504,41.3168,41.3168,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,44.982,45.6484,46.9812,47.6476,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.96679999999999,84.2996,84.6328,85.2992,85.9656,85.9656,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,85.6324,86.2988,86.2988,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,91.2968,91.2968,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,96.2948,96.9612,97.6276,97.6276,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,102.6256,103.292,103.9584,104.2916,105.6244,105.6244,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,109.2896,110.6224,110.9556,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.9556,109.956,109.956,109.956,109.2896,107.9568,106.9572,105.9576,105.2912,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,101.9592,101.9592,101.2928,100.9596,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,98.96039999999999,97.2944,96.9612,95.9616,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.9616,95.6284,94.2956,94.2956,93.9624,93.9624,94.962,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,94.962,93.9624,93.6292,93.6292,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.6284,95.9616,96.628,96.628,97.96079999999999,98.294,98.96039999999999,99.2936,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,91.63,89.964,87.2984,86.2988,86.9652,87.2984,88.9644,89.964,91.2968,91.9632,92.2964,92.9628,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.9628,93.6292,93.9624,93.9624,94.962,94.962,94.962,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,101.9592,101.2928,101.2928,100.9596,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.294,98.294,98.294,97.96079999999999,97.6276,97.2944,97.2944,96.628,96.2948,95.9616,95.9616,95.6284,95.2952,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,94.6288,95.2952,95.9616,95.9616,96.9612,97.6276,96.9612,95.9616,95.9616,95.2952,93.9624,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.2964,91.63,91.63,92.6296,93.6292,94.6288,96.2948,97.2944,97.96079999999999,98.294,97.96079999999999,97.2944,95.9616,94.962,94.962,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.9624,94.962,94.962,95.6284,95.6284,95.9616,96.2948,97.2944,97.96079999999999,98.294,99.6268,99.96,99.96,101.2928,101.2928,102.6256,103.62519999999999,105.9576,107.9568,110.2892,112.2884,114.2876,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.6204,114.6208,113.95439999999999,113.288,111.2888,109.956,107.9568,105.9576,104.958,104.6248,104.958,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,105.9576,106.9572,107.9568,109.956,110.6224,110.9556,110.9556,111.2888,111.2888],[86.2988,84.966,83.6332,81.9672,81.3008,81.3008,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,78.30199999999999,76.636,74.97,74.3036,72.3044,70.9716,68.6392,67.3064,65.6404,64.974,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,65.3072,65.9736,66.64,67.3064,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.638,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.6328,85.6324,87.6316,89.2976,90.6304,91.2968,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.2964,91.2968,89.964,89.2976,87.9648,87.2984,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.964,91.2968,91.63,91.63,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,91.63,91.63,91.9632,91.9632,91.63,90.6304,89.964,89.2976,89.2976,88.298,86.632,85.2992,83.3,80.9676,78.9684,76.9692,74.97,74.3036,72.9708,71.638,69.972,69.3056,67.6396,66.3068,64.974,63.6412,61.3088,59.976,59.309599999999996,57.9768,56.3108,54.978,54.3116,52.9788,50.9796,49.6468,48.314,46.9812,46.3148,44.982,42.9828,41.3168,38.9844,37.9848,37.3184,35.9856,35.3192,33.986399999999996,32.6536,31.3208,30.6544,29.988,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.988,29.988,30.6544,30.6544,31.3208,32.6536,34.6528,36.652,39.3176,40.6504,41.3168,41.3168,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,42.6496,43.316,44.315599999999996,45.6484,46.3148,47.6476,48.980399999999996,50.3132,50.9796,51.646,52.6456,53.312,53.9784,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,62.6416,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.9704,74.6368,74.97,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.9672,81.9672,82.96679999999999,83.6332,84.6328,85.2992,85.9656,85.9656,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,85.6324,86.2988,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.6304,90.6304,90.6304,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.626,102.2924,102.6256,103.292,103.9584,104.2916,105.6244,105.6244,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,108.6232,110.6224,110.6224,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.2892,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,110.2892,110.2892,109.956,109.956,110.9556,110.9556,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,111.2888,110.2892,109.956,109.956,109.2896,108.9564,108.9564,107.6236,106.624,105.9576,105.2912,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,101.9592,101.2928,101.2928,100.9596,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,98.96039999999999,97.2944,96.9612,95.9616,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,100.2932,100.2932,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.6284,94.962,94.2956,93.9624,93.6292,93.9624,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,94.962,94.962,93.9624,93.6292,92.9628,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,94.6288,95.6284,95.9616,96.2948,96.9612,96.9612,97.6276,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,94.962,94.962,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,90.9636,89.2976,87.2984,86.2988,86.2988,86.9652,88.298,89.2976,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,91.9632,92.6296,92.6296,92.2964,92.2964,91.63,91.63,91.63,91.63,91.9632,91.9632,92.9628,93.6292,93.6292,93.9624,94.962,94.962,94.962,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,101.626,101.626,101.626,101.626,101.2928,101.2928,100.9596,100.2932,100.2932,99.6268,99.2936,99.2936,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,95.9616,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,94.6288,94.6288,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,93.29599999999999,93.29599999999999,93.9624,93.9624,93.29599999999999,92.6296,92.2964,91.63,91.2968,91.63,92.6296,93.9624,95.6284,96.628,97.96079999999999,98.294,97.96079999999999,97.2944,96.628,95.9616,94.962,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,95.6284,95.9616,96.9612,96.9612,97.2944,97.96079999999999,99.2936,99.6268,100.2932,101.2928,101.9592,101.9592,102.6256,103.292,102.9588,104.6248,106.9572,108.9564,110.9556,113.288,114.2876,114.954,115.2872,115.2872,116.2868,116.2868,115.2872,115.6204,114.954,114.6208,112.6216,110.9556,108.9564,107.2904,105.2912,104.6248,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.2904,108.9564,110.2892,110.9556,111.2888,111.2888,111.2888,111.2888],[86.632,86.2988,83.6332,82.6336,81.9672,81.3008,81.9672,81.9672,81.9672,81.3008,81.3008,79.968,78.30199999999999,76.636,75.6364,74.3036,72.3044,70.9716,68.6392,67.3064,65.6404,64.3076,63.308,62.3084,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,64.6408,65.3072,65.9736,67.3064,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.9716,71.638,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.3024,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.96679999999999,83.6332,85.2992,86.2988,88.298,89.6308,90.6304,92.2964,93.9624,93.9624,93.9624,94.6288,94.6288,93.9624,93.29599999999999,92.2964,90.6304,89.964,88.298,87.9648,86.2988,86.2988,85.6324,86.2988,86.2988,86.9652,86.9652,87.6316,88.298,88.63119999999999,89.2976,89.964,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.2964,91.63,91.63,91.63,91.9632,91.9632,91.63,90.6304,89.964,89.964,89.2976,88.9644,87.2984,85.2992,83.6332,81.634,78.9684,76.9692,75.6364,74.3036,72.9708,71.638,70.6384,69.3056,67.6396,66.3068,64.974,63.6412,61.3088,59.976,58.6432,57.3104,55.6444,54.978,53.6452,52.3124,50.3132,49.6468,47.6476,46.3148,45.6484,43.6492,41.9832,40.6504,38.6512,37.3184,36.652,35.9856,34.6528,33.986399999999996,31.9872,31.3208,30.6544,29.988,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.988,29.988,30.6544,30.6544,31.9872,33.32,35.3192,36.652,39.3176,40.6504,40.6504,41.3168,41.9832,42.6496,41.9832,41.9832,41.9832,41.9832,42.6496,43.316,44.315599999999996,45.6484,46.3148,47.6476,48.980399999999996,49.6468,50.3132,50.9796,52.6456,53.312,53.9784,55.3112,56.3108,56.3108,56.977199999999996,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.9736,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,74.6368,75.6364,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,85.2992,85.9656,85.9656,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,85.6324,85.6324,86.2988,86.9652,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.962,94.962,95.6284,95.9616,95.6284,95.6284,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.628,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.626,101.626,102.2924,102.6256,103.292,104.958,105.9576,105.6244,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,109.956,110.6224,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,110.2892,109.6228,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.6228,109.6228,109.2896,109.2896,110.2892,110.9556,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,106.9572,105.9576,105.6244,104.6248,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,100.9596,100.2932,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,98.96039999999999,97.2944,96.9612,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,98.294,98.294,99.2936,99.6268,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.2948,95.6284,94.962,94.2956,93.9624,93.6292,93.6292,94.2956,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.2956,93.9624,93.6292,92.9628,91.9632,91.9632,92.6296,92.6296,93.6292,93.9624,93.9624,93.9624,94.6288,95.6284,95.9616,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,97.2944,96.2948,95.9616,95.9616,94.962,94.962,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,92.9628,92.2964,90.6304,89.2976,87.2984,86.2988,86.2988,86.9652,87.9648,88.9644,89.964,91.2968,91.63,92.2964,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,92.2964,92.2964,91.63,91.63,91.63,91.63,91.9632,91.9632,92.9628,93.6292,93.6292,93.9624,94.962,94.962,94.962,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,101.626,101.626,101.626,101.626,101.2928,100.9596,100.2932,99.6268,99.6268,99.2936,98.6272,97.96079999999999,97.96079999999999,97.6276,97.2944,97.2944,96.628,96.9612,96.9612,96.2948,95.9616,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,94.6288,94.6288,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.2956,94.2956,93.9624,93.9624,93.29599999999999,93.29599999999999,93.9624,93.9624,93.29599999999999,92.6296,92.2964,91.63,91.63,91.63,91.9632,93.6292,95.2952,96.2948,97.2944,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,94.962,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,95.2952,95.9616,96.628,97.2944,97.96079999999999,98.96039999999999,99.2936,100.2932,100.9596,101.2928,101.9592,102.6256,103.62519999999999,103.9584,103.9584,104.2916,105.6244,107.2904,109.2896,111.622,113.288,114.2876,114.954,114.954,115.2872,115.9536,115.6204,115.6204,114.954,114.954,113.288,111.622,109.6228,107.9568,106.624,105.2912,103.9584,103.9584,103.9584,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,110.2892,110.9556,111.2888,111.2888,111.622,111.622],[87.9648,86.632,84.966,83.3,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,78.9684,77.3024,75.6364,74.3036,72.3044,70.9716,68.6392,66.9732,64.974,63.9744,63.308,62.3084,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.308,63.308,63.9744,63.9744,64.6408,65.3072,65.9736,67.3064,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.3016,78.6352,77.3024,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,78.30199999999999,79.6348,79.6348,80.3012,80.3012,80.9676,81.3008,81.3008,81.3008,81.3008,81.634,82.3004,83.6332,85.2992,86.632,88.9644,90.2972,91.63,93.29599999999999,93.6292,93.9624,94.6288,94.6288,93.9624,92.2964,91.63,89.964,88.63119999999999,87.6316,85.6324,85.6324,84.966,84.966,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,89.2976,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.298,87.2984,85.2992,83.3,81.634,78.9684,77.3024,75.6364,74.3036,73.63719999999999,72.3044,70.6384,69.3056,67.6396,66.3068,63.9744,62.6416,60.6424,59.309599999999996,57.9768,56.644,54.978,54.3116,52.3124,50.9796,49.6468,48.980399999999996,46.9812,45.6484,44.315599999999996,42.9828,41.3168,39.984,37.9848,36.652,35.9856,34.6528,33.32,32.6536,31.9872,31.3208,30.3212,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.6552,28.6552,28.6552,28.6552,28.6552,28.6552,27.9888,27.9888,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.988,29.988,29.988,30.6544,31.9872,33.32,35.3192,36.652,39.3176,39.984,40.6504,40.6504,41.65,41.65,41.65,41.65,41.9832,41.9832,42.6496,43.316,44.982,45.6484,46.3148,46.9812,47.6476,48.314,49.6468,50.9796,52.3124,53.312,54.6448,55.3112,56.3108,56.3108,56.977199999999996,58.31,58.9764,59.6428,60.3092,60.9756,61.3088,61.9752,61.9752,61.9752,63.308,63.9744,64.6408,64.6408,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,78.9684,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.3,83.9664,83.9664,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.3,83.3,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,82.6336,82.6336,82.6336,83.6332,84.2996,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.2988,86.2988,86.2988,85.6324,85.6324,86.9652,86.9652,87.6316,88.63119999999999,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.6296,92.6296,92.9628,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,95.2952,95.9616,95.6284,96.2948,96.2948,96.9612,96.9612,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.626,101.626,102.2924,102.6256,103.292,104.958,105.9576,105.6244,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.6236,108.28999999999999,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,111.622,111.622,111.2888,110.2892,109.6228,109.2896,108.9564,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,109.2896,109.956,110.2892,110.2892,110.9556,110.9556,111.622,111.622,110.9556,110.9556,110.9556,110.2892,110.2892,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.2896,109.2896,108.6232,107.9568,107.6236,106.9572,106.2908,105.6244,104.6248,103.62519999999999,103.292,102.6256,102.2924,101.626,101.2928,101.2928,101.2928,100.9596,100.6264,100.2932,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.2944,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,97.6276,97.6276,97.2944,96.9612,96.2948,95.9616,95.6284,94.962,93.9624,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,92.9628,91.63,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,93.9624,94.6288,95.2952,95.9616,95.9616,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.6276,97.2944,97.2944,96.9612,96.2948,95.6284,95.6284,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,91.63,89.964,88.63119999999999,86.2988,85.9656,85.6324,85.9656,87.2984,87.6316,89.2976,90.6304,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,95.6284,95.6284,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,100.6264,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,98.6272,97.96079999999999,97.96079999999999,97.6276,96.628,96.2948,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,92.2964,93.9624,95.9616,96.2948,96.628,96.628,96.628,96.628,96.9612,95.6284,95.2952,94.6288,93.9624,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.9624,94.6288,95.6284,95.9616,96.628,98.294,98.96039999999999,100.2932,100.6264,101.9592,102.6256,103.292,103.9584,103.62519999999999,104.6248,104.958,104.6248,104.6248,105.9576,106.9572,108.9564,111.2888,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,114.2876,114.954,113.95439999999999,113.6212,112.6216,110.9556,108.9564,107.2904,105.9576,104.6248,103.62519999999999,103.292,103.292,103.62519999999999,104.2916,105.6244,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,110.2892,110.9556,111.622,111.622,111.622,112.2884],[87.9648,87.2984,85.6324,83.6332,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,78.9684,77.3024,75.6364,74.3036,72.3044,70.9716,68.306,66.3068,64.6408,63.308,62.3084,62.3084,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,62.3084,63.308,63.308,63.9744,64.6408,65.3072,65.9736,66.64,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,77.6356,77.6356,76.636,75.9696,75.9696,75.9696,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,79.968,79.968,80.3012,81.634,83.3,85.2992,87.6316,89.964,91.2968,92.6296,93.6292,93.9624,93.9624,93.9624,93.6292,91.63,90.6304,88.63119999999999,87.6316,85.6324,83.9664,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,86.2988,86.2988,86.2988,86.632,87.2984,88.298,88.9644,89.964,89.964,90.6304,90.6304,91.2968,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.2972,90.2972,89.6308,89.6308,89.6308,88.298,87.9648,86.632,84.6328,82.96679999999999,80.3012,78.6352,77.3024,74.97,74.3036,72.9708,71.638,69.972,68.6392,66.9732,65.6404,63.9744,61.9752,59.976,58.6432,57.3104,55.9776,54.3116,53.6452,51.646,50.3132,48.980399999999996,48.314,46.3148,44.982,43.6492,42.3164,40.6504,39.3176,37.3184,35.9856,34.6528,33.986399999999996,32.6536,31.9872,31.3208,30.6544,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,27.9888,28.6552,28.6552,28.6552,28.6552,28.6552,27.9888,27.9888,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.988,29.988,29.988,30.6544,31.9872,33.32,35.3192,36.652,39.3176,39.984,40.6504,40.6504,41.65,41.65,41.65,41.65,41.9832,41.9832,42.6496,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.9796,52.3124,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,58.31,58.9764,60.3092,60.9756,61.641999999999996,61.9752,62.6416,62.6416,62.6416,63.9744,64.6408,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.9664,83.9664,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.3,83.3,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,87.6316,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.626,101.626,102.2924,102.2924,103.292,104.2916,105.6244,105.6244,105.6244,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,106.9572,108.28999999999999,109.2896,109.956,110.2892,110.6224,110.6224,110.2892,109.956,109.2896,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.28999999999999,107.9568,107.6236,106.9572,106.624,105.9576,104.958,103.9584,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,96.2948,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,97.6276,97.6276,97.2944,96.9612,96.2948,95.6284,94.962,94.2956,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,92.9628,92.9628,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.6292,93.9624,95.2952,95.2952,95.9616,95.9616,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.2944,97.2944,96.628,96.2948,95.9616,95.6284,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,91.2968,89.964,87.9648,86.2988,85.9656,85.6324,85.6324,86.9652,87.6316,89.2976,89.964,91.2968,91.2968,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,95.6284,95.9616,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,100.2932,100.2932,100.6264,100.6264,99.96,99.96,99.96,99.2936,99.2936,99.2936,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.6288,94.6288,93.6292,93.6292,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,91.63,92.6296,93.9624,95.2952,95.6284,95.6284,96.2948,95.9616,95.9616,95.2952,94.962,93.9624,93.6292,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,95.6284,95.9616,97.6276,98.96039999999999,99.6268,100.6264,101.2928,102.6256,103.292,104.6248,104.958,104.6248,105.2912,105.2912,105.6244,105.6244,105.9576,106.624,107.9568,110.2892,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.6216,111.2888,109.2896,107.6236,106.2908,104.958,103.9584,103.292,102.6256,102.6256,103.292,104.2916,105.6244,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,110.9556,111.2888,111.622,112.2884,112.2884,112.2884],[88.298,87.9648,86.2988,84.2996,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,78.9684,77.3024,75.6364,74.3036,72.3044,70.9716,68.306,66.3068,63.9744,63.308,62.3084,62.3084,61.9752,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,62.3084,62.3084,63.308,63.9744,64.6408,65.3072,65.9736,66.64,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.9692,76.9692,76.3028,76.3028,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,78.30199999999999,78.6352,78.9684,80.3012,81.634,83.3,85.9656,88.298,90.2972,91.63,92.9628,92.9628,92.9628,92.9628,91.63,90.6304,88.63119999999999,87.2984,85.9656,83.9664,82.96679999999999,82.3004,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.9656,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,87.9648,85.9656,83.9664,82.3004,80.3012,77.9688,76.636,74.97,73.63719999999999,72.3044,70.9716,69.3056,67.97279999999999,66.3068,64.974,63.308,61.3088,59.309599999999996,57.9768,56.644,55.3112,53.6452,52.9788,50.9796,49.6468,48.314,47.6476,45.6484,43.9824,42.9828,41.65,39.984,38.6512,36.652,35.9856,34.6528,33.32,32.6536,31.9872,31.3208,30.6544,29.654799999999998,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.9884,29.988,29.988,29.988,30.6544,31.9872,33.32,35.3192,36.652,39.3176,39.984,40.6504,40.6504,41.65,41.65,41.65,41.65,41.9832,41.9832,42.6496,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.9796,52.3124,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,58.31,58.9764,60.3092,60.9756,61.641999999999996,62.6416,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,87.6316,89.2976,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,95.2952,95.6284,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,101.626,101.626,102.2924,102.6256,103.62519999999999,104.2916,104.6248,105.6244,105.6244,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,107.2904,107.9568,108.9564,109.6228,109.956,109.2896,108.9564,107.9568,107.9568,106.9572,106.9572,106.9572,107.9568,108.28999999999999,108.9564,109.6228,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,108.9564,108.28999999999999,107.9568,107.9568,108.28999999999999,109.2896,109.956,109.956,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,106.9572,106.9572,106.2908,105.6244,105.2912,105.6244,104.6248,103.9584,103.292,102.6256,101.9592,101.626,101.2928,100.9596,100.9596,100.6264,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.628,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.2944,96.9612,96.2948,95.6284,94.962,94.2956,93.6292,93.6292,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.6292,92.9628,92.9628,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,93.6292,93.9624,94.2956,94.962,94.962,95.6284,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.628,96.628,96.2948,95.9616,94.962,94.962,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,90.2972,88.9644,87.9648,86.2988,85.9656,84.966,85.6324,86.2988,87.2984,88.9644,89.2976,89.964,90.6304,89.964,90.6304,91.2968,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,95.6284,95.9616,96.9612,96.9612,96.628,96.628,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.2968,91.2968,91.63,91.9632,92.9628,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,93.9624,93.6292,92.9628,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,95.9616,96.2948,97.2944,98.96039999999999,99.96,101.9592,103.292,103.9584,104.2916,104.958,105.6244,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,106.624,107.6236,109.956,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.2888,110.2892,108.28999999999999,106.624,105.6244,103.62519999999999,102.6256,102.2924,101.9592,101.9592,103.292,103.62519999999999,105.2912,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.9564,109.956,109.956,109.956,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999],[88.298,87.9648,85.9656,84.966,83.6332,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,78.9684,77.3024,75.9696,74.6368,71.9712,69.972,67.6396,66.3068,63.9744,63.308,62.3084,62.3084,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,62.3084,62.3084,62.3084,63.308,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,76.636,76.636,76.636,75.9696,75.9696,75.9696,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,76.636,76.9692,77.9688,80.3012,82.3004,84.6328,86.632,88.9644,90.2972,91.63,92.9628,92.9628,92.2964,91.2968,89.2976,86.9652,85.6324,84.6328,82.6336,81.634,81.634,81.634,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.9656,86.632,87.2984,87.6316,88.298,88.298,88.63119999999999,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.298,88.298,87.9648,87.2984,85.2992,83.9664,82.3004,79.6348,77.9688,76.636,74.3036,73.63719999999999,72.3044,70.9716,69.3056,67.97279999999999,66.3068,64.3076,62.6416,60.6424,58.6432,57.3104,55.9776,55.3112,53.6452,52.3124,50.3132,49.6468,48.314,46.3148,44.6488,43.316,42.3164,40.9836,39.3176,37.9848,35.9856,35.3192,33.986399999999996,33.32,31.9872,31.3208,30.6544,29.988,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,29.3216,29.988,29.988,30.6544,31.9872,33.32,35.3192,36.652,39.3176,39.984,39.984,40.6504,41.65,41.65,41.65,41.65,41.9832,41.9832,42.6496,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.9796,52.3124,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,58.31,58.9764,60.3092,60.9756,61.641999999999996,62.6416,63.308,63.9744,63.9744,65.3072,65.3072,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,74.3036,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,76.636,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988,86.632,86.632,86.9652,86.9652,87.6316,89.2976,90.2972,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,102.2924,103.292,103.9584,103.9584,104.6248,105.2912,104.6248,105.2912,104.958,104.958,104.958,104.958,106.2908,106.9572,107.9568,107.9568,107.9568,108.28999999999999,107.2904,106.2908,106.2908,105.9576,105.9576,105.9576,107.6236,107.9568,108.6232,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.9564,109.2896,109.956,109.956,110.6224,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.9564,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,104.958,104.6248,103.62519999999999,103.292,102.2924,101.626,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.2948,95.9616,95.6284,94.962,94.2956,93.6292,93.6292,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,93.9624,93.6292,93.6292,92.9628,92.9628,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.9612,96.9612,96.2948,95.9616,94.962,94.962,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,90.6304,89.6308,88.298,87.2984,86.2988,85.6324,85.6324,84.966,85.6324,86.9652,87.6316,88.9644,89.2976,89.964,89.964,90.6304,91.2968,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,96.2948,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.2968,91.2968,90.6304,90.6304,91.63,91.9632,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,92.9628,92.6296,91.63,91.63,92.2964,92.9628,93.29599999999999,93.9624,95.2952,96.2948,96.9612,97.2944,99.6268,100.6264,101.9592,103.62519999999999,104.2916,104.2916,105.6244,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,105.6244,105.9576,107.2904,109.6228,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,109.956,108.28999999999999,106.9572,105.2912,103.62519999999999,102.6256,101.9592,101.2928,101.2928,101.2928,101.9592,103.292,104.6248,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.9564,109.6228,109.956,110.2892,110.2892,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999],[88.63119999999999,87.9648,86.2988,84.966,83.6332,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,80.6344,79.3016,77.6356,76.3028,74.6368,71.9712,69.972,67.6396,66.3068,64.6408,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.9704,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,76.9692,79.6348,81.634,83.6332,85.2992,87.6316,89.2976,90.9636,91.63,91.63,90.9636,89.964,88.298,86.632,84.966,83.6332,81.634,80.9676,80.3012,80.9676,81.634,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.2992,85.2992,86.632,87.2984,87.2984,87.2984,88.298,88.298,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.2988,85.2992,83.6332,81.634,79.6348,76.636,75.3032,73.9704,72.6376,71.3048,69.972,68.306,66.9732,65.6404,64.3076,61.3088,59.976,57.9768,56.644,55.6444,54.3116,52.9788,51.646,50.3132,48.314,46.9812,45.6484,43.9824,42.6496,41.3168,39.984,38.6512,36.652,35.3192,33.986399999999996,33.32,32.6536,31.3208,30.6544,29.988,29.3216,28.322,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,29.3216,29.3216,29.988,30.6544,31.9872,33.32,35.3192,37.3184,38.6512,39.3176,39.984,40.6504,41.65,41.65,41.65,41.65,41.9832,41.9832,42.6496,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.9796,52.3124,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,58.31,59.309599999999996,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,75.9696,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,76.3028,76.9692,77.6356,78.30199999999999,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988,86.632,86.632,87.2984,86.9652,87.6316,89.2976,90.2972,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.6264,101.2928,101.9592,102.6256,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,105.6244,105.9576,106.624,107.2904,106.9572,106.9572,106.2908,105.6244,105.6244,105.2912,105.6244,105.6244,105.9576,106.2908,107.2904,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.2908,106.2908,106.2908,105.6244,105.9576,105.9576,104.958,104.2916,103.62519999999999,103.292,102.6256,101.626,101.2928,100.6264,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.2944,96.628,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,95.9616,95.6284,94.6288,93.9624,93.6292,92.9628,92.6296,91.9632,91.9632,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.2956,94.2956,94.2956,93.6292,93.29599999999999,92.6296,92.6296,91.9632,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,93.9624,93.9624,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,89.964,88.9644,88.298,87.2984,86.2988,86.2988,84.966,84.966,85.6324,86.2988,87.9648,88.298,89.2976,89.2976,89.6308,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.2948,95.6284,95.6284,95.9616,95.9616,95.6284,95.6284,95.2952,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,93.6292,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,91.63,91.63,91.2968,90.6304,89.6308,89.6308,89.6308,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,90.6304,90.6304,91.2968,92.2964,92.9628,93.29599999999999,93.9624,95.2952,96.2948,96.628,97.96079999999999,99.6268,100.6264,101.9592,102.9588,104.2916,104.2916,104.958,105.2912,106.624,106.624,105.9576,105.2912,105.6244,105.6244,105.9576,106.9572,107.9568,108.6232,109.2896,109.6228,109.956,109.956,109.6228,110.2892,110.2892,109.956,108.6232,107.6236,105.9576,104.2916,102.6256,101.2928,100.2932,99.96,99.6268,99.96,100.6264,101.9592,103.62519999999999,105.6244,105.6244,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.9564,108.9564,109.6228,110.6224,110.6224,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288],[88.63119999999999,87.9648,86.2988,84.2996,83.3,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,80.6344,79.3016,77.6356,76.3028,74.3036,71.638,69.972,67.6396,66.3068,64.6408,63.9744,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,72.9708,72.6376,73.304,73.304,73.304,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,75.6364,77.9688,80.3012,82.3004,84.966,87.2984,88.298,89.2976,90.6304,90.6304,89.964,88.9644,87.9648,85.6324,83.6332,82.3004,80.3012,79.6348,79.6348,80.3012,80.9676,81.634,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.966,85.6324,86.2988,86.2988,86.632,86.632,86.632,86.632,85.9656,85.9656,85.2992,85.2992,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,84.2996,82.3004,80.9676,78.6352,76.636,75.3032,73.304,72.6376,71.3048,69.972,68.306,66.3068,64.974,63.308,61.3088,59.309599999999996,57.9768,56.3108,54.978,53.6452,52.3124,50.9796,48.980399999999996,47.6476,46.3148,44.6488,42.9828,41.65,40.6504,39.3176,37.3184,36.652,34.6528,33.32,32.6536,31.9872,30.6544,29.988,29.3216,28.6552,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,29.3216,29.3216,29.988,30.6544,31.9872,33.986399999999996,35.9856,37.3184,38.6512,39.3176,39.984,39.984,40.9836,41.65,41.65,41.65,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.9796,52.3124,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,58.31,59.309599999999996,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,75.9696,75.9696,75.3032,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988,86.632,86.632,87.2984,87.6316,87.9648,89.2976,90.2972,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.6256,103.292,103.62519999999999,103.9584,103.9584,104.6248,105.6244,106.624,106.624,106.2908,106.2908,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,105.2912,105.9576,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,109.2896,109.2896,109.2896,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.624,105.9576,105.9576,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.2912,105.2912,104.2916,103.62519999999999,103.292,102.2924,101.626,100.6264,100.2932,100.2932,99.96,99.96,100.2932,100.2932,99.96,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.2944,96.628,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.2948,96.2948,95.9616,94.962,93.9624,93.6292,92.9628,92.9628,91.9632,91.9632,91.9632,91.9632,92.6296,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,93.6292,93.29599999999999,92.6296,92.6296,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,94.962,94.962,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.6284,95.6284,94.962,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,89.964,88.298,87.9648,87.2984,86.2988,86.2988,85.6324,85.6324,85.9656,86.632,88.298,88.63119999999999,89.2976,89.2976,89.6308,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,93.6292,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.6308,89.2976,89.2976,89.2976,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,89.6308,89.6308,89.6308,90.2972,91.63,92.2964,92.9628,93.29599999999999,94.6288,96.2948,96.628,97.96079999999999,99.6268,100.2932,101.9592,102.6256,103.62519999999999,104.2916,104.958,105.2912,105.9576,106.624,105.9576,105.2912,105.6244,105.6244,105.9576,105.6244,106.9572,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,108.6232,106.9572,106.624,105.2912,103.292,102.2924,100.6264,99.2936,99.2936,98.96039999999999,99.6268,100.6264,101.9592,103.62519999999999,105.6244,105.6244,105.6244,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,107.6236,107.9568,107.9568,108.9564,109.6228,109.6228,109.956,110.6224,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288],[88.298,87.2984,85.6324,84.2996,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,80.6344,79.3016,77.6356,76.3028,74.3036,71.638,69.972,67.6396,65.6404,63.9744,63.308,63.9744,63.9744,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,72.3044,72.3044,72.3044,72.3044,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.9704,74.3036,74.3036,74.3036,74.97,76.3028,78.30199999999999,80.9676,83.6332,85.9656,87.2984,88.63119999999999,89.2976,89.964,89.2976,87.9648,86.632,84.2996,82.3004,80.6344,79.3016,78.6352,78.6352,79.3016,80.3012,80.9676,80.9676,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,84.966,84.966,84.966,85.2992,85.2992,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,82.96679999999999,81.3008,79.968,78.30199999999999,75.6364,74.3036,73.304,71.9712,70.6384,69.3056,67.3064,65.3072,63.9744,62.3084,60.3092,58.31,56.3108,54.978,53.6452,52.3124,50.9796,50.3132,48.314,46.647999999999996,45.3152,43.9824,42.3164,40.9836,39.6508,37.9848,36.652,35.3192,33.986399999999996,33.32,32.6536,31.3208,30.6544,29.988,29.3216,28.6552,27.6556,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.6552,29.3216,29.988,31.3208,32.6536,34.6528,35.9856,37.3184,38.6512,39.3176,39.984,39.984,40.9836,41.65,41.65,41.65,42.6496,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.9796,52.3124,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,58.31,59.309599999999996,60.6424,61.3088,61.9752,62.3084,63.308,63.308,63.308,63.9744,63.9744,63.9744,64.6408,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,75.9696,75.3032,75.3032,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988,86.632,86.632,87.2984,87.6316,87.9648,89.2976,90.2972,91.2968,91.63,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,96.2948,96.2948,96.2948,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,102.2924,102.6256,103.292,103.62519999999999,104.6248,105.6244,106.624,106.624,106.9572,106.2908,105.6244,105.9576,105.6244,104.6248,104.6248,103.9584,104.6248,104.6248,105.6244,105.6244,106.2908,106.2908,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.28999999999999,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,101.626,101.2928,100.2932,100.2932,99.6268,99.2936,99.96,99.96,99.96,99.96,99.2936,99.2936,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.2944,96.628,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,94.962,94.962,95.6284,96.2948,96.2948,96.2948,96.9612,96.9612,96.628,96.628,96.2948,96.2948,95.9616,94.962,93.9624,93.6292,92.9628,92.9628,91.9632,91.63,91.63,91.9632,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.6292,93.6292,93.6292,93.29599999999999,92.6296,91.9632,91.9632,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,94.962,94.962,94.962,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,91.9632,92.6296,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,92.6296,92.6296,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,89.964,88.298,87.9648,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,87.9648,88.9644,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,93.9624,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.9624,94.6288,94.962,94.962,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.2976,89.2976,89.2976,89.6308,90.2972,90.6304,91.63,92.6296,93.29599999999999,94.6288,95.6284,96.628,97.2944,98.96039999999999,99.6268,101.2928,101.9592,103.292,103.62519999999999,103.9584,104.2916,105.6244,105.9576,105.2912,105.2912,105.6244,105.6244,104.6248,104.958,106.2908,106.9572,106.9572,107.2904,108.28999999999999,108.6232,107.9568,107.9568,108.6232,107.9568,106.2908,105.2912,104.2916,102.6256,101.2928,100.2932,98.6272,98.6272,98.6272,99.6268,101.2928,102.6256,104.2916,105.6244,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,109.6228,110.2892,110.2892,110.9556,110.9556,111.9552,111.9552,112.95479999999999,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999],[88.298,87.6316,85.6324,83.6332,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,81.3008,80.6344,79.3016,77.6356,76.3028,74.97,72.3044,69.972,67.6396,65.6404,63.9744,63.308,63.9744,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,61.3088,62.3084,62.3084,63.308,63.9744,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.9716,70.9716,70.9716,70.9716,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,75.6364,76.9692,79.6348,81.634,84.966,86.632,87.6316,88.9644,88.9644,88.298,86.632,84.966,82.96679999999999,81.3008,78.9684,78.30199999999999,77.6356,77.6356,78.6352,79.3016,79.968,80.9676,80.9676,80.9676,81.634,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,82.6336,81.9672,80.6344,78.9684,77.3024,74.97,73.63719999999999,72.6376,71.3048,69.972,68.6392,65.9736,64.6408,63.308,60.9756,58.9764,56.977199999999996,55.6444,54.3116,52.9788,51.646,50.3132,48.980399999999996,47.3144,45.9816,44.6488,43.316,41.65,40.3172,38.9844,37.3184,35.9856,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.3216,28.6552,27.9888,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.9892,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.6552,29.3216,30.6544,31.9872,33.32,34.6528,36.652,37.3184,38.6512,39.3176,39.984,39.984,40.9836,41.65,41.65,41.65,42.6496,43.316,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.9796,52.3124,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,62.3084,62.3084,62.3084,63.308,63.9744,63.9744,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.3024,77.3024,77.3024,76.636,75.9696,75.9696,75.3032,75.3032,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.2988,86.2988,86.632,86.632,87.2984,87.6316,87.9648,89.2976,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,96.2948,96.2948,96.2948,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.6268,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,102.2924,102.2924,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,106.9572,106.2908,106.2908,105.9576,105.9576,105.2912,104.6248,103.62519999999999,103.9584,103.9584,104.6248,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,108.6232,108.6232,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,104.958,104.958,104.958,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.2928,100.6264,100.2932,99.6268,99.6268,99.2936,99.2936,99.96,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.2944,96.628,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.6288,94.6288,94.6288,95.6284,95.9616,96.2948,96.9612,96.9612,96.628,96.2948,96.2948,95.9616,94.962,93.9624,93.6292,93.6292,92.6296,91.9632,91.63,91.63,91.63,91.63,91.9632,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,91.9632,91.9632,91.63,91.63,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.2956,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,92.6296,92.6296,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,91.9632,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,89.964,88.9644,87.9648,87.2984,87.2984,86.9652,86.9652,87.2984,87.6316,88.298,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.29599999999999,92.9628,92.2964,91.63,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.9632,92.6296,93.6292,93.9624,94.962,94.962,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,90.2972,91.2968,91.63,92.2964,93.29599999999999,93.9624,94.962,95.9616,96.9612,97.96079999999999,98.96039999999999,99.96,100.6264,101.2928,102.2924,103.292,103.292,103.9584,104.2916,104.958,104.958,104.958,104.958,103.9584,104.6248,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.2912,104.2916,103.292,101.9592,100.6264,99.2936,98.6272,97.96079999999999,98.6272,98.96039999999999,101.2928,102.6256,104.2916,105.6244,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,109.6228,110.2892,110.2892,110.9556,111.622,111.9552,112.2884,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876],[87.6316,87.2984,85.6324,82.96679999999999,81.3008,80.3012,80.6344,80.6344,80.6344,80.6344,81.3008,80.6344,79.968,78.6352,76.9692,74.97,72.3044,69.972,67.6396,65.6404,63.9744,63.308,63.308,63.308,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,67.3064,67.97279999999999,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,70.3052,70.9716,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.6368,74.6368,73.9704,73.9704,73.304,73.304,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.97,76.3028,78.30199999999999,79.968,82.3004,84.966,87.2984,87.6316,88.298,87.9648,86.2988,83.6332,81.9672,79.6348,78.30199999999999,76.636,75.9696,75.9696,77.3024,78.30199999999999,78.9684,79.968,79.968,79.968,79.968,80.3012,80.3012,80.3012,80.9676,80.9676,80.9676,81.634,81.634,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,77.6356,75.6364,74.3036,72.9708,71.3048,70.6384,68.6392,66.9732,65.3072,63.308,61.3088,59.309599999999996,56.644,55.3112,53.9784,52.6456,50.9796,50.3132,48.980399999999996,47.6476,45.9816,44.6488,42.9828,41.65,39.984,38.6512,37.3184,35.9856,33.986399999999996,32.6536,31.654,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.656,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,26.9892,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,29.3216,29.988,31.3208,32.6536,33.986399999999996,35.9856,37.3184,37.9848,38.9844,39.6508,40.3172,40.3172,41.3168,41.9832,42.6496,42.6496,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.9796,52.3124,53.6452,54.6448,55.3112,55.9776,55.9776,56.977199999999996,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,63.308,63.9744,63.9744,63.9744,64.6408,65.3072,65.9736,66.64,67.3064,67.3064,67.97279999999999,67.97279999999999,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.6368,74.6368,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,85.2992,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,86.632,86.632,86.2988,86.2988,87.2984,87.6316,87.9648,89.964,90.6304,91.63,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,102.2924,102.2924,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.9576,106.624,106.624,106.624,106.624,105.9576,105.2912,104.2916,103.62519999999999,102.6256,103.292,103.292,103.62519999999999,104.6248,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,105.9576,105.9576,105.6244,104.958,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,100.6264,100.2932,99.96,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,95.6284,94.962,94.6288,93.9624,93.6292,93.6292,93.6292,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.29599999999999,92.6296,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,88.63119999999999,87.9648,87.2984,87.2984,87.6316,87.6316,88.298,88.63119999999999,89.2976,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,93.9624,93.29599999999999,92.6296,91.9632,91.63,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.2964,91.63,91.63,91.2968,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.6308,89.6308,90.2972,90.6304,91.2968,92.2964,92.6296,93.6292,93.9624,94.962,95.9616,96.9612,97.2944,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.2928,101.9592,103.292,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.2912,105.2912,104.6248,105.2912,104.958,105.2912,104.958,104.2916,103.62519999999999,101.9592,101.2928,99.6268,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,101.2928,102.2924,104.2916,105.2912,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,110.2892,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.95439999999999,114.954,114.954,114.954,115.2872],[87.6316,86.9652,84.966,82.6336,80.9676,79.6348,79.968,79.968,80.6344,80.6344,81.3008,80.6344,79.968,78.6352,76.9692,74.97,72.3044,69.972,67.6396,65.6404,63.9744,63.308,63.308,63.308,61.9752,61.9752,61.9752,61.9752,61.3088,59.976,59.309599999999996,57.9768,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.64,67.3064,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.3056,68.9724,69.6388,70.3052,70.9716,71.3048,71.9712,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.9712,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,74.97,75.6364,77.3024,78.9684,81.3008,83.6332,85.9656,87.2984,87.2984,86.632,84.966,82.6336,80.9676,78.9684,77.3024,75.9696,75.3032,75.3032,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.9676,80.9676,80.9676,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,78.6352,76.3028,74.97,72.9708,71.638,70.6384,69.3056,67.3064,65.9736,63.9744,61.9752,59.309599999999996,57.9768,55.3112,53.9784,52.6456,51.3128,49.6468,48.980399999999996,47.6476,46.3148,44.6488,43.316,41.65,40.3172,38.6512,37.3184,35.9856,34.6528,32.6536,31.9872,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.656,26.656,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.3228,26.9892,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.9884,29.3216,29.988,31.3208,32.6536,33.986399999999996,35.9856,37.3184,38.6512,39.6508,39.6508,40.3172,40.9836,41.9832,41.9832,42.6496,43.316,43.316,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.9796,52.3124,52.9788,54.6448,55.3112,55.9776,56.644,57.6436,58.31,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.9736,66.64,66.64,67.3064,67.3064,67.97279999999999,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.6368,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,78.30199999999999,78.9684,79.6348,80.3012,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,85.2992,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,86.632,86.632,86.2988,86.2988,86.632,87.6316,87.9648,89.964,90.6304,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,104.2916,104.958,105.2912,105.9576,106.624,106.624,106.624,105.9576,105.2912,104.2916,102.6256,101.9592,102.2924,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.6236,106.9572,106.2908,105.9576,105.6244,104.958,104.958,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,102.6256,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.2928,101.2928,100.9596,100.6264,100.2932,99.96,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.2948,95.2952,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.29599999999999,92.6296,92.6296,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,93.9624,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,89.964,89.2976,88.63119999999999,88.298,88.298,88.298,88.9644,89.2976,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,93.9624,93.29599999999999,92.6296,91.9632,91.63,90.6304,90.6304,89.964,89.964,89.6308,90.2972,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.2956,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.2964,92.2964,91.63,91.63,90.6304,89.964,89.964,89.964,89.2976,89.2976,89.964,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,92.6296,92.6296,93.6292,93.9624,94.2956,94.962,96.2948,96.9612,97.96079999999999,98.294,98.96039999999999,99.96,100.2932,100.9596,101.2928,101.9592,101.9592,101.9592,101.626,102.2924,102.2924,102.6256,103.292,103.9584,103.9584,103.62519999999999,104.2916,104.2916,103.62519999999999,102.9588,103.292,102.2924,101.2928,100.2932,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,98.96039999999999,100.6264,102.2924,104.2916,104.958,105.6244,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,110.2892,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.954,114.954,115.2872,115.2872],[87.2984,86.9652,83.6332,81.9672,80.3012,79.6348,79.3016,79.968,80.6344,80.6344,81.3008,80.6344,79.968,78.6352,76.9692,74.97,72.3044,69.972,67.6396,65.6404,63.9744,63.308,63.308,63.308,61.9752,61.3088,61.9752,61.9752,61.3088,60.6424,59.309599999999996,57.9768,56.977199999999996,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.64,66.64,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.97279999999999,68.6392,68.6392,68.6392,68.9724,69.6388,69.6388,70.3052,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.3048,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.972,69.6388,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.6384,71.3048,71.9712,72.6376,74.3036,74.97,76.636,78.30199999999999,79.968,81.634,83.9664,85.9656,86.632,86.2988,83.6332,81.9672,80.3012,78.9684,76.636,75.9696,75.3032,75.3032,75.6364,76.3028,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,79.6348,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,76.9692,76.3028,74.97,73.63719999999999,71.9712,70.6384,69.3056,67.97279999999999,65.9736,64.6408,62.6416,60.6424,57.9768,56.3108,53.9784,52.6456,50.9796,49.6468,48.314,47.3144,45.9816,44.6488,43.9824,42.6496,40.6504,39.3176,37.3184,35.9856,35.3192,33.986399999999996,31.9872,31.3208,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,26.656,26.656,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.3228,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.9884,28.9884,28.9884,29.988,30.6544,31.9872,33.32,34.6528,36.652,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,48.314,48.980399999999996,50.3132,50.9796,52.3124,52.9788,53.9784,55.3112,56.644,57.3104,58.31,58.9764,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,67.3064,67.3064,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.304,73.9704,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,79.6348,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.2988,85.6324,85.6324,85.6324,86.2988,86.9652,87.9648,89.2976,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.958,105.9576,105.9576,106.624,106.624,105.9576,105.2912,103.62519999999999,102.6256,101.9592,101.9592,101.9592,102.6256,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,104.958,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,99.6268,99.6268,100.2932,100.6264,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.2948,95.2952,94.6288,93.9624,93.6292,92.6296,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.6296,91.9632,91.63,91.2968,91.2968,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,89.6308,89.6308,89.6308,89.6308,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,93.9624,93.9624,93.6292,92.6296,92.6296,91.9632,91.63,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,89.964,89.964,90.2972,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,91.9632,92.6296,92.9628,93.6292,93.6292,93.9624,94.6288,94.962,96.628,97.6276,97.96079999999999,98.6272,98.96039999999999,99.2936,99.2936,99.2936,98.96039999999999,99.6268,99.96,100.2932,100.2932,101.2928,101.9592,102.6256,101.9592,101.9592,101.9592,101.9592,101.2928,100.9596,100.6264,99.6268,98.6272,97.96079999999999,97.2944,97.2944,97.96079999999999,98.6272,100.2932,102.2924,103.62519999999999,104.2916,105.6244,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.9564,108.9564,109.2896,109.956,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.954,114.954,115.2872,115.2872],[86.9652,85.6324,83.6332,81.9672,80.3012,78.9684,79.3016,79.3016,79.968,80.6344,80.6344,80.6344,79.968,78.6352,76.9692,74.97,72.3044,69.972,67.6396,65.6404,63.9744,63.308,63.308,62.3084,61.3088,61.3088,61.9752,61.3088,61.3088,60.6424,59.309599999999996,57.9768,56.977199999999996,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,63.308,63.9744,64.3076,64.974,64.974,65.6404,65.9736,66.64,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.306,68.9724,68.9724,69.6388,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.9712,72.9708,74.3036,75.3032,76.636,78.30199999999999,80.3012,82.96679999999999,84.6328,85.6324,84.966,82.96679999999999,81.3008,79.6348,78.30199999999999,76.636,75.3032,74.6368,74.6368,74.97,75.6364,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.9696,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,75.6364,75.6364,74.97,73.63719999999999,71.638,70.6384,69.3056,67.3064,66.64,64.6408,62.9748,61.3088,59.309599999999996,56.977199999999996,54.978,52.6456,51.3128,49.6468,48.314,46.647999999999996,45.3152,43.9824,43.316,41.9832,40.6504,39.3176,37.9848,35.9856,34.6528,33.32,31.9872,31.3208,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,26.9892,26.656,26.656,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.3228,27.6556,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,27.6556,27.6556,27.6556,28.322,28.9884,28.9884,28.9884,29.654799999999998,30.6544,31.3208,32.6536,33.986399999999996,35.3192,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.316,43.9824,44.6488,44.6488,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.9788,53.9784,55.3112,55.9776,57.3104,58.31,58.9764,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.9736,66.64,66.64,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.9656,85.9656,86.2988,86.2988,85.9656,86.2988,86.2988,85.6324,84.2996,84.2996,84.966,84.966,85.9656,87.6316,88.63119999999999,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.2936,99.2936,99.96,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.9596,101.626,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,105.6244,105.9576,105.9576,105.9576,105.9576,105.2912,103.62519999999999,102.2924,101.2928,101.2928,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,106.2908,106.2908,106.2908,105.6244,105.9576,105.6244,104.958,104.958,103.9584,103.9584,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,99.96,99.2936,99.2936,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.2948,95.2952,93.9624,93.6292,92.9628,91.9632,91.9632,91.63,92.6296,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.6296,91.9632,91.9632,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,94.962,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,90.2972,90.2972,89.964,90.2972,90.2972,90.2972,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.63,91.9632,91.9632,91.9632,91.9632,92.6296,93.29599999999999,93.6292,94.6288,94.962,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.96079999999999,98.96039999999999,99.6268,100.2932,100.2932,100.6264,100.9596,100.2932,99.6268,99.6268,99.2936,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,98.6272,100.2932,101.2928,102.6256,103.62519999999999,105.6244,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.9564,108.9564,109.2896,109.956,110.9556,110.9556,111.622,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.954,114.954,115.2872],[85.6324,84.966,82.96679999999999,81.3008,79.6348,78.9684,78.6352,79.3016,79.968,79.968,80.6344,80.6344,79.968,78.6352,76.9692,74.97,72.3044,69.972,67.6396,66.3068,64.6408,63.9744,63.308,62.3084,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,58.6432,57.3104,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.9764,59.6428,60.6424,60.6424,61.3088,61.9752,63.308,63.308,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.3064,67.3064,67.97279999999999,67.97279999999999,68.306,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,68.6392,68.6392,68.6392,68.6392,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.6388,70.3052,71.9712,72.6376,74.3036,75.6364,76.9692,78.9684,81.634,82.96679999999999,83.6332,83.6332,81.9672,80.6344,78.9684,77.3024,75.6364,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.30199999999999,78.30199999999999,77.3024,75.9696,75.3032,75.3032,75.3032,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.9704,73.304,72.6376,71.3048,69.972,67.97279999999999,66.64,65.6404,63.9744,63.308,61.9752,60.6424,57.9768,55.6444,53.312,50.9796,49.6468,46.9812,46.3148,44.6488,43.316,41.9832,41.3168,39.3176,38.6512,37.3184,35.9856,34.6528,33.32,31.9872,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,27.6556,27.6556,26.9892,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.6556,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,31.3208,31.9872,33.32,34.6528,35.9856,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.9796,50.9796,51.646,52.9788,53.6452,54.3116,55.3112,56.3108,57.6436,58.31,59.6428,60.3092,60.9756,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,62.3084,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,73.9704,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,78.6352,79.3016,79.968,80.6344,81.9672,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.2996,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,86.9652,88.298,89.6308,90.6304,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,100.9596,101.2928,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.958,104.958,104.958,104.958,104.2916,102.6256,101.2928,100.9596,100.9596,101.2928,101.2928,101.2928,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.958,105.2912,105.2912,104.958,104.958,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,102.6256,101.626,101.626,101.626,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.2948,95.2952,93.9624,93.29599999999999,92.6296,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.6292,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,93.9624,93.9624,93.6292,93.6292,92.6296,91.9632,91.9632,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.9628,93.9624,93.9624,94.6288,94.962,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,95.9616,95.6284,94.962,94.962,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,94.962,95.6284,95.9616,96.628,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,96.628,97.96079999999999,98.96039999999999,100.6264,102.2924,103.292,104.958,105.6244,106.624,107.2904,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.95439999999999,114.2876,114.2876],[85.6324,84.2996,82.3004,80.6344,79.6348,78.9684,78.6352,79.3016,79.968,79.968,80.6344,79.968,79.3016,78.6352,76.9692,75.6364,72.9708,69.972,67.6396,66.3068,64.6408,63.9744,63.308,62.3084,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,57.9768,57.3104,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.31,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,62.3084,63.308,63.6412,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.9732,67.3064,67.3064,67.3064,67.97279999999999,67.6396,68.306,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.972,69.3056,68.6392,67.97279999999999,68.6392,68.6392,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.9744,63.9744,64.6408,64.6408,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,71.9712,73.63719999999999,74.3036,75.6364,77.6356,80.3012,82.3004,82.96679999999999,82.3004,81.3008,79.968,78.30199999999999,76.636,74.97,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,77.3024,77.3024,76.636,75.9696,75.3032,74.6368,73.9704,73.9704,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.6376,71.9712,71.9712,70.6384,69.3056,67.97279999999999,66.64,65.3072,63.308,62.6416,61.3088,59.976,57.9768,56.3108,53.9784,51.9792,49.6468,47.3144,45.6484,44.315599999999996,42.6496,41.9832,40.6504,39.3176,37.3184,36.652,35.3192,34.6528,32.6536,31.9872,30.6544,29.654799999999998,28.9884,27.9888,28.322,28.322,28.322,28.322,27.6556,26.9892,26.9892,26.9892,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.9872,33.32,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,42.3164,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.9788,53.6452,54.6448,55.6444,56.3108,57.6436,58.31,58.9764,59.6428,60.3092,60.9756,60.9756,60.9756,60.9756,61.9752,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.9704,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,77.6356,78.6352,79.3016,80.6344,81.9672,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,85.9656,87.9648,89.2976,90.6304,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.9596,100.9596,101.626,102.2924,103.292,103.292,103.62519999999999,104.2916,104.958,104.958,104.2916,103.62519999999999,102.2924,101.2928,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,105.2912,105.2912,104.958,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.2952,93.9624,93.29599999999999,91.9632,91.2968,90.6304,90.2972,90.2972,90.6304,91.63,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,93.9624,93.9624,93.6292,92.9628,91.9632,91.9632,91.9632,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.9628,93.9624,93.9624,94.6288,94.962,95.9616,96.628,96.628,96.628,96.9612,97.6276,97.6276,97.6276,96.628,95.9616,95.6284,94.962,93.9624,93.9624,93.6292,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.9616,96.2948,96.9612,96.2948,96.2948,96.9612,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,97.2944,98.6272,99.96,101.2928,102.2924,103.9584,104.6248,105.9576,107.2904,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876],[84.966,84.2996,81.634,80.6344,79.6348,78.9684,79.3016,79.3016,79.968,79.968,80.6344,79.968,79.3016,78.6352,76.9692,75.6364,72.9708,69.972,67.6396,66.3068,64.6408,63.9744,63.308,62.3084,61.3088,60.6424,61.3088,61.3088,60.6424,59.976,57.9768,57.3104,56.3108,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,57.6436,57.6436,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,62.3084,62.3084,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,66.3068,66.64,66.64,67.3064,67.3064,67.6396,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,62.6416,62.6416,62.6416,62.6416,62.3084,63.308,63.308,63.9744,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,69.972,71.3048,72.6376,73.304,74.97,76.9692,79.3016,80.3012,80.9676,80.6344,80.6344,79.3016,77.3024,75.9696,74.3036,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,73.63719999999999,72.9708,71.9712,71.9712,71.9712,71.9712,70.9716,70.9716,70.3052,70.3052,70.3052,69.6388,68.9724,68.306,66.64,65.3072,63.9744,62.6416,61.9752,59.976,58.6432,57.3104,56.3108,54.3116,52.3124,49.6468,47.6476,45.6484,43.316,41.9832,40.6504,39.3176,37.9848,36.652,35.3192,33.986399999999996,33.32,31.9872,30.9876,29.654799999999998,28.9884,28.322,27.3224,26.9892,27.3224,27.3224,27.6556,27.6556,27.6556,26.9892,26.3228,26.3228,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,33.32,33.986399999999996,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,42.3164,43.316,43.9824,44.6488,44.6488,45.3152,45.9816,45.9816,46.647999999999996,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.9784,54.6448,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.3092,60.6424,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.9744,64.6408,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.9712,72.6376,72.6376,73.304,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.9692,77.6356,79.3016,79.968,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.3,83.3,83.3,83.3,82.6336,81.9672,81.9672,81.9672,82.6336,83.6332,85.2992,87.2984,88.9644,89.2976,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.2968,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.6264,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,99.96,100.2932,100.6264,101.626,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,102.6256,101.2928,100.2932,100.2932,99.96,99.96,100.2932,100.6264,101.2928,101.626,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.2924,102.2924,101.626,101.626,102.2924,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.6248,104.958,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.9592,101.9592,101.2928,101.2928,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.96,99.96,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.2952,93.9624,92.6296,91.9632,91.2968,90.6304,89.6308,89.6308,89.6308,90.2972,90.9636,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,91.2968,90.6304,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,89.964,89.6308,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,91.9632,91.9632,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.9624,94.6288,95.2952,96.2948,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,95.9616,95.6284,94.962,93.9624,93.9624,93.6292,92.9628,92.6296,92.6296,92.6296,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,95.9616,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.6272,99.2936,100.6264,101.626,102.6256,103.9584,105.6244,106.624,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,111.622,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,113.95439999999999],[84.2996,82.96679999999999,81.3008,79.968,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,79.968,79.3016,77.6356,76.9692,75.3032,72.9708,70.6384,68.6392,66.3068,64.974,63.9744,63.308,62.3084,61.3088,60.6424,61.3088,60.6424,60.6424,59.309599999999996,57.9768,56.644,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.6436,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,62.6416,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.9736,66.64,66.64,67.3064,66.9732,67.6396,67.6396,68.306,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,63.6412,63.6412,63.6412,63.6412,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.641999999999996,62.3084,62.3084,62.3084,63.6412,64.3076,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.6392,69.972,71.3048,73.304,74.97,76.3028,78.30199999999999,79.3016,79.968,80.6344,79.968,79.3016,76.636,75.3032,73.63719999999999,72.9708,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.3048,70.6384,70.6384,70.6384,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,64.6408,63.308,61.9752,60.6424,59.309599999999996,58.6432,57.3104,55.9776,54.3116,51.646,49.6468,47.6476,45.6484,43.6492,41.9832,40.6504,38.6512,37.9848,36.652,35.3192,33.986399999999996,32.6536,31.3208,30.6544,29.654799999999998,28.9884,27.6556,26.9892,26.656,26.3228,26.656,26.656,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.9868,33.986399999999996,34.6528,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,43.316,43.9824,44.6488,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.641999999999996,62.3084,63.308,63.9744,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,69.3056,69.972,71.3048,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,76.3028,77.6356,78.6352,79.968,81.3008,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,83.3,84.966,86.632,88.298,89.2976,89.6308,89.6308,89.6308,89.6308,90.6304,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.6264,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,99.2936,99.2936,100.2932,100.6264,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.2928,99.96,99.96,99.96,99.96,99.96,100.2932,100.6264,101.2928,101.626,101.626,102.2924,102.6256,103.292,103.292,103.292,103.292,102.6256,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.9592,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.9592,101.9592,101.2928,101.2928,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.96,99.96,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.9612,95.6284,94.6288,93.9624,92.6296,91.9632,91.2968,90.6304,89.6308,89.2976,89.6308,89.6308,90.2972,90.9636,91.63,92.2964,92.2964,91.63,91.63,90.6304,90.2972,90.2972,89.6308,89.6308,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.9624,94.962,95.9616,96.9612,97.6276,97.6276,97.96079999999999,98.294,98.294,98.294,97.96079999999999,96.9612,96.628,95.9616,95.6284,94.6288,93.9624,93.6292,92.9628,92.6296,92.6296,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.9628,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.2952,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,98.294,98.96039999999999,100.2932,101.2928,102.2924,103.292,104.958,105.9576,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,111.2888,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.288],[82.96679999999999,82.3004,81.3008,79.968,79.3016,78.6352,78.6352,79.3016,79.6348,79.6348,79.6348,79.6348,78.9684,77.3024,75.6364,74.3036,72.9708,70.9716,69.3056,67.3064,65.6404,64.974,63.308,61.9752,61.3088,60.6424,60.6424,60.6424,59.6428,58.9764,56.977199999999996,56.3108,55.6444,54.978,54.978,54.978,55.3112,55.3112,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,70.9716,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,72.9708,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,66.9732,66.3068,66.3068,65.6404,65.3072,64.6408,64.6408,64.6408,64.6408,63.9744,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,64.3076,64.974,65.6404,66.3068,67.97279999999999,69.3056,70.6384,72.6376,74.3036,75.6364,76.9692,78.30199999999999,79.6348,80.3012,79.6348,78.30199999999999,75.6364,74.3036,72.9708,72.3044,70.6384,70.6384,71.3048,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,73.304,73.304,73.9704,73.9704,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.9724,68.306,67.3064,67.3064,66.64,65.9736,65.3072,63.9744,61.9752,60.6424,59.309599999999996,58.6432,57.9768,56.3108,54.978,53.6452,52.3124,49.6468,47.6476,46.3148,43.6492,41.65,39.984,38.6512,37.3184,35.9856,35.3192,33.986399999999996,31.654,30.3212,29.654799999999998,28.9884,28.322,27.6556,27.3224,26.656,26.3228,26.3228,25.9896,25.9896,26.656,26.656,25.9896,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,27.3224,28.322,28.322,28.9884,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.988,29.988,29.988,30.6544,31.3208,31.9872,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.9824,44.6488,44.6488,45.6484,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,52.6456,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.3072,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.306,67.6396,66.9732,66.3068,66.3068,66.9732,67.6396,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.97,75.6364,76.3028,77.6356,79.6348,80.9676,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,81.9672,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.2996,86.2988,87.9648,88.9644,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,101.2928,101.2928,100.6264,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.2936,99.2936,99.96,100.2932,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.292,102.2924,100.6264,99.96,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.96,100.2932,100.6264,101.2928,101.626,101.626,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,94.962,94.6288,93.9624,92.2964,91.9632,91.2968,90.2972,89.6308,89.2976,88.63119999999999,89.2976,89.964,90.2972,90.6304,91.2968,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,89.6308,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,90.9636,91.63,91.63,91.63,92.2964,93.29599999999999,93.9624,95.9616,96.2948,96.9612,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,96.9612,95.9616,95.6284,94.6288,93.9624,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.9612,97.6276,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.294,99.2936,100.2932,101.626,102.6256,103.62519999999999,104.958,105.6244,106.2908,107.6236,107.9568,108.28999999999999,108.28999999999999,108.6232,108.6232,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,112.2884,112.2884,112.2884,112.95479999999999],[81.634,81.634,80.6344,79.968,79.3016,78.6352,78.6352,78.6352,78.9684,79.6348,79.6348,78.9684,78.30199999999999,77.3024,75.6364,74.3036,72.9708,71.638,69.3056,67.97279999999999,66.3068,64.974,63.308,61.9752,61.3088,60.6424,60.6424,60.6424,59.6428,58.9764,56.977199999999996,55.6444,54.978,54.978,54.978,54.978,55.3112,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,62.6416,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,66.3068,66.3068,65.6404,64.974,64.6408,64.6408,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,67.3064,68.6392,70.6384,71.9712,74.3036,75.6364,76.9692,78.30199999999999,79.6348,80.3012,79.6348,78.30199999999999,74.97,73.63719999999999,72.3044,71.638,69.972,69.972,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,72.6376,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,68.9724,68.306,68.306,67.6396,66.64,65.9736,65.3072,64.6408,63.9744,62.3084,60.6424,59.309599999999996,57.9768,57.3104,56.3108,54.978,53.6452,52.3124,49.6468,48.314,46.3148,44.982,42.3164,40.3172,39.3176,37.9848,35.9856,34.6528,33.986399999999996,32.3204,30.3212,29.654799999999998,28.322,27.6556,27.6556,26.9892,26.656,26.656,26.3228,26.3228,25.9896,25.9896,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.3232,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,27.6556,28.322,28.322,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.988,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.9848,38.9844,39.6508,40.3172,40.9836,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,51.646,51.646,51.9792,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,64.6408,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,72.6376,73.304,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,76.3028,77.6356,78.9684,80.3012,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,82.3004,82.3004,81.9672,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.2996,85.6324,87.2984,88.298,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.96,100.2932,100.6264,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,101.626,100.2932,99.2936,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.9592,102.6256,103.292,103.62519999999999,103.292,102.6256,101.626,101.2928,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,96.9612,96.9612,96.2948,95.2952,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.6308,89.2976,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.2968,91.2968,90.6304,90.2972,89.6308,89.6308,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.964,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,90.9636,91.63,91.63,91.63,92.2964,93.29599999999999,93.9624,95.9616,96.9612,97.6276,97.6276,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.628,95.9616,95.2952,94.6288,93.6292,93.29599999999999,92.9628,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.9612,97.6276,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,99.2936,100.2932,101.626,102.6256,103.62519999999999,104.2916,105.6244,106.2908,107.6236,107.6236,108.28999999999999,107.9568,108.6232,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.956,109.956,110.6224,110.6224,111.622,112.2884,112.2884,112.2884],[80.9676,80.9676,80.6344,79.968,79.3016,78.6352,78.6352,78.6352,78.30199999999999,78.9684,78.9684,78.9684,77.3024,76.636,75.6364,74.3036,73.63719999999999,71.638,69.972,68.6392,66.9732,65.6404,63.308,62.6416,61.3088,61.3088,61.3088,60.6424,59.6428,58.9764,56.977199999999996,55.6444,54.978,54.978,54.978,54.978,55.3112,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,66.3068,66.3068,65.6404,64.974,63.9744,63.9744,63.9744,63.9744,63.308,63.308,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.3076,64.974,66.64,68.6392,70.6384,71.9712,73.304,74.6368,76.9692,78.30199999999999,79.6348,80.3012,79.6348,78.30199999999999,74.97,72.9708,71.638,70.9716,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,69.3056,68.6392,68.306,68.306,68.306,67.6396,67.3064,66.64,64.6408,63.9744,63.308,62.6416,61.641999999999996,60.3092,58.9764,57.6436,56.977199999999996,55.6444,54.6448,53.6452,51.646,50.3132,48.314,46.3148,44.6488,42.9828,40.9836,39.6508,37.3184,35.9856,34.3196,32.9868,31.654,30.9876,29.654799999999998,28.9884,27.6556,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,25.3232,25.3232,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.6544,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.9848,38.9844,39.6508,40.3172,40.9836,41.9832,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,65.6404,64.974,64.974,64.974,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,70.6384,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,75.6364,76.9692,78.9684,78.9684,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.634,81.634,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.2996,85.6324,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,99.2936,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,101.2928,101.626,102.6256,102.6256,102.6256,102.2924,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.2952,93.9624,93.29599999999999,92.6296,91.9632,91.2968,90.6304,89.6308,89.6308,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.964,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,90.9636,91.63,91.63,91.63,92.2964,92.6296,93.9624,95.6284,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,98.96039999999999,98.6272,98.6272,97.2944,96.628,95.2952,94.6288,93.9624,93.6292,92.9628,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.2952,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,100.2932,100.9596,101.9592,103.292,104.2916,105.2912,105.6244,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,111.622,111.622,111.622,111.622],[80.9676,80.3012,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,77.3024,78.30199999999999,78.30199999999999,77.3024,76.636,75.9696,74.97,74.3036,73.63719999999999,72.3044,70.6384,68.6392,66.9732,66.3068,63.9744,63.308,61.9752,61.3088,61.3088,61.3088,60.3092,58.9764,56.977199999999996,55.6444,54.978,54.978,54.978,54.978,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,61.9752,61.9752,61.9752,61.9752,62.3084,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,69.6388,70.3052,70.6384,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,66.3068,65.6404,64.974,64.974,63.9744,63.9744,63.308,63.308,62.3084,62.3084,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,62.6416,63.6412,63.6412,64.3076,65.9736,67.97279999999999,69.972,71.9712,73.304,74.6368,76.3028,77.6356,79.6348,79.6348,79.6348,78.30199999999999,74.97,72.3044,70.9716,70.3052,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.9732,66.9732,66.3068,65.9736,65.3072,63.308,62.6416,61.9752,61.3088,59.6428,58.31,56.977199999999996,56.3108,54.978,54.3116,52.9788,51.646,50.3132,48.314,46.3148,43.9824,42.3164,40.9836,39.6508,38.318,35.9856,34.6528,32.9868,31.654,30.9876,29.654799999999998,28.9884,28.322,26.9892,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.3232,25.3232,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,24.6568,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.9848,38.9844,38.9844,39.6508,40.9836,41.9832,42.6496,43.316,43.9824,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,53.312,53.9784,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,62.3084,62.3084,63.308,63.308,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,64.974,65.6404,64.974,64.3076,64.3076,64.3076,64.3076,65.6404,66.3068,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,75.6364,76.9692,78.30199999999999,78.30199999999999,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.3012,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.2996,85.6324,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.9612,96.9612,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,101.9592,101.9592,101.2928,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.2936,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.6276,96.9612,97.2944,97.2944,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.2952,94.6288,93.9624,93.29599999999999,92.6296,91.9632,91.2968,91.2968,90.6304,89.6308,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.964,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,90.9636,91.63,91.63,91.63,91.63,92.2964,93.9624,95.6284,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,95.2952,94.6288,93.9624,92.9628,92.9628,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,93.6292,93.6292,94.2956,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,95.2952,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,100.2932,100.9596,101.9592,103.292,103.9584,105.2912,105.6244,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,109.2896,108.9564,108.9564,109.2896,109.2896,109.2896,109.956,110.6224,111.622,111.622,111.622],[79.968,79.968,79.3016,79.3016,77.6356,76.9692,76.9692,76.9692,76.636,76.636,76.636,75.9696,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,70.6384,69.3056,67.6396,66.9732,65.3072,64.6408,62.6416,61.9752,61.9752,61.9752,60.3092,58.31,56.3108,54.978,54.3116,54.3116,54.3116,54.3116,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,64.3076,64.3076,64.974,64.974,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,70.6384,69.972,68.6392,67.97279999999999,67.97279999999999,67.3064,67.3064,66.3068,65.6404,64.974,64.974,63.9744,63.308,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.31,58.31,58.31,58.31,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,63.6412,65.3072,67.3064,69.3056,71.3048,72.6376,73.9704,76.3028,77.6356,78.9684,79.6348,78.30199999999999,76.9692,74.3036,71.638,69.972,69.3056,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.3064,66.64,65.6404,65.6404,64.6408,64.6408,63.308,62.6416,61.3088,60.6424,59.6428,58.9764,57.6436,56.3108,54.978,54.3116,52.3124,51.646,50.9796,48.980399999999996,47.6476,45.6484,44.315599999999996,41.9832,40.3172,38.9844,36.652,35.3192,34.6528,33.32,32.3204,30.9876,29.654799999999998,28.9884,27.6556,26.9892,26.3228,25.6564,25.6564,24.99,24.99,24.99,24.99,25.6564,24.99,24.99,25.6564,25.6564,25.3232,25.3232,25.3232,25.3232,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,31.654,31.654,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.9848,38.9844,38.9844,39.6508,40.9836,41.9832,42.6496,43.316,43.9824,44.315599999999996,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.9788,53.6452,54.3116,54.3116,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,62.6416,62.6416,63.6412,64.3076,64.974,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,73.304,73.9704,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,85.6324,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.9616,95.9616,96.628,96.9612,97.6276,97.6276,97.96079999999999,97.6276,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.2944,96.628,96.2948,96.2948,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,97.96079999999999,97.2944,97.2944,97.6276,96.9612,96.628,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.29599999999999,92.6296,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,89.964,89.2976,89.2976,89.2976,89.964,89.2976,89.2976,89.2976,88.9644,88.9644,88.298,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.6304,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,90.9636,90.9636,90.9636,90.6304,91.63,92.2964,93.9624,95.6284,96.628,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.9596,100.9596,100.2932,99.6268,98.96039999999999,97.96079999999999,96.628,96.2948,95.6284,94.6288,93.9624,92.6296,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,101.2928,102.6256,103.62519999999999,104.958,105.6244,106.2908,107.2904,107.2904,107.2904,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,109.956,110.6224,110.6224,110.6224],[79.3016,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,76.9692,76.636,75.9696,75.9696,75.3032,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,71.3048,69.972,68.306,67.6396,65.9736,65.3072,63.308,63.308,62.6416,61.9752,60.3092,58.31,56.3108,54.978,54.3116,53.6452,54.3116,54.3116,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,64.3076,64.3076,64.974,64.974,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,67.3064,66.3068,65.6404,64.974,64.974,63.9744,63.308,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,58.31,58.31,58.31,58.31,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,63.6412,65.3072,66.64,68.6392,70.6384,72.6376,73.9704,76.3028,77.6356,78.9684,78.9684,78.30199999999999,76.9692,73.63719999999999,71.638,69.972,68.6392,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,70.6384,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.3064,65.9736,65.3072,64.974,64.3076,63.308,62.6416,61.3088,60.6424,59.976,58.6432,57.6436,56.977199999999996,56.3108,54.978,53.6452,52.3124,50.3132,49.6468,48.314,46.9812,45.6484,43.6492,41.9832,40.3172,38.9844,37.6516,35.3192,33.986399999999996,33.32,32.6536,30.9876,30.3212,28.9884,28.322,26.9892,26.3228,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.3232,25.3232,25.3232,25.3232,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,25.3232,25.9896,25.9896,26.656,26.9892,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,31.654,32.3204,32.3204,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,36.652,36.652,37.3184,37.9848,38.9844,39.6508,40.3172,40.9836,41.9832,42.6496,43.316,43.316,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,61.9752,61.9752,62.6416,64.3076,64.974,66.3068,66.9732,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.97279999999999,68.6392,69.3056,69.3056,70.6384,71.3048,72.6376,73.304,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.966,86.632,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,96.9612,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,98.294,98.294,97.96079999999999,97.6276,97.6276,97.96079999999999,97.2944,97.2944,97.96079999999999,98.96039999999999,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,96.9612,96.9612,96.628,95.9616,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,95.9616,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,95.2952,95.2952,94.6288,93.9624,92.9628,92.2964,91.63,91.63,91.2968,91.2968,91.63,91.63,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.6304,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.6292,93.29599999999999,93.29599999999999,92.6296,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,90.9636,90.9636,90.9636,90.6304,91.63,92.2964,93.9624,95.6284,96.628,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,99.6268,98.96039999999999,98.294,96.9612,96.2948,95.2952,93.9624,93.29599999999999,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,100.2932,101.2928,102.6256,103.292,104.6248,106.624,106.9572,106.9572,107.2904,107.9568,107.6236,107.6236,107.6236,106.9572,107.2904,108.28999999999999,108.28999999999999,109.2896,109.956,110.6224,110.6224],[78.6352,78.6352,78.6352,77.6356,76.9692,76.9692,76.3028,76.3028,75.9696,75.9696,75.3032,75.3032,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.3044,71.3048,70.6384,68.9724,67.6396,66.64,65.9736,64.6408,63.9744,63.308,62.6416,60.9756,58.9764,56.3108,54.978,54.3116,54.3116,54.3116,54.3116,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.974,64.974,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.3048,69.972,69.3056,68.6392,67.97279999999999,67.3064,67.3064,66.3068,65.6404,64.974,64.974,63.9744,62.3084,61.3088,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,62.6416,64.6408,66.64,68.6392,70.6384,72.6376,73.9704,76.3028,77.6356,78.9684,78.9684,77.6356,76.3028,73.63719999999999,71.638,69.972,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,70.6384,69.972,69.3056,68.306,67.6396,66.9732,66.3068,65.6404,64.974,63.9744,63.308,61.9752,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,55.6444,53.6452,52.3124,50.9796,49.6468,48.980399999999996,47.6476,46.9812,45.3152,43.316,41.65,39.3176,37.9848,37.3184,35.9856,33.6532,32.3204,31.654,30.9876,30.3212,29.654799999999998,28.322,27.6556,26.3228,25.6564,25.6564,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.6564,25.3232,25.3232,25.3232,25.3232,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,25.3232,25.3232,25.9896,25.9896,26.9892,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.9876,31.654,32.3204,32.3204,32.9868,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.9848,38.9844,39.6508,40.3172,40.9836,41.9832,42.6496,43.316,43.316,44.315599999999996,44.315599999999996,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,62.3084,63.308,65.3072,65.9736,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.972,71.3048,72.6376,73.304,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.9696,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.966,86.2988,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.9612,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,95.6284,95.2952,94.6288,94.6288,95.2952,95.2952,95.9616,96.2948,96.628,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.2948,96.2948,96.9612,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,96.2948,95.6284,95.6284,94.962,94.962,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,94.962,94.962,94.962,94.2956,94.2956,94.962,95.2952,95.2952,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.2968,91.2968,91.2968,91.63,91.63,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.6292,93.29599999999999,92.6296,92.6296,91.63,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,90.9636,90.9636,90.9636,90.6304,91.63,92.2964,93.9624,94.962,96.2948,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,100.9596,99.6268,98.96039999999999,97.6276,96.9612,95.6284,94.962,93.6292,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.628,96.2948,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,100.6264,101.626,103.62519999999999,105.6244,106.624,107.2904,106.9572,107.6236,106.9572,106.9572,106.9572,106.2908,106.9572,107.6236,108.28999999999999,109.2896,109.956,109.956,109.956],[77.6356,77.6356,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,75.9696,75.9696,75.3032,74.6368,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.3044,71.3048,70.6384,68.9724,67.6396,66.64,66.64,65.3072,64.6408,63.9744,62.6416,60.9756,58.9764,56.3108,54.978,54.3116,54.3116,54.3116,54.3116,54.6448,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.3076,64.974,64.6408,65.3072,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,69.972,70.6384,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.9732,66.3068,64.974,64.3076,63.308,62.3084,61.3088,60.6424,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.641999999999996,63.6412,65.9736,67.97279999999999,69.972,71.9712,73.9704,75.6364,76.9692,78.30199999999999,78.30199999999999,77.6356,75.6364,73.63719999999999,71.638,69.972,68.6392,67.97279999999999,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,69.972,70.6384,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,66.9732,66.3068,64.974,64.3076,63.308,61.9752,60.6424,59.976,59.309599999999996,57.9768,56.977199999999996,55.6444,54.978,53.6452,51.646,50.9796,49.6468,48.314,46.3148,45.6484,44.6488,43.316,41.65,40.3172,37.9848,36.652,35.9856,34.6528,32.3204,31.654,30.9876,30.3212,29.654799999999998,28.9884,27.6556,26.9892,26.3228,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.3236,24.99,25.6564,25.6564,25.3232,25.3232,25.3232,25.3232,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,25.3232,25.3232,25.9896,25.9896,26.9892,26.9892,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.9876,31.654,32.3204,32.3204,32.9868,32.9868,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,42.6496,43.316,43.316,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.9792,51.9792,51.9792,52.6456,52.6456,52.6456,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.641999999999996,63.308,64.6408,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,69.3056,69.972,71.9712,73.304,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.9696,75.9696,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,83.6332,84.966,86.2988,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,94.6288,94.2956,94.2956,94.962,94.962,95.2952,95.9616,96.2948,96.628,96.628,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.2948,95.9616,96.2948,96.2948,95.6284,95.6284,96.9612,97.6276,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,99.2936,99.2936,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,95.9616,94.962,94.962,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,94.962,94.962,94.962,94.962,94.2956,94.2956,94.2956,93.9624,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.2964,91.63,91.2968,90.6304,90.6304,91.2968,91.63,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,92.6296,91.9632,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,90.9636,90.9636,90.9636,90.6304,91.63,92.2964,93.6292,94.6288,95.6284,96.628,97.2944,98.6272,98.96039999999999,99.6268,100.9596,101.2928,101.2928,101.9592,101.9592,101.2928,100.6264,99.6268,98.294,96.9612,95.9616,94.962,93.9624,93.29599999999999,92.2964,91.63,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.294,97.6276,97.2944,97.2944,96.628,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.96,100.6264,101.9592,104.2916,105.2912,105.6244,105.6244,105.9576,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,108.28999999999999,109.2896,109.956,109.956],[76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,68.9724,67.6396,66.9732,66.9732,65.9736,65.3072,63.9744,62.6416,61.3088,58.6432,56.3108,54.978,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,69.3056,70.6384,71.9712,72.6376,72.6376,73.304,72.6376,72.6376,73.304,73.304,72.6376,72.6376,73.304,72.6376,72.6376,71.9712,70.3052,69.6388,68.9724,68.306,68.306,67.6396,66.9732,66.3068,64.974,64.3076,63.308,62.3084,61.3088,60.6424,59.976,59.976,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,60.6424,62.6416,64.974,66.9732,68.9724,70.9716,72.9708,74.6368,75.9696,76.9692,76.9692,76.3028,74.97,72.6376,71.3048,69.972,68.6392,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,68.9724,68.306,66.9732,66.3068,66.3068,65.6404,63.9744,63.308,61.3088,60.6424,59.309599999999996,58.6432,57.6436,56.3108,54.978,54.3116,52.9788,51.3128,49.6468,48.980399999999996,47.6476,46.3148,44.982,44.315599999999996,43.316,41.65,39.6508,38.318,35.9856,34.6528,33.986399999999996,32.6536,31.654,30.3212,29.3216,28.6552,27.6556,26.9892,26.3228,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,25.6564,25.9896,25.9896,25.3232,25.3232,24.3236,24.3236,23.6572,23.6572,22.9908,22.3244,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.9892,26.9892,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.6544,31.3208,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.6456,53.312,53.9784,54.6448,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.3092,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,64.6408,65.3072,65.3072,65.3072,65.3072,65.9736,65.9736,66.64,66.9732,66.9732,66.9732,66.9732,67.97279999999999,69.3056,70.6384,71.9712,73.304,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.9696,75.9696,76.636,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,83.6332,84.966,85.9656,86.9652,87.2984,87.9648,88.298,88.298,89.2976,89.964,89.964,89.964,89.6308,90.2972,90.2972,90.6304,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.9616,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.2936,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.6276,96.9612,96.2948,95.9616,94.962,94.962,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.2968,89.964,89.964,90.2972,90.2972,90.2972,89.964,89.2976,88.63119999999999,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.2984,86.9652,86.9652,86.9652,86.9652,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,91.2968,91.63,91.63,91.63,92.6296,92.6296,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,91.9632,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.2968,91.9632,92.9628,93.29599999999999,94.6288,96.2948,96.628,97.96079999999999,98.294,99.6268,100.2932,101.2928,101.2928,102.2924,102.2924,101.2928,100.6264,100.2932,98.96039999999999,97.96079999999999,96.9612,95.6284,94.2956,93.6292,92.2964,91.63,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.6284,95.9616,95.9616,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.96,99.96,100.9596,102.2924,102.9588,103.9584,104.2916,104.2916,104.2916,104.2916,104.6248,105.2912,105.2912,106.2908,106.9572,107.9568,108.6232,109.956,109.956],[74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,71.3048,69.972,68.306,67.6396,66.9732,66.3068,65.9736,65.3072,63.9744,62.6416,60.6424,58.6432,56.3108,54.978,53.9784,53.9784,54.6448,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,69.3056,70.6384,71.9712,72.6376,73.304,73.304,72.6376,72.6376,73.304,73.304,72.6376,72.6376,73.304,73.304,72.6376,71.9712,70.9716,70.3052,69.6388,68.9724,68.9724,68.306,67.6396,66.3068,64.974,64.3076,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,62.6416,64.3076,66.3068,68.306,70.3052,72.3044,73.9704,75.3032,76.3028,76.3028,75.6364,74.3036,72.6376,71.3048,69.972,68.6392,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.306,66.9732,66.3068,65.6404,65.6404,64.3076,63.308,61.9752,60.6424,59.309599999999996,58.6432,56.977199999999996,55.6444,54.978,53.6452,52.3124,50.9796,49.6468,48.314,46.9812,46.3148,44.315599999999996,42.9828,41.9832,40.9836,40.3172,38.318,36.9852,34.6528,33.986399999999996,32.6536,31.9872,30.3212,29.654799999999998,28.6552,27.9888,26.9892,26.3228,25.6564,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,25.6564,25.9896,25.9896,25.3232,25.3232,24.3236,24.3236,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.9892,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.3212,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,37.9848,37.9848,38.6512,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.9792,52.6456,53.312,53.312,53.6452,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,63.9744,63.9744,63.9744,63.9744,64.6408,65.3072,65.3072,65.9736,66.3068,66.3068,66.3068,66.3068,67.3064,67.97279999999999,69.972,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.97,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.9696,75.9696,76.636,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,83.6332,84.2996,85.6324,86.2988,87.2984,87.2984,87.9648,88.298,89.2976,89.964,89.964,89.964,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,94.962,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,94.6288,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.6276,97.6276,97.2944,96.628,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,94.6288,94.962,94.962,94.6288,94.6288,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,97.2944,97.96079999999999,98.294,98.294,98.294,98.294,98.294,97.6276,97.96079999999999,97.6276,96.9612,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,96.9612,96.2948,95.9616,95.9616,94.962,94.962,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,95.6284,95.6284,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.2968,90.6304,89.964,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,91.63,91.63,91.63,91.63,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.2968,91.9632,92.2964,92.9628,93.29599999999999,94.6288,95.9616,96.628,97.6276,98.96039999999999,99.6268,100.9596,101.2928,101.626,102.2924,101.2928,101.2928,100.9596,99.6268,98.6272,97.2944,95.9616,94.962,93.9624,92.6296,91.63,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,95.9616,95.9616,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,99.96,100.2932,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.9596,101.626,101.9592,102.2924,102.6256,103.292,103.292,103.292,104.6248,104.6248,105.6244,106.2908,107.6236,108.28999999999999,109.2896,109.956],[74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.3036,74.3036,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,69.6388,68.9724,67.6396,66.3068,65.3072,65.3072,65.3072,64.6408,63.9744,62.6416,60.6424,58.31,56.3108,54.978,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,69.3056,70.6384,71.9712,72.6376,73.304,73.304,72.6376,72.6376,73.304,73.304,72.6376,72.6376,73.304,73.304,72.6376,72.6376,71.638,70.9716,70.3052,69.6388,68.9724,68.306,67.6396,66.9732,65.6404,64.3076,63.9744,63.308,61.9752,60.6424,59.976,59.309599999999996,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,59.976,61.9752,64.3076,66.3068,68.306,69.6388,71.638,73.304,73.9704,74.97,74.97,74.3036,73.63719999999999,71.9712,70.6384,69.972,68.6392,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,66.9732,66.3068,65.3072,64.6408,63.308,62.6416,61.3088,59.976,59.309599999999996,57.6436,56.3108,54.6448,53.6452,52.3124,50.9796,49.6468,48.980399999999996,46.9812,46.3148,44.982,43.6492,41.9832,41.3168,40.6504,39.3176,37.9848,35.9856,34.6528,33.986399999999996,32.6536,31.654,30.9876,29.654799999999998,28.9884,27.9888,27.3224,26.9892,26.3228,25.6564,24.99,23.9904,23.9904,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,26.3228,25.9896,25.9896,25.3232,25.3232,24.3236,24.3236,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.9892,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,37.9848,37.9848,38.6512,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.982,44.982,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.9792,51.9792,52.6456,52.6456,52.6456,52.6456,53.312,53.312,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,60.6424,61.3088,61.3088,61.9752,62.3084,62.3084,63.308,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072,65.6404,65.6404,66.9732,68.6392,69.972,70.6384,71.3048,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.9696,75.9696,76.636,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,83.6332,84.2996,85.6324,86.2988,86.9652,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.962,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,93.6292,93.6292,93.6292,93.9624,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,94.962,94.962,94.2956,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.2944,97.6276,96.9612,96.2948,95.9616,95.9616,95.9616,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.9616,94.962,94.962,93.9624,93.9624,94.2956,94.962,95.6284,95.6284,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.6296,92.2964,92.2964,91.63,91.2968,90.6304,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,87.9648,87.2984,87.2984,86.9652,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,91.63,91.63,91.63,91.63,92.6296,92.6296,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,92.6296,91.9632,91.9632,91.2968,91.2968,91.63,92.2964,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.2968,91.9632,92.2964,92.9628,92.9628,93.9624,94.962,95.6284,95.9616,97.6276,98.96039999999999,100.2932,100.9596,101.626,101.626,101.626,101.626,101.2928,99.6268,99.2936,97.2944,96.9612,95.2952,94.2956,92.6296,91.63,91.2968,90.6304,90.6304,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,92.6296,93.6292,93.6292,93.6292,93.9624,94.6288,95.2952,95.9616,96.2948,96.9612,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.6264,101.2928,101.2928,100.6264,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.6264,100.6264,101.626,102.6256,103.62519999999999,103.9584,105.6244,105.6244,107.6236,108.28999999999999,109.2896,109.2896],[72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,68.9724,67.6396,66.3068,65.6404,64.6408,63.9744,63.9744,63.9744,62.6416,61.9752,59.976,57.6436,56.3108,54.978,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.3076,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,70.6384,71.9712,72.6376,73.304,73.304,72.6376,72.6376,73.304,73.304,72.6376,72.6376,73.304,73.304,72.6376,72.6376,71.638,71.638,70.9716,70.3052,69.6388,68.9724,68.306,66.9732,66.3068,64.974,64.6408,63.308,61.9752,60.6424,59.976,58.6432,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,61.9752,63.6412,65.6404,67.6396,69.6388,70.9716,72.6376,73.304,74.3036,74.3036,73.63719999999999,72.9708,71.9712,70.6384,69.972,68.6392,66.9732,66.3068,65.6404,64.974,64.974,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,65.6404,64.974,63.9744,63.308,61.9752,61.3088,59.976,58.6432,57.6436,56.3108,54.6448,53.312,52.3124,50.9796,48.980399999999996,47.6476,46.9812,45.6484,44.6488,43.316,41.9832,40.6504,39.984,37.9848,37.3184,36.652,34.6528,33.986399999999996,32.6536,31.9872,30.9876,30.3212,28.9884,28.322,27.3224,26.656,26.3228,25.6564,24.99,24.3236,23.9904,23.9904,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,25.6564,26.3228,25.9896,25.9896,25.3232,24.6568,24.3236,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,30.9876,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,44.315599999999996,44.982,44.982,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,51.3128,51.3128,51.3128,51.3128,51.3128,51.9792,51.9792,52.6456,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,60.6424,60.9756,60.9756,61.641999999999996,61.641999999999996,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,64.974,65.6404,67.3064,68.6392,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.9696,75.9696,76.636,77.3024,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.6336,83.6332,84.2996,85.6324,85.9656,86.9652,86.9652,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,93.9624,93.6292,93.29599999999999,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,94.2956,94.962,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.2944,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.6288,94.6288,94.6288,94.2956,94.6288,94.6288,93.9624,93.9624,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.6276,97.6276,97.6276,97.2944,97.2944,96.9612,96.9612,95.9616,95.6284,94.962,95.2952,95.2952,94.962,95.6284,96.2948,97.2944,97.2944,97.96079999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,94.962,94.962,93.9624,93.9624,94.2956,94.2956,94.962,95.6284,95.9616,95.9616,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.2976,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.6316,87.6316,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,91.9632,91.9632,91.63,91.2968,91.2968,91.63,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.2968,91.9632,92.2964,92.9628,92.9628,93.6292,93.9624,94.2956,95.6284,96.628,97.6276,99.2936,100.2932,101.2928,101.626,101.626,101.626,101.2928,100.6264,99.2936,98.6272,96.9612,96.2948,94.962,93.29599999999999,92.2964,91.63,91.2968,90.6304,90.2972,90.6304,90.6304,90.6304,91.2968,90.6304,91.2968,91.2968,91.2968,91.2968,91.9632,92.6296,93.6292,93.6292,93.6292,93.9624,94.6288,95.2952,95.9616,96.9612,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.6264,101.2928,101.2928,99.96,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,99.96,99.96,100.2932,100.6264,102.2924,103.62519999999999,104.958,105.9576,107.2904,107.9568,108.28999999999999,109.2896],[71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,67.6396,66.9732,65.3072,63.9744,63.308,63.308,61.9752,61.9752,61.641999999999996,60.9756,58.9764,57.6436,55.6444,54.978,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.972,70.6384,71.9712,72.6376,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,72.6376,71.9712,71.9712,71.3048,70.6384,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,64.6408,63.9744,61.9752,60.6424,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.644,56.644,56.644,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,61.9752,63.308,65.6404,67.6396,68.9724,70.3052,71.638,72.9708,73.9704,73.9704,73.304,72.6376,71.638,70.3052,69.6388,68.9724,67.6396,66.9732,66.3068,65.6404,64.974,64.974,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,65.3072,65.9736,65.9736,65.3072,63.9744,63.308,62.6416,61.3088,60.6424,59.976,58.6432,57.3104,56.3108,54.6448,53.312,51.9792,50.9796,49.6468,47.6476,46.3148,45.3152,43.9824,43.316,41.65,39.984,38.6512,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.32,31.654,30.9876,29.654799999999998,28.9884,28.322,27.6556,26.3228,25.6564,25.6564,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,24.99,25.3232,25.9896,25.9896,25.9896,25.9896,25.9896,25.3232,24.6568,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,25.9896,26.656,26.656,27.3224,27.6556,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,31.9872,31.9872,32.6536,33.32,33.32,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,41.65,41.65,41.65,41.65,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,44.315599999999996,44.315599999999996,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,53.312,53.9784,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,64.6408,65.3072,66.9732,67.6396,68.306,69.3056,70.6384,71.3048,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,86.9652,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.6292,92.9628,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,96.2948,96.2948,96.2948,95.6284,95.6284,95.2952,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,95.9616,96.2948,96.628,97.2944,97.2944,97.2944,96.9612,96.2948,96.2948,95.6284,95.9616,95.6284,94.962,94.2956,93.9624,93.9624,93.9624,94.6288,95.2952,95.9616,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,92.2964,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.2972,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.9656,85.9656,86.2988,86.9652,87.6316,87.6316,86.9652,86.9652,86.632,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.962,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,93.9624,94.6288,95.9616,96.9612,98.96039999999999,100.2932,101.2928,101.626,101.626,101.626,101.626,101.2928,100.2932,99.2936,98.294,96.9612,95.9616,94.6288,92.9628,92.2964,90.6304,90.6304,91.2968,91.63,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.6288,95.2952,96.2948,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.96039999999999,99.2936,99.2936,99.6268,99.96,99.96,99.6268,98.96039999999999,98.294,97.6276,97.2944,96.9612,96.9612,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,101.2928,103.292,104.2916,104.958,106.624,106.9572,108.28999999999999,108.28999999999999],[70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,66.9732,65.6404,63.9744,63.308,62.3084,61.641999999999996,61.3088,60.6424,60.3092,59.6428,58.9764,57.6436,55.6444,54.3116,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,70.6384,71.9712,72.6376,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.3052,69.6388,68.9724,68.306,67.6396,66.3068,65.3072,63.9744,61.9752,60.6424,59.309599999999996,57.9768,56.977199999999996,56.3108,56.3108,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.644,56.644,56.644,55.9776,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.6448,54.978,55.6444,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,61.9752,63.308,65.6404,67.6396,68.9724,70.3052,71.638,72.3044,73.304,73.304,72.6376,71.9712,70.9716,70.3052,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,63.9744,63.9744,63.308,63.308,63.308,62.6416,62.3084,63.308,64.6408,64.6408,64.6408,64.6408,63.308,62.6416,61.3088,60.6424,59.976,58.6432,56.977199999999996,55.6444,54.6448,53.312,51.9792,50.6464,49.6468,48.314,46.3148,44.982,43.9824,42.6496,41.65,40.3172,38.6512,37.3184,35.9856,34.6528,33.986399999999996,33.32,32.6536,31.9872,30.9876,30.3212,28.9884,28.322,27.6556,26.9892,25.6564,24.99,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.3232,24.6568,23.9904,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.3224,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,31.654,31.9872,32.6536,33.32,33.32,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,40.9836,41.65,41.65,41.65,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.6492,44.315599999999996,44.315599999999996,44.982,44.982,44.982,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.9792,51.9792,52.6456,53.312,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,63.308,64.6408,65.3072,66.3068,67.6396,68.6392,69.3056,70.6384,71.9712,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.9652,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.6296,92.6296,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.6292,92.9628,92.9628,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.6292,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,96.2948,95.6284,95.6284,95.2952,95.6284,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.6284,96.9612,96.2948,96.9612,97.2944,96.628,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,93.6292,92.6296,91.63,91.2968,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.9656,85.9656,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,87.6316,88.298,88.298,88.298,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,85.9656,85.2992,85.2992,85.2992,85.2992,86.2988,86.2988,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.63,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.9628,93.9624,94.6288,95.9616,96.9612,98.96039999999999,100.2932,101.2928,101.626,101.626,101.626,101.626,101.626,100.9596,99.6268,98.6272,97.2944,96.2948,94.6288,93.29599999999999,92.2964,90.9636,90.9636,91.63,91.63,91.63,91.2968,90.6304,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.2956,95.2952,96.2948,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.6276,97.2944,96.628,96.9612,96.9612,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,99.2936,99.96,101.2928,102.2924,103.62519999999999,104.2916,105.9576,106.2908,107.6236,107.6236],[69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.3052,70.3052,69.6388,68.9724,68.9724,68.306,67.97279999999999,67.3064,66.3068,64.974,63.308,62.3084,60.6424,60.6424,60.6424,59.976,59.6428,58.9764,58.31,56.977199999999996,55.6444,54.3116,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,70.6384,71.9712,72.6376,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,72.6376,71.9712,71.9712,71.3048,70.3052,69.6388,69.6388,68.9724,67.6396,66.9732,65.3072,64.6408,61.9752,60.6424,59.309599999999996,57.9768,56.977199999999996,56.3108,55.6444,54.978,54.978,55.6444,55.6444,56.3108,55.9776,55.9776,55.9776,55.3112,55.3112,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.9784,54.3116,54.978,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,61.9752,63.308,65.6404,66.9732,68.306,69.6388,70.9716,71.638,71.9712,71.9712,71.9712,71.3048,70.3052,69.6388,69.6388,68.9724,68.306,67.6396,67.6396,66.9732,65.6404,64.974,63.9744,63.9744,63.308,62.6416,62.6416,61.9752,61.641999999999996,62.3084,63.308,63.9744,63.308,62.6416,62.6416,61.9752,60.3092,58.9764,58.31,56.977199999999996,55.6444,53.9784,52.9788,51.646,50.3132,48.980399999999996,47.3144,46.647999999999996,45.3152,43.9824,42.3164,41.65,39.3176,37.9848,35.9856,34.6528,33.986399999999996,33.32,32.6536,31.9872,30.9876,30.3212,29.654799999999998,28.9884,27.9888,27.3224,26.656,25.9896,26.3228,25.6564,24.3236,24.3236,23.6572,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.6564,25.6564,25.9896,26.656,26.656,25.9896,25.3232,24.6568,24.6568,23.9904,22.9908,22.9908,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,26.3228,26.656,27.3224,27.3224,27.9888,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,36.652,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.3172,40.9836,40.9836,40.9836,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.6492,43.6492,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.9792,51.9792,52.6456,53.312,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.6432,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.641999999999996,62.3084,63.308,63.9744,65.6404,66.3068,66.9732,68.306,69.972,70.6384,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.9652,86.9652,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,92.9628,92.9628,91.9632,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,95.6284,95.2952,95.2952,94.6288,94.6288,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.9628,93.6292,93.29599999999999,93.9624,95.2952,95.6284,95.6284,96.2948,96.628,96.2948,96.2948,95.9616,95.9616,95.6284,95.2952,94.6288,94.6288,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,92.9628,91.9632,91.2968,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,89.2976,89.2976,88.9644,88.9644,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,86.9652,86.9652,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,85.9656,85.9656,85.9656,85.6324,84.966,84.966,84.966,85.2992,85.6324,85.6324,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.63,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,91.9632,91.9632,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,94.6288,94.962,96.628,97.6276,98.96039999999999,100.2932,101.2928,101.626,101.626,101.626,101.626,101.626,100.9596,99.6268,99.2936,97.2944,96.2948,94.6288,93.29599999999999,92.9628,91.63,91.2968,91.63,91.63,91.63,91.63,91.63,91.2968,90.6304,90.6304,91.2968,91.2968,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.2956,95.2952,96.2948,96.628,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,97.2944,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,99.2936,99.96,100.2932,101.626,103.292,103.62519999999999,104.6248,105.6244,106.624,106.9572],[68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,69.972,69.972,69.972,69.6388,68.9724,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,65.6404,64.3076,62.3084,61.641999999999996,59.976,59.976,59.309599999999996,59.309599999999996,58.31,58.31,57.6436,56.3108,55.6444,54.3116,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,70.6384,71.9712,72.6376,72.6376,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.9712,70.9716,70.3052,69.6388,68.9724,68.306,67.6396,65.9736,64.6408,61.9752,60.6424,59.309599999999996,57.9768,56.977199999999996,55.6444,54.978,54.978,54.978,54.978,54.978,55.6444,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.6452,54.3116,55.6444,56.3108,56.977199999999996,58.31,58.9764,59.6428,61.3088,63.308,65.6404,66.9732,68.306,68.9724,70.3052,70.9716,71.3048,71.3048,71.3048,70.6384,69.6388,69.6388,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,64.974,63.9744,63.308,62.6416,62.6416,61.9752,61.9752,61.641999999999996,61.641999999999996,62.3084,62.3084,61.9752,61.9752,61.3088,60.6424,58.9764,57.6436,56.977199999999996,55.6444,53.9784,52.6456,51.646,50.3132,48.980399999999996,47.6476,46.647999999999996,45.3152,43.9824,42.6496,41.65,40.3172,37.9848,36.652,34.6528,33.32,32.6536,31.9872,31.3208,31.3208,30.3212,29.654799999999998,28.9884,28.322,27.3224,26.656,25.9896,25.3232,25.6564,24.99,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,23.6572,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.656,26.656,26.656,25.9896,25.3232,24.6568,23.9904,23.9904,22.9908,22.9908,23.6572,23.6572,22.9908,22.9908,23.6572,24.3236,24.99,25.6564,26.3228,26.3228,27.3224,27.3224,27.9888,27.9888,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,31.654,32.3204,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,36.652,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,43.6492,43.6492,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,51.9792,51.9792,51.9792,52.6456,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,57.9768,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.641999999999996,61.641999999999996,62.3084,63.308,64.974,65.6404,66.3068,66.9732,68.6392,69.3056,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.9652,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.2956,94.2956,93.6292,93.6292,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,92.9628,92.9628,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,93.6292,93.6292,93.9624,93.9624,94.962,94.962,94.962,95.6284,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.9616,96.2948,96.2948,95.9616,95.2952,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.6296,92.6296,91.9632,91.9632,92.9628,92.9628,92.9628,93.29599999999999,94.6288,95.2952,95.2952,95.2952,95.6284,95.9616,95.9616,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,92.6296,92.6296,92.6296,92.9628,93.6292,93.9624,94.6288,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,92.9628,92.6296,91.2968,90.6304,90.6304,89.964,89.964,90.2972,90.2972,90.2972,90.2972,89.2976,89.2976,88.9644,88.9644,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,86.9652,86.9652,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,85.9656,85.2992,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.962,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.2952,94.962,94.6288,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,91.9632,91.9632,91.9632,91.9632,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,95.6284,96.628,97.96079999999999,99.2936,100.2932,101.2928,101.626,101.626,101.626,101.626,101.626,100.9596,100.2932,99.2936,97.96079999999999,96.2948,94.962,93.9624,92.9628,92.2964,91.63,92.2964,91.63,91.63,91.63,91.63,91.2968,90.6304,90.6304,91.2968,91.2968,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.6288,95.9616,96.2948,97.2944,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,100.6264,102.2924,103.292,104.2916,105.2912,105.6244,105.9576],[67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.3072,65.3072,64.6408,64.6408,63.9744,63.308,61.3088,60.6424,59.976,59.309599999999996,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,63.9744,63.9744,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,69.972,70.6384,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,69.972,69.972,68.9724,67.6396,65.9736,64.6408,62.3084,60.9756,59.309599999999996,57.9768,56.977199999999996,55.6444,54.978,54.978,54.3116,54.3116,54.3116,54.978,54.3116,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,53.6452,54.3116,54.978,56.3108,56.977199999999996,58.31,58.9764,60.3092,61.9752,63.308,65.3072,66.64,67.6396,68.9724,68.9724,69.6388,70.3052,70.3052,70.3052,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.306,68.306,67.6396,66.3068,64.974,64.3076,63.6412,62.6416,62.6416,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,60.6424,60.6424,59.6428,58.9764,58.31,56.977199999999996,55.6444,54.3116,52.3124,50.9796,49.6468,48.314,47.6476,46.3148,45.3152,43.9824,42.3164,40.9836,38.6512,37.3184,36.652,35.3192,33.32,31.9872,30.9876,30.3212,29.654799999999998,29.654799999999998,28.6552,27.9888,27.3224,26.656,26.3228,25.6564,25.6564,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.3224,27.3224,27.3224,26.656,24.99,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,25.3232,25.9896,26.656,26.656,27.3224,27.3224,27.9888,28.6552,28.9884,29.654799999999998,30.3212,30.9876,30.9876,30.9876,31.654,31.654,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,36.652,36.652,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,39.984,40.6504,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,45.9816,45.9816,46.647999999999996,46.647999999999996,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,56.644,56.644,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.3092,61.3088,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,69.6388,70.3052,70.9716,71.638,71.638,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.6332,84.2996,85.6324,85.6324,86.2988,86.9652,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.964,90.2972,91.2968,91.2968,92.2964,92.2964,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,92.6296,92.6296,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,92.9628,92.9628,92.6296,92.6296,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,93.9624,93.6292,93.6292,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,94.6288,94.6288,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.9632,93.6292,93.9624,94.6288,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.2968,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,87.9648,87.9648,87.2984,87.2984,86.2988,85.9656,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,85.9656,85.9656,85.2992,84.6328,84.2996,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,85.9656,86.632,86.9652,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.6304,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.9636,90.9636,90.9636,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,95.9616,96.9612,98.294,99.6268,100.2932,101.626,101.9592,102.6256,102.6256,101.626,101.626,101.2928,100.6264,99.6268,98.294,97.2944,95.6284,94.6288,93.29599999999999,92.9628,92.9628,92.2964,92.6296,92.6296,92.2964,91.63,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,93.29599999999999,94.6288,95.9616,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,97.2944,97.2944,96.9612,96.9612,96.9612,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,99.2936,99.2936,98.96039999999999,99.2936,99.6268,100.2932,101.626,102.2924,103.292,103.62519999999999,104.6248,104.6248],[66.64,66.64,66.64,66.64,66.64,66.64,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.974,63.9744,63.9744,63.308,63.308,62.3084,62.3084,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.306,65.9736,64.6408,62.3084,60.9756,59.309599999999996,57.9768,56.977199999999996,55.6444,54.978,54.3116,53.6452,53.6452,53.6452,54.3116,53.6452,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,52.9788,53.6452,54.978,55.6444,56.977199999999996,58.31,58.9764,60.3092,61.9752,63.308,65.3072,65.9736,67.6396,68.306,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,66.3068,65.6404,64.974,64.3076,63.308,62.6416,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,56.977199999999996,55.6444,54.3116,52.9788,50.9796,50.3132,48.314,47.6476,46.3148,45.6484,43.9824,42.6496,40.9836,39.6508,37.3184,35.9856,35.3192,33.986399999999996,31.9872,31.3208,29.654799999999998,28.9884,28.9884,28.322,27.9888,27.3224,26.656,26.656,25.6564,24.99,24.99,24.99,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.3224,27.3224,27.3224,26.656,24.99,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,25.3232,25.9896,26.656,26.656,27.3224,27.9888,28.6552,28.6552,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,36.652,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,45.9816,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.9796,51.646,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.644,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,65.6404,66.3068,66.9732,68.306,68.9724,69.6388,70.3052,70.9716,71.9712,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.966,85.6324,85.9656,86.9652,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.964,89.964,90.6304,91.2968,92.2964,92.2964,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.9612,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,92.6296,92.6296,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,92.9628,92.9628,92.6296,92.6296,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,94.6288,93.9624,93.6292,92.9628,92.9628,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,92.2964,92.6296,92.9628,92.9628,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,93.9624,93.29599999999999,92.6296,91.9632,91.63,91.9632,92.9628,93.6292,93.9624,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.2968,90.6304,89.964,89.2976,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,87.9648,87.9648,87.2984,87.2984,86.2988,85.9656,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.966,85.9656,85.9656,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,86.9652,86.632,85.9656,85.2992,84.6328,84.2996,83.6332,83.6332,83.3,83.3,83.9664,84.2996,85.6324,85.9656,86.9652,86.9652,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,91.9632,92.6296,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.9636,90.9636,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,95.9616,96.9612,98.294,99.6268,100.2932,101.626,101.9592,102.6256,102.6256,101.626,101.626,101.2928,100.6264,99.6268,98.96039999999999,97.2944,96.2948,94.962,93.9624,93.29599999999999,92.9628,93.29599999999999,92.6296,92.6296,92.2964,92.2964,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.628,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,100.2932,101.2928,101.626,102.6256,103.292,103.62519999999999,103.62519999999999],[65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,64.974,64.974,64.974,64.974,63.9744,63.9744,63.308,62.3084,62.3084,62.3084,61.9752,61.3088,61.3088,60.6424,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.306,66.64,64.6408,62.3084,60.9756,59.309599999999996,57.9768,56.977199999999996,55.6444,54.978,54.3116,53.6452,52.9788,53.6452,53.6452,52.9788,52.9788,52.9788,52.3124,52.3124,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,52.9788,53.6452,54.3116,55.6444,56.3108,57.6436,58.9764,60.3092,61.9752,63.308,64.6408,65.9736,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,66.9732,65.6404,64.974,64.3076,63.308,62.6416,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.6452,52.3124,50.3132,48.980399999999996,47.6476,46.9812,45.3152,44.6488,43.316,41.9832,40.3172,38.9844,37.3184,35.9856,33.986399999999996,32.6536,31.3208,30.6544,28.9884,28.322,28.322,27.6556,27.3224,27.3224,26.656,26.656,25.6564,24.99,24.99,24.99,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.3224,27.3224,26.656,25.9896,24.99,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,25.3232,25.9896,26.656,27.3224,27.3224,27.9888,28.6552,28.6552,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.3132,49.6468,49.6468,50.3132,50.9796,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.9776,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,70.3052,71.3048,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,74.3036,74.97,74.97,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.966,84.966,85.9656,86.632,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,92.6296,92.6296,91.9632,92.6296,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,96.2948,96.9612,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,92.6296,91.9632,91.63,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.6296,92.6296,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.9628,91.9632,91.63,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.9632,92.2964,92.2964,92.2964,92.2964,92.6296,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,93.9624,93.29599999999999,91.63,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.6292,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,90.6304,90.2972,89.964,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,88.9644,88.9644,87.9648,87.9648,87.2984,87.2984,86.2988,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.966,85.9656,85.9656,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,86.9652,86.9652,86.632,86.632,85.2992,85.2992,84.2996,83.6332,82.96679999999999,82.6336,83.3,83.3,83.9664,84.2996,85.6324,85.9656,86.9652,86.9652,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,91.2968,91.9632,92.6296,92.9628,93.6292,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,96.2948,96.2948,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,95.9616,96.9612,98.294,99.6268,100.2932,101.626,101.9592,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.6264,99.6268,99.2936,97.96079999999999,96.2948,95.2952,94.6288,94.2956,93.6292,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,91.9632,91.63,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,93.29599999999999,94.6288,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,100.2932,101.2928,101.626,102.2924,102.6256,103.292,103.292],[64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.3076,64.3076,63.6412,63.6412,62.3084,62.3084,61.641999999999996,60.9756,60.9756,60.9756,60.6424,60.6424,59.976,59.976,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,53.6452,53.6452,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.3076,64.974,65.6404,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.306,66.64,64.6408,63.308,60.9756,59.309599999999996,57.9768,56.977199999999996,55.6444,54.3116,53.6452,52.9788,52.9788,52.9788,53.6452,52.9788,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,54.3116,54.978,56.3108,57.6436,58.9764,60.3092,61.9752,62.6416,64.6408,65.3072,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,63.9744,63.308,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.9788,50.9796,48.980399999999996,47.6476,46.9812,45.6484,44.6488,43.316,42.6496,41.3168,39.6508,38.318,36.652,35.3192,33.32,32.6536,31.3208,29.988,28.322,28.322,27.6556,27.6556,27.3224,27.3224,26.656,26.656,25.6564,24.99,24.99,24.99,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.3224,27.3224,26.656,25.9896,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.99,25.9896,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,29.3216,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.9796,51.646,51.9792,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,62.3084,63.308,63.308,63.9744,64.3076,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.9724,70.6384,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.966,85.2992,85.9656,86.632,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,91.9632,91.9632,91.9632,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,96.2948,96.9612,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,92.6296,92.6296,91.63,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.6296,92.6296,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,93.9624,93.29599999999999,92.6296,91.9632,91.63,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.9632,91.9632,92.2964,92.2964,92.6296,92.9628,93.6292,93.9624,93.9624,93.9624,93.29599999999999,91.63,90.6304,90.6304,91.2968,91.63,92.6296,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.2964,91.63,90.6304,90.2972,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,88.9644,88.9644,87.9648,87.9648,87.2984,86.9652,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.966,85.9656,85.9656,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,86.9652,86.2988,86.632,85.9656,85.2992,84.6328,83.6332,82.96679999999999,81.9672,81.9672,82.6336,83.3,83.3,84.2996,84.966,85.9656,86.632,86.9652,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.63,91.9632,92.6296,92.9628,93.6292,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.6308,89.964,89.964,89.964,89.964,89.6308,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,95.9616,96.9612,98.294,99.6268,100.2932,100.9596,101.9592,102.6256,102.6256,101.626,101.626,101.626,101.2928,101.2928,100.6264,99.6268,98.294,97.96079999999999,96.2948,95.2952,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,93.29599999999999,94.6288,96.2948,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,101.626,102.2924,102.2924,103.292,103.292],[63.6412,63.6412,63.6412,63.6412,63.308,63.308,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.3116,54.3116,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.6424,60.6424,61.3088,61.9752,63.308,63.308,63.9744,64.6408,65.6404,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,70.3052,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,68.9724,68.306,65.9736,64.6408,63.308,61.641999999999996,58.9764,57.6436,56.3108,54.978,53.6452,52.9788,52.9788,52.3124,52.9788,52.9788,52.3124,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,52.3124,52.9788,53.6452,54.978,55.6444,56.977199999999996,58.31,59.6428,61.3088,62.6416,63.308,64.6408,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.3076,63.6412,62.6416,61.9752,61.3088,59.309599999999996,58.6432,56.977199999999996,56.3108,55.3112,53.9784,53.312,51.9792,50.9796,49.6468,47.6476,46.3148,45.6484,44.982,43.316,42.6496,41.3168,40.6504,38.6512,37.3184,35.9856,34.6528,32.6536,31.9872,30.6544,29.3216,28.322,27.6556,27.3224,27.3224,27.3224,27.3224,26.656,26.656,25.6564,24.99,24.99,24.99,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,27.3224,27.3224,26.656,25.3232,24.3236,23.6572,22.9908,22.3244,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,25.9896,26.656,27.3224,27.9888,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.988,29.988,29.988,30.6544,30.6544,31.3208,32.6536,32.6536,33.32,33.986399999999996,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.318,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.6492,43.6492,43.6492,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.3128,51.9792,51.9792,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.974,65.6404,66.3068,67.6396,68.9724,70.3052,70.9716,71.638,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.9712,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.2992,86.632,87.2984,87.6316,87.6316,87.9648,88.298,88.63119999999999,89.2976,89.964,90.2972,90.6304,91.2968,91.63,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.6296,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,91.63,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,92.9628,92.2964,91.63,91.2968,90.2972,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,90.6304,91.2968,90.9636,90.9636,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,92.9628,92.2964,90.6304,89.6308,89.6308,89.964,90.9636,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,90.9636,90.2972,89.964,89.2976,88.9644,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,85.6324,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.966,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.2988,86.2988,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,85.2992,85.2992,84.6328,83.6332,83.6332,82.3004,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,89.6308,90.2972,90.6304,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.2964,91.63,91.63,91.2968,90.6304,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,88.63119999999999,88.9644,88.9644,88.9644,88.9644,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,95.6284,96.628,97.96079999999999,98.96039999999999,99.6268,100.9596,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,101.9592,101.626,101.2928,100.6264,99.96,98.6272,97.2944,96.628,96.2948,95.2952,95.2952,94.6288,94.6288,94.6288,93.6292,93.29599999999999,92.6296,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,94.6288,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,98.96039999999999,99.6268,100.6264,101.2928,102.2924,102.2924,102.6256,102.6256],[63.6412,63.6412,63.6412,63.6412,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.978,54.3116,54.3116,53.6452,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.3092,60.6424,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,69.972,68.9724,68.306,65.9736,64.6408,63.308,61.641999999999996,58.9764,57.6436,56.3108,54.978,53.6452,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,52.3124,53.6452,54.3116,55.6444,56.977199999999996,58.31,58.9764,60.6424,61.9752,63.308,63.9744,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.3076,63.6412,62.6416,61.9752,60.6424,59.309599999999996,57.6436,56.3108,55.3112,53.9784,52.6456,51.3128,50.3132,48.980399999999996,46.9812,45.6484,44.982,44.315599999999996,42.6496,41.9832,40.6504,39.984,37.9848,36.652,35.3192,34.6528,32.6536,31.3208,29.988,29.3216,27.6556,27.6556,27.3224,27.3224,27.3224,27.3224,26.656,26.656,25.6564,24.99,24.99,24.99,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,26.656,26.656,25.9896,25.3232,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,25.6564,26.656,27.3224,27.9888,27.9888,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.3216,29.3216,29.3216,29.988,30.6544,31.3208,31.9872,32.6536,33.32,33.32,34.6528,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.6492,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,51.3128,51.3128,51.9792,51.9792,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.9744,64.3076,64.974,65.6404,66.3068,67.6396,68.9724,69.6388,70.3052,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.2992,86.632,86.632,87.6316,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.6296,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,91.63,91.2968,91.2968,89.964,89.964,89.2976,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,89.964,90.6304,90.6304,90.6304,91.63,92.2964,92.9628,92.9628,92.2964,91.63,90.2972,89.6308,89.2976,89.964,90.6304,90.9636,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,90.2972,89.964,89.2976,89.2976,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.2992,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.2988,86.2988,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,85.2992,84.6328,83.6332,83.6332,82.3004,82.3004,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,90.6304,90.6304,91.2968,91.2968,91.9632,92.6296,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.6296,91.63,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.962,95.6284,96.628,97.6276,98.6272,98.96039999999999,100.9596,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,102.2924,101.626,101.2928,100.2932,99.2936,98.294,97.2944,96.9612,96.2948,95.6284,95.2952,94.962,94.6288,94.2956,93.6292,93.29599999999999,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,94.962,95.6284,95.9616,96.628,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,98.96039999999999,99.6268,100.6264,101.2928,102.2924,102.2924,102.6256,102.6256],[64.3076,64.3076,64.3076,64.3076,63.9744,63.9744,62.6416,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.6452,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.3092,60.6424,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,69.972,68.9724,68.306,66.64,65.3072,63.308,61.641999999999996,58.9764,57.6436,56.3108,54.978,53.6452,52.9788,51.646,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,50.3132,50.3132,51.3128,51.9792,52.6456,53.9784,54.978,56.3108,57.6436,58.31,59.976,61.3088,62.6416,63.9744,65.3072,65.3072,65.9736,65.9736,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,63.9744,63.308,61.3088,59.976,58.31,56.977199999999996,55.3112,53.9784,52.6456,51.3128,49.6468,48.314,46.3148,45.6484,44.315599999999996,43.6492,42.6496,41.3168,39.984,38.6512,37.3184,35.9856,33.986399999999996,33.32,31.9872,30.6544,29.988,28.6552,27.6556,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,25.6564,24.99,24.99,24.99,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,26.656,25.9896,25.3232,24.6568,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,25.6564,26.656,27.3224,27.9888,28.6552,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.322,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,30.6544,31.3208,31.9872,32.6536,33.32,33.32,34.6528,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.315599999999996,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,48.980399999999996,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,51.3128,51.3128,51.9792,51.9792,51.9792,51.9792,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,62.3084,62.3084,63.308,63.308,64.3076,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.2996,85.2992,85.2992,85.9656,86.632,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.964,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.9632,92.9628,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,94.962,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.6296,92.2964,91.63,91.63,91.2968,91.2968,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,91.63,91.63,91.2968,90.6304,89.964,89.2976,89.2976,88.9644,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,89.6308,89.6308,89.2976,89.964,89.964,90.6304,91.63,92.2964,92.9628,92.9628,92.2964,91.2968,89.6308,89.2976,88.9644,89.2976,90.6304,90.9636,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,89.964,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,86.632,86.2988,86.2988,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.2992,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.6308,89.6308,90.6304,90.6304,91.2968,91.2968,91.9632,92.6296,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,91.9632,91.63,91.2968,91.2968,90.6304,90.2972,89.6308,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.962,95.6284,96.628,97.6276,98.6272,98.96039999999999,100.2932,100.9596,101.2928,101.2928,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.626,100.6264,99.6268,98.6272,97.2944,96.628,96.2948,95.9616,95.6284,95.2952,94.6288,93.9624,93.9624,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.9624,94.962,95.6284,95.9616,96.628,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,99.2936,98.6272,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,94.6288,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.2936,99.2936,98.96039999999999,99.6268,100.6264,101.2928,102.2924,102.2924,102.6256,102.6256],[64.3076,64.3076,64.3076,64.3076,63.9744,63.9744,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.6452,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.974,65.6404,66.3068,66.9732,68.306,68.9724,69.6388,70.3052,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,69.972,68.9724,68.306,66.9732,65.3072,63.308,61.641999999999996,58.9764,57.6436,56.3108,54.978,53.6452,52.3124,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.6464,51.3128,52.6456,53.312,54.978,55.6444,56.977199999999996,57.6436,59.309599999999996,60.6424,61.9752,63.308,64.6408,65.3072,65.3072,65.9736,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,65.3072,64.6408,62.6416,61.3088,58.9764,57.6436,55.9776,54.6448,53.312,51.9792,50.3132,48.980399999999996,46.9812,45.6484,44.315599999999996,42.9828,41.9832,41.3168,39.3176,37.9848,36.652,35.3192,33.32,32.6536,31.3208,30.6544,29.988,28.6552,27.6556,26.9892,26.656,26.656,26.656,26.656,26.656,25.9896,25.6564,24.99,24.99,24.99,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.99,25.9896,25.9896,26.656,25.9896,25.9896,25.3232,24.6568,23.9904,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,23.6572,24.3236,24.99,25.6564,26.656,27.3224,27.9888,28.6552,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.3212,29.654799999999998,28.9884,28.322,28.322,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,30.6544,31.9872,32.6536,33.32,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,39.3176,39.6508,39.6508,39.3176,39.3176,39.3176,39.984,40.3172,40.3172,40.3172,40.9836,40.9836,41.65,41.65,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.3128,51.9792,51.9792,51.9792,51.9792,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.641999999999996,62.3084,62.3084,63.308,63.6412,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,67.3064,67.3064,67.3064,67.3064,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.972,69.972,70.6384,71.9712,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.3032,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.2996,85.2992,85.2992,85.9656,86.2988,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.9636,91.63,91.63,91.9632,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.6296,91.63,91.63,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,91.9632,91.9632,91.63,91.2968,90.2972,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.6316,87.6316,87.2984,87.2984,87.6316,87.6316,87.6316,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.2964,91.63,91.2968,89.6308,89.2976,88.9644,89.2976,89.964,90.6304,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.2988,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.2992,85.9656,87.2984,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,85.6324,84.966,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.6308,89.6308,90.6304,90.6304,91.2968,91.2968,91.63,91.9632,92.6296,92.6296,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,91.9632,91.9632,91.2968,91.2968,90.6304,90.6304,89.6308,89.6308,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.6292,94.6288,94.962,95.9616,96.9612,97.96079999999999,98.6272,99.6268,100.2932,100.9596,101.2928,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,101.2928,100.2932,99.6268,98.6272,97.2944,96.9612,96.2948,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.628,98.294,98.96039999999999,99.6268,99.96,99.96,99.96,100.6264,100.2932,100.2932,99.96,98.96039999999999,98.294,98.294,97.96079999999999,97.6276,97.6276,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,94.6288,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.6264,101.2928,102.2924,102.6256,102.6256],[64.974,64.974,64.3076,64.3076,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.9784,53.312,52.6456,52.6456,52.6456,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.308,64.974,65.6404,66.3068,66.9732,67.6396,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,71.638,70.9716,70.3052,70.3052,69.6388,69.6388,69.3056,67.97279999999999,66.64,65.3072,62.6416,61.3088,59.6428,58.31,56.977199999999996,55.6444,53.312,51.9792,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,53.9784,54.6448,55.9776,56.977199999999996,58.31,59.6428,60.9756,61.641999999999996,62.6416,63.308,63.9744,64.6408,65.9736,66.64,67.3064,67.3064,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,67.6396,66.9732,66.3068,64.974,63.308,60.6424,58.6432,57.6436,56.3108,54.3116,52.9788,50.9796,49.6468,48.314,45.6484,44.315599999999996,42.6496,41.9832,40.3172,39.3176,37.9848,35.3192,33.986399999999996,32.6536,31.9872,31.3208,30.6544,29.988,28.6552,27.6556,26.9892,26.656,26.656,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,24.3236,24.99,25.9896,25.9896,25.9896,25.9896,24.99,24.3236,24.3236,23.6572,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,22.9908,23.6572,23.9904,24.6568,25.3232,25.9896,26.9892,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.322,28.322,28.322,28.322,28.322,28.9884,30.3212,30.9876,31.9872,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.3184,38.6512,38.6512,39.3176,39.984,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.6492,43.6492,43.6492,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,53.6452,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.3116,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,71.3048,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,86.2988,86.9652,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.9628,92.9628,92.9628,91.9632,91.63,91.2968,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,90.2972,90.2972,90.2972,90.2972,90.6304,90.9636,91.63,91.9632,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,89.964,88.9644,88.298,87.9648,87.9648,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.6316,88.298,88.298,88.63119999999999,88.9644,89.2976,89.2976,89.964,90.6304,91.2968,91.63,91.63,91.63,90.2972,88.63119999999999,88.298,88.298,88.9644,89.964,90.2972,90.9636,90.9636,91.2968,91.2968,89.964,89.964,89.964,89.964,89.2976,88.298,87.9648,87.2984,86.9652,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,84.2996,84.2996,84.2996,85.2992,86.2988,86.9652,86.9652,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,84.966,84.966,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,83.3,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,91.63,91.2968,90.6304,90.2972,90.2972,90.2972,89.964,89.964,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,95.6284,95.9616,96.628,97.96079999999999,98.6272,98.96039999999999,99.6268,100.6264,101.9592,102.2924,102.9588,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.2924,101.2928,100.6264,99.6268,98.6272,97.96079999999999,96.2948,95.9616,95.2952,94.6288,93.29599999999999,93.29599999999999,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.9616,96.2948,97.6276,97.96079999999999,98.96039999999999,100.2932,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,99.96,99.2936,99.2936,98.6272,98.294,98.294,98.294,98.294,97.6276,96.628,96.628,95.9616,95.9616,95.2952,94.962,94.962,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.96,101.2928,101.9592,102.2924,102.2924],[64.974,64.974,64.3076,64.3076,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.6456,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.308,64.974,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,69.972,70.6384,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,71.638,70.9716,70.3052,69.6388,69.6388,68.9724,68.6392,67.97279999999999,65.9736,64.6408,62.6416,61.3088,59.6428,58.31,56.977199999999996,55.6444,53.312,51.9792,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,53.312,53.9784,55.3112,55.9776,57.6436,58.9764,60.3092,60.9756,61.9752,62.6416,63.308,63.9744,65.9736,66.64,66.64,67.3064,67.6396,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,66.3068,64.3076,61.3088,59.976,58.9764,57.6436,55.6444,54.3116,52.3124,50.3132,48.980399999999996,46.9812,44.982,43.316,41.65,40.3172,39.3176,37.9848,35.3192,33.986399999999996,32.6536,31.3208,30.6544,29.988,29.3216,28.6552,27.6556,26.9892,26.656,26.656,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,24.3236,24.99,25.3232,25.9896,25.9896,25.3232,24.3236,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,24.6568,25.3232,25.9896,26.656,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.988,30.6544,31.3208,32.6536,33.986399999999996,35.3192,36.652,37.3184,38.318,38.9844,38.9844,39.6508,39.984,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,44.982,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,70.3052,71.3048,71.9712,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.9704,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.9652,87.2984,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,91.9632,91.63,91.63,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,89.6308,89.6308,90.2972,90.2972,91.2968,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,89.964,89.964,89.964,89.964,90.9636,91.63,91.9632,92.9628,92.2964,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,89.2976,88.9644,87.9648,87.9648,87.2984,87.2984,86.9652,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.9652,87.2984,87.9648,88.298,88.63119999999999,88.9644,89.2976,89.2976,89.964,90.6304,91.2968,91.63,91.2968,89.964,88.63119999999999,88.298,88.298,88.9644,89.2976,89.964,90.6304,90.9636,91.2968,91.2968,89.964,89.964,89.964,89.2976,88.63119999999999,87.9648,87.2984,87.2984,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,84.2996,84.2996,84.2996,84.2996,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,84.966,84.966,84.966,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,83.3,83.3,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,95.6284,95.9616,96.628,97.2944,97.96079999999999,98.294,98.96039999999999,100.6264,101.9592,102.2924,102.9588,102.9588,102.9588,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.2924,102.2924,101.2928,100.2932,98.6272,97.96079999999999,96.2948,95.6284,94.6288,93.29599999999999,93.29599999999999,92.2964,92.9628,93.9624,94.6288,95.2952,95.9616,96.9612,96.9612,96.628,95.9616,95.9616,95.9616,96.9612,97.6276,98.96039999999999,99.6268,100.9596,101.2928,101.2928,101.9592,101.9592,101.2928,101.2928,101.2928,100.2932,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,97.96079999999999,97.6276,96.628,95.6284,94.962,95.2952,95.2952,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.6264,101.2928,102.2924,102.2924],[64.974,64.974,64.3076,64.3076,63.308,63.308,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.3112,54.6448,54.6448,53.9784,53.312,53.312,52.6456,52.6456,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.308,64.3076,64.974,65.6404,66.3068,66.9732,68.306,68.9724,68.9724,69.972,70.6384,71.3048,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,71.638,70.9716,70.3052,69.6388,68.306,68.306,67.97279999999999,67.3064,65.9736,64.6408,61.9752,60.6424,58.9764,57.6436,56.977199999999996,55.6444,53.312,51.9792,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,52.6456,53.312,53.9784,55.3112,56.977199999999996,58.31,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,65.3072,65.9736,66.64,66.64,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,66.9732,65.6404,62.6416,61.3088,59.6428,58.31,56.977199999999996,55.6444,52.9788,51.646,49.6468,47.6476,45.6484,43.9824,41.65,40.3172,38.6512,37.3184,35.3192,33.32,32.6536,31.3208,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.656,26.656,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.3232,25.3232,25.3232,25.3232,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.6568,25.3232,25.9896,26.656,27.6556,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.986399999999996,35.9856,37.3184,38.6512,39.3176,40.9836,40.9836,41.65,41.65,42.6496,42.6496,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,70.3052,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,86.9652,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,91.63,91.63,90.6304,90.6304,90.6304,90.6304,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,89.964,90.6304,90.6304,89.964,89.964,89.2976,89.2976,89.964,90.6304,91.63,91.63,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.6304,89.964,89.2976,88.9644,88.298,87.6316,86.632,86.2988,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.9656,86.632,86.632,87.9648,88.298,88.63119999999999,88.298,88.63119999999999,89.2976,89.964,90.6304,90.6304,90.6304,89.2976,87.9648,87.2984,87.6316,88.298,89.2976,89.964,90.6304,90.6304,91.2968,90.6304,89.964,89.2976,89.2976,89.2976,88.63119999999999,87.9648,87.2984,87.2984,86.2988,85.9656,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,83.9664,83.9664,83.3,83.3,83.3,83.3,82.6336,82.96679999999999,83.6332,83.6332,82.96679999999999,84.2996,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,84.966,84.966,84.966,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,87.6316,87.6316,87.6316,87.6316,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,94.962,95.6284,95.9616,96.9612,97.2944,97.96079999999999,98.294,100.2932,101.2928,102.2924,102.9588,103.62519999999999,104.2916,104.2916,104.958,104.6248,104.2916,103.9584,103.62519999999999,103.62519999999999,102.6256,101.9592,100.2932,98.96039999999999,97.2944,96.2948,94.6288,93.9624,93.29599999999999,92.9628,92.9628,93.9624,95.6284,96.2948,97.6276,97.96079999999999,97.96079999999999,97.6276,96.9612,96.9612,96.9612,96.9612,98.96039999999999,99.6268,100.6264,101.2928,101.9592,101.9592,102.2924,102.6256,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.2928,101.2928,100.2932,98.96039999999999,98.294,97.6276,96.2948,95.6284,94.962,94.962,94.962,94.962,95.6284,95.6284,96.2948,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.6276,97.6276,96.9612,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,101.626,101.626],[64.974,64.974,64.3076,64.3076,63.308,63.308,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.31,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.308,64.3076,64.3076,64.974,65.6404,66.9732,67.6396,68.306,68.9724,69.3056,69.972,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,71.9712,71.638,70.9716,69.6388,68.306,67.6396,66.9732,67.3064,66.64,65.3072,63.9744,61.9752,59.976,58.31,57.6436,56.3108,54.978,52.6456,51.3128,49.6468,48.314,48.314,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.3144,48.314,49.6468,50.3132,51.9792,52.6456,53.312,53.9784,55.6444,56.977199999999996,58.31,59.6428,60.6424,61.3088,61.9752,62.6416,64.6408,65.3072,65.9736,66.64,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,68.9724,67.6396,66.3068,63.308,61.9752,60.3092,58.9764,57.6436,56.3108,54.3116,52.3124,50.3132,48.314,46.3148,44.6488,42.3164,40.3172,39.3176,36.652,34.6528,33.32,32.6536,31.3208,30.3212,29.654799999999998,28.9884,28.322,26.9892,26.9892,26.656,25.9896,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.3232,25.3232,25.3232,24.6568,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,25.3232,25.9896,26.656,27.3224,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,31.654,32.6536,33.32,35.3192,36.652,38.318,39.6508,40.9836,41.65,42.9828,42.9828,43.6492,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,54.3116,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,86.9652,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,91.63,91.63,90.6304,90.6304,90.6304,90.6304,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.6308,89.6308,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,89.964,89.964,90.6304,90.6304,89.2976,89.2976,88.9644,88.63119999999999,89.2976,89.964,90.9636,91.63,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,89.6308,89.2976,88.9644,87.9648,87.9648,86.632,86.2988,84.966,84.2996,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.6328,85.2992,86.632,87.2984,87.9648,87.9648,88.298,88.298,89.2976,89.964,89.964,89.964,89.2976,87.9648,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,89.6308,89.2976,89.2976,89.2976,88.63119999999999,87.9648,87.6316,86.9652,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,83.9664,83.3,83.3,83.3,83.3,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,87.6316,87.6316,87.6316,87.6316,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,94.962,95.6284,95.6284,96.9612,96.9612,97.2944,98.294,98.96039999999999,100.6264,101.9592,102.9588,104.2916,104.2916,105.6244,105.6244,105.2912,105.2912,104.958,104.958,104.958,104.958,103.292,101.9592,100.2932,98.96039999999999,96.9612,95.6284,94.6288,93.9624,93.29599999999999,93.9624,94.962,95.9616,97.6276,97.96079999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.9592,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,102.6256,101.9592,101.2928,100.6264,99.2936,98.294,97.2944,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.2936,99.96,99.96,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,100.2932,100.6264,101.626,101.626],[64.974,64.974,64.3076,64.3076,63.308,63.308,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.31,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.3048,72.6376,72.6376,73.304,73.304,72.9708,72.9708,72.9708,72.9708,73.304,73.304,73.304,72.6376,72.3044,71.638,70.9716,69.6388,68.306,66.9732,66.3068,66.3068,65.9736,65.3072,63.9744,63.308,61.3088,59.309599999999996,57.6436,56.977199999999996,55.6444,53.6452,51.646,50.3132,48.314,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,52.3124,52.9788,54.6448,55.9776,57.6436,58.31,59.6428,60.3092,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,69.972,68.6392,66.3068,64.6408,63.308,61.3088,59.976,58.31,56.977199999999996,54.978,52.9788,50.9796,48.980399999999996,46.9812,44.6488,42.6496,41.3168,39.3176,37.3184,35.3192,33.986399999999996,32.6536,31.3208,29.654799999999998,28.9884,28.9884,27.6556,26.9892,26.3228,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.6564,24.99,24.99,24.3236,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.99,25.3232,25.9896,26.656,27.3224,28.322,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,31.3208,31.9872,33.32,33.986399999999996,35.3192,35.9856,37.3184,38.6512,40.3172,41.9832,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,46.3148,45.6484,44.982,44.982,44.315599999999996,43.9824,43.9824,43.9824,43.9824,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,54.3116,54.978,54.3116,54.3116,53.6452,52.9788,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,86.2988,86.9652,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,91.2968,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.6308,89.6308,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,91.2968,90.6304,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,89.964,89.2976,89.6308,89.6308,88.63119999999999,87.9648,88.298,88.298,88.298,89.2976,90.2972,90.9636,91.63,91.63,91.63,91.2968,89.964,89.964,89.2976,88.63119999999999,88.298,87.9648,86.632,85.9656,84.2996,82.96679999999999,82.96679999999999,82.3004,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,82.3004,83.6332,83.6332,84.6328,85.2992,85.9656,86.632,87.2984,88.298,88.63119999999999,89.2976,89.2976,88.63119999999999,88.298,87.2984,86.2988,86.2988,87.2984,88.298,88.63119999999999,89.964,89.964,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,86.9652,86.9652,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,83.3,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,89.2976,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,95.6284,95.6284,95.9616,96.2948,96.9612,97.2944,98.6272,99.6268,101.9592,102.9588,104.2916,105.6244,105.6244,105.6244,106.2908,106.2908,105.6244,105.6244,106.2908,105.6244,105.6244,103.62519999999999,102.2924,99.96,98.294,95.9616,95.6284,94.6288,94.6288,94.6288,95.9616,96.9612,97.96079999999999,99.6268,100.6264,101.2928,101.2928,100.9596,101.626,101.626,101.2928,100.9596,101.2928,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,104.6248,104.6248,104.2916,104.2916,103.62519999999999,102.6256,101.626,100.2932,99.2936,98.96039999999999,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.9616,96.628,96.9612,97.6276,97.6276,97.6276,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,99.96,100.2932,100.2932,99.96,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.96079999999999,98.294,98.6272,98.96039999999999,99.96,100.2932,100.6264,100.6264],[64.974,64.974,64.3076,64.3076,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,58.9764,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.9712,72.6376,72.6376,73.304,72.9708,72.9708,72.9708,72.9708,73.304,73.304,73.304,72.6376,71.638,70.9716,70.3052,68.9724,67.6396,66.3068,65.6404,64.974,65.3072,64.6408,63.308,62.6416,60.6424,59.309599999999996,57.6436,56.3108,54.978,52.9788,50.9796,49.6468,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,51.646,52.3124,53.9784,55.3112,56.977199999999996,57.6436,58.9764,59.6428,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,70.6384,69.972,68.6392,66.64,64.974,63.308,61.3088,59.976,58.31,56.977199999999996,54.978,53.6452,51.646,49.6468,46.9812,45.3152,43.316,41.3168,39.3176,37.3184,35.3192,33.986399999999996,32.6536,31.3208,29.988,28.9884,28.322,27.6556,26.9892,26.3228,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.6564,24.99,24.3236,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.9896,26.656,27.3224,27.9888,28.9884,28.9884,29.654799999999998,28.9884,28.322,28.322,27.6556,27.6556,27.6556,28.322,29.654799999999998,30.3212,31.9872,33.32,34.6528,35.9856,37.3184,37.9848,39.6508,40.9836,42.6496,43.9824,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,47.6476,47.6476,47.6476,47.6476,46.3148,45.6484,45.6484,44.982,44.6488,44.6488,44.6488,44.6488,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.6452,53.6452,53.6452,54.3116,54.978,54.978,55.6444,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,52.9788,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,85.6324,85.6324,86.2988,86.9652,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,91.63,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,89.6308,89.6308,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,88.9644,87.9648,87.9648,87.6316,87.2984,87.2984,87.9648,89.2976,90.2972,91.2968,90.6304,90.6304,90.2972,89.964,89.2976,88.63119999999999,87.9648,87.9648,86.632,85.9656,84.966,82.96679999999999,81.9672,81.9672,81.3008,80.6344,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,81.634,82.3004,82.3004,83.6332,84.2996,84.6328,85.6324,86.632,87.6316,88.298,88.63119999999999,88.63119999999999,88.298,87.9648,86.9652,85.9656,85.9656,86.632,87.6316,88.298,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,86.9652,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,83.3,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.9616,96.9612,97.2944,98.6272,99.6268,101.9592,103.62519999999999,104.958,105.6244,105.6244,106.2908,106.9572,106.9572,106.2908,106.9572,106.9572,106.9572,105.6244,105.2912,103.62519999999999,101.2928,99.2936,96.9612,95.6284,94.6288,94.6288,95.6284,96.9612,98.294,99.96,101.626,103.62519999999999,103.9584,104.6248,104.2916,104.6248,104.6248,104.2916,102.9588,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.958,104.6248,105.2912,104.6248,104.2916,104.2916,103.292,102.6256,101.2928,100.2932,99.6268,98.96039999999999,98.294,97.2944,97.2944,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,99.96,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.6272,99.2936,99.96,100.6264,100.6264],[64.974,64.974,64.3076,64.3076,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,63.6412,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708,73.304,73.304,73.304,72.6376,71.638,70.9716,70.3052,68.9724,66.9732,66.3068,65.6404,64.974,64.6408,64.6408,62.6416,61.9752,59.976,58.6432,56.977199999999996,55.6444,54.3116,52.9788,50.3132,48.980399999999996,46.9812,46.3148,46.3148,46.3148,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,53.312,54.6448,55.9776,56.644,58.31,58.9764,59.976,60.6424,61.641999999999996,62.6416,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,66.64,66.64,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,69.972,67.97279999999999,66.64,64.3076,62.3084,60.6424,59.309599999999996,58.31,56.977199999999996,55.6444,53.6452,51.646,49.6468,47.6476,45.6484,43.316,41.9832,39.3176,37.3184,35.3192,33.986399999999996,33.32,31.9872,29.988,28.9884,28.322,27.6556,26.9892,26.3228,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.6564,24.99,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,25.9896,26.656,27.3224,27.9888,28.9884,29.654799999999998,29.654799999999998,28.9884,28.322,28.322,27.6556,26.9892,26.9892,28.322,29.654799999999998,30.9876,32.6536,33.986399999999996,36.652,37.9848,39.6508,40.3172,41.65,42.9828,44.6488,45.3152,45.9816,46.647999999999996,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,45.3152,45.3152,45.3152,45.3152,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,50.9796,51.646,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.3108,56.3108,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,64.6408,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,86.2988,86.9652,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,91.63,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,89.6308,89.6308,88.63119999999999,88.63119999999999,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.6308,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,87.2984,88.63119999999999,89.2976,90.6304,90.2972,89.964,89.2976,89.2976,88.298,87.2984,87.2984,86.2988,85.6324,84.966,83.6332,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,86.2988,87.9648,88.63119999999999,88.9644,88.9644,87.2984,86.632,85.9656,85.6324,85.6324,85.9656,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,86.2988,86.2988,85.9656,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,83.3,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.3,83.3,83.3,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.9644,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.9616,96.628,97.2944,98.6272,99.6268,101.9592,103.62519999999999,104.958,105.6244,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.6236,105.6244,104.958,102.6256,99.6268,97.96079999999999,95.9616,95.6284,95.6284,96.2948,97.96079999999999,98.96039999999999,101.2928,103.9584,105.2912,106.624,106.9572,107.6236,107.9568,107.9568,107.6236,106.624,104.6248,103.292,102.2924,101.626,101.626,101.626,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,104.6248,104.6248,104.2916,103.62519999999999,103.292,102.6256,101.626,101.2928,100.2932,99.2936,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,99.96,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,99.2936,99.96,100.2932,100.2932],[64.974,64.974,64.3076,64.3076,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.6428,58.9764,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,51.646,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,62.6416,63.6412,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,71.3048,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.9708,72.6376,72.6376,72.6376,72.6376,71.638,70.9716,69.6388,68.306,66.9732,65.6404,64.974,64.3076,64.6408,63.9744,61.9752,61.3088,59.309599999999996,57.9768,56.3108,54.978,53.6452,52.3124,50.3132,48.980399999999996,46.9812,46.3148,46.3148,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,52.6456,53.9784,55.3112,55.9776,57.6436,58.31,59.309599999999996,59.976,60.9756,61.9752,63.6412,64.3076,64.974,64.974,65.6404,65.6404,65.9736,66.64,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.3056,67.3064,65.9736,64.3076,62.3084,60.6424,59.309599999999996,57.6436,56.977199999999996,54.978,53.6452,51.646,50.3132,47.6476,45.6484,43.316,41.9832,39.3176,37.3184,35.3192,33.986399999999996,33.32,31.3208,29.988,28.9884,28.322,27.6556,26.9892,26.3228,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,24.99,24.3236,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.9888,28.9884,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.9892,26.9892,27.6556,29.654799999999998,31.9872,33.32,35.9856,37.9848,39.3176,40.9836,42.3164,42.9828,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,47.6476,46.9812,46.9812,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,51.646,52.3124,52.9788,53.6452,54.6448,55.3112,55.9776,55.9776,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,65.3072,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,85.6324,85.9656,86.2988,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,91.63,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,89.6308,88.63119999999999,88.63119999999999,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,88.298,88.298,88.298,88.298,88.9644,88.63119999999999,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,86.9652,86.2988,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.2976,88.298,88.298,87.9648,86.2988,85.6324,84.966,84.2996,83.6332,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.9656,87.2984,87.9648,88.298,88.298,86.632,85.2992,84.966,84.966,84.966,85.6324,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.3,83.3,83.3,83.3,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.9616,95.9616,96.9612,97.96079999999999,100.2932,102.2924,103.62519999999999,105.6244,105.9576,106.2908,106.9572,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,107.9568,107.6236,105.2912,103.9584,101.2928,98.96039999999999,96.9612,95.9616,96.2948,97.2944,98.96039999999999,101.2928,103.62519999999999,105.6244,107.2904,108.9564,109.2896,110.6224,110.9556,110.9556,109.2896,108.28999999999999,106.624,104.6248,102.2924,101.626,101.2928,101.2928,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.292,102.6256,101.9592,101.2928,99.96,99.96,99.2936,99.2936,98.6272,98.6272,97.6276,97.6276,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,99.96,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,99.2936,99.96,100.2932,100.2932],[65.6404,64.974,64.974,64.3076,64.3076,64.3076,63.6412,63.6412,61.9752,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.3108,55.9776,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,51.646,51.646,50.9796,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,55.9776,56.977199999999996,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,64.6408,65.3072,65.9736,66.9732,66.9732,67.6396,68.306,68.9724,70.3052,70.9716,70.9716,70.9716,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.638,70.3052,69.6388,68.306,66.3068,65.6404,64.974,64.3076,62.6416,61.9752,61.3088,59.976,58.6432,56.977199999999996,55.6444,53.9784,52.3124,50.9796,49.6468,47.6476,46.3148,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,47.6476,48.314,48.980399999999996,49.6468,51.646,52.9788,54.6448,55.3112,56.977199999999996,57.6436,58.9764,59.6428,60.6424,61.3088,61.9752,62.6416,63.6412,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,69.972,69.3056,67.97279999999999,66.64,65.3072,63.308,61.3088,59.6428,58.31,56.977199999999996,56.3108,55.3112,53.9784,51.646,50.3132,47.6476,45.6484,43.316,41.3168,39.6508,37.6516,35.3192,33.986399999999996,31.9872,30.6544,29.988,29.3216,28.6552,27.9888,26.9892,26.3228,25.9896,25.9896,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.3236,23.6572,22.9908,22.3244,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.9888,28.9884,28.9884,28.9884,28.9884,28.322,27.6556,26.9892,26.9892,27.6556,28.322,29.988,31.9872,34.6528,37.3184,39.3176,41.3168,42.6496,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,47.6476,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.3132,50.9796,52.6456,53.9784,54.6448,55.3112,55.9776,56.644,57.3104,57.3104,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,59.309599999999996,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,63.6412,63.6412,64.3076,64.974,64.974,65.6404,66.3068,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,75.9696,75.9696,76.636,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.9656,87.2984,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.9616,95.9616,95.9616,95.6284,95.9616,96.9612,96.9612,97.6276,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,89.964,88.9644,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.298,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,86.2988,85.9656,86.2988,86.2988,87.2984,87.9648,88.298,88.298,88.298,87.2984,86.632,85.6324,84.966,83.6332,83.6332,83.3,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,80.6344,80.6344,81.3008,82.6336,83.6332,84.966,85.9656,87.2984,87.9648,87.9648,87.2984,85.9656,84.6328,84.2996,83.6332,83.6332,84.966,86.2988,86.9652,87.2984,87.9648,87.9648,87.9648,87.2984,86.632,86.632,86.2988,85.9656,84.966,84.966,84.2996,84.966,84.966,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.3,83.3,83.3,83.3,83.3,83.6332,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,86.9652,86.9652,86.2988,85.9656,85.9656,85.9656,86.2988,86.632,86.632,87.2984,87.2984,88.298,88.298,88.63119999999999,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.6308,90.2972,91.2968,91.2968,91.63,91.63,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,91.2968,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,95.9616,95.9616,95.9616,96.9612,97.96079999999999,100.2932,102.2924,104.2916,105.2912,105.9576,106.9572,106.9572,108.28999999999999,108.9564,108.9564,109.6228,109.956,109.956,109.2896,107.9568,106.2908,104.958,101.9592,99.6268,97.96079999999999,97.2944,97.6276,98.96039999999999,100.9596,103.62519999999999,106.624,107.9568,110.2892,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,110.9556,109.2896,106.2908,104.958,103.292,101.626,100.6264,100.6264,100.6264,100.9596,101.9592,102.6256,102.6256,103.292,103.9584,103.62519999999999,104.6248,104.2916,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.292,102.6256,101.9592,101.626,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,98.6272,98.6272,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,99.6268,100.2932,100.2932,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.6264,100.6264],[65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.6412,63.6412,61.9752,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,51.646,50.9796,50.3132,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.3068,66.9732,67.6396,68.306,69.6388,70.3052,70.3052,70.9716,71.3048,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.9716,70.3052,68.9724,67.6396,66.3068,64.974,64.3076,63.6412,61.9752,61.3088,59.976,58.6432,56.977199999999996,56.3108,54.6448,53.9784,52.3124,50.9796,48.980399999999996,47.6476,45.9816,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,45.3152,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.9796,51.646,53.312,54.6448,55.6444,56.977199999999996,57.6436,58.9764,59.976,60.6424,61.3088,61.3088,62.6416,63.6412,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.6392,69.3056,69.3056,69.3056,68.6392,67.3064,65.9736,64.3076,61.9752,60.6424,58.9764,57.6436,56.3108,55.6444,54.6448,53.312,51.646,49.6468,46.9812,44.982,42.6496,41.3168,39.6508,37.6516,35.3192,33.986399999999996,31.9872,30.6544,29.988,28.6552,27.9888,27.3224,26.3228,26.3228,25.9896,25.9896,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.3236,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.9888,28.9884,28.9884,28.9884,28.322,27.6556,27.6556,26.9892,26.9892,27.6556,28.9884,30.6544,33.32,35.6524,37.9848,40.6504,41.9832,43.316,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,52.3124,53.9784,54.6448,55.3112,55.9776,56.644,57.3104,57.9768,57.9768,58.31,58.31,58.31,58.31,58.31,58.9764,59.6428,59.6428,60.3092,60.3092,60.3092,59.6428,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.3092,60.3092,60.9756,60.9756,61.641999999999996,61.641999999999996,62.3084,62.3084,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.6412,63.6412,64.3076,64.3076,64.974,64.974,65.6404,66.3068,65.9736,65.9736,65.9736,65.9736,65.3072,65.3072,65.3072,64.6408,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,96.2948,96.9612,97.6276,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,89.2976,88.9644,88.9644,88.9644,88.298,88.298,87.6316,87.6316,87.9648,88.63119999999999,88.9644,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,87.9648,86.632,86.632,86.632,86.632,86.632,86.632,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,85.9656,85.9656,86.2988,86.2988,86.9652,86.632,87.2984,87.2984,86.632,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,81.3008,81.9672,83.3,84.2996,85.9656,87.2984,87.9648,87.9648,86.632,85.2992,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,85.9656,86.2988,87.2984,87.2984,87.9648,87.2984,86.632,86.632,86.2988,85.6324,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.2996,83.6332,83.6332,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,86.9652,86.9652,85.9656,85.9656,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,87.2984,87.9648,88.298,88.9644,89.6308,89.6308,89.6308,89.2976,89.2976,89.6308,90.2972,91.2968,91.2968,91.63,91.63,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,96.9612,97.96079999999999,100.2932,102.2924,104.2916,105.2912,105.9576,106.9572,107.6236,108.9564,109.2896,109.6228,109.956,110.2892,110.2892,109.956,108.6232,106.9572,105.2912,103.292,101.626,99.96,98.96039999999999,99.6268,100.6264,103.62519999999999,106.624,108.6232,110.6224,111.622,112.6216,113.288,113.6212,114.2876,113.288,111.622,109.2896,106.9572,105.6244,102.6256,101.626,100.6264,99.96,100.2932,100.2932,101.626,101.9592,101.9592,102.6256,103.62519999999999,103.62519999999999,103.9584,104.2916,104.2916,104.6248,104.6248,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.9592,100.9596,100.9596,100.2932,99.6268,98.96039999999999,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.9612,97.6276,97.96079999999999,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.96,99.96,100.6264,100.6264],[66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.6412,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,51.646,50.9796,50.3132,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,70.3052,70.6384,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,69.6388,68.9724,68.306,66.9732,65.6404,64.3076,63.6412,62.6416,61.3088,60.6424,58.6432,57.9768,56.3108,55.6444,53.9784,53.312,51.646,50.3132,48.314,46.9812,45.3152,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,47.6476,48.314,50.3132,50.9796,52.6456,53.312,54.3116,54.978,56.644,57.6436,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,64.974,65.6404,65.3072,65.9736,66.3068,66.9732,67.6396,68.306,68.306,68.306,67.97279999999999,66.64,64.6408,63.308,61.3088,59.6428,58.31,56.977199999999996,55.3112,53.9784,53.6452,52.3124,50.9796,48.980399999999996,46.647999999999996,44.6488,42.6496,41.3168,38.6512,37.3184,35.3192,33.32,31.9872,30.6544,29.654799999999998,28.322,27.6556,26.9892,26.3228,26.3228,25.9896,25.9896,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,23.6572,24.3236,24.99,24.99,24.99,24.3236,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.9888,28.9884,28.9884,28.9884,28.322,27.6556,27.6556,26.9892,26.9892,27.6556,28.9884,31.3208,33.986399999999996,36.3188,38.6512,40.6504,42.6496,43.9824,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.6448,55.3112,55.9776,56.644,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.976,59.976,60.6424,60.3092,60.9756,60.9756,60.3092,60.3092,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.976,59.976,59.976,60.6424,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.641999999999996,61.641999999999996,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,64.3076,64.3076,64.3076,64.974,64.974,64.974,65.6404,65.6404,65.3072,65.3072,64.6408,64.6408,63.9744,63.308,63.308,63.308,63.6412,63.6412,64.3076,64.974,66.3068,66.9732,67.6396,68.306,69.3056,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.9616,95.9616,95.9616,94.962,95.6284,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,89.2976,89.2976,88.9644,88.9644,88.298,88.298,87.6316,87.2984,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,88.63119999999999,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.9644,88.63119999999999,87.9648,87.2984,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.2992,85.2992,84.2996,83.9664,82.96679999999999,82.3004,81.634,81.634,81.3008,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,81.3008,81.9672,83.3,84.2996,85.6324,86.632,86.632,86.632,86.632,85.2992,84.2996,82.96679999999999,81.9672,82.96679999999999,83.6332,85.6324,86.2988,86.9652,87.2984,87.2984,86.632,85.9656,85.2992,85.2992,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.3,83.3,83.3,83.3,83.3,83.6332,84.2996,84.2996,84.6328,85.2992,84.966,84.966,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,85.9656,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,86.2988,86.632,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,90.2972,91.2968,91.2968,91.63,91.63,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,97.96079999999999,100.2932,102.2924,103.62519999999999,105.2912,105.9576,106.9572,107.6236,108.9564,109.2896,109.956,110.2892,111.2888,110.9556,110.9556,109.956,108.6232,106.9572,105.6244,103.62519999999999,101.9592,101.626,101.626,102.9588,106.624,108.6232,110.9556,112.2884,113.288,113.95439999999999,113.95439999999999,114.2876,114.2876,113.288,111.622,109.2896,106.9572,105.6244,102.6256,101.2928,100.2932,99.6268,99.6268,100.2932,100.2932,100.9596,101.2928,101.626,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.9592,101.9592,101.2928,100.9596,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.2932,99.6268,99.6268,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.9616,95.9616,96.9612,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.96,99.96,100.6264,100.6264],[66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.31,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,56.3108,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,65.6404,66.3068,66.9732,67.6396,68.9724,69.6388,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,68.9724,68.306,67.6396,66.3068,64.974,63.6412,62.6416,61.9752,60.6424,59.976,57.9768,57.3104,55.6444,54.978,53.312,52.6456,50.9796,49.6468,47.6476,46.9812,45.3152,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.982,45.6484,46.3148,46.9812,48.980399999999996,49.6468,51.3128,51.9792,52.9788,53.6452,55.3112,55.9776,56.977199999999996,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,62.6416,63.308,63.6412,64.3076,63.9744,64.6408,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.64,65.9736,63.9744,61.9752,60.3092,58.9764,57.6436,56.3108,53.9784,53.312,52.3124,51.646,49.6468,48.314,45.3152,43.9824,41.9832,40.6504,38.6512,36.652,34.6528,33.32,31.3208,30.6544,28.9884,28.322,27.6556,26.9892,26.3228,25.6564,25.3232,25.3232,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,23.6572,23.6572,24.3236,24.99,24.99,24.3236,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.9888,28.9884,28.9884,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,28.322,29.654799999999998,31.9872,33.986399999999996,36.652,39.3176,41.3168,42.6496,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,55.9776,55.9776,56.644,57.3104,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.6408,63.9744,63.308,63.308,62.3084,61.641999999999996,61.641999999999996,61.641999999999996,61.9752,62.6416,63.6412,64.974,65.6404,66.9732,67.6396,68.306,69.3056,69.972,69.972,69.972,69.972,69.972,70.6384,71.9712,72.9708,73.63719999999999,74.3036,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,85.6324,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.9616,95.6284,94.962,94.962,94.962,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,90.6304,89.2976,89.2976,88.9644,88.9644,88.298,88.298,87.6316,86.9652,86.9652,87.2984,87.9648,88.298,88.9644,88.9644,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.9644,87.9648,87.2984,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.966,85.6324,85.6324,84.966,84.966,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.9676,80.3012,80.9676,80.9676,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.966,85.6324,85.6324,85.6324,85.6324,84.2996,82.96679999999999,82.3004,81.9672,82.96679999999999,83.6332,85.6324,85.9656,86.9652,86.9652,86.632,85.9656,85.2992,85.2992,84.966,84.2996,83.6332,83.6332,83.3,83.3,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.3,83.3,83.3,83.3,83.3,83.6332,84.2996,85.2992,85.2992,85.2992,85.2992,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.632,85.9656,85.9656,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,86.2988,86.632,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,90.2972,91.2968,91.2968,91.63,91.63,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,96.628,96.9612,97.6276,98.6272,100.2932,102.2924,103.62519999999999,105.2912,105.9576,106.9572,107.6236,108.9564,109.2896,109.956,110.2892,111.2888,110.9556,110.9556,110.9556,109.2896,108.28999999999999,106.2908,105.6244,104.2916,104.2916,104.2916,105.2912,108.28999999999999,110.9556,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,113.288,111.622,109.956,107.2904,105.9576,103.292,101.9592,100.6264,99.6268,99.6268,99.2936,99.6268,100.2932,100.2932,100.6264,101.2928,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,102.6256,101.9592,101.9592,101.2928,99.96,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,99.96,99.96,100.6264,100.6264],[66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.6408,63.9744,63.9744,63.308,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.31,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,51.646,50.9796,50.3132,49.6468,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,67.6396,66.9732,65.6404,63.9744,62.6416,61.9752,61.3088,59.976,59.309599999999996,57.3104,56.644,54.978,54.3116,52.3124,51.646,50.3132,48.980399999999996,46.9812,46.3148,44.6488,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,47.6476,48.314,49.6468,50.9796,52.3124,52.9788,53.6452,54.6448,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,64.6408,64.6408,65.3072,65.6404,64.6408,63.308,62.6416,60.6424,58.31,56.977199999999996,55.9776,54.6448,53.312,51.9792,50.9796,50.3132,47.6476,46.3148,43.9824,42.6496,40.9836,39.6508,37.9848,36.652,33.986399999999996,31.9872,30.6544,29.988,28.9884,28.322,26.9892,26.3228,25.6564,24.99,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.9888,28.9884,28.9884,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,28.322,29.654799999999998,31.9872,33.986399999999996,36.652,38.6512,41.3168,43.316,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,52.6456,53.312,53.9784,54.6448,54.6448,55.3112,55.9776,56.644,57.6436,57.6436,58.31,58.31,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.9756,60.9756,61.641999999999996,62.3084,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,64.6408,63.9744,63.308,63.308,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.3072,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.3076,63.308,62.3084,62.3084,61.641999999999996,61.3088,60.6424,60.6424,60.6424,61.9752,62.6416,63.6412,64.974,65.6404,66.9732,67.6396,68.306,69.3056,69.972,69.972,69.972,69.972,69.972,70.6384,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.964,89.964,89.964,90.2972,90.2972,90.2972,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,95.9616,94.962,94.2956,93.9624,94.6288,95.6284,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,90.6304,89.2976,89.2976,88.9644,88.9644,87.9648,87.9648,87.2984,86.9652,86.2988,86.632,87.2984,87.6316,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,86.632,85.9656,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.3004,81.634,81.634,80.9676,80.3012,79.6348,80.3012,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.3004,82.3004,81.9672,82.96679999999999,84.2996,85.6324,85.6324,85.9656,85.9656,85.2992,84.6328,84.2996,84.2996,83.6332,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,85.9656,85.9656,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,84.966,85.9656,86.632,86.632,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.9652,86.2988,86.9652,85.9656,85.9656,85.9656,85.9656,85.9656,85.2992,85.2992,84.966,84.966,84.2996,84.2996,83.9664,83.3,83.3,83.3,83.6332,84.2996,85.2992,85.6324,86.632,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,96.9612,96.9612,97.6276,97.2944,98.6272,100.2932,102.2924,103.62519999999999,105.2912,106.624,107.6236,107.9568,108.28999999999999,109.2896,109.956,110.6224,110.9556,110.9556,111.622,110.9556,110.6224,109.2896,107.9568,106.624,105.6244,105.6244,106.2908,107.9568,110.6224,111.622,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,112.95479999999999,111.622,109.956,107.6236,105.6244,104.2916,102.2924,101.2928,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,100.2932,101.2928,101.2928,101.9592,102.6256,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,101.9592,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,99.2936,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264],[66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.6408,64.6408,63.9744,63.9744,62.6416,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,53.312,52.6456,51.9792,50.9796,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,64.974,65.6404,66.3068,66.9732,68.306,68.9724,68.9724,68.9724,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.6396,66.9732,66.3068,64.974,63.308,61.9752,61.3088,60.6424,59.309599999999996,58.6432,56.644,55.9776,54.3116,53.6452,51.646,50.9796,49.6468,48.980399999999996,46.9812,45.6484,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.982,46.3148,46.9812,47.6476,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,63.308,62.6416,61.9752,60.6424,59.309599999999996,56.977199999999996,55.6444,54.6448,53.312,51.9792,50.6464,49.6468,48.980399999999996,46.3148,44.982,42.6496,41.3168,39.6508,38.9844,37.3184,35.9856,33.32,31.3208,29.988,29.3216,28.322,27.6556,26.9892,25.6564,24.99,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.656,27.3224,27.9888,27.9888,28.9884,28.9884,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,28.322,30.3212,32.6536,34.6528,37.3184,39.3176,41.9832,43.316,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.644,57.3104,58.31,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,60.9756,61.641999999999996,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,66.3068,66.3068,66.3068,65.6404,64.6408,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.64,65.9736,65.9736,65.3072,65.3072,65.3072,65.3072,65.3072,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,63.6412,62.3084,62.3084,61.641999999999996,61.641999999999996,60.6424,60.6424,60.6424,60.6424,61.9752,63.6412,64.3076,65.6404,66.3068,67.6396,68.306,68.9724,69.3056,69.972,69.972,69.972,69.972,69.972,70.6384,71.9712,72.9708,74.3036,74.97,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.9656,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,95.9616,95.6284,94.962,94.2956,93.9624,93.9624,94.962,95.6284,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.2968,90.6304,89.2976,89.2976,88.9644,88.9644,87.9648,87.9648,87.2984,86.9652,86.2988,86.2988,86.632,87.2984,87.6316,87.6316,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.2984,86.2988,85.6324,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,81.3008,81.3008,80.6344,80.9676,80.3012,79.6348,80.3012,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,82.6336,83.6332,84.2996,84.966,84.966,85.2992,84.6328,84.2996,84.2996,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,85.9656,85.9656,85.9656,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,83.6332,84.966,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.9652,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.2992,85.2992,84.966,84.966,84.2996,84.2996,83.9664,83.3,83.3,83.3,83.3,83.3,83.6332,84.2996,85.2992,85.2992,86.632,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.6304,90.6304,90.6304,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,96.9612,96.9612,97.6276,97.2944,98.6272,100.2932,102.2924,103.62519999999999,105.2912,106.624,107.6236,107.9568,108.9564,109.2896,109.956,110.6224,109.956,110.2892,110.9556,110.9556,110.6224,109.956,107.9568,107.2904,107.2904,107.2904,107.9568,109.2896,111.622,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,112.2884,110.9556,109.956,107.6236,105.6244,104.2916,102.2924,101.2928,100.2932,99.2936,98.96039999999999,98.294,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,100.9596,101.626,101.2928,101.9592,102.6256,102.6256,103.292,103.9584,103.9584,104.6248,105.2912,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.292,102.6256,102.6256,102.2924,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.294,97.96079999999999,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264],[67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.3072,64.6408,64.6408,63.9744,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,53.312,52.6456,51.9792,50.9796,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,51.9792,51.9792,52.6456,52.6456,53.312,53.312,53.9784,54.6448,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.308,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.3076,61.9752,60.6424,59.976,59.309599999999996,57.9768,57.3104,55.9776,54.978,53.6452,52.9788,50.9796,50.3132,49.6468,48.314,46.3148,44.982,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.3168,41.9832,41.9832,41.65,40.9836,40.9836,40.9836,40.3172,39.6508,39.6508,39.6508,40.6504,41.3168,41.9832,42.6496,43.316,44.6488,45.3152,45.9816,46.647999999999996,47.9808,48.6472,49.6468,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.9756,61.641999999999996,61.3088,60.6424,59.976,59.309599999999996,57.6436,54.978,53.6452,52.3124,50.9796,49.6468,48.980399999999996,47.3144,46.647999999999996,44.6488,43.316,41.9832,40.3172,38.6512,37.9848,35.9856,34.6528,32.6536,30.6544,28.9884,28.322,28.322,27.6556,26.9892,25.6564,24.99,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.656,27.3224,27.9888,28.6552,28.9884,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,28.9884,30.3212,32.6536,34.6528,37.3184,39.3176,41.9832,43.316,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.644,57.3104,58.31,58.9764,59.6428,59.6428,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.641999999999996,62.3084,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,65.9736,65.9736,66.64,67.3064,67.6396,67.6396,66.9732,66.9732,65.9736,65.3072,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,67.3064,66.64,66.64,65.9736,65.9736,65.9736,65.9736,65.9736,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.6412,62.3084,62.3084,61.641999999999996,61.641999999999996,60.6424,60.6424,59.976,60.6424,62.6416,64.3076,65.6404,66.9732,67.6396,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.9712,73.63719999999999,74.3036,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.9656,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.6284,94.962,94.2956,94.2956,94.2956,94.962,95.6284,95.6284,95.6284,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.2964,91.63,91.63,91.2968,91.2968,90.6304,89.2976,89.2976,88.9644,88.9644,87.9648,87.2984,86.632,86.2988,85.6324,86.2988,86.632,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.2984,86.2988,85.6324,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.3,83.3,83.3,83.3,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,80.3012,80.3012,80.9676,80.9676,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,84.2996,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,82.6336,82.6336,83.6332,84.966,85.9656,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,86.632,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,83.6332,83.6332,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.96679999999999,84.2996,84.966,85.2992,86.632,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,89.964,89.964,89.964,89.964,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.9616,95.9616,96.628,97.2944,97.2944,97.2944,98.6272,100.2932,102.2924,103.62519999999999,105.2912,106.624,107.6236,107.9568,108.9564,109.2896,109.956,109.956,109.956,110.6224,110.6224,109.956,110.2892,109.2896,108.28999999999999,107.6236,107.6236,107.6236,107.9568,109.2896,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,110.9556,109.956,107.6236,106.2908,105.2912,103.292,102.2924,100.6264,99.2936,98.294,98.294,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,100.9596,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,104.958,105.6244,105.6244,105.6244,105.9576,105.6244,104.958,104.2916,103.62519999999999,103.292,103.292,103.292,102.2924,102.2924,102.6256,101.9592,101.9592,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264],[67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.3072,65.3072,64.6408,64.6408,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,53.312,52.6456,51.9792,50.9796,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,51.9792,51.9792,52.6456,52.6456,52.6456,53.312,53.312,53.9784,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.308,64.3076,64.974,65.6404,66.3068,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,64.974,63.6412,61.3088,59.976,59.309599999999996,58.6432,57.3104,56.644,54.978,54.3116,52.9788,52.3124,50.9796,49.6468,48.980399999999996,48.314,46.3148,44.982,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.3168,41.3168,41.3168,41.3168,40.9836,40.9836,40.3172,40.3172,39.6508,38.9844,38.9844,38.9844,39.3176,39.984,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,47.6476,48.314,49.6468,50.3132,50.9796,52.3124,52.3124,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.6428,59.6428,59.309599999999996,58.6432,56.977199999999996,55.6444,53.6452,52.3124,50.9796,49.6468,48.314,47.3144,45.9816,45.3152,43.316,41.9832,40.3172,39.6508,38.6512,37.3184,35.9856,33.986399999999996,31.9872,30.6544,28.9884,28.322,27.6556,26.9892,26.3228,25.6564,24.99,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.99,24.99,24.99,24.99,25.6564,25.6564,26.656,27.3224,27.9888,28.6552,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,28.9884,30.3212,32.6536,34.6528,37.3184,39.3176,41.9832,43.9824,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,53.312,53.312,53.9784,54.6448,54.6448,55.3112,56.644,57.3104,58.31,58.9764,59.6428,60.3092,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.9736,65.9736,66.64,66.64,66.64,66.64,67.3064,67.97279999999999,67.97279999999999,68.306,68.306,68.306,67.6396,66.64,65.9736,65.3072,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,65.3072,65.9736,66.64,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,67.3064,66.64,66.64,66.64,66.64,66.64,66.64,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,63.308,62.3084,61.641999999999996,61.641999999999996,60.6424,60.6424,59.976,61.3088,63.6412,64.974,66.3068,67.6396,68.306,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.9712,73.63719999999999,74.3036,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.9656,87.2984,87.9648,87.9648,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.9636,91.63,92.2964,92.2964,92.6296,92.9628,93.29599999999999,93.6292,93.6292,93.9624,94.6288,94.6288,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,96.9612,95.9616,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,89.2976,89.2976,88.9644,88.298,87.9648,87.2984,86.632,86.2988,85.6324,85.6324,86.2988,85.9656,85.9656,85.2992,85.2992,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.298,87.9648,87.2984,86.632,86.2988,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.3,83.3,83.3,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.9676,80.9676,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.6332,83.6332,84.2996,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,82.6336,82.6336,83.6332,84.966,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,86.632,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,83.6332,83.6332,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,84.2996,84.966,85.2992,86.632,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,89.964,89.964,89.964,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,96.628,97.2944,97.96079999999999,97.2944,98.6272,99.2936,100.2932,102.2924,103.62519999999999,105.2912,106.624,107.6236,107.9568,108.9564,109.2896,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,107.9568,107.6236,107.6236,107.6236,108.28999999999999,109.2896,111.622,112.2884,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.95479999999999,111.622,109.956,108.28999999999999,106.2908,105.2912,103.292,102.2924,100.6264,99.2936,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,100.2932,100.2932,100.9596,101.9592,102.6256,103.292,103.62519999999999,104.2916,105.6244,105.6244,106.2908,105.9576,105.9576,105.6244,104.958,104.2916,104.6248,104.6248,103.9584,102.6256,102.2924,102.6256,102.6256,102.6256,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264],[68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,65.9736,65.3072,65.3072,64.6408,63.9744,63.308,63.308,62.3084,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,53.312,52.6456,51.9792,50.9796,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.3148,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,55.3112,55.9776,55.9776,56.977199999999996,57.6436,58.31,59.6428,60.3092,60.9756,61.641999999999996,62.3084,62.6416,63.308,63.9744,63.9744,64.6408,65.9736,66.64,66.64,65.9736,66.3068,65.6404,65.6404,65.6404,65.3072,65.3072,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,60.6424,59.976,59.309599999999996,57.9768,56.644,55.9776,54.978,53.6452,52.6456,51.9792,50.9796,49.6468,48.314,47.6476,46.3148,44.982,43.316,42.6496,42.6496,42.6496,42.3164,42.3164,41.65,41.65,40.9836,40.9836,40.9836,40.3172,39.984,39.984,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,38.318,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,44.315599999999996,44.982,45.6484,46.3148,46.9812,47.6476,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,52.9788,53.6452,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,56.3108,55.6444,54.3116,51.646,50.3132,49.6468,47.6476,46.9812,46.3148,45.6484,44.315599999999996,41.9832,40.6504,39.3176,38.6512,37.9848,37.3184,35.3192,33.986399999999996,31.654,29.654799999999998,28.9884,28.322,27.3224,26.656,25.9896,25.3232,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,21.9912,21.9912,21.3248,21.3248,21.9912,22.6576,23.323999999999998,23.323999999999998,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,24.99,25.6564,26.656,27.3224,28.6552,29.3216,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,28.9884,30.3212,32.6536,34.6528,37.3184,39.3176,41.9832,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.3124,53.312,53.312,53.9784,53.9784,54.6448,55.3112,55.3112,55.9776,57.6436,58.31,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.9744,64.6408,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,64.974,65.6404,65.6404,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,63.6412,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,61.9752,64.3076,65.6404,66.9732,67.6396,68.306,68.306,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,72.9708,74.3036,74.97,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,90.2972,90.2972,91.2968,91.63,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.9616,95.6284,95.6284,95.9616,95.9616,95.2952,95.2952,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,90.2972,89.2976,89.2976,88.298,88.298,87.9648,87.9648,86.632,86.2988,85.6324,85.6324,84.966,85.2992,84.6328,83.9664,83.9664,84.6328,84.6328,85.2992,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.9648,88.298,88.298,88.298,87.9648,87.9648,86.632,86.632,85.2992,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,83.3,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.6328,83.9664,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,82.6336,82.6336,83.6332,84.966,86.2988,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,86.632,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,85.2992,85.2992,86.632,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.6304,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.2956,94.962,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,100.2932,102.6256,104.2916,105.6244,106.624,107.6236,107.9568,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,107.6236,107.6236,107.6236,107.6236,108.28999999999999,109.956,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,113.288,112.95479999999999,111.622,110.6224,108.28999999999999,106.624,105.6244,104.2916,102.6256,101.2928,99.6268,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.96039999999999,100.2932,100.9596,101.2928,101.9592,102.6256,102.9588,103.62519999999999,104.2916,105.9576,105.9576,105.9576,105.9576,106.2908,105.6244,105.2912,105.2912,105.6244,104.6248,103.62519999999999,102.6256,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932],[68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.9736,65.9736,65.3072,65.3072,64.6408,63.9744,63.308,63.308,61.9752,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,53.312,52.6456,51.9792,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.6448,55.3112,55.3112,55.9776,56.977199999999996,57.6436,58.9764,59.6428,60.3092,60.9756,61.641999999999996,62.3084,62.6416,63.308,63.308,63.9744,65.3072,65.3072,65.3072,65.3072,65.6404,64.974,64.974,64.974,64.6408,64.6408,64.6408,63.9744,63.308,62.6416,61.9752,61.3088,59.976,59.309599999999996,58.6432,57.9768,56.644,55.9776,54.978,53.6452,52.6456,51.3128,50.3132,49.6468,48.314,47.6476,46.3148,44.982,43.316,42.6496,42.6496,42.6496,42.3164,41.65,41.65,40.9836,40.9836,40.3172,40.3172,40.3172,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,38.318,38.318,38.9844,39.6508,40.6504,40.6504,41.3168,41.9832,42.9828,43.6492,44.315599999999996,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,54.978,55.6444,55.6444,55.6444,55.6444,54.978,53.6452,52.6456,50.3132,48.980399999999996,48.314,47.6476,46.3148,45.6484,44.315599999999996,42.9828,41.3168,39.984,38.6512,37.9848,37.9848,36.652,35.3192,33.32,30.9876,29.654799999999998,28.322,27.6556,26.656,26.656,25.9896,25.3232,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,21.9912,21.3248,20.6584,20.6584,21.3248,21.9912,22.6576,23.323999999999998,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,24.99,25.6564,26.656,27.9888,28.6552,29.3216,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,28.9884,30.3212,32.6536,34.6528,37.3184,39.6508,41.9832,43.9824,44.6488,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,66.9732,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,65.6404,66.3068,66.9732,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,63.6412,63.6412,62.6416,61.9752,61.9752,61.9752,62.6416,64.3076,65.6404,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,71.3048,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,86.9652,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.6284,95.9616,95.9616,95.2952,95.2952,94.962,94.962,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.2972,89.2976,89.2976,88.298,88.298,87.9648,87.9648,86.632,86.2988,85.6324,84.966,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.9652,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,86.632,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.9664,83.9664,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,82.6336,83.3,84.2996,85.6324,86.9652,87.2984,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,85.9656,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.9672,82.6336,82.96679999999999,84.2996,84.2996,85.2992,85.2992,86.632,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.6304,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,92.9628,92.9628,93.6292,93.6292,94.2956,94.962,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,100.2932,102.6256,104.2916,105.6244,106.624,107.6236,107.6236,108.28999999999999,108.9564,108.6232,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,108.28999999999999,109.956,110.6224,111.2888,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,110.9556,110.6224,108.28999999999999,106.624,105.6244,104.2916,102.6256,101.2928,99.6268,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,100.2932,100.9596,101.2928,101.9592,102.2924,103.62519999999999,104.2916,105.6244,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.2908,105.9576,105.2912,104.2916,103.292,103.292,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932],[68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.64,65.9736,65.9736,65.3072,64.6408,63.9744,63.9744,63.308,61.9752,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,53.312,52.6456,51.9792,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.9784,54.6448,54.6448,55.3112,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,60.9756,61.641999999999996,61.9752,62.6416,62.6416,63.308,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,60.6424,59.309599999999996,58.6432,57.9768,57.3104,56.3108,55.6444,54.978,53.9784,52.6456,51.3128,50.3132,49.6468,48.314,47.6476,46.3148,44.982,43.316,42.6496,42.6496,42.6496,41.65,41.65,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.3176,39.3176,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,52.9788,52.9788,52.3124,51.646,49.6468,48.314,46.9812,46.3148,45.6484,45.6484,44.6488,43.316,41.9832,40.6504,38.6512,38.6512,37.9848,35.9856,35.3192,34.6528,33.32,30.9876,28.9884,28.322,27.6556,26.656,26.656,25.9896,25.3232,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,21.3248,20.6584,19.992,19.992,21.3248,21.9912,22.6576,22.6576,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,25.6564,24.99,25.6564,26.656,27.9888,28.6552,29.3216,30.3212,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,28.9884,30.3212,32.6536,35.3192,37.3184,39.6508,41.9832,43.9824,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,65.3072,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,66.3068,67.6396,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,69.6388,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,68.9724,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,63.6412,63.308,62.6416,62.6416,62.6416,64.3076,64.974,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,72.3044,72.9708,73.63719999999999,74.3036,75.3032,75.9696,76.636,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,86.9652,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.2936,99.2936,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,96.9612,96.9612,96.2948,96.2948,95.9616,95.2952,95.2952,94.2956,94.2956,94.2956,94.962,94.962,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.6304,89.6308,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.2984,86.632,86.2988,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,85.6324,86.9652,87.9648,88.298,88.298,88.298,87.6316,87.2984,87.2984,86.632,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,82.6336,83.3,84.2996,85.6324,86.9652,87.2984,88.298,88.63119999999999,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.6308,88.9644,88.9644,89.2976,88.9644,88.298,88.298,88.298,88.298,88.298,87.6316,87.6316,87.2984,86.632,86.632,86.2988,86.2988,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,85.9656,86.632,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,92.9628,92.9628,92.9628,93.6292,94.2956,94.962,95.9616,96.9612,97.2944,98.294,98.6272,98.6272,99.2936,100.2932,102.6256,103.62519999999999,105.2912,105.9576,106.9572,107.6236,108.28999999999999,108.9564,108.6232,108.6232,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,107.6236,108.28999999999999,108.6232,110.6224,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,110.9556,109.956,108.28999999999999,106.9572,105.6244,103.9584,103.292,101.626,100.2932,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.6272,98.6272,98.6272,99.6268,100.2932,100.9596,101.2928,101.9592,102.2924,103.292,103.62519999999999,105.6244,105.9576,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,105.9576,104.2916,103.9584,103.292,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932],[68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.6396,66.9732,66.64,66.64,66.64,65.9736,65.3072,64.6408,64.6408,63.9744,62.6416,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,52.6456,52.6456,51.9792,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,53.312,53.9784,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,62.3084,62.3084,61.3088,61.3088,60.6424,59.976,58.6432,57.9768,57.3104,56.644,56.3108,55.6444,54.6448,53.312,52.6456,51.3128,50.3132,49.6468,48.314,47.6476,46.3148,44.982,43.316,41.9832,41.9832,41.9832,41.65,40.9836,40.9836,40.3172,40.3172,39.6508,38.9844,38.9844,38.6512,38.6512,37.9848,37.3184,36.652,36.652,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.6516,38.318,38.9844,38.9844,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.3132,50.9796,49.6468,49.6468,48.980399999999996,47.6476,46.9812,45.6484,44.982,44.982,43.9824,43.316,42.6496,41.3168,38.6512,37.3184,37.3184,36.652,34.6528,33.986399999999996,33.32,32.6536,30.3212,28.9884,27.6556,26.9892,26.656,25.9896,25.9896,25.3232,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,23.6572,22.9908,21.3248,20.6584,19.992,19.992,21.3248,21.9912,22.6576,23.323999999999998,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,26.656,27.3224,28.6552,29.3216,30.3212,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,28.9884,30.3212,32.6536,35.6524,37.6516,39.6508,41.9832,43.9824,45.3152,45.9816,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,67.6396,67.6396,68.306,68.9724,68.9724,69.6388,70.3052,70.3052,69.6388,69.6388,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,66.3068,66.9732,67.6396,68.9724,69.6388,69.6388,69.6388,69.6388,70.3052,70.3052,70.9716,70.9716,70.9716,70.9716,70.9716,70.9716,70.3052,70.3052,70.3052,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.6388,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.308,63.308,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.6368,75.3032,75.9696,76.636,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,86.2988,86.9652,87.2984,88.298,88.63119999999999,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.6304,91.63,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.2936,98.96039999999999,98.294,98.294,97.96079999999999,97.6276,97.6276,97.6276,96.9612,96.9612,96.2948,95.9616,95.2952,94.962,94.2956,94.2956,94.2956,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.964,89.6308,88.9644,88.298,87.9648,87.9648,87.2984,86.632,86.2988,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.3004,81.634,81.634,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,86.2988,87.2984,87.9648,87.9648,87.6316,87.6316,87.2984,87.2984,86.2988,86.2988,84.966,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.634,81.634,82.3004,82.3004,82.96679999999999,83.6332,83.6332,84.2996,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,82.6336,83.3,84.2996,85.6324,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,86.632,86.632,86.2988,85.9656,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,92.9628,92.9628,92.9628,93.6292,94.2956,94.962,95.9616,96.2948,97.6276,98.294,98.6272,98.6272,99.2936,99.6268,101.626,103.292,104.2916,105.2912,106.9572,107.6236,108.28999999999999,108.9564,108.6232,108.6232,108.9564,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,108.6232,109.956,110.2892,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.6224,109.956,107.9568,106.2908,105.6244,103.9584,103.292,101.626,100.2932,99.2936,98.96039999999999,98.6272,98.294,97.96079999999999,98.294,98.294,98.6272,98.6272,98.6272,98.6272,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,103.292,103.62519999999999,104.958,105.9576,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,106.624,105.2912,103.9584,103.9584,103.292,102.2924,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.96,99.2936,99.2936,99.2936,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932],[69.972,69.3056,69.3056,68.6392,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,65.9736,65.3072,64.6408,63.9744,62.6416,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,52.6456,51.9792,51.9792,50.9796,50.3132,49.6468,48.980399999999996,46.9812,46.3148,46.3148,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,54.6448,54.6448,55.3112,55.9776,56.644,57.3104,57.9768,58.9764,59.6428,59.6428,60.3092,60.3092,61.3088,61.9752,61.9752,61.9752,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.3092,59.6428,59.6428,58.9764,57.6436,56.977199999999996,56.977199999999996,56.3108,54.6448,53.9784,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,47.9808,46.647999999999996,45.3152,43.9824,42.3164,40.9836,40.9836,40.9836,40.6504,39.984,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,36.652,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,40.9836,41.65,41.65,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.3148,45.6484,44.6488,43.9824,43.316,43.316,42.6496,41.65,40.6504,39.3176,37.3184,35.9856,35.3192,33.986399999999996,33.32,32.3204,31.654,30.9876,28.9884,27.6556,27.6556,26.9892,26.3228,26.3228,25.6564,25.6564,24.3236,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,21.658,21.658,21.658,21.658,22.3244,23.6572,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,25.3232,25.9896,25.9896,26.656,25.6564,25.6564,24.99,24.99,25.9896,27.3224,27.9888,29.3216,30.3212,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,28.9884,30.3212,32.6536,35.3192,37.6516,39.6508,41.9832,43.9824,45.3152,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.6388,70.3052,70.3052,70.3052,69.6388,69.6388,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.9732,68.306,68.9724,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.3028,77.6356,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,85.6324,86.2988,86.2988,87.2984,87.2984,88.298,88.9644,89.6308,89.6308,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.2948,95.2952,95.2952,95.2952,95.2952,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.964,89.6308,88.63119999999999,87.9648,87.2984,86.632,86.632,85.2992,85.2992,84.2996,82.96679999999999,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,85.2992,86.632,87.9648,87.9648,87.2984,86.9652,86.2988,86.2988,85.9656,85.6324,84.966,83.6332,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.634,80.9676,80.9676,80.3012,80.3012,80.3012,80.3012,80.3012,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.3,82.6336,81.9672,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,82.6336,83.3,84.2996,85.9656,87.2984,87.9648,88.9644,89.2976,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.6304,91.2968,90.6304,90.6304,90.6304,89.964,89.2976,89.2976,88.9644,88.298,87.9648,87.2984,87.2984,86.9652,86.2988,85.9656,85.9656,85.9656,85.2992,85.2992,85.2992,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,93.6292,94.2956,94.962,95.6284,95.9616,97.2944,97.96079999999999,98.6272,98.6272,99.2936,99.6268,101.2928,102.6256,103.62519999999999,105.2912,106.9572,107.6236,108.28999999999999,108.9564,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.624,106.2908,106.9572,107.6236,107.9568,109.956,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,110.9556,110.9556,110.6224,109.2896,108.28999999999999,106.9572,104.958,103.9584,103.292,101.626,100.6264,99.96,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,103.292,103.62519999999999,104.6248,105.9576,106.9572,107.6236,107.9568,108.6232,108.9564,108.9564,107.9568,107.9568,106.2908,105.2912,104.2916,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932],[69.972,69.972,69.3056,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,66.9732,65.9736,65.3072,64.6408,63.9744,62.6416,61.3088,60.6424,59.976,58.9764,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,52.6456,52.6456,51.9792,51.3128,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,53.312,53.9784,54.6448,55.3112,55.9776,56.644,57.3104,57.9768,58.31,58.9764,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.6428,58.9764,58.9764,58.31,56.977199999999996,56.3108,56.3108,55.6444,54.6448,53.312,52.3124,51.646,50.9796,50.9796,49.6468,48.980399999999996,47.9808,46.647999999999996,45.3152,43.9824,41.65,40.9836,40.3172,40.3172,39.984,39.3176,39.3176,38.6512,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.9844,39.6508,39.6508,39.6508,39.984,39.984,39.984,39.984,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,43.6492,43.6492,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.6492,42.6496,42.6496,41.9832,41.9832,40.9836,40.3172,39.3176,37.9848,35.9856,34.6528,33.986399999999996,32.6536,31.654,30.9876,30.9876,29.654799999999998,28.322,26.9892,26.9892,26.9892,26.3228,26.3228,25.6564,24.99,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,25.3232,25.9896,26.656,26.656,25.6564,24.99,24.3236,24.99,25.9896,27.3224,27.9888,28.6552,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,28.9884,30.3212,32.6536,35.3192,37.6516,39.6508,41.9832,43.9824,45.3152,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.9744,63.9744,64.6408,65.9736,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,70.3052,70.3052,70.3052,70.3052,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,68.9724,69.6388,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,76.3028,77.6356,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.966,85.6324,86.2988,86.2988,87.2984,87.9648,88.9644,88.9644,89.6308,89.6308,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,99.96,99.2936,99.2936,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,95.9616,95.9616,95.9616,95.2952,94.962,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.964,88.9644,87.9648,87.9648,86.632,86.632,85.2992,85.2992,84.2996,82.96679999999999,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,84.2996,85.2992,86.632,87.2984,86.9652,86.9652,86.2988,86.2988,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.3,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,82.6336,83.6332,84.966,85.9656,87.2984,88.298,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,90.2972,89.964,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,87.2984,86.9652,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.2992,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,93.6292,94.2956,94.962,95.6284,95.9616,97.2944,97.2944,97.96079999999999,98.6272,99.2936,99.6268,100.6264,102.2924,103.292,104.6248,106.624,107.6236,108.28999999999999,108.9564,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.28999999999999,107.6236,106.9572,106.624,106.2908,106.2908,106.9572,107.6236,108.9564,109.6228,109.956,109.956,109.2896,109.2896,109.2896,109.2896,110.6224,110.6224,109.956,109.2896,107.6236,106.2908,104.6248,103.62519999999999,102.6256,101.626,101.2928,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,103.292,103.62519999999999,104.6248,105.9576,106.9572,107.9568,108.6232,108.6232,108.9564,108.9564,108.6232,108.6232,107.2904,106.2908,105.2912,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932],[69.972,69.972,69.3056,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,66.9732,65.9736,65.3072,64.6408,63.9744,62.6416,61.3088,60.6424,59.976,58.9764,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,52.6456,52.6456,51.9792,51.3128,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.644,57.3104,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.3092,60.3092,60.3092,60.3092,60.3092,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.6448,53.312,52.3124,51.646,50.9796,50.9796,49.6468,48.980399999999996,47.9808,46.647999999999996,45.9816,43.9824,42.3164,40.9836,40.3172,40.3172,39.3176,39.3176,38.6512,38.6512,37.3184,36.652,36.652,36.652,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,39.984,40.3172,40.9836,40.9836,41.65,41.65,41.65,41.65,41.65,40.6504,40.6504,40.6504,39.984,39.984,39.3176,37.9848,36.652,33.986399999999996,32.6536,31.9872,31.3208,30.9876,30.3212,30.3212,28.9884,27.6556,26.9892,26.3228,26.3228,26.3228,26.3228,25.6564,24.99,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,25.3232,25.9896,26.656,26.656,25.6564,24.99,24.3236,24.99,25.9896,27.3224,27.9888,28.6552,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,28.9884,30.3212,32.6536,35.3192,37.6516,39.6508,41.9832,43.9824,45.3152,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,65.9736,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,70.9716,70.3052,69.6388,69.6388,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,78.30199999999999,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.966,85.6324,86.2988,86.2988,87.2984,87.9648,88.9644,88.9644,89.6308,89.6308,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,94.962,94.2956,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.964,88.9644,87.9648,87.2984,86.632,86.2988,85.2992,84.966,84.2996,82.96679999999999,81.9672,81.9672,81.3008,81.3008,80.3012,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,84.2996,85.2992,86.2988,86.9652,86.9652,86.2988,85.9656,85.9656,85.6324,84.2996,83.6332,83.3,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,79.3016,78.6352,78.6352,79.3016,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,83.6332,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,82.6336,83.6332,84.966,85.9656,87.2984,88.298,89.2976,89.964,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.6308,89.2976,88.63119999999999,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.632,86.632,85.9656,85.9656,85.2992,85.2992,85.2992,85.2992,85.2992,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.9636,90.2972,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,93.6292,94.2956,94.962,95.6284,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,99.96,101.2928,103.292,104.6248,105.9576,107.6236,108.28999999999999,108.9564,108.6232,109.2896,108.6232,108.6232,108.6232,108.6232,108.28999999999999,107.6236,106.9572,106.624,106.2908,106.2908,106.9572,107.6236,108.28999999999999,108.9564,109.956,109.956,109.2896,108.9564,108.9564,109.2896,109.956,109.956,109.6228,108.28999999999999,107.2904,106.2908,104.958,103.292,102.6256,101.626,101.2928,100.6264,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,103.292,103.62519999999999,104.2916,105.9576,106.9572,107.9568,108.6232,108.6232,109.6228,109.6228,109.2896,109.2896,107.6236,106.624,105.6244,104.6248,103.292,102.6256,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932],[69.972,69.3056,69.3056,68.6392,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,65.9736,65.3072,64.6408,63.9744,62.6416,61.3088,60.6424,59.976,58.9764,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,52.6456,51.9792,51.9792,51.3128,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.3148,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.3108,55.6444,55.6444,54.978,53.9784,53.312,52.3124,51.646,50.9796,50.9796,49.6468,48.980399999999996,47.9808,46.647999999999996,45.9816,44.6488,42.3164,40.9836,40.3172,39.6508,39.3176,38.6512,38.6512,37.9848,36.652,36.652,35.9856,35.9856,34.6528,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.318,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.3184,35.9856,33.32,31.9872,31.3208,30.6544,30.3212,29.654799999999998,29.654799999999998,28.322,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,24.99,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,24.99,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,25.3232,25.9896,26.656,26.656,25.6564,24.99,24.3236,24.99,25.9896,26.656,27.9888,28.6552,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,27.6556,27.6556,28.9884,30.3212,32.6536,35.3192,37.6516,39.6508,41.9832,43.9824,45.3152,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.9788,53.6452,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,63.308,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,70.9716,70.9716,70.3052,70.3052,69.6388,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.6388,69.6388,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.306,68.306,68.9724,68.9724,69.6388,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,66.9732,67.6396,67.6396,68.306,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,82.3004,82.96679999999999,83.6332,84.966,85.6324,85.6324,86.2988,86.2988,87.2984,87.9648,88.9644,89.2976,89.6308,90.2972,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,96.2948,96.2948,96.2948,96.9612,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,96.9612,95.9616,95.6284,95.6284,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,92.6296,92.6296,92.6296,91.9632,91.9632,92.6296,92.6296,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.964,88.9644,87.9648,87.2984,86.2988,85.6324,84.966,84.2996,83.6332,82.96679999999999,81.9672,81.9672,81.3008,81.3008,80.3012,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.96679999999999,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,83.6332,83.3,83.3,82.6336,82.6336,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,78.6352,77.9688,77.9688,78.6352,78.9684,79.6348,79.6348,80.3012,79.968,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.634,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,83.6332,83.3,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,82.6336,83.3,83.6332,84.966,85.9656,87.2984,88.298,88.63119999999999,89.2976,89.964,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.2972,89.6308,88.63119999999999,87.9648,87.9648,87.9648,87.9648,87.6316,87.6316,87.6316,87.6316,87.6316,86.9652,86.632,86.632,86.632,85.9656,85.9656,85.2992,85.2992,85.9656,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.9636,90.9636,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,93.6292,94.2956,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,99.96,101.2928,103.292,104.6248,105.9576,106.9572,107.6236,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.28999999999999,107.6236,106.9572,106.624,106.2908,106.2908,106.9572,106.9572,107.9568,108.28999999999999,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,108.9564,107.9568,106.9572,105.9576,104.2916,103.292,101.9592,101.626,101.2928,101.2928,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.2916,105.9576,106.9572,107.9568,108.6232,108.6232,109.6228,109.6228,109.6228,109.2896,108.6232,107.2904,105.9576,104.6248,103.292,102.6256,101.626,101.626,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932],[68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,65.9736,65.3072,64.6408,63.9744,62.6416,61.3088,60.6424,59.976,58.9764,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.3116,54.3116,55.3112,55.3112,55.9776,55.9776,56.977199999999996,57.6436,58.31,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.644,56.644,56.644,55.9776,55.9776,55.3112,54.6448,54.6448,53.6452,52.9788,52.3124,51.646,50.9796,50.9796,49.6468,48.980399999999996,48.314,46.9812,45.9816,44.6488,42.3164,40.9836,39.984,39.3176,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.9856,35.3192,33.986399999999996,31.654,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,27.6556,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,25.3232,25.9896,26.656,26.656,25.6564,24.99,24.3236,24.99,25.6564,26.3228,26.9892,28.322,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.9884,30.3212,32.6536,35.3192,37.6516,39.6508,41.9832,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.6456,53.312,53.312,53.9784,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,63.6412,64.974,65.6404,66.3068,67.3064,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.9656,85.9656,86.2988,86.2988,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,99.96,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,98.294,98.294,98.294,97.96079999999999,96.9612,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.962,94.2956,94.2956,93.9624,93.29599999999999,92.6296,92.6296,92.6296,92.6296,91.9632,91.9632,92.6296,92.6296,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.2976,88.9644,87.9648,87.2984,86.2988,85.6324,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,83.9664,83.9664,83.3,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.6352,77.6356,76.9692,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,83.6332,83.6332,84.966,85.9656,87.2984,87.6316,88.63119999999999,88.63119999999999,89.964,90.2972,90.2972,90.2972,90.9636,90.9636,90.9636,90.9636,90.6304,90.6304,90.2972,90.6304,91.2968,91.63,91.63,91.2968,90.6304,90.6304,90.2972,90.2972,89.2976,88.63119999999999,88.298,88.298,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.2984,86.9652,85.9656,85.9656,85.6324,85.6324,85.6324,86.2988,86.9652,86.9652,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.9612,97.6276,99.2936,101.2928,102.2924,103.62519999999999,105.6244,105.9576,107.6236,108.6232,109.956,109.956,109.2896,109.2896,109.2896,108.9564,107.9568,107.6236,106.9572,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,106.9572,105.6244,104.6248,103.62519999999999,102.9588,102.6256,102.2924,101.2928,101.2928,100.9596,100.9596,100.6264,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.9592,102.2924,102.6256,104.2916,105.9576,106.9572,107.9568,109.2896,109.2896,109.956,110.2892,110.2892,109.6228,108.6232,107.6236,105.9576,104.958,103.62519999999999,102.6256,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,100.6264,100.6264],[68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,59.309599999999996,58.31,57.6436,56.977199999999996,55.6444,54.6448,53.9784,53.312,52.6456,51.646,50.9796,50.3132,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.3152,43.9824,42.3164,40.9836,39.3176,38.6512,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,25.9896,25.9896,26.656,26.656,25.6564,24.99,24.3236,24.3236,24.99,26.3228,26.9892,27.6556,28.9884,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.9884,29.654799999999998,30.9876,33.32,35.3192,37.6516,39.6508,41.9832,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,53.312,53.9784,53.9784,54.6448,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,62.6416,64.3076,64.974,66.3068,66.9732,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,82.96679999999999,84.2996,84.966,85.9656,85.9656,86.2988,86.632,87.9648,88.298,89.2976,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.2932,100.2932,99.96,99.96,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.6276,96.9612,96.9612,96.2948,95.9616,95.6284,95.6284,94.962,94.962,94.2956,94.2956,93.9624,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.2976,88.63119999999999,87.9648,86.632,85.6324,85.6324,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,83.6332,83.6332,83.3,83.3,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.3016,78.6352,78.6352,77.6356,77.6356,76.9692,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,80.6344,81.3008,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,83.6332,83.6332,84.966,85.9656,87.2984,87.6316,88.9644,88.63119999999999,89.964,89.964,90.2972,90.2972,90.9636,90.9636,90.9636,90.9636,90.6304,90.6304,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,90.6304,90.6304,90.2972,89.6308,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,86.9652,86.9652,86.2988,85.9656,85.6324,85.6324,86.2988,86.9652,86.9652,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,97.6276,98.96039999999999,100.6264,101.626,102.6256,104.6248,105.6244,107.6236,108.28999999999999,109.2896,109.956,109.2896,109.2896,109.2896,108.9564,107.9568,107.6236,106.9572,105.9576,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,105.6244,104.6248,103.62519999999999,103.62519999999999,103.292,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,99.96,99.96,99.96,99.6268,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,102.2924,102.6256,104.2916,105.9576,106.9572,107.9568,109.2896,109.956,110.2892,110.2892,110.2892,109.956,108.9564,107.6236,105.6244,104.958,103.62519999999999,103.292,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,100.6264,100.6264],[68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,59.309599999999996,58.31,57.6436,56.977199999999996,55.6444,54.6448,53.9784,53.312,52.6456,51.646,50.9796,50.3132,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,44.6488,43.316,41.65,40.3172,38.6512,37.9848,37.3184,36.652,36.652,35.9856,35.3192,34.6528,34.6528,33.986399999999996,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,30.6544,29.988,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.654,31.654,31.654,31.654,31.654,31.654,31.654,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,32.9868,32.9868,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.9868,32.3204,31.654,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,25.6564,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,25.9896,25.9896,26.656,26.656,25.6564,24.99,24.3236,24.3236,24.99,26.3228,26.9892,27.6556,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.9876,33.32,35.3192,37.6516,39.6508,41.9832,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,53.312,53.9784,54.6448,55.3112,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,64.974,65.6404,66.9732,67.6396,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,82.96679999999999,84.2996,84.966,85.9656,85.9656,86.2988,86.632,87.9648,88.298,89.2976,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,100.6264,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.2948,96.2948,95.6284,94.962,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.2976,88.298,87.9648,86.632,85.6324,85.6324,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,79.968,79.968,80.3012,80.3012,80.9676,81.634,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,85.2992,87.2984,87.6316,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,90.6304,90.6304,90.6304,90.6304,90.2972,89.964,89.964,89.2976,89.2976,89.964,89.964,89.964,90.2972,90.2972,90.2972,89.6308,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,86.9652,86.9652,86.2988,86.2988,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,97.6276,98.6272,100.2932,101.626,102.6256,103.62519999999999,105.6244,106.9572,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,107.9568,107.6236,106.9572,105.9576,105.6244,105.6244,105.9576,106.2908,106.2908,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.2908,105.6244,105.2912,104.6248,104.2916,103.9584,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.6264,100.6264,101.2928,101.2928,101.626,101.626,102.6256,103.292,104.2916,105.9576,106.9572,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.9556,110.2892,109.6228,107.9568,106.2908,105.2912,103.62519999999999,103.292,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,101.626,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,100.6264,100.6264],[68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.6408,63.9744,63.9744,63.308,61.9752,60.6424,59.976,59.309599999999996,58.31,57.6436,56.3108,55.6444,54.6448,53.9784,53.312,52.6456,51.646,50.9796,50.3132,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.3116,54.978,54.978,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,44.982,43.9824,42.6496,40.9836,39.6508,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,29.988,29.988,29.3216,29.3216,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,31.654,31.9872,31.9872,32.6536,32.6536,32.6536,31.9872,31.654,31.654,31.654,30.9876,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.9892,26.3228,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,25.6564,25.9896,25.9896,26.656,26.656,25.6564,24.99,24.3236,24.3236,24.99,26.3228,26.9892,27.6556,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,30.3212,30.9876,33.32,35.3192,37.6516,39.6508,41.9832,43.9824,44.982,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,65.6404,66.3068,67.6396,68.306,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.9704,73.9704,73.9704,73.9704,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,82.96679999999999,84.2996,84.966,85.9656,85.9656,86.2988,86.632,87.9648,88.298,89.2976,89.964,90.2972,90.2972,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.2936,99.96,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.294,97.96079999999999,97.6276,96.9612,96.9612,96.9612,96.9612,95.9616,95.6284,94.962,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,90.2972,89.2976,88.298,87.9648,86.632,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,76.9692,76.9692,77.6356,78.6352,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.9684,79.6348,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,85.2992,86.632,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.6316,86.9652,86.9652,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,95.2952,95.9616,96.9612,97.6276,98.6272,99.96,101.2928,102.6256,103.62519999999999,105.2912,106.2908,107.6236,108.9564,109.2896,109.2896,109.2896,109.2896,108.9564,107.9568,107.6236,106.9572,105.9576,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,105.6244,105.6244,105.2912,104.6248,104.958,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,102.2924,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,103.292,103.62519999999999,104.6248,106.624,107.6236,107.9568,109.2896,109.956,110.2892,110.2892,110.9556,110.2892,109.956,108.28999999999999,106.2908,105.2912,103.62519999999999,103.292,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,100.6264],[68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.6408,63.9744,63.308,63.308,61.9752,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,55.6444,54.6448,53.9784,53.312,52.6456,51.646,50.9796,50.3132,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,52.9788,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,44.982,44.315599999999996,42.6496,41.9832,39.984,38.6512,36.652,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.3208,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.322,28.322,27.6556,26.9892,26.3228,25.6564,25.6564,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.3232,25.3232,25.9896,25.9896,26.656,26.656,26.656,26.656,25.6564,24.99,24.3236,24.3236,24.99,25.6564,26.9892,27.6556,28.9884,29.654799999999998,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,33.32,35.3192,37.6516,39.6508,41.9832,43.9824,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.9776,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.308,64.6408,65.3072,66.3068,66.9732,68.306,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,81.3008,81.9672,82.96679999999999,84.2996,84.966,86.2988,86.2988,87.2984,87.9648,87.6316,88.298,89.2976,89.964,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,99.96,99.96,99.6268,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.9616,95.6284,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,90.2972,89.2976,88.298,87.9648,86.632,85.6324,84.966,83.6332,83.6332,82.3004,82.3004,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,79.968,79.3016,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.3028,75.6364,75.6364,76.3028,76.9692,77.6356,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,78.6352,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.966,84.966,85.9656,86.632,87.2984,87.2984,87.9648,88.298,88.298,88.9644,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.298,88.9644,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,96.2948,96.9612,97.96079999999999,99.6268,100.2932,101.626,103.292,103.62519999999999,104.6248,105.2912,105.9576,107.6236,108.28999999999999,108.6232,109.2896,109.2896,108.6232,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.2912,104.958,105.6244,105.6244,105.9576,106.9572,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,104.958,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.6244,106.624,108.6232,109.2896,109.956,110.2892,111.2888,111.2888,110.9556,110.2892,109.956,108.28999999999999,106.2908,105.2912,104.2916,103.292,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,101.626,101.626,101.2928,101.2928],[68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,63.9744,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,54.978,53.9784,53.312,52.6456,51.9792,50.9796,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,47.6476,46.9812,46.3148,45.6484,44.982,44.315599999999996,43.6492,41.9832,40.6504,38.6512,37.3184,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.3208,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,26.9892,26.3228,26.3228,25.6564,24.99,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.3232,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,25.6564,24.99,24.3236,24.3236,24.99,25.6564,26.9892,28.322,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.9876,33.32,35.9856,38.318,39.6508,41.9832,43.9824,45.6484,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,53.6452,54.6448,55.3112,55.9776,56.644,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.976,60.6424,61.3088,61.9752,62.6416,63.9744,65.3072,65.9736,66.9732,68.306,69.6388,70.3052,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,81.3008,82.96679999999999,84.2996,84.966,86.2988,86.632,87.9648,87.9648,88.298,88.63119999999999,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.96,99.96,100.6264,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,101.9592,101.9592,101.2928,101.2928,100.6264,99.96,99.96,99.96,99.6268,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,97.2944,97.6276,96.9612,96.2948,95.6284,95.6284,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.2968,90.6304,89.6308,88.63119999999999,88.298,87.9648,86.632,85.6324,84.966,83.6332,83.6332,82.3004,82.3004,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.6356,78.6352,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.966,84.966,85.9656,85.9656,86.2988,86.9652,87.2984,87.9648,88.298,88.298,89.2976,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,88.9644,88.9644,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,96.2948,96.9612,97.96079999999999,99.6268,100.9596,102.2924,103.292,103.9584,104.6248,105.2912,105.2912,106.624,107.6236,108.6232,109.2896,109.2896,108.6232,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.2912,104.958,104.958,105.6244,105.6244,106.2908,106.9572,107.6236,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,104.958,104.958,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,105.2912,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,104.2916,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,107.2904,107.6236,108.6232,109.956,110.9556,110.9556,111.2888,111.2888,110.9556,110.2892,109.956,108.28999999999999,106.2908,105.2912,104.2916,103.62519999999999,102.2924,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928],[68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,63.9744,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,54.978,53.9784,53.312,52.6456,51.9792,50.9796,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.6492,43.6492,43.6492,44.315599999999996,44.315599999999996,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.3148,45.6484,44.982,44.315599999999996,43.316,42.6496,41.3168,39.984,37.9848,36.652,34.6528,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.3208,30.6544,30.6544,29.988,29.988,29.988,29.988,29.988,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,27.3224,27.3224,26.656,26.656,26.3228,25.6564,25.6564,25.6564,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,24.99,24.99,24.99,25.6564,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.3228,25.6564,24.3236,24.3236,24.99,26.3228,27.6556,28.322,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,31.654,33.32,35.9856,38.318,39.6508,41.9832,43.9824,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,53.6452,54.6448,55.3112,55.9776,56.644,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.3088,62.6416,63.308,65.3072,65.9736,67.3064,68.306,68.9724,70.3052,70.9716,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.9704,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,81.3008,82.96679999999999,84.2996,84.966,86.2988,86.632,87.9648,87.9648,88.298,88.63119999999999,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.96,99.96,100.6264,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,99.96,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.6276,97.6276,97.2944,96.9612,96.2948,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,91.63,91.63,91.2968,90.6304,89.6308,88.63119999999999,88.298,87.9648,86.632,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.3028,75.6364,75.6364,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.968,79.968,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.9664,83.9664,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.6328,84.6328,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,86.2988,87.2984,87.9648,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.9644,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,93.6292,93.6292,93.29599999999999,93.29599999999999,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,96.2948,97.2944,98.294,99.6268,100.9596,102.2924,103.292,103.9584,104.6248,104.6248,105.2912,105.6244,106.624,107.9568,108.6232,108.6232,108.6232,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.9576,104.958,104.958,104.958,105.6244,106.2908,106.9572,106.9572,106.9572,106.2908,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,110.2892,109.956,108.28999999999999,106.9572,105.6244,104.2916,103.62519999999999,102.2924,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928],[68.9724,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,63.9744,63.9744,63.308,63.308,61.9752,61.3088,60.6424,59.309599999999996,58.31,56.977199999999996,56.3108,55.6444,54.6448,53.9784,53.312,52.6456,50.9796,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.6492,43.6492,43.6492,43.6492,43.6492,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.3148,46.3148,45.6484,44.982,44.315599999999996,43.6492,42.6496,41.3168,39.984,38.6512,36.652,35.9856,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.3208,30.6544,29.988,29.988,29.3216,29.3216,29.3216,29.3216,29.3216,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,26.9892,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.6568,24.6568,24.6568,24.6568,24.6568,24.6568,25.3232,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,26.656,26.656,25.9896,25.9896,25.9896,25.3232,25.6564,24.99,24.99,24.99,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.3224,26.656,26.656,26.656,26.656,26.3228,25.6564,24.99,24.99,25.6564,26.3228,27.6556,28.322,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,33.986399999999996,35.9856,38.318,39.6508,41.9832,43.9824,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,54.6448,55.3112,56.644,57.3104,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,60.6424,61.3088,61.9752,61.9752,63.9744,65.3072,66.3068,67.6396,68.306,69.3056,69.972,71.3048,71.9712,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,73.9704,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.9704,73.9704,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,72.6376,73.304,73.304,73.9704,73.9704,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.9704,73.9704,73.9704,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,81.3008,82.96679999999999,84.2996,84.966,86.2988,86.632,87.9648,87.9648,88.298,88.63119999999999,89.964,89.964,91.2968,91.2968,91.2968,91.63,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,99.96,99.96,99.96,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.6256,102.2924,101.9592,101.9592,101.2928,100.6264,100.6264,100.6264,99.96,99.6268,98.96039999999999,98.96039999999999,98.6272,97.6276,97.6276,97.6276,97.6276,96.9612,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.2968,91.2968,90.6304,89.6308,88.63119999999999,87.9648,87.2984,87.2984,86.2988,85.6324,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,77.3024,77.6356,78.6352,79.3016,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.3,83.9664,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.6328,84.6328,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,86.2988,86.2988,87.2984,87.9648,87.9648,88.9644,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.9644,88.9644,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,93.6292,93.6292,93.29599999999999,93.29599999999999,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,95.6284,95.9616,96.2948,97.96079999999999,98.294,99.6268,100.9596,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,106.2908,107.6236,108.6232,108.6232,108.6232,107.9568,107.6236,106.9572,106.2908,105.9576,105.9576,104.958,104.958,104.958,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,108.9564,108.9564,109.2896,109.956,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.2892,109.956,107.9568,106.9572,105.6244,104.2916,103.62519999999999,102.2924,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928],[69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.3068,65.9736,65.9736,65.3072,64.6408,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,59.309599999999996,58.6432,57.3104,56.3108,55.6444,54.978,54.3116,53.312,52.6456,50.9796,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.3148,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.316,42.6496,42.6496,42.6496,41.9832,41.65,41.65,41.65,41.65,41.65,42.3164,42.3164,42.9828,43.316,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,45.9816,46.647999999999996,46.647999999999996,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.3152,45.3152,45.3152,44.6488,43.9824,43.316,43.316,42.6496,41.3168,40.6504,38.6512,37.3184,35.9856,33.986399999999996,33.986399999999996,32.9868,32.6536,32.6536,31.9872,31.3208,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,26.9892,26.3228,25.6564,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.3244,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,23.6572,22.3244,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.9896,25.9896,26.656,26.656,27.3224,27.3224,26.656,26.656,27.3224,27.3224,26.656,25.9896,25.3232,25.3232,25.9896,26.656,27.3224,28.6552,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,33.986399999999996,35.9856,38.318,39.6508,41.9832,43.9824,45.3152,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,51.646,51.646,52.3124,52.9788,53.9784,55.3112,56.644,57.6436,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,61.9752,62.6416,63.9744,64.974,66.3068,67.6396,68.306,69.6388,69.972,70.6384,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,75.9696,75.9696,75.9696,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,82.96679999999999,84.2996,84.966,85.9656,86.632,87.9648,87.9648,88.298,88.9644,89.964,89.964,90.6304,90.6304,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.9592,101.9592,101.9592,101.2928,100.9596,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,95.9616,95.9616,94.962,94.962,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,89.964,89.2976,88.63119999999999,88.298,87.2984,87.2984,86.2988,85.6324,84.966,84.2996,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,85.9656,85.2992,85.2992,84.6328,84.6328,84.966,85.6324,85.2992,85.2992,84.966,84.966,84.966,84.966,85.2992,85.2992,86.2988,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.63,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,96.2948,96.9612,97.96079999999999,98.96039999999999,99.96,100.9596,101.9592,102.6256,103.62519999999999,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.2904,107.6236,107.9568,107.9568,107.2904,106.9572,106.2908,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,108.28999999999999,108.9564,109.2896,108.9564,108.9564,109.2896,109.956,110.6224,110.6224,109.956,109.956,110.6224,110.6224,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,110.9556,109.6228,107.9568,106.9572,105.6244,104.2916,103.62519999999999,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,102.6256,101.626,101.626,101.2928,101.2928],[69.6388,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,65.9736,65.9736,65.3072,64.6408,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,59.309599999999996,58.6432,57.9768,56.3108,55.6444,55.6444,54.978,53.9784,52.6456,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.65,40.9836,40.9836,40.9836,40.9836,41.65,41.65,42.3164,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.982,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.3176,37.3184,35.9856,33.986399999999996,33.32,32.9868,32.3204,32.6536,31.9872,31.3208,30.6544,29.654799999999998,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,26.9892,26.3228,25.6564,25.6564,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,23.6572,21.658,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.9896,25.9896,26.656,26.656,27.3224,27.3224,26.656,26.656,27.3224,27.3224,26.656,26.656,25.9896,25.3232,25.9896,26.656,27.3224,27.9888,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,33.986399999999996,35.9856,38.318,39.6508,41.9832,43.9824,45.3152,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,50.9796,51.646,51.646,52.9788,53.9784,55.3112,56.644,57.6436,58.31,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,62.6416,63.6412,64.974,66.3068,67.6396,68.6392,69.972,70.6384,70.9716,71.638,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.96679999999999,84.2996,84.966,85.9656,85.9656,87.2984,87.9648,88.298,88.298,89.2976,89.964,90.6304,90.6304,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.6264,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,96.9612,96.2948,95.9616,94.962,94.962,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.2972,89.2976,88.63119999999999,88.298,88.298,87.2984,87.2984,86.2988,86.2988,84.966,84.966,83.6332,83.6332,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,85.9656,85.2992,84.966,84.966,85.6324,85.6324,85.2992,85.2992,84.966,84.966,84.966,84.966,85.2992,85.2992,86.2988,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,96.9612,97.96079999999999,98.96039999999999,99.96,100.9596,102.2924,102.6256,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.624,107.2904,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,108.28999999999999,108.9564,109.2896,109.956,109.6228,109.6228,109.956,110.2892,110.9556,110.9556,110.9556,110.6224,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,110.9556,109.6228,107.9568,106.9572,105.6244,104.2916,103.62519999999999,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,101.626,101.2928,101.2928],[70.3052,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,65.9736,65.9736,65.3072,64.6408,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,58.6432,57.9768,56.977199999999996,56.3108,55.6444,54.978,53.9784,53.312,51.646,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.3168,41.3168,40.9836,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,41.65,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.9824,43.9824,42.9828,42.9828,42.3164,41.65,40.9836,41.3168,40.6504,38.6512,37.9848,36.652,35.3192,33.32,32.6536,32.3204,31.654,31.654,31.654,30.9876,30.3212,29.654799999999998,28.9884,28.322,28.322,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,28.322,28.322,27.6556,26.9892,26.3228,25.6564,25.6564,25.6564,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.3244,22.3244,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,22.9908,20.9916,20.3252,20.3252,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,25.3232,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.3224,27.3224,26.656,25.9896,25.9896,25.9896,26.656,27.3224,27.9888,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,32.3204,33.986399999999996,36.652,38.318,39.6508,41.9832,43.9824,45.3152,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,53.9784,55.3112,56.644,57.6436,58.31,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,65.6404,66.9732,68.306,69.3056,70.6384,71.3048,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,73.304,73.304,73.304,73.9704,73.9704,74.6368,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,84.2996,84.966,85.9656,85.9656,86.632,87.2984,87.9648,88.298,89.2976,89.964,90.2972,90.6304,91.2968,91.63,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.6264,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,96.9612,96.2948,95.9616,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.63,91.2968,91.2968,90.2972,89.2976,88.63119999999999,88.298,88.298,87.2984,87.2984,86.9652,86.2988,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,78.30199999999999,79.3016,79.968,80.6344,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,85.9656,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.2992,85.2992,85.2992,85.2992,86.2988,86.2988,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,91.63,92.2964,93.29599999999999,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,96.9612,96.9612,98.294,99.2936,100.2932,101.2928,102.2924,102.6256,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,105.9576,106.624,106.9572,106.9572,106.2908,105.6244,105.6244,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.624,106.9572,108.9564,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,111.622,112.2884,112.2884,111.622,111.622,111.9552,111.9552,111.9552,111.622,111.622,111.622,111.622,111.622,110.9556,109.6228,107.9568,106.9572,105.6244,104.2916,103.62519999999999,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,101.626,101.2928,101.2928],[70.3052,70.3052,69.6388,68.9724,68.306,68.306,67.6396,66.9732,65.9736,65.9736,65.3072,64.6408,63.308,62.6416,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,55.6444,54.6448,53.312,51.646,50.9796,50.3132,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.3168,41.3168,40.6504,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.3164,42.3164,41.65,40.9836,40.3172,40.3172,39.984,39.3176,37.9848,36.652,35.3192,33.986399999999996,31.9872,31.3208,30.9876,30.9876,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.322,27.6556,27.6556,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.6556,27.6556,27.6556,26.9892,25.6564,25.6564,25.6564,24.99,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,21.658,21.658,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,21.658,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.3224,26.656,25.9896,25.9896,26.656,26.656,27.3224,27.9888,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,32.3204,34.6528,36.652,38.318,39.6508,41.9832,43.9824,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,52.3124,53.9784,55.3112,56.644,57.6436,58.31,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,59.976,60.6424,61.3088,62.6416,64.3076,65.6404,66.9732,68.306,68.9724,70.6384,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.6368,74.6368,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.96679999999999,84.2996,84.2996,85.2992,85.9656,86.632,86.632,87.9648,87.9648,88.63119999999999,89.2976,90.2972,90.2972,90.6304,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,96.9612,96.9612,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.2972,89.2976,88.63119999999999,88.298,88.298,87.2984,87.2984,86.9652,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.3016,78.6352,77.6356,77.6356,76.9692,76.9692,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,76.636,77.3024,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.9652,86.2988,85.9656,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.2992,85.2992,85.2992,85.9656,86.2988,86.2988,86.632,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.6296,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,96.9612,97.6276,98.96039999999999,99.2936,100.6264,101.2928,102.2924,102.6256,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.9576,105.9576,106.9572,106.9572,105.6244,105.6244,105.6244,104.958,104.6248,104.6248,103.9584,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.9572,108.9564,109.2896,109.956,110.2892,110.6224,110.6224,110.6224,110.9556,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,111.9552,111.622,111.622,111.622,111.622,111.622,110.9556,109.6228,107.9568,106.9572,105.6244,104.2916,103.62519999999999,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,101.626,101.626,101.626],[71.3048,70.6384,69.972,69.3056,68.9724,68.306,67.6396,66.9732,65.9736,65.3072,65.3072,64.6408,63.9744,63.308,62.3084,62.3084,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,54.6448,53.9784,52.3124,51.646,50.3132,49.6468,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,42.6496,42.6496,41.9832,41.3168,40.6504,40.6504,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.6504,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,39.6508,38.9844,38.9844,37.9848,37.3184,36.652,35.3192,33.32,31.9872,31.3208,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,26.3228,25.6564,25.6564,24.99,24.99,24.99,23.323999999999998,23.323999999999998,23.323999999999998,23.323999999999998,22.6576,22.6576,22.6576,21.9912,21.3248,20.6584,20.6584,19.992,19.992,19.992,19.992,19.992,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,21.3248,21.3248,21.3248,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,20.9916,20.9916,20.3252,20.3252,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.9912,21.9912,22.6576,22.6576,23.6572,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,27.3224,26.656,25.9896,25.9896,26.656,26.656,27.3224,27.9888,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,31.654,32.9868,34.6528,36.652,38.318,39.6508,41.9832,43.316,44.6488,45.3152,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,52.3124,53.9784,55.3112,56.644,57.6436,58.31,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.9752,63.9744,64.974,66.3068,67.6396,69.3056,70.6384,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,84.2996,84.2996,84.6328,85.2992,86.2988,86.632,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.6308,90.2972,90.6304,91.2968,91.63,92.2964,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.2928,101.2928,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.63,91.2968,90.6304,90.6304,90.2972,90.2972,89.2976,88.63119999999999,88.298,88.298,87.2984,87.2984,86.9652,86.9652,85.6324,84.966,83.6332,83.6332,83.3,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,87.2984,86.9652,86.2988,86.2988,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,86.2988,87.2984,87.6316,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,96.9612,97.6276,98.96039999999999,100.2932,100.6264,101.2928,102.2924,102.6256,103.292,103.292,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,105.6244,104.958,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.958,104.958,104.958,105.6244,106.624,106.9572,108.9564,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,111.622,112.2884,112.2884,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,109.956,107.9568,106.9572,105.6244,104.2916,103.62519999999999,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,102.6256],[71.3048,70.6384,69.972,69.972,68.9724,68.306,67.6396,66.9732,65.9736,65.3072,65.3072,64.6408,63.9744,63.308,62.3084,62.3084,61.3088,61.3088,60.6424,60.6424,59.976,59.976,58.9764,58.31,57.6436,56.3108,55.3112,53.9784,52.9788,52.3124,50.9796,50.3132,48.314,46.9812,46.3148,45.6484,44.6488,43.9824,43.9824,43.316,42.6496,42.6496,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,39.6508,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.318,37.6516,36.652,35.9856,35.3192,33.986399999999996,31.9872,31.3208,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,26.9892,26.3228,26.3228,26.3228,25.9896,25.3232,25.3232,25.9896,25.6564,25.6564,25.6564,25.6564,26.9892,26.3228,25.6564,25.6564,24.99,24.99,24.99,24.99,23.323999999999998,23.323999999999998,23.323999999999998,23.323999999999998,22.6576,22.6576,21.9912,21.9912,21.3248,20.6584,20.6584,19.992,19.992,19.3256,19.3256,19.3256,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.6584,20.6584,20.6584,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.3248,20.3252,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.9912,21.9912,22.6576,23.323999999999998,24.3236,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,26.656,26.656,27.3224,26.656,25.9896,25.9896,26.656,26.656,27.3224,27.9888,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.9876,31.654,32.9868,34.6528,36.652,38.318,39.6508,41.9832,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,45.9816,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.9796,52.3124,53.9784,55.3112,56.644,57.6436,58.31,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.9752,63.9744,65.6404,67.6396,68.9724,70.6384,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,78.9684,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,84.2996,84.2996,84.6328,84.6328,85.6324,86.2988,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.6308,89.6308,90.6304,90.6304,91.2968,91.63,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,96.9612,96.9612,96.2948,95.9616,95.9616,95.9616,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,89.2976,88.63119999999999,88.298,88.298,87.2984,87.2984,86.9652,86.9652,85.6324,84.966,83.6332,83.6332,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.9676,80.9676,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,87.2984,87.9648,88.298,88.298,87.9648,87.2984,86.9652,86.2988,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,85.6324,84.966,86.2988,86.2988,87.2984,87.6316,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,97.2944,98.6272,99.6268,100.2932,100.6264,101.2928,102.2924,102.2924,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,105.6244,105.9576,105.9576,106.624,106.9572,106.2908,105.6244,104.958,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,104.6248,104.6248,104.6248,104.958,104.958,105.9576,106.9572,108.9564,109.956,110.6224,110.6224,110.9556,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.2892,109.2896,107.9568,106.9572,105.6244,104.2916,103.62519999999999,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256],[71.3048,70.6384,69.972,69.972,68.9724,68.306,67.6396,66.9732,65.9736,65.9736,65.3072,64.6408,63.9744,63.308,62.3084,62.3084,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,55.3112,54.6448,53.312,52.6456,51.646,50.3132,48.314,46.9812,46.3148,45.6484,44.6488,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,40.6504,39.984,39.984,38.9844,38.9844,38.9844,38.9844,38.9844,38.318,38.318,38.9844,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.984,39.984,39.984,39.984,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.984,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,39.3176,39.3176,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,33.32,32.6536,31.3208,30.6544,28.9884,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,26.9892,26.3228,25.6564,25.6564,25.3232,24.6568,24.6568,25.3232,24.99,24.99,25.6564,25.6564,26.3228,26.3228,25.6564,25.6564,24.99,24.3236,24.99,24.99,23.323999999999998,23.323999999999998,23.323999999999998,23.323999999999998,22.6576,22.6576,22.6576,21.9912,21.3248,21.3248,21.3248,20.6584,19.992,19.992,19.992,19.992,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,19.6588,19.6588,19.992,19.992,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,21.3248,21.3248,21.3248,21.9912,21.9912,22.6576,21.9912,21.9912,21.3248,20.6584,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.9912,21.9912,22.6576,23.323999999999998,24.3236,24.99,24.99,25.6564,25.9896,26.656,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,25.9896,25.9896,26.656,26.656,27.3224,27.9888,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,30.9876,31.654,32.9868,34.6528,36.652,38.318,39.6508,41.9832,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,53.9784,55.3112,56.644,57.6436,58.31,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,62.6416,64.6408,66.3068,68.306,69.6388,71.3048,72.6376,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,80.3012,80.3012,79.6348,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,84.2996,84.2996,84.2996,84.2996,85.6324,86.2988,87.2984,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.964,91.2968,91.63,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,89.2976,88.63119999999999,88.298,88.298,87.2984,87.2984,86.9652,86.9652,85.6324,84.966,83.6332,83.6332,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.9676,80.9676,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.6348,79.6348,78.9684,78.9684,78.30199999999999,77.3024,76.636,76.636,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,87.2984,87.9648,88.298,88.298,88.298,87.9648,86.9652,86.9652,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,85.6324,85.6324,85.6324,86.2988,87.2984,87.6316,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.6304,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,90.2972,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,97.2944,98.6272,99.6268,100.2932,101.2928,101.626,102.2924,102.6256,102.6256,102.6256,103.62519999999999,103.9584,104.958,104.958,105.6244,105.9576,106.9572,107.6236,107.6236,106.9572,106.624,105.9576,105.6244,104.958,104.6248,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,102.6256,102.6256,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,105.9576,106.9572,108.28999999999999,109.6228,110.2892,110.2892,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,110.9556,110.2892,109.2896,108.28999999999999,106.2908,105.2912,104.2916,103.62519999999999,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256],[71.3048,71.3048,70.6384,69.972,68.9724,68.306,67.6396,67.6396,66.9732,65.9736,65.9736,64.6408,63.9744,63.308,62.3084,62.3084,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,58.9764,57.6436,56.3108,55.3112,53.9784,53.312,52.3124,50.9796,48.980399999999996,47.6476,46.9812,45.6484,44.6488,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.3176,38.9844,38.9844,38.9844,38.9844,38.318,38.318,38.318,38.318,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,39.984,39.984,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.3176,39.3176,39.3176,38.9844,38.9844,38.9844,38.318,37.9848,37.9848,37.9848,37.9848,38.318,38.318,38.318,38.318,38.318,38.318,38.318,38.318,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,32.6536,31.9872,30.6544,29.988,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,26.9892,26.3228,25.6564,25.6564,24.99,24.6568,24.6568,24.6568,24.6568,24.3236,24.99,25.6564,25.6564,26.3228,26.3228,25.6564,24.99,24.3236,24.3236,24.99,24.3236,23.323999999999998,23.323999999999998,23.323999999999998,22.6576,22.6576,22.6576,22.6576,21.9912,21.9912,21.3248,21.3248,20.6584,19.992,19.992,19.992,19.992,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,19.6588,19.6588,19.992,19.992,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,21.3248,21.3248,21.3248,21.9912,22.6576,22.6576,21.9912,21.3248,20.6584,19.992,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,21.9912,21.9912,22.6576,23.323999999999998,24.3236,24.99,25.6564,25.6564,26.656,26.656,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,25.9896,25.9896,26.656,27.3224,27.9888,28.6552,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,32.9868,34.6528,36.652,38.318,39.6508,41.3168,42.6496,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.980399999999996,49.6468,50.9796,51.646,53.9784,55.3112,56.644,57.6436,58.31,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,62.6416,65.6404,66.9732,68.9724,70.3052,71.9712,73.304,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.9676,80.9676,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.6332,84.2996,84.2996,84.2996,85.2992,85.6324,86.2988,86.632,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,90.6304,91.2968,91.63,91.63,92.9628,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,95.9616,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,89.6308,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,87.2984,86.9652,86.2988,85.6324,84.966,84.2996,83.6332,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,76.636,76.636,77.3024,78.9684,79.6348,80.3012,80.3012,80.9676,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,79.6348,79.6348,78.9684,78.30199999999999,77.3024,77.3024,76.636,75.9696,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.634,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,87.2984,87.9648,88.298,88.9644,88.298,87.9648,87.2984,86.9652,86.9652,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,85.6324,85.6324,86.9652,87.2984,87.6316,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.6304,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,90.2972,90.2972,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.9624,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,96.9612,97.2944,98.294,99.6268,100.2932,101.626,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,103.9584,104.958,105.6244,105.6244,106.2908,107.6236,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,105.2912,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,105.9576,106.9572,108.28999999999999,108.9564,109.956,110.9556,111.622,111.622,112.2884,112.2884,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.2892,109.2896,108.28999999999999,106.2908,105.2912,104.2916,103.62519999999999,102.6256,102.2924,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256],[71.3048,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.6396,66.9732,66.3068,65.6404,64.3076,63.6412,63.6412,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,58.6432,57.6436,56.3108,55.3112,53.9784,53.312,51.9792,50.3132,48.980399999999996,47.3144,46.647999999999996,44.982,44.315599999999996,44.315599999999996,43.6492,43.316,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.3172,40.3172,40.9836,40.9836,41.65,41.65,41.65,41.65,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.65,41.65,41.65,41.65,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.3208,29.654799999999998,28.9884,28.322,27.6556,27.3224,26.656,26.3228,26.3228,26.3228,25.6564,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,21.9912,21.9912,21.9912,21.9912,21.658,21.658,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.9912,21.9912,22.6576,22.6576,21.9912,21.3248,19.992,19.3256,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,22.3244,22.3244,22.9908,23.6572,24.6568,25.3232,25.9896,26.656,26.656,26.656,25.9896,25.9896,24.99,24.99,24.3236,24.3236,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,26.9892,27.6556,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.6544,30.6544,30.6544,31.3208,31.654,32.9868,35.3192,37.3184,37.9848,39.3176,41.3168,41.9832,42.6496,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.9796,52.3124,54.3116,55.6444,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.9752,62.6416,64.3076,66.3068,67.97279999999999,69.972,71.3048,72.6376,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.634,81.634,81.634,81.634,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,84.2996,84.2996,84.966,84.966,85.2992,85.9656,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.9644,89.2976,90.2972,90.6304,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,95.2952,95.2952,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.2928,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,90.6304,90.6304,89.964,89.964,89.964,89.2976,88.298,87.9648,87.9648,87.2984,86.9652,86.9652,85.9656,85.9656,84.966,84.966,84.2996,84.2996,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,77.3024,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,78.6352,76.9692,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.6356,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,87.2984,87.9648,88.298,88.298,88.298,88.298,87.9648,87.2984,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.964,91.2968,91.63,91.63,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.6292,93.6292,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,96.2948,96.9612,97.6276,98.294,99.2936,100.2932,101.2928,102.2924,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,105.6244,105.9576,106.9572,107.6236,108.6232,108.6232,108.9564,108.9564,108.6232,108.6232,107.9568,107.6236,106.9572,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,103.9584,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.9584,104.6248,105.2912,106.2908,107.9568,108.9564,110.2892,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,109.956,109.2896,108.28999999999999,106.9572,105.6244,104.2916,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999],[71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.6396,67.6396,66.9732,66.3068,64.974,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,58.31,57.6436,55.9776,55.3112,53.9784,52.6456,50.9796,49.6468,48.314,47.3144,45.6484,44.982,44.982,44.315599999999996,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,40.3172,40.3172,40.3172,40.9836,40.9836,41.65,41.65,41.65,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.65,41.65,41.65,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.9844,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,30.6544,28.9884,28.322,27.6556,26.9892,26.656,26.656,26.3228,25.6564,25.6564,24.99,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.99,25.6564,25.6564,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,21.9912,21.9912,21.9912,21.9912,21.658,21.658,20.9916,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.9912,21.9912,22.6576,21.9912,21.9912,21.3248,19.992,18.6592,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,23.6572,24.6568,25.3232,25.9896,26.656,26.656,26.656,25.9896,25.9896,24.99,24.99,24.3236,24.3236,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,26.656,27.6556,28.322,28.9884,30.3212,30.3212,30.3212,30.3212,30.3212,30.6544,30.6544,30.6544,31.3208,31.654,32.9868,35.3192,37.3184,37.9848,39.3176,40.6504,41.3168,41.9832,42.6496,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.9796,52.3124,54.3116,55.6444,56.977199999999996,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,62.6416,63.6412,64.974,66.3068,68.6392,69.972,71.3048,72.6376,74.3036,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.634,81.634,81.634,82.3004,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,84.2996,84.2996,84.966,85.6324,85.9656,85.9656,86.632,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.9644,89.2976,90.2972,90.6304,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,95.2952,95.2952,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.2924,101.626,101.626,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.298,87.9648,87.2984,87.2984,86.9652,86.9652,85.9656,85.9656,84.966,84.966,84.2996,84.2996,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,79.3016,79.3016,79.968,79.968,79.3016,79.3016,78.6352,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.6356,77.6356,78.6352,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.9648,88.298,88.298,88.298,87.9648,87.9648,87.2984,86.9652,86.9652,86.9652,87.2984,87.2984,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,89.2976,89.964,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,94.962,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,96.2948,96.9612,97.6276,98.6272,99.6268,100.2932,101.9592,102.6256,103.292,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.9576,107.2904,108.28999999999999,108.6232,109.2896,109.956,110.6224,110.6224,109.6228,109.6228,109.2896,108.6232,108.28999999999999,107.6236,107.6236,106.624,106.624,105.9576,105.6244,105.6244,104.2916,103.62519999999999,103.292,103.292,102.6256,102.6256,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.6248,105.6244,107.6236,108.9564,110.2892,110.9556,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.2888,110.2892,109.956,109.2896,107.6236,106.2908,104.958,103.62519999999999,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999],[71.3048,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,63.6412,62.6416,62.3084,62.3084,61.3088,60.6424,58.9764,58.31,56.977199999999996,56.3108,54.6448,53.312,51.646,50.3132,49.6468,48.314,46.3148,45.6484,45.6484,44.982,44.6488,43.9824,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,41.65,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.65,41.65,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,35.9856,35.3192,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.3208,30.6544,29.988,28.9884,28.322,27.6556,26.9892,25.9896,25.9896,25.6564,24.99,24.99,24.3236,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,25.6564,25.6564,24.99,24.3236,24.3236,23.6572,22.9908,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,21.9912,21.9912,21.9912,21.9912,21.658,21.658,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.9912,21.9912,21.9912,21.9912,21.3248,20.6584,19.992,18.6592,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,23.6572,24.6568,25.3232,25.9896,26.656,26.656,26.656,25.9896,25.9896,25.6564,24.99,24.99,24.99,24.99,24.99,24.3236,24.99,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,26.656,26.656,27.6556,28.322,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,31.3208,31.3208,30.6544,31.3208,31.654,32.9868,35.3192,37.3184,37.9848,39.3176,40.6504,41.3168,41.9832,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.980399999999996,50.3132,50.9796,52.3124,54.978,56.3108,57.6436,58.31,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,64.3076,65.6404,66.9732,68.6392,70.6384,71.9712,73.304,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.9664,83.9664,83.9664,84.2996,84.966,85.6324,85.6324,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.2976,90.6304,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,95.2952,95.2952,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.298,87.9648,87.2984,87.2984,86.9652,86.9652,85.9656,85.9656,84.966,84.966,84.2996,84.2996,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,78.6352,78.6352,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.9692,77.6356,78.6352,79.3016,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,89.964,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.2956,94.2956,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,96.2948,96.9612,97.6276,98.6272,99.6268,100.9596,102.2924,103.292,103.9584,104.6248,104.958,105.6244,105.9576,106.624,107.6236,108.6232,109.2896,110.6224,110.9556,111.622,111.622,110.9556,111.622,111.622,110.9556,110.6224,109.956,109.956,109.2896,108.6232,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,104.958,103.9584,103.9584,103.292,102.2924,102.2924,102.6256,102.6256,101.2928,101.2928,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,104.958,105.9576,106.9572,107.9568,109.956,110.2892,111.2888,111.9552,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,113.288,111.622,110.2892,109.956,107.9568,106.9572,105.9576,104.2916,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999],[71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,63.9744,63.308,61.9752,61.3088,59.6428,58.9764,57.6436,56.977199999999996,55.3112,54.6448,52.9788,51.646,50.9796,49.6468,47.6476,46.9812,46.3148,45.6484,45.6484,44.6488,43.316,42.6496,41.9832,41.3168,40.6504,39.984,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.9836,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.318,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,31.3208,30.6544,29.988,29.3216,28.322,27.6556,26.9892,26.3228,25.9896,25.3232,24.99,24.3236,24.3236,23.6572,22.9908,22.3244,22.3244,21.658,21.658,21.658,22.3244,22.9908,23.6572,24.3236,24.99,25.6564,25.6564,24.99,24.3236,23.6572,22.9908,22.9908,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,21.9912,21.9912,21.9912,21.9912,21.658,21.658,21.658,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.9912,21.3248,21.3248,21.3248,20.6584,19.992,19.3256,18.6592,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,22.9908,22.9908,23.6572,24.3236,25.3232,25.3232,25.9896,26.656,26.656,26.656,25.9896,25.9896,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,25.6564,25.6564,25.6564,25.9896,25.9896,26.656,27.3224,28.322,28.9884,29.654799999999998,30.9876,31.654,31.654,31.654,31.654,31.3208,31.3208,31.3208,31.3208,32.3204,32.9868,35.3192,37.3184,37.9848,39.3176,40.6504,41.3168,41.9832,42.6496,42.6496,42.6496,43.316,43.316,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,49.6468,50.3132,51.646,52.9788,54.978,56.3108,57.6436,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.6412,64.974,66.3068,67.6396,69.3056,70.6384,71.9712,73.304,74.3036,74.97,75.6364,75.6364,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.9644,89.2976,89.2976,89.964,91.2968,91.63,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,95.2952,95.2952,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,99.96,99.2936,99.2936,99.2936,100.2932,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.298,87.9648,87.2984,87.2984,86.9652,86.9652,85.9656,85.9656,84.966,84.966,84.2996,84.2996,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.9692,77.6356,78.6352,79.3016,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,85.9656,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,89.964,90.6304,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,92.9628,92.9628,92.6296,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.2972,90.2972,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.2956,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,95.2952,95.6284,96.9612,97.6276,97.96079999999999,98.6272,99.96,100.9596,102.6256,103.62519999999999,104.6248,105.2912,105.9576,105.9576,106.9572,107.6236,108.6232,109.2896,110.6224,111.622,112.95479999999999,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,110.6224,110.2892,109.2896,108.6232,108.28999999999999,107.6236,106.9572,105.9576,105.2912,105.6244,104.958,103.9584,103.62519999999999,102.6256,103.292,102.2924,101.9592,101.9592,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,104.6248,105.2912,106.624,107.6236,108.9564,109.956,110.2892,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.6212,111.9552,111.622,110.2892,109.6228,107.9568,106.624,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999],[71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.64,66.64,65.6404,65.6404,66.3068,66.3068,65.6404,64.974,64.974,64.974,63.9744,62.3084,61.3088,59.976,59.309599999999996,57.9768,56.977199999999996,55.6444,54.6448,53.312,52.6456,51.3128,49.6468,48.980399999999996,48.314,47.6476,45.6484,44.982,44.315599999999996,43.6492,41.9832,41.3168,40.6504,39.984,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,39.984,39.984,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,25.6564,24.99,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,21.9912,21.3248,21.3248,21.3248,21.3248,21.3248,21.9912,22.6576,23.6572,24.3236,24.99,25.6564,25.6564,24.99,24.3236,23.6572,22.9908,22.9908,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,21.3248,20.6584,20.6584,19.992,20.3252,19.6588,19.6588,18.9924,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.9916,22.9908,23.6572,23.6572,24.3236,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.6564,25.9896,25.9896,26.656,27.3224,28.322,28.9884,30.3212,30.9876,31.9872,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,33.986399999999996,35.9856,37.6516,38.318,38.9844,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,49.6468,50.9796,52.3124,53.6452,55.6444,56.977199999999996,58.31,59.6428,60.3092,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.974,65.6404,66.9732,68.306,69.972,71.3048,72.6376,73.304,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.632,86.632,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,86.632,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.6304,90.9636,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,101.626,101.626,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.626,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,99.6268,99.6268,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.2972,89.964,89.964,89.2976,89.2976,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,86.2988,86.2988,84.966,84.966,84.2996,84.2996,83.9664,83.3,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.9692,77.6356,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,85.9656,85.9656,85.9656,86.2988,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,88.63119999999999,88.63119999999999,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.9644,89.964,90.6304,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,96.9612,97.6276,97.2944,96.628,96.628,96.2948,95.9616,95.6284,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,96.9612,97.2944,98.294,98.96039999999999,100.6264,101.9592,103.62519999999999,104.958,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.9564,109.956,110.9556,111.622,113.288,113.6212,113.6212,113.6212,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.9556,110.2892,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.9572,106.2908,105.9576,104.958,104.6248,103.62519999999999,102.6256,102.6256,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.292,104.6248,105.2912,105.9576,106.624,107.6236,107.9568,108.9564,109.2896,109.956,110.6224,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,115.6204,115.2872,115.2872,115.2872,115.2872,114.6208,113.95439999999999,112.2884,111.622,110.2892,108.6232,107.2904,106.2908,105.2912,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584],[72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,68.6392,67.97279999999999,67.97279999999999,67.3064,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,64.6408,63.9744,61.9752,61.3088,59.976,59.309599999999996,57.6436,56.977199999999996,55.3112,54.6448,53.9784,52.6456,50.9796,50.3132,49.6468,48.314,46.9812,45.6484,44.982,44.315599999999996,42.6496,41.9832,41.3168,39.984,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,39.6508,39.6508,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,39.984,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.3228,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.3244,21.3248,21.3248,20.6584,20.6584,21.3248,21.3248,21.9912,22.6576,23.6572,24.3236,24.99,25.6564,25.6564,24.99,24.3236,23.6572,22.9908,22.9908,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,21.3248,19.992,19.992,19.3256,19.6588,18.9924,18.9924,18.9924,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.9916,22.9908,23.6572,24.3236,24.3236,25.3232,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.6564,25.9896,26.656,27.3224,27.9888,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,35.9856,36.9852,37.6516,38.9844,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,52.3124,53.6452,56.3108,57.6436,58.9764,60.3092,60.9756,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.9744,65.6404,66.3068,67.6396,68.9724,70.6384,71.9712,72.6376,73.9704,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.6348,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,85.2992,86.632,87.2984,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,87.2984,86.632,87.2984,87.2984,87.6316,88.298,88.298,88.9644,88.9644,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.9636,91.63,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.2972,89.964,89.964,89.2976,89.2976,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,86.2988,86.2988,84.966,84.966,84.2996,84.2996,83.9664,83.9664,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.9692,77.6356,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,83.9664,83.9664,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.9672,81.9672,81.634,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,85.9656,85.9656,85.9656,86.9652,86.9652,87.2984,87.9648,88.298,88.9644,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.9644,89.964,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,90.6304,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.2956,94.962,95.6284,96.628,97.6276,97.6276,97.2944,97.2944,97.2944,96.9612,96.2948,95.6284,95.6284,94.962,94.6288,94.6288,95.2952,95.2952,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,97.2944,97.6276,98.294,99.96,101.9592,102.6256,104.2916,105.2912,106.624,107.2904,107.9568,108.6232,108.9564,109.6228,110.9556,111.622,113.288,113.95439999999999,113.6212,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,110.9556,110.2892,109.956,109.956,108.9564,108.28999999999999,108.28999999999999,107.9568,106.9572,106.9572,106.2908,105.9576,105.2912,104.2916,104.6248,104.2916,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,105.6244,106.624,107.2904,107.6236,108.28999999999999,109.2896,109.956,111.622,112.95479999999999,113.6212,114.2876,114.2876,114.954,115.9536,115.9536,116.62,116.62,116.62,116.2868,115.6204,115.6204,113.6212,112.95479999999999,110.9556,109.6228,107.9568,107.2904,106.624,105.2912,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248],[73.304,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.3056,68.6392,68.6392,67.97279999999999,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,65.3072,64.6408,62.6416,61.9752,60.6424,59.976,58.9764,57.6436,56.644,55.9776,55.3112,53.9784,52.9788,51.646,50.9796,49.6468,47.6476,46.9812,45.6484,44.982,43.316,41.9832,41.3168,39.984,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,39.984,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.654,30.9876,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,27.9888,27.3224,26.656,25.9896,24.99,24.3236,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,21.3248,20.6584,20.6584,20.6584,20.6584,21.3248,21.9912,22.6576,23.6572,24.3236,24.99,25.6564,25.6564,24.99,24.3236,23.6572,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.3244,20.6584,19.992,19.3256,18.6592,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,19.6588,20.9916,21.658,23.6572,24.3236,24.3236,24.3236,24.6568,24.6568,25.3232,25.3232,25.3232,25.3232,25.9896,25.9896,25.6564,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,25.6564,26.3228,26.656,26.656,27.3224,27.9888,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,34.6528,35.9856,36.9852,37.6516,38.9844,39.984,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,52.9788,54.3116,56.3108,58.31,59.6428,60.9756,61.641999999999996,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,64.6408,66.3068,66.9732,68.306,69.6388,71.3048,71.9712,73.304,73.9704,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.3012,80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,84.966,85.9656,86.632,87.9648,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,90.6304,90.6304,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.2984,86.9652,86.2988,85.6324,85.6324,84.2996,84.2996,83.9664,83.9664,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,83.9664,83.9664,83.9664,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,86.9652,86.9652,87.2984,87.9648,88.298,88.9644,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,89.2976,89.964,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,94.2956,94.962,95.6284,96.628,97.6276,97.96079999999999,97.6276,97.6276,97.2944,96.9612,96.2948,95.9616,95.6284,95.6284,94.6288,94.6288,95.2952,95.2952,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.9616,96.9612,97.2944,98.294,99.6268,100.6264,101.9592,103.62519999999999,104.958,105.6244,106.9572,107.6236,109.2896,109.956,110.6224,111.2888,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.2892,109.956,109.956,109.6228,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,106.9572,106.9572,106.9572,105.9576,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.6248,105.2912,105.9576,105.9576,106.624,106.624,106.9572,107.9568,108.28999999999999,109.2896,111.2888,112.2884,113.6212,114.2876,116.2868,116.62,117.2864,117.9528,117.9528,117.9528,117.9528,116.9532,116.9532,116.2868,114.954,113.95439999999999,111.622,110.2892,109.2896,107.9568,106.9572,105.6244,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,104.958,104.958,104.958,105.6244],[73.304,73.304,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,69.3056,69.3056,68.306,68.306,68.306,67.6396,65.9736,65.3072,63.9744,63.308,61.3088,60.6424,59.6428,58.9764,58.31,56.977199999999996,56.3108,55.6444,54.6448,53.9784,52.3124,50.9796,49.6468,48.314,46.9812,45.6484,43.9824,42.6496,41.3168,40.6504,39.6508,38.9844,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,38.318,38.9844,38.9844,39.6508,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,31.9872,31.9872,31.3208,31.3208,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,30.6544,30.3212,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.322,27.3224,26.656,25.9896,25.3232,24.3236,24.3236,23.6572,22.9908,22.9908,22.3244,22.3244,21.658,21.3248,20.6584,20.6584,20.6584,20.6584,20.6584,21.3248,21.9912,23.6572,24.3236,25.6564,25.6564,25.6564,24.99,24.3236,22.9908,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.9908,22.9908,24.3236,24.3236,23.6572,22.9908,22.9908,22.3244,22.3244,21.658,20.6584,19.3256,18.6592,18.6592,18.326,18.326,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,19.6588,20.9916,22.3244,23.6572,24.3236,24.3236,24.3236,24.6568,24.6568,24.6568,25.3232,25.3232,25.3232,25.9896,25.9896,25.6564,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.99,25.6564,25.6564,26.3228,26.3228,26.656,27.3224,27.9888,27.9888,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,33.32,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.9852,37.6516,38.9844,39.984,41.3168,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,51.646,52.3124,52.9788,54.3116,56.977199999999996,58.31,60.3092,60.9756,61.641999999999996,62.6416,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,66.9732,67.6396,68.9724,70.3052,71.9712,72.6376,73.9704,74.97,75.6364,76.636,76.636,76.636,75.9696,75.9696,76.636,76.636,76.3028,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,80.9676,80.9676,80.9676,80.9676,80.9676,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.3012,80.3012,80.9676,80.9676,80.3012,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,84.2996,85.6324,85.9656,87.2984,87.9648,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.2948,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,90.6304,90.6304,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.2984,86.9652,85.9656,85.6324,84.966,84.2996,83.9664,83.3,83.3,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,83.9664,83.9664,83.9664,83.9664,83.3,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,86.9652,86.9652,87.2984,87.9648,88.298,88.9644,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,89.2976,89.964,91.2968,91.63,91.63,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,93.6292,94.6288,94.962,96.628,97.6276,97.96079999999999,97.6276,97.6276,97.6276,97.6276,96.9612,95.9616,95.9616,95.6284,95.2952,95.2952,95.2952,95.2952,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,96.2948,96.9612,97.96079999999999,98.6272,99.6268,101.2928,103.292,103.62519999999999,105.2912,106.2908,107.6236,108.28999999999999,109.956,110.2892,111.2888,111.9552,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.2892,109.956,109.956,109.6228,109.6228,109.6228,109.6228,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,107.2904,107.2904,107.6236,107.6236,107.9568,109.2896,109.956,111.2888,113.288,114.6208,116.62,117.2864,118.286,118.9524,118.9524,118.9524,118.286,117.6196,117.6196,116.9532,115.6204,114.2876,112.6216,111.622,109.956,108.6232,107.6236,106.9572,105.6244,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,104.6248,104.958,105.6244,105.6244,105.9576],[74.3036,73.63719999999999,72.9708,72.3044,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.3048,70.6384,70.6384,69.972,69.972,70.6384,70.6384,69.972,69.972,69.3056,68.6392,67.6396,66.3068,65.3072,63.9744,63.308,62.3084,61.3088,60.6424,59.976,58.6432,57.6436,56.977199999999996,55.9776,55.3112,54.3116,52.9788,51.646,50.3132,47.6476,46.3148,45.6484,44.315599999999996,42.6496,41.3168,39.984,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,36.652,36.652,36.652,36.652,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.3208,31.3208,31.3208,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,28.322,28.322,27.3224,26.656,25.9896,25.3232,24.3236,24.3236,23.6572,22.9908,22.3244,22.3244,21.658,21.658,20.9916,20.9916,20.3252,20.3252,20.6584,20.6584,21.3248,21.9912,22.9908,24.3236,25.6564,26.3228,26.3228,25.6564,24.3236,22.9908,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.6576,22.6576,22.6576,22.6576,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,22.9908,21.658,20.9916,20.9916,20.3252,19.6588,18.9924,18.326,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,18.326,18.326,18.326,18.326,18.9924,20.3252,21.658,22.3244,23.6572,23.6572,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,36.9852,37.6516,38.318,39.984,41.3168,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,53.312,54.6448,56.977199999999996,58.9764,60.3092,61.3088,61.9752,63.308,63.9744,63.9744,64.3076,64.974,65.6404,66.3068,67.6396,68.306,69.6388,71.3048,72.6376,74.3036,74.97,76.3028,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,84.2996,84.2996,85.6324,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.626,101.626,102.2924,102.2924,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,101.9592,101.9592,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,98.6272,98.6272,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.9616,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,91.63,91.63,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,87.2984,86.2988,86.2988,84.966,84.2996,83.3,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.6356,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,85.9656,86.2988,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.2972,90.2972,89.964,89.2976,89.2976,89.6308,89.6308,90.2972,89.964,89.964,89.2976,88.9644,88.9644,88.298,88.298,88.298,88.298,88.9644,89.2976,90.2972,90.6304,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,91.9632,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.9632,92.6296,93.6292,93.9624,94.962,96.2948,97.6276,97.6276,97.6276,98.294,97.6276,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.2952,94.6288,94.6288,94.6288,93.9624,93.9624,95.2952,95.9616,96.2948,96.9612,97.96079999999999,99.6268,100.9596,101.9592,103.292,104.6248,105.6244,106.624,108.9564,109.6228,110.9556,111.2888,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.9568,108.9564,109.956,110.9556,112.2884,114.6208,117.2864,118.286,119.6188,119.952,119.952,119.952,119.6188,118.9524,117.9528,117.6196,116.62,115.6204,113.288,112.2884,110.9556,109.956,108.28999999999999,106.9572,105.9576,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.6244,105.9576,105.9576,106.624],[74.3036,74.3036,72.9708,72.3044,71.9712,72.6376,73.304,73.9704,74.3036,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.9712,71.638,71.638,72.3044,72.3044,71.3048,71.3048,70.6384,69.972,68.9724,67.6396,66.9732,65.6404,63.9744,63.308,62.3084,61.641999999999996,60.6424,60.6424,59.976,59.309599999999996,58.31,57.6436,56.644,55.3112,53.312,51.9792,49.6468,48.314,46.9812,45.6484,43.316,41.9832,41.3168,40.6504,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,36.652,36.652,36.652,36.652,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,27.6556,26.656,25.9896,25.9896,25.3232,24.3236,23.6572,22.9908,22.9908,22.3244,22.3244,21.658,21.658,20.9916,20.9916,20.3252,20.3252,20.6584,20.6584,21.3248,21.9912,22.9908,24.3236,25.6564,26.3228,26.3228,25.6564,24.3236,22.9908,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.6576,22.6576,22.6576,22.6576,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.9908,23.6572,24.3236,24.3236,23.6572,23.6572,22.9908,22.3244,20.9916,20.3252,20.3252,19.6588,18.9924,18.326,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.326,18.326,18.326,18.326,18.326,18.9924,20.3252,21.658,22.3244,23.6572,23.6572,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,30.9876,31.9872,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.9856,36.9852,37.6516,38.318,39.984,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,49.6468,50.9796,50.9796,51.646,51.646,51.9792,52.6456,53.9784,55.3112,57.6436,58.9764,60.3092,61.3088,61.9752,63.308,63.9744,63.9744,64.974,64.974,65.6404,66.9732,68.306,68.9724,70.3052,71.9712,73.304,75.6364,76.3028,78.30199999999999,78.9684,79.3016,79.3016,79.3016,78.6352,77.9688,77.9688,77.3024,76.636,75.9696,75.9696,75.9696,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.3,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,84.966,86.2988,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,89.6308,90.6304,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,92.2964,92.9628,92.9628,93.29599999999999,94.6288,94.962,95.2952,95.2952,95.2952,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.626,101.2928,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,98.6272,98.6272,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.9616,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,91.63,91.63,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,87.2984,86.2988,86.2988,84.966,84.966,83.6332,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.9656,86.2988,86.2988,86.632,87.9648,88.298,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,89.964,89.964,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.2976,88.9644,88.63119999999999,88.298,88.298,88.298,88.9644,89.2976,90.2972,90.6304,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,91.9632,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.9632,92.6296,93.29599999999999,93.6292,94.6288,95.6284,96.9612,97.2944,97.6276,97.6276,97.6276,97.2944,97.6276,96.9612,96.9612,96.2948,95.9616,95.9616,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,94.6288,95.9616,96.2948,96.9612,97.6276,98.96039999999999,99.6268,100.9596,102.6256,103.62519999999999,104.6248,105.6244,107.2904,108.28999999999999,110.2892,111.622,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,108.9564,108.9564,108.9564,108.9564,108.6232,108.6232,107.9568,107.6236,107.6236,107.6236,107.6236,108.28999999999999,109.2896,109.956,109.956,109.956,108.9564,108.6232,108.28999999999999,108.28999999999999,109.956,110.9556,112.2884,114.954,117.2864,118.9524,119.952,120.6184,120.6184,120.6184,119.952,119.6188,118.61919999999999,117.6196,116.9532,116.2868,114.2876,113.288,111.622,110.2892,108.6232,107.6236,106.9572,105.6244,105.2912,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,105.2912,105.6244,105.9576,105.9576,106.624,106.624,107.2904],[74.97,74.97,73.63719999999999,72.9708,72.6376,72.6376,73.9704,74.6368,74.97,74.97,74.97,74.97,73.9704,73.304,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.3048,70.3052,68.9724,67.6396,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.9752,61.3088,60.6424,59.976,58.9764,58.31,56.977199999999996,55.6444,53.312,51.646,50.3132,48.314,46.9812,45.3152,43.9824,42.6496,41.9832,41.3168,40.6504,39.3176,38.6512,38.6512,37.9848,37.3184,37.3184,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,34.6528,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,31.3208,30.6544,30.6544,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.322,27.9888,27.9888,27.9888,27.9888,27.9888,27.3224,27.3224,27.3224,26.656,25.9896,25.3232,25.3232,24.3236,23.6572,22.9908,22.9908,22.3244,21.658,21.658,21.658,20.9916,20.9916,20.3252,20.3252,20.6584,20.6584,21.3248,21.9912,22.9908,24.3236,25.6564,26.3228,26.3228,25.6564,24.3236,22.9908,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.6576,22.6576,22.6576,22.6576,21.658,21.658,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.3244,21.658,21.658,20.9916,20.3252,19.6588,18.9924,18.9924,18.326,18.326,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,18.9924,20.3252,20.9916,22.3244,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.3228,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,30.9876,31.9872,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,36.652,37.6516,37.6516,38.9844,40.6504,41.3168,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,49.6468,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.9784,55.3112,57.6436,58.9764,59.6428,61.3088,61.9752,63.308,63.9744,63.9744,64.974,64.974,65.6404,66.9732,68.306,69.6388,70.9716,72.6376,74.6368,76.3028,77.6356,79.6348,80.3012,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,77.9688,76.636,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,81.634,81.634,81.634,81.634,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,83.6332,83.6332,83.6332,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.966,86.2988,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.964,90.6304,90.9636,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.2944,97.2944,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.2952,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,92.9628,91.63,91.63,91.2968,91.2968,89.964,89.964,89.964,89.964,89.2976,89.2976,88.9644,88.9644,88.298,88.298,87.6316,87.2984,86.9652,86.2988,85.6324,84.966,83.6332,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.2972,90.2972,90.2972,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,89.2976,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.6296,92.6296,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.6292,94.6288,95.6284,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.6276,97.6276,96.9612,96.9612,96.628,95.9616,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,94.6288,95.9616,96.2948,96.9612,97.6276,99.2936,100.9596,101.626,102.6256,103.62519999999999,104.6248,105.6244,107.2904,109.2896,111.2888,111.9552,112.6216,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,110.9556,111.2888,110.2892,109.956,109.6228,110.2892,111.2888,113.288,115.2872,117.6196,118.9524,120.6184,121.2848,121.9512,121.2848,120.9516,119.6188,118.61919999999999,117.6196,116.9532,116.2868,114.954,113.288,112.2884,110.9556,109.2896,108.28999999999999,107.9568,106.624,105.2912,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.9576,105.9576,106.9572,107.6236,107.6236,107.9568],[75.6364,74.97,73.63719999999999,72.9708,72.6376,73.304,74.6368,75.3032,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,74.97,75.3032,75.3032,74.97,74.3036,74.3036,73.63719999999999,71.9712,70.6384,69.3056,67.97279999999999,66.9732,66.3068,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,61.9752,61.3088,60.6424,58.9764,57.6436,55.6444,53.9784,52.6456,50.9796,48.980399999999996,46.9812,46.3148,44.6488,43.316,42.6496,41.9832,40.6504,39.984,39.3176,38.6512,37.9848,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.9848,38.318,38.318,38.318,38.318,38.318,38.9844,38.9844,38.9844,38.6512,39.3176,38.6512,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,34.6528,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,30.6544,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,27.6556,27.3224,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,25.9896,25.3232,25.3232,24.6568,23.6572,22.9908,22.9908,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,20.3252,20.3252,20.6584,20.6584,20.6584,21.9912,22.9908,24.3236,25.6564,26.3228,26.3228,25.6564,24.3236,22.9908,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.6576,22.6576,22.6576,22.6576,21.658,21.658,20.9916,20.9916,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.3244,21.658,20.9916,20.3252,20.3252,19.6588,18.9924,18.326,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,18.326,18.326,18.9924,19.6588,20.9916,21.658,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.6516,38.318,38.9844,40.6504,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.3124,53.312,53.9784,54.6448,55.3112,57.6436,58.31,59.6428,60.6424,61.9752,63.308,63.9744,63.9744,64.974,64.974,65.6404,66.9732,68.9724,70.3052,71.638,73.304,75.3032,76.9692,78.30199999999999,80.3012,80.9676,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,77.3024,76.636,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.9656,86.2988,86.632,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.9636,90.9636,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.626,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.2944,96.628,96.628,96.2948,96.2948,95.6284,95.9616,95.9616,95.2952,95.2952,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,91.63,91.63,91.2968,91.2968,89.964,89.964,89.964,89.964,89.2976,89.2976,88.9644,88.9644,88.298,88.298,87.6316,87.6316,86.9652,86.9652,85.6324,84.966,83.6332,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.9636,91.2968,90.6304,90.6304,90.6304,90.2972,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,92.6296,92.6296,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,94.2956,94.962,96.2948,96.9612,96.628,97.2944,97.2944,97.2944,97.6276,97.6276,96.9612,96.9612,96.628,96.628,95.9616,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,94.6288,95.9616,96.2948,96.9612,98.294,99.6268,100.9596,101.626,102.6256,103.62519999999999,104.6248,105.6244,107.2904,109.2896,111.2888,111.622,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,110.6224,110.6224,110.9556,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.2884,111.2888,109.956,110.9556,112.2884,114.2876,115.2872,117.6196,118.9524,120.6184,121.2848,121.9512,121.2848,120.9516,119.6188,118.61919999999999,117.9528,117.6196,116.2868,114.954,113.288,112.2884,110.9556,109.956,109.2896,108.28999999999999,107.2904,105.9576,105.2912,104.6248,103.9584,103.9584,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.6244,105.9576,106.624,107.6236,107.9568,107.9568,107.9568],[76.3028,75.6364,74.3036,73.63719999999999,73.304,73.9704,75.3032,76.3028,77.6356,78.9684,78.9684,78.30199999999999,76.9692,76.3028,76.636,76.636,76.636,77.6356,77.6356,77.6356,77.6356,76.3028,76.3028,75.6364,73.9704,72.6376,71.3048,69.972,68.306,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.6408,63.9744,63.308,61.3088,59.976,57.6436,55.9776,54.6448,52.9788,50.9796,49.6468,48.980399999999996,46.9812,46.3148,44.6488,43.316,41.9832,40.6504,39.984,39.3176,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.988,29.654799999999998,28.9884,28.9884,28.322,27.6556,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,24.99,24.3236,24.3236,23.6572,22.6576,21.9912,21.9912,21.3248,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.992,19.992,20.6584,21.3248,22.9908,24.3236,25.6564,26.3228,26.3228,25.6564,24.3236,22.9908,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,21.658,20.9916,20.9916,21.658,22.3244,22.9908,22.6576,22.6576,22.6576,22.6576,22.6576,22.6576,22.6576,21.9912,20.3252,19.6588,18.9924,18.9924,18.9924,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.9916,21.658,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,37.3184,38.318,38.318,39.6508,40.3172,41.65,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.9788,53.312,53.9784,54.6448,55.9776,56.977199999999996,58.31,58.9764,60.6424,61.3088,63.308,63.9744,63.9744,64.974,64.974,65.6404,66.9732,68.9724,70.3052,71.638,73.304,75.3032,76.9692,78.30199999999999,80.3012,80.9676,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,76.3028,76.3028,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.968,79.968,80.6344,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.9656,87.2984,87.2984,86.632,86.632,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.6328,84.6328,85.2992,85.9656,85.9656,85.9656,85.9656,86.2988,86.9652,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.6304,90.9636,90.9636,91.63,91.63,92.2964,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.962,94.962,95.6284,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.6276,97.6276,97.6276,96.9612,96.2948,95.9616,95.9616,95.2952,94.962,94.962,94.962,94.2956,93.9624,93.6292,93.6292,92.9628,92.6296,92.6296,92.6296,91.9632,91.63,91.2968,91.2968,90.6304,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.6316,86.9652,86.9652,85.6324,84.966,83.6332,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,77.3024,77.3024,76.636,76.636,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.6332,83.6332,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.2992,84.966,84.966,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.9636,90.9636,91.63,92.2964,91.63,91.63,91.63,90.9636,90.9636,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.6308,90.2972,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,92.6296,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.6284,96.2948,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,94.6288,95.6284,95.9616,96.9612,98.6272,99.6268,100.9596,101.626,101.9592,103.292,103.9584,105.9576,107.6236,108.9564,110.6224,111.622,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,113.6212,113.6212,113.288,112.6216,111.9552,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.2892,110.6224,110.9556,110.9556,112.95479999999999,113.288,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,111.9552,112.2884,113.288,114.2876,116.2868,117.6196,119.952,120.6184,121.9512,121.9512,121.2848,120.9516,119.6188,118.9524,117.9528,117.6196,115.9536,114.954,112.95479999999999,112.2884,111.622,111.2888,109.956,109.2896,107.6236,106.9572,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.9576,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232],[76.9692,76.3028,74.97,74.3036,73.9704,73.9704,75.3032,77.6356,78.9684,80.3012,80.3012,80.3012,79.6348,78.9684,78.9684,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.3016,78.9684,77.3024,75.6364,74.3036,72.9708,71.638,70.6384,69.972,69.3056,68.6392,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.3072,63.9744,61.3088,59.976,58.31,56.977199999999996,54.6448,53.312,51.646,50.9796,49.6468,48.314,46.647999999999996,45.3152,43.316,41.9832,40.6504,39.984,39.3176,38.6512,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,29.988,29.3216,28.9884,28.322,28.322,27.6556,26.9892,26.3228,26.3228,26.3228,25.9896,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,25.3232,24.3236,23.6572,23.6572,22.9908,21.9912,21.3248,21.3248,21.3248,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.992,19.992,20.6584,21.3248,22.9908,24.3236,25.6564,26.3228,26.3228,25.6564,24.3236,22.9908,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,21.658,20.9916,20.9916,20.9916,20.9916,22.3244,22.9908,22.6576,22.6576,22.6576,22.6576,21.9912,21.9912,21.3248,20.6584,19.6588,18.9924,18.326,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.9924,20.3252,20.9916,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,38.318,38.9844,39.6508,40.3172,41.65,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.9776,56.977199999999996,57.6436,58.9764,60.6424,61.3088,62.3084,63.308,63.9744,64.974,64.974,65.6404,66.9732,68.306,69.6388,70.9716,72.6376,74.6368,76.3028,77.6356,78.9684,80.3012,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,78.9684,78.9684,78.9684,78.30199999999999,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.2992,86.632,87.6316,88.9644,88.63119999999999,88.63119999999999,88.9644,88.298,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,85.2992,85.2992,85.2992,85.2992,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.2976,89.964,90.2972,90.2972,90.9636,91.63,91.63,91.9632,92.2964,93.29599999999999,93.6292,94.2956,94.2956,94.2956,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,96.9612,96.9612,97.6276,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.6276,97.6276,96.9612,96.9612,96.2948,95.9616,95.2952,95.2952,94.962,94.962,94.2956,94.2956,93.6292,93.6292,92.9628,92.9628,92.6296,92.6296,91.9632,91.9632,91.2968,90.6304,90.6304,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.6316,87.2984,86.9652,86.2988,84.966,83.6332,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,77.3024,77.3024,76.636,76.636,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.3,83.6332,83.6332,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.2992,85.2992,85.2992,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.964,90.2972,90.9636,90.9636,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.9636,90.6304,90.2972,89.964,89.964,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.2952,95.9616,96.2948,96.9612,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,94.6288,95.6284,95.9616,96.9612,98.294,99.2936,100.6264,101.626,101.9592,102.6256,103.9584,105.9576,107.6236,109.2896,110.2892,111.622,112.95479999999999,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.2876,113.6212,113.288,113.288,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,113.288,112.6216,113.288,113.6212,115.6204,116.62,118.9524,119.952,121.2848,121.9512,121.9512,121.2848,120.9516,119.6188,118.9524,117.9528,117.6196,115.9536,114.954,112.95479999999999,112.2884,111.622,111.622,110.2892,109.2896,108.28999999999999,106.9572,105.9576,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.9576,106.624,106.9572,107.6236,107.9568,107.9568,108.6232,108.6232],[77.6356,76.9692,75.6364,74.97,74.97,74.97,76.3028,78.30199999999999,79.6348,80.9676,81.634,81.634,81.3008,81.3008,81.3008,81.3008,81.634,81.634,81.634,82.3004,82.3004,81.3008,80.9676,79.6348,77.6356,76.3028,74.97,73.63719999999999,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.3056,68.306,67.6396,66.9732,65.6404,63.9744,62.3084,60.6424,58.6432,56.977199999999996,55.6444,53.9784,53.312,51.646,50.3132,48.314,46.9812,44.982,42.9828,41.65,40.9836,40.3172,39.6508,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,35.9856,34.6528,34.6528,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,29.988,29.3216,28.322,28.322,27.6556,27.6556,26.9892,26.3228,25.6564,25.6564,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,22.9908,22.9908,22.9908,21.9912,21.3248,20.6584,20.6584,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.992,19.992,20.6584,21.3248,22.9908,24.3236,24.99,25.6564,26.3228,25.6564,24.3236,22.9908,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,21.658,20.9916,20.3252,19.6588,19.6588,20.3252,20.9916,20.9916,21.3248,21.3248,20.6584,20.6584,19.992,19.992,19.3256,19.3256,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.9924,20.3252,21.658,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.9848,38.9844,38.9844,39.6508,40.9836,41.65,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,49.6468,50.9796,51.646,52.3124,53.6452,54.6448,55.3112,55.3112,55.9776,56.977199999999996,57.6436,58.31,59.976,61.3088,62.3084,63.308,63.9744,64.974,64.974,65.6404,66.9732,68.306,68.9724,70.3052,71.9712,73.304,74.97,76.3028,76.9692,78.30199999999999,79.6348,79.6348,80.3012,80.6344,81.3008,81.3008,80.6344,79.6348,78.9684,78.30199999999999,78.30199999999999,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,79.968,80.6344,80.6344,81.3008,81.634,82.3004,82.96679999999999,83.6332,84.966,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.2992,85.2992,85.2992,84.966,84.966,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.632,87.2984,88.9644,89.2976,90.6304,90.9636,90.9636,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.9644,88.298,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,88.298,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,95.6284,95.9616,95.9616,95.6284,95.6284,95.9616,95.9616,95.6284,96.2948,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.6276,97.6276,96.9612,96.9612,96.2948,95.9616,95.2952,95.2952,94.962,94.962,94.2956,94.2956,93.6292,93.6292,92.9628,92.9628,92.6296,92.6296,91.9632,91.9632,91.2968,90.6304,89.964,89.6308,88.9644,88.9644,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.2984,87.2984,86.2988,84.966,83.6332,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,77.3024,77.3024,76.636,76.636,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.964,90.2972,90.9636,90.9636,91.63,91.9632,92.9628,92.9628,92.9628,92.2964,91.63,91.63,90.9636,90.9636,90.2972,90.2972,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,92.9628,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,95.2952,95.9616,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,94.6288,95.6284,95.9616,96.628,97.96079999999999,99.6268,100.6264,101.2928,101.626,102.6256,103.9584,105.9576,107.6236,109.2896,110.2892,111.622,112.95479999999999,113.6212,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.288,112.6216,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.6224,110.9556,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.2876,114.2876,113.6212,113.6212,114.6208,115.9536,117.6196,118.9524,120.2852,121.2848,121.9512,121.9512,121.2848,120.9516,119.952,118.61919999999999,117.9528,117.6196,115.9536,114.954,112.95479999999999,111.9552,111.2888,111.622,110.2892,109.956,109.2896,107.6236,105.9576,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232],[77.6356,76.9692,75.6364,74.97,74.97,75.6364,76.9692,78.30199999999999,80.3012,82.3004,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,83.6332,82.6336,81.9672,78.9684,77.6356,76.3028,74.97,73.9704,73.304,72.6376,71.9712,71.3048,71.3048,71.3048,70.6384,69.6388,68.9724,68.306,67.6396,66.3068,63.9744,61.9752,60.6424,58.9764,57.6436,55.9776,54.6448,52.9788,51.646,49.6468,47.6476,45.6484,44.315599999999996,42.9828,41.65,40.9836,40.3172,39.3176,38.6512,37.3184,36.652,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.3216,28.322,28.322,27.6556,26.9892,26.3228,25.6564,25.6564,25.6564,24.99,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.3244,22.3244,22.3244,21.3248,21.3248,20.6584,20.6584,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.992,19.992,20.6584,21.3248,22.9908,24.3236,24.99,25.6564,26.3228,25.6564,24.3236,22.9908,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,19.992,19.992,19.3256,19.3256,18.6592,18.6592,18.6592,17.9928,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.9924,20.3252,21.658,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.9848,38.9844,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.9796,51.646,52.3124,53.6452,54.6448,55.3112,55.3112,55.3112,56.3108,56.977199999999996,58.31,59.309599999999996,60.6424,62.3084,63.308,63.9744,64.3076,64.974,65.6404,66.3068,67.6396,68.306,69.6388,71.3048,72.6376,74.3036,74.97,75.6364,76.636,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,79.968,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.966,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.2992,85.2992,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.9656,86.632,86.632,87.2984,87.9648,88.9644,89.2976,90.2972,90.9636,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.6304,89.964,89.2976,88.63119999999999,88.298,88.298,88.298,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.6316,87.6316,87.6316,88.298,88.63119999999999,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,94.6288,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.294,98.294,98.294,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,98.294,98.96039999999999,99.2936,99.96,100.2932,100.6264,100.6264,100.6264,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.6276,97.6276,97.6276,96.9612,96.2948,95.9616,95.9616,95.2952,94.962,94.962,94.962,94.2956,93.6292,93.6292,92.9628,92.9628,92.6296,92.6296,91.9632,91.63,91.2968,90.6304,89.964,89.6308,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,87.9648,87.2984,86.632,86.2988,84.966,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,77.6356,77.3024,77.3024,76.636,76.636,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.9648,88.298,88.298,89.2976,89.964,89.964,90.2972,90.9636,91.63,91.9632,91.9632,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,91.63,91.63,90.9636,90.9636,90.9636,90.2972,90.2972,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.2964,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,95.2952,95.2952,95.9616,96.2948,96.2948,96.628,97.2944,97.2944,96.628,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.962,95.9616,96.628,97.6276,98.96039999999999,99.6268,100.6264,101.626,102.6256,103.9584,105.9576,107.6236,108.9564,110.2892,111.622,112.95479999999999,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.2876,113.6212,112.2884,111.2888,110.2892,110.2892,109.956,109.6228,109.956,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,111.622,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,115.9536,117.6196,118.9524,120.2852,121.2848,121.9512,121.9512,121.9512,120.9516,119.952,118.61919999999999,117.9528,117.6196,116.62,114.954,113.6212,111.9552,111.2888,111.9552,111.622,110.2892,109.2896,107.6236,106.9572,105.9576,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,106.624,106.624,106.624,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232],[77.6356,76.9692,75.6364,74.97,75.6364,76.3028,77.6356,79.6348,81.3008,82.6336,83.6332,84.966,85.6324,85.6324,85.9656,85.9656,86.632,86.632,86.2988,86.9652,86.2988,86.2988,84.966,83.6332,82.3004,80.6344,78.9684,76.9692,75.6364,74.97,74.3036,73.63719999999999,73.304,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,67.6396,66.3068,63.9744,62.6416,61.3088,59.976,58.31,56.977199999999996,54.6448,53.312,50.9796,48.980399999999996,46.9812,45.6484,44.6488,43.316,42.3164,41.65,40.3172,39.6508,37.9848,36.652,35.9856,35.9856,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,33.986399999999996,33.32,32.6536,31.9872,30.9876,30.3212,29.654799999999998,28.9884,28.322,28.322,27.6556,26.9892,25.6564,24.99,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,22.6576,22.6576,21.9912,21.9912,21.658,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,19.3256,19.992,20.6584,21.3248,22.9908,24.3236,24.99,25.6564,25.9896,25.3232,24.6568,23.323999999999998,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,21.658,20.9916,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.326,18.326,18.326,17.6596,17.6596,17.6596,16.993199999999998,16.993199999999998,16.993199999999998,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,16.993199999999998,16.993199999999998,17.6596,17.6596,18.326,18.326,18.326,19.6588,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,26.656,27.3224,27.3224,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,51.646,52.3124,53.6452,54.6448,55.3112,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,59.976,61.3088,61.3088,61.9752,63.308,63.9744,65.3072,65.9736,66.9732,68.306,68.9724,70.3052,71.9712,72.6376,73.304,74.3036,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.9656,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,86.2988,86.2988,86.9652,88.298,88.9644,88.9644,89.2976,89.964,90.2972,90.9636,92.2964,92.9628,93.29599999999999,93.6292,93.6292,92.9628,92.9628,92.2964,91.63,91.63,91.63,91.63,91.2968,89.964,89.2976,88.9644,88.9644,88.63119999999999,88.298,88.298,87.6316,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,88.9644,88.9644,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.9624,94.6288,94.6288,95.6284,95.6284,95.9616,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.9616,95.9616,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.958,104.958,104.2916,103.62519999999999,103.292,102.6256,101.9592,101.626,101.2928,101.2928,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,98.294,98.294,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.9616,95.9616,94.962,94.2956,93.6292,93.6292,93.6292,93.6292,92.2964,92.2964,91.63,91.63,90.6304,89.964,89.2976,88.63119999999999,88.298,88.298,88.298,87.6316,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,86.632,86.632,85.6324,84.2996,82.96679999999999,82.3004,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.3008,81.3008,81.3008,81.3008,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,90.2972,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,94.2956,93.6292,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.2952,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.2948,95.6284,95.6284,95.6284,95.2952,94.962,94.962,94.962,94.962,94.6288,94.6288,94.962,95.6284,96.628,97.6276,98.96039999999999,99.6268,100.2932,101.626,102.6256,103.9584,105.9576,107.6236,109.2896,110.9556,111.622,112.95479999999999,113.6212,114.2876,114.954,114.954,115.6204,115.6204,115.2872,114.6208,113.95439999999999,112.6216,111.2888,110.2892,109.2896,109.2896,108.9564,109.6228,109.6228,108.9564,108.6232,108.6232,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,111.622,112.2884,113.288,113.95439999999999,114.2876,114.2876,114.2876,114.954,115.6204,116.9532,117.9528,119.2856,120.9516,121.9512,122.2844,122.2844,121.9512,121.2848,119.952,118.9524,117.9528,117.6196,116.62,115.2872,113.6212,112.95479999999999,112.6216,111.9552,111.622,110.9556,109.2896,107.9568,106.9572,105.9576,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,108.9564,109.2896,109.2896],[77.6356,76.9692,75.6364,75.6364,75.6364,76.9692,78.30199999999999,80.6344,81.9672,83.6332,84.966,85.6324,86.632,87.2984,88.298,88.298,88.298,88.298,88.9644,88.298,88.298,87.9648,87.2984,86.2988,84.966,82.96679999999999,80.9676,80.3012,78.6352,76.636,76.636,75.9696,74.97,74.6368,73.9704,73.304,72.6376,72.6376,71.9712,70.6384,69.972,68.306,66.64,64.6408,62.6416,61.3088,59.976,58.31,56.3108,54.6448,52.9788,50.3132,48.314,46.9812,45.3152,44.6488,42.9828,42.3164,40.9836,39.6508,37.9848,37.3184,36.652,35.9856,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,33.986399999999996,33.986399999999996,33.32,31.9872,30.9876,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.3228,24.99,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,22.9908,21.9912,21.3248,21.3248,21.3248,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,19.3256,19.992,20.6584,21.3248,22.9908,24.3236,24.99,25.6564,25.9896,25.3232,24.6568,23.323999999999998,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,20.9916,20.3252,19.6588,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,18.9924,18.326,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,16.993199999999998,16.993199999999998,17.6596,18.326,18.326,18.9924,18.9924,20.3252,22.9908,23.6572,24.3236,24.3236,24.99,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,26.656,27.3224,27.3224,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,42.3164,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.3124,53.6452,54.6448,55.3112,54.6448,54.6448,55.6444,56.3108,56.977199999999996,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,64.6408,65.3072,66.9732,67.6396,68.9724,69.6388,71.3048,71.9712,72.6376,73.63719999999999,74.97,75.9696,75.9696,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,77.3024,77.3024,76.636,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.9652,86.9652,87.9648,88.298,89.964,90.2972,90.9636,90.9636,91.63,91.63,92.2964,92.9628,93.6292,93.6292,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,90.2972,90.2972,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.9632,92.6296,92.6296,93.29599999999999,94.6288,94.962,95.6284,95.9616,95.9616,96.628,96.9612,97.6276,97.96079999999999,98.294,98.6272,98.6272,98.294,98.294,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,96.9612,96.2948,95.9616,95.2952,95.2952,96.2948,97.2944,97.96079999999999,98.96039999999999,99.6268,99.6268,100.6264,100.6264,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.2916,104.2916,104.2916,103.62519999999999,102.6256,102.6256,101.626,101.626,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,95.6284,94.962,93.9624,93.6292,93.6292,93.6292,92.2964,92.2964,91.63,91.2968,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,85.6324,85.6324,84.2996,82.96679999999999,82.3004,81.634,81.3008,80.6344,79.968,79.968,79.968,79.968,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.634,81.634,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.63119999999999,89.2976,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.2956,94.2956,93.6292,93.6292,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.2952,95.2952,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.2952,95.2952,94.962,94.962,94.962,94.962,94.6288,94.6288,94.962,95.6284,96.628,97.6276,98.96039999999999,99.6268,100.2932,101.626,102.6256,104.6248,105.9576,107.6236,109.2896,110.6224,111.622,112.95479999999999,113.6212,114.2876,114.954,114.954,115.6204,115.6204,115.2872,114.6208,113.95439999999999,112.6216,111.2888,109.956,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.6232,108.6232,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,111.622,112.2884,112.2884,113.288,114.2876,114.2876,114.2876,115.6204,115.9536,117.6196,117.9528,119.2856,120.9516,121.9512,122.2844,122.2844,121.9512,121.2848,120.2852,119.952,118.9524,117.9528,117.2864,115.9536,114.954,113.6212,112.95479999999999,112.6216,112.2884,111.2888,109.2896,107.9568,106.9572,105.9576,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.624,106.624,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.9564,108.9564,109.2896,109.2896],[76.9692,76.9692,75.6364,75.6364,76.9692,78.6352,79.968,81.634,83.6332,84.966,85.6324,87.2984,87.6316,88.9644,89.964,89.964,90.6304,91.2968,91.2968,90.6304,90.6304,89.2976,88.9644,88.63119999999999,87.2984,85.6324,84.2996,83.6332,81.634,80.3012,79.3016,78.6352,77.6356,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.9708,71.638,70.6384,69.3056,66.9732,65.6404,64.3076,62.6416,59.976,57.9768,56.3108,54.3116,52.3124,50.3132,48.314,46.9812,45.3152,44.6488,43.316,41.9832,40.3172,38.6512,37.3184,36.652,35.9856,35.9856,35.9856,35.3192,35.3192,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,30.9876,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.3228,24.99,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,21.9912,21.3248,20.6584,20.6584,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,19.992,19.992,20.6584,21.9912,23.6572,24.3236,24.99,25.6564,25.9896,25.3232,24.6568,23.323999999999998,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,21.658,20.9916,20.9916,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.9924,18.9924,18.9924,18.9924,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,26.656,27.3224,27.3224,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,39.6508,40.3172,41.65,42.3164,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.3124,53.6452,54.6448,54.6448,54.6448,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,61.641999999999996,62.3084,63.9744,64.6408,66.3068,67.6396,68.306,69.6388,70.6384,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,75.9696,76.636,76.636,76.636,77.3024,77.3024,76.636,75.9696,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.2992,85.9656,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.632,87.2984,87.9648,87.9648,87.6316,88.298,89.2976,89.964,90.6304,92.2964,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.962,95.9616,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,99.96,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.9612,95.9616,95.2952,95.2952,96.2948,97.2944,97.96079999999999,98.96039999999999,99.6268,99.6268,100.6264,100.6264,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.6284,94.962,93.9624,93.9624,93.6292,93.6292,92.2964,92.2964,91.63,91.2968,89.964,89.2976,88.63119999999999,88.298,88.298,87.6316,87.2984,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,86.2988,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.3028,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.63119999999999,89.2976,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,94.6288,93.9624,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.962,94.6288,94.6288,94.962,95.6284,96.628,97.6276,98.96039999999999,99.6268,100.2932,101.626,103.292,104.6248,106.624,107.9568,109.2896,110.6224,111.622,112.95479999999999,113.6212,114.2876,114.6208,114.6208,115.6204,115.6204,115.2872,114.6208,113.95439999999999,112.6216,111.2888,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.9564,108.9564,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,115.6204,116.62,117.6196,117.9528,119.2856,120.9516,121.9512,122.2844,122.6176,121.9512,121.2848,121.2848,120.2852,119.952,119.2856,118.286,116.62,115.9536,114.2876,113.6212,112.6216,111.9552,111.622,109.956,107.9568,106.9572,105.9576,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.624,106.624,107.2904,107.2904,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,109.2896,109.2896,109.2896,109.2896],[76.9692,76.3028,75.6364,76.3028,77.6356,79.6348,80.9676,82.96679999999999,84.966,85.9656,87.2984,88.298,88.9644,89.964,90.6304,91.63,92.2964,92.2964,92.9628,92.9628,91.9632,91.2968,91.2968,90.2972,89.964,88.63119999999999,87.6316,85.2992,84.2996,82.3004,80.9676,79.968,79.3016,78.6352,76.9692,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.3044,70.6384,69.3056,66.9732,65.6404,63.9744,62.6416,59.976,57.9768,56.3108,54.3116,51.646,50.3132,48.980399999999996,47.6476,46.3148,44.982,43.316,41.9832,39.6508,38.318,37.3184,36.652,36.652,35.9856,35.9856,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.32,31.654,30.9876,30.3212,28.9884,28.322,27.6556,26.9892,26.3228,24.99,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,22.3244,21.3248,21.3248,20.6584,20.6584,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,19.992,20.6584,21.3248,21.9912,23.6572,24.99,25.6564,25.6564,25.9896,25.3232,24.6568,23.323999999999998,22.3244,22.3244,22.9908,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,21.658,21.658,20.9916,20.3252,19.6588,18.9924,18.326,18.326,17.6596,17.6596,17.6596,18.326,18.9924,18.9924,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,21.658,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,26.656,27.3224,27.3224,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,37.3184,37.9848,38.6512,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.9784,54.6448,54.6448,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.6432,58.6432,59.309599999999996,59.976,60.9756,62.3084,63.308,64.6408,66.3068,66.9732,68.306,68.9724,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,74.97,75.3032,75.9696,75.9696,75.9696,76.636,76.636,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.9676,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.2992,85.9656,86.632,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.6316,88.298,88.298,88.63119999999999,89.964,90.6304,91.63,92.2964,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.63,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,94.6288,94.962,95.9616,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,96.9612,95.9616,95.2952,95.2952,96.9612,97.2944,97.96079999999999,98.96039999999999,99.6268,99.6268,100.6264,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,102.6256,101.626,101.626,101.2928,101.2928,100.9596,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,94.6288,93.9624,93.6292,93.6292,92.2964,91.63,91.2968,91.2968,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,87.2984,86.9652,86.2988,86.2988,85.9656,85.6324,85.6324,84.966,83.6332,82.96679999999999,82.3004,81.3008,81.3008,80.6344,79.968,79.968,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,81.9672,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,94.6288,93.9624,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.962,94.6288,94.6288,94.962,95.6284,96.628,97.6276,98.96039999999999,99.6268,100.6264,102.2924,103.62519999999999,105.2912,106.624,107.9568,109.956,110.6224,112.2884,112.95479999999999,113.6212,114.2876,114.6208,114.6208,115.6204,115.6204,115.2872,114.6208,113.95439999999999,113.288,111.2888,110.2892,109.956,109.956,108.9564,108.9564,108.9564,108.9564,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,115.6204,116.62,117.6196,118.61919999999999,119.952,120.9516,121.9512,122.2844,122.6176,122.2844,121.9512,121.2848,120.9516,120.9516,119.952,118.286,116.9532,115.9536,114.6208,113.6212,112.95479999999999,111.9552,111.622,109.956,108.28999999999999,106.9572,105.9576,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.624,106.624,107.2904,107.2904,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896],[76.3028,76.3028,75.6364,76.636,78.6352,80.3012,81.9672,83.3,85.2992,86.632,87.9648,89.2976,89.964,91.63,92.2964,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.6296,91.63,90.6304,89.964,87.6316,85.9656,83.9664,82.3004,81.3008,80.6344,79.6348,79.3016,78.6352,77.3024,77.3024,76.3028,75.6364,74.97,73.63719999999999,71.9712,70.6384,68.306,66.9732,65.6404,64.3076,61.3088,59.976,58.31,56.3108,54.3116,52.9788,50.9796,49.6468,47.6476,46.3148,44.6488,43.316,40.9836,39.6508,38.9844,38.318,37.3184,36.652,35.9856,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,35.9856,35.9856,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,33.986399999999996,32.3204,31.654,30.3212,29.654799999999998,28.322,27.6556,26.9892,26.3228,24.99,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,22.3244,21.3248,21.3248,20.6584,20.6584,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.992,20.6584,21.3248,22.6576,24.3236,24.99,26.3228,26.3228,26.656,25.9896,23.9904,23.323999999999998,22.3244,22.3244,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,21.658,21.658,20.9916,20.9916,20.3252,20.3252,19.6588,18.9924,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,19.6588,20.3252,21.658,22.3244,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,26.656,27.3224,27.3224,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,39.3176,39.984,40.3172,40.9836,42.3164,42.9828,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.9784,54.6448,54.6448,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.6432,58.6432,59.309599999999996,59.976,60.9756,62.3084,63.308,64.6408,65.6404,66.9732,67.6396,68.306,69.972,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.2992,86.632,86.632,87.6316,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.964,90.2972,91.2968,92.2964,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.2964,91.63,91.63,91.63,91.2968,91.2968,91.9632,91.9632,92.2964,92.2964,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,96.2948,95.9616,96.2948,96.9612,97.6276,98.96039999999999,99.6268,99.6268,100.9596,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.626,101.626,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.6284,94.6288,93.9624,93.6292,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.964,89.2976,89.2976,88.63119999999999,87.9648,87.9648,87.9648,87.2984,86.9652,86.2988,85.6324,85.6324,84.966,84.2996,82.96679999999999,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,77.9688,77.9688,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.2976,88.9644,88.9644,89.2976,89.2976,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,94.6288,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,95.9616,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.962,94.962,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.962,95.6284,95.9616,97.6276,98.96039999999999,99.6268,100.6264,102.6256,104.6248,105.9576,107.2904,108.6232,110.6224,110.9556,112.95479999999999,113.6212,113.6212,114.2876,114.954,114.954,115.6204,115.6204,115.2872,114.6208,113.95439999999999,113.288,112.95479999999999,111.9552,110.9556,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.9556,111.622,111.9552,111.9552,112.95479999999999,112.95479999999999,113.6212,114.2876,115.2872,116.62,117.6196,118.9524,119.952,121.2848,121.9512,122.6176,122.6176,122.2844,121.9512,121.2848,120.9516,120.9516,119.952,118.286,116.9532,115.9536,114.6208,113.6212,113.6212,113.288,111.622,109.956,108.28999999999999,106.9572,105.9576,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.624,106.624,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956],[76.3028,76.3028,75.9696,76.636,78.6352,80.9676,81.9672,83.9664,86.2988,87.2984,88.298,89.2976,90.6304,92.2964,92.6296,93.6292,93.9624,94.6288,94.962,94.962,94.2956,94.2956,94.962,94.2956,93.6292,92.2964,91.63,89.964,87.6316,85.9656,84.2996,82.96679999999999,81.3008,80.6344,80.6344,79.968,79.3016,78.30199999999999,77.6356,76.9692,75.6364,74.97,73.9704,71.3048,69.972,68.306,66.9732,65.6404,64.3076,61.641999999999996,59.976,58.31,56.3108,54.978,53.6452,51.646,50.3132,48.980399999999996,46.9812,44.6488,43.316,41.3168,40.3172,38.9844,37.9848,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,35.9856,35.9856,35.3192,33.986399999999996,32.9868,31.654,30.9876,29.654799999999998,28.9884,28.322,27.6556,26.9892,25.6564,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,22.3244,21.3248,21.3248,20.6584,19.992,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.992,20.6584,21.3248,22.6576,24.3236,25.6564,26.3228,26.3228,26.656,25.9896,23.9904,23.323999999999998,22.3244,22.3244,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,21.658,20.9916,20.9916,20.3252,20.3252,19.6588,18.9924,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.9924,20.3252,21.658,22.3244,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,26.656,27.3224,27.9888,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,40.9836,41.65,42.3164,42.9828,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.9784,54.6448,54.6448,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,61.641999999999996,62.3084,63.9744,64.6408,65.6404,66.3068,66.9732,68.306,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,78.6352,78.6352,78.6352,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.2992,86.632,87.2984,87.6316,87.6316,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.9648,88.298,88.298,88.298,88.9644,89.6308,89.6308,90.6304,90.9636,91.2968,91.9632,93.29599999999999,93.6292,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.6296,92.6296,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.2956,94.2956,95.2952,95.6284,95.6284,95.9616,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.962,94.962,94.2956,94.2956,94.2956,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.294,97.2944,96.9612,96.9612,96.2948,96.9612,97.6276,97.96079999999999,98.96039999999999,99.6268,99.96,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.626,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,95.9616,94.962,93.9624,93.9624,93.6292,92.6296,91.63,91.63,91.2968,91.2968,90.2972,89.964,89.964,89.2976,88.9644,88.9644,88.9644,88.298,87.2984,86.2988,85.9656,85.6324,84.966,84.2996,82.96679999999999,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,77.9688,77.9688,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,88.9644,89.2976,89.2976,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,94.6288,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.962,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.962,95.6284,95.9616,97.6276,98.96039999999999,99.6268,101.2928,102.6256,104.2916,106.2908,107.9568,109.2896,110.9556,111.622,112.6216,113.6212,113.6212,114.2876,114.954,114.954,115.6204,115.6204,115.2872,115.2872,114.6208,113.95439999999999,113.6212,112.95479999999999,111.622,111.622,111.622,111.622,110.9556,110.2892,110.2892,109.956,109.956,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.9556,111.622,111.9552,111.9552,112.95479999999999,112.95479999999999,113.6212,114.2876,115.2872,116.62,117.6196,118.9524,119.952,121.2848,121.9512,122.6176,122.6176,121.9512,121.2848,121.2848,120.9516,120.2852,119.6188,118.286,116.62,115.9536,114.2876,113.6212,113.6212,113.288,111.622,109.956,108.28999999999999,106.9572,105.9576,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.624,106.624,107.6236,107.6236,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956],[76.9692,76.636,76.636,77.3024,78.9684,81.3008,82.6336,84.6328,86.9652,87.6316,88.9644,90.2972,91.63,92.6296,93.29599999999999,93.9624,94.6288,95.6284,95.9616,94.962,95.2952,95.2952,95.2952,95.2952,95.2952,94.2956,93.6292,91.63,89.2976,87.9648,86.2988,84.2996,83.6332,82.3004,81.634,81.634,80.6344,79.968,78.9684,78.30199999999999,77.6356,76.3028,74.6368,73.304,70.6384,69.3056,68.6392,67.3064,65.6404,64.3076,61.9752,60.6424,59.309599999999996,57.3104,55.6444,54.3116,52.3124,50.9796,48.980399999999996,46.9812,44.982,43.316,41.65,40.3172,38.6512,37.9848,37.3184,36.652,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,36.652,35.9856,35.3192,34.6528,32.9868,32.3204,30.9876,30.3212,28.9884,28.322,27.6556,26.9892,25.6564,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,22.3244,21.3248,21.3248,20.6584,19.992,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.6584,20.6584,21.9912,23.323999999999998,24.99,25.6564,26.3228,26.3228,25.6564,24.99,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,19.6588,18.9924,18.9924,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,16.993199999999998,16.993199999999998,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,26.656,27.3224,27.9888,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.654,32.3204,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,40.9836,41.65,42.3164,42.9828,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.9784,54.6448,54.6448,54.6448,55.6444,56.3108,56.977199999999996,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,69.3056,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.6348,79.6348,79.6348,80.3012,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.2992,85.9656,86.632,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,91.63,92.2964,92.6296,93.6292,93.9624,94.6288,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.6284,94.962,95.2952,95.2952,94.962,94.2956,93.9624,94.2956,94.962,94.962,95.2952,95.9616,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.6276,97.2944,97.2944,97.2944,96.2948,96.2948,95.9616,95.6284,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,94.2956,94.2956,94.962,94.962,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.9612,97.6276,98.294,98.96039999999999,100.2932,100.9596,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,101.9592,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,96.2948,96.2948,95.9616,94.962,93.9624,93.6292,93.6292,92.6296,91.9632,91.9632,91.9632,91.63,91.2968,91.2968,91.2968,90.6304,89.964,89.964,89.2976,89.2976,88.298,87.9648,86.9652,85.9656,85.9656,84.966,83.6332,82.96679999999999,81.634,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.3016,78.6352,77.6356,77.6356,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,88.9644,89.2976,89.2976,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,93.6292,94.2956,94.2956,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.962,95.6284,95.9616,97.6276,98.96039999999999,99.6268,101.626,103.62519999999999,104.6248,106.2908,108.6232,109.956,110.9556,111.622,112.6216,113.6212,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,113.6212,112.6216,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.9552,110.9556,110.2892,109.956,109.6228,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.9556,111.622,111.9552,111.9552,112.2884,112.95479999999999,113.288,113.6212,115.2872,115.9536,117.6196,118.9524,119.952,121.2848,121.9512,122.6176,122.2844,121.9512,121.2848,120.9516,120.2852,119.2856,118.61919999999999,117.2864,115.9536,114.954,114.2876,113.6212,113.6212,112.6216,111.622,109.956,108.28999999999999,106.9572,105.6244,105.6244,104.958,104.958,104.958,104.958,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,109.956,109.956,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224],[77.3024,77.3024,76.636,77.3024,79.6348,80.9676,82.3004,83.9664,86.2988,87.2984,88.63119999999999,89.2976,90.6304,92.6296,93.29599999999999,93.9624,94.6288,95.9616,95.9616,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,95.2952,94.2956,92.9628,91.2968,89.2976,87.6316,86.2988,84.966,83.6332,83.6332,82.3004,81.634,80.6344,80.6344,79.968,78.30199999999999,77.6356,75.6364,73.63719999999999,71.9712,70.6384,69.3056,68.6392,66.9732,66.3068,63.9744,61.9752,60.6424,59.309599999999996,57.6436,56.3108,54.6448,52.6456,50.9796,48.314,46.3148,44.982,43.316,40.9836,39.6508,38.9844,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,33.6532,32.9868,31.654,30.9876,29.654799999999998,28.9884,28.322,26.9892,25.6564,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,22.3244,21.3248,20.6584,19.992,19.992,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,20.6584,21.3248,22.6576,23.323999999999998,24.99,25.6564,25.6564,25.6564,24.99,24.3236,23.6572,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,16.993199999999998,16.993199999999998,17.6596,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,23.6572,24.6568,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,26.656,27.3224,27.9888,28.9884,29.654799999999998,30.3212,30.9876,30.9876,31.654,32.3204,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,40.9836,40.9836,42.3164,42.9828,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.9784,54.6448,54.6448,54.6448,55.6444,56.977199999999996,57.6436,58.31,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,65.6404,66.3068,66.9732,67.6396,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.968,79.968,79.6348,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,85.9656,86.632,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,91.63,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.2952,95.2952,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.2948,95.6284,95.6284,95.2952,95.2952,95.9616,96.2948,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,99.6268,99.2936,98.6272,98.294,97.96079999999999,97.6276,96.9612,96.628,95.9616,94.962,94.962,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,97.6276,98.294,98.96039999999999,100.2932,100.9596,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.292,103.292,102.6256,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,100.9596,100.9596,100.6264,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.2948,95.9616,94.962,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,91.9632,91.63,91.63,91.63,91.2968,90.6304,90.6304,90.6304,89.964,88.63119999999999,88.298,87.6316,86.9652,85.9656,85.2992,84.2996,82.96679999999999,82.3004,82.3004,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,79.3016,78.6352,77.6356,77.6356,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.9624,94.6288,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,94.2956,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.962,95.6284,95.9616,96.9612,98.294,100.2932,102.2924,103.62519999999999,105.2912,107.2904,108.6232,109.6228,111.622,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,114.2876,113.6212,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,111.622,110.9556,110.9556,110.2892,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,111.622,112.2884,112.2884,112.95479999999999,113.6212,114.6208,115.9536,117.6196,118.9524,119.952,121.2848,121.9512,122.6176,122.6176,121.9512,121.2848,120.2852,119.6188,119.2856,117.9528,117.2864,116.2868,114.954,114.2876,113.6212,113.288,112.6216,111.622,109.956,108.28999999999999,106.9572,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.6248,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,109.2896,109.956,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224],[77.3024,77.3024,76.636,77.3024,78.9684,80.3012,81.9672,83.6332,85.6324,87.2984,88.298,88.63119999999999,89.6308,90.6304,91.63,92.2964,93.9624,95.9616,96.9612,97.2944,96.628,96.628,97.2944,96.2948,96.2948,95.6284,95.6284,93.9624,91.63,89.964,88.298,86.632,86.2988,85.6324,84.2996,84.2996,82.96679999999999,82.3004,81.634,80.9676,79.968,78.6352,76.3028,74.97,72.6376,71.3048,70.3052,68.9724,68.306,66.9732,65.6404,64.3076,61.9752,61.3088,58.9764,57.6436,55.6444,54.3116,51.646,50.3132,47.6476,45.6484,43.9824,41.9832,40.3172,39.6508,38.318,37.6516,35.9856,35.3192,34.6528,34.6528,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,36.652,36.652,35.9856,35.3192,33.986399999999996,33.32,32.6536,31.9872,30.3212,29.654799999999998,28.322,27.6556,26.3228,25.6564,24.6568,24.6568,23.6572,23.6572,22.9908,22.3244,20.9916,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,20.3252,21.658,22.3244,23.6572,24.3236,24.99,25.6564,25.6564,24.99,24.3236,23.6572,22.9908,22.3244,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,16.993199999999998,16.993199999999998,17.6596,17.6596,18.326,18.9924,19.6588,20.3252,21.658,22.3244,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.6568,24.6568,25.3232,25.3232,26.3228,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,39.3176,39.3176,39.984,40.6504,40.6504,41.3168,41.9832,43.316,43.9824,43.9824,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.312,53.9784,53.9784,54.6448,55.6444,56.977199999999996,57.6436,58.9764,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.3068,66.3068,66.9732,67.6396,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.9692,77.3024,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.3,83.6332,83.6332,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,92.2964,92.6296,92.6296,93.6292,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.2932,100.2932,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,99.96,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,96.9612,96.628,95.6284,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.9596,100.9596,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.2936,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,101.2928,101.626,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.292,101.9592,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,96.2948,95.9616,94.962,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.2968,89.964,88.63119999999999,88.298,87.2984,86.632,85.9656,85.2992,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,79.968,79.3016,78.6352,77.6356,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.9632,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.962,94.962,94.962,94.962,94.2956,94.2956,94.2956,94.2956,94.2956,94.962,95.6284,95.9616,96.2948,96.2948,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,96.2948,97.2944,98.6272,100.6264,102.2924,103.62519999999999,105.9576,107.6236,109.2896,110.9556,111.622,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.9536,115.9536,115.6204,115.6204,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.6216,112.2884,111.622,111.2888,110.2892,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.95479999999999,113.288,114.6208,116.2868,116.9532,118.286,119.6188,120.2852,121.9512,122.6176,121.618,121.2848,120.6184,119.6188,118.61919999999999,117.9528,117.2864,116.62,115.6204,115.6204,114.2876,113.6212,113.288,112.6216,111.2888,109.2896,107.9568,106.9572,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888],[77.3024,76.636,76.636,76.636,78.30199999999999,79.6348,81.3008,82.96679999999999,84.966,86.2988,86.9652,87.6316,88.298,89.6308,90.6304,91.9632,93.6292,95.6284,96.2948,97.2944,97.2944,97.2944,96.628,96.9612,96.2948,95.9616,95.6284,94.6288,92.2964,90.6304,89.2976,87.9648,86.632,86.2988,84.966,84.966,83.6332,82.96679999999999,82.3004,81.634,80.6344,79.3016,76.9692,75.6364,73.63719999999999,72.3044,71.3048,69.972,68.9724,67.6396,65.6404,64.974,63.9744,62.3084,60.3092,58.31,56.977199999999996,54.978,52.9788,50.9796,48.980399999999996,46.647999999999996,44.6488,42.6496,41.3168,40.6504,38.9844,38.318,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,36.652,36.652,35.9856,35.9856,34.6528,33.986399999999996,33.32,32.6536,30.9876,30.3212,28.9884,28.322,26.9892,26.3228,25.3232,24.6568,23.6572,23.6572,22.9908,22.3244,20.9916,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,20.3252,21.658,22.9908,23.6572,24.3236,24.99,24.99,24.99,24.3236,22.9908,22.3244,22.3244,22.3244,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,16.993199999999998,16.993199999999998,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,22.3244,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.6568,24.6568,25.3232,25.9896,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,40.6504,40.6504,41.3168,41.9832,43.316,43.9824,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.6444,56.977199999999996,57.6436,58.9764,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.3068,66.3068,66.9732,67.6396,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.9692,77.3024,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,83.6332,84.2996,84.966,85.2992,85.9656,85.9656,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,91.2968,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.294,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,99.96,99.96,98.96039999999999,97.96079999999999,97.6276,96.628,96.2948,96.2948,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.96,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,99.96,99.96,101.2928,101.626,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.292,101.9592,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.2948,96.2948,95.6284,94.6288,94.6288,93.9624,93.9624,93.9624,94.6288,94.2956,94.2956,93.6292,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.2968,89.964,88.63119999999999,87.9648,86.632,86.632,85.9656,84.966,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,81.3008,81.9672,81.3008,80.6344,79.3016,78.6352,77.6356,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.6352,78.6352,78.6352,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,84.966,84.966,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.9612,97.2944,97.2944,98.294,98.294,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,96.2948,97.2944,98.96039999999999,100.6264,101.9592,103.62519999999999,105.9576,107.6236,109.6228,110.9556,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.9536,115.9536,115.6204,115.6204,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.6216,112.2884,111.622,111.622,110.9556,109.956,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,111.622,112.95479999999999,113.288,114.2876,115.6204,116.9532,117.6196,118.9524,119.952,121.9512,122.2844,121.618,121.2848,119.952,119.6188,118.61919999999999,117.9528,117.2864,116.62,115.6204,115.2872,114.2876,113.288,112.95479999999999,112.2884,110.9556,109.956,107.9568,107.6236,106.2908,105.6244,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888],[76.3028,76.3028,75.6364,75.6364,77.6356,79.3016,80.6344,81.9672,83.6332,84.966,85.9656,86.9652,87.9648,88.9644,89.964,91.63,93.29599999999999,94.6288,96.628,97.2944,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.6284,94.6288,92.9628,90.9636,89.964,88.298,87.2984,86.2988,85.6324,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.3016,76.9692,75.6364,73.63719999999999,72.3044,71.3048,70.6384,68.9724,67.6396,66.3068,65.6404,64.6408,63.9744,60.9756,59.6428,57.6436,55.6444,53.6452,51.646,48.980399999999996,47.3144,45.3152,43.316,41.9832,41.3168,40.3172,38.9844,37.9848,37.3184,35.9856,35.3192,33.986399999999996,33.32,33.32,32.6536,31.9872,31.9872,31.3208,30.6544,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,36.652,36.652,35.9856,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,29.654799999999998,28.9884,27.6556,26.3228,25.9896,25.3232,24.3236,23.6572,22.9908,22.3244,20.9916,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,18.9924,19.6588,19.6588,20.3252,21.658,22.9908,23.6572,24.3236,24.3236,24.3236,23.6572,22.9908,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,17.6596,17.6596,17.6596,18.326,18.9924,19.6588,20.9916,21.658,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,25.3232,25.3232,25.3232,25.9896,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.3168,41.3168,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.6444,56.977199999999996,57.6436,58.9764,59.976,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.3068,66.9732,66.9732,67.6396,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,83.6332,84.966,84.966,85.6324,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.6268,100.2932,100.9596,100.2932,100.2932,100.9596,101.626,101.626,101.9592,102.6256,102.9588,102.9588,103.292,104.2916,103.9584,103.9584,103.62519999999999,103.62519999999999,102.9588,103.292,103.292,102.6256,101.9592,101.626,101.2928,99.96,99.2936,98.294,97.96079999999999,98.294,97.96079999999999,97.96079999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.6268,99.6268,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.6272,98.6272,98.96039999999999,99.6268,99.96,99.96,101.2928,101.626,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,103.62519999999999,102.6256,101.9592,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,100.6264,101.626,101.626,101.9592,101.9592,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.2948,95.6284,95.6284,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.6288,93.9624,93.6292,93.29599999999999,92.6296,91.63,91.63,91.2968,89.964,88.298,87.9648,86.632,85.9656,85.2992,84.966,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,78.6352,77.6356,76.9692,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.6332,84.2996,84.966,84.966,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.962,95.6284,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,95.2952,95.2952,95.9616,95.9616,96.2948,97.96079999999999,99.2936,100.9596,102.2924,103.9584,105.6244,107.6236,108.9564,110.6224,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.6224,109.6228,109.2896,108.9564,108.9564,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,111.622,112.2884,112.95479999999999,113.95439999999999,115.2872,116.62,116.9532,118.286,119.6188,121.2848,121.9512,121.2848,120.6184,119.6188,118.9524,118.286,117.9528,117.2864,116.62,115.6204,115.2872,114.2876,113.288,112.95479999999999,112.2884,111.2888,109.956,108.6232,107.6236,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888],[75.6364,75.6364,74.97,74.97,76.3028,77.6356,79.3016,80.6344,82.3004,83.6332,84.966,85.9656,87.2984,87.9648,88.9644,90.2972,92.2964,93.9624,95.6284,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,94.6288,94.6288,93.6292,92.2964,90.6304,89.2976,88.298,87.2984,85.6324,84.966,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.3016,76.9692,75.6364,73.63719999999999,72.3044,71.3048,70.6384,69.6388,68.306,66.9732,66.3068,65.9736,64.6408,62.6416,60.3092,58.31,56.3108,54.3116,52.3124,49.6468,48.314,45.9816,44.6488,43.316,41.9832,40.9836,40.3172,38.6512,37.9848,37.3184,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.3208,30.6544,30.6544,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.32,32.3204,30.9876,30.3212,28.9884,27.6556,26.9892,25.9896,25.3232,24.3236,23.6572,22.9908,22.9908,21.658,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,19.6588,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,24.3236,24.3236,23.6572,22.9908,22.3244,20.9916,20.9916,20.9916,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,17.6596,17.6596,17.6596,17.6596,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,25.3232,25.3232,25.9896,26.656,27.6556,27.6556,28.322,28.9884,29.654799999999998,30.9876,31.654,32.3204,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.6444,56.977199999999996,57.6436,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,83.6332,84.2996,84.966,85.9656,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.9644,89.2976,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,94.6288,95.6284,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.96,99.96,100.2932,100.2932,100.2932,100.6264,100.9596,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,102.9588,102.9588,103.292,104.958,105.2912,105.2912,104.958,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,104.958,103.9584,103.292,103.292,102.2924,101.2928,100.6264,100.2932,100.2932,99.96,99.6268,99.96,99.96,99.96,99.6268,99.6268,100.2932,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.6272,98.96039999999999,99.6268,99.96,100.6264,101.626,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,104.6248,104.6248,104.6248,103.292,102.2924,101.9592,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,101.626,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.626,101.626,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,95.9616,95.6284,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,94.6288,93.9624,93.29599999999999,93.29599999999999,92.2964,91.63,91.2968,89.964,88.298,87.9648,86.632,85.9656,84.966,84.966,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.3016,78.6352,77.6356,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,84.2996,84.966,85.6324,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.962,94.962,95.6284,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,96.2948,96.2948,96.2948,95.6284,95.6284,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,95.2952,95.2952,95.2952,95.9616,96.2948,96.9612,97.96079999999999,99.6268,100.6264,101.9592,103.292,105.6244,106.9572,108.9564,110.2892,111.622,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,112.2884,112.95479999999999,113.288,114.6208,115.9536,116.9532,117.9528,119.6188,120.2852,121.2848,120.6184,119.952,118.9524,118.286,117.9528,117.9528,117.2864,116.62,115.6204,115.2872,114.2876,113.288,113.288,112.95479999999999,111.2888,110.2892,108.6232,107.9568,106.9572,106.2908,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,109.956,110.2892,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888],[74.3036,74.3036,73.63719999999999,73.63719999999999,74.97,76.3028,77.6356,79.6348,81.3008,82.3004,82.96679999999999,84.2996,85.2992,86.632,87.2984,88.9644,90.9636,92.9628,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.6296,92.6296,91.63,90.6304,89.2976,88.298,87.9648,86.2988,85.6324,84.2996,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.3016,76.9692,75.6364,73.63719999999999,72.3044,71.3048,71.3048,70.3052,68.9724,67.6396,66.9732,66.9732,66.3068,63.308,61.9752,59.976,57.9768,55.3112,53.312,51.3128,49.3136,46.9812,45.6484,44.315599999999996,43.6492,42.6496,41.3168,40.6504,39.984,39.3176,37.9848,36.652,35.9856,34.6528,33.986399999999996,32.6536,31.3208,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.6544,30.6544,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,34.6528,34.6528,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,32.3204,31.654,30.3212,29.654799999999998,28.322,26.9892,26.656,25.9896,24.3236,23.6572,23.6572,22.9908,21.658,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,22.3244,22.9908,23.6572,23.6572,23.6572,22.9908,22.3244,21.658,20.9916,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.9924,19.6588,20.3252,20.3252,20.9916,21.658,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,26.656,27.6556,28.322,28.322,28.9884,30.3212,30.9876,31.654,32.3204,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,38.9844,39.6508,40.3172,40.9836,41.3168,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.6444,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.636,76.636,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.966,84.966,84.966,85.6324,86.632,87.2984,87.9648,87.9648,87.9648,88.298,88.298,87.9648,88.298,88.298,88.63119999999999,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,96.2948,96.9612,96.9612,97.6276,97.2944,97.2944,97.2944,97.2944,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,99.96,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,101.626,101.2928,101.2928,101.626,101.626,102.2924,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,105.2912,106.624,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.624,105.9576,105.2912,105.2912,104.2916,102.6256,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.6264,100.2932,99.96,99.2936,99.2936,99.6268,100.2932,100.6264,100.6264,101.9592,102.6256,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,104.958,104.958,103.292,102.2924,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.626,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.626,101.2928,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,97.96079999999999,97.2944,96.9612,95.9616,95.6284,95.6284,95.6284,95.9616,96.628,96.9612,96.9612,96.9612,96.628,95.9616,95.6284,94.6288,93.9624,93.6292,93.6292,92.2964,91.63,91.2968,89.964,88.63119999999999,88.298,86.632,85.9656,84.966,84.2996,84.2996,83.9664,84.2996,83.6332,83.6332,82.96679999999999,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,79.968,79.3016,78.9684,78.30199999999999,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,95.9616,96.2948,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.628,96.628,96.9612,97.6276,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.96,100.6264,100.6264,100.9596,100.2932,99.6268,99.2936,98.294,97.96079999999999,97.2944,96.628,96.628,96.2948,95.9616,95.6284,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,96.2948,97.2944,97.96079999999999,98.294,100.2932,101.2928,101.626,103.292,105.2912,106.624,107.9568,109.956,111.622,112.2884,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,113.288,112.2884,112.2884,111.622,111.2888,110.9556,110.9556,110.2892,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,110.9556,110.9556,110.9556,110.9556,111.622,111.622,112.2884,112.95479999999999,113.288,114.6208,115.9536,116.62,117.6196,118.9524,119.952,119.952,119.952,119.6188,118.286,117.6196,117.6196,117.9528,117.2864,115.9536,115.6204,115.2872,114.2876,113.95439999999999,113.288,112.95479999999999,112.2884,110.9556,109.2896,108.6232,107.2904,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888],[72.9708,72.9708,72.3044,72.9708,73.63719999999999,74.97,76.9692,78.30199999999999,80.6344,81.3008,81.9672,82.96679999999999,84.2996,84.6328,85.9656,87.2984,88.9644,90.6304,91.63,92.9628,92.2964,92.2964,92.2964,91.63,91.2968,90.2972,90.2972,89.2976,88.9644,87.9648,87.9648,86.632,85.6324,84.2996,84.2996,83.3,82.6336,81.9672,81.9672,81.3008,80.6344,79.3016,76.9692,75.6364,73.63719999999999,72.9708,71.9712,71.3048,70.3052,69.6388,68.9724,68.306,67.6396,66.9732,63.9744,62.6416,60.6424,58.6432,56.977199999999996,54.6448,51.9792,50.6464,48.314,46.9812,45.6484,44.315599999999996,43.316,42.6496,41.3168,40.6504,39.984,39.3176,37.9848,37.3184,35.3192,33.986399999999996,32.6536,31.3208,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.988,29.988,30.6544,30.6544,30.6544,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,35.9856,35.9856,35.3192,34.6528,32.9868,32.3204,30.9876,29.654799999999998,28.322,27.6556,27.3224,25.9896,24.3236,23.6572,23.6572,22.9908,21.658,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,22.3244,22.3244,22.9908,23.6572,22.9908,22.3244,21.658,21.658,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,20.9916,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,26.656,27.3224,28.322,28.9884,28.9884,29.654799999999998,30.9876,31.654,32.3204,32.9868,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,39.3176,39.6508,40.3172,40.9836,41.65,41.9832,42.6496,43.316,43.316,43.316,43.316,43.9824,44.6488,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.646,52.3124,53.312,53.312,53.9784,54.6448,55.6444,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,63.9744,65.3072,66.3068,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.636,76.636,77.3024,77.9688,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,84.966,84.966,85.6324,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.298,88.9644,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.6292,93.6292,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,96.9612,96.9612,97.6276,97.6276,97.2944,97.2944,97.2944,97.6276,98.6272,98.6272,98.96039999999999,99.2936,99.2936,99.96,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.62519999999999,104.2916,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,107.2904,107.6236,107.9568,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.6232,107.9568,107.6236,107.6236,106.624,105.6244,105.2912,104.2916,103.62519999999999,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.292,103.292,102.6256,101.9592,101.2928,101.2928,101.9592,102.2924,102.6256,102.6256,103.292,102.9588,102.6256,102.6256,102.6256,102.6256,102.9588,102.9588,102.6256,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,99.96,99.96,99.2936,99.6268,100.2932,100.6264,101.2928,102.2924,103.292,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,104.2916,102.9588,102.2924,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,102.6256,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,101.9592,101.626,101.2928,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,96.628,96.628,96.9612,97.6276,96.9612,96.628,95.9616,95.9616,95.2952,94.6288,93.9624,93.6292,92.2964,92.2964,91.63,89.964,88.63119999999999,88.298,87.2984,85.9656,84.966,84.2996,83.9664,83.9664,84.2996,84.2996,83.6332,83.6332,82.6336,82.6336,83.3,83.3,82.6336,81.3008,80.6344,79.968,79.6348,78.9684,79.3016,79.3016,79.3016,78.6352,77.6356,77.6356,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.29599999999999,92.6296,93.29599999999999,93.6292,94.6288,94.6288,95.2952,95.2952,95.6284,95.9616,96.2948,96.9612,96.628,97.2944,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.628,97.2944,97.6276,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,100.6264,101.2928,101.2928,101.2928,100.9596,100.2932,99.6268,98.96039999999999,97.96079999999999,97.2944,97.2944,96.628,96.9612,96.2948,95.6284,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,100.2932,101.2928,101.9592,102.6256,105.2912,106.624,107.9568,109.6228,111.2888,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.9556,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.9556,110.9556,110.9556,110.9556,111.622,111.622,112.2884,112.95479999999999,113.288,114.6208,115.9536,116.62,117.6196,117.9528,119.6188,119.952,119.952,119.6188,117.6196,117.6196,117.6196,117.2864,116.62,115.9536,115.6204,115.2872,114.2876,113.95439999999999,113.288,113.288,112.95479999999999,111.622,109.6228,109.2896,107.9568,107.2904,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.956,109.956,110.2892,110.6224,110.6224,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888],[71.9712,71.9712,71.3048,71.9712,72.9708,74.3036,75.9696,77.6356,78.9684,79.6348,79.6348,80.9676,81.9672,82.3004,83.6332,84.6328,87.2984,88.298,89.2976,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.2984,86.632,86.2988,85.9656,84.966,83.6332,83.3,83.3,82.6336,82.3004,81.634,80.9676,80.9676,80.6344,79.3016,77.6356,76.3028,74.3036,72.9708,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,66.9732,64.6408,62.6416,61.9752,59.309599999999996,57.6436,55.6444,53.312,51.3128,49.6468,48.314,46.3148,45.6484,43.9824,43.316,41.9832,41.3168,40.6504,39.984,38.6512,37.9848,35.9856,34.6528,32.6536,31.3208,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.988,29.988,29.988,29.988,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.6532,32.9868,31.654,30.3212,28.9884,28.322,27.3224,26.656,24.99,24.3236,23.6572,22.9908,21.658,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,20.9916,21.658,22.3244,22.3244,22.9908,23.6572,22.9908,22.3244,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,21.658,21.658,21.658,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.656,26.656,26.656,27.3224,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.9868,33.986399999999996,34.6528,35.3192,35.9856,37.9848,38.6512,39.3176,39.984,40.3172,40.9836,41.65,42.3164,42.6496,43.316,43.9824,43.9824,44.315599999999996,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,54.6448,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,63.308,64.6408,66.9732,67.6396,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.636,76.636,77.3024,77.9688,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.6332,84.2996,84.966,85.6324,86.2988,86.2988,86.632,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,90.2972,90.2972,90.9636,90.9636,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,96.2948,96.9612,97.6276,97.2944,97.2944,97.6276,97.6276,97.6276,97.6276,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.6264,101.2928,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,107.9568,108.6232,108.6232,109.6228,109.6228,109.6228,109.956,110.2892,110.2892,110.2892,110.2892,109.956,108.9564,108.9564,108.28999999999999,107.6236,106.9572,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,103.62519999999999,103.62519999999999,102.9588,102.6256,101.9592,101.9592,101.9592,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,100.2932,100.9596,101.2928,102.2924,103.292,103.9584,104.958,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.6244,104.2916,102.9588,102.6256,101.9592,101.2928,101.2928,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,101.2928,102.2924,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.626,101.2928,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.2948,96.628,96.628,96.628,96.9612,96.9612,97.6276,97.6276,97.6276,96.9612,96.2948,96.2948,95.2952,94.6288,93.9624,93.6292,92.2964,92.2964,91.63,89.964,88.63119999999999,88.298,86.632,85.9656,85.6324,84.966,83.9664,83.9664,84.2996,84.2996,84.2996,83.6332,83.3,83.3,83.6332,83.6332,82.6336,81.9672,80.6344,80.6344,80.3012,79.6348,79.968,79.968,79.3016,78.6352,77.6356,77.6356,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.962,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.6288,94.6288,95.2952,95.2952,95.9616,95.9616,96.9612,96.9612,97.2944,97.2944,97.6276,97.6276,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.2944,97.2944,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,100.6264,100.6264,101.2928,101.9592,101.9592,101.2928,100.9596,100.2932,99.6268,99.6268,98.6272,97.2944,97.2944,96.628,96.628,96.2948,95.9616,95.2952,95.2952,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,100.2932,101.2928,102.2924,103.292,104.6248,105.9576,107.6236,108.9564,111.2888,111.622,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,110.6224,110.6224,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,109.6228,109.6228,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,111.622,112.2884,112.95479999999999,113.288,114.6208,115.9536,116.62,117.2864,117.6196,118.9524,119.6188,119.6188,118.61919999999999,117.6196,117.6196,116.9532,117.2864,116.62,115.9536,115.6204,115.2872,114.2876,114.2876,113.95439999999999,113.288,112.95479999999999,111.622,110.2892,109.2896,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888],[69.972,69.972,69.972,70.6384,71.638,73.63719999999999,75.3032,76.636,78.30199999999999,78.9684,78.9684,78.9684,80.6344,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.2984,86.2988,85.6324,86.632,86.2988,86.2988,85.6324,85.6324,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.3004,81.9672,81.9672,81.9672,80.9676,80.9676,80.3012,80.3012,79.968,78.6352,77.6356,76.3028,74.3036,72.9708,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,66.9732,65.3072,63.308,61.9752,59.976,57.6436,56.3108,53.9784,51.9792,50.3132,48.980399999999996,46.9812,45.6484,44.6488,43.9824,42.6496,41.9832,41.3168,40.6504,39.3176,38.6512,36.652,35.3192,33.32,31.9872,30.9876,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.988,29.988,29.988,29.988,30.6544,30.6544,30.6544,31.3208,31.9872,33.32,33.986399999999996,34.6528,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,36.652,36.652,35.9856,35.3192,34.3196,33.6532,32.3204,30.9876,29.654799999999998,28.9884,27.9888,26.656,25.6564,24.99,24.3236,22.9908,21.658,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,21.658,22.3244,22.9908,22.9908,22.9908,22.3244,21.658,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.656,26.656,26.656,27.6556,28.322,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.9868,33.986399999999996,34.6528,35.3192,35.9856,37.3184,38.6512,39.3176,39.984,40.6504,40.9836,41.65,42.3164,43.316,43.316,43.9824,44.6488,44.6488,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,52.9788,53.6452,53.6452,53.9784,54.6448,54.6448,55.6444,56.977199999999996,57.6436,57.6436,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,63.308,64.6408,66.9732,67.6396,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.636,76.636,77.3024,77.9688,77.9688,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,84.966,85.6324,85.6324,86.2988,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,88.9644,89.6308,89.2976,89.6308,90.2972,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,96.2948,96.2948,97.6276,97.6276,97.2944,97.2944,97.6276,97.6276,97.6276,98.294,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.9572,107.6236,107.9568,108.6232,109.6228,109.6228,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,104.958,104.6248,103.62519999999999,103.292,103.292,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.9592,101.9592,101.9592,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.9596,101.2928,102.6256,103.292,104.6248,105.6244,105.6244,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,105.6244,103.62519999999999,102.6256,101.9592,101.2928,101.2928,101.2928,101.2928,101.626,101.2928,101.2928,102.2924,102.6256,103.292,103.292,104.2916,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.9596,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,96.9612,97.2944,96.628,97.2944,97.2944,97.2944,97.6276,97.6276,97.6276,97.6276,96.9612,96.9612,96.2948,96.2948,95.2952,94.6288,93.9624,93.6292,92.9628,92.2964,91.63,90.6304,88.63119999999999,88.298,86.632,85.9656,85.6324,84.966,84.2996,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,83.3,82.6336,81.3008,80.6344,80.3012,80.3012,80.6344,80.6344,79.968,79.3016,78.6352,77.6356,77.3024,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.6364,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.6332,84.2996,84.966,85.6324,85.9656,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.6288,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.6288,94.6288,95.2952,95.2952,95.9616,95.9616,96.9612,96.9612,97.2944,97.2944,97.6276,97.6276,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.2944,97.6276,98.96039999999999,98.96039999999999,99.6268,99.96,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.2928,101.2928,100.6264,100.2932,100.2932,98.96039999999999,98.6272,97.2944,97.2944,96.628,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,96.9612,96.2948,96.628,96.628,96.628,97.96079999999999,98.6272,98.96039999999999,99.96,100.6264,101.2928,102.2924,103.292,104.6248,105.9576,107.6236,108.9564,110.6224,111.622,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,113.6212,113.288,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.2892,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,114.2876,115.6204,115.9536,116.62,117.2864,117.9528,118.9524,118.61919999999999,117.9528,117.6196,117.6196,116.62,116.9532,116.62,115.9536,115.6204,115.2872,114.2876,114.2876,113.95439999999999,113.288,112.95479999999999,111.9552,110.9556,109.6228,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888],[67.3064,67.3064,67.3064,67.97279999999999,69.972,71.9712,73.9704,75.9696,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,83.3,83.3,83.6332,84.2996,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.634,80.9676,80.9676,80.6344,80.6344,80.6344,80.3012,80.3012,79.6348,79.6348,78.9684,78.9684,77.6356,76.9692,76.3028,74.97,73.63719999999999,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,67.6396,66.9732,65.6404,64.3076,61.3088,59.976,58.31,56.3108,54.3116,52.9788,50.9796,49.6468,47.6476,46.3148,44.982,44.315599999999996,43.9824,43.316,42.6496,41.9832,40.3172,39.6508,37.9848,35.9856,33.986399999999996,32.3204,31.3208,30.6544,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.9876,31.9872,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,34.6528,33.986399999999996,33.32,31.9872,30.3212,29.654799999999998,28.322,26.9892,25.9896,25.3232,24.3236,22.9908,21.9912,20.6584,19.992,19.992,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,21.658,22.9908,22.9908,22.9908,22.9908,21.658,20.9916,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.992,19.992,19.992,19.992,19.992,20.6584,20.6584,20.6584,21.3248,21.3248,21.3248,21.3248,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,29.3216,29.988,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,35.3192,35.9856,37.3184,37.9848,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.982,44.982,45.6484,45.6484,46.3148,46.9812,46.9812,46.9812,47.3144,47.3144,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.9792,52.6456,53.312,53.9784,54.3116,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.9768,57.9768,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.9752,62.6416,64.3076,65.6404,66.9732,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.9704,73.9704,74.97,75.6364,76.3028,76.3028,76.636,76.636,76.636,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.9656,85.9656,86.9652,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,96.2948,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,100.9596,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,105.2912,105.2912,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,108.6232,108.6232,109.6228,109.956,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.6224,109.956,109.956,109.2896,108.28999999999999,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,104.958,104.958,104.2916,104.2916,104.2916,104.958,104.958,104.6248,104.6248,104.2916,103.62519999999999,103.292,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,102.2924,101.626,101.626,101.2928,100.9596,100.9596,101.626,102.2924,103.292,103.62519999999999,105.2912,105.9576,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,105.9576,104.6248,103.62519999999999,102.6256,101.9592,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.624,106.2908,105.6244,105.2912,105.2912,104.6248,103.9584,103.9584,103.292,102.6256,101.9592,101.626,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.2936,98.294,97.6276,96.9612,97.2944,97.2944,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,96.2948,95.2952,94.6288,94.2956,93.6292,93.29599999999999,92.9628,91.63,90.6304,89.2976,88.298,87.6316,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,85.6324,85.6324,84.2996,84.2996,84.2996,83.6332,82.96679999999999,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,75.9696,75.9696,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.2956,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.6276,97.6276,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.2956,94.2956,94.962,94.962,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,100.6264,100.2932,99.96,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,96.628,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.2944,97.2944,98.6272,98.96039999999999,99.96,100.2932,101.2928,101.626,102.6256,103.62519999999999,104.958,106.2908,107.6236,108.9564,110.2892,111.622,112.6216,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.288,112.6216,111.9552,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,117.2864,117.2864,117.6196,117.6196,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,112.95479999999999,112.2884,110.9556,109.6228,109.2896,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556],[65.3072,65.3072,65.3072,66.64,67.97279999999999,70.6384,72.6376,74.6368,76.3028,76.9692,76.9692,76.9692,77.6356,78.6352,78.6352,79.3016,80.6344,80.6344,80.9676,80.9676,80.9676,81.634,81.634,81.634,81.3008,80.6344,80.6344,80.6344,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.3028,75.6364,74.97,74.3036,71.9712,70.6384,69.972,69.3056,69.3056,69.3056,68.6392,67.97279999999999,66.9732,66.3068,64.974,64.3076,61.3088,59.976,58.31,56.3108,54.3116,52.9788,50.9796,49.6468,47.6476,46.9812,45.6484,44.982,44.6488,43.9824,43.316,42.6496,40.9836,39.6508,37.9848,36.652,34.6528,33.32,31.3208,30.6544,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.3192,34.6528,33.986399999999996,32.6536,30.9876,29.654799999999998,28.322,27.6556,26.656,25.3232,24.3236,22.9908,21.9912,20.6584,19.992,19.992,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,20.3252,20.9916,21.658,22.9908,22.9908,22.9908,22.3244,20.9916,20.9916,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.6584,20.6584,20.6584,20.6584,20.6584,21.3248,21.3248,21.3248,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,29.3216,30.6544,31.3208,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,38.6512,39.984,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,45.6484,46.3148,47.6476,47.6476,47.6476,46.9812,47.3144,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,53.9784,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,62.6416,63.6412,64.974,65.6404,66.9732,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.97,75.6364,75.6364,76.3028,76.636,76.636,76.636,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.9656,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.9596,101.2928,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.9584,104.2916,104.6248,104.6248,105.2912,105.6244,106.2908,106.624,107.2904,107.2904,107.2904,107.2904,107.2904,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.9564,109.956,109.956,110.9556,110.9556,111.2888,111.2888,111.622,111.622,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,103.62519999999999,104.2916,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.2912,105.2912,104.958,103.9584,103.292,103.292,102.6256,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.2928,101.2928,102.2924,102.6256,103.62519999999999,104.2916,105.6244,105.9576,106.624,106.624,106.624,106.624,105.9576,105.9576,106.624,106.624,106.9572,106.9572,106.9572,106.624,105.2912,104.2916,103.62519999999999,103.292,102.2924,102.2924,102.6256,103.292,104.6248,104.6248,105.2912,105.6244,105.9576,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.2904,106.2908,105.6244,105.2912,105.2912,104.6248,103.9584,103.292,102.6256,102.2924,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,99.6268,98.294,97.6276,97.2944,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,97.2944,96.628,96.9612,96.2948,95.6284,95.6284,94.962,93.9624,93.29599999999999,92.9628,91.63,90.6304,88.9644,88.298,87.9648,87.2984,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.2988,86.2988,85.6324,85.6324,84.2996,83.6332,83.6332,82.96679999999999,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,84.2996,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.2956,93.9624,93.9624,93.9624,94.6288,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.6276,97.6276,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.2956,94.2956,94.2956,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.96,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,100.6264,100.6264,99.96,99.6268,98.96039999999999,98.96039999999999,98.294,97.2944,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.96039999999999,99.6268,100.2932,100.9596,101.626,102.2924,103.292,104.2916,105.6244,106.2908,107.6236,108.9564,110.9556,111.622,112.6216,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.6216,111.622,111.622,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,115.2872,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.2872,114.6208,113.95439999999999,113.6212,113.6212,113.6212,112.95479999999999,112.2884,110.9556,110.2892,109.2896,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556],[62.6416,62.6416,62.6416,63.308,66.64,68.6392,71.3048,73.304,74.6368,75.3032,75.3032,75.3032,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,76.9692,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.3032,74.6368,74.6368,74.6368,73.9704,73.9704,73.304,71.9712,70.6384,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.3068,65.6404,64.6408,64.6408,63.308,61.9752,60.6424,58.31,56.3108,54.3116,52.9788,50.9796,49.6468,48.980399999999996,48.314,46.9812,46.3148,45.3152,44.6488,43.9824,43.316,41.65,40.3172,38.6512,37.3184,35.3192,33.986399999999996,31.9872,31.3208,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.32,31.654,30.3212,28.9884,27.6556,26.656,25.9896,24.3236,22.9908,21.9912,20.6584,19.992,19.992,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.9924,19.6588,20.3252,20.3252,20.9916,21.658,22.9908,22.9908,22.9908,22.3244,20.9916,20.9916,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,20.9916,21.658,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.3248,21.3248,21.3248,21.3248,21.3248,21.9912,21.9912,21.9912,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,25.6564,26.3228,26.3228,26.9892,26.9892,26.3228,26.9892,26.9892,26.9892,26.9892,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,29.3216,30.6544,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,37.9848,38.6512,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.6456,53.312,53.9784,54.6448,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,58.31,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.9656,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.2952,96.2948,96.9612,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.9596,101.2928,102.2924,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.2912,105.2912,106.624,106.624,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.6232,108.6232,109.6228,109.956,110.2892,110.2892,110.9556,110.9556,111.622,111.622,111.622,111.622,110.9556,110.6224,109.2896,108.28999999999999,107.9568,107.2904,106.9572,105.9576,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,106.2908,106.2908,105.6244,105.6244,104.6248,103.9584,103.292,102.2924,102.2924,101.2928,101.2928,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,102.6256,103.292,104.6248,105.2912,105.9576,105.6244,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,106.624,106.9572,106.9572,107.6236,107.6236,106.9572,105.9576,104.958,104.6248,103.62519999999999,103.62519999999999,104.2916,104.958,105.2912,105.9576,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.624,105.6244,105.2912,105.2912,104.6248,103.9584,103.292,102.6256,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.294,98.294,98.96039999999999,99.2936,98.96039999999999,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.6276,97.6276,97.6276,96.2948,95.6284,94.962,94.6288,93.29599999999999,91.63,90.6304,89.964,89.2976,88.9644,87.9648,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,86.2988,84.966,84.2996,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.9672,81.3008,79.968,79.968,79.968,79.3016,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,77.6356,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,83.6332,84.2996,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.6276,97.6276,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.96,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.2928,100.2932,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,98.96039999999999,99.6268,100.2932,101.2928,102.2924,102.6256,103.62519999999999,104.6248,105.6244,105.9576,107.2904,107.9568,109.6228,110.9556,111.622,112.6216,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,112.6216,112.6216,113.288,112.2884,111.2888,110.6224,110.2892,110.2892,110.9556,111.2888,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,115.2872,115.6204,116.2868,116.2868,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.2872,114.6208,113.95439999999999,113.95439999999999,113.6212,113.6212,112.95479999999999,112.2884,110.9556,110.2892,109.2896,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556],[59.976,59.976,59.976,61.3088,63.6412,66.64,69.3056,71.3048,72.6376,73.9704,73.9704,73.9704,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,69.972,68.306,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,64.6408,63.9744,63.9744,63.308,61.3088,59.976,58.31,56.3108,54.3116,52.9788,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,45.9816,45.3152,44.6488,43.9824,42.6496,40.9836,39.3176,37.9848,35.9856,34.6528,32.6536,31.9872,30.9876,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.32,31.654,30.3212,28.9884,27.6556,26.656,25.9896,24.3236,22.9908,21.9912,20.6584,19.992,19.992,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.9908,22.9908,22.9908,22.3244,20.9916,20.9916,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.9916,21.658,21.658,21.658,21.658,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,25.6564,26.3228,26.3228,26.9892,26.9892,26.9892,26.9892,27.6556,26.9892,26.9892,27.6556,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.988,30.6544,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,39.3176,40.6504,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.9816,46.3148,46.3148,46.3148,46.9812,48.980399999999996,49.6468,49.6468,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.312,53.9784,54.6448,55.3112,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.9764,59.6428,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,74.3036,74.97,74.97,75.6364,76.636,76.636,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,82.3004,83.6332,84.2996,85.6324,85.9656,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.6304,90.9636,90.9636,91.63,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.9624,95.2952,95.2952,95.2952,95.6284,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.2912,105.2912,106.624,107.2904,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.956,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,110.9556,110.6224,109.2896,108.28999999999999,107.9568,106.9572,106.2908,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,106.2908,106.2908,106.2908,106.9572,106.2908,106.624,105.9576,104.958,103.9584,102.6256,102.2924,101.2928,101.2928,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,105.2912,105.9576,105.6244,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,106.624,106.9572,107.6236,107.9568,107.9568,107.6236,106.624,105.6244,104.958,104.6248,104.6248,105.6244,105.9576,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,105.6244,105.2912,104.6248,103.9584,103.292,102.6256,102.6256,102.2924,101.9592,101.2928,101.2928,101.2928,101.2928,100.6264,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,99.96,99.6268,98.96039999999999,98.294,97.6276,97.2944,96.628,95.9616,95.2952,93.6292,92.2964,90.9636,90.2972,89.2976,89.2976,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.2984,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.3008,80.6344,79.968,79.968,79.968,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,77.6356,77.6356,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,95.9616,96.2948,95.9616,95.9616,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.9616,96.2948,96.628,97.2944,97.2944,97.2944,97.6276,97.6276,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.96,100.6264,101.2928,101.2928,101.9592,101.9592,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,101.9592,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.9596,101.2928,102.2924,102.6256,103.62519999999999,103.9584,105.2912,105.9576,106.9572,108.28999999999999,108.9564,109.6228,111.2888,112.2884,113.288,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,112.6216,112.95479999999999,112.6216,111.622,111.2888,110.2892,109.2896,109.2896,109.956,110.2892,111.2888,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.95479999999999,113.288,114.2876,114.2876,115.2872,115.2872,115.6204,116.2868,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.2872,114.6208,114.6208,113.95439999999999,113.6212,113.6212,112.95479999999999,112.2884,110.9556,110.2892,109.2896,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556],[56.644,56.644,57.3104,57.9768,59.976,63.6412,66.9732,68.9724,70.3052,71.638,71.9712,71.9712,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.6388,69.6388,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,65.3072,63.9744,63.308,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,62.3084,61.3088,59.976,57.6436,56.3108,54.3116,52.3124,51.3128,50.6464,49.6468,48.980399999999996,48.980399999999996,48.314,46.9812,46.3148,45.6484,44.982,43.316,41.9832,40.3172,38.9844,36.9852,35.6524,33.32,32.6536,31.3208,30.6544,30.3212,29.654799999999998,28.9884,28.9884,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,30.3212,30.6544,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.32,31.654,30.3212,28.9884,27.6556,26.656,25.3232,24.3236,22.9908,21.9912,20.6584,19.992,19.992,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.3244,21.658,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,21.658,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,21.658,21.658,21.658,21.658,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.322,27.6556,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.988,30.6544,31.3208,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,38.6512,39.3176,41.3168,41.9832,42.6496,43.316,43.316,43.9824,45.3152,45.9816,46.9812,46.9812,46.9812,47.6476,49.6468,50.3132,50.3132,49.6468,49.6468,50.3132,50.3132,50.9796,51.9792,52.6456,53.312,53.9784,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.97,75.6364,76.636,76.636,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,83.6332,84.966,85.6324,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.9636,90.9636,91.63,91.63,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.6284,95.9616,96.2948,96.9612,96.9612,96.9612,96.2948,96.9612,97.96079999999999,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.9596,101.2928,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.2908,106.9572,107.9568,107.9568,108.6232,108.6232,108.9564,109.6228,109.956,109.956,109.6228,109.6228,110.2892,110.2892,110.2892,110.9556,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.6224,109.2896,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,104.958,104.958,104.958,105.6244,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,106.2908,106.624,106.624,106.624,106.624,106.9572,107.2904,107.6236,107.6236,108.28999999999999,108.28999999999999,107.6236,106.9572,105.9576,105.2912,103.62519999999999,102.6256,101.9592,101.2928,101.2928,101.2928,101.626,101.626,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.958,104.958,105.2912,105.2912,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.6236,106.2908,105.9576,105.6244,105.9576,106.624,107.2904,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,105.9576,105.2912,104.6248,104.6248,103.62519999999999,103.292,103.292,102.6256,102.2924,101.9592,101.9592,101.9592,101.2928,100.6264,100.2932,99.6268,99.6268,99.2936,99.96,100.2932,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,99.96,99.96,100.6264,101.2928,101.2928,101.2928,101.2928,100.2932,99.96,99.6268,98.96039999999999,98.294,97.6276,96.628,95.6284,93.9624,93.29599999999999,92.2964,90.6304,89.964,89.964,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,88.298,88.298,87.2984,86.2988,85.2992,84.966,84.2996,84.2996,83.6332,82.3004,82.3004,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.6348,78.9684,78.9684,78.9684,77.6356,77.6356,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,84.2996,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.2948,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.962,94.962,95.2952,95.9616,96.9612,96.9612,97.2944,97.2944,97.6276,97.6276,97.2944,97.2944,96.9612,96.2948,96.2948,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.6272,99.2936,99.96,100.6264,101.2928,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.9592,101.9592,101.2928,100.6264,99.96,99.96,99.96,99.96,99.96,99.96,99.96,100.2932,100.6264,101.2928,101.2928,100.6264,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,106.624,107.2904,108.9564,109.6228,110.2892,111.622,112.2884,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.2888,110.2892,109.6228,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,114.6208,114.2876,113.6212,112.95479999999999,112.2884,110.9556,110.6224,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888],[53.6452,54.3116,54.3116,55.6444,57.9768,60.6424,64.3076,66.9732,68.306,69.6388,69.972,69.972,70.3052,70.3052,70.3052,70.9716,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,64.3076,62.3084,61.641999999999996,60.9756,60.3092,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,60.3092,58.9764,57.6436,55.6444,53.312,51.9792,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,47.6476,46.9812,46.3148,45.6484,43.9824,43.316,41.9832,39.6508,37.6516,36.3188,33.986399999999996,33.32,31.9872,31.3208,30.3212,29.654799999999998,28.9884,28.322,27.6556,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,30.6544,30.6544,31.3208,31.9872,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.32,31.654,30.3212,28.9884,27.6556,26.656,25.3232,24.3236,22.9908,21.9912,20.6584,19.992,19.992,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.3244,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,21.658,21.658,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.988,30.6544,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,38.6512,39.984,41.3168,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.647999999999996,47.6476,47.6476,47.6476,48.314,50.3132,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,52.6456,53.312,53.9784,54.6448,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,83.6332,84.966,85.6324,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.9636,90.9636,91.63,91.63,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,96.2948,96.9612,97.96079999999999,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.96,101.2928,101.9592,101.9592,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.2908,106.9572,107.9568,107.9568,108.6232,108.6232,109.6228,109.6228,109.956,109.956,109.6228,109.6228,110.2892,110.9556,110.9556,111.2888,111.622,111.622,111.622,111.622,111.622,112.2884,111.622,111.622,111.622,110.6224,109.2896,108.28999999999999,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,108.6232,108.9564,109.2896,108.28999999999999,106.9572,105.9576,104.2916,103.62519999999999,102.2924,101.2928,101.2928,101.2928,101.626,102.2924,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.6244,105.2912,105.2912,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,106.9572,106.9572,106.624,106.624,107.2904,107.6236,107.9568,108.9564,108.9564,108.9564,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,105.9576,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.9588,102.2924,102.2924,101.9592,101.2928,100.6264,100.2932,99.6268,99.6268,99.96,100.2932,100.2932,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,99.96,99.96,100.6264,101.2928,102.2924,102.2924,101.2928,101.2928,100.6264,100.6264,99.96,99.6268,98.96039999999999,98.6272,96.628,95.6284,94.6288,93.6292,92.2964,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.2972,89.964,89.2976,88.9644,88.298,86.632,86.2988,84.966,84.966,84.2996,84.2996,82.96679999999999,82.3004,82.3004,81.634,81.634,81.634,81.3008,81.3008,80.6344,80.6344,79.6348,78.9684,78.9684,78.30199999999999,77.6356,76.9692,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.2948,96.2948,95.9616,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.962,94.962,95.2952,95.9616,96.2948,96.9612,97.2944,97.2944,97.6276,97.6276,97.2944,96.628,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.96039999999999,99.96,100.2932,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,101.9592,101.2928,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,101.626,101.2928,101.9592,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.6244,106.2908,107.6236,107.9568,108.28999999999999,109.6228,110.9556,112.2884,112.2884,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.2888,109.956,109.2896,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,114.6208,114.2876,114.2876,113.288,112.95479999999999,111.622,110.9556,109.956,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888],[51.3128,51.9792,51.9792,53.6452,56.3108,58.6432,61.9752,64.974,66.9732,67.6396,67.6396,67.97279999999999,68.6392,68.6392,68.6392,68.6392,68.6392,68.306,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,66.9732,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.3072,64.6408,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,61.3088,59.6428,58.9764,57.6436,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,59.6428,58.9764,58.31,56.977199999999996,55.6444,53.6452,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.3148,45.6484,44.315599999999996,42.6496,41.3168,38.9844,36.9852,35.3192,33.986399999999996,32.6536,31.3208,30.3212,29.654799999999998,28.9884,28.322,27.6556,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,29.988,30.6544,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.3192,36.652,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,35.3192,34.6528,33.986399999999996,32.6536,30.9876,30.3212,28.9884,28.322,26.656,25.3232,24.3236,22.9908,21.9912,20.6584,19.992,19.992,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.3244,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,21.658,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,20.9916,20.9916,21.658,21.658,21.658,21.658,22.3244,22.3244,22.9908,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,25.6564,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,39.3176,39.984,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,46.647999999999996,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.3112,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,63.308,63.9744,64.6408,65.3072,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,68.306,68.306,69.3056,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.3044,73.63719999999999,74.97,75.6364,77.3024,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,83.6332,84.2996,85.6324,85.9656,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.9636,90.9636,91.63,91.63,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,96.628,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,101.2928,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.2908,106.9572,107.9568,107.9568,108.9564,108.9564,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,109.956,109.2896,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,107.2904,107.6236,107.9568,108.9564,108.9564,109.2896,109.2896,108.9564,108.9564,108.28999999999999,107.9568,107.2904,107.2904,106.9572,106.9572,107.9568,107.9568,107.9568,109.2896,109.6228,109.956,109.956,109.2896,108.28999999999999,106.9572,105.2912,103.62519999999999,103.292,101.626,101.2928,101.2928,101.626,102.2924,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.6232,108.6232,107.9568,107.9568,107.9568,107.6236,107.9568,107.9568,108.6232,108.9564,109.6228,109.6228,109.6228,109.6228,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,105.9576,105.2912,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,102.9588,102.9588,102.6256,101.9592,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,100.6264,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,99.6268,100.2932,101.2928,101.626,101.9592,101.9592,101.626,101.626,101.2928,101.2928,101.2928,100.6264,100.2932,98.96039999999999,97.2944,96.9612,95.9616,95.2952,93.6292,92.6296,92.6296,91.63,91.63,91.63,91.63,91.2968,90.6304,89.964,89.2976,88.298,87.9648,86.2988,85.6324,84.966,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,81.634,80.6344,80.6344,80.6344,79.968,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,93.9624,94.962,94.962,95.2952,95.9616,96.2948,96.9612,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.96039999999999,99.96,100.2932,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.2924,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,102.2924,102.2924,102.2924,102.6256,103.62519999999999,103.9584,105.6244,105.9576,106.624,106.624,107.6236,107.6236,108.9564,108.9564,109.956,110.9556,112.2884,112.2884,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,110.2892,109.956,109.2896,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,114.6208,114.2876,114.2876,113.288,112.95479999999999,112.2884,110.9556,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888],[49.3136,49.98,49.98,51.646,54.978,57.6436,59.976,62.6416,64.974,66.3068,66.3068,65.6404,65.9736,65.9736,66.64,66.64,66.3068,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,59.309599999999996,57.6436,56.977199999999996,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,57.6436,56.977199999999996,56.3108,54.978,53.6452,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.3148,44.982,43.316,41.9832,39.6508,37.6516,35.9856,34.6528,32.6536,31.3208,30.3212,29.654799999999998,28.322,27.6556,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,29.988,29.988,30.6544,31.9872,32.6536,33.986399999999996,34.6528,35.3192,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,34.6528,33.986399999999996,33.32,32.6536,30.9876,29.654799999999998,28.9884,28.322,26.656,25.3232,24.3236,22.9908,21.9912,21.3248,20.6584,19.992,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.9924,19.6588,20.3252,20.3252,20.9916,21.658,21.658,22.3244,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,21.658,21.658,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,20.9916,20.9916,21.658,21.658,21.658,21.658,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,26.3228,26.656,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,28.6552,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,31.654,31.654,32.3204,31.654,31.654,31.654,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,37.3184,38.6512,39.3176,40.6504,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,46.647999999999996,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,51.646,52.3124,52.9788,53.6452,54.6448,55.3112,55.9776,56.644,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,63.9744,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,68.306,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,72.3044,72.9708,74.97,76.3028,77.3024,78.9684,79.6348,79.6348,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,83.6332,84.2996,84.966,85.9656,85.9656,86.9652,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.9636,90.9636,91.63,91.63,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,97.2944,98.294,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,101.2928,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,107.6236,107.9568,108.9564,108.9564,109.956,110.2892,110.2892,110.2892,110.9556,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.2884,112.2884,112.2884,111.622,110.6224,109.956,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,107.2904,107.9568,108.9564,109.6228,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.28999999999999,107.9568,107.6236,107.2904,107.9568,108.6232,108.6232,109.6228,109.956,110.6224,110.9556,110.6224,109.2896,108.28999999999999,105.9576,104.6248,103.62519999999999,102.6256,101.626,101.626,102.2924,102.6256,103.62519999999999,104.2916,105.2912,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,107.9568,107.9568,108.6232,108.6232,109.6228,109.6228,109.6228,109.6228,109.6228,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,105.9576,105.2912,105.2912,104.6248,104.2916,104.2916,104.2916,104.2916,103.62519999999999,102.9588,102.6256,102.2924,101.9592,101.2928,100.6264,100.2932,100.2932,100.6264,101.2928,101.2928,100.6264,100.6264,99.96,99.6268,99.6268,98.96039999999999,99.6268,100.2932,101.2928,101.626,101.9592,101.9592,101.626,101.626,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,98.6272,97.2944,96.2948,95.6284,95.2952,94.2956,93.6292,93.29599999999999,92.6296,92.6296,92.6296,91.63,91.2968,90.6304,89.964,89.2976,87.9648,87.2984,86.2988,85.6324,84.966,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,81.3008,80.6344,80.6344,79.968,79.3016,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.9656,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,93.9624,94.962,94.962,95.2952,95.9616,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.96039999999999,99.96,100.2932,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.2924,102.2924,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,102.6256,102.6256,103.9584,104.6248,105.9576,106.624,107.6236,107.6236,107.6236,107.9568,108.28999999999999,109.2896,110.6224,110.9556,112.2884,112.2884,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,110.2892,109.956,109.2896,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.6228,110.2892,110.2892,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,114.6208,114.2876,114.2876,113.288,112.95479999999999,112.2884,111.2888,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888],[46.9812,47.6476,47.6476,49.3136,51.9792,54.978,58.31,60.6424,62.3084,63.9744,63.9744,64.3076,63.6412,63.6412,63.9744,63.9744,64.3076,64.6408,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,59.976,59.976,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,55.3112,53.9784,53.312,53.312,53.6452,54.3116,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.3112,54.6448,53.9784,53.312,51.9792,51.3128,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,45.9816,44.6488,43.9824,41.65,39.3176,37.3184,35.9856,34.6528,32.3204,30.9876,30.3212,28.9884,28.322,27.6556,26.9892,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,31.654,32.3204,33.6532,34.3196,34.6528,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.6532,32.9868,32.3204,31.654,30.3212,29.654799999999998,28.6552,27.3224,25.9896,25.3232,24.6568,23.323999999999998,22.3244,21.658,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,20.9916,20.3252,20.3252,19.6588,19.6588,20.3252,20.9916,21.658,21.658,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.6568,24.6568,24.6568,25.3232,25.3232,25.9896,26.656,27.3224,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,29.988,30.6544,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.32,34.6528,34.6528,35.3192,36.652,37.3184,38.6512,39.3176,40.6504,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.647999999999996,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.6412,63.6412,64.3076,63.9744,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.9716,70.9716,71.638,71.638,72.3044,73.63719999999999,74.97,76.3028,78.30199999999999,78.9684,79.6348,79.6348,79.968,79.968,79.3016,79.3016,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,83.3,84.2996,84.966,85.9656,85.9656,86.9652,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.9616,95.9616,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,97.96079999999999,98.294,99.6268,99.96,101.2928,101.9592,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,104.958,104.958,104.958,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,108.28999999999999,109.2896,109.2896,109.956,109.956,110.6224,110.6224,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,111.622,110.9556,110.2892,109.6228,108.9564,107.9568,107.9568,107.6236,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.6224,111.2888,111.2888,111.2888,110.6224,110.2892,109.6228,109.2896,108.9564,108.28999999999999,107.9568,107.9568,108.6232,109.6228,109.956,110.9556,111.622,110.9556,110.9556,110.6224,109.2896,107.9568,105.9576,104.6248,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,105.2912,105.6244,105.9576,106.9572,106.2908,105.6244,105.2912,105.6244,104.958,104.958,105.6244,105.2912,105.6244,106.9572,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.2896,109.2896,108.9564,108.6232,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.9576,105.2912,105.2912,105.2912,105.2912,105.2912,104.958,104.2916,103.62519999999999,103.292,103.292,101.9592,101.2928,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.626,101.626,100.6264,100.2932,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,95.9616,94.962,93.9624,93.9624,93.9624,92.9628,92.9628,91.9632,91.2968,89.964,89.2976,88.298,87.2984,86.9652,86.2988,86.2988,85.6324,85.6324,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.634,80.9676,79.3016,78.6352,78.30199999999999,77.3024,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,80.6344,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.634,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.9656,85.9656,86.632,86.632,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,102.6256,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.626,101.2928,101.2928,101.626,102.2924,103.292,103.292,104.6248,105.6244,106.624,107.2904,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.2884,110.9556,110.2892,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,109.956,110.9556,111.2888,111.9552,112.2884,112.95479999999999,113.288,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,114.954,114.2876,113.6212,113.288,112.2884,111.622,111.2888,111.2888,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.6224,110.9556,110.9556,110.9556],[45.6484,45.6484,46.3148,47.6476,49.98,52.9788,55.6444,58.6432,59.976,61.641999999999996,61.641999999999996,61.641999999999996,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,60.6424,60.6424,60.6424,59.976,59.976,58.6432,57.9768,57.3104,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,52.6456,51.9792,51.3128,51.3128,51.3128,51.3128,51.3128,51.9792,51.9792,51.9792,52.6456,52.6456,52.3124,52.3124,52.3124,51.646,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.3148,46.3148,45.3152,44.6488,42.9828,41.65,38.6512,37.3184,35.9856,34.6528,32.3204,30.9876,30.3212,28.9884,28.322,27.6556,26.9892,26.9892,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,32.3204,32.9868,33.6532,33.6532,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.9868,32.3204,31.654,30.9876,29.654799999999998,28.9884,27.9888,27.3224,25.9896,24.6568,23.9904,23.323999999999998,22.3244,21.658,20.9916,20.9916,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,20.9916,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.9916,21.658,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.6568,25.3232,25.3232,25.9896,25.9896,26.656,27.3224,27.9888,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.6544,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.6412,64.3076,64.3076,64.974,64.6408,65.3072,65.3072,65.3072,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.9716,71.638,71.638,72.3044,72.9708,73.63719999999999,74.97,76.3028,78.30199999999999,78.9684,79.6348,80.3012,79.968,79.968,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,85.6324,85.9656,86.9652,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.9616,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,100.9596,101.2928,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.9576,106.2908,106.9572,106.9572,107.9568,108.28999999999999,109.2896,109.2896,109.956,110.2892,110.6224,110.9556,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.6228,108.6232,108.6232,107.9568,107.9568,107.9568,108.9564,109.6228,109.956,109.956,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,110.2892,110.2892,109.6228,109.2896,109.2896,108.9564,108.9564,109.6228,109.956,110.2892,111.2888,112.2884,111.622,111.622,110.9556,110.6224,109.2896,107.9568,105.9576,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.624,106.9572,106.2908,105.2912,105.2912,104.958,104.958,104.958,105.6244,105.2912,105.6244,106.9572,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,109.6228,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,105.2912,104.6248,104.2916,103.62519999999999,103.292,102.2924,101.9592,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,100.6264,100.2932,100.6264,101.2928,101.626,102.2924,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.626,101.626,101.2928,100.6264,100.2932,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,95.6284,94.962,94.962,94.6288,93.9624,92.6296,92.2964,91.63,90.6304,89.964,88.298,87.9648,87.2984,87.2984,86.9652,86.2988,86.2988,85.6324,84.6328,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,80.9676,79.968,79.3016,78.30199999999999,77.3024,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,80.6344,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,85.9656,86.632,86.632,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,103.62519999999999,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.626,101.2928,101.2928,101.626,101.626,102.6256,103.292,104.6248,105.6244,106.624,107.2904,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.9556,111.622,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.2884,111.622,111.2888,110.9556,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.956,110.9556,110.9556,111.2888,111.9552,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.2876,113.6212,112.95479999999999,112.2884,111.622,111.2888,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,110.9556,110.9556,110.9556],[44.315599999999996,44.315599999999996,44.315599999999996,46.3148,48.314,50.3132,52.9788,56.3108,57.6436,58.9764,58.9764,58.9764,58.9764,58.6432,58.6432,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,57.6436,56.977199999999996,56.3108,54.978,54.3116,54.3116,52.9788,52.9788,52.3124,52.3124,51.646,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,45.6484,44.982,44.6488,44.6488,44.6488,45.3152,44.6488,43.9824,43.316,42.6496,41.3168,39.3176,37.3184,35.9856,33.986399999999996,32.3204,30.9876,30.3212,28.9884,28.322,27.6556,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.3204,32.9868,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,31.654,30.9876,30.9876,30.3212,28.9884,28.322,27.3224,26.656,25.9896,24.6568,23.9904,23.323999999999998,22.3244,21.658,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,20.9916,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.9916,21.658,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,25.3232,25.9896,25.9896,26.656,26.656,27.3224,27.9888,28.6552,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,63.308,64.974,64.974,65.6404,65.6404,65.3072,65.9736,65.9736,65.9736,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.638,72.3044,72.3044,72.3044,73.63719999999999,74.3036,75.6364,76.9692,78.30199999999999,78.9684,79.6348,80.3012,79.968,79.968,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.9656,86.9652,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.9616,96.628,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,100.2932,100.9596,101.626,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,107.9568,108.28999999999999,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.2888,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.6216,112.6216,112.2884,110.9556,110.6224,109.2896,107.9568,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.9568,107.2904,107.2904,106.2908,106.2908,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.9572,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,109.956,110.2892,110.2892,109.956,109.2896,108.28999999999999,107.6236,106.624,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.6244,104.958,104.6248,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.2924,102.2924,101.626,101.626,100.9596,100.9596,100.2932,99.2936,98.294,97.96079999999999,96.9612,96.2948,96.2948,95.2952,94.6288,93.9624,92.9628,92.2964,91.9632,90.6304,89.2976,88.9644,88.9644,88.298,87.6316,87.2984,86.632,85.9656,85.2992,84.6328,84.2996,84.2996,84.2996,83.6332,82.3004,81.634,79.968,79.3016,78.30199999999999,77.3024,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.9656,85.9656,86.632,86.632,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,102.6256,102.6256,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,100.6264,100.6264,101.2928,101.626,102.6256,103.292,104.6248,104.958,106.2908,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,110.2892,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.9556,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.956,110.2892,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.2876,113.6212,113.288,112.95479999999999,111.622,111.2888,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.9556],[42.9828,42.9828,42.9828,43.6492,46.3148,48.314,50.9796,53.312,55.6444,56.3108,56.977199999999996,56.977199999999996,55.9776,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,54.978,54.3116,53.6452,52.9788,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.316,43.316,42.6496,42.6496,43.316,43.316,43.316,42.6496,41.9832,41.3168,39.984,38.6512,36.652,35.3192,33.986399999999996,32.6536,30.9876,30.3212,28.9884,28.322,27.6556,26.9892,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,30.9876,31.654,31.654,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,30.9876,30.3212,30.3212,29.654799999999998,28.322,27.6556,26.656,25.9896,25.3232,24.6568,23.9904,23.323999999999998,22.3244,21.658,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.3252,20.3252,19.6588,19.6588,20.3252,20.9916,21.658,21.658,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.656,26.656,26.656,27.3224,27.9888,27.9888,28.6552,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,48.314,48.314,48.980399999999996,49.6468,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,64.974,65.6404,66.3068,66.3068,65.9736,65.9736,65.9736,65.9736,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.9708,72.3044,72.3044,72.9708,74.3036,74.97,75.6364,76.9692,78.30199999999999,78.9684,79.6348,80.3012,79.968,79.968,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,86.9652,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,95.9616,96.628,97.96079999999999,98.6272,98.294,98.96039999999999,99.2936,98.96039999999999,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.6268,100.2932,101.2928,101.626,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,107.6236,107.9568,108.28999999999999,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.2888,110.2892,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.622,111.622,111.2888,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.6216,112.2884,110.9556,110.6224,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,107.6236,106.624,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.6244,106.2908,107.6236,107.6236,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.956,110.2892,110.2892,110.2892,110.2892,109.956,108.28999999999999,106.9572,105.9576,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,106.2908,106.2908,105.9576,106.624,106.624,107.2904,107.2904,106.624,106.624,105.9576,105.9576,105.6244,104.958,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.626,101.626,101.626,101.626,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,102.2924,102.2924,102.2924,101.9592,101.2928,100.9596,99.96,99.2936,98.96039999999999,97.96079999999999,96.9612,96.9612,96.628,95.6284,94.6288,94.6288,93.6292,92.2964,91.63,91.2968,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.2984,86.632,85.2992,85.2992,84.2996,84.2996,84.2996,82.96679999999999,82.3004,80.6344,79.968,78.9684,78.30199999999999,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,76.636,76.3028,76.3028,75.6364,75.6364,76.9692,78.6352,79.3016,79.968,80.6344,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,86.632,86.632,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,99.6268,100.2932,100.6264,101.2928,101.2928,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.2916,104.2916,104.2916,103.62519999999999,103.292,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,100.6264,100.6264,101.2928,101.2928,101.9592,102.6256,103.9584,104.958,105.9576,106.624,107.6236,107.9568,108.9564,108.9564,109.956,110.2892,110.9556,111.622,111.622,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,110.2892,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.2876,113.95439999999999,113.288,112.2884,111.622,110.9556,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.9556],[41.9832,41.3168,41.3168,41.65,43.6492,45.6484,47.6476,50.3132,52.6456,53.6452,53.9784,53.9784,53.312,52.6456,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.3132,49.6468,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,45.6484,44.6488,43.9824,43.316,43.316,43.6492,43.6492,43.6492,43.6492,43.6492,43.6492,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.6492,42.9828,42.9828,41.9832,41.9832,40.9836,40.9836,40.9836,40.3172,40.3172,40.9836,40.9836,40.9836,40.3172,40.3172,39.3176,37.9848,36.652,35.3192,34.6528,33.32,32.6536,31.3208,30.6544,29.3216,28.322,27.6556,26.9892,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,25.6564,24.99,24.99,24.3236,23.6572,22.9908,21.658,20.9916,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.9916,22.3244,22.9908,22.9908,22.9908,22.3244,21.658,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,21.658,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,24.3236,24.6568,24.6568,24.6568,24.6568,24.6568,24.6568,24.6568,24.6568,24.99,25.6564,25.6564,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.6464,51.3128,52.9788,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,63.308,63.9744,63.9744,63.9744,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,82.3004,82.96679999999999,83.6332,84.2996,85.6324,85.6324,86.9652,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,90.2972,90.6304,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,95.9616,96.2948,96.2948,95.9616,96.9612,97.96079999999999,98.6272,99.2936,99.96,99.96,99.2936,98.96039999999999,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,99.2936,100.2932,100.6264,102.2924,102.6256,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.6244,105.6244,106.2908,106.624,106.624,106.624,106.624,106.9572,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896,110.2892,110.9556,110.9556,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,111.622,110.6224,110.9556,110.9556,110.6224,109.956,108.9564,107.9568,107.6236,105.6244,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,107.6236,107.6236,108.28999999999999,108.9564,109.956,109.956,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.6224,109.956,108.9564,107.6236,105.6244,104.6248,103.9584,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.2916,104.6248,105.6244,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.624,105.9576,105.6244,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.2924,102.2924,102.6256,102.6256,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,101.9592,100.6264,100.6264,99.96,98.96039999999999,98.294,97.6276,97.96079999999999,96.628,96.2948,95.6284,94.6288,93.9624,93.6292,91.9632,91.2968,90.6304,89.6308,89.6308,88.63119999999999,88.63119999999999,87.9648,87.9648,86.632,86.632,85.6324,84.966,84.2996,82.96679999999999,82.3004,81.3008,80.6344,79.968,79.3016,78.9684,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.9692,78.6352,79.3016,79.968,80.6344,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.9656,85.9656,85.9656,86.2988,86.2988,85.9656,85.9656,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.962,95.6284,95.6284,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,99.6268,100.2932,100.2932,100.9596,101.2928,101.9592,101.9592,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,103.62519999999999,103.9584,105.6244,106.624,107.6236,107.9568,108.6232,108.6232,109.2896,109.6228,110.2892,110.2892,110.2892,110.9556,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.6224,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.956,109.956,110.2892,110.9556,111.2888,111.9552,111.9552,111.9552,112.2884,111.622,111.622,111.622,111.622,112.2884,111.9552,112.6216,112.6216,112.6216,111.9552,111.9552,111.9552,111.9552,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,115.2872,114.954,113.95439999999999,113.288,112.95479999999999,111.2888,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,109.956,110.2892,110.9556,110.9556,111.9552,111.9552],[40.6504,40.6504,39.984,39.984,41.3168,42.9828,45.6484,47.6476,49.98,51.3128,51.3128,51.3128,50.6464,50.6464,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.314,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,43.6492,43.6492,42.6496,41.9832,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,39.984,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.9844,38.318,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.3208,30.6544,29.3216,28.322,26.9892,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,26.9892,25.6564,24.99,24.3236,23.6572,22.9908,22.9908,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,22.9908,22.9908,23.6572,23.6572,22.3244,21.658,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.6564,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.9876,30.9876,31.654,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.98,51.3128,52.3124,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,63.9744,64.6408,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,70.9716,71.9712,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.634,82.3004,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.9652,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.964,91.2968,92.2964,92.2964,92.2964,92.9628,92.9628,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.9616,95.9616,96.2948,96.2948,95.9616,96.9612,97.96079999999999,98.96039999999999,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,100.6264,100.6264,101.2928,101.9592,102.6256,103.9584,104.6248,105.6244,105.9576,105.9576,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.9556,111.2888,111.2888,111.9552,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,111.2888,110.2892,110.2892,110.2892,110.9556,111.2888,111.2888,111.622,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,111.622,111.622,111.622,111.2888,110.9556,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,110.2892,108.28999999999999,107.6236,106.624,105.2912,104.2916,104.6248,105.2912,105.2912,105.9576,105.9576,105.9576,106.624,106.2908,106.2908,107.6236,107.6236,108.28999999999999,108.9564,109.956,109.956,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.6224,110.2892,108.9564,107.9568,106.2908,104.958,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,104.2916,104.958,105.9576,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.2904,106.624,105.9576,105.2912,105.2912,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,102.6256,103.292,104.2916,104.2916,104.2916,104.958,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,101.626,101.2928,100.2932,99.6268,99.6268,98.96039999999999,98.294,97.6276,97.2944,96.2948,95.6284,94.6288,93.9624,93.6292,91.9632,91.63,91.2968,90.6304,90.2972,89.2976,88.9644,88.298,87.9648,87.2984,86.632,85.6324,84.966,84.2996,82.96679999999999,81.9672,81.3008,80.6344,79.968,79.6348,78.9684,78.30199999999999,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.9692,77.6356,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,85.9656,85.9656,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,94.962,94.962,95.6284,95.6284,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.2924,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.9592,102.6256,103.62519999999999,103.9584,105.2912,105.6244,106.624,107.2904,107.9568,107.9568,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,109.6228,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.2892,109.2896,108.6232,108.6232,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.9556,111.2888,111.2888,111.2888,110.9556,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,111.622,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,114.2876,113.95439999999999,112.95479999999999,111.9552,111.2888,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,109.956,110.2892,110.9556,110.9556,111.9552,111.9552],[39.3176,38.6512,37.9848,37.9848,39.3176,41.3168,43.316,45.6484,46.9812,48.980399999999996,48.314,48.314,48.314,47.6476,47.3144,47.3144,46.647999999999996,46.647999999999996,46.647999999999996,45.9816,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,44.6488,43.9824,43.316,42.6496,42.6496,41.9832,41.65,41.65,40.9836,40.9836,40.3172,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.3208,30.6544,29.3216,28.322,26.9892,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,26.9892,26.3228,24.99,24.99,24.3236,23.6572,22.9908,22.9908,21.658,21.658,21.658,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.9908,23.6572,23.6572,23.6572,22.3244,21.658,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,25.6564,26.3228,26.3228,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,25.6564,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.3228,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.984,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,50.6464,51.3128,52.9788,53.6452,54.3116,54.978,55.6444,56.3108,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,64.6408,64.6408,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.3052,70.9716,71.9712,72.6376,72.6376,73.304,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.634,82.3004,83.6332,84.2996,84.966,84.966,86.2988,86.2988,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,89.964,91.2968,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,96.2948,96.2948,96.628,96.9612,96.628,96.9612,98.6272,99.6268,101.2928,103.292,103.292,103.292,103.292,103.292,102.9588,102.9588,102.6256,102.6256,103.62519999999999,104.6248,105.9576,106.624,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.2888,110.6224,110.2892,109.6228,110.6224,111.2888,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.9552,111.9552,111.2888,110.2892,108.9564,106.9572,105.6244,104.2916,104.2916,104.6248,104.6248,105.2912,105.9576,106.624,106.2908,106.2908,106.2908,106.2908,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.6224,109.2896,108.6232,107.6236,105.9576,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,103.62519999999999,104.958,105.9576,106.9572,107.6236,107.9568,107.9568,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.6244,105.2912,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,104.958,104.958,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.958,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,103.9584,103.9584,103.9584,103.62519999999999,102.9588,102.2924,102.2924,101.2928,100.9596,100.2932,99.96,98.96039999999999,98.96039999999999,98.294,97.2944,96.9612,96.2948,95.6284,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.2968,91.2968,89.964,89.2976,88.298,88.298,87.2984,86.2988,85.6324,84.2996,82.96679999999999,81.9672,81.3008,81.3008,80.6344,79.6348,78.9684,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.9692,77.6356,78.6352,79.968,80.6344,80.6344,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.2992,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,85.9656,85.9656,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.2956,94.2956,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,98.294,98.96039999999999,98.96039999999999,99.2936,99.96,99.96,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,103.62519999999999,103.9584,104.6248,105.2912,105.9576,106.624,106.624,106.624,106.9572,107.6236,106.9572,107.2904,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.6224,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.2892,110.2892,111.2888,111.622,111.622,111.622,111.622,111.622,112.2884,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,114.2876,113.95439999999999,113.288,111.9552,111.2888,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.6232,109.956,110.2892,110.9556,110.9556,111.9552,111.9552],[37.9848,37.9848,37.3184,37.3184,37.3184,38.9844,40.9836,43.316,44.982,46.3148,46.3148,46.3148,46.3148,46.3148,45.9816,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,41.9832,41.3168,40.6504,39.984,39.6508,38.9844,38.9844,38.9844,38.318,38.318,37.3184,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.3208,29.988,29.3216,27.6556,26.9892,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,26.9892,26.3228,26.3228,24.99,24.99,24.3236,23.6572,23.6572,22.9908,21.658,21.658,21.658,21.658,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.9908,23.6572,23.6572,22.9908,22.3244,21.658,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,25.6564,26.3228,26.9892,26.9892,27.6556,27.6556,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,26.3228,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,31.654,31.654,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.984,40.6504,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.6464,51.9792,52.9788,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,64.6408,64.6408,64.6408,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,70.3052,70.3052,70.9716,71.638,72.6376,72.6376,73.304,73.304,74.3036,74.97,75.6364,75.6364,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.634,82.3004,83.6332,84.2996,84.966,85.2992,86.2988,86.632,87.2984,87.9648,87.9648,88.298,88.298,89.2976,90.6304,91.2968,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.6284,96.2948,96.9612,96.628,97.6276,97.6276,97.96079999999999,99.2936,100.6264,103.292,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.958,105.9576,107.6236,107.9568,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.2888,110.6224,110.2892,110.2892,111.2888,111.2888,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,112.2884,112.2884,111.9552,111.2888,110.2892,108.28999999999999,106.2908,105.6244,104.2916,103.62519999999999,103.9584,104.6248,105.2912,105.9576,106.624,106.9572,106.9572,106.2908,106.2908,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,109.956,108.6232,107.9568,107.6236,105.9576,105.2912,104.6248,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,103.62519999999999,104.958,105.9576,106.9572,107.6236,107.9568,107.9568,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.6236,106.9572,105.9576,105.6244,105.2912,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,104.958,104.958,104.6248,103.9584,103.9584,103.9584,103.9584,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.62519999999999,103.292,102.6256,102.2924,101.2928,101.2928,100.6264,99.96,99.96,98.96039999999999,97.96079999999999,97.2944,96.628,96.2948,95.6284,94.6288,93.9624,93.6292,93.6292,92.6296,92.6296,91.63,91.2968,89.964,89.964,88.9644,87.9648,86.632,85.9656,84.6328,82.96679999999999,81.9672,81.9672,81.3008,80.3012,79.6348,79.6348,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.9692,77.6356,78.6352,79.3016,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,85.2992,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,85.9656,85.9656,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.2956,94.2956,94.6288,94.6288,94.6288,94.962,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.96,99.96,99.6268,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.2932,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.2904,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,109.2896,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,110.9556,110.9556,111.2888,111.2888,111.622,111.622,112.2884,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,114.2876,113.95439999999999,113.288,111.9552,111.2888,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.6224,110.9556,111.9552,111.9552],[37.3184,37.3184,35.9856,35.9856,35.9856,37.3184,39.6508,41.3168,43.316,44.315599999999996,44.6488,44.6488,43.9824,43.9824,43.6492,42.9828,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.984,39.984,39.984,39.984,39.984,39.3176,39.3176,38.6512,39.3176,39.3176,39.984,39.984,39.3176,38.6512,37.9848,37.9848,37.3184,36.652,36.652,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.3204,32.3204,32.6536,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,31.654,31.654,31.654,30.9876,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.656,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.9892,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,25.6564,25.6564,24.99,24.99,24.99,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,22.9908,22.3244,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.6584,21.3248,21.9912,21.9912,22.9908,22.9908,22.9908,23.6572,23.9904,24.6568,24.6568,25.3232,25.9896,26.656,27.3224,27.9888,28.322,28.322,27.6556,27.6556,26.9892,26.9892,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.9848,37.9848,38.6512,38.9844,38.9844,38.9844,39.6508,39.984,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,53.6452,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,80.6344,81.634,81.634,81.634,82.3004,83.6332,84.2996,85.2992,85.2992,86.632,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,91.2968,91.63,92.2964,92.2964,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,98.294,98.6272,99.96,100.6264,102.6256,103.9584,105.6244,105.6244,106.2908,106.9572,106.9572,106.2908,105.9576,105.2912,105.9576,106.2908,107.6236,108.28999999999999,109.6228,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,111.2888,111.622,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,112.2884,111.622,111.622,111.2888,111.2888,111.622,111.622,112.2884,113.288,113.6212,113.6212,114.2876,113.95439999999999,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,112.2884,112.2884,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,111.622,110.2892,108.9564,107.2904,105.9576,104.6248,103.9584,103.9584,104.958,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,107.6236,107.9568,107.9568,108.9564,109.2896,109.2896,109.956,109.956,109.956,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,109.956,108.6232,107.6236,106.9572,106.2908,105.9576,105.2912,104.6248,104.6248,104.6248,104.2916,104.2916,103.9584,103.9584,103.9584,103.9584,105.2912,106.2908,106.9572,107.6236,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,107.9568,107.6236,107.6236,106.9572,106.2908,105.6244,104.958,104.958,104.958,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,105.9576,106.624,106.624,106.624,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,101.9592,101.9592,101.2928,100.9596,99.96,99.6268,98.96039999999999,98.294,97.6276,96.9612,96.2948,95.9616,94.962,94.962,94.962,94.2956,93.6292,92.9628,92.2964,91.9632,90.9636,89.964,88.9644,87.6316,86.632,84.6328,83.6332,81.9672,81.3008,80.9676,80.3012,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.636,76.636,76.636,75.9696,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,76.9692,77.6356,78.6352,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.628,96.9612,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,99.96,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,105.2912,105.2912,105.6244,104.958,105.2912,105.2912,105.2912,105.9576,105.9576,106.624,106.624,106.624,106.624,106.624,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.956,110.2892,110.2892,110.9556,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.9536,115.2872,114.2876,113.95439999999999,112.95479999999999,112.2884,110.9556,110.2892,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,108.6232,109.956,110.2892,110.9556,111.2888,111.2888],[37.3184,36.652,35.3192,34.6528,34.6528,35.9856,38.318,39.6508,41.9832,42.6496,43.316,43.316,42.6496,42.6496,41.65,41.65,41.3168,40.6504,39.984,39.3176,38.6512,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.9876,30.9876,30.3212,30.6544,30.6544,30.6544,31.3208,31.3208,31.3208,30.6544,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.656,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,22.3244,22.3244,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.6584,21.3248,21.9912,21.9912,22.9908,22.9908,22.9908,23.6572,24.6568,24.6568,24.6568,25.3232,26.656,27.3224,27.9888,27.9888,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.654,32.3204,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,54.6448,55.3112,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.634,81.634,82.3004,82.3004,83.6332,84.6328,85.2992,85.9656,86.632,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.964,90.2972,91.63,91.63,92.2964,92.2964,93.6292,93.9624,93.9624,94.6288,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.628,97.2944,97.6276,98.294,98.96039999999999,100.2932,101.626,101.9592,103.9584,104.6248,105.6244,106.9572,107.9568,108.6232,107.9568,107.6236,106.9572,106.624,106.624,108.28999999999999,108.9564,109.956,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,111.2888,111.9552,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,112.2884,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,111.622,110.9556,109.2896,107.9568,106.2908,104.6248,104.6248,104.6248,104.958,105.6244,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.9568,108.9564,108.9564,109.2896,109.956,109.956,109.956,110.9556,110.9556,111.2888,111.2888,110.9556,110.6224,109.2896,108.6232,107.6236,106.9572,106.2908,106.624,106.624,106.624,106.624,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.958,105.9576,106.2908,107.6236,107.9568,107.9568,108.6232,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,104.958,104.6248,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,105.9576,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.62519999999999,102.6256,102.6256,101.9592,101.9592,101.2928,100.6264,99.96,99.6268,98.96039999999999,98.294,97.2944,96.9612,96.2948,96.9612,96.9612,96.2948,95.6284,94.962,93.9624,93.29599999999999,92.9628,91.63,90.6304,89.2976,88.298,86.632,84.6328,82.96679999999999,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.6352,78.6352,78.6352,77.3024,77.3024,76.636,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,76.9692,77.6356,77.6356,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.628,96.9612,96.2948,95.9616,95.9616,95.9616,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,106.624,106.624,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,110.2892,110.2892,110.9556,111.2888,112.2884,112.2884,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.9536,115.2872,114.2876,113.95439999999999,112.95479999999999,111.622,110.9556,110.2892,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,108.6232,109.2896,110.2892,110.2892,111.2888,111.2888],[36.652,35.9856,34.6528,33.986399999999996,33.986399999999996,35.3192,36.652,38.9844,39.984,40.9836,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,32.6536,32.6536,32.3204,31.654,31.654,31.654,31.654,30.6544,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.6552,28.322,28.322,28.6552,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,27.9888,27.9888,27.3224,27.3224,26.656,25.9896,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.3248,21.3248,21.9912,21.9912,22.9908,22.9908,23.6572,23.6572,24.6568,24.6568,25.3232,25.9896,26.656,27.3224,27.9888,28.6552,28.9884,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,32.3204,32.9868,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,53.6452,54.3116,55.6444,56.3108,56.977199999999996,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,82.3004,82.3004,82.3004,82.3004,83.6332,84.6328,85.9656,85.9656,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.9616,95.9616,96.2948,96.9612,96.628,96.628,97.96079999999999,98.6272,98.96039999999999,100.9596,101.9592,103.292,104.958,105.2912,106.624,107.6236,108.6232,109.6228,110.6224,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,110.2892,110.9556,111.2888,111.2888,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,112.2884,112.2884,112.6216,112.6216,112.95479999999999,113.6212,114.2876,114.2876,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.954,115.2872,114.954,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,110.2892,108.9564,106.9572,105.2912,105.6244,105.2912,105.6244,105.9576,106.9572,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.956,109.956,110.9556,110.9556,111.2888,111.2888,110.9556,110.6224,109.2896,108.6232,107.6236,106.9572,106.2908,106.624,106.9572,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.9572,105.6244,105.9576,106.2908,106.9572,107.6236,107.9568,108.6232,108.6232,109.956,109.956,109.2896,109.2896,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,104.958,104.6248,104.958,105.6244,105.9576,105.9576,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,106.2908,105.6244,105.2912,105.2912,105.2912,105.2912,104.958,104.2916,104.2916,104.2916,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.2928,100.2932,99.2936,98.294,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.2944,95.9616,95.6284,94.962,94.6288,93.9624,92.9628,91.63,89.6308,87.6316,85.6324,84.2996,82.96679999999999,82.96679999999999,82.3004,81.634,80.9676,80.9676,80.3012,80.3012,79.6348,79.3016,79.3016,78.6352,78.6352,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,76.9692,77.6356,77.6356,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,104.958,104.958,105.6244,105.9576,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,114.2876,113.95439999999999,112.95479999999999,111.622,110.9556,110.2892,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.624,106.624,105.9576,105.9576,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,108.6232,109.2896,110.2892,110.2892,111.2888,111.2888],[35.9856,35.3192,33.986399999999996,33.32,33.32,34.6528,35.9856,37.3184,38.6512,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,35.9856,35.3192,34.6528,33.986399999999996,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,30.6544,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.3216,29.3216,29.3216,28.6552,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.3224,27.3224,26.9892,26.9892,27.3224,27.3224,27.3224,27.3224,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.3248,21.9912,21.9912,22.6576,22.9908,23.6572,23.6572,24.3236,24.6568,25.3232,25.9896,26.656,27.3224,27.9888,28.6552,28.6552,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,31.654,31.654,32.3204,32.3204,32.9868,33.6532,34.6528,34.6528,35.3192,35.3192,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,48.314,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.3124,52.9788,53.6452,54.978,55.6444,56.3108,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.9684,78.9684,79.6348,79.6348,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.3004,82.3004,83.6332,84.6328,85.2992,85.9656,87.2984,87.9648,88.298,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.9628,93.9624,94.6288,95.2952,95.2952,95.9616,95.9616,95.9616,96.2948,96.9612,97.6276,97.2944,97.2944,98.6272,99.6268,100.6264,101.626,103.62519999999999,105.6244,105.9576,106.2908,107.9568,108.9564,110.2892,110.9556,111.622,111.622,110.2892,109.956,109.2896,108.9564,109.2896,109.2896,110.9556,110.9556,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.6216,112.95479999999999,113.6212,114.2876,114.2876,114.6208,115.2872,115.2872,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,114.954,115.2872,115.2872,114.954,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,111.622,111.622,112.6216,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,114.954,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.2876,113.95439999999999,113.95439999999999,113.288,112.95479999999999,111.9552,110.9556,109.2896,107.6236,106.2908,105.9576,105.6244,105.9576,105.9576,106.9572,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.2892,110.9556,111.2888,111.2888,111.2888,110.6224,109.956,108.6232,108.28999999999999,106.9572,106.9572,106.2908,106.2908,107.6236,107.6236,108.28999999999999,108.28999999999999,107.9568,107.6236,107.9568,107.2904,106.9572,106.9572,106.9572,106.9572,107.9568,108.6232,108.6232,109.2896,109.956,109.956,109.2896,109.2896,107.9568,107.9568,107.6236,106.9572,105.9576,105.6244,104.958,104.6248,104.958,105.6244,105.9576,106.624,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,106.624,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,105.6244,105.6244,105.9576,105.9576,105.2912,105.2912,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.2928,100.6264,99.96,99.2936,99.2936,99.6268,99.6268,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,96.628,96.628,96.2948,94.6288,93.29599999999999,91.63,89.2976,87.6316,85.9656,84.2996,84.2996,82.96679999999999,82.3004,82.3004,81.634,81.634,80.9676,80.9676,80.6344,79.968,79.968,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,77.6356,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,114.2876,113.95439999999999,112.95479999999999,111.622,110.9556,110.2892,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,107.9568,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.624,106.624,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,110.2892,110.2892,111.2888,111.2888],[34.6528,33.986399999999996,32.6536,31.9872,31.9872,33.32,34.6528,35.9856,37.3184,37.9848,37.3184,37.3184,37.3184,37.3184,35.9856,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.32,31.9872,31.3208,30.6544,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,25.3232,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,22.3244,22.9908,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.9896,26.656,26.656,27.3224,27.3224,27.9888,28.6552,29.3216,29.654799999999998,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,43.316,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,48.314,48.980399999999996,49.6468,49.6468,49.98,50.6464,51.3128,51.9792,52.6456,52.6456,53.312,53.9784,54.978,55.6444,56.3108,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,61.641999999999996,62.3084,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.638,72.3044,72.3044,72.9708,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.97,74.97,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.632,87.9648,88.298,89.2976,89.2976,90.2972,90.6304,91.2968,91.63,91.63,92.6296,93.29599999999999,93.29599999999999,93.6292,94.6288,94.6288,95.2952,95.2952,95.6284,95.9616,96.2948,96.628,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,101.2928,101.9592,103.292,105.6244,106.9572,107.9568,108.28999999999999,109.956,110.9556,112.2884,113.6212,113.6212,113.6212,112.2884,111.2888,110.2892,110.2892,109.956,110.2892,110.9556,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.954,115.2872,115.2872,115.9536,115.9536,115.2872,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,114.954,115.2872,115.2872,115.9536,115.9536,115.2872,114.2876,113.288,112.95479999999999,112.95479999999999,111.9552,111.9552,111.2888,111.2888,111.622,111.622,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,111.622,109.956,109.2896,107.6236,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.2892,111.2888,111.2888,111.2888,111.2888,110.6224,109.956,108.6232,108.28999999999999,106.9572,106.2908,106.2908,106.2908,107.6236,107.6236,108.28999999999999,108.9564,108.9564,108.28999999999999,108.9564,108.28999999999999,107.6236,107.6236,107.6236,107.6236,108.6232,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,107.9568,107.9568,107.6236,106.9572,105.9576,105.2912,104.6248,103.9584,104.958,105.6244,105.6244,106.2908,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,106.624,105.9576,105.6244,105.2912,104.6248,104.6248,103.62519999999999,103.292,102.2924,101.9592,101.2928,100.6264,100.6264,101.2928,101.2928,100.6264,99.96,99.6268,98.96039999999999,98.6272,98.294,97.96079999999999,96.9612,95.9616,93.9624,91.63,89.964,87.9648,86.632,84.966,84.966,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,77.6356,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,76.3028,76.636,76.636,76.636,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,105.6244,105.9576,106.624,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,113.288,113.6212,114.2876,114.954,115.2872,114.954,113.95439999999999,113.288,112.2884,111.2888,110.2892,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,107.9568,107.6236,107.6236,106.9572,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.9572,107.2904,108.6232,109.2896,110.2892,110.2892,111.2888,111.2888],[34.6528,33.986399999999996,32.6536,31.9872,31.9872,32.6536,33.986399999999996,34.6528,35.9856,36.652,35.9856,35.9856,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.3216,28.6552,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.9896,25.3232,25.3232,25.3232,25.3232,24.6568,24.6568,24.6568,24.6568,23.9904,23.9904,23.9904,23.9904,23.323999999999998,23.323999999999998,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.9904,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,21.658,22.9908,22.9908,23.6572,24.3236,24.99,25.6564,25.6564,26.3228,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,29.3216,29.988,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.3204,32.3204,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,32.3204,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,49.6468,50.3132,50.3132,50.6464,51.3128,51.9792,51.9792,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.3048,72.3044,72.3044,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.3036,74.3036,74.97,74.97,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,84.966,85.6324,86.632,87.9648,88.63119999999999,89.2976,89.2976,90.2972,90.2972,91.2968,91.63,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.962,95.2952,95.2952,95.9616,95.9616,96.628,97.2944,98.294,98.294,98.96039999999999,99.96,100.6264,101.9592,103.292,104.6248,107.2904,108.9564,110.2892,110.9556,112.2884,113.288,114.2876,114.6208,115.2872,114.954,113.95439999999999,112.95479999999999,112.2884,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,114.954,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,114.954,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,114.954,114.2876,113.6212,112.95479999999999,112.95479999999999,111.9552,111.9552,111.9552,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,112.95479999999999,113.6212,114.2876,114.2876,114.2876,113.6212,113.288,112.2884,110.9556,109.956,109.2896,107.6236,107.6236,107.6236,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,110.2892,111.2888,111.2888,111.2888,111.2888,110.6224,109.956,108.6232,107.6236,106.2908,105.6244,105.6244,105.6244,106.9572,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,108.9564,107.9568,107.6236,107.6236,107.9568,108.6232,109.2896,109.6228,109.6228,109.956,109.956,109.2896,109.2896,107.9568,107.9568,107.6236,106.9572,105.6244,105.2912,104.6248,103.9584,104.958,105.6244,105.6244,106.9572,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.2904,107.6236,107.6236,107.6236,106.2908,105.6244,105.9576,105.9576,105.6244,105.2912,104.2916,103.292,102.6256,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.2928,100.2932,99.96,100.2932,99.2936,98.96039999999999,97.96079999999999,97.2944,95.6284,93.6292,91.63,89.2976,87.9648,86.9652,85.6324,84.966,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,76.9692,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.2924,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,105.6244,105.9576,106.624,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.2876,114.6208,114.2876,113.288,112.95479999999999,112.2884,110.9556,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.9572,106.9572,107.9568,108.6232,109.956,110.2892,111.2888,111.2888],[33.986399999999996,33.32,32.6536,31.9872,31.3208,31.9872,33.32,33.986399999999996,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.654,30.9876,30.9876,30.3212,28.9884,28.322,27.6556,26.9892,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,24.6568,24.6568,24.6568,24.6568,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,21.3248,21.3248,21.3248,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,21.658,21.658,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.9908,23.6572,24.3236,24.99,24.99,25.6564,26.3228,26.9892,27.3224,27.9888,27.9888,27.9888,28.6552,29.3216,29.988,30.6544,30.9876,30.9876,32.3204,32.3204,32.9868,32.9868,32.9868,32.9868,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,32.9868,32.9868,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.9848,38.6512,39.3176,39.984,40.3172,40.9836,40.9836,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.3128,51.3128,51.9792,52.6456,52.6456,53.312,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,62.3084,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,66.3068,66.9732,68.306,68.9724,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.3036,74.3036,74.97,74.97,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,85.6324,86.632,87.9648,88.298,89.2976,89.6308,89.6308,90.6304,90.6304,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.962,95.9616,95.9616,95.9616,95.9616,96.628,97.2944,98.6272,98.96039999999999,99.6268,100.2932,101.626,102.2924,103.9584,106.2908,108.9564,110.6224,111.9552,113.288,114.2876,115.2872,115.9536,116.62,116.9532,116.62,115.2872,114.2876,113.6212,112.2884,111.622,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,114.954,115.2872,115.9536,117.2864,117.2864,115.9536,115.9536,115.6204,114.954,114.954,114.2876,114.2876,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,114.954,116.2868,116.62,117.2864,117.2864,117.2864,116.62,116.62,115.9536,114.954,114.2876,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,113.6212,113.288,112.2884,111.622,111.2888,109.956,108.9564,107.9568,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,110.6224,109.956,107.9568,107.6236,106.2908,105.6244,105.2912,105.2912,105.9576,106.2908,107.2904,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.956,109.2896,109.2896,109.2896,107.9568,107.9568,107.6236,106.624,105.6244,105.2912,104.6248,103.9584,104.958,105.6244,105.6244,106.9572,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.9564,108.6232,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,105.2912,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,101.9592,101.2928,101.2928,101.2928,100.2932,99.6268,98.6272,96.9612,95.2952,93.6292,91.2968,88.9644,87.6316,86.9652,85.6324,84.966,84.2996,84.2996,84.2996,83.6332,83.3,83.3,82.6336,82.6336,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.3016,78.9684,78.30199999999999,77.6356,76.9692,76.9692,76.9692,77.3024,77.3024,76.636,76.636,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.628,96.628,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.2956,94.962,94.962,95.6284,95.9616,95.9616,96.2948,96.2948,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.9616,95.9616,96.2948,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,105.6244,105.9576,106.624,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,113.288,113.288,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,111.622,110.9556,109.956,109.956,109.2896,109.2896,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.9572,107.6236,107.9568,108.6232,109.956,110.2892,111.2888,111.2888],[33.986399999999996,33.32,32.6536,31.9872,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,32.6536,31.9872,31.9872,31.3208,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.3228,25.6564,24.6568,24.6568,24.6568,23.9904,23.9904,23.9904,23.9904,23.9904,23.9904,23.323999999999998,23.323999999999998,23.323999999999998,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.9908,23.6572,24.3236,24.99,25.6564,25.6564,26.3228,26.9892,27.9888,27.9888,27.9888,28.6552,29.3216,29.988,30.6544,30.9876,31.654,31.9872,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.6532,33.6532,33.6532,33.6532,33.6532,33.6532,33.6532,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,39.984,40.9836,40.9836,41.65,41.65,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.3128,51.9792,52.6456,53.312,53.312,53.9784,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.3072,65.3072,65.3072,66.3068,66.9732,67.6396,68.306,69.6388,70.6384,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,73.304,73.304,73.304,73.9704,73.9704,74.3036,74.3036,74.97,74.97,75.9696,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,83.6332,84.966,86.2988,87.9648,88.298,88.9644,89.2976,89.6308,89.6308,90.6304,91.2968,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.962,94.962,95.9616,95.9616,95.9616,96.628,96.628,97.2944,98.96039999999999,99.6268,100.2932,100.6264,101.626,103.292,105.2912,107.2904,109.2896,110.9556,113.288,114.6208,115.9536,117.2864,117.6196,118.286,118.286,117.6196,116.62,115.6204,114.954,114.2876,112.95479999999999,111.9552,111.9552,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,115.2872,115.9536,115.9536,117.2864,117.2864,117.2864,115.9536,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,115.2872,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.6204,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.6216,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.956,109.956,110.6224,110.9556,111.9552,112.2884,112.95479999999999,113.6212,114.2876,114.2876,113.6212,112.6216,112.95479999999999,111.9552,110.2892,109.956,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.9564,108.9564,109.956,110.2892,110.6224,110.9556,111.2888,111.2888,111.2888,110.6224,110.2892,109.6228,107.9568,107.2904,106.2908,105.2912,104.6248,104.6248,105.9576,105.9576,106.2908,106.9572,107.9568,108.28999999999999,109.2896,109.2896,108.6232,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,108.6232,109.2896,109.2896,109.2896,109.2896,107.9568,107.6236,107.6236,106.624,105.6244,105.2912,104.6248,103.9584,104.958,105.6244,105.6244,106.2908,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,104.958,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.9592,102.6256,102.6256,101.2928,100.6264,99.2936,98.6272,96.9612,94.6288,92.9628,90.6304,89.6308,88.298,86.9652,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,80.6344,79.968,79.968,78.9684,78.30199999999999,77.6356,77.6356,78.30199999999999,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.3,84.2996,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.628,96.628,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.2956,94.2956,94.962,94.962,95.9616,95.9616,96.2948,95.9616,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.9616,95.9616,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,105.6244,105.9576,106.624,106.9572,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.2876,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.2888,110.2892,109.956,109.956,109.2896,108.9564,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.9572,106.9572,107.6236,108.28999999999999,109.956,110.2892,110.9556,111.2888],[32.9868,32.9868,32.3204,31.654,30.9876,30.9876,31.654,31.654,31.654,31.654,31.654,31.654,30.9876,30.3212,30.3212,29.654799999999998,28.6552,27.9888,27.3224,26.656,25.9896,25.3232,24.6568,23.9904,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,20.9916,20.9916,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.9912,21.9912,22.9908,23.6572,24.3236,24.99,25.6564,25.6564,26.656,27.3224,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,34.6528,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.9844,39.6508,40.3172,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.6464,51.3128,51.9792,51.9792,52.3124,52.9788,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,65.6404,66.3068,66.3068,67.3064,67.97279999999999,69.3056,69.972,71.3048,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.966,86.632,87.9648,88.298,89.2976,89.6308,89.964,89.964,90.6304,91.2968,91.9632,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,97.96079999999999,98.6272,99.6268,99.96,101.2928,101.626,102.6256,103.9584,105.6244,107.6236,109.6228,111.2888,113.6212,115.2872,117.2864,117.6196,118.9524,119.6188,119.6188,118.9524,118.286,117.9528,116.62,115.9536,114.6208,112.95479999999999,112.2884,111.9552,111.9552,111.9552,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.2868,114.954,114.2876,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,114.954,115.9536,116.62,117.2864,117.6196,117.6196,117.9528,117.9528,117.2864,116.62,116.62,116.2868,115.9536,115.6204,115.6204,114.954,114.6208,113.95439999999999,113.6212,113.6212,113.288,112.6216,111.9552,112.2884,110.9556,110.6224,110.2892,109.6228,108.9564,108.6232,108.6232,108.6232,108.9564,108.9564,109.6228,109.6228,110.2892,110.9556,111.9552,112.2884,113.288,113.95439999999999,114.2876,114.2876,113.6212,113.95439999999999,113.288,112.2884,110.6224,109.956,108.9564,107.9568,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,108.28999999999999,109.2896,109.6228,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,109.956,109.2896,108.6232,107.6236,106.2908,105.2912,104.6248,104.6248,104.958,105.6244,106.2908,106.9572,107.6236,108.9564,109.6228,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.28999999999999,108.28999999999999,107.9568,107.6236,106.9572,105.9576,105.2912,105.2912,104.6248,103.9584,104.6248,105.2912,105.6244,106.2908,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,110.2892,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.6232,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,105.6244,104.958,104.958,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.2928,100.9596,100.2932,99.2936,97.2944,96.2948,94.962,92.9628,91.63,89.6308,88.298,87.2984,86.2988,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,81.9672,81.3008,81.3008,81.3008,80.6344,79.968,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.63,92.2964,92.2964,92.6296,92.9628,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,96.2948,96.9612,96.628,96.628,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.626,101.2928,101.2928,101.2928,100.6264,100.9596,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,105.2912,105.6244,106.624,107.2904,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.9572,107.6236,108.28999999999999,108.9564,109.6228,109.6228,110.9556,111.2888,111.9552,111.9552,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.2888,111.2888,111.622,111.622,111.622,110.9556,110.2892,109.2896,108.9564,108.9564,108.9564,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,106.624,106.624,106.624,106.624,106.9572,106.9572,107.9568,108.28999999999999,108.9564,109.6228,109.956,110.2892],[32.3204,32.3204,31.654,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.3224,26.656,25.9896,25.3232,24.6568,23.9904,23.9904,23.9904,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,20.9916,20.9916,20.9916,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,20.3252,20.9916,21.658,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.9912,21.9912,22.9908,23.6572,24.3236,24.99,25.6564,25.6564,26.656,27.3224,28.322,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.32,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,37.9848,37.3184,35.9856,35.3192,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.982,44.982,44.982,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.3128,51.9792,52.6456,53.312,53.6452,53.6452,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,67.97279999999999,68.6392,69.972,70.6384,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.9696,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.634,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.63119999999999,89.6308,89.6308,89.964,90.6304,91.2968,91.63,92.6296,92.6296,93.6292,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,95.9616,96.628,96.9612,97.6276,98.294,98.96039999999999,99.96,100.9596,102.2924,102.6256,103.292,103.9584,106.624,107.6236,110.2892,112.2884,114.2876,116.62,117.9528,118.61919999999999,119.6188,119.6188,119.952,119.952,119.6188,118.9524,117.9528,117.2864,116.62,114.6208,114.2876,113.6212,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,114.2876,114.2876,115.2872,116.2868,117.2864,117.2864,118.61919999999999,118.61919999999999,118.286,117.2864,116.62,114.954,114.2876,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,115.2872,116.62,117.2864,117.2864,117.6196,117.9528,117.9528,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.2872,114.6208,114.2876,113.6212,112.95479999999999,112.2884,111.622,111.2888,109.956,109.956,108.6232,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,110.2892,111.2888,112.2884,113.288,113.95439999999999,114.2876,114.954,114.2876,113.95439999999999,113.288,112.95479999999999,110.9556,110.2892,108.9564,108.6232,108.28999999999999,107.9568,107.6236,107.6236,108.28999999999999,108.28999999999999,108.6232,109.2896,109.956,110.6224,110.9556,111.622,111.622,111.622,111.622,111.622,110.9556,110.6224,110.6224,110.6224,109.956,109.956,108.6232,107.9568,106.2908,105.6244,104.6248,104.6248,104.958,105.6244,105.9576,106.624,107.9568,109.2896,110.2892,110.2892,109.956,108.9564,108.9564,108.28999999999999,109.2896,109.2896,108.9564,108.9564,108.6232,108.6232,108.28999999999999,108.28999999999999,107.6236,106.9572,105.9576,105.2912,105.2912,104.6248,103.9584,103.9584,104.6248,104.6248,105.2912,105.6244,105.6244,106.624,106.2908,106.9572,106.9572,106.9572,108.28999999999999,108.28999999999999,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,110.6224,110.2892,110.2892,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.2896,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,105.9576,105.6244,105.6244,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,101.9592,101.2928,100.9596,99.6268,97.96079999999999,97.2944,96.2948,94.2956,93.6292,91.63,89.964,88.298,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.6348,78.9684,78.9684,78.30199999999999,77.6356,76.9692,76.9692,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,96.2948,96.9612,96.628,96.628,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.6264,100.6264,101.626,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.292,103.292,102.2924,102.2924,101.626,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.6236,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.9568,108.28999999999999,108.9564,109.6228,110.2892,110.9556,111.2888,111.9552,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,111.9552,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,109.956,110.2892,109.956,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,106.624,106.624,106.624,106.624,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.9564,109.956,109.956],[31.654,31.654,31.654,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,27.9888,27.9888,27.3224,26.656,26.656,25.9896,25.6564,24.99,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,21.658,20.9916,20.3252,20.3252,20.3252,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,21.658,22.3244,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,21.3248,21.3248,21.3248,21.3248,21.9912,21.9912,21.9912,21.9912,22.9908,23.6572,24.3236,24.99,25.6564,25.6564,26.656,27.3224,28.322,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.986399999999996,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,38.6512,37.9848,36.652,35.3192,34.6528,34.6528,35.3192,35.9856,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.6508,40.3172,40.3172,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,51.646,52.6456,53.312,53.9784,53.9784,54.3116,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,62.3084,63.308,63.9744,65.3072,66.3068,66.9732,66.9732,67.6396,68.6392,69.3056,70.6384,71.3048,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.634,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.63119999999999,89.6308,89.6308,89.964,90.6304,91.2968,91.63,92.6296,92.6296,93.6292,93.6292,94.2956,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,98.6272,99.6268,100.6264,101.2928,102.2924,103.292,103.62519999999999,104.958,106.624,108.28999999999999,110.6224,112.2884,114.954,117.2864,118.9524,119.6188,119.952,119.952,120.2852,120.2852,120.2852,119.6188,118.9524,118.9524,118.286,116.62,115.9536,115.6204,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.954,114.954,114.954,115.2872,115.2872,115.9536,117.2864,117.9528,118.61919999999999,119.6188,119.6188,118.9524,118.286,117.2864,115.9536,114.954,114.2876,113.6212,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,115.2872,115.9536,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,114.6208,113.6212,112.2884,111.622,110.6224,110.2892,108.9564,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.956,110.2892,111.2888,112.2884,113.288,113.288,113.6212,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.956,108.9564,109.2896,109.2896,109.2896,109.956,109.956,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,109.956,108.6232,107.6236,106.9572,106.2908,105.9576,105.6244,105.9576,106.624,107.2904,108.6232,109.956,110.2892,111.2888,111.2888,109.956,108.9564,108.9564,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,105.9576,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912,105.9576,106.2908,106.9572,106.9572,108.28999999999999,108.6232,108.6232,108.6232,108.9564,107.9568,108.9564,109.2896,109.956,110.6224,111.2888,111.2888,111.622,111.622,111.2888,111.2888,111.2888,110.9556,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.2896,108.6232,108.28999999999999,107.9568,107.6236,106.2908,106.2908,105.9576,105.2912,104.958,104.958,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,102.6256,101.9592,101.626,100.2932,99.2936,98.294,97.2944,95.9616,94.962,93.6292,91.2968,89.2976,88.298,87.6316,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.6316,86.9652,87.2984,86.2988,86.632,86.632,85.6324,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,80.6344,80.3012,79.6348,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.626,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.2924,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,103.292,103.9584,104.6248,105.6244,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.956,110.6224,111.2888,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,109.6228,109.6228,109.2896,109.956,109.956,109.956,109.956,109.2896,108.9564,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,106.2908,106.9572,106.9572,106.624,106.624,106.624,106.624,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.2896],[30.9876,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,26.656,26.656,25.9896,25.9896,25.3232,25.3232,24.3236,24.3236,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,21.658,21.658,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,21.3248,21.3248,21.3248,21.9912,21.9912,21.9912,21.9912,22.6576,23.6572,24.3236,24.99,24.99,25.6564,26.3228,27.3224,27.3224,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,33.32,33.986399999999996,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,39.3176,38.6512,37.3184,35.9856,35.3192,35.3192,35.9856,36.652,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,39.984,40.3172,40.9836,40.9836,40.9836,41.3168,41.9832,41.9832,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.9784,54.6448,55.3112,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.972,71.3048,71.9712,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.634,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.63119999999999,89.6308,89.6308,89.964,90.6304,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.9624,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,97.6276,97.2944,97.6276,98.96039999999999,99.6268,101.2928,101.9592,102.6256,103.62519999999999,104.2916,105.6244,107.2904,108.28999999999999,111.2888,112.6216,115.6204,117.2864,118.9524,119.6188,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,118.9524,118.286,117.2864,117.2864,116.62,116.2868,116.2868,116.2868,116.2868,115.9536,115.6204,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,117.6196,118.286,118.61919999999999,119.952,120.2852,120.9516,120.9516,119.6188,118.286,117.2864,115.9536,114.954,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,116.62,115.9536,115.2872,113.6212,111.9552,110.2892,109.2896,108.9564,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.9564,109.956,110.2892,111.2888,111.9552,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,111.9552,111.2888,110.2892,110.2892,109.956,109.956,109.956,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.6224,109.956,108.9564,107.6236,106.9572,106.9572,106.624,106.624,107.2904,107.6236,108.9564,110.2892,110.9556,111.622,111.622,110.2892,109.6228,109.6228,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,106.624,105.6244,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.9576,106.2908,106.9572,108.28999999999999,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,110.6224,110.9556,111.2888,111.2888,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.2892,110.2892,109.956,109.2896,108.6232,107.9568,107.6236,106.9572,106.2908,106.2908,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.292,102.6256,101.9592,101.626,99.96,99.2936,97.96079999999999,97.2944,95.9616,94.2956,92.6296,90.6304,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,86.632,85.6324,84.2996,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,94.6288,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,102.2924,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.9592,102.6256,103.292,103.62519999999999,104.958,105.6244,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,107.9568,108.28999999999999,109.2896,109.956,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,109.2896,108.9564,108.9564,109.2896,109.2896,109.2896,108.6232,108.6232,108.28999999999999,108.28999999999999,107.2904,107.2904,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,106.9572,106.9572,106.624,106.624,106.624,106.624,106.9572,106.9572,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896],[30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.322,28.322,27.6556,26.9892,26.3228,25.3232,25.3232,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,22.3244,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.3244,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,25.9896,26.656,27.3224,27.9888,28.322,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.318,38.9844,38.9844,39.6508,39.984,40.6504,40.3172,40.9836,40.3172,39.6508,38.318,37.6516,36.9852,36.9852,37.6516,37.6516,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.644,57.3104,57.9768,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.9756,60.9756,61.641999999999996,62.3084,63.308,63.9744,64.6408,65.3072,66.9732,67.6396,67.6396,68.306,69.972,70.6384,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.634,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.298,89.2976,89.2976,90.2972,90.2972,91.2968,91.63,92.6296,93.29599999999999,93.9624,93.9624,94.962,95.6284,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.96039999999999,100.6264,101.9592,102.6256,103.9584,104.6248,105.2912,106.624,107.9568,109.2896,111.622,113.288,115.6204,117.6196,118.9524,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,117.6196,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,116.9532,118.286,118.9524,119.6188,119.952,120.9516,121.2848,121.9512,121.9512,120.9516,119.6188,118.61919999999999,117.2864,116.62,114.954,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.9536,116.62,117.2864,117.2864,117.9528,117.9528,117.6196,117.6196,116.62,117.2864,116.62,116.9532,116.62,116.62,115.9536,115.9536,114.2876,112.95479999999999,111.2888,109.956,108.9564,107.9568,107.9568,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.956,110.2892,111.2888,111.9552,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,112.6216,112.2884,112.2884,112.2884,111.9552,111.622,111.622,111.2888,111.2888,111.9552,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.2892,109.2896,108.28999999999999,107.9568,107.9568,108.28999999999999,108.9564,109.6228,110.2892,110.9556,110.9556,111.9552,111.9552,111.2888,110.2892,109.956,110.2892,109.956,109.2896,108.9564,107.9568,107.6236,107.6236,106.9572,106.9572,106.624,105.9576,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,103.9584,104.6248,104.6248,105.2912,106.624,106.9572,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.956,110.6224,110.9556,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.6224,110.2892,109.956,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.2904,106.2908,105.6244,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,102.6256,102.2924,100.9596,99.96,98.96039999999999,97.96079999999999,96.2948,94.962,92.9628,91.63,91.2968,90.6304,91.63,92.2964,92.2964,92.2964,91.63,90.9636,90.6304,90.6304,89.964,89.964,89.2976,89.2976,89.2976,88.298,87.2984,85.9656,85.2992,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,81.634,80.6344,80.6344,80.6344,80.9676,80.9676,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,90.2972,90.2972,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,92.6296,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.962,94.962,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.9616,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.6264,101.2928,101.2928,102.2924,102.2924,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.6244,104.6248,103.62519999999999,103.62519999999999,103.292,102.6256,101.626,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.626,101.9592,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.9576,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,106.624,107.6236,107.9568,108.28999999999999,108.6232,109.2896,109.956,110.6224,110.6224,110.2892,110.2892,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.2904,107.2904,107.6236,106.9572,106.624,105.9576,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568],[29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.6556,27.6556,26.9892,26.9892,26.3228,25.6564,24.6568,23.9904,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,21.658,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,19.6588,19.6588,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.656,27.3224,27.9888,27.9888,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,40.6504,40.6504,40.9836,40.9836,40.9836,40.3172,38.9844,38.318,37.6516,37.6516,38.318,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.984,39.984,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.3144,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,52.3124,52.9788,53.6452,54.3116,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.9768,57.9768,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,59.976,59.976,60.6424,60.6424,60.9756,61.641999999999996,62.3084,63.308,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,69.972,71.3048,71.9712,73.304,73.9704,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.634,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.298,89.2976,89.2976,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,95.6284,95.6284,96.2948,96.9612,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.96,100.6264,102.2924,103.292,104.2916,105.2912,105.9576,107.2904,108.28999999999999,109.956,112.2884,113.6212,115.9536,117.6196,118.9524,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,120.6184,120.6184,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.286,118.286,118.286,117.9528,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,119.2856,119.952,120.9516,121.618,121.9512,122.9508,122.9508,122.9508,121.9512,120.9516,119.952,118.9524,117.9528,116.62,115.6204,114.954,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.2872,116.62,117.2864,117.9528,117.9528,118.286,118.286,117.6196,117.6196,117.6196,117.2864,116.9532,116.9532,116.62,116.2868,115.9536,114.954,113.6212,112.2884,111.2888,109.956,109.2896,108.9564,107.9568,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.956,110.2892,111.2888,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.95479999999999,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,113.6212,113.95439999999999,113.288,113.6212,113.288,113.288,113.288,112.2884,112.2884,112.2884,111.622,111.2888,110.2892,109.956,108.9564,109.2896,109.2896,109.956,110.2892,111.2888,111.9552,111.9552,111.9552,112.2884,112.2884,110.9556,109.956,110.2892,110.2892,109.956,109.2896,107.9568,107.6236,106.9572,106.9572,106.9572,106.624,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,105.2912,105.6244,106.624,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,109.956,110.6224,110.9556,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,111.622,111.622,111.9552,111.2888,111.2888,110.2892,109.956,109.6228,109.6228,109.6228,108.9564,108.6232,108.28999999999999,107.9568,106.624,105.9576,105.2912,105.2912,104.6248,103.9584,103.292,102.2924,101.626,100.6264,99.2936,97.96079999999999,96.9612,94.962,93.6292,92.6296,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,91.63,91.2968,91.2968,91.2968,90.6304,89.964,89.964,89.2976,88.298,87.2984,86.632,85.2992,85.2992,84.966,84.966,83.6332,82.96679999999999,82.3004,82.3004,81.634,81.3008,81.3008,81.634,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,84.966,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,88.63119999999999,88.63119999999999,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,92.9628,91.9632,91.9632,92.6296,92.6296,93.6292,94.6288,94.962,94.962,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,95.9616,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.6268,100.2932,100.6264,101.2928,101.2928,102.2924,102.2924,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.6244,105.2912,104.2916,103.62519999999999,103.292,103.292,102.2924,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,101.2928,101.626,102.6256,103.292,103.62519999999999,104.2916,105.6244,105.9576,105.9576,106.624,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.624,107.2904,107.6236,107.9568,108.28999999999999,108.9564,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.28999999999999,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,105.6244,105.6244,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236],[28.9884,28.9884,28.9884,28.322,27.6556,26.9892,26.9892,26.3228,26.3228,25.6564,25.6564,24.99,23.6572,22.9908,22.9908,22.9908,22.6576,21.9912,21.9912,21.3248,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,20.9916,20.9916,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,26.3228,26.656,27.3224,27.9888,28.6552,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,33.986399999999996,35.3192,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,40.3172,40.6504,41.3168,40.9836,41.65,41.65,40.9836,39.6508,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,53.6452,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,60.6424,60.9756,61.641999999999996,62.3084,63.308,63.9744,64.6408,65.3072,65.9736,67.6396,68.306,68.306,68.9724,70.6384,71.3048,72.6376,73.304,73.9704,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.634,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.298,89.2976,89.2976,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,95.9616,95.9616,96.2948,96.628,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.6268,100.9596,101.2928,103.292,104.2916,104.6248,105.6244,106.2908,107.6236,108.9564,110.2892,112.2884,113.6212,115.9536,117.6196,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.9516,120.9516,120.9516,120.9516,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.952,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,120.2852,120.6184,120.6184,121.618,122.9508,123.28399999999999,123.6172,123.9504,124.6168,124.6168,123.6172,122.9508,121.618,120.9516,119.6188,118.61919999999999,117.9528,116.62,116.62,116.62,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.9528,118.9524,118.9524,119.2856,119.6188,118.9524,118.9524,118.9524,118.61919999999999,117.9528,116.9532,116.9532,116.62,116.2868,114.954,113.6212,113.288,111.9552,111.622,110.9556,110.2892,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.956,110.2892,111.2888,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.6212,114.6208,114.6208,113.95439999999999,114.6208,114.954,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.6216,112.2884,111.622,110.9556,109.956,110.2892,110.9556,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.2892,110.2892,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.2912,105.2912,105.6244,105.6244,105.6244,106.624,106.9572,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.2896,110.2892,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.6228,108.9564,107.6236,106.624,106.2908,104.6248,103.9584,103.62519999999999,102.6256,101.626,100.9596,99.2936,97.96079999999999,96.9612,94.962,93.9624,93.29599999999999,93.29599999999999,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.2964,92.2964,92.6296,91.63,90.6304,90.2972,89.2976,89.2976,88.298,87.2984,86.632,85.9656,85.9656,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,84.966,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,85.9656,85.9656,85.2992,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.9632,92.6296,93.6292,94.6288,94.962,94.962,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.2956,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,93.6292,93.9624,93.9624,94.962,95.6284,95.9616,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.6276,98.294,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.2928,102.2924,102.2924,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.6244,105.6244,104.2916,103.62519999999999,103.292,103.292,102.2924,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,102.2924,103.292,103.62519999999999,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.958,105.6244,105.6244,105.9576,105.9576,106.624,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.28999999999999,107.6236,106.9572,106.9572,106.624,105.9576,105.6244,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572],[28.9884,28.322,28.322,27.6556,26.9892,26.3228,26.3228,25.6564,24.99,24.99,24.3236,24.3236,22.9908,22.3244,22.3244,22.3244,21.9912,21.3248,21.3248,20.6584,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,20.9916,20.3252,19.6588,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,18.326,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.3228,27.3224,27.3224,27.9888,28.6552,29.654799999999998,29.654799999999998,30.3212,31.654,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,39.6508,39.6508,40.3172,40.3172,41.3168,41.3168,41.65,41.65,41.65,40.9836,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.646,51.646,52.3124,52.9788,52.9788,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.9764,59.6428,59.976,59.976,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.6408,65.3072,65.9736,66.9732,68.306,68.9724,68.9724,69.6388,71.3048,71.9712,72.6376,73.304,73.9704,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.634,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.298,89.2976,89.2976,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,95.9616,96.2948,96.628,97.2944,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.96,101.2928,101.9592,103.62519999999999,104.2916,105.2912,106.2908,106.624,107.9568,109.2896,110.9556,112.95479999999999,114.2876,116.62,117.2864,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,120.9516,120.9516,120.9516,120.9516,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.9512,121.618,122.9508,123.9504,123.9504,124.95,124.95,125.6164,125.6164,124.6168,123.9504,122.9508,121.9512,120.9516,120.2852,119.2856,118.61919999999999,118.286,118.286,118.286,118.286,118.61919999999999,118.9524,118.9524,118.9524,119.6188,119.6188,120.9516,120.9516,120.9516,120.9516,119.952,119.6188,118.9524,118.61919999999999,117.6196,116.9532,115.9536,115.6204,114.954,113.6212,112.95479999999999,111.9552,111.622,110.9556,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.6228,109.6228,109.6228,109.6228,109.6228,110.2892,110.2892,110.2892,110.2892,110.2892,111.2888,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.954,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.2872,115.9536,115.9536,115.9536,115.9536,115.2872,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.622,111.2888,111.622,111.622,111.622,112.2884,113.288,113.288,113.6212,113.288,112.95479999999999,112.95479999999999,111.622,110.9556,110.2892,110.2892,109.956,109.2896,108.9564,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.624,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,107.2904,107.9568,108.9564,109.2896,109.956,110.2892,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,110.9556,109.956,108.9564,108.28999999999999,106.9572,104.958,103.9584,103.62519999999999,102.9588,102.2924,101.626,99.96,98.96039999999999,97.2944,95.6284,94.6288,93.6292,93.9624,93.9624,94.6288,94.2956,94.2956,94.2956,94.6288,93.9624,93.29599999999999,93.9624,93.9624,93.6292,92.6296,91.9632,91.2968,91.2968,89.964,89.2976,88.298,87.2984,86.9652,86.2988,85.9656,85.6324,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.3,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,84.966,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.2992,85.2992,85.2992,85.2992,85.2992,84.966,85.6324,85.6324,85.6324,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,89.6308,89.6308,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,94.6288,94.962,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.6296,91.9632,91.63,91.63,91.9632,92.6296,93.6292,93.9624,94.6288,94.962,95.2952,95.2952,95.2952,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,94.962,94.962,95.6284,95.9616,96.2948,96.9612,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.6276,98.294,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.2928,102.2924,102.2924,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.6244,105.6244,104.2916,104.2916,103.62519999999999,103.292,102.2924,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.626,102.6256,103.292,104.6248,104.958,105.6244,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.958,104.958,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,108.9564,107.6236,106.9572,106.2908,106.2908,105.6244,104.6248,104.2916,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572],[27.9888,27.9888,27.3224,27.3224,26.656,25.9896,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,21.9912,21.9912,21.3248,21.3248,20.9916,20.3252,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,20.9916,19.6588,18.9924,17.6596,17.3264,17.3264,17.3264,17.3264,17.3264,17.3264,17.9928,17.9928,18.326,18.326,18.326,18.326,18.9924,19.6588,19.6588,19.6588,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,26.656,26.656,27.6556,27.6556,28.322,28.9884,29.988,29.988,30.6544,31.9872,32.6536,33.32,33.986399999999996,34.6528,36.652,37.3184,37.3184,37.9848,38.318,38.9844,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,41.9832,41.9832,40.9836,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,41.65,41.65,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.3128,51.3128,51.9792,52.6456,52.6456,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.9768,58.6432,58.9764,58.9764,59.976,59.976,60.3092,60.3092,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,61.9752,61.3088,60.6424,60.6424,60.6424,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,86.632,87.9648,88.298,89.6308,89.6308,90.6304,91.2968,91.9632,92.6296,93.6292,93.9624,94.962,94.962,95.6284,95.9616,96.628,97.2944,98.6272,98.96039999999999,99.6268,99.6268,100.2932,100.6264,101.9592,102.6256,104.2916,104.6248,105.9576,106.624,107.2904,107.9568,110.2892,111.622,113.288,114.954,115.9536,117.2864,117.6196,117.9528,118.286,118.9524,118.286,118.286,118.9524,119.6188,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,122.2844,122.2844,122.2844,122.2844,121.9512,121.2848,121.2848,121.2848,120.9516,120.9516,121.2848,121.9512,122.2844,122.9508,122.9508,124.28359999999999,124.28359999999999,124.6168,125.2832,125.6164,125.9496,125.9496,125.6164,125.2832,123.28399999999999,122.9508,122.2844,121.618,120.9516,119.952,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,119.6188,118.286,117.2864,116.62,115.6204,114.6208,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,111.9552,112.2884,112.95479999999999,113.288,112.6216,111.9552,111.9552,111.9552,112.2884,112.2884,113.288,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,114.954,115.6204,115.6204,115.9536,116.62,116.62,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,116.62,115.9536,115.9536,115.6204,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,113.6212,113.6212,113.288,112.95479999999999,111.622,110.9556,110.6224,109.956,109.956,109.2896,109.2896,108.9564,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.624,106.2908,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,107.6236,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,110.6224,110.9556,111.622,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.6216,112.2884,111.622,111.2888,111.9552,111.9552,111.9552,112.2884,111.9552,111.622,110.9556,109.956,107.9568,106.9572,105.6244,104.6248,103.9584,103.9584,103.62519999999999,102.6256,101.2928,99.2936,98.96039999999999,96.9612,95.9616,94.962,94.962,94.6288,95.9616,95.2952,95.6284,95.6284,95.6284,95.2952,95.2952,95.6284,95.6284,94.962,94.6288,93.6292,93.29599999999999,92.2964,90.9636,90.2972,89.6308,88.9644,87.9648,86.9652,86.9652,85.9656,85.2992,85.2992,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.3,83.3,83.3,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,85.2992,85.2992,85.2992,85.2992,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,86.9652,86.9652,87.2984,87.2984,87.6316,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.2972,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.9624,94.6288,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.2952,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.9624,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.962,95.2952,95.6284,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,98.96039999999999,99.6268,99.6268,99.96,100.6264,101.2928,101.9592,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.958,104.958,104.958,104.958,104.2916,104.2916,103.62519999999999,103.292,102.6256,101.626,101.2928,100.6264,100.2932,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,101.2928,101.626,101.9592,102.6256,103.292,103.62519999999999,105.2912,105.6244,106.624,106.624,105.9576,105.9576,105.6244,104.958,104.6248,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.958,105.6244,105.6244,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,107.9568,107.6236,106.2908,105.6244,104.958,103.9584,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,104.958,105.6244,105.6244,104.958,104.958,104.958,105.6244,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908],[27.3224,27.3224,27.3224,26.656,25.9896,25.3232,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,21.9912,21.3248,21.3248,20.6584,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,20.9916,20.3252,19.6588,18.326,16.993199999999998,16.66,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.326,18.326,18.326,18.9924,19.6588,20.3252,20.3252,20.3252,20.9916,21.658,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,27.6556,28.322,28.9884,28.9884,29.988,30.6544,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,37.9848,38.9844,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,41.9832,41.9832,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,41.65,41.65,41.65,41.65,41.65,42.3164,42.3164,42.9828,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.3128,51.9792,52.6456,53.312,53.6452,54.3116,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.6428,60.3092,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.2996,85.6324,86.632,87.9648,88.298,89.2976,89.6308,90.6304,91.2968,91.9632,92.6296,93.6292,93.9624,94.962,94.962,95.6284,95.9616,96.628,97.2944,98.6272,98.96039999999999,99.6268,99.96,100.6264,101.2928,102.6256,102.9588,104.6248,105.2912,106.624,107.2904,107.6236,108.6232,110.9556,111.622,113.6212,114.954,115.9536,116.62,116.9532,117.6196,117.6196,117.9528,117.6196,118.286,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.9496,125.9496,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.2848,121.2848,121.618,121.618,121.9512,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.9508,122.9508,122.2844,121.9512,121.618,120.2852,119.6188,117.6196,117.2864,116.2868,115.6204,114.6208,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.95439999999999,114.2876,114.2876,113.95439999999999,113.6212,113.288,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.6208,114.6208,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.9532,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,111.622,111.2888,110.6224,109.956,109.956,109.956,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,108.6232,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.956,110.9556,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.6216,112.2884,112.2884,111.2888,111.9552,111.9552,112.2884,112.2884,111.9552,111.622,110.9556,110.6224,108.6232,107.6236,106.2908,105.6244,105.2912,105.2912,104.6248,103.62519999999999,102.6256,101.2928,100.2932,99.2936,97.96079999999999,96.628,96.2948,96.2948,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,95.6284,95.2952,94.6288,92.9628,91.63,90.9636,89.6308,89.6308,88.298,87.9648,87.9648,86.9652,86.632,85.2992,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,83.3,83.3,83.3,83.3,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.2992,85.2992,85.2992,84.6328,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,86.9652,86.9652,87.2984,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,95.9616,95.2952,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.63,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.2924,101.626,100.6264,100.6264,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.9592,102.6256,103.292,103.62519999999999,105.2912,105.6244,106.624,106.624,105.9576,105.9576,105.6244,105.6244,104.6248,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,107.9568,106.9572,105.6244,105.6244,103.62519999999999,103.292,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,104.958,105.6244,105.6244,104.958,104.958,104.958,105.6244,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908],[26.656,26.656,26.656,25.9896,24.99,24.3236,22.9908,22.3244,22.3244,21.658,21.658,21.658,21.3248,20.6584,20.6584,20.6584,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,20.9916,20.9916,19.6588,18.9924,17.6596,16.993199999999998,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.9924,18.9924,18.9924,19.6588,20.3252,20.9916,20.9916,20.9916,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,27.3224,27.6556,28.322,28.9884,28.9884,29.988,30.6544,31.3208,31.9872,33.32,33.986399999999996,34.6528,35.3192,37.3184,37.9848,37.9848,38.6512,38.9844,39.6508,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.9832,41.9832,41.65,41.65,41.65,41.65,41.65,42.3164,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.9792,52.6456,53.312,53.9784,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,61.9752,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.9732,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.2996,85.6324,86.632,87.9648,88.298,89.2976,89.6308,90.6304,91.2968,91.9632,92.6296,93.6292,93.9624,94.2956,94.962,95.6284,95.9616,96.628,97.2944,98.6272,98.96039999999999,99.6268,100.2932,100.6264,101.2928,102.6256,103.62519999999999,105.2912,105.9576,106.9572,107.9568,108.9564,109.956,111.2888,112.2884,113.288,114.2876,115.6204,115.6204,115.9536,116.62,116.62,117.2864,117.6196,118.286,118.286,118.286,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.9516,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.28359999999999,123.6172,123.9504,123.9504,123.6172,123.6172,123.6172,123.6172,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.28359999999999,123.9504,123.28399999999999,121.618,120.2852,118.9524,118.286,117.2864,116.62,115.9536,114.6208,114.2876,114.2876,114.2876,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.6204,115.6204,116.2868,116.2868,116.2868,116.2868,115.6204,115.6204,114.954,114.2876,113.95439999999999,114.2876,114.6208,114.6208,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.9532,117.6196,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.286,117.2864,117.2864,116.62,116.2868,114.954,114.954,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,111.622,110.6224,109.956,109.956,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,109.956,109.956,109.956,109.956,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.6224,109.2896,108.9564,106.9572,106.2908,105.9576,105.9576,105.9576,104.958,104.958,103.292,102.2924,100.9596,99.96,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,97.2944,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,96.628,95.6284,93.6292,92.6296,92.2964,90.9636,90.2972,89.2976,88.9644,88.63119999999999,87.9648,87.2984,86.632,85.9656,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,84.966,84.966,84.2996,83.6332,83.3,83.3,83.3,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.9624,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,95.9616,95.2952,94.962,94.6288,93.9624,93.9624,93.6292,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.6296,92.2964,91.63,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.9592,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.2924,101.626,101.626,100.9596,100.6264,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.62519999999999,105.2912,105.6244,106.624,106.624,106.624,105.9576,105.6244,105.6244,104.6248,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,107.9568,106.9572,105.9576,104.6248,103.292,102.6256,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,104.958,104.958,105.6244,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.2908,105.9576],[25.9896,25.9896,25.9896,25.3232,24.3236,23.6572,22.3244,21.658,21.658,20.9916,20.9916,20.9916,20.6584,20.6584,20.6584,19.992,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,20.9916,20.9916,19.6588,18.9924,18.326,17.6596,16.993199999999998,15.9936,15.9936,16.66,16.66,17.3264,17.9928,17.9928,18.6592,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,21.658,21.658,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.9896,25.9896,25.9896,25.9896,26.656,26.656,27.3224,27.3224,28.322,28.322,28.9884,29.654799999999998,30.6544,31.3208,31.9872,32.6536,33.32,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,38.6512,39.6508,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.9832,41.9832,41.65,41.65,42.3164,42.3164,42.3164,42.3164,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.308,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.966,86.2988,86.632,87.9648,88.9644,89.2976,90.2972,90.6304,91.2968,91.9632,92.6296,93.6292,93.6292,94.2956,94.962,95.6284,95.9616,96.628,97.2944,98.6272,99.6268,100.2932,100.6264,101.2928,101.626,102.9588,103.62519999999999,105.2912,107.2904,107.9568,108.6232,109.2896,109.956,111.622,112.2884,113.6212,114.2876,115.2872,115.6204,115.6204,115.6204,116.62,116.62,117.2864,117.6196,118.286,118.286,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.9516,120.9516,121.2848,121.9512,122.2844,122.9508,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.9504,124.6168,124.95,124.95,125.6164,125.6164,124.95,124.95,124.95,124.95,124.95,124.95,124.95,125.6164,125.6164,125.2832,123.9504,123.28399999999999,121.618,119.6188,119.6188,118.286,117.6196,117.2864,116.2868,115.2872,115.2872,115.2872,114.954,114.954,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,117.2864,116.62,116.62,115.9536,115.2872,114.954,114.954,115.2872,115.2872,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.9528,117.9528,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,118.9524,117.6196,117.2864,117.2864,116.62,115.2872,114.954,114.954,114.954,115.2872,115.2872,115.2872,114.6208,114.2876,113.6212,113.6212,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.2884,111.622,111.622,112.2884,112.2884,112.2884,110.9556,110.9556,110.2892,109.956,109.6228,109.956,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,108.9564,108.9564,109.2896,108.9564,108.9564,109.2896,110.2892,111.2888,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.6224,109.956,108.9564,106.9572,106.9572,106.9572,107.2904,107.2904,106.624,105.9576,104.958,103.292,102.6256,101.2928,100.2932,99.2936,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.2944,96.628,95.6284,94.2956,92.6296,92.2964,90.9636,90.6304,89.964,89.2976,89.2976,88.298,87.9648,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.632,86.632,86.2988,86.2988,85.9656,85.6324,84.2996,83.6332,83.6332,83.3,83.3,83.3,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,85.6324,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.9616,94.962,94.6288,93.9624,93.6292,93.6292,93.6292,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,90.2972,90.6304,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.6272,99.6268,100.2932,100.9596,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,101.626,101.2928,100.6264,100.6264,100.2932,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.62519999999999,105.2912,105.6244,106.624,106.624,106.624,106.624,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,107.9568,106.9572,105.9576,104.2916,103.292,102.6256,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,106.9572,106.2908,106.2908,105.9576],[24.99,24.99,24.99,24.3236,23.323999999999998,22.6576,21.3248,20.6584,20.6584,19.992,19.992,19.992,19.992,19.992,19.992,19.992,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,19.6588,18.9924,17.6596,17.6596,16.993199999999998,16.993199999999998,16.66,16.66,16.66,17.3264,17.3264,17.9928,18.6592,19.3256,20.3252,20.3252,20.9916,21.658,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,25.3232,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.3232,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.9896,25.9896,25.9896,25.9896,26.656,27.3224,27.3224,27.9888,28.322,28.9884,28.9884,29.654799999999998,30.6544,31.3208,31.9872,32.6536,33.986399999999996,35.3192,35.9856,36.652,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.3168,41.9832,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.641999999999996,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,61.641999999999996,61.641999999999996,62.6416,62.6416,63.6412,64.3076,64.3076,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,84.966,86.2988,86.632,88.298,88.9644,89.964,90.2972,91.2968,91.2968,91.9632,92.6296,93.6292,93.6292,94.2956,94.962,95.6284,95.9616,96.628,97.2944,98.6272,99.6268,100.2932,100.6264,101.9592,102.6256,103.62519999999999,104.958,105.9576,106.9572,108.6232,109.956,110.2892,111.2888,112.2884,113.288,113.6212,114.2876,114.6208,115.2872,115.2872,115.6204,115.6204,116.2868,116.62,117.2864,117.6196,118.286,118.286,118.286,118.286,118.286,118.9524,119.6188,119.952,120.2852,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.9496,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,127.6156,126.616,126.2828,125.6164,124.6168,122.6176,121.618,120.9516,119.952,119.6188,118.61919999999999,117.6196,116.9532,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,115.9536,115.6204,115.6204,115.6204,116.62,117.2864,117.2864,117.6196,117.9528,118.61919999999999,118.61919999999999,119.2856,119.6188,119.6188,119.6188,119.6188,119.952,119.952,120.2852,120.2852,120.6184,120.6184,119.952,119.952,118.9524,118.286,117.9528,116.62,116.62,116.2868,116.2868,116.2868,115.9536,115.9536,115.9536,115.6204,114.6208,114.6208,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.6216,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.622,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,110.2892,111.2888,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,113.95439999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.2892,108.9564,108.28999999999999,107.9568,108.28999999999999,107.9568,107.9568,107.9568,106.9572,105.6244,104.958,103.62519999999999,102.6256,101.9592,101.2928,99.96,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,99.96,99.96,99.96,100.2932,98.96039999999999,98.6272,97.2944,95.6284,94.6288,93.29599999999999,92.9628,92.2964,91.63,90.6304,90.2972,89.964,89.2976,88.63119999999999,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,84.966,83.6332,83.6332,83.3,83.3,83.3,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.9664,84.2996,85.6324,85.9656,86.2988,86.9652,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,93.6292,93.6292,94.6288,94.962,95.6284,95.6284,96.2948,96.2948,96.628,95.9616,95.6284,95.6284,94.6288,93.9624,93.6292,92.6296,92.6296,91.9632,91.9632,91.9632,91.63,91.63,91.2968,91.2968,90.2972,89.964,89.2976,89.2976,89.6308,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.2952,95.9616,95.9616,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,99.2936,99.96,100.9596,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.292,103.292,102.6256,102.2924,101.2928,101.2928,100.9596,100.2932,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.9592,103.292,104.2916,105.2912,105.6244,106.624,106.624,106.624,106.624,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,107.9568,106.9572,105.9576,104.2916,103.292,102.6256,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,105.2912,105.2912,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576],[24.3236,24.3236,24.3236,23.6572,22.6576,21.9912,20.6584,19.992,19.992,19.992,19.992,19.992,19.992,19.992,19.3256,19.3256,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,18.9924,18.326,17.6596,16.993199999999998,16.993199999999998,16.993199999999998,16.66,16.66,17.3264,17.9928,17.9928,18.6592,19.3256,19.992,20.9916,21.658,21.658,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.3232,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.9896,25.9896,25.9896,25.9896,26.656,27.3224,27.9888,27.9888,28.9884,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,40.6504,40.6504,41.3168,41.9832,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.3124,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,61.641999999999996,61.641999999999996,62.6416,63.6412,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,84.966,86.2988,86.632,88.298,88.9644,89.964,90.2972,91.2968,91.2968,91.9632,92.6296,93.6292,93.6292,94.2956,94.962,95.6284,96.628,97.2944,97.6276,98.96039999999999,99.6268,100.2932,100.6264,102.6256,102.9588,104.2916,105.2912,106.2908,107.6236,109.2896,110.6224,111.2888,111.9552,113.288,113.6212,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,115.6204,115.6204,116.2868,116.62,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,119.2856,119.952,120.9516,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.9496,125.9496,126.9492,126.9492,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,127.2824,126.616,125.6164,125.2832,123.9504,122.6176,122.2844,120.9516,119.952,119.952,119.2856,118.286,118.286,118.286,117.9528,117.9528,117.6196,117.6196,117.6196,116.9532,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,115.6204,115.6204,116.2868,117.2864,117.2864,117.6196,117.6196,118.61919999999999,118.61919999999999,119.2856,119.2856,119.952,119.952,119.952,119.952,120.2852,120.9516,120.9516,121.618,121.2848,121.2848,121.2848,120.6184,119.6188,118.9524,118.286,117.9528,117.2864,116.62,116.62,116.2868,115.9536,115.9536,115.9536,115.9536,115.2872,114.6208,114.6208,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,111.9552,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,111.9552,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,110.9556,110.9556,111.2888,111.9552,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.2892,108.9564,108.28999999999999,108.28999999999999,108.9564,109.6228,109.2896,108.6232,107.6236,106.9572,105.6244,105.2912,104.6248,103.292,102.6256,101.2928,100.6264,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,100.6264,100.2932,98.6272,97.2944,96.2948,95.6284,94.2956,93.6292,92.2964,91.63,91.2968,90.6304,89.964,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.2984,87.2984,86.2988,85.6324,84.2996,83.6332,83.3,83.3,83.3,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.9664,84.2996,85.6324,85.9656,85.9656,86.632,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,94.6288,94.6288,95.2952,95.6284,96.2948,96.2948,96.628,95.9616,95.6284,95.6284,94.6288,93.9624,93.6292,92.6296,91.9632,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.2972,89.964,89.2976,88.63119999999999,88.63119999999999,89.6308,90.2972,90.6304,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.2952,95.2952,95.9616,95.9616,96.9612,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,100.2932,100.9596,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.292,103.292,102.2924,101.9592,101.2928,100.9596,100.9596,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.9592,102.6256,103.62519999999999,104.2916,105.2912,105.6244,106.624,106.624,106.624,106.624,105.9576,105.6244,104.6248,103.9584,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,107.9568,106.9572,105.9576,104.2916,103.292,102.6256,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,105.2912,105.2912,104.958,105.6244,105.9576,105.9576,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576],[23.6572,23.6572,23.6572,22.9908,21.658,20.9916,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,19.6588,18.9924,18.326,17.6596,16.993199999999998,17.6596,17.6596,16.66,16.66,17.3264,17.9928,18.6592,19.3256,19.992,20.6584,20.9916,21.658,22.3244,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.9896,25.9896,25.9896,25.9896,26.656,27.3224,27.9888,28.6552,28.9884,29.654799999999998,29.654799999999998,30.3212,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,40.6504,40.6504,41.3168,41.9832,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.6496,43.316,43.316,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,59.6428,60.3092,61.3088,61.3088,61.9752,61.9752,62.6416,63.6412,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.3084,62.3084,62.3084,62.6416,63.6412,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,84.966,86.2988,86.632,88.298,88.9644,89.964,90.6304,91.2968,91.2968,92.6296,92.9628,93.6292,93.6292,94.2956,94.962,95.9616,96.9612,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,101.2928,102.6256,102.9588,104.2916,105.2912,106.624,107.9568,109.2896,110.6224,111.622,112.2884,113.288,113.6212,114.2876,114.2876,113.95439999999999,114.6208,114.2876,114.6208,115.2872,115.6204,116.2868,116.62,117.2864,117.6196,118.286,118.286,118.286,118.286,118.61919999999999,118.61919999999999,118.9524,119.2856,119.6188,120.2852,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.6172,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,126.2828,126.9492,126.616,126.616,126.616,126.616,126.9492,126.9492,127.6156,127.9488,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,127.9488,127.9488,127.2824,126.616,125.6164,125.2832,123.9504,123.28399999999999,122.9508,121.618,121.618,121.2848,120.9516,119.6188,119.6188,119.6188,118.9524,118.9524,117.9528,117.9528,117.6196,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.9516,121.2848,121.2848,121.2848,122.2844,121.9512,122.2844,122.2844,121.618,120.9516,119.952,118.9524,118.286,118.286,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,115.9536,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.2884,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,110.9556,110.2892,110.9556,111.622,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.2892,109.956,109.6228,110.2892,110.2892,110.6224,110.2892,109.956,108.9564,107.6236,107.6236,106.9572,105.9576,105.2912,103.62519999999999,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.2928,100.2932,99.2936,97.96079999999999,96.9612,95.6284,95.2952,93.9624,92.6296,92.6296,92.2964,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,90.2972,89.6308,89.6308,88.63119999999999,88.298,87.2984,87.2984,86.2988,85.6324,84.2996,83.6332,83.3,83.3,83.3,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.2992,85.6324,86.632,86.632,87.2984,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,87.6316,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.6308,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,95.9616,95.9616,95.6284,95.6284,94.6288,93.9624,93.6292,92.6296,91.9632,91.63,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,92.6296,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,91.9632,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,95.2952,95.2952,95.2952,95.9616,96.9612,97.2944,97.2944,97.96079999999999,98.96039999999999,99.2936,100.2932,100.9596,101.2928,101.9592,103.292,103.292,103.9584,103.9584,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,103.9584,103.62519999999999,103.292,103.292,101.9592,101.2928,100.9596,100.9596,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,102.2924,103.62519999999999,104.2916,105.6244,105.9576,106.624,106.624,106.624,106.624,105.9576,105.6244,104.6248,104.6248,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,107.9568,106.9572,105.6244,103.62519999999999,102.6256,101.9592,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,105.6244,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576],[22.9908,22.9908,22.3244,22.3244,20.9916,20.3252,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,19.6588,18.9924,18.326,17.6596,17.6596,17.6596,17.6596,16.66,17.3264,17.9928,18.6592,19.3256,19.992,20.6584,21.658,21.658,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,25.6564,25.6564,26.3228,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.3232,25.9896,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.3232,25.9896,25.9896,25.9896,26.656,27.3224,27.9888,28.6552,29.654799999999998,29.654799999999998,30.3212,30.9876,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,40.6504,40.6504,41.3168,41.9832,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.9828,43.316,43.316,43.316,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,56.644,56.977199999999996,56.977199999999996,57.6436,58.31,58.6432,59.309599999999996,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,63.6412,64.3076,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.6412,64.3076,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.9724,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.966,84.966,86.2988,86.632,88.298,89.2976,90.6304,90.6304,91.2968,91.2968,92.6296,92.9628,93.6292,93.9624,94.2956,94.962,96.2948,96.9612,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,101.2928,102.6256,102.9588,104.2916,105.2912,106.624,108.6232,109.956,110.6224,111.622,112.2884,113.288,113.6212,114.2876,114.2876,114.6208,114.6208,114.2876,114.6208,115.2872,115.6204,116.2868,116.62,117.2864,117.6196,117.6196,118.286,118.286,118.286,118.61919999999999,118.61919999999999,118.9524,118.9524,119.2856,119.2856,120.2852,120.2852,120.2852,121.2848,121.9512,122.9508,122.9508,123.6172,123.6172,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,126.2828,126.9492,126.616,126.616,126.616,126.616,126.9492,126.9492,127.6156,127.9488,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,127.9488,127.2824,126.616,125.6164,125.2832,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.9512,121.2848,120.6184,120.2852,119.6188,118.9524,118.9524,117.9528,117.9528,117.6196,116.62,116.62,116.2868,116.2868,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.9524,119.6188,119.6188,119.952,119.952,120.6184,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,121.618,120.9516,119.952,119.6188,118.9524,118.286,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,115.6204,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.9556,111.2888,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.9552,111.2888,110.9556,110.2892,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,109.2896,108.9564,108.28999999999999,107.6236,106.9572,105.9576,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,101.9592,101.2928,100.2932,99.2936,97.96079999999999,96.9612,95.6284,95.2952,93.9624,93.6292,92.9628,92.2964,91.9632,91.63,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,88.63119999999999,88.63119999999999,88.298,87.2984,86.2988,86.2988,84.966,83.6332,83.3,83.3,83.3,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,86.632,87.2984,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.6316,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,91.2968,91.63,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,95.6284,94.6288,93.9624,93.6292,92.9628,92.6296,91.63,91.2968,90.6304,90.6304,90.2972,90.2972,90.2972,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,89.2976,89.6308,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.962,95.2952,95.2952,95.2952,95.9616,96.9612,96.9612,97.2944,97.96079999999999,98.6272,99.2936,100.2932,100.9596,101.2928,101.9592,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.6248,103.62519999999999,103.62519999999999,103.292,101.9592,101.2928,100.9596,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,102.2924,103.62519999999999,104.2916,105.9576,105.9576,106.624,106.624,106.624,105.9576,105.9576,105.6244,104.6248,104.6248,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,107.9568,107.6236,106.2908,105.6244,103.62519999999999,102.6256,101.9592,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,105.2912,105.2912,105.2912,105.6244,106.2908,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576],[21.658,20.9916,20.9916,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.9924,18.9924,18.326,18.326,18.326,18.326,17.9928,17.9928,17.9928,17.9928,17.9928,18.6592,18.6592,18.6592,19.3256,19.3256,19.992,19.992,19.992,19.992,19.992,19.992,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.3252,19.6588,18.9924,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,21.658,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.9896,25.9896,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,35.9856,36.652,37.3184,38.318,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,45.3152,45.3152,45.3152,45.6484,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,62.6416,63.308,63.9744,63.9744,63.9744,64.3076,64.974,64.974,64.974,64.974,64.3076,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.3012,80.3012,80.6344,80.6344,80.6344,81.3008,81.9672,82.96679999999999,84.2996,84.2996,84.966,85.6324,86.2988,87.9648,88.298,89.2976,90.6304,90.6304,91.63,91.9632,92.9628,93.6292,94.2956,94.962,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,100.9596,101.9592,102.6256,102.9588,104.2916,105.9576,106.624,107.9568,109.956,111.2888,111.622,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.2872,115.2872,116.62,117.2864,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.952,120.2852,120.9516,121.618,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.95,124.95,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.6164,126.616,126.616,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,127.6156,128.282,128.6152,129.2816,129.948,129.948,129.948,129.948,129.6148,129.6148,128.9484,128.6152,127.6156,126.9492,126.616,125.2832,124.6168,124.6168,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,121.9512,121.2848,119.952,120.2852,118.9524,118.61919999999999,117.9528,117.6196,116.62,116.62,116.62,116.62,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.9528,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.6176,122.6176,121.9512,121.2848,120.9516,120.2852,119.2856,118.61919999999999,117.9528,117.9528,117.2864,117.2864,116.62,116.62,116.62,116.62,115.9536,115.6204,114.954,114.954,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,114.6208,114.954,114.954,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,111.2888,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.2888,111.2888,111.622,111.2888,110.6224,110.2892,109.956,109.2896,108.6232,108.28999999999999,107.6236,106.2908,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.292,102.6256,100.9596,100.2932,98.96039999999999,97.96079999999999,96.628,96.2948,95.9616,94.962,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,91.63,91.2968,91.2968,90.6304,89.6308,88.9644,88.63119999999999,88.298,87.2984,86.9652,86.2988,84.966,84.2996,83.3,83.3,83.3,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.3012,79.6348,79.6348,79.6348,79.6348,79.6348,80.3012,80.3012,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,82.96679999999999,83.6332,84.2996,84.2996,85.2992,86.632,87.2984,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.6292,93.6292,94.2956,94.962,94.962,94.962,94.962,95.2952,95.2952,95.2952,94.6288,93.29599999999999,92.9628,92.2964,91.63,91.63,90.6304,90.6304,90.2972,89.964,89.2976,89.2976,88.63119999999999,88.298,87.9648,88.298,88.298,88.63119999999999,89.2976,89.6308,90.2972,90.6304,90.6304,89.964,89.964,89.964,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.9612,96.628,97.2944,98.294,98.96039999999999,100.2932,100.6264,101.626,102.2924,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.2912,105.2912,105.2912,105.6244,105.6244,104.6248,103.9584,103.292,101.9592,101.2928,99.6268,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,102.2924,103.292,103.62519999999999,104.958,105.9576,106.624,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,104.6248,104.6248,103.62519999999999,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,107.6236,106.9572,107.2904,107.2904,107.2904,107.9568,107.9568,106.2908,105.9576,104.2916,102.6256,102.2924,101.626,101.2928,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,105.6244,105.6244,105.6244,104.958,104.958,105.6244,105.6244,105.9576,106.624,106.624,106.9572,106.9572,106.9572,106.9572],[20.9916,20.3252,20.3252,19.6588,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.3264,17.3264,17.3264,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,18.6592,19.3256,19.3256,19.3256,19.3256,19.3256,19.992,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,17.6596,17.6596,17.6596,17.6596,18.326,18.9924,19.6588,20.9916,21.658,22.3244,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.9896,25.9896,26.9892,26.9892,27.6556,28.322,28.9884,30.3212,30.9876,32.3204,33.32,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,37.3184,38.318,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,45.3152,45.3152,45.3152,45.9816,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,59.976,60.9756,61.641999999999996,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.6408,63.9744,64.3076,64.974,64.974,64.974,65.6404,66.3068,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.3012,80.3012,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.9648,88.9644,89.964,90.6304,91.2968,91.63,91.9632,93.6292,93.9624,94.962,95.6284,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,101.2928,101.9592,102.6256,103.62519999999999,104.958,105.9576,106.624,107.6236,109.2896,110.6224,111.9552,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,116.62,117.2864,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.6196,117.9528,117.9528,118.61919999999999,118.61919999999999,119.6188,119.952,120.2852,120.2852,120.9516,120.9516,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.6164,126.616,127.2824,127.6156,127.6156,127.6156,126.9492,126.9492,127.6156,128.282,128.6152,129.2816,129.2816,129.948,129.948,129.948,129.948,129.6148,129.6148,128.9484,128.9484,127.9488,127.6156,126.9492,125.9496,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.9504,123.28399999999999,122.2844,121.618,120.6184,120.2852,119.6188,118.61919999999999,117.9528,117.9528,117.2864,116.62,116.62,116.62,116.2868,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.6176,122.6176,121.9512,121.9512,121.2848,120.9516,119.952,119.2856,118.286,117.9528,117.9528,117.2864,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,114.954,114.6208,113.95439999999999,113.95439999999999,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.6204,115.2872,115.2872,115.2872,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.622,111.2888,110.6224,110.2892,109.956,109.956,109.2896,108.6232,107.6236,106.9572,105.9576,105.9576,105.9576,106.624,106.2908,106.2908,106.624,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,104.6248,103.62519999999999,103.292,101.2928,100.6264,99.6268,98.96039999999999,97.2944,96.628,96.628,95.9616,94.962,94.2956,94.2956,93.6292,92.6296,92.2964,91.63,91.2968,91.2968,90.2972,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.2988,84.966,84.2996,83.3,83.3,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.2996,85.6324,86.632,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,91.63,91.63,92.2964,92.6296,93.6292,93.6292,93.6292,93.6292,94.6288,94.962,94.962,94.962,95.2952,95.2952,94.6288,93.9624,92.9628,92.2964,91.63,91.63,90.6304,90.2972,89.964,89.964,89.2976,89.2976,88.298,88.298,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,90.2972,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,94.962,94.962,95.6284,95.9616,96.9612,96.9612,96.628,97.2944,98.294,98.96039999999999,100.2932,100.6264,101.626,102.2924,103.62519999999999,104.2916,105.2912,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,105.6244,104.6248,103.9584,103.292,101.9592,100.6264,99.6268,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,102.2924,103.292,103.62519999999999,104.958,105.9576,106.624,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,104.6248,104.6248,103.62519999999999,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,107.9568,107.6236,105.6244,105.6244,103.62519999999999,102.2924,101.626,101.626,101.2928,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.6244,105.9576,106.2908,106.2908,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,109.2896,108.6232,108.6232,107.9568,107.6236,107.6236,107.2904,106.624,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.958,104.958,105.6244,105.9576,105.9576,106.624,106.624,106.9572,106.9572,106.9572,106.9572],[20.3252,20.3252,19.6588,19.6588,18.9924,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,17.3264,17.3264,17.3264,16.66,16.66,16.66,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,17.9928,17.9928,18.6592,18.6592,18.6592,18.6592,19.3256,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,20.3252,20.9916,21.658,22.3244,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.3232,25.9896,26.9892,26.9892,27.6556,28.322,28.9884,30.3212,30.9876,32.3204,33.32,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,37.3184,38.318,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,54.6448,54.6448,55.3112,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,60.9756,61.641999999999996,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.6408,64.6408,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,84.2996,84.966,85.6324,86.2988,86.9652,86.9652,88.9644,89.2976,89.964,91.2968,91.63,91.9632,92.6296,93.9624,94.2956,94.962,95.6284,96.9612,97.2944,97.2944,97.96079999999999,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.958,105.6244,106.624,107.6236,108.9564,110.6224,111.9552,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,114.954,114.954,114.954,115.2872,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,117.2864,117.2864,117.2864,116.9532,117.6196,117.9528,117.9528,117.9528,118.61919999999999,118.61919999999999,119.6188,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,127.2824,127.2824,127.6156,127.6156,127.6156,128.282,128.6152,129.2816,129.2816,129.6148,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.9484,128.9484,128.6152,127.9488,127.9488,127.6156,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,123.9504,122.6176,122.2844,121.2848,120.9516,119.6188,118.61919999999999,117.9528,117.9528,117.2864,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.952,119.952,120.9516,120.9516,121.2848,121.9512,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.6176,122.6176,122.2844,121.9512,121.2848,120.9516,120.2852,119.2856,118.61919999999999,118.286,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.6204,115.6204,114.6208,114.6208,114.6208,114.6208,115.6204,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.9532,116.62,116.62,116.2868,116.62,116.62,116.62,116.62,116.2868,116.2868,116.2868,115.9536,115.2872,114.954,114.954,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,112.6216,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.6224,110.2892,109.956,109.956,109.2896,108.6232,107.6236,106.9572,105.9576,105.9576,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.624,105.9576,105.2912,103.9584,103.292,102.6256,100.9596,100.2932,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,96.628,96.2948,95.6284,95.6284,94.962,93.9624,93.6292,92.9628,91.9632,91.2968,90.2972,89.2976,89.2976,88.63119999999999,87.9648,87.2984,86.2988,84.966,84.2996,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.3016,79.3016,78.6352,77.6356,77.6356,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.2996,85.6324,86.632,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,87.2984,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.2972,91.63,91.63,92.2964,92.6296,93.6292,93.6292,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,92.9628,92.2964,91.63,91.2968,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.628,97.2944,98.294,98.96039999999999,100.2932,100.6264,101.626,102.6256,103.9584,104.6248,105.2912,105.6244,106.624,106.624,106.2908,106.2908,106.2908,105.9576,105.6244,104.6248,103.9584,103.292,101.2928,100.6264,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,102.2924,102.6256,103.62519999999999,104.958,105.6244,106.2908,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.62519999999999,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,107.6236,106.9572,105.2912,104.958,103.292,102.2924,101.626,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,107.6236,107.6236,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572],[19.6588,19.6588,19.6588,18.9924,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.3264,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,17.9928,17.9928,18.6592,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.9924,18.9924,19.6588,20.9916,21.658,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.3232,25.3232,26.3228,26.9892,27.6556,28.322,28.9884,30.3212,30.9876,31.654,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.9848,38.9844,38.9844,39.6508,39.6508,40.3172,40.9836,41.65,41.65,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.6448,54.6448,55.3112,55.3112,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,65.3072,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,84.2996,84.6328,85.6324,86.632,87.2984,87.2984,88.298,88.9644,89.964,90.6304,91.9632,91.9632,92.6296,92.6296,94.2956,94.962,95.6284,95.9616,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.2916,105.6244,105.9576,107.6236,108.9564,110.2892,111.622,112.6216,113.288,113.6212,114.2876,114.2876,114.954,115.2872,114.954,114.954,114.954,114.954,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,116.2868,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,120.9516,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,123.28399999999999,123.9504,123.9504,124.6168,124.95,125.6164,125.6164,126.2828,126.9492,126.9492,127.6156,127.6156,128.282,128.6152,129.2816,129.2816,129.6148,129.948,129.948,129.948,129.2816,129.2816,128.6152,128.6152,128.6152,128.6152,127.9488,127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,123.9504,122.6176,122.2844,121.2848,120.2852,119.6188,118.61919999999999,117.9528,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.9516,121.2848,121.9512,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.6176,122.6176,122.2844,122.2844,121.9512,121.2848,120.9516,119.952,118.9524,118.286,118.286,117.9528,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.6204,115.2872,114.6208,114.6208,115.2872,115.9536,116.62,116.62,116.62,116.2868,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,116.9532,117.6196,117.6196,117.6196,117.6196,117.6196,116.62,116.62,116.2868,116.62,115.2872,115.2872,114.954,114.2876,114.6208,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.2892,109.956,109.956,109.2896,108.6232,107.6236,106.9572,105.9576,105.9576,106.624,107.2904,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.2904,106.624,105.2912,104.6248,103.62519999999999,102.6256,101.626,100.6264,100.2932,98.96039999999999,98.96039999999999,98.6272,98.294,97.6276,96.9612,96.2948,95.6284,94.6288,93.9624,93.6292,92.6296,91.63,90.6304,89.964,89.2976,88.63119999999999,87.9648,87.2984,86.2988,84.966,84.2996,83.3,83.3,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,78.6352,77.6356,76.9692,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.966,86.2988,86.632,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.2972,91.63,91.63,92.2964,92.6296,93.6292,93.6292,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,92.9628,92.2964,91.63,91.2968,90.6304,90.2972,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.628,97.2944,98.294,98.96039999999999,100.2932,100.6264,101.626,102.6256,103.9584,104.6248,105.2912,105.6244,106.624,106.624,106.2908,106.2908,106.2908,105.9576,105.6244,104.6248,103.62519999999999,102.2924,100.6264,99.96,98.6272,97.96079999999999,97.2944,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,101.2928,101.9592,102.6256,103.292,104.2916,104.958,105.6244,106.2908,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.6248,103.9584,103.292,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.2904,106.9572,106.9572,106.2908,104.6248,104.6248,103.292,102.2924,101.626,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,105.9576,105.9576,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572],[18.9924,18.9924,18.9924,18.326,17.3264,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.3264,17.3264,17.9928,18.326,18.326,18.326,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,22.3244,22.3244,22.9908,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,25.3232,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.3232,25.3232,26.3228,26.9892,27.6556,28.322,28.9884,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.9848,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.3164,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,61.641999999999996,62.3084,63.308,63.9744,64.6408,64.6408,63.9744,63.9744,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,67.3064,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.9716,71.638,71.638,71.638,71.638,72.3044,72.3044,72.3044,71.9712,72.6376,72.6376,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.966,85.9656,85.6324,87.2984,87.9648,88.63119999999999,88.9644,89.964,91.2968,92.2964,92.9628,93.6292,93.6292,93.9624,94.962,95.2952,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,100.9596,101.2928,101.9592,102.6256,102.9588,104.2916,104.958,105.6244,107.6236,108.28999999999999,109.6228,111.2888,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,118.286,118.9524,119.6188,120.2852,120.2852,120.6184,120.2852,120.9516,121.618,122.2844,122.2844,122.6176,123.28399999999999,123.9504,123.9504,124.28359999999999,124.95,124.95,126.2828,126.2828,126.9492,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,127.2824,126.9492,126.9492,126.2828,126.2828,124.95,124.6168,124.6168,123.9504,122.2844,120.9516,120.2852,119.952,118.9524,118.286,117.6196,117.2864,116.62,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.286,119.6188,119.6188,120.2852,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,121.9512,121.2848,120.9516,118.9524,118.9524,118.61919999999999,118.286,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,116.2868,116.2868,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,119.2856,119.2856,118.61919999999999,118.61919999999999,117.6196,117.2864,116.62,116.62,115.9536,115.6204,115.6204,114.954,114.954,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.2892,109.956,109.956,109.2896,108.6232,107.6236,106.9572,106.2908,106.2908,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,106.2908,105.6244,104.958,103.9584,103.292,102.6256,101.626,100.9596,100.6264,100.6264,99.96,99.96,98.96039999999999,98.294,97.96079999999999,96.9612,95.9616,95.6284,94.962,93.6292,93.29599999999999,91.9632,91.2968,90.2972,89.2976,87.9648,87.2984,86.2988,84.966,84.2996,83.3,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,77.6356,76.9692,76.3028,76.3028,76.9692,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.966,85.2992,86.632,87.6316,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,85.6324,85.9656,85.9656,86.632,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.964,90.2972,91.2968,91.2968,92.2964,92.6296,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,91.63,90.9636,90.6304,89.964,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.2984,87.2984,87.2984,86.9652,86.9652,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.9628,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.628,97.2944,98.294,98.96039999999999,99.96,100.9596,101.9592,103.292,103.9584,104.6248,105.2912,105.6244,105.2912,105.2912,104.958,104.958,105.6244,105.2912,105.2912,104.2916,103.292,101.626,100.2932,99.2936,97.96079999999999,96.9612,96.628,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,100.2932,100.6264,100.6264,101.2928,102.6256,103.62519999999999,104.2916,104.958,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,104.958,104.6248,103.9584,103.292,103.292,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.6244,103.9584,103.292,102.2924,102.2924,101.2928,100.6264,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,105.6244,106.2908,106.2908,106.9572,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,106.2908,105.6244,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572],[18.9924,18.326,18.326,17.6596,16.66,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,20.3252,20.9916,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,25.3232,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.3232,25.3232,26.3228,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,32.6536,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,38.6512,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.3164,42.3164,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,71.638,71.638,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,72.6376,72.6376,72.6376,73.304,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,85.9656,86.632,87.2984,88.298,88.63119999999999,89.2976,89.964,90.6304,91.63,92.6296,93.6292,93.9624,93.9624,94.6288,95.2952,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,100.9596,100.9596,101.2928,101.9592,102.6256,102.9588,104.2916,104.958,105.6244,106.2908,107.6236,108.6232,110.6224,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.6204,116.2868,116.2868,116.62,116.62,117.2864,117.2864,118.286,118.9524,119.6188,119.6188,119.6188,120.2852,119.952,120.2852,121.2848,121.9512,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,124.6168,124.6168,125.6164,126.2828,126.9492,126.9492,127.2824,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,126.9492,126.2828,126.2828,126.2828,126.9492,126.2828,125.6164,125.2832,124.6168,123.9504,123.9504,122.6176,120.9516,120.2852,119.952,119.2856,118.286,117.6196,117.2864,116.62,115.9536,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.286,119.6188,119.952,121.2848,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,121.9512,121.2848,119.6188,118.9524,118.9524,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,116.2868,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.9528,117.9528,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,119.952,119.6188,119.6188,119.6188,119.2856,118.9524,117.6196,117.2864,116.62,116.2868,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.2876,114.2876,114.954,114.954,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.2892,110.2892,109.956,109.2896,108.6232,107.6236,106.9572,106.2908,106.2908,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,106.2908,105.9576,105.6244,104.6248,103.62519999999999,103.292,102.2924,101.626,101.2928,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.96039999999999,98.294,96.9612,95.9616,95.9616,94.962,93.9624,92.6296,91.9632,90.6304,89.2976,88.298,87.9648,86.2988,84.966,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.6356,76.9692,76.3028,76.3028,76.3028,76.3028,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.966,85.9656,86.632,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,85.6324,85.6324,85.9656,86.632,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.964,90.2972,91.2968,91.2968,92.2964,92.2964,93.29599999999999,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,90.9636,89.964,89.2976,88.63119999999999,88.298,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,87.2984,87.9648,88.298,88.298,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.9628,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.628,97.2944,98.294,98.96039999999999,100.2932,100.9596,101.9592,102.6256,103.62519999999999,103.9584,104.6248,104.6248,104.958,104.958,104.2916,104.2916,104.958,104.958,104.6248,103.62519999999999,102.2924,101.2928,99.96,98.294,97.6276,96.628,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,102.6256,103.62519999999999,104.2916,104.958,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.958,103.9584,103.9584,103.292,103.292,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,103.9584,103.292,101.9592,101.9592,101.2928,100.6264,100.6264,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,105.2912,105.9576,105.9576,106.2908,106.2908,106.9572,107.2904,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,106.9572,105.6244,105.2912,105.6244,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572],[17.9928,17.9928,17.3264,17.3264,16.66,15.9936,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.993199999999998,16.993199999999998,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,19.6588,19.6588,19.6588,20.3252,20.9916,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,24.99,25.3232,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.3232,25.3232,26.3228,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,34.6528,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,42.3164,42.9828,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,62.3084,63.308,63.9744,64.6408,64.6408,64.6408,63.9744,63.9744,64.3076,64.3076,64.974,64.974,65.6404,66.3068,67.6396,68.306,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.638,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.304,73.304,73.304,73.304,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.2996,85.6324,85.9656,87.2984,87.6316,88.298,89.2976,89.6308,90.6304,91.2968,92.2964,92.6296,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,100.2932,100.2932,100.9596,101.2928,101.9592,102.6256,102.6256,102.9588,104.2916,104.958,105.6244,106.2908,107.6236,108.28999999999999,109.956,111.622,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.2872,116.62,117.2864,117.2864,117.6196,118.286,118.286,118.286,118.286,119.6188,119.6188,120.2852,120.6184,120.9516,120.9516,122.2844,122.2844,122.9508,123.6172,124.6168,125.2832,125.6164,125.6164,126.616,126.616,127.9488,127.9488,128.282,128.282,127.6156,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,126.2828,125.6164,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,120.2852,119.6188,118.61919999999999,117.6196,117.2864,116.62,116.62,115.9536,115.2872,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.286,119.6188,119.952,121.2848,121.9512,122.2844,122.6176,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.2844,121.618,121.2848,119.952,119.6188,119.6188,118.9524,118.286,118.286,118.286,118.286,117.6196,117.2864,116.62,116.62,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,119.6188,120.2852,120.9516,120.9516,121.2848,120.6184,120.6184,120.6184,119.952,119.952,119.6188,118.9524,117.9528,117.6196,117.2864,116.62,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,110.9556,110.9556,110.2892,110.2892,109.2896,108.6232,107.6236,106.9572,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.624,105.9576,105.6244,104.6248,103.62519999999999,103.292,102.6256,102.2924,102.2924,102.2924,101.9592,101.2928,99.96,99.6268,99.6268,98.96039999999999,97.96079999999999,96.9612,96.2948,95.9616,94.6288,92.6296,91.9632,90.6304,89.2976,88.298,87.9648,86.2988,84.966,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,75.9696,75.9696,76.636,76.636,76.636,77.3024,77.3024,76.9692,76.9692,76.3028,75.6364,75.6364,76.3028,76.9692,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,84.2996,84.966,85.9656,86.632,87.2984,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.2988,86.2988,85.6324,85.6324,85.9656,86.632,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.964,90.2972,91.2968,91.2968,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.6296,92.2964,90.9636,90.2972,89.2976,88.9644,88.298,88.298,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,87.2984,87.9648,88.298,88.298,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.9628,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.9616,96.9612,96.9612,96.628,97.2944,98.294,98.96039999999999,100.2932,100.9596,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.292,102.2924,100.6264,99.2936,98.294,96.9612,95.9616,95.9616,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.628,96.9612,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,98.294,98.294,98.294,97.6276,97.6276,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.6268,100.2932,101.2928,101.626,102.6256,103.62519999999999,104.2916,104.958,105.9576,105.9576,105.9576,105.9576,105.6244,104.958,104.958,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,101.626,101.626,101.626,101.626,102.2924,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,106.2908,105.6244,104.6248,103.292,101.9592,101.2928,101.2928,101.2928,100.6264,100.6264,101.2928,101.626,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,104.6248,105.2912,105.9576,105.9576,106.2908,106.2908,106.9572,107.2904,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,104.958,104.958,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572],[17.3264,17.3264,17.3264,16.66,15.9936,15.3272,15.3272,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,16.3268,16.993199999999998,16.993199999999998,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,20.9916,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.3232,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.3232,25.3232,26.3228,26.3228,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,31.3208,31.9872,33.32,34.6528,36.652,37.9848,38.6512,39.3176,40.3172,40.9836,40.9836,41.65,41.65,42.3164,42.9828,42.9828,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,60.3092,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.9744,64.6408,64.6408,64.6408,63.9744,63.9744,64.3076,64.974,64.974,65.6404,66.3068,66.9732,68.306,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.6324,87.2984,87.6316,88.298,89.2976,89.6308,90.2972,90.6304,91.2968,92.2964,92.6296,93.9624,93.9624,94.6288,94.962,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.6272,99.2936,99.2936,100.2932,100.2932,101.2928,101.626,101.9592,102.6256,102.6256,102.6256,103.62519999999999,104.958,105.6244,106.2908,107.6236,108.28999999999999,109.956,111.622,112.2884,112.95479999999999,113.6212,114.2876,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.9528,117.9528,117.9528,118.9524,118.9524,119.6188,120.2852,120.2852,120.2852,121.2848,121.618,122.2844,123.28399999999999,123.6172,124.28359999999999,125.2832,125.6164,126.2828,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,125.9496,125.9496,125.9496,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.2848,119.6188,118.61919999999999,117.9528,117.2864,116.62,116.2868,116.2868,115.6204,114.6208,114.6208,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.9524,119.952,121.2848,121.9512,122.2844,122.6176,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,122.2844,121.9512,120.2852,120.6184,120.2852,119.6188,118.9524,118.9524,118.9524,118.286,118.286,117.6196,117.2864,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,120.2852,120.9516,121.2848,121.2848,121.9512,121.618,121.618,121.618,120.9516,120.6184,119.952,119.6188,118.61919999999999,118.61919999999999,117.6196,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,110.9556,110.9556,110.2892,110.2892,109.2896,108.6232,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.6244,104.6248,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,102.2924,101.9592,101.9592,101.2928,99.96,100.2932,99.2936,98.294,97.6276,96.9612,95.9616,94.6288,93.29599999999999,92.2964,90.6304,89.2976,88.298,87.9648,86.632,84.966,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.968,78.6352,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,77.3024,77.3024,77.3024,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.3032,75.3032,75.9696,75.9696,76.636,76.636,76.636,76.9692,76.3028,76.3028,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.966,85.6324,85.9656,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.2984,86.632,86.2988,86.2988,85.6324,85.6324,85.9656,85.9656,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,92.9628,92.2964,92.2964,91.63,90.2972,89.964,89.2976,88.9644,88.298,88.298,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,93.6292,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.9612,96.9612,97.6276,98.6272,98.96039999999999,100.2932,100.9596,101.626,102.2924,102.6256,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,102.6256,101.626,100.6264,99.2936,98.294,96.9612,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,98.294,98.294,98.294,98.294,97.6276,97.6276,98.294,98.96039999999999,99.6268,100.2932,101.626,102.2924,103.292,103.62519999999999,104.2916,104.958,105.9576,105.9576,105.9576,105.6244,104.958,104.958,104.6248,104.6248,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,101.626,101.626,101.626,101.626,102.2924,102.2924,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.958,104.958,104.958,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,106.2908,105.6244,105.6244,104.958,103.292,101.9592,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.9576,105.9576,106.2908,106.9572,107.2904,107.2904,108.6232,108.6232,108.6232,107.9568,107.6236,106.9572,106.2908,105.9576,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,103.62519999999999,103.9584,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572],[16.66,16.66,16.66,15.9936,15.3272,14.6608,14.6608,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.328,13.328,13.328,12.9948,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,18.6592,18.6592,19.3256,19.3256,19.3256,19.3256,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.9912,21.9912,22.6576,22.6576,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.3232,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,26.3228,26.3228,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.986399999999996,36.652,37.9848,38.6512,39.6508,40.3172,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.9744,63.9744,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,67.3064,67.97279999999999,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.9704,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,75.9696,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,86.632,87.6316,88.9644,88.63119999999999,89.964,90.2972,90.6304,91.63,91.9632,92.6296,93.29599999999999,94.2956,94.2956,94.962,95.6284,96.9612,97.2944,97.2944,97.96079999999999,98.6272,98.6272,99.6268,99.6268,100.2932,100.2932,100.9596,101.2928,102.6256,102.6256,103.292,103.292,103.62519999999999,104.6248,105.9576,106.624,107.6236,107.9568,109.2896,110.6224,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.6208,114.954,115.2872,115.2872,115.9536,115.9536,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,118.286,118.286,119.6188,120.2852,120.9516,121.2848,121.618,122.2844,123.6172,124.28359999999999,124.28359999999999,125.2832,125.9496,126.616,126.616,126.616,125.9496,125.9496,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,123.9504,122.6176,122.2844,121.9512,121.2848,121.2848,120.9516,119.6188,118.61919999999999,117.2864,116.62,115.9536,115.2872,115.2872,115.2872,114.6208,114.2876,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.9536,115.9536,116.2868,116.62,116.62,117.2864,117.2864,117.6196,118.9524,120.2852,120.2852,121.9512,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.6176,122.6176,122.6176,121.9512,121.9512,120.6184,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.286,117.9528,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.2848,120.2852,119.2856,118.286,117.9528,117.6196,117.2864,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,114.954,114.954,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.2896,108.6232,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,105.2912,104.6248,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,102.2924,101.9592,101.2928,100.2932,99.96,99.2936,98.294,97.96079999999999,96.628,95.6284,94.2956,93.6292,92.2964,91.2968,89.964,88.63119999999999,87.9648,86.632,85.6324,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.968,78.6352,77.6356,76.9692,76.3028,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,75.6364,75.6364,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.634,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.2988,86.2988,86.9652,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,86.632,86.632,85.2992,85.2992,84.966,84.966,84.966,85.9656,85.9656,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.6304,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.6284,96.2948,96.2948,96.628,97.2944,98.294,98.96039999999999,100.2932,100.9596,101.626,101.626,101.9592,102.6256,102.6256,101.9592,101.9592,101.626,101.9592,101.626,101.626,102.2924,102.6256,102.2924,101.626,101.2928,100.2932,98.6272,97.2944,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.2944,97.2944,97.6276,97.6276,98.6272,99.2936,99.96,101.2928,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.2912,105.2912,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,103.9584,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,104.958,103.62519999999999,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.62519999999999,103.9584,104.958,105.6244,105.6244,105.6244,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.2904,107.2904,106.2908,105.6244,104.6248,103.9584,103.9584,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572],[16.66,15.9936,15.9936,15.3272,14.6608,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,13.9944,13.328,13.328,13.328,13.328,12.3284,12.3284,12.9948,12.9948,12.9948,13.6612,13.6612,14.3276,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,18.6592,18.6592,19.3256,19.3256,19.3256,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,20.9916,20.9916,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.9912,21.9912,22.6576,22.6576,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.3232,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,26.3228,26.3228,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.986399999999996,36.652,37.9848,38.6512,39.6508,40.3172,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.974,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.6328,85.6324,85.9656,86.632,87.2984,88.9644,89.2976,89.964,90.2972,90.6304,91.2968,91.9632,92.6296,93.29599999999999,93.6292,94.2956,94.962,95.6284,95.9616,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,102.6256,102.6256,103.292,103.292,103.9584,104.6248,105.6244,105.9576,106.9572,107.6236,108.6232,109.956,111.622,112.2884,112.95479999999999,113.288,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,118.61919999999999,118.9524,119.952,120.2852,120.9516,121.2848,122.9508,123.28399999999999,123.6172,124.6168,124.95,125.6164,125.6164,125.6164,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,124.6168,123.28399999999999,122.2844,121.618,121.2848,120.9516,120.2852,118.9524,117.9528,117.2864,116.2868,115.6204,115.6204,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.6204,116.2868,116.62,116.62,117.2864,118.9524,119.6188,119.952,120.2852,121.9512,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,124.28359999999999,123.9504,124.6168,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.9512,120.6184,120.2852,120.2852,119.952,119.952,119.6188,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.286,117.6196,117.6196,117.6196,118.286,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.2848,120.2852,119.2856,118.61919999999999,117.9528,117.2864,116.62,116.62,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,113.288,112.95479999999999,112.2884,111.622,111.2888,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,109.956,108.6232,108.6232,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.2908,105.6244,105.6244,105.9576,105.9576,105.6244,105.2912,104.6248,103.62519999999999,103.292,103.292,103.292,102.6256,102.2924,102.2924,101.2928,100.6264,99.96,99.96,99.2936,98.294,97.96079999999999,96.628,95.6284,94.2956,93.6292,92.2964,91.2968,89.964,89.2976,88.298,86.632,85.6324,84.966,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,78.6352,76.9692,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.2984,86.632,85.9656,85.2992,85.2992,84.966,84.966,84.966,84.966,85.9656,85.9656,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.964,89.964,89.964,90.2972,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,90.6304,91.2968,90.2972,89.2976,89.2976,88.63119999999999,88.298,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.9616,96.2948,96.628,96.628,97.96079999999999,98.294,98.96039999999999,100.2932,100.9596,101.626,101.9592,101.9592,101.9592,101.9592,101.626,101.2928,101.626,101.2928,101.626,101.626,102.6256,102.2924,102.2924,101.2928,99.6268,98.96039999999999,97.2944,96.9612,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.6268,100.6264,101.2928,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.2912,105.2912,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,105.6244,105.6244,105.2912,105.2912,105.6244,103.62519999999999,102.6256,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,102.6256,103.292,103.9584,104.6248,105.6244,105.6244,105.6244,105.6244,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.2904,106.9572,106.2908,105.2912,104.6248,103.9584,103.9584,103.292,102.9588,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572],[15.9936,15.9936,15.3272,15.3272,14.6608,13.9944,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,12.9948,13.6612,14.6608,15.3272,15.3272,15.9936,16.66,16.66,17.3264,17.3264,17.3264,17.9928,17.9928,17.9928,18.6592,18.6592,18.6592,18.6592,18.9924,18.9924,18.9924,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.9912,21.9912,21.9912,21.9912,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.3232,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,26.3228,26.3228,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,31.3208,31.9872,33.32,34.6528,36.652,37.9848,38.6512,39.6508,40.3172,41.9832,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.9764,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.6408,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.2992,85.9656,86.632,87.2984,88.298,88.63119999999999,89.964,90.6304,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.6292,94.962,94.962,95.6284,95.9616,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,102.6256,102.6256,103.292,103.292,103.9584,104.6248,105.6244,105.9576,106.624,107.2904,107.6236,108.6232,110.9556,111.622,112.95479999999999,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,115.2872,115.9536,116.62,116.62,116.62,116.62,117.2864,117.9528,118.286,118.9524,119.6188,120.2852,120.9516,121.9512,122.9508,122.9508,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.95,124.6168,123.28399999999999,122.2844,121.2848,120.9516,118.9524,118.286,117.6196,116.62,115.6204,115.2872,114.6208,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.2872,115.6204,115.9536,116.62,117.9528,118.9524,119.952,120.2852,121.9512,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.95,124.95,124.95,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.2844,121.9512,121.2848,121.2848,121.2848,120.9516,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,120.9516,120.9516,121.2848,120.6184,120.6184,120.6184,120.6184,121.2848,121.9512,121.9512,122.6176,122.2844,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.2856,118.61919999999999,118.61919999999999,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.2872,115.2872,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,115.6204,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,113.288,112.95479999999999,112.2884,111.622,110.2892,110.2892,110.2892,109.956,109.956,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.624,105.9576,105.6244,105.6244,105.2912,105.2912,105.2912,104.6248,103.292,102.6256,102.6256,102.6256,101.9592,101.2928,101.2928,100.6264,99.6268,98.96039999999999,99.2936,98.96039999999999,98.294,97.96079999999999,96.2948,95.6284,93.9624,93.6292,92.2964,91.2968,89.964,89.2976,88.298,86.632,85.6324,84.966,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,78.6352,76.9692,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.9656,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.2984,86.632,86.632,85.9656,85.6324,84.6328,84.2996,84.2996,83.6332,84.966,84.966,85.9656,85.9656,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,90.6304,90.2972,90.2972,90.2972,89.2976,88.63119999999999,88.63119999999999,88.298,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.6304,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.962,95.9616,96.2948,96.2948,96.628,96.628,97.2944,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.2928,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.6256,102.2924,101.2928,99.96,99.6268,97.6276,97.6276,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.962,94.962,94.962,94.962,95.2952,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.2912,105.2912,104.958,104.958,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,104.6248,104.958,103.62519999999999,102.6256,101.9592,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,105.6244,105.9576,105.6244,105.6244,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.2904,106.9572,105.9576,105.6244,104.6248,103.9584,103.62519999999999,102.9588,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908],[15.3272,15.3272,15.3272,14.6608,13.9944,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,12.9948,12.3284,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.9944,14.6608,14.6608,15.3272,15.9936,15.9936,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,18.6592,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.3248,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.3232,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.6564,26.3228,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.986399999999996,35.3192,37.3184,37.9848,38.6512,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,73.9704,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.6324,85.9656,86.632,87.2984,88.298,88.63119999999999,89.964,90.2972,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,93.6292,94.2956,94.962,95.6284,95.9616,95.9616,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,102.6256,102.6256,103.292,103.62519999999999,103.9584,104.6248,105.6244,105.9576,106.624,106.624,107.2904,108.28999999999999,109.6228,110.9556,112.2884,112.95479999999999,113.288,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.6204,115.6204,115.6204,115.9536,116.62,116.9532,117.6196,117.9528,118.9524,119.6188,119.952,120.9516,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,122.9508,122.6176,121.2848,119.6188,117.9528,116.9532,115.9536,115.2872,114.6208,113.95439999999999,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,114.2876,114.2876,115.2872,115.2872,115.9536,116.62,117.2864,118.286,119.6188,120.2852,121.9512,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,124.6168,124.95,125.6164,125.6164,125.6164,124.95,124.95,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.9508,121.618,121.618,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.2852,120.2852,120.2852,119.6188,119.6188,119.6188,119.6188,120.9516,121.2848,121.2848,121.9512,121.9512,121.2848,121.2848,121.9512,121.9512,122.2844,122.6176,122.9508,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.28399999999999,122.9508,121.9512,120.9516,119.952,118.9524,118.61919999999999,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.2872,115.2872,115.9536,116.62,117.2864,117.2864,116.62,115.6204,115.6204,115.2872,114.6208,114.6208,115.2872,115.2872,114.6208,114.2876,114.2876,114.2876,114.2876,113.288,112.95479999999999,112.2884,111.622,110.2892,109.6228,109.6228,109.2896,109.6228,109.6228,109.6228,109.6228,109.956,110.2892,110.2892,110.2892,110.6224,109.956,109.956,109.956,108.6232,108.28999999999999,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,106.624,106.624,106.624,105.9576,105.9576,105.6244,104.958,104.6248,104.6248,104.2916,104.2916,103.62519999999999,102.2924,102.2924,101.626,101.626,101.2928,101.2928,100.6264,100.2932,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,97.96079999999999,97.2944,96.2948,95.6284,93.9624,93.6292,92.2964,91.63,89.964,89.2976,88.298,86.632,85.6324,84.966,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,78.6352,76.9692,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,75.9696,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.632,86.632,85.6324,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,84.2996,84.966,85.2992,85.9656,86.632,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,95.2952,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,98.6272,98.96039999999999,99.96,100.2932,100.6264,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.6256,102.2924,101.2928,99.96,99.6268,97.6276,97.6276,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.962,94.962,94.962,94.962,95.2952,95.9616,95.9616,96.2948,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.6264,101.2928,101.626,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.2912,104.958,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.2912,104.6248,104.958,103.9584,103.292,102.2924,102.2924,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.9576,105.9576,105.6244,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,107.2904,106.9572,106.2908,105.9576,104.958,103.9584,103.62519999999999,102.9588,102.9588,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908],[14.6608,14.6608,14.6608,13.9944,13.9944,13.328,12.6616,12.6616,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.6612,12.9948,12.9948,12.9948,12.3284,12.3284,12.3284,12.9948,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,17.9928,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.9912,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,25.9896,25.3232,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,33.32,33.986399999999996,34.6528,35.3192,37.3184,37.9848,38.6512,40.3172,40.9836,41.9832,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.3084,63.308,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.97,74.97,74.97,75.6364,75.9696,75.9696,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.632,86.632,87.2984,88.298,88.63119999999999,89.964,90.6304,91.63,91.63,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,94.6288,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.2936,100.2932,100.6264,101.2928,101.2928,102.2924,102.2924,103.292,103.62519999999999,104.2916,104.2916,105.2912,105.6244,106.2908,106.2908,107.2904,107.6236,108.9564,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,115.2872,115.2872,115.6204,115.6204,116.62,117.2864,117.6196,118.9524,119.6188,120.2852,121.2848,121.2848,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,122.6176,122.9508,122.6176,122.6176,122.2844,120.9516,119.952,118.61919999999999,116.9532,115.2872,115.2872,114.6208,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,117.2864,117.6196,118.9524,119.6188,121.2848,122.2844,123.6172,123.6172,124.28359999999999,124.95,125.2832,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.28359999999999,123.9504,122.9508,122.9508,122.2844,121.9512,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.6176,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,124.95,124.95,124.95,125.2832,124.28359999999999,123.6172,123.28399999999999,122.2844,121.2848,120.9516,119.6188,118.9524,118.9524,118.9524,118.286,118.286,117.6196,117.2864,116.62,116.62,115.9536,115.9536,116.2868,116.62,117.2864,117.6196,117.6196,117.2864,116.62,115.9536,115.6204,115.6204,115.6204,115.9536,115.6204,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.288,112.6216,111.622,110.6224,110.2892,109.6228,109.2896,108.9564,108.6232,108.6232,108.6232,108.9564,109.6228,109.6228,109.6228,109.956,109.2896,109.2896,109.2896,108.6232,108.28999999999999,107.6236,107.6236,107.2904,107.2904,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,101.626,101.2928,100.6264,100.6264,100.6264,100.6264,99.96,98.96039999999999,97.96079999999999,98.6272,98.294,97.96079999999999,97.6276,96.9612,96.2948,94.6288,93.9624,92.6296,91.63,90.2972,89.2976,88.298,86.632,85.6324,84.966,83.6332,82.6336,81.9672,81.3008,80.6344,79.3016,77.6356,76.9692,76.3028,76.3028,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,75.9696,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.2992,84.966,84.2996,84.2996,83.6332,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.966,85.2992,86.632,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,85.9656,85.9656,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.9624,94.962,94.962,95.2952,95.9616,95.6284,96.2948,96.628,97.2944,98.6272,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,101.626,101.626,102.2924,101.9592,101.9592,101.2928,99.6268,98.96039999999999,97.2944,96.9612,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.9616,95.9616,97.6276,97.96079999999999,98.294,98.96039999999999,99.6268,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,103.62519999999999,102.9588,102.9588,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.958,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,104.2916,103.9584,103.62519999999999,103.292,102.6256,101.626,101.626,101.626,101.626,102.2924,102.2924,102.6256,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,107.6236,107.6236,107.9568,107.9568,107.2904,107.6236,107.2904,106.624,105.2912,104.6248,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576],[13.9944,13.9944,13.9944,13.328,13.328,13.328,12.6616,12.6616,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,13.6612,13.6612,12.9948,12.9948,12.3284,12.3284,12.3284,12.3284,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.3264,17.6596,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,25.9896,25.3232,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,26.3228,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,33.986399999999996,34.6528,35.3192,35.9856,37.9848,38.6512,39.3176,40.3172,40.9836,42.6496,43.316,43.9824,44.6488,44.6488,44.6488,44.6488,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.97,74.97,75.6364,75.6364,75.9696,75.9696,75.9696,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.632,86.632,87.2984,88.298,88.9644,89.964,90.6304,91.63,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.2936,100.2932,100.6264,101.2928,101.2928,102.2924,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.6244,106.2908,107.2904,107.6236,108.9564,109.956,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,115.2872,115.2872,115.9536,117.2864,117.6196,118.286,119.6188,119.952,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,122.6176,122.6176,122.6176,120.9516,120.2852,119.2856,117.9528,115.9536,115.2872,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,116.62,117.2864,118.61919999999999,119.6188,121.2848,121.9512,123.28399999999999,124.28359999999999,124.95,124.95,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,127.2824,127.2824,127.2824,126.616,126.2828,125.6164,125.6164,124.95,124.6168,123.6172,123.6172,122.9508,122.2844,121.618,121.618,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,120.9516,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,124.95,124.95,124.95,125.6164,125.2832,124.95,124.28359999999999,123.6172,122.9508,121.9512,121.2848,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.6196,117.6196,116.9532,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.2864,117.2864,115.9536,115.9536,115.6204,115.6204,115.9536,115.9536,115.6204,115.6204,114.954,114.954,114.2876,114.2876,113.6212,113.288,112.6216,111.622,111.2888,110.9556,110.2892,110.2892,110.2892,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.2904,107.2904,106.624,106.624,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.2928,101.2928,100.6264,100.6264,100.2932,99.96,99.96,98.96039999999999,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,96.9612,96.2948,95.2952,93.9624,93.29599999999999,91.63,90.6304,89.2976,88.298,87.9648,86.2988,84.966,83.6332,82.6336,81.9672,81.3008,80.6344,79.3016,77.6356,76.9692,76.3028,76.3028,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,75.9696,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,84.2996,84.2996,84.2996,83.6332,82.3004,82.3004,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,85.2992,86.632,86.632,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,85.9656,85.9656,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,94.2956,94.962,94.962,94.962,95.2952,95.6284,96.2948,96.9612,97.2944,98.294,98.6272,99.2936,99.96,100.2932,100.6264,100.6264,100.9596,100.9596,101.2928,101.626,101.2928,101.2928,100.9596,100.2932,98.96039999999999,98.6272,96.628,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.9596,101.626,101.9592,101.2928,101.2928,100.9596,100.9596,101.2928,102.2924,103.292,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,101.2928,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.958,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.292,103.292,102.6256,101.9592,101.626,101.626,101.626,101.626,101.626,102.2924,102.6256,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,107.6236,107.6236,107.6236,107.9568,107.2904,107.2904,106.624,105.9576,105.2912,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[13.328,13.328,13.328,13.328,12.6616,12.6616,12.6616,12.6616,12.6616,12.6616,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,14.6608,14.3276,13.6612,13.6612,12.9948,12.3284,12.3284,12.3284,12.3284,12.6616,12.6616,13.328,13.328,13.328,13.9944,13.9944,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.66,16.66,16.66,16.993199999999998,17.6596,17.6596,17.6596,18.326,18.326,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,25.9896,25.3232,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,26.3228,27.6556,28.322,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.9868,34.6528,35.9856,36.652,37.3184,38.6512,39.3176,39.3176,40.3172,40.9836,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,45.3152,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.6408,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,74.97,75.6364,75.6364,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,85.9656,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,89.2976,89.964,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.962,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.2936,100.2932,100.6264,101.626,101.626,102.2924,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.6244,106.2908,106.624,107.2904,108.9564,109.956,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.95439999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.6212,114.2876,114.954,115.2872,115.2872,115.9536,117.2864,118.286,118.9524,119.952,119.6188,119.6188,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,121.2848,120.6184,120.2852,118.9524,117.2864,115.2872,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,111.9552,111.9552,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,116.62,117.2864,118.61919999999999,118.9524,120.9516,121.9512,123.28399999999999,124.28359999999999,124.95,124.95,125.6164,126.2828,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,126.616,126.616,125.9496,125.2832,124.6168,124.28359999999999,123.6172,123.6172,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.2848,121.2848,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,124.95,124.28359999999999,123.6172,122.9508,121.9512,121.2848,120.9516,120.9516,119.952,119.952,119.2856,119.2856,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,116.62,116.2868,115.9536,115.6204,115.6204,115.6204,115.9536,115.9536,115.6204,115.6204,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.6216,112.2884,111.622,111.622,111.2888,110.9556,110.2892,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.624,106.624,106.624,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.292,103.292,102.2924,102.2924,101.626,101.2928,100.6264,100.6264,100.2932,99.96,99.2936,99.2936,98.6272,97.2944,96.628,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,95.2952,93.9624,93.29599999999999,91.63,90.6304,89.2976,88.63119999999999,87.9648,86.632,84.966,83.6332,82.6336,81.9672,81.3008,80.6344,79.3016,77.6356,76.9692,76.9692,76.9692,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,75.9696,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.3008,81.3008,81.9672,82.6336,82.96679999999999,84.2996,85.2992,86.632,86.632,87.2984,87.2984,87.6316,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,85.9656,85.6324,85.6324,85.9656,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,93.6292,94.2956,94.2956,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,96.2948,96.628,98.6272,98.96039999999999,99.96,99.96,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,100.9596,100.2932,99.6268,99.2936,97.96079999999999,97.2944,96.628,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,99.6268,100.2932,100.9596,101.2928,101.9592,102.2924,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,102.2924,102.6256,102.6256,102.6256,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,102.6256,103.292,104.2916,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,101.626,101.626,101.626,101.2928,101.2928,101.626,101.626,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,106.2908,106.9572,106.9572,106.9572,107.6236,106.9572,106.624,106.624,105.9576,104.6248,103.9584,103.62519999999999,102.9588,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958],[13.328,13.328,13.328,12.6616,12.6616,12.6616,12.6616,12.6616,12.6616,12.6616,13.328,13.328,13.328,13.9944,13.9944,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,14.3276,14.3276,13.6612,13.6612,12.9948,12.3284,12.3284,12.3284,12.6616,12.6616,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.66,16.66,16.993199999999998,16.993199999999998,16.993199999999998,17.6596,17.6596,18.326,18.326,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,22.3244,22.3244,22.9908,23.6572,23.6572,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,25.9896,25.9896,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,25.6564,26.3228,28.322,28.9884,30.3212,30.9876,31.654,32.3204,32.9868,34.3196,35.9856,36.652,37.9848,38.6512,39.3176,39.3176,39.984,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,85.9656,86.2988,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,94.962,94.962,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.2936,100.2932,100.2932,101.2928,101.626,102.2924,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.6244,105.6244,106.624,107.2904,107.9568,109.956,110.6224,111.2888,112.2884,112.95479999999999,113.288,113.95439999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,114.954,115.2872,116.62,117.2864,117.9528,118.9524,118.9524,118.9524,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.6184,119.952,119.6188,118.286,116.62,114.6208,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,111.9552,111.9552,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.9536,117.2864,118.61919999999999,118.9524,120.9516,121.9512,123.28399999999999,123.6172,124.28359999999999,124.95,125.6164,126.2828,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,126.616,126.616,126.616,125.6164,125.2832,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.2844,121.618,121.618,121.2848,121.2848,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,124.95,124.28359999999999,123.6172,123.28399999999999,122.9508,121.9512,121.2848,120.9516,120.2852,119.952,119.952,119.2856,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.286,117.2864,116.62,116.2868,116.2868,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.6204,115.6204,115.2872,114.954,114.6208,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.6224,109.6228,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,106.624,106.624,105.9576,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.292,102.6256,102.2924,101.626,101.626,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,98.294,97.96079999999999,96.628,96.628,96.9612,96.2948,96.9612,96.628,95.9616,95.6284,94.6288,93.9624,93.29599999999999,92.2964,90.6304,89.964,89.2976,87.9648,86.632,85.6324,84.2996,83.3,81.9672,81.3008,79.968,79.3016,77.6356,76.9692,76.9692,76.9692,75.9696,75.9696,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,75.9696,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.634,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,83.6332,84.966,85.6324,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,93.6292,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.6288,95.2952,96.2948,97.2944,98.6272,99.2936,99.96,100.6264,100.6264,100.9596,100.9596,100.6264,100.6264,99.6268,99.6268,99.2936,98.6272,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,99.2936,100.2932,100.9596,101.9592,102.6256,102.6256,102.9588,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,100.6264,100.6264,99.96,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,100.2932,101.626,103.292,103.62519999999999,104.2916,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,103.9584,103.9584,103.292,103.292,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.2924,101.626,101.626,101.626,101.626,101.2928,101.2928,101.626,101.626,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,106.9572,106.9572,106.9572,106.9572,106.624,105.9576,105.9576,105.6244,104.6248,103.9584,103.62519999999999,102.9588,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958],[11.9952,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.6612,14.3276,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,14.3276,14.3276,13.6612,13.6612,12.9948,12.9948,12.3284,12.3284,12.6616,12.6616,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.9912,21.9912,22.6576,22.6576,23.6572,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.3228,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,25.3232,25.9896,26.656,27.3224,28.322,29.654799999999998,30.9876,31.654,32.6536,33.32,35.3192,35.9856,37.3184,37.9848,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.65,42.3164,42.9828,43.6492,44.6488,45.3152,45.9816,46.647999999999996,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,70.3052,70.3052,70.3052,70.3052,70.9716,70.9716,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.9648,87.9648,88.298,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,96.2948,96.2948,96.628,96.9612,97.6276,97.2944,98.294,99.2936,99.2936,100.6264,100.6264,101.2928,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,105.2912,105.9576,106.624,107.9568,109.2896,110.6224,110.9556,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.9536,116.62,117.2864,117.6196,118.286,118.9524,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,119.6188,119.6188,119.952,119.952,119.2856,118.286,117.6196,116.62,115.2872,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.9536,117.2864,118.61919999999999,118.9524,120.9516,121.9512,123.28399999999999,123.6172,124.28359999999999,124.95,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,125.9496,125.6164,125.2832,124.6168,124.28359999999999,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.28399999999999,122.6176,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,117.9528,117.2864,116.62,115.9536,115.6204,115.6204,114.954,115.6204,115.6204,115.9536,115.9536,116.62,116.62,115.2872,115.2872,114.954,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,111.622,110.9556,110.2892,109.2896,108.9564,108.28999999999999,107.9568,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.624,105.6244,105.6244,105.2912,105.2912,105.2912,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.292,103.292,102.2924,102.2924,101.2928,101.2928,101.2928,100.2932,99.96,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,94.962,94.6288,93.6292,92.6296,92.2964,91.2968,90.2972,89.2976,87.9648,86.632,85.6324,84.2996,83.3,81.9672,80.3012,79.6348,78.30199999999999,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.9676,80.9676,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,84.2996,84.2996,85.2992,85.2992,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.9652,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,94.6288,95.2952,96.628,97.96079999999999,98.96039999999999,99.6268,99.96,99.96,100.2932,100.2932,100.2932,99.6268,99.2936,98.6272,98.6272,98.294,97.2944,97.2944,96.9612,96.9612,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.6276,97.96079999999999,98.294,98.96039999999999,99.6268,100.9596,100.6264,101.2928,102.6256,103.292,104.2916,104.2916,103.9584,103.62519999999999,103.9584,103.292,103.292,102.6256,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.96,101.2928,101.9592,103.62519999999999,104.2916,105.6244,105.6244,105.6244,105.6244,104.6248,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,102.2924,101.626,101.626,101.626,102.2924,102.2924,102.2924,101.626,101.2928,101.2928,100.9596,100.9596,101.2928,101.2928,101.626,101.626,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.958,104.958,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.2912,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248],[11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.3284,12.9948,13.6612,14.3276,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,14.6608,14.3276,14.3276,13.6612,13.6612,12.9948,12.9948,12.3284,12.3284,12.6616,12.6616,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.9912,21.9912,22.6576,22.6576,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.3228,26.3228,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.3236,24.3236,23.6572,23.6572,24.3236,24.99,25.9896,26.656,27.3224,27.9888,28.9884,29.654799999999998,30.9876,32.3204,33.32,33.986399999999996,35.3192,36.652,37.3184,38.6512,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,41.65,42.3164,42.9828,43.9824,44.6488,45.9816,46.647999999999996,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,54.3116,54.3116,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,65.9736,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,70.3052,70.3052,70.3052,70.3052,70.3052,70.9716,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.9648,87.9648,88.298,88.9644,89.964,90.2972,91.63,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.9612,96.628,97.2944,98.6272,99.2936,100.6264,101.2928,101.2928,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,104.958,105.9576,106.624,107.9568,108.6232,109.956,110.2892,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.9536,116.62,116.62,117.6196,117.9528,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,118.9524,118.286,117.2864,116.2868,115.2872,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.9536,117.2864,118.61919999999999,118.9524,120.9516,121.9512,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.9492,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.616,125.6164,125.6164,125.2832,124.28359999999999,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,122.6176,122.6176,122.2844,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,121.2848,120.9516,119.952,119.6188,119.6188,118.9524,119.6188,119.6188,118.9524,117.9528,117.2864,116.62,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,115.2872,115.2872,114.954,114.954,114.2876,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,111.9552,111.622,110.9556,109.956,109.2896,108.9564,108.9564,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.2908,106.624,105.6244,105.2912,105.2912,105.2912,104.6248,104.6248,104.2916,104.2916,104.2916,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.2928,101.2928,100.6264,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.6276,95.9616,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.2956,93.6292,93.29599999999999,92.6296,92.2964,91.2968,90.2972,89.2976,87.9648,86.632,86.2988,84.966,83.6332,81.9672,80.3012,79.6348,78.30199999999999,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.6348,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.9652,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.2972,89.6308,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,92.9628,92.9628,93.9624,95.2952,96.2948,97.2944,98.294,98.96039999999999,99.96,99.96,100.2932,100.2932,99.6268,99.2936,98.294,98.294,97.6276,97.6276,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.96039999999999,98.294,98.96039999999999,99.2936,100.6264,101.626,101.2928,101.9592,103.292,103.62519999999999,104.958,104.958,104.2916,103.62519999999999,103.9584,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,100.6264,100.2932,99.6268,99.2936,98.96039999999999,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,99.96,100.6264,101.9592,103.292,104.2916,105.6244,105.6244,105.6244,105.6244,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,101.626,101.626,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,100.9596,100.9596,101.2928,101.2928,101.626,101.626,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.9948,12.9948,13.6612,13.6612,14.3276,15.3272,15.3272,15.3272,15.3272,14.6608,14.6608,14.6608,14.6608,13.6612,13.6612,13.6612,13.6612,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.9912,21.9912,22.6576,22.6576,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.99,25.9896,26.656,27.3224,27.9888,29.654799999999998,30.3212,31.654,32.3204,33.32,33.986399999999996,35.9856,36.652,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,41.65,41.65,42.3164,43.9824,44.6488,45.3152,45.9816,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,65.3072,65.9736,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.3052,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.97,75.6364,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.9648,87.9648,88.298,88.9644,89.964,90.2972,91.63,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.628,97.2944,98.6272,99.6268,100.6264,101.2928,101.626,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,104.958,105.9576,106.624,107.6236,107.9568,109.2896,109.956,110.6224,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,116.62,117.6196,117.9528,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.9524,118.9524,118.286,117.6196,117.2864,115.6204,115.2872,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.9536,117.2864,118.61919999999999,118.9524,120.9516,121.9512,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.616,125.6164,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,122.6176,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.2852,120.2852,119.952,119.952,119.6188,119.6188,118.9524,118.286,117.6196,116.9532,116.9532,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.622,110.9556,110.2892,109.956,109.2896,109.2896,108.9564,107.9568,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,104.6248,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.626,101.626,100.6264,100.6264,100.6264,99.96,99.2936,98.96039999999999,98.294,98.294,97.96079999999999,97.6276,96.9612,95.6284,94.962,94.962,94.962,94.6288,94.6288,94.6288,93.6292,93.6292,92.6296,92.6296,92.2964,90.6304,90.2972,89.2976,87.9648,86.632,86.2988,84.966,82.96679999999999,81.9672,80.3012,78.9684,78.30199999999999,77.3024,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,75.9696,75.9696,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.6348,79.6348,79.6348,79.6348,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.9656,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.9652,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,89.6308,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,92.2964,92.9628,93.9624,95.2952,96.2948,97.2944,98.294,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.2936,98.294,98.294,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,99.2936,99.6268,99.6268,100.2932,100.2932,99.6268,99.6268,99.6268,100.2932,101.626,101.9592,102.6256,103.292,104.6248,105.2912,105.6244,105.6244,105.2912,104.6248,104.6248,104.958,104.958,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,101.9592,101.9592,101.2928,100.6264,99.96,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,98.294,98.96039999999999,99.2936,99.96,100.2932,101.9592,103.292,104.6248,105.6244,105.6244,105.6244,105.6244,104.6248,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,102.6256,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.626,101.626,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,13.9944,13.6612,13.6612,13.6612,13.6612,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.9912,21.9912,22.6576,22.6576,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,24.99,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,25.6564,26.656,27.3224,27.9888,28.6552,30.3212,30.9876,31.654,32.9868,33.986399999999996,34.6528,35.9856,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,43.316,43.9824,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,65.3072,65.9736,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.972,69.972,69.972,69.972,69.3056,69.3056,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.9648,87.9648,88.298,88.9644,89.964,90.2972,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.628,97.2944,98.96039999999999,100.2932,101.2928,101.626,101.626,102.2924,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,105.9576,105.9576,106.9572,107.6236,108.28999999999999,109.2896,109.956,110.6224,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.9536,115.9536,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,115.6204,115.2872,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.9536,117.2864,118.61919999999999,118.9524,120.9516,121.9512,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,126.2828,125.6164,125.6164,125.2832,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,124.95,124.28359999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,119.952,119.6188,119.6188,119.6188,118.9524,117.9528,117.6196,117.6196,116.9532,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.2872,115.2872,115.2872,114.954,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.2888,110.9556,109.956,109.956,109.956,109.2896,109.2896,107.9568,107.9568,107.6236,106.9572,105.6244,105.9576,105.2912,104.2916,104.6248,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.626,101.2928,100.6264,100.6264,100.6264,99.96,99.2936,98.294,98.294,97.96079999999999,97.6276,96.9612,96.628,95.9616,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,90.2972,89.2976,88.9644,87.9648,86.632,84.966,83.6332,82.6336,80.9676,80.3012,78.9684,77.3024,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,75.9696,75.9696,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.6348,79.6348,79.6348,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.966,85.6324,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,92.9628,92.2964,91.9632,91.9632,92.2964,92.9628,93.9624,95.2952,96.2948,96.628,97.96079999999999,98.294,99.2936,99.2936,99.6268,99.6268,99.2936,99.2936,98.294,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,102.2924,102.6256,103.62519999999999,104.6248,105.6244,106.2908,107.6236,107.6236,106.9572,106.2908,105.2912,105.6244,105.6244,105.6244,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.626,101.2928,99.96,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,100.2932,100.9596,101.9592,103.292,104.2916,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,102.6256,101.626,101.2928,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.626,101.626,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,10.9956,10.9956,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,13.6612,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,27.3224,27.9888,28.6552,29.3216,30.3212,30.9876,32.3204,32.9868,33.986399999999996,34.6528,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.9836,41.65,42.6496,43.316,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,53.9784,54.6448,54.6448,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,75.3032,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.966,84.966,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.9644,89.2976,89.964,90.2972,91.63,91.63,92.6296,92.6296,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.96039999999999,100.2932,101.2928,101.626,102.6256,103.292,103.292,103.62519999999999,104.6248,105.2912,104.958,104.958,104.958,104.958,104.958,104.958,105.9576,105.9576,105.6244,105.6244,106.9572,107.6236,108.9564,109.2896,109.956,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.2868,116.2868,116.62,115.9536,115.9536,115.2872,114.6208,114.6208,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.9536,117.2864,118.61919999999999,118.9524,120.9516,121.9512,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.2832,123.9504,123.9504,123.6172,124.28359999999999,124.95,125.2832,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,125.6164,125.2832,124.6168,123.9504,123.6172,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,119.952,118.9524,118.9524,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,116.9532,116.9532,116.62,116.62,116.62,115.9536,115.9536,115.2872,114.6208,113.95439999999999,113.6212,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,107.9568,107.9568,107.6236,106.9572,105.9576,105.6244,105.2912,104.2916,103.62519999999999,103.292,103.292,103.292,102.6256,102.2924,102.2924,101.626,101.626,101.2928,101.2928,100.2932,100.2932,99.96,99.96,99.2936,98.294,97.96079999999999,97.6276,96.9612,96.628,95.9616,95.9616,95.6284,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,91.2968,91.2968,90.6304,89.964,88.9644,88.298,87.2984,85.6324,84.2996,83.6332,81.9672,80.9676,79.6348,78.30199999999999,77.3024,76.636,75.9696,76.636,76.636,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,84.966,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,89.964,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,92.2964,91.63,91.63,91.63,92.2964,92.9628,93.9624,94.6288,95.9616,96.2948,97.6276,97.96079999999999,98.294,98.294,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.6256,103.292,103.62519999999999,104.958,106.2908,107.2904,108.6232,108.6232,107.9568,107.6236,106.9572,105.9576,106.624,106.624,105.9576,105.6244,105.6244,104.958,104.6248,103.9584,103.9584,103.292,101.9592,101.2928,100.6264,99.6268,99.2936,98.294,98.294,98.294,98.294,98.294,98.294,98.294,99.2936,99.96,100.2932,100.9596,102.2924,103.292,104.2916,105.2912,105.6244,105.6244,105.6244,105.2912,105.6244,105.6244,105.6244,104.958,104.2916,103.62519999999999,103.292,102.2924,101.2928,100.6264,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,101.2928,101.626,101.626,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,10.9956,10.9956,11.661999999999999,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,26.3228,27.3224,28.6552,29.3216,29.988,30.9876,31.654,32.3204,32.9868,33.986399999999996,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,41.9832,42.6496,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,53.6452,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,62.3084,63.308,64.6408,65.3072,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.6368,75.6364,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,84.966,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.9644,89.2976,89.964,90.2972,91.63,91.63,92.6296,92.6296,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,97.96079999999999,98.294,99.6268,100.6264,101.626,102.2924,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,104.958,104.958,104.958,104.958,104.958,104.958,105.9576,105.9576,105.6244,105.6244,106.2908,106.2908,106.9572,107.6236,108.9564,109.2896,111.2888,111.622,112.2884,112.95479999999999,113.288,113.288,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,115.2872,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.6204,115.9536,115.9536,115.6204,115.2872,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,116.62,117.2864,118.61919999999999,118.9524,120.9516,121.9512,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,125.6164,124.6168,124.6168,124.28359999999999,124.95,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,125.6164,125.2832,124.6168,124.6168,123.6172,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,119.6188,119.6188,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,116.9532,116.9532,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,113.6212,112.95479999999999,111.9552,111.2888,110.9556,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,104.6248,103.62519999999999,103.292,103.292,102.6256,102.6256,102.2924,102.2924,101.626,101.626,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,99.2936,98.294,97.96079999999999,97.6276,96.628,96.628,95.9616,95.9616,94.962,94.6288,93.6292,93.29599999999999,92.6296,92.6296,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,90.6304,89.964,88.9644,88.298,87.2984,85.9656,84.6328,82.96679999999999,82.6336,81.9672,80.9676,79.6348,78.30199999999999,76.636,75.9696,75.9696,76.636,76.636,75.6364,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.3048,71.3048,71.3048,71.3048,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.966,85.2992,85.9656,85.9656,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.964,90.6304,90.6304,90.6304,89.964,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,94.6288,94.6288,95.9616,96.2948,96.9612,97.6276,98.294,98.294,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.2928,101.2928,101.626,101.626,102.6256,103.292,104.2916,105.2912,106.9572,107.9568,109.2896,109.2896,108.6232,107.9568,107.6236,107.2904,107.2904,107.2904,106.9572,105.6244,105.6244,105.2912,105.2912,104.6248,104.958,103.9584,102.6256,101.9592,101.626,101.626,100.2932,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,100.6264,101.2928,101.9592,102.2924,103.292,104.6248,105.6244,105.9576,106.2908,106.2908,106.2908,105.6244,105.9576,105.6244,105.6244,105.6244,104.958,103.62519999999999,103.292,102.2924,101.2928,100.6264,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.626,101.626,101.626,101.626,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,10.6624,10.6624,10.9956,10.9956,10.9956,10.9956,11.661999999999999,11.661999999999999,12.3284,12.3284,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,26.3228,27.9888,28.6552,29.3216,29.988,30.9876,31.654,32.3204,32.9868,33.986399999999996,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,49.6468,50.3132,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.6452,54.6448,55.3112,55.3112,55.9776,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,57.9768,58.6432,59.309599999999996,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.6368,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,84.966,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.9644,89.2976,89.964,90.2972,91.63,91.63,92.6296,92.6296,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.9616,95.9616,96.2948,96.9612,96.9612,97.6276,97.2944,97.96079999999999,97.96079999999999,98.294,99.6268,100.9596,101.626,102.6256,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,104.6248,104.958,104.6248,105.2912,105.6244,106.624,108.9564,109.2896,110.6224,111.622,112.95479999999999,113.6212,113.288,112.6216,112.6216,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,116.62,117.2864,118.61919999999999,118.9524,120.9516,121.9512,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,126.2828,126.616,126.2828,125.6164,125.2832,125.2832,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.61919999999999,118.61919999999999,117.9528,117.9528,117.6196,117.6196,116.9532,116.9532,116.62,116.62,115.9536,115.9536,115.9536,115.6204,114.954,113.6212,112.95479999999999,111.9552,111.2888,110.9556,109.956,109.2896,109.2896,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.2908,105.6244,104.958,104.6248,103.62519999999999,103.292,102.6256,102.6256,102.6256,101.626,101.626,101.626,101.2928,100.6264,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.628,95.9616,95.9616,95.6284,94.962,94.6288,93.29599999999999,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,91.63,91.63,90.6304,90.2972,89.964,88.9644,88.298,87.2984,85.9656,84.2996,82.96679999999999,81.9672,81.9672,80.9676,79.6348,78.30199999999999,76.636,75.9696,75.9696,76.636,76.636,75.6364,74.97,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.3048,71.3048,70.6384,70.6384,71.638,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.964,90.6304,90.6304,90.6304,89.964,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,94.6288,94.6288,95.6284,95.9616,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,96.628,96.9612,97.96079999999999,97.6276,98.96039999999999,99.2936,100.2932,100.2932,101.2928,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,101.626,101.2928,101.2928,101.2928,101.9592,103.292,104.2916,105.2912,106.9572,107.9568,109.2896,109.2896,109.956,109.2896,109.2896,108.9564,108.28999999999999,107.6236,107.9568,106.9572,106.9572,106.624,106.624,106.624,105.9576,104.958,104.6248,103.62519999999999,102.9588,102.2924,101.9592,101.9592,101.9592,101.9592,100.9596,100.9596,100.9596,101.2928,102.6256,103.292,103.62519999999999,104.2916,105.2912,106.624,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.2912,104.6248,103.292,102.2924,101.2928,100.6264,100.2932,100.2932,99.96,99.96,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912],[10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.9956,10.9956,10.9956,10.9956,11.661999999999999,11.661999999999999,12.3284,12.3284,12.6616,12.6616,12.6616,13.328,13.328,13.328,13.328,13.328,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,20.9916,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,27.9888,28.6552,29.3216,29.988,30.9876,31.654,32.3204,32.9868,33.986399999999996,34.6528,35.9856,36.652,37.9848,38.6512,39.6508,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.6452,54.3116,54.6448,55.3112,55.3112,55.9776,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.641999999999996,62.3084,63.308,63.9744,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.97,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,84.966,85.9656,85.9656,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.9644,89.2976,89.964,90.2972,91.2968,91.63,92.6296,92.6296,92.9628,93.6292,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.9616,95.9616,96.2948,96.9612,96.9612,97.6276,97.2944,97.96079999999999,97.96079999999999,98.294,99.6268,100.9596,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,104.958,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,105.2912,106.624,108.28999999999999,109.2896,111.2888,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.9536,116.62,117.9528,118.9524,120.9516,121.9512,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.6164,126.2828,126.2828,126.616,126.2828,126.2828,125.6164,125.2832,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.61919999999999,118.61919999999999,117.9528,117.9528,117.6196,117.6196,116.9532,116.9532,116.62,116.62,115.9536,115.9536,115.9536,115.9536,114.954,113.95439999999999,112.95479999999999,111.9552,111.2888,110.9556,109.956,109.2896,108.28999999999999,107.9568,107.6236,106.9572,106.624,106.624,106.9572,106.2908,106.2908,105.9576,104.958,104.958,103.9584,103.292,103.292,102.6256,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,95.6284,95.6284,94.6288,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.63,91.63,91.63,91.2968,91.2968,90.2972,89.964,89.2976,88.298,87.6316,86.632,85.2992,84.2996,82.96679999999999,81.9672,81.3008,80.3012,79.6348,78.30199999999999,77.3024,76.636,75.9696,76.636,75.9696,74.97,74.97,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.3048,70.6384,70.6384,71.638,71.638,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,89.2976,89.964,90.6304,90.6304,89.964,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,91.63,91.63,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,95.6284,95.6284,96.2948,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,96.628,96.9612,97.96079999999999,97.6276,98.96039999999999,99.2936,100.2932,100.6264,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,101.626,101.2928,101.2928,100.6264,100.6264,101.2928,102.2924,103.62519999999999,104.958,106.2908,107.2904,109.2896,109.2896,109.956,109.956,109.956,109.6228,108.9564,107.9568,108.28999999999999,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,105.2912,104.958,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,103.292,103.62519999999999,103.9584,104.6248,105.6244,106.624,107.6236,107.9568,108.6232,107.9568,107.9568,107.2904,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,104.958,103.62519999999999,102.2924,101.626,100.6264,100.2932,100.2932,99.96,99.96,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,101.626,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912],[9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.9952,11.9952,11.9952,11.9952,11.9952,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,13.328,13.328,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,16.66,16.66,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.3248,21.3248,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.3248,21.3248,21.3248,21.3248,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,21.658,22.3244,22.6576,23.323999999999998,23.6572,24.3236,24.99,24.99,25.9896,26.656,27.6556,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.9868,33.986399999999996,34.6528,35.3192,35.9856,37.3184,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,39.3176,39.984,40.3172,40.9836,41.65,42.3164,42.3164,42.3164,42.3164,42.9828,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,47.3144,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,63.9744,63.9744,63.9744,64.6408,65.3072,65.3072,65.9736,66.64,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,95.9616,96.2948,96.9612,96.628,97.2944,97.96079999999999,98.294,99.6268,100.9596,101.9592,102.6256,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,104.958,104.958,104.958,103.9584,102.6256,102.2924,102.6256,102.6256,103.62519999999999,104.2916,106.2908,107.9568,109.956,110.6224,110.9556,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.95439999999999,114.6208,114.6208,115.2872,115.9536,116.9532,117.9528,118.9524,120.9516,121.9512,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.95,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,125.6164,125.6164,125.2832,125.2832,124.6168,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.618,121.2848,121.2848,120.9516,120.9516,119.952,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.286,117.9528,117.9528,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,114.954,113.6212,112.2884,111.622,110.9556,109.956,108.9564,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,103.9584,103.62519999999999,102.6256,103.292,103.292,102.2924,102.2924,101.2928,101.2928,100.6264,100.6264,99.96,99.96,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,95.9616,95.9616,95.6284,94.962,94.962,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.63,91.63,91.2968,91.2968,90.6304,89.964,89.2976,89.2976,88.63119999999999,87.9648,87.2984,86.632,85.6324,84.2996,82.96679999999999,81.9672,81.3008,80.3012,79.6348,78.30199999999999,77.3024,76.636,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.9676,80.9676,80.9676,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,84.966,85.9656,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.9644,89.964,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,95.6284,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,96.628,96.628,96.9612,96.2948,96.2948,96.9612,96.628,97.6276,98.294,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,101.2928,103.292,104.2916,104.958,106.9572,108.6232,109.2896,109.956,109.956,110.2892,109.956,109.956,109.2896,109.6228,109.2896,109.956,109.956,109.2896,109.2896,108.28999999999999,107.6236,106.9572,105.9576,105.9576,105.9576,106.2908,105.6244,105.6244,105.2912,105.6244,104.958,104.958,105.6244,105.6244,105.6244,106.2908,106.9572,107.9568,108.6232,109.2896,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,107.6236,105.6244,105.6244,104.958,103.292,101.9592,100.6264,100.2932,99.96,99.96,99.96,99.96,99.96,99.6268,99.6268,98.96039999999999,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.2912,105.2912],[9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.9952,11.9952,11.9952,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,13.328,13.328,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,16.66,16.66,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.3248,21.3248,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.3248,21.3248,21.3248,21.3248,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,20.9916,20.3252,20.3252,20.3252,20.9916,21.9912,22.6576,22.9908,23.6572,24.3236,24.99,25.9896,26.656,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,33.32,33.986399999999996,34.6528,35.3192,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.3164,42.3164,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.647999999999996,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,63.308,63.9744,63.9744,63.9744,64.6408,65.3072,65.3072,65.9736,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,77.6356,78.9684,78.9684,79.6348,80.3012,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,83.6332,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,98.294,99.6268,100.9596,101.9592,102.6256,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,104.958,104.958,104.6248,103.62519999999999,102.2924,101.626,101.626,102.2924,102.6256,103.292,104.958,106.2908,108.28999999999999,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.95439999999999,114.6208,114.6208,115.2872,115.9536,116.9532,117.9528,118.9524,120.9516,121.9512,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.2828,125.6164,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,121.2848,120.9516,120.2852,119.952,119.952,119.2856,118.9524,118.9524,118.9524,118.9524,118.286,117.9528,117.9528,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,114.2876,113.288,112.2884,111.2888,109.956,109.2896,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,104.958,104.958,103.9584,103.9584,103.292,102.6256,103.292,103.292,102.2924,102.2924,101.2928,101.2928,100.6264,100.6264,99.96,99.96,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.6284,95.6284,94.962,94.962,94.6288,93.9624,92.9628,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.2988,85.6324,84.2996,83.6332,82.3004,81.3008,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.9696,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.3012,80.9676,80.9676,80.9676,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.966,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.9644,89.2976,89.964,89.964,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.9636,90.9636,90.6304,89.964,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.63,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,95.9616,96.2948,96.2948,97.2944,97.2944,96.628,96.628,95.9616,95.9616,95.9616,96.2948,95.6284,96.9612,98.294,99.6268,100.2932,101.2928,101.9592,101.9592,102.2924,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,101.9592,103.62519999999999,103.9584,105.2912,106.9572,107.9568,108.9564,109.6228,109.956,110.2892,110.2892,110.6224,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,109.956,109.6228,108.9564,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.2904,107.2904,106.624,106.624,106.9572,106.9572,107.6236,107.9568,109.2896,109.6228,109.6228,109.6228,109.6228,109.6228,109.2896,109.2896,108.6232,108.6232,108.9564,108.9564,106.9572,105.9576,105.2912,104.958,102.6256,101.2928,100.6264,99.96,99.96,99.96,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912],[9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,9.996,9.996,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,13.328,13.328,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,16.66,16.66,16.993199999999998,16.993199999999998,17.6596,17.6596,17.6596,18.326,18.326,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,21.658,21.658,20.9916,20.9916,20.9916,20.3252,19.6588,18.9924,18.9924,19.6588,20.6584,21.3248,22.9908,23.6572,24.3236,24.99,25.9896,26.656,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.9844,39.6508,40.3172,40.9836,40.9836,41.65,41.65,41.65,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.647999999999996,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.9788,52.9788,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.308,63.9744,64.6408,64.6408,65.3072,65.9736,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,78.9684,78.9684,79.6348,80.3012,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,84.966,85.6324,86.2988,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.9624,94.6288,94.6288,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,97.2944,97.6276,99.6268,100.9596,101.9592,103.292,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,104.958,104.958,104.6248,103.292,101.626,100.6264,100.6264,101.2928,101.626,102.6256,104.6248,105.2912,106.9572,107.9568,108.6232,109.6228,109.956,109.956,110.2892,110.2892,111.2888,111.9552,112.2884,112.95479999999999,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,112.6216,112.6216,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.6208,114.6208,115.2872,115.2872,115.9536,116.9532,117.9528,118.9524,120.9516,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.616,125.6164,125.6164,125.6164,125.6164,126.9492,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.2852,120.2852,119.952,119.952,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.9528,117.9528,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,116.62,115.6204,114.2876,112.95479999999999,111.9552,110.6224,109.956,108.28999999999999,107.6236,106.9572,106.624,105.9576,105.9576,105.9576,105.6244,104.958,104.958,103.9584,103.9584,103.292,103.292,103.292,103.292,102.6256,102.2924,101.2928,101.2928,100.6264,100.6264,99.96,99.96,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.6284,95.6284,94.6288,94.6288,94.6288,93.9624,92.9628,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.2972,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.2988,85.6324,84.2996,83.6332,82.3004,81.3008,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.636,76.636,75.9696,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.3032,75.3032,75.9696,75.9696,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.96679999999999,82.6336,83.6332,83.6332,84.966,85.6324,86.2988,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,94.962,95.9616,97.96079999999999,99.6268,100.2932,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,100.9596,100.2932,99.6268,99.6268,99.2936,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,101.2928,103.292,103.9584,105.6244,106.624,108.28999999999999,108.9564,109.956,109.956,110.6224,111.2888,111.622,111.9552,112.2884,112.2884,112.2884,112.2884,111.2888,110.9556,110.9556,109.956,109.956,109.956,110.2892,110.2892,109.956,109.956,108.6232,108.6232,107.9568,107.6236,107.6236,108.28999999999999,109.2896,109.956,110.2892,110.9556,110.9556,111.622,111.622,111.622,110.9556,110.6224,110.6224,109.956,109.956,109.2896,108.28999999999999,107.2904,107.2904,105.9576,103.9584,102.6256,100.6264,100.2932,99.96,99.2936,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,99.96,99.96,100.2932,100.2932,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912],[8.6632,8.6632,8.6632,8.6632,8.6632,9.3296,9.3296,9.3296,9.3296,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,11.3288,11.661999999999999,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,13.328,13.328,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,16.66,16.66,16.993199999999998,16.993199999999998,17.6596,17.6596,18.326,18.326,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,21.658,21.658,20.9916,20.9916,20.9916,20.3252,18.9924,18.326,18.326,18.326,19.992,20.6584,22.3244,23.6572,24.3236,24.99,25.9896,26.656,27.6556,28.322,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,38.318,38.9844,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,62.3084,63.308,63.9744,64.6408,64.6408,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,77.6356,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,84.966,85.6324,85.9656,86.9652,87.6316,87.6316,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.628,97.6276,99.6268,100.9596,101.9592,102.6256,103.62519999999999,104.6248,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,104.958,104.958,103.9584,103.292,101.626,100.6264,100.6264,100.6264,101.626,102.6256,103.292,103.9584,105.6244,106.624,107.2904,107.6236,108.6232,108.6232,108.9564,109.6228,110.2892,111.2888,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,112.6216,112.6216,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.6212,113.6212,114.2876,114.6208,115.2872,115.2872,115.6204,116.62,117.6196,118.286,118.9524,120.2852,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,126.616,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.9512,121.9512,121.2848,120.9516,120.2852,120.2852,119.952,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.9528,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.2868,115.6204,114.2876,112.95479999999999,111.622,110.2892,109.956,107.9568,107.6236,106.624,106.624,105.9576,105.9576,105.9576,105.6244,104.958,103.9584,103.9584,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.2928,100.6264,100.6264,99.96,99.96,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.6292,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.2972,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.2988,85.6324,84.2996,84.2996,82.96679999999999,82.3004,81.3008,80.3012,79.6348,78.9684,78.30199999999999,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.3028,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.3032,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.3032,75.3032,75.3032,75.9696,75.9696,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,81.9672,82.6336,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,94.962,94.962,94.6288,95.9616,97.96079999999999,99.2936,100.2932,100.9596,101.2928,101.9592,101.9592,101.2928,100.9596,100.2932,99.6268,99.6268,99.2936,99.2936,98.294,98.294,98.294,98.96039999999999,99.2936,99.96,101.2928,103.292,104.6248,105.9576,107.6236,107.9568,108.9564,109.6228,110.6224,111.2888,111.9552,112.6216,112.6216,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.622,110.9556,110.6224,109.956,109.2896,109.2896,109.956,110.6224,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.2888,111.2888,110.6224,110.2892,108.9564,108.9564,108.28999999999999,105.2912,103.62519999999999,102.2924,100.6264,99.96,99.96,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,99.96,99.96,100.2932,100.2932,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912],[7.6636,7.6636,7.6636,7.6636,7.6636,8.33,8.33,8.33,8.33,8.9964,8.9964,8.9964,8.9964,8.9964,8.9964,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.3284,12.3284,12.3284,12.3284,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,16.66,17.3264,17.6596,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,21.658,20.9916,19.6588,18.9924,18.326,18.326,19.3256,20.6584,21.9912,23.323999999999998,24.3236,24.99,25.6564,26.3228,27.6556,28.322,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,39.984,40.6504,40.9836,41.65,41.65,42.3164,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,45.6484,45.6484,46.3148,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.3092,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.3016,78.9684,79.6348,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.6332,84.966,84.966,85.9656,86.632,87.6316,87.6316,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,90.6304,91.2968,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,96.9612,97.6276,98.96039999999999,100.2932,100.9596,101.9592,103.62519999999999,104.6248,105.2912,105.2912,105.2912,104.958,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.2912,104.958,103.62519999999999,102.6256,101.626,100.6264,100.6264,100.6264,101.2928,101.626,102.6256,103.292,103.9584,105.6244,105.9576,106.624,107.2904,107.2904,107.9568,108.6232,109.956,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,115.6204,115.9536,116.62,117.2864,117.6196,117.9528,118.286,118.9524,120.2852,120.9516,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.95,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.9488,127.9488,127.6156,127.6156,128.282,128.282,128.282,128.282,128.282,128.282,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.6176,122.6176,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,119.952,119.952,119.2856,119.2856,118.61919999999999,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,116.62,115.9536,114.2876,112.95479999999999,111.9552,110.9556,109.956,108.6232,107.9568,107.2904,106.624,105.9576,105.9576,105.6244,104.958,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.292,101.9592,101.2928,100.6264,100.6264,99.96,99.96,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,94.962,94.962,94.6288,93.9624,93.6292,93.29599999999999,92.2964,91.63,91.63,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.2988,85.6324,84.2996,84.2996,82.96679999999999,82.3004,81.3008,80.3012,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.304,73.304,73.304,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,83.6332,84.966,84.966,85.9656,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.6308,89.2976,89.6308,90.2972,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,93.9624,93.9624,94.6288,95.6284,97.2944,98.294,99.6268,100.2932,101.2928,101.2928,101.2928,101.2928,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,99.2936,99.6268,100.6264,102.2924,103.62519999999999,105.2912,106.9572,108.28999999999999,108.9564,109.956,110.9556,111.622,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.954,115.2872,115.6204,115.2872,115.9536,115.9536,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,111.2888,111.2888,110.9556,111.2888,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,113.288,112.6216,111.9552,111.9552,111.622,111.622,111.2888,111.2888,109.956,108.28999999999999,105.6244,103.62519999999999,101.9592,100.6264,99.96,99.96,99.96,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576],[7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,8.33,8.33,8.33,8.33,8.9964,8.9964,8.9964,8.9964,8.9964,9.3296,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.3284,12.3284,12.3284,12.3284,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,21.658,20.9916,20.3252,19.6588,18.326,18.326,19.3256,20.6584,22.6576,23.9904,24.99,24.99,25.6564,26.3228,27.6556,28.322,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,30.6544,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,40.3172,40.9836,40.9836,41.65,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,44.315599999999996,44.982,44.982,45.6484,46.9812,47.6476,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,74.97,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.968,79.6348,79.6348,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.2992,86.632,86.9652,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,98.294,99.2936,100.2932,100.9596,103.292,103.62519999999999,104.6248,105.2912,104.958,104.2916,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.2912,104.958,103.62519999999999,102.6256,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.6236,108.6232,109.6228,110.2892,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,115.9536,116.62,117.2864,117.2864,117.9528,117.9528,118.9524,119.6188,119.952,119.952,121.2848,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,125.2832,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,128.282,127.6156,128.282,128.282,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.6156,126.9492,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.2856,118.286,118.286,118.9524,118.9524,118.286,118.286,118.9524,118.9524,118.286,117.9528,116.62,115.9536,114.2876,113.288,111.9552,110.9556,110.2892,108.6232,107.9568,107.2904,106.624,105.9576,105.6244,104.958,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,101.2928,101.2928,100.6264,100.6264,99.96,99.96,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,94.962,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,87.2984,87.2984,86.2988,85.6324,84.2996,84.2996,82.96679999999999,82.6336,81.634,80.9676,80.3012,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.966,84.966,85.9656,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,90.2972,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.2952,94.6288,93.9624,93.6292,93.9624,94.6288,95.6284,96.9612,98.294,99.2936,100.2932,100.9596,101.2928,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.96039999999999,99.2936,99.6268,101.2928,102.2924,103.62519999999999,105.2912,106.9572,108.28999999999999,108.9564,109.956,111.622,111.9552,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,118.286,118.286,117.6196,116.62,115.9536,115.2872,115.2872,114.954,113.6212,113.288,113.288,113.288,113.6212,114.2876,114.6208,114.6208,115.2872,115.2872,114.954,114.6208,114.2876,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.2884,112.95479999999999,111.9552,109.956,107.6236,105.6244,102.9588,101.9592,100.2932,100.2932,99.96,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576],[6.9972,6.9972,6.9972,6.9972,6.9972,6.9972,7.6636,7.6636,7.6636,7.6636,8.33,8.33,8.33,8.33,8.33,8.33,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.3284,12.3284,12.3284,12.3284,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,20.9916,20.9916,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,21.9912,21.9912,21.9912,21.9912,22.6576,22.6576,22.6576,22.6576,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,18.9924,18.9924,20.6584,21.9912,23.323999999999998,24.99,24.99,25.6564,25.6564,26.3228,27.6556,28.322,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,30.6544,31.3208,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.6492,44.315599999999996,44.982,45.6484,46.3148,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,54.6448,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,80.9676,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,86.2988,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.96039999999999,100.2932,101.9592,103.292,103.9584,104.6248,104.2916,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.6244,105.6244,104.958,104.2916,103.62519999999999,102.6256,101.2928,100.6264,100.2932,100.2932,100.2932,100.6264,101.2928,102.2924,102.2924,102.6256,103.9584,104.958,105.9576,106.9572,107.9568,108.28999999999999,109.956,110.6224,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.2884,111.622,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,115.9536,116.62,117.2864,117.2864,117.9528,117.9528,118.9524,119.6188,119.952,119.952,120.9516,121.2848,121.9512,121.9512,122.2844,122.9508,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,125.9496,125.9496,125.9496,126.616,126.616,127.2824,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,127.9488,127.9488,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.6176,122.6176,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,119.952,119.2856,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,117.9528,117.9528,116.62,115.6204,114.2876,113.288,112.2884,110.9556,110.2892,108.9564,107.9568,106.624,105.9576,105.6244,104.958,103.9584,103.62519999999999,103.62519999999999,102.9588,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.6284,94.962,94.2956,94.2956,93.6292,93.6292,92.2964,91.63,91.2968,91.2968,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,87.2984,87.2984,86.2988,85.6324,84.2996,83.6332,82.96679999999999,82.6336,81.634,80.9676,80.3012,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.9704,73.9704,73.9704,73.304,73.304,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.2996,84.966,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.6308,90.2972,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.2952,95.2952,94.6288,93.9624,93.6292,93.9624,94.6288,95.6284,96.9612,98.294,99.2936,100.2932,100.9596,101.2928,101.2928,100.9596,100.2932,99.6268,99.2936,99.2936,99.96,99.96,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,101.9592,103.292,104.6248,105.9576,107.9568,108.9564,109.6228,110.9556,111.9552,112.6216,114.2876,115.9536,116.62,117.2864,117.2864,117.6196,118.286,118.9524,119.6188,119.6188,119.952,119.952,119.6188,118.286,117.9528,117.9528,117.2864,116.62,116.2868,115.6204,114.954,114.954,115.6204,116.2868,116.62,116.62,117.2864,117.2864,117.2864,116.62,115.6204,114.6208,114.6208,113.95439999999999,113.95439999999999,113.6212,113.95439999999999,113.6212,114.2876,112.95479999999999,110.9556,109.2896,107.2904,105.2912,102.6256,101.626,100.6264,100.6264,99.6268,99.6268,99.96,99.96,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.2912,105.2912,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576],[6.9972,6.9972,6.9972,6.9972,6.9972,6.9972,7.6636,7.6636,7.6636,7.6636,8.33,8.33,8.33,8.33,8.33,8.33,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.3284,12.3284,12.3284,12.3284,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,21.658,21.658,20.9916,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.6576,21.9912,21.9912,22.6576,22.6576,22.6576,22.6576,23.323999999999998,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,19.6588,19.6588,21.3248,22.6576,23.9904,25.6564,25.6564,26.3228,26.3228,26.3228,27.6556,28.322,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,30.6544,30.6544,31.3208,31.9872,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.6492,43.6492,44.315599999999996,45.6484,46.3148,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.641999999999996,60.9756,60.9756,61.641999999999996,61.641999999999996,62.3084,63.308,63.9744,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,75.6364,76.3028,76.9692,77.6356,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,80.6344,80.6344,80.3012,80.3012,80.3012,80.9676,80.9676,80.9676,80.9676,80.9676,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.2988,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,99.2936,100.2932,101.626,102.6256,103.62519999999999,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.2912,104.958,104.2916,103.62519999999999,102.6256,101.2928,100.6264,100.6264,100.2932,100.2932,100.6264,101.2928,101.9592,102.6256,103.62519999999999,104.6248,104.958,106.2908,106.9572,107.9568,108.28999999999999,109.956,110.9556,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,115.9536,115.9536,116.62,117.2864,117.9528,117.9528,118.9524,118.9524,119.6188,119.952,120.9516,120.9516,121.2848,121.9512,122.2844,122.2844,123.28399999999999,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,125.9496,125.9496,125.9496,125.9496,126.616,127.2824,127.6156,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,127.9488,127.9488,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.6176,122.6176,122.6176,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,120.2852,120.2852,119.952,119.952,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.2864,116.2868,115.6204,114.2876,113.288,111.9552,110.9556,109.956,108.9564,107.6236,106.624,105.6244,104.958,103.9584,103.62519999999999,103.62519999999999,102.9588,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,100.9596,100.6264,100.6264,100.2932,99.6268,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.6284,94.962,94.962,94.2956,93.9624,93.6292,92.6296,91.63,91.63,91.2968,90.6304,89.964,89.964,89.2976,88.9644,88.63119999999999,88.298,88.298,87.2984,87.2984,86.2988,84.966,83.6332,82.96679999999999,82.6336,82.6336,81.634,80.9676,80.3012,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,76.636,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.9704,73.9704,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,84.966,85.2992,85.2992,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.6308,89.6308,90.2972,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.9624,94.6288,95.6284,97.2944,98.294,99.6268,100.2932,101.2928,101.9592,101.9592,101.2928,100.2932,100.2932,99.96,99.96,100.2932,100.2932,99.96,99.96,99.2936,99.2936,100.2932,101.2928,102.6256,103.62519999999999,105.2912,106.624,107.9568,109.2896,110.2892,111.622,112.6216,113.6212,115.2872,117.2864,117.6196,117.9528,118.9524,118.9524,119.6188,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,119.952,119.2856,119.6188,118.9524,117.9528,117.2864,116.62,116.62,116.62,116.62,117.2864,117.6196,118.286,118.9524,118.9524,118.9524,118.286,117.2864,115.9536,115.6204,115.6204,114.954,114.954,115.6204,115.6204,115.2872,114.954,112.95479999999999,110.9556,108.6232,106.2908,103.9584,102.6256,101.9592,101.2928,100.6264,99.96,100.6264,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,103.292,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.2912,105.2912,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,12.3284,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.3264,17.3264,17.9928,17.9928,18.9924,18.9924,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,22.3244,22.3244,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,22.3244,23.6572,24.99,25.6564,26.656,26.656,26.656,26.656,27.3224,27.9888,27.9888,27.9888,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.65,41.65,41.65,42.6496,42.6496,43.316,43.9824,44.6488,46.3148,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,60.6424,61.3088,62.6416,63.308,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,76.3028,76.9692,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.96679999999999,83.6332,84.966,86.2988,86.632,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,90.6304,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.2936,99.96,101.2928,101.9592,102.6256,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.6248,104.6248,103.9584,102.6256,101.9592,101.626,100.6264,100.6264,100.6264,100.6264,102.6256,103.292,103.9584,104.958,105.9576,106.9572,107.6236,108.28999999999999,108.28999999999999,109.2896,110.2892,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,114.6208,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,117.6196,118.286,118.9524,119.6188,119.952,119.952,120.2852,120.9516,121.2848,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.9496,126.616,127.2824,127.9488,127.9488,128.6152,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.6148,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,126.9492,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,119.952,119.2856,119.2856,119.2856,118.9524,118.9524,118.286,118.286,118.286,118.286,117.9528,117.2864,116.9532,115.9536,115.2872,114.2876,113.6212,112.2884,110.6224,109.956,107.9568,107.6236,105.9576,105.6244,103.9584,103.9584,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.9592,101.626,101.626,101.626,101.626,100.6264,100.2932,99.6268,99.2936,98.294,98.294,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.2956,93.6292,92.9628,92.6296,91.9632,91.63,91.2968,90.6304,90.6304,89.964,89.2976,89.2976,88.298,87.6316,87.2984,86.9652,86.2988,84.966,83.6332,82.6336,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,75.9696,75.9696,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.9704,73.9704,74.6368,74.6368,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.9652,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,95.9616,97.2944,98.96039999999999,100.2932,101.2928,102.6256,103.292,103.292,102.6256,101.2928,100.2932,99.96,100.2932,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,100.6264,101.626,103.62519999999999,104.6248,105.9576,106.9572,107.9568,109.2896,110.9556,112.95479999999999,113.6212,115.2872,116.9532,118.286,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,120.6184,120.6184,120.6184,119.952,119.6188,118.9524,117.2864,116.62,115.6204,115.6204,115.6204,116.2868,116.62,116.62,115.6204,113.6212,111.9552,109.956,107.2904,105.2912,104.2916,103.292,102.2924,102.2924,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.2912,105.2912,105.2912,105.6244,105.2912,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,12.6616,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.3264,17.3264,17.9928,17.9928,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.3236,23.6572,23.6572,23.6572,23.323999999999998,23.323999999999998,23.9904,23.9904,24.6568,24.6568,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.6576,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,23.6572,24.3236,24.99,25.6564,26.656,27.3224,26.656,27.3224,27.9888,27.9888,27.9888,27.9888,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.6504,40.9836,41.65,41.65,41.65,41.9832,42.6496,43.316,44.6488,46.3148,46.9812,48.314,48.980399999999996,50.9796,50.9796,51.646,51.646,52.9788,52.9788,53.6452,53.6452,52.9788,52.9788,52.9788,53.6452,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.976,61.3088,62.6416,63.308,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.972,70.6384,71.3048,71.3048,71.9712,73.304,74.3036,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.632,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.96,100.2932,101.2928,101.9592,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.6248,104.6248,103.9584,103.62519999999999,102.6256,102.6256,101.626,101.2928,101.2928,101.9592,103.292,104.2916,105.6244,106.2908,107.2904,108.28999999999999,108.28999999999999,109.2896,109.2896,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.95439999999999,114.6208,114.6208,115.2872,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,118.9524,118.9524,119.2856,119.952,120.2852,120.2852,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.9496,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,126.616,127.2824,127.9488,128.6152,129.2816,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.6148,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,119.952,119.952,119.2856,119.2856,118.9524,118.9524,118.286,118.286,118.286,118.286,117.9528,117.9528,117.2864,116.62,115.6204,114.6208,114.2876,113.288,112.2884,110.6224,109.2896,107.9568,106.9572,106.624,104.958,104.958,104.2916,104.2916,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.294,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,95.6284,94.962,94.962,93.9624,93.6292,93.29599999999999,92.6296,91.9632,91.63,91.2968,90.6304,89.964,89.2976,89.2976,88.298,87.6316,87.2984,86.9652,86.2988,84.966,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,75.9696,75.9696,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.9704,73.9704,74.6368,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.9652,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,90.2972,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,93.9624,94.6288,94.962,95.9616,97.96079999999999,98.96039999999999,99.96,101.626,102.6256,103.292,103.292,103.292,101.626,101.2928,100.9596,101.2928,101.9592,102.6256,102.6256,101.9592,101.2928,100.9596,101.9592,102.6256,103.62519999999999,104.6248,105.9576,107.6236,108.28999999999999,109.956,111.2888,113.288,114.6208,116.9532,118.286,119.2856,120.2852,121.2848,121.2848,121.2848,121.618,122.2844,122.9508,122.6176,122.6176,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.618,121.618,120.9516,120.9516,120.6184,119.6188,118.9524,117.2864,115.9536,115.9536,115.9536,116.62,116.62,117.2864,116.62,114.954,113.288,111.622,108.6232,107.6236,105.6244,105.6244,104.2916,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.958,104.6248,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.6248,103.9584,103.9584,103.62519999999999,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,12.6616,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,21.658,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,24.99,24.3236,24.3236,24.6568,24.6568,25.3232,25.3232,25.9896,25.9896,26.656,26.656,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,27.6556,27.6556,27.6556,27.6556,26.9892,26.3228,26.3228,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,23.6572,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.323999999999998,22.6576,22.6576,22.6576,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.99,25.6564,25.6564,26.656,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,27.9888,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,40.9836,40.9836,40.9836,40.9836,41.9832,42.6496,43.316,43.9824,45.6484,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.309599999999996,58.6432,58.6432,58.6432,59.976,60.6424,61.9752,63.308,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,73.304,74.3036,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.2992,85.2992,85.9656,86.2988,86.632,87.2984,87.2984,88.298,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.96,100.6264,100.9596,101.2928,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,103.292,103.62519999999999,104.2916,105.9576,106.2908,107.6236,108.9564,109.2896,110.2892,110.2892,110.6224,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.2884,112.2884,112.2884,111.622,111.2888,110.9556,110.9556,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,115.2872,115.2872,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.9528,118.286,118.286,119.2856,119.952,120.2852,120.2852,121.2848,121.9512,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.616,127.2824,127.2824,127.2824,127.2824,126.616,125.9496,125.9496,126.616,127.2824,127.9488,128.6152,129.2816,129.2816,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.2816,129.2816,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,120.2852,119.952,119.2856,119.2856,118.9524,118.9524,118.286,118.286,118.286,118.286,117.9528,117.9528,117.2864,116.9532,115.9536,115.2872,114.2876,113.6212,112.95479999999999,111.622,109.956,109.2896,107.9568,107.2904,107.2904,107.2904,106.624,105.6244,104.6248,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,101.2928,100.9596,100.2932,99.6268,99.2936,98.96039999999999,98.294,98.294,97.2944,97.2944,97.2944,96.9612,96.2948,95.9616,95.9616,95.6284,94.6288,93.9624,93.9624,93.29599999999999,91.63,91.2968,90.6304,89.964,89.2976,89.2976,88.298,88.298,87.9648,87.2984,86.2988,84.966,84.2996,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,82.6336,81.9672,81.634,81.634,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,94.6288,94.6288,94.962,96.628,97.96079999999999,99.2936,99.96,101.626,103.292,103.62519999999999,103.9584,103.292,102.6256,101.9592,101.9592,102.6256,103.62519999999999,104.2916,104.2916,103.62519999999999,103.292,103.292,102.6256,103.292,104.6248,105.6244,106.9572,107.9568,109.2896,110.6224,113.288,114.954,116.62,118.286,119.952,121.2848,121.9512,122.2844,122.2844,122.2844,122.9508,123.6172,123.6172,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.9504,123.28399999999999,122.6176,122.6176,122.2844,121.9512,120.9516,119.6188,117.6196,117.2864,116.62,116.62,117.2864,117.6196,116.9532,116.62,115.6204,114.2876,112.95479999999999,110.9556,109.6228,107.9568,106.9572,105.9576,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,106.9572,108.28999999999999,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,106.624,105.9576,105.6244,105.2912,105.2912,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,12.6616,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,16.66,16.66,16.66,17.3264,17.3264,17.3264,17.9928,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,21.658,22.9908,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,25.9896,25.9896,26.656,26.656,27.3224,27.3224,28.322,28.322,28.9884,28.9884,29.3216,29.3216,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,27.9888,27.3224,27.3224,26.656,26.9892,26.9892,26.656,26.3228,25.6564,25.6564,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.323999999999998,23.323999999999998,23.323999999999998,23.323999999999998,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.3228,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,27.9888,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,40.3172,40.3172,40.3172,40.9836,41.9832,41.9832,42.6496,43.9824,44.982,46.3148,46.9812,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,57.9768,57.9768,57.9768,59.309599999999996,60.6424,61.9752,63.308,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.972,69.972,70.6384,71.3048,71.9712,73.304,74.3036,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.2996,84.6328,85.2992,85.2992,85.2992,85.2992,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,88.298,88.298,88.9644,89.2976,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.96039999999999,99.6268,99.96,100.6264,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,105.9576,106.624,107.6236,107.9568,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,115.2872,115.2872,115.6204,115.6204,117.2864,117.2864,117.2864,117.2864,117.6196,117.9528,117.9528,117.9528,118.286,118.9524,119.2856,119.952,120.2852,120.9516,121.9512,122.2844,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.95,125.6164,126.2828,126.2828,126.2828,126.2828,127.2824,127.2824,127.9488,127.9488,128.6152,128.6152,127.6156,127.2824,126.616,126.616,126.616,127.2824,127.9488,128.6152,129.2816,129.2816,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.2816,129.2816,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.2856,119.2856,118.9524,118.9524,118.286,118.286,118.286,118.286,117.9528,117.9528,117.2864,116.9532,115.9536,115.6204,114.2876,113.6212,112.95479999999999,111.622,110.2892,109.956,108.9564,108.6232,108.6232,107.9568,107.2904,106.624,105.2912,103.9584,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,101.9592,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,95.9616,95.2952,94.6288,94.6288,93.6292,92.2964,91.63,91.2968,90.6304,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,86.632,86.2988,84.2996,83.9664,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,80.9676,80.3012,80.3012,80.9676,80.9676,81.634,81.634,82.3004,83.6332,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,86.2988,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,94.6288,94.962,95.6284,96.628,97.96079999999999,99.2936,99.96,101.626,103.292,103.62519999999999,103.9584,103.62519999999999,103.292,102.2924,103.292,104.2916,104.958,104.958,105.2912,104.958,104.2916,103.9584,103.62519999999999,103.9584,104.958,105.9576,107.6236,108.28999999999999,109.6228,111.622,113.6212,115.2872,117.9528,119.952,121.618,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.95,124.95,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.2844,121.2848,120.2852,118.9524,117.6196,116.62,116.62,116.9532,116.9532,116.62,115.9536,115.6204,114.954,113.6212,111.9552,110.9556,109.6228,108.28999999999999,106.9572,106.2908,106.2908,106.9572,107.6236,108.28999999999999,108.6232,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,108.9564,108.28999999999999,107.9568,107.9568,107.6236,106.624,106.624,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.2912,104.6248,103.9584,103.9584,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,12.6616,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,19.3256,20.3252,20.9916,21.658,21.658,22.9908,22.9908,23.6572,24.3236,25.3232,25.9896,25.9896,26.656,26.656,27.3224,27.9888,27.9888,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.3208,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,30.6544,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.6552,28.6552,28.322,27.3224,26.656,26.656,25.9896,26.3228,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.99,25.9896,26.656,26.656,27.3224,27.3224,27.3224,27.3224,27.3224,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,39.3176,39.3176,39.984,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.6432,59.976,61.3088,62.6416,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.972,70.6384,71.3048,71.9712,73.304,73.9704,75.3032,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.9672,82.6336,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,86.632,86.632,86.632,86.632,86.9652,86.9652,87.6316,87.6316,87.6316,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.63,91.9632,92.6296,92.6296,93.6292,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,96.9612,97.6276,97.6276,97.6276,98.294,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.9588,103.62519999999999,104.2916,104.2916,104.958,104.958,105.2912,106.624,107.2904,107.9568,107.9568,108.6232,109.6228,110.2892,110.2892,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,112.6216,112.2884,111.622,111.622,111.622,110.6224,110.6224,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.2876,114.954,115.9536,116.62,116.62,117.2864,117.6196,117.9528,117.9528,117.9528,118.286,118.9524,118.9524,118.9524,119.952,119.952,119.952,120.2852,121.2848,121.9512,121.9512,122.2844,123.28399999999999,123.9504,124.28359999999999,124.28359999999999,124.95,124.95,125.2832,125.6164,126.2828,126.616,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,129.6148,129.948,129.948,129.948,129.2816,128.282,127.2824,126.616,126.616,127.2824,127.9488,128.6152,129.2816,129.2816,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.2848,120.9516,120.9516,120.2852,119.2856,119.2856,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.6196,117.6196,116.9532,116.62,115.6204,115.2872,114.2876,113.6212,112.95479999999999,111.622,110.2892,110.2892,109.6228,108.9564,109.6228,109.6228,109.2896,107.9568,105.6244,104.958,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,101.626,101.2928,100.6264,100.2932,99.6268,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,96.628,96.628,96.2948,95.2952,94.962,94.6288,93.9624,93.29599999999999,92.6296,91.9632,91.63,90.6304,89.964,89.964,89.964,89.2976,88.298,88.298,86.632,85.6324,84.2996,83.9664,83.3,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.9704,73.9704,74.6368,74.6368,75.3032,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,77.6356,78.6352,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,80.3012,79.6348,79.6348,80.3012,80.9676,80.9676,81.634,82.3004,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,91.2968,91.63,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,94.6288,94.962,95.9616,96.9612,97.96079999999999,98.6272,100.2932,100.9596,102.6256,103.62519999999999,103.62519999999999,104.2916,103.62519999999999,104.2916,104.2916,105.6244,106.2908,106.2908,106.624,105.9576,105.6244,104.958,104.958,104.958,105.9576,106.9572,108.28999999999999,109.2896,111.2888,113.288,114.6208,116.62,118.9524,121.2848,122.9508,123.9504,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,126.616,126.9492,127.9488,128.282,128.282,128.282,127.6156,126.9492,125.9496,125.2832,125.2832,125.2832,124.6168,124.6168,123.6172,122.9508,122.2844,120.9516,119.6188,117.9528,116.62,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,114.6208,113.95439999999999,112.95479999999999,111.9552,110.2892,108.9564,108.28999999999999,107.9568,107.9568,108.9564,109.2896,109.956,110.6224,110.9556,111.2888,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,110.9556,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.28999999999999,107.6236,106.9572,106.9572,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,104.958,104.6248,104.6248,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,12.6616,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,19.6588,20.3252,20.9916,21.658,22.9908,22.9908,23.6572,24.3236,25.3232,25.9896,26.656,27.3224,27.3224,27.9888,28.6552,28.6552,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,31.9872,32.6536,32.6536,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.3208,31.3208,30.3212,30.3212,30.3212,29.988,29.988,29.988,29.988,28.9884,28.322,27.6556,27.6556,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,24.99,24.99,24.99,25.6564,26.656,26.656,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.3176,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.9768,59.309599999999996,61.3088,62.6416,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,69.3056,69.972,70.6384,71.3048,71.9712,73.304,73.9704,75.3032,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.9672,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,90.2972,90.2972,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.63,91.9632,92.6296,92.6296,93.6292,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,97.96079999999999,98.294,98.6272,98.96039999999999,100.2932,100.6264,100.9596,101.2928,102.2924,102.2924,101.9592,102.2924,103.62519999999999,104.2916,104.2916,104.958,104.958,105.2912,106.624,107.2904,107.6236,107.9568,108.6232,109.2896,110.2892,110.2892,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,112.6216,111.622,111.622,111.622,111.622,110.6224,110.6224,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,115.9536,116.62,117.2864,117.6196,117.9528,118.61919999999999,118.61919999999999,118.9524,119.6188,119.6188,119.6188,120.2852,121.2848,121.2848,121.2848,121.2848,122.2844,122.9508,122.9508,123.28399999999999,124.28359999999999,124.95,124.95,124.95,125.2832,125.6164,125.6164,126.9492,127.6156,128.282,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,131.2808,131.2808,130.6144,130.6144,129.2816,127.6156,127.2824,127.2824,127.2824,127.9488,128.6152,129.2816,129.2816,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.9516,120.2852,119.952,119.2856,118.9524,118.286,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,116.9532,116.62,115.6204,114.6208,113.6212,112.95479999999999,112.95479999999999,111.622,110.2892,109.6228,108.9564,108.9564,109.6228,109.6228,109.2896,107.9568,106.2908,105.6244,104.958,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.626,101.2928,100.6264,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.294,98.294,97.2944,97.2944,96.9612,95.9616,95.2952,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,92.6296,91.9632,91.2968,90.6304,90.6304,90.6304,90.2972,89.2976,89.2976,87.9648,86.9652,85.6324,84.966,83.9664,83.3,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.968,78.9684,78.30199999999999,77.3024,77.3024,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,73.304,73.304,73.304,73.9704,73.9704,74.6368,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,80.3012,79.6348,79.6348,80.3012,80.9676,80.9676,81.634,82.3004,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,94.6288,94.962,95.9616,96.9612,97.96079999999999,98.6272,99.6268,100.9596,102.6256,103.292,104.2916,104.2916,104.2916,104.2916,105.2912,105.9576,106.2908,107.2904,106.624,105.9576,105.6244,104.958,104.958,105.6244,106.2908,107.6236,108.9564,109.956,111.622,113.6212,115.2872,117.2864,120.6184,122.9508,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,126.9492,127.6156,128.9484,129.6148,130.2812,129.948,128.6152,127.6156,126.616,125.9496,125.6164,125.2832,125.2832,124.6168,123.6172,123.28399999999999,122.9508,121.2848,119.6188,117.6196,116.62,115.9536,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.6208,113.6212,112.95479999999999,111.9552,110.2892,108.9564,108.9564,108.9564,109.6228,110.2892,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,112.6216,112.2884,111.622,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,109.2896,108.9564,107.6236,106.9572,106.624,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,12.6616,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,19.6588,20.3252,20.9916,21.658,22.9908,22.9908,23.6572,24.3236,25.3232,25.9896,26.656,27.3224,27.9888,28.6552,28.6552,29.3216,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,31.654,32.3204,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.6544,29.988,29.988,28.9884,28.322,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,26.3228,26.656,27.3224,27.3224,27.3224,27.9888,27.9888,27.3224,27.3224,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,36.652,36.652,37.3184,37.9848,38.6512,38.6512,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,54.3116,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.9768,59.309599999999996,60.6424,61.9752,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,68.6392,69.972,70.6384,71.3048,71.9712,73.304,73.9704,75.3032,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.9672,82.96679999999999,82.96679999999999,84.2996,84.966,86.2988,86.632,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.63,91.9632,92.6296,92.6296,93.6292,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,96.9612,96.2948,96.2948,95.9616,95.9616,96.628,96.9612,97.6276,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,100.9596,100.9596,100.2932,100.9596,101.626,102.6256,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,105.9576,105.9576,106.9572,106.9572,107.6236,108.6232,109.956,110.2892,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,112.6216,111.622,111.622,111.622,111.622,110.6224,110.6224,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,115.2872,116.62,116.62,117.6196,117.9528,118.9524,119.6188,119.952,120.9516,121.2848,121.9512,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.9504,123.6172,123.6172,124.6168,125.2832,125.6164,125.6164,125.9496,126.616,127.6156,127.9488,129.2816,129.948,130.6144,130.6144,130.9476,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,131.9472,130.6144,130.6144,128.6152,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.618,120.9516,120.9516,120.2852,119.952,119.2856,118.286,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,116.9532,116.62,115.6204,114.6208,113.288,112.2884,111.622,110.6224,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,107.9568,106.9572,105.9576,105.6244,104.958,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.9596,100.9596,100.2932,100.2932,99.2936,99.2936,98.294,97.2944,96.9612,96.628,95.9616,94.6288,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,91.9632,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,89.964,88.9644,87.2984,86.2988,84.966,84.2996,83.9664,83.3,82.6336,81.9672,80.9676,80.3012,80.3012,79.6348,78.9684,78.30199999999999,77.3024,77.3024,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.638,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.6356,77.6356,78.6352,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,80.3012,80.3012,80.3012,80.3012,80.9676,81.634,81.634,82.3004,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,94.6288,94.962,95.9616,96.9612,97.96079999999999,98.6272,99.6268,100.9596,101.9592,103.292,104.2916,104.958,104.6248,104.6248,105.6244,105.6244,106.9572,106.624,106.624,105.6244,104.6248,104.6248,104.958,105.6244,106.624,107.9568,109.6228,110.2892,111.9552,113.288,116.2868,118.286,121.9512,123.9504,124.95,126.2828,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,126.616,126.9492,127.9488,128.6152,129.948,130.9476,131.2808,130.6144,130.2812,128.6152,127.2824,126.616,125.6164,125.6164,125.2832,124.6168,123.28399999999999,123.28399999999999,122.9508,121.618,119.952,118.286,116.62,115.2872,114.954,114.2876,114.6208,114.6208,114.954,114.954,114.954,114.2876,113.6212,112.95479999999999,111.2888,110.2892,110.2892,110.2892,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.2884,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,109.2896,108.9564,107.9568,107.2904,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,105.9576,105.6244,105.6244,104.958,103.9584,103.9584,103.9584,104.6248,105.2912,105.2912,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,12.3284,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,19.6588,20.3252,20.9916,21.658,22.9908,22.9908,23.6572,24.3236,25.3232,25.9896,26.656,27.3224,27.9888,28.6552,29.3216,29.3216,29.654799999999998,30.3212,30.3212,30.9876,31.654,32.3204,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,30.6544,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.9892,25.6564,25.6564,26.3228,26.3228,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,27.3224,27.3224,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.9856,36.652,36.652,37.3184,37.9848,38.6512,38.6512,38.6512,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.9788,52.9788,54.3116,54.3116,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,60.6424,61.9752,63.308,63.9744,64.3076,64.974,64.974,65.6404,66.3068,66.9732,68.6392,69.3056,70.6384,71.3048,71.9712,72.6376,73.9704,74.6368,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.9672,82.96679999999999,84.2996,84.2996,85.6324,86.632,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,89.6308,89.6308,89.964,89.964,89.964,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.9632,92.6296,93.29599999999999,93.6292,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,96.628,97.2944,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,96.2948,96.9612,96.628,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.2936,99.96,100.2932,100.9596,101.9592,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,107.9568,109.956,110.2892,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,112.6216,111.622,111.622,111.622,111.622,110.6224,110.6224,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,112.6216,111.622,111.622,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,116.62,117.2864,117.9528,118.61919999999999,119.6188,120.2852,121.2848,121.9512,122.9508,122.9508,123.6172,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.2828,127.2824,127.2824,127.9488,128.6152,129.948,130.6144,130.9476,130.9476,131.2808,131.2808,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.2808,130.6144,129.948,128.6152,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,121.9512,121.2848,120.9516,120.9516,119.952,119.952,118.9524,118.286,118.286,117.9528,117.9528,117.6196,117.6196,116.9532,116.2868,115.6204,114.6208,112.6216,111.622,111.2888,110.2892,109.2896,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.292,103.292,101.9592,101.2928,101.2928,100.9596,100.6264,99.96,99.2936,98.294,97.96079999999999,96.9612,96.628,95.6284,94.6288,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.63,91.63,91.2968,91.2968,90.6304,89.6308,87.9648,86.9652,85.9656,84.966,84.966,83.9664,83.3,82.6336,81.634,80.9676,80.3012,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.3028,76.3028,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.638,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.638,71.638,71.638,71.638,71.638,71.638,71.638,71.638,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,79.3016,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,80.3012,80.3012,80.3012,80.9676,81.634,81.634,82.3004,82.3004,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,92.2964,92.9628,93.9624,94.2956,94.2956,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,94.6288,94.6288,95.6284,96.9612,97.96079999999999,98.6272,99.6268,100.9596,101.9592,103.292,104.2916,104.958,104.6248,105.2912,105.6244,105.6244,106.624,106.624,106.624,105.6244,104.6248,103.9584,104.958,105.9576,106.624,107.9568,109.6228,110.9556,111.9552,113.95439999999999,116.2868,118.286,121.2848,123.28399999999999,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,126.9492,127.6156,128.6152,128.9484,130.6144,131.614,131.2808,131.2808,130.6144,129.2816,127.6156,127.2824,126.2828,125.6164,125.2832,124.6168,123.28399999999999,123.28399999999999,122.9508,121.618,119.952,118.286,116.62,115.2872,114.954,114.2876,114.6208,114.6208,114.954,114.954,114.954,114.954,114.2876,112.95479999999999,112.2884,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.2884,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,109.956,109.2896,108.28999999999999,107.9568,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.6244,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.661999999999999,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.9948,13.328,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,18.326,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.9908,22.9908,23.6572,24.3236,25.6564,26.3228,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,28.322,28.322,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,32.3204,32.3204,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.6504,40.9836,41.65,41.65,42.3164,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,45.9816,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,51.646,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,54.3116,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.6428,60.6424,61.9752,62.6416,62.6416,63.9744,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.6388,70.3052,71.9712,72.6376,73.304,74.6368,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.9684,80.3012,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.2984,87.9648,88.63119999999999,88.63119999999999,89.6308,89.6308,90.6304,90.6304,90.6304,90.6304,90.9636,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,90.9636,90.9636,90.9636,90.9636,91.2968,91.2968,91.9632,91.9632,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.6284,96.628,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,99.2936,100.2932,101.2928,102.6256,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,106.2908,107.6236,109.2896,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,111.622,111.622,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.2876,115.6204,115.6204,115.9536,115.9536,116.62,117.6196,118.286,118.9524,119.952,121.2848,122.2844,123.28399999999999,123.9504,124.28359999999999,124.6168,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.616,127.2824,127.6156,127.6156,128.6152,128.9484,129.948,130.6144,129.948,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,130.6144,130.6144,129.948,129.2816,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,128.9484,128.9484,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,124.6168,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.9508,122.6176,120.9516,120.2852,120.6184,120.2852,119.6188,118.9524,118.9524,118.61919999999999,117.6196,117.6196,117.6196,117.2864,116.62,115.6204,114.954,114.2876,112.6216,111.2888,110.6224,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,104.958,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.2924,101.2928,100.6264,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,96.9612,95.9616,95.2952,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,91.9632,91.63,91.2968,90.6304,88.9644,87.9648,86.9652,86.2988,85.6324,84.2996,83.6332,82.6336,81.9672,81.3008,80.9676,80.3012,79.6348,78.9684,78.9684,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.638,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,91.2968,91.63,92.2964,92.9628,93.9624,94.2956,94.2956,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,96.628,97.2944,98.294,99.2936,100.6264,101.2928,102.6256,103.62519999999999,104.6248,105.2912,105.2912,105.9576,105.9576,106.624,106.2908,106.2908,105.2912,103.9584,103.62519999999999,104.2916,104.958,106.624,107.2904,108.6232,110.2892,111.9552,113.288,115.6204,117.6196,118.9524,120.9516,122.2844,123.9504,124.6168,124.6168,124.95,125.6164,124.95,124.95,126.2828,126.2828,126.616,126.616,127.6156,127.6156,128.9484,129.6148,130.6144,131.2808,130.9476,130.9476,130.9476,129.6148,128.6152,126.616,126.2828,125.6164,125.2832,124.28359999999999,123.6172,123.28399999999999,122.9508,121.9512,119.952,118.286,115.9536,115.2872,114.2876,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,114.2876,113.6212,112.95479999999999,112.2884,111.2888,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,110.9556,109.956,109.2896,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,9.996,10.6624,11.3288,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,18.326,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,20.9916,22.3244,22.9908,23.6572,24.3236,25.6564,26.3228,26.9892,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,32.3204,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.3184,36.652,36.652,35.9856,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,31.654,31.654,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,28.322,28.322,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,31.654,32.3204,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.9724,69.6388,71.3048,71.9712,73.304,73.9704,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,78.30199999999999,79.6348,80.6344,81.3008,82.96679999999999,83.6332,84.2996,85.6324,86.632,87.9648,88.298,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.2968,91.63,91.63,92.2964,92.2964,92.2964,91.63,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,90.9636,90.9636,90.9636,90.9636,91.2968,91.2968,91.9632,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,94.962,94.962,94.6288,94.6288,95.2952,95.6284,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,99.2936,100.2932,100.9596,101.9592,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,106.2908,106.9572,109.2896,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.2876,115.6204,115.6204,115.9536,116.62,117.6196,117.9528,118.9524,119.6188,120.2852,121.2848,122.9508,123.9504,124.28359999999999,124.95,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,127.6156,127.9488,128.6152,129.2816,129.948,129.948,130.2812,130.2812,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,130.6144,130.9476,130.6144,129.6148,129.2816,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,128.9484,128.9484,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,124.6168,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.9508,122.9508,121.618,120.9516,121.2848,120.6184,119.952,119.6188,119.6188,118.9524,117.6196,117.6196,117.6196,117.6196,116.62,115.9536,115.2872,114.2876,112.95479999999999,111.622,110.2892,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,104.958,104.6248,104.2916,104.2916,103.292,103.292,102.6256,102.2924,101.2928,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.6276,96.628,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,91.9632,91.63,91.2968,89.6308,88.9644,87.9648,86.9652,86.2988,85.6324,84.966,83.6332,82.6336,81.9672,81.9672,81.3008,80.3012,79.6348,79.6348,78.9684,77.3024,76.636,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.3044,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.2956,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,95.9616,97.2944,97.6276,98.96039999999999,100.2932,100.9596,101.9592,103.62519999999999,104.6248,105.2912,105.2912,105.9576,106.624,107.2904,106.624,106.2908,105.2912,103.9584,103.62519999999999,103.62519999999999,104.958,105.9576,107.2904,108.6232,109.956,111.2888,112.95479999999999,114.6208,116.62,117.6196,119.2856,120.9516,121.618,122.9508,123.9504,124.95,124.95,124.95,124.95,126.2828,126.2828,126.616,127.2824,127.6156,127.9488,128.9484,129.948,130.6144,131.2808,130.9476,130.2812,130.6144,129.2816,128.282,126.616,126.2828,125.6164,125.2832,124.28359999999999,123.6172,123.28399999999999,122.6176,120.9516,119.2856,118.286,115.9536,114.954,114.2876,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,114.2876,113.6212,112.95479999999999,112.2884,111.2888,111.2888,111.9552,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.2892,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,8.6632,8.6632,8.6632,9.3296,9.3296,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,16.66,16.66,17.3264,17.3264,18.326,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,20.9916,22.3244,22.9908,23.6572,24.3236,25.6564,26.3228,26.9892,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,31.654,31.654,32.3204,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,39.984,39.984,39.984,39.984,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,39.984,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,32.9868,32.9868,32.3204,32.3204,31.654,31.654,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,31.654,31.654,31.654,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.6452,53.6452,54.3116,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.6428,60.3092,61.3088,61.9752,61.9752,61.9752,63.308,63.308,64.3076,64.974,64.974,65.6404,66.9732,67.6396,68.306,69.6388,70.6384,71.9712,72.6376,73.9704,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,78.9684,79.6348,80.6344,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.2984,88.298,88.298,89.2976,90.2972,91.2968,91.63,91.63,91.63,91.9632,91.9632,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,91.9632,91.63,91.63,91.63,91.63,91.63,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.9632,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,96.9612,96.9612,96.2948,95.9616,95.6284,94.6288,94.6288,93.9624,93.9624,94.6288,95.2952,95.6284,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,100.2932,101.9592,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.958,105.6244,105.9576,107.6236,108.28999999999999,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.2876,115.6204,115.6204,116.2868,116.62,117.9528,118.286,118.9524,119.6188,120.9516,121.9512,123.28399999999999,124.28359999999999,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,127.2824,128.282,128.6152,128.6152,129.2816,130.2812,130.2812,130.2812,130.2812,130.9476,130.9476,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.9476,130.9476,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,128.9484,128.9484,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.6176,121.9512,120.6184,119.952,119.6188,118.9524,118.286,118.286,118.286,117.6196,116.62,115.9536,115.2872,114.2876,112.95479999999999,111.622,110.2892,108.28999999999999,107.9568,106.9572,107.6236,107.6236,107.6236,107.6236,107.2904,107.2904,106.624,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.958,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,101.2928,100.9596,100.2932,99.6268,98.6272,98.6272,97.96079999999999,96.9612,96.628,96.2948,96.2948,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,93.6292,93.29599999999999,92.9628,92.9628,92.6296,91.2968,90.6304,89.964,89.2976,88.298,86.9652,86.9652,86.2988,85.6324,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,95.9616,96.628,97.2944,98.96039999999999,100.2932,100.2932,101.2928,103.292,104.6248,105.2912,105.6244,106.2908,106.9572,107.6236,107.2904,106.624,105.6244,103.9584,103.62519999999999,103.62519999999999,104.958,105.6244,106.624,107.9568,109.2896,109.956,110.9556,112.95479999999999,115.2872,116.9532,118.286,119.952,120.9516,122.2844,123.28399999999999,123.9504,124.6168,124.95,124.95,126.2828,126.9492,127.2824,127.6156,127.9488,128.9484,129.948,129.6148,129.948,130.2812,130.2812,129.948,129.948,129.2816,128.282,126.616,126.2828,124.95,124.6168,123.6172,123.6172,122.9508,122.6176,120.2852,118.61919999999999,117.6196,115.9536,114.954,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,114.2876,112.95479999999999,112.2884,111.622,111.2888,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,111.622,111.622,110.9556,110.2892,109.2896,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,16.66,16.66,17.3264,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.9916,20.9916,22.3244,22.9908,23.6572,24.3236,25.6564,26.3228,26.9892,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,31.654,32.3204,32.9868,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.6508,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,40.6504,39.984,39.3176,38.6512,37.9848,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,30.6544,30.6544,29.988,28.9884,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,31.654,31.654,31.654,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,38.318,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,60.3092,60.9756,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.6412,64.3076,64.3076,64.974,66.3068,66.9732,68.306,68.9724,70.6384,71.3048,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.968,80.6344,81.9672,82.96679999999999,84.2996,85.2992,86.632,87.2984,88.298,89.2976,89.964,91.2968,91.63,91.63,91.63,91.9632,91.9632,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,91.9632,91.9632,91.63,91.63,91.63,91.63,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.9632,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,96.9612,96.9612,96.2948,95.6284,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,95.6284,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,99.96,101.2928,102.2924,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.958,105.6244,106.624,107.6236,108.9564,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.6204,115.9536,116.62,117.2864,117.9528,118.286,118.9524,119.6188,121.2848,122.2844,123.28399999999999,124.95,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,127.2824,127.2824,128.6152,128.6152,129.2816,129.2816,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.9476,130.9476,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,128.9484,128.9484,128.9484,128.6152,127.9488,127.9488,127.9488,127.6156,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,122.9508,122.6176,121.2848,120.6184,119.952,119.6188,118.9524,118.286,118.286,117.6196,116.62,115.9536,115.2872,114.2876,113.288,111.9552,109.956,108.28999999999999,107.9568,107.6236,107.6236,107.9568,107.6236,107.6236,107.6236,107.2904,107.2904,106.624,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,101.9592,101.2928,100.9596,100.2932,99.6268,98.6272,97.96079999999999,97.6276,97.96079999999999,96.628,96.628,96.628,96.628,95.6284,94.962,94.6288,94.6288,93.6292,93.6292,93.29599999999999,92.9628,92.9628,92.9628,91.9632,91.2968,90.6304,89.964,89.2976,87.9648,87.2984,87.2984,86.2988,84.966,83.6332,82.96679999999999,82.96679999999999,82.3004,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,95.6284,96.2948,96.628,97.6276,98.96039999999999,99.6268,100.9596,102.6256,103.9584,105.2912,105.9576,106.9572,107.6236,107.9568,107.2904,107.2904,105.6244,104.6248,103.9584,104.2916,104.958,105.6244,106.624,107.6236,108.28999999999999,108.9564,110.2892,112.2884,114.2876,115.6204,116.9532,118.286,119.6188,120.2852,122.2844,122.9508,123.9504,124.6168,124.95,126.2828,126.616,127.2824,127.6156,128.6152,128.9484,129.948,129.948,129.2816,129.2816,129.2816,129.2816,128.6152,127.9488,127.2824,126.2828,124.95,124.6168,123.28399999999999,122.9508,122.9508,121.9512,121.9512,120.6184,118.9524,117.2864,115.2872,114.2876,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,114.2876,113.6212,112.95479999999999,112.2884,111.2888,110.9556,110.9556,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,111.622,111.622,110.9556,110.2892,109.6228,109.2896,108.6232,107.9568,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,8.6632,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,10.9956,11.661999999999999,11.661999999999999,12.3284,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,20.9916,22.3244,22.9908,23.6572,24.3236,25.6564,26.3228,26.9892,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.9844,39.6508,40.3172,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,36.652,36.652,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,29.988,29.988,29.988,29.988,29.988,29.3216,28.6552,28.6552,29.3216,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,44.315599999999996,44.982,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.3124,52.3124,52.9788,52.9788,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.6412,63.6412,64.3076,64.974,65.6404,66.3068,67.6396,68.306,69.972,70.6384,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.9684,80.6344,81.634,82.96679999999999,84.966,85.9656,87.2984,88.298,89.2976,89.964,91.2968,91.2968,91.9632,91.9632,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.2952,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.6292,94.6288,95.2952,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,97.6276,97.96079999999999,99.6268,100.9596,101.626,102.6256,103.62519999999999,103.9584,103.9584,104.6248,104.958,105.9576,106.624,107.9568,108.6232,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.9536,116.62,116.62,117.2864,118.61919999999999,118.9524,120.2852,120.9516,121.2848,122.9508,123.28399999999999,124.6168,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,127.2824,127.2824,127.6156,127.6156,128.6152,128.6152,129.2816,129.2816,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,130.2812,130.2812,130.2812,130.2812,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.6148,129.6148,128.9484,128.9484,128.6152,128.6152,128.282,128.282,127.6156,127.6156,126.9492,126.9492,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,122.6176,121.9512,120.9516,120.2852,119.952,118.9524,118.9524,118.286,117.6196,116.62,115.9536,115.2872,114.2876,113.288,111.9552,109.956,108.9564,107.9568,107.9568,108.28999999999999,108.28999999999999,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.626,100.6264,100.2932,99.6268,99.2936,98.294,98.294,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.2948,95.6284,94.6288,93.9624,93.9624,93.6292,92.6296,92.6296,92.6296,92.2964,90.9636,90.6304,90.6304,89.2976,89.2976,88.63119999999999,88.298,87.2984,85.9656,84.6328,84.2996,83.6332,83.6332,82.3004,82.3004,81.634,80.9676,80.3012,79.968,79.3016,78.6352,78.6352,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,73.304,73.304,73.304,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,95.6284,96.2948,97.2944,98.294,99.6268,102.2924,103.62519999999999,105.6244,106.9572,107.6236,108.6232,108.6232,108.6232,107.6236,106.624,105.9576,105.6244,104.958,104.958,105.9576,105.9576,106.624,107.6236,107.6236,108.9564,110.9556,112.95479999999999,113.6212,115.6204,116.62,117.6196,118.61919999999999,119.952,121.2848,122.6176,122.6176,123.9504,125.2832,125.6164,127.6156,127.9488,128.9484,128.9484,129.948,129.948,129.2816,128.6152,128.6152,128.282,126.9492,126.2828,125.6164,124.95,124.6168,123.28399999999999,122.9508,122.2844,122.2844,121.2848,121.2848,120.2852,118.286,115.9536,114.2876,113.288,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,113.288,112.6216,112.2884,110.9556,109.956,109.956,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.6224,109.956,108.6232,107.9568,107.2904,107.6236,106.9572,106.2908,105.9576,105.6244,104.958,104.2916,104.2916,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.661999999999999,11.661999999999999,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,24.3236,25.6564,26.9892,27.6556,28.322,28.9884,30.3212,30.9876,31.654,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,38.9844,39.6508,39.6508,40.3172,40.9836,41.65,41.9832,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.3208,31.3208,31.3208,30.6544,29.988,29.988,29.988,29.3216,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.986399999999996,34.6528,35.3192,36.652,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,40.6504,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,43.6492,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.3092,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.6412,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,69.3056,69.972,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,80.6344,81.634,83.6332,84.966,85.9656,87.2984,88.298,89.2976,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,91.2968,91.63,91.63,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.2952,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.9624,95.2952,95.6284,96.2948,96.9612,96.2948,95.9616,95.9616,96.9612,97.96079999999999,99.6268,100.2932,101.626,101.9592,102.9588,103.62519999999999,103.9584,104.6248,105.6244,105.9576,107.2904,107.9568,108.6232,109.2896,110.6224,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,112.6216,112.6216,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,114.2876,114.954,115.2872,116.62,116.62,117.2864,117.6196,118.9524,119.6188,120.9516,121.2848,121.9512,122.9508,123.28399999999999,124.6168,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,127.2824,127.2824,127.6156,127.9488,128.6152,128.6152,129.2816,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,130.2812,130.2812,130.2812,130.2812,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.6148,129.6148,128.9484,128.9484,128.6152,128.6152,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,122.6176,121.9512,120.9516,120.2852,119.6188,118.9524,118.286,117.6196,116.62,115.9536,115.2872,114.2876,113.288,111.9552,109.956,109.2896,108.28999999999999,107.9568,108.28999999999999,108.9564,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.2916,103.62519999999999,103.292,103.292,102.6256,101.2928,100.2932,99.6268,99.2936,99.2936,98.294,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,96.9612,95.9616,94.962,94.6288,93.9624,93.6292,92.6296,92.6296,93.29599999999999,93.29599999999999,92.2964,91.63,91.2968,90.2972,89.964,89.2976,88.63119999999999,87.9648,87.2984,85.9656,85.2992,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.9676,80.6344,79.968,79.968,79.3016,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.97,73.9704,73.304,73.304,73.304,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,94.6288,94.962,96.2948,97.2944,99.2936,101.2928,103.62519999999999,105.6244,106.9572,107.9568,109.2896,109.2896,108.9564,107.9568,107.2904,106.624,105.9576,104.958,104.958,105.9576,105.9576,105.9576,105.9576,105.9576,107.2904,109.6228,111.622,112.95479999999999,113.6212,114.954,116.2868,117.2864,118.61919999999999,119.6188,120.2852,121.2848,121.9512,123.28399999999999,124.6168,125.9496,126.9492,127.6156,127.9488,128.9484,128.282,128.282,127.6156,127.6156,126.2828,125.2832,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.9516,119.952,118.9524,117.2864,115.2872,113.6212,112.2884,111.622,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.956,109.2896,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.2896,108.6232,108.6232,107.9568,107.2904,107.6236,106.9572,106.2908,105.9576,104.958,104.958,104.2916,104.2916,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,12.3284,12.3284,12.9948,12.3284,12.3284,12.9948,12.9948,12.9948,13.6612,13.6612,13.6612,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,24.3236,25.6564,26.9892,27.6556,28.322,29.654799999999998,30.3212,31.654,32.3204,32.6536,33.32,33.32,33.986399999999996,35.3192,35.9856,37.3184,37.9848,39.3176,39.3176,40.3172,40.3172,40.9836,41.65,42.3164,42.3164,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,39.984,39.984,39.3176,38.6512,37.9848,37.9848,37.3184,36.652,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,33.32,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,30.6544,29.988,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,34.6528,35.3192,36.652,37.3184,36.652,35.9856,35.3192,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,42.9828,43.6492,43.6492,43.6492,43.6492,44.315599999999996,44.315599999999996,44.982,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.6452,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.6412,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.6392,69.972,70.6384,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,80.9676,82.3004,83.6332,85.6324,86.632,87.2984,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,89.964,89.964,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,90.6304,91.2968,91.2968,91.63,92.6296,92.6296,92.6296,92.6296,92.9628,93.6292,92.9628,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,93.9624,93.6292,93.6292,92.9628,92.6296,93.29599999999999,93.9624,94.6288,95.6284,95.6284,96.2948,95.9616,95.6284,95.9616,96.9612,97.6276,98.96039999999999,100.2932,101.2928,101.9592,102.9588,103.62519999999999,103.9584,104.6248,105.6244,106.624,107.6236,107.9568,108.6232,109.2896,110.6224,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,111.9552,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.2876,115.6204,115.9536,116.62,116.62,117.2864,117.6196,118.9524,119.6188,120.9516,121.2848,121.9512,122.9508,123.6172,124.95,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.9496,126.616,126.616,126.616,127.6156,127.9488,127.9488,128.6152,128.9484,128.9484,128.9484,129.6148,129.948,129.948,129.948,129.948,130.2812,130.2812,130.2812,130.9476,130.9476,130.9476,130.9476,130.9476,130.2812,130.2812,130.2812,130.2812,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.6148,129.6148,128.9484,128.9484,128.6152,128.6152,128.282,128.282,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.6164,125.6164,125.6164,125.2832,124.6168,123.28399999999999,122.9508,121.9512,120.9516,120.2852,119.6188,118.9524,118.286,117.6196,116.62,115.9536,115.2872,114.2876,113.288,111.9552,110.2892,109.2896,108.9564,108.28999999999999,108.9564,109.2896,109.6228,109.6228,108.9564,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,104.2916,103.62519999999999,103.292,103.292,102.6256,101.2928,100.2932,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.6272,97.6276,95.9616,94.962,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,91.2968,91.2968,91.2968,89.964,89.2976,88.298,87.2984,86.632,85.2992,84.966,84.966,84.2996,83.6332,82.3004,81.634,81.3008,80.6344,80.6344,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.3036,74.3036,73.9704,73.304,73.304,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.6288,94.6288,95.9616,97.2944,98.96039999999999,101.2928,103.62519999999999,105.9576,107.6236,108.6232,109.2896,110.6224,110.2892,109.956,108.6232,107.6236,106.2908,105.9576,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,106.2908,108.6232,110.6224,110.9556,112.95479999999999,113.6212,114.954,115.2872,116.62,117.6196,117.6196,118.61919999999999,120.2852,121.2848,122.2844,123.9504,124.6168,126.616,126.9492,126.9492,126.616,125.6164,125.2832,125.2832,125.2832,123.9504,123.9504,123.9504,123.28399999999999,122.2844,121.9512,122.2844,121.2848,121.2848,120.2852,119.6188,118.286,115.9536,114.2876,113.288,111.622,111.2888,110.9556,111.2888,111.622,111.622,112.2884,112.2884,112.2884,111.622,110.9556,109.956,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,108.9564,108.9564,108.9564,108.6232,107.9568,107.6236,107.6236,106.9572,107.6236,106.9572,106.2908,105.6244,104.958,104.2916,104.2916,104.2916,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.6612,13.6612,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.3252,21.658,22.3244,22.9908,24.3236,25.6564,26.9892,27.6556,28.9884,29.654799999999998,30.9876,31.654,32.3204,33.32,33.32,33.986399999999996,34.6528,35.3192,36.652,37.9848,38.6512,39.984,39.984,40.9836,40.9836,41.65,42.3164,42.9828,43.9824,43.9824,44.6488,45.3152,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.3152,45.3152,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.3164,42.3164,41.65,41.65,40.9836,40.3172,39.3176,38.6512,37.9848,37.9848,37.3184,36.652,35.3192,34.6528,34.6528,34.6528,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.3208,30.6544,30.6544,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,33.32,34.6528,35.3192,36.652,36.652,35.9856,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.6504,40.6504,40.6504,41.3168,41.3168,42.3164,42.9828,42.9828,43.6492,43.6492,43.6492,43.6492,44.315599999999996,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.9788,53.6452,54.3116,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,60.3092,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.9732,68.6392,69.3056,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,81.634,82.3004,83.6332,85.2992,85.9656,86.9652,87.2984,87.9648,88.298,88.63119999999999,89.6308,90.2972,90.6304,91.2968,91.2968,91.63,91.9632,92.6296,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,89.964,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,89.964,90.6304,90.6304,91.2968,91.9632,92.6296,92.6296,92.6296,92.9628,92.9628,92.2964,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,93.6292,94.6288,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,96.2948,97.6276,98.96039999999999,99.96,101.2928,101.9592,102.9588,103.62519999999999,103.9584,104.6248,105.6244,106.624,107.6236,108.6232,109.2896,109.2896,110.6224,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,111.9552,111.9552,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.2876,115.6204,115.9536,116.62,116.62,117.2864,117.6196,118.9524,119.6188,120.9516,121.2848,121.9512,123.28399999999999,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,126.9492,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,128.9484,129.948,129.948,129.948,129.948,130.2812,130.2812,130.2812,130.2812,130.9476,130.9476,130.9476,130.9476,130.2812,130.2812,130.2812,130.2812,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.6148,129.6148,128.9484,128.9484,128.6152,128.6152,128.282,128.282,127.9488,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.616,126.616,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.2828,126.2828,126.2828,125.6164,125.2832,124.6168,123.28399999999999,122.9508,121.9512,120.9516,119.6188,119.6188,118.9524,118.286,117.2864,115.9536,115.2872,114.954,113.95439999999999,112.2884,110.9556,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.6228,108.6232,107.9568,107.6236,107.6236,106.9572,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.6244,105.2912,104.2916,103.62519999999999,103.292,102.6256,101.626,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.6272,97.6276,95.9616,94.962,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,91.9632,91.9632,91.63,90.6304,89.964,88.63119999999999,88.298,87.2984,86.632,86.2988,85.6324,84.966,84.2996,82.96679999999999,82.3004,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,76.636,75.9696,75.3032,74.3036,74.3036,74.3036,74.3036,73.304,73.304,73.304,73.304,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,93.9624,94.6288,95.9616,97.2944,98.96039999999999,101.2928,104.2916,105.9576,107.6236,108.6232,109.956,110.9556,110.9556,110.2892,109.6228,107.9568,107.6236,106.2908,105.9576,105.6244,106.2908,106.2908,105.9576,105.9576,106.2908,107.6236,109.2896,109.956,110.6224,112.2884,113.288,114.2876,114.954,115.6204,115.9536,116.9532,117.6196,118.9524,120.2852,121.9512,122.9508,123.9504,124.6168,124.6168,124.6168,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.6176,121.9512,121.2848,121.2848,120.2852,119.952,118.9524,118.61919999999999,117.2864,114.954,113.6212,112.6216,111.2888,110.2892,110.2892,111.2888,111.2888,111.2888,111.2888,111.622,111.622,110.9556,110.6224,109.2896,108.9564,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.2896,108.9564,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,105.6244,105.2912,104.958,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[8.6632,8.6632,8.6632,8.6632,8.6632,8.6632,8.6632,8.6632,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,17.9928,18.9924,19.6588,20.3252,20.3252,21.658,22.3244,22.9908,24.3236,25.9896,26.656,27.3224,28.6552,30.3212,30.9876,32.3204,32.9868,33.32,33.986399999999996,33.986399999999996,34.6528,36.652,37.3184,38.9844,39.6508,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.647999999999996,45.9816,45.9816,45.9816,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.6508,39.6508,38.6512,37.9848,36.652,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,31.3208,31.3208,30.6544,30.6544,29.988,29.988,29.988,29.988,29.988,29.988,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,45.9816,45.9816,45.9816,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,60.3092,60.3092,60.3092,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,69.6388,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,74.6368,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,80.3012,80.9676,82.3004,83.6332,84.966,85.9656,86.2988,86.2988,87.6316,87.6316,88.298,88.9644,89.2976,89.2976,90.6304,90.6304,91.63,91.9632,91.63,91.63,91.63,91.63,90.6304,90.2972,90.2972,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,90.2972,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.6296,91.63,91.63,91.63,91.63,92.2964,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,97.96079999999999,99.2936,100.2932,101.2928,101.9592,102.9588,103.62519999999999,104.6248,104.958,105.9576,106.9572,107.6236,108.6232,109.2896,109.2896,109.956,110.2892,111.622,111.622,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.2892,109.6228,109.6228,109.6228,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.9552,111.9552,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,110.6224,110.6224,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.6208,114.6208,115.6204,116.2868,116.62,116.62,117.9528,118.61919999999999,118.9524,120.2852,120.9516,121.618,122.2844,123.28399999999999,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.6164,125.9496,126.616,126.616,127.2824,127.6156,127.9488,128.6152,128.6152,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,130.9476,130.9476,130.2812,130.2812,130.9476,130.9476,130.6144,130.6144,129.948,129.948,129.948,129.948,130.6144,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,127.9488,128.6152,128.6152,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.616,125.6164,125.2832,123.9504,123.28399999999999,122.2844,121.2848,121.2848,120.2852,119.952,119.6188,118.9524,117.6196,117.2864,116.62,115.2872,113.95439999999999,111.9552,111.2888,110.2892,110.2892,111.2888,111.2888,110.9556,110.9556,110.9556,110.2892,109.2896,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.2904,106.624,106.9572,106.9572,106.2908,106.2908,105.9576,105.6244,104.958,103.9584,102.6256,101.9592,101.2928,100.9596,101.2928,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.294,97.6276,96.9612,95.6284,94.962,94.6288,94.6288,93.9624,93.6292,93.6292,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,92.6296,92.2964,91.63,90.6304,89.2976,88.298,88.298,87.9648,87.2984,86.2988,85.2992,84.2996,82.96679999999999,82.3004,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,76.636,75.9696,75.3032,74.3036,74.3036,74.3036,74.3036,73.9704,73.9704,73.9704,73.304,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.9676,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,94.6288,95.6284,96.2948,97.96079999999999,99.6268,102.2924,104.6248,106.9572,108.9564,109.956,110.6224,110.9556,111.622,111.622,110.9556,109.956,108.6232,108.6232,107.9568,107.9568,107.9568,106.9572,106.2908,105.9576,105.9576,106.9572,107.6236,108.28999999999999,108.9564,110.2892,110.9556,112.6216,113.288,113.95439999999999,114.6208,115.6204,115.9536,117.2864,118.286,119.952,121.2848,121.618,122.2844,122.2844,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.6184,119.952,120.2852,119.952,118.9524,117.9528,116.62,115.6204,114.2876,112.95479999999999,111.2888,110.2892,109.956,110.2892,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,108.9564,107.9568,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,107.9568,107.6236,107.6236,106.9572,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.9576,105.6244,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[8.6632,8.6632,8.6632,8.6632,8.6632,8.6632,8.6632,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,17.9928,17.9928,18.9924,18.9924,19.6588,20.3252,21.658,22.3244,22.9908,24.3236,25.9896,27.3224,27.9888,28.6552,30.3212,31.654,32.3204,32.9868,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.9848,38.9844,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.9816,45.3152,45.3152,44.6488,43.316,42.6496,42.6496,41.9832,41.3168,41.3168,40.6504,39.984,38.318,37.6516,36.652,36.652,36.652,36.652,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,32.6536,32.6536,31.9872,31.9872,31.3208,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,31.3208,31.9872,33.32,33.986399999999996,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,45.9816,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.312,53.9784,54.6448,55.3112,55.9776,55.9776,56.644,56.644,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,79.6348,80.3012,80.9676,82.3004,83.6332,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.9648,87.6316,88.9644,88.9644,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,89.6308,90.2972,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.2968,90.6304,90.6304,91.63,92.2964,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,96.2948,97.96079999999999,99.2936,100.6264,101.626,101.9592,102.9588,102.9588,103.9584,104.6248,105.9576,106.2908,107.6236,107.9568,108.6232,109.2896,109.2896,109.956,110.9556,111.622,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.2892,109.6228,109.6228,109.6228,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.9552,111.9552,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,110.6224,110.6224,110.9556,110.9556,110.9556,111.622,112.2884,113.288,113.6212,113.6212,114.6208,115.2872,115.6204,116.2868,116.62,117.2864,118.61919999999999,118.9524,120.2852,120.9516,121.618,122.2844,122.9508,123.28399999999999,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,129.948,129.948,129.948,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.9484,128.6152,128.6152,128.6152,128.6152,128.282,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.2828,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.2852,119.952,119.6188,118.9524,118.286,117.2864,115.6204,113.95439999999999,112.95479999999999,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.6224,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.624,105.9576,105.6244,104.6248,103.292,102.6256,101.9592,101.2928,101.626,101.626,100.6264,100.6264,99.6268,99.6268,99.6268,99.6268,98.294,97.6276,96.628,95.6284,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.9624,93.9624,94.2956,94.2956,94.2956,93.9624,93.29599999999999,92.9628,92.2964,91.63,90.6304,89.2976,89.2976,88.298,87.9648,87.9648,86.632,85.2992,84.2996,82.3004,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,76.636,75.9696,75.3032,74.3036,74.3036,74.3036,74.3036,73.9704,73.9704,73.9704,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,94.6288,95.6284,96.628,98.6272,100.2932,102.2924,104.6248,106.9572,108.9564,109.956,110.6224,111.622,111.9552,111.9552,111.622,110.6224,109.956,109.6228,109.6228,109.6228,108.9564,107.9568,107.6236,106.9572,106.2908,106.624,106.9572,107.6236,108.28999999999999,108.9564,109.6228,111.2888,111.622,112.6216,113.288,113.95439999999999,114.6208,115.9536,116.62,117.6196,117.9528,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,119.952,119.6188,119.952,119.952,119.6188,119.6188,119.6188,118.61919999999999,117.6196,115.9536,115.6204,114.6208,113.288,110.9556,110.2892,109.6228,109.956,109.956,110.2892,110.9556,110.2892,110.2892,110.2892,109.956,109.956,108.9564,107.6236,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.6256,102.6256,102.6256,103.292,103.9584,104.6248,104.6248,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,15.9936,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,18.9924,18.9924,19.6588,20.3252,21.658,22.3244,22.9908,24.3236,25.9896,27.3224,27.9888,29.3216,30.9876,31.654,32.3204,32.9868,33.986399999999996,33.986399999999996,34.6528,35.3192,37.3184,37.9848,39.6508,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.647999999999996,46.647999999999996,45.9816,45.3152,44.6488,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.3168,40.3172,38.9844,38.6512,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,29.988,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,33.32,33.32,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,56.644,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.9704,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,80.3012,80.9676,81.634,82.96679999999999,84.2996,84.966,84.966,85.9656,86.2988,86.632,86.632,87.9648,87.9648,88.63119999999999,88.9644,89.6308,90.2972,90.2972,90.6304,90.6304,89.2976,89.2976,89.2976,88.9644,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.298,88.9644,89.2976,89.6308,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,90.6304,90.6304,90.6304,91.2968,91.63,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,96.2948,97.96079999999999,99.6268,100.6264,101.626,101.9592,102.9588,102.9588,103.9584,104.6248,105.2912,105.9576,106.9572,107.6236,108.6232,108.6232,108.6232,109.2896,110.9556,111.622,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.2892,110.2892,109.6228,109.6228,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.6224,110.9556,111.2888,111.2888,111.622,112.2884,112.6216,113.288,113.6212,113.6212,113.6212,113.288,112.6216,111.9552,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,112.2884,113.288,113.95439999999999,113.95439999999999,114.6208,115.2872,116.2868,116.2868,116.62,117.2864,118.9524,119.6188,120.2852,120.9516,121.618,122.2844,122.9508,123.28399999999999,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,126.616,126.9492,127.6156,127.9488,128.6152,128.9484,128.9484,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.6144,129.948,129.948,129.948,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,126.9492,126.616,125.6164,125.2832,124.6168,123.6172,123.6172,122.9508,122.9508,121.9512,121.2848,120.2852,120.2852,119.6188,118.9524,117.9528,116.2868,115.2872,114.6208,114.2876,114.954,114.954,114.954,113.6212,112.95479999999999,112.6216,111.9552,111.622,111.2888,110.9556,109.956,109.6228,108.9564,108.6232,108.6232,107.9568,107.9568,107.6236,107.2904,106.624,105.9576,105.2912,104.6248,103.62519999999999,102.6256,102.2924,102.2924,102.2924,101.9592,101.2928,99.96,99.96,99.6268,99.6268,98.96039999999999,97.96079999999999,95.9616,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,94.6288,93.9624,93.9624,92.9628,91.63,91.2968,90.2972,89.2976,89.2976,88.298,88.298,87.2984,84.6328,82.96679999999999,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,76.636,75.9696,75.3032,74.3036,74.3036,74.3036,74.3036,73.304,73.304,73.9704,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,85.6324,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,95.9616,97.2944,98.6272,100.2932,102.2924,104.6248,106.2908,108.28999999999999,109.6228,110.6224,112.2884,112.95479999999999,113.288,112.95479999999999,111.622,111.2888,111.2888,111.2888,110.2892,109.956,108.9564,109.2896,108.9564,108.28999999999999,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,110.2892,111.622,112.2884,113.288,113.6212,114.2876,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,117.6196,117.9528,117.6196,118.61919999999999,118.61919999999999,118.9524,118.9524,118.286,117.2864,115.6204,114.2876,113.6212,112.6216,111.2888,110.2892,109.6228,108.9564,108.9564,109.2896,109.2896,110.2892,109.956,109.956,109.956,109.2896,108.28999999999999,107.6236,106.9572,105.9576,105.6244,105.2912,104.6248,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,102.2924,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.9592,101.9592,101.9592,102.6256,103.62519999999999,103.9584,104.6248,105.2912,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,18.9924,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,24.3236,25.9896,26.656,27.9888,29.3216,30.9876,31.654,32.3204,32.9868,33.986399999999996,33.986399999999996,34.6528,35.3192,37.3184,38.6512,39.6508,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.314,48.314,47.6476,46.9812,46.3148,45.6484,44.982,44.982,43.9824,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,40.6504,40.6504,39.984,39.3176,37.9848,37.9848,37.3184,36.652,36.652,35.9856,35.9856,35.3192,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.984,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.9796,52.3124,52.9788,53.6452,54.6448,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.977199999999996,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,68.306,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,74.3036,74.3036,74.97,74.97,75.9696,76.3028,76.9692,77.6356,78.9684,79.6348,80.3012,81.634,82.3004,83.6332,84.2996,84.2996,84.966,85.2992,85.2992,86.632,86.632,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.6308,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.2964,91.63,91.2968,90.6304,90.2972,90.2972,91.2968,91.63,92.6296,93.6292,93.6292,93.6292,93.29599999999999,93.9624,94.6288,95.2952,96.2948,97.2944,98.96039999999999,100.6264,101.626,101.626,102.6256,102.6256,102.9588,103.62519999999999,104.6248,104.6248,105.2912,106.9572,107.6236,108.28999999999999,108.28999999999999,108.6232,110.6224,110.9556,112.2884,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.2888,111.2888,111.622,111.622,112.6216,112.6216,113.288,113.6212,113.6212,113.288,111.9552,111.9552,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,110.6224,110.6224,110.6224,110.6224,109.956,110.6224,111.622,112.6216,113.95439999999999,114.6208,115.6204,115.9536,116.2868,116.62,117.2864,118.286,119.6188,119.952,120.9516,121.2848,122.2844,122.9508,122.9508,123.28399999999999,124.6168,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.9496,126.616,126.9492,127.6156,127.9488,128.282,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,130.6144,130.6144,130.2812,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,130.9476,130.9476,130.6144,129.948,129.948,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,127.6156,126.616,126.2828,125.6164,125.2832,124.6168,124.28359999999999,123.6172,123.28399999999999,122.9508,121.9512,121.9512,121.618,120.9516,119.6188,118.61919999999999,117.6196,117.2864,116.62,116.62,116.62,116.62,115.9536,115.6204,114.954,113.95439999999999,113.288,113.288,112.6216,112.2884,111.2888,110.2892,109.956,108.9564,108.9564,108.6232,108.6232,107.6236,107.6236,107.2904,106.2908,105.6244,104.6248,103.9584,103.292,103.292,103.292,102.2924,101.9592,101.2928,100.6264,99.96,99.6268,98.96039999999999,98.294,96.628,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.2956,94.6288,94.6288,94.6288,94.962,94.6288,94.6288,93.9624,92.9628,91.63,90.6304,90.2972,89.964,89.2976,88.9644,87.6316,85.2992,83.9664,82.3004,81.3008,81.3008,80.6344,79.968,79.3016,77.3024,76.636,75.9696,75.3032,74.97,74.3036,74.3036,74.3036,73.304,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,85.9656,86.632,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,95.9616,97.2944,98.6272,100.6264,102.6256,104.6248,106.2908,108.28999999999999,109.6228,110.6224,112.2884,113.288,113.95439999999999,113.288,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,110.2892,110.2892,109.956,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,110.9556,111.622,112.2884,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.6208,114.6208,114.6208,114.954,115.6204,115.9536,116.62,117.9528,117.9528,118.61919999999999,117.9528,117.6196,115.9536,113.95439999999999,112.95479999999999,111.9552,111.2888,110.2892,109.6228,108.9564,108.6232,108.6232,108.9564,108.9564,109.2896,109.2896,109.2896,108.9564,108.28999999999999,107.9568,106.624,105.9576,105.6244,104.958,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,101.9592,102.9588,103.62519999999999,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.9948,13.6612,13.6612,13.6612,13.6612,13.6612,13.6612,13.6612,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,19.3256,19.6588,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,24.3236,25.9896,26.656,27.3224,28.6552,30.3212,31.654,32.3204,32.9868,33.986399999999996,34.6528,34.6528,35.9856,37.9848,38.6512,40.3172,40.9836,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,44.6488,45.3152,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.3148,46.3148,45.6484,44.982,44.315599999999996,43.6492,42.9828,42.9828,42.9828,42.9828,42.3164,42.3164,41.3168,39.984,39.3176,39.3176,38.6512,37.6516,37.6516,36.9852,35.9856,35.3192,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,32.6536,33.32,33.32,33.32,33.32,31.9872,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.984,40.6504,39.984,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,52.3124,52.9788,53.6452,54.6448,55.3112,55.9776,55.9776,55.9776,55.9776,55.3112,55.9776,55.9776,56.644,56.644,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,60.9756,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,65.9736,67.3064,68.306,69.6388,70.3052,70.9716,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.9704,74.3036,74.97,74.97,76.3028,76.9692,77.6356,78.6352,79.968,80.6344,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,86.632,86.632,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.6308,89.6308,89.6308,89.6308,89.964,90.6304,89.964,90.6304,90.6304,90.9636,90.9636,91.63,92.2964,92.2964,92.2964,91.63,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,92.2964,92.9628,92.9628,92.9628,92.9628,93.29599999999999,94.6288,95.2952,96.628,97.96079999999999,99.6268,100.6264,101.2928,101.626,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.9584,104.958,105.6244,106.2908,107.6236,108.28999999999999,109.956,110.9556,111.9552,111.9552,112.2884,112.2884,112.2884,111.2888,111.2888,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.956,109.956,110.2892,110.9556,110.9556,110.9556,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.6224,110.6224,109.956,109.2896,109.2896,111.2888,112.6216,113.95439999999999,115.6204,115.6204,116.2868,116.62,117.2864,118.9524,119.6188,119.952,120.9516,121.2848,121.9512,122.2844,122.9508,123.6172,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,126.9492,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.2816,129.948,130.6144,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,131.614,130.9476,130.6144,129.948,129.948,130.6144,130.9476,130.9476,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,129.2816,129.6148,129.6148,129.6148,128.9484,128.6152,128.6152,127.9488,127.9488,128.6152,128.282,127.6156,126.9492,125.9496,125.9496,125.2832,124.95,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,120.9516,119.952,119.6188,118.9524,118.286,118.286,118.286,118.286,117.6196,117.2864,116.62,116.62,115.9536,115.2872,114.2876,113.6212,113.288,112.2884,111.9552,110.9556,110.9556,110.2892,110.2892,109.956,109.6228,108.9564,107.9568,107.6236,106.624,105.6244,105.2912,104.6248,104.6248,104.2916,103.292,102.2924,101.9592,101.9592,101.2928,100.6264,99.2936,97.6276,96.628,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,93.6292,92.6296,91.63,90.6304,90.6304,89.964,89.964,88.9644,86.632,85.2992,83.6332,82.3004,81.9672,81.3008,80.6344,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.3036,74.3036,73.304,73.304,73.304,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.966,85.2992,86.632,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,95.6284,96.628,98.6272,100.6264,102.6256,104.2916,105.9576,107.6236,108.6232,110.6224,112.2884,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.288,112.95479999999999,111.9552,111.9552,111.2888,109.956,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,108.9564,109.2896,109.2896,110.2892,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,112.6216,112.6216,112.6216,112.6216,113.288,114.6208,115.9536,117.2864,117.6196,117.6196,117.2864,115.9536,113.6212,111.9552,111.2888,110.9556,110.9556,109.6228,108.9564,108.6232,108.6232,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,106.9572,106.9572,105.9576,105.6244,104.6248,103.9584,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.9592,101.626,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.9592,101.9592,102.9588,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,12.6616,13.6612,13.6612,13.6612,13.6612,13.6612,13.6612,13.6612,13.6612,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,19.3256,19.3256,19.6588,20.3252,20.9916,21.658,22.9908,23.6572,24.3236,24.99,25.9896,26.656,27.3224,28.6552,30.3212,31.654,32.3204,32.9868,33.986399999999996,34.6528,35.3192,35.9856,37.9848,39.3176,40.3172,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.646,51.646,51.646,51.9792,51.9792,52.6456,52.6456,52.6456,51.9792,51.646,50.9796,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.6492,42.9828,41.9832,41.3168,40.6504,40.6504,39.984,39.3176,38.6512,37.9848,36.652,35.9856,35.3192,34.6528,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.984,40.6504,39.984,39.984,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,52.9788,52.9788,53.9784,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,63.308,63.9744,65.3072,65.9736,67.6396,68.9724,69.6388,70.3052,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.96679999999999,84.2996,84.6328,85.2992,85.9656,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,88.298,88.298,88.63119999999999,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.964,89.964,90.6304,90.6304,90.9636,91.63,91.63,91.63,91.2968,90.2972,90.2972,89.6308,89.6308,90.2972,90.6304,91.63,92.2964,92.6296,92.6296,92.9628,92.9628,93.9624,95.2952,96.628,97.96079999999999,99.6268,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.2928,101.626,101.9592,103.292,104.6248,105.6244,106.9572,108.28999999999999,109.956,110.6224,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,111.9552,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,110.9556,110.9556,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.6224,109.956,109.2896,108.9564,109.2896,110.2892,111.622,113.6212,115.6204,116.2868,116.62,116.62,117.6196,119.6188,120.6184,120.9516,121.618,121.9512,122.2844,122.9508,123.28399999999999,124.28359999999999,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.282,128.6152,128.6152,128.6152,129.2816,129.948,129.948,130.6144,130.9476,131.2808,131.9472,131.9472,131.614,130.9476,130.6144,129.948,129.948,130.6144,130.9476,130.9476,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,129.2816,129.6148,129.6148,129.6148,129.6148,129.2816,128.6152,128.6152,128.6152,129.2816,129.2816,128.9484,128.6152,127.6156,127.6156,126.616,125.9496,125.2832,124.95,124.95,123.9504,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,117.9528,117.6196,116.2868,115.2872,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.2888,110.2892,109.2896,107.6236,106.2908,106.2908,105.6244,105.2912,105.6244,104.6248,103.62519999999999,102.6256,102.6256,101.9592,101.2928,100.9596,99.2936,98.294,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,95.9616,95.2952,93.29599999999999,92.9628,91.63,91.63,90.6304,90.2972,89.964,87.6316,86.632,84.6328,83.6332,82.96679999999999,81.9672,81.3008,81.3008,80.6344,79.6348,78.9684,78.30199999999999,76.3028,75.6364,74.97,74.3036,73.304,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.306,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.966,85.2992,86.632,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.6292,95.6284,96.628,98.6272,99.96,102.2924,104.2916,105.9576,107.6236,108.6232,109.956,111.622,113.288,114.2876,114.6208,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,112.2884,111.9552,111.2888,110.2892,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.6228,110.2892,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,113.6212,115.2872,116.62,117.6196,117.6196,116.62,114.2876,111.9552,110.9556,109.956,109.956,109.956,109.6228,108.9564,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.2908,105.2912,104.6248,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.626,101.626,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,102.6256,102.9588,102.9588,103.62519999999999,103.9584,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,12.6616,13.6612,13.6612,14.3276,14.3276,14.3276,14.3276,14.3276,14.3276,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,19.3256,19.3256,20.3252,20.3252,20.9916,21.658,22.9908,23.6572,24.3236,24.99,25.9896,26.656,27.3224,28.6552,30.3212,31.654,32.3204,32.9868,33.986399999999996,34.6528,35.3192,35.9856,37.9848,39.3176,40.3172,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.312,53.312,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,44.982,44.315599999999996,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,37.9848,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.984,39.984,39.984,39.984,40.6504,41.3168,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,62.3084,63.308,64.6408,65.3072,66.9732,68.306,68.9724,69.6388,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,82.3004,83.6332,83.6332,84.2996,84.966,84.966,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,85.2992,85.2992,85.2992,85.2992,85.2992,85.2992,85.2992,85.9656,86.9652,87.2984,87.6316,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,90.2972,90.6304,90.6304,90.6304,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,90.2972,91.63,92.2964,91.9632,91.9632,92.2964,92.9628,93.9624,95.2952,96.628,97.96079999999999,98.96039999999999,99.96,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,101.2928,102.6256,104.6248,106.2908,107.6236,109.2896,110.6224,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.6224,111.2888,111.622,111.622,111.622,111.622,111.622,111.2888,110.6224,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.6224,110.6224,109.956,109.2896,108.9564,108.9564,109.956,110.9556,113.6212,114.954,115.9536,116.62,117.2864,117.6196,119.952,120.6184,121.618,121.9512,122.9508,122.9508,123.6172,123.6172,124.28359999999999,124.6168,124.6168,124.6168,125.2832,125.2832,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,123.9504,123.9504,123.9504,123.6172,123.6172,123.6172,124.28359999999999,125.2832,125.6164,125.6164,126.2828,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,128.9484,128.9484,129.6148,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,129.948,129.948,130.6144,130.9476,130.9476,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,129.2816,128.6152,128.6152,127.6156,126.9492,125.9496,125.6164,125.2832,124.28359999999999,123.28399999999999,122.2844,120.2852,120.2852,119.952,119.6188,119.6188,119.6188,119.952,120.2852,120.2852,120.2852,119.952,119.2856,117.9528,116.62,115.6204,115.2872,114.2876,113.95439999999999,113.288,113.288,113.288,113.6212,113.288,112.2884,111.2888,109.956,108.6232,107.9568,107.6236,106.9572,106.2908,105.9576,105.2912,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.2924,100.2932,99.6268,99.2936,98.96039999999999,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.294,98.96039999999999,97.96079999999999,97.2944,96.2948,94.962,93.6292,92.9628,91.9632,91.63,91.2968,89.964,88.63119999999999,87.6316,86.632,85.2992,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,81.3008,80.3012,79.6348,77.6356,76.9692,75.6364,74.97,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.6388,69.6388,69.6388,69.6388,69.3056,68.6392,68.6392,68.6392,68.306,68.306,68.306,68.306,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,69.972,69.972,70.6384,71.638,71.638,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.634,81.634,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,85.2992,86.632,86.632,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,89.6308,89.6308,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,93.29599999999999,93.6292,95.6284,96.628,98.6272,99.96,102.2924,103.9584,105.2912,106.9572,108.28999999999999,109.2896,110.9556,112.95479999999999,114.2876,114.6208,115.2872,115.2872,116.2868,116.2868,116.2868,115.9536,115.2872,114.6208,113.6212,112.95479999999999,111.2888,109.956,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,108.28999999999999,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,112.2884,112.95479999999999,114.2876,115.6204,117.2864,116.62,115.2872,112.95479999999999,111.2888,110.2892,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.6232,108.6232,107.9568,107.9568,106.9572,106.9572,106.2908,106.2908,105.6244,105.2912,103.9584,103.292,103.292,102.2924,102.2924,101.626,101.2928,100.6264,100.6264,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.9588,102.9588,103.62519999999999,103.9584,104.6248,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,9.996,9.996,10.6624,10.6624,11.3288,11.9952,12.6616,12.6616,13.6612,13.6612,14.3276,14.3276,14.3276,14.3276,14.3276,14.3276,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,19.3256,19.6588,20.3252,20.9916,21.658,22.3244,23.6572,23.6572,24.3236,24.99,25.9896,26.656,27.3224,28.9884,30.3212,30.9876,32.3204,32.9868,33.986399999999996,34.6528,34.6528,35.9856,37.9848,38.6512,40.3172,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.6452,53.9784,54.6448,54.6448,55.3112,54.6448,54.6448,53.6452,53.6452,52.9788,52.3124,52.3124,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,45.6484,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,35.9856,35.9856,35.3192,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,39.984,39.984,40.6504,41.3168,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.9792,51.9792,52.6456,53.312,53.312,53.312,53.9784,53.9784,53.312,53.312,53.312,53.312,53.6452,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,59.309599999999996,59.976,59.976,60.6424,61.641999999999996,62.3084,63.9744,64.6408,66.3068,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.638,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,80.6344,80.6344,81.3008,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,86.2988,86.2988,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,89.6308,89.6308,89.2976,89.2976,89.2976,89.6308,90.2972,91.2968,91.63,91.2968,91.2968,92.2964,92.9628,93.9624,95.2952,96.2948,97.2944,98.96039999999999,99.6268,99.96,99.96,100.2932,100.6264,100.6264,100.2932,99.2936,99.2936,98.96039999999999,99.2936,101.2928,102.6256,104.6248,106.9572,108.9564,109.956,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,110.6224,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,110.6224,110.6224,109.956,109.2896,108.9564,108.28999999999999,108.9564,108.9564,109.956,112.95479999999999,114.2876,115.9536,116.62,117.2864,117.6196,119.952,120.9516,121.9512,122.2844,122.9508,122.9508,123.6172,123.6172,124.28359999999999,124.6168,124.6168,124.6168,125.2832,125.2832,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,123.6172,123.6172,124.6168,125.2832,125.6164,125.6164,126.616,127.2824,127.2824,127.2824,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.9488,128.6152,128.6152,128.9484,129.948,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,129.948,129.948,130.6144,130.9476,130.9476,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.9476,130.9476,130.6144,129.948,129.948,129.2816,128.6152,127.6156,126.9492,126.9492,126.616,125.2832,124.28359999999999,123.28399999999999,122.2844,121.2848,120.2852,119.952,119.952,119.952,120.6184,120.9516,121.9512,121.9512,121.2848,120.9516,119.2856,117.9528,116.9532,115.9536,115.2872,114.6208,114.6208,114.6208,114.6208,115.2872,114.6208,113.6212,112.2884,111.622,110.6224,109.2896,109.2896,107.9568,107.9568,107.6236,106.624,105.9576,104.958,104.958,104.958,104.958,103.62519999999999,102.2924,101.626,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.2936,98.96039999999999,97.6276,96.2948,95.2952,93.6292,92.9628,92.6296,91.63,91.2968,89.964,88.63119999999999,88.298,86.632,85.9656,85.6324,84.966,84.966,83.6332,82.96679999999999,81.9672,81.3008,79.6348,78.9684,77.6356,75.6364,74.3036,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,70.3052,69.6388,69.6388,69.6388,69.3056,68.6392,68.6392,68.6392,68.306,68.306,68.306,68.306,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.9732,67.6396,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,70.6384,71.638,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.634,81.634,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.2992,86.632,86.632,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,89.6308,89.6308,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,93.29599999999999,93.6292,95.6284,96.628,98.6272,99.6268,101.9592,103.9584,105.2912,106.9572,108.28999999999999,109.2896,110.9556,112.95479999999999,114.2876,114.954,115.2872,115.2872,116.62,116.62,116.62,116.62,115.2872,114.6208,114.2876,113.6212,111.9552,110.6224,109.6228,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,107.6236,107.6236,108.28999999999999,108.9564,108.9564,110.2892,110.2892,110.9556,110.2892,110.2892,110.9556,111.2888,111.2888,111.2888,111.9552,111.9552,113.288,114.6208,115.2872,115.2872,114.2876,112.95479999999999,110.9556,110.2892,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.6232,108.6232,107.9568,107.9568,107.2904,106.9572,106.2908,105.6244,105.2912,104.6248,103.9584,103.292,102.6256,102.2924,101.626,101.2928,100.6264,100.6264,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.9592,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.292,102.9588,102.9588,103.62519999999999,103.62519999999999,104.6248,104.6248,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.3288,11.3288,11.3288,10.6624,10.6624,10.6624,10.6624,11.3288,11.661999999999999,12.3284,12.9948,12.9948,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,20.3252,21.658,22.3244,22.3244,22.9908,23.6572,23.6572,24.3236,24.99,26.3228,26.9892,28.322,28.9884,30.6544,31.3208,31.9872,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,37.3184,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,53.6452,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.3108,56.3108,55.3112,55.3112,54.6448,53.9784,52.9788,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,45.6484,44.982,44.982,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,36.652,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,40.3172,40.9836,41.65,41.65,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,53.6452,53.6452,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,61.3088,61.9752,62.6416,63.308,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,86.2988,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.9644,89.2976,89.2976,89.2976,88.9644,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,91.63,92.6296,93.6292,94.6288,94.962,96.628,97.96079999999999,98.6272,99.2936,99.2936,98.96039999999999,99.6268,99.96,99.96,99.2936,98.96039999999999,98.294,98.96039999999999,99.6268,101.626,103.62519999999999,105.9576,108.28999999999999,109.2896,110.9556,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,112.2884,112.2884,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,109.2896,109.2896,108.6232,108.6232,109.956,109.956,109.956,109.956,110.2892,110.9556,111.2888,111.9552,112.2884,111.622,111.2888,111.2888,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.2896,109.2896,108.6232,108.28999999999999,107.6236,108.28999999999999,108.9564,109.956,111.9552,113.6212,114.954,116.62,117.2864,118.61919999999999,119.952,120.9516,122.2844,122.2844,123.28399999999999,123.28399999999999,123.6172,123.6172,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.616,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.616,126.9492,127.6156,127.9488,128.6152,129.2816,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.614,131.614,130.9476,130.9476,130.6144,130.6144,129.948,128.9484,127.9488,127.6156,126.9492,125.6164,125.2832,124.28359999999999,123.28399999999999,122.9508,121.9512,120.9516,120.6184,120.9516,121.618,122.2844,122.2844,122.9508,122.6176,121.2848,120.2852,118.61919999999999,117.9528,116.62,115.6204,115.9536,115.9536,116.62,116.62,116.62,115.9536,115.6204,113.6212,112.95479999999999,111.622,111.622,110.9556,110.9556,110.6224,110.2892,109.2896,107.9568,106.9572,106.9572,106.9572,106.2908,105.9576,104.6248,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,103.292,102.6256,101.626,100.2932,98.96039999999999,97.2944,95.9616,94.962,93.9624,92.9628,92.9628,91.63,91.63,90.6304,89.964,89.2976,88.63119999999999,87.6316,87.6316,86.9652,85.9656,85.2992,84.2996,83.6332,82.3004,81.634,79.968,78.30199999999999,76.3028,74.97,74.6368,73.9704,73.9704,73.304,73.304,73.304,72.6376,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,68.9724,68.9724,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.3068,65.6404,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,67.97279999999999,68.6392,69.3056,69.972,71.3048,71.3048,71.3048,71.3048,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.6328,85.2992,86.632,86.632,87.9648,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.6292,94.962,96.628,97.96079999999999,99.6268,101.9592,103.292,105.2912,106.9572,107.6236,108.6232,110.6224,112.2884,113.6212,114.954,115.6204,116.2868,116.62,117.2864,117.9528,117.9528,117.2864,116.2868,115.2872,114.2876,113.288,111.9552,110.9556,109.956,109.6228,108.9564,108.6232,107.9568,107.6236,107.6236,108.28999999999999,107.9568,108.9564,108.9564,109.2896,109.956,109.956,109.956,110.9556,110.2892,110.9556,111.622,111.9552,111.9552,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,112.2884,111.2888,110.2892,110.2892,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,107.9568,107.6236,106.9572,106.2908,105.6244,104.6248,103.9584,103.292,102.2924,101.2928,101.2928,99.96,99.96,99.6268,99.6268,99.6268,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.3288,11.3288,11.3288,11.3288,10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,20.3252,21.658,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,26.3228,27.6556,28.322,28.9884,29.988,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,37.3184,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,54.6448,55.3112,55.3112,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.644,55.9776,55.3112,54.6448,54.3116,53.6452,52.9788,52.3124,52.3124,51.646,50.9796,50.9796,50.3132,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,45.3152,45.3152,44.6488,43.316,42.6496,41.9832,41.3168,40.9836,40.9836,40.9836,40.9836,40.3172,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,37.9848,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,36.652,36.652,35.9856,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,40.3172,40.9836,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,60.6424,61.3088,61.9752,62.6416,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,85.6324,85.9656,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.6316,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.964,91.63,92.2964,92.6296,93.6292,94.6288,95.2952,95.9616,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.2936,98.96039999999999,98.294,97.6276,97.6276,98.96039999999999,100.2932,102.6256,105.2912,106.9572,109.2896,110.6224,111.2888,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,112.2884,112.2884,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,109.2896,109.2896,108.6232,108.6232,109.956,109.956,109.956,109.956,110.2892,110.9556,111.2888,111.9552,112.2884,112.2884,111.622,111.2888,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.2896,108.6232,108.28999999999999,107.6236,107.6236,108.28999999999999,108.9564,109.956,111.9552,113.6212,114.954,115.9536,117.2864,118.61919999999999,119.952,120.6184,121.9512,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,125.9496,125.9496,125.6164,125.6164,125.9496,125.9496,125.9496,126.616,126.9492,126.9492,127.9488,128.6152,129.2816,129.2816,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.614,131.614,131.614,131.614,131.614,130.9476,130.9476,130.6144,129.2816,128.9484,128.282,127.6156,126.2828,125.6164,125.2832,124.28359999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,121.9512,120.9516,118.9524,118.61919999999999,117.9528,117.6196,117.6196,117.6196,118.286,118.286,117.9528,117.2864,116.62,115.6204,114.2876,113.288,113.288,112.6216,112.2884,112.2884,111.622,110.9556,110.6224,109.956,109.2896,109.2896,108.6232,108.6232,107.9568,107.2904,106.9572,106.2908,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,104.6248,103.62519999999999,102.6256,100.9596,98.96039999999999,97.2944,96.2948,95.2952,94.2956,93.6292,93.6292,92.2964,92.2964,91.63,91.2968,91.2968,91.2968,90.2972,89.964,89.2976,88.298,88.298,87.2984,86.632,85.2992,84.2996,82.3004,79.3016,78.30199999999999,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.3056,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,66.9732,67.97279999999999,68.6392,69.972,70.6384,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,84.6328,84.6328,85.9656,86.632,87.9648,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.6308,90.2972,90.2972,90.6304,91.2968,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.6292,94.962,95.9616,97.2944,98.96039999999999,101.2928,103.292,105.2912,106.9572,107.6236,108.6232,110.6224,111.622,113.288,114.2876,115.6204,115.6204,116.62,116.9532,118.286,117.9528,117.6196,116.62,115.6204,115.2872,113.6212,113.288,111.9552,112.2884,110.9556,110.2892,109.6228,108.9564,108.28999999999999,107.9568,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.6228,109.956,110.6224,111.2888,111.2888,111.9552,111.9552,111.9552,111.9552,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,111.622,110.9556,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.6232,107.9568,107.6236,106.2908,105.6244,104.6248,103.9584,103.292,102.2924,101.2928,100.6264,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.3288,11.3288,11.3288,11.3288,10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,20.3252,21.658,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,26.3228,27.6556,28.322,28.9884,29.988,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,37.3184,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.9792,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,55.9776,55.9776,55.9776,56.644,56.977199999999996,57.6436,57.6436,57.6436,57.3104,56.644,55.9776,55.3112,54.978,54.3116,53.6452,52.9788,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.647999999999996,46.647999999999996,45.9816,45.3152,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.3168,41.3168,41.3168,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.984,40.6504,39.984,39.984,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.3172,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,61.3088,61.9752,62.6416,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.9644,89.964,90.6304,92.2964,92.6296,92.9628,93.9624,94.6288,94.962,96.2948,96.628,97.2944,97.6276,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.6276,97.6276,98.294,99.6268,102.2924,104.2916,106.624,108.28999999999999,109.956,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.9556,110.9556,110.9556,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,110.2892,110.9556,111.2888,111.9552,112.2884,112.2884,111.622,111.2888,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,110.6224,109.956,109.2896,108.9564,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.956,111.2888,113.288,114.954,115.9536,117.9528,118.9524,119.952,120.6184,121.618,122.2844,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.6172,124.28359999999999,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.9492,126.9492,127.6156,127.9488,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.9472,131.9472,131.2808,130.6144,129.948,129.2816,128.6152,128.282,128.282,127.6156,126.9492,125.6164,125.2832,124.6168,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.2844,121.2848,120.2852,119.6188,119.2856,118.9524,118.9524,119.2856,120.2852,120.2852,120.2852,118.9524,118.61919999999999,116.62,116.2868,114.954,114.954,114.2876,113.6212,113.6212,113.288,113.288,112.6216,111.9552,111.9552,111.2888,111.2888,110.9556,110.9556,110.2892,109.956,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,108.9564,107.9568,106.2908,104.2916,102.6256,100.9596,99.2936,97.96079999999999,96.9612,95.6284,95.2952,94.6288,94.2956,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.6292,92.2964,92.2964,92.2964,90.9636,90.6304,89.2976,88.298,86.632,84.2996,81.634,80.3012,78.9684,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.97,74.97,74.3036,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,69.6388,69.6388,69.6388,70.3052,70.3052,70.9716,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,67.97279999999999,69.3056,70.6384,71.3048,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,84.2996,84.6328,85.6324,86.632,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.6292,94.6288,95.6284,97.2944,98.96039999999999,100.9596,102.2924,104.2916,105.9576,107.6236,108.28999999999999,109.956,110.9556,112.95479999999999,114.2876,114.954,115.6204,116.62,116.9532,118.286,118.61919999999999,118.286,117.6196,116.62,115.2872,114.954,114.2876,113.95439999999999,112.95479999999999,112.95479999999999,111.622,110.9556,109.956,109.2896,108.9564,109.2896,108.9564,109.6228,109.6228,109.956,109.956,110.2892,110.2892,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,108.6232,107.9568,107.6236,106.2908,105.6244,104.6248,103.9584,103.292,102.2924,101.2928,100.6264,100.2932,99.96,99.2936,99.2936,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.3288,11.3288,11.3288,11.3288,10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.6596,17.6596,18.326,18.326,18.9924,19.6588,19.6588,20.3252,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,25.6564,26.9892,27.6556,28.322,28.9884,29.988,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,37.3184,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,55.9776,55.9776,56.644,56.644,57.3104,57.6436,58.31,58.31,58.31,57.9768,57.3104,56.644,55.9776,55.9776,55.3112,54.6448,53.9784,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,50.9796,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.65,41.65,41.65,41.65,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.3168,40.6504,39.984,39.984,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,47.3144,47.3144,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.638,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.636,76.636,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,81.634,81.634,81.634,81.634,81.634,81.634,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.9648,88.298,87.9648,87.9648,87.6316,87.6316,88.298,89.2976,89.964,90.6304,91.63,92.2964,92.2964,92.9628,93.6292,94.6288,95.6284,96.2948,97.2944,97.96079999999999,98.6272,98.6272,97.96079999999999,97.2944,96.9612,97.6276,98.96039999999999,101.2928,103.292,105.6244,107.6236,108.6232,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,111.622,111.2888,111.2888,111.2888,110.9556,110.2892,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,110.2892,110.9556,111.2888,111.9552,112.2884,111.622,111.2888,111.2888,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,110.2892,109.956,109.2896,108.9564,107.6236,107.6236,108.28999999999999,108.9564,109.6228,110.6224,111.9552,113.6212,114.954,116.62,118.61919999999999,119.6188,120.2852,120.6184,121.618,122.2844,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.9492,126.9492,127.6156,127.9488,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.614,132.2804,132.2804,131.2808,131.2808,130.6144,129.948,129.2816,128.6152,128.6152,128.282,128.282,127.6156,125.9496,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.2852,119.952,119.952,120.2852,121.2848,121.2848,121.2848,120.9516,120.2852,118.61919999999999,117.9528,116.62,116.62,115.9536,115.9536,116.62,116.2868,115.9536,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.2876,113.6212,112.6216,112.6216,112.2884,112.2884,112.2884,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,110.2892,108.28999999999999,106.2908,104.958,103.292,101.626,100.2932,98.96039999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,96.2948,96.628,97.2944,97.2944,96.628,96.2948,95.9616,95.9616,95.2952,94.6288,93.9624,92.2964,90.2972,88.298,85.6324,84.2996,82.96679999999999,81.634,80.6344,79.968,78.9684,78.30199999999999,77.3024,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.9716,70.9716,70.9716,70.6384,69.972,69.972,69.972,69.6388,69.6388,69.6388,70.3052,70.3052,70.3052,70.9716,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.6392,69.972,71.3048,71.9712,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,86.2988,86.632,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,89.6308,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,94.6288,95.2952,96.628,98.294,100.2932,102.2924,104.2916,105.2912,106.624,107.9568,109.2896,110.9556,112.95479999999999,113.6212,114.954,115.6204,116.62,116.9532,118.286,118.61919999999999,118.286,117.6196,116.62,115.9536,115.2872,115.2872,114.954,114.954,113.6212,112.6216,112.2884,111.2888,110.2892,109.956,110.2892,109.956,109.956,109.6228,109.956,110.2892,110.2892,110.9556,111.2888,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.2896,108.6232,107.6236,106.9572,105.9576,104.6248,103.9584,103.62519999999999,102.6256,101.9592,101.2928,100.6264,99.96,99.96,99.96,99.96,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.3288,11.3288,11.3288,11.3288,10.6624,10.6624,11.3288,11.3288,12.3284,12.9948,12.9948,12.9948,13.328,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,18.326,18.326,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,24.3236,25.6564,26.9892,27.6556,28.322,28.9884,29.988,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,52.6456,53.312,53.9784,55.3112,55.9776,56.644,56.644,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.6448,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.312,53.312,52.6456,51.9792,51.9792,51.3128,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,44.982,44.982,44.982,44.982,44.6488,44.6488,44.6488,43.9824,43.316,43.316,43.316,43.316,43.6492,43.6492,43.6492,43.6492,43.6492,43.6492,43.6492,43.9824,43.9824,43.9824,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,38.318,38.318,38.318,38.318,38.318,38.318,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.984,39.984,39.984,39.984,39.984,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,54.6448,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.97279999999999,68.6392,68.6392,68.6392,68.306,68.9724,68.9724,68.9724,69.972,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,80.9676,81.634,81.634,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.6324,86.2988,86.2988,86.632,86.632,87.2984,86.632,86.632,87.2984,87.2984,87.9648,88.298,89.2976,89.964,90.6304,90.6304,91.63,92.2964,92.2964,93.29599999999999,94.6288,95.6284,96.628,97.6276,97.6276,97.2944,96.628,96.9612,96.9612,98.294,100.2932,102.2924,104.2916,105.6244,107.6236,108.6232,109.2896,109.956,109.956,109.956,109.956,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,110.2892,110.9556,111.2888,111.9552,112.2884,111.622,111.2888,110.6224,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.28999999999999,108.9564,108.9564,109.6228,110.9556,111.9552,113.6212,114.2876,116.2868,117.2864,118.61919999999999,119.6188,120.9516,120.9516,121.2848,121.618,121.618,121.618,121.618,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.9488,128.6152,128.6152,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,131.9472,130.6144,130.2812,130.2812,129.6148,129.948,129.2816,128.9484,127.9488,127.6156,126.616,125.9496,125.6164,125.2832,124.6168,124.6168,123.9504,123.6172,123.6172,123.6172,123.28399999999999,122.9508,122.9508,121.9512,121.618,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,122.9508,121.618,119.952,118.9524,118.286,118.9524,118.286,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.286,118.286,117.6196,117.2864,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,114.6208,114.2876,113.6212,112.2884,110.9556,109.2896,107.6236,105.6244,103.62519999999999,101.9592,100.6264,99.96,99.96,98.96039999999999,98.96039999999999,98.294,98.6272,98.96039999999999,100.2932,100.2932,100.6264,99.96,98.96039999999999,98.96039999999999,98.96039999999999,97.6276,97.2944,96.9612,95.9616,94.6288,92.2964,89.964,88.9644,87.6316,86.2988,85.2992,84.2996,82.96679999999999,81.634,80.9676,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.6356,76.9692,75.6364,74.97,74.3036,73.63719999999999,72.3044,72.3044,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,70.9716,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,67.6396,66.9732,66.9732,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,61.9752,61.9752,61.9752,61.9752,62.3084,63.308,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,70.6384,71.9712,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,84.966,85.2992,85.9656,86.632,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,94.6288,96.2948,97.96079999999999,99.96,101.9592,103.62519999999999,104.958,105.9576,106.9572,108.6232,110.6224,112.2884,113.288,114.6208,115.6204,116.62,116.9532,117.9528,118.61919999999999,118.61919999999999,117.9528,117.6196,116.62,116.62,116.62,116.62,115.9536,115.6204,114.2876,113.6212,112.6216,111.622,110.9556,110.9556,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,112.2884,111.622,111.622,110.9556,110.2892,109.6228,108.9564,108.28999999999999,106.9572,105.9576,105.6244,105.2912,104.2916,103.292,102.6256,102.2924,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.3288,11.3288,11.3288,11.3288,10.6624,10.6624,11.3288,11.3288,12.3284,12.9948,12.9948,12.9948,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.326,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,20.9916,22.3244,22.9908,23.6572,23.6572,23.6572,24.3236,24.99,25.6564,26.9892,27.6556,28.322,28.9884,29.988,31.3208,31.9872,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.9848,39.3176,39.984,40.6504,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.6456,53.312,53.9784,54.6448,55.3112,56.644,57.3104,57.3104,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.6428,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,55.3112,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,52.3124,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.3152,44.6488,44.6488,44.982,45.6484,45.6484,45.6484,46.3148,45.6484,45.6484,45.6484,46.3148,45.9816,45.9816,45.3152,44.6488,43.6492,42.9828,42.3164,41.65,40.6504,39.984,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.984,39.984,39.984,39.984,39.984,39.984,39.984,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.3064,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,67.6396,68.306,68.6392,69.3056,69.972,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,80.3012,80.3012,80.3012,80.3012,80.9676,80.9676,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,85.9656,85.9656,86.2988,85.6324,85.6324,86.2988,86.2988,86.9652,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.2968,91.63,92.9628,94.6288,95.6284,96.628,96.628,97.6276,96.2948,96.2948,96.2948,97.2944,98.96039999999999,101.2928,102.2924,104.2916,105.6244,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.956,109.956,109.956,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,110.2892,111.2888,111.9552,111.9552,112.2884,111.622,111.2888,110.6224,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,110.9556,111.2888,111.9552,113.6212,114.2876,114.954,116.62,117.2864,118.61919999999999,118.9524,119.952,120.9516,120.9516,121.2848,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.9488,128.6152,128.6152,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,131.614,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,131.2808,130.6144,130.6144,130.2812,130.6144,129.948,129.6148,128.6152,127.9488,127.2824,127.2824,126.616,125.6164,125.2832,124.6168,123.9504,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.95,124.28359999999999,122.9508,120.9516,120.2852,119.6188,119.952,120.2852,120.9516,120.9516,121.9512,122.2844,122.9508,122.9508,122.9508,122.6176,122.2844,122.2844,121.9512,120.9516,120.2852,119.6188,118.9524,118.286,117.9528,117.9528,117.9528,117.6196,117.6196,116.62,116.62,115.6204,114.6208,113.95439999999999,112.2884,111.2888,109.2896,107.6236,105.9576,104.2916,102.6256,101.9592,101.2928,101.2928,100.2932,100.2932,100.9596,101.626,102.2924,102.2924,103.292,102.2924,101.626,100.6264,100.6264,99.96,99.6268,98.96039999999999,97.96079999999999,96.2948,94.6288,93.6292,92.2964,91.2968,89.964,89.2976,88.298,87.2984,85.2992,84.2996,83.6332,82.3004,82.3004,81.634,81.634,80.9676,80.3012,79.6348,77.9688,76.9692,76.3028,75.6364,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,70.9716,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,61.641999999999996,63.308,63.9744,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.972,71.3048,72.6376,73.9704,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,84.966,85.9656,85.9656,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,94.6288,95.6284,96.628,98.96039999999999,101.2928,103.292,104.958,105.9576,106.9572,107.9568,109.2896,110.9556,112.6216,113.95439999999999,114.954,115.9536,116.9532,117.9528,118.61919999999999,118.61919999999999,117.9528,117.6196,117.6196,117.2864,117.2864,117.2864,116.62,115.6204,114.954,114.2876,113.6212,112.2884,111.9552,111.2888,110.9556,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,112.95479999999999,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,111.2888,110.6224,109.956,109.2896,108.9564,108.28999999999999,107.9568,106.9572,105.9576,105.2912,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[12.3284,12.3284,12.3284,12.3284,11.3288,11.3288,11.3288,11.3288,10.6624,10.6624,11.3288,11.3288,12.3284,12.9948,12.9948,12.9948,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,16.66,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,20.9916,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,26.9892,27.6556,28.322,28.9884,29.988,31.3208,31.9872,33.32,33.986399999999996,34.6528,35.3192,36.652,38.6512,39.3176,39.984,40.6504,41.9832,42.6496,43.316,43.9824,45.3152,45.9816,45.9816,45.9816,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.9784,54.6448,55.9776,56.644,57.3104,57.3104,58.31,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.3092,59.6428,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,55.3112,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.6452,53.6452,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,47.6476,46.9812,46.9812,46.9812,46.3148,46.9812,46.3148,46.9812,47.6476,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,45.6484,44.982,44.315599999999996,42.9828,42.3164,41.3168,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.984,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,54.6448,55.6444,56.3108,56.3108,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,65.6404,65.6404,65.6404,66.3068,66.64,67.3064,67.3064,67.3064,66.9732,66.9732,66.9732,67.6396,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,85.6324,86.9652,87.2984,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.964,90.6304,92.2964,93.29599999999999,94.6288,94.962,96.2948,96.2948,95.6284,95.2952,95.6284,96.628,98.6272,99.96,101.9592,102.9588,104.6248,105.6244,106.9572,107.6236,107.6236,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,108.9564,108.9564,109.956,110.2892,111.2888,110.9556,110.2892,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,110.2892,111.2888,111.9552,111.9552,112.2884,111.622,111.2888,110.6224,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,111.2888,112.2884,112.95479999999999,113.6212,114.954,116.2868,116.62,116.62,117.2864,118.61919999999999,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.2852,120.2852,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.9488,128.6152,128.6152,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,132.6136,131.9472,131.9472,131.9472,131.2808,131.2808,130.9476,130.9476,129.948,129.2816,128.6152,128.6152,127.6156,126.9492,126.616,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,125.6164,125.6164,125.2832,124.6168,122.9508,122.2844,121.9512,121.2848,122.2844,122.2844,122.9508,123.6172,124.28359999999999,124.95,124.95,124.95,124.95,124.95,124.95,124.28359999999999,123.6172,122.9508,121.9512,120.9516,120.2852,119.2856,118.9524,118.9524,118.286,118.286,117.6196,117.6196,116.62,115.9536,114.6208,113.288,112.2884,110.6224,108.9564,108.28999999999999,105.9576,104.6248,103.62519999999999,103.292,102.6256,102.2924,102.2924,102.6256,103.62519999999999,103.9584,103.9584,104.6248,103.9584,102.6256,101.626,100.9596,100.9596,100.2932,99.6268,98.96039999999999,97.96079999999999,96.9612,95.6284,94.962,93.9624,93.29599999999999,92.2964,90.6304,89.964,88.298,87.2984,86.632,85.6324,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.3004,80.9676,80.3012,78.6352,77.6356,75.6364,74.97,74.3036,74.3036,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,70.9716,70.9716,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.9716,70.9716,70.3052,70.3052,69.6388,68.9724,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,64.3076,63.6412,63.6412,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,61.641999999999996,62.3084,63.9744,65.3072,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.6384,71.9712,73.304,74.6368,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.966,85.6324,85.9656,86.2988,85.9656,85.9656,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,87.6316,87.6316,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,94.2956,94.962,96.2948,98.6272,100.6264,102.6256,104.6248,105.6244,106.624,107.9568,108.6232,110.6224,112.2884,113.95439999999999,114.954,115.9536,116.9532,117.9528,118.61919999999999,118.61919999999999,117.9528,117.6196,117.6196,117.9528,117.9528,117.9528,116.62,116.2868,115.6204,114.954,113.95439999999999,113.6212,112.95479999999999,112.95479999999999,111.9552,111.2888,111.2888,110.6224,110.6224,111.2888,111.2888,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,111.9552,111.622,111.622,111.2888,110.9556,110.9556,109.956,108.9564,107.9568,107.6236,107.6236,106.624,106.624,106.624,105.9576,105.2912,104.6248,103.9584,103.9584,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.626,101.626,101.2928,101.2928,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[12.3284,12.3284,12.3284,12.3284,11.3288,11.3288,11.3288,11.3288,10.6624,10.6624,11.3288,11.3288,12.3284,12.9948,12.9948,12.9948,13.328,13.328,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,16.66,16.66,16.66,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,21.658,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.9892,27.6556,28.322,28.9884,29.988,31.3208,31.9872,33.32,33.986399999999996,35.3192,35.9856,36.652,38.6512,39.3176,39.984,41.3168,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,49.6468,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.9784,54.6448,55.3112,55.9776,56.644,57.3104,57.3104,58.31,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.3092,60.3092,59.6428,59.6428,58.9764,58.9764,58.31,57.6436,56.644,55.9776,55.9776,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,53.9784,52.9788,52.9788,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,48.314,48.314,48.314,47.6476,48.314,47.3144,48.314,48.314,48.980399999999996,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,45.6484,44.982,44.315599999999996,43.6492,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,39.984,39.984,40.6504,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,38.9844,39.3176,39.3176,39.3176,39.3176,39.3176,39.984,39.984,40.6504,41.3168,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.978,55.6444,55.6444,56.3108,57.3104,57.9768,58.6432,59.309599999999996,60.6424,61.3088,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.974,64.974,64.974,65.6404,65.9736,66.64,66.64,66.64,66.3068,66.3068,66.3068,66.9732,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,86.2988,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.964,91.63,92.2964,93.29599999999999,94.6288,95.6284,95.6284,95.2952,95.2952,95.2952,96.2948,97.2944,98.96039999999999,100.6264,101.9592,103.62519999999999,103.9584,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,106.2908,106.624,106.624,107.9568,108.9564,109.956,110.2892,111.2888,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.9556,110.9556,111.2888,111.9552,112.2884,111.622,111.2888,110.6224,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,111.622,112.2884,113.288,113.6212,114.2876,115.6204,116.2868,116.62,117.2864,117.2864,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.9528,118.286,118.9524,119.2856,119.2856,119.2856,119.2856,119.2856,119.952,120.9516,120.9516,121.618,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,127.6156,127.9488,128.6152,129.2816,129.6148,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.9476,130.6144,130.6144,130.6144,131.2808,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,132.9468,132.9468,132.6136,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,130.6144,129.948,129.6148,128.9484,128.6152,127.6156,126.9492,126.616,125.9496,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.2832,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.95,125.9496,126.2828,126.616,127.2824,127.2824,126.616,126.2828,125.2832,124.6168,123.28399999999999,122.9508,121.618,121.2848,120.6184,120.2852,119.6188,119.2856,118.286,118.286,117.6196,116.62,115.6204,114.2876,112.95479999999999,111.2888,109.956,109.2896,107.9568,106.2908,105.6244,104.6248,104.2916,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.6244,105.9576,104.958,103.9584,102.6256,101.626,101.626,101.2928,100.6264,99.96,99.2936,98.6272,97.96079999999999,97.2944,96.2948,95.6284,93.9624,93.29599999999999,91.63,90.6304,89.2976,88.63119999999999,87.9648,87.2984,86.2988,86.2988,85.6324,84.966,84.2996,83.6332,82.3004,80.9676,79.968,78.30199999999999,76.9692,76.3028,75.6364,74.6368,73.9704,73.9704,73.304,73.304,73.304,72.6376,71.9712,71.638,70.9716,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.3052,70.3052,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,60.6424,60.6424,60.6424,60.6424,61.641999999999996,62.3084,63.9744,65.3072,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.6384,71.3048,72.6376,73.9704,75.3032,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,93.9624,94.962,96.2948,98.6272,100.2932,101.9592,103.9584,104.958,105.9576,107.6236,108.6232,110.2892,111.9552,113.6212,114.954,116.62,116.9532,117.9528,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,117.6196,117.9528,117.9528,117.9528,116.9532,116.2868,115.9536,115.6204,115.2872,114.2876,113.288,113.288,112.2884,111.9552,111.2888,110.6224,110.6224,111.2888,111.2888,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.288,112.95479999999999,111.9552,111.2888,110.9556,110.2892,109.956,109.956,108.9564,108.28999999999999,107.6236,106.9572,105.9576,105.6244,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.9592,101.9592,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,106.2908],[12.9948,12.9948,12.3284,12.3284,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,12.3284,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,21.658,22.9908,23.6572,24.3236,24.3236,25.3232,25.9896,25.9896,26.656,26.9892,27.6556,28.322,28.9884,29.988,31.3208,32.6536,33.32,35.3192,35.9856,36.652,37.3184,38.9844,39.6508,40.3172,41.65,42.6496,43.316,43.9824,44.6488,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,49.6468,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,53.9784,53.9784,54.6448,55.3112,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.3112,55.3112,55.3112,55.3112,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.9788,52.3124,51.646,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,48.314,46.9812,46.3148,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,43.6492,42.9828,42.9828,42.3164,42.3164,41.9832,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.984,39.984,39.984,39.984,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.9784,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.6428,60.3092,60.3092,60.9756,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,64.6408,64.974,65.6404,65.6404,65.6404,65.6404,65.3072,65.3072,65.9736,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.9676,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,84.2996,84.966,85.9656,85.9656,86.2988,86.2988,86.2988,86.9652,87.2984,87.9648,88.298,89.2976,89.964,90.9636,92.2964,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,96.628,98.6272,99.2936,100.6264,101.9592,103.292,103.292,103.9584,103.9584,103.9584,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,105.2912,105.6244,106.2908,106.624,107.6236,108.6232,109.6228,109.956,110.2892,110.2892,110.6224,110.6224,109.956,109.956,110.2892,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,110.9556,110.2892,110.2892,109.6228,109.6228,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,111.622,112.2884,112.95479999999999,113.288,114.2876,114.954,115.9536,116.62,116.62,117.2864,117.2864,117.9528,117.9528,117.6196,118.286,117.9528,117.6196,117.6196,116.9532,116.9532,116.9532,116.62,116.2868,116.2868,116.62,116.62,116.62,116.62,117.9528,118.286,118.286,118.286,118.286,118.286,118.9524,119.6188,120.2852,120.2852,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,126.616,127.2824,127.9488,127.9488,128.6152,129.2816,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.9468,133.28,133.6132,134.2796,134.2796,133.6132,132.9468,132.9468,132.9468,132.9468,132.6136,131.9472,131.9472,131.9472,130.6144,130.6144,130.6144,129.948,128.9484,128.6152,127.9488,126.9492,126.616,125.9496,125.9496,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.6164,125.9496,126.616,127.2824,127.9488,128.6152,128.6152,127.9488,127.6156,126.2828,124.6168,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,120.2852,119.6188,118.9524,118.286,117.6196,117.2864,115.9536,114.6208,113.95439999999999,112.95479999999999,111.622,110.2892,109.2896,108.28999999999999,107.2904,106.2908,105.9576,105.6244,105.6244,105.6244,105.9576,106.9572,107.6236,107.2904,106.2908,104.958,103.62519999999999,103.292,102.2924,101.626,101.626,100.9596,99.96,99.6268,99.2936,98.96039999999999,97.96079999999999,97.2944,95.9616,94.962,93.6292,92.6296,91.2968,89.964,89.2976,88.63119999999999,88.298,87.9648,87.9648,86.632,86.2988,85.6324,84.2996,83.6332,82.3004,80.9676,79.968,78.9684,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,67.6396,66.64,66.64,65.9736,65.3072,64.6408,64.6408,63.9744,63.308,63.308,63.308,62.3084,62.3084,62.3084,62.3084,61.641999999999996,61.641999999999996,61.3088,61.3088,60.6424,61.3088,62.6416,63.6412,64.974,66.3068,67.6396,68.306,68.6392,69.3056,69.3056,69.972,69.972,70.6384,72.3044,72.9708,74.3036,75.6364,76.636,77.3024,76.636,76.636,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,95.2952,96.2948,98.294,99.96,101.2928,102.6256,103.9584,105.6244,106.9572,108.6232,110.2892,112.2884,114.2876,115.6204,116.2868,116.62,117.6196,117.9528,118.61919999999999,118.61919999999999,118.286,118.286,118.286,118.286,117.9528,117.9528,117.2864,116.9532,116.62,116.62,115.6204,114.6208,114.2876,113.288,111.622,110.9556,110.6224,110.6224,111.2888,111.622,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,114.6208,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,116.2868,115.6204,115.6204,115.6204,115.2872,115.2872,114.954,114.6208,114.2876,113.6212,113.288,112.2884,111.622,109.956,108.6232,107.6236,106.624,105.9576,105.2912,104.6248,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.6244,105.9576,105.6244,106.2908,106.2908,106.9572],[12.9948,12.9948,12.3284,12.3284,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,21.658,21.658,22.9908,23.6572,24.3236,24.99,25.9896,25.9896,26.656,26.656,26.9892,27.6556,28.322,28.9884,29.988,31.3208,32.6536,33.986399999999996,35.3192,36.652,37.3184,37.3184,38.318,39.6508,40.3172,40.9836,42.6496,43.316,43.9824,44.6488,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,53.9784,53.312,52.6456,51.9792,51.646,50.9796,50.9796,50.9796,51.3128,51.3128,51.3128,51.3128,51.646,51.646,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.314,47.6476,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,44.982,44.315599999999996,43.6492,43.6492,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,54.3116,54.3116,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.9764,59.6428,59.6428,60.3092,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,64.3076,64.974,64.974,64.974,64.6408,65.3072,65.3072,65.3072,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.2996,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,87.9648,87.9648,89.2976,89.964,91.2968,92.2964,92.9628,92.9628,92.9628,93.29599999999999,94.2956,94.6288,96.2948,96.628,98.294,98.96039999999999,100.2932,101.626,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,102.6256,103.292,103.62519999999999,104.2916,105.2912,106.2908,107.2904,107.9568,108.6232,109.956,109.956,110.2892,110.6224,110.6224,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,109.6228,109.6228,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,111.622,112.95479999999999,113.288,113.288,114.2876,114.6208,115.2872,115.9536,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,117.9528,117.9528,117.9528,118.286,118.9524,119.952,120.2852,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,125.9496,126.616,127.2824,127.2824,127.9488,128.6152,129.2816,129.2816,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.9464,134.2796,134.2796,134.2796,134.2796,133.28,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.2804,131.2808,131.2808,130.6144,130.9476,130.6144,129.6148,128.9484,127.9488,127.6156,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,125.6164,124.95,125.2832,125.2832,125.9496,126.616,127.2824,127.9488,128.282,128.6152,129.2816,129.2816,129.2816,128.6152,127.9488,127.2824,125.6164,123.9504,123.28399999999999,122.9508,122.2844,121.618,121.618,120.9516,120.2852,119.6188,118.9524,118.286,117.2864,116.62,116.2868,114.6208,114.2876,112.95479999999999,111.2888,111.2888,110.2892,109.2896,108.9564,107.9568,107.9568,107.2904,106.9572,107.6236,108.28999999999999,108.9564,108.28999999999999,107.6236,106.624,105.6244,104.958,103.62519999999999,102.6256,102.2924,101.626,101.626,101.2928,100.6264,100.6264,99.6268,98.96039999999999,97.2944,96.9612,95.9616,94.2956,93.6292,92.2964,90.9636,90.2972,90.2972,89.964,88.9644,88.298,87.9648,87.2984,87.2984,86.2988,85.6324,83.6332,82.3004,81.3008,80.9676,80.3012,79.6348,78.9684,78.30199999999999,77.3024,75.9696,74.97,74.3036,73.304,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,68.306,67.6396,66.9732,65.9736,65.3072,65.3072,64.6408,64.6408,63.9744,63.308,63.308,63.308,63.308,62.3084,62.3084,62.3084,62.3084,62.3084,61.9752,61.3088,61.3088,61.3088,63.6412,64.3076,65.6404,66.9732,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,71.3048,72.3044,73.63719999999999,74.97,75.6364,76.636,77.3024,76.636,76.636,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,95.2952,95.9616,97.6276,98.96039999999999,100.6264,101.9592,103.292,104.958,106.2908,107.9568,110.2892,112.2884,114.2876,115.6204,116.2868,116.62,116.9532,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.6196,117.2864,117.2864,116.2868,115.2872,114.6208,113.95439999999999,111.9552,110.9556,110.6224,109.956,111.2888,111.622,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.6208,114.6208,114.2876,114.6208,115.6204,115.6204,115.9536,116.62,117.2864,117.6196,117.9528,117.2864,117.6196,118.286,118.286,118.286,117.6196,117.2864,116.62,115.2872,114.954,114.2876,112.95479999999999,110.9556,109.2896,107.9568,107.6236,105.9576,105.6244,104.6248,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.9588,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.2904],[13.6612,12.9948,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,19.6588,19.6588,20.3252,20.3252,20.3252,20.9916,21.658,21.658,22.9908,23.6572,24.3236,24.99,25.9896,26.656,26.656,27.3224,27.6556,27.6556,28.322,28.9884,30.6544,31.9872,33.32,33.986399999999996,35.9856,36.652,37.3184,37.3184,38.318,39.6508,40.3172,40.9836,41.9832,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.6448,53.9784,53.9784,53.312,52.3124,51.646,51.646,51.646,52.6456,52.6456,52.6456,52.6456,52.9788,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.9796,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.3148,45.6484,45.6484,45.6484,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.982,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.6412,64.3076,64.3076,64.3076,63.9744,64.6408,64.6408,64.6408,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.6336,83.6332,84.2996,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,87.6316,87.9648,88.63119999999999,89.6308,91.2968,91.63,92.2964,92.2964,92.9628,93.6292,93.9624,95.9616,96.2948,97.2944,98.294,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,102.2924,102.2924,103.292,103.62519999999999,104.6248,105.9576,107.2904,107.2904,107.9568,108.6232,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,112.95479999999999,112.95479999999999,113.6212,114.2876,114.6208,114.6208,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,115.2872,115.6204,115.9536,116.62,117.6196,117.6196,117.9528,117.9528,118.286,118.9524,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,125.9496,126.616,127.2824,127.2824,127.9488,128.6152,129.2816,129.2816,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,132.9468,132.9468,132.6136,132.6136,131.9472,131.9472,130.9476,130.6144,129.6148,128.9484,128.6152,127.9488,127.6156,127.2824,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,126.9492,126.616,125.9496,126.616,126.9492,127.9488,128.6152,128.9484,129.6148,130.2812,130.6144,130.9476,131.614,130.6144,129.6148,128.9484,127.9488,126.2828,125.2832,124.6168,124.28359999999999,123.9504,122.9508,122.6176,121.618,121.2848,120.9516,120.9516,120.2852,119.2856,118.286,117.6196,117.2864,115.9536,114.6208,113.288,112.2884,111.9552,111.622,110.9556,110.6224,109.6228,109.6228,109.6228,109.6228,109.956,110.9556,110.2892,109.2896,108.28999999999999,106.9572,106.624,105.6244,104.6248,103.62519999999999,102.6256,102.6256,102.6256,102.6256,101.9592,101.2928,100.6264,99.6268,98.96039999999999,97.96079999999999,96.2948,94.962,95.2952,93.9624,93.29599999999999,92.6296,92.2964,90.9636,90.2972,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.2984,86.2988,84.2996,83.9664,83.3,81.9672,81.3008,79.968,79.3016,77.6356,76.636,75.9696,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,71.638,70.9716,70.9716,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,63.308,63.308,62.6416,63.308,64.3076,64.974,66.3068,67.6396,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,72.9708,74.3036,75.6364,76.3028,77.3024,77.3024,76.636,76.636,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.966,84.966,85.6324,85.6324,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.2956,95.6284,96.9612,98.96039999999999,99.96,101.626,102.6256,104.2916,105.6244,107.9568,110.2892,111.9552,113.6212,114.954,116.2868,116.2868,116.62,116.9532,116.9532,117.6196,117.9528,117.9528,118.286,118.286,118.61919999999999,118.61919999999999,118.286,118.286,118.286,117.9528,118.286,117.2864,115.9536,114.2876,113.288,112.2884,111.2888,110.6224,111.2888,111.622,113.288,114.2876,114.2876,114.2876,114.2876,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.6208,114.6208,115.6204,115.9536,116.2868,116.2868,117.6196,117.9528,118.9524,119.6188,119.952,119.6188,119.6188,120.2852,120.6184,120.6184,120.6184,119.952,119.6188,117.9528,117.2864,116.62,114.2876,112.2884,111.622,110.2892,108.28999999999999,107.6236,106.624,105.9576,104.958,104.6248,103.9584,103.9584,104.6248,104.6248,103.62519999999999,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.958,105.6244,105.6244,105.6244,106.2908,106.2908,107.6236,107.9568,107.9568,108.6232],[13.6612,13.6612,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.3284,12.9948,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,22.3244,23.6572,23.6572,24.3236,24.99,25.9896,26.656,27.3224,27.3224,27.6556,28.322,28.9884,29.654799999999998,31.3208,31.9872,33.32,34.6528,35.9856,36.652,37.3184,37.3184,38.318,38.9844,39.6508,40.9836,41.9832,42.6496,43.316,43.9824,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,51.646,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.3112,55.3112,54.6448,53.9784,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,44.982,44.315599999999996,44.315599999999996,43.6492,43.316,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.6412,63.6412,63.6412,63.308,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.636,76.636,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,87.9648,88.63119999999999,89.2976,90.2972,90.9636,90.9636,91.63,92.2964,93.29599999999999,94.6288,95.6284,96.2948,97.2944,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,99.96,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,104.2916,105.2912,105.9576,106.2908,106.9572,107.6236,108.28999999999999,108.6232,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,110.6224,110.9556,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.2876,114.6208,115.2872,115.2872,115.9536,115.9536,116.62,117.6196,117.9528,117.9528,118.286,118.286,119.2856,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,125.9496,126.616,127.2824,127.2824,127.9488,128.6152,129.2816,129.2816,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,133.6132,132.9468,132.9468,132.6136,131.9472,131.614,130.6144,129.948,129.6148,128.6152,128.6152,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.2824,126.9492,126.9492,127.9488,128.9484,130.6144,130.9476,131.2808,131.9472,131.9472,132.2804,132.2804,131.9472,131.614,129.948,128.6152,127.2824,125.6164,125.2832,124.6168,124.6168,123.6172,123.28399999999999,122.2844,122.2844,121.9512,121.9512,121.9512,121.2848,120.2852,119.952,119.2856,117.9528,116.9532,115.6204,114.6208,113.95439999999999,113.6212,112.6216,111.9552,111.622,111.2888,111.2888,110.9556,111.2888,111.2888,111.2888,110.2892,109.6228,108.6232,108.28999999999999,107.6236,106.9572,105.9576,105.2912,104.2916,104.2916,103.62519999999999,103.292,102.6256,101.9592,101.2928,101.2928,100.2932,98.6272,97.2944,97.2944,96.2948,95.6284,94.962,94.6288,93.9624,92.6296,91.63,91.2968,90.6304,89.6308,88.63119999999999,87.9648,86.9652,86.9652,86.2988,85.6324,84.966,82.96679999999999,82.3004,81.634,80.9676,78.9684,77.6356,77.6356,76.9692,76.9692,75.6364,74.97,74.3036,72.9708,72.3044,72.3044,71.638,71.3048,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,67.6396,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.974,65.6404,66.9732,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,73.63719999999999,74.3036,75.6364,76.3028,77.3024,77.3024,76.636,75.9696,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.966,85.6324,85.6324,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.2956,94.962,96.628,98.294,99.2936,100.2932,102.6256,103.9584,105.6244,107.6236,109.6228,111.2888,113.288,114.6208,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.9528,118.286,118.286,118.61919999999999,118.9524,118.9524,118.9524,118.9524,119.2856,119.6188,118.286,117.2864,115.2872,114.2876,112.95479999999999,111.622,111.622,111.622,112.2884,113.6212,114.6208,114.6208,114.6208,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,114.6208,114.6208,115.2872,115.9536,115.9536,116.2868,117.2864,118.61919999999999,119.2856,119.952,120.6184,120.2852,120.9516,121.618,121.9512,121.9512,122.6176,122.2844,121.9512,121.2848,120.2852,119.6188,118.286,115.9536,114.2876,112.95479999999999,111.622,109.956,108.28999999999999,107.9568,106.2908,105.9576,104.958,104.6248,104.6248,104.958,104.958,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.958,105.2912,105.2912,105.9576,105.9576,105.9576,106.2908,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.2916,104.2916,104.6248,104.6248,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,106.9572,106.9572,107.9568,108.6232,108.6232,108.6232],[13.6612,13.6612,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,18.9924,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,22.3244,23.6572,23.6572,24.3236,24.99,25.9896,26.656,27.3224,27.9888,28.322,28.9884,29.654799999999998,30.3212,31.3208,32.6536,33.32,34.6528,35.9856,36.652,37.3184,37.3184,38.318,38.9844,39.6508,40.9836,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.3124,50.6464,49.98,49.98,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,44.982,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.6492,43.6492,43.6492,43.6492,43.6492,43.6492,43.6492,43.6492,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.6456,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.3116,54.978,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.6392,68.6392,69.3056,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.9704,73.9704,74.6368,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.9656,85.9656,85.9656,86.2988,86.632,86.632,87.6316,87.9648,88.63119999999999,89.6308,89.6308,90.2972,91.63,92.9628,93.9624,94.6288,95.9616,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.96,99.96,100.9596,101.2928,102.2924,103.62519999999999,103.9584,104.958,104.958,105.9576,106.2908,106.9572,107.2904,107.2904,107.2904,107.2904,107.9568,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,108.6232,108.6232,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,110.6224,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.95439999999999,114.6208,114.6208,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,116.62,116.62,116.9532,117.6196,117.6196,117.9528,118.9524,119.6188,120.2852,120.2852,120.9516,120.9516,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,128.282,128.6152,129.6148,129.6148,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.2792,134.946,134.946,134.946,134.946,134.2796,133.6132,133.6132,132.9468,131.9472,131.614,130.6144,129.948,129.6148,129.2816,129.2816,128.6152,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,127.9488,127.2824,127.6156,126.9492,128.6152,130.6144,131.9472,132.2804,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,132.6136,130.9476,129.6148,127.9488,127.2824,125.9496,125.6164,125.6164,125.2832,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.28399999999999,122.9508,122.2844,121.618,120.2852,120.2852,118.9524,117.9528,116.62,115.2872,114.6208,113.6212,113.6212,113.288,113.288,112.2884,112.2884,112.2884,111.9552,111.9552,110.9556,110.9556,110.2892,109.956,109.2896,107.9568,107.6236,106.9572,106.624,105.6244,105.2912,104.2916,103.62519999999999,103.292,103.292,102.6256,101.626,99.96,99.6268,99.6268,98.96039999999999,97.6276,97.2944,97.6276,96.628,95.9616,94.6288,93.9624,92.6296,91.63,89.964,88.63119999999999,87.6316,87.2984,87.2984,86.9652,86.9652,86.632,85.2992,84.6328,83.9664,82.3004,80.9676,80.3012,79.6348,79.3016,78.30199999999999,77.6356,76.9692,75.6364,74.97,74.97,74.3036,72.9708,72.3044,72.3044,71.638,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.97279999999999,67.3064,66.64,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.64,66.64,65.9736,65.9736,65.9736,66.64,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.97,76.3028,76.9692,76.9692,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,86.2988,87.2984,87.2984,87.2984,87.2984,87.6316,88.298,88.298,88.63119999999999,88.9644,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.2956,94.962,96.628,97.96079999999999,99.2936,100.2932,101.9592,103.62519999999999,105.6244,107.2904,109.2896,110.9556,112.2884,113.288,114.954,115.2872,115.6204,115.6204,115.6204,115.9536,116.2868,116.62,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,120.2852,120.2852,119.952,119.2856,117.9528,117.2864,115.2872,114.2876,113.288,112.95479999999999,113.6212,113.6212,114.6208,114.6208,114.6208,114.6208,114.6208,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.954,114.954,116.2868,116.62,116.62,117.6196,119.6188,119.952,120.9516,121.9512,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,120.9516,119.2856,117.9528,116.62,114.2876,112.2884,110.9556,109.956,107.9568,107.6236,106.9572,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,105.6244,105.9576,106.624,106.624,107.2904,107.2904,107.2904,107.2904,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,105.6244,105.2912,105.2912,105.6244,105.9576,105.9576,105.6244,106.2908,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.6228,109.6228],[13.6612,13.6612,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,18.9924,18.9924,19.6588,20.3252,20.9916,20.9916,21.658,22.3244,23.6572,23.6572,24.3236,24.99,25.9896,26.656,27.3224,27.9888,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,34.6528,35.9856,36.652,37.3184,37.3184,38.318,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,53.6452,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.3148,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.6456,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,78.6352,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,81.3008,82.3004,82.96679999999999,83.3,83.9664,84.2996,84.966,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,86.9652,87.6316,88.298,88.9644,89.6308,89.6308,91.63,92.9628,93.9624,94.6288,95.9616,96.2948,96.2948,96.628,96.628,96.628,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,101.2928,101.9592,102.6256,102.9588,102.9588,104.2916,104.2916,104.958,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,105.6244,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.9572,106.2908,106.9572,108.28999999999999,108.6232,109.956,110.6224,110.9556,111.2888,111.2888,111.9552,112.2884,112.2884,113.288,113.288,113.288,113.288,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,114.2876,114.954,115.2872,116.62,116.62,116.9532,116.9532,117.6196,117.9528,118.9524,119.6188,120.2852,120.2852,120.9516,121.618,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,128.282,128.6152,129.6148,129.6148,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,136.2788,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.2792,135.2792,135.2792,134.2796,133.6132,132.9468,132.2804,131.614,130.9476,130.9476,130.9476,130.6144,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,128.6152,127.6156,127.6156,127.6156,128.6152,130.6144,131.9472,132.2804,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,132.9468,131.9472,130.6144,129.2816,127.6156,126.616,126.9492,126.616,125.9496,125.2832,124.28359999999999,124.95,124.95,124.95,124.95,124.6168,123.9504,123.28399999999999,121.9512,121.2848,120.2852,119.2856,117.9528,116.62,116.62,115.6204,115.2872,114.2876,114.2876,113.6212,113.288,113.288,112.2884,111.9552,111.9552,112.2884,112.2884,111.9552,111.622,110.6224,109.2896,108.9564,108.28999999999999,107.9568,107.2904,106.2908,105.6244,105.2912,104.2916,104.2916,103.62519999999999,102.2924,101.9592,101.2928,101.2928,99.96,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,95.9616,93.9624,92.2964,90.6304,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.6316,86.9652,85.9656,84.6328,83.6332,82.3004,81.634,81.634,80.9676,80.3012,79.3016,78.6352,77.9688,77.3024,76.9692,76.3028,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.638,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.97279999999999,67.3064,67.3064,67.3064,67.3064,67.3064,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.6384,71.3048,71.9712,73.304,74.3036,74.97,76.3028,76.9692,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.9652,87.2984,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.6308,89.6308,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.2956,94.962,96.628,97.6276,98.96039999999999,100.2932,101.2928,102.9588,104.958,106.624,108.6232,109.6228,110.9556,112.2884,113.6212,114.2876,114.6208,114.6208,115.2872,115.2872,115.9536,116.62,117.9528,118.9524,119.6188,119.6188,119.6188,119.952,120.2852,120.9516,119.952,119.2856,118.9524,117.9528,116.62,115.6204,114.2876,114.2876,115.2872,115.2872,115.6204,115.6204,115.6204,114.6208,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.9552,113.6212,114.2876,114.954,115.6204,116.62,117.2864,117.2864,117.6196,119.6188,120.6184,121.9512,122.6176,122.9508,122.6176,123.9504,123.9504,123.9504,123.9504,124.28359999999999,123.6172,122.9508,121.9512,120.9516,119.6188,118.61919999999999,116.62,114.6208,112.95479999999999,111.9552,110.2892,108.9564,107.9568,107.6236,106.624,106.9572,106.9572,105.9576,105.9576,106.624,106.624,105.9576,105.9576,105.9576,106.624,106.9572,107.6236,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,106.9572,106.624,106.2908,106.2908,106.2908,106.2908,106.2908,107.6236,107.6236,107.9568,107.9568,108.6232,108.9564,109.6228,109.6228,109.956],[13.6612,13.6612,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,18.9924,18.9924,19.6588,20.3252,20.9916,20.9916,21.658,22.3244,23.6572,23.6572,24.3236,24.99,25.9896,26.656,27.3224,27.9888,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.3184,38.318,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.6424,60.6424,59.976,59.976,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,54.3116,53.6452,52.9788,52.3124,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.64,67.3064,67.97279999999999,68.6392,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,75.6364,75.6364,76.3028,76.9692,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,81.3008,81.9672,82.6336,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,85.9656,86.632,87.6316,87.6316,88.9644,89.6308,90.9636,92.2964,92.6296,93.6292,94.962,95.9616,95.6284,96.2948,96.2948,96.2948,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.96,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,102.6256,102.9588,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,104.958,105.9576,105.9576,105.9576,106.624,107.2904,107.2904,107.2904,107.2904,106.624,105.9576,105.6244,105.6244,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,104.6248,104.6248,104.958,104.958,104.6248,105.2912,105.2912,105.6244,106.2908,106.9572,106.9572,108.28999999999999,109.2896,109.956,109.956,110.2892,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.954,115.2872,115.9536,115.9536,116.62,116.9532,117.9528,118.286,119.2856,119.952,120.9516,120.9516,121.2848,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,128.282,128.6152,129.6148,129.6148,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,136.612,136.612,136.612,135.94559999999998,135.2792,135.2792,134.946,134.2796,133.28,132.2804,132.2804,131.9472,131.9472,131.9472,131.614,130.9476,130.6144,130.6144,130.6144,130.6144,129.948,129.6148,128.9484,128.6152,128.6152,128.6152,129.2816,130.6144,131.9472,132.9468,134.2796,134.946,134.946,135.6124,135.6124,134.2796,133.6132,132.9468,131.614,129.948,128.6152,127.6156,127.6156,127.9488,127.2824,126.616,126.616,126.9492,126.9492,127.6156,126.9492,126.2828,125.6164,125.2832,123.28399999999999,122.2844,121.2848,120.2852,119.2856,118.286,118.286,117.9528,116.62,116.2868,115.6204,114.954,113.95439999999999,113.6212,113.288,113.6212,113.288,113.288,113.6212,113.6212,113.288,111.622,110.9556,110.6224,110.2892,109.956,108.9564,107.9568,107.2904,106.624,106.2908,105.6244,104.6248,104.2916,103.62519999999999,103.292,102.2924,102.2924,101.9592,101.9592,101.2928,101.2928,100.6264,99.6268,98.294,97.2944,95.2952,93.6292,92.2964,92.2964,91.63,91.2968,91.2968,90.2972,89.6308,89.6308,88.298,86.632,85.2992,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.3004,81.634,81.634,80.3012,79.6348,78.6352,77.6356,76.9692,76.3028,75.6364,74.6368,74.6368,73.9704,73.9704,72.9708,72.3044,71.638,71.638,70.6384,69.972,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.6396,68.306,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,73.304,74.3036,74.97,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,87.6316,87.6316,87.6316,88.298,88.298,88.298,88.298,88.9644,89.6308,89.6308,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.2956,94.962,95.9616,97.6276,98.96039999999999,99.6268,100.6264,102.2924,104.2916,105.9576,107.6236,109.2896,110.6224,111.622,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.6208,115.6204,115.9536,117.6196,118.9524,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,119.952,119.6188,118.9524,118.286,117.6196,116.62,115.9536,115.9536,116.2868,116.62,116.62,116.62,116.62,115.2872,113.95439999999999,113.288,111.622,111.622,111.9552,111.9552,111.2888,111.2888,110.6224,110.6224,110.2892,110.9556,110.9556,111.2888,112.95479999999999,113.6212,114.2876,115.6204,116.62,117.2864,117.6196,118.286,119.952,120.2852,121.618,122.2844,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,122.2844,120.9516,119.2856,117.9528,116.2868,115.2872,113.95439999999999,111.9552,110.2892,109.956,108.28999999999999,108.28999999999999,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.28999999999999,108.9564,108.28999999999999,108.9564,108.9564,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,110.6224,110.9556,110.2892,110.2892,110.2892,110.2892,109.6228,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.6224,110.6224,110.9556],[13.6612,13.6612,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.3244,23.6572,24.3236,24.99,25.6564,26.656,27.3224,27.9888,28.6552,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,35.3192,36.652,36.652,37.3184,37.3184,38.318,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,59.976,60.6424,59.976,59.976,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,54.978,54.3116,54.3116,53.6452,52.3124,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.9792,52.6456,52.6456,53.312,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.308,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.64,66.64,67.3064,67.97279999999999,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.97,75.6364,75.6364,76.3028,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,85.6324,85.9656,86.632,87.2984,87.9648,88.9644,89.964,90.9636,91.9632,93.29599999999999,93.9624,95.2952,95.2952,95.9616,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,104.6248,103.9584,103.292,102.6256,102.6256,101.9592,101.626,101.626,101.626,102.2924,102.2924,102.6256,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,106.2908,106.9572,107.6236,108.9564,109.2896,109.956,109.956,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,112.6216,112.6216,112.6216,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.2876,114.954,115.9536,115.9536,116.62,116.9532,117.9528,118.286,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,128.282,128.6152,129.6148,129.6148,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,136.9452,135.94559999999998,135.94559999999998,135.2792,134.946,134.2796,134.2796,133.28,132.9468,132.9468,132.9468,132.2804,132.2804,131.9472,131.2808,131.2808,131.2808,130.6144,129.948,129.6148,129.6148,128.9484,128.9484,129.948,130.6144,131.9472,132.9468,134.2796,134.946,134.946,135.6124,135.6124,134.2796,133.6132,132.9468,131.9472,129.948,128.6152,127.9488,127.6156,127.9488,127.9488,128.282,128.6152,128.282,128.6152,128.6152,128.6152,127.2824,126.9492,126.2828,125.2832,123.28399999999999,122.2844,121.618,120.9516,119.952,119.952,119.2856,118.61919999999999,118.286,117.2864,116.2868,115.6204,114.954,113.95439999999999,114.6208,113.95439999999999,114.6208,114.954,114.954,114.954,113.6212,113.288,112.95479999999999,112.2884,111.2888,110.9556,110.2892,109.6228,108.6232,107.6236,107.2904,106.2908,105.6244,104.6248,104.6248,104.2916,104.2916,103.62519999999999,102.9588,102.9588,102.6256,101.9592,101.2928,100.2932,99.2936,97.2944,95.9616,94.962,93.9624,93.9624,92.9628,92.2964,91.63,90.9636,90.6304,89.964,88.9644,87.2984,86.632,86.2988,86.2988,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.2996,82.96679999999999,82.3004,80.9676,80.3012,79.6348,78.6352,77.6356,76.9692,76.9692,75.9696,74.97,74.97,74.3036,73.63719999999999,72.6376,71.9712,70.9716,70.3052,69.6388,69.6388,68.9724,68.306,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,76.636,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.9656,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,87.6316,87.6316,87.6316,87.6316,88.298,88.298,88.298,88.298,89.2976,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.2956,94.962,95.9616,97.96079999999999,98.96039999999999,99.6268,100.6264,101.9592,103.62519999999999,105.6244,107.2904,108.6232,109.956,111.622,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,115.2872,115.6204,116.62,118.286,119.6188,120.2852,120.2852,120.2852,120.2852,120.9516,119.952,119.6188,118.9524,118.9524,117.6196,117.6196,116.62,116.62,116.62,117.2864,117.2864,117.2864,116.62,116.2868,114.6208,112.6216,111.9552,111.2888,111.2888,111.2888,110.2892,110.2892,109.6228,109.6228,109.956,109.956,110.9556,111.2888,111.9552,112.95479999999999,114.2876,114.954,115.9536,117.2864,117.9528,118.9524,120.2852,120.6184,121.618,122.2844,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.28399999999999,122.6176,122.2844,120.9516,119.2856,117.9528,116.2868,115.2872,113.95439999999999,112.2884,110.9556,109.956,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.6228,109.956,109.956,109.956,109.956,110.6224,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.2888,110.2892,109.6228,109.2896,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.9556,110.9556,110.9556],[13.6612,13.6612,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.9924,18.9924,19.6588,20.3252,21.3248,21.9912,22.6576,22.6576,23.6572,24.3236,24.99,25.6564,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.32,34.6528,35.3192,36.652,36.652,36.652,37.3184,37.9848,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,59.976,59.976,59.976,59.976,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.6428,59.6428,59.6428,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,70.3052,70.9716,70.9716,71.638,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,72.6376,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,83.6332,83.6332,83.6332,84.2996,84.966,85.2992,86.2988,86.2988,87.2984,88.298,89.6308,89.964,91.2968,92.2964,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.294,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.6264,100.6264,101.2928,101.2928,102.2924,103.292,103.62519999999999,104.2916,104.2916,104.958,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.626,101.626,101.2928,101.2928,101.2928,101.626,102.2924,102.6256,103.292,103.292,103.292,103.292,103.9584,103.9584,104.958,104.958,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,108.9564,109.2896,109.956,109.956,109.956,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.622,111.9552,111.9552,111.9552,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.6212,114.6208,115.2872,115.6204,115.6204,116.62,116.62,117.9528,119.2856,120.2852,120.9516,121.618,121.618,121.9512,122.2844,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,136.9452,136.2788,136.2788,135.6124,135.2792,134.2796,134.2796,134.2796,133.9464,133.28,132.9468,132.6136,132.6136,131.614,131.9472,131.614,130.9476,130.6144,129.948,129.948,129.948,130.6144,131.2808,131.9472,132.9468,134.2796,134.946,134.946,135.2792,135.2792,134.946,134.2796,133.28,131.9472,129.948,129.6148,129.2816,128.9484,128.6152,128.6152,129.2816,129.948,128.9484,128.9484,128.9484,129.2816,129.2816,128.6152,127.6156,125.6164,124.6168,123.6172,122.9508,122.2844,121.618,121.618,121.2848,120.9516,120.9516,119.6188,118.286,116.9532,116.2868,115.6204,115.6204,115.6204,115.9536,116.2868,116.62,115.9536,115.2872,114.954,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.2896,108.28999999999999,107.6236,106.624,106.2908,106.2908,105.2912,105.2912,104.958,104.958,104.2916,103.62519999999999,103.292,102.6256,100.9596,99.2936,98.6272,97.2944,96.2948,95.2952,93.9624,93.29599999999999,92.9628,92.9628,92.2964,91.63,89.964,89.2976,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,85.6324,84.6328,84.6328,84.2996,82.6336,81.634,80.9676,80.3012,79.6348,79.3016,78.6352,78.30199999999999,76.9692,76.3028,75.6364,74.3036,73.304,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.638,71.638,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,75.6364,75.6364,74.97,74.97,73.9704,73.304,72.6376,71.9712,71.3048,71.3048,71.9712,71.9712,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,78.6352,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.9656,85.9656,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.298,88.298,88.9644,89.2976,89.964,90.2972,90.9636,90.9636,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.962,95.9616,97.6276,98.96039999999999,99.6268,100.2932,101.2928,103.292,104.6248,106.624,107.9568,108.9564,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.95439999999999,114.2876,114.6208,115.9536,117.9528,119.2856,120.2852,120.9516,121.2848,120.2852,120.2852,119.952,119.2856,118.9524,118.61919999999999,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.9528,117.2864,115.9536,115.6204,114.2876,113.288,111.622,110.9556,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,111.9552,112.95479999999999,113.288,113.6212,115.2872,116.62,117.6196,118.286,120.2852,121.2848,121.618,122.9508,123.28399999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,123.6172,123.6172,122.6176,122.6176,121.2848,119.6188,118.9524,117.2864,115.6204,113.95439999999999,112.95479999999999,111.9552,110.2892,109.956,109.956,109.956,110.2892,111.2888,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,113.6212,113.6212,112.6216,112.6216,111.9552,111.622,111.2888,110.9556,109.956,109.2896,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.9556,111.2888,111.9552,111.9552],[13.6612,13.6612,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.9924,18.9924,19.6588,20.3252,21.3248,21.9912,22.6576,22.6576,23.6572,24.3236,24.99,25.6564,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.986399999999996,34.6528,35.3192,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,39.984,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.6456,52.6456,53.312,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,59.976,59.976,59.976,59.976,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.6428,59.6428,59.6428,59.6428,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.6428,59.6428,59.6428,59.6428,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.312,52.6456,52.6456,51.9792,51.9792,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,84.966,84.966,85.6324,86.2988,87.2984,87.9648,89.2976,89.964,90.6304,91.2968,92.2964,93.6292,93.6292,93.9624,94.2956,94.962,95.9616,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.9616,95.9616,96.628,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,99.2936,99.2936,100.2932,100.6264,101.626,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.626,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,102.2924,102.2924,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.958,104.958,105.6244,105.6244,105.6244,105.6244,106.9572,106.9572,108.28999999999999,108.9564,109.2896,109.956,109.956,109.956,109.956,110.6224,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,111.9552,111.9552,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.6212,115.2872,115.6204,115.6204,116.2868,116.62,117.2864,118.286,118.9524,120.9516,121.2848,121.618,122.2844,122.2844,122.2844,123.6172,123.6172,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.9468,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,137.6116,137.2784,137.2784,136.2788,135.6124,135.2792,134.946,134.946,134.946,134.946,134.2796,133.6132,133.6132,133.6132,132.9468,132.2804,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,132.2804,132.9468,133.28,134.2796,134.946,134.946,135.2792,135.2792,134.946,134.2796,132.9468,131.9472,129.948,129.6148,129.948,129.2816,128.9484,128.9484,130.9476,130.9476,130.6144,129.6148,129.6148,129.948,129.2816,128.6152,127.9488,126.616,125.6164,125.2832,124.28359999999999,123.6172,123.6172,123.28399999999999,122.9508,122.9508,122.2844,121.2848,120.2852,118.9524,117.6196,117.2864,117.2864,117.2864,117.9528,117.2864,117.6196,117.2864,116.62,115.9536,115.6204,115.6204,114.2876,113.288,113.288,112.95479999999999,112.2884,111.622,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.2904,106.9572,106.2908,106.2908,105.2912,104.958,104.2916,103.62519999999999,102.6256,100.6264,100.2932,99.2936,97.2944,95.6284,95.2952,94.2956,93.9624,93.29599999999999,93.29599999999999,92.9628,91.63,90.6304,89.2976,88.9644,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,88.63119999999999,88.9644,88.9644,87.6316,86.9652,86.9652,86.2988,84.966,83.9664,82.6336,82.6336,81.9672,81.3008,80.9676,79.968,78.30199999999999,77.6356,76.9692,76.3028,74.6368,73.304,72.6376,71.9712,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,73.304,71.9712,71.3048,69.972,69.972,69.972,69.972,70.6384,70.9716,70.9716,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.9656,85.9656,85.9656,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.6316,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.964,90.6304,90.9636,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.962,95.9616,96.9612,97.96079999999999,99.2936,100.2932,101.2928,103.292,104.2916,105.6244,106.624,108.6232,109.956,111.622,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,115.2872,116.62,118.61919999999999,120.2852,120.9516,120.9516,120.2852,119.952,119.2856,119.2856,118.9524,118.61919999999999,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,116.62,115.6204,114.2876,113.288,111.622,110.9556,110.9556,109.956,109.956,109.2896,109.2896,108.9564,109.2896,109.2896,109.956,110.2892,111.2888,112.2884,112.95479999999999,113.95439999999999,114.954,115.9536,117.2864,117.6196,119.6188,121.2848,122.2844,122.9508,123.6172,124.28359999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,122.6176,121.2848,120.2852,118.9524,117.2864,115.6204,114.2876,113.6212,112.2884,110.9556,109.956,110.2892,110.9556,111.622,112.2884,111.622,111.622,111.2888,112.2884,112.2884,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.2876,114.6208,114.6208,115.2872,115.2872,114.954,114.954,114.2876,113.288,112.6216,113.288,112.6216,112.2884,111.2888,110.2892,109.6228,109.6228,109.956,109.2896,109.2896,109.2896,109.956,110.2892,111.2888,111.2888,111.9552,111.9552],[13.6612,13.6612,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.9924,18.9924,19.6588,20.3252,21.3248,21.9912,22.6576,22.6576,23.6572,24.3236,24.99,25.6564,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.986399999999996,34.6528,35.3192,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,39.984,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.6456,52.6456,53.312,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,55.9776,55.9776,55.3112,54.6448,53.9784,53.9784,53.9784,53.312,52.9788,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.3132,50.3132,50.3132,49.6468,49.6468,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,86.2988,87.2984,87.9648,88.63119999999999,89.964,90.6304,91.2968,91.2968,92.2964,92.9628,93.6292,93.6292,93.9624,94.962,95.6284,95.6284,95.6284,95.6284,94.962,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,99.2936,100.2932,100.6264,101.2928,101.9592,102.2924,102.2924,102.2924,101.9592,101.9592,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,102.2924,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.9572,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.6228,109.956,110.2892,110.2892,110.2892,110.9556,111.2888,111.622,111.622,112.2884,112.6216,112.6216,113.288,113.288,113.6212,113.6212,113.6212,114.2876,115.2872,115.6204,116.2868,116.2868,116.62,117.2864,118.61919999999999,119.6188,120.9516,121.618,122.2844,122.2844,123.28399999999999,123.6172,123.6172,123.6172,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,133.28,133.9464,133.9464,133.9464,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.278,138.278,138.278,138.278,138.278,138.278,138.278,138.278,138.6112,138.6112,137.9448,137.9448,137.2784,136.612,136.612,135.6124,135.6124,135.6124,136.2788,135.2792,135.2792,134.946,134.946,134.946,134.946,134.2796,133.6132,133.28,132.9468,132.9468,132.2804,132.9468,133.28,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,133.6132,132.9468,132.6136,131.9472,130.6144,130.6144,129.948,129.948,130.2812,130.2812,131.2808,131.9472,131.2808,130.6144,130.2812,130.2812,129.948,128.9484,128.6152,127.6156,126.616,126.616,126.616,125.9496,125.9496,125.2832,125.2832,124.6168,123.9504,122.6176,122.2844,120.9516,120.6184,120.6184,120.2852,119.952,119.6188,119.2856,118.9524,118.286,117.6196,117.2864,116.62,116.2868,115.6204,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.2888,109.956,109.2896,108.6232,108.6232,108.28999999999999,108.28999999999999,106.9572,106.9572,106.2908,105.9576,104.6248,104.6248,102.6256,101.9592,100.2932,98.96039999999999,97.2944,95.9616,95.6284,95.6284,94.962,93.9624,93.29599999999999,92.2964,91.9632,91.2968,90.6304,89.964,89.6308,89.2976,89.2976,89.6308,89.6308,90.6304,90.6304,89.2976,89.2976,88.63119999999999,88.63119999999999,86.632,85.6324,84.966,83.9664,84.2996,84.2996,82.3004,81.3008,79.6348,78.9684,78.30199999999999,76.9692,76.3028,74.97,74.3036,72.9708,71.9712,71.3048,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,74.97,74.97,74.3036,73.9704,73.304,71.9712,70.6384,69.3056,68.6392,67.6396,67.6396,67.6396,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,85.2992,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.964,90.6304,90.9636,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.962,95.6284,96.628,97.96079999999999,98.96039999999999,100.2932,101.2928,102.2924,103.62519999999999,105.2912,106.624,107.9568,109.956,110.2892,111.2888,111.2888,111.9552,111.9552,112.2884,112.95479999999999,113.288,113.6212,115.6204,117.2864,118.61919999999999,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.61919999999999,117.6196,117.2864,117.2864,116.62,116.62,117.2864,117.9528,117.9528,116.62,115.9536,114.2876,113.288,112.2884,111.2888,110.9556,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,111.2888,111.9552,112.95479999999999,113.288,114.2876,114.954,116.62,117.2864,118.9524,120.9516,122.2844,122.9508,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.95,125.2832,124.6168,123.9504,123.28399999999999,121.618,120.9516,119.952,117.9528,116.62,115.6204,114.2876,113.288,111.622,110.9556,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.95479999999999,114.2876,114.2876,114.954,115.6204,115.9536,116.62,116.62,116.62,117.2864,116.62,116.2868,116.2868,114.954,114.2876,114.954,114.6208,113.6212,112.95479999999999,111.2888,110.2892,109.956,109.956,109.956,109.2896,109.2896,110.2892,110.9556,111.622,111.622,112.2884,112.2884],[13.6612,13.6612,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.3276,14.3276,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,18.326,18.9924,19.6588,20.3252,21.3248,21.9912,22.6576,23.323999999999998,24.3236,24.3236,24.99,25.6564,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,45.6484,46.3148,46.9812,47.6476,49.6468,50.3132,50.9796,51.646,52.6456,52.6456,53.312,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,60.6424,59.6428,58.9764,58.31,58.31,57.6436,56.644,56.644,55.9776,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,52.9788,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,82.3004,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,86.2988,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,96.9612,97.96079999999999,98.6272,99.2936,99.96,100.6264,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,102.2924,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.9572,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,109.956,109.956,110.2892,109.956,110.2892,110.2892,110.9556,111.2888,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.2876,114.6208,115.6204,116.2868,116.2868,116.62,117.2864,117.6196,118.9524,119.6188,121.2848,122.2844,122.2844,122.9508,123.6172,123.6172,123.6172,124.28359999999999,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,133.28,133.28,133.9464,133.9464,133.9464,134.2796,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.278,138.278,138.278,138.278,138.278,138.278,138.278,138.278,138.278,138.6112,138.6112,138.6112,137.9448,137.6116,137.2784,137.2784,136.612,136.612,136.2788,136.612,136.2788,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.2796,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,133.6132,132.9468,132.6136,131.9472,130.9476,130.9476,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,131.2808,131.2808,130.6144,130.2812,130.6144,129.6148,128.9484,128.9484,128.6152,128.282,128.282,128.282,128.282,128.282,127.6156,126.2828,126.2828,124.95,124.6168,123.28399999999999,123.28399999999999,122.6176,121.9512,121.9512,121.9512,121.618,121.2848,119.952,119.6188,118.61919999999999,117.9528,117.6196,117.2864,115.9536,115.6204,114.954,114.954,114.954,114.2876,113.6212,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.6228,108.6232,108.28999999999999,107.2904,106.9572,105.6244,105.2912,104.6248,103.62519999999999,102.6256,100.9596,99.6268,97.96079999999999,96.628,95.9616,95.6284,95.2952,93.9624,93.29599999999999,92.2964,91.9632,91.9632,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,91.63,91.63,90.6304,90.6304,90.2972,89.964,88.298,86.632,86.2988,86.2988,86.632,85.2992,84.2996,82.96679999999999,80.9676,80.3012,78.9684,78.30199999999999,77.6356,76.3028,75.6364,74.3036,73.304,71.9712,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.6368,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,70.6384,69.3056,67.97279999999999,66.64,65.6404,65.6404,66.3068,66.3068,67.3064,67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.96679999999999,83.6332,84.2996,85.2992,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.964,90.6304,90.6304,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.962,95.6284,96.628,97.6276,98.294,99.96,101.2928,101.9592,103.292,104.6248,106.624,107.9568,108.9564,109.956,110.2892,111.2888,111.2888,111.9552,111.9552,112.2884,112.2884,113.288,114.2876,115.6204,117.2864,117.9528,118.9524,119.6188,119.6188,118.9524,118.9524,118.61919999999999,117.9528,117.2864,117.2864,116.62,116.62,116.62,117.2864,117.9528,117.9528,116.62,115.9536,114.2876,113.6212,112.2884,111.2888,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.9556,111.2888,111.9552,112.95479999999999,113.6212,114.2876,115.2872,117.2864,118.61919999999999,119.952,121.2848,122.2844,122.9508,123.6172,123.6172,124.28359999999999,124.95,124.95,125.2832,125.2832,124.6168,123.6172,122.2844,121.2848,119.6188,118.9524,117.2864,115.6204,114.2876,113.288,111.9552,111.622,111.622,111.622,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.6204,115.9536,116.62,116.9532,117.6196,118.286,118.286,117.6196,117.2864,117.2864,116.62,116.62,116.2868,116.2868,115.6204,115.6204,114.6208,112.95479999999999,110.6224,109.956,109.956,109.956,109.2896,109.2896,110.2892,110.2892,111.2888,111.622,111.622,112.2884],[13.6612,13.6612,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.6612,13.6612,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,18.326,18.9924,19.6588,20.3252,21.3248,21.9912,22.6576,23.323999999999998,24.3236,24.3236,24.99,25.6564,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.986399999999996,34.6528,34.6528,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.982,45.6484,46.9812,47.6476,48.314,49.6468,49.6468,50.3132,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.9784,54.6448,55.3112,55.3112,55.9776,55.9776,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,62.3084,62.3084,61.3088,60.6424,59.976,59.976,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.978,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,51.646,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.3128,51.3128,51.3128,51.3128,51.3128,51.3128,51.3128,51.3128,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,85.9656,87.2984,87.9648,88.298,88.9644,89.2976,89.964,90.2972,90.2972,90.6304,90.6304,91.9632,91.9632,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,96.9612,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,99.96,100.2932,100.2932,100.6264,100.6264,100.9596,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,111.2888,110.9556,110.9556,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.6208,114.6208,115.6204,116.2868,117.2864,117.9528,118.286,118.9524,119.6188,119.952,121.9512,122.9508,122.9508,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,133.28,133.28,133.6132,133.6132,134.2796,134.2796,134.2796,134.946,134.946,134.946,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,138.6112,137.9448,137.9448,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,136.9452,136.9452,136.2788,136.2788,135.6124,135.6124,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.946,135.2792,134.946,134.946,133.6132,132.9468,132.6136,132.6136,131.2808,131.614,131.2808,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.6136,131.9472,131.2808,130.9476,130.6144,130.6144,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.2816,128.6152,127.6156,126.9492,125.6164,125.6164,124.95,124.95,124.95,124.6168,124.6168,123.9504,122.9508,121.618,120.6184,119.6188,119.6188,118.9524,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,115.9536,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,109.956,109.2896,108.6232,107.9568,107.6236,106.2908,105.2912,104.6248,103.292,101.9592,100.2932,98.96039999999999,98.294,97.2944,96.628,95.6284,94.6288,93.9624,93.6292,92.9628,92.9628,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.2972,89.964,88.9644,87.6316,87.6316,87.6316,86.2988,85.6324,84.966,82.96679999999999,81.9672,81.3008,80.6344,79.968,78.6352,76.9692,75.6364,74.97,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,73.304,72.6376,71.9712,70.6384,68.9724,67.6396,66.3068,64.974,64.3076,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.9732,67.97279999999999,69.3056,69.972,70.6384,71.9712,72.6376,73.304,73.9704,74.3036,74.97,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,83.6332,84.6328,84.6328,85.9656,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.962,95.6284,96.628,97.6276,98.294,98.96039999999999,99.96,101.9592,102.6256,104.2916,105.9576,107.2904,108.28999999999999,109.6228,110.2892,110.2892,110.9556,111.9552,111.9552,111.9552,111.9552,112.2884,112.95479999999999,114.2876,114.954,116.62,117.9528,118.286,118.286,119.6188,118.9524,118.286,117.6196,117.2864,117.2864,116.62,116.62,116.9532,117.9528,117.9528,117.9528,117.2864,116.62,114.954,113.6212,112.95479999999999,111.2888,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,109.2896,109.2896,109.956,109.956,110.6224,111.622,112.2884,112.95479999999999,113.288,114.954,116.62,117.9528,118.9524,120.9516,121.2848,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.6164,125.6164,125.6164,125.2832,124.6168,122.9508,121.9512,120.2852,119.6188,117.6196,116.62,114.954,113.6212,112.6216,112.6216,112.6216,112.6216,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,116.62,116.62,117.2864,117.6196,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,118.9524,118.286,118.286,117.9528,117.9528,117.9528,117.2864,116.9532,116.62,114.2876,112.2884,110.9556,109.956,109.6228,109.2896,109.6228,109.6228,109.6228,110.2892,110.2892,110.9556,110.9556],[13.6612,13.6612,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.6612,13.6612,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,18.326,18.326,18.9924,20.3252,21.3248,21.9912,22.6576,23.323999999999998,24.3236,24.3236,24.99,25.6564,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,44.315599999999996,44.982,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,61.9752,61.3088,61.3088,60.6424,59.6428,59.6428,58.9764,58.9764,58.31,58.31,57.6436,57.6436,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.6452,52.9788,52.3124,52.3124,51.9792,51.9792,51.9792,51.3128,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.3076,64.3076,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.2992,86.2988,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,92.6296,93.29599999999999,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,94.2956,94.2956,94.962,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,99.96,99.96,100.2932,100.2932,100.6264,100.6264,100.9596,101.2928,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,105.2912,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,115.2872,115.2872,115.6204,116.62,117.2864,118.286,118.61919999999999,118.9524,119.2856,120.2852,121.2848,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.9468,133.28,133.28,133.28,133.6132,134.2796,134.2796,134.2796,134.946,134.946,134.946,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.278,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,138.9444,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,138.6112,138.6112,137.9448,137.6116,137.6116,137.6116,137.6116,137.6116,138.278,138.278,138.278,138.278,138.278,137.6116,137.2784,137.2784,136.612,136.2788,135.6124,135.6124,135.2792,135.2792,135.2792,134.946,135.2792,134.946,134.946,133.6132,132.9468,132.9468,132.6136,131.614,131.9472,131.614,131.614,132.2804,132.2804,132.6136,132.6136,132.9468,132.9468,132.6136,131.9472,131.614,131.614,130.9476,130.9476,131.614,131.614,131.614,131.614,131.614,131.614,130.9476,130.9476,129.948,129.2816,127.9488,127.6156,126.616,126.616,126.616,126.616,126.2828,126.2828,125.6164,124.95,123.9504,122.9508,121.9512,121.2848,120.2852,119.952,119.6188,119.2856,119.2856,118.61919999999999,118.61919999999999,117.9528,116.62,114.954,114.2876,113.288,113.288,112.95479999999999,112.2884,111.2888,110.9556,110.2892,109.956,108.9564,107.9568,106.624,106.2908,105.6244,104.958,103.62519999999999,101.9592,100.6264,99.6268,98.96039999999999,98.294,96.628,95.9616,94.6288,93.9624,93.9624,94.2956,93.9624,93.6292,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,90.6304,90.2972,89.2976,88.298,88.298,88.298,87.6316,87.2984,85.9656,84.2996,82.96679999999999,82.3004,81.3008,80.6344,79.968,78.9684,77.3024,76.3028,74.97,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,76.636,76.636,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.3048,70.6384,69.3056,67.6396,66.9732,65.6404,64.3076,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,66.3068,67.3064,67.97279999999999,69.3056,69.972,71.3048,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.97,75.6364,76.9692,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,83.6332,84.6328,85.2992,85.9656,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,95.9616,96.9612,97.96079999999999,98.294,99.2936,100.6264,102.2924,103.62519999999999,104.958,106.624,107.6236,108.9564,109.956,109.956,110.2892,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,113.288,113.95439999999999,115.6204,116.62,117.6196,118.286,118.61919999999999,118.61919999999999,117.6196,117.6196,117.2864,117.2864,116.62,116.62,116.62,116.9532,117.2864,117.9528,117.2864,116.62,114.954,114.2876,112.95479999999999,111.9552,110.9556,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.9556,111.2888,112.2884,113.288,114.2876,115.2872,117.2864,117.9528,119.952,120.9516,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.2828,125.6164,124.6168,123.28399999999999,122.6176,120.2852,119.6188,117.6196,117.2864,115.2872,114.2876,113.288,113.288,113.288,113.288,114.2876,114.954,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,117.2864,117.2864,117.2864,117.6196,118.286,118.9524,119.6188,119.952,119.952,120.6184,120.9516,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.2864,115.6204,114.6208,112.2884,110.2892,108.9564,108.28999999999999,108.9564,109.2896,109.2896,109.6228,110.2892,110.6224,110.9556],[13.6612,13.6612,12.9948,12.9948,11.9952,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.6612,13.6612,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,18.326,18.326,18.9924,20.3252,21.3248,21.9912,22.6576,23.323999999999998,24.3236,24.3236,24.99,25.6564,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.984,39.984,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,44.315599999999996,44.982,45.6484,46.9812,47.6476,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.308,62.6416,61.9752,61.9752,60.9756,60.9756,60.3092,60.3092,59.6428,59.6428,58.9764,58.9764,59.6428,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,54.3116,54.3116,53.312,53.312,52.6456,52.6456,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.634,82.3004,83.6332,83.6332,84.2996,84.2996,85.2992,85.2992,86.2988,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,89.2976,89.6308,90.6304,91.2968,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,94.6288,95.6284,95.9616,96.2948,96.9612,96.9612,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,102.6256,103.292,103.62519999999999,104.2916,104.958,104.958,105.2912,105.2912,106.2908,106.9572,106.9572,107.2904,107.9568,107.9568,108.6232,109.2896,110.2892,110.2892,110.9556,110.9556,111.622,111.622,111.622,111.622,112.95479999999999,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,114.6208,114.6208,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,118.61919999999999,119.2856,119.952,120.2852,120.2852,121.9512,122.9508,123.28399999999999,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,133.28,133.28,133.9464,133.9464,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,138.278,138.278,138.278,138.278,138.278,138.278,138.278,138.278,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,139.944,139.2776,139.2776,139.6108,138.9444,138.9444,138.9444,138.9444,138.6112,138.9444,138.9444,138.9444,139.2776,139.6108,139.6108,139.6108,139.6108,139.6108,138.9444,137.9448,137.9448,137.6116,136.612,136.612,136.612,136.2788,135.6124,135.2792,135.2792,135.2792,134.2796,134.2796,133.28,133.28,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,132.9468,132.9468,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,131.614,131.614,130.9476,130.9476,130.6144,129.2816,129.2816,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.2824,126.9492,125.6164,124.28359999999999,122.9508,122.2844,121.9512,121.2848,120.9516,119.952,119.952,119.2856,119.2856,118.61919999999999,117.2864,115.9536,115.6204,115.2872,114.2876,113.6212,113.288,112.6216,112.2884,111.622,111.2888,110.2892,109.2896,107.9568,107.2904,105.9576,105.2912,104.2916,103.292,101.9592,100.9596,100.2932,99.6268,98.6272,97.96079999999999,96.9612,96.2948,95.6284,95.2952,95.2952,94.962,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,91.9632,91.63,91.2968,89.6308,88.9644,88.9644,88.298,88.63119999999999,88.298,88.298,87.2984,85.6324,84.966,84.2996,82.96679999999999,81.9672,81.3008,80.3012,78.9684,76.9692,76.3028,75.6364,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.3036,72.9708,71.3048,69.972,68.9724,68.306,66.9732,66.3068,64.6408,63.9744,63.308,63.308,63.9744,63.9744,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,69.6388,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.9692,78.6352,79.3016,79.968,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.2996,84.6328,85.9656,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,90.9636,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,95.6284,96.2948,97.2944,97.96079999999999,98.96039999999999,100.6264,101.9592,103.62519999999999,104.2916,105.9576,107.6236,108.28999999999999,109.2896,109.2896,109.956,110.2892,110.2892,110.6224,110.6224,110.6224,111.622,111.9552,113.288,114.2876,115.2872,117.2864,117.6196,118.286,118.286,117.6196,117.6196,117.2864,117.2864,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,116.62,115.2872,114.2876,113.6212,111.9552,110.9556,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.9556,111.2888,111.9552,113.288,114.2876,114.954,116.62,117.9528,119.2856,120.2852,121.2848,121.9512,122.9508,123.9504,125.2832,125.6164,126.2828,126.2828,125.6164,124.6168,123.28399999999999,122.2844,120.9516,119.952,118.9524,117.6196,116.62,115.6204,113.6212,113.95439999999999,113.6212,113.6212,114.954,115.2872,116.62,117.2864,117.2864,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.9524,118.9524,120.2852,120.9516,121.2848,121.2848,121.9512,121.9512,121.2848,120.9516,119.952,119.952,119.952,119.952,119.2856,119.2856,118.9524,118.286,117.2864,115.2872,113.288,111.2888,109.2896,108.28999999999999,107.9568,108.28999999999999,108.6232,109.2896,109.6228,109.956,110.6224],[13.6612,12.9948,12.9948,12.3284,11.9952,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.6612,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,16.66,16.66,17.3264,18.326,18.9924,19.6588,20.3252,21.3248,21.9912,22.6576,23.323999999999998,24.3236,24.99,25.6564,26.3228,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.984,39.984,39.984,40.6504,40.6504,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.6492,44.315599999999996,45.6484,46.3148,47.6476,48.314,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.3112,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.9768,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,58.6432,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,63.9744,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.9752,60.9756,60.9756,60.3092,60.3092,60.3092,60.3092,60.3092,59.6428,58.9764,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.6448,53.9784,53.9784,53.312,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,53.6452,53.6452,54.3116,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.312,53.9784,53.9784,54.6448,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,79.968,80.9676,81.634,82.3004,83.6332,83.6332,84.2996,84.2996,85.2992,86.2988,86.9652,87.2984,87.9648,87.6316,87.6316,88.63119999999999,88.63119999999999,89.2976,89.6308,90.6304,91.2968,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,93.29599999999999,93.6292,94.6288,94.6288,95.6284,95.9616,96.9612,97.96079999999999,98.96039999999999,99.6268,100.2932,100.6264,100.6264,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,105.2912,105.2912,106.2908,106.9572,107.2904,107.2904,107.9568,107.9568,108.6232,109.2896,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.954,114.954,115.6204,115.9536,116.2868,116.2868,116.2868,116.2868,116.2868,116.62,116.62,117.2864,117.9528,118.286,119.6188,119.952,119.952,120.6184,121.2848,121.9512,122.9508,123.28399999999999,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,129.948,129.948,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,133.28,133.28,133.9464,133.9464,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,138.278,138.278,138.278,138.278,138.278,138.278,138.278,138.278,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,140.2772,140.2772,139.944,139.944,139.944,139.944,139.2776,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.2776,139.6108,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.2776,138.9444,138.6112,137.9448,137.9448,137.6116,137.2784,136.612,136.2788,136.2788,135.2792,135.2792,134.2796,134.2796,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,132.9468,132.9468,132.2804,132.2804,131.614,131.614,130.9476,130.9476,130.6144,130.6144,129.2816,129.2816,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,126.2828,125.2832,124.6168,123.9504,122.9508,121.9512,121.9512,121.2848,120.9516,119.952,119.6188,118.61919999999999,117.6196,116.62,116.62,115.9536,115.2872,114.6208,113.95439999999999,113.6212,112.6216,112.2884,111.622,110.6224,109.6228,108.9564,108.28999999999999,106.9572,106.624,105.2912,104.6248,103.292,101.9592,101.626,100.9596,100.2932,98.96039999999999,97.96079999999999,96.9612,96.2948,96.2948,95.2952,95.2952,94.962,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,91.9632,91.2968,90.6304,89.6308,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,85.9656,85.6324,84.2996,82.96679999999999,81.9672,81.3008,79.6348,77.6356,76.9692,76.3028,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,73.63719999999999,72.3044,69.972,68.6392,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,65.3072,65.6404,66.3068,66.9732,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,75.6364,76.9692,78.6352,79.3016,79.968,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.966,85.2992,86.632,87.2984,87.6316,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,90.6304,90.2972,90.2972,89.6308,90.6304,90.6304,91.2968,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.6288,95.6284,96.2948,97.2944,97.96079999999999,98.96039999999999,99.96,101.9592,103.292,104.2916,105.9576,106.9572,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,109.956,110.6224,111.2888,111.622,113.288,114.2876,115.6204,116.62,117.2864,117.2864,117.6196,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,116.62,115.9536,115.2872,113.6212,112.95479999999999,111.622,110.9556,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,110.6224,110.9556,111.2888,111.9552,113.288,114.2876,114.6208,116.62,117.6196,118.286,119.952,120.2852,121.618,122.2844,123.28399999999999,125.2832,125.6164,125.6164,125.6164,125.2832,125.2832,123.9504,122.9508,121.618,120.2852,119.6188,118.286,117.2864,115.9536,114.954,114.2876,114.2876,114.2876,115.2872,115.9536,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,118.286,118.9524,118.9524,119.6188,120.2852,120.9516,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,121.618,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,119.952,119.2856,117.9528,116.2868,114.6208,112.2884,110.6224,108.9564,107.9568,106.9572,107.2904,108.9564,109.2896,109.2896,109.956],[12.9948,12.9948,12.3284,12.3284,11.3288,11.3288,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.9948,12.9948,13.6612,13.6612,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,17.3264,18.326,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,24.3236,24.99,25.6564,26.3228,27.3224,27.9888,28.6552,29.3216,30.3212,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,65.6404,65.6404,64.974,64.974,64.974,63.9744,63.9744,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,53.9784,53.312,52.6456,52.6456,51.9792,51.9792,51.9792,51.9792,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.9784,53.9784,53.9784,54.6448,55.3112,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.966,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.6316,88.298,88.63119999999999,89.2976,90.6304,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,93.6292,94.6288,95.6284,95.9616,96.9612,97.96079999999999,99.2936,99.96,100.6264,100.6264,100.9596,100.9596,101.2928,101.9592,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,105.2912,105.2912,106.2908,106.9572,106.9572,106.9572,107.9568,107.9568,108.6232,108.6232,109.956,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,111.622,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,115.6204,115.9536,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,117.2864,117.9528,118.9524,119.6188,119.6188,119.952,121.2848,121.2848,121.618,121.618,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.6144,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,134.2796,134.2796,134.946,134.946,134.946,135.6124,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,139.2776,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,140.9436,140.2772,140.2772,139.944,139.944,139.2776,139.2776,138.9444,138.9444,139.944,139.944,139.944,140.6104,140.2772,140.2772,140.2772,140.2772,140.2772,140.2772,140.2772,139.944,139.2776,138.9444,138.9444,138.6112,138.6112,137.9448,137.9448,137.6116,136.2788,136.2788,135.2792,135.2792,134.2796,134.2796,133.9464,133.9464,133.28,133.28,132.9468,132.9468,132.9468,132.9468,132.6136,132.9468,132.9468,133.6132,134.2796,134.2796,133.9464,133.9464,133.9464,133.28,133.28,132.9468,132.2804,131.9472,131.9472,131.9472,130.9476,130.9476,130.9476,130.6144,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,128.6152,128.282,127.2824,125.6164,125.2832,124.6168,123.9504,123.28399999999999,122.2844,121.9512,120.9516,119.952,119.6188,118.61919999999999,117.9528,117.6196,116.9532,115.9536,115.2872,114.6208,113.95439999999999,113.6212,112.6216,112.6216,111.9552,110.9556,110.2892,108.9564,108.28999999999999,107.2904,106.9572,105.9576,104.6248,104.6248,103.292,102.6256,102.2924,101.2928,100.2932,98.96039999999999,97.6276,97.2944,96.2948,95.9616,95.2952,94.962,94.2956,93.9624,93.6292,93.6292,92.6296,91.9632,91.2968,90.2972,89.6308,89.2976,88.9644,88.9644,89.2976,89.2976,88.298,88.298,87.6316,87.2984,86.632,85.6324,83.6332,82.96679999999999,81.9672,80.6344,78.9684,78.30199999999999,76.636,76.636,76.3028,76.9692,76.9692,76.9692,76.636,76.636,76.636,76.636,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,75.6364,74.6368,73.304,71.9712,70.6384,68.6392,67.3064,66.64,66.64,65.6404,65.6404,64.974,64.974,64.974,64.974,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,71.3048,71.9712,72.9708,73.63719999999999,74.3036,75.6364,76.9692,78.6352,79.3016,79.968,80.6344,81.9672,82.6336,82.6336,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,94.2956,94.962,96.2948,96.628,97.2944,98.294,99.96,101.9592,103.292,104.2916,105.6244,105.9576,106.9572,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,110.6224,111.2888,112.2884,113.288,115.2872,115.6204,116.62,117.2864,117.6196,116.62,116.62,116.2868,116.2868,115.6204,115.9536,116.62,116.62,116.62,117.6196,117.2864,116.62,115.9536,114.6208,113.6212,113.288,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.2892,109.956,109.956,110.2892,110.9556,111.2888,111.622,112.2884,112.95479999999999,114.954,115.2872,116.62,117.2864,118.286,118.9524,119.952,120.6184,121.9512,123.28399999999999,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,123.9504,122.9508,121.618,120.9516,119.6188,118.9524,117.6196,117.2864,116.2868,115.6204,115.6204,115.9536,116.2868,116.62,117.2864,117.9528,118.286,118.286,118.9524,118.9524,119.2856,119.2856,119.6188,119.6188,120.2852,120.2852,121.2848,121.9512,121.9512,121.9512,122.9508,122.2844,122.2844,121.618,121.618,121.618,121.618,121.618,121.2848,120.9516,120.9516,119.2856,117.2864,115.6204,113.288,111.2888,108.28999999999999,107.6236,106.9572,107.2904,108.28999999999999,108.9564,109.2896,109.2896],[12.9948,12.9948,12.3284,12.3284,11.3288,11.3288,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,11.3288,11.9952,12.3284,12.9948,13.6612,13.6612,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,17.3264,18.326,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,24.3236,24.99,25.6564,26.3228,27.3224,27.9888,28.6552,29.3216,29.654799999999998,30.3212,30.9876,30.9876,31.9872,33.32,33.986399999999996,34.6528,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,45.3152,46.3148,47.6476,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.3072,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,63.308,63.308,62.3084,62.3084,61.641999999999996,61.3088,60.6424,60.6424,59.976,59.6428,59.6428,59.6428,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.6456,53.312,53.9784,53.9784,53.9784,54.6448,55.3112,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.9776,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.966,86.2988,86.632,87.2984,86.9652,86.9652,87.6316,87.6316,88.298,89.2976,90.6304,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,94.6288,94.962,96.2948,97.2944,97.96079999999999,98.96039999999999,99.96,100.9596,100.6264,100.9596,100.9596,101.2928,101.9592,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,105.2912,105.2912,106.2908,106.2908,106.9572,106.9572,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.6224,110.9556,112.2884,112.95479999999999,113.6212,114.2876,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,117.2864,117.6196,119.6188,119.6188,119.952,119.952,121.2848,121.2848,121.618,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,127.9488,128.9484,129.6148,129.948,129.948,130.6144,130.6144,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,139.2776,139.2776,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.6108,139.6108,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.2772,140.2772,140.2772,139.6108,139.6108,139.6108,139.6108,140.2772,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.2772,139.944,139.2776,139.2776,139.2776,139.6108,138.9444,138.6112,137.9448,136.612,136.2788,136.2788,135.2792,134.946,134.2796,134.2796,133.9464,133.9464,133.28,133.28,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,133.9464,133.9464,133.9464,133.9464,133.28,132.9468,132.9468,132.2804,131.9472,131.9472,131.9472,131.2808,130.9476,130.9476,129.948,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,128.6152,128.282,127.9488,126.616,125.6164,125.2832,124.6168,124.28359999999999,123.28399999999999,122.2844,121.9512,120.9516,119.952,119.6188,118.61919999999999,117.9528,117.6196,117.6196,116.62,115.2872,114.6208,113.95439999999999,113.6212,113.288,112.6216,111.9552,111.622,110.2892,108.9564,108.9564,107.9568,107.2904,106.2908,105.6244,104.958,103.9584,103.292,102.6256,101.9592,100.6264,99.96,98.96039999999999,97.6276,96.9612,95.9616,95.9616,94.962,93.9624,93.9624,93.6292,93.6292,92.6296,91.9632,91.63,90.6304,90.2972,89.2976,89.2976,88.9644,89.2976,89.2976,88.298,88.298,87.6316,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.3004,81.3008,79.968,78.9684,77.3024,77.3024,76.9692,76.9692,76.9692,76.9692,76.636,76.636,76.636,76.636,76.3028,76.3028,76.9692,76.3028,76.3028,76.3028,76.3028,75.6364,73.9704,72.6376,71.3048,69.3056,67.97279999999999,66.64,65.9736,65.9736,65.6404,65.6404,64.974,64.974,64.974,64.974,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.9692,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,85.6324,85.6324,86.9652,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,94.2956,94.6288,95.9616,96.628,97.2944,98.294,99.96,100.6264,102.6256,103.9584,104.958,105.6244,106.2908,106.624,106.624,106.624,106.624,106.9572,106.9572,108.28999999999999,108.28999999999999,108.9564,109.2896,110.2892,111.2888,112.2884,113.6212,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.2864,116.62,116.62,115.2872,115.6204,114.954,114.6208,113.6212,113.288,112.6216,111.9552,112.2884,111.9552,111.622,111.622,111.9552,111.9552,112.2884,112.2884,112.6216,113.6212,115.6204,115.9536,117.2864,117.6196,118.286,118.9524,119.952,120.6184,121.9512,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,123.9504,122.9508,121.618,120.9516,119.6188,118.9524,118.286,117.6196,116.62,116.62,116.62,116.62,116.62,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.2856,119.2856,119.6188,119.6188,120.2852,120.6184,121.9512,121.9512,121.9512,122.6176,122.9508,122.9508,122.9508,122.2844,121.618,121.618,121.618,121.618,121.2848,121.2848,120.9516,119.6188,117.9528,116.2868,113.95439999999999,111.622,109.2896,107.6236,106.624,105.9576,106.9572,107.6236,107.9568,108.6232],[12.9948,12.9948,12.3284,12.3284,11.3288,11.3288,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,12.3284,12.9948,13.6612,13.6612,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,17.3264,18.326,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,24.3236,24.99,25.6564,26.3228,27.3224,27.9888,28.6552,28.6552,29.654799999999998,30.3212,30.9876,30.9876,31.9872,33.32,33.986399999999996,34.6528,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,45.3152,46.3148,47.6476,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.9736,65.3072,65.3072,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.308,63.308,62.3084,61.9752,61.3088,61.3088,60.6424,60.3092,60.3092,60.3092,59.6428,59.6428,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.9784,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.312,53.9784,54.6448,54.6448,55.3112,55.9776,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.644,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,70.6384,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.2996,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.9648,89.2976,91.2968,91.63,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,95.6284,96.2948,97.2944,97.96079999999999,98.96039999999999,100.2932,100.9596,100.9596,100.2932,100.9596,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.2912,105.6244,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,110.9556,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,115.6204,115.6204,115.2872,115.2872,114.954,114.954,115.2872,115.9536,117.2864,117.6196,119.6188,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,126.9492,127.6156,127.6156,127.9488,128.9484,129.6148,129.6148,129.6148,130.6144,130.6144,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,139.2776,139.2776,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.6108,139.6108,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.9436,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,140.9436,140.6104,140.6104,140.6104,139.944,139.2776,138.9444,138.6112,137.6116,136.9452,136.612,136.2788,135.6124,135.2792,135.2792,134.946,133.9464,133.9464,133.28,133.28,133.6132,133.6132,133.9464,134.2796,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.2792,134.6128,134.2796,133.6132,132.9468,132.9468,132.9468,132.9468,131.9472,131.9472,130.9476,130.9476,129.948,129.2816,128.6152,128.6152,128.6152,128.282,127.6156,127.6156,127.6156,126.9492,125.9496,125.2832,124.6168,123.9504,123.6172,122.9508,122.2844,121.618,121.2848,120.2852,119.952,118.9524,118.286,118.286,117.6196,116.9532,115.9536,114.954,114.6208,113.95439999999999,113.288,112.6216,111.9552,111.622,111.2888,110.2892,109.6228,108.28999999999999,108.28999999999999,107.6236,106.2908,105.6244,105.6244,104.6248,103.62519999999999,102.6256,101.2928,100.6264,99.6268,98.6272,96.9612,96.9612,96.2948,95.2952,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,91.9632,91.2968,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,86.9652,87.2984,85.6324,85.2992,84.2996,83.6332,82.3004,81.634,79.968,79.3016,78.30199999999999,77.3024,76.9692,76.9692,76.3028,76.3028,76.636,76.636,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,74.97,73.304,71.9712,69.972,68.6392,67.3064,65.9736,65.9736,65.9736,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,71.3048,71.9712,73.63719999999999,74.3036,74.97,75.6364,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,85.6324,85.6324,86.9652,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,94.6288,95.9616,96.2948,97.2944,97.96079999999999,99.6268,100.2932,101.9592,103.292,104.6248,104.958,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,108.28999999999999,108.9564,110.2892,111.622,112.6216,113.95439999999999,114.6208,114.954,115.6204,114.954,114.954,115.2872,115.2872,115.2872,115.6204,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,114.954,114.954,114.2876,114.2876,113.95439999999999,113.6212,112.95479999999999,112.2884,112.95479999999999,113.288,113.288,113.6212,113.95439999999999,114.954,115.9536,117.2864,118.286,118.9524,118.9524,119.6188,119.952,120.6184,122.2844,123.6172,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,123.9504,123.28399999999999,121.618,120.9516,119.952,119.6188,118.9524,117.9528,118.286,117.9528,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.286,118.9524,119.6188,119.952,119.952,119.952,119.952,120.9516,121.2848,121.9512,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,121.618,121.618,121.618,121.2848,121.2848,121.2848,119.952,118.286,117.2864,114.954,113.288,110.2892,108.28999999999999,106.9572,105.9576,106.2908,106.9572,107.6236,107.9568],[12.9948,12.9948,12.3284,12.3284,11.3288,11.3288,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.3288,11.661999999999999,12.3284,12.9948,12.9948,13.328,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,23.6572,24.3236,24.99,25.6564,26.656,27.3224,27.9888,28.6552,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.986399999999996,34.6528,35.3192,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,45.3152,46.3148,47.6476,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.9736,65.9736,65.3072,65.3072,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.9788,53.312,53.9784,54.6448,55.3112,55.3112,55.9776,56.644,57.3104,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,57.6436,57.3104,57.3104,57.3104,56.644,56.644,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,84.2996,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,87.9648,88.9644,90.6304,91.63,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,95.9616,96.9612,97.2944,97.96079999999999,99.2936,99.6268,100.2932,100.9596,100.2932,100.2932,100.9596,101.2928,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.6244,106.2908,106.2908,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,116.62,117.6196,119.2856,119.952,120.9516,121.2848,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,126.9492,126.9492,127.6156,127.6156,128.6152,128.9484,129.6148,129.6148,130.6144,130.6144,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,139.2776,139.2776,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.6108,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,139.6108,139.944,140.6104,140.9436,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.6096,142.6096,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.2764,141.60999999999999,141.60999999999999,140.9436,140.9436,139.944,139.944,139.2776,138.6112,138.6112,137.6116,136.9452,136.9452,136.612,136.2788,135.6124,134.946,134.946,133.9464,133.9464,133.9464,134.2796,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.6124,136.2788,136.2788,135.6124,135.6124,135.2792,134.2796,133.28,133.28,133.28,132.9468,132.2804,131.9472,131.614,130.9476,129.948,129.2816,129.2816,128.6152,128.6152,128.282,127.6156,126.9492,126.9492,126.9492,125.9496,125.2832,124.6168,123.9504,123.6172,122.9508,122.2844,121.618,121.2848,120.2852,120.2852,119.6188,118.9524,118.286,117.9528,117.6196,115.9536,115.6204,114.954,113.95439999999999,113.6212,113.288,112.6216,111.9552,111.622,110.9556,110.2892,108.9564,108.9564,107.9568,107.6236,106.2908,105.9576,105.2912,104.2916,103.292,101.9592,100.6264,99.6268,99.2936,97.2944,96.9612,96.9612,95.9616,94.962,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,91.63,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,86.632,85.6324,84.966,83.6332,82.96679999999999,81.634,80.9676,79.968,79.3016,78.30199999999999,78.30199999999999,76.9692,76.9692,76.3028,76.3028,76.636,76.636,77.3024,77.3024,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,72.6376,71.3048,69.3056,67.3064,66.64,65.9736,65.9736,65.9736,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,67.3064,67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.3048,72.6376,73.63719999999999,74.97,75.6364,76.3028,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.9624,95.2952,95.9616,96.628,97.2944,98.294,99.6268,101.2928,102.6256,103.292,104.6248,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.9576,107.6236,108.28999999999999,109.6228,110.2892,111.622,112.6216,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,114.6208,114.6208,115.2872,115.6204,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.2872,115.2872,115.2872,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,116.2868,117.2864,118.286,119.6188,119.952,119.952,119.952,120.6184,120.9516,121.618,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,121.618,121.2848,120.2852,119.6188,119.6188,118.61919999999999,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,118.286,118.286,118.286,118.9524,119.6188,119.6188,119.952,119.952,119.952,120.2852,120.9516,121.2848,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,119.952,118.9524,117.6196,115.2872,113.288,110.9556,109.2896,107.6236,105.9576,106.2908,106.2908,106.9572,106.9572],[12.9948,12.9948,12.3284,12.3284,11.3288,11.3288,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,9.996,9.996,10.6624,10.6624,11.3288,11.9952,11.9952,11.9952,12.6616,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,16.993199999999998,17.6596,18.326,18.9924,20.3252,20.9916,21.658,22.3244,22.9908,23.6572,24.3236,24.99,25.9896,26.656,27.3224,27.9888,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,45.3152,46.3148,47.6476,48.314,49.6468,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.312,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,63.6412,63.6412,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.3104,56.644,56.644,56.644,56.644,55.9776,55.9776,55.9776,55.6444,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.9768,57.9768,57.9768,57.9768,57.3104,57.3104,57.3104,57.3104,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,58.6432,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,86.2988,87.2984,88.298,89.964,90.9636,92.2964,92.2964,92.6296,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.9624,94.6288,95.9616,96.9612,97.2944,97.96079999999999,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,105.6244,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,109.956,110.2892,111.2888,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,115.9536,117.2864,118.61919999999999,119.952,120.2852,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,126.9492,127.6156,128.6152,128.9484,128.9484,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.2776,139.2776,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,141.9432,141.9432,141.9432,142.6096,142.9428,143.276,143.276,143.9424,143.9424,143.276,143.276,143.276,143.276,142.6096,142.6096,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,142.9428,142.9428,141.60999999999999,140.9436,140.6104,140.6104,139.944,139.2776,138.9444,137.9448,137.6116,137.6116,137.2784,136.9452,136.2788,135.2792,134.946,135.2792,135.2792,135.2792,135.6124,136.2788,136.2788,136.612,136.612,136.612,137.2784,137.6116,137.6116,137.2784,136.9452,136.2788,135.6124,135.2792,135.2792,134.2796,133.28,132.9468,132.2804,131.9472,130.6144,130.6144,130.6144,129.948,129.948,129.2816,128.6152,127.9488,127.6156,127.6156,126.9492,125.9496,125.6164,124.95,124.95,123.9504,122.9508,122.2844,122.2844,122.2844,121.2848,121.2848,120.2852,119.6188,118.9524,118.9524,118.286,116.9532,116.62,115.6204,114.954,114.2876,113.6212,113.288,112.6216,112.6216,111.622,111.2888,109.956,109.956,108.9564,107.9568,107.6236,106.2908,105.9576,104.2916,103.62519999999999,102.6256,101.2928,100.2932,99.6268,98.6272,97.96079999999999,97.2944,96.9612,96.2948,95.9616,94.962,94.2956,93.6292,93.6292,92.6296,91.63,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.9644,88.298,87.9648,87.2984,86.632,85.6324,84.2996,83.6332,82.96679999999999,81.634,80.9676,79.968,79.3016,78.30199999999999,78.30199999999999,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,77.3024,76.636,75.6364,74.97,74.3036,73.63719999999999,71.9712,69.972,67.97279999999999,66.64,65.9736,65.3072,65.9736,65.9736,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,67.3064,67.3064,67.97279999999999,68.6392,69.972,70.6384,71.9712,72.6376,74.3036,74.97,76.3028,76.9692,78.6352,79.3016,80.6344,81.3008,81.634,82.3004,82.96679999999999,83.6332,84.966,85.6324,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.962,95.9616,95.6284,95.9616,97.2944,98.96039999999999,99.6268,100.9596,102.2924,102.6256,103.292,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.958,105.6244,106.2908,107.6236,108.28999999999999,109.2896,109.956,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.6212,114.2876,114.954,115.2872,115.2872,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,116.62,116.62,115.9536,115.2872,115.2872,114.954,115.2872,115.2872,115.6204,115.9536,115.9536,116.9532,118.61919999999999,119.6188,120.6184,120.9516,120.9516,120.9516,120.6184,120.6184,120.9516,122.6176,122.6176,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,121.9512,121.2848,120.9516,120.2852,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.952,120.2852,120.9516,120.9516,121.618,122.2844,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,122.6176,122.6176,121.9512,120.6184,120.2852,120.2852,119.952,119.952,120.6184,119.952,118.9524,118.286,116.62,114.6208,111.9552,109.956,107.9568,106.9572,105.6244,105.6244,105.6244,105.9576],[12.9948,12.9948,12.3284,12.3284,11.3288,11.3288,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,9.996,9.996,10.6624,10.6624,10.6624,11.3288,11.3288,11.9952,12.6616,12.6616,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,16.3268,16.993199999999998,17.6596,18.326,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,23.6572,24.3236,25.3232,25.9896,26.656,27.3224,28.322,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,45.3152,46.3148,47.6476,48.314,49.6468,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.312,53.312,53.9784,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,63.6412,63.308,63.308,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,57.9768,57.9768,57.3104,57.3104,56.644,56.644,56.644,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.6432,58.6432,58.6432,58.6432,58.6432,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.634,81.634,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.2992,86.632,87.6316,89.964,90.9636,92.2964,92.2964,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.63,91.63,92.2964,92.2964,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.9624,94.6288,95.9616,97.2944,97.96079999999999,98.6272,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,101.626,101.9592,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.956,110.9556,111.2888,111.2888,111.9552,111.9552,111.2888,111.2888,111.2888,111.2888,111.9552,112.2884,112.2884,112.95479999999999,113.288,114.954,116.2868,118.286,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,126.9492,126.9492,127.9488,128.6152,128.9484,128.9484,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.2776,139.2776,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.9436,141.9432,142.6096,142.6096,142.9428,143.276,143.9424,143.9424,143.9424,143.9424,144.2756,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.2756,144.942,144.2756,144.2756,144.2756,143.9424,143.9424,143.276,143.276,142.9428,141.60999999999999,140.9436,141.2768,140.9436,140.6104,139.6108,138.6112,137.9448,137.9448,137.6116,137.2784,136.9452,135.94559999999998,135.94559999999998,136.2788,136.2788,136.2788,136.2788,136.9452,136.9452,137.2784,137.2784,137.6116,137.6116,138.278,138.278,138.278,137.2784,136.9452,136.2788,136.2788,135.6124,134.946,134.2796,133.9464,132.9468,132.2804,131.9472,130.6144,130.2812,130.6144,129.948,129.948,128.9484,128.6152,127.9488,127.9488,127.6156,126.616,125.9496,125.6164,125.6164,124.6168,123.28399999999999,122.9508,122.9508,122.9508,121.9512,121.9512,120.9516,119.952,119.6188,119.6188,118.9524,117.6196,116.9532,115.9536,115.6204,114.954,114.2876,113.6212,113.288,112.6216,111.622,111.2888,110.2892,109.956,108.9564,107.9568,107.6236,106.2908,105.9576,104.958,104.2916,102.6256,101.9592,100.9596,100.2932,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,96.2948,95.6284,94.962,93.9624,93.6292,93.29599999999999,92.2964,90.9636,90.2972,89.964,89.2976,88.63119999999999,88.298,87.9648,87.9648,86.632,85.9656,85.6324,84.966,84.2996,83.6332,82.3004,80.9676,79.968,79.3016,78.30199999999999,77.3024,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,77.3024,76.636,75.6364,74.3036,73.63719999999999,72.3044,70.6384,69.3056,67.3064,65.9736,65.3072,65.3072,65.9736,65.9736,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,67.3064,67.97279999999999,68.6392,69.3056,69.972,71.3048,71.9712,73.304,74.3036,75.6364,76.3028,77.6356,79.3016,79.968,81.3008,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.966,85.6324,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,96.628,97.2944,98.96039999999999,99.6268,100.9596,101.626,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,104.6248,105.2912,106.2908,107.6236,107.9568,108.6232,109.956,109.956,109.956,109.956,110.6224,110.9556,111.2888,111.2888,111.2888,111.622,111.9552,112.6216,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.6204,116.2868,116.62,115.9536,116.62,117.2864,117.2864,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.9532,118.286,119.6188,119.952,120.9516,121.618,120.9516,120.9516,120.6184,120.6184,120.6184,121.2848,122.9508,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,121.9512,121.2848,120.9516,120.2852,120.9516,120.2852,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,119.6188,119.6188,120.2852,121.2848,121.2848,121.2848,122.2844,122.9508,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,123.28399999999999,122.6176,121.2848,119.952,119.6188,118.9524,118.9524,119.6188,119.952,119.952,118.9524,118.286,117.2864,114.954,112.2884,110.2892,108.6232,106.9572,105.6244,104.958,104.958,105.6244],[12.9948,12.9948,12.3284,12.3284,11.3288,11.3288,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.3288,12.6616,12.6616,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,16.3268,16.993199999999998,17.6596,18.326,18.9924,20.3252,20.9916,20.9916,22.3244,22.9908,23.6572,24.3236,25.3232,25.9896,26.656,27.3224,28.322,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,45.3152,46.3148,47.6476,48.314,49.6468,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.6412,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.3104,57.3104,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.3092,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.634,81.634,82.3004,82.3004,82.96679999999999,84.2996,85.2992,86.632,87.6316,89.964,90.9636,92.2964,92.2964,91.9632,91.9632,91.63,91.63,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.63,91.63,91.63,91.63,91.2968,91.2968,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.9624,94.6288,95.9616,97.2944,97.96079999999999,98.6272,99.6268,99.6268,100.2932,100.2932,99.6268,99.6268,99.6268,100.2932,101.626,101.9592,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.9564,109.6228,110.2892,110.2892,110.2892,110.9556,110.9556,110.2892,110.2892,110.2892,110.6224,110.9556,110.9556,110.9556,111.622,112.95479999999999,114.2876,116.2868,118.286,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,126.9492,126.9492,127.9488,128.6152,128.9484,128.9484,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.2776,139.2776,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.9432,142.6096,142.9428,142.9428,143.9424,143.9424,144.2756,144.2756,144.2756,144.942,144.942,144.2756,144.942,144.942,144.942,144.942,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,144.942,143.9424,143.9424,143.9424,143.276,142.6096,141.9432,141.9432,141.2768,140.6104,139.944,139.2776,138.9444,138.6112,138.6112,137.6116,136.9452,136.2788,136.2788,136.9452,136.9452,137.2784,137.2784,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,139.6108,139.6108,138.9444,137.9448,137.2784,137.2784,136.612,136.2788,135.2792,134.946,134.946,133.9464,132.9468,132.2804,131.2808,130.6144,130.6144,130.2812,130.2812,129.948,129.948,128.9484,128.9484,128.9484,127.9488,127.6156,126.9492,125.9496,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,120.6184,119.952,119.6188,118.9524,118.286,117.9528,116.9532,115.9536,114.954,114.2876,113.6212,113.288,112.2884,111.2888,110.9556,109.956,109.6228,108.9564,107.9568,107.6236,106.9572,106.624,105.2912,104.6248,103.62519999999999,102.6256,101.2928,100.2932,98.96039999999999,98.6272,97.96079999999999,96.9612,96.2948,95.9616,95.6284,94.962,93.9624,93.9624,93.6292,92.2964,90.9636,90.6304,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,87.2984,87.2984,86.2988,85.9656,85.6324,83.6332,82.96679999999999,82.3004,80.9676,79.968,79.3016,78.30199999999999,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,74.97,74.3036,72.9708,71.638,69.972,67.97279999999999,66.64,65.3072,65.3072,65.3072,65.9736,65.9736,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.3048,72.6376,73.304,74.97,75.6364,76.9692,77.6356,79.968,80.6344,81.3008,81.9672,82.3004,82.96679999999999,83.6332,83.6332,84.966,85.6324,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.6284,96.628,98.6272,98.96039999999999,98.96039999999999,100.2932,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,103.292,103.9584,105.2912,105.6244,106.2908,107.6236,107.9568,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.6228,110.2892,110.2892,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,115.2872,115.9536,115.9536,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.9528,117.9528,118.286,118.9524,120.2852,120.9516,121.9512,121.9512,121.2848,120.9516,120.2852,120.2852,120.9516,121.2848,121.9512,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.6176,121.9512,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,121.2848,122.2844,122.9508,123.28399999999999,124.28359999999999,125.2832,125.6164,125.6164,125.6164,124.95,124.6168,123.28399999999999,122.9508,120.6184,119.952,118.9524,118.286,118.286,118.286,118.9524,118.9524,118.286,117.6196,117.2864,115.2872,113.288,111.2888,109.2896,106.9572,105.6244,104.6248,104.6248,104.958],[12.9948,12.3284,12.3284,11.661999999999999,11.3288,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,10.6624,11.3288,11.9952,12.6616,12.6616,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,16.3268,16.3268,16.993199999999998,17.6596,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,23.6572,24.6568,25.9896,26.656,27.3224,28.322,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,45.3152,46.3148,47.6476,48.314,49.6468,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,63.9744,63.308,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,60.3092,60.3092,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.9756,60.3092,60.3092,60.3092,60.3092,59.6428,59.6428,60.3092,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.97279999999999,67.97279999999999,68.6392,69.3056,70.6384,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.9676,81.634,81.634,82.3004,83.6332,84.2996,85.6324,86.9652,89.2976,90.6304,91.63,92.2964,91.9632,91.9632,91.63,91.63,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.63,91.63,91.63,91.63,91.2968,91.2968,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.9624,94.6288,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.2932,99.6268,99.6268,99.6268,100.2932,101.626,101.626,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.958,104.958,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.9564,109.956,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,111.2888,112.2884,114.2876,115.9536,118.286,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,126.9492,126.9492,127.9488,128.6152,128.9484,128.9484,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,133.28,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.6116,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.2776,139.2776,139.2776,139.944,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,142.6096,142.6096,142.9428,143.6092,143.9424,144.2756,144.2756,144.942,144.942,144.942,144.942,144.942,144.942,144.942,144.942,144.942,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,144.2756,143.9424,143.9424,143.9424,142.9428,142.6096,142.6096,141.9432,140.9436,140.6104,139.944,139.6108,139.2776,138.6112,138.278,137.9448,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,138.6112,137.6116,137.2784,137.2784,136.612,135.2792,135.2792,134.946,134.946,133.6132,132.9468,131.9472,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,129.948,129.6148,129.6148,128.6152,127.9488,127.6156,126.616,126.2828,124.95,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.2844,120.6184,119.952,119.6188,118.9524,118.286,117.9528,116.9532,115.9536,114.954,114.2876,113.6212,113.288,111.622,110.9556,110.2892,109.956,108.9564,108.28999999999999,107.9568,107.6236,106.9572,105.9576,105.6244,104.6248,103.62519999999999,102.6256,101.2928,100.2932,98.96039999999999,98.6272,97.96079999999999,96.9612,96.2948,95.6284,94.962,93.9624,93.9624,93.6292,93.6292,92.2964,90.9636,90.6304,89.2976,88.9644,88.63119999999999,88.298,87.6316,86.9652,86.9652,85.9656,85.9656,85.6324,83.6332,82.96679999999999,81.634,80.9676,79.968,78.6352,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,77.3024,76.636,74.3036,72.9708,72.3044,70.9716,68.6392,67.3064,65.9736,65.3072,65.3072,65.3072,65.9736,65.9736,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.9712,72.6376,73.9704,74.97,76.3028,76.9692,78.30199999999999,80.6344,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.966,85.6324,85.6324,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,96.2948,97.2944,98.6272,98.6272,98.96039999999999,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,103.292,103.62519999999999,104.958,105.2912,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.9556,111.2888,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,114.2876,114.2876,114.954,115.2872,115.2872,115.9536,116.62,116.62,117.2864,117.6196,117.6196,117.9528,117.9528,118.286,119.6188,120.2852,120.9516,121.9512,121.2848,120.9516,120.2852,119.952,119.952,120.9516,120.9516,121.2848,121.9512,121.9512,122.6176,122.9508,122.9508,122.9508,122.9508,122.6176,121.9512,121.2848,121.2848,121.2848,121.2848,120.6184,120.9516,120.2852,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.952,120.6184,121.618,122.9508,123.9504,124.28359999999999,124.95,125.2832,125.6164,125.6164,124.95,124.95,124.6168,123.28399999999999,122.6176,120.6184,119.6188,118.9524,118.286,117.9528,117.9528,118.286,118.286,117.6196,117.2864,116.62,115.9536,113.6212,111.9552,109.956,107.6236,105.6244,104.6248,104.6248,104.6248],[11.9952,11.9952,11.3288,11.3288,10.6624,10.6624,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,12.9948,12.9948,13.6612,13.6612,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,15.3272,15.9936,15.9936,16.66,17.3264,18.326,18.9924,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,24.3236,25.6564,26.3228,26.9892,28.322,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,40.3172,40.9836,40.9836,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,45.3152,46.3148,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,64.974,64.974,65.6404,66.3068,66.9732,67.6396,67.97279999999999,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,68.9724,68.306,68.306,68.306,68.306,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,62.3084,62.3084,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.9764,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,59.6428,60.6424,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.9744,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.6388,70.3052,70.3052,70.9716,71.3048,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,80.3012,80.9676,81.634,82.3004,82.96679999999999,84.2996,85.2992,87.2984,88.63119999999999,90.6304,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.6296,93.29599999999999,93.6292,94.962,96.2948,96.628,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.2936,99.6268,100.2932,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.9556,111.9552,113.95439999999999,116.2868,118.61919999999999,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.6156,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.9472,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,133.28,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,135.6124,135.6124,135.6124,136.2788,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,141.2768,141.2768,141.2768,141.2768,141.2768,141.9432,141.9432,142.9428,142.9428,143.276,143.9424,144.6088,144.6088,144.942,144.942,145.9416,145.9416,145.2752,145.2752,144.942,144.942,144.2756,144.2756,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.2752,144.942,144.2756,144.2756,143.276,143.276,142.9428,142.2764,141.9432,141.2768,140.9436,140.6104,139.944,139.2776,139.2776,138.6112,138.6112,138.6112,139.6108,139.6108,138.6112,138.6112,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,139.6108,138.6112,137.9448,137.6116,137.2784,136.612,136.2788,136.2788,134.946,134.946,134.2796,133.6132,132.9468,132.6136,132.2804,131.9472,131.9472,130.9476,130.9476,130.6144,129.6148,129.2816,128.6152,127.9488,127.6156,127.6156,126.2828,125.6164,125.2832,125.2832,123.9504,123.9504,122.6176,122.6176,120.6184,119.2856,118.9524,118.286,117.6196,117.2864,116.62,115.6204,114.954,114.2876,113.288,112.6216,111.622,110.9556,110.2892,108.9564,108.9564,107.9568,107.6236,106.9572,106.624,105.6244,104.6248,103.9584,102.6256,101.9592,100.6264,100.2932,98.96039999999999,98.294,97.96079999999999,96.9612,95.9616,95.6284,93.6292,93.29599999999999,92.6296,92.6296,91.63,90.6304,89.964,88.9644,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,85.6324,84.966,84.966,84.2996,82.96679999999999,82.3004,81.634,80.9676,79.968,78.6352,77.6356,77.6356,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.3028,75.6364,74.97,73.63719999999999,72.3044,70.6384,69.3056,67.97279999999999,66.3068,65.6404,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,65.6404,66.3068,66.3068,67.3064,67.97279999999999,68.6392,69.972,71.3048,71.9712,72.9708,74.3036,74.97,76.3028,77.6356,79.6348,80.9676,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,86.632,86.632,86.9652,86.9652,86.9652,86.9652,86.9652,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.2976,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.6284,96.2948,97.2944,98.6272,98.96039999999999,100.2932,100.6264,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.626,102.2924,103.292,103.9584,104.6248,105.6244,105.9576,106.2908,106.2908,107.2904,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,109.6228,110.2892,110.9556,111.2888,110.9556,111.622,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.954,115.9536,116.62,117.6196,117.6196,117.6196,117.6196,117.9528,118.9524,119.952,120.6184,120.6184,120.6184,119.6188,118.9524,118.9524,118.9524,119.952,120.2852,120.2852,120.6184,120.2852,121.9512,122.9508,122.9508,121.618,121.618,122.2844,122.2844,121.618,121.2848,121.2848,120.2852,119.952,120.2852,120.2852,119.952,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,121.2848,121.618,123.28399999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.95,124.95,124.28359999999999,123.9504,122.6176,121.9512,119.952,119.6188,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,116.9532,116.62,115.6204,113.6212,112.2884,109.956,107.9568,105.9576,104.6248,103.9584,103.9584],[11.9952,11.9952,11.3288,11.3288,10.6624,10.6624,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,12.3284,12.9948,12.9948,13.6612,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,15.3272,15.9936,15.9936,16.66,17.6596,18.326,18.9924,19.6588,20.3252,21.658,22.9908,23.6572,24.3236,24.99,25.6564,26.3228,27.6556,28.322,28.9884,29.654799999999998,30.6544,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,39.984,40.9836,40.9836,41.65,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,45.3152,46.3148,46.9812,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.3124,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,53.312,53.9784,53.9784,53.9784,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,64.974,64.974,65.6404,66.9732,67.6396,67.6396,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.6408,63.9744,63.9744,63.9744,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,60.3092,59.6428,58.9764,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,60.3092,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,62.6416,62.6416,62.6416,63.308,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,80.3012,80.3012,80.9676,81.634,82.3004,83.6332,84.6328,86.2988,87.9648,89.964,90.9636,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.6296,93.29599999999999,93.6292,94.962,96.2948,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,99.6268,100.2932,101.2928,101.626,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,110.2892,111.9552,114.2876,116.2868,118.61919999999999,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,127.6156,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,133.28,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,136.2788,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.2768,141.2768,141.2768,141.2768,141.2768,141.2768,141.9432,141.9432,142.9428,143.276,143.9424,143.9424,144.6088,144.6088,144.942,144.942,145.9416,145.9416,145.2752,145.2752,144.942,144.942,144.2756,144.2756,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.2752,144.942,144.942,144.2756,143.9424,143.276,143.276,142.9428,142.6096,141.9432,141.60999999999999,140.9436,140.2772,139.944,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,139.944,139.944,139.6108,139.2776,138.6112,137.6116,137.2784,137.2784,136.612,136.2788,135.6124,134.946,134.2796,134.2796,133.6132,132.9468,132.9468,132.2804,132.2804,131.614,131.614,131.2808,130.2812,129.6148,129.2816,128.6152,127.9488,127.6156,126.2828,126.2828,125.6164,125.2832,123.9504,123.9504,122.6176,121.618,119.952,118.9524,118.286,117.6196,117.6196,117.2864,115.9536,115.2872,114.2876,113.6212,112.6216,111.9552,111.2888,110.2892,109.6228,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.2912,104.2916,103.292,101.9592,101.2928,100.2932,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,95.6284,94.2956,93.29599999999999,91.2968,90.6304,89.964,89.964,88.9644,88.298,87.2984,86.632,86.632,86.2988,86.2988,86.2988,85.6324,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.9676,80.3012,79.3016,78.6352,77.6356,77.6356,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.3036,72.9708,71.638,70.6384,69.3056,67.97279999999999,66.3068,65.6404,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,65.6404,66.3068,67.3064,67.97279999999999,68.6392,69.972,71.3048,71.9712,72.9708,73.63719999999999,74.97,76.3028,77.6356,79.6348,80.9676,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,86.632,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,95.9616,96.628,97.6276,98.294,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,102.2924,103.62519999999999,104.6248,105.2912,105.2912,105.6244,106.624,106.624,106.624,106.624,105.9576,106.2908,106.9572,107.2904,107.9568,107.9568,108.6232,109.956,109.6228,109.956,110.2892,110.9556,110.9556,110.9556,111.2888,111.9552,111.9552,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,116.9532,117.6196,117.6196,117.9528,119.2856,119.952,119.952,119.952,118.9524,118.286,118.286,118.286,118.9524,119.952,119.952,119.952,120.2852,120.9516,122.2844,122.9508,122.2844,121.618,122.2844,122.2844,121.618,121.2848,120.2852,120.2852,120.2852,119.6188,119.6188,119.952,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.618,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.95,124.95,124.28359999999999,123.28399999999999,122.6176,121.2848,119.6188,118.61919999999999,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,116.9532,116.9532,116.2868,115.6204,113.6212,112.2884,110.2892,108.28999999999999,106.2908,104.958,103.9584,103.9584],[11.9952,11.9952,11.3288,11.3288,10.6624,10.6624,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,9.996,10.6624,11.3288,12.3284,12.3284,12.9948,13.6612,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,16.66,17.6596,18.326,18.9924,19.6588,20.3252,21.658,22.3244,23.6572,24.3236,24.99,25.6564,26.3228,27.6556,28.322,28.9884,29.654799999999998,30.6544,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,39.984,40.9836,40.9836,41.65,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,45.3152,46.3148,46.9812,47.6476,48.980399999999996,50.3132,50.9796,51.646,51.646,51.646,51.646,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,64.974,64.974,65.6404,66.9732,67.6396,68.306,68.6392,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,65.9736,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,63.308,62.6416,61.9752,61.3088,61.3088,60.9756,60.3092,60.3092,59.6428,58.9764,58.9764,58.31,57.6436,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,60.3092,61.3088,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.6348,80.3012,80.3012,80.9676,82.3004,83.6332,85.2992,86.632,88.63119999999999,89.964,90.9636,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.6296,93.29599999999999,93.9624,95.6284,96.2948,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,101.2928,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,106.624,106.624,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,110.2892,111.9552,114.2876,116.62,118.9524,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,133.28,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,136.2788,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.2768,141.2768,141.2768,141.2768,141.2768,141.2768,141.9432,141.9432,142.9428,143.276,143.9424,143.9424,144.6088,144.6088,144.942,144.942,145.9416,145.9416,145.2752,145.2752,144.942,144.942,144.2756,144.2756,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,144.942,144.942,144.942,144.942,143.9424,143.9424,143.9424,143.276,142.9428,142.6096,142.2764,141.60999999999999,140.9436,140.2772,140.6104,140.2772,140.6104,140.6104,140.2772,140.2772,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,140.9436,139.944,139.944,139.2776,139.6108,138.9444,137.9448,137.6116,137.6116,136.612,136.612,135.6124,135.2792,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,132.6136,132.2804,131.2808,131.614,130.2812,129.948,129.6148,128.9484,128.6152,127.6156,126.2828,126.2828,125.6164,125.2832,123.9504,123.9504,122.6176,120.9516,119.6188,118.9524,117.6196,117.2864,116.62,116.2868,115.6204,114.6208,113.288,112.2884,111.622,110.6224,110.2892,109.2896,108.9564,107.9568,107.6236,106.9572,106.2908,105.9576,104.958,103.9584,103.292,102.2924,101.2928,100.2932,98.96039999999999,97.96079999999999,96.628,96.2948,95.6284,94.962,93.9624,93.29599999999999,91.2968,90.2972,89.6308,89.2976,88.298,87.2984,86.632,85.2992,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,77.6356,77.6356,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.3044,70.9716,69.3056,68.6392,67.3064,66.64,65.6404,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,65.6404,66.3068,67.3064,67.97279999999999,68.6392,69.972,70.6384,71.3048,72.3044,72.9708,74.3036,75.6364,76.9692,78.9684,80.9676,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,96.628,97.6276,97.96079999999999,98.294,98.294,98.294,98.96039999999999,99.6268,99.6268,98.96039999999999,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,103.292,103.62519999999999,104.2916,104.2916,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,109.2896,109.2896,110.2892,110.2892,110.2892,110.2892,111.2888,111.9552,112.2884,113.288,114.6208,115.2872,115.6204,115.9536,116.62,117.2864,118.286,118.9524,119.2856,118.61919999999999,117.9528,117.6196,117.2864,117.2864,118.9524,119.6188,119.952,119.952,120.2852,120.9516,122.6176,123.28399999999999,122.6176,122.2844,121.9512,121.9512,121.2848,121.2848,120.2852,119.952,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.618,121.618,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,123.9504,122.6176,121.9512,120.2852,119.6188,118.61919999999999,117.9528,117.9528,117.6196,117.6196,116.9532,116.9532,116.9532,116.62,116.2868,115.6204,113.6212,112.95479999999999,110.6224,108.28999999999999,106.9572,105.6244,104.6248,104.6248],[11.9952,11.9952,11.3288,11.3288,10.6624,10.6624,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,9.996,10.6624,11.661999999999999,12.3284,12.3284,12.9948,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,16.993199999999998,17.6596,18.326,18.9924,19.6588,20.9916,22.3244,22.9908,23.6572,24.3236,24.99,25.6564,27.6556,28.322,28.9884,29.654799999999998,30.6544,31.3208,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,39.984,40.9836,40.9836,41.65,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.6484,46.3148,47.6476,48.314,49.6468,50.3132,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,64.974,64.974,65.6404,66.9732,67.6396,68.306,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,66.9732,66.64,65.9736,65.9736,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,63.308,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.31,58.6432,59.309599999999996,58.9764,59.6428,60.3092,60.9756,61.9752,62.6416,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,63.9744,63.308,63.308,63.308,63.308,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,63.6412,63.6412,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.6348,80.3012,80.3012,80.9676,82.3004,83.6332,85.2992,86.632,88.63119999999999,90.2972,91.63,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.6296,93.29599999999999,94.6288,95.6284,96.9612,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.6264,101.626,102.2924,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.6244,106.624,106.624,106.624,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,110.2892,112.2884,114.2876,117.2864,119.2856,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,133.28,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,136.2788,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,141.2768,141.2768,141.2768,141.2768,141.2768,141.2768,141.9432,141.9432,142.9428,143.276,143.9424,144.2756,144.6088,144.942,144.942,144.942,145.9416,145.9416,145.2752,145.2752,145.2752,144.942,144.942,144.2756,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,144.942,144.942,144.942,144.942,143.9424,143.9424,143.9424,143.9424,143.6092,142.9428,142.6096,142.2764,142.2764,141.60999999999999,141.60999999999999,141.2768,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.2768,141.2768,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.2772,139.944,139.944,139.6108,138.9444,137.9448,137.9448,137.6116,136.612,136.612,135.6124,135.2792,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,132.6136,132.2804,131.2808,131.614,130.2812,129.948,129.6148,128.9484,128.6152,127.6156,126.616,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.2844,121.2848,119.2856,118.286,117.2864,116.62,115.9536,115.6204,114.6208,113.6212,112.95479999999999,111.2888,110.9556,109.6228,109.2896,108.28999999999999,107.9568,106.9572,106.9572,106.2908,105.9576,104.6248,104.6248,103.292,102.6256,101.626,100.2932,98.96039999999999,97.96079999999999,96.628,96.2948,95.2952,94.6288,93.9624,93.29599999999999,91.63,90.2972,89.6308,88.63119999999999,87.6316,87.2984,86.9652,84.966,83.6332,83.6332,82.96679999999999,82.3004,82.3004,82.3004,81.634,81.634,81.634,80.9676,80.9676,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.3044,71.638,69.972,69.3056,67.97279999999999,67.3064,65.9736,65.3072,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,67.3064,67.97279999999999,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.97,76.9692,78.9684,80.9676,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.2992,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,96.2948,96.9612,97.6276,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.6264,101.9592,102.6256,103.292,103.9584,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,103.9584,103.9584,104.958,105.6244,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,108.6232,108.6232,108.6232,108.6232,109.6228,109.956,110.9556,111.2888,112.2884,112.95479999999999,113.6212,114.2876,114.954,115.9536,116.62,117.6196,117.6196,117.6196,116.62,116.62,116.62,116.62,118.286,118.9524,119.6188,119.952,120.2852,120.9516,122.6176,122.9508,122.6176,122.6176,122.6176,121.9512,121.2848,120.2852,119.952,119.2856,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,120.2852,120.9516,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,123.9504,124.6168,123.9504,123.28399999999999,122.6176,121.2848,119.6188,118.61919999999999,118.61919999999999,117.9528,117.9528,117.6196,117.6196,116.9532,116.9532,115.9536,115.9536,115.6204,114.954,113.6212,112.95479999999999,110.9556,108.9564,107.6236,105.9576,105.6244,104.958],[11.9952,11.9952,11.3288,11.3288,10.6624,10.6624,9.996,9.996,8.9964,8.9964,8.9964,8.9964,8.9964,8.9964,8.9964,8.9964,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.33,9.3296,9.3296,9.996,10.6624,10.6624,11.3288,11.9952,12.6616,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.3268,16.993199999999998,17.6596,18.326,18.9924,19.6588,20.9916,21.658,22.9908,23.6572,24.3236,24.99,26.9892,27.6556,28.322,28.9884,29.988,30.6544,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,39.984,40.9836,40.9836,41.65,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,61.9752,62.6416,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,64.974,64.974,65.6404,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.6388,68.9724,68.9724,68.306,67.6396,67.97279999999999,67.3064,66.64,65.9736,65.9736,65.3072,64.974,64.6408,63.9744,63.9744,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.9752,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,67.97279999999999,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,67.3064,66.64,66.64,66.64,66.64,65.6404,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.9744,63.308,63.308,63.308,63.6412,63.6412,63.308,63.308,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.6392,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,80.3012,80.3012,80.9676,81.634,82.96679999999999,83.9664,85.2992,86.632,88.9644,90.9636,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.2964,92.2964,91.63,91.63,91.63,91.63,91.9632,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,93.6292,94.6288,95.9616,97.2944,97.6276,97.6276,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.6264,100.6264,101.626,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,110.9556,112.2884,114.2876,117.2864,119.6188,120.6184,120.9516,121.2848,121.618,121.618,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.9472,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.28,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,136.2788,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.9428,143.276,143.9424,144.2756,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,145.2752,145.2752,144.942,144.942,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,144.942,144.942,144.942,144.942,143.9424,143.9424,143.276,143.276,143.276,142.6096,142.6096,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.2772,140.6104,139.944,139.6108,138.9444,138.9444,137.9448,137.6116,136.612,136.612,136.2788,135.2792,134.946,134.946,134.2796,134.2796,133.28,133.28,132.9468,132.2804,131.2808,131.614,130.9476,130.6144,129.6148,128.9484,128.6152,127.9488,126.9492,126.2828,125.6164,124.6168,123.28399999999999,122.9508,121.9512,120.6184,118.9524,117.6196,117.2864,116.62,115.9536,115.2872,114.2876,113.288,111.9552,110.9556,109.956,109.2896,107.9568,106.9572,106.2908,105.9576,105.6244,104.958,104.6248,103.292,101.9592,101.2928,100.9596,99.6268,98.294,97.2944,96.628,94.962,94.6288,93.29599999999999,92.9628,92.2964,91.63,90.2972,89.2976,88.63119999999999,87.6316,86.9652,86.9652,85.6324,84.2996,82.96679999999999,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,70.9716,69.6388,68.6392,67.97279999999999,66.64,65.9736,65.3072,64.6408,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.638,72.3044,72.3044,72.9708,74.3036,76.3028,77.6356,78.9684,81.3008,81.9672,82.96679999999999,84.2996,84.2996,85.6324,85.2992,86.632,86.632,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,94.6288,94.962,95.6284,95.6284,96.2948,96.2948,95.9616,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.96,100.6264,101.9592,102.2924,102.9588,102.9588,102.9588,102.9588,102.9588,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,104.958,104.958,104.958,104.958,104.958,105.6244,106.2908,106.624,106.2908,106.2908,107.6236,107.6236,108.28999999999999,109.2896,109.956,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,114.2876,115.2872,115.9536,116.62,115.9536,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,118.9524,119.6188,120.6184,121.2848,121.618,122.2844,121.9512,121.9512,121.618,120.2852,119.952,119.6188,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.61919999999999,118.9524,119.6188,120.2852,120.9516,121.2848,121.9512,122.2844,123.28399999999999,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,122.2844,121.9512,119.952,118.9524,118.286,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,114.954,113.6212,112.95479999999999,110.9556,110.2892,108.6232,107.2904,105.9576,105.6244],[11.9952,11.9952,11.3288,11.3288,10.6624,10.6624,9.996,9.996,8.9964,8.9964,8.9964,8.9964,8.9964,8.9964,8.9964,8.9964,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.6632,9.3296,9.3296,9.996,9.996,10.6624,11.3288,11.9952,13.328,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,15.3272,15.6604,16.3268,16.993199999999998,17.6596,18.326,18.9924,20.3252,20.9916,22.3244,22.9908,23.6572,24.3236,26.3228,26.9892,27.6556,28.322,29.3216,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,35.3192,35.9856,36.652,37.9848,38.6512,39.3176,39.984,39.984,40.9836,40.9836,41.65,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,61.9752,61.9752,63.308,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.3064,66.64,66.64,66.3068,65.6404,65.6404,64.974,63.9744,63.308,63.308,62.3084,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,62.6416,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.3072,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.9676,80.9676,81.634,82.96679999999999,83.6332,84.6328,86.632,88.298,90.2972,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.2964,92.2964,92.2964,91.63,91.63,92.2964,92.6296,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,92.2964,93.6292,94.962,96.628,97.2944,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.6264,100.6264,101.2928,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,110.9556,112.95479999999999,114.954,117.2864,119.6188,120.6184,120.9516,121.2848,121.618,121.618,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.9472,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.9464,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,136.2788,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,143.276,143.9424,144.2756,144.2756,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,145.2752,145.2752,144.942,144.942,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,144.942,144.942,144.942,144.942,143.9424,143.9424,143.9424,143.276,143.276,143.276,143.276,142.9428,142.6096,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.2772,139.944,139.944,139.6108,138.9444,138.6112,137.9448,137.6116,136.612,136.612,136.2788,135.2792,134.946,134.2796,134.2796,133.6132,133.28,133.28,132.9468,132.2804,131.2808,130.9476,130.6144,129.948,128.9484,128.9484,128.6152,127.9488,127.6156,126.2828,125.6164,124.6168,123.28399999999999,122.2844,121.2848,119.952,118.286,117.2864,116.62,115.6204,115.6204,114.6208,113.6212,112.2884,110.9556,109.956,108.9564,108.28999999999999,106.9572,105.9576,105.6244,104.6248,104.6248,103.62519999999999,103.292,101.9592,100.6264,100.2932,99.6268,97.96079999999999,96.628,95.6284,95.2952,93.9624,93.29599999999999,92.9628,92.2964,90.9636,90.2972,89.964,88.298,87.9648,87.2984,86.2988,85.6324,84.966,83.6332,82.3004,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,78.6352,78.6352,77.6356,76.9692,76.9692,76.9692,76.9692,76.3028,75.6364,75.6364,74.97,73.63719999999999,72.9708,72.3044,70.9716,69.6388,68.6392,67.3064,66.64,65.9736,65.3072,64.6408,64.6408,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.9708,72.9708,73.63719999999999,74.3036,75.6364,76.9692,78.30199999999999,79.6348,81.3008,82.96679999999999,84.2996,84.966,85.6324,85.6324,86.632,86.632,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,95.9616,96.628,97.2944,97.2944,97.2944,97.2944,98.6272,98.6272,98.96039999999999,99.6268,99.96,100.6264,101.9592,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.626,101.9592,101.9592,102.6256,102.9588,102.9588,103.62519999999999,103.292,104.2916,104.958,104.958,104.958,104.958,104.958,105.6244,105.9576,106.2908,106.9572,107.9568,108.9564,109.2896,110.2892,110.9556,111.622,112.2884,113.6212,113.95439999999999,114.6208,115.2872,114.954,114.954,115.6204,115.9536,116.62,117.2864,118.286,118.9524,120.2852,120.6184,121.618,121.618,121.618,120.9516,120.2852,119.952,119.6188,118.61919999999999,117.9528,117.2864,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,118.9524,119.6188,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,121.9512,120.9516,118.9524,117.9528,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,114.6208,113.6212,112.95479999999999,111.9552,110.2892,109.2896,107.9568,106.624,106.624],[11.9952,11.9952,11.3288,11.3288,10.6624,10.6624,9.996,9.996,8.9964,8.9964,8.9964,8.9964,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.33,7.6636,7.6636,7.6636,7.6636,8.6632,8.6632,9.3296,9.3296,9.996,10.6624,11.3288,11.9952,13.328,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.6604,16.3268,16.993199999999998,17.6596,18.326,18.9924,19.6588,20.3252,21.658,22.3244,23.6572,24.3236,25.6564,26.9892,27.6556,28.322,29.3216,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,35.3192,35.9856,36.652,37.9848,38.6512,39.3176,39.984,39.984,40.9836,40.9836,41.65,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,73.9704,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,66.9732,66.9732,66.3068,65.6404,65.3072,64.6408,63.9744,63.9744,63.9744,63.9744,63.308,63.308,62.6416,62.6416,63.308,63.9744,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,65.9736,65.3072,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,81.3008,82.3004,82.3004,83.6332,84.2996,85.6324,86.632,87.9648,89.964,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,93.29599999999999,93.6292,92.2964,92.2964,92.2964,91.9632,91.9632,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.2968,92.2964,93.9624,95.6284,96.9612,97.2944,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,101.2928,101.2928,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,111.2888,112.95479999999999,114.954,117.2864,119.6188,119.952,120.9516,121.2848,121.618,121.618,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.9472,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.9464,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,136.2788,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,143.276,143.9424,144.2756,144.2756,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,145.2752,145.2752,144.942,144.942,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,144.2756,144.2756,144.2756,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,142.9428,142.9428,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,139.944,139.6108,139.6108,138.9444,138.6112,137.9448,137.6116,136.9452,136.612,136.2788,136.2788,135.2792,134.2796,133.9464,133.9464,133.28,132.9468,132.9468,132.9468,131.9472,131.2808,130.9476,130.6144,129.948,128.9484,128.9484,128.6152,128.6152,127.6156,126.2828,125.9496,124.6168,122.9508,121.9512,120.2852,119.6188,117.6196,117.2864,115.9536,115.2872,114.6208,113.6212,113.288,111.9552,110.2892,109.6228,108.28999999999999,107.9568,106.2908,105.6244,104.958,103.62519999999999,103.62519999999999,102.6256,101.9592,101.2928,99.6268,98.294,97.6276,96.9612,95.6284,93.9624,93.29599999999999,92.9628,91.63,90.9636,90.6304,89.964,88.9644,88.298,87.6316,86.9652,85.9656,85.9656,85.2992,84.6328,83.6332,82.3004,81.3008,81.3008,80.6344,80.6344,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,78.6352,78.6352,77.6356,77.6356,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.3044,71.638,70.3052,68.6392,67.3064,67.3064,66.64,65.9736,65.3072,64.6408,64.6408,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,70.3052,71.9712,72.6376,73.304,73.9704,74.3036,74.97,74.97,75.6364,76.9692,78.30199999999999,78.9684,80.3012,82.6336,84.2996,84.966,85.6324,86.2988,86.2988,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.962,94.2956,94.2956,94.2956,94.962,94.962,96.2948,96.628,96.628,96.628,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.6264,101.2928,101.2928,101.2928,101.9592,102.6256,102.2924,102.6256,102.9588,102.9588,103.62519999999999,103.62519999999999,104.958,104.958,105.6244,106.2908,107.2904,107.9568,108.9564,109.956,109.956,110.9556,111.622,112.95479999999999,114.2876,113.6212,114.2876,114.2876,114.2876,114.954,116.62,117.2864,118.286,118.9524,119.6188,120.2852,120.6184,121.2848,120.2852,119.952,119.2856,118.9524,118.286,117.6196,116.9532,116.62,116.62,116.62,116.9532,117.6196,117.6196,117.9528,118.9524,119.6188,120.9516,121.2848,122.9508,123.28399999999999,123.6172,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,121.2848,120.9516,119.952,118.286,117.6196,117.2864,117.2864,117.2864,116.62,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,114.6208,113.6212,112.95479999999999,112.2884,110.6224,109.956,108.6232,107.2904,107.2904],[11.9952,11.3288,11.3288,10.6624,10.6624,9.996,9.996,9.3296,8.9964,8.9964,8.9964,8.9964,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.33,7.6636,7.6636,7.6636,7.6636,8.6632,8.6632,8.6632,9.3296,9.3296,9.996,10.6624,11.3288,12.6616,13.328,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,15.6604,15.6604,16.3268,16.993199999999998,17.6596,18.326,18.9924,19.6588,20.9916,21.658,22.9908,23.6572,25.6564,26.3228,27.6556,28.322,29.3216,29.988,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,39.3176,39.984,40.3172,40.9836,40.9836,41.65,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.982,44.982,45.6484,46.3148,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.6452,53.9784,54.6448,54.6448,55.3112,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.308,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,74.3036,73.9704,74.6368,74.6368,74.6368,74.97,74.97,74.97,74.97,73.9704,73.304,73.304,72.6376,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,68.306,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,64.6408,65.6404,65.6404,64.974,64.974,63.9744,63.9744,64.6408,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.3052,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.3056,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.64,66.64,66.64,66.64,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.6408,64.6408,64.974,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.9644,89.964,90.9636,92.2964,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.6292,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.2968,91.2968,90.6304,91.2968,92.2964,93.9624,95.6284,96.2948,97.2944,97.6276,97.6276,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,108.6232,108.9564,108.9564,108.9564,109.6228,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,111.2888,112.95479999999999,114.954,117.2864,119.6188,119.952,120.9516,121.2848,121.618,121.618,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.9464,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.6124,136.2788,136.2788,136.2788,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,139.2776,139.2776,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,143.276,143.9424,144.2756,144.2756,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,145.2752,145.2752,145.2752,144.942,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,144.942,144.942,144.942,144.942,144.2756,144.2756,144.2756,143.9424,143.9424,143.9424,143.276,142.9428,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.6104,139.2776,139.6108,138.9444,137.9448,137.6116,137.2784,136.612,136.612,136.2788,135.6124,135.2792,134.2796,133.9464,133.6132,133.28,132.9468,132.2804,131.9472,131.9472,130.9476,130.6144,130.9476,129.948,129.948,128.9484,128.9484,128.6152,128.6152,127.6156,126.2828,125.6164,124.6168,122.9508,121.2848,120.2852,118.9524,118.286,116.62,115.9536,114.6208,113.95439999999999,113.288,112.6216,111.2888,109.956,108.9564,107.9568,106.9572,105.9576,104.6248,103.9584,102.6256,102.2924,101.9592,101.2928,99.96,98.294,97.6276,96.9612,95.6284,93.9624,93.29599999999999,92.2964,91.2968,90.6304,89.964,89.964,88.63119999999999,88.298,87.9648,86.9652,85.9656,85.9656,85.2992,85.2992,84.6328,83.6332,82.96679999999999,81.634,80.6344,80.6344,80.6344,79.6348,79.6348,78.9684,78.9684,78.9684,78.30199999999999,78.6352,77.6356,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,71.638,70.3052,69.6388,67.97279999999999,67.3064,66.64,65.9736,65.3072,65.3072,64.6408,64.6408,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.3056,69.972,71.3048,71.9712,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,79.6348,80.3012,81.634,83.3,84.2996,85.6324,86.2988,86.2988,86.632,86.632,86.632,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,94.2956,94.2956,94.2956,94.2956,94.962,95.6284,95.6284,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,99.96,99.96,99.96,99.96,99.6268,99.6268,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.96,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.9584,104.6248,105.2912,105.9576,106.9572,107.9568,108.6232,109.956,110.9556,111.622,112.6216,113.95439999999999,113.6212,113.6212,114.2876,114.2876,115.9536,116.62,117.6196,118.286,118.9524,118.9524,119.6188,120.2852,119.6188,118.9524,118.61919999999999,117.6196,117.2864,116.62,116.62,115.9536,115.9536,115.9536,116.9532,116.9532,117.6196,117.9528,118.9524,119.6188,120.9516,121.9512,122.9508,123.28399999999999,124.28359999999999,124.95,124.6168,123.9504,123.6172,123.28399999999999,122.2844,121.2848,121.2848,120.9516,120.2852,118.9524,117.9528,117.6196,117.2864,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,110.2892,108.9564,107.9568,107.6236],[11.3288,11.3288,10.6624,10.6624,9.996,9.996,9.3296,9.3296,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,8.6632,8.6632,9.3296,9.996,9.996,10.6624,11.3288,11.9952,11.9952,12.6616,12.9948,12.9948,13.6612,13.6612,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.9944,14.6608,15.3272,15.3272,15.9936,16.66,16.993199999999998,17.6596,18.9924,19.6588,20.9916,21.658,22.3244,23.6572,24.3236,25.6564,26.3228,28.322,28.9884,29.654799999999998,30.3212,31.654,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.9848,38.6512,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.304,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.3052,69.6388,68.9724,67.6396,66.9732,66.3068,66.3068,66.3068,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708,72.3044,71.638,71.638,71.638,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.3072,65.9736,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,76.3028,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,80.3012,81.634,81.9672,83.6332,85.6324,86.9652,88.298,89.2976,91.2968,91.63,92.6296,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,93.6292,93.29599999999999,92.6296,91.9632,91.9632,91.9632,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,93.6292,94.6288,95.6284,95.9616,96.628,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,100.2932,100.6264,101.2928,102.2924,102.2924,102.2924,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,105.6244,105.9576,106.624,106.624,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,111.2888,112.2884,112.95479999999999,114.954,117.2864,119.6188,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.2812,130.2812,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.946,136.2788,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.9448,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.9428,143.276,143.276,143.9424,144.942,144.942,145.6084,145.6084,146.2748,146.2748,146.9412,147.27439999999999,146.608,146.608,146.2748,146.2748,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,146.608,146.608,146.608,146.608,146.2748,146.2748,146.2748,146.2748,145.6084,145.6084,145.6084,145.6084,144.942,144.942,145.2752,145.2752,145.2752,145.2752,145.2752,144.942,143.9424,143.9424,143.276,143.276,142.9428,142.9428,141.9432,141.60999999999999,140.9436,140.2772,140.2772,139.944,139.6108,138.6112,138.6112,137.9448,137.2784,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.2796,133.6132,132.9468,132.6136,132.6136,131.9472,131.614,130.9476,130.9476,130.6144,130.6144,129.948,129.948,129.2816,129.2816,129.2816,128.9484,127.9488,127.6156,126.2828,125.6164,124.28359999999999,122.9508,121.2848,119.952,118.61919999999999,117.6196,116.2868,115.6204,114.2876,113.6212,112.95479999999999,111.622,110.2892,109.956,108.28999999999999,106.9572,106.2908,104.958,103.9584,103.292,102.2924,101.9592,100.6264,99.6268,98.294,97.96079999999999,96.9612,95.6284,94.962,93.29599999999999,92.9628,91.2968,90.6304,88.63119999999999,88.63119999999999,88.298,87.9648,87.2984,86.632,86.2988,85.6324,84.966,84.966,84.2996,84.2996,83.6332,82.96679999999999,81.634,80.9676,79.968,79.968,79.6348,79.6348,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,73.304,73.304,72.6376,71.3048,70.6384,69.3056,68.6392,67.97279999999999,66.9732,66.3068,65.6404,64.974,64.974,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,70.6384,71.3048,71.9712,73.304,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,81.3008,82.3004,83.6332,84.2996,84.966,85.6324,86.9652,86.632,87.2984,87.9648,87.9648,86.9652,87.6316,87.6316,87.6316,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,95.2952,95.6284,96.2948,96.628,96.628,97.2944,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,101.626,101.626,101.626,101.626,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.6244,107.6236,107.9568,109.956,110.9556,112.2884,113.288,113.6212,113.6212,113.6212,114.2876,115.6204,115.9536,116.9532,117.6196,117.9528,117.9528,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,115.9536,115.6204,115.6204,115.2872,115.9536,115.9536,116.9532,117.6196,117.6196,117.9528,118.9524,119.952,120.9516,121.2848,122.9508,123.9504,124.95,125.6164,126.2828,125.6164,124.6168,123.6172,122.2844,120.9516,120.2852,119.6188,118.9524,118.286,117.6196,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,114.954,114.2876,114.2876,113.6212,113.288,113.288,112.2884,111.2888,110.6224,109.956,108.9564,108.6232],[11.3288,10.6624,10.6624,9.996,9.996,9.3296,9.3296,9.3296,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,11.3288,11.3288,11.9952,12.3284,12.9948,12.9948,13.6612,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.9944,13.9944,14.6608,15.3272,15.9936,15.9936,16.993199999999998,17.6596,18.326,18.9924,20.3252,20.9916,22.3244,22.9908,24.3236,24.99,26.3228,27.3224,28.322,28.9884,30.3212,30.9876,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,37.3184,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,40.3172,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,46.3148,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,75.3032,75.3032,75.6364,75.6364,76.3028,76.3028,76.636,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,74.6368,73.9704,73.9704,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,69.3056,68.6392,67.3064,67.3064,67.3064,67.6396,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.9704,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.9736,65.9736,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,82.3004,84.2996,85.9656,88.298,89.964,91.2968,92.9628,94.2956,94.962,95.2952,95.9616,95.9616,95.9616,95.2952,95.6284,95.9616,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.628,96.9612,97.6276,96.9612,96.2948,94.962,94.6288,93.6292,92.9628,92.6296,91.9632,91.9632,91.9632,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,93.6292,94.6288,95.2952,95.6284,95.9616,97.2944,97.96079999999999,98.96039999999999,99.6268,100.6264,101.2928,102.2924,102.2924,102.2924,102.2924,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.958,105.6244,105.9576,106.624,107.6236,107.6236,107.6236,107.9568,108.6232,108.6232,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,112.2884,113.288,114.954,116.62,118.9524,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.2812,130.2812,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.946,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.9448,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.9424,143.9424,144.942,144.942,145.6084,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,146.608,146.608,146.2748,146.2748,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,146.2748,146.608,146.608,146.608,146.608,146.608,146.608,146.608,146.608,146.2748,146.2748,146.2748,145.6084,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,144.6088,143.9424,143.276,143.276,142.9428,142.9428,141.9432,140.9436,140.2772,139.944,139.944,139.2776,138.6112,138.278,137.6116,137.2784,135.94559999999998,135.94559999999998,135.2792,134.946,134.946,134.2796,133.6132,132.9468,132.6136,131.9472,131.9472,130.9476,130.6144,129.948,129.948,129.6148,129.6148,128.9484,128.9484,128.6152,128.6152,128.6152,127.9488,126.9492,126.2828,125.6164,125.2832,123.28399999999999,121.9512,120.9516,119.6188,117.6196,116.62,115.2872,114.6208,113.95439999999999,112.95479999999999,111.9552,110.9556,109.6228,108.9564,107.9568,106.9572,105.6244,103.9584,102.6256,102.2924,101.9592,100.9596,99.96,98.96039999999999,97.96079999999999,97.2944,96.2948,95.2952,94.6288,93.29599999999999,92.2964,90.9636,89.964,88.63119999999999,88.298,87.9648,87.9648,86.632,86.2988,85.6324,85.6324,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.3004,80.9676,80.3012,79.968,79.968,79.6348,78.9684,78.30199999999999,77.3024,77.3024,76.636,76.3028,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.9712,70.6384,69.972,68.6392,67.97279999999999,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,65.6404,66.9732,67.6396,68.6392,69.3056,69.972,71.638,72.3044,72.9708,73.63719999999999,75.9696,76.636,78.30199999999999,78.9684,78.9684,79.6348,80.3012,80.3012,81.3008,81.9672,83.6332,84.2996,84.966,84.966,86.2988,86.9652,86.632,87.2984,87.9648,87.2984,87.2984,87.6316,87.6316,87.6316,87.6316,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.6296,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.2952,95.9616,96.2948,96.2948,96.628,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,100.2932,100.6264,101.2928,100.6264,100.2932,100.6264,100.6264,101.2928,101.9592,102.6256,103.62519999999999,104.2916,105.9576,106.9572,108.6232,109.6228,111.622,111.9552,112.95479999999999,112.95479999999999,113.288,113.288,114.6208,115.2872,115.6204,115.6204,115.9536,116.62,116.62,116.62,115.9536,115.9536,115.6204,115.2872,114.954,114.6208,114.6208,114.6208,115.6204,115.9536,116.9532,117.6196,117.6196,117.9528,118.9524,119.952,120.9516,121.2848,122.9508,123.9504,124.6168,125.6164,126.2828,125.6164,124.28359999999999,122.9508,120.9516,119.6188,119.6188,118.9524,118.286,117.9528,117.6196,117.6196,116.62,116.2868,116.62,116.62,116.62,116.62,115.9536,115.9536,114.954,114.2876,113.6212,113.6212,113.288,113.288,112.2884,111.2888,110.6224,109.956,108.9564,108.6232],[10.6624,10.6624,9.996,9.996,9.3296,9.3296,8.6632,8.6632,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.9944,13.9944,14.6608,15.3272,15.9936,15.9936,16.993199999999998,17.6596,18.326,18.9924,20.3252,20.9916,21.658,22.9908,23.6572,24.99,25.6564,27.3224,28.322,28.9884,29.654799999999998,30.3212,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,75.3032,75.3032,75.6364,75.6364,76.3028,76.3028,76.636,76.636,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,75.3032,74.6368,74.6368,74.6368,74.6368,74.6368,74.6368,73.9704,73.304,72.6376,71.9712,70.6384,69.3056,68.6392,67.97279999999999,68.6392,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,74.6368,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.306,67.6396,67.6396,66.9732,67.3064,67.3064,67.3064,67.3064,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.64,66.64,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.9692,77.6356,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,85.6324,87.9648,89.964,91.63,93.6292,94.962,96.2948,96.9612,97.2944,97.2944,96.9612,96.2948,96.2948,96.9612,96.9612,96.2948,96.9612,97.2944,97.2944,97.6276,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,96.628,96.2948,95.9616,94.2956,94.2956,93.6292,92.9628,92.9628,92.6296,91.9632,91.9632,91.9632,91.63,91.63,91.63,92.2964,92.6296,92.6296,93.6292,94.6288,95.6284,95.9616,97.2944,97.96079999999999,98.96039999999999,99.6268,100.9596,101.2928,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.958,105.6244,105.9576,106.624,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,112.95479999999999,113.288,114.954,116.62,118.9524,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.2812,130.2812,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.946,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.9448,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.9424,143.9424,144.942,144.942,145.6084,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,146.608,146.608,146.2748,146.2748,146.2748,146.2748,146.608,146.608,146.608,146.608,146.608,146.608,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.2748,146.2748,146.2748,146.2748,145.9416,145.9416,145.2752,145.2752,144.6088,143.9424,143.276,143.276,142.9428,142.2764,141.9432,140.9436,139.944,139.2776,139.6108,138.6112,138.6112,137.6116,137.6116,137.2784,135.94559999999998,135.2792,135.2792,134.946,134.2796,133.6132,133.28,132.2804,131.2808,131.2808,131.2808,130.6144,129.948,129.6148,129.6148,128.6152,127.9488,127.6156,127.6156,127.2824,127.2824,126.616,126.616,125.6164,125.2832,124.28359999999999,123.28399999999999,122.2844,121.2848,119.952,118.61919999999999,117.2864,115.9536,114.6208,114.2876,113.288,112.95479999999999,111.2888,110.2892,108.9564,108.28999999999999,107.6236,105.6244,104.958,103.9584,102.6256,102.2924,101.2928,100.9596,99.96,98.294,97.96079999999999,96.628,96.2948,95.2952,94.6288,92.9628,92.2964,90.6304,89.964,88.298,87.9648,87.9648,87.2984,86.632,86.2988,85.6324,85.6324,84.2996,83.6332,82.96679999999999,82.96679999999999,81.634,80.9676,80.9676,79.968,79.3016,78.9684,78.9684,78.9684,78.30199999999999,77.3024,76.3028,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,65.6404,66.9732,67.6396,68.6392,69.972,70.6384,71.638,72.3044,72.9708,74.3036,75.3032,76.636,78.30199999999999,78.9684,80.3012,80.9676,81.634,81.634,82.6336,83.3,83.9664,84.6328,84.966,85.6324,86.2988,86.9652,85.9656,86.632,86.632,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.6296,92.9628,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,95.9616,95.6284,96.2948,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.2932,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,101.2928,101.9592,103.292,104.2916,105.6244,107.6236,108.6232,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,115.6204,115.9536,116.9532,117.6196,117.9528,117.9528,118.9524,119.952,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,123.9504,123.28399999999999,122.2844,120.2852,119.952,118.9524,118.286,118.286,118.286,117.9528,117.6196,117.6196,116.62,116.2868,116.2868,116.2868,115.9536,115.9536,115.9536,115.9536,114.954,114.2876,113.6212,113.6212,113.288,113.288,112.6216,111.622,111.2888,109.956,109.956,109.956],[9.996,9.996,9.996,9.3296,9.3296,8.6632,8.6632,8.6632,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,10.6624,11.3288,11.661999999999999,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.9944,13.9944,14.6608,15.3272,15.9936,16.66,17.6596,17.6596,18.326,18.326,19.6588,20.9916,21.658,22.3244,23.6572,24.3236,25.6564,26.656,27.6556,28.322,29.654799999999998,30.3212,30.6544,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,36.652,37.3184,37.3184,37.9848,38.318,38.9844,38.9844,39.6508,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,75.3032,75.3032,75.6364,75.6364,76.3028,76.3028,76.636,76.636,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,74.6368,73.9704,73.304,71.9712,70.6384,69.972,69.3056,69.972,69.6388,70.3052,70.3052,69.6388,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.9704,73.9704,74.6368,74.6368,75.3032,75.3032,75.3032,75.6364,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.3044,71.638,70.9716,70.9716,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.3064,67.3064,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.9692,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,83.6332,84.966,85.6324,87.2984,87.9648,90.2972,92.2964,93.6292,95.6284,96.628,97.96079999999999,98.6272,99.2936,98.6272,97.6276,97.2944,96.9612,96.9612,96.9612,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,96.2948,95.9616,94.6288,93.9624,93.6292,93.6292,93.29599999999999,92.6296,92.6296,91.9632,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.9624,94.6288,95.6284,96.628,97.96079999999999,98.96039999999999,99.6268,100.9596,101.2928,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.9584,103.9584,104.958,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,111.9552,113.288,113.95439999999999,114.954,116.62,118.9524,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.2812,130.2812,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.946,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.9448,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.9428,143.276,143.9424,143.9424,144.2756,144.942,145.2752,145.6084,146.2748,146.2748,146.9412,147.27439999999999,147.27439999999999,146.608,146.608,146.2748,146.2748,146.2748,146.2748,146.608,146.608,146.608,146.608,146.608,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.9412,146.9412,145.9416,145.9416,145.2752,144.942,143.9424,143.9424,143.276,142.9428,142.2764,141.9432,141.2768,140.6104,139.2776,139.6108,138.9444,138.6112,137.9448,137.6116,137.2784,136.612,135.2792,135.2792,134.946,134.2796,133.6132,133.28,132.2804,131.2808,130.9476,129.948,129.948,129.6148,129.2816,128.6152,128.6152,127.9488,127.2824,126.2828,126.2828,126.2828,125.6164,125.6164,124.95,124.28359999999999,123.9504,122.9508,122.2844,120.9516,119.952,118.61919999999999,117.9528,116.62,115.6204,114.2876,113.6212,112.95479999999999,112.2884,110.9556,109.6228,108.28999999999999,107.6236,105.6244,104.6248,104.6248,103.62519999999999,102.2924,101.626,100.6264,100.2932,99.6268,97.96079999999999,97.2944,96.2948,95.2952,94.6288,93.29599999999999,92.9628,91.63,90.6304,89.2976,88.298,87.9648,87.2984,86.9652,86.2988,86.2988,85.6324,84.966,83.6332,82.96679999999999,82.96679999999999,82.3004,80.9676,80.3012,79.968,79.3016,78.9684,78.9684,78.9684,78.30199999999999,77.3024,76.636,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.6396,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.974,65.6404,66.9732,67.6396,69.3056,69.972,70.6384,72.3044,72.9708,73.63719999999999,74.3036,75.3032,76.636,78.30199999999999,78.9684,80.3012,80.9676,81.634,82.3004,83.3,83.3,83.9664,84.6328,85.6324,85.6324,86.2988,85.6324,85.9656,85.2992,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.96039999999999,99.2936,99.96,100.2932,101.2928,101.9592,103.292,104.2916,106.624,107.9568,109.956,110.9556,111.2888,111.9552,111.9552,111.9552,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,114.6208,115.6204,115.9536,116.9532,117.6196,117.9528,117.9528,118.9524,118.9524,119.6188,120.2852,120.6184,121.2848,120.9516,121.9512,121.9512,121.2848,119.952,118.9524,118.286,117.9528,117.6196,117.6196,117.9528,117.9528,117.6196,117.6196,116.62,116.2868,116.2868,116.2868,115.9536,115.9536,115.9536,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.6216,111.9552,111.2888,110.2892,109.956,109.956],[8.9964,8.9964,8.9964,8.33,8.33,7.6636,7.6636,7.6636,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,8.6632,9.6628,9.6628,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,12.9948,12.9948,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,13.328,13.328,13.328,13.9944,14.6608,15.3272,15.9936,16.66,17.6596,17.6596,18.326,18.326,18.9924,20.3252,20.9916,21.658,22.6576,23.9904,24.99,25.6564,26.9892,27.6556,28.9884,29.654799999999998,30.3212,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.9836,40.9836,41.65,42.3164,43.316,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,75.6364,74.97,73.63719999999999,72.9708,71.638,71.638,71.638,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.638,71.638,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,69.972,69.972,70.6384,70.9716,71.638,72.3044,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.9692,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,82.6336,83.6332,83.6332,84.966,86.2988,87.9648,88.63119999999999,90.9636,93.29599999999999,95.2952,95.9616,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,97.6276,97.6276,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,96.628,96.2948,95.9616,94.962,94.6288,93.9624,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,92.2964,92.2964,92.6296,93.6292,93.9624,94.6288,95.9616,96.628,98.6272,99.6268,100.6264,101.2928,102.2924,102.6256,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,103.292,103.292,103.9584,103.9584,104.6248,105.2912,105.9576,105.9576,106.2908,106.2908,106.9572,107.6236,108.28999999999999,108.6232,109.956,110.2892,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,114.954,116.62,118.61919999999999,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.2812,130.2812,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,134.2796,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,138.9444,138.9444,138.9444,138.9444,139.944,139.944,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,144.942,144.942,145.6084,146.2748,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.27439999999999,147.27439999999999,146.2748,146.2748,145.6084,145.2752,143.9424,143.9424,143.276,142.9428,141.9432,141.2768,140.6104,139.944,139.6108,138.9444,138.9444,137.9448,137.6116,137.6116,137.2784,136.2788,135.2792,134.946,134.2796,133.9464,132.9468,132.2804,131.9472,131.2808,129.948,128.6152,128.282,127.9488,127.9488,127.9488,127.6156,126.616,125.6164,124.95,124.6168,124.6168,123.9504,124.28359999999999,123.28399999999999,122.2844,122.2844,121.2848,120.6184,119.6188,118.9524,117.2864,116.62,115.2872,114.2876,112.95479999999999,112.2884,111.2888,110.9556,109.956,108.9564,106.9572,106.2908,105.6244,103.9584,102.6256,101.9592,100.6264,100.2932,99.96,98.96039999999999,98.294,97.2944,95.9616,95.6284,95.2952,93.9624,93.29599999999999,91.63,90.9636,90.6304,89.2976,88.298,87.9648,87.2984,87.2984,86.2988,85.6324,84.966,84.2996,83.6332,82.6336,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.30199999999999,78.30199999999999,77.6356,76.9692,75.6364,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,72.3044,71.638,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,68.6392,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,65.6404,66.9732,67.6396,68.9724,69.6388,70.3052,71.9712,72.6376,73.304,73.9704,74.97,75.6364,76.9692,78.30199999999999,80.3012,80.9676,81.634,82.3004,83.3,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,94.6288,94.962,94.962,95.6284,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.6272,99.2936,100.2932,100.9596,101.9592,103.9584,105.6244,107.6236,109.956,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,111.9552,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.6208,114.6208,114.954,114.954,115.6204,116.9532,117.6196,117.9528,118.286,117.6196,117.6196,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,117.6196,117.2864,116.62,116.2868,116.62,117.2864,117.6196,118.286,118.286,117.9528,117.9528,116.62,116.2868,115.6204,115.6204,115.6204,115.2872,114.954,114.954,113.6212,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.9556,110.2892,109.956],[8.9964,8.33,8.33,7.6636,7.6636,7.6636,6.9972,6.9972,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,8.6632,9.6628,9.996,9.996,9.996,9.996,9.996,10.6624,11.3288,11.3288,12.3284,12.9948,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,13.328,13.328,13.328,13.9944,14.6608,15.3272,15.9936,16.66,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,21.658,22.6576,23.323999999999998,23.9904,24.99,26.3228,26.9892,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,31.9872,32.6536,33.32,33.986399999999996,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,40.3172,40.9836,40.9836,41.65,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,76.9692,76.3028,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.636,76.636,75.9696,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.3048,70.6384,70.6384,69.972,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,69.3056,69.3056,68.6392,68.6392,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,69.972,69.972,70.6384,71.3048,71.638,72.3044,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.9692,77.6356,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.96679999999999,84.2996,85.2992,86.632,88.298,89.964,92.6296,94.6288,96.9612,97.6276,98.294,98.294,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.2944,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.294,98.294,98.294,98.294,98.294,98.294,97.6276,97.2944,96.9612,96.2948,95.9616,94.962,94.6288,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,92.2964,92.6296,92.9628,93.6292,94.2956,95.9616,97.96079999999999,98.6272,99.6268,100.6264,101.2928,101.2928,100.9596,100.9596,100.6264,101.2928,100.6264,100.6264,101.626,101.9592,102.6256,103.292,103.9584,103.9584,103.9584,104.6248,105.6244,105.9576,105.6244,106.2908,106.9572,107.6236,108.28999999999999,108.6232,109.956,110.2892,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.95439999999999,114.2876,115.6204,116.62,118.61919999999999,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.2812,130.2812,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,138.9444,138.9444,138.9444,138.9444,139.944,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,144.942,145.2752,146.2748,146.2748,147.27439999999999,147.27439999999999,147.6076,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.27439999999999,147.27439999999999,146.2748,145.6084,145.2752,145.2752,143.9424,143.276,143.276,142.9428,141.9432,141.2768,140.6104,139.944,138.9444,138.9444,137.9448,137.6116,137.6116,137.6116,137.2784,136.2788,135.2792,134.946,133.9464,133.28,132.9468,132.2804,131.2808,130.6144,129.2816,127.9488,127.6156,127.2824,126.9492,126.9492,126.616,125.6164,124.6168,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.9512,120.9516,119.952,119.952,119.6188,117.6196,117.2864,115.9536,115.2872,113.95439999999999,112.95479999999999,111.9552,111.2888,110.2892,109.956,108.9564,107.9568,105.9576,105.6244,104.6248,103.292,101.9592,100.9596,99.96,99.2936,98.294,97.96079999999999,97.6276,96.9612,95.6284,95.2952,94.6288,93.29599999999999,92.6296,91.63,90.6304,89.964,89.2976,88.298,87.9648,87.2984,87.2984,86.2988,85.6324,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,78.30199999999999,77.3024,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.638,70.6384,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.974,65.6404,66.3068,66.9732,66.3068,65.6404,64.974,64.3076,64.974,64.974,65.6404,66.9732,67.6396,68.9724,69.6388,70.3052,71.9712,73.304,73.9704,73.9704,74.97,75.6364,76.3028,77.6356,79.6348,80.3012,80.9676,81.634,82.6336,83.6332,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.2992,85.9656,85.6324,85.6324,86.2988,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.9616,95.2952,95.2952,95.2952,95.2952,95.9616,96.2948,96.9612,97.6276,98.6272,98.96039999999999,100.2932,101.2928,102.9588,104.958,106.9572,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,111.2888,111.2888,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.6208,114.6208,114.954,114.954,115.6204,116.62,116.9532,117.6196,117.2864,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,116.62,115.9536,115.2872,114.2876,114.6208,114.954,115.6204,116.62,117.2864,118.286,118.286,117.9528,117.9528,116.62,116.2868,115.6204,115.6204,115.6204,115.2872,114.954,114.2876,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.9556,109.956],[8.33,8.33,7.6636,7.6636,6.9972,6.9972,6.9972,6.9972,6.664,6.664,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.3296,9.3296,9.996,10.6624,11.3288,11.3288,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,13.328,13.328,13.328,13.9944,14.6608,15.3272,15.9936,16.66,17.6596,18.326,18.326,18.326,18.9924,19.6588,20.3252,21.658,22.6576,23.323999999999998,23.9904,24.99,26.3228,26.9892,27.6556,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,41.65,41.9832,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.3016,79.3016,78.9684,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,80.3012,80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,78.30199999999999,77.3024,76.9692,76.3028,76.3028,75.6364,74.97,74.97,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.638,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,69.972,69.6388,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,71.3048,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,79.6348,80.3012,80.6344,81.3008,82.3004,83.6332,85.2992,86.632,87.9648,90.2972,93.29599999999999,94.962,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.2944,96.9612,97.6276,97.6276,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,97.6276,98.294,97.96079999999999,96.2948,95.9616,94.962,94.2956,94.2956,94.2956,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,91.63,91.63,91.9632,91.9632,92.6296,92.9628,94.2956,95.9616,96.9612,98.294,99.2936,99.96,99.96,99.96,100.6264,100.2932,100.2932,100.6264,100.6264,101.626,101.9592,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,104.958,105.6244,105.9576,105.9576,106.624,107.2904,107.9568,108.6232,109.956,110.2892,110.9556,110.9556,111.622,111.622,111.622,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,115.6204,117.2864,118.61919999999999,119.952,120.9516,121.2848,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.2812,130.2812,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,138.9444,138.9444,138.9444,138.9444,139.944,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,144.942,145.2752,146.2748,146.2748,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.2748,145.6084,145.2752,144.6088,143.9424,143.276,142.9428,142.2764,141.2768,140.9436,140.6104,139.944,138.6112,137.9448,137.6116,137.2784,136.9452,136.9452,136.9452,136.2788,135.2792,134.946,133.9464,133.28,132.9468,132.2804,131.2808,130.6144,128.6152,127.9488,127.6156,126.616,126.2828,125.6164,125.2832,124.6168,123.28399999999999,122.6176,122.6176,121.9512,121.2848,121.2848,119.952,119.952,118.9524,118.286,117.6196,116.62,115.6204,114.954,113.95439999999999,113.288,111.622,110.9556,110.9556,109.956,109.2896,108.28999999999999,107.2904,105.6244,105.6244,103.9584,102.6256,101.9592,100.9596,99.96,98.96039999999999,97.96079999999999,97.6276,96.9612,96.2948,95.9616,94.6288,93.9624,93.6292,92.6296,92.2964,91.2968,90.6304,89.2976,88.9644,88.298,87.2984,87.2984,86.2988,85.6324,84.2996,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,77.3024,76.3028,76.3028,75.6364,74.97,73.9704,73.9704,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.638,71.638,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.3068,65.6404,64.974,64.3076,64.974,64.974,65.6404,66.9732,67.6396,68.9724,69.6388,70.9716,72.6376,73.304,73.9704,73.9704,74.97,75.6364,75.6364,76.3028,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,83.3,83.9664,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,86.2988,86.2988,86.632,86.632,87.2984,87.6316,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.6308,89.6308,90.2972,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,93.6292,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.962,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.962,95.9616,95.9616,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.2956,94.2956,94.2956,95.2952,95.9616,96.2948,96.9612,97.6276,97.6276,98.96039999999999,99.6268,101.2928,102.6256,104.2916,106.2908,107.9568,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.956,110.9556,110.9556,111.622,111.622,112.95479999999999,113.288,114.2876,114.6208,114.954,114.954,115.6204,115.6204,115.9536,116.62,116.62,116.62,115.9536,115.2872,115.2872,114.954,114.954,114.954,114.954,113.6212,113.288,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.954,116.62,117.2864,117.6196,117.6196,117.6196,116.62,115.9536,115.6204,115.2872,114.954,114.6208,114.2876,114.2876,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556],[8.33,8.33,7.6636,7.6636,6.9972,6.9972,6.9972,6.9972,6.664,6.664,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,7.9968,8.6632,9.3296,9.3296,9.3296,9.3296,9.996,9.996,10.6624,11.3288,11.661999999999999,12.3284,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,13.328,13.328,13.328,13.9944,14.6608,15.3272,16.66,17.3264,18.326,18.326,18.326,18.9924,19.6588,19.6588,20.3252,20.9916,21.9912,22.6576,23.323999999999998,24.3236,25.6564,26.3228,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.6544,31.3208,31.9872,33.32,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.6356,77.6356,76.3028,75.6364,75.6364,74.97,73.9704,73.9704,73.9704,73.304,73.304,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.9684,79.6348,79.968,80.6344,80.3012,80.3012,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.3008,81.3008,81.3008,80.6344,79.968,79.6348,78.9684,78.30199999999999,77.6356,76.9692,76.9692,75.6364,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.304,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.3052,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,76.3028,76.3028,76.9692,77.6356,78.6352,78.6352,78.9684,79.6348,79.968,80.6344,81.3008,82.3004,84.2996,85.6324,87.9648,89.2976,92.2964,94.6288,96.9612,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,97.2944,96.9612,97.6276,97.6276,96.628,96.628,96.628,96.628,97.6276,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.294,98.294,98.294,98.294,97.96079999999999,96.9612,96.2948,95.6284,94.962,94.962,94.2956,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,91.2968,91.63,91.63,92.6296,92.9628,93.9624,95.6284,96.2948,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.6264,100.6264,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,104.6248,105.6244,105.9576,105.9576,106.624,107.6236,108.6232,109.956,110.2892,110.9556,110.9556,111.622,111.622,111.622,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.2876,115.2872,116.62,117.2864,118.61919999999999,119.952,120.2852,121.2848,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.948,130.6144,130.6144,130.6144,130.2812,130.2812,130.2812,130.2812,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,134.2796,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,138.9444,138.9444,138.9444,138.9444,139.944,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,144.942,145.2752,146.2748,146.2748,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.2748,145.6084,145.2752,144.6088,143.276,143.276,142.9428,142.2764,141.2768,140.6104,139.944,138.9444,137.9448,137.6116,137.2784,137.2784,136.9452,136.2788,136.2788,135.6124,134.946,134.2796,133.28,132.9468,132.2804,131.614,130.9476,129.948,128.6152,127.6156,126.9492,125.9496,125.6164,125.2832,124.6168,123.28399999999999,122.2844,121.9512,121.9512,121.2848,120.2852,119.952,118.9524,117.9528,117.6196,117.2864,116.62,115.2872,114.954,114.2876,113.288,112.95479999999999,110.9556,110.6224,109.956,109.2896,108.9564,107.9568,106.624,105.6244,104.958,103.9584,102.6256,101.626,100.2932,99.2936,98.96039999999999,97.96079999999999,96.9612,96.9612,96.2948,95.9616,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.964,88.9644,88.298,87.2984,87.2984,86.2988,84.966,84.2996,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,77.3024,76.3028,75.6364,74.97,74.97,73.9704,73.9704,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.638,71.638,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,65.6404,66.3068,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,67.6396,68.9724,69.6388,70.9716,72.6376,73.304,73.304,73.9704,74.97,75.6364,75.6364,75.6364,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,82.6336,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,86.2988,86.2988,86.632,87.2984,87.6316,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.6308,89.6308,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,93.29599999999999,93.6292,93.9624,93.6292,93.6292,93.6292,94.2956,94.6288,94.6288,94.6288,94.6288,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.6288,94.6288,94.962,94.962,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,95.2952,95.2952,95.9616,96.2948,97.6276,97.6276,98.294,99.6268,100.6264,101.9592,104.2916,105.6244,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,109.2896,110.2892,110.9556,111.2888,111.622,112.2884,112.95479999999999,113.6212,114.6208,114.954,114.954,115.6204,115.6204,115.9536,116.62,116.2868,115.6204,115.2872,114.954,114.2876,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,111.9552,111.2888,111.2888,111.2888,112.2884,112.95479999999999,114.2876,115.2872,116.62,117.6196,117.6196,116.9532,115.9536,115.9536,115.6204,115.2872,114.954,114.6208,114.2876,113.6212,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,6.664,6.664,6.664,6.664,6.664,6.664,6.664,6.664,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,10.6624,11.3288,11.3288,11.3288,12.3284,12.3284,12.3284,12.3284,13.328,13.328,13.328,13.9944,14.6608,15.3272,16.66,17.3264,18.326,18.326,18.9924,19.6588,19.6588,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,24.3236,25.3232,25.9896,26.656,27.9888,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,40.3172,40.9836,40.9836,41.65,42.3164,42.9828,42.9828,43.9824,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.9704,74.6368,74.6368,75.3032,75.3032,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.3008,81.634,81.634,81.634,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.3008,80.6344,79.968,79.968,79.3016,78.6352,77.3024,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,71.3048,71.3048,71.638,71.638,72.3044,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,75.9696,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.968,80.6344,81.634,82.96679999999999,84.2996,86.2988,88.298,91.2968,93.9624,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,96.9612,96.9612,96.9612,96.2948,96.2948,96.628,96.628,96.628,96.628,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,97.6276,97.2944,96.628,96.2948,95.9616,95.6284,94.962,94.962,94.6288,93.6292,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,91.2968,90.6304,91.2968,91.63,91.9632,93.6292,94.6288,95.9616,96.2948,97.2944,97.96079999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.62519999999999,103.9584,104.6248,105.6244,106.624,107.6236,108.6232,109.956,110.2892,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,116.62,117.6196,119.6188,119.952,120.2852,121.2848,121.618,121.618,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.9488,127.9488,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.614,131.9472,132.2804,132.6136,132.9468,133.28,133.28,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,136.2788,136.612,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,138.9444,139.6108,139.6108,139.6108,139.944,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,145.2752,145.2752,144.6088,144.942,146.2748,146.2748,147.27439999999999,147.27439999999999,148.274,148.274,148.6072,148.6072,148.6072,148.6072,148.6072,148.6072,148.6072,148.6072,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.2748,145.9416,145.2752,144.6088,144.2756,143.6092,143.276,142.2764,140.9436,140.6104,139.6108,138.9444,137.9448,137.2784,136.9452,136.2788,136.2788,135.6124,135.6124,134.946,134.2796,133.28,132.9468,132.2804,131.9472,131.2808,130.6144,129.6148,128.6152,127.2824,126.2828,125.6164,124.6168,123.9504,123.28399999999999,122.9508,121.9512,120.2852,119.952,119.6188,118.9524,118.286,117.6196,117.6196,116.62,115.2872,114.954,114.2876,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,110.6224,109.956,109.6228,108.9564,108.28999999999999,107.2904,106.2908,105.2912,104.6248,103.292,102.6256,101.626,100.6264,99.6268,99.2936,98.294,97.2944,97.2944,96.2948,95.6284,95.2952,94.2956,93.6292,92.6296,91.63,91.2968,90.6304,89.964,89.2976,88.298,87.6316,86.9652,85.9656,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,77.3024,76.636,75.9696,74.97,74.97,74.3036,74.3036,73.304,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,68.306,69.6388,70.9716,71.9712,72.6376,73.304,73.9704,73.9704,74.6368,74.6368,75.3032,76.3028,76.9692,77.6356,78.30199999999999,79.968,80.6344,81.9672,82.6336,82.6336,83.3,83.3,83.3,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.9656,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.9624,93.9624,94.6288,95.2952,95.6284,96.9612,97.6276,98.294,98.96039999999999,100.6264,101.9592,103.62519999999999,105.2912,106.9572,107.6236,107.9568,107.9568,107.9568,107.2904,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.956,110.9556,110.9556,111.622,111.622,112.6216,113.288,113.6212,113.6212,114.6208,114.6208,114.6208,115.2872,114.954,115.2872,115.2872,114.6208,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.622,111.622,110.6224,109.956,109.956,110.6224,111.2888,111.9552,112.95479999999999,114.2876,115.6204,116.62,116.62,115.9536,115.6204,115.6204,115.2872,114.6208,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,6.664,6.664,6.664,6.664,6.664,6.664,6.664,6.664,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.3304,7.3304,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.3284,12.3284,13.328,13.328,13.328,13.328,13.9944,15.3272,16.66,17.3264,18.326,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,22.3244,22.3244,22.9908,23.6572,24.6568,25.9896,26.656,27.3224,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.654,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.6508,40.3172,40.3172,40.9836,41.65,42.3164,42.3164,42.9828,43.316,43.9824,44.6488,45.3152,46.9812,47.6476,48.314,48.314,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,78.6352,78.6352,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.6368,75.3032,75.3032,75.9696,75.9696,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.2992,85.2992,84.966,84.966,84.966,84.966,84.2996,83.9664,83.9664,83.6332,83.6332,82.3004,82.3004,82.3004,81.634,80.9676,80.3012,79.6348,78.9684,79.3016,78.30199999999999,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,77.3024,77.3024,76.636,75.9696,75.6364,75.6364,74.6368,74.6368,73.9704,73.9704,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,75.9696,75.9696,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.6352,79.3016,79.968,80.6344,82.3004,82.96679999999999,84.6328,86.632,89.2976,91.9632,94.6288,95.6284,96.2948,97.2944,96.628,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,96.628,96.628,96.628,96.628,96.9612,96.9612,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,98.6272,98.6272,98.6272,98.6272,97.6276,97.2944,96.628,96.2948,95.9616,95.6284,94.962,94.962,94.6288,94.2956,93.6292,93.29599999999999,92.6296,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,93.29599999999999,94.6288,94.962,95.9616,96.9612,97.2944,98.294,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,103.292,103.292,103.9584,104.6248,105.2912,106.624,107.6236,108.28999999999999,109.2896,109.956,110.9556,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.954,115.2872,116.62,117.6196,119.6188,119.952,120.2852,120.9516,121.618,121.618,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.9488,127.9488,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.6136,132.6136,133.28,133.28,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,136.2788,136.612,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,138.6112,139.6108,139.6108,139.6108,139.6108,139.944,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,145.2752,145.2752,144.6088,144.942,146.2748,146.2748,147.27439999999999,147.27439999999999,148.274,148.274,148.6072,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,148.6072,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.2748,145.9416,145.2752,144.6088,143.6092,143.276,142.2764,140.9436,140.6104,139.6108,138.9444,137.9448,137.2784,136.9452,136.2788,135.6124,135.6124,135.2792,134.2796,133.6132,133.28,132.2804,131.9472,131.2808,131.2808,130.6144,128.9484,127.9488,127.2824,126.2828,125.2832,124.6168,123.9504,122.9508,122.2844,120.9516,120.2852,119.6188,118.9524,118.286,117.9528,116.9532,116.62,115.9536,114.954,114.2876,113.95439999999999,112.95479999999999,112.2884,112.2884,111.622,109.956,109.956,108.6232,107.9568,107.9568,107.2904,105.9576,104.6248,103.9584,103.292,102.6256,101.626,100.6264,99.6268,99.2936,98.294,97.2944,97.2944,96.2948,94.962,94.962,93.9624,92.9628,92.6296,91.63,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.298,86.9652,85.9656,85.2992,84.2996,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,78.30199999999999,77.3024,76.636,76.636,75.6364,74.97,74.3036,74.3036,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,64.3076,64.3076,64.974,65.6404,66.9732,68.306,69.6388,70.3052,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.6368,75.6364,76.3028,76.9692,77.6356,79.3016,79.968,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,93.29599999999999,94.6288,95.2952,95.9616,96.628,97.6276,98.96039999999999,100.2932,101.2928,103.62519999999999,104.6248,105.9576,106.9572,107.2904,107.2904,107.2904,107.2904,107.9568,107.9568,108.28999999999999,108.9564,109.956,110.2892,110.9556,111.2888,111.622,112.2884,113.288,113.288,113.6212,113.6212,114.6208,114.6208,114.6208,114.6208,114.954,114.954,114.6208,114.6208,113.95439999999999,113.95439999999999,113.288,112.95479999999999,111.9552,111.2888,110.9556,110.2892,109.2896,109.2896,109.956,109.956,110.9556,111.2888,112.2884,113.6212,115.2872,115.6204,115.6204,115.9536,115.6204,115.2872,114.6208,114.2876,114.2876,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,6.664,6.664,6.664,6.664,6.664,6.664,6.664,6.664,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.3304,7.3304,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.3284,12.3284,13.328,13.328,13.328,13.328,13.9944,15.3272,16.66,17.3264,18.326,18.9924,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,22.3244,22.3244,22.9908,23.6572,24.6568,25.9896,26.656,27.3224,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,40.9836,41.65,42.3164,42.3164,43.316,43.9824,44.6488,45.3152,46.3148,47.6476,48.314,48.314,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.3032,75.9696,75.9696,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,86.632,86.632,86.632,86.632,86.632,86.632,85.9656,85.9656,85.9656,85.9656,85.2992,85.2992,85.2992,84.966,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,81.3008,80.6344,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,78.9684,78.30199999999999,77.3024,76.636,76.636,75.9696,75.9696,75.3032,75.3032,74.97,74.97,74.3036,74.3036,74.3036,74.3036,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.6356,78.6352,79.968,80.6344,81.3008,82.3004,82.96679999999999,84.966,87.6316,89.6308,91.63,92.6296,94.6288,94.6288,95.6284,96.2948,96.2948,96.2948,95.9616,96.628,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,94.6288,94.6288,93.6292,93.29599999999999,92.6296,91.63,91.63,91.63,91.2968,91.2968,91.9632,92.6296,93.6292,94.2956,95.6284,95.6284,96.2948,96.9612,98.294,99.2936,99.96,100.2932,100.6264,100.6264,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,103.292,103.9584,104.6248,105.2912,106.624,107.6236,107.9568,109.2896,110.2892,110.9556,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,116.62,117.6196,118.9524,119.6188,119.952,120.9516,121.2848,121.2848,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.9488,127.9488,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.6136,132.6136,133.28,133.28,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,136.2788,136.612,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,138.6112,139.6108,139.6108,139.6108,139.6108,139.944,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,145.2752,145.2752,144.6088,144.942,146.2748,146.2748,147.27439999999999,147.27439999999999,148.274,148.6072,149.2736,149.6068,149.6068,149.6068,149.94,149.94,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,146.9412,146.2748,145.9416,145.2752,144.6088,143.6092,143.276,142.2764,140.9436,140.6104,139.944,139.2776,137.9448,137.6116,137.2784,136.612,135.6124,135.2792,135.2792,134.6128,133.28,132.9468,132.2804,131.9472,131.2808,131.2808,130.6144,128.9484,127.9488,127.2824,126.2828,125.2832,124.28359999999999,123.6172,122.9508,122.6176,121.2848,120.2852,119.6188,118.9524,118.286,117.9528,116.9532,115.9536,115.9536,114.954,114.2876,113.6212,112.2884,111.622,111.622,110.9556,109.956,109.2896,108.6232,107.9568,107.2904,106.9572,105.6244,104.2916,103.62519999999999,102.6256,102.2924,101.2928,100.2932,99.2936,98.96039999999999,97.96079999999999,96.9612,96.9612,96.2948,95.2952,93.9624,93.6292,92.6296,92.2964,91.63,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.298,86.9652,85.9656,85.2992,84.966,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,78.30199999999999,77.3024,77.3024,76.636,75.6364,74.97,74.97,74.3036,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,63.6412,64.3076,64.6408,65.6404,66.3068,67.6396,68.9724,70.3052,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,74.3036,74.97,76.3028,76.9692,78.6352,79.3016,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.2964,92.2964,92.9628,93.6292,93.9624,95.6284,95.9616,97.6276,98.6272,100.6264,101.9592,103.62519999999999,104.2916,105.2912,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.6228,110.9556,111.2888,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,114.6208,114.6208,114.6208,114.6208,114.2876,113.95439999999999,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,112.95479999999999,111.9552,110.9556,110.6224,109.956,109.2896,109.2896,109.2896,109.956,110.9556,111.2888,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.954,114.6208,114.2876,114.2876,113.6212,112.95479999999999,112.6216,113.288,112.6216,112.2884,112.2884,112.2884,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,6.664,6.664,6.664,6.664,6.664,6.664,6.664,6.664,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.3304,7.3304,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,11.661999999999999,12.3284,12.3284,12.3284,13.328,13.328,13.328,13.328,13.9944,15.3272,16.66,17.9928,18.9924,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,22.3244,22.3244,22.9908,23.6572,24.6568,25.9896,26.656,27.3224,27.6556,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.318,38.318,38.9844,39.6508,40.3172,40.9836,41.65,42.3164,43.316,43.316,43.9824,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.2996,84.2996,85.2992,85.6324,85.6324,85.6324,86.632,86.632,86.632,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.2984,87.2984,87.2984,85.9656,85.9656,85.2992,85.2992,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,78.9684,78.30199999999999,77.3024,77.3024,76.636,76.636,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,82.3004,83.6332,85.2992,86.9652,88.9644,90.2972,90.9636,92.2964,93.29599999999999,94.6288,94.6288,95.6284,95.6284,95.9616,96.9612,97.6276,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,94.6288,94.6288,93.6292,93.29599999999999,92.6296,91.63,91.63,91.63,91.2968,91.63,91.9632,92.6296,93.6292,94.2956,95.6284,95.9616,96.9612,97.6276,98.96039999999999,99.2936,99.96,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,104.2916,104.6248,105.6244,106.624,106.9572,107.6236,109.2896,109.956,110.2892,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,116.62,117.6196,118.9524,119.6188,119.952,120.2852,121.2848,121.2848,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.9488,127.9488,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.6136,132.6136,133.28,133.28,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,136.2788,136.612,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,138.6112,139.6108,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,145.2752,145.2752,144.942,144.942,146.2748,146.9412,147.27439999999999,147.9408,148.274,148.6072,149.2736,149.6068,149.6068,149.6068,149.94,149.94,149.94,149.94,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.9404,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.27439999999999,146.9412,146.2748,145.6084,145.2752,144.2756,143.6092,142.9428,141.60999999999999,140.9436,140.6104,139.944,138.6112,137.6116,137.2784,136.612,135.6124,135.2792,135.2792,134.6128,133.28,132.9468,132.2804,131.9472,131.2808,130.9476,129.948,128.9484,127.9488,126.2828,125.6164,125.2832,124.28359999999999,123.6172,122.9508,122.6176,121.2848,119.952,119.6188,118.286,117.9528,117.2864,116.62,115.6204,115.6204,114.2876,113.6212,113.288,111.622,111.2888,111.2888,110.2892,109.2896,108.28999999999999,107.9568,107.6236,106.2908,105.9576,104.958,103.62519999999999,103.62519999999999,102.6256,102.2924,101.2928,100.2932,99.2936,98.96039999999999,97.96079999999999,96.9612,96.9612,96.2948,95.2952,93.9624,93.6292,92.6296,92.2964,91.63,91.2968,90.6304,89.964,89.6308,88.63119999999999,88.298,86.9652,85.9656,85.9656,84.966,83.6332,82.6336,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,75.6364,74.97,74.97,73.9704,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,63.6412,63.6412,63.6412,63.6412,63.9744,64.974,65.6404,66.9732,68.306,69.6388,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,75.6364,76.3028,77.6356,78.6352,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.966,84.966,85.6324,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.6292,93.9624,95.6284,95.9616,97.6276,98.96039999999999,100.6264,101.9592,102.9588,104.2916,104.6248,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,108.28999999999999,108.9564,109.956,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,110.2892,109.956,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,109.956,110.2892,111.622,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.6216,111.9552,111.9552,112.2884,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,6.664,6.664,6.664,6.664,6.664,6.664,6.664,6.664,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,8.33,8.33,8.9964,8.9964,9.996,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.661999999999999,11.661999999999999,12.3284,12.3284,13.328,13.328,12.6616,13.328,13.9944,15.3272,17.3264,17.9928,18.9924,19.6588,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,22.3244,22.3244,22.9908,23.6572,24.6568,25.9896,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.3208,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.316,43.9824,45.3152,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,74.3036,74.97,74.97,75.6364,76.9692,77.6356,78.6352,79.3016,78.9684,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,75.9696,75.9696,75.3032,75.3032,75.3032,75.3032,75.3032,75.3032,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,77.3024,77.9688,77.9688,78.6352,78.6352,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.9676,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,86.2988,85.6324,85.6324,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,88.9644,88.9644,88.9644,88.298,87.6316,87.2984,87.2984,86.632,86.632,85.9656,85.2992,84.966,83.6332,83.6332,83.6332,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.9676,81.634,82.96679999999999,84.2996,85.6324,87.6316,87.9648,89.964,91.9632,92.9628,92.9628,93.9624,94.6288,95.2952,96.2948,96.9612,97.2944,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,94.6288,94.6288,93.6292,93.29599999999999,92.2964,91.63,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.6292,94.6288,95.9616,96.9612,97.96079999999999,98.96039999999999,99.96,100.2932,100.6264,100.6264,101.2928,101.2928,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,103.292,104.2916,104.958,105.2912,105.9576,106.624,106.9572,107.6236,108.9564,109.2896,109.2896,109.956,110.9556,111.2888,111.2888,111.2888,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,114.954,115.2872,116.62,117.2864,118.61919999999999,118.9524,119.6188,119.952,120.9516,120.9516,121.2848,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.2804,132.2804,132.9468,133.28,133.28,133.9464,134.946,134.946,134.946,134.946,135.2792,135.2792,135.6124,136.2788,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,138.6112,138.6112,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.6084,145.6084,146.2748,146.608,147.27439999999999,147.9408,148.6072,148.9404,149.6068,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.2732,150.2732,150.2732,150.2732,149.94,149.94,149.94,149.94,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,147.9408,147.27439999999999,146.9412,146.2748,145.2752,144.2756,143.6092,142.9428,142.6096,141.60999999999999,140.9436,140.6104,138.6112,137.6116,137.2784,136.612,135.2792,135.2792,134.946,134.2796,133.6132,133.28,132.9468,132.2804,131.2808,130.6144,129.948,128.9484,127.9488,126.2828,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.2848,119.952,119.2856,117.9528,116.9532,116.62,115.6204,114.6208,114.6208,113.6212,113.288,112.6216,111.2888,110.2892,110.2892,109.2896,108.9564,107.9568,107.6236,106.9572,105.9576,105.6244,103.9584,103.292,103.292,102.6256,101.626,101.2928,100.2932,99.2936,98.96039999999999,97.96079999999999,96.9612,96.9612,96.2948,95.2952,93.9624,93.6292,92.6296,92.2964,91.63,91.2968,90.6304,90.6304,89.6308,88.63119999999999,88.298,87.2984,85.9656,85.9656,84.966,83.6332,82.6336,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.9684,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,63.308,62.6416,62.6416,62.6416,62.6416,63.308,64.974,66.3068,67.6396,68.306,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,76.9692,77.6356,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,85.2992,85.9656,85.9656,85.9656,86.2988,86.632,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.2992,85.2992,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,87.2984,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,93.6292,94.2956,95.9616,96.9612,97.96079999999999,98.96039999999999,99.96,100.6264,102.6256,103.62519999999999,104.958,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,108.28999999999999,108.9564,109.956,110.9556,111.2888,111.9552,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,111.9552,111.622,110.9556,109.2896,108.9564,107.6236,106.9572,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,6.664,6.664,6.664,6.664,6.664,6.664,6.664,6.664,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,8.33,8.33,8.9964,8.9964,9.996,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.661999999999999,11.661999999999999,12.3284,12.3284,13.328,13.328,12.6616,13.328,13.9944,15.3272,17.3264,18.6592,19.6588,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,22.3244,22.9908,23.6572,23.6572,24.6568,25.3232,25.9896,26.656,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,74.97,75.6364,75.6364,76.3028,77.6356,77.6356,78.6352,79.3016,79.6348,79.6348,79.6348,79.6348,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.9688,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,81.3008,81.634,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.298,88.298,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.2968,90.2972,90.2972,90.2972,90.2972,89.964,89.6308,88.9644,88.9644,88.298,88.298,87.9648,87.9648,87.2984,86.2988,86.2988,86.2988,86.2988,84.966,84.966,84.2996,82.96679999999999,82.3004,81.634,81.634,80.9676,80.9676,80.9676,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,80.9676,80.9676,81.634,82.3004,83.6332,85.6324,85.6324,87.6316,89.964,91.2968,92.2964,92.9628,93.29599999999999,94.6288,95.9616,96.9612,97.2944,97.6276,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,94.6288,93.6292,93.29599999999999,92.6296,91.63,91.63,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.6292,94.2956,94.962,96.9612,97.96079999999999,98.96039999999999,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,103.9584,104.2916,105.2912,105.2912,106.624,106.624,106.9572,107.2904,107.9568,108.28999999999999,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,114.954,114.954,115.9536,117.2864,117.9528,118.9524,119.6188,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.616,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,134.946,134.946,134.946,134.946,135.2792,135.2792,135.6124,135.6124,136.612,137.2784,137.6116,137.6116,137.9448,137.9448,138.6112,138.6112,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.6096,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.942,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.6084,145.6084,146.2748,147.27439999999999,147.9408,148.6072,148.6072,149.6068,149.6068,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.2732,150.2732,150.2732,149.94,149.94,149.94,149.94,149.2736,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,148.274,148.274,148.274,148.274,147.9408,147.9408,147.27439999999999,146.2748,145.6084,144.942,144.2756,143.276,142.9428,141.9432,141.60999999999999,140.6104,139.2776,138.278,137.6116,137.2784,135.94559999999998,135.2792,135.2792,134.946,134.2796,133.28,133.28,132.9468,131.2808,130.6144,129.948,128.282,126.9492,126.2828,124.95,124.6168,123.9504,123.28399999999999,122.9508,121.9512,120.6184,119.952,119.2856,117.9528,116.9532,115.9536,114.954,114.6208,113.95439999999999,113.288,112.6216,111.9552,111.2888,110.2892,109.6228,108.9564,108.28999999999999,106.9572,106.624,105.9576,105.6244,104.958,103.9584,103.292,103.292,102.2924,101.626,100.6264,99.6268,98.96039999999999,98.294,97.96079999999999,96.9612,96.2948,95.9616,95.2952,93.9624,93.6292,92.6296,92.2964,91.63,91.63,91.2968,90.6304,89.6308,88.63119999999999,87.9648,87.2984,85.9656,85.6324,84.2996,83.6332,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,78.9684,78.9684,78.30199999999999,78.30199999999999,76.9692,76.3028,76.3028,75.6364,74.97,74.97,74.3036,73.63719999999999,72.6376,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,63.308,62.6416,61.9752,61.9752,62.6416,62.6416,64.3076,65.6404,66.9732,67.6396,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.9692,77.6356,78.9684,79.968,80.6344,80.6344,81.3008,81.634,81.634,81.634,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,85.2992,85.2992,85.9656,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,84.966,84.966,84.966,85.6324,85.9656,85.9656,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,87.2984,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.9624,95.6284,96.628,97.6276,98.96039999999999,99.6268,99.96,101.2928,102.6256,103.62519999999999,104.6248,105.6244,105.9576,106.2908,106.9572,107.9568,108.9564,109.6228,110.2892,111.622,111.2888,111.9552,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.6224,109.2896,106.9572,105.9576,104.958,104.958,105.9576,106.624,106.9572,106.9572,107.2904,107.9568,108.28999999999999,108.9564,109.956,109.956,110.9556,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,6.664,6.664,6.664,6.664,6.664,6.664,6.664,6.664,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,8.33,8.33,8.9964,8.9964,9.996,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.661999999999999,11.661999999999999,12.3284,12.3284,13.328,13.328,12.6616,13.328,13.9944,15.3272,17.3264,18.6592,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,22.9908,22.9908,23.6572,23.6572,24.6568,25.3232,25.9896,26.656,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,31.3208,31.3208,31.3208,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,75.6364,76.3028,76.3028,76.9692,77.6356,77.6356,78.6352,79.3016,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.6348,79.6348,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.966,85.6324,85.6324,85.9656,86.9652,86.9652,86.9652,86.9652,87.6316,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,89.6308,89.6308,90.2972,90.6304,91.2968,91.2968,91.63,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,91.9632,91.9632,91.63,91.2968,91.63,91.63,90.9636,90.6304,90.6304,90.6304,89.964,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,87.6316,87.6316,87.2984,86.632,85.9656,85.2992,84.966,84.2996,83.6332,83.6332,83.6332,82.3004,82.3004,82.3004,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.9684,78.9684,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.9676,82.3004,83.3,84.966,86.2988,87.6316,89.6308,90.6304,90.9636,92.2964,93.9624,95.6284,96.9612,97.2944,97.6276,98.294,98.294,98.294,98.294,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,97.2944,96.628,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,93.9624,93.29599999999999,93.29599999999999,92.2964,91.63,91.63,91.2968,91.2968,91.63,92.2964,93.6292,93.9624,95.6284,95.9616,97.96079999999999,98.294,99.2936,100.2932,100.6264,100.6264,101.2928,101.2928,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.9584,103.9584,104.2916,104.958,105.2912,105.2912,105.2912,106.2908,106.9572,106.9572,107.2904,107.9568,108.28999999999999,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.954,114.954,115.9536,116.62,117.9528,118.9524,118.9524,119.952,120.2852,120.9516,120.9516,121.2848,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.616,126.616,126.616,126.616,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,134.946,134.946,134.946,134.946,135.2792,135.2792,135.6124,135.6124,136.612,137.2784,137.2784,137.2784,137.9448,137.9448,138.6112,138.6112,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.6096,143.9424,143.9424,143.276,143.276,143.276,143.276,143.276,143.9424,144.2756,144.2756,144.2756,144.2756,145.2752,145.2752,145.2752,145.6084,146.2748,146.9412,147.27439999999999,147.9408,148.6072,148.6072,149.6068,149.6068,149.94,150.6064,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.94,149.94,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,148.274,147.9408,147.9408,147.27439999999999,146.2748,145.6084,144.942,144.2756,143.9424,142.9428,142.6096,141.9432,140.9436,139.6108,138.6112,137.6116,137.2784,136.612,135.94559999999998,135.94559999999998,135.94559999999998,135.6124,134.946,133.9464,133.28,131.9472,130.6144,129.948,128.282,126.9492,126.2828,124.95,124.6168,123.9504,123.28399999999999,122.9508,121.9512,120.6184,119.952,118.61919999999999,117.6196,116.62,115.9536,114.954,113.95439999999999,113.95439999999999,113.288,112.6216,111.9552,110.6224,109.6228,109.6228,108.9564,108.28999999999999,106.9572,105.9576,105.6244,105.6244,104.958,103.62519999999999,102.6256,102.6256,102.2924,101.2928,100.6264,99.6268,98.96039999999999,98.294,97.2944,96.9612,96.2948,95.9616,95.2952,93.9624,93.6292,92.6296,92.2964,91.63,91.63,91.2968,90.6304,89.6308,88.63119999999999,87.9648,87.2984,85.9656,85.6324,84.2996,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,78.9684,78.9684,78.9684,78.30199999999999,77.6356,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,74.97,73.304,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,63.308,62.6416,61.9752,61.9752,61.9752,62.6416,63.308,64.974,66.3068,66.9732,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.638,71.638,72.3044,72.9708,74.3036,74.97,76.3028,76.9692,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,83.9664,83.9664,83.3,82.6336,82.6336,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,84.966,84.966,85.6324,85.6324,84.2996,83.6332,84.2996,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,87.2984,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.964,90.6304,91.2968,91.2968,91.2968,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.6296,93.29599999999999,94.2956,95.6284,96.2948,97.6276,98.294,98.96039999999999,100.9596,101.9592,103.292,104.6248,105.9576,106.624,107.6236,108.28999999999999,108.9564,109.6228,110.2892,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,110.6224,109.956,108.9564,106.9572,103.9584,102.9588,101.9592,101.9592,103.62519999999999,104.6248,105.6244,105.6244,106.9572,107.2904,107.9568,108.28999999999999,108.9564,109.2896,108.9564,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,109.2896,109.956,110.2892,110.2892,110.6224,110.6224,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,6.664,6.664,6.664,6.664,6.664,6.664,6.664,6.664,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,8.33,8.33,8.9964,8.9964,9.996,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.661999999999999,11.661999999999999,12.3284,12.3284,13.328,13.328,12.6616,13.328,13.9944,15.9936,17.3264,18.6592,20.3252,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,22.9908,22.9908,23.6572,23.6572,24.6568,25.3232,25.9896,26.656,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.9848,38.9844,39.6508,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,52.6456,52.6456,53.312,53.312,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,73.9704,74.6368,75.6364,76.3028,76.9692,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.9656,85.9656,86.9652,86.9652,86.9652,87.2984,87.6316,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.9628,92.6296,92.9628,92.6296,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,89.2976,89.2976,88.9644,88.9644,88.298,87.6316,87.2984,86.632,85.9656,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.6348,78.9684,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.3012,80.9676,81.634,82.3004,83.3,84.966,86.2988,87.6316,89.2976,89.964,91.2968,92.2964,94.2956,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.6276,97.2944,96.628,96.2948,95.9616,95.9616,95.2952,94.2956,93.6292,93.29599999999999,92.6296,92.2964,91.63,91.63,91.2968,91.63,91.63,92.2964,93.6292,93.9624,95.6284,96.9612,98.6272,98.96039999999999,99.96,99.96,100.6264,100.6264,101.2928,101.2928,101.626,101.626,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.9584,103.9584,104.958,105.2912,105.2912,105.9576,106.9572,106.9572,107.2904,107.9568,107.9568,108.28999999999999,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.9536,116.62,117.6196,118.286,118.9524,119.2856,120.2852,120.2852,120.9516,121.2848,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.616,126.616,126.616,126.616,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,129.948,130.6144,130.9476,130.9476,131.614,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,134.946,134.946,134.946,134.946,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.9448,137.9448,138.6112,138.6112,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.276,143.276,143.276,142.9428,142.9428,142.9428,143.276,143.6092,143.6092,144.2756,144.2756,145.2752,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.9408,147.9408,148.6072,148.6072,149.6068,149.94,150.6064,150.6064,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.94,149.94,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,148.274,147.9408,147.27439999999999,146.9412,146.2748,145.6084,145.2752,144.942,143.9424,143.6092,142.9428,142.6096,140.9436,139.6108,138.6112,137.6116,137.6116,136.612,136.612,136.612,136.612,135.94559999999998,135.2792,134.2796,133.28,131.9472,130.9476,129.948,128.9484,127.6156,126.2828,124.95,124.6168,123.9504,123.28399999999999,122.9508,121.9512,120.9516,119.6188,118.61919999999999,117.6196,116.62,115.9536,114.954,113.95439999999999,113.6212,113.288,112.6216,111.622,110.6224,109.6228,109.6228,108.9564,107.6236,106.2908,105.6244,105.6244,104.958,104.6248,103.292,102.6256,102.6256,101.626,101.2928,100.6264,99.6268,98.96039999999999,98.294,97.2944,96.2948,96.2948,95.9616,95.2952,93.9624,93.6292,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.964,89.2976,88.63119999999999,87.9648,87.2984,85.9656,84.966,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.3016,78.9684,78.9684,78.9684,78.30199999999999,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.3028,75.6364,73.9704,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,63.308,62.6416,61.9752,61.9752,61.9752,62.6416,63.308,64.3076,65.6404,66.3068,67.97279999999999,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.3052,70.9716,71.638,72.3044,72.9708,74.3036,75.6364,76.3028,78.6352,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.634,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,83.9664,83.3,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,84.966,84.966,85.6324,85.6324,84.2996,83.6332,83.6332,84.2996,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,87.2984,87.6316,88.298,88.63119999999999,88.9644,89.2976,89.6308,89.6308,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,90.2972,90.6304,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,94.6288,95.6284,96.2948,97.2944,98.6272,100.2932,101.2928,103.292,104.6248,106.2908,107.6236,107.9568,108.6232,109.956,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,110.6224,109.6228,108.9564,106.2908,103.9584,101.626,99.6268,99.2936,99.6268,101.2928,102.2924,103.292,103.9584,105.2912,105.9576,106.624,106.9572,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,107.2904,107.2904,107.2904,107.2904,107.6236,107.6236,107.9568,108.9564,109.956,110.2892,110.6224,110.6224,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,8.33,8.33,8.9964,8.9964,9.996,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,11.661999999999999,11.661999999999999,12.3284,12.3284,13.328,13.328,13.328,13.328,14.994,16.3268,18.326,19.6588,20.9916,22.3244,22.3244,22.9908,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.6568,25.3232,25.9896,26.656,27.6556,27.6556,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,32.6536,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,39.984,40.6504,40.9836,41.65,42.3164,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.6408,64.6408,64.6408,65.3072,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,76.3028,76.9692,76.9692,78.30199999999999,78.6352,78.6352,80.3012,80.9676,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.634,81.634,80.9676,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.9652,86.9652,87.2984,87.2984,87.6316,87.6316,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.6304,90.6304,90.6304,91.2968,91.63,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.2956,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,92.2964,92.2964,92.2964,91.9632,91.9632,91.63,91.63,91.2968,91.2968,90.6304,90.6304,89.964,89.2976,88.9644,88.9644,87.6316,87.6316,87.2984,86.632,84.966,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,80.3012,80.3012,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.6336,83.3,84.2996,85.6324,86.9652,88.298,88.9644,89.2976,90.6304,92.6296,94.2956,94.962,95.6284,95.9616,95.9616,95.9616,95.9616,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.2948,95.9616,95.9616,94.962,93.9624,93.29599999999999,92.6296,92.2964,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,93.6292,94.6288,95.9616,97.6276,98.294,99.2936,100.2932,100.2932,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.958,105.6244,105.6244,106.9572,106.9572,107.9568,107.9568,108.9564,108.9564,109.6228,110.2892,110.9556,111.2888,111.622,111.622,112.2884,112.2884,112.6216,113.288,113.6212,113.6212,114.6208,114.6208,115.6204,115.6204,115.9536,116.62,117.2864,117.6196,118.286,118.9524,119.952,119.952,120.2852,120.9516,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,129.948,130.6144,130.9476,131.614,131.614,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,136.2788,136.612,136.612,137.2784,137.6116,137.9448,138.6112,138.6112,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,142.6096,142.6096,142.6096,142.6096,141.9432,141.9432,141.9432,142.9428,142.9428,143.6092,144.2756,144.942,144.942,146.2748,146.608,147.27439999999999,147.27439999999999,147.9408,147.9408,148.9404,148.9404,149.6068,149.94,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.2728,151.2728,151.2728,151.2728,151.9392,151.9392,151.9392,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.6064,150.6064,150.2732,150.2732,149.94,149.94,149.94,149.94,148.9404,148.9404,148.274,148.274,148.274,148.274,147.9408,147.9408,147.27439999999999,147.27439999999999,146.9412,146.2748,145.6084,145.2752,144.942,144.2756,143.9424,143.276,142.9428,140.9436,139.2776,138.6112,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,136.612,135.2792,134.2796,133.28,132.2804,130.9476,130.6144,128.9484,127.9488,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.2848,119.6188,118.9524,117.9528,116.62,115.6204,114.954,114.6208,113.6212,113.288,112.6216,111.9552,111.2888,110.2892,109.6228,108.9564,107.6236,106.2908,105.9576,105.9576,104.958,103.9584,103.292,102.6256,102.6256,101.626,101.2928,100.6264,99.6268,98.96039999999999,98.294,97.2944,96.2948,96.2948,95.9616,94.6288,93.9624,93.9624,92.9628,92.2964,91.63,91.2968,90.6304,89.964,88.9644,88.63119999999999,87.9648,87.2984,85.9656,84.966,83.6332,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.968,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.972,68.9724,68.9724,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,61.3088,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,65.6404,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.3056,69.3056,69.3056,69.972,70.6384,72.3044,73.63719999999999,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.9664,83.9664,84.6328,83.9664,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,82.3004,82.3004,82.96679999999999,83.6332,84.966,85.6324,85.6324,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,86.2988,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,91.63,92.2964,92.6296,93.6292,94.2956,95.9616,96.2948,97.96079999999999,99.6268,100.9596,102.6256,103.9584,106.2908,107.6236,108.6232,108.9564,110.2892,110.2892,110.2892,109.956,110.2892,110.2892,110.6224,110.6224,110.9556,110.9556,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,109.956,108.6232,107.6236,105.9576,103.9584,101.9592,99.6268,97.6276,96.2948,97.6276,99.2936,100.6264,101.2928,102.6256,103.9584,104.2916,104.958,105.6244,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,106.2908,107.6236,108.9564,109.6228,110.2892,110.2892,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,8.33,8.33,8.9964,8.9964,9.996,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,11.661999999999999,11.661999999999999,12.3284,12.3284,13.328,13.328,13.328,13.9944,14.994,16.993199999999998,18.9924,20.3252,20.9916,22.3244,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.6568,25.3232,25.9896,26.656,27.6556,27.6556,27.6556,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.9872,32.6536,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,37.9848,38.6512,39.3176,39.984,40.3172,40.9836,41.65,42.3164,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,52.3124,52.6456,53.312,53.9784,54.6448,55.3112,55.3112,55.9776,55.9776,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,65.3072,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,75.3032,76.3028,76.9692,78.30199999999999,78.30199999999999,79.3016,79.6348,80.9676,81.634,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.3008,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.6316,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,90.6304,90.2972,90.2972,89.964,88.9644,88.298,87.9648,86.632,85.6324,84.966,84.966,84.2996,83.6332,83.6332,83.3,82.6336,81.9672,81.9672,81.9672,81.634,80.9676,80.3012,79.6348,79.6348,78.9684,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,83.3,83.3,84.2996,85.6324,86.2988,86.9652,87.2984,87.9648,88.9644,90.9636,91.2968,92.2964,93.6292,94.6288,94.6288,94.6288,94.6288,95.2952,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,97.2944,97.2944,97.96079999999999,98.6272,97.96079999999999,97.2944,96.2948,96.2948,95.9616,94.962,93.9624,93.29599999999999,92.6296,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,93.29599999999999,93.9624,94.6288,96.628,97.96079999999999,99.2936,99.6268,100.2932,100.2932,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,105.2912,105.6244,106.9572,106.9572,107.9568,108.28999999999999,108.9564,109.2896,110.2892,110.9556,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.6216,113.288,113.6212,113.6212,114.6208,114.6208,115.6204,115.9536,115.9536,116.62,117.6196,117.6196,118.286,118.9524,119.952,119.952,120.2852,120.9516,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,130.6144,130.9476,130.9476,131.614,131.614,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,136.2788,136.2788,136.612,136.612,137.6116,137.9448,138.6112,138.6112,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,142.6096,142.6096,142.6096,141.9432,141.9432,141.2768,141.2768,142.2764,142.9428,143.6092,144.2756,144.942,145.2752,146.608,146.608,147.27439999999999,147.27439999999999,147.9408,147.9408,148.9404,149.6068,149.94,149.94,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.2728,151.2728,151.2728,151.2728,151.9392,151.9392,151.9392,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.6064,150.6064,150.2732,150.2732,149.94,149.94,149.94,149.94,148.9404,148.9404,148.274,148.274,148.274,148.274,147.9408,147.9408,147.27439999999999,146.9412,146.2748,146.2748,145.6084,145.2752,144.942,144.2756,143.9424,143.276,142.9428,140.9436,139.2776,138.6112,137.6116,137.6116,137.2784,137.2784,137.2784,136.612,136.2788,134.946,133.9464,133.28,132.2804,130.9476,130.6144,128.9484,127.9488,127.2824,126.2828,125.2832,123.9504,123.28399999999999,122.9508,121.618,120.9516,119.6188,118.9524,117.9528,116.62,115.6204,114.954,114.6208,113.95439999999999,113.288,112.6216,111.9552,111.622,110.9556,110.2892,109.2896,108.28999999999999,106.2908,106.2908,105.9576,105.6244,104.6248,103.292,102.6256,102.6256,102.2924,101.2928,100.6264,99.6268,98.96039999999999,98.294,97.2944,96.9612,96.2948,95.2952,94.6288,94.6288,93.9624,92.9628,92.2964,91.63,91.2968,90.6304,89.964,88.9644,88.298,87.2984,86.2988,84.966,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.9724,68.9724,68.306,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.3076,63.6412,62.6416,61.3088,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,64.6408,65.6404,66.3068,66.9732,68.306,68.9724,68.9724,68.9724,68.306,68.6392,68.6392,68.6392,69.3056,70.9716,72.3044,73.63719999999999,74.97,76.3028,76.9692,77.6356,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.3,83.9664,83.9664,83.9664,83.9664,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,82.3004,82.96679999999999,83.6332,84.966,85.6324,85.6324,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.2996,84.2996,82.96679999999999,82.6336,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,86.2988,86.2988,86.632,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,93.29599999999999,93.9624,94.962,96.2948,97.2944,98.96039999999999,100.9596,102.2924,104.2916,106.2908,107.6236,108.6232,109.2896,110.6224,110.2892,110.2892,109.956,109.956,109.956,110.2892,110.2892,110.6224,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.2892,109.2896,107.9568,105.6244,103.62519999999999,101.626,99.6268,97.2944,94.6288,93.6292,94.962,96.9612,98.294,99.6268,100.2932,100.6264,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,104.2916,104.2916,104.958,104.958,106.2908,107.9568,108.6232,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.9964,8.9964,9.996,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.661999999999999,12.3284,12.3284,12.9948,13.328,13.9944,13.9944,13.9944,15.6604,16.993199999999998,18.9924,20.3252,21.658,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.6568,25.3232,25.9896,26.656,27.6556,27.6556,27.6556,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.9824,44.6488,45.3152,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.6456,53.312,53.9784,54.6448,55.3112,55.3112,55.9776,55.9776,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,75.3032,76.3028,76.9692,78.30199999999999,78.9684,80.3012,80.9676,82.3004,83.6332,84.966,85.6324,86.2988,86.2988,86.632,86.632,86.632,86.632,85.2992,84.6328,83.6332,83.6332,82.96679999999999,82.3004,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.6316,88.298,88.9644,88.9644,89.6308,89.6308,90.2972,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,92.6296,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,90.2972,89.964,89.2976,87.6316,86.9652,86.2988,86.2988,85.6324,84.966,84.2996,84.2996,83.3,82.6336,82.6336,82.6336,82.3004,81.634,81.634,80.9676,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,86.2988,86.2988,86.9652,87.2984,87.9648,88.298,88.9644,89.964,90.2972,90.6304,90.6304,91.63,92.2964,92.6296,94.2956,94.6288,94.2956,94.962,94.962,94.962,94.962,95.6284,95.9616,95.9616,96.628,96.628,96.2948,96.2948,95.9616,95.2952,94.6288,93.6292,93.29599999999999,92.2964,91.63,91.63,91.2968,91.63,91.63,91.63,91.63,92.6296,93.29599999999999,94.2956,94.962,96.9612,97.96079999999999,99.2936,99.6268,100.2932,100.2932,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.6244,106.9572,106.9572,107.9568,108.28999999999999,109.2896,109.956,110.2892,110.9556,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,114.6208,114.6208,115.6204,115.9536,116.62,117.2864,117.6196,118.286,118.9524,118.9524,119.952,119.952,120.2852,120.9516,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,126.616,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,130.6144,130.9476,130.9476,131.614,131.614,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,134.946,134.946,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.612,136.612,137.6116,137.9448,138.6112,138.6112,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.2768,141.2768,141.2768,142.2764,142.9428,143.6092,144.2756,144.942,145.2752,146.608,147.27439999999999,147.27439999999999,147.27439999999999,148.274,148.274,148.9404,149.6068,149.94,149.94,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.2728,151.2728,151.2728,151.2728,151.9392,151.9392,151.9392,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.6064,149.94,149.94,149.94,149.94,149.6068,149.6068,148.9404,148.9404,147.9408,147.9408,147.9408,147.27439999999999,146.9412,146.2748,146.2748,145.9416,145.6084,144.942,144.942,143.9424,143.9424,143.276,142.9428,141.60999999999999,139.944,138.6112,137.6116,137.2784,137.2784,136.612,136.612,136.612,136.2788,134.946,133.9464,133.28,132.2804,130.9476,130.6144,128.9484,127.9488,127.2824,126.2828,125.2832,123.9504,123.28399999999999,122.9508,121.618,120.9516,119.6188,118.9524,117.9528,116.9532,115.9536,115.6204,114.954,114.6208,113.6212,113.288,112.6216,112.2884,111.2888,110.9556,109.956,108.9564,106.9572,106.2908,106.2908,105.6244,104.6248,103.62519999999999,103.292,103.292,102.2924,101.626,100.6264,100.2932,99.2936,98.96039999999999,97.96079999999999,97.6276,96.9612,95.6284,95.2952,94.6288,93.9624,92.9628,92.2964,91.63,91.2968,90.6304,89.964,88.9644,88.298,87.2984,86.2988,84.966,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,78.30199999999999,77.3024,76.636,76.636,76.636,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,70.3052,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,63.6412,62.6416,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,66.9732,67.6396,68.306,68.306,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.972,71.3048,72.6376,73.9704,75.6364,76.3028,76.9692,77.6356,78.9684,78.9684,79.6348,79.6348,79.968,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.9664,83.9664,83.3,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.634,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,85.6324,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.2996,84.2996,82.96679999999999,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,85.6324,86.2988,87.2984,87.6316,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.6304,91.2968,91.2968,91.63,92.2964,92.6296,93.29599999999999,94.2956,95.9616,96.628,98.6272,100.6264,102.2924,104.6248,106.9572,107.9568,108.6232,109.2896,110.6224,110.2892,109.956,109.6228,109.956,109.956,109.956,109.956,109.956,110.6224,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,110.2892,108.6232,107.2904,103.9584,101.2928,98.294,96.2948,93.6292,91.9632,92.2964,92.6296,94.2956,95.9616,96.9612,98.294,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.9588,102.9588,103.62519999999999,105.2912,107.2904,107.9568,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.33,8.9964,8.9964,9.996,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,11.3288,12.3284,12.9948,12.9948,13.6612,13.9944,13.9944,13.9944,14.6608,15.6604,17.6596,19.6588,20.9916,21.658,22.9908,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.6568,25.3232,25.9896,26.656,26.9892,27.6556,27.6556,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,39.3176,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,55.3112,55.9776,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,73.304,73.9704,75.3032,76.3028,77.6356,78.9684,79.6348,80.9676,82.3004,83.6332,84.966,86.632,87.2984,87.2984,87.9648,87.9648,88.298,88.298,87.9648,86.632,85.2992,85.2992,84.2996,84.2996,82.96679999999999,82.3004,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,83.6332,84.2996,84.966,84.966,85.9656,85.9656,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.6316,88.298,88.9644,89.2976,89.6308,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,91.63,91.2968,89.2976,88.63119999999999,88.298,86.9652,86.2988,86.2988,85.9656,85.6324,84.966,84.2996,83.9664,83.3,83.3,82.6336,82.6336,81.9672,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,91.2968,91.9632,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.9616,95.9616,95.2952,95.2952,94.6288,93.6292,93.29599999999999,92.2964,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,92.2964,92.6296,93.29599999999999,94.2956,94.962,96.9612,98.294,99.2936,99.2936,100.2932,100.2932,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.6244,106.9572,107.6236,108.28999999999999,108.9564,109.956,109.956,110.9556,111.2888,111.9552,111.9552,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.6208,115.2872,115.9536,116.62,116.62,117.2864,118.286,118.286,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.9496,126.616,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,130.6144,130.9476,130.9476,131.614,131.614,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,134.946,134.946,135.2792,135.2792,135.6124,136.2788,136.2788,136.2788,136.612,136.612,136.612,137.2784,137.6116,137.9448,138.6112,139.2776,139.6108,139.944,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.2768,141.2768,141.2768,141.9432,142.2764,142.9428,143.6092,144.2756,145.2752,145.9416,147.27439999999999,147.6076,147.6076,147.6076,148.274,148.6072,148.9404,149.6068,149.94,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.2728,151.2728,151.2728,151.9392,151.9392,151.9392,151.9392,151.9392,151.606,151.606,151.606,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,149.94,149.94,149.94,149.94,149.6068,149.6068,148.9404,148.9404,147.9408,147.9408,147.27439999999999,146.608,146.2748,145.9416,145.9416,145.2752,145.2752,144.2756,144.2756,143.276,143.276,143.276,142.9428,141.60999999999999,139.944,138.6112,137.6116,137.2784,137.2784,136.612,136.612,136.612,136.2788,134.946,133.9464,133.28,132.2804,130.9476,130.6144,128.9484,127.9488,127.2824,126.2828,125.2832,123.9504,122.9508,122.2844,121.618,120.9516,119.6188,118.9524,118.286,117.6196,116.62,115.9536,115.6204,115.2872,114.2876,113.6212,113.288,112.95479999999999,111.9552,111.2888,109.956,108.9564,107.6236,106.9572,106.2908,105.9576,105.2912,103.62519999999999,103.292,103.292,102.6256,101.626,101.2928,100.6264,99.96,99.2936,98.294,97.96079999999999,97.6276,96.2948,95.6284,95.2952,94.6288,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.964,88.9644,88.298,87.2984,86.2988,84.966,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,77.3024,76.636,75.9696,75.9696,75.9696,75.3032,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,73.9704,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.3052,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.308,63.308,63.9744,64.974,66.3068,66.9732,66.9732,66.9732,66.64,67.3064,67.3064,67.97279999999999,69.3056,70.6384,71.9712,73.304,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.3,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,85.6324,86.2988,85.9656,85.9656,84.6328,84.2996,82.96679999999999,82.6336,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,85.6324,86.2988,87.2984,87.6316,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.6308,89.2976,89.964,89.964,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.9624,95.6284,96.9612,98.294,100.2932,102.2924,104.6248,106.624,107.9568,108.6232,109.2896,109.956,109.956,109.956,109.6228,109.2896,109.2896,109.956,109.956,109.956,109.956,111.2888,111.622,112.2884,112.2884,112.2884,110.9556,110.2892,108.6232,106.9572,104.958,101.2928,98.294,94.6288,92.6296,91.2968,89.964,89.964,90.6304,92.2964,93.29599999999999,94.962,95.6284,96.628,97.6276,98.6272,98.96039999999999,99.6268,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,102.9588,104.2916,105.9576,106.9572,108.6232,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.6636,7.6636,7.6636,7.6636,8.33,8.33,8.33,8.33,8.6632,8.6632,8.6632,8.6632,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.9952,12.3284,12.9948,13.6612,14.3276,14.6608,14.6608,14.6608,14.6608,16.3268,17.6596,19.6588,20.9916,22.3244,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,24.6568,25.3232,25.9896,25.9896,26.9892,26.9892,27.6556,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,36.652,37.3184,37.9848,38.6512,38.9844,39.6508,40.3172,40.9836,41.65,42.3164,42.9828,43.6492,43.9824,44.6488,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,49.6468,50.3132,50.3132,51.646,52.3124,52.3124,52.9788,53.9784,54.6448,54.6448,55.3112,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,73.304,74.3036,74.97,76.3028,77.6356,79.3016,79.968,81.634,82.96679999999999,84.966,86.632,87.2984,88.298,88.298,88.63119999999999,88.298,88.9644,88.9644,88.298,87.9648,87.2984,86.632,86.2988,85.2992,84.2996,83.6332,82.3004,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,81.634,81.634,81.634,81.634,81.634,81.634,82.3004,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.6328,85.2992,85.9656,85.9656,86.9652,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.298,88.298,89.2976,89.6308,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.962,94.962,94.962,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.2956,93.9624,94.2956,94.2956,93.6292,93.6292,93.6292,93.6292,93.29599999999999,92.2964,91.63,90.6304,90.6304,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.2984,85.9656,85.6324,85.6324,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.634,81.634,81.634,81.634,81.634,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.6328,84.6328,84.6328,84.6328,85.2992,85.2992,85.9656,86.632,87.2984,87.2984,87.2984,87.9648,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.6316,87.6316,88.298,88.63119999999999,89.2976,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,91.63,91.63,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,94.2956,95.9616,96.9612,97.96079999999999,99.2936,99.2936,99.96,99.96,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,104.6248,105.2912,105.6244,106.9572,107.9568,108.9564,109.2896,110.2892,110.2892,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.954,114.954,115.2872,116.2868,116.62,117.6196,117.9528,118.286,118.9524,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.9496,126.616,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,130.6144,130.9476,130.9476,131.614,131.614,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,134.946,134.946,135.2792,135.2792,136.2788,136.9452,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,138.9444,139.6108,139.944,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,142.2764,142.2764,142.9428,143.276,144.6088,145.2752,146.2748,146.9412,147.6076,148.274,148.6072,148.6072,148.6072,149.2736,149.6068,149.94,149.94,150.6064,151.606,151.606,151.606,151.606,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.2732,149.6068,149.6068,148.9404,148.6072,147.9408,147.6076,147.27439999999999,146.608,145.6084,145.2752,145.2752,144.6088,144.2756,143.276,143.276,142.6096,142.6096,142.6096,142.6096,140.9436,139.944,139.2776,138.278,138.278,137.6116,137.2784,137.2784,136.612,136.2788,135.2792,134.2796,133.28,132.9468,130.9476,130.6144,128.9484,127.9488,127.2824,126.2828,124.95,123.28399999999999,122.9508,122.2844,121.618,120.9516,119.6188,118.9524,118.286,117.6196,116.62,115.9536,115.9536,115.2872,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.622,110.9556,109.2896,107.9568,107.6236,106.9572,106.2908,105.6244,104.2916,103.9584,103.62519999999999,103.292,102.6256,101.9592,100.9596,100.2932,99.6268,99.2936,98.294,97.2944,95.9616,95.6284,95.2952,94.6288,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.964,88.9644,88.298,87.2984,86.2988,84.966,83.6332,82.6336,81.9672,80.9676,80.3012,79.968,79.3016,78.30199999999999,78.30199999999999,77.3024,76.636,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.3052,69.6388,68.9724,68.9724,68.306,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,63.9744,64.6408,64.6408,64.974,65.6404,65.6404,66.3068,66.9732,68.306,69.6388,70.9716,72.6376,73.9704,74.6368,75.3032,75.9696,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,85.9656,85.9656,85.6324,85.9656,85.9656,85.9656,84.6328,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,85.2992,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.6316,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.964,90.2972,90.6304,91.63,92.2964,92.6296,93.29599999999999,94.6288,95.9616,98.294,100.2932,102.6256,105.2912,107.2904,107.9568,108.6232,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.2888,111.2888,110.9556,109.956,108.6232,106.2908,104.2916,101.2928,97.96079999999999,93.9624,91.2968,89.964,88.9644,88.298,89.2976,89.964,90.6304,91.9632,92.6296,93.9624,94.6288,95.2952,95.9616,96.9612,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,102.6256,103.62519999999999,105.2912,106.624,107.9568,108.9564,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.6636,7.6636,7.6636,7.6636,8.33,8.33,8.33,8.33,8.6632,8.6632,8.6632,8.6632,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,8.6632,8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.9948,13.6612,14.3276,14.3276,15.3272,15.3272,14.6608,15.3272,16.3268,17.6596,19.6588,20.9916,22.3244,23.6572,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,24.6568,24.6568,25.3232,25.9896,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.6544,30.6544,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.986399999999996,35.9856,36.652,37.3184,37.9848,38.318,38.9844,39.6508,40.3172,40.9836,41.65,42.3164,42.9828,43.316,43.9824,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,53.312,53.9784,53.9784,54.6448,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,60.6424,60.6424,61.3088,61.641999999999996,62.3084,63.308,63.9744,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.97,76.3028,77.6356,79.3016,80.9676,82.96679999999999,83.6332,85.6324,87.2984,87.9648,88.298,88.298,88.63119999999999,88.298,88.9644,88.9644,88.298,88.298,87.9648,87.9648,87.2984,86.632,85.2992,84.2996,83.6332,82.96679999999999,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.6328,84.6328,85.2992,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.2972,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.962,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.6284,96.2948,95.9616,95.6284,95.6284,94.962,94.962,94.962,94.962,94.6288,93.9624,93.6292,92.9628,92.9628,92.2964,91.63,90.9636,90.9636,90.6304,89.964,89.2976,88.298,87.9648,86.9652,86.2988,85.9656,85.9656,84.966,83.6332,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.966,85.2992,85.2992,85.9656,85.9656,85.2992,85.2992,85.9656,85.9656,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.6316,87.2984,87.6316,88.298,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.6304,91.2968,91.2968,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,94.962,95.9616,96.9612,97.96079999999999,98.96039999999999,98.96039999999999,99.96,99.96,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,104.6248,105.2912,105.6244,106.9572,107.9568,108.9564,109.2896,110.2892,110.2892,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,116.62,117.2864,117.6196,117.9528,118.286,118.9524,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.9496,126.616,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,129.948,130.6144,130.9476,131.614,131.614,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,134.946,134.946,135.2792,135.94559999999998,136.9452,136.9452,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.9448,138.6112,139.6108,139.6108,139.944,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,142.2764,142.9428,143.276,143.9424,145.2752,145.6084,146.9412,147.27439999999999,148.274,148.274,148.6072,148.6072,149.2736,149.2736,149.94,149.94,150.6064,150.6064,151.606,151.606,151.606,151.606,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,149.94,149.6068,148.9404,148.6072,147.9408,147.6076,147.27439999999999,146.2748,145.2752,145.2752,144.6088,144.6088,143.6092,143.276,142.9428,142.6096,142.6096,142.6096,141.9432,140.9436,139.944,139.2776,138.9444,138.9444,138.278,137.6116,137.2784,136.612,136.2788,135.2792,134.2796,133.28,132.9468,130.9476,130.6144,128.9484,127.9488,127.2824,126.2828,124.95,123.28399999999999,122.9508,122.2844,121.618,120.9516,119.6188,118.9524,118.286,117.6196,117.2864,116.62,115.9536,115.6204,114.954,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,110.9556,109.2896,108.28999999999999,107.9568,107.6236,106.9572,105.9576,104.958,104.2916,104.2916,103.62519999999999,103.292,102.6256,101.2928,100.6264,100.2932,99.2936,98.96039999999999,98.294,96.628,95.6284,95.2952,94.6288,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.6308,88.63119999999999,87.9648,86.632,85.9656,84.966,83.6332,82.6336,81.9672,80.3012,79.6348,79.3016,78.6352,78.30199999999999,77.3024,76.636,75.9696,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,70.3052,69.6388,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.976,60.6424,60.6424,61.3088,63.308,63.308,63.308,63.308,64.3076,64.974,65.6404,66.3068,67.6396,68.306,69.6388,70.9716,72.6376,73.9704,74.6368,75.3032,75.6364,76.3028,76.9692,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.9656,85.9656,85.9656,86.2988,86.2988,85.9656,85.9656,85.6324,85.6324,85.2992,85.2992,84.2996,84.2996,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.6316,88.298,88.9644,88.9644,89.2976,90.2972,90.2972,91.2968,91.63,92.6296,93.29599999999999,93.9624,95.6284,97.96079999999999,99.96,102.2924,104.6248,106.9572,108.28999999999999,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.6224,109.2896,107.9568,106.2908,103.62519999999999,101.2928,97.96079999999999,94.2956,91.2968,89.6308,88.298,87.9648,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.63,92.2964,92.9628,92.9628,93.6292,94.6288,95.2952,95.6284,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.6268,100.2932,101.9592,103.62519999999999,105.2912,105.9576,107.6236,108.28999999999999,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556],[6.664,6.664,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.6636,7.6636,7.6636,7.6636,8.33,8.33,8.9964,8.9964,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.9952,11.9952,12.6616,12.9948,13.6612,14.3276,14.994,15.3272,15.3272,15.3272,15.3272,16.993199999999998,18.326,19.6588,21.658,22.9908,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,24.3236,24.6568,24.6568,25.3232,25.9896,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.9856,36.652,37.3184,37.6516,38.318,38.9844,39.6508,40.3172,40.9836,41.65,42.3164,42.6496,43.316,43.316,43.9824,44.982,45.6484,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,53.312,53.312,53.9784,54.6448,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.97,76.3028,77.6356,79.3016,80.9676,82.96679999999999,84.2996,86.2988,87.2984,87.2984,87.2984,86.9652,87.6316,87.9648,88.298,88.298,88.63119999999999,88.298,88.298,87.9648,87.9648,86.9652,85.9656,84.966,84.2996,82.96679999999999,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.2992,85.2992,85.2992,85.9656,86.632,86.632,86.9652,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,89.6308,89.6308,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,95.2952,95.6284,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.2952,94.6288,94.6288,94.2956,94.2956,93.6292,93.29599999999999,92.9628,92.2964,91.63,91.63,90.2972,89.2976,88.298,87.9648,87.9648,87.2984,86.632,84.966,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,85.6324,85.9656,85.9656,85.9656,86.632,87.2984,87.2984,86.632,86.632,86.9652,86.9652,86.9652,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,89.2976,89.6308,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,92.2964,92.9628,93.6292,94.962,95.9616,96.9612,97.96079999999999,98.96039999999999,98.96039999999999,99.96,99.96,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.9584,104.6248,105.2912,105.6244,106.9572,107.9568,108.9564,109.2896,110.2892,110.2892,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,116.62,117.2864,117.9528,117.9528,118.286,118.9524,119.952,119.952,120.2852,120.2852,120.9516,120.9516,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.9496,126.616,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,129.948,129.948,129.948,130.6144,130.9476,130.9476,131.614,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,134.946,134.946,135.2792,135.94559999999998,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,139.6108,139.6108,139.944,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.6104,140.9436,140.9436,141.9432,141.9432,142.9428,142.9428,143.276,143.9424,145.2752,146.2748,146.9412,147.27439999999999,148.274,148.274,149.2736,149.2736,149.2736,149.2736,149.94,149.94,150.6064,150.6064,151.606,151.606,151.606,151.606,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.6064,149.94,149.6068,148.9404,148.6072,147.9408,147.6076,147.27439999999999,146.2748,145.2752,144.6088,144.6088,144.2756,143.6092,142.9428,142.9428,142.2764,141.9432,141.9432,141.9432,140.9436,139.944,139.944,138.6112,138.9444,138.278,137.6116,137.2784,136.612,136.2788,135.2792,134.2796,133.28,132.9468,130.9476,130.6144,128.9484,127.9488,127.2824,126.2828,124.95,123.28399999999999,122.9508,122.2844,121.618,120.9516,119.6188,118.9524,118.286,117.9528,117.6196,116.9532,116.9532,115.9536,114.954,114.2876,114.2876,112.95479999999999,112.95479999999999,112.2884,111.622,109.956,108.9564,108.9564,108.28999999999999,107.6236,106.624,105.2912,104.958,105.2912,104.6248,103.62519999999999,103.292,101.626,100.6264,100.2932,99.96,98.96039999999999,98.294,96.628,96.2948,95.2952,94.6288,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.2976,88.298,87.6316,86.632,85.9656,84.966,83.6332,82.6336,81.3008,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.636,76.636,75.9696,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,70.3052,69.6388,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,62.6416,63.6412,64.974,65.6404,66.9732,67.6396,68.9724,70.3052,71.9712,73.304,73.9704,74.6368,74.97,75.6364,76.3028,76.9692,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,85.6324,84.966,85.2992,85.2992,84.2996,84.2996,82.96679999999999,81.9672,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.9664,83.9664,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.966,84.966,85.6324,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.2988,86.632,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,86.632,85.9656,86.632,87.2984,87.9648,88.298,88.9644,89.2976,89.6308,90.2972,91.2968,91.63,91.9632,92.6296,93.9624,95.2952,97.96079999999999,99.96,102.2924,104.958,106.9572,108.28999999999999,108.6232,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,109.956,108.28999999999999,105.6244,104.2916,101.2928,97.96079999999999,94.962,90.9636,88.9644,87.9648,87.6316,86.9652,87.9648,87.9648,88.63119999999999,89.964,89.964,90.2972,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.6292,94.6288,95.9616,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.2944,98.6272,99.6268,101.2928,103.292,104.6248,105.6244,106.9572,107.9568,109.2896,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556],[6.664,6.664,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.6636,7.6636,7.6636,8.33,8.33,8.9964,8.9964,8.9964,9.3296,9.3296,9.3296,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,9.996,10.6624,11.3288,11.9952,11.9952,12.6616,12.6616,13.6612,14.3276,14.994,15.3272,15.9936,15.9936,15.9936,15.9936,17.6596,18.326,20.3252,21.658,22.9908,24.3236,24.3236,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,24.6568,25.3232,25.3232,25.9896,26.3228,26.9892,26.9892,27.6556,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.6544,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,34.6528,35.3192,35.9856,35.9856,36.9852,37.6516,38.318,38.9844,39.6508,40.3172,40.9836,40.9836,41.9832,42.6496,42.6496,43.316,44.315599999999996,44.982,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,52.6456,52.6456,53.312,53.9784,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,58.6432,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.641999999999996,62.3084,63.308,63.308,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.97,76.3028,77.6356,79.3016,80.6344,82.96679999999999,84.966,86.2988,86.9652,87.2984,87.2984,86.9652,86.9652,87.9648,87.9648,87.9648,88.298,88.298,88.298,87.9648,87.9648,86.9652,86.632,85.2992,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.9644,88.9644,89.6308,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.9624,94.2956,95.6284,95.6284,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,93.9624,93.9624,92.9628,92.2964,91.63,90.6304,89.964,89.2976,88.298,88.298,86.2988,85.9656,85.6324,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,86.2988,86.2988,86.2988,86.9652,87.6316,87.6316,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,89.2976,89.2976,89.6308,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,93.29599999999999,94.2956,95.9616,96.9612,97.6276,98.294,98.96039999999999,99.96,99.96,100.2932,100.6264,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,105.2912,106.2908,106.9572,107.9568,108.9564,109.2896,110.2892,110.2892,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,116.62,117.2864,117.9528,117.9528,118.286,118.9524,119.952,119.952,120.2852,120.2852,120.9516,120.9516,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.9496,126.616,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,134.946,135.2792,135.94559999999998,135.94559999999998,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,139.6108,139.944,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,140.6104,140.9436,140.9436,141.9432,141.9432,142.9428,142.9428,143.276,143.9424,145.2752,146.2748,146.9412,147.27439999999999,148.274,148.9404,149.2736,149.2736,149.2736,149.2736,149.94,149.94,150.6064,150.6064,151.606,151.606,151.606,151.606,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,151.606,151.606,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,150.2732,149.6068,149.6068,148.9404,148.6072,147.9408,147.27439999999999,146.608,146.2748,145.2752,144.6088,144.2756,144.2756,143.276,142.9428,142.2764,142.2764,141.9432,141.9432,141.9432,140.9436,140.2772,139.944,138.6112,138.9444,138.278,137.6116,137.6116,137.2784,136.2788,135.2792,134.2796,133.28,132.9468,130.9476,130.6144,128.9484,127.9488,126.616,125.6164,124.95,123.28399999999999,122.9508,122.2844,121.618,120.9516,119.6188,118.9524,118.9524,118.286,117.6196,117.6196,116.9532,116.62,115.2872,114.954,114.954,113.6212,112.95479999999999,112.6216,112.2884,111.622,110.2892,109.956,109.956,108.6232,107.6236,106.2908,106.2908,106.624,105.6244,105.2912,103.62519999999999,103.292,101.2928,100.6264,99.96,98.96039999999999,98.294,96.628,96.2948,95.2952,94.6288,93.29599999999999,92.9628,91.63,91.2968,90.6304,89.2976,88.298,87.9648,87.6316,86.632,85.2992,84.2996,82.96679999999999,81.3008,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,70.6384,70.3052,69.6388,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,61.9752,62.6416,63.6412,64.974,66.3068,66.9732,68.306,69.6388,71.3048,72.6376,73.304,73.9704,74.3036,74.97,76.3028,76.3028,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,85.9656,84.966,84.966,85.2992,85.2992,84.2996,83.6332,82.6336,81.9672,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.966,84.966,85.6324,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.9648,87.9648,87.2984,86.9652,86.9652,86.2988,85.6324,85.6324,86.2988,86.632,87.2984,87.6316,88.298,88.63119999999999,89.6308,90.2972,91.2968,91.63,91.9632,92.6296,93.9624,95.6284,98.6272,99.96,102.9588,104.6248,106.9572,108.28999999999999,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,108.9564,109.2896,109.2896,109.956,109.956,109.2896,108.6232,107.6236,105.6244,103.62519999999999,100.9596,97.96079999999999,94.962,91.63,88.298,87.2984,86.632,85.9656,85.9656,87.2984,87.9648,88.298,89.2976,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.63,92.6296,93.29599999999999,94.6288,95.6284,95.9616,96.2948,96.2948,96.9612,96.628,96.628,97.96079999999999,99.2936,101.2928,102.6256,103.9584,105.6244,106.624,107.9568,109.2896,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556],[6.9972,6.9972,6.9972,6.9972,7.6636,7.6636,8.33,8.33,8.6632,8.6632,8.6632,8.6632,9.3296,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.3296,9.3296,9.996,9.996,9.996,10.6624,10.6624,11.3288,12.6616,13.328,13.328,13.9944,13.9944,14.6608,15.3272,15.3272,16.3268,16.3268,16.3268,16.993199999999998,17.6596,18.9924,20.3252,21.658,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,25.9896,25.9896,26.656,27.3224,27.9888,27.9888,28.6552,28.6552,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,32.3204,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,39.3176,39.984,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,51.646,52.3124,53.312,53.9784,55.3112,55.9776,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,75.6364,77.3024,79.968,81.3008,82.96679999999999,84.966,85.9656,86.2988,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,90.6304,91.2968,91.2968,91.63,91.9632,92.6296,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,95.9616,94.6288,94.6288,93.9624,93.6292,92.2964,91.63,90.6304,89.964,89.2976,88.63119999999999,87.6316,87.2984,86.632,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,91.9632,92.2964,92.2964,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,90.9636,90.9636,91.63,91.63,92.6296,93.6292,94.2956,95.2952,96.2948,97.6276,98.294,98.96039999999999,99.96,99.96,100.6264,100.6264,101.2928,101.9592,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,104.958,105.6244,106.2908,106.9572,107.6236,108.9564,109.2896,110.2892,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,114.6208,115.2872,115.2872,115.6204,116.62,117.2864,117.2864,117.6196,118.61919999999999,119.2856,119.6188,119.6188,119.6188,119.952,120.9516,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.9496,125.9496,125.9496,126.616,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,132.2804,132.2804,132.9468,132.9468,133.28,133.28,133.6132,134.2796,134.946,135.2792,136.2788,136.612,137.2784,137.2784,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,139.6108,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,141.2768,141.2768,141.2768,141.2768,141.9432,141.9432,142.9428,142.9428,143.276,143.9424,145.2752,146.2748,147.27439999999999,147.6076,148.6072,149.2736,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.2728,151.2728,151.2728,151.9392,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,150.2732,149.94,149.94,149.94,149.94,148.9404,148.274,148.274,147.6076,147.6076,146.9412,146.2748,145.6084,144.942,144.2756,143.6092,143.6092,142.9428,142.9428,142.9428,142.9428,142.9428,142.2764,142.2764,140.9436,140.2772,139.944,139.6108,139.6108,138.6112,138.278,137.6116,137.2784,136.2788,134.946,133.9464,133.28,132.2804,130.9476,130.6144,128.9484,127.9488,126.616,125.6164,124.6168,123.28399999999999,122.9508,122.2844,121.9512,120.9516,119.952,119.2856,119.2856,118.286,117.9528,117.9528,117.6196,117.2864,116.62,115.9536,115.6204,115.2872,114.954,114.2876,113.6212,112.95479999999999,111.622,110.9556,110.9556,109.956,108.6232,107.9568,106.9572,107.2904,106.624,105.6244,105.2912,103.62519999999999,102.2924,101.2928,100.2932,99.2936,98.294,96.628,96.2948,94.962,94.6288,93.29599999999999,92.9628,92.2964,91.63,90.6304,90.2972,89.2976,88.298,87.6316,86.632,85.2992,84.2996,82.96679999999999,81.9672,80.6344,79.968,79.3016,78.6352,77.3024,76.636,75.9696,75.9696,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.3056,68.6392,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,61.3088,62.6416,63.9744,65.6404,66.3068,67.6396,68.9724,70.6384,71.3048,71.9712,72.6376,73.9704,74.6368,74.6368,75.3032,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,78.9684,78.9684,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.9656,86.2988,86.2988,86.9652,86.9652,86.2988,85.9656,84.966,84.966,84.966,84.966,84.2996,83.6332,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.6332,84.2996,85.6324,86.2988,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.2984,86.2988,85.9656,84.966,84.966,85.6324,85.9656,85.9656,85.9656,86.2988,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.2988,85.6324,84.966,84.966,84.966,84.966,86.2988,86.9652,87.2984,88.298,88.9644,89.2976,90.2972,91.2968,91.63,92.6296,93.6292,94.962,96.2948,98.294,100.6264,102.9588,104.958,106.9572,107.6236,107.2904,106.9572,106.2908,106.2908,105.6244,105.9576,106.2908,107.2904,107.9568,108.9564,108.6232,108.6232,108.6232,107.9568,106.9572,105.9576,102.6256,100.6264,97.96079999999999,94.962,91.63,88.9644,86.9652,85.6324,84.966,84.966,84.966,85.9656,87.2984,88.298,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.63,91.63,92.2964,93.29599999999999,93.6292,94.962,95.2952,95.9616,96.2948,96.2948,96.628,97.96079999999999,98.294,100.6264,101.626,103.62519999999999,105.6244,106.9572,107.9568,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224],[6.9972,6.9972,6.9972,6.9972,7.6636,7.6636,8.33,8.33,8.6632,8.6632,8.6632,9.3296,9.996,9.996,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.9952,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,16.3268,16.3268,16.993199999999998,17.6596,18.326,18.9924,20.3252,21.658,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,25.9896,25.9896,26.656,26.656,27.3224,27.9888,28.6552,28.6552,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,38.6512,39.3176,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,50.3132,50.9796,51.646,52.6456,53.312,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.9704,75.6364,77.3024,79.968,81.3008,82.96679999999999,84.2996,85.2992,86.2988,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.298,87.2984,86.2988,84.966,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.628,96.628,96.2948,95.9616,95.2952,94.6288,94.6288,93.9624,92.9628,92.9628,91.63,90.6304,89.2976,88.63119999999999,88.298,87.9648,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.6308,89.6308,89.6308,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.9632,91.9632,91.9632,92.6296,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,90.9636,91.63,91.63,92.6296,93.6292,94.2956,94.962,96.2948,97.6276,98.294,98.96039999999999,99.96,99.96,100.6264,101.2928,101.9592,101.9592,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.958,105.6244,105.9576,106.2908,106.9572,107.6236,108.9564,108.9564,109.6228,110.2892,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,114.6208,114.6208,115.2872,115.6204,116.62,116.62,117.2864,117.6196,118.61919999999999,119.2856,119.6188,119.6188,119.6188,119.6188,120.9516,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.9496,125.9496,125.9496,126.616,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.9476,131.2808,131.2808,131.9472,132.2804,132.9468,132.9468,133.28,133.6132,133.6132,133.6132,134.2796,134.946,135.6124,136.612,137.2784,137.2784,137.6116,137.9448,138.6112,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.944,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,141.2768,141.2768,141.2768,141.9432,141.9432,141.9432,142.9428,142.9428,143.276,143.9424,145.2752,146.2748,147.27439999999999,148.274,149.2736,149.2736,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,150.2732,150.2732,149.94,149.94,149.94,149.6068,148.274,148.274,147.9408,147.6076,147.27439999999999,146.9412,146.2748,145.6084,145.2752,144.942,144.2756,144.2756,143.276,143.276,143.276,142.9428,142.9428,142.9428,142.2764,140.9436,140.2772,139.944,139.6108,139.6108,138.6112,138.278,137.6116,137.2784,136.2788,134.946,133.9464,133.28,132.2804,130.9476,130.6144,128.9484,127.9488,126.616,125.6164,124.6168,123.28399999999999,122.9508,122.2844,121.9512,120.9516,119.952,119.952,119.2856,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.286,116.9532,116.62,115.9536,115.9536,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.2888,110.2892,109.956,108.6232,108.6232,107.2904,106.9572,105.6244,104.958,103.62519999999999,102.2924,100.6264,100.2932,99.2936,97.96079999999999,96.2948,94.962,94.962,94.6288,93.29599999999999,92.9628,92.2964,91.63,91.2968,89.6308,88.63119999999999,87.9648,86.9652,85.9656,84.966,83.6332,82.6336,81.3008,80.6344,79.968,79.3016,78.30199999999999,77.3024,76.636,76.636,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,71.638,70.6384,69.972,69.972,69.972,69.972,69.972,69.3056,68.6392,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,64.6408,63.9744,63.308,62.6416,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,57.9768,57.9768,57.9768,58.6432,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.9752,62.6416,64.3076,65.6404,66.9732,68.306,69.3056,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.6324,84.2996,84.966,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.6332,84.2996,84.966,86.2988,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,86.632,85.9656,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,85.6324,85.6324,86.2988,85.9656,85.9656,85.9656,85.9656,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,85.6324,84.2996,84.2996,84.2996,84.2996,84.966,84.966,86.2988,87.2984,88.298,89.2976,89.964,90.2972,91.63,92.2964,93.29599999999999,93.9624,95.6284,96.9612,98.96039999999999,100.6264,102.9588,104.958,106.9572,107.6236,106.9572,106.624,105.9576,105.2912,104.958,104.958,105.9576,106.2908,106.9572,107.6236,107.9568,107.2904,107.2904,105.6244,104.2916,102.2924,100.2932,97.96079999999999,94.962,91.63,88.63119999999999,86.2988,85.6324,84.2996,83.6332,83.6332,84.2996,84.966,86.632,87.9648,88.298,88.63119999999999,88.9644,88.9644,89.6308,89.964,90.6304,91.2968,91.63,91.63,92.6296,93.29599999999999,94.2956,94.2956,94.962,95.6284,96.2948,96.9612,97.96079999999999,98.96039999999999,100.2932,101.626,103.62519999999999,105.6244,106.9572,108.28999999999999,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224],[6.9972,6.9972,7.6636,7.6636,7.6636,8.33,8.33,8.9964,9.3296,9.3296,9.3296,9.3296,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,16.3268,16.993199999999998,16.993199999999998,17.6596,18.9924,19.6588,20.9916,21.658,22.3244,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,25.9896,25.9896,26.656,26.656,27.3224,27.9888,27.9888,27.9888,28.322,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.9872,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,38.9844,39.6508,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,51.9792,52.6456,53.312,53.9784,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.9704,75.6364,77.3024,79.968,81.3008,82.3004,84.2996,85.2992,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,87.6316,87.2984,86.2988,84.966,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.962,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.2948,95.6284,95.2952,95.2952,94.6288,93.9624,93.9624,93.29599999999999,91.63,90.9636,90.2972,89.2976,88.63119999999999,88.298,87.9648,87.6316,87.6316,87.6316,87.6316,87.6316,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.964,89.964,90.2972,90.2972,90.2972,90.6304,90.6304,90.9636,90.9636,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,92.6296,93.29599999999999,94.2956,94.962,96.2948,97.6276,98.294,98.96039999999999,99.96,99.96,100.6264,101.2928,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.9576,106.2908,106.9572,107.6236,108.9564,108.9564,109.6228,110.2892,110.2892,110.9556,111.622,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.6212,114.6208,114.6208,115.2872,115.6204,116.62,116.62,117.2864,117.6196,118.61919999999999,118.61919999999999,119.6188,119.6188,119.6188,119.6188,120.9516,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.616,126.616,126.616,126.616,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,131.2808,131.9472,131.9472,132.2804,132.9468,133.28,133.28,133.9464,134.2796,134.2796,134.2796,134.946,135.6124,136.612,137.2784,137.6116,137.9448,138.6112,138.6112,139.2776,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.2768,141.2768,141.9432,141.9432,142.6096,142.6096,142.9428,142.9428,143.276,143.9424,145.2752,146.2748,147.27439999999999,148.274,149.2736,149.2736,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.2728,151.2728,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.2732,150.2732,150.2732,150.2732,149.6068,149.6068,149.6068,149.6068,149.6068,148.274,148.274,147.9408,147.6076,147.27439999999999,146.9412,146.2748,146.2748,145.9416,145.2752,145.2752,144.942,144.6088,143.9424,143.9424,143.276,142.9428,142.9428,142.2764,140.9436,139.944,139.944,139.2776,138.9444,138.6112,137.6116,137.6116,136.612,136.2788,134.946,133.9464,133.28,132.2804,130.9476,130.6144,128.9484,127.9488,126.616,125.6164,124.6168,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.9516,120.9516,120.2852,120.2852,119.952,119.952,119.6188,118.9524,118.286,118.286,117.9528,117.2864,116.62,116.2868,115.6204,114.954,114.2876,114.2876,113.6212,113.288,112.2884,111.622,110.6224,110.6224,109.2896,108.6232,107.6236,106.624,104.958,103.292,101.626,100.6264,100.2932,98.6272,97.2944,96.628,96.2948,96.2948,94.962,94.6288,93.9624,93.29599999999999,91.63,90.6304,89.6308,88.298,87.2984,86.632,85.6324,84.966,83.6332,82.96679999999999,82.3004,81.3008,80.6344,79.968,79.3016,78.30199999999999,78.30199999999999,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.3044,72.3044,71.638,71.638,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,62.6416,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,57.9768,57.3104,57.3104,57.3104,57.3104,57.3104,57.9768,57.9768,59.309599999999996,59.976,60.6424,61.9752,63.6412,64.974,65.6404,66.9732,67.97279999999999,69.3056,69.972,70.6384,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,84.966,85.6324,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,86.632,85.9656,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.966,85.2992,85.2992,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,84.2996,83.6332,83.6332,83.6332,84.966,84.966,85.9656,86.9652,87.9648,89.2976,89.964,90.2972,91.63,92.2964,93.29599999999999,94.6288,95.6284,96.9612,98.96039999999999,100.6264,102.9588,104.958,106.9572,107.6236,106.9572,105.9576,104.958,104.6248,103.62519999999999,103.62519999999999,104.6248,105.2912,105.9576,106.624,106.624,106.624,104.2916,102.9588,101.626,99.96,97.96079999999999,94.962,91.63,87.9648,86.2988,84.2996,83.6332,83.3,82.6336,82.96679999999999,83.6332,84.966,86.2988,86.632,87.9648,87.9648,88.298,88.298,89.2976,89.6308,89.964,90.6304,91.63,91.63,92.6296,93.29599999999999,93.9624,94.2956,94.962,95.6284,96.2948,96.9612,97.6276,98.96039999999999,100.2932,101.626,103.62519999999999,105.9576,106.9572,108.28999999999999,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224],[6.9972,6.9972,7.6636,7.6636,8.33,8.33,8.9964,8.9964,9.3296,9.3296,9.3296,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,12.6616,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.993199999999998,17.6596,17.6596,18.326,18.9924,20.3252,20.9916,21.658,22.3244,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.3232,25.9896,25.9896,26.656,27.3224,27.9888,27.9888,27.9888,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,31.9872,31.9872,31.9872,32.3204,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.3184,38.318,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,44.315599999999996,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,48.314,48.314,48.980399999999996,49.6468,50.6464,51.9792,52.6456,52.6456,53.6452,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.9704,75.6364,77.3024,79.968,81.3008,82.3004,83.6332,84.6328,85.6324,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.6316,87.2984,86.2988,85.6324,84.2996,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.6292,93.9624,94.6288,94.962,94.962,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,97.6276,97.6276,97.6276,97.6276,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,95.9616,95.6284,95.6284,95.6284,94.6288,93.9624,93.29599999999999,92.9628,90.9636,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,90.9636,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.6296,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,92.2964,92.6296,93.29599999999999,94.2956,94.962,96.2948,97.6276,98.294,98.96039999999999,99.96,99.96,100.6264,101.2928,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,105.2912,105.2912,104.958,105.6244,105.9576,106.2908,106.9572,107.6236,108.9564,108.9564,109.2896,109.2896,110.2892,110.9556,111.622,111.622,112.2884,112.2884,112.6216,113.288,113.288,113.6212,114.6208,115.2872,115.2872,115.6204,116.62,116.62,117.2864,117.6196,118.61919999999999,118.61919999999999,119.6188,119.6188,119.6188,119.6188,120.9516,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.616,126.616,126.616,127.2824,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.6144,130.9476,131.9472,131.9472,132.2804,132.2804,133.28,133.28,133.9464,133.9464,134.2796,134.2796,134.946,135.2792,136.2788,136.9452,137.6116,137.6116,138.6112,138.6112,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.9428,143.276,143.9424,144.2756,145.6084,146.2748,147.27439999999999,148.274,149.2736,149.2736,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.2728,151.2728,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.2732,150.2732,150.2732,150.2732,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.274,148.274,147.9408,147.6076,147.27439999999999,146.9412,146.2748,146.2748,145.9416,145.9416,145.2752,145.2752,144.6088,144.6088,143.9424,143.276,142.9428,142.2764,141.9432,140.6104,139.944,139.2776,138.6112,138.9444,137.9448,137.6116,137.2784,136.612,136.2788,134.2796,133.28,132.9468,131.9472,130.9476,130.6144,128.9484,127.9488,126.616,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.618,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,119.952,119.2856,118.9524,118.286,117.9528,117.6196,117.2864,116.62,116.2868,115.6204,114.954,114.954,114.954,114.2876,113.288,112.6216,112.95479999999999,111.622,110.6224,109.2896,108.28999999999999,105.9576,104.6248,103.292,102.2924,100.6264,100.2932,98.96039999999999,98.6272,97.2944,97.2944,96.628,96.628,95.6284,94.6288,93.6292,92.6296,91.2968,90.2972,89.2976,88.298,88.298,87.2984,86.632,85.6324,84.966,84.2996,83.6332,82.3004,81.634,80.6344,79.968,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,76.9692,76.9692,76.3028,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.3044,72.3044,71.638,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,62.6416,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.3104,56.644,56.644,56.644,56.644,56.644,56.644,57.3104,58.6432,59.309599999999996,59.976,60.6424,61.9752,63.6412,64.3076,64.974,66.64,67.3064,68.6392,69.3056,70.6384,71.3048,71.9712,71.9712,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.9696,75.9696,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,86.2988,86.9652,87.2984,87.9648,87.9648,87.2984,85.9656,85.9656,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.2992,85.2992,85.2992,85.9656,86.2988,86.2988,85.6324,84.966,83.6332,83.6332,83.6332,83.6332,84.966,84.966,85.9656,86.9652,87.9648,89.2976,89.964,90.2972,91.63,92.6296,93.6292,94.6288,95.6284,96.9612,98.96039999999999,100.6264,102.9588,105.2912,106.9572,106.9572,106.2908,105.6244,103.9584,103.62519999999999,102.6256,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.2912,104.2916,102.2924,99.96,98.96039999999999,95.9616,94.962,91.63,87.9648,85.9656,84.2996,83.3,82.6336,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.966,86.2988,86.632,87.9648,87.9648,88.298,88.9644,89.6308,89.964,90.6304,91.63,91.63,92.6296,92.6296,93.6292,94.2956,94.962,95.6284,96.2948,96.2948,96.9612,98.294,100.2932,102.2924,104.2916,105.9576,106.9572,108.28999999999999,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224],[7.6636,7.6636,7.6636,8.33,8.33,8.9964,8.9964,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,10.9956,10.9956,10.9956,10.9956,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.993199999999998,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.656,27.3224,27.3224,27.3224,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,49.6468,50.3132,50.9796,50.9796,51.9792,51.9792,52.6456,52.6456,53.6452,53.6452,54.3116,54.3116,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.6412,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.306,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,75.6364,77.3024,79.968,81.3008,82.3004,83.6332,84.6328,85.6324,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,85.9656,84.966,84.2996,83.6332,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,84.966,84.966,85.9656,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.2944,97.2944,96.9612,96.9612,96.2948,95.6284,94.962,93.9624,92.9628,92.2964,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.9624,94.962,95.9616,97.6276,98.294,98.96039999999999,99.96,99.96,100.6264,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.9572,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.6224,111.2888,111.2888,112.2884,112.2884,113.288,113.6212,113.6212,114.2876,115.6204,115.9536,115.9536,116.62,116.62,116.62,117.2864,117.6196,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,120.9516,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,127.2824,127.2824,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.9476,131.9472,131.9472,132.2804,132.2804,133.28,133.28,133.9464,133.9464,134.2796,134.2796,134.946,135.2792,136.2788,136.9452,137.6116,137.6116,138.6112,138.6112,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.9424,144.6088,145.9416,146.2748,147.27439999999999,148.274,149.2736,149.2736,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.6068,149.6068,149.6068,149.6068,148.9404,148.6072,148.6072,148.6072,148.6072,148.274,148.274,147.9408,147.9408,147.27439999999999,147.27439999999999,146.608,146.608,146.2748,146.2748,145.6084,145.6084,144.6088,144.6088,143.9424,143.276,142.6096,141.9432,140.9436,139.944,139.2776,139.6108,138.9444,137.9448,137.6116,136.9452,136.9452,136.2788,135.2792,133.9464,132.9468,132.2804,131.614,130.6144,129.948,128.6152,127.9488,127.6156,125.9496,125.2832,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,121.9512,121.2848,121.9512,121.9512,121.9512,121.2848,120.6184,120.2852,119.6188,119.6188,118.9524,118.286,117.9528,117.2864,117.2864,117.2864,116.62,115.9536,115.2872,114.954,114.954,113.6212,112.95479999999999,111.622,109.6228,107.9568,105.9576,104.6248,103.62519999999999,102.2924,101.2928,100.6264,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,97.6276,96.9612,95.9616,94.962,94.2956,93.6292,91.9632,91.2968,90.9636,90.2972,89.964,89.2976,88.63119999999999,88.298,87.2984,85.6324,84.966,83.6332,82.96679999999999,81.634,80.6344,80.6344,80.6344,80.3012,79.6348,79.6348,78.9684,78.30199999999999,78.30199999999999,77.6356,76.9692,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.6384,69.972,70.3052,70.3052,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.3064,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,62.6416,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,57.9768,57.9768,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,56.644,57.3104,57.9768,58.6432,59.309599999999996,59.976,61.3088,61.9752,63.308,64.3076,65.6404,66.3068,67.6396,68.306,69.6388,70.3052,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,77.6356,77.6356,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.6324,84.966,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,84.2996,84.966,85.9656,85.9656,86.9652,86.9652,86.2988,86.2988,86.2988,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.9656,86.9652,87.9648,89.2976,89.964,90.2972,91.63,92.6296,93.6292,94.6288,95.9616,96.628,98.96039999999999,100.6264,102.9588,105.2912,106.2908,106.9572,106.2908,105.2912,103.9584,102.9588,102.6256,101.9592,102.6256,102.6256,103.62519999999999,103.292,103.292,101.9592,98.96039999999999,97.2944,94.2956,92.9628,90.6304,88.298,85.9656,84.2996,82.6336,81.634,81.3008,81.3008,81.3008,81.3008,82.3004,82.96679999999999,83.6332,84.966,86.632,86.632,87.9648,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.9628,93.9624,94.6288,94.962,95.2952,95.9616,96.9612,98.294,99.96,101.9592,104.6248,105.6244,106.9572,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956],[7.6636,7.6636,8.33,8.33,8.9964,8.9964,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,10.9956,10.9956,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,13.6612,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,17.3264,17.6596,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.656,26.656,26.656,27.3224,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,39.3176,39.984,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,48.980399999999996,49.6468,49.6468,50.3132,50.6464,50.6464,51.3128,51.3128,52.3124,52.9788,52.9788,53.6452,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,73.304,75.6364,77.3024,79.968,80.6344,82.3004,82.96679999999999,84.2996,85.6324,86.2988,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,84.966,84.2996,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,84.966,85.2992,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.9636,92.2964,92.9628,92.9628,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.2936,98.96039999999999,98.6272,98.6272,98.294,97.6276,96.9612,96.628,95.6284,94.6288,93.9624,93.6292,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,93.9624,93.6292,93.9624,93.9624,94.962,94.962,95.9616,97.6276,98.294,98.294,99.2936,99.96,100.6264,100.6264,101.2928,101.9592,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,109.6228,109.956,110.6224,111.2888,111.9552,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.954,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.6196,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,120.9516,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,131.2808,131.9472,131.9472,132.2804,132.9468,133.28,133.28,133.9464,134.2796,134.2796,134.2796,134.946,135.6124,136.2788,137.2784,137.6116,137.9448,138.6112,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,144.6088,145.9416,146.2748,147.27439999999999,148.274,149.2736,149.2736,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,149.94,149.94,149.94,149.94,149.94,149.94,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,148.6072,148.6072,148.6072,148.6072,148.274,148.274,147.9408,147.9408,147.27439999999999,147.27439999999999,146.608,146.608,146.2748,145.6084,145.6084,145.2752,144.6088,143.9424,143.9424,142.9428,141.60999999999999,140.9436,140.6104,139.6108,139.6108,138.6112,137.9448,137.6116,137.2784,136.9452,136.2788,135.6124,134.6128,133.28,132.2804,131.9472,130.9476,130.6144,129.948,129.2816,128.6152,127.6156,125.9496,125.2832,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.9508,122.9508,122.2844,121.9512,121.2848,120.6184,119.952,119.6188,118.9524,118.9524,118.61919999999999,118.61919999999999,117.9528,117.9528,117.6196,116.62,116.2868,115.9536,115.2872,114.2876,112.6216,111.2888,108.9564,106.9572,105.6244,104.6248,103.62519999999999,102.2924,101.9592,101.626,100.9596,100.9596,100.9596,100.2932,100.2932,99.2936,98.294,98.294,97.2944,96.2948,94.6288,94.2956,93.9624,93.29599999999999,92.6296,92.6296,92.2964,92.2964,90.9636,89.2976,88.63119999999999,87.6316,86.2988,84.966,84.966,84.966,83.6332,82.96679999999999,82.6336,82.6336,81.634,80.9676,80.3012,80.3012,79.6348,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.3044,71.3048,71.3048,70.9716,70.3052,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.97279999999999,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,61.9752,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,57.3104,57.3104,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,62.6416,63.6412,64.974,66.3068,66.9732,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.3044,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,77.6356,78.6352,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.3004,81.634,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.96679999999999,84.2996,84.966,85.2992,85.9656,85.9656,85.9656,86.2988,86.2988,85.6324,84.966,84.966,84.966,84.966,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.9656,86.9652,87.9648,89.2976,89.964,90.2972,91.63,92.6296,93.6292,94.962,95.9616,96.628,98.96039999999999,100.6264,102.9588,104.958,106.2908,106.2908,105.9576,104.6248,103.292,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,100.9596,98.96039999999999,97.2944,94.2956,91.63,89.2976,87.6316,85.9656,84.2996,82.6336,81.634,80.6344,80.6344,80.6344,80.6344,80.6344,81.634,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.2984,87.9648,88.298,88.63119999999999,89.6308,90.2972,91.2968,91.63,92.2964,92.2964,92.9628,93.9624,94.6288,94.6288,95.2952,95.9616,96.9612,98.294,99.96,101.2928,103.9584,105.6244,106.9572,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956],[8.33,8.33,8.33,8.9964,8.9964,9.996,9.996,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.6616,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,11.661999999999999,11.661999999999999,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.3236,24.3236,24.99,24.99,25.6564,25.6564,25.9896,25.9896,26.656,26.656,26.9892,26.9892,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.6544,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.318,38.9844,39.6508,40.3172,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.641999999999996,61.641999999999996,62.3084,62.3084,63.308,63.308,63.9744,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,73.304,75.6364,77.3024,79.3016,80.6344,81.3008,82.96679999999999,83.6332,84.966,86.2988,87.2984,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,84.966,84.2996,82.96679999999999,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.2992,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,97.96079999999999,97.6276,96.628,94.962,94.6288,94.2956,93.6292,93.6292,93.9624,94.2956,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.2952,95.2952,94.962,94.962,94.962,95.6284,95.9616,95.9616,97.6276,98.294,98.294,99.2936,99.96,100.2932,100.6264,101.2928,101.2928,101.626,102.2924,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,109.6228,110.2892,110.2892,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,115.9536,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,120.9516,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,127.2824,127.6156,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,128.6152,128.6152,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,129.6148,129.948,129.948,129.948,130.6144,130.9476,131.2808,131.2808,131.9472,132.2804,132.9468,132.9468,133.28,133.6132,133.6132,134.2796,134.946,135.6124,136.2788,136.612,137.2784,137.9448,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.6088,144.6088,145.9416,146.2748,147.27439999999999,148.274,149.2736,149.2736,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,148.9404,148.9404,148.6072,148.274,148.274,148.274,148.274,148.274,148.274,147.9408,147.9408,147.27439999999999,147.27439999999999,146.608,146.2748,145.6084,145.2752,145.2752,144.6088,143.9424,143.276,142.9428,142.6096,141.60999999999999,140.9436,140.6104,139.6108,138.9444,138.6112,137.9448,137.2784,137.2784,136.2788,136.2788,135.2792,134.2796,132.9468,132.2804,131.9472,130.9476,130.6144,129.948,129.6148,128.6152,127.6156,126.2828,125.9496,125.6164,125.2832,125.2832,124.6168,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,122.9508,121.618,121.618,121.2848,121.2848,120.9516,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.2864,117.2864,116.62,115.6204,113.6212,111.9552,109.6228,107.9568,106.2908,104.958,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,101.626,101.2928,101.2928,100.6264,100.2932,99.2936,97.96079999999999,97.6276,96.9612,96.628,95.9616,95.9616,95.9616,95.2952,94.6288,93.29599999999999,92.2964,90.9636,90.6304,89.964,89.2976,88.63119999999999,87.6316,86.632,86.2988,86.2988,85.6324,85.6324,84.966,83.6332,82.96679999999999,80.9676,79.968,78.9684,78.30199999999999,76.9692,76.3028,74.97,73.63719999999999,72.6376,72.6376,72.3044,71.638,70.6384,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,61.9752,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,57.3104,57.3104,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,61.3088,61.9752,62.6416,64.3076,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.9664,83.9664,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,85.2992,85.9656,85.6324,85.6324,86.2988,86.2988,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.2996,83.6332,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.6332,83.6332,84.2996,84.966,85.9656,86.9652,87.9648,89.2976,89.964,90.2972,91.63,93.29599999999999,93.9624,95.2952,95.9616,96.628,98.96039999999999,100.6264,102.2924,104.2916,105.6244,105.6244,105.9576,104.2916,103.292,101.9592,101.626,101.2928,100.6264,100.6264,100.6264,100.2932,99.2936,97.96079999999999,94.962,92.2964,89.2976,86.9652,85.2992,84.2996,82.96679999999999,81.9672,81.3008,80.6344,80.3012,79.968,79.968,80.6344,80.6344,81.3008,82.96679999999999,83.6332,84.966,86.2988,86.9652,87.2984,88.298,88.63119999999999,89.6308,90.2972,90.6304,91.63,92.6296,92.9628,93.6292,94.2956,94.2956,94.962,95.6284,95.9616,96.9612,97.96079999999999,99.96,101.2928,103.9584,105.2912,106.9572,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956],[8.33,8.33,8.9964,8.9964,9.996,9.996,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.6616,12.6616,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.3276,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.9928,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,22.3244,22.3244,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.9896,25.9896,25.9896,25.9896,26.3228,26.9892,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.988,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,33.32,34.6528,35.3192,35.9856,36.652,37.6516,38.318,38.9844,39.6508,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.9792,51.9792,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.9756,61.641999999999996,61.641999999999996,62.3084,62.3084,63.308,63.308,63.9744,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.306,68.306,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,73.304,74.97,76.636,78.30199999999999,79.968,80.6344,81.9672,82.96679999999999,83.6332,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,84.966,84.966,84.2996,82.96679999999999,82.3004,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,85.9656,86.632,86.632,86.632,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.9596,100.9596,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,101.626,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,98.294,97.6276,96.628,95.6284,95.6284,94.962,94.962,95.6284,95.9616,96.2948,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.6276,96.9612,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,95.9616,96.9612,97.96079999999999,97.96079999999999,98.294,99.2936,99.2936,100.2932,100.2932,100.6264,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.9564,109.6228,109.6228,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.954,115.2872,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,123.28399999999999,123.6172,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.2828,127.2824,127.6156,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,128.6152,128.6152,128.282,128.282,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.9484,128.9484,129.2816,129.948,129.948,130.6144,130.9476,131.2808,131.614,132.2804,132.2804,132.9468,133.28,133.6132,134.2796,134.946,135.6124,135.6124,136.612,137.2784,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,144.6088,144.6088,144.942,146.2748,146.9412,147.6076,148.274,149.2736,149.2736,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,148.9404,148.9404,148.6072,148.6072,148.274,148.274,148.274,148.274,148.274,148.274,147.9408,147.9408,147.27439999999999,146.608,146.2748,146.2748,145.2752,145.2752,144.6088,144.6088,143.276,142.9428,142.6096,142.6096,141.60999999999999,140.9436,140.6104,139.6108,138.9444,138.6112,137.9448,137.2784,136.612,136.2788,135.6124,135.2792,134.2796,132.9468,131.9472,131.9472,130.9476,130.6144,129.948,129.6148,128.6152,127.9488,126.9492,126.2828,126.2828,126.2828,125.6164,125.6164,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.2844,122.6176,121.9512,121.2848,120.9516,119.952,119.952,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.6196,116.62,114.2876,112.6216,110.6224,108.9564,106.9572,105.9576,104.958,104.6248,103.9584,103.62519999999999,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.2928,100.6264,100.2932,99.96,99.2936,99.2936,99.2936,98.6272,97.96079999999999,96.628,96.2948,95.2952,94.6288,94.6288,93.9624,92.9628,92.2964,91.2968,90.6304,90.2972,89.2976,89.2976,88.298,87.2984,85.2992,84.2996,82.96679999999999,81.634,80.6344,78.9684,78.30199999999999,76.9692,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,62.6416,61.3088,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,57.3104,57.3104,57.9768,57.9768,58.6432,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.9752,62.6416,64.3076,65.6404,66.3068,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.9664,83.9664,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,85.6324,85.6324,86.9652,86.9652,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,84.966,84.2996,83.6332,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.3,83.6332,83.6332,84.2996,84.2996,85.2992,85.9656,86.9652,88.298,89.2976,89.964,90.2972,92.2964,93.29599999999999,94.2956,95.2952,95.6284,96.628,98.96039999999999,99.96,102.2924,104.2916,105.2912,105.6244,105.6244,104.2916,102.6256,101.9592,101.2928,100.6264,99.96,99.96,99.2936,98.96039999999999,97.2944,96.2948,93.6292,90.6304,87.6316,84.6328,83.6332,82.3004,81.3008,81.3008,80.6344,80.6344,80.3012,79.968,79.968,79.968,80.6344,81.3008,82.3004,83.6332,84.966,85.6324,86.9652,87.2984,88.298,88.63119999999999,90.2972,90.6304,90.6304,91.63,92.6296,93.6292,93.9624,94.2956,94.2956,94.962,95.6284,95.9616,96.9612,98.294,99.96,101.2928,103.9584,105.2912,106.9572,107.9568,108.9564,109.2896,109.956,109.956,109.956,109.956,109.956,109.956],[9.3296,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.661999999999999,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.3264,17.3264,17.9928,18.6592,18.6592,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,25.3232,25.9896,25.9896,26.656,27.3224,27.3224,27.9888,27.9888,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,31.654,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.316,43.9824,45.6484,46.3148,46.3148,46.9812,47.3144,47.3144,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,66.64,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,74.3036,75.6364,76.3028,77.6356,79.968,80.6344,81.9672,82.96679999999999,83.6332,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,83.6332,83.6332,82.96679999999999,82.3004,81.634,81.3008,81.3008,81.634,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,84.2996,84.2996,84.966,84.966,85.2992,86.632,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.2928,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.2928,101.2928,100.2932,99.6268,98.96039999999999,98.294,97.6276,96.9612,96.628,96.628,96.628,96.628,96.628,97.6276,97.6276,98.294,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.6276,97.6276,96.628,96.628,95.9616,95.9616,96.628,96.628,96.628,96.628,96.628,96.628,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.6284,94.962,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,96.2948,97.2944,97.96079999999999,97.96079999999999,98.294,99.2936,99.2936,99.2936,100.2932,101.2928,101.626,101.626,101.626,102.6256,103.292,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,106.2908,106.9572,107.6236,107.6236,108.9564,109.2896,109.956,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,115.2872,115.6204,116.2868,116.2868,116.62,116.62,116.9532,116.9532,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.2824,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,128.9484,129.2816,129.948,129.948,130.6144,130.9476,131.2808,132.2804,132.2804,132.9468,133.28,134.2796,134.946,136.2788,136.2788,136.612,137.2784,137.9448,137.9448,138.6112,138.6112,139.6108,139.6108,139.6108,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,143.276,143.276,143.9424,144.2756,144.6088,144.6088,144.6088,144.6088,144.942,144.942,146.2748,146.9412,147.6076,148.274,149.2736,149.2736,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.6068,149.6068,148.9404,148.9404,148.9404,148.6072,148.274,148.274,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.27439999999999,146.9412,146.2748,145.9416,145.9416,145.2752,145.2752,144.6088,143.9424,142.9428,142.9428,142.6096,142.6096,141.60999999999999,140.9436,140.6104,139.6108,138.9444,138.6112,137.9448,137.2784,136.612,136.2788,135.6124,134.6128,133.9464,132.6136,131.9472,131.9472,130.9476,130.9476,130.6144,129.6148,128.6152,128.282,128.282,127.6156,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,125.6164,125.9496,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,120.9516,120.9516,120.2852,120.2852,120.2852,119.952,119.2856,118.61919999999999,118.286,116.62,114.954,112.95479999999999,111.622,108.9564,107.2904,105.9576,105.2912,105.2912,104.958,104.958,104.6248,105.6244,105.6244,105.6244,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.2928,100.2932,99.6268,99.2936,98.96039999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.9616,95.6284,94.6288,93.29599999999999,92.2964,90.9636,89.6308,86.632,85.9656,85.2992,84.2996,82.96679999999999,81.634,80.3012,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,72.9708,72.3044,71.3048,70.6384,69.972,69.3056,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.3104,57.3104,57.9768,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.976,61.3088,62.3084,63.9744,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.9704,74.6368,76.3028,76.9692,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,83.9664,83.3,83.3,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.966,85.6324,85.6324,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,84.966,83.6332,83.6332,83.3,83.3,83.9664,83.9664,83.9664,83.3,83.3,82.6336,82.6336,82.6336,83.6332,83.6332,84.966,84.966,85.2992,85.9656,86.9652,87.6316,88.298,88.9644,89.964,90.9636,92.2964,93.29599999999999,93.9624,94.962,95.9616,96.628,98.294,99.96,101.9592,103.62519999999999,105.2912,105.6244,104.958,103.62519999999999,102.6256,101.626,100.6264,100.2932,99.96,99.2936,98.96039999999999,97.6276,96.2948,93.9624,91.2968,88.298,85.2992,82.96679999999999,81.3008,80.6344,80.3012,80.3012,79.6348,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,82.3004,84.2996,84.966,85.6324,86.9652,87.2984,88.298,89.2976,90.2972,90.6304,91.63,92.9628,92.9628,93.6292,94.2956,94.2956,94.962,94.962,95.9616,96.2948,97.96079999999999,98.6272,100.2932,101.626,103.9584,105.2912,106.2908,107.9568,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,19.3256,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.3232,25.3232,25.3232,25.9896,26.656,27.3224,27.3224,27.9888,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,30.9876,31.654,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,44.982,45.6484,45.6484,45.6484,45.9816,46.647999999999996,47.3144,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.9784,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,72.6376,73.63719999999999,74.97,75.6364,76.3028,78.6352,79.968,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,80.9676,80.6344,80.6344,80.9676,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.9676,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,83.6332,84.2996,84.2996,84.966,84.966,86.2988,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.2928,100.6264,100.2932,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,99.2936,99.96,100.6264,101.2928,101.9592,101.9592,100.6264,100.6264,99.96,99.96,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.6276,97.6276,97.2944,97.2944,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,95.9616,95.9616,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,96.2948,95.9616,95.9616,96.628,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,96.2948,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.2936,99.2936,99.6268,100.2932,101.2928,101.626,101.626,102.2924,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,108.9564,109.2896,109.956,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,115.2872,115.6204,116.2868,116.2868,116.62,116.62,116.9532,116.9532,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.616,127.2824,127.2824,127.2824,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,129.948,130.6144,130.9476,131.2808,132.2804,132.2804,132.9468,133.28,134.2796,134.946,136.2788,136.612,136.612,137.2784,137.9448,138.6112,138.6112,139.2776,139.6108,139.944,139.944,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,143.276,143.276,143.9424,144.2756,144.6088,144.6088,144.6088,144.6088,144.942,144.942,146.2748,146.9412,147.6076,148.274,149.2736,149.2736,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.6068,149.6068,148.9404,148.9404,148.6072,148.6072,148.274,148.274,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.27439999999999,147.27439999999999,146.2748,146.2748,145.9416,145.9416,145.2752,145.2752,143.9424,143.6092,142.9428,142.9428,142.6096,141.9432,140.9436,140.9436,140.6104,139.6108,138.9444,138.6112,137.9448,137.2784,136.612,136.2788,135.6124,134.2796,133.28,132.6136,132.2804,131.9472,131.614,130.9476,130.6144,129.6148,129.2816,128.6152,128.6152,128.6152,128.6152,127.9488,127.2824,127.2824,127.2824,127.2824,126.9492,126.9492,126.9492,126.616,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,123.9504,123.9504,123.28399999999999,122.2844,121.618,121.618,120.9516,120.9516,120.9516,121.2848,120.6184,119.952,118.61919999999999,116.9532,115.2872,113.6212,112.2884,109.956,107.9568,106.9572,106.2908,106.2908,105.9576,106.624,105.9576,106.2908,106.9572,106.9572,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,107.2904,106.9572,106.2908,106.2908,105.9576,105.9576,104.6248,104.6248,104.6248,103.9584,102.6256,102.2924,101.9592,101.626,100.9596,100.2932,100.2932,100.2932,100.6264,100.6264,99.6268,98.6272,96.9612,94.962,93.29599999999999,91.63,89.6308,88.63119999999999,87.9648,86.2988,84.966,84.2996,82.96679999999999,80.9676,79.968,79.3016,78.30199999999999,76.9692,76.3028,74.97,74.3036,72.6376,71.9712,71.3048,69.972,68.9724,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,63.6412,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.3104,57.3104,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,59.309599999999996,60.6424,61.641999999999996,62.3084,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,73.304,74.6368,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.3,83.3,82.6336,82.6336,81.9672,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.632,87.9648,87.9648,87.9648,87.9648,87.2984,86.9652,86.2988,86.2988,84.966,84.2996,83.6332,84.2996,84.2996,84.2996,84.2996,83.9664,83.3,82.6336,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.2992,85.9656,86.632,86.9652,87.6316,88.298,89.6308,90.2972,90.9636,92.2964,93.29599999999999,93.9624,94.962,95.9616,96.2948,98.294,99.6268,101.9592,103.292,104.6248,104.958,104.2916,103.62519999999999,102.6256,100.6264,100.2932,99.2936,99.2936,98.96039999999999,97.2944,96.2948,93.9624,91.63,88.9644,86.632,84.2996,81.9672,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,84.2996,84.966,86.2988,87.2984,87.9648,88.63119999999999,89.2976,90.6304,91.63,93.29599999999999,93.9624,93.9624,93.9624,94.962,95.2952,95.2952,95.9616,96.2948,96.628,98.6272,98.96039999999999,100.9596,102.6256,103.9584,105.2912,106.2908,107.9568,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.6568,24.6568,25.3232,25.9896,26.656,26.656,27.3224,27.3224,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,40.3172,40.9836,41.65,41.65,42.6496,43.316,43.9824,44.6488,44.6488,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,75.6364,76.3028,77.6356,78.30199999999999,78.9684,80.3012,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,84.2996,84.2996,84.966,84.966,86.2988,86.632,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.9644,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.626,101.626,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.2928,100.6264,100.2932,99.96,99.6268,99.2936,98.96039999999999,98.96039999999999,99.2936,99.6268,100.6264,101.2928,101.626,102.2924,103.292,103.62519999999999,103.62519999999999,102.9588,102.6256,102.6256,101.9592,100.6264,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.6268,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.2944,97.6276,97.96079999999999,98.6272,98.6272,98.6272,99.2936,99.2936,99.6268,100.2932,101.2928,101.626,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,108.9564,109.2896,109.956,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,115.2872,115.6204,116.2868,116.2868,116.62,116.62,116.9532,116.9532,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,126.616,126.616,126.616,126.9492,126.9492,127.2824,127.9488,128.6152,128.9484,129.948,130.6144,131.2808,131.2808,132.2804,132.2804,132.9468,133.28,134.2796,134.946,136.2788,136.612,137.2784,137.2784,137.9448,138.6112,139.2776,139.2776,139.944,139.944,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.6096,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.942,144.942,146.2748,146.9412,147.6076,148.274,148.6072,148.6072,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,149.6068,149.6068,148.9404,148.9404,148.6072,148.6072,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.2748,145.9416,145.9416,145.2752,145.2752,144.2756,143.6092,143.6092,142.9428,142.6096,142.6096,141.9432,140.9436,140.6104,140.6104,139.6108,138.9444,138.6112,137.9448,137.6116,136.612,136.612,136.2788,134.2796,133.28,132.9468,132.2804,132.2804,131.9472,131.2808,130.9476,130.2812,129.948,129.948,129.948,129.948,129.6148,129.2816,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,128.282,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,125.9496,125.6164,125.2832,125.2832,125.2832,123.6172,122.9508,122.9508,122.2844,122.2844,122.6176,121.618,120.9516,120.9516,119.952,118.286,115.9536,114.954,113.6212,111.622,109.956,108.9564,108.28999999999999,107.9568,107.9568,108.28999999999999,107.6236,108.28999999999999,108.9564,109.2896,110.2892,110.6224,111.2888,111.2888,110.6224,110.6224,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,106.9572,106.9572,106.9572,106.624,105.2912,104.6248,104.958,104.6248,103.62519999999999,103.9584,103.62519999999999,103.9584,104.6248,104.6248,103.9584,102.6256,101.626,99.6268,97.96079999999999,95.6284,94.6288,93.9624,92.2964,91.2968,89.964,88.9644,86.9652,84.966,83.6332,82.3004,81.3008,79.6348,78.30199999999999,77.6356,76.3028,74.6368,73.304,72.6376,71.3048,70.6384,69.3056,67.6396,66.9732,65.6404,64.974,64.3076,63.6412,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,72.6376,74.6368,75.6364,76.3028,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.966,84.966,86.2988,86.632,87.9648,87.9648,88.298,87.9648,87.9648,87.2984,87.2984,86.632,86.2988,85.2992,85.2992,85.6324,85.6324,85.6324,85.6324,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.2992,85.9656,86.632,87.2984,87.9648,87.9648,88.63119999999999,89.964,90.6304,90.9636,92.2964,93.29599999999999,93.9624,94.962,95.9616,96.2948,97.96079999999999,99.6268,101.2928,103.292,104.2916,104.6248,103.62519999999999,103.292,102.6256,100.6264,100.2932,99.2936,98.96039999999999,97.6276,96.2948,94.2956,91.63,89.6308,87.9648,85.2992,82.96679999999999,81.3008,80.3012,79.6348,79.6348,79.6348,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.2988,87.2984,87.9648,88.9644,90.2972,91.2968,92.6296,93.29599999999999,94.2956,95.6284,95.6284,95.6284,96.2948,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,101.2928,103.292,104.6248,105.2912,106.2908,107.9568,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,19.3256,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.9904,24.6568,24.6568,25.3232,25.9896,26.656,26.656,27.3224,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,31.3208,31.9872,32.6536,33.32,34.6528,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.3184,38.318,38.318,38.9844,39.6508,40.3172,40.3172,40.9836,41.65,42.6496,43.316,43.9824,43.9824,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,53.312,53.9784,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,83.6332,84.2996,84.966,84.966,86.2988,86.2988,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.626,101.626,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.2928,100.6264,100.2932,99.96,99.6268,99.2936,99.2936,99.6268,99.96,100.6264,101.626,101.9592,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,102.9588,102.6256,101.9592,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,100.6264,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.628,96.628,96.628,96.628,97.2944,97.2944,97.6276,97.6276,97.6276,97.6276,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.294,97.6276,97.6276,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.6268,99.6268,100.2932,101.2928,101.626,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,106.9572,106.9572,107.6236,107.9568,108.9564,109.2896,109.956,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,115.2872,115.6204,116.2868,116.2868,116.62,116.62,116.9532,116.9532,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,125.9496,125.9496,125.9496,126.616,126.9492,127.2824,127.9488,128.9484,129.6148,130.6144,130.9476,131.2808,131.9472,132.2804,132.9468,133.28,133.9464,134.946,135.2792,136.612,137.2784,137.2784,137.6116,138.6112,138.6112,139.2776,139.2776,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.9428,143.276,143.9424,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,144.942,146.2748,146.2748,147.27439999999999,147.6076,148.6072,148.6072,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,149.6068,149.6068,148.9404,148.9404,148.6072,148.6072,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,147.27439999999999,147.27439999999999,146.608,146.608,145.6084,145.6084,145.2752,145.2752,144.942,143.6092,143.6092,142.9428,142.6096,142.6096,141.9432,141.2768,140.6104,140.6104,139.944,139.6108,138.9444,138.6112,137.9448,137.6116,137.2784,136.612,136.2788,135.2792,134.2796,132.9468,132.9468,132.2804,132.2804,131.9472,131.2808,130.9476,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.2812,129.948,129.6148,129.2816,129.2816,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.616,126.2828,126.2828,125.6164,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,122.9508,122.2844,120.6184,118.9524,117.6196,116.62,114.954,113.288,111.2888,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.6224,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,107.9568,107.6236,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.624,106.2908,105.2912,103.9584,102.6256,100.9596,98.96039999999999,98.6272,96.9612,95.6284,94.6288,93.6292,91.9632,88.63119999999999,87.2984,86.2988,83.6332,82.96679999999999,81.634,80.3012,78.9684,76.9692,75.6364,73.9704,73.304,71.9712,70.6384,68.9724,67.6396,66.3068,65.6404,64.974,64.3076,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,58.9764,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,60.9756,61.641999999999996,62.3084,63.308,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,69.972,70.6384,71.3048,71.9712,73.9704,75.6364,75.6364,76.636,75.9696,75.9696,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.966,86.2988,86.2988,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.632,86.632,86.632,86.2988,86.2988,85.6324,84.966,83.6332,83.6332,84.966,84.966,85.2992,85.9656,86.632,87.2984,87.9648,87.9648,88.298,89.2976,89.964,90.6304,91.63,92.2964,93.29599999999999,93.9624,94.962,95.9616,96.2948,97.96079999999999,98.96039999999999,101.2928,102.6256,103.9584,103.9584,103.62519999999999,103.292,101.626,100.6264,99.6268,98.96039999999999,98.294,96.9612,94.2956,92.2964,89.6308,87.9648,85.9656,83.6332,81.634,80.6344,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.298,89.2976,90.6304,91.63,92.9628,94.2956,94.6288,96.2948,96.2948,96.2948,96.9612,96.9612,97.2944,98.6272,98.96039999999999,99.6268,100.6264,102.2924,103.292,104.6248,105.6244,106.9572,107.9568,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,19.6588,19.992,19.992,19.992,19.992,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,23.6572,23.6572,24.3236,24.99,24.99,25.6564,26.3228,26.3228,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,40.9836,41.65,42.3164,42.9828,43.316,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.3092,60.9756,61.9752,62.6416,63.308,63.308,64.6408,64.6408,65.3072,65.9736,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.9684,78.9684,79.6348,79.6348,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.966,85.6324,85.9656,87.2984,87.2984,87.6316,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,92.9628,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.9596,100.9596,101.626,101.626,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.2928,101.2928,100.2932,99.96,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,101.626,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.6244,104.958,104.958,104.2916,104.2916,103.62519999999999,103.292,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,101.2928,101.2928,100.9596,100.6264,101.2928,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,101.9592,101.2928,101.2928,100.6264,100.6264,99.96,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,101.2928,101.626,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,106.9572,106.9572,107.6236,107.9568,108.9564,109.2896,109.956,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.2876,115.2872,115.9536,116.62,116.62,116.62,116.62,116.9532,116.9532,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,120.9516,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,127.2824,127.2824,127.2824,127.2824,127.6156,126.9492,126.9492,126.9492,127.2824,127.2824,128.282,128.9484,129.948,130.6144,131.2808,131.9472,132.2804,132.9468,133.28,133.6132,134.2796,134.946,134.946,135.6124,136.612,137.2784,137.9448,137.9448,138.9444,138.9444,139.6108,139.6108,139.944,140.2772,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,144.6088,144.942,145.6084,146.2748,146.9412,147.27439999999999,147.6076,147.6076,148.274,148.274,148.274,148.274,148.6072,148.6072,148.6072,148.6072,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.94,149.94,149.94,149.94,149.6068,149.6068,148.9404,148.9404,148.6072,148.6072,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.2748,146.2748,145.6084,145.6084,145.2752,145.2752,143.9424,143.9424,142.9428,142.9428,142.6096,141.9432,141.60999999999999,141.60999999999999,140.9436,140.6104,140.6104,139.944,139.944,139.6108,138.9444,138.6112,137.9448,137.6116,137.2784,136.612,136.2788,134.946,134.2796,134.2796,133.6132,133.28,132.9468,131.9472,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,131.614,131.2808,131.2808,130.9476,130.6144,129.948,129.948,129.6148,129.6148,128.9484,128.6152,127.9488,127.2824,127.2824,126.616,125.6164,124.28359999999999,124.28359999999999,123.9504,123.9504,124.28359999999999,124.28359999999999,123.9504,123.9504,122.2844,120.6184,119.6188,117.9528,116.2868,114.2876,112.2884,111.9552,111.622,111.9552,111.622,111.622,111.9552,112.95479999999999,113.288,113.95439999999999,114.2876,114.6208,114.6208,114.6208,114.6208,114.6208,113.95439999999999,113.288,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.622,110.9556,109.956,109.956,109.6228,109.6228,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,108.9564,108.28999999999999,107.6236,106.2908,104.958,103.62519999999999,102.6256,101.626,99.96,98.96039999999999,97.6276,94.962,92.6296,90.2972,88.63119999999999,87.9648,85.9656,84.966,83.6332,82.3004,79.968,78.30199999999999,76.3028,75.3032,73.9704,72.6376,70.3052,68.9724,67.6396,66.3068,64.974,64.3076,62.6416,61.9752,62.6416,61.9752,60.6424,60.6424,59.976,59.976,58.9764,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,70.6384,71.9712,73.9704,74.6368,75.6364,75.6364,74.97,74.3036,74.3036,74.97,75.6364,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.966,85.6324,85.9656,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.9644,88.9644,88.298,87.9648,87.9648,86.632,86.2988,84.966,84.966,85.6324,86.2988,86.2988,86.632,86.632,87.9648,88.298,88.298,88.9644,89.2976,89.964,91.2968,91.63,92.2964,93.29599999999999,94.2956,95.2952,95.9616,96.2948,97.96079999999999,98.96039999999999,100.9596,102.6256,103.62519999999999,103.9584,103.292,102.6256,100.9596,99.6268,99.6268,98.6272,97.2944,95.6284,92.9628,89.964,87.6316,85.2992,83.6332,80.9676,79.968,79.6348,79.6348,79.6348,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.298,89.964,91.2968,92.6296,93.6292,94.962,94.962,96.2948,96.9612,96.9612,97.2944,97.96079999999999,98.6272,99.2936,99.6268,100.6264,101.2928,103.292,103.62519999999999,105.2912,105.6244,106.9572,107.9568,108.9564,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,14.3276,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,16.66,16.66,16.66,16.66,16.66,17.3264,17.3264,17.9928,18.326,18.9924,18.9924,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,20.9916,20.9916,21.3248,21.3248,21.3248,21.3248,20.9916,20.9916,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,26.3228,26.9892,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,27.6556,27.6556,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.988,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,40.3172,40.9836,41.65,41.65,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,86.9652,87.2984,87.2984,87.2984,87.6316,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.626,101.626,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.2928,100.6264,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.9592,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.9576,105.2912,104.958,104.958,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,103.62519999999999,103.292,103.292,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.2924,101.626,101.2928,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,99.96,99.96,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.6264,101.626,101.626,101.626,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,106.9572,107.6236,107.9568,107.9568,109.2896,109.2896,109.956,109.956,110.6224,110.9556,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,115.6204,115.9536,116.62,116.62,116.62,116.62,116.9532,116.9532,117.9528,118.286,118.9524,118.9524,119.6188,119.952,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.616,126.616,126.616,126.616,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.282,128.9484,129.948,130.9476,131.9472,132.2804,132.9468,133.28,133.6132,134.2796,134.946,134.946,135.2792,135.94559999999998,137.2784,137.2784,137.9448,137.9448,138.9444,138.9444,139.6108,139.944,140.2772,140.2772,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,144.6088,145.6084,145.6084,146.2748,146.9412,147.6076,147.6076,148.274,148.274,148.274,148.274,148.6072,148.6072,148.6072,148.6072,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.94,149.94,149.94,149.94,149.6068,149.6068,148.9404,148.9404,148.6072,148.6072,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.2748,146.2748,145.6084,145.6084,144.942,144.942,144.2756,143.9424,143.276,142.9428,142.6096,142.6096,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,140.6104,140.6104,139.944,139.6108,138.9444,138.6112,138.278,137.6116,137.2784,136.612,135.6124,134.946,134.946,134.2796,133.9464,133.28,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,132.9468,132.9468,132.9468,132.2804,131.9472,131.614,131.614,130.9476,130.6144,129.948,129.2816,128.9484,127.9488,127.9488,127.2824,126.616,125.2832,125.2832,124.95,124.95,125.2832,124.95,124.95,124.28359999999999,123.6172,122.2844,120.2852,119.6188,117.6196,115.6204,113.95439999999999,113.288,112.95479999999999,113.288,112.95479999999999,112.95479999999999,113.95439999999999,114.6208,114.6208,115.2872,115.9536,116.2868,116.62,116.62,116.2868,116.2868,115.2872,114.6208,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,112.95479999999999,112.2884,111.622,111.622,110.9556,110.9556,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.2892,109.2896,108.28999999999999,106.9572,105.6244,104.958,103.62519999999999,102.6256,101.2928,99.96,96.9612,94.962,93.6292,91.63,89.964,88.9644,87.6316,86.632,84.6328,82.96679999999999,81.634,78.9684,76.9692,75.6364,74.3036,71.638,70.3052,68.306,66.9732,65.6404,64.3076,62.6416,61.9752,62.6416,61.9752,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.31,58.31,58.31,58.31,57.6436,57.6436,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.9724,70.6384,71.9712,73.304,74.6368,74.97,74.97,73.63719999999999,72.9708,72.9708,73.63719999999999,74.97,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,80.6344,79.968,79.968,79.3016,78.6352,77.6356,76.9692,76.9692,76.9692,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.9644,89.2976,89.964,89.964,89.964,89.6308,88.9644,88.298,87.9648,87.2984,86.2988,85.6324,85.6324,86.2988,86.2988,86.632,87.2984,88.298,88.298,88.9644,88.9644,89.2976,89.964,91.2968,91.63,92.2964,93.29599999999999,94.2956,94.962,95.2952,96.2948,97.96079999999999,98.96039999999999,100.9596,102.6256,103.292,103.292,103.292,101.626,100.2932,99.2936,99.2936,97.6276,95.9616,93.9624,91.2968,88.298,85.2992,82.3004,80.3012,79.3016,78.9684,78.9684,78.9684,79.6348,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,81.3008,82.3004,83.6332,84.2996,85.6324,86.632,87.9648,88.9644,90.6304,91.63,93.29599999999999,93.9624,95.2952,95.6284,96.9612,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,101.2928,101.9592,103.62519999999999,104.2916,105.6244,106.2908,107.6236,108.28999999999999,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,14.3276,15.3272,15.3272,15.9936,15.9936,15.9936,16.66,16.66,16.66,16.66,16.66,16.66,17.3264,17.3264,17.3264,17.3264,17.3264,17.3264,17.9928,17.9928,18.6592,18.9924,19.6588,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,21.658,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.988,30.6544,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,41.3168,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,61.3088,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,86.9652,86.9652,86.9652,86.9652,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.626,101.626,101.9592,101.9592,102.6256,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.2928,100.9596,100.9596,100.9596,101.626,101.626,101.626,101.9592,101.9592,101.9592,102.6256,103.292,103.9584,104.6248,105.6244,105.9576,105.2912,105.2912,105.2912,104.958,104.958,104.2916,104.2916,103.62519999999999,104.6248,104.6248,104.6248,104.6248,103.9584,104.6248,104.6248,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.2912,105.9576,105.9576,105.2912,105.6244,105.6244,105.2912,104.958,103.9584,103.292,102.6256,101.2928,100.6264,99.96,99.96,99.96,99.96,99.96,100.6264,101.2928,100.6264,100.6264,100.9596,100.9596,100.6264,100.9596,100.9596,100.9596,99.96,99.96,99.96,99.6268,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.6264,101.626,101.626,101.626,101.626,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.9576,105.9576,106.9572,107.6236,107.9568,107.9568,109.2896,109.2896,109.956,109.956,110.6224,110.9556,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,115.6204,115.9536,116.62,116.62,116.62,116.62,116.9532,116.9532,117.9528,118.286,118.9524,118.9524,119.6188,119.952,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.9484,129.2816,129.948,130.9476,131.9472,132.2804,133.28,133.28,134.2796,134.2796,134.946,134.946,135.2792,135.94559999999998,137.2784,137.2784,137.9448,137.9448,138.9444,138.9444,139.6108,139.944,140.2772,140.2772,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.2764,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.9424,144.6088,145.2752,145.6084,146.2748,146.9412,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,148.274,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.94,149.94,149.94,149.94,149.6068,149.6068,148.9404,148.9404,148.6072,148.6072,147.27439999999999,147.27439999999999,146.608,146.608,146.608,146.608,146.608,146.608,146.2748,145.6084,145.6084,145.2752,144.942,144.2756,144.2756,143.276,143.276,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,141.9432,141.60999999999999,140.9436,140.9436,140.9436,140.6104,139.944,139.944,139.6108,139.6108,138.9444,138.6112,137.2784,136.2788,136.2788,135.2792,135.2792,134.6128,134.2796,133.6132,133.6132,133.9464,133.9464,133.9464,133.9464,134.2796,134.2796,134.2796,134.946,134.946,134.2796,134.2796,134.2796,134.2796,133.28,133.28,132.9468,132.9468,132.2804,131.614,130.9476,129.948,128.9484,128.9484,128.6152,128.6152,127.6156,126.9492,126.616,126.616,125.9496,126.2828,125.6164,124.95,124.6168,122.9508,121.2848,120.9516,119.2856,117.9528,115.9536,115.6204,114.6208,114.954,114.6208,115.2872,115.6204,116.62,116.62,117.2864,117.6196,117.9528,118.286,118.286,117.9528,117.9528,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.6204,114.2876,113.6212,113.288,112.6216,112.2884,111.622,111.2888,110.9556,110.9556,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,109.956,108.9564,107.6236,106.2908,105.6244,104.6248,103.62519999999999,102.2924,101.626,99.6268,97.96079999999999,95.9616,94.6288,92.6296,91.63,89.964,88.63119999999999,86.2988,84.966,82.96679999999999,81.3008,79.6348,77.6356,75.6364,72.9708,71.638,69.6388,67.6396,66.3068,64.974,62.6416,61.9752,62.6416,61.9752,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,61.3088,61.641999999999996,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.9744,64.3076,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,68.306,69.972,71.3048,73.304,73.9704,74.97,74.3036,72.3044,70.9716,70.6384,71.9712,73.9704,75.3032,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,84.2996,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.964,90.2972,91.2968,91.2968,90.6304,90.2972,89.2976,88.63119999999999,87.6316,86.9652,86.2988,86.2988,86.9652,86.9652,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.2964,93.29599999999999,93.9624,94.962,95.2952,96.2948,98.294,99.6268,100.9596,101.626,102.2924,102.2924,101.626,100.6264,99.2936,98.96039999999999,97.6276,96.2948,93.9624,91.9632,89.6308,86.632,82.96679999999999,80.3012,79.3016,78.6352,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.968,79.968,80.3012,80.3012,80.6344,80.6344,81.3008,82.3004,83.6332,84.2996,85.6324,86.632,88.298,89.2976,90.9636,92.2964,93.6292,94.6288,95.2952,95.6284,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,100.9596,101.2928,102.6256,103.62519999999999,105.2912,106.624,106.9572,107.6236,108.28999999999999,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,14.3276,15.3272,15.3272,15.9936,15.9936,16.66,16.66,16.66,16.66,16.66,16.66,17.3264,17.3264,17.9928,17.9928,18.6592,18.6592,18.6592,18.6592,18.6592,19.3256,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,22.9908,23.6572,24.3236,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,22.9908,22.9908,22.3244,21.658,20.9916,20.9916,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,26.3228,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.988,30.6544,30.6544,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.9848,38.9844,38.9844,39.6508,39.6508,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,50.3132,50.3132,50.9796,51.646,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.6392,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.6368,75.3032,75.3032,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.3032,75.3032,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,77.3024,78.30199999999999,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,86.2988,86.2988,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.964,90.2972,90.6304,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.2944,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.2928,101.626,101.9592,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,101.9592,101.9592,102.6256,102.6256,103.292,103.9584,104.6248,105.6244,105.9576,105.2912,105.9576,105.2912,105.2912,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,104.6248,103.9584,102.2924,101.2928,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,99.6268,99.96,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,101.626,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.9576,106.624,107.2904,108.28999999999999,108.9564,109.2896,109.2896,109.956,110.6224,110.9556,111.622,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.2876,115.6204,115.6204,115.9536,116.62,116.62,116.62,116.9532,116.9532,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,120.9516,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,122.6176,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.9484,129.2816,129.948,130.6144,130.9476,131.9472,132.2804,133.28,133.28,134.2796,134.2796,134.946,134.946,135.2792,135.94559999999998,137.2784,137.2784,137.9448,137.9448,138.9444,138.9444,139.6108,139.944,140.2772,140.2772,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.2764,142.2764,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.9424,143.9424,145.2752,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.6076,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.94,149.94,149.94,149.94,149.6068,149.6068,148.9404,148.9404,148.9404,148.6072,147.9408,147.27439999999999,147.27439999999999,146.608,146.608,146.608,146.608,146.608,145.6084,145.6084,145.2752,145.2752,144.2756,144.2756,143.6092,143.276,142.9428,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,141.9432,141.9432,141.9432,141.60999999999999,141.2768,140.6104,140.6104,139.944,139.944,139.6108,138.9444,137.9448,137.2784,136.612,136.2788,136.2788,135.2792,135.2792,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,133.9464,133.9464,133.9464,133.28,132.9468,132.2804,131.614,130.6144,129.6148,129.6148,128.9484,129.2816,128.6152,127.9488,127.2824,126.9492,126.9492,126.2828,126.2828,125.2832,124.6168,123.28399999999999,122.2844,121.2848,120.9516,119.2856,117.6196,116.9532,115.9536,116.2868,116.62,116.62,117.2864,117.2864,117.9528,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.286,118.286,118.286,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.2868,115.6204,114.2876,113.6212,113.288,112.6216,111.622,111.2888,110.9556,110.9556,111.2888,111.2888,110.9556,111.2888,111.2888,111.2888,110.2892,109.6228,107.9568,106.9572,106.2908,105.9576,104.6248,103.62519999999999,103.292,101.2928,99.6268,98.6272,96.9612,94.962,92.6296,91.63,90.6304,88.63119999999999,86.9652,85.9656,84.6328,82.96679999999999,80.9676,77.6356,75.3032,73.304,71.3048,68.9724,66.9732,65.6404,63.9744,63.308,63.308,62.6416,60.6424,60.6424,60.6424,59.976,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.9756,61.641999999999996,61.641999999999996,62.3084,62.3084,62.3084,63.308,63.308,63.6412,63.6412,63.6412,64.3076,64.974,64.974,64.974,64.974,65.6404,66.3068,66.3068,67.6396,69.3056,71.3048,72.6376,73.9704,74.3036,72.9708,70.9716,69.6388,69.3056,70.6384,72.6376,74.6368,76.636,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.9692,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.9664,84.2996,84.966,85.6324,85.6324,86.2988,87.2984,87.9648,88.298,88.63119999999999,89.2976,90.2972,91.2968,91.9632,91.9632,91.2968,90.6304,90.2972,89.2976,88.298,87.2984,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.964,89.964,90.6304,91.63,92.2964,92.6296,93.29599999999999,93.9624,94.962,95.9616,96.2948,98.294,98.96039999999999,100.9596,101.626,101.626,101.626,100.6264,99.6268,98.96039999999999,97.96079999999999,96.2948,94.962,92.6296,90.2972,87.9648,84.2996,80.9676,79.3016,77.6356,77.6356,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.968,79.968,80.3012,80.3012,80.6344,80.6344,81.3008,82.3004,83.6332,84.2996,85.6324,86.632,88.298,89.964,91.63,92.9628,93.6292,94.6288,95.9616,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,100.9596,101.2928,101.9592,102.6256,104.2916,105.2912,106.624,106.9572,107.9568,108.9564,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,14.3276,15.3272,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.3264,17.6596,17.6596,17.6596,17.6596,18.326,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,21.658,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,24.99,24.99,24.3236,23.6572,22.6576,21.9912,21.9912,21.3248,21.3248,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,26.656,26.656,27.6556,27.6556,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.9876,31.654,31.654,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,37.3184,37.9848,37.9848,38.6512,38.9844,39.6508,40.3172,40.9836,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.6452,53.6452,54.3116,55.3112,55.9776,55.9776,56.644,56.644,57.3104,57.3104,58.31,59.6428,60.3092,60.9756,61.641999999999996,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,65.9736,66.64,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.9676,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,86.2988,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.6308,89.6308,90.2972,89.964,90.2972,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.96,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,105.9576,105.6244,105.6244,105.6244,105.9576,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,105.9576,105.9576,105.6244,106.624,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,109.2896,108.6232,108.28999999999999,106.9572,106.624,104.6248,103.62519999999999,102.2924,101.2928,101.2928,101.9592,101.9592,101.9592,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.9576,106.624,107.2904,107.9568,108.9564,109.2896,109.2896,109.956,110.6224,110.9556,111.622,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.2876,114.2876,114.954,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.6196,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.6184,120.6184,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.616,126.9492,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,129.2816,129.948,129.948,130.6144,130.9476,131.2808,131.9472,132.2804,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,135.2792,135.94559999999998,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,139.6108,139.944,140.6104,140.6104,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,144.2756,144.2756,144.942,145.2752,146.2748,146.2748,146.9412,146.9412,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,148.6072,148.6072,148.9404,148.9404,149.6068,149.94,149.94,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.9404,148.274,148.274,147.27439999999999,147.27439999999999,146.608,146.608,145.9416,145.9416,145.6084,145.6084,145.2752,145.2752,143.9424,143.9424,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.2764,141.9432,141.60999999999999,141.60999999999999,140.9436,140.6104,139.944,139.944,139.6108,138.6112,137.9448,137.2784,136.612,136.2788,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,135.6124,136.2788,136.2788,135.6124,135.2792,135.2792,135.2792,135.2792,135.2792,134.2796,134.2796,134.2796,134.946,134.2796,133.6132,133.28,131.9472,130.9476,129.948,129.6148,129.948,128.9484,128.9484,128.6152,127.9488,126.9492,126.9492,126.2828,125.2832,124.6168,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.2856,118.61919999999999,118.286,118.286,118.9524,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.6196,117.2864,116.62,116.2868,114.2876,113.6212,113.288,112.6216,111.9552,111.2888,111.2888,111.2888,111.2888,110.6224,111.622,111.622,111.9552,111.2888,110.6224,109.956,108.6232,107.6236,106.9572,106.624,105.6244,105.2912,104.2916,102.6256,100.6264,99.96,98.294,96.9612,94.6288,93.6292,92.6296,91.2968,89.964,88.298,87.9648,85.9656,83.9664,81.3008,78.9684,75.6364,73.304,70.6384,68.9724,67.6396,66.9732,65.3072,63.9744,62.6416,60.6424,60.6424,60.6424,60.6424,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.308,64.3076,64.974,66.3068,66.9732,68.306,70.3052,71.638,72.9708,73.304,71.9712,69.3056,68.6392,68.6392,69.3056,71.3048,73.304,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,84.966,84.966,85.2992,86.632,87.2984,88.298,88.63119999999999,89.964,90.6304,91.63,92.2964,92.2964,91.2968,90.6304,90.2972,89.6308,88.63119999999999,87.6316,87.6316,87.6316,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.6304,91.2968,91.63,91.9632,92.2964,93.29599999999999,93.29599999999999,94.2956,95.2952,95.9616,96.9612,97.96079999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,99.2936,98.96039999999999,97.96079999999999,96.9612,95.9616,93.6292,91.2968,88.63119999999999,86.2988,82.96679999999999,79.968,78.30199999999999,76.3028,76.3028,76.9692,77.6356,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,82.3004,83.6332,84.2996,85.6324,87.2984,88.298,89.964,91.63,92.9628,93.9624,94.6288,95.9616,96.9612,97.2944,97.96079999999999,98.96039999999999,99.2936,100.2932,100.2932,100.9596,101.2928,102.6256,102.9588,104.958,105.9576,106.624,106.9572,107.9568,108.6232,109.2896,108.6232,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,14.3276,15.3272,15.9936,15.9936,16.66,17.3264,17.3264,17.3264,17.3264,17.6596,17.6596,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,22.3244,22.9908,23.6572,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.3228,26.3228,25.6564,24.99,24.3236,23.323999999999998,22.6576,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.6564,26.656,26.656,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,31.654,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,36.652,37.3184,37.9848,38.318,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,52.3124,52.9788,52.9788,53.6452,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,56.644,57.3104,58.9764,59.6428,60.3092,60.9756,61.9752,62.6416,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.2996,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,86.2988,86.9652,86.9652,87.6316,87.9648,88.298,88.63119999999999,89.2976,89.6308,89.6308,89.964,89.964,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.9596,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,105.2912,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,105.6244,106.2908,106.2908,106.9572,107.2904,107.2904,107.2904,106.624,106.624,106.624,106.624,106.624,106.624,106.624,105.9576,106.624,106.2908,106.624,107.6236,107.6236,108.9564,108.9564,108.9564,109.2896,109.956,109.956,109.956,109.2896,108.6232,106.9572,105.6244,104.6248,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.2924,102.2924,102.2924,101.9592,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,106.624,107.6236,108.28999999999999,109.2896,109.2896,109.956,110.6224,110.9556,111.622,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.2876,115.6204,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,118.286,118.9524,119.6188,119.6188,119.952,119.952,120.6184,120.6184,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,125.9496,126.616,126.9492,127.6156,127.9488,127.9488,128.6152,128.9484,128.9484,128.9484,129.6148,129.948,130.6144,130.6144,130.9476,131.2808,131.2808,131.9472,131.9472,132.6136,132.9468,133.6132,133.6132,134.2796,134.2796,135.2792,135.94559999999998,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,139.6108,139.944,140.6104,140.6104,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,144.2756,144.2756,144.942,145.2752,146.2748,146.2748,146.9412,146.9412,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,148.6072,148.6072,148.9404,149.6068,149.94,149.94,149.94,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.6072,148.274,147.9408,147.27439999999999,147.27439999999999,146.608,146.2748,145.9416,145.6084,145.6084,145.2752,145.2752,143.9424,143.9424,143.276,143.276,142.9428,142.9428,142.9428,143.276,142.9428,142.9428,142.9428,143.6092,143.9424,143.9424,143.9424,143.276,142.6096,142.6096,142.2764,142.2764,141.2768,141.2768,140.6104,139.944,139.2776,138.6112,137.9448,137.9448,136.9452,136.9452,136.9452,136.9452,137.2784,137.2784,137.2784,137.2784,136.9452,136.9452,136.9452,136.2788,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.6124,135.6124,134.946,135.2792,134.946,134.946,134.2796,132.9468,132.6136,131.614,130.6144,129.948,129.948,129.6148,128.9484,128.6152,127.9488,127.6156,126.9492,126.2828,124.95,123.9504,123.9504,122.6176,122.2844,121.618,121.2848,120.2852,119.952,119.952,119.952,119.952,120.2852,120.2852,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,117.6196,117.2864,116.62,115.6204,114.2876,113.6212,113.288,112.6216,112.2884,111.9552,111.9552,111.622,110.9556,111.622,112.2884,111.9552,111.9552,111.2888,110.2892,108.6232,107.9568,107.2904,106.9572,106.624,105.9576,105.6244,103.9584,102.2924,101.2928,99.96,97.96079999999999,96.628,95.9616,94.2956,93.6292,92.6296,91.63,91.2968,89.2976,87.2984,84.966,82.3004,78.30199999999999,75.3032,72.9708,70.9716,69.6388,68.6392,67.3064,64.6408,62.6416,60.6424,59.976,60.6424,60.6424,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.641999999999996,61.641999999999996,61.641999999999996,62.3084,63.6412,64.3076,64.974,66.3068,67.6396,68.9724,70.9716,71.638,71.9712,70.6384,68.6392,67.3064,67.3064,68.6392,70.6384,72.6376,74.3036,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.2992,85.2992,86.632,87.2984,88.298,89.964,90.6304,91.63,92.2964,92.2964,91.2968,90.6304,90.2972,89.6308,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,89.2976,89.964,89.964,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,94.2956,95.2952,95.9616,96.9612,97.96079999999999,98.6272,99.6268,99.6268,99.2936,99.2936,98.294,98.294,97.96079999999999,95.9616,94.962,92.6296,89.2976,86.632,83.6332,81.9672,78.9684,77.3024,76.3028,75.6364,76.3028,76.9692,78.6352,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,82.3004,83.6332,84.2996,85.6324,87.2984,88.298,89.964,91.63,92.9628,94.6288,94.6288,95.9616,96.9612,97.2944,97.96079999999999,98.96039999999999,99.2936,100.2932,100.2932,100.9596,101.2928,102.6256,103.62519999999999,104.958,106.624,107.2904,107.2904,108.6232,108.6232,109.2896,109.2896,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,14.3276,15.3272,15.3272,15.9936,16.66,17.3264,17.3264,17.3264,17.3264,18.326,18.326,18.326,18.9924,19.6588,20.3252,20.9916,21.658,21.658,21.658,22.3244,22.3244,23.6572,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.9888,27.9888,28.6552,28.6552,28.6552,28.6552,28.6552,27.9888,27.9888,26.3228,25.6564,24.99,24.3236,23.323999999999998,22.6576,22.6576,22.6576,22.6576,22.6576,22.6576,22.6576,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,26.656,26.656,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,35.3192,35.9856,35.9856,36.652,37.6516,38.318,38.9844,39.6508,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,53.6452,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.9656,86.2988,86.9652,86.9652,87.6316,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.9596,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.9584,103.9584,104.6248,105.2912,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.6228,109.956,110.6224,110.9556,110.9556,110.9556,110.6224,108.6232,106.9572,105.9576,104.958,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.6248,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.9576,106.624,107.2904,107.9568,108.9564,109.2896,109.956,110.6224,110.9556,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.2876,115.6204,115.9536,115.9536,115.9536,116.2868,116.62,116.62,117.2864,118.286,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.6184,121.2848,121.9512,121.9512,122.2844,122.6176,122.6176,122.6176,122.6176,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.6164,125.9496,126.616,127.6156,127.9488,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,133.6132,134.2796,134.2796,135.2792,135.94559999999998,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,139.6108,139.944,140.6104,140.6104,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,144.2756,144.2756,144.942,145.2752,146.2748,146.2748,146.9412,146.9412,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,148.6072,148.6072,148.9404,149.6068,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.6068,149.2736,148.6072,148.6072,148.274,147.27439999999999,147.27439999999999,146.608,146.2748,145.6084,145.2752,145.2752,144.6088,143.9424,143.276,143.276,142.9428,143.276,143.276,143.276,143.276,144.2756,144.2756,144.2756,144.2756,144.6088,144.6088,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,142.2764,142.2764,141.60999999999999,140.9436,140.6104,139.2776,139.2776,138.6112,138.278,138.6112,138.278,137.6116,137.6116,138.6112,138.6112,137.9448,137.9448,137.9448,137.2784,137.2784,137.2784,137.2784,137.2784,136.612,136.612,136.612,135.94559999999998,135.94559999999998,135.6124,135.6124,134.946,134.2796,134.2796,133.28,132.2804,131.614,131.614,130.9476,130.6144,129.6148,128.9484,128.6152,127.6156,126.9492,126.2828,125.6164,124.6168,124.6168,123.9504,123.28399999999999,122.2844,122.2844,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.2852,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.61919999999999,117.9528,117.2864,116.2868,115.6204,114.954,113.95439999999999,113.288,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,110.2892,109.956,108.6232,107.9568,107.6236,107.2904,106.624,105.9576,105.2912,102.9588,102.2924,101.2928,99.6268,98.6272,97.96079999999999,97.2944,96.2948,95.6284,94.6288,93.6292,92.2964,90.6304,87.9648,84.966,82.3004,77.6356,75.3032,73.63719999999999,71.9712,69.972,67.97279999999999,64.974,63.308,60.6424,59.976,59.976,59.976,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,63.9744,65.6404,66.9732,68.306,69.6388,70.3052,70.3052,69.6388,67.6396,66.3068,66.64,67.97279999999999,69.972,71.3048,72.6376,73.304,73.9704,73.9704,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.2992,85.9656,87.2984,88.298,88.9644,90.6304,90.9636,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,89.6308,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.6292,94.2956,95.2952,95.9616,96.9612,97.96079999999999,98.6272,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,97.2944,96.9612,95.9616,93.9624,91.63,88.298,85.6324,82.96679999999999,80.3012,78.9684,77.3024,76.3028,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,82.3004,83.6332,84.2996,85.6324,86.632,88.298,89.964,92.2964,93.29599999999999,94.6288,95.2952,95.9616,96.9612,97.2944,97.96079999999999,98.96039999999999,99.2936,100.2932,100.2932,100.9596,101.9592,102.6256,103.62519999999999,104.6248,106.2908,106.9572,107.2904,108.6232,108.6232,109.2896,109.2896,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.6608,15.3272,15.3272,15.9936,16.66,17.3264,17.3264,17.3264,17.6596,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.3244,22.9908,22.9908,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.656,27.3224,27.9888,28.6552,28.6552,29.3216,29.3216,29.3216,29.3216,29.3216,29.3216,28.6552,27.6556,26.3228,25.6564,24.99,23.9904,23.9904,23.323999999999998,23.323999999999998,22.6576,22.6576,22.6576,22.6576,22.9908,22.9908,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,26.656,26.656,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,34.6528,35.3192,35.3192,35.9856,36.9852,37.6516,38.318,38.9844,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,44.315599999999996,44.982,45.6484,46.3148,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,61.9752,62.3084,63.308,63.308,63.9744,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.9656,86.2988,86.9652,86.9652,87.6316,87.6316,88.298,88.298,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.9596,100.9596,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.6244,105.9576,106.624,106.9572,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,107.9568,108.6232,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.2904,107.6236,107.9568,108.9564,108.9564,109.6228,109.6228,110.2892,110.9556,111.622,111.622,111.622,110.9556,109.956,108.28999999999999,106.9572,105.9576,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.9576,105.6244,105.6244,105.6244,105.2912,104.6248,104.6248,103.9584,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.624,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.954,115.6204,115.9536,115.9536,116.2868,116.2868,116.62,116.62,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,119.952,119.952,121.2848,121.2848,121.9512,121.9512,121.9512,122.6176,122.6176,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,125.2832,125.6164,125.6164,126.2828,126.616,127.2824,127.9488,128.6152,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,130.9476,130.9476,131.614,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,133.6132,134.2796,135.2792,135.94559999999998,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,139.6108,139.944,140.6104,140.6104,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,144.2756,144.2756,144.942,145.2752,146.2748,146.2748,146.9412,146.9412,147.6076,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,148.6072,148.9404,148.9404,149.6068,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.6068,149.2736,149.2736,148.6072,147.6076,147.27439999999999,147.27439999999999,146.608,145.6084,145.2752,145.2752,144.6088,143.9424,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,144.2756,144.942,145.2752,145.2752,145.2752,144.942,144.6088,144.6088,145.2752,145.2752,145.2752,144.6088,144.6088,143.9424,142.9428,142.9428,142.6096,141.60999999999999,140.2772,140.2772,139.944,139.6108,139.6108,139.2776,139.2776,139.2776,139.6108,138.9444,138.6112,138.6112,138.6112,138.6112,137.9448,137.6116,137.6116,137.6116,137.2784,136.612,136.612,136.612,136.612,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,133.9464,133.9464,132.9468,132.2804,131.9472,130.9476,129.948,128.9484,127.9488,127.9488,126.9492,126.2828,126.2828,126.2828,125.6164,124.95,124.6168,123.9504,123.6172,122.9508,122.9508,122.2844,122.2844,121.9512,121.2848,121.2848,120.9516,120.9516,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,119.952,119.2856,118.61919999999999,117.9528,117.2864,116.62,115.6204,115.2872,114.6208,114.2876,114.6208,114.2876,113.95439999999999,113.288,113.288,113.288,112.2884,111.622,110.2892,109.956,108.9564,108.9564,107.9568,107.9568,107.6236,106.2908,104.6248,103.62519999999999,103.292,101.9592,100.9596,99.6268,98.96039999999999,98.96039999999999,98.294,97.6276,96.9612,95.6284,93.9624,90.9636,88.63119999999999,85.2992,82.3004,78.9684,76.636,74.3036,72.3044,69.6388,66.64,64.3076,61.9752,60.6424,60.6424,60.6424,60.3092,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,62.6416,64.3076,65.6404,66.9732,67.6396,68.306,68.306,68.306,66.9732,66.3068,66.64,67.3064,68.6392,69.972,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,85.2992,85.9656,86.632,87.6316,88.9644,89.964,90.9636,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.9632,91.9632,92.2964,92.2964,92.6296,92.6296,92.9628,93.29599999999999,93.29599999999999,93.9624,93.6292,93.6292,94.2956,94.962,95.9616,96.9612,97.96079999999999,98.6272,98.96039999999999,98.294,97.2944,96.9612,96.2948,95.9616,95.6284,94.6288,92.6296,90.2972,87.2984,84.2996,81.9672,79.6348,78.30199999999999,76.636,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,82.3004,83.6332,84.6328,85.6324,86.632,88.298,89.964,92.2964,93.29599999999999,94.6288,95.2952,95.9616,96.9612,97.2944,97.96079999999999,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.9592,102.9588,104.2916,105.6244,106.2908,106.9572,107.2904,108.6232,108.6232,109.2896,109.2896,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.6608,14.6608,15.3272,15.9936,15.9936,16.66,16.66,16.66,17.6596,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.9896,26.656,26.656,27.3224,27.3224,27.9888,28.6552,29.3216,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,28.6552,27.9888,27.3224,26.656,25.6564,25.6564,24.99,24.3236,23.323999999999998,23.323999999999998,22.6576,22.6576,22.6576,22.6576,22.6576,22.6576,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,39.984,40.6504,40.9836,41.65,41.65,42.3164,42.6496,43.316,43.316,43.316,43.316,43.9824,44.6488,45.3152,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.9784,54.6448,54.6448,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.6336,82.6336,83.3,83.3,83.3,83.3,83.9664,84.2996,84.2996,84.966,85.6324,85.9656,86.2988,86.9652,86.9652,87.6316,87.9648,88.298,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.6304,91.63,92.2964,92.9628,92.9628,93.6292,94.2956,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,105.9576,106.624,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.6228,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,109.2896,109.956,110.6224,110.9556,110.9556,111.622,112.2884,112.2884,111.622,110.6224,109.2896,107.9568,107.2904,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,105.6244,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.9572,107.6236,107.9568,108.28999999999999,109.2896,109.956,109.956,110.2892,111.2888,111.9552,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.6208,115.2872,115.2872,115.2872,115.6204,115.9536,115.9536,116.62,117.6196,117.9528,117.9528,118.61919999999999,118.9524,119.6188,119.6188,119.952,120.2852,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.9488,128.282,128.6152,129.6148,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,132.2804,132.2804,132.9468,133.6132,134.2796,135.2792,135.94559999999998,136.9452,136.9452,137.6116,137.9448,138.6112,138.6112,139.6108,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,144.2756,144.2756,144.942,145.2752,146.2748,146.2748,146.9412,146.9412,147.6076,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.6072,148.6072,149.2736,149.2736,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.6068,148.6072,148.274,147.27439999999999,147.27439999999999,146.9412,146.608,146.2748,146.2748,145.2752,145.2752,144.6088,144.6088,144.6088,144.2756,144.942,144.942,144.942,144.942,145.2752,145.6084,145.6084,146.2748,146.2748,145.9416,145.9416,146.608,146.608,146.9412,146.9412,146.9412,145.9416,144.942,144.2756,143.9424,142.9428,142.6096,141.9432,141.2768,141.2768,140.2772,140.2772,140.2772,140.2772,139.944,139.944,139.6108,139.6108,139.2776,139.2776,139.2776,139.2776,138.6112,138.6112,137.6116,137.2784,137.2784,137.2784,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,136.612,136.2788,135.6124,134.946,134.2796,133.28,131.9472,130.9476,129.6148,128.9484,128.9484,127.9488,127.9488,127.2824,127.6156,127.2824,126.2828,125.9496,125.2832,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.2848,120.9516,119.952,119.2856,118.286,118.286,117.9528,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.2872,115.2872,113.95439999999999,113.6212,112.2884,110.9556,110.2892,109.956,109.6228,109.6228,108.6232,107.6236,106.9572,105.2912,104.6248,103.62519999999999,103.62519999999999,102.2924,101.9592,101.9592,101.2928,100.6264,100.2932,99.2936,97.96079999999999,95.2952,92.6296,89.6308,85.9656,83.3,81.634,78.6352,74.97,72.3044,69.3056,66.3068,63.9744,62.3084,62.3084,61.641999999999996,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,61.9752,63.308,64.6408,65.3072,65.9736,66.3068,66.3068,66.3068,65.6404,65.6404,66.3068,66.9732,68.306,68.9724,69.6388,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.3012,80.3012,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,85.9656,86.632,87.6316,88.63119999999999,89.964,90.9636,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,93.6292,93.6292,93.6292,93.9624,93.6292,93.6292,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,95.9616,96.9612,97.96079999999999,98.294,97.6276,97.2944,97.2944,96.2948,95.6284,94.962,94.6288,93.29599999999999,91.63,89.6308,85.9656,83.6332,81.3008,78.9684,77.3024,75.9696,74.97,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,82.3004,83.6332,84.6328,85.9656,87.2984,88.298,89.964,92.2964,93.29599999999999,94.6288,95.2952,95.9616,96.9612,97.2944,97.96079999999999,98.96039999999999,99.2936,99.96,100.6264,101.626,103.292,104.2916,104.958,105.9576,106.9572,106.9572,107.2904,108.6232,108.6232,109.2896,109.2896,108.6232,107.9568,107.6236,107.6236,107.6236,106.9572],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,16.993199999999998,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,21.658,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,29.3216,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.3212,30.3212,29.3216,29.3216,28.6552,27.9888,26.9892,26.3228,25.6564,24.99,23.9904,23.323999999999998,22.6576,22.6576,22.6576,22.6576,22.6576,22.6576,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.6544,30.6544,31.3208,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.9848,38.6512,39.3176,39.984,40.3172,40.9836,40.9836,41.65,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,44.6488,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.9784,54.6448,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.308,63.9744,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.9664,84.2996,84.2996,84.966,85.6324,85.9656,86.2988,86.9652,86.9652,87.9648,87.9648,88.298,88.9644,89.2976,89.6308,89.6308,90.2972,91.2968,91.63,92.2964,92.9628,93.6292,94.2956,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,105.2912,106.624,107.2904,107.6236,107.9568,107.9568,108.6232,108.9564,109.6228,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.6228,109.6228,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,108.6232,109.956,110.2892,110.9556,110.9556,111.622,112.2884,112.6216,112.6216,112.2884,111.622,110.6224,108.9564,108.28999999999999,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.624,106.624,106.2908,105.6244,105.2912,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.9564,109.956,109.956,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,113.288,113.288,113.95439999999999,114.6208,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,116.9532,117.6196,117.9528,117.9528,118.9524,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.95,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,127.6156,127.9488,128.6152,128.6152,129.6148,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,132.2804,132.6136,132.9468,134.2796,135.2792,135.94559999999998,136.9452,136.9452,137.9448,137.9448,138.6112,138.9444,139.2776,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,144.2756,144.2756,144.942,145.2752,146.2748,146.2748,146.9412,147.27439999999999,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.6072,148.6072,149.2736,149.2736,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.94,149.2736,148.9404,148.274,148.274,147.6076,147.27439999999999,147.27439999999999,146.608,146.608,145.6084,145.6084,145.2752,145.2752,144.942,145.2752,145.2752,145.2752,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,148.274,148.274,148.9404,147.9408,147.27439999999999,146.9412,146.2748,145.6084,144.942,144.2756,143.6092,142.6096,142.6096,141.60999999999999,141.60999999999999,141.9432,141.60999999999999,140.2772,140.2772,140.6104,140.6104,140.6104,139.944,139.6108,139.6108,139.6108,139.2776,138.278,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,138.278,138.9444,138.6112,137.9448,137.6116,137.2784,136.612,135.6124,134.2796,132.9468,131.9472,130.6144,129.948,129.6148,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,127.2824,126.616,126.2828,125.6164,125.6164,124.95,123.9504,123.9504,123.28399999999999,122.9508,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,121.618,121.9512,121.9512,122.2844,122.2844,122.6176,122.6176,121.9512,121.9512,121.2848,120.9516,120.9516,120.2852,119.6188,119.6188,119.6188,118.286,118.286,117.9528,117.2864,116.62,116.2868,114.954,113.95439999999999,112.2884,111.9552,111.9552,110.9556,110.9556,109.956,108.9564,108.28999999999999,106.9572,106.2908,105.9576,105.6244,104.6248,103.9584,102.9588,102.6256,102.6256,102.6256,101.9592,100.2932,98.6272,96.628,93.9624,90.9636,87.9648,85.2992,82.6336,78.6352,74.97,71.3048,69.3056,66.3068,64.974,63.9744,63.308,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.9764,58.9764,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.638,72.3044,72.3044,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,79.6348,80.3012,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,83.6332,84.6328,85.9656,87.2984,88.63119999999999,89.964,90.9636,91.63,92.2964,91.63,91.63,91.2968,90.6304,91.2968,91.9632,92.2964,92.9628,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.2956,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.9616,96.628,97.96079999999999,98.294,97.6276,97.6276,96.9612,95.6284,94.6288,93.6292,93.29599999999999,92.2964,90.6304,88.298,84.966,82.3004,80.3012,78.9684,76.636,75.3032,74.3036,74.3036,74.97,75.6364,76.9692,76.9692,77.6356,78.6352,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,82.3004,83.6332,84.6328,85.9656,87.2984,88.298,89.964,92.2964,93.29599999999999,94.6288,95.2952,95.9616,96.9612,97.2944,97.96079999999999,98.96039999999999,99.96,100.2932,101.2928,102.2924,103.292,104.2916,105.2912,106.624,107.6236,107.2904,107.2904,108.6232,108.6232,109.2896,108.6232,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.9944,13.9944,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,16.3268,16.993199999999998,16.993199999999998,17.6596,18.9924,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,28.6552,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,29.988,29.3216,29.3216,28.6552,27.6556,26.9892,25.6564,24.99,23.9904,23.323999999999998,22.6576,22.6576,22.6576,22.6576,22.6576,22.6576,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,30.6544,31.3208,31.9872,32.6536,32.6536,33.32,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,43.316,43.9824,45.6484,46.3148,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,52.3124,52.3124,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.6332,84.2996,84.966,85.6324,85.9656,86.2988,86.9652,87.2984,87.2984,87.6316,88.298,88.63119999999999,89.2976,89.6308,90.2972,90.6304,90.9636,92.2964,92.9628,93.6292,94.2956,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.6264,100.9596,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,105.2912,105.6244,106.624,107.2904,107.9568,108.6232,108.9564,109.6228,109.956,110.2892,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,113.288,112.95479999999999,111.622,110.9556,109.956,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,107.9568,107.9568,106.9572,106.2908,106.2908,105.6244,105.6244,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.2916,104.2916,104.2916,104.2916,104.958,104.958,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,107.2904,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,110.6224,111.2888,111.622,111.622,112.2884,112.6216,113.288,113.95439999999999,114.6208,114.6208,114.6208,114.954,115.6204,115.6204,115.9536,116.9532,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.9524,119.2856,119.952,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,121.2848,121.618,121.618,121.618,121.618,121.618,121.618,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.6156,127.9488,128.282,128.6152,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.2804,132.2804,131.9472,132.6136,133.6132,134.946,135.2792,135.94559999999998,137.2784,137.6116,137.9448,137.9448,138.9444,138.6112,139.2776,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,144.2756,144.2756,144.942,145.2752,146.2748,146.2748,146.9412,147.27439999999999,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.6072,148.6072,149.2736,149.2736,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.2732,150.2732,149.94,149.6068,149.6068,148.9404,148.9404,148.9404,148.6072,147.9408,147.27439999999999,147.27439999999999,146.608,146.608,146.608,146.608,146.608,146.608,146.2748,146.608,146.2748,146.608,147.27439999999999,148.274,148.274,148.6072,148.6072,149.2736,149.6068,149.6068,149.94,149.6068,148.9404,147.27439999999999,146.9412,146.2748,146.2748,144.942,144.2756,143.6092,143.9424,143.6092,143.276,142.9428,141.9432,141.9432,141.9432,141.9432,141.2768,141.2768,140.9436,140.9436,140.6104,139.944,138.9444,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,139.2776,139.6108,138.9444,138.9444,138.6112,137.9448,136.9452,136.612,135.6124,133.6132,132.9468,132.2804,131.2808,131.2808,130.9476,130.2812,130.2812,130.2812,129.948,129.948,129.6148,128.6152,127.9488,127.6156,127.6156,126.616,125.6164,124.6168,123.9504,122.9508,122.9508,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.6176,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,121.9512,121.9512,121.9512,121.9512,120.6184,120.2852,119.6188,118.9524,117.9528,117.9528,115.9536,114.954,114.2876,113.288,113.6212,113.288,112.95479999999999,111.622,110.9556,109.6228,108.28999999999999,107.9568,106.9572,106.9572,105.9576,105.2912,104.6248,104.6248,104.6248,103.9584,103.62519999999999,102.6256,101.626,99.96,97.2944,94.6288,92.2964,89.6308,86.9652,81.634,78.30199999999999,74.97,71.9712,68.9724,66.64,65.9736,64.6408,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,58.9764,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.31,58.31,58.9764,58.9764,58.6432,58.6432,58.6432,58.6432,57.9768,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.6436,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.9744,64.6408,64.6408,65.3072,65.9736,66.9732,66.9732,67.97279999999999,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,83.6332,84.6328,85.9656,86.9652,88.63119999999999,90.6304,91.2968,91.9632,91.9632,91.63,91.63,91.2968,90.6304,91.2968,91.9632,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.2952,95.9616,95.6284,94.962,94.962,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,96.2948,95.6284,93.9624,93.29599999999999,92.6296,91.2968,89.6308,86.632,84.2996,81.9672,79.968,78.30199999999999,76.636,75.3032,74.3036,74.3036,74.97,75.6364,76.9692,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,82.3004,83.6332,84.6328,85.9656,87.2984,88.298,89.964,91.63,92.9628,94.6288,94.6288,95.9616,96.9612,97.2944,97.96079999999999,98.96039999999999,99.96,100.2932,101.2928,102.2924,103.62519999999999,104.2916,105.2912,106.624,107.6236,107.2904,107.2904,108.6232,108.6232,108.6232,108.6232,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,15.3272,15.6604,16.3268,16.3268,16.993199999999998,18.326,18.9924,19.6588,20.3252,21.658,22.3244,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,25.9896,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,29.988,29.988,29.3216,29.3216,28.322,27.6556,26.3228,25.6564,23.9904,23.323999999999998,22.6576,22.6576,22.6576,22.6576,22.6576,22.6576,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,31.3208,31.9872,31.9872,32.6536,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,38.9844,38.9844,39.6508,39.6508,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,44.982,45.6484,46.9812,47.6476,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.9784,54.978,55.6444,56.3108,56.977199999999996,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,84.2996,84.966,85.6324,85.6324,86.2988,86.9652,87.2984,87.2984,87.6316,87.6316,88.298,88.9644,89.2976,89.964,90.6304,90.9636,92.2964,92.9628,93.6292,94.6288,94.962,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,105.2912,105.6244,106.624,107.2904,107.9568,108.6232,109.6228,109.6228,110.2892,110.9556,111.9552,111.9552,111.9552,112.2884,112.2884,111.9552,111.9552,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.95439999999999,113.288,112.2884,111.622,110.9556,110.9556,110.9556,110.9556,111.2888,110.9556,110.9556,110.2892,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,106.624,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,111.2888,111.2888,111.622,111.622,112.6216,112.6216,113.6212,113.95439999999999,114.6208,114.6208,114.954,114.954,115.6204,115.6204,116.62,116.9532,117.6196,117.6196,118.286,118.286,118.286,118.286,119.2856,119.2856,119.2856,119.952,119.952,119.952,119.952,119.952,120.9516,120.9516,121.618,121.618,121.618,121.618,121.618,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.95,124.95,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,128.282,128.282,129.2816,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.2804,132.9468,133.6132,133.6132,133.6132,132.9468,132.9468,132.2804,132.2804,132.6136,133.6132,134.2796,134.946,135.6124,136.612,137.2784,138.6112,138.6112,138.9444,138.9444,139.6108,139.6108,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.9424,144.2756,144.942,144.942,145.2752,146.2748,146.9412,146.9412,147.27439999999999,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.6072,148.6072,149.2736,149.2736,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.2732,150.2732,150.2732,150.2732,150.2732,149.6068,149.6068,148.9404,148.274,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,147.27439999999999,148.274,148.274,148.6072,149.2736,149.2736,149.6068,150.6064,150.6064,150.6064,150.2732,149.6068,148.9404,147.9408,147.27439999999999,147.27439999999999,146.608,145.6084,145.2752,145.2752,144.942,144.942,143.9424,143.276,143.276,142.9428,142.9428,142.2764,141.2768,141.2768,140.9436,140.9436,140.6104,139.6108,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,139.6108,139.6108,139.6108,138.9444,138.6112,137.9448,137.2784,136.612,134.6128,133.6132,133.28,132.9468,132.2804,131.9472,131.2808,130.9476,130.9476,130.9476,131.2808,130.6144,129.6148,129.2816,128.6152,128.6152,128.282,126.9492,126.616,124.95,123.9504,123.28399999999999,122.9508,122.9508,122.6176,122.6176,122.6176,122.6176,122.9508,122.9508,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,122.6176,120.9516,120.2852,119.6188,118.9524,117.9528,116.62,116.2868,115.9536,115.2872,114.6208,114.2876,113.288,112.2884,111.2888,109.2896,108.9564,108.28999999999999,107.9568,107.6236,106.624,106.2908,105.6244,105.2912,104.6248,104.6248,103.62519999999999,103.292,101.9592,100.2932,98.6272,96.2948,94.6288,90.9636,85.2992,81.634,78.6352,74.97,71.9712,69.6388,68.6392,66.64,63.9744,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,58.9764,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.31,58.31,58.9764,58.9764,58.6432,58.6432,58.6432,58.6432,57.9768,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,56.644,56.644,56.644,56.644,56.644,56.3108,56.977199999999996,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,67.3064,67.97279999999999,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,83.6332,85.2992,86.632,88.298,89.2976,90.9636,91.63,92.2964,91.9632,91.63,91.63,91.2968,90.6304,91.2968,92.2964,93.6292,94.6288,95.2952,95.2952,95.6284,95.6284,96.2948,95.6284,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,96.9612,96.9612,97.2944,96.9612,95.9616,94.962,93.9624,92.6296,91.63,89.964,88.298,85.9656,82.96679999999999,81.3008,79.6348,78.30199999999999,76.636,75.9696,74.97,74.3036,74.97,74.97,76.3028,76.9692,77.6356,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.9672,82.96679999999999,84.2996,85.2992,86.632,87.9648,88.63119999999999,89.964,91.63,92.9628,93.9624,94.6288,95.9616,96.2948,96.9612,97.96079999999999,98.96039999999999,99.96,100.2932,101.2928,102.6256,103.62519999999999,104.958,105.9576,106.624,107.6236,107.2904,107.2904,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.328,13.328,13.328,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.3264,17.9928,18.6592,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,23.6572,24.6568,25.6564,25.6564,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,27.9888,28.6552,28.6552,28.6552,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.9892,24.99,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,26.656,26.656,26.656,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,40.9836,41.65,42.3164,43.316,44.315599999999996,44.982,45.6484,46.3148,46.9812,48.314,49.6468,50.9796,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,53.312,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,65.3072,65.3072,65.9736,65.9736,66.64,66.64,67.3064,67.97279999999999,68.306,68.306,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.9656,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.2976,90.6304,92.2964,92.9628,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.6248,103.9584,103.9584,104.6248,104.958,105.6244,105.9576,106.2908,106.9572,107.9568,108.6232,109.956,109.956,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.2884,112.2884,111.9552,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.2888,111.2888,112.2884,112.2884,113.288,113.6212,114.2876,114.954,114.954,114.2876,113.288,112.2884,112.2884,111.9552,112.2884,112.95479999999999,111.9552,111.9552,111.622,110.9556,110.6224,109.956,109.2896,108.9564,107.9568,107.6236,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,109.2896,109.956,109.956,110.6224,111.2888,111.622,111.622,112.2884,113.288,113.6212,113.6212,113.6212,113.95439999999999,114.6208,114.6208,115.2872,115.9536,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.9524,119.2856,119.2856,119.2856,119.952,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,125.2832,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.9492,127.6156,127.6156,127.9488,128.9484,129.6148,129.6148,129.948,130.6144,130.9476,130.9476,130.9476,131.9472,131.9472,132.6136,132.9468,133.9464,134.2796,134.946,134.2796,133.6132,133.28,132.9468,132.9468,133.6132,134.2796,134.2796,134.946,136.2788,137.2784,137.6116,137.9448,137.9448,138.6112,138.9444,139.6108,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,143.276,143.276,143.6092,143.6092,144.2756,144.2756,145.2752,145.2752,145.6084,145.6084,146.608,147.27439999999999,147.6076,147.6076,148.274,148.274,148.274,148.274,148.6072,148.6072,148.6072,148.6072,148.6072,148.6072,149.6068,149.6068,149.94,150.6064,151.2728,151.2728,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.606,151.9392,151.9392,151.9392,151.9392,150.93959999999998,150.93959999999998,150.93959999999998,150.2732,150.2732,149.6068,149.6068,149.2736,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,148.6072,148.6072,148.9404,149.6068,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.2732,149.6068,149.6068,148.9404,148.6072,147.27439999999999,147.27439999999999,146.2748,145.9416,145.9416,145.2752,145.2752,144.2756,143.276,142.9428,142.2764,141.9432,141.9432,141.60999999999999,140.9436,140.6104,139.944,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,140.6104,140.6104,139.944,139.2776,138.6112,137.9448,137.9448,136.612,135.6124,135.2792,134.2796,134.2796,133.28,133.28,132.9468,132.9468,131.9472,131.9472,131.9472,131.9472,130.6144,130.9476,130.6144,130.6144,129.948,128.6152,127.6156,125.9496,125.2832,124.6168,124.28359999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.6164,125.6164,125.6164,125.2832,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,122.6176,122.6176,121.2848,120.2852,119.6188,118.61919999999999,118.61919999999999,117.9528,116.62,115.9536,115.6204,115.2872,113.6212,111.9552,111.2888,110.2892,109.956,108.9564,108.9564,107.9568,107.2904,107.2904,106.624,105.9576,105.9576,105.6244,104.6248,103.62519999999999,103.292,101.2928,100.2932,98.6272,95.2952,89.2976,85.2992,82.6336,79.3016,75.6364,73.304,71.638,69.3056,65.9736,64.6408,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,83.3,84.966,85.2992,87.2984,89.2976,90.9636,91.63,92.9628,92.9628,92.9628,91.9632,91.63,91.2968,90.2972,90.9636,92.6296,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,96.2948,95.9616,94.962,93.9624,93.29599999999999,93.6292,93.6292,93.6292,93.6292,94.2956,94.962,94.962,94.962,94.962,96.2948,96.2948,96.2948,95.9616,95.6284,94.6288,93.29599999999999,92.2964,90.2972,88.9644,86.2988,84.2996,82.3004,81.3008,79.6348,78.30199999999999,77.3024,75.9696,74.97,74.3036,74.3036,74.97,76.3028,76.9692,77.6356,79.3016,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.63119999999999,89.964,91.2968,92.2964,93.6292,94.6288,94.962,95.9616,96.2948,97.96079999999999,98.96039999999999,99.96,100.2932,101.9592,102.6256,104.2916,105.2912,105.9576,106.624,107.6236,107.2904,107.2904,107.2904,107.2904,107.9568,107.9568,107.2904,106.9572,106.2908,105.9576,105.9576,105.9576],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,15.9936,16.66,17.3264,17.9928,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,23.6572,24.99,24.99,25.6564,25.6564,26.3228,26.3228,26.9892,26.9892,27.3224,27.9888,27.9888,28.6552,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.9892,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,26.656,26.656,26.656,26.656,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,40.3172,40.9836,41.65,42.3164,43.316,44.315599999999996,44.982,45.6484,46.3148,47.6476,48.980399999999996,50.3132,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,53.6452,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,66.64,67.3064,67.6396,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,85.6324,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.9652,87.9648,88.298,88.9644,89.2976,90.9636,92.2964,92.2964,92.6296,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.962,95.2952,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.628,96.9612,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,103.9584,103.9584,104.6248,104.958,105.6244,105.9576,106.2908,106.2908,107.6236,107.9568,109.2896,109.956,110.2892,111.2888,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.9552,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,111.9552,111.9552,112.2884,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,113.6212,112.95479999999999,112.95479999999999,112.2884,113.288,113.288,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.2892,109.956,108.9564,108.6232,107.9568,107.6236,106.9572,106.624,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.6232,108.6232,108.6232,109.2896,109.2896,109.956,109.956,111.2888,111.622,111.622,112.2884,113.288,113.6212,113.6212,113.6212,113.95439999999999,114.6208,114.6208,115.2872,115.9536,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.6172,123.6172,124.28359999999999,125.2832,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.9492,127.6156,127.6156,127.9488,128.9484,129.6148,129.6148,129.948,130.9476,130.9476,130.9476,131.614,131.9472,132.2804,132.6136,132.9468,133.9464,134.2796,134.946,134.946,134.2796,133.6132,133.28,133.28,133.6132,133.6132,134.2796,134.2796,135.2792,136.2788,136.612,137.6116,137.6116,137.9448,137.9448,138.6112,139.6108,139.944,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,143.276,143.276,143.6092,143.6092,144.2756,144.2756,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.6076,147.6076,148.274,148.274,148.274,148.274,148.6072,148.6072,148.6072,148.6072,148.6072,148.6072,149.6068,149.94,150.6064,150.6064,151.2728,151.2728,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.606,151.606,151.606,151.9392,152.6056,152.6056,152.6056,151.9392,151.2728,151.2728,150.93959999999998,151.2728,150.93959999999998,150.93959999999998,150.93959999999998,150.2732,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,148.6072,148.9404,149.6068,149.6068,149.94,149.94,150.6064,150.6064,151.2728,151.2728,150.6064,150.6064,150.2732,149.94,149.6068,149.6068,148.274,147.9408,147.9408,147.27439999999999,146.2748,145.9416,145.6084,144.942,143.9424,143.276,142.9428,141.9432,141.9432,141.60999999999999,140.9436,140.9436,139.944,139.6108,139.6108,139.6108,139.944,139.944,139.944,140.6104,140.9436,140.9436,140.6104,139.944,138.9444,138.6112,138.6112,137.2784,136.2788,136.2788,135.2792,135.2792,134.946,134.946,134.946,134.2796,134.2796,132.9468,132.9468,132.9468,132.6136,131.9472,131.2808,130.6144,130.2812,129.948,128.6152,127.6156,126.9492,125.6164,125.2832,124.95,123.9504,123.9504,123.9504,124.6168,124.6168,124.95,124.95,124.6168,125.2832,125.2832,125.2832,125.2832,126.2828,126.2828,126.2828,125.6164,124.95,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,122.2844,121.2848,120.2852,119.6188,118.9524,118.9524,117.9528,117.2864,116.2868,115.9536,114.6208,113.288,111.622,111.622,111.2888,110.2892,109.956,109.2896,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,104.6248,103.9584,103.292,101.9592,98.96039999999999,92.9628,89.6308,87.2984,83.9664,80.3012,76.9692,74.97,72.6376,68.9724,66.64,65.9736,65.3072,64.6408,64.974,64.3076,63.9744,63.9744,63.9744,63.308,63.308,61.3088,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,58.9764,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.644,57.9768,58.6432,58.6432,59.309599999999996,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,84.2996,85.9656,87.2984,88.9644,90.9636,92.2964,93.9624,93.9624,93.9624,93.6292,92.2964,91.63,91.2968,90.2972,90.9636,92.2964,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,95.9616,95.6284,93.6292,92.6296,92.6296,91.9632,91.9632,92.6296,93.6292,94.2956,94.6288,94.962,94.962,94.962,95.6284,95.6284,95.9616,94.962,94.6288,93.6292,92.2964,91.2968,89.6308,87.6316,85.9656,83.6332,81.634,80.3012,79.6348,78.30199999999999,77.3024,75.9696,74.97,74.3036,74.3036,74.3036,75.6364,76.9692,77.6356,79.3016,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.63119999999999,89.964,91.2968,92.2964,93.29599999999999,93.9624,94.962,95.9616,96.2948,97.2944,98.6272,99.96,100.2932,101.9592,102.6256,104.2916,105.2912,105.9576,106.624,107.6236,107.2904,107.2904,107.2904,107.2904,107.9568,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,16.66,16.66,17.3264,18.326,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.656,27.3224,27.3224,27.9888,28.322,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.9892,25.6564,24.99,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,26.656,26.656,27.3224,27.3224,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,47.6476,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.312,52.9788,53.6452,53.6452,54.3116,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.9656,86.632,87.2984,87.6316,88.9644,89.964,90.2972,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,103.9584,103.9584,104.6248,104.958,105.6244,105.9576,106.2908,106.2908,107.6236,107.9568,108.9564,109.2896,110.2892,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,114.6208,114.954,115.6204,115.6204,115.9536,115.2872,114.954,114.2876,113.6212,113.288,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.6216,112.2884,111.622,111.2888,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.2904,107.2904,107.2904,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,111.2888,111.622,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.6208,114.6208,115.6204,115.6204,115.9536,116.62,117.2864,117.2864,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.952,120.2852,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.6172,124.28359999999999,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,127.6156,127.6156,127.9488,127.9488,128.9484,129.6148,129.948,129.948,130.9476,131.614,131.614,131.614,132.2804,132.2804,132.9468,132.9468,134.2796,134.2796,134.946,134.946,134.946,134.2796,134.2796,133.28,133.6132,133.6132,133.6132,134.2796,134.2796,134.946,135.6124,136.2788,136.612,137.2784,137.9448,138.6112,139.2776,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,143.276,143.276,143.6092,143.6092,144.2756,144.2756,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.6076,147.6076,148.274,148.274,148.274,148.274,148.6072,148.6072,148.6072,148.6072,148.6072,148.6072,149.6068,149.94,150.6064,150.6064,151.2728,151.2728,151.606,151.606,151.606,151.606,151.606,151.606,151.606,151.606,151.9392,151.9392,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.6056,152.6056,151.9392,151.9392,151.2728,151.2728,151.2728,150.6064,150.2732,150.2732,150.2732,149.94,149.6068,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.94,149.94,150.2732,150.6064,150.6064,150.6064,150.6064,150.6064,150.2732,149.94,149.6068,149.6068,149.6068,148.9404,148.9404,147.9408,147.27439999999999,146.608,146.2748,145.2752,144.2756,143.6092,143.276,142.2764,142.2764,141.2768,141.2768,141.2768,140.6104,140.6104,140.6104,140.6104,139.944,139.944,140.6104,140.6104,141.60999999999999,141.60999999999999,140.9436,140.9436,139.944,139.6108,138.9444,137.6116,137.6116,137.2784,136.9452,136.9452,136.9452,136.9452,136.9452,136.2788,136.2788,135.2792,134.946,134.946,134.2796,132.9468,132.9468,132.6136,131.2808,130.9476,130.2812,129.2816,128.282,127.6156,126.616,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.9496,125.9496,126.9492,127.6156,126.9492,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.95,123.9504,122.9508,121.2848,120.9516,120.2852,120.2852,118.9524,117.9528,117.2864,115.9536,115.6204,113.95439999999999,112.6216,112.6216,112.2884,111.622,111.2888,110.9556,109.956,109.956,109.2896,108.9564,108.28999999999999,107.6236,106.9572,106.9572,106.624,105.6244,104.6248,103.9584,101.9592,97.96079999999999,94.6288,91.9632,87.9648,83.6332,80.9676,78.9684,75.9696,72.3044,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.3064,66.9732,66.3068,66.3068,65.6404,64.974,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.6428,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.3088,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.6388,70.3052,70.9716,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.3,84.966,87.2984,88.9644,90.9636,92.6296,94.6288,95.2952,95.6284,95.6284,94.6288,93.6292,91.9632,91.2968,89.964,90.2972,91.63,92.9628,93.29599999999999,94.6288,95.2952,95.2952,95.2952,95.2952,94.2956,92.6296,90.9636,90.2972,90.6304,91.2968,91.63,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,93.9624,93.6292,92.6296,91.2968,90.2972,88.9644,86.9652,84.6328,82.96679999999999,81.3008,80.3012,79.6348,78.30199999999999,77.3024,76.636,74.97,74.97,74.3036,74.3036,75.6364,76.9692,77.6356,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.9644,89.964,91.2968,91.63,93.29599999999999,93.9624,94.962,95.9616,96.2948,96.628,98.6272,99.96,100.2932,101.9592,103.292,104.2916,105.2912,105.9576,106.624,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,106.9572,106.2908,105.6244,105.6244,104.958,104.958,104.958],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.9896,26.656,26.656,27.3224,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,26.3228,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.3224,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,38.9844,39.6508,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,53.312,53.312,53.312,52.6456,52.9788,52.9788,52.9788,53.6452,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,77.3024,77.9688,77.9688,77.9688,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.2992,85.9656,86.632,87.6316,88.9644,88.9644,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.9616,95.9616,96.628,96.628,96.628,96.628,96.628,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,103.9584,103.9584,104.6248,104.958,105.6244,105.9576,106.2908,106.2908,107.6236,107.6236,108.9564,108.9564,109.6228,110.2892,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.954,114.954,115.6204,115.9536,116.62,116.62,115.9536,115.2872,114.954,114.954,114.6208,114.6208,114.6208,114.6208,114.954,113.6212,112.95479999999999,113.288,112.95479999999999,112.2884,111.622,110.9556,110.9556,110.2892,109.956,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.6208,115.2872,115.6204,115.9536,116.62,117.2864,117.2864,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,124.28359999999999,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.616,126.616,126.616,127.2824,127.6156,127.9488,127.9488,128.6152,129.6148,129.948,129.948,130.6144,131.614,131.614,131.614,131.614,132.2804,132.2804,132.9468,132.9468,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,133.6132,133.6132,133.6132,134.2796,134.2796,134.946,135.2792,135.6124,136.2788,137.2784,137.6116,138.6112,139.2776,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,143.276,143.276,143.6092,144.2756,144.2756,144.2756,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.6076,147.6076,148.274,148.274,148.274,148.274,148.6072,148.6072,148.6072,148.6072,148.6072,149.2736,149.6068,149.94,150.6064,150.6064,151.2728,151.2728,151.606,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.606,151.9392,152.6056,152.6056,152.9388,152.9388,153.6052,153.6052,153.6052,153.6052,152.9388,152.9388,152.6056,152.6056,151.9392,151.9392,151.9392,151.2728,150.6064,150.6064,150.2732,149.94,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,149.94,150.2732,150.2732,150.6064,150.6064,150.6064,150.6064,150.2732,149.94,149.94,149.6068,149.6068,149.6068,149.6068,148.6072,147.6076,147.27439999999999,146.608,145.6084,144.942,144.2756,143.6092,142.9428,142.2764,141.9432,141.9432,141.2768,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,139.944,139.6108,138.9444,138.278,138.278,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.2784,136.9452,136.2788,135.6124,134.946,133.9464,133.28,132.9468,131.9472,131.2808,130.9476,130.2812,128.9484,128.6152,127.9488,127.2824,126.616,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,127.6156,126.2828,126.2828,126.2828,126.2828,126.2828,125.9496,125.9496,125.2832,124.95,123.28399999999999,122.2844,121.2848,120.9516,120.9516,119.6188,117.9528,117.2864,116.62,115.6204,114.954,113.95439999999999,113.288,113.288,111.9552,111.9552,111.622,111.622,111.2888,109.956,109.6228,109.6228,108.9564,108.28999999999999,107.6236,107.6236,106.9572,106.2908,105.6244,103.9584,101.9592,98.6272,96.2948,92.6296,87.9648,84.6328,81.9672,79.3016,75.9696,74.6368,73.63719999999999,72.9708,71.9712,71.3048,71.3048,69.972,69.972,68.9724,68.306,67.6396,66.3068,65.6404,64.6408,63.9744,63.308,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.976,59.976,60.6424,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,69.6388,70.3052,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,84.966,86.632,88.9644,90.9636,93.29599999999999,94.962,95.9616,96.2948,96.628,96.2948,95.2952,93.9624,91.9632,91.2968,89.964,89.964,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,93.9624,93.29599999999999,92.6296,90.9636,89.964,89.964,89.2976,89.964,90.2972,91.2968,92.2964,92.9628,93.6292,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,92.2964,90.9636,90.2972,88.9644,87.6316,85.9656,84.2996,81.634,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.636,74.97,74.97,74.3036,74.3036,75.6364,76.9692,77.6356,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.9644,89.964,91.2968,91.63,92.6296,93.9624,94.962,95.9616,96.2948,96.628,98.6272,99.96,100.2932,101.9592,103.292,104.2916,105.2912,105.6244,105.9576,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,105.6244,105.6244,105.2912,104.958,104.6248,104.6248,103.62519999999999],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.993199999999998,16.993199999999998,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.3244,22.9908,23.323999999999998,23.9904,23.9904,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.3224,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.9896,25.3232,25.3232,25.3232,24.99,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.3224,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.3132,50.9796,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,52.3124,52.9788,53.6452,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.6328,84.6328,85.2992,85.9656,87.2984,87.9648,88.298,88.298,88.9644,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,94.2956,94.6288,94.962,94.962,95.6284,96.2948,96.2948,96.2948,96.628,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.958,105.6244,105.9576,106.2908,106.2908,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,109.2896,110.6224,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.6204,115.9536,116.62,117.2864,117.2864,117.2864,116.62,115.9536,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.2876,113.6212,113.288,112.2884,112.2884,111.9552,111.2888,110.9556,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.9564,109.6228,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,111.622,111.622,112.2884,113.288,113.288,113.6212,114.2876,114.954,114.954,115.6204,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.952,119.952,120.2852,120.2852,120.9516,121.9512,122.2844,122.9508,123.28399999999999,123.6172,124.28359999999999,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,130.6144,130.9476,130.9476,131.9472,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.9468,134.2796,134.2796,134.946,134.946,135.2792,135.2792,135.2792,134.946,134.6128,134.6128,134.2796,134.2796,134.2796,134.6128,135.2792,135.2792,135.6124,136.2788,137.2784,137.6116,138.278,138.6112,139.6108,139.944,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,143.276,143.276,144.2756,144.2756,144.942,144.942,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,149.94,150.6064,150.6064,151.2728,151.2728,152.6056,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.6056,152.6056,152.6056,152.9388,152.9388,153.6052,154.2716,154.2716,154.2716,154.2716,153.6052,153.6052,153.272,152.9388,152.6056,152.6056,152.6056,151.9392,151.2728,151.2728,150.6064,150.6064,150.2732,150.2732,150.2732,149.94,149.94,149.94,149.94,149.6068,149.6068,150.6064,150.6064,149.94,149.94,150.2732,150.2732,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.6068,148.274,147.6076,147.6076,147.27439999999999,145.6084,144.942,144.2756,143.6092,143.276,142.9428,142.9428,142.2764,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,140.6104,140.6104,139.6108,139.6108,138.9444,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.278,137.6116,136.2788,135.6124,134.2796,133.28,132.9468,132.2804,132.2804,131.614,131.2808,130.2812,130.6144,129.6148,128.6152,127.9488,127.6156,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.282,128.282,128.282,127.9488,127.9488,127.2824,127.2824,127.2824,126.616,126.616,126.616,126.616,126.2828,125.6164,123.9504,122.9508,121.9512,121.2848,120.9516,119.952,118.286,117.6196,116.9532,116.62,115.6204,114.954,114.954,113.95439999999999,113.95439999999999,113.288,113.288,112.2884,112.2884,111.622,111.2888,110.6224,110.2892,109.2896,109.2896,108.9564,108.9564,107.9568,106.9572,105.6244,104.6248,102.6256,99.6268,95.9616,92.2964,88.63119999999999,86.632,83.9664,81.9672,80.6344,79.3016,78.30199999999999,76.636,75.6364,74.97,74.6368,73.9704,72.6376,71.3048,70.6384,69.3056,68.6392,66.64,65.9736,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.3088,61.3088,59.976,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.3112,55.9776,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,80.3012,80.9676,81.3008,81.9672,82.96679999999999,85.6324,87.6316,90.2972,92.6296,94.962,96.9612,97.2944,97.6276,97.6276,96.628,95.6284,93.29599999999999,92.2964,90.6304,89.6308,89.6308,90.6304,91.2968,91.2968,91.9632,91.63,92.2964,92.2964,91.63,90.9636,89.964,88.9644,88.298,87.9648,88.63119999999999,89.2976,89.964,90.2972,90.9636,91.63,92.2964,92.2964,91.9632,91.2968,91.2968,90.9636,90.6304,89.6308,88.9644,87.2984,86.632,84.966,83.6332,81.634,80.6344,79.6348,78.30199999999999,77.3024,76.636,75.9696,74.97,74.3036,74.3036,74.3036,75.6364,76.9692,77.6356,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.9644,89.964,91.2968,91.63,92.6296,93.9624,94.962,95.9616,96.2948,96.628,98.6272,100.2932,100.6264,102.2924,103.292,104.6248,105.2912,105.6244,105.6244,106.2908,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,104.2916,103.9584,104.2916,103.9584,102.9588,102.6256],[9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,16.3268,16.3268,16.993199999999998,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,21.658,21.658,21.658,22.6576,22.6576,23.323999999999998,23.9904,24.3236,24.99,24.99,25.6564,26.3228,26.9892,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,27.9888,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.6564,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.3224,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,39.6508,40.3172,40.9836,41.65,42.6496,42.6496,43.316,43.316,44.315599999999996,45.6484,46.3148,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,83.6332,83.6332,83.9664,83.9664,84.6328,85.9656,86.632,86.632,87.2984,87.2984,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,91.2968,91.63,92.6296,92.6296,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,104.6248,104.958,105.6244,105.9576,106.2908,106.2908,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.6208,114.6208,114.954,114.954,115.2872,115.2872,115.9536,116.62,117.2864,117.2864,117.6196,117.6196,116.62,116.62,115.9536,115.2872,115.2872,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,115.6204,114.954,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.9556,110.2892,109.6228,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.6228,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,120.2852,120.2852,120.9516,120.9516,121.9512,122.2844,122.9508,123.28399999999999,123.9504,124.28359999999999,124.95,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,127.6156,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,129.6148,130.6144,130.6144,130.9476,131.614,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.9468,133.6132,134.2796,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,134.6128,134.6128,134.6128,134.6128,135.2792,135.2792,135.6124,135.6124,136.612,137.2784,137.6116,138.278,138.9444,139.6108,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,143.276,143.276,144.2756,144.2756,144.942,144.942,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,148.9404,148.9404,149.94,149.94,149.6068,149.6068,149.94,149.94,149.94,149.94,150.6064,150.6064,151.2728,151.606,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,152.9388,153.6052,154.2716,154.6048,154.6048,154.6048,154.6048,154.2716,154.2716,153.6052,152.9388,152.9388,152.6056,152.6056,151.9392,151.9392,151.9392,151.2728,150.6064,150.6064,150.2732,150.2732,149.94,149.94,150.6064,150.6064,149.6068,149.6068,149.94,149.94,149.94,149.94,150.2732,150.2732,149.94,149.94,150.6064,150.6064,149.94,149.94,149.94,149.6068,148.274,147.6076,147.6076,147.27439999999999,146.2748,145.2752,144.942,144.2756,143.9424,143.276,143.276,142.9428,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,140.6104,140.6104,139.944,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.6108,137.6116,136.612,135.2792,133.6132,132.9468,132.9468,132.9468,132.9468,132.2804,131.9472,130.6144,130.6144,129.948,129.6148,129.2816,128.6152,128.282,128.282,128.282,128.282,128.282,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,128.6152,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.282,127.6156,127.2824,126.616,124.95,123.9504,122.6176,121.2848,121.2848,120.2852,118.9524,117.6196,117.6196,116.9532,116.2868,115.6204,115.6204,114.954,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.622,111.622,110.9556,110.9556,110.2892,109.956,109.6228,108.9564,107.9568,106.9572,105.9576,104.6248,101.9592,98.6272,95.9616,92.2964,89.964,88.298,86.2988,84.966,83.6332,81.9672,80.6344,79.6348,78.6352,77.6356,76.3028,75.6364,74.3036,73.304,71.9712,70.6384,69.3056,67.6396,67.3064,65.9736,64.974,64.3076,63.308,62.6416,61.9752,61.3088,59.976,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,80.3012,81.634,81.9672,82.96679999999999,84.2996,85.9656,88.9644,90.9636,93.6292,95.6284,97.6276,98.294,97.6276,97.6276,96.628,95.6284,93.29599999999999,92.2964,90.6304,89.2976,89.2976,89.6308,89.964,90.6304,89.964,90.6304,90.9636,90.9636,90.2972,89.6308,88.298,87.6316,86.9652,86.9652,86.9652,87.6316,88.298,88.9644,89.964,89.964,90.6304,90.6304,89.964,89.2976,89.2976,89.2976,88.63119999999999,87.6316,87.2984,85.9656,85.6324,84.2996,82.3004,81.3008,79.6348,78.9684,78.30199999999999,76.636,75.9696,75.3032,74.3036,74.3036,74.3036,74.3036,75.6364,76.9692,77.6356,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.9644,89.964,91.2968,91.63,92.6296,93.9624,94.962,95.9616,96.2948,96.628,98.6272,100.2932,100.6264,102.2924,103.292,103.9584,104.6248,105.6244,105.6244,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,103.62519999999999,103.292,103.292,102.9588,101.626,100.6264],[9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,15.3272,15.6604,16.3268,16.3268,16.993199999999998,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,20.9916,20.9916,21.3248,21.9912,21.9912,22.6576,23.6572,24.3236,24.3236,24.99,25.6564,26.3228,26.9892,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.6552,27.9888,27.9888,27.9888,27.9888,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,26.3228,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.3224,28.322,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,38.9844,39.6508,40.3172,40.9836,41.3168,41.9832,41.9832,41.9832,42.6496,43.9824,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.304,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,77.3024,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.2992,85.2992,85.2992,85.9656,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.2968,91.63,91.9632,91.63,91.63,91.9632,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.962,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,110.6224,110.6224,110.2892,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.6204,116.2868,116.62,117.2864,117.2864,117.6196,117.6196,116.62,116.62,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.6204,114.6208,113.95439999999999,113.95439999999999,113.6212,113.288,112.6216,112.2884,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,109.6228,109.6228,109.6228,110.2892,109.956,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.9552,111.9552,112.6216,112.6216,112.6216,112.6216,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.954,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,118.286,118.286,118.9524,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.9516,121.2848,120.9516,121.618,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.9504,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,128.9484,128.9484,129.6148,129.6148,130.6144,130.9476,130.9476,131.614,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,136.612,137.2784,137.2784,137.6116,138.9444,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,143.276,143.276,144.2756,144.2756,144.942,144.942,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,148.9404,148.9404,149.94,149.94,149.94,149.94,149.94,149.94,150.6064,150.6064,150.6064,150.6064,151.2728,151.606,152.9388,152.9388,152.9388,152.9388,153.6052,153.6052,153.6052,153.6052,152.9388,152.9388,153.9384,153.9384,154.938,155.2712,155.9376,155.9376,155.2712,155.2712,154.938,154.2716,152.9388,152.9388,152.6056,152.6056,152.2724,152.2724,151.9392,151.2728,150.6064,150.6064,150.2732,149.6068,149.94,149.94,149.94,149.94,149.6068,149.6068,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,150.6064,150.6064,149.94,149.94,149.6068,149.6068,148.274,147.27439999999999,146.608,146.2748,145.6084,145.6084,145.2752,144.942,143.9424,143.9424,143.276,142.9428,141.9432,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,141.60999999999999,141.2768,139.2776,137.9448,136.2788,134.6128,133.6132,133.6132,133.28,133.28,132.9468,132.9468,132.6136,131.9472,131.614,130.9476,130.6144,129.948,129.2816,129.2816,129.2816,129.2816,129.2816,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.2812,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.2816,127.9488,127.2824,125.6164,124.6168,122.6176,122.2844,121.618,121.2848,119.952,118.286,117.9528,117.2864,116.62,116.2868,116.2868,115.6204,115.6204,115.6204,115.2872,114.2876,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,111.2888,110.2892,109.2896,107.9568,106.9572,105.6244,103.292,100.9596,98.6272,96.2948,94.2956,92.9628,90.2972,88.63119999999999,87.2984,85.6324,83.9664,83.3,81.634,80.6344,79.6348,78.30199999999999,77.3024,75.9696,74.3036,72.9708,71.3048,69.972,68.6392,67.3064,66.3068,65.6404,64.3076,63.6412,62.6416,61.9752,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,75.9696,75.9696,76.636,76.636,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,80.3012,81.634,81.9672,82.96679999999999,85.2992,87.2984,89.2976,91.2968,93.6292,95.2952,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,94.962,93.6292,91.9632,90.6304,89.2976,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,88.9644,87.9648,87.6316,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,87.6316,88.298,88.298,89.2976,89.2976,88.298,88.298,87.6316,87.6316,87.2984,85.9656,85.6324,84.2996,84.2996,82.96679999999999,82.3004,80.6344,79.6348,78.9684,78.30199999999999,76.636,75.9696,75.3032,74.3036,74.3036,74.3036,74.3036,75.6364,76.9692,77.6356,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.9644,89.964,91.2968,91.63,92.6296,93.9624,94.962,95.9616,96.2948,96.628,98.6272,100.2932,100.6264,102.2924,103.292,103.9584,104.6248,104.6248,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.292,102.6256,102.2924,101.2928,100.2932,98.96039999999999],[9.996,9.996,9.996,10.6624,10.6624,10.6624,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,15.6604,15.6604,16.3268,16.3268,16.993199999999998,17.6596,18.326,18.9924,19.6588,19.6588,19.6588,20.3252,20.6584,21.3248,21.3248,21.9912,22.9908,23.6572,24.3236,24.3236,25.6564,25.6564,26.3228,26.9892,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.6552,28.6552,28.6552,28.6552,27.9888,27.9888,27.9888,27.9888,27.3224,27.3224,27.3224,27.3224,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.9888,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,31.3208,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,37.3184,38.318,38.9844,39.6508,40.3172,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,52.3124,52.9788,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.304,72.9708,72.9708,72.9708,72.9708,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.9696,75.3032,75.3032,75.9696,75.9696,75.9696,75.9696,76.636,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.6328,85.2992,85.2992,86.632,86.632,86.632,87.2984,87.9648,88.298,88.298,88.63119999999999,89.6308,89.964,89.964,89.964,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.9628,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,95.9616,96.2948,96.2948,96.628,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,108.6232,108.9564,108.9564,109.956,109.956,109.956,110.2892,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.9536,116.2868,116.62,117.2864,117.2864,117.6196,117.6196,116.62,116.62,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.2872,114.6208,113.95439999999999,113.6212,113.6212,113.288,112.2884,112.2884,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,111.2888,111.2888,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,113.288,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.6208,115.2872,115.2872,115.9536,116.62,117.2864,117.6196,118.286,118.9524,118.9524,119.2856,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,121.2848,121.2848,121.9512,121.9512,122.2844,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,128.9484,128.9484,129.6148,129.6148,130.6144,130.9476,130.9476,131.614,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,136.2788,136.2788,136.2788,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,135.6124,136.2788,136.612,137.2784,137.6116,138.9444,138.9444,139.6108,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.9428,143.276,143.276,143.9424,144.2756,144.2756,144.942,144.942,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,148.9404,148.9404,149.94,149.94,149.94,149.94,149.94,149.94,150.6064,150.6064,150.6064,151.2728,151.606,151.606,152.9388,152.9388,152.9388,152.9388,153.6052,153.6052,153.6052,153.6052,152.9388,152.9388,153.9384,153.9384,154.938,155.2712,155.9376,155.9376,155.2712,155.2712,154.938,154.2716,152.9388,152.9388,152.6056,152.6056,152.2724,152.2724,151.9392,151.2728,150.6064,150.2732,149.6068,149.6068,149.94,149.94,149.94,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,150.6064,150.6064,149.94,149.94,149.6068,148.9404,148.274,147.27439999999999,146.608,146.2748,145.6084,145.6084,145.2752,144.942,143.9424,143.9424,143.276,143.276,142.6096,141.9432,141.9432,141.9432,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.2768,141.2768,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.6096,142.6096,143.276,143.276,143.276,142.6096,142.2764,141.2768,139.2776,137.9448,136.612,134.946,134.6128,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.28,132.2804,131.9472,131.614,130.6144,130.6144,130.6144,130.6144,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.6144,130.9476,130.6144,130.9476,131.2808,130.9476,130.2812,130.6144,130.6144,129.948,128.6152,127.6156,126.2828,125.6164,123.9504,122.6176,122.2844,121.2848,120.2852,118.9524,118.286,117.9528,116.9532,116.62,116.2868,116.2868,116.62,115.9536,115.6204,114.6208,114.2876,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,110.9556,110.2892,108.9564,106.9572,105.6244,104.2916,103.292,100.9596,98.96039999999999,97.96079999999999,95.6284,93.9624,91.63,90.2972,88.9644,86.9652,85.9656,84.2996,82.96679999999999,81.9672,80.6344,79.968,78.6352,75.9696,74.6368,72.9708,71.3048,69.972,68.6392,67.6396,66.3068,65.6404,64.3076,63.308,62.6416,60.6424,59.976,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,53.6452,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,76.636,76.9692,76.9692,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.9676,81.634,81.9672,83.6332,85.2992,87.9648,89.964,91.9632,93.6292,95.2952,96.9612,97.96079999999999,96.628,96.2948,95.6284,94.962,92.9628,91.63,90.6304,89.2976,88.298,87.6316,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.298,88.298,87.6316,86.2988,86.2988,85.9656,85.6324,85.6324,85.6324,85.9656,86.9652,86.9652,87.6316,87.9648,87.9648,87.9648,86.632,86.632,85.9656,85.6324,84.2996,84.2996,82.96679999999999,82.96679999999999,82.3004,81.3008,80.6344,78.9684,78.30199999999999,77.3024,76.636,75.3032,74.6368,74.3036,74.3036,74.3036,74.97,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.966,86.632,87.9648,88.9644,89.2976,90.6304,91.63,92.6296,93.9624,94.962,95.9616,96.2948,96.628,98.6272,100.2932,100.6264,102.2924,103.292,103.9584,104.6248,104.6248,104.958,104.958,104.6248,104.2916,104.2916,103.9584,103.9584,103.292,102.6256,101.626,100.9596,99.2936,97.96079999999999,97.6276],[10.6624,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,17.3264,17.9928,18.6592,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,22.6576,23.323999999999998,23.9904,23.9904,24.99,24.99,25.6564,26.3228,26.656,27.3224,27.3224,27.9888,27.9888,27.9888,27.9888,27.9888,28.6552,28.6552,28.6552,28.6552,28.6552,28.6552,28.6552,27.9888,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.9892,27.6556,27.6556,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,35.9856,37.3184,37.9848,38.6512,39.3176,39.6508,39.6508,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,53.6452,54.6448,54.6448,54.6448,55.3112,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.308,63.9744,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,70.9716,71.638,72.6376,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,74.3036,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.3012,80.9676,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.966,84.966,84.966,85.2992,85.9656,87.2984,87.6316,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,96.2948,96.9612,96.9612,97.6276,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,99.96,100.6264,100.6264,101.9592,101.9592,102.2924,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.956,110.6224,111.622,112.2884,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.2864,116.62,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,116.9532,116.9532,115.9536,115.6204,115.6204,114.6208,113.95439999999999,113.6212,113.6212,113.288,112.6216,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.2888,111.2888,111.2888,110.9556,110.6224,110.6224,110.6224,110.2892,110.2892,110.9556,110.9556,110.6224,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.954,115.2872,115.2872,116.62,117.2864,117.2864,117.6196,118.9524,119.6188,119.952,119.952,120.6184,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.9508,122.2844,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.9496,125.9496,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.282,128.282,129.2816,129.2816,129.948,129.948,130.6144,130.6144,130.9476,131.614,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.94559999999998,136.612,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.2792,136.2788,136.2788,136.2788,136.612,137.6116,137.9448,138.6112,138.6112,139.6108,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,148.274,148.274,148.9404,149.2736,149.94,149.94,149.94,149.94,150.2732,150.2732,150.6064,150.6064,151.2728,151.606,151.606,151.606,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,152.9388,153.9384,153.9384,153.9384,153.9384,154.6048,155.2712,155.2712,155.2712,155.2712,155.2712,154.938,153.9384,153.272,152.6056,152.6056,152.6056,151.9392,151.9392,151.9392,151.606,150.6064,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.2736,149.2736,149.2736,148.6072,148.9404,148.9404,149.6068,149.6068,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,148.9404,148.9404,148.274,147.9408,147.27439999999999,146.608,146.608,145.6084,145.2752,145.2752,144.2756,143.9424,143.276,143.276,143.276,142.9428,142.9428,142.9428,141.9432,141.9432,141.2768,141.2768,141.9432,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.9424,143.9424,143.9424,144.6088,144.6088,144.6088,144.2756,143.9424,143.276,142.6096,141.60999999999999,139.944,138.278,136.9452,136.2788,135.6124,135.6124,135.2792,135.94559999999998,135.2792,134.946,135.2792,134.2796,133.9464,132.9468,132.6136,131.9472,131.9472,131.614,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,130.2812,129.6148,128.9484,127.9488,126.9492,126.2828,124.6168,123.9504,122.9508,121.9512,120.9516,119.952,118.9524,118.286,117.9528,117.2864,117.2864,117.2864,117.2864,116.9532,115.9536,115.6204,114.6208,114.2876,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,111.2888,110.2892,109.2896,107.6236,106.2908,105.2912,104.2916,103.292,101.2928,100.2932,97.96079999999999,95.6284,93.9624,92.2964,90.2972,88.9644,87.9648,85.9656,84.966,83.3,81.9672,81.3008,79.968,78.6352,76.9692,74.97,73.63719999999999,72.3044,70.9716,69.3056,67.97279999999999,66.9732,65.6404,64.3076,63.6412,61.3088,60.6424,60.6424,59.976,58.6432,57.9768,57.9768,57.3104,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,53.6452,53.6452,52.6456,52.6456,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.9764,59.6428,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,66.64,67.6396,68.306,68.9724,68.9724,69.6388,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,74.3036,74.97,75.6364,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,75.6364,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,82.3004,84.2996,85.6324,87.9648,89.964,92.2964,93.29599999999999,94.6288,95.9616,95.9616,95.9616,95.2952,93.9624,92.9628,91.9632,91.2968,90.2972,89.2976,87.9648,87.6316,87.6316,87.2984,87.2984,87.2984,87.9648,87.9648,86.632,85.9656,85.9656,85.6324,85.6324,84.2996,84.2996,84.966,84.966,85.9656,86.2988,86.9652,86.9652,86.9652,85.9656,85.9656,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,82.6336,81.9672,81.3008,79.968,78.9684,78.9684,78.30199999999999,76.3028,75.6364,74.97,74.3036,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,83.6332,84.6328,85.9656,87.9648,88.9644,89.2976,90.6304,91.63,92.6296,93.9624,94.6288,95.2952,96.2948,97.2944,98.294,99.6268,100.9596,101.9592,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,103.62519999999999,102.9588,103.62519999999999,102.6256,101.9592,100.9596,100.2932,98.6272,97.6276,96.2948,94.962],[10.6624,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,15.3272,15.9936,15.9936,16.66,17.3264,17.9928,17.9928,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,20.9916,21.9912,22.6576,23.323999999999998,23.9904,24.3236,24.99,24.99,25.6564,25.9896,26.656,26.656,27.3224,27.3224,27.9888,27.9888,27.9888,27.9888,28.6552,28.6552,28.6552,28.6552,28.6552,28.6552,28.6552,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.9892,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,37.3184,37.3184,37.9848,38.6512,38.9844,39.6508,39.6508,39.6508,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,53.6452,53.9784,54.6448,54.6448,54.6448,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.9716,71.638,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.634,81.634,81.634,81.634,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.9656,87.2984,87.6316,87.2984,87.9648,87.9648,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.6308,90.2972,91.2968,91.63,91.63,92.2964,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.96,100.6264,101.2928,101.9592,102.2924,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,111.2888,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,116.9532,116.62,115.9536,115.9536,115.2872,114.6208,113.6212,113.6212,113.95439999999999,113.288,113.288,113.288,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.2888,110.9556,110.9556,110.9556,110.6224,110.9556,110.9556,110.9556,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.95439999999999,114.2876,114.954,115.2872,115.9536,117.2864,117.2864,117.6196,118.286,119.6188,119.952,119.952,120.6184,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.95,125.2832,125.6164,125.9496,126.616,126.9492,127.6156,127.6156,127.6156,127.6156,127.9488,128.282,128.282,128.282,128.6152,129.2816,129.2816,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.9472,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.2792,136.2788,136.2788,136.2788,136.612,137.6116,137.9448,138.6112,139.2776,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.6088,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,148.274,148.9404,149.2736,149.2736,149.94,149.94,149.94,149.94,150.2732,150.2732,150.6064,150.6064,151.2728,151.606,151.606,151.606,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.9388,152.9388,153.272,153.9384,153.9384,153.9384,153.9384,154.6048,154.938,154.938,154.938,154.938,154.938,153.9384,152.9388,152.6056,151.9392,151.9392,151.606,151.606,151.606,150.93959999999998,149.94,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.2736,149.2736,148.6072,148.6072,148.9404,149.6068,149.6068,149.6068,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,148.9404,148.274,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,146.2748,145.6084,145.2752,144.942,143.9424,143.9424,143.276,143.276,143.276,143.276,142.9428,142.6096,141.9432,141.9432,141.9432,141.9432,142.6096,142.9428,143.276,143.276,143.6092,143.9424,143.9424,144.6088,144.6088,144.942,144.942,144.942,144.942,145.6084,145.6084,144.942,144.942,144.2756,143.9424,142.6096,141.60999999999999,139.944,138.6112,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,136.612,136.612,135.6124,134.946,134.2796,133.9464,133.28,132.9468,132.9468,131.614,131.614,131.614,131.614,131.2808,131.9472,131.9472,132.2804,132.2804,131.9472,132.2804,131.9472,131.2808,131.2808,130.6144,130.6144,129.6148,128.6152,127.2824,126.2828,124.95,124.6168,123.28399999999999,122.2844,121.618,120.6184,119.6188,118.9524,117.9528,117.2864,117.2864,117.2864,117.2864,116.9532,115.9536,115.6204,114.6208,114.6208,114.2876,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.288,112.2884,110.9556,109.2896,108.9564,107.6236,106.2908,104.958,103.62519999999999,102.6256,100.9596,99.6268,97.2944,95.9616,93.9624,92.2964,90.2972,88.63119999999999,87.2984,86.2988,84.2996,83.3,81.9672,80.6344,79.3016,78.6352,76.3028,74.97,73.63719999999999,72.3044,70.6384,69.3056,67.6396,66.9732,65.6404,64.3076,62.6416,61.3088,61.3088,60.6424,59.309599999999996,58.6432,58.6432,57.9768,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,53.6452,52.6456,52.6456,52.6456,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,58.31,58.9764,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,66.64,67.6396,68.306,68.306,68.9724,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,74.3036,74.97,75.6364,76.3028,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,77.6356,77.6356,78.6352,79.968,80.6344,81.9672,82.96679999999999,84.2996,85.6324,87.9648,89.964,91.63,92.6296,93.9624,93.9624,93.9624,93.6292,92.9628,91.9632,90.6304,91.2968,89.964,89.2976,88.298,87.9648,87.6316,86.9652,87.2984,86.2988,86.2988,86.2988,86.2988,85.9656,85.2992,84.966,84.966,84.2996,83.6332,83.6332,83.6332,84.2996,84.966,85.9656,86.2988,86.2988,85.9656,85.6324,84.966,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.3008,80.6344,78.9684,78.30199999999999,78.30199999999999,77.3024,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,83.6332,85.6324,86.632,87.6316,89.2976,90.6304,91.63,92.6296,93.6292,94.6288,95.2952,96.628,97.2944,98.294,99.6268,100.9596,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,102.9588,102.6256,101.9592,101.626,100.2932,99.2936,97.2944,95.9616,93.9624,93.29599999999999],[11.3288,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,15.3272,15.9936,15.9936,16.66,17.3264,17.9928,17.9928,18.326,18.326,18.326,18.326,18.9924,19.6588,20.3252,20.9916,21.9912,22.6576,23.323999999999998,23.323999999999998,24.3236,24.3236,24.99,24.99,25.3232,25.9896,25.9896,26.656,26.656,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,37.3184,37.3184,37.9848,37.9848,38.318,38.9844,38.9844,39.6508,40.3172,40.9836,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,70.3052,70.9716,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,75.9696,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,80.3012,81.634,81.634,81.634,82.3004,82.96679999999999,84.966,86.2988,86.9652,86.2988,86.632,86.632,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.6304,91.63,92.2964,92.6296,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.96,100.9596,101.2928,101.9592,102.2924,102.6256,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.9556,111.2888,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,117.6196,117.6196,116.62,116.62,115.9536,115.6204,114.6208,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.288,113.288,113.288,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.622,111.622,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.95439999999999,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.9536,116.62,117.2864,117.2864,117.6196,118.286,119.6188,119.952,120.6184,120.6184,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.95,124.95,125.6164,125.6164,126.616,126.616,127.6156,127.6156,127.9488,127.9488,128.282,128.282,128.6152,128.6152,128.6152,128.6152,129.948,129.948,129.948,129.948,130.6144,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.94559999999998,135.94559999999998,135.2792,135.2792,136.612,136.612,136.612,137.2784,137.9448,138.6112,138.6112,139.2776,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,143.276,143.276,143.9424,143.9424,143.9424,144.6088,144.6088,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,148.274,148.9404,149.2736,149.2736,149.94,149.94,149.94,149.94,150.2732,150.2732,150.6064,150.6064,151.2728,151.2728,151.2728,151.2728,151.9392,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.9388,153.272,153.272,153.272,153.272,153.9384,153.9384,154.2716,154.2716,154.2716,154.2716,153.272,152.6056,151.9392,151.9392,151.2728,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,149.94,149.6068,149.6068,148.9404,148.9404,148.9404,148.9404,148.9404,149.2736,149.2736,149.2736,149.2736,149.6068,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.2736,148.9404,148.9404,148.274,147.9408,147.9408,147.9408,147.27439999999999,146.608,145.6084,145.2752,144.942,144.942,144.2756,143.9424,143.9424,143.276,143.276,142.6096,142.6096,142.6096,142.6096,143.276,143.9424,144.2756,144.2756,144.942,144.942,145.6084,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,146.9412,146.9412,146.2748,146.2748,146.2748,146.2748,145.6084,144.6088,143.9424,142.9428,141.2768,140.6104,139.944,139.944,139.6108,139.6108,139.6108,138.9444,138.9444,137.9448,137.2784,136.9452,136.2788,135.6124,134.6128,134.6128,133.6132,133.9464,132.6136,132.6136,132.6136,132.6136,133.28,133.28,132.9468,132.9468,132.9468,132.2804,131.9472,131.2808,131.2808,130.6144,130.6144,129.6148,128.6152,127.2824,126.2828,124.95,124.6168,123.9504,122.9508,121.9512,120.9516,120.2852,119.2856,118.286,117.9528,117.9528,117.9528,116.62,116.62,115.9536,115.6204,114.6208,114.6208,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.288,111.622,109.956,108.9564,107.6236,106.2908,105.9576,104.6248,103.292,101.9592,99.6268,97.96079999999999,96.2948,94.6288,92.9628,90.9636,89.2976,87.9648,86.9652,85.6324,84.2996,82.96679999999999,81.634,79.968,79.3016,76.9692,75.6364,74.3036,72.9708,71.3048,69.972,68.9724,67.6396,66.9732,65.6404,63.308,62.6416,61.9752,61.3088,59.976,59.309599999999996,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,53.312,53.312,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,64.6408,65.3072,65.9736,66.64,66.9732,67.6396,67.6396,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.97,75.6364,75.6364,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.6364,75.6364,74.3036,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,77.6356,77.6356,78.6352,79.968,80.6344,81.9672,82.6336,83.6332,86.2988,87.9648,89.2976,91.2968,92.2964,93.29599999999999,92.6296,92.9628,92.6296,91.9632,90.6304,89.964,89.964,88.9644,88.298,87.9648,87.9648,86.9652,86.632,86.2988,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,83.6332,82.6336,81.9672,80.9676,81.3008,81.3008,79.968,79.3016,78.30199999999999,77.3024,77.3024,76.636,75.6364,74.97,73.63719999999999,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.634,82.3004,82.96679999999999,84.6328,86.632,87.6316,88.9644,90.6304,91.2968,92.6296,93.6292,94.6288,95.6284,96.628,97.2944,98.294,99.6268,100.9596,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,102.9588,102.9588,101.9592,101.2928,100.6264,99.2936,97.6276,96.2948,94.2956,92.2964,90.9636],[11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,12.3284,12.3284,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,15.3272,15.9936,15.9936,16.66,17.3264,17.9928,17.9928,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,20.3252,21.3248,21.9912,22.6576,23.323999999999998,23.6572,24.3236,24.3236,24.99,25.3232,25.3232,25.3232,25.9896,25.9896,26.656,26.656,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.9888,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,38.318,38.318,38.318,38.9844,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.6388,70.3052,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.3032,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,78.6352,79.6348,80.3012,80.3012,80.9676,81.634,82.96679999999999,84.966,85.6324,84.966,84.966,85.6324,84.966,85.6324,86.2988,86.2988,86.9652,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,89.964,89.964,90.2972,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,102.2924,102.2924,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.9556,111.2888,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,117.9528,117.6196,117.2864,116.62,116.62,115.9536,115.2872,115.2872,115.6204,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,112.2884,112.6216,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.6208,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.9536,116.62,117.2864,117.6196,118.286,118.9524,119.952,119.952,120.6184,120.6184,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.95,125.2832,125.6164,126.2828,126.616,127.2824,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.2816,129.948,129.948,129.948,130.6144,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.94559999999998,135.94559999999998,135.2792,135.2792,136.612,136.612,137.2784,137.6116,138.6112,138.6112,139.2776,139.2776,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,142.9428,143.276,143.276,143.9424,143.9424,144.6088,144.6088,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,148.274,148.9404,149.2736,149.94,149.94,149.94,149.94,150.2732,150.2732,150.6064,150.6064,151.2728,151.2728,151.2728,151.2728,151.606,151.606,151.606,151.606,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,152.9388,152.9388,152.6056,152.6056,151.9392,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,149.94,149.94,149.94,149.2736,149.2736,148.6072,148.6072,148.274,148.274,148.274,148.6072,149.2736,149.2736,149.2736,149.6068,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.6064,150.6064,149.94,149.94,149.2736,149.2736,148.9404,148.274,148.274,148.274,147.6076,147.27439999999999,146.2748,145.9416,145.2752,145.2752,144.942,144.2756,143.9424,143.9424,143.276,142.9428,142.6096,142.6096,142.9428,143.9424,144.2756,144.942,145.6084,145.6084,146.2748,146.2748,146.2748,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,146.2748,145.6084,145.6084,144.942,143.9424,142.9428,142.2764,142.2764,141.60999999999999,141.60999999999999,140.2772,140.2772,139.944,139.944,139.2776,139.6108,138.9444,137.6116,136.612,136.2788,135.6124,135.2792,134.6128,134.2796,134.2796,133.9464,133.6132,133.6132,133.6132,133.28,132.9468,132.9468,132.9468,132.2804,131.9472,131.2808,130.6144,130.6144,129.6148,128.6152,127.2824,126.9492,125.6164,124.6168,123.9504,123.28399999999999,122.2844,121.618,120.2852,119.952,118.286,118.286,118.286,117.9528,117.2864,116.62,115.9536,115.6204,114.6208,114.6208,114.2876,113.6212,114.2876,114.2876,114.954,114.954,114.2876,113.6212,111.622,110.2892,108.9564,107.6236,106.2908,105.6244,104.958,103.292,101.9592,100.2932,97.96079999999999,96.2948,94.2956,93.29599999999999,91.63,89.964,88.298,87.2984,85.6324,84.2996,83.6332,82.3004,80.6344,79.968,77.6356,76.3028,74.97,74.3036,72.6376,71.3048,69.972,68.9724,67.6396,66.9732,65.3072,63.308,62.6416,61.9752,60.6424,59.976,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.9784,53.312,52.6456,52.6456,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,53.312,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.3068,66.9732,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,73.63719999999999,74.3036,74.97,75.6364,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.6364,74.97,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,77.6356,77.6356,78.6352,79.968,80.6344,81.9672,82.6336,84.2996,86.2988,87.9648,89.2976,91.2968,91.63,91.63,91.9632,91.63,91.63,90.2972,89.964,88.9644,88.9644,88.298,87.9648,87.2984,87.2984,85.9656,85.2992,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.966,85.6324,85.6324,85.6324,84.2996,83.6332,82.6336,81.9672,80.9676,80.3012,80.6344,79.968,79.3016,78.6352,77.3024,76.636,76.636,75.9696,74.97,74.3036,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.634,82.96679999999999,84.6328,85.6324,86.9652,88.298,89.2976,90.6304,91.63,93.6292,94.6288,95.6284,96.628,97.2944,98.294,98.96039999999999,100.9596,101.2928,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.292,102.2924,102.2924,101.9592,101.2928,100.2932,99.2936,98.294,96.2948,94.962,92.2964,90.2972,89.6308],[12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,15.3272,15.9936,15.9936,16.66,17.3264,17.3264,17.3264,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,20.3252,21.3248,21.9912,22.6576,22.6576,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.6544,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.9724,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.6388,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,77.6356,77.9688,78.6352,78.6352,80.3012,81.634,82.96679999999999,83.6332,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.964,90.6304,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,96.2948,96.9612,96.628,97.2944,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,109.2896,109.956,110.2892,110.9556,111.622,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,118.9524,118.9524,118.9524,118.286,117.9528,117.6196,117.6196,116.9532,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.6208,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.6216,112.6216,112.6216,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.2868,116.62,117.6196,117.9528,118.9524,119.6188,119.952,119.952,120.6184,120.6184,121.9512,121.9512,122.2844,122.2844,122.6176,122.6176,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.6164,125.6164,126.2828,126.616,127.2824,127.9488,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,131.614,131.614,131.614,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,136.612,136.612,137.2784,137.6116,138.6112,138.6112,139.2776,139.2776,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.6096,142.6096,142.9428,143.276,143.9424,143.9424,143.9424,144.942,144.942,145.2752,145.9416,146.9412,146.9412,147.27439999999999,147.27439999999999,147.6076,148.274,148.9404,149.2736,150.6064,150.6064,149.94,149.94,149.94,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,151.606,151.606,151.606,151.606,151.606,151.9392,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,150.6064,150.6064,150.6064,149.94,149.94,149.94,149.94,148.9404,148.9404,148.9404,148.274,148.274,148.274,147.9408,148.274,147.6076,148.274,148.6072,149.6068,149.6068,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,150.6064,150.6064,150.6064,150.2732,150.2732,150.2732,149.2736,148.9404,148.274,147.6076,146.2748,145.9416,145.2752,145.2752,144.942,144.942,144.2756,144.2756,143.276,143.276,143.276,143.276,143.9424,144.2756,145.2752,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,148.274,148.274,148.274,148.274,147.6076,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.2748,146.2748,145.6084,145.2752,144.6088,143.9424,143.9424,143.276,142.6096,142.6096,142.2764,141.60999999999999,141.60999999999999,140.9436,140.9436,139.944,138.9444,137.9448,137.6116,136.9452,136.9452,136.2788,135.6124,135.6124,135.2792,135.2792,134.946,134.2796,133.9464,133.9464,133.6132,132.9468,132.2804,131.9472,131.2808,130.2812,130.2812,129.2816,128.6152,127.6156,126.9492,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,118.9524,118.286,117.2864,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,113.95439999999999,114.2876,114.2876,114.954,114.954,113.6212,112.95479999999999,111.622,109.956,108.6232,106.9572,106.2908,105.2912,104.2916,103.292,101.2928,100.2932,98.6272,96.628,94.962,93.9624,92.2964,90.6304,89.2976,87.9648,86.9652,85.6324,84.2996,82.96679999999999,81.3008,80.6344,78.9684,77.3024,75.6364,74.97,73.63719999999999,72.3044,71.3048,69.972,69.3056,67.97279999999999,66.9732,65.6404,64.974,63.6412,61.3088,60.6424,59.976,59.309599999999996,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,53.9784,53.312,53.312,53.312,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,54.3116,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.9708,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.6356,77.6356,78.6352,79.968,81.3008,81.9672,82.6336,84.2996,86.2988,87.9648,89.2976,89.964,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.9644,88.63119999999999,88.298,87.9648,87.9648,87.2984,85.6324,84.2996,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.634,81.634,82.3004,82.96679999999999,84.2996,84.966,85.6324,85.6324,84.2996,83.6332,81.9672,81.3008,80.3012,79.6348,79.3016,78.6352,77.6356,76.9692,76.636,75.9696,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.9712,71.9712,72.6376,73.304,74.3036,74.97,74.97,75.6364,76.9692,77.6356,78.6352,79.3016,79.968,79.968,79.968,80.6344,80.9676,82.3004,83.6332,85.6324,86.2988,87.2984,88.9644,89.964,91.63,92.9628,94.6288,95.6284,95.9616,97.2944,98.294,98.96039999999999,100.2932,100.6264,101.626,102.2924,102.2924,102.6256,103.292,102.6256,101.9592,101.2928,101.2928,100.2932,99.2936,97.6276,95.6284,93.9624,91.63,89.2976,87.6316,87.2984],[12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.3284,12.3284,12.3284,12.3284,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,17.3264,17.3264,17.3264,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,20.3252,21.3248,21.9912,21.9912,22.6576,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.6544,30.6544,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,68.306,68.9724,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,79.3016,80.9676,82.3004,82.96679999999999,82.3004,82.3004,82.3004,81.9672,82.6336,82.6336,83.3,83.6332,84.966,85.2992,85.9656,85.9656,86.2988,85.6324,85.6324,86.632,86.632,87.2984,87.9648,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.6296,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,99.2936,99.2936,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,109.2896,109.956,110.2892,110.2892,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.61919999999999,117.9528,117.9528,117.6196,116.62,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,114.6208,114.6208,114.2876,113.288,113.288,112.95479999999999,112.95479999999999,112.6216,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,115.2872,115.6204,115.6204,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,116.2868,116.2868,115.6204,115.9536,115.9536,116.2868,116.62,117.6196,117.9528,118.9524,119.6188,119.952,119.952,120.6184,120.6184,121.9512,121.9512,122.2844,122.2844,122.6176,122.6176,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,125.6164,125.6164,126.2828,126.2828,127.2824,127.6156,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.9476,131.614,131.614,131.614,131.614,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,136.2788,136.612,136.612,137.2784,137.9448,138.6112,138.6112,139.2776,139.6108,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,142.6096,142.6096,143.276,143.276,143.9424,143.9424,144.942,144.942,145.2752,145.2752,146.2748,146.9412,147.27439999999999,147.27439999999999,147.6076,148.274,148.9404,149.2736,150.6064,150.6064,149.94,149.94,149.94,149.94,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.6068,149.2736,149.2736,149.2736,148.9404,148.274,148.274,148.274,148.274,148.274,147.6076,147.6076,147.6076,147.6076,148.274,148.6072,149.6068,149.6068,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.606,151.606,151.606,151.606,151.2728,151.2728,151.2728,151.2728,150.6064,149.94,148.9404,147.6076,146.9412,145.9416,145.2752,145.2752,144.942,144.942,144.2756,144.2756,143.9424,143.276,143.276,143.9424,144.2756,144.942,145.6084,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,148.274,148.274,148.274,148.274,148.274,148.274,147.6076,147.6076,147.27439999999999,146.9412,146.2748,146.2748,146.2748,146.2748,145.2752,145.2752,144.6088,144.6088,143.9424,143.9424,143.276,143.276,142.6096,142.2764,142.2764,141.60999999999999,140.6104,139.944,139.2776,138.6112,137.9448,137.9448,137.2784,137.2784,137.2784,136.2788,136.2788,135.2792,135.2792,134.2796,134.2796,133.9464,133.6132,132.2804,131.9472,131.2808,130.2812,130.2812,129.2816,128.6152,127.6156,126.9492,125.6164,124.95,124.6168,123.9504,123.6172,122.2844,121.2848,120.9516,119.952,119.6188,119.6188,118.9524,117.6196,117.2864,116.62,115.9536,115.2872,114.6208,113.95439999999999,113.95439999999999,113.6212,113.6212,114.2876,114.2876,112.95479999999999,112.6216,111.622,109.956,108.6232,106.9572,105.6244,105.2912,104.2916,103.292,101.2928,100.2932,98.6272,97.96079999999999,96.2948,95.2952,93.29599999999999,90.9636,89.964,88.63119999999999,87.2984,85.9656,84.966,83.6332,82.3004,80.6344,79.6348,78.30199999999999,76.3028,75.6364,74.3036,73.63719999999999,71.9712,71.3048,69.972,69.3056,67.6396,66.9732,65.6404,64.3076,61.9752,61.3088,60.6424,59.976,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.6448,53.9784,53.312,53.312,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.9788,53.6452,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,72.9708,72.9708,72.9708,72.9708,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.968,81.3008,82.96679999999999,83.3,84.2996,86.2988,87.9648,89.2976,89.964,89.964,89.6308,88.63119999999999,88.298,88.298,88.298,88.298,88.298,87.9648,87.2984,87.2984,85.9656,84.2996,83.6332,82.3004,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,81.634,80.9676,80.9676,82.3004,82.96679999999999,84.2996,84.966,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,80.3012,78.9684,78.6352,77.6356,76.9692,76.3028,75.9696,75.3032,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,74.97,76.3028,76.9692,77.6356,78.6352,79.3016,79.3016,79.3016,79.968,80.3012,80.9676,82.3004,84.2996,84.966,86.2988,87.9648,89.2976,91.2968,92.9628,94.6288,95.2952,95.6284,95.9616,97.2944,98.6272,99.6268,100.2932,100.6264,101.2928,101.626,102.2924,102.2924,101.626,101.2928,100.6264,100.2932,99.2936,97.6276,95.6284,93.9624,92.2964,89.2976,87.6316,85.9656,85.2992],[13.6612,13.6612,13.6612,13.6612,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,17.3264,17.3264,17.3264,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,20.3252,21.3248,21.3248,21.9912,21.9912,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,30.9876,30.9876,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.6544,31.3208,31.3208,31.9872,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,76.3028,78.30199999999999,79.968,81.3008,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,85.2992,86.632,87.2984,87.9648,88.9644,89.2976,90.6304,91.2968,91.63,92.2964,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,101.2928,101.2928,101.2928,101.626,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.958,104.958,104.958,105.6244,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,109.2896,109.956,110.2892,110.2892,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.61919999999999,118.61919999999999,119.6188,119.6188,119.6188,119.6188,118.61919999999999,118.61919999999999,117.9528,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.2868,115.6204,115.2872,114.6208,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,114.6208,114.6208,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.9532,116.9532,116.9532,116.9532,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,116.62,115.9536,115.9536,116.62,116.9532,117.6196,117.9528,118.9524,119.6188,119.952,119.952,120.9516,120.9516,121.9512,121.9512,122.2844,122.2844,122.6176,122.6176,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,125.6164,125.6164,126.2828,126.2828,127.6156,127.9488,128.6152,129.2816,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.614,131.614,131.614,131.614,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,135.6124,136.2788,136.2788,136.612,136.9452,137.6116,137.9448,138.6112,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,142.6096,142.9428,143.276,143.276,143.9424,144.942,144.942,145.2752,145.2752,146.2748,146.2748,146.608,147.27439999999999,147.6076,148.274,148.9404,149.2736,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,150.6064,149.94,150.2732,150.2732,150.2732,150.2732,149.2736,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.6076,147.6076,148.274,148.6072,149.6068,149.6068,149.94,150.6064,150.6064,150.6064,151.2728,151.2728,151.606,151.606,151.606,151.606,151.9392,151.9392,152.6056,152.6056,152.9388,152.9388,152.9388,152.6056,151.9392,150.93959999999998,149.6068,147.6076,146.9412,146.2748,145.6084,145.6084,144.942,144.942,144.942,144.942,144.2756,144.2756,143.9424,143.9424,145.2752,145.2752,145.6084,146.2748,146.608,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,148.274,148.274,148.274,148.274,148.274,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.2748,146.608,146.608,145.6084,145.6084,145.2752,145.2752,144.942,144.6088,143.9424,143.9424,143.276,143.276,143.276,142.9428,142.6096,141.60999999999999,141.60999999999999,140.9436,139.944,139.6108,139.2776,139.2776,138.6112,137.9448,137.6116,136.612,136.612,135.6124,135.2792,134.2796,133.9464,133.28,131.9472,131.2808,130.2812,130.2812,129.2816,128.6152,127.6156,126.9492,125.6164,124.95,124.6168,124.6168,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.952,119.6188,118.9524,118.286,117.9528,116.9532,115.9536,115.2872,114.6208,113.95439999999999,113.6212,113.288,113.288,113.288,113.288,112.6216,112.2884,111.2888,109.956,108.28999999999999,106.9572,106.2908,105.6244,104.2916,103.292,101.9592,100.9596,98.96039999999999,98.6272,96.628,95.6284,94.6288,92.2964,91.2968,89.2976,87.9648,86.2988,84.966,84.2996,82.3004,81.3008,79.6348,78.9684,76.9692,76.3028,74.97,74.3036,72.6376,71.9712,70.6384,69.972,68.306,67.6396,66.3068,64.974,62.6416,61.9752,60.6424,59.976,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.6448,53.9784,53.9784,53.312,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,64.6408,65.6404,65.6404,66.3068,66.9732,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.9708,73.63719999999999,74.97,75.6364,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,80.6344,81.3008,82.96679999999999,83.3,84.2996,86.2988,87.9648,88.63119999999999,89.2976,88.9644,88.9644,88.298,87.6316,87.9648,87.2984,87.6316,87.6316,87.2984,86.9652,85.9656,84.966,83.6332,82.3004,82.3004,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.9676,82.3004,82.96679999999999,84.2996,84.966,84.966,84.2996,83.6332,82.96679999999999,81.9672,81.3008,80.3012,78.9684,78.6352,77.6356,76.9692,76.3028,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.638,71.638,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,74.97,76.3028,76.9692,77.6356,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,81.3008,82.96679999999999,84.2996,85.6324,87.2984,88.63119999999999,90.6304,92.2964,93.9624,94.6288,95.6284,95.9616,97.2944,98.6272,99.2936,99.6268,100.2932,100.6264,101.2928,101.626,101.626,101.2928,100.6264,100.2932,99.6268,98.6272,96.9612,94.962,92.6296,90.2972,87.6316,85.2992,84.6328,83.9664],[13.6612,13.6612,13.6612,13.6612,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,12.9948,13.328,13.328,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,15.9936,16.66,17.3264,17.3264,17.3264,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.6584,21.3248,21.3248,21.9912,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,26.656,26.656,26.9892,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.654,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,31.654,31.654,31.654,31.654,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.9876,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.3176,39.984,40.6504,41.3168,41.9832,42.6496,43.316,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,66.9732,67.6396,68.306,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,67.3064,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,75.6364,77.3024,78.9684,80.3012,80.9676,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,80.6344,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.2996,85.6324,86.2988,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.9632,92.6296,92.9628,93.6292,93.6292,93.9624,94.2956,94.962,94.962,95.6284,95.9616,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.294,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,101.626,101.626,102.2924,102.6256,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.6248,104.958,105.6244,105.9576,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,109.2896,109.956,110.2892,110.2892,111.622,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,118.61919999999999,118.61919999999999,119.6188,119.6188,119.6188,119.6188,118.61919999999999,118.61919999999999,117.9528,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.2868,115.6204,115.2872,114.2876,113.6212,113.288,113.288,113.6212,113.95439999999999,113.95439999999999,114.6208,114.6208,115.2872,115.2872,115.6204,115.9536,115.9536,115.9536,116.62,116.9532,116.9532,116.9532,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.2864,116.62,115.9536,116.62,116.9532,117.6196,117.9528,118.9524,119.6188,119.952,119.952,120.9516,121.618,121.9512,121.9512,122.2844,122.2844,122.6176,122.6176,122.6176,122.6176,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.95,125.6164,126.2828,126.2828,126.9492,127.9488,128.6152,129.2816,129.2816,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,131.614,131.614,131.614,131.614,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,135.6124,135.6124,136.2788,136.2788,136.9452,136.9452,137.6116,137.9448,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,142.9428,143.276,143.9424,144.942,144.942,145.2752,145.6084,146.2748,146.608,146.608,147.27439999999999,147.6076,148.274,148.9404,149.2736,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.6064,150.6064,150.6064,150.6064,151.2728,150.6064,149.94,149.94,150.2732,150.2732,149.6068,149.6068,148.9404,148.9404,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.6072,149.6068,149.94,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,151.606,151.606,151.606,151.9392,151.9392,151.9392,152.6056,152.9388,153.6052,154.2716,154.2716,153.6052,152.6056,151.2728,149.6068,148.6072,147.6076,146.9412,146.2748,145.6084,144.942,144.942,144.942,144.942,144.942,144.942,144.942,144.942,145.2752,145.6084,145.6084,146.2748,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,148.274,148.274,148.274,148.274,148.274,147.9408,147.9408,147.27439999999999,146.608,146.608,146.608,146.608,146.2748,146.2748,145.6084,145.6084,145.2752,145.2752,144.6088,143.9424,143.9424,143.9424,143.9424,143.6092,142.9428,142.6096,141.9432,141.9432,141.2768,140.6104,140.6104,140.6104,139.6108,138.6112,137.9448,137.2784,137.2784,136.2788,135.2792,134.946,134.2796,133.28,131.9472,131.2808,130.2812,130.2812,129.2816,128.6152,127.6156,126.9492,125.6164,124.95,124.95,124.6168,123.28399999999999,122.9508,122.9508,121.9512,121.2848,119.952,119.6188,118.9524,118.286,117.9528,116.9532,115.9536,115.2872,114.6208,113.95439999999999,113.6212,112.6216,112.6216,112.6216,112.2884,111.622,111.622,110.2892,109.2896,107.6236,106.9572,105.6244,105.2912,103.62519999999999,103.292,101.9592,100.9596,99.6268,98.6272,97.2944,95.9616,94.6288,93.29599999999999,91.2968,89.6308,87.9648,86.9652,85.2992,84.2996,82.96679999999999,81.3008,80.6344,78.9684,77.6356,76.3028,75.6364,74.3036,73.304,71.9712,71.3048,69.972,68.9724,67.6396,66.9732,65.6404,63.308,61.9752,61.3088,60.6424,59.6428,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.3112,54.6448,53.9784,53.9784,52.9788,52.3124,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.3044,72.3044,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,77.6356,78.6352,79.3016,80.6344,81.3008,82.96679999999999,83.3,84.2996,86.2988,87.2984,87.9648,88.298,88.298,88.298,87.6316,87.2984,87.2984,87.2984,87.2984,87.6316,86.9652,86.2988,85.6324,84.966,82.96679999999999,82.3004,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.634,82.96679999999999,84.2996,84.2996,84.966,84.2996,83.6332,82.96679999999999,81.9672,81.3008,80.3012,78.9684,78.6352,76.9692,76.3028,75.6364,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,71.638,70.9716,70.6384,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,80.6344,81.9672,83.6332,84.966,86.9652,88.63119999999999,90.6304,91.63,93.6292,93.9624,95.2952,95.6284,96.628,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,100.2932,100.2932,100.6264,101.2928,101.2928,100.2932,99.6268,98.96039999999999,97.2944,95.6284,93.29599999999999,90.6304,88.9644,85.2992,83.9664,83.6332,82.96679999999999],[13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,26.656,27.3224,27.3224,27.9888,28.6552,29.654799999999998,30.3212,30.3212,30.9876,31.654,31.654,32.3204,32.3204,31.9872,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.3208,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,40.3172,40.9836,41.65,42.6496,43.9824,44.6488,45.3152,45.9816,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,53.6452,54.3116,55.3112,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.6428,60.6424,60.6424,61.3088,61.9752,62.6416,64.6408,65.3072,65.9736,67.3064,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,73.304,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,74.97,74.97,74.6368,73.9704,73.9704,73.304,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,77.6356,78.9684,79.6348,80.3012,80.3012,79.6348,78.9684,78.9684,78.9684,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.966,86.2988,87.2984,87.9648,88.9644,89.2976,90.2972,90.6304,91.2968,91.63,91.9632,92.6296,92.9628,93.6292,93.9624,94.2956,94.2956,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.6276,97.6276,98.294,98.294,98.96039999999999,99.2936,99.2936,99.2936,99.6268,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,102.2924,102.6256,103.292,103.62519999999999,103.9584,103.9584,103.9584,104.6248,105.2912,105.6244,105.9576,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,108.6232,109.2896,110.2892,110.2892,111.2888,111.2888,111.2888,111.9552,112.95479999999999,113.288,113.95439999999999,114.2876,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.6196,117.9528,118.61919999999999,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.6196,117.9528,117.9528,117.9528,118.286,118.286,118.286,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.2864,116.62,115.9536,115.6204,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.6208,115.2872,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.9532,116.9532,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,117.6196,117.6196,116.9532,116.62,116.62,116.62,117.2864,117.6196,118.9524,119.6188,120.2852,120.2852,121.2848,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.6164,126.2828,126.616,127.2824,127.2824,127.9488,128.6152,129.6148,129.6148,129.948,129.948,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.6116,137.9448,138.6112,138.6112,138.6112,138.6112,139.2776,139.6108,139.944,139.944,140.6104,140.9436,141.60999999999999,142.6096,142.6096,142.6096,142.6096,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,143.276,143.9424,143.9424,144.2756,145.2752,145.2752,146.2748,146.2748,146.9412,147.27439999999999,147.6076,148.274,148.9404,148.9404,148.9404,148.9404,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.6068,149.6068,149.6068,148.9404,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,148.9404,148.9404,148.6072,148.6072,148.6072,148.6072,148.6072,148.6072,148.9404,148.9404,148.9404,148.9404,149.6068,150.2732,150.6064,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.606,151.606,152.6056,152.6056,152.9388,152.9388,153.272,153.9384,154.938,154.938,155.2712,154.938,152.9388,151.9392,150.2732,148.6072,147.6076,147.27439999999999,146.2748,145.9416,145.2752,145.2752,145.2752,145.2752,144.942,145.2752,145.6084,145.6084,145.6084,146.2748,146.608,146.608,147.27439999999999,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.2748,146.2748,146.2748,145.9416,145.2752,144.942,144.942,144.6088,143.9424,143.9424,143.276,142.9428,142.9428,142.6096,142.6096,141.60999999999999,140.9436,140.9436,139.944,139.6108,138.6112,137.9448,136.9452,136.2788,135.2792,134.946,133.28,132.6136,130.6144,130.6144,130.6144,129.2816,128.6152,127.6156,126.9492,126.2828,126.2828,125.6164,124.6168,123.9504,123.9504,123.28399999999999,122.9508,121.2848,120.9516,119.952,119.2856,118.286,117.9528,116.9532,116.62,115.6204,114.6208,113.95439999999999,113.288,112.6216,112.6216,111.9552,111.622,110.6224,109.956,109.2896,107.6236,106.9572,106.2908,105.2912,104.6248,103.292,101.9592,101.2928,100.9596,100.2932,98.6272,97.96079999999999,96.2948,94.6288,93.29599999999999,91.2968,89.6308,87.9648,86.632,85.2992,84.2996,82.96679999999999,81.634,80.6344,79.968,77.6356,76.3028,75.6364,74.3036,73.304,71.9712,70.6384,69.972,68.9724,67.6396,66.9732,65.6404,63.9744,62.3084,61.3088,60.6424,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.3112,54.6448,54.6448,53.9784,52.9788,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,65.3072,65.6404,66.3068,66.9732,67.6396,68.9724,69.6388,70.3052,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,73.63719999999999,72.9708,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,77.6356,78.6352,79.3016,80.6344,81.3008,82.6336,83.6332,84.966,86.2988,86.632,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.632,86.632,87.2984,87.2984,86.9652,86.9652,85.6324,84.2996,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,82.3004,83.6332,84.2996,84.966,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.968,77.6356,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.3044,71.638,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,77.6356,78.6352,79.6348,81.3008,82.6336,84.2996,85.9656,88.298,89.6308,91.2968,92.2964,93.29599999999999,93.9624,94.962,96.2948,96.628,97.96079999999999,98.294,99.2936,99.2936,99.6268,100.2932,100.6264,100.6264,100.2932,98.96039999999999,98.294,96.9612,94.6288,92.2964,89.964,86.2988,83.6332,82.3004,82.3004,81.634],[13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,26.656,27.3224,27.3224,27.9888,29.654799999999998,30.3212,30.9876,30.9876,31.654,32.3204,32.9868,32.9868,32.6536,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,42.3164,43.316,43.9824,44.6488,45.3152,45.6484,46.3148,46.9812,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,50.9796,51.646,52.9788,53.6452,54.6448,55.3112,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,63.9744,64.6408,65.9736,66.64,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,73.63719999999999,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,74.97,74.97,74.3036,73.9704,73.304,73.304,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,75.6364,76.9692,78.30199999999999,78.9684,79.6348,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.966,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.2968,91.63,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.294,98.294,98.294,98.96039999999999,99.2936,99.2936,99.2936,100.2932,100.2932,101.2928,101.626,102.2924,102.2924,103.292,103.292,103.292,103.292,103.9584,104.6248,104.6248,105.2912,105.9576,106.624,106.2908,106.9572,106.9572,106.9572,107.9568,107.9568,108.6232,108.6232,109.956,110.2892,111.2888,111.2888,111.2888,111.2888,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.2876,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,117.2864,117.2864,117.9528,118.61919999999999,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.2864,116.62,115.9536,115.6204,114.6208,113.95439999999999,113.95439999999999,114.6208,114.6208,115.2872,115.2872,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,117.9528,117.9528,117.9528,117.6196,117.6196,116.62,116.62,116.62,117.2864,117.6196,118.9524,119.6188,120.2852,120.9516,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.6164,125.6164,126.616,126.616,127.2824,127.2824,127.9488,128.6152,129.6148,129.6148,129.948,129.948,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,139.6108,139.6108,139.944,139.944,140.9436,141.60999999999999,142.6096,142.6096,142.6096,142.6096,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,143.276,143.9424,143.9424,144.942,145.2752,145.6084,146.2748,146.2748,146.9412,147.27439999999999,147.6076,148.274,148.9404,148.9404,148.9404,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,150.2732,150.6064,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,148.9404,148.9404,148.9404,148.6072,148.6072,148.6072,148.6072,148.9404,149.6068,149.6068,149.6068,150.2732,150.2732,150.6064,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,151.606,151.606,152.6056,152.6056,152.9388,152.9388,153.9384,154.6048,154.938,155.6044,155.9376,155.2712,153.6052,152.6056,150.6064,149.2736,148.274,147.27439999999999,146.2748,145.9416,145.2752,145.2752,145.2752,145.6084,145.2752,145.9416,146.2748,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,148.9404,148.274,148.274,148.274,147.6076,147.9408,147.9408,147.9408,147.9408,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,145.9416,145.2752,145.2752,144.942,144.6088,144.6088,143.9424,143.9424,142.9428,142.9428,142.9428,142.2764,141.60999999999999,141.60999999999999,140.9436,139.944,139.2776,138.6112,137.2784,136.2788,135.2792,134.946,132.9468,131.9472,131.2808,130.9476,130.6144,129.2816,128.6152,127.6156,127.2824,126.9492,126.2828,125.6164,125.6164,124.6168,123.9504,123.28399999999999,122.9508,121.2848,120.9516,119.952,119.2856,118.286,117.9528,116.9532,116.9532,115.9536,115.2872,114.6208,114.2876,113.6212,112.95479999999999,112.2884,111.2888,110.2892,109.2896,107.6236,106.9572,105.9576,105.6244,104.6248,103.62519999999999,101.9592,101.2928,100.9596,100.2932,99.6268,99.2936,97.2944,96.2948,94.6288,92.6296,91.2968,89.2976,87.9648,85.9656,84.966,83.6332,82.3004,81.634,80.6344,79.968,77.6356,76.3028,75.6364,74.3036,73.304,71.9712,70.6384,69.3056,68.306,67.6396,66.3068,65.6404,63.9744,62.3084,61.3088,60.6424,59.6428,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.3112,55.3112,54.6448,53.9784,52.9788,52.9788,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,54.3116,54.978,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.974,65.6404,66.3068,66.9732,68.306,68.9724,69.6388,70.3052,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,72.9708,72.3044,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.6356,79.3016,79.968,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,86.632,87.9648,87.2984,87.2984,87.2984,87.2984,86.632,86.632,87.2984,87.2984,87.2984,86.2988,85.6324,84.2996,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,80.6344,81.3008,82.6336,83.3,84.2996,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.968,77.6356,76.3028,75.6364,74.97,74.3036,72.9708,72.3044,70.9716,69.972,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,78.9684,80.3012,81.9672,84.2996,85.6324,87.2984,89.2976,91.2968,92.2964,92.9628,93.29599999999999,94.2956,95.6284,96.2948,96.9612,97.6276,98.96039999999999,99.2936,99.2936,99.2936,100.2932,100.2932,98.96039999999999,98.6272,97.2944,95.9616,93.6292,91.2968,87.6316,84.966,81.634,80.6344,80.6344,80.6344],[14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.99,24.99,24.99,25.3232,25.3232,25.3232,25.9896,26.656,26.656,27.3224,27.9888,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.9868,32.9868,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,42.3164,43.316,43.9824,43.9824,44.6488,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,53.9784,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,63.308,63.9744,65.3072,65.9736,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,77.6356,78.30199999999999,79.6348,79.6348,78.9684,78.30199999999999,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,84.966,86.2988,86.632,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.63,91.9632,92.6296,92.9628,93.6292,93.6292,93.9624,94.962,94.962,94.962,94.962,95.2952,95.2952,95.2952,95.9616,96.2948,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.9596,101.626,101.626,102.2924,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.9584,103.9584,104.6248,105.6244,105.9576,105.6244,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,108.6232,109.956,110.2892,110.9556,110.9556,110.9556,111.2888,111.622,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.9536,116.62,117.2864,117.9528,117.9528,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.2864,116.62,115.9536,115.6204,114.6208,114.6208,114.6208,115.2872,115.6204,115.9536,116.62,116.9532,117.2864,117.9528,117.2864,117.6196,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.2856,119.952,119.952,119.952,119.952,119.952,119.952,119.2856,118.9524,118.9524,118.286,117.9528,117.6196,117.2864,116.62,116.62,117.2864,117.6196,118.9524,119.6188,120.2852,120.9516,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.6164,125.6164,126.616,126.616,127.6156,127.6156,128.6152,128.9484,129.948,129.948,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.9444,139.6108,139.6108,139.944,140.9436,141.60999999999999,141.9432,141.9432,142.6096,142.6096,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,143.276,143.276,143.9424,144.2756,144.942,145.2752,145.6084,146.2748,146.9412,146.608,147.27439999999999,147.9408,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.6068,150.2732,150.2732,150.2732,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,149.94,150.2732,150.2732,150.2732,150.2732,150.6064,150.6064,150.93959999999998,150.93959999999998,151.606,151.606,152.6056,152.6056,152.9388,153.272,154.2716,154.938,155.2712,155.9376,155.9376,155.2712,154.938,152.9388,150.6064,149.2736,148.274,147.27439999999999,145.9416,145.2752,145.2752,145.2752,145.6084,145.6084,146.608,147.27439999999999,147.27439999999999,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,149.2736,149.2736,149.2736,148.9404,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,148.9404,148.9404,148.274,147.6076,147.27439999999999,146.2748,146.2748,145.6084,145.6084,145.2752,143.9424,143.9424,143.9424,143.276,143.276,142.9428,142.9428,141.9432,140.6104,139.6108,138.9444,137.9448,137.2784,135.6124,134.946,132.9468,131.9472,131.2808,130.9476,130.6144,129.2816,128.6152,127.6156,127.2824,126.9492,126.2828,125.6164,125.6164,124.6168,123.9504,123.6172,122.9508,121.2848,120.9516,119.952,119.952,119.2856,119.2856,118.286,117.6196,117.2864,116.62,115.9536,115.6204,115.2872,113.6212,112.95479999999999,112.2884,110.6224,109.2896,107.6236,106.2908,104.958,104.6248,103.292,102.2924,101.2928,100.2932,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,95.6284,94.2956,92.6296,90.6304,88.9644,87.2984,86.2988,84.966,83.6332,82.3004,81.634,80.6344,79.968,77.6356,76.3028,75.6364,74.3036,73.304,71.9712,70.6384,69.3056,68.306,66.9732,66.3068,64.974,63.9744,62.3084,61.3088,60.6424,59.6428,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.3112,55.3112,54.6448,53.9784,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,54.3116,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,64.3076,64.974,65.6404,66.3068,67.6396,68.306,69.6388,70.3052,71.3048,71.9712,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.638,70.6384,70.6384,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,75.6364,76.3028,77.6356,78.9684,80.6344,81.3008,82.96679999999999,84.2996,85.6324,85.6324,86.2988,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.968,80.6344,81.9672,82.6336,82.6336,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,79.3016,77.6356,76.3028,75.6364,74.97,74.3036,72.9708,71.638,70.9716,69.3056,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,77.3024,78.30199999999999,79.6348,81.9672,83.6332,85.6324,87.2984,88.9644,90.6304,91.63,92.9628,93.29599999999999,94.2956,95.6284,96.2948,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,98.96039999999999,97.96079999999999,96.2948,94.962,92.6296,89.964,86.2988,82.96679999999999,80.6344,79.6348,79.6348,79.6348],[14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,17.3264,17.3264,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.6568,25.3232,25.3232,25.3232,25.9896,26.656,26.656,27.3224,28.322,28.9884,30.3212,30.9876,31.654,32.3204,32.3204,32.9868,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,41.65,42.6496,43.316,43.316,43.9824,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,47.3144,47.3144,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.6456,53.9784,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,63.308,63.9744,65.3072,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.9692,78.30199999999999,78.9684,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.966,86.2988,86.632,87.2984,87.9648,88.63119999999999,88.9644,89.964,90.6304,91.2968,91.2968,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.962,94.962,95.2952,95.2952,95.2952,95.9616,95.9616,96.2948,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.626,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.9576,105.6244,106.2908,106.9572,107.6236,107.9568,107.9568,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,116.62,116.62,117.6196,117.9528,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.2864,117.2864,116.62,115.9536,115.2872,115.2872,115.2872,115.6204,115.9536,116.62,116.9532,117.6196,117.9528,118.286,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.6188,118.9524,118.9524,117.9528,117.6196,117.2864,116.62,116.62,117.2864,117.6196,118.9524,119.6188,120.2852,120.9516,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.6164,126.2828,126.616,127.2824,127.6156,127.9488,128.6152,128.9484,129.948,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.9444,138.9444,139.6108,139.6108,140.6104,140.9436,141.2768,141.9432,142.6096,142.6096,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,142.9428,143.276,143.276,144.2756,144.2756,145.2752,145.2752,145.6084,146.2748,146.9412,146.9412,147.9408,147.9408,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,149.6068,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.2732,150.2732,150.2732,150.2732,150.6064,150.6064,150.93959999999998,150.93959999999998,151.606,151.606,152.6056,152.9388,152.9388,153.9384,154.938,155.2712,155.2712,155.9376,155.9376,155.2712,154.938,152.9388,151.606,149.6068,148.274,147.27439999999999,145.9416,145.2752,145.2752,145.6084,145.6084,146.2748,147.27439999999999,147.6076,147.6076,147.6076,147.9408,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,150.2732,150.2732,150.2732,150.6064,149.94,149.94,149.94,149.94,149.94,149.94,149.6068,149.6068,149.94,149.94,149.94,149.2736,148.9404,148.274,147.6076,147.27439999999999,146.9412,146.2748,146.2748,145.6084,144.6088,144.6088,144.6088,143.9424,143.9424,143.276,143.276,142.6096,140.9436,139.944,139.6108,138.6112,137.2784,136.2788,134.946,132.9468,131.9472,131.2808,130.9476,130.6144,129.2816,128.6152,127.6156,127.2824,126.9492,126.2828,125.6164,125.6164,124.6168,123.9504,123.6172,122.9508,121.2848,120.9516,120.2852,119.952,119.952,119.952,118.9524,117.9528,117.2864,117.2864,116.62,116.2868,115.6204,114.6208,113.288,112.2884,110.6224,109.2896,107.6236,106.2908,104.958,103.9584,103.292,101.2928,100.2932,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,95.6284,93.9624,92.6296,91.63,89.964,88.9644,87.2984,85.9656,84.966,83.6332,82.3004,81.634,80.6344,79.968,77.6356,76.3028,75.6364,74.3036,73.304,71.9712,70.6384,69.3056,68.306,66.9732,66.3068,64.974,63.9744,62.3084,61.3088,60.6424,59.6428,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.3112,55.3112,54.6448,53.9784,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,54.3116,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,66.9732,67.6396,68.306,69.6388,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,72.3044,72.3044,71.638,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,74.3036,75.6364,76.3028,78.30199999999999,79.968,80.6344,81.9672,82.96679999999999,84.2996,85.2992,85.2992,84.966,85.6324,86.2988,86.2988,86.632,86.632,87.2984,87.9648,87.9648,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.6352,76.9692,76.3028,75.6364,74.3036,73.63719999999999,72.3044,70.9716,70.3052,68.6392,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.636,76.636,76.636,76.636,76.636,77.3024,78.30199999999999,79.6348,81.9672,83.6332,85.6324,87.2984,88.9644,90.6304,91.63,92.9628,93.29599999999999,94.962,96.2948,96.2948,97.2944,97.96079999999999,98.96039999999999,99.2936,99.2936,99.2936,100.2932,99.6268,98.6272,97.2944,96.2948,93.6292,91.2968,87.6316,84.2996,80.9676,78.9684,78.30199999999999,78.9684,78.9684],[15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,16.66,16.66,17.6596,17.6596,18.326,18.326,18.9924,19.6588,19.6588,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.3248,21.3248,21.3248,21.3248,21.9912,22.6576,22.6576,23.323999999999998,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.9896,26.656,27.6556,28.322,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.3204,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,60.6424,61.3088,62.6416,63.308,64.6408,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.3036,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,77.3024,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.966,85.2992,86.2988,86.632,87.2984,87.9648,88.298,88.63119999999999,89.6308,90.2972,90.6304,91.2968,91.2968,91.63,91.63,92.2964,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.962,95.2952,95.9616,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,99.96,100.6264,101.2928,101.2928,101.626,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.9584,104.958,105.6244,105.6244,105.9576,106.9572,107.6236,107.6236,107.9568,108.6232,109.2896,109.956,109.956,110.2892,110.2892,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.9536,116.62,116.62,117.2864,118.286,118.286,118.286,118.286,118.61919999999999,118.61919999999999,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.2864,117.2864,116.62,116.2868,115.9536,115.9536,116.2868,116.62,116.9532,117.6196,117.6196,117.6196,118.286,118.286,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,120.2852,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,119.952,119.952,119.2856,118.286,117.9528,117.6196,116.9532,116.9532,117.6196,118.286,118.9524,119.952,120.2852,120.9516,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,127.2824,127.2824,127.9488,127.9488,128.9484,129.6148,129.948,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.9444,139.6108,139.6108,139.944,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.6096,142.6096,142.9428,143.276,143.9424,143.9424,144.6088,145.2752,145.9416,146.2748,146.9412,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,149.2736,149.6068,149.6068,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.94,149.94,149.94,150.2732,150.2732,150.2732,150.2732,150.6064,150.6064,150.93959999999998,150.93959999999998,151.606,151.9392,152.6056,152.9388,153.9384,154.6048,154.938,155.2712,155.2712,155.2712,155.2712,155.2712,154.938,153.6052,151.606,149.6068,148.9404,147.6076,146.608,146.2748,146.2748,146.2748,146.608,147.27439999999999,147.27439999999999,147.6076,148.274,148.274,148.6072,149.2736,149.2736,149.2736,149.2736,149.6068,149.94,149.94,150.2732,150.6064,150.6064,150.93959999999998,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,150.6064,150.6064,150.6064,149.94,149.6068,149.2736,148.9404,148.274,147.6076,147.6076,147.27439999999999,147.27439999999999,146.2748,145.6084,145.6084,145.6084,145.2752,144.6088,143.9424,143.9424,143.276,141.60999999999999,140.9436,140.6104,139.6108,137.9448,136.612,135.2792,133.6132,131.9472,131.2808,130.2812,129.948,129.2816,128.6152,127.6156,127.2824,126.9492,126.2828,125.6164,125.6164,124.6168,123.9504,123.6172,122.9508,121.9512,121.2848,120.2852,120.2852,119.952,119.952,118.9524,118.286,117.6196,117.2864,116.62,116.2868,116.2868,115.2872,113.95439999999999,112.95479999999999,110.9556,109.956,108.28999999999999,106.9572,105.6244,104.958,103.292,101.9592,99.96,98.96039999999999,97.2944,96.628,95.6284,95.2952,93.9624,93.6292,91.9632,90.6304,89.2976,88.298,87.2984,85.9656,85.2992,83.6332,82.3004,81.634,80.6344,79.968,78.30199999999999,76.636,75.9696,74.6368,73.63719999999999,72.3044,70.6384,69.3056,68.6392,67.3064,66.3068,64.974,63.9744,62.3084,61.3088,60.6424,59.6428,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.6452,54.3116,54.3116,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,65.3072,65.9736,67.3064,68.306,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,68.306,68.306,68.306,68.306,68.306,68.9724,69.6388,69.6388,69.6388,70.3052,70.6384,71.3048,71.3048,71.9712,73.304,74.3036,75.6364,76.9692,78.9684,79.968,81.3008,82.3004,83.6332,84.2996,84.2996,83.6332,84.2996,84.2996,84.966,84.966,86.632,86.632,87.9648,87.9648,86.632,86.632,85.2992,84.2996,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,79.3016,78.6352,78.6352,78.6352,79.968,80.6344,80.3012,80.3012,79.6348,78.9684,78.30199999999999,77.6356,77.6356,76.9692,75.6364,74.6368,73.9704,73.304,71.9712,71.3048,69.972,68.6392,67.97279999999999,67.3064,67.3064,67.97279999999999,68.306,68.9724,69.6388,70.6384,71.9712,72.6376,73.304,73.9704,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,78.30199999999999,79.6348,81.9672,83.6332,85.6324,87.2984,88.9644,89.964,91.63,92.9628,93.9624,95.2952,95.9616,96.2948,97.2944,97.96079999999999,98.96039999999999,99.2936,100.2932,100.2932,100.2932,99.6268,97.96079999999999,96.2948,94.962,92.6296,89.2976,86.2988,82.3004,79.3016,77.3024,76.636,77.3024,78.30199999999999],[15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,16.66,16.66,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.658,20.9916,20.6584,19.992,19.992,20.6584,21.3248,21.9912,21.9912,22.6576,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,25.3232,25.9896,26.9892,27.6556,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,51.646,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,57.6436,58.31,59.976,60.6424,61.3088,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.3036,73.63719999999999,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,77.3024,77.6356,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.632,87.2984,87.9648,88.298,88.9644,89.6308,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,94.962,94.962,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.96,100.2932,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,102.6256,103.292,103.9584,104.6248,104.958,105.6244,105.9576,106.624,106.9572,107.6236,107.9568,108.6232,109.956,109.956,110.2892,110.2892,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.9536,115.9536,116.62,116.62,117.9528,118.286,118.286,118.286,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.2864,117.2864,116.62,116.2868,115.9536,116.62,116.62,117.2864,117.6196,117.9528,117.9528,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.2852,119.952,119.2856,118.9524,118.286,117.6196,117.6196,116.9532,117.6196,118.286,119.2856,119.952,120.2852,120.9516,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.2824,127.2824,127.9488,128.6152,129.6148,129.6148,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.9444,138.9444,139.6108,139.6108,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,142.6096,142.6096,143.276,143.276,143.9424,143.9424,144.942,145.2752,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.2736,149.6068,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,149.94,150.2732,150.2732,150.2732,150.2732,150.6064,150.6064,150.93959999999998,150.93959999999998,151.606,152.6056,152.9388,153.6052,154.6048,154.6048,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,154.938,153.6052,151.606,149.6068,148.9404,147.6076,147.27439999999999,146.608,146.2748,146.608,147.27439999999999,147.27439999999999,147.6076,148.274,148.274,148.9404,149.2736,149.2736,149.2736,149.6068,149.6068,149.6068,149.94,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,151.606,151.9392,151.9392,151.9392,151.9392,151.2728,151.2728,151.2728,151.2728,151.606,151.606,151.2728,151.2728,150.6064,150.6064,149.94,149.94,149.2736,148.9404,148.274,148.274,147.6076,147.6076,147.27439999999999,146.9412,146.2748,145.6084,145.6084,145.6084,144.942,144.6088,143.9424,143.276,142.2764,141.60999999999999,140.9436,139.6108,138.6112,137.6116,135.6124,134.2796,132.6136,131.2808,130.2812,129.948,129.2816,129.2816,127.9488,127.2824,126.9492,126.2828,126.2828,125.6164,124.6168,124.6168,124.28359999999999,122.9508,121.9512,121.2848,120.2852,119.952,119.952,119.2856,118.286,117.9528,117.6196,116.62,116.62,115.6204,115.6204,114.6208,113.95439999999999,112.95479999999999,110.9556,110.2892,108.9564,107.6236,106.2908,105.6244,104.2916,101.9592,99.96,98.96039999999999,97.2944,96.2948,95.9616,93.9624,93.29599999999999,92.6296,91.2968,89.6308,88.63119999999999,87.6316,86.9652,85.9656,85.2992,83.9664,82.96679999999999,81.634,80.6344,79.968,78.30199999999999,76.636,75.9696,74.6368,73.63719999999999,72.3044,70.6384,69.3056,68.6392,67.3064,66.3068,64.974,63.9744,62.3084,61.3088,60.6424,59.6428,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,64.6408,65.3072,66.64,67.3064,68.306,69.3056,69.972,69.972,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.972,70.6384,70.6384,71.3048,72.6376,73.63719999999999,74.3036,75.6364,77.3024,79.3016,80.6344,81.634,82.96679999999999,83.6332,82.96679999999999,82.96679999999999,83.3,83.9664,83.9664,84.966,86.2988,86.632,87.9648,87.9648,86.632,85.9656,84.6328,83.6332,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,79.968,79.3016,78.6352,77.6356,77.6356,79.3016,79.968,79.6348,79.6348,78.9684,78.30199999999999,77.6356,76.9692,76.9692,76.3028,74.6368,73.9704,73.304,71.9712,71.3048,69.972,68.6392,67.97279999999999,67.3064,67.3064,67.3064,67.3064,67.6396,68.306,68.9724,69.6388,71.3048,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.636,77.3024,78.30199999999999,79.6348,81.9672,83.6332,85.9656,87.2984,88.9644,89.964,91.63,92.9628,93.9624,95.2952,95.9616,96.9612,97.96079999999999,98.294,99.2936,99.2936,100.2932,100.2932,100.2932,99.6268,97.96079999999999,95.6284,93.6292,91.2968,87.6316,84.2996,80.3012,78.30199999999999,76.636,75.9696,76.636,77.3024],[16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,16.66,16.66,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,21.658,21.658,20.9916,20.9916,19.992,19.3256,19.3256,19.992,20.6584,21.3248,21.3248,21.9912,22.9908,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,26.3228,26.9892,28.322,28.9884,30.3212,30.9876,31.654,32.3204,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.9792,51.9792,51.9792,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,60.6424,61.3088,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,64.6408,65.3072,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,73.63719999999999,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.3024,77.3024,76.636,76.636,75.9696,75.9696,76.636,76.636,76.9692,77.6356,77.6356,78.6352,79.968,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.632,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.962,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.9612,96.9612,97.6276,98.294,98.96039999999999,99.96,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,101.626,102.2924,103.292,103.62519999999999,103.9584,104.6248,105.6244,105.9576,106.9572,107.6236,107.9568,108.6232,108.9564,109.6228,109.956,110.2892,110.9556,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,115.6204,115.6204,116.2868,116.9532,117.6196,118.286,118.286,118.286,118.286,117.6196,117.6196,116.9532,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.6196,117.6196,117.2864,117.2864,116.62,116.62,116.9532,117.6196,117.9528,118.286,118.286,118.9524,119.2856,119.2856,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,120.2852,120.2852,120.2852,120.2852,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.2852,119.952,119.2856,118.9524,118.286,118.286,117.9528,117.9528,117.9528,118.286,119.2856,119.952,120.9516,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.2824,127.2824,127.9488,128.6152,129.6148,129.6148,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.9444,138.9444,139.6108,139.944,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.2768,141.9432,141.9432,142.6096,142.9428,143.276,143.276,143.9424,144.942,145.2752,145.6084,146.2748,146.608,146.608,146.608,146.608,146.608,146.608,146.608,146.608,146.2748,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.6072,148.6072,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,150.2732,150.2732,150.2732,150.2732,150.93959999999998,150.93959999999998,151.606,152.6056,153.272,154.2716,154.938,154.938,155.2712,155.6044,155.6044,155.2712,155.2712,155.2712,154.938,153.6052,151.9392,150.2732,148.9404,147.6076,147.27439999999999,146.608,146.608,146.608,147.6076,147.6076,148.274,148.6072,149.6068,149.6068,149.94,149.94,149.94,149.94,150.6064,150.6064,150.93959999999998,150.93959999999998,151.606,151.606,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,151.9392,151.9392,151.9392,151.9392,152.6056,152.6056,151.606,150.6064,150.6064,150.6064,150.6064,149.94,149.94,149.6068,148.9404,148.274,148.274,147.6076,147.27439999999999,147.27439999999999,146.608,146.608,146.608,146.2748,145.6084,145.2752,144.6088,143.9424,142.9428,142.6096,141.2768,140.6104,139.6108,137.9448,136.612,134.946,132.9468,131.2808,130.9476,129.948,129.948,129.2816,128.6152,127.9488,126.9492,126.9492,126.2828,125.6164,124.6168,124.6168,124.28359999999999,122.9508,121.9512,121.2848,120.2852,119.952,118.9524,118.61919999999999,117.2864,116.9532,116.2868,115.9536,115.6204,115.6204,115.2872,114.2876,112.95479999999999,112.95479999999999,112.2884,111.2888,110.2892,108.6232,107.2904,106.624,104.958,102.9588,100.6264,99.6268,97.6276,96.628,94.962,93.6292,92.6296,91.63,90.6304,89.2976,88.298,87.2984,86.9652,85.9656,85.2992,83.9664,82.96679999999999,81.634,80.6344,79.968,78.30199999999999,76.636,75.9696,74.6368,73.63719999999999,72.3044,70.6384,69.3056,68.6392,67.3064,66.3068,64.974,63.9744,62.3084,61.3088,60.6424,59.6428,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,64.6408,65.3072,65.9736,66.64,67.6396,68.306,68.306,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.9712,73.304,74.97,76.3028,78.30199999999999,79.968,80.9676,82.3004,82.3004,82.96679999999999,82.6336,83.3,83.3,83.9664,84.2996,86.2988,86.632,87.9648,87.9648,86.632,85.9656,84.6328,83.6332,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,82.6336,81.3008,79.968,79.3016,78.6352,77.6356,77.6356,78.6352,79.3016,78.9684,78.9684,78.30199999999999,77.3024,76.9692,76.3028,76.3028,75.6364,73.9704,72.6376,71.9712,70.6384,69.3056,67.97279999999999,67.3064,66.64,66.64,66.64,66.64,67.3064,67.6396,68.306,68.9724,69.6388,70.6384,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.636,77.3024,78.9684,80.3012,81.9672,84.2996,85.9656,87.9648,88.9644,89.964,91.2968,92.2964,93.9624,95.2952,95.9616,96.9612,97.96079999999999,98.6272,99.2936,99.2936,100.2932,100.2932,99.6268,99.2936,97.2944,95.2952,92.6296,89.2976,85.6324,82.96679999999999,79.3016,77.3024,75.9696,75.9696,76.3028,76.3028],[17.3264,17.3264,17.3264,17.3264,17.3264,17.3264,17.3264,17.3264,17.3264,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,16.66,16.66,16.66,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.3244,21.658,21.658,20.9916,20.3252,19.3256,19.3256,19.3256,19.3256,19.992,20.6584,20.6584,21.3248,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,25.6564,26.3228,27.6556,28.322,29.654799999999998,30.3212,30.9876,31.654,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.6464,51.3128,51.3128,51.3128,51.9792,51.9792,52.6456,52.6456,53.312,53.312,53.9784,54.6448,54.978,55.6444,56.3108,56.977199999999996,57.9768,58.6432,59.309599999999996,60.6424,61.641999999999996,61.641999999999996,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.6416,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,75.6364,76.3028,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,76.636,76.9692,76.9692,76.9692,78.6352,79.968,80.6344,80.6344,81.3008,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.632,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.9628,93.6292,93.6292,93.9624,94.6288,94.962,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,98.294,98.96039999999999,99.96,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.626,102.6256,103.292,103.62519999999999,103.9584,104.958,105.6244,105.6244,106.9572,107.6236,107.9568,107.9568,108.9564,109.2896,109.956,109.956,110.9556,111.2888,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,115.2872,115.2872,115.6204,116.9532,116.9532,117.9528,118.286,118.286,118.286,117.6196,117.6196,116.9532,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.6196,117.9528,118.286,118.9524,118.9524,119.6188,119.952,119.952,120.2852,120.9516,120.9516,120.9516,120.2852,120.2852,119.952,119.952,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.2852,120.2852,119.952,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,119.2856,119.952,120.9516,120.9516,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.2824,127.2824,127.9488,128.6152,129.6148,129.6148,130.6144,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,139.944,139.944,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,141.2768,141.9432,141.9432,142.9428,142.9428,143.276,143.9424,144.942,144.942,145.6084,145.6084,146.608,146.608,146.608,146.608,146.608,146.608,146.2748,145.6084,146.2748,145.9416,146.2748,146.2748,146.608,146.608,146.608,146.608,147.27439999999999,147.27439999999999,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,148.274,148.274,148.6072,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.6072,148.274,148.6072,148.6072,148.6072,148.9404,149.6068,149.6068,150.2732,150.2732,150.2732,150.93959999999998,150.93959999999998,151.606,152.6056,153.272,154.2716,154.938,154.938,155.2712,155.6044,155.6044,155.2712,155.2712,155.2712,154.938,153.6052,151.9392,150.2732,148.9404,147.6076,147.27439999999999,146.608,146.608,146.608,147.6076,148.274,148.6072,149.2736,149.6068,149.94,149.94,149.94,149.94,150.6064,150.6064,150.6064,150.93959999999998,150.93959999999998,151.606,151.606,151.9392,152.6056,152.9388,152.9388,152.9388,152.6056,151.9392,151.9392,151.9392,151.9392,152.6056,151.9392,150.93959999999998,150.93959999999998,150.6064,150.6064,149.94,149.6068,149.6068,148.9404,148.6072,148.274,148.274,147.6076,147.27439999999999,147.27439999999999,146.608,146.608,146.608,146.608,145.6084,145.2752,144.6088,144.2756,143.276,142.6096,141.9432,140.9436,139.6108,138.9444,136.9452,135.2792,134.2796,132.2804,131.614,130.6144,130.6144,129.2816,128.6152,127.9488,126.9492,126.9492,126.2828,125.6164,124.6168,123.9504,123.6172,122.9508,121.9512,120.2852,119.6188,118.9524,118.61919999999999,117.9528,117.2864,116.62,115.6204,115.6204,114.954,114.954,114.6208,114.2876,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,109.6228,108.6232,106.9572,105.2912,104.2916,101.9592,99.6268,97.96079999999999,96.9612,94.962,93.29599999999999,92.6296,91.2968,89.964,89.2976,87.9648,87.2984,85.9656,85.2992,84.6328,83.6332,82.3004,81.634,80.6344,79.968,78.30199999999999,76.636,75.9696,74.6368,73.63719999999999,72.3044,70.6384,69.3056,68.6392,67.3064,66.3068,64.974,63.9744,63.308,61.9752,61.3088,60.3092,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.3112,54.6448,54.6448,53.9784,53.312,53.312,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,63.9744,64.6408,65.3072,65.9736,66.9732,66.9732,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,73.63719999999999,75.6364,77.3024,78.30199999999999,79.968,80.9676,82.3004,81.9672,82.6336,82.6336,83.3,83.3,84.2996,86.2988,86.632,87.9648,87.9648,86.632,85.9656,84.6328,83.6332,82.3004,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,82.6336,81.3008,79.968,79.3016,77.9688,76.9692,76.9692,77.6356,78.6352,78.30199999999999,78.30199999999999,77.3024,76.636,76.3028,75.6364,75.6364,74.3036,72.6376,71.9712,70.6384,69.3056,67.97279999999999,66.64,65.9736,65.9736,65.9736,65.9736,66.64,66.64,66.9732,67.6396,68.306,68.9724,70.6384,71.3048,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,77.3024,78.9684,80.6344,82.3004,84.2996,85.9656,87.9648,88.9644,89.964,91.63,92.2964,93.9624,95.2952,95.9616,96.9612,97.96079999999999,98.6272,99.2936,99.2936,100.2932,100.2932,99.6268,99.2936,96.2948,93.9624,90.6304,87.2984,84.2996,80.9676,78.6352,76.636,75.9696,75.9696,75.6364,76.3028],[18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.3252,19.6588,18.9924,18.326,18.326,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.9908,23.6572,24.99,25.6564,26.656,27.3224,28.6552,29.3216,29.988,30.6544,30.9876,30.9876,30.9876,30.9876,31.654,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,32.9868,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.984,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,45.3152,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,54.3116,54.978,54.978,55.6444,56.644,57.3104,57.9768,59.309599999999996,59.976,60.6424,60.6424,60.6424,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.3052,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.9692,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,84.2996,84.6328,85.2992,85.6324,86.632,86.632,87.2984,87.2984,87.9648,88.298,88.298,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.2972,91.2968,91.63,91.63,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,96.2948,96.9612,97.2944,97.6276,98.6272,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,101.2928,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.958,105.9576,106.2908,106.9572,107.6236,107.9568,107.9568,108.6232,109.2896,109.956,109.956,110.6224,110.6224,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,115.2872,115.6204,115.9536,116.62,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.9524,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.9516,121.2848,121.2848,120.9516,120.9516,120.9516,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.618,121.618,121.618,121.618,122.2844,122.2844,121.618,121.2848,120.9516,120.2852,119.952,119.952,119.952,118.9524,119.2856,119.2856,119.2856,119.2856,119.6188,120.2852,120.9516,120.9516,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.616,126.616,127.6156,127.6156,128.6152,128.9484,129.948,129.948,130.9476,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.9444,139.6108,139.6108,139.6108,139.944,139.944,140.2772,140.2772,140.2772,140.2772,140.2772,140.2772,140.2772,140.9436,140.9436,141.60999999999999,141.60999999999999,142.9428,142.9428,143.276,143.9424,144.942,144.942,145.2752,145.2752,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,146.608,146.608,146.608,146.608,146.608,146.608,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,148.274,148.274,148.274,148.274,147.6076,147.6076,147.6076,147.6076,148.274,148.274,148.6072,148.9404,148.9404,149.6068,149.6068,149.94,150.2732,150.6064,151.2728,152.6056,153.272,154.2716,154.938,155.2712,155.2712,155.2712,155.2712,155.2712,154.938,154.938,154.6048,152.9388,151.9392,150.2732,149.2736,148.274,147.6076,147.6076,146.608,146.608,147.27439999999999,147.9408,148.274,148.9404,149.94,149.94,150.6064,150.6064,150.93959999999998,150.93959999999998,151.606,151.606,150.93959999999998,150.93959999999998,151.9392,151.9392,152.6056,152.9388,152.9388,153.6052,152.9388,152.6056,151.9392,151.2728,151.9392,151.9392,151.2728,151.2728,150.6064,149.6068,149.94,149.94,149.94,149.2736,148.9404,148.274,148.274,147.27439999999999,147.27439999999999,146.9412,147.27439999999999,146.608,146.608,146.2748,145.6084,145.6084,145.6084,145.2752,143.9424,143.276,142.9428,142.6096,141.9432,140.9436,140.2772,138.6112,137.2784,136.2788,134.946,132.9468,131.614,130.6144,129.948,129.2816,127.9488,127.2824,126.9492,126.2828,126.2828,125.6164,124.6168,123.9504,123.28399999999999,122.9508,120.6184,119.2856,118.9524,118.9524,118.286,117.9528,116.62,115.9536,115.6204,114.954,114.954,113.95439999999999,113.6212,113.6212,113.288,112.95479999999999,111.622,111.622,110.9556,109.6228,108.6232,106.9572,105.9576,104.2916,101.9592,99.6268,98.6272,96.9612,95.2952,93.6292,92.2964,90.6304,89.964,89.2976,88.298,87.2984,86.2988,85.6324,84.2996,83.6332,82.3004,81.3008,80.6344,79.968,78.30199999999999,76.636,75.9696,74.6368,73.63719999999999,72.3044,71.3048,69.972,68.6392,67.3064,66.3068,65.6404,63.9744,63.308,61.9752,61.3088,60.3092,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,63.308,63.9744,65.3072,65.3072,65.9736,65.9736,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.9736,66.64,66.64,66.64,66.64,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,70.3052,71.9712,74.3036,75.9696,77.3024,78.6352,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,83.3,84.966,86.2988,86.632,87.9648,87.9648,86.632,85.9656,84.6328,83.6332,81.634,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,81.9672,81.3008,79.968,78.6352,77.9688,76.636,76.636,76.636,77.3024,77.3024,77.3024,76.636,75.9696,75.6364,74.97,74.3036,73.63719999999999,71.9712,70.6384,69.3056,67.97279999999999,66.3068,65.6404,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.97,74.97,75.6364,75.6364,76.9692,77.6356,79.968,81.3008,82.96679999999999,84.966,86.2988,87.9648,88.9644,90.6304,91.63,93.6292,94.6288,95.6284,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,97.96079999999999,95.2952,91.63,86.9652,83.9664,80.9676,79.3016,76.9692,76.3028,75.6364,75.6364,76.3028,76.3028],[18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.9924,19.6588,19.6588,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.3252,19.6588,18.9924,18.326,18.326,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,21.658,21.658,21.658,22.3244,22.3244,22.9908,23.6572,24.3236,24.99,25.9896,26.656,27.3224,28.6552,29.3216,29.3216,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,39.3176,39.3176,39.984,39.984,39.984,39.984,40.6504,40.6504,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.9836,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,45.6484,46.3148,46.9812,46.9812,47.3144,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,53.6452,54.3116,54.3116,54.978,55.9776,56.644,57.3104,57.9768,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,81.3008,81.634,82.3004,82.3004,82.96679999999999,83.6332,84.6328,84.966,85.6324,85.2992,86.632,86.632,86.632,86.632,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,91.9632,91.9632,91.9632,92.6296,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.628,97.2944,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.958,104.958,106.2908,106.2908,107.6236,107.6236,107.9568,108.28999999999999,109.2896,109.2896,109.956,109.956,110.6224,110.6224,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.95479999999999,112.6216,113.6212,114.2876,115.2872,115.6204,115.9536,116.9532,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.6188,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.618,121.618,122.2844,122.2844,121.618,121.2848,120.9516,120.2852,120.2852,119.952,119.952,119.6188,119.952,119.952,119.952,119.952,120.2852,120.9516,120.9516,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.616,126.616,127.6156,127.9488,128.9484,128.9484,129.948,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.944,140.2772,140.2772,140.2772,140.2772,140.9436,140.9436,141.60999999999999,141.60999999999999,142.9428,142.9428,143.276,143.276,144.2756,144.942,145.2752,145.2752,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,146.608,146.608,146.2748,146.2748,145.6084,145.6084,145.6084,145.6084,146.2748,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,146.2748,145.6084,146.2748,146.2748,146.9412,147.27439999999999,147.6076,147.9408,148.274,148.274,149.2736,149.6068,149.6068,150.2732,151.9392,152.9388,154.938,154.938,155.2712,155.2712,155.2712,155.2712,155.2712,155.2712,154.938,153.9384,152.9388,151.606,150.2732,149.2736,148.6072,148.274,147.6076,147.27439999999999,147.27439999999999,147.9408,148.274,148.9404,149.2736,149.94,150.6064,150.6064,150.6064,150.93959999999998,150.93959999999998,151.606,151.606,150.93959999999998,150.93959999999998,151.9392,151.9392,152.6056,152.9388,153.6052,153.6052,152.9388,152.9388,151.9392,151.2728,151.9392,151.9392,151.2728,150.6064,150.2732,149.6068,149.94,149.6068,149.2736,148.6072,148.6072,147.6076,147.6076,147.27439999999999,147.27439999999999,146.2748,146.2748,145.6084,146.2748,145.6084,145.2752,145.2752,144.942,144.2756,143.276,142.9428,142.6096,141.60999999999999,140.9436,140.6104,139.2776,138.6112,137.2784,136.2788,134.946,132.9468,131.9472,130.9476,129.6148,128.6152,127.6156,127.2824,126.9492,126.2828,125.6164,124.6168,123.9504,123.28399999999999,122.9508,121.9512,119.952,119.2856,118.9524,118.286,117.6196,116.62,116.2868,115.6204,114.954,114.2876,113.95439999999999,113.6212,113.6212,113.288,112.95479999999999,112.2884,111.622,110.2892,110.2892,109.6228,107.9568,106.2908,105.6244,103.62519999999999,101.2928,100.2932,98.6272,96.9612,95.2952,93.6292,92.2964,91.63,90.2972,89.964,88.298,87.9648,86.632,85.6324,84.2996,83.6332,82.3004,81.3008,80.6344,79.968,78.30199999999999,76.636,75.9696,74.6368,73.63719999999999,72.3044,71.3048,69.972,68.6392,67.3064,66.3068,65.6404,64.6408,63.308,61.9752,61.3088,60.3092,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.9736,65.9736,65.9736,65.9736,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.97279999999999,68.6392,68.9724,70.6384,72.9708,74.6368,75.9696,77.3024,78.6352,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,84.2996,85.6324,86.632,87.9648,87.9648,86.632,85.2992,83.6332,82.3004,80.9676,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,79.968,78.6352,77.3024,75.9696,75.9696,76.636,76.636,76.636,76.636,75.9696,75.3032,74.97,74.3036,73.63719999999999,72.3044,71.3048,69.3056,67.97279999999999,66.64,64.974,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,76.9692,78.6352,80.6344,82.3004,83.6332,85.6324,87.2984,87.9648,89.2976,90.6304,92.2964,93.9624,94.6288,95.9616,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,98.6272,96.9612,93.6292,89.2976,84.966,81.634,79.3016,77.3024,76.3028,75.6364,75.6364,75.6364,76.3028,76.3028],[19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,19.6588,19.6588,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.3252,19.6588,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,20.3252,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,23.6572,24.3236,24.3236,24.99,26.656,27.3224,27.9888,27.9888,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.3192,36.652,37.3184,37.9848,37.9848,38.9844,39.6508,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,41.65,42.3164,42.3164,42.3164,42.3164,41.65,41.65,41.65,41.65,41.65,41.65,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.3176,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.6508,39.6508,40.3172,40.3172,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,57.3104,57.9768,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,59.309599999999996,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,82.3004,83.6332,83.6332,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,86.2988,86.632,87.2984,87.2984,87.9648,88.298,88.298,88.9644,89.2976,89.964,90.2972,90.6304,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.6284,95.9616,96.628,97.2944,97.2944,97.6276,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,100.9596,101.2928,101.2928,101.9592,102.6256,102.9588,102.9588,103.292,104.958,105.2912,105.6244,106.2908,106.2908,106.9572,107.6236,107.9568,108.28999999999999,108.6232,108.6232,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.622,112.95479999999999,113.288,113.6212,114.2876,114.954,115.6204,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.2864,117.2864,117.9528,117.9528,118.286,118.286,118.286,118.286,118.61919999999999,118.61919999999999,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.9516,120.9516,121.2848,121.2848,121.618,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.618,121.618,122.2844,122.2844,121.618,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.616,126.616,127.6156,127.9488,128.9484,128.9484,129.948,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,139.2776,139.2776,139.2776,139.944,139.944,139.944,139.944,139.944,140.6104,140.9436,140.9436,141.60999999999999,142.9428,142.9428,143.276,143.276,144.2756,144.942,144.942,145.2752,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,146.2748,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,145.6084,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,145.9416,145.9416,145.2752,145.2752,145.2752,145.6084,146.2748,146.2748,146.9412,146.608,147.27439999999999,147.27439999999999,148.274,148.9404,149.6068,150.2732,151.9392,152.9388,154.2716,155.2712,155.2712,155.2712,155.2712,155.9376,155.2712,154.6048,154.2716,152.9388,152.6056,151.2728,149.6068,148.9404,148.274,147.9408,147.9408,147.9408,147.9408,148.274,148.9404,149.2736,149.94,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.9392,152.6056,152.9388,153.6052,153.6052,152.9388,152.9388,151.9392,151.2728,151.9392,151.9392,151.2728,150.6064,149.94,149.2736,148.9404,149.2736,149.2736,148.274,147.6076,146.9412,146.9412,146.608,146.608,145.6084,145.6084,145.2752,144.942,144.2756,143.9424,143.9424,142.9428,142.6096,141.60999999999999,141.60999999999999,140.6104,139.944,139.6108,138.9444,138.9444,137.6116,136.2788,135.2792,134.2796,132.9468,131.614,130.6144,129.2816,128.6152,127.6156,127.2824,126.2828,125.6164,124.95,124.6168,123.28399999999999,122.6176,122.2844,120.9516,119.6188,118.286,118.286,117.6196,116.62,115.9536,115.6204,114.954,114.2876,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,110.9556,109.956,108.9564,107.6236,105.6244,104.2916,103.292,101.2928,99.6268,97.96079999999999,96.2948,95.2952,93.6292,92.9628,91.63,90.6304,89.964,89.2976,87.9648,86.632,85.6324,84.2996,83.6332,82.3004,81.3008,80.6344,79.968,78.30199999999999,76.636,75.9696,74.6368,73.63719999999999,72.3044,71.3048,69.972,68.6392,67.3064,66.3068,65.6404,64.6408,63.308,61.9752,61.3088,60.3092,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.3064,67.97279999999999,68.306,68.9724,70.6384,71.9712,73.304,74.97,76.3028,77.6356,79.6348,80.3012,80.9676,81.634,82.6336,84.2996,85.6324,86.632,87.2984,87.2984,86.632,84.6328,82.96679999999999,81.634,79.6348,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,78.6352,77.3024,75.9696,75.9696,76.636,76.636,76.636,75.9696,74.97,74.3036,73.63719999999999,72.9708,72.6376,71.9712,69.3056,67.97279999999999,65.9736,64.6408,63.6412,62.6416,63.6412,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,77.6356,79.3016,81.634,82.96679999999999,84.966,86.2988,87.9648,88.298,89.2976,91.2968,92.2964,93.6292,94.962,96.2948,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.6276,95.2952,91.63,87.2984,82.6336,79.6348,77.3024,76.636,75.6364,74.97,74.97,74.97,74.97,74.97],[20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,19.6588,18.9924,18.9924,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.9908,23.6572,23.6572,24.3236,25.3232,25.9896,26.656,26.656,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.988,30.6544,31.3208,31.9872,32.6536,33.32,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,40.9836,41.65,41.65,42.3164,42.9828,42.9828,42.9828,42.9828,42.9828,42.9828,42.9828,42.3164,42.3164,42.3164,42.3164,42.3164,41.65,41.65,41.65,41.65,40.9836,40.9836,40.6504,39.984,39.984,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.6508,39.6508,40.3172,40.3172,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,43.316,43.316,44.315599999999996,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,47.3144,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.3116,54.978,54.978,55.9776,56.644,56.644,57.3104,57.9768,57.9768,58.6432,58.6432,57.6436,57.6436,57.9768,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.9696,76.636,76.636,77.3024,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,82.3004,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,86.2988,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,88.298,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.6292,94.6288,94.6288,95.6284,95.6284,96.2948,96.628,97.2944,97.2944,97.6276,97.6276,98.294,98.294,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.6264,101.2928,101.2928,101.9592,102.6256,102.6256,102.9588,104.2916,104.958,105.6244,105.9576,105.6244,106.2908,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.6232,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,112.2884,112.95479999999999,113.6212,113.6212,114.954,114.954,115.9536,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.9528,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,119.952,119.952,119.952,120.2852,120.9516,120.9516,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.2844,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.618,121.618,122.2844,122.2844,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.616,127.6156,127.9488,128.9484,128.9484,129.948,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.2776,139.944,139.944,139.944,140.6104,140.6104,140.9436,140.9436,142.2764,142.9428,143.276,143.276,144.2756,144.2756,144.942,144.942,145.6084,145.6084,145.6084,145.6084,145.2752,145.2752,144.942,144.942,144.942,144.942,144.942,144.942,145.2752,145.2752,145.6084,145.6084,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,144.942,144.942,144.942,144.942,144.942,144.942,145.2752,144.6088,144.6088,144.6088,144.6088,144.6088,144.6088,144.2756,144.2756,144.2756,145.2752,145.6084,145.6084,146.2748,146.2748,146.9412,146.608,147.27439999999999,148.274,148.9404,150.2732,151.2728,152.9388,153.6052,154.2716,155.2712,155.2712,155.2712,154.6048,154.6048,154.2716,153.6052,152.6056,151.9392,150.6064,149.6068,148.9404,148.274,148.274,147.9408,147.9408,148.274,148.9404,149.2736,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,151.2728,151.9392,152.6056,153.6052,154.2716,154.2716,153.6052,152.9388,151.9392,151.2728,151.9392,151.9392,151.2728,150.6064,149.94,149.2736,148.274,148.274,148.274,147.6076,146.608,146.2748,146.2748,145.2752,145.2752,144.942,144.942,143.9424,143.9424,142.9428,142.6096,141.9432,141.60999999999999,140.9436,140.6104,139.944,139.2776,138.278,137.6116,137.9448,137.6116,136.9452,135.94559999999998,134.2796,132.9468,131.614,130.6144,129.948,128.6152,128.6152,127.6156,126.9492,125.6164,125.6164,124.95,124.6168,123.28399999999999,122.2844,121.618,120.2852,119.6188,118.286,117.6196,116.9532,116.62,115.6204,114.954,114.954,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.622,111.622,110.9556,110.6224,109.956,108.28999999999999,106.9572,105.6244,103.62519999999999,102.6256,100.9596,98.96039999999999,97.96079999999999,96.2948,95.2952,93.6292,92.9628,92.2964,90.9636,89.964,89.2976,87.9648,86.632,85.6324,84.2996,83.6332,82.3004,81.3008,80.6344,79.968,78.30199999999999,76.636,75.9696,74.6368,73.63719999999999,72.3044,71.3048,69.972,68.6392,67.3064,66.3068,65.6404,64.6408,63.308,61.9752,61.3088,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.3112,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.3088,61.3088,61.3088,61.3088,62.3084,62.3084,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.64,66.64,66.9732,67.6396,69.3056,69.972,71.3048,73.304,74.97,76.3028,78.30199999999999,79.6348,80.3012,81.634,81.9672,82.96679999999999,84.2996,85.6324,86.2988,86.2988,85.2992,83.9664,81.634,79.6348,78.6352,77.9688,77.9688,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,80.6344,80.6344,79.3016,77.9688,77.3024,75.9696,75.9696,75.9696,75.9696,75.9696,75.3032,74.3036,73.63719999999999,72.3044,71.638,71.3048,69.972,67.97279999999999,65.9736,64.6408,62.9748,61.9752,61.9752,62.6416,63.6412,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,74.3036,74.97,75.6364,76.3028,78.6352,80.3012,82.3004,84.2996,86.2988,87.2984,87.9648,89.2976,89.964,91.2968,92.2964,93.6292,95.6284,96.2948,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,97.96079999999999,96.9612,95.6284,93.6292,88.63119999999999,84.966,80.9676,77.6356,75.9696,75.3032,74.97,74.97,74.97,74.3036,74.3036,74.3036],[22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.6576,22.6576,22.6576,23.323999999999998,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.9896,26.656,26.656,27.3224,27.3224,27.9888,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.3216,29.988,30.6544,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.9856,36.652,37.9848,38.6512,39.6508,39.6508,40.3172,40.9836,40.9836,40.9836,41.65,41.65,42.3164,42.9828,42.9828,43.6492,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.65,40.9836,40.9836,40.3172,39.3176,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,51.9792,52.6456,53.312,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.9692,77.6356,78.30199999999999,79.968,80.6344,80.6344,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,86.2988,86.632,86.632,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,90.9636,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.962,95.9616,96.628,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,110.9556,112.2884,112.95479999999999,112.95479999999999,113.288,113.95439999999999,114.6208,115.2872,115.6204,116.2868,116.62,117.2864,117.6196,117.6196,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.6176,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.9504,123.9504,124.6168,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,127.6156,127.9488,128.9484,129.6148,130.6144,130.9476,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,140.9436,141.9432,142.6096,142.6096,142.9428,143.276,143.9424,143.9424,144.2756,144.6088,144.6088,144.6088,144.6088,144.942,144.942,144.942,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,145.2752,145.2752,145.6084,145.6084,146.2748,146.2748,146.2748,146.9412,146.9412,146.9412,146.2748,145.6084,145.6084,144.942,144.942,144.2756,144.2756,144.2756,143.6092,143.276,143.276,143.276,143.276,143.276,142.6096,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.942,145.2752,145.6084,146.9412,147.27439999999999,148.274,148.9404,149.6068,150.6064,151.9392,152.6056,153.9384,154.2716,153.9384,154.2716,153.6052,153.6052,152.9388,152.6056,151.2728,150.6064,149.94,149.2736,149.2736,149.2736,148.6072,148.6072,148.6072,149.2736,149.2736,149.6068,150.6064,151.2728,151.2728,151.2728,150.6064,150.6064,149.94,149.94,149.94,149.94,150.2732,150.2732,150.93959999999998,151.606,152.6056,153.6052,154.2716,154.2716,153.6052,152.9388,151.9392,151.2728,151.9392,151.9392,151.2728,150.6064,149.94,148.274,147.6076,147.27439999999999,146.9412,146.2748,145.6084,145.2752,145.2752,144.2756,144.2756,143.9424,143.276,143.276,142.6096,142.2764,141.60999999999999,140.9436,140.6104,139.944,138.9444,137.9448,137.6116,137.2784,136.612,136.612,136.2788,135.6124,134.2796,133.6132,131.614,130.6144,129.948,129.6148,128.6152,128.282,127.9488,126.9492,125.6164,124.95,124.95,124.6168,123.28399999999999,122.9508,122.2844,121.2848,118.9524,118.286,118.286,117.6196,116.62,116.2868,115.6204,114.2876,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.2892,109.6228,108.9564,107.6236,106.2908,104.958,103.62519999999999,101.626,100.2932,98.6272,96.628,95.9616,93.9624,93.6292,92.2964,92.2964,90.9636,89.2976,88.9644,87.9648,86.632,85.6324,84.2996,83.6332,82.3004,81.3008,80.6344,79.968,78.30199999999999,76.636,75.9696,74.6368,73.63719999999999,72.3044,71.3048,69.972,68.6392,67.3064,66.3068,65.6404,64.6408,63.308,61.9752,60.6424,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.312,53.312,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.9784,53.9784,54.6448,55.3112,55.3112,55.9776,55.9776,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.97279999999999,69.3056,71.3048,73.63719999999999,74.97,76.9692,77.6356,79.6348,80.3012,80.9676,81.9672,83.6332,84.966,84.966,84.966,83.6332,82.3004,80.9676,78.9684,76.9692,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.3012,79.6348,78.30199999999999,76.636,75.9696,74.97,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,72.3044,70.6384,69.972,68.6392,67.3064,65.9736,63.6412,61.9752,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,65.3072,65.9736,65.9736,66.9732,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,73.304,74.6368,75.6364,77.6356,79.6348,81.634,83.6332,85.6324,87.2984,88.298,88.63119999999999,89.2976,90.6304,91.63,93.29599999999999,94.6288,95.6284,96.2948,97.2944,97.6276,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,97.2944,96.2948,93.29599999999999,90.6304,85.6324,81.9672,78.6352,75.6364,74.97,74.3036,74.3036,74.3036,74.6368,73.9704,73.63719999999999,73.63719999999999],[23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,21.658,20.9916,20.9916,20.9916,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.6576,22.6576,22.6576,22.6576,22.9908,22.9908,22.9908,23.6572,23.9904,24.6568,25.3232,25.3232,25.9896,25.9896,26.656,27.3224,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.6552,29.3216,29.988,31.3208,31.9872,32.6536,33.32,34.6528,35.9856,36.652,37.9848,38.6512,38.9844,39.6508,40.3172,40.9836,40.9836,41.65,41.65,42.3164,42.9828,42.9828,43.6492,44.315599999999996,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,42.3164,42.3164,41.65,40.9836,39.984,39.3176,38.6512,38.6512,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,51.3128,51.9792,51.9792,52.6456,52.9788,52.9788,53.6452,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,64.6408,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,72.3044,72.9708,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.9692,77.6356,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.9656,85.9656,86.632,86.632,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,91.2968,91.63,92.2964,92.6296,93.6292,93.9624,93.9624,94.6288,95.6284,95.9616,96.2948,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.96,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,102.6256,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.2892,110.9556,112.2884,112.95479999999999,112.95479999999999,113.6212,113.95439999999999,114.6208,115.2872,116.2868,116.62,117.2864,117.6196,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,121.618,121.618,120.9516,121.2848,121.2848,121.2848,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,122.6176,122.6176,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,127.6156,127.9488,128.9484,129.6148,130.6144,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.944,139.944,140.6104,140.6104,141.2768,141.9432,141.9432,142.6096,142.9428,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.6088,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.2756,144.942,145.2752,145.6084,145.6084,146.2748,146.2748,146.9412,146.9412,146.9412,146.2748,145.6084,145.2752,144.942,144.2756,144.2756,144.2756,143.276,142.6096,142.6096,141.60999999999999,141.9432,141.9432,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.6096,142.6096,142.6096,142.6096,143.276,143.276,143.9424,143.9424,144.6088,144.6088,144.942,146.2748,146.9412,147.9408,148.274,149.2736,149.6068,151.2728,151.606,152.2724,152.9388,153.6052,152.9388,152.6056,151.606,151.606,150.93959999999998,150.6064,149.94,149.2736,149.2736,149.2736,148.6072,148.6072,148.6072,148.6072,149.2736,149.2736,149.6068,150.6064,150.6064,150.6064,150.6064,150.2732,149.6068,149.6068,149.6068,149.94,149.94,150.2732,150.2732,150.93959999999998,151.606,152.6056,153.6052,154.2716,154.2716,153.6052,152.9388,151.9392,151.2728,151.9392,151.9392,151.2728,150.6064,149.94,148.274,147.6076,146.9412,146.2748,145.6084,144.6088,143.9424,143.9424,143.276,143.276,142.6096,142.6096,141.60999999999999,141.60999999999999,140.6104,139.6108,139.2776,138.6112,137.9448,137.2784,136.2788,135.6124,135.2792,134.946,135.2792,134.6128,134.2796,132.9468,131.9472,130.2812,129.6148,129.2816,128.6152,127.9488,127.6156,127.2824,126.2828,124.95,124.6168,124.6168,123.9504,122.9508,121.9512,121.2848,120.2852,118.9524,117.6196,117.6196,117.2864,115.9536,115.6204,114.6208,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,110.9556,110.2892,109.6228,109.2896,107.9568,106.624,105.6244,103.9584,102.6256,101.2928,99.6268,97.96079999999999,96.2948,95.2952,93.9624,93.6292,92.2964,90.9636,89.964,89.2976,88.9644,87.9648,86.632,85.6324,84.2996,84.2996,82.96679999999999,81.9672,81.3008,79.968,78.30199999999999,76.636,75.9696,74.6368,73.63719999999999,72.3044,71.3048,69.972,68.6392,67.97279999999999,66.9732,65.6404,64.6408,63.308,61.9752,60.6424,59.6428,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.9784,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.3084,63.308,63.308,63.308,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,63.9744,64.974,65.6404,66.64,67.97279999999999,69.972,72.3044,73.63719999999999,75.6364,76.9692,78.9684,79.6348,80.3012,80.9676,82.6336,83.6332,83.6332,83.6332,82.96679999999999,81.634,79.6348,77.9688,75.9696,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,78.9684,78.30199999999999,76.636,75.3032,74.3036,74.3036,74.3036,74.97,74.3036,73.63719999999999,72.3044,70.9716,69.3056,67.97279999999999,67.3064,65.9736,64.3076,62.6416,61.3088,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.308,63.9744,63.9744,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.9712,73.304,74.6368,76.3028,77.6356,79.6348,82.3004,84.966,86.2988,88.298,88.63119999999999,88.63119999999999,89.964,90.6304,92.2964,93.6292,94.6288,95.6284,96.2948,97.6276,98.294,98.6272,98.6272,98.96039999999999,98.6272,96.628,94.2956,90.9636,87.6316,83.3,78.9684,76.3028,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.9704,73.9704,73.9704,73.9704],[24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.3244,21.658,21.658,21.658,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.9908,23.323999999999998,23.323999999999998,23.9904,24.6568,24.6568,25.3232,25.3232,25.9896,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.9876,31.654,32.3204,33.32,34.6528,35.3192,35.9856,37.3184,37.9848,38.9844,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.9828,42.9828,43.6492,43.6492,44.315599999999996,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,43.6492,42.9828,42.3164,41.65,39.984,39.3176,39.3176,39.3176,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,41.65,41.65,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.9792,51.9792,51.9792,52.6456,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.308,63.9744,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,83.3,83.3,83.3,83.9664,84.2996,84.966,84.966,85.2992,86.2988,86.2988,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,89.2976,89.964,90.6304,91.2968,91.63,92.2964,92.9628,93.6292,93.6292,93.9624,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,97.2944,97.2944,97.6276,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,100.2932,100.6264,101.9592,102.6256,103.292,103.62519999999999,103.9584,104.2916,104.958,105.6244,105.2912,105.6244,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,109.2896,109.6228,110.9556,111.622,112.2884,112.95479999999999,113.288,113.6212,114.6208,115.2872,116.2868,116.62,117.2864,118.286,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.2852,120.2852,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,127.6156,127.9488,128.9484,129.6148,130.6144,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,139.2776,139.944,139.944,140.6104,141.2768,141.2768,141.2768,141.9432,142.2764,142.9428,142.9428,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,144.942,145.2752,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,145.9416,145.2752,144.6088,144.2756,143.6092,143.6092,143.6092,143.276,142.6096,141.2768,140.9436,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.6096,142.6096,143.276,144.6088,144.942,145.6084,146.9412,147.27439999999999,147.9408,148.6072,149.2736,149.94,150.6064,151.2728,151.606,151.2728,151.2728,150.6064,149.6068,149.6068,149.6068,149.6068,149.2736,148.6072,148.6072,148.6072,148.274,148.274,148.274,148.274,148.6072,148.6072,149.2736,149.6068,149.94,149.94,149.94,149.6068,149.2736,149.2736,149.2736,149.6068,149.6068,149.6068,150.2732,150.93959999999998,151.606,152.6056,153.6052,154.2716,154.2716,153.6052,152.9388,151.9392,151.9392,151.9392,151.9392,151.2728,150.6064,149.6068,148.274,147.27439999999999,146.2748,146.2748,145.6084,143.9424,143.276,142.9428,142.9428,142.2764,141.9432,141.2768,140.9436,140.6104,139.2776,138.6112,137.6116,137.2784,136.2788,135.6124,134.946,134.2796,134.2796,133.6132,133.9464,133.28,133.28,131.9472,130.9476,129.6148,128.6152,127.9488,127.6156,127.6156,126.9492,126.2828,125.6164,124.6168,123.9504,123.9504,123.28399999999999,122.2844,121.2848,120.9516,119.952,118.286,117.2864,117.2864,116.62,115.6204,114.954,113.6212,113.288,112.2884,112.2884,111.622,111.622,111.2888,110.9556,109.956,109.956,108.6232,107.9568,107.6236,105.9576,104.958,103.62519999999999,101.9592,100.6264,99.2936,97.2944,95.6284,95.2952,93.9624,93.6292,92.2964,90.9636,89.964,89.2976,88.298,87.9648,86.632,85.6324,84.2996,84.2996,82.96679999999999,81.9672,81.3008,80.6344,78.30199999999999,76.636,75.9696,74.6368,73.63719999999999,72.3044,71.3048,69.972,69.3056,67.97279999999999,66.9732,66.3068,64.6408,63.308,61.9752,60.6424,59.6428,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.641999999999996,62.3084,62.3084,62.3084,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.308,63.9744,64.3076,65.6404,66.9732,68.306,70.6384,72.6376,74.3036,76.3028,77.6356,78.30199999999999,80.3012,80.9676,81.9672,82.6336,82.6336,82.96679999999999,81.634,80.3012,78.9684,77.3024,75.9696,75.3032,75.3032,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,75.9696,75.3032,74.3036,73.63719999999999,74.3036,74.3036,73.304,72.6376,70.3052,68.9724,67.6396,66.3068,65.3072,63.9744,62.6416,61.9752,61.3088,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.9712,73.304,74.6368,76.3028,78.30199999999999,80.3012,82.96679999999999,84.966,86.9652,88.298,88.63119999999999,89.964,90.2972,90.9636,92.9628,93.6292,94.6288,95.6284,96.2948,97.6276,98.294,98.96039999999999,98.96039999999999,98.6272,97.2944,95.6284,92.6296,88.9644,84.6328,79.968,76.9692,74.97,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708],[24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.3244,22.3244,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,21.658,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.3244,22.6576,22.6576,23.323999999999998,23.9904,23.9904,24.6568,24.6568,25.3232,26.3228,26.3228,26.3228,26.9892,26.9892,26.9892,26.9892,26.9892,27.6556,28.322,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.986399999999996,34.6528,35.3192,36.652,37.3184,38.318,38.9844,40.3172,40.9836,41.65,41.65,42.3164,42.9828,42.9828,43.6492,43.6492,44.315599999999996,45.3152,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.3152,45.3152,45.3152,44.6488,44.315599999999996,42.9828,42.3164,40.9836,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,42.3164,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.3128,51.3128,51.3128,51.9792,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,62.3084,63.308,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,82.3004,82.3004,82.3004,82.96679999999999,82.6336,82.6336,82.6336,83.3,83.3,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.9648,87.9648,88.63119999999999,89.2976,90.6304,90.6304,91.2968,91.63,91.9632,92.6296,92.9628,93.6292,94.2956,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.628,96.628,96.628,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,101.2928,101.9592,102.6256,103.292,103.292,103.62519999999999,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.6232,109.2896,110.6224,110.9556,111.622,112.2884,113.288,113.6212,114.6208,115.2872,116.2868,116.62,117.2864,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.6184,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.95,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,127.6156,127.6156,128.6152,129.6148,130.6144,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,139.2776,139.2776,139.944,139.944,140.6104,140.9436,140.9436,141.2768,141.2768,141.9432,141.9432,142.6096,142.9428,143.276,143.276,143.276,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.9424,143.9424,144.942,144.942,145.6084,146.2748,146.2748,145.9416,145.9416,145.2752,144.6088,144.6088,144.2756,143.6092,143.6092,143.6092,142.9428,141.9432,140.6104,139.6108,139.6108,138.9444,138.6112,139.2776,139.6108,139.944,140.2772,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,141.60999999999999,142.2764,142.2764,142.6096,143.9424,144.6088,144.942,146.2748,147.27439999999999,147.27439999999999,147.6076,148.274,149.2736,149.6068,150.2732,150.2732,149.6068,149.2736,149.2736,148.274,148.274,148.274,148.6072,148.6072,148.6072,148.6072,148.274,148.274,148.274,148.274,147.6076,147.6076,147.6076,148.274,148.6072,148.6072,149.2736,149.2736,148.6072,148.6072,148.6072,148.6072,148.9404,148.9404,148.9404,149.6068,150.6064,150.93959999999998,152.6056,152.9388,153.6052,154.2716,153.6052,153.6052,152.2724,151.9392,151.9392,151.2728,150.6064,150.2732,149.6068,147.6076,147.27439999999999,146.2748,145.6084,145.2752,143.9424,142.9428,142.2764,141.2768,141.2768,140.6104,140.6104,139.6108,139.6108,138.278,137.6116,136.9452,136.2788,135.2792,134.2796,133.28,133.28,132.9468,132.9468,132.6136,132.6136,131.2808,130.9476,129.948,128.6152,127.9488,127.6156,126.9492,126.616,125.6164,125.6164,125.2832,123.9504,123.28399999999999,123.28399999999999,122.9508,121.618,120.9516,120.2852,119.2856,117.9528,116.62,116.62,115.9536,114.954,114.6208,112.95479999999999,111.9552,111.622,111.2888,111.2888,110.2892,110.2892,109.956,109.2896,108.28999999999999,107.9568,107.6236,106.2908,104.958,103.292,102.2924,101.2928,99.6268,98.294,96.9612,95.2952,94.2956,93.6292,92.9628,91.9632,90.6304,89.2976,88.63119999999999,88.298,87.2984,86.2988,86.2988,84.966,84.2996,82.96679999999999,82.6336,81.9672,80.6344,78.9684,77.3024,75.9696,74.6368,73.63719999999999,72.3044,71.3048,69.972,69.3056,68.6392,67.6396,66.3068,64.974,63.308,61.9752,60.6424,59.6428,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.312,53.312,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.641999999999996,61.641999999999996,62.3084,62.3084,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.308,63.308,63.6412,64.3076,65.6404,66.9732,69.3056,71.3048,72.9708,74.97,76.3028,77.6356,79.6348,80.3012,81.9672,81.9672,81.9672,81.9672,80.6344,79.968,78.6352,77.3024,75.9696,75.3032,75.3032,75.3032,75.9696,75.9696,75.9696,76.636,76.636,77.3024,77.3024,77.3024,77.3024,76.636,75.3032,74.6368,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,68.9724,67.6396,66.3068,64.974,63.9744,62.6416,61.9752,61.3088,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.308,63.9744,64.6408,64.6408,65.3072,66.3068,66.3068,66.9732,67.6396,68.6392,69.972,70.6384,71.9712,73.304,74.6368,76.9692,79.3016,80.9676,83.6332,85.6324,86.9652,88.298,89.2976,89.964,90.9636,91.63,92.9628,93.6292,94.6288,95.6284,96.2948,97.6276,97.6276,98.294,98.294,97.96079999999999,96.2948,93.9624,90.6304,86.2988,81.634,76.9692,74.97,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,72.9708,72.9708,72.9708,72.9708],[25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.3232,24.99,24.3236,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,21.9912,21.9912,21.9912,21.9912,21.3248,21.3248,20.6584,20.6584,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.9912,21.9912,21.9912,21.9912,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.9912,21.9912,21.9912,21.9912,21.3248,21.3248,21.3248,21.3248,21.658,21.658,21.658,22.3244,21.658,21.658,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,21.9912,21.9912,21.9912,21.9912,21.3248,21.3248,21.3248,21.3248,22.3244,22.3244,22.3244,22.9908,22.9908,23.6572,23.6572,23.6572,24.3236,24.99,24.99,25.6564,25.6564,25.6564,26.3228,26.3228,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.9876,32.3204,33.32,33.986399999999996,35.3192,35.9856,37.9848,38.6512,39.3176,40.6504,41.65,41.65,42.3164,42.3164,42.9828,42.9828,43.6492,44.315599999999996,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.6492,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,55.3112,55.9776,56.644,56.644,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,64.6408,63.9744,63.9744,64.6408,65.3072,65.9736,65.9736,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.9704,73.9704,73.9704,73.9704,73.9704,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.9676,81.3008,81.3008,81.3008,81.9672,82.3004,82.3004,82.3004,82.96679999999999,82.6336,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,86.2988,86.632,87.2984,87.9648,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.6304,91.63,91.9632,91.9632,92.6296,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.9612,96.628,97.2944,97.2944,97.6276,97.96079999999999,98.294,98.294,99.6268,100.9596,101.2928,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.2912,105.9576,105.9576,106.624,106.624,106.2908,106.2908,106.2908,106.9572,107.9568,108.6232,109.956,110.6224,111.2888,111.9552,113.288,113.6212,114.2876,114.6208,115.9536,116.62,117.2864,117.6196,118.286,118.286,118.286,118.286,118.286,118.9524,119.2856,119.6188,119.2856,120.2852,120.2852,120.2852,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,122.2844,122.2844,121.618,121.618,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,127.6156,128.6152,129.6148,130.6144,130.9476,131.2808,131.2808,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,136.612,137.6116,137.6116,137.6116,137.9448,137.6116,138.278,138.278,138.278,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,139.6108,139.6108,139.2776,139.944,139.944,140.6104,140.6104,140.9436,140.9436,141.60999999999999,142.2764,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,144.2756,144.6088,144.942,145.6084,145.6084,145.2752,145.2752,145.2752,144.2756,144.2756,144.2756,144.2756,143.276,143.276,142.9428,141.2768,139.944,138.9444,138.6112,138.6112,137.9448,137.9448,138.6112,138.6112,139.6108,140.2772,140.9436,141.60999999999999,140.9436,140.9436,140.6104,140.6104,141.60999999999999,142.2764,143.9424,144.6088,145.6084,146.2748,146.608,147.27439999999999,147.6076,148.274,148.6072,149.2736,149.2736,149.2736,148.274,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.6076,147.6076,148.274,148.274,148.6072,148.9404,149.6068,149.94,151.606,151.9392,153.6052,153.6052,153.6052,153.6052,152.9388,152.6056,151.9392,151.2728,149.94,149.2736,148.274,147.6076,146.9412,146.2748,145.6084,144.942,143.9424,142.9428,141.9432,140.9436,140.6104,140.6104,139.944,138.9444,138.9444,137.6116,137.2784,136.2788,135.6124,134.946,133.6132,132.2804,132.9468,131.9472,131.2808,131.614,130.9476,130.9476,129.6148,128.6152,127.9488,126.2828,126.2828,125.6164,125.6164,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,121.2848,120.9516,119.2856,118.286,116.9532,116.2868,115.6204,114.954,113.6212,113.288,111.9552,111.2888,111.2888,110.2892,110.2892,109.6228,108.9564,108.9564,108.28999999999999,107.9568,106.9572,106.2908,105.6244,103.9584,102.6256,101.2928,100.2932,98.96039999999999,97.6276,96.2948,95.2952,94.2956,93.6292,92.6296,91.63,90.6304,89.2976,88.63119999999999,87.9648,87.2984,86.2988,86.2988,84.966,84.2996,83.6332,82.6336,81.9672,81.3008,79.6348,77.3024,75.9696,74.6368,73.63719999999999,72.3044,71.3048,70.6384,69.3056,68.6392,67.97279999999999,66.64,64.974,63.6412,61.9752,60.6424,59.976,58.6432,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.3116,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,53.6452,53.9784,54.6448,54.6448,54.6448,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,63.308,63.9744,65.6404,67.97279999999999,69.3056,70.6384,72.6376,74.97,76.9692,78.30199999999999,78.9684,80.3012,80.9676,80.9676,80.3012,79.6348,79.3016,77.6356,76.9692,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.3036,72.6376,71.9712,71.9712,70.9716,70.6384,69.3056,67.6396,66.3068,64.6408,63.308,61.9752,61.3088,60.6424,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,64.6408,65.3072,66.3068,66.3068,66.3068,66.9732,68.306,68.9724,70.6384,71.9712,73.304,74.97,77.3024,79.3016,81.634,84.2996,86.2988,87.2984,88.298,89.2976,90.2972,90.9636,91.63,92.2964,93.29599999999999,94.6288,95.9616,96.2948,97.2944,97.2944,97.2944,96.9612,95.6284,93.29599999999999,90.2972,86.9652,83.3,78.6352,74.97,73.63719999999999,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708],[26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.6564,24.99,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.6576,22.6576,22.6576,22.6576,21.9912,21.3248,20.6584,20.6584,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,21.9912,21.9912,21.9912,21.9912,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,21.9912,21.9912,21.9912,21.9912,21.3248,21.3248,21.3248,21.3248,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.6556,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,32.6536,33.32,34.6528,35.3192,37.3184,37.9848,39.3176,39.984,40.9836,41.65,41.65,42.3164,42.3164,42.9828,42.9828,43.6492,43.9824,44.6488,44.6488,45.3152,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.3148,45.9816,45.3152,44.6488,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,54.6448,55.3112,55.9776,56.644,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,65.3072,65.9736,65.9736,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.9704,73.9704,73.9704,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.6344,81.3008,81.3008,81.3008,81.634,81.634,81.634,82.3004,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,84.2996,84.966,85.9656,86.632,87.2984,87.9648,88.298,89.2976,89.6308,90.2972,90.2972,91.2968,91.2968,91.9632,91.9632,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,97.2944,96.628,97.2944,98.294,98.294,99.6268,100.6264,101.626,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.9576,105.9576,106.624,106.624,106.2908,106.2908,106.2908,106.2908,107.6236,107.9568,109.2896,109.956,110.9556,111.9552,113.288,113.6212,114.2876,114.6208,115.9536,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.6196,118.286,118.9524,118.9524,118.9524,119.6188,119.952,120.2852,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.28359999999999,123.6172,123.6172,123.28399999999999,122.9508,122.2844,122.2844,121.618,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,127.6156,128.6152,129.6148,130.6144,130.9476,131.2808,131.2808,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,137.6116,137.6116,137.6116,137.6116,137.6116,138.278,138.278,138.278,137.6116,137.6116,137.2784,137.2784,136.612,136.612,137.2784,137.2784,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,140.6104,140.6104,140.9436,140.9436,141.9432,141.9432,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,144.2756,144.2756,144.2756,144.2756,144.942,144.2756,144.2756,144.2756,143.9424,143.9424,143.9424,143.9424,143.276,142.9428,142.2764,141.2768,139.944,138.6112,137.9448,137.6116,137.2784,137.2784,137.2784,137.6116,138.6112,139.6108,140.2772,140.9436,140.2772,140.2772,139.944,139.944,140.9436,141.60999999999999,142.6096,143.9424,144.6088,145.2752,145.6084,146.2748,146.9412,147.27439999999999,147.6076,147.6076,147.6076,147.6076,147.27439999999999,146.608,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,146.9412,146.9412,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.608,147.27439999999999,147.6076,148.274,148.6072,149.2736,150.6064,151.606,152.6056,152.6056,152.9388,152.9388,152.9388,152.6056,151.2728,150.6064,149.6068,148.9404,148.274,147.6076,146.9412,146.2748,145.6084,144.2756,143.276,142.6096,141.2768,140.6104,140.6104,139.6108,138.9444,138.6112,137.6116,137.6116,136.9452,136.2788,135.2792,134.2796,133.28,132.2804,131.9472,131.614,130.9476,130.9476,130.2812,129.948,128.6152,127.6156,126.9492,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.2844,122.2844,121.2848,120.9516,119.952,118.9524,117.6196,116.62,115.9536,115.2872,114.6208,113.6212,112.6216,111.622,110.9556,110.2892,109.956,109.2896,108.28999999999999,107.9568,106.9572,106.2908,105.9576,105.6244,104.6248,103.62519999999999,102.2924,101.626,100.2932,99.2936,97.96079999999999,96.9612,95.9616,94.962,93.9624,93.6292,92.6296,91.63,91.2968,89.964,88.63119999999999,87.9648,87.2984,86.632,86.2988,85.9656,84.966,84.2996,83.3,82.6336,81.3008,79.6348,78.30199999999999,76.636,75.3032,73.63719999999999,72.9708,71.9712,71.3048,69.972,69.3056,67.97279999999999,66.64,64.974,63.6412,61.9752,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.9784,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.641999999999996,62.3084,63.6412,64.974,66.64,67.97279999999999,69.3056,71.3048,73.63719999999999,75.6364,76.9692,78.30199999999999,79.6348,79.6348,79.6348,79.6348,78.9684,78.30199999999999,77.6356,76.3028,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,74.3036,72.9708,71.9712,71.3048,70.3052,69.6388,68.6392,67.97279999999999,66.3068,64.974,63.308,62.3084,60.6424,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,66.3068,66.3068,67.6396,68.9724,70.6384,71.9712,73.304,74.97,77.3024,79.968,82.3004,84.2996,86.2988,87.2984,88.298,89.2976,90.2972,90.9636,91.63,92.2964,93.29599999999999,94.6288,95.9616,95.9616,96.9612,96.9612,96.9612,95.2952,93.6292,90.9636,87.6316,84.6328,79.968,76.3028,73.63719999999999,72.3044,71.9712,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708],[27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,26.3228,25.6564,25.6564,24.99,24.3236,23.6572,23.6572,23.6572,23.323999999999998,23.323999999999998,23.323999999999998,22.6576,21.9912,21.3248,21.3248,21.3248,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.6576,22.6576,22.6576,22.6576,22.6576,22.6576,22.6576,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.656,26.656,27.3224,27.9888,28.322,28.9884,29.654799999999998,30.3212,31.654,32.3204,33.986399999999996,34.6528,35.9856,36.652,37.3184,38.6512,39.3176,40.3172,40.9836,41.65,41.65,42.3164,42.3164,42.9828,43.316,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,45.9816,45.3152,45.3152,44.6488,43.9824,43.316,43.316,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,53.9784,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,65.3072,65.9736,65.9736,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,80.9676,81.634,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,85.2992,86.2988,86.632,87.9648,88.298,88.9644,89.6308,89.6308,90.2972,90.6304,91.2968,91.63,91.9632,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.96079999999999,98.294,99.6268,100.6264,101.2928,101.626,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,105.6244,105.9576,105.9576,105.9576,105.6244,105.6244,106.2908,106.2908,107.6236,107.9568,109.2896,109.956,110.9556,111.2888,113.288,113.6212,113.6212,114.2876,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,117.2864,117.6196,117.6196,118.286,118.286,119.6188,119.6188,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,127.6156,128.6152,129.6148,130.6144,130.9476,131.2808,131.2808,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,136.9452,136.9452,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,136.612,136.612,136.612,137.2784,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.944,140.6104,140.6104,140.9436,141.2768,141.9432,141.9432,142.6096,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,143.276,142.6096,142.6096,142.9428,142.9428,143.276,142.9428,142.2764,141.2768,139.944,138.6112,137.9448,137.6116,136.612,136.612,136.612,136.612,137.2784,137.6116,138.6112,139.2776,139.944,139.2776,138.9444,138.9444,139.2776,140.2772,142.2764,142.6096,143.9424,144.6088,145.2752,145.6084,146.2748,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,146.608,145.9416,145.2752,145.2752,145.2752,145.9416,146.2748,146.608,146.608,146.608,146.608,146.608,146.608,146.2748,146.2748,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,146.608,146.608,147.27439999999999,148.274,149.6068,150.6064,151.606,151.9392,152.6056,152.6056,152.6056,151.9392,150.6064,150.2732,148.9404,148.274,147.9408,147.6076,146.9412,146.2748,145.6084,144.2756,143.276,141.9432,141.2768,140.6104,139.944,139.6108,138.9444,138.6112,138.278,137.6116,136.9452,136.2788,135.6124,134.6128,133.6132,132.9468,132.2804,131.9472,131.2808,130.9476,130.2812,129.2816,128.6152,127.6156,126.9492,126.2828,125.6164,125.2832,124.6168,123.9504,122.9508,122.2844,121.9512,121.618,120.9516,120.9516,119.952,119.6188,118.61919999999999,117.6196,116.62,115.9536,115.2872,114.6208,113.6212,112.6216,111.622,110.9556,110.2892,109.2896,108.9564,107.9568,106.9572,105.9576,105.2912,104.958,104.6248,103.62519999999999,102.6256,101.626,101.2928,100.2932,99.6268,98.96039999999999,97.6276,96.9612,95.9616,94.962,93.9624,92.9628,92.6296,91.2968,89.964,89.2976,88.9644,87.9648,87.9648,87.2984,87.2984,86.2988,85.6324,84.2996,83.3,81.9672,80.6344,79.3016,77.3024,75.9696,74.97,74.3036,72.6376,71.9712,70.6384,69.972,68.6392,67.3064,65.6404,64.3076,61.9752,61.3088,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,55.6444,54.978,54.3116,53.6452,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.9756,61.641999999999996,62.6416,64.3076,65.9736,67.3064,67.97279999999999,69.972,72.9708,74.97,76.3028,77.6356,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.3024,76.636,75.9696,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,73.304,71.9712,70.6384,69.972,68.9724,67.6396,66.64,65.3072,63.308,62.6416,61.3088,60.6424,59.6428,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,64.6408,65.6404,65.6404,65.6404,66.3068,66.9732,68.306,69.972,71.3048,73.304,74.97,77.3024,79.968,82.3004,84.2996,85.2992,87.2984,88.298,89.2976,89.964,90.9636,91.63,92.2964,93.29599999999999,94.6288,95.2952,95.2952,95.9616,96.2948,95.2952,93.6292,91.2968,88.298,85.2992,81.3008,77.9688,74.97,72.9708,72.3044,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376],[27.3224,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,27.9888,28.6552,28.6552,28.6552,28.6552,28.6552,28.6552,27.9888,27.3224,26.656,26.656,25.9896,24.99,24.99,24.99,24.3236,23.9904,23.9904,23.323999999999998,23.323999999999998,22.6576,21.9912,21.9912,21.3248,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.6576,22.6576,22.6576,22.6576,23.323999999999998,23.323999999999998,23.323999999999998,23.323999999999998,23.9904,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.9896,26.656,26.656,27.3224,27.6556,28.322,28.9884,29.654799999999998,30.9876,31.654,32.6536,33.986399999999996,34.6528,35.9856,36.652,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,41.65,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.647999999999996,45.9816,45.9816,45.3152,44.6488,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,53.312,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,80.6344,80.9676,80.9676,80.9676,80.9676,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,86.2988,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,90.6304,90.6304,91.2968,91.2968,92.6296,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.9616,96.628,97.96079999999999,97.96079999999999,98.96039999999999,100.2932,100.9596,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,107.6236,107.6236,108.9564,109.2896,110.2892,110.9556,112.6216,113.288,113.6212,114.2876,115.6204,115.9536,116.62,116.62,116.62,116.2868,116.2868,116.2868,116.2868,116.2868,116.62,117.2864,117.2864,117.6196,118.286,118.9524,119.2856,119.952,120.2852,120.9516,121.618,122.2844,122.6176,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,127.6156,128.6152,129.6148,130.6144,131.614,131.2808,131.2808,131.2808,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,136.9452,136.9452,137.6116,137.6116,137.2784,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,136.612,136.2788,136.2788,136.612,136.612,137.6116,137.9448,137.9448,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.2776,139.944,140.6104,140.6104,140.9436,141.2768,141.9432,141.9432,142.6096,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,143.276,143.276,142.9428,142.9428,142.2764,141.9432,141.9432,142.6096,142.6096,142.9428,142.9428,142.2764,140.9436,139.944,138.6112,137.9448,137.6116,136.612,136.2788,135.6124,135.6124,135.6124,136.2788,137.6116,138.278,138.278,137.6116,137.2784,137.2784,137.6116,139.6108,140.2772,141.60999999999999,142.2764,142.9428,143.9424,143.9424,144.2756,144.942,145.2752,145.2752,145.6084,144.942,144.6088,143.276,143.276,143.276,143.9424,145.2752,145.6084,145.6084,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,145.2752,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.2756,144.2756,144.2756,144.2756,144.2756,144.6088,144.6088,145.2752,145.9416,146.608,147.27439999999999,147.9408,149.6068,149.94,150.93959999999998,151.9392,151.9392,151.9392,150.6064,150.2732,148.9404,148.274,148.274,147.9408,147.6076,146.9412,145.6084,145.2752,144.2756,143.276,141.9432,141.2768,140.6104,139.944,139.6108,139.6108,138.6112,138.6112,138.278,137.2784,136.2788,135.6124,134.6128,133.6132,132.9468,132.2804,131.9472,131.2808,130.9476,130.2812,129.2816,127.9488,127.6156,126.9492,125.6164,125.2832,124.6168,123.9504,123.6172,122.2844,121.9512,121.2848,120.2852,120.2852,119.952,119.952,118.61919999999999,117.9528,117.6196,116.62,115.9536,115.2872,114.6208,113.6212,112.6216,111.622,110.9556,110.2892,109.2896,108.9564,107.2904,106.9572,105.9576,105.2912,104.6248,103.9584,103.62519999999999,102.6256,101.626,101.626,100.6264,100.2932,99.2936,98.294,97.2944,96.2948,95.6284,94.962,93.9624,93.6292,92.6296,91.63,90.6304,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.9652,85.6324,84.2996,83.3,81.9672,80.6344,79.3016,77.3024,75.6364,74.97,73.304,72.6376,71.3048,70.6384,69.3056,67.97279999999999,66.3068,64.974,62.6416,61.9752,60.6424,59.976,58.31,57.6436,56.3108,55.6444,54.3116,53.6452,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.3128,51.3128,51.9792,51.9792,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.9756,60.9756,61.641999999999996,62.6416,64.6408,65.9736,66.64,68.6392,71.638,74.3036,75.6364,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,75.9696,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,73.63719999999999,71.9712,70.6384,68.6392,67.97279999999999,66.9732,66.3068,64.6408,63.9744,61.9752,61.3088,60.6424,59.976,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,62.3084,63.308,63.308,63.9744,64.974,65.6404,65.6404,65.6404,66.9732,68.306,69.972,71.3048,72.6376,74.97,77.3024,79.968,81.634,83.6332,85.2992,86.632,87.9648,88.63119999999999,89.964,90.6304,90.9636,91.63,92.9628,93.9624,94.2956,94.962,94.2956,94.2956,93.6292,91.2968,88.9644,85.9656,81.9672,78.6352,76.3028,73.63719999999999,72.3044,72.3044,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376],[28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.6552,27.9888,27.3224,27.3224,26.656,25.9896,25.9896,25.3232,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,24.99,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,22.9908,22.6576,22.6576,22.6576,22.6576,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.3244,22.9908,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.3228,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,31.654,32.3204,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,39.984,40.6504,41.3168,41.9832,42.6496,43.316,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,44.982,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,54.6448,54.6448,55.3112,55.3112,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.9744,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,84.966,85.9656,86.632,87.2984,88.298,88.63119999999999,89.2976,89.6308,90.2972,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.9616,96.628,97.2944,97.96079999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.9576,105.9576,106.2908,106.2908,107.6236,107.6236,108.9564,109.2896,109.956,110.2892,111.622,112.2884,112.95479999999999,113.288,114.6208,115.2872,115.6204,115.6204,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,116.2868,116.62,116.62,117.2864,117.9528,118.286,118.9524,119.2856,119.2856,119.952,120.9516,121.2848,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,127.6156,128.6152,129.6148,130.9476,131.614,131.614,131.614,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,136.9452,136.2788,136.2788,135.6124,135.6124,135.6124,135.6124,136.2788,136.612,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.278,138.9444,139.6108,139.6108,139.944,139.944,140.9436,140.9436,141.60999999999999,142.2764,142.2764,142.6096,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,143.276,143.276,143.276,143.276,143.276,142.9428,142.9428,142.2764,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,139.2776,138.9444,137.9448,137.2784,136.612,135.6124,135.2792,134.6128,134.2796,134.946,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.2792,135.94559999999998,137.2784,138.278,139.6108,140.6104,141.60999999999999,141.60999999999999,142.9428,142.9428,143.276,143.6092,143.6092,143.276,143.276,142.2764,140.9436,140.9436,141.60999999999999,142.2764,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.6092,143.9424,145.2752,145.9416,145.9416,147.9408,148.274,149.6068,150.2732,150.6064,150.2732,148.9404,148.9404,148.274,147.6076,147.6076,147.27439999999999,147.27439999999999,146.9412,145.6084,145.2752,144.2756,143.276,141.60999999999999,140.9436,140.6104,140.6104,139.944,139.6108,139.6108,138.6112,138.6112,137.6116,137.2784,135.6124,134.6128,133.6132,132.9468,132.2804,131.9472,131.2808,130.9476,129.948,128.9484,128.6152,127.9488,126.9492,125.6164,125.2832,124.6168,123.6172,122.9508,121.9512,121.2848,120.2852,119.6188,119.6188,119.2856,119.2856,118.61919999999999,117.9528,117.6196,116.62,115.9536,115.2872,114.6208,113.6212,112.6216,111.622,110.9556,110.2892,109.2896,108.9564,107.2904,106.9572,105.9576,105.2912,104.6248,103.9584,103.62519999999999,102.9588,101.9592,101.9592,101.626,101.2928,99.96,98.6272,97.96079999999999,96.9612,95.9616,95.9616,95.6284,94.6288,93.9624,92.9628,92.2964,91.63,91.2968,89.964,89.2976,89.2976,88.63119999999999,87.2984,86.9652,85.6324,84.2996,82.96679999999999,81.634,80.3012,78.6352,77.3024,75.9696,74.97,73.63719999999999,72.3044,71.638,69.972,68.6392,66.9732,65.6404,63.9744,63.308,61.3088,59.976,58.6432,57.3104,55.6444,54.978,53.6452,52.9788,52.6456,52.6456,52.3124,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,54.6448,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,59.6428,60.3092,60.9756,60.9756,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,60.6424,61.9752,63.6412,64.3076,65.6404,67.97279999999999,70.6384,73.304,74.6368,75.3032,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,73.9704,72.6376,71.3048,69.3056,66.3068,64.974,64.6408,63.9744,62.6416,61.9752,61.3088,60.6424,59.6428,58.9764,58.9764,58.31,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,65.3072,66.3068,67.6396,69.3056,70.6384,72.6376,74.97,77.3024,79.3016,82.3004,84.2996,84.966,86.632,87.9648,88.63119999999999,89.2976,89.964,90.9636,91.63,92.2964,93.29599999999999,94.2956,93.9624,93.6292,92.9628,91.9632,89.964,86.632,82.6336,79.968,76.9692,74.3036,72.9708,71.638,71.638,71.638,72.3044,71.9712,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712],[28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.322,27.3224,26.656,26.656,25.9896,25.6564,24.99,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.6564,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.6564,24.99,24.99,24.99,24.3236,23.6572,23.6572,23.6572,22.6576,22.6576,22.6576,22.6576,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.9908,22.9908,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.6556,27.6556,28.322,28.9884,29.654799999999998,30.9876,31.654,32.6536,33.986399999999996,34.6528,35.3192,36.652,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,40.6504,41.3168,41.9832,42.6496,44.315599999999996,44.982,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,45.6484,45.6484,45.6484,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,44.982,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,51.646,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.308,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,84.966,85.9656,86.632,87.2984,87.9648,88.298,89.6308,89.6308,90.2972,90.2972,91.2968,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,96.2948,97.2944,97.2944,98.6272,98.96039999999999,100.2932,100.2932,100.6264,101.2928,101.2928,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.6244,106.2908,106.2908,107.6236,107.6236,108.9564,108.9564,109.2896,109.956,111.2888,112.2884,112.95479999999999,113.288,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,116.2868,116.62,116.62,117.2864,117.9528,118.286,118.9524,119.2856,119.2856,119.952,120.9516,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.6164,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,127.6156,128.6152,129.6148,130.9476,131.614,131.614,131.614,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,136.612,136.612,137.2784,137.2784,136.2788,136.2788,135.6124,135.6124,135.2792,135.2792,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.9444,138.9444,139.6108,139.6108,139.944,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,142.6096,142.6096,142.9428,142.9428,142.2764,141.60999999999999,141.60999999999999,140.9436,140.2772,140.2772,139.944,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,140.9436,140.6104,139.944,139.2776,138.6112,137.6116,137.2784,135.2792,134.2796,133.28,133.28,133.28,133.9464,134.946,134.946,134.946,134.2796,134.2796,134.946,135.6124,136.612,137.6116,137.9448,139.6108,139.2776,140.6104,140.6104,140.9436,141.2768,141.60999999999999,141.60999999999999,140.9436,140.6104,139.6108,139.6108,139.944,140.9436,141.60999999999999,141.9432,141.9432,142.2764,142.2764,142.2764,142.2764,141.9432,141.9432,141.9432,141.60999999999999,141.2768,141.2768,141.2768,141.2768,141.2768,141.2768,141.2768,141.2768,141.2768,141.2768,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,143.6092,144.6088,145.6084,146.2748,147.27439999999999,148.274,148.9404,149.6068,148.9404,148.274,148.274,148.274,147.6076,147.6076,147.27439999999999,147.27439999999999,146.9412,145.6084,145.2752,143.9424,142.6096,142.2764,140.9436,140.6104,140.6104,139.944,139.944,139.6108,139.2776,138.6112,138.278,137.6116,136.2788,135.2792,133.6132,133.28,132.9468,131.9472,131.2808,130.9476,129.948,128.9484,128.9484,127.9488,126.9492,126.2828,125.2832,124.6168,123.6172,122.9508,121.9512,121.2848,120.2852,120.2852,120.2852,119.952,119.952,118.61919999999999,118.61919999999999,117.9528,116.62,115.9536,115.2872,114.6208,113.6212,112.6216,111.622,110.9556,109.956,109.2896,108.9564,107.9568,106.9572,105.9576,105.2912,104.958,104.6248,103.62519999999999,102.9588,102.6256,102.6256,102.2924,101.9592,100.2932,98.96039999999999,98.294,97.6276,96.628,96.9612,95.9616,95.2952,94.6288,93.29599999999999,92.9628,92.2964,91.63,90.2972,90.2972,89.964,89.2976,87.9648,87.2984,86.9652,85.6324,84.2996,82.96679999999999,81.634,80.3012,78.6352,77.3024,75.6364,74.97,73.63719999999999,72.3044,70.6384,69.3056,66.9732,65.6404,64.6408,63.308,61.3088,59.976,58.6432,57.3104,55.6444,54.3116,52.9788,52.9788,52.6456,51.9792,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.9764,59.6428,60.3092,60.9756,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,62.6416,63.6412,64.974,66.9732,69.972,71.9712,73.304,74.6368,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,71.9712,70.6384,67.97279999999999,64.974,63.6412,62.3084,61.641999999999996,60.6424,60.6424,59.976,59.976,58.9764,58.31,58.31,58.31,58.6432,58.6432,58.6432,59.309599999999996,59.976,60.6424,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.308,64.6408,65.6404,66.9732,68.6392,70.6384,72.6376,74.3036,76.636,79.3016,82.3004,84.2996,84.966,86.2988,87.2984,88.298,88.63119999999999,89.964,90.6304,91.63,92.6296,92.6296,93.6292,93.29599999999999,92.2964,91.2968,90.6304,87.6316,84.2996,80.3012,77.6356,75.6364,73.63719999999999,72.3044,71.638,70.9716,71.638,71.638,71.9712,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712],[29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,27.9888,27.3224,27.3224,26.656,25.6564,24.99,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.6564,25.6564,24.99,24.99,24.3236,24.3236,23.6572,23.6572,23.323999999999998,23.323999999999998,22.6576,22.6576,22.6576,22.6576,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.9892,26.9892,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,31.3208,32.6536,33.32,33.986399999999996,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.6492,44.982,45.6484,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,45.9816,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.3148,46.3148,46.3148,45.9816,45.9816,45.9816,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,45.9816,45.9816,45.9816,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.3124,53.312,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,85.2992,86.2988,87.2984,87.9648,88.298,88.9644,89.2976,89.6308,90.2972,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,96.2948,96.628,97.2944,98.6272,98.96039999999999,99.2936,99.96,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,103.9584,105.2912,105.6244,106.2908,106.2908,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.9556,111.2888,112.95479999999999,113.288,113.95439999999999,114.6208,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.6196,118.286,118.9524,119.2856,119.952,119.952,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.6164,125.6164,125.2832,125.2832,124.95,124.95,124.28359999999999,124.28359999999999,123.9504,123.9504,124.6168,124.6168,124.95,124.95,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,127.6156,128.6152,129.6148,130.9476,131.614,131.614,131.614,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.2788,135.6124,135.6124,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,138.6112,138.9444,138.9444,139.6108,139.2776,139.944,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.2772,140.2772,140.2772,139.944,139.944,139.2776,139.6108,139.6108,139.6108,139.944,140.9436,140.9436,140.9436,140.6104,139.944,139.2776,139.6108,138.278,137.2784,135.6124,134.2796,132.9468,132.2804,131.9472,132.2804,133.28,132.9468,132.9468,132.6136,132.6136,133.28,133.6132,134.946,135.94559999999998,135.94559999999998,137.2784,137.6116,137.6116,137.9448,137.9448,138.9444,139.2776,139.6108,139.6108,138.6112,137.9448,137.9448,138.6112,139.6108,139.6108,140.2772,140.6104,140.9436,140.9436,140.9436,140.9436,141.2768,141.2768,141.2768,140.6104,140.2772,140.2772,140.2772,140.2772,139.6108,139.6108,139.6108,139.6108,140.2772,140.2772,140.6104,140.6104,140.2772,141.60999999999999,142.2764,143.276,143.9424,144.942,146.2748,146.9412,147.6076,148.274,148.274,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.9412,145.6084,145.2752,143.9424,142.6096,142.2764,141.60999999999999,140.9436,140.9436,140.6104,139.944,139.944,139.6108,139.2776,139.2776,138.6112,137.2784,136.2788,134.946,134.2796,133.9464,132.9468,132.2804,131.2808,129.948,129.6148,128.9484,127.9488,126.9492,126.2828,125.6164,125.2832,124.6168,123.9504,122.9508,122.2844,121.2848,120.9516,120.9516,120.2852,120.2852,119.6188,118.9524,117.9528,117.6196,115.9536,115.2872,114.6208,113.6212,113.288,111.9552,111.2888,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.2904,106.624,105.9576,105.9576,104.958,104.6248,103.62519999999999,103.292,103.292,101.9592,101.2928,99.6268,98.6272,97.6276,97.6276,97.96079999999999,96.9612,96.9612,95.6284,95.2952,94.6288,93.6292,92.6296,91.9632,91.2968,91.2968,90.6304,89.6308,88.9644,86.9652,86.2988,84.966,84.2996,82.3004,80.9676,79.968,78.30199999999999,76.9692,75.6364,74.3036,72.9708,70.9716,68.9724,67.6396,66.3068,64.6408,63.9744,61.9752,60.6424,59.309599999999996,57.3104,55.6444,53.6452,52.9788,52.3124,51.9792,51.9792,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.6428,60.3092,60.3092,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,59.976,61.9752,62.6416,64.3076,66.3068,69.3056,71.3048,72.6376,73.9704,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,72.6376,71.3048,68.9724,66.9732,64.3076,62.3084,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.31,58.31,58.31,58.31,57.9768,57.9768,58.6432,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,64.6408,65.6404,66.3068,68.6392,70.6384,72.6376,74.3036,76.636,79.3016,82.3004,84.2996,84.966,86.2988,87.2984,88.298,88.63119999999999,89.6308,91.2968,91.63,91.63,92.2964,92.6296,92.2964,91.63,90.2972,88.298,85.2992,81.3008,78.30199999999999,76.3028,74.3036,72.6376,71.3048,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712],[30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,29.654799999999998,28.6552,27.9888,27.3224,26.656,25.6564,25.6564,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.6564,25.6564,24.99,24.99,24.3236,24.3236,24.3236,23.6572,23.323999999999998,23.323999999999998,23.323999999999998,22.6576,22.6576,22.6576,22.6576,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.3244,22.3244,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.9884,29.654799999999998,30.6544,31.3208,32.6536,33.32,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,43.6492,44.315599999999996,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,46.9812,46.647999999999996,45.9816,45.9816,45.9816,45.9816,45.3152,45.3152,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.3152,45.3152,45.9816,45.9816,45.9816,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,46.9812,46.9812,46.9812,46.647999999999996,45.9816,45.9816,45.9816,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.3152,45.3152,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.6456,53.312,53.9784,53.9784,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,86.2988,87.2984,87.9648,88.298,88.9644,89.6308,89.6308,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.6284,95.6284,96.628,96.628,97.96079999999999,98.6272,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.6264,101.2928,101.626,101.626,102.2924,102.6256,102.6256,103.62519999999999,103.9584,105.2912,105.6244,106.2908,106.2908,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.9556,111.2888,112.2884,112.95479999999999,113.95439999999999,114.6208,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,117.6196,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.28359999999999,124.28359999999999,123.9504,124.6168,124.6168,124.95,124.95,124.95,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,127.6156,128.6152,129.6148,130.9476,131.614,131.614,131.614,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.2788,135.6124,135.6124,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,138.6112,138.6112,138.9444,138.9444,139.2776,139.2776,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,140.6104,140.6104,140.9436,140.9436,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,139.6108,138.6112,138.6112,138.6112,138.6112,139.6108,139.6108,139.2776,139.2776,139.2776,139.2776,139.2776,138.278,136.9452,135.6124,134.2796,132.9468,132.2804,131.2808,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.9472,132.6136,134.2796,134.946,134.2796,134.946,135.6124,135.6124,135.6124,136.2788,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.6112,138.6112,139.2776,139.2776,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.2776,139.2776,139.2776,138.6112,138.278,138.278,138.278,138.278,138.6112,138.6112,139.2776,139.2776,139.944,139.944,140.9436,141.9432,142.9428,143.9424,144.6088,146.2748,146.9412,147.27439999999999,147.9408,147.9408,147.9408,147.9408,146.9412,146.9412,146.9412,146.9412,146.2748,145.6084,145.2752,143.9424,143.276,142.2764,141.60999999999999,140.9436,140.9436,140.6104,139.944,139.944,139.6108,139.6108,139.2776,138.6112,137.6116,136.612,136.2788,135.6124,134.2796,133.28,132.9468,131.9472,131.2808,129.948,129.6148,128.6152,127.9488,126.9492,126.616,125.6164,125.2832,124.6168,123.28399999999999,122.9508,121.9512,121.9512,121.9512,120.9516,120.9516,119.952,119.6188,118.61919999999999,117.6196,116.62,115.6204,115.2872,114.2876,113.288,111.9552,111.2888,111.2888,109.956,109.2896,108.9564,108.9564,107.9568,106.9572,106.2908,106.2908,105.6244,104.958,104.6248,103.62519999999999,103.62519999999999,103.292,101.9592,99.96,98.96039999999999,98.294,97.96079999999999,98.294,97.6276,97.6276,96.9612,95.6284,95.2952,93.9624,93.29599999999999,92.6296,91.9632,91.63,91.2968,90.2972,89.6308,88.298,87.2984,86.2988,84.966,82.96679999999999,82.3004,80.6344,78.9684,77.6356,76.3028,74.3036,72.9708,70.9716,69.6388,67.6396,66.3068,65.3072,63.9744,61.9752,60.6424,59.309599999999996,57.9768,55.6444,54.3116,52.9788,52.3124,51.9792,51.9792,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.9792,52.6456,52.6456,53.312,54.978,55.6444,56.3108,56.977199999999996,58.31,58.9764,59.6428,60.3092,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,59.309599999999996,61.3088,62.6416,64.3076,66.3068,68.6392,70.6384,71.9712,73.304,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,71.9712,70.6384,68.306,66.3068,63.6412,61.641999999999996,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.9768,57.6436,57.6436,58.31,58.31,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,64.974,66.64,68.6392,69.972,71.9712,74.3036,76.636,79.3016,81.634,84.2996,84.966,86.2988,87.2984,87.6316,88.298,89.2976,90.6304,91.2968,91.2968,91.63,91.9632,91.63,90.6304,89.2976,86.2988,82.96679999999999,78.9684,76.9692,74.97,72.9708,71.9712,71.3048,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712],[31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.9876,30.9876,31.654,31.654,31.654,31.654,31.654,31.654,31.654,30.9876,30.9876,30.3212,28.9884,28.322,27.6556,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.3232,24.6568,24.6568,24.6568,24.6568,24.6568,24.6568,25.3232,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,26.3228,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,24.6568,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,26.9892,27.6556,27.6556,28.322,29.654799999999998,30.3212,31.654,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.9848,39.3176,39.984,40.6504,41.9832,42.6496,43.9824,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,47.3144,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,70.3052,70.3052,70.3052,70.9716,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.9704,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,85.6324,86.9652,87.2984,88.298,88.63119999999999,88.63119999999999,89.2976,89.6308,90.2972,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.6288,95.2952,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.2932,100.9596,100.9596,101.2928,101.626,102.6256,102.6256,103.62519999999999,103.9584,104.6248,105.6244,105.9576,106.624,106.9572,107.6236,108.28999999999999,108.28999999999999,108.9564,109.6228,110.9556,111.2888,112.2884,112.95479999999999,113.6212,114.2876,114.6208,114.6208,115.2872,115.2872,116.62,116.62,116.62,117.2864,117.9528,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,122.6176,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,127.6156,128.9484,130.6144,130.9476,131.614,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,136.2788,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.9448,137.9448,137.9448,138.6112,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.6108,138.9444,138.278,137.6116,137.2784,136.612,136.612,136.612,137.6116,138.278,138.278,138.278,137.6116,137.6116,136.9452,136.612,135.2792,133.9464,132.9468,131.2808,130.9476,130.6144,130.9476,130.6144,129.948,129.948,130.9476,131.9472,132.6136,132.9468,133.6132,133.9464,134.946,134.946,134.946,134.946,136.612,137.2784,137.6116,137.6116,137.2784,137.2784,136.612,136.612,137.2784,137.2784,137.9448,137.9448,137.9448,138.6112,138.6112,138.9444,138.6112,139.2776,138.6112,138.6112,138.6112,137.6116,137.6116,137.2784,137.2784,136.612,136.612,137.2784,137.2784,137.6116,137.6116,138.6112,138.278,138.6112,139.6108,139.944,140.9436,142.2764,143.276,144.6088,145.9416,146.2748,146.9412,146.9412,146.608,146.608,146.2748,146.2748,146.2748,146.2748,145.6084,144.942,144.6088,143.9424,143.276,142.6096,141.9432,141.60999999999999,140.9436,140.9436,140.9436,140.9436,139.944,139.944,139.2776,139.2776,138.6112,137.9448,137.6116,136.612,135.6124,134.946,134.2796,133.28,131.9472,131.2808,130.9476,129.948,129.2816,128.6152,127.6156,127.2824,126.616,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.9512,120.9516,119.952,119.6188,118.9524,117.9528,116.62,115.9536,115.6204,114.6208,113.6212,112.6216,111.622,111.2888,110.2892,110.2892,109.2896,109.2896,108.28999999999999,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,104.6248,103.62519999999999,103.62519999999999,102.2924,101.2928,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,96.9612,96.2948,95.9616,94.962,93.9624,92.6296,92.9628,91.63,91.2968,90.6304,89.6308,89.2976,87.6316,87.2984,85.9656,84.2996,82.96679999999999,81.3008,79.6348,77.6356,76.3028,74.3036,72.3044,70.9716,69.6388,67.6396,66.3068,65.3072,63.9744,62.6416,61.3088,59.976,58.6432,56.3108,54.978,53.6452,52.9788,51.9792,51.3128,50.9796,50.9796,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,53.9784,54.6448,55.9776,56.644,57.6436,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.31,58.31,57.6436,57.6436,57.9768,58.6432,59.976,61.3088,63.9744,65.6404,67.97279999999999,69.972,71.3048,72.6376,73.9704,73.9704,73.9704,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,69.6388,67.6396,65.6404,62.3084,60.3092,59.309599999999996,57.9768,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,60.3092,60.3092,61.3088,61.9752,61.9752,63.308,64.974,66.64,68.9724,70.3052,72.3044,74.3036,76.3028,78.6352,80.9676,82.96679999999999,84.966,86.2988,86.9652,87.2984,88.298,88.63119999999999,89.6308,90.6304,91.2968,91.2968,91.2968,90.6304,89.964,87.6316,84.2996,80.9676,77.6356,75.3032,73.304,71.9712,71.3048,70.6384,70.6384,70.6384,71.638,71.638,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712],[31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,30.9876,30.9876,31.654,31.654,31.654,31.654,32.3204,31.654,31.654,30.9876,30.9876,30.3212,28.9884,28.322,27.6556,27.6556,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.9896,25.3232,25.3232,25.3232,25.3232,25.3232,25.3232,25.9896,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,26.3228,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,26.656,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,26.9892,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.9876,31.654,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,37.9848,39.3176,39.984,40.6504,41.9832,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.647999999999996,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.314,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.6452,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,70.3052,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,85.6324,86.9652,87.2984,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.6288,94.6288,95.9616,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,99.6268,100.2932,100.9596,101.2928,101.626,102.6256,102.6256,103.62519999999999,103.9584,104.6248,105.2912,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,110.2892,110.9556,111.622,112.2884,113.288,113.6212,114.2876,114.6208,115.2872,115.2872,116.62,116.62,117.2864,117.2864,117.9528,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.9524,119.2856,119.952,119.952,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.2844,122.2844,122.6176,122.6176,122.6176,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.616,127.6156,128.9484,130.6144,130.9476,131.614,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,135.6124,136.2788,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.9448,137.9448,137.9448,137.9448,138.9444,139.6108,139.6108,138.9444,138.9444,138.9444,138.9444,138.9444,138.6112,138.6112,138.6112,138.6112,137.6116,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,139.2776,139.6108,139.2776,138.6112,137.9448,137.6116,137.2784,136.2788,135.6124,134.6128,135.2792,136.2788,136.9452,137.6116,136.9452,136.612,135.94559999999998,136.612,135.94559999999998,135.6124,134.2796,132.9468,131.2808,130.6144,129.948,129.948,129.2816,128.9484,128.9484,129.2816,130.6144,130.6144,132.2804,132.9468,132.9468,133.6132,134.2796,134.6128,135.2792,136.612,137.2784,137.9448,137.9448,137.6116,137.2784,137.2784,136.612,136.612,136.612,136.9452,136.2788,136.2788,136.612,136.612,137.2784,137.2784,137.6116,137.2784,137.2784,137.2784,136.2788,135.6124,135.2792,134.946,134.946,134.946,134.946,135.2792,135.94559999999998,136.9452,136.9452,137.2784,137.6116,138.6112,139.2776,139.944,140.6104,141.9432,143.276,145.2752,145.6084,146.2748,146.2748,146.2748,146.2748,145.2752,144.942,145.2752,145.6084,144.6088,144.6088,143.9424,143.276,142.6096,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,139.944,139.944,139.2776,139.2776,139.2776,138.6112,137.9448,137.6116,136.612,135.94559999999998,135.6124,134.2796,133.6132,132.6136,131.9472,131.2808,130.6144,129.2816,128.9484,128.6152,127.6156,126.9492,125.6164,125.2832,123.9504,123.28399999999999,123.28399999999999,122.2844,121.618,120.6184,119.952,119.6188,117.9528,117.2864,116.62,115.9536,114.6208,113.95439999999999,112.6216,112.2884,111.622,110.9556,110.9556,109.956,109.956,108.9564,107.9568,107.6236,107.6236,106.624,106.624,105.9576,105.2912,104.2916,103.62519999999999,102.6256,101.9592,100.6264,99.96,98.96039999999999,98.96039999999999,98.294,98.294,97.6276,97.2944,96.2948,94.962,94.2956,93.29599999999999,93.6292,92.6296,91.63,91.2968,90.2972,89.2976,88.298,87.9648,86.2988,84.966,82.6336,80.9676,78.9684,76.9692,75.6364,73.63719999999999,72.3044,70.9716,69.6388,67.6396,66.3068,65.3072,63.9744,62.6416,61.9752,60.6424,58.6432,56.644,54.978,53.6452,52.9788,51.646,51.3128,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,48.980399999999996,49.6468,49.6468,49.6468,50.3132,49.6468,49.6468,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,53.312,53.9784,55.3112,55.9776,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.9768,57.9768,59.309599999999996,60.6424,63.308,65.6404,67.3064,69.3056,70.6384,71.9712,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.3052,68.9724,66.9732,64.974,62.3084,60.3092,58.6432,57.9768,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,60.3092,60.6424,61.3088,61.9752,63.6412,64.6408,65.9736,68.306,70.3052,72.3044,74.3036,76.3028,78.6352,80.9676,82.96679999999999,84.966,86.2988,86.9652,86.9652,87.6316,88.298,88.9644,89.964,90.6304,90.6304,90.6304,90.2972,88.9644,86.632,83.3,80.3012,76.9692,74.6368,72.6376,71.3048,70.6384,70.6384,70.6384,70.6384,71.638,71.638,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712],[32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.322,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.3232,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,26.9892,26.9892,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,36.652,37.9848,38.6512,39.3176,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.6452,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,85.6324,86.2988,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.6308,89.964,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,95.6284,95.9616,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.2936,100.2932,100.2932,101.2928,101.626,102.2924,102.2924,103.62519999999999,103.9584,104.6248,105.2912,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,110.2892,110.9556,111.2888,111.9552,113.288,113.6212,114.2876,114.6208,114.954,115.2872,116.62,116.62,116.62,117.2864,117.6196,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,119.2856,119.2856,119.952,119.952,119.6188,119.6188,119.6188,120.9516,121.2848,121.9512,122.6176,122.2844,122.2844,122.2844,121.618,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,127.2824,127.9488,128.9484,130.6144,130.9476,131.614,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.6116,137.9448,138.6112,138.9444,137.9448,138.9444,138.9444,138.9444,138.6112,138.6112,137.6116,137.6116,136.9452,136.9452,136.9452,136.612,137.2784,137.2784,137.2784,137.6116,138.278,138.9444,139.2776,139.2776,138.6112,137.9448,137.2784,136.612,135.6124,134.946,134.2796,134.2796,135.2792,135.94559999999998,135.94559999999998,135.2792,134.6128,134.2796,133.9464,134.2796,133.6132,133.28,132.6136,130.6144,130.6144,129.2816,128.9484,127.6156,126.9492,127.2824,127.6156,128.282,128.9484,130.6144,131.9472,132.6136,133.9464,134.6128,134.6128,135.6124,136.612,137.2784,138.6112,138.6112,138.6112,138.6112,137.6116,137.2784,136.612,136.612,136.612,135.6124,135.6124,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.2792,135.2792,134.946,134.2796,133.28,133.28,132.9468,133.28,133.28,133.9464,134.2796,135.2792,135.2792,136.2788,136.2788,137.2784,137.9448,138.6112,139.2776,140.6104,142.6096,143.6092,144.6088,145.2752,145.6084,145.6084,145.2752,144.2756,144.2756,144.2756,144.6088,143.9424,143.9424,143.276,143.276,141.9432,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,138.9444,137.2784,136.9452,136.2788,135.6124,134.946,134.2796,133.6132,132.6136,131.2808,129.948,130.6144,129.948,128.9484,127.6156,126.9492,125.9496,124.6168,123.9504,123.9504,123.28399999999999,121.9512,121.2848,120.9516,119.952,118.9524,117.2864,117.2864,116.62,115.2872,114.6208,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,111.2888,111.2888,109.956,109.2896,108.9564,108.9564,107.6236,106.624,105.9576,105.6244,104.958,103.9584,103.62519999999999,102.6256,101.2928,100.6264,100.2932,99.2936,99.2936,98.96039999999999,98.294,97.6276,96.9612,96.2948,95.2952,95.2952,94.962,94.2956,93.6292,92.6296,91.63,90.6304,89.2976,88.298,87.2984,84.966,82.6336,80.3012,78.30199999999999,76.3028,74.97,73.63719999999999,72.3044,70.9716,69.6388,67.6396,66.3068,65.6404,64.3076,63.308,61.9752,60.6424,59.309599999999996,56.644,54.6448,53.9784,52.6456,51.646,50.9796,50.9796,50.9796,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.9796,51.646,52.6456,53.312,54.6448,55.3112,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.3104,57.9768,58.6432,60.6424,63.308,64.974,67.3064,68.6392,69.972,71.3048,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,68.306,66.3068,64.974,62.3084,60.3092,58.6432,57.9768,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,63.6412,64.6408,65.9736,68.306,70.3052,72.3044,74.3036,76.3028,78.6352,80.9676,82.96679999999999,84.966,85.6324,86.2988,86.9652,87.2984,87.9648,88.298,89.2976,89.6308,89.6308,89.6308,88.63119999999999,87.6316,84.6328,81.634,78.9684,75.6364,74.3036,72.3044,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048],[32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.9896,25.9896,26.656,26.656,26.9892,26.9892,27.6556,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.6544,31.3208,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.9848,38.6512,39.984,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.6452,54.3116,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.3084,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.974,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.97,74.97,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.966,85.6324,86.2988,87.2984,87.2984,88.298,88.9644,89.2976,89.6308,89.6308,90.2972,90.2972,91.2968,91.2968,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,99.2936,100.2932,100.2932,100.9596,101.626,102.2924,102.2924,103.62519999999999,103.9584,104.6248,105.2912,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,110.2892,110.9556,111.2888,111.2888,112.6216,113.288,113.6212,114.2876,114.954,114.954,115.9536,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,118.9524,118.9524,119.2856,118.9524,118.9524,118.9524,118.9524,119.6188,120.2852,121.2848,121.9512,122.6176,122.6176,121.618,121.618,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,127.2824,127.2824,127.9488,128.9484,130.6144,130.9476,131.614,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,136.2788,136.612,136.612,136.612,137.2784,137.6116,137.6116,137.6116,137.9448,137.6116,137.6116,137.9448,137.9448,137.2784,137.2784,136.612,136.2788,135.6124,135.6124,135.6124,134.946,135.6124,136.2788,136.612,137.2784,137.6116,138.278,138.278,138.278,137.6116,137.2784,136.2788,135.2792,134.946,133.9464,133.9464,133.9464,134.2796,134.2796,134.2796,132.9468,131.9472,131.9472,131.9472,131.614,131.614,131.2808,130.6144,129.6148,128.6152,128.282,127.2824,125.2832,124.95,124.95,125.2832,126.2828,127.6156,128.6152,130.2812,131.2808,132.6136,133.6132,134.6128,135.2792,136.612,137.2784,138.6112,139.2776,139.2776,138.278,137.6116,137.2784,136.612,136.2788,136.2788,134.946,133.9464,133.9464,133.28,133.9464,133.9464,133.9464,133.6132,133.6132,133.6132,132.9468,132.2804,131.9472,131.2808,131.2808,131.9472,131.9472,132.2804,132.9468,133.9464,133.9464,134.946,134.946,135.6124,136.2788,137.2784,137.9448,139.2776,140.6104,141.9432,143.276,143.9424,143.9424,143.9424,143.9424,143.276,142.9428,142.9428,142.9428,142.9428,142.6096,142.6096,141.60999999999999,140.9436,140.6104,139.944,139.944,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,139.944,138.9444,137.9448,136.9452,136.2788,135.2792,134.946,134.2796,132.9468,131.9472,130.6144,130.6144,130.2812,128.9484,128.9484,127.6156,126.2828,125.2832,124.6168,124.6168,123.9504,122.6176,121.9512,121.2848,120.2852,119.6188,118.286,117.6196,117.2864,116.2868,115.2872,114.6208,114.6208,113.6212,112.95479999999999,112.2884,112.2884,111.622,110.9556,109.956,109.956,109.2896,107.9568,107.2904,106.624,105.9576,105.6244,105.2912,104.6248,103.62519999999999,102.6256,101.626,101.2928,100.6264,100.2932,100.2932,99.6268,99.2936,98.294,97.2944,96.2948,96.2948,96.2948,96.2948,94.962,93.9624,92.6296,91.63,89.6308,88.63119999999999,87.2984,84.966,82.96679999999999,80.3012,78.30199999999999,76.3028,74.97,74.3036,72.9708,71.638,70.3052,68.306,66.9732,66.3068,64.974,63.9744,62.6416,61.3088,59.309599999999996,56.644,55.3112,54.6448,53.312,52.3124,51.646,51.646,50.9796,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.9792,52.6456,53.9784,54.6448,55.6444,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.644,57.3104,58.6432,59.976,62.3084,64.6408,66.3068,67.97279999999999,69.3056,70.6384,71.3048,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,67.6396,66.9732,65.6404,64.3076,61.641999999999996,60.3092,58.6432,57.9768,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,60.6424,60.6424,61.3088,63.308,64.3076,65.9736,68.306,70.3052,72.3044,74.3036,75.6364,78.6352,80.3012,82.3004,83.6332,85.6324,85.6324,86.2988,86.632,87.2984,87.9648,88.298,88.63119999999999,88.9644,88.63119999999999,87.9648,85.9656,83.9664,80.9676,77.9688,75.6364,73.63719999999999,72.3044,71.638,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384],[33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,30.9876,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,27.9888,27.9888,27.9888,27.9888,27.9888,27.3224,27.3224,27.3224,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.3224,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,26.3228,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,26.656,26.656,27.6556,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.6544,31.3208,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,35.3192,35.9856,36.652,37.3184,39.3176,39.984,40.6504,41.3168,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.9792,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,91.2968,91.63,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,98.6272,98.96039999999999,99.6268,99.6268,100.6264,101.2928,102.2924,102.2924,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,110.2892,110.9556,111.2888,111.2888,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.6208,115.2872,115.2872,115.6204,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,117.9528,117.9528,118.286,118.286,117.9528,117.9528,118.9524,119.6188,120.6184,121.2848,120.9516,120.9516,120.9516,120.9516,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.9488,127.9488,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,127.6156,127.6156,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.9484,130.6144,130.9476,131.614,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.9464,133.9464,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,135.2792,135.2792,135.2792,136.2788,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,136.612,135.94559999999998,135.6124,135.6124,134.946,134.2796,133.9464,133.9464,133.9464,133.28,133.6132,134.946,135.6124,135.94559999999998,136.612,136.9452,137.6116,137.6116,136.9452,136.612,135.94559999999998,134.6128,133.6132,132.9468,131.9472,131.9472,132.6136,132.9468,131.9472,129.948,129.2816,128.6152,129.2816,129.6148,129.2816,128.6152,128.6152,127.6156,126.9492,125.9496,124.6168,123.6172,122.2844,122.2844,122.9508,123.9504,124.95,126.2828,127.9488,129.2816,130.9476,132.2804,133.28,134.6128,136.2788,136.612,137.6116,138.278,138.278,136.9452,136.612,135.94559999999998,135.6124,134.946,134.2796,133.6132,132.2804,131.614,131.2808,130.9476,130.9476,130.9476,130.9476,131.614,131.614,131.2808,130.9476,130.2812,130.2812,130.2812,130.2812,130.9476,131.2808,131.9472,132.2804,132.6136,132.9468,133.28,134.2796,134.946,136.2788,136.612,137.6116,139.2776,140.6104,141.60999999999999,142.2764,142.2764,142.2764,142.2764,141.60999999999999,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,139.944,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,140.6104,141.2768,140.6104,140.6104,138.9444,138.6112,137.9448,136.612,135.94559999999998,134.2796,133.6132,132.9468,131.9472,130.6144,130.6144,130.2812,129.6148,128.9484,127.6156,126.2828,125.2832,124.95,124.6168,123.9504,123.6172,122.9508,122.2844,121.9512,120.2852,118.9524,118.9524,118.286,117.6196,116.62,115.9536,115.2872,114.954,114.2876,113.6212,112.95479999999999,112.95479999999999,111.9552,110.9556,110.6224,110.2892,109.956,108.9564,107.9568,106.9572,106.9572,106.624,105.6244,105.6244,104.6248,104.2916,103.62519999999999,102.6256,102.2924,101.626,101.2928,100.6264,99.6268,99.6268,98.96039999999999,98.294,98.294,98.294,97.2944,95.9616,94.2956,92.6296,90.6304,89.2976,87.9648,85.6324,83.6332,81.634,79.968,78.30199999999999,76.636,75.6364,74.3036,73.304,71.9712,69.972,68.6392,67.6396,66.3068,65.6404,64.3076,62.6416,60.6424,57.9768,56.644,55.9776,54.6448,53.6452,53.6452,52.9788,52.3124,50.9796,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,54.6448,55.3112,55.9776,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,56.3108,57.9768,59.976,61.3088,63.308,64.6408,66.64,68.306,68.9724,70.3052,70.3052,70.3052,70.3052,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.3064,66.3068,65.6404,63.9744,61.9752,60.6424,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.976,60.6424,61.3088,63.308,64.3076,65.9736,68.306,70.3052,72.3044,73.63719999999999,74.97,77.3024,79.6348,80.9676,82.3004,84.2996,84.2996,85.2992,86.2988,86.632,86.632,87.9648,87.9648,87.9648,86.632,85.9656,84.6328,82.3004,79.3016,76.636,74.97,72.9708,71.638,70.9716,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972],[33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.654,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.3216,28.6552,28.6552,28.6552,28.6552,27.9888,27.9888,27.9888,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.6544,30.6544,30.6544,31.3208,31.9872,32.6536,32.6536,33.32,34.6528,35.3192,35.9856,36.652,38.6512,39.3176,39.984,40.6504,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,69.6388,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.962,94.962,95.9616,95.9616,96.9612,96.9612,97.6276,97.6276,98.6272,98.6272,98.96039999999999,99.6268,100.6264,100.6264,101.626,102.2924,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,110.2892,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.954,115.2872,115.6204,115.6204,115.9536,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.9536,115.9536,116.62,117.6196,117.6196,117.2864,117.2864,118.286,118.9524,120.2852,120.6184,120.6184,121.2848,120.9516,120.9516,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.618,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.6168,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.9488,127.9488,128.282,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,128.6152,128.282,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,129.6148,130.6144,130.9476,130.9476,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.28,133.28,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,136.2788,136.2788,136.2788,135.6124,135.6124,135.6124,135.2792,134.6128,134.6128,134.2796,133.6132,134.2796,133.6132,133.28,132.6136,131.9472,132.6136,132.6136,132.9468,134.946,135.2792,135.94559999999998,136.612,136.9452,136.9452,136.612,135.94559999999998,134.6128,133.9464,132.9468,132.6136,131.2808,131.2808,131.9472,131.2808,129.948,129.2816,127.2824,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,124.95,123.28399999999999,122.9508,121.9512,121.2848,120.6184,121.2848,122.2844,123.28399999999999,123.9504,125.2832,126.2828,127.6156,129.2816,130.9476,132.9468,134.2796,135.6124,137.2784,137.2784,136.612,135.94559999999998,134.6128,134.2796,134.946,134.2796,133.6132,132.9468,130.9476,129.6148,128.9484,127.9488,128.6152,128.6152,128.6152,128.9484,128.9484,129.2816,128.9484,128.6152,127.9488,127.9488,128.6152,128.6152,128.9484,129.6148,130.6144,130.9476,131.9472,131.9472,132.6136,133.28,134.2796,135.2792,136.612,137.6116,139.6108,140.6104,140.9436,140.9436,140.9436,140.9436,140.6104,139.944,140.6104,140.6104,139.944,139.6108,139.6108,139.2776,139.2776,139.2776,138.6112,138.6112,138.9444,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,139.944,140.6104,140.6104,140.6104,138.9444,138.9444,138.6112,137.6116,136.612,135.6124,134.2796,133.6132,132.9468,131.614,130.9476,130.9476,130.6144,129.948,128.9484,128.282,126.9492,125.6164,124.95,124.95,124.6168,123.9504,123.6172,122.9508,122.6176,120.6184,119.2856,119.2856,118.61919999999999,118.286,117.6196,116.62,115.6204,115.2872,114.6208,114.2876,113.95439999999999,113.288,112.2884,111.9552,111.9552,111.2888,111.2888,110.2892,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.2904,106.624,105.9576,105.2912,104.6248,103.9584,103.62519999999999,102.6256,101.626,101.626,101.2928,101.2928,100.6264,99.6268,98.96039999999999,97.2944,95.9616,93.6292,91.2968,89.964,88.298,87.2984,85.2992,83.6332,82.3004,80.9676,79.3016,76.9692,75.6364,74.6368,73.304,71.3048,69.972,68.9724,68.306,66.9732,65.6404,64.3076,62.6416,59.976,58.6432,57.3104,56.644,55.6444,54.978,54.978,54.3116,52.6456,51.9792,51.9792,51.3128,50.9796,50.3132,50.3132,49.6468,48.314,48.314,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.312,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,57.9768,59.309599999999996,60.6424,61.9752,63.308,64.6408,66.64,67.97279999999999,69.6388,69.6388,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.3064,67.3064,66.64,65.6404,64.974,62.6416,61.9752,59.976,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.9764,59.976,60.6424,61.3088,63.308,64.3076,65.9736,68.306,70.3052,72.3044,73.63719999999999,74.97,76.636,79.3016,80.9676,82.3004,82.96679999999999,84.2996,84.2996,84.966,85.9656,86.2988,86.2988,86.2988,86.2988,85.6324,84.2996,82.96679999999999,80.9676,77.3024,75.6364,73.63719999999999,72.3044,70.9716,70.9716,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056],[33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.3204,31.654,31.654,31.654,31.654,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.988,29.3216,29.3216,29.3216,29.3216,28.6552,28.6552,28.6552,28.9884,28.9884,28.9884,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.3224,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.3228,25.6564,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,27.3224,27.6556,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.988,29.988,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,41.3168,41.9832,43.316,43.9824,44.6488,45.3152,45.9816,47.3144,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.6332,84.2996,84.966,86.2988,86.632,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,92.6296,92.6296,93.29599999999999,93.6292,94.2956,94.6288,94.962,94.962,95.6284,96.2948,96.9612,97.6276,97.6276,98.6272,98.6272,98.96039999999999,99.6268,100.2932,100.6264,101.626,102.2924,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,110.2892,110.2892,110.9556,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.6204,115.9536,115.9536,115.6204,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.9536,116.62,116.62,116.62,116.62,117.9528,118.286,119.6188,120.2852,120.2852,120.6184,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,121.2848,121.618,121.618,122.2844,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,129.6148,129.6148,129.2816,128.6152,128.282,128.282,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,129.6148,130.6144,130.9476,130.9476,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.28,132.9468,133.28,133.28,133.6132,133.6132,133.9464,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,135.6124,135.6124,135.6124,134.946,134.946,134.946,134.946,134.2796,133.6132,132.9468,132.9468,132.2804,131.9472,131.2808,131.2808,131.2808,131.2808,131.9472,132.6136,134.2796,134.946,135.94559999999998,136.612,136.612,136.612,135.2792,134.6128,134.2796,133.6132,131.9472,130.6144,130.9476,130.9476,130.2812,130.2812,129.2816,127.6156,125.2832,123.9504,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,121.9512,121.2848,120.9516,120.2852,118.9524,118.9524,119.2856,119.952,120.9516,121.618,121.9512,122.6176,123.9504,125.6164,128.282,130.6144,131.9472,132.9468,134.946,134.946,134.946,133.6132,133.6132,132.9468,133.9464,133.28,131.9472,131.2808,129.948,128.6152,127.6156,126.616,125.9496,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.616,125.9496,125.9496,126.616,126.616,127.2824,127.6156,128.6152,129.6148,130.6144,130.6144,131.2808,131.9472,132.9468,133.28,135.6124,137.2784,138.6112,138.6112,139.2776,139.944,139.944,139.2776,138.9444,138.6112,138.9444,138.9444,138.9444,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.9444,138.9444,138.9444,137.9448,138.6112,138.6112,138.6112,138.9444,138.9444,138.6112,138.6112,137.2784,136.9452,136.612,135.2792,134.946,133.28,132.9468,131.9472,131.2808,130.9476,130.9476,130.6144,129.948,128.9484,128.6152,127.6156,126.2828,125.6164,125.2832,124.95,124.6168,123.9504,123.28399999999999,122.9508,120.9516,120.6184,120.6184,119.6188,119.6188,118.61919999999999,117.6196,116.62,116.2868,116.2868,115.6204,114.6208,114.6208,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.2892,109.956,109.956,110.2892,109.956,109.2896,109.2896,108.6232,107.9568,107.6236,106.9572,105.6244,105.6244,104.958,103.9584,103.62519999999999,103.62519999999999,102.6256,101.9592,100.9596,98.6272,96.9612,94.6288,92.2964,91.2968,89.2976,88.298,87.6316,86.9652,85.9656,84.6328,82.96679999999999,78.9684,77.6356,75.9696,74.6368,73.304,71.9712,70.3052,69.6388,68.9724,67.6396,66.3068,64.974,61.9752,60.6424,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.3108,54.6448,53.9784,53.9784,53.312,52.3124,51.646,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,52.6456,53.312,53.9784,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,57.3104,58.6432,59.976,61.3088,62.6416,63.9744,65.9736,67.3064,68.306,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,62.6416,61.3088,59.976,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,63.308,64.3076,65.9736,68.306,70.3052,72.3044,73.63719999999999,74.97,76.636,78.6352,80.3012,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,84.2996,82.96679999999999,81.3008,78.6352,77.3024,74.97,72.9708,71.3048,70.6384,69.972,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,68.6392],[33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.3204,32.3204,32.3204,32.3204,32.3204,31.654,31.654,31.654,31.654,31.654,31.654,31.654,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,29.988,29.988,29.988,29.3216,29.3216,28.6552,28.6552,28.9884,28.9884,28.9884,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.656,26.656,26.656,27.3224,27.3224,27.3224,27.3224,27.9888,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.988,29.988,30.6544,30.6544,31.3208,31.3208,31.3208,31.9872,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.9848,38.6512,40.6504,41.3168,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.6412,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.6332,84.2996,84.966,86.2988,86.2988,87.2984,87.2984,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.2972,91.2968,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.6292,94.2956,94.6288,94.962,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,100.2932,101.2928,101.626,102.6256,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,110.2892,110.2892,110.9556,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.6208,115.2872,115.9536,115.9536,116.2868,116.2868,116.9532,117.6196,118.9524,119.6188,119.6188,120.2852,120.2852,120.6184,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,121.618,121.618,122.9508,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,129.6148,129.6148,129.2816,128.6152,128.282,128.282,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,129.6148,130.6144,130.9476,130.9476,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,133.28,133.28,132.2804,132.2804,132.2804,132.2804,132.9468,133.28,133.28,133.28,133.28,133.9464,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.28,132.9468,132.9468,132.2804,131.9472,131.614,130.9476,130.6144,130.6144,130.6144,130.6144,131.2808,131.9472,133.28,134.2796,135.2792,135.2792,135.94559999999998,135.94559999999998,134.6128,134.2796,133.6132,132.6136,131.9472,130.9476,130.2812,128.9484,128.9484,128.282,127.6156,125.2832,123.28399999999999,121.618,120.2852,119.952,119.952,120.2852,119.952,119.952,119.952,119.2856,118.286,117.9528,117.2864,117.2864,117.9528,118.286,119.6188,119.952,119.6188,119.952,121.2848,122.9508,125.6164,127.6156,129.2816,130.9476,132.2804,132.6136,132.6136,132.6136,131.9472,131.9472,132.6136,132.6136,131.2808,130.9476,128.9484,127.9488,126.616,125.2832,124.95,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,124.95,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,127.2824,127.6156,128.6152,129.6148,129.948,130.6144,131.2808,132.9468,134.2796,136.2788,137.6116,138.6112,138.9444,139.6108,138.9444,138.9444,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,136.612,136.612,136.612,136.612,136.612,137.2784,137.6116,137.6116,137.6116,137.9448,137.6116,138.278,138.278,138.278,137.9448,137.9448,137.6116,137.6116,136.2788,135.94559999999998,135.6124,134.2796,133.28,132.2804,131.9472,131.614,130.6144,130.9476,130.6144,130.6144,129.948,129.6148,129.2816,128.6152,127.2824,126.2828,125.6164,124.95,124.95,124.6168,124.28359999999999,123.28399999999999,122.2844,120.9516,121.2848,120.6184,119.952,119.6188,118.286,117.9528,117.2864,116.62,116.2868,115.9536,115.2872,114.954,114.2876,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,111.622,111.9552,111.9552,111.622,111.622,110.2892,110.2892,109.956,109.6228,108.6232,107.9568,106.9572,106.2908,105.9576,105.6244,104.958,104.2916,102.6256,101.2928,98.96039999999999,97.2944,94.6288,92.6296,91.63,90.6304,90.2972,89.6308,89.964,89.6308,88.298,86.2988,83.3,80.9676,78.9684,77.6356,75.9696,73.9704,72.9708,72.3044,71.638,70.3052,68.9724,66.9732,63.9744,62.6416,61.9752,60.6424,59.6428,58.9764,58.9764,58.31,56.977199999999996,55.9776,55.9776,55.3112,54.3116,53.6452,52.9788,52.3124,51.646,50.3132,49.6468,48.980399999999996,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.3128,52.6456,53.312,53.312,53.6452,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.3116,54.3116,54.3116,54.978,55.6444,57.3104,58.6432,59.976,61.3088,62.6416,63.308,65.3072,66.64,67.6396,68.306,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,61.9752,61.3088,59.976,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,61.3088,63.308,64.3076,66.64,68.9724,70.3052,72.3044,73.63719999999999,74.97,76.636,78.6352,79.6348,80.9676,81.634,82.96679999999999,83.6332,83.9664,84.2996,84.2996,84.966,84.966,84.2996,82.96679999999999,81.634,79.968,77.6356,76.3028,74.3036,72.6376,71.3048,70.6384,69.972,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,68.6392],[35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.322,27.6556,27.6556,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,26.9892,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.9872,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.9856,36.652,37.9848,39.3176,39.984,40.6504,41.3168,42.6496,43.316,43.9824,45.3152,45.9816,46.647999999999996,46.647999999999996,47.3144,47.3144,47.9808,47.9808,47.9808,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.9792,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,47.3144,47.3144,47.3144,47.3144,47.3144,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,51.9792,52.6456,52.6456,53.312,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.3084,62.3084,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.9676,80.9676,81.634,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.9656,87.2984,87.9648,87.9648,88.298,88.9644,88.9644,89.964,90.2972,90.2972,90.9636,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.6296,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,96.2948,96.9612,96.628,97.2944,98.294,98.96039999999999,98.96039999999999,99.96,100.6264,101.2928,102.2924,102.6256,104.2916,105.2912,105.9576,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,115.2872,116.2868,116.2868,116.62,117.2864,117.6196,118.286,118.9524,119.6188,119.6188,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.9512,122.6176,122.9508,123.6172,123.9504,123.9504,123.9504,124.6168,125.2832,125.2832,125.6164,125.6164,126.616,127.2824,127.2824,127.6156,127.9488,128.6152,129.6148,129.6148,129.2816,129.2816,129.2816,128.6152,128.282,128.282,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.948,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.9464,133.9464,133.28,133.28,132.9468,132.9468,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,132.9468,132.9468,132.6136,132.6136,132.2804,131.614,130.9476,130.9476,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,130.6144,130.9476,132.2804,133.28,134.2796,134.946,134.946,134.946,134.2796,133.6132,133.28,132.2804,131.2808,130.6144,128.9484,127.9488,126.9492,126.616,124.28359999999999,122.9508,121.2848,119.952,118.61919999999999,117.6196,117.6196,116.62,116.62,116.62,116.62,115.9536,116.62,115.9536,115.6204,115.6204,115.9536,117.2864,118.286,118.286,117.6196,118.286,119.6188,121.618,122.9508,124.95,126.9492,128.6152,129.948,130.6144,130.9476,130.9476,131.2808,131.2808,131.2808,130.9476,130.9476,129.948,128.6152,127.2824,125.6164,124.28359999999999,123.6172,122.9508,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.2828,127.6156,128.282,128.9484,129.948,130.9476,131.9472,133.6132,135.6124,136.9452,138.6112,138.9444,138.9444,138.6112,137.6116,136.612,136.2788,136.2788,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.9452,136.9452,136.9452,137.6116,137.2784,137.6116,137.6116,137.6116,137.6116,137.2784,136.612,136.2788,135.6124,134.2796,133.6132,132.6136,132.2804,131.9472,131.2808,130.9476,130.9476,129.948,130.6144,130.6144,130.6144,130.6144,129.2816,128.6152,127.2824,126.9492,126.2828,126.2828,124.95,124.6168,124.6168,123.6172,122.9508,122.6176,121.9512,121.2848,120.6184,119.952,119.6188,118.9524,118.286,118.286,117.6196,117.6196,117.6196,116.62,115.9536,115.9536,115.6204,115.2872,114.6208,113.95439999999999,113.6212,113.6212,113.288,112.95479999999999,112.2884,111.9552,111.9552,111.9552,111.622,110.9556,109.956,109.2896,108.6232,107.9568,107.6236,106.624,105.9576,104.958,103.62519999999999,101.2928,99.6268,97.2944,94.962,93.6292,92.6296,92.2964,92.2964,92.6296,91.9632,91.63,90.9636,90.6304,88.63119999999999,87.2984,84.966,82.6336,79.968,78.30199999999999,76.3028,75.6364,74.6368,72.9708,71.638,69.6388,67.3064,65.9736,63.9744,63.308,61.9752,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.644,55.9776,54.6448,53.9784,52.9788,51.646,50.9796,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,53.312,53.9784,53.9784,53.9784,53.312,53.9784,54.6448,55.6444,56.3108,57.6436,58.9764,60.3092,61.9752,62.6416,63.9744,65.3072,66.9732,67.6396,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,64.974,63.9744,63.308,61.9752,60.6424,59.976,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,62.3084,64.974,66.64,68.6392,70.6384,71.9712,73.304,74.97,76.3028,77.6356,78.9684,79.968,80.6344,81.9672,83.3,84.2996,84.966,84.966,84.966,84.2996,83.6332,82.6336,81.3008,78.9684,76.9692,74.97,73.63719999999999,71.9712,71.3048,70.6384,69.972,69.6388,69.6388,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999],[35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.322,27.6556,27.6556,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,31.9872,32.6536,33.32,34.6528,35.3192,35.9856,37.3184,37.9848,39.3176,39.984,40.6504,41.9832,42.6496,43.316,43.9824,45.3152,45.3152,45.9816,46.647999999999996,46.647999999999996,47.3144,47.3144,47.3144,47.6476,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,52.3124,52.6456,53.312,53.312,53.9784,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.3084,62.3084,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.9676,80.9676,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.9652,87.2984,87.9648,87.9648,88.298,88.9644,89.964,89.964,90.2972,90.9636,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.628,96.628,97.96079999999999,98.294,98.6272,98.96039999999999,100.2932,100.6264,101.626,102.6256,104.2916,105.2912,105.6244,106.2908,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892,111.2888,111.622,112.2884,112.2884,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,115.9536,115.9536,116.62,116.62,117.2864,117.6196,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,119.952,119.952,120.9516,120.9516,121.2848,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,126.616,126.616,127.2824,127.2824,127.6156,128.6152,128.6152,129.2816,129.2816,128.6152,128.6152,128.282,128.282,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.948,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.9464,133.9464,133.28,133.28,132.2804,132.2804,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.9472,131.9472,131.9472,131.9472,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.614,130.9476,130.6144,130.6144,129.948,129.6148,129.2816,128.6152,128.6152,128.6152,128.6152,128.6152,129.6148,129.948,130.9476,131.9472,132.9468,133.28,133.28,132.9468,132.9468,132.2804,131.2808,130.6144,130.6144,129.6148,127.6156,127.2824,125.9496,124.95,122.9508,121.2848,120.2852,118.286,117.2864,115.9536,114.6208,114.6208,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,113.288,114.2876,115.2872,115.9536,115.9536,115.9536,117.6196,119.6188,121.2848,122.9508,124.6168,125.6164,127.6156,128.6152,128.9484,129.2816,129.948,129.948,129.948,129.948,129.948,128.9484,127.6156,126.2828,124.95,122.9508,121.9512,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,122.2844,123.28399999999999,123.9504,125.6164,126.2828,127.6156,128.6152,129.6148,130.6144,131.614,133.28,134.6128,136.2788,137.6116,137.9448,137.9448,137.6116,136.612,135.6124,134.946,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.6124,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,135.94559999999998,135.2792,134.946,134.2796,132.9468,132.9468,132.2804,131.614,130.9476,130.6144,130.6144,130.6144,130.6144,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,127.9488,127.2824,126.9492,126.2828,125.6164,124.95,125.2832,124.28359999999999,123.28399999999999,122.9508,122.9508,122.2844,121.9512,120.6184,120.2852,119.952,120.2852,119.2856,118.9524,118.9524,118.9524,118.286,117.6196,117.6196,117.2864,116.62,116.2868,115.6204,115.6204,115.2872,114.6208,114.2876,113.95439999999999,113.95439999999999,113.288,112.6216,113.288,112.95479999999999,111.622,110.9556,109.6228,108.9564,107.9568,107.6236,106.624,105.6244,103.62519999999999,102.6256,100.2932,97.96079999999999,95.6284,94.6288,93.6292,94.6288,94.6288,94.962,95.2952,94.6288,93.9624,93.6292,92.9628,91.9632,89.964,87.2984,83.6332,81.3008,79.968,78.9684,76.9692,76.3028,74.6368,72.3044,69.972,68.6392,67.3064,65.9736,64.6408,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.9764,58.31,56.977199999999996,56.3108,54.978,54.3116,52.9788,52.3124,50.6464,49.98,49.98,49.98,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.9784,53.9784,53.312,53.9784,54.6448,55.3112,56.3108,57.6436,58.9764,59.6428,61.3088,61.9752,63.308,64.6408,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,63.9744,62.3084,61.3088,60.6424,59.976,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.976,60.6424,62.3084,64.974,66.3068,68.6392,70.6384,71.9712,73.304,74.97,75.6364,76.9692,77.9688,79.3016,80.6344,81.9672,82.6336,84.2996,84.966,84.966,84.2996,84.2996,83.6332,81.9672,80.6344,78.30199999999999,76.3028,74.97,73.63719999999999,71.9712,70.6384,69.972,69.972,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999],[36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.654,30.9876,30.9876,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.3224,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,39.3176,39.984,40.9836,41.65,42.3164,42.9828,43.9824,44.6488,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,46.9812,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,53.312,53.312,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,53.312,53.9784,53.9784,54.6448,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,89.2976,89.964,90.2972,90.2972,90.6304,90.6304,90.6304,90.2972,91.2968,91.2968,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,98.6272,99.6268,100.2932,101.2928,102.2924,103.62519999999999,104.6248,105.2912,105.6244,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.6228,110.2892,111.2888,111.622,111.622,112.2884,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.954,115.6204,115.9536,115.9536,116.62,116.62,117.2864,118.286,118.286,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,119.2856,119.952,120.2852,120.9516,121.2848,121.9512,121.9512,122.6176,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.616,127.2824,127.2824,127.6156,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,128.282,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.948,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.9464,133.9464,133.28,133.28,132.2804,132.2804,131.614,131.614,130.9476,130.9476,130.9476,130.9476,130.9476,131.614,131.614,131.614,131.614,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.2812,130.2812,129.948,129.948,129.2816,129.2816,128.6152,128.282,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.6152,129.6148,129.948,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,129.948,129.6148,129.2816,128.6152,127.9488,126.9492,125.6164,123.9504,122.6176,120.9516,118.9524,117.2864,115.9536,114.2876,113.95439999999999,112.6216,112.2884,111.622,110.9556,110.9556,110.2892,109.956,108.9564,108.9564,109.956,110.9556,112.2884,112.95479999999999,112.95479999999999,114.2876,115.2872,117.6196,118.9524,120.6184,122.2844,123.28399999999999,124.95,125.6164,126.9492,127.9488,128.6152,128.6152,128.9484,128.9484,128.6152,127.9488,127.2824,125.2832,123.9504,122.9508,121.618,120.9516,120.9516,120.2852,119.952,120.2852,119.6188,119.6188,118.9524,118.9524,119.6188,119.952,121.2848,121.9512,123.28399999999999,123.9504,125.2832,126.2828,127.9488,128.9484,129.948,130.9476,132.2804,133.6132,135.6124,136.2788,136.612,136.612,136.612,136.2788,134.6128,134.2796,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.6128,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.946,134.2796,133.6132,132.9468,132.9468,131.9472,131.614,130.6144,129.948,129.948,129.948,130.6144,130.6144,130.6144,129.948,130.6144,130.6144,130.9476,130.9476,129.948,129.2816,128.6152,127.9488,127.6156,126.9492,126.2828,125.6164,125.2832,124.6168,124.6168,123.6172,123.6172,122.9508,122.9508,121.618,121.618,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,118.9524,118.9524,118.61919999999999,117.9528,117.2864,117.9528,117.2864,117.2864,115.9536,115.2872,114.6208,114.2876,114.2876,113.6212,113.288,112.2884,110.9556,110.6224,109.956,108.6232,107.6236,106.9572,105.6244,103.62519999999999,102.6256,100.2932,98.96039999999999,96.2948,95.6284,96.9612,96.2948,97.2944,97.2944,97.2944,97.2944,96.2948,95.6284,95.9616,94.2956,92.9628,90.6304,87.6316,84.966,82.3004,81.3008,80.3012,78.9684,76.9692,75.6364,73.304,70.9716,69.3056,67.97279999999999,67.3064,66.64,65.9736,65.3072,63.9744,63.308,62.6416,61.9752,60.9756,60.3092,58.9764,58.31,56.977199999999996,56.3108,54.978,54.3116,52.6456,51.9792,51.9792,51.9792,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,56.3108,56.977199999999996,58.31,58.9764,60.6424,61.3088,62.6416,63.9744,65.6404,66.3068,66.9732,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,65.3072,65.3072,64.6408,64.6408,63.9744,62.3084,61.3088,60.6424,59.976,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.976,60.6424,62.3084,64.974,66.3068,68.6392,70.6384,71.9712,73.304,74.97,75.6364,76.9692,77.9688,78.30199999999999,79.968,81.3008,82.6336,83.3,83.9664,84.2996,84.2996,83.3,82.6336,81.3008,79.968,77.6356,75.3032,73.9704,72.6376,71.3048,70.3052,69.6388,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999],[36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.654,31.654,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.3224,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,38.6512,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.9824,43.9824,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.6456,53.312,53.312,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.9784,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,65.9736,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,86.2988,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,89.2976,89.964,90.2972,90.6304,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,100.6264,101.626,103.292,103.62519999999999,104.958,105.6244,105.6244,105.9576,105.9576,106.624,106.9572,107.6236,107.6236,107.9568,108.9564,108.9564,109.2896,109.2896,110.2892,110.9556,111.622,111.622,112.6216,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.952,119.952,120.9516,121.2848,121.2848,121.9512,122.2844,122.2844,122.9508,122.9508,123.6172,123.6172,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.616,126.616,127.2824,127.6156,128.282,128.6152,128.6152,128.282,128.282,128.282,128.282,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.948,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.9464,133.9464,133.28,133.28,132.2804,132.2804,131.9472,131.614,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,129.2816,129.2816,128.282,128.282,127.6156,127.2824,126.616,126.616,126.2828,126.616,126.616,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,127.2824,125.9496,124.6168,123.6172,120.9516,119.6188,117.6196,115.9536,114.2876,112.6216,112.2884,110.2892,109.2896,108.6232,107.9568,107.6236,107.6236,106.9572,105.9576,105.9576,106.9572,107.6236,108.6232,110.2892,110.6224,112.2884,113.288,114.2876,116.2868,118.286,119.6188,120.9516,121.9512,123.28399999999999,124.6168,125.6164,125.9496,126.616,126.616,127.2824,127.2824,127.2824,126.616,124.95,123.28399999999999,122.2844,120.9516,119.952,119.952,119.6188,118.61919999999999,118.61919999999999,117.6196,117.2864,117.2864,117.2864,117.2864,117.9528,118.9524,120.2852,121.9512,122.9508,123.9504,125.2832,126.616,127.9488,129.6148,129.948,130.9476,132.2804,133.28,134.2796,134.946,134.946,134.946,134.2796,133.6132,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,133.28,133.6132,133.6132,133.6132,133.6132,133.6132,132.9468,132.9468,132.2804,131.9472,131.614,130.9476,130.6144,130.6144,129.948,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,129.948,129.948,128.6152,128.6152,127.9488,127.6156,127.2824,126.9492,126.2828,125.9496,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,120.2852,120.2852,119.6188,119.6188,118.9524,118.61919999999999,118.9524,118.9524,118.286,118.286,116.9532,116.62,115.9536,115.2872,114.954,114.2876,112.6216,112.2884,110.9556,110.2892,108.6232,107.9568,106.9572,105.6244,103.62519999999999,102.6256,100.6264,99.2936,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.96,99.96,99.96,99.96,98.96039999999999,98.6272,98.6272,97.96079999999999,96.2948,93.9624,90.9636,88.63119999999999,86.632,85.2992,82.96679999999999,81.9672,80.6344,78.6352,75.6364,74.3036,72.6376,70.9716,70.3052,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,63.308,62.6416,61.9752,60.6424,59.976,58.6432,57.9768,56.644,55.6444,54.978,54.3116,54.3116,53.312,52.6456,52.6456,52.6456,51.9792,51.9792,51.9792,51.3128,50.9796,50.9796,50.9796,50.9796,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,58.31,59.309599999999996,60.6424,61.9752,63.308,64.974,66.3068,66.9732,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,65.3072,64.6408,64.6408,63.9744,63.308,62.3084,61.3088,60.6424,59.976,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,60.6424,62.3084,64.974,66.3068,68.6392,70.6384,71.9712,73.304,74.97,75.6364,76.3028,77.3024,78.30199999999999,79.3016,80.6344,81.9672,83.3,83.3,83.6332,83.6332,83.3,81.9672,80.6344,78.9684,75.9696,74.6368,72.6376,71.3048,70.3052,69.6388,68.9724,68.306,68.306,68.306,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999],[37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,51.9792,51.9792,52.6456,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.6456,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,53.6452,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.312,53.312,53.312,53.9784,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,64.6408,65.3072,65.9736,65.9736,66.64,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,74.97,74.97,74.97,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.9664,83.9664,84.6328,84.966,85.6324,86.2988,86.2988,86.632,87.2984,87.6316,88.298,88.9644,89.2976,89.964,89.964,89.964,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,96.628,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,100.6264,102.2924,103.292,103.9584,104.6248,104.958,105.6244,105.6244,105.9576,105.6244,106.2908,106.2908,106.9572,107.6236,107.9568,108.28999999999999,108.6232,109.956,110.6224,110.9556,111.2888,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.9524,119.2856,119.952,119.952,120.2852,120.9516,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.6164,126.2828,126.9492,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,129.948,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.28,133.28,133.28,133.28,132.2804,131.9472,131.2808,130.6144,129.948,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.2824,127.2824,127.2824,126.9492,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,126.616,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.616,127.6156,127.6156,127.6156,126.9492,125.6164,124.95,123.9504,122.2844,119.6188,117.9528,116.2868,114.2876,112.2884,110.2892,109.2896,107.2904,106.2908,105.6244,103.62519999999999,103.62519999999999,104.2916,103.62519999999999,103.292,103.292,103.62519999999999,104.958,106.2908,107.2904,107.6236,108.9564,109.956,111.622,112.6216,114.2876,115.9536,117.6196,119.2856,120.9516,121.618,122.2844,123.6172,123.9504,124.6168,125.2832,125.6164,125.6164,125.2832,123.28399999999999,122.2844,120.9516,119.952,118.9524,118.286,117.9528,117.6196,117.6196,116.62,115.2872,114.954,114.954,114.954,116.2868,117.2864,118.286,119.6188,120.9516,122.6176,123.9504,125.6164,127.6156,128.6152,129.6148,129.948,130.6144,131.2808,131.9472,131.9472,132.6136,132.6136,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,132.6136,132.6136,131.9472,131.9472,131.2808,130.6144,130.6144,130.2812,130.6144,129.948,129.6148,129.2816,129.2816,129.2816,128.6152,128.6152,128.9484,128.9484,129.6148,129.2816,129.2816,128.6152,129.2816,128.6152,128.6152,127.9488,127.9488,127.9488,127.2824,127.2824,127.2824,127.2824,126.9492,126.2828,125.6164,125.6164,125.2832,124.6168,124.6168,123.9504,124.6168,124.6168,124.6168,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,119.952,119.952,119.2856,118.9524,118.286,117.6196,116.9532,115.9536,114.954,113.95439999999999,112.95479999999999,110.9556,110.2892,109.956,107.9568,107.6236,105.6244,103.62519999999999,101.9592,100.9596,99.96,99.96,99.96,101.2928,102.2924,102.9588,103.62519999999999,103.62519999999999,102.9588,102.6256,101.9592,101.9592,101.2928,99.6268,97.6276,95.6284,93.29599999999999,91.63,89.964,88.298,86.632,84.6328,82.3004,79.6348,77.6356,75.6364,74.3036,73.304,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.3068,65.3072,63.9744,63.308,61.9752,60.6424,59.309599999999996,58.6432,57.9768,57.3104,56.644,55.6444,54.978,54.3116,54.3116,53.312,52.6456,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.980399999999996,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.978,54.978,56.3108,56.977199999999996,58.6432,59.976,61.3088,62.6416,64.6408,66.3068,66.9732,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.306,67.3064,66.64,65.9736,65.3072,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,59.976,58.6432,57.9768,57.9768,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,62.3084,64.974,66.3068,68.306,70.3052,71.9712,73.304,73.9704,74.97,76.3028,76.9692,77.6356,78.30199999999999,79.968,81.3008,82.6336,82.6336,82.96679999999999,82.96679999999999,81.9672,81.3008,78.9684,77.3024,75.3032,73.304,71.9712,70.6384,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392],[37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,31.3208,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.312,53.312,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.6452,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,54.3116,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,53.9784,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,56.644,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.6408,65.3072,65.9736,65.9736,66.64,66.64,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,84.6328,84.966,85.6324,86.2988,86.2988,86.632,87.2984,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.6308,90.2972,90.6304,91.2968,91.63,91.63,92.6296,92.6296,93.6292,93.6292,93.9624,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,99.2936,100.2932,101.626,102.2924,103.292,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.6244,105.9576,105.6244,106.2908,106.2908,106.9572,106.9572,107.6236,108.6232,109.956,110.2892,110.9556,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.954,115.2872,115.9536,115.9536,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,118.286,118.286,118.9524,119.2856,119.952,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,126.2828,126.9492,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,129.948,130.9476,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.9464,133.28,133.28,133.28,132.2804,131.9472,131.2808,130.6144,129.948,128.9484,128.9484,128.9484,128.6152,127.9488,127.9488,127.9488,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.9492,125.9496,125.6164,125.6164,125.6164,124.95,124.95,124.95,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,123.9504,122.9508,121.2848,118.9524,117.2864,115.2872,113.288,110.2892,107.9568,106.9572,104.958,103.62519999999999,101.9592,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,100.9596,101.9592,102.9588,104.2916,104.958,105.2912,106.9572,108.28999999999999,109.956,111.622,113.288,114.954,116.9532,117.9528,119.6188,120.2852,120.6184,121.9512,122.2844,123.28399999999999,123.9504,123.9504,123.28399999999999,122.6176,121.2848,119.952,118.286,117.6196,117.6196,117.2864,116.62,115.6204,114.2876,113.6212,113.288,113.288,113.6212,114.2876,114.954,116.62,118.286,119.6188,121.2848,122.9508,124.6168,126.2828,126.9492,127.9488,128.6152,128.9484,129.6148,129.6148,129.948,130.6144,130.6144,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.2812,130.6144,129.948,129.6148,129.6148,128.9484,128.9484,128.6152,128.6152,128.282,128.6152,128.6152,127.9488,127.9488,128.6152,128.6152,128.282,128.282,127.2824,127.2824,127.9488,127.6156,126.9492,126.9492,127.2824,127.2824,126.616,126.616,127.2824,126.9492,126.9492,126.2828,125.6164,125.6164,125.2832,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.6176,121.9512,121.2848,120.9516,120.9516,120.9516,120.9516,120.6184,119.952,119.2856,118.9524,118.286,116.62,115.6204,114.954,112.95479999999999,112.2884,110.2892,109.956,107.9568,107.6236,105.6244,103.292,101.2928,100.9596,100.2932,101.2928,101.9592,103.292,104.6248,105.2912,106.2908,106.2908,105.6244,104.958,104.2916,104.6248,103.9584,102.2924,100.9596,98.96039999999999,97.2944,95.6284,93.9624,91.2968,89.2976,87.9648,86.632,83.3,81.634,79.6348,77.6356,76.9692,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.9712,71.3048,69.972,69.3056,68.6392,67.3064,65.9736,65.3072,63.308,62.6416,61.3088,60.6424,60.6424,59.976,57.9768,57.3104,56.644,55.9776,54.3116,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.3116,54.978,55.6444,56.3108,57.9768,59.309599999999996,60.6424,61.9752,63.9744,66.3068,66.9732,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.306,67.3064,65.9736,65.3072,64.6408,63.9744,63.9744,63.308,63.308,62.6416,61.9752,61.3088,59.976,59.309599999999996,58.6432,57.9768,57.9768,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.9768,59.309599999999996,59.976,61.641999999999996,64.3076,66.3068,68.306,70.3052,71.9712,72.6376,73.9704,74.97,76.3028,76.3028,76.9692,78.30199999999999,79.3016,80.6344,81.9672,82.6336,82.96679999999999,82.3004,81.3008,79.968,78.30199999999999,75.9696,73.9704,72.6376,70.6384,69.972,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,67.3064,67.3064,67.3064,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056],[37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.654,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,31.3208,31.9872,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,54.6448,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.6448,54.6448,54.6448,55.3112,55.9776,56.644,56.644,57.3104,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,64.6408,64.6408,64.6408,65.3072,65.9736,65.9736,66.64,66.64,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,70.3052,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.97,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,84.966,85.6324,86.2988,86.2988,86.632,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.2956,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,97.2944,97.96079999999999,99.2936,99.6268,100.6264,101.2928,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.6244,105.6244,106.2908,106.9572,107.2904,107.9568,108.9564,109.2896,109.956,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.2872,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,117.6196,117.9528,118.286,118.286,118.9524,119.2856,119.952,120.2852,120.9516,120.9516,121.2848,121.618,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,122.6176,122.6176,122.9508,123.9504,124.6168,126.2828,126.616,127.9488,127.9488,128.6152,129.2816,129.2816,129.2816,128.9484,128.9484,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.948,130.9476,131.2808,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.2796,134.2796,133.6132,133.28,132.9468,131.9472,131.2808,130.9476,129.948,128.9484,128.6152,128.6152,127.9488,127.6156,127.6156,127.6156,127.2824,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,124.95,124.95,124.95,124.95,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,123.9504,123.9504,123.28399999999999,121.618,120.9516,118.9524,116.62,114.954,112.6216,109.6228,107.2904,105.2912,103.62519999999999,101.2928,99.6268,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,97.2944,98.6272,99.6268,100.9596,101.2928,103.292,104.6248,105.2912,107.6236,109.956,110.9556,112.95479999999999,114.6208,115.9536,117.2864,117.9528,119.6188,120.2852,121.2848,122.2844,122.2844,122.2844,122.6176,121.9512,120.2852,118.9524,118.286,116.9532,117.2864,116.62,115.6204,114.6208,113.288,112.2884,111.622,111.622,112.2884,112.95479999999999,114.2876,116.2868,117.9528,118.9524,120.9516,121.9512,123.9504,124.6168,125.6164,126.2828,127.6156,127.6156,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,129.6148,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,127.2824,127.2824,127.2824,127.2824,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,126.2828,126.2828,125.6164,125.2832,125.2832,125.6164,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.6164,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,124.95,124.28359999999999,124.28359999999999,123.28399999999999,123.28399999999999,122.2844,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,119.952,119.6188,119.6188,118.286,117.6196,115.9536,114.954,113.288,112.6216,110.9556,110.2892,108.6232,107.2904,105.6244,103.292,101.626,101.2928,101.626,102.2924,103.292,104.6248,105.9576,107.6236,107.9568,107.9568,107.6236,106.9572,106.9572,106.624,105.6244,104.6248,102.6256,101.2928,99.96,98.96039999999999,96.2948,93.6292,91.9632,90.2972,89.2976,87.6316,85.2992,83.9664,82.3004,80.3012,78.6352,77.6356,76.9692,75.6364,74.97,73.9704,73.304,72.6376,71.9712,70.6384,69.3056,67.97279999999999,67.3064,65.9736,65.3072,64.6408,63.9744,62.9748,61.9752,60.6424,59.6428,58.31,57.6436,55.9776,55.3112,54.6448,54.6448,54.3116,54.3116,54.3116,53.6452,53.312,52.6456,51.9792,51.9792,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.9784,53.9784,54.6448,53.9784,53.9784,54.3116,54.3116,54.978,55.6444,57.3104,58.6432,59.976,61.3088,63.9744,65.6404,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.306,66.64,65.9736,65.3072,64.6408,63.9744,63.308,63.308,63.308,61.9752,61.9752,61.3088,59.976,59.309599999999996,58.6432,57.9768,57.9768,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.9768,59.309599999999996,59.976,61.641999999999996,64.3076,66.3068,68.306,70.3052,71.3048,72.6376,73.304,74.97,76.3028,76.3028,76.9692,78.30199999999999,79.3016,79.968,81.3008,81.9672,82.3004,82.3004,81.3008,79.968,77.3024,75.3032,73.304,71.3048,69.972,68.6392,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.64,66.64,66.64,67.3064,67.3064,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972],[37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,31.654,31.654,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,55.9776,55.3112,55.9776,55.9776,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,55.3112,55.3112,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.3112,55.3112,55.3112,55.9776,56.644,57.3104,57.3104,57.3104,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,70.3052,70.3052,70.9716,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,84.966,84.966,85.6324,86.2988,86.632,86.632,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,94.2956,94.962,94.962,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,98.6272,99.2936,100.2932,100.6264,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.958,105.2912,105.6244,106.2908,106.9572,107.6236,108.28999999999999,108.9564,109.2896,110.2892,110.9556,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.6208,114.6208,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,116.62,116.9532,117.9528,117.9528,118.286,118.286,119.2856,119.2856,120.2852,120.2852,120.9516,120.9516,121.618,121.618,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,122.6176,122.9508,123.9504,124.6168,125.6164,126.616,127.9488,128.6152,129.2816,129.2816,129.2816,129.2816,128.9484,128.9484,128.6152,128.6152,128.9484,128.9484,128.9484,129.6148,130.6144,131.2808,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,134.2796,133.28,132.9468,131.9472,131.2808,130.9476,129.948,128.9484,128.6152,127.9488,127.6156,126.9492,126.9492,126.9492,126.616,125.9496,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.6176,122.6176,122.2844,122.2844,121.9512,121.618,121.9512,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.618,120.2852,117.6196,115.9536,113.6212,111.622,108.6232,106.2908,103.292,101.2928,98.6272,97.6276,96.2948,95.9616,95.2952,94.962,94.2956,94.2956,94.962,95.6284,96.9612,97.96079999999999,98.96039999999999,100.2932,101.626,103.292,105.6244,107.6236,108.6232,111.2888,112.95479999999999,113.6212,114.954,116.62,117.2864,118.9524,120.2852,120.9516,121.9512,121.9512,121.9512,121.2848,119.6188,118.286,117.6196,117.2864,116.62,116.2868,115.6204,113.6212,111.622,110.6224,110.2892,110.2892,111.2888,111.622,113.288,114.954,116.62,117.9528,118.9524,120.9516,122.6176,123.9504,124.6168,125.2832,125.6164,125.6164,126.9492,126.9492,126.616,126.616,126.616,126.616,126.9492,127.6156,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,127.9488,127.9488,126.9492,126.9492,127.2824,127.2824,126.616,126.616,126.616,126.9492,126.9492,127.6156,126.9492,126.9492,126.9492,126.616,125.6164,125.2832,124.95,124.28359999999999,123.6172,123.6172,123.6172,123.9504,123.9504,124.6168,124.95,125.2832,124.95,124.95,124.95,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.95,124.95,124.28359999999999,123.9504,123.28399999999999,122.2844,121.9512,121.2848,120.9516,120.9516,120.9516,120.2852,119.6188,119.6188,118.9524,118.286,117.6196,115.9536,114.954,113.288,112.6216,110.9556,110.2892,108.6232,107.2904,105.9576,103.62519999999999,101.626,101.2928,101.626,103.62519999999999,104.958,105.9576,107.6236,109.2896,109.956,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,106.624,105.2912,103.62519999999999,102.2924,100.6264,98.96039999999999,96.2948,94.2956,93.6292,91.9632,91.2968,88.9644,87.6316,86.632,83.9664,82.3004,80.9676,80.3012,78.9684,77.6356,76.9692,75.9696,75.3032,74.6368,73.304,71.9712,70.6384,69.3056,67.97279999999999,67.3064,66.64,65.9736,65.3072,64.6408,62.6416,61.9752,60.3092,59.6428,57.9768,56.644,56.644,55.9776,55.6444,55.6444,55.6444,54.978,54.6448,53.9784,53.312,53.312,52.3124,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.9784,53.9784,54.6448,53.9784,53.9784,54.3116,54.3116,54.978,54.978,56.644,57.9768,59.976,61.3088,63.9744,65.6404,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,67.6396,65.9736,65.3072,64.6408,63.9744,63.308,63.308,63.308,62.3084,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.9768,58.6432,59.976,61.641999999999996,63.9744,66.3068,68.306,69.6388,71.3048,71.9712,73.304,73.9704,74.97,76.3028,76.9692,77.6356,78.6352,79.968,81.3008,81.9672,82.3004,81.634,80.6344,79.3016,76.636,74.6368,72.6376,70.6384,69.3056,67.97279999999999,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.64,66.64,66.64,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.972,70.6384,71.3048],[38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.6512,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.318,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,30.6544,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,40.3172,40.9836,40.9836,41.65,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,47.3144,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.9784,53.9784,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.3104,57.3104,57.3104,57.3104,56.644,56.644,56.644,56.644,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.3084,63.308,63.308,63.9744,64.3076,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,84.6328,84.966,84.966,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.2972,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,97.2944,97.2944,97.96079999999999,98.6272,99.6268,100.2932,101.2928,101.626,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,104.958,105.9576,106.2908,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.2892,110.9556,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.954,114.954,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,116.62,116.9532,116.9532,117.6196,117.9528,118.286,118.286,118.9524,119.2856,119.952,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,121.618,121.618,122.2844,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.9492,128.282,128.6152,129.2816,129.2816,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,128.9484,128.9484,129.6148,129.6148,130.6144,131.2808,131.9472,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,135.2792,135.6124,135.6124,135.6124,134.946,134.946,134.2796,133.6132,132.6136,131.9472,131.2808,130.9476,129.948,128.9484,128.6152,127.6156,126.9492,126.616,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.6176,122.2844,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.9512,121.618,121.618,122.2844,122.2844,122.9508,122.9508,122.2844,121.618,121.2848,120.2852,117.6196,115.2872,113.288,110.9556,107.6236,104.6248,101.9592,98.96039999999999,96.9612,95.6284,94.6288,93.9624,93.6292,92.9628,92.9628,92.9628,93.29599999999999,93.6292,94.6288,95.6284,96.9612,97.6276,98.294,99.96,102.6256,104.958,106.9572,109.2896,110.9556,112.2884,113.6212,114.954,116.2868,117.9528,118.9524,119.6188,120.6184,120.6184,121.2848,120.2852,119.6188,118.9524,117.9528,117.2864,116.62,114.954,114.2876,112.6216,110.2892,108.9564,108.28999999999999,108.28999999999999,109.6228,111.2888,112.6216,114.2876,116.2868,116.62,118.61919999999999,119.6188,121.2848,122.6176,122.6176,123.28399999999999,123.9504,123.9504,124.6168,124.95,124.28359999999999,123.6172,123.9504,124.6168,125.2832,125.6164,126.9492,126.9492,126.9492,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.9492,126.9492,126.9492,126.9492,125.6164,125.6164,126.2828,126.2828,125.6164,125.2832,125.2832,125.6164,126.2828,126.2828,125.6164,125.6164,125.2832,124.6168,124.28359999999999,123.28399999999999,122.9508,122.2844,121.618,121.9512,121.9512,122.9508,122.9508,122.6176,123.28399999999999,124.6168,124.6168,124.6168,124.6168,125.2832,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,125.6164,125.6164,125.2832,125.2832,124.95,124.95,124.28359999999999,123.9504,123.28399999999999,122.2844,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,119.6188,118.9524,118.286,117.6196,117.6196,115.6204,113.95439999999999,113.288,111.622,110.9556,109.956,108.9564,107.9568,105.9576,103.9584,101.626,101.2928,102.2924,104.6248,105.9576,107.6236,108.9564,111.2888,112.2884,112.2884,111.622,111.622,111.2888,110.9556,109.956,108.9564,107.6236,105.9576,104.6248,103.292,100.6264,99.2936,97.2944,96.2948,94.962,93.9624,92.6296,91.63,89.964,87.6316,86.632,85.2992,84.2996,82.96679999999999,81.634,80.3012,78.9684,78.30199999999999,76.9692,75.6364,74.3036,72.6376,71.3048,71.3048,70.6384,69.3056,68.6392,67.97279999999999,66.64,65.6404,64.3076,63.308,61.641999999999996,59.976,59.309599999999996,58.6432,57.9768,57.6436,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,52.9788,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.978,55.6444,57.6436,59.6428,61.3088,63.308,65.3072,67.3064,67.97279999999999,68.9724,69.6388,68.9724,68.9724,68.9724,68.306,67.6396,66.9732,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,61.3088,62.6416,65.3072,68.306,69.6388,69.6388,70.9716,72.3044,73.9704,74.97,76.3028,76.3028,76.9692,78.30199999999999,79.6348,80.6344,81.3008,81.3008,80.6344,79.968,78.30199999999999,76.3028,74.3036,71.9712,69.972,68.6392,67.3064,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.9712,71.9712],[39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,53.9784,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.6432,58.6432,58.6432,57.9768,57.9768,57.9768,57.9768,57.9768,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,64.6408,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,84.966,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,99.2936,99.6268,100.6264,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.9584,104.2916,105.2912,105.9576,106.9572,106.9572,108.28999999999999,108.28999999999999,108.9564,109.2896,110.2892,110.2892,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.954,114.954,115.6204,115.6204,114.6208,114.6208,114.6208,114.6208,114.954,114.954,114.954,115.6204,116.62,116.9532,116.9532,117.6196,117.9528,118.286,118.286,118.9524,119.2856,119.952,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,124.6168,125.2832,125.6164,126.9492,128.282,128.6152,129.2816,129.2816,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,128.9484,128.9484,129.6148,129.948,130.9476,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.946,135.6124,135.6124,135.6124,135.6124,135.2792,134.946,134.2796,134.2796,132.9468,131.9472,131.2808,130.9476,129.948,128.9484,128.6152,127.6156,126.9492,126.616,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,121.2848,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.618,121.618,122.2844,122.2844,121.618,121.618,121.2848,119.6188,117.2864,114.954,112.95479999999999,109.956,106.624,103.292,100.2932,97.6276,95.9616,94.6288,93.9624,93.6292,92.9628,92.6296,92.6296,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,95.6284,95.9616,97.6276,100.2932,102.6256,104.6248,106.9572,109.2896,110.2892,112.6216,113.6212,114.6208,116.62,117.6196,118.9524,119.952,119.952,120.2852,119.6188,118.9524,117.9528,117.6196,117.2864,115.9536,114.954,113.6212,111.2888,108.9564,107.2904,106.9572,106.9572,107.9568,110.2892,111.622,113.288,114.2876,115.9536,116.62,117.9528,119.6188,120.2852,120.2852,120.9516,121.618,122.2844,122.9508,122.2844,122.2844,121.9512,121.9512,122.2844,123.28399999999999,124.28359999999999,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,125.6164,124.95,124.95,124.95,124.95,124.95,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.618,120.9516,120.2852,119.952,119.952,121.2848,121.9512,122.6176,122.9508,122.9508,122.6176,123.28399999999999,123.9504,123.9504,124.6168,124.95,124.95,124.95,125.2832,125.2832,125.2832,125.9496,125.6164,125.6164,125.6164,125.2832,125.2832,124.95,124.95,124.28359999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.9516,120.9516,120.9516,119.6188,118.9524,118.286,117.9528,117.2864,116.62,115.6204,113.95439999999999,112.6216,111.622,110.9556,109.956,108.9564,107.9568,105.9576,103.9584,102.2924,101.626,102.2924,105.6244,107.6236,108.9564,110.2892,112.95479999999999,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.288,112.2884,110.9556,109.956,107.9568,106.2908,105.6244,103.62519999999999,101.9592,100.2932,99.2936,97.96079999999999,96.9612,95.9616,94.6288,93.29599999999999,91.63,89.964,88.9644,87.6316,85.9656,84.966,83.6332,82.3004,81.3008,79.968,78.6352,76.636,75.6364,74.3036,73.63719999999999,72.6376,71.3048,70.6384,69.972,69.3056,67.6396,66.9732,65.3072,64.6408,62.6416,61.3088,60.6424,59.976,59.6428,58.9764,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.3116,52.9788,51.646,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.978,55.6444,56.977199999999996,58.9764,61.3088,62.6416,65.3072,66.64,67.97279999999999,68.9724,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,64.6408,63.9744,63.308,62.3084,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,60.6424,61.9752,64.6408,67.6396,68.9724,68.9724,70.3052,71.638,73.304,74.3036,75.6364,76.3028,76.9692,78.30199999999999,78.9684,80.6344,80.6344,80.6344,79.968,78.9684,77.3024,75.6364,73.63719999999999,71.3048,69.3056,67.97279999999999,66.64,66.3068,65.6404,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,67.6396,68.306,68.9724,69.972,71.3048,71.9712,72.6376],[40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.318,38.318,38.318,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,30.6544,30.6544,30.6544,29.988,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.6544,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,40.3172,40.9836,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.3092,60.3092,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.9764,59.6428,60.3092,60.3092,60.3092,60.3092,59.6428,58.9764,58.9764,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.634,81.634,81.634,81.634,82.3004,82.3004,82.3004,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.626,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.6244,106.2908,106.9572,107.2904,107.9568,108.9564,109.2896,109.6228,110.2892,110.2892,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.6212,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,117.6196,117.6196,117.9528,117.9528,118.9524,118.9524,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,125.2832,125.6164,126.9492,128.282,128.6152,128.6152,128.6152,128.6152,128.282,127.9488,127.6156,127.6156,127.9488,128.9484,128.9484,129.6148,129.948,130.9476,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,135.2792,135.2792,135.6124,136.2788,136.612,136.612,135.94559999999998,135.6124,134.946,134.2796,132.9468,131.9472,131.2808,130.9476,129.948,128.9484,128.6152,127.6156,126.9492,126.616,125.6164,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.9512,121.9512,121.9512,121.2848,120.6184,120.6184,120.6184,119.952,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,121.618,121.618,122.2844,122.2844,121.2848,121.2848,121.2848,119.2856,117.2864,114.6208,111.9552,108.6232,105.2912,102.2924,99.6268,96.628,94.6288,93.29599999999999,92.6296,92.6296,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.6292,94.2956,94.2956,95.6284,97.96079999999999,100.6264,103.292,105.6244,107.9568,109.956,110.9556,111.9552,113.6212,115.2872,117.2864,117.6196,118.9524,119.6188,118.9524,117.9528,117.6196,117.2864,116.62,116.2868,115.2872,114.2876,112.95479999999999,110.2892,107.6236,105.9576,105.6244,105.6244,106.9572,108.28999999999999,110.6224,112.2884,113.6212,114.2876,115.6204,116.62,117.2864,118.286,118.9524,119.2856,119.952,120.6184,120.6184,120.9516,120.9516,120.9516,120.9516,120.9516,121.9512,122.2844,123.9504,124.95,125.6164,126.2828,126.2828,126.9492,126.2828,125.6164,125.6164,125.6164,126.2828,125.6164,125.6164,125.6164,124.95,123.9504,123.9504,123.9504,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.9508,122.2844,121.9512,120.6184,119.6188,119.6188,118.9524,118.9524,119.6188,119.952,120.6184,121.2848,121.618,121.618,121.618,122.6176,122.6176,123.28399999999999,123.9504,123.9504,123.9504,123.9504,125.2832,125.2832,125.6164,125.6164,124.95,124.95,124.6168,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.6176,121.9512,121.9512,121.2848,120.9516,120.9516,120.2852,119.6188,118.286,117.9528,117.2864,116.62,116.62,115.2872,113.6212,112.6216,111.622,110.9556,110.2892,109.6228,108.28999999999999,105.9576,103.9584,102.2924,101.2928,103.292,105.6244,107.9568,110.2892,111.9552,114.2876,114.954,116.2868,116.2868,115.9536,115.9536,115.6204,114.6208,113.95439999999999,112.6216,110.6224,108.6232,106.9572,105.6244,103.9584,102.6256,101.9592,100.9596,99.6268,98.96039999999999,97.96079999999999,96.628,94.6288,93.29599999999999,91.63,90.2972,88.9644,87.2984,85.9656,84.966,83.6332,82.3004,81.634,79.968,78.9684,77.3024,76.3028,74.97,74.3036,73.63719999999999,71.9712,71.3048,69.972,69.3056,67.6396,66.9732,65.6404,64.6408,63.9744,63.308,61.9752,61.3088,61.3088,60.6424,59.6428,58.9764,58.31,57.6436,56.977199999999996,55.6444,54.6448,53.312,51.646,50.9796,50.3132,49.6468,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.978,55.6444,56.977199999999996,58.9764,60.6424,62.6416,64.6408,66.64,67.97279999999999,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,65.6404,64.6408,63.9744,63.308,62.3084,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,60.6424,61.9752,63.9744,66.9732,68.306,68.306,69.6388,70.9716,72.6376,74.3036,75.6364,75.6364,76.9692,78.30199999999999,78.9684,79.968,80.6344,79.968,79.3016,78.30199999999999,76.636,74.97,73.63719999999999,71.3048,69.3056,67.3064,66.64,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.972,71.3048,71.9712,72.6376],[40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,30.6544,30.6544,30.6544,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,40.3172,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.641999999999996,61.641999999999996,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.976,60.6424,60.6424,60.9756,61.9752,61.9752,61.3088,60.6424,59.6428,59.6428,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,80.6344,80.6344,80.9676,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,84.966,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.9624,94.2956,94.962,95.2952,95.9616,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,99.6268,100.2932,100.6264,100.6264,101.626,101.626,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,105.6244,105.9576,105.9576,106.9572,106.9572,107.9568,108.28999999999999,109.2896,109.2896,109.956,109.956,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.6212,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.9536,116.62,117.2864,117.6196,117.9528,117.9528,118.61919999999999,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.2828,127.6156,127.9488,128.6152,128.6152,128.282,128.282,127.6156,127.6156,127.6156,127.9488,128.9484,128.9484,129.6148,129.948,130.9476,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,134.2796,134.2796,134.946,135.2792,135.6124,136.2788,136.9452,137.2784,137.2784,135.94559999999998,135.6124,134.946,134.2796,132.9468,132.6136,131.9472,131.2808,130.6144,129.6148,128.9484,127.9488,127.6156,126.616,125.6164,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.28399999999999,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,119.952,119.6188,119.6188,119.6188,119.6188,119.2856,119.6188,119.952,120.2852,120.9516,121.2848,121.9512,121.9512,121.9512,122.2844,121.9512,121.2848,120.9516,120.2852,118.286,116.2868,113.95439999999999,111.622,107.2904,104.6248,101.9592,98.96039999999999,96.628,94.6288,93.29599999999999,92.6296,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.29599999999999,93.6292,94.2956,96.2948,98.6272,101.9592,104.2916,106.624,107.9568,109.6228,110.6224,112.2884,114.2876,115.2872,117.2864,117.6196,117.6196,117.6196,117.2864,116.62,115.9536,115.9536,115.2872,114.2876,113.288,111.622,108.9564,106.2908,104.6248,104.2916,104.2916,105.2912,106.624,108.6232,110.2892,112.2884,113.288,113.6212,114.2876,115.2872,115.9536,116.62,116.9532,117.6196,118.286,118.286,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,121.618,122.2844,122.9508,124.28359999999999,124.95,124.95,124.95,124.95,124.95,124.95,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,121.2848,120.6184,119.6188,118.9524,118.286,117.9528,117.6196,117.9528,117.6196,119.2856,119.952,119.952,120.6184,120.6184,120.6184,121.9512,122.6176,123.28399999999999,123.9504,123.9504,123.9504,124.95,125.2832,125.6164,125.6164,124.95,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,119.952,119.6188,117.9528,117.2864,116.62,115.9536,116.2868,114.2876,113.288,111.622,111.2888,110.9556,110.2892,109.6228,107.9568,105.9576,103.62519999999999,102.6256,101.9592,103.292,105.9576,108.6232,110.9556,113.288,114.2876,115.9536,116.62,116.62,117.2864,117.2864,116.9532,115.9536,115.6204,114.6208,112.95479999999999,110.9556,109.2896,107.2904,105.2912,103.9584,103.62519999999999,102.9588,102.2924,101.9592,100.6264,99.6268,97.6276,95.9616,94.6288,93.29599999999999,90.9636,89.2976,88.9644,87.6316,87.2984,85.9656,84.966,83.6332,82.3004,81.3008,79.968,79.3016,77.3024,75.9696,74.97,73.63719999999999,72.9708,71.3048,70.3052,68.9724,68.306,66.9732,65.9736,65.3072,64.6408,64.6408,63.308,62.6416,61.9752,61.3088,60.6424,59.309599999999996,58.31,56.977199999999996,56.3108,54.6448,53.312,51.9792,50.9796,50.3132,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,55.6444,56.977199999999996,58.31,60.6424,61.9752,64.6408,65.9736,67.3064,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,63.9744,63.308,62.3084,61.641999999999996,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,59.309599999999996,59.976,61.3088,63.308,65.6404,66.9732,67.6396,68.9724,70.3052,71.9712,73.63719999999999,74.97,75.6364,76.3028,77.3024,78.30199999999999,79.968,79.968,79.3016,78.6352,77.3024,76.636,74.97,72.9708,70.6384,68.6392,67.3064,65.9736,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.972,71.3048,71.9712,72.6376],[41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,30.6544,29.988,29.988,29.988,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.984,39.984,39.984,40.9836,41.65,41.65,42.3164,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.647999999999996,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.646,52.3124,53.9784,54.6448,54.6448,55.3112,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.9756,61.641999999999996,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.6408,63.9744,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,62.6416,62.6416,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,62.3084,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.634,81.634,81.634,81.634,81.634,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,83.3,83.6332,84.2996,84.966,84.966,86.2988,86.9652,87.2984,87.2984,88.298,88.9644,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.964,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.6284,95.9616,96.2948,96.628,97.96079999999999,98.294,99.2936,99.96,100.2932,100.6264,100.6264,100.6264,100.9596,101.2928,101.2928,101.9592,102.6256,102.9588,104.2916,104.958,105.6244,105.9576,106.2908,106.9572,107.6236,107.9568,108.9564,109.2896,109.2896,109.956,109.956,110.6224,111.2888,111.2888,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,118.9524,118.9524,119.6188,119.6188,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.6164,126.2828,126.2828,127.6156,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.9488,128.9484,128.9484,129.6148,129.948,130.9476,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.28,133.6132,133.6132,134.2796,134.2796,135.2792,135.2792,135.6124,136.2788,136.612,137.2784,137.6116,137.2784,135.94559999999998,135.6124,134.946,134.2796,132.9468,132.6136,131.9472,131.2808,130.6144,129.6148,128.6152,128.282,126.9492,126.2828,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,123.28399999999999,122.9508,122.2844,121.618,120.9516,120.9516,120.9516,120.9516,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.9524,119.6188,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,119.6188,119.6188,118.61919999999999,116.2868,114.2876,111.622,107.9568,104.6248,101.9592,99.2936,96.628,94.962,93.29599999999999,92.6296,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,95.6284,97.96079999999999,100.6264,103.292,105.6244,107.6236,107.9568,109.6228,110.9556,112.95479999999999,114.954,115.2872,115.9536,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,114.2876,113.288,112.2884,110.9556,107.9568,105.2912,103.62519999999999,103.292,103.292,103.62519999999999,105.6244,106.2908,107.9568,109.956,110.9556,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.954,115.9536,115.9536,117.2864,117.2864,117.6196,117.6196,117.9528,118.9524,119.952,120.9516,121.9512,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,122.9508,122.2844,121.618,121.618,122.2844,122.2844,122.2844,122.2844,121.618,121.2848,120.6184,120.9516,119.6188,118.286,117.9528,116.9532,116.62,116.62,115.9536,116.62,117.2864,117.6196,118.9524,118.9524,119.6188,119.6188,120.2852,121.2848,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,121.2848,121.2848,120.2852,120.2852,119.952,119.952,119.952,119.6188,118.9524,117.9528,117.2864,115.9536,115.6204,114.2876,113.6212,111.622,110.6224,109.956,109.956,109.956,109.2896,107.6236,105.6244,103.9584,102.6256,101.9592,103.62519999999999,106.2908,108.6232,110.9556,112.2884,114.6208,115.9536,117.2864,117.2864,117.9528,117.9528,117.6196,116.9532,116.62,115.2872,113.6212,112.2884,110.6224,108.6232,107.2904,105.6244,105.9576,105.2912,104.958,104.2916,103.62519999999999,102.6256,100.6264,98.96039999999999,97.6276,95.9616,94.6288,92.9628,91.63,90.9636,90.2972,89.2976,88.298,87.9648,86.632,85.2992,84.2996,82.3004,80.6344,79.3016,78.6352,77.3024,76.3028,74.97,73.63719999999999,71.9712,71.3048,69.972,69.3056,68.6392,67.6396,67.6396,66.9732,66.3068,64.974,64.3076,62.6416,61.3088,59.976,59.309599999999996,57.6436,56.3108,54.3116,53.6452,52.6456,51.9792,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.312,53.312,53.6452,53.6452,53.6452,54.3116,54.978,56.3108,57.6436,59.6428,61.3088,63.308,64.6408,66.64,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.978,54.978,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.644,57.3104,58.6432,59.309599999999996,59.976,61.641999999999996,63.9744,65.9736,66.9732,68.306,70.3052,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.3028,77.3024,79.3016,79.3016,79.3016,78.6352,76.9692,75.6364,74.3036,72.9708,69.972,67.97279999999999,66.3068,64.974,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.972,71.3048,71.9712,72.6376],[41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,30.6544,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,40.3172,40.9836,40.9836,41.65,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,53.9784,54.6448,55.3112,55.3112,54.978,55.6444,55.6444,56.3108,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,64.6408,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.3072,65.3072,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,62.3084,61.641999999999996,60.6424,59.976,59.976,59.309599999999996,58.9764,58.9764,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,62.3084,62.3084,63.308,63.308,63.9744,63.9744,64.6408,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.3,83.3,84.2996,84.2996,84.966,85.6324,86.9652,87.2984,87.2984,87.9648,88.9644,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,96.2948,96.2948,96.9612,97.6276,98.6272,99.2936,99.2936,99.96,100.2932,100.6264,100.9596,100.9596,101.2928,101.2928,101.9592,102.6256,103.62519999999999,104.2916,105.2912,105.2912,105.9576,105.9576,106.9572,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,118.286,118.9524,119.6188,119.6188,119.952,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.6164,126.2828,126.2828,127.2824,127.2824,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.6152,128.9484,129.6148,129.6148,130.6144,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,133.28,133.28,133.6132,133.6132,134.2796,134.946,135.2792,135.6124,136.2788,136.9452,137.2784,137.2784,137.6116,137.6116,136.612,135.94559999999998,135.2792,134.946,133.6132,132.6136,131.9472,131.2808,130.6144,129.6148,128.6152,128.282,126.9492,126.2828,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,123.28399999999999,122.9508,122.2844,120.9516,120.2852,119.952,119.952,119.2856,118.9524,118.286,118.286,118.286,117.9528,117.6196,117.6196,117.6196,117.2864,117.6196,117.9528,118.61919999999999,118.9524,119.6188,119.952,120.2852,120.9516,120.9516,120.2852,119.952,119.6188,118.9524,118.9524,117.6196,115.6204,113.6212,111.2888,108.9564,105.9576,102.6256,99.96,96.9612,95.2952,93.6292,92.6296,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.962,97.6276,100.2932,102.6256,104.6248,105.9576,107.6236,108.6232,109.956,111.9552,113.288,114.954,115.2872,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.6212,112.2884,111.2888,109.2896,106.624,103.9584,102.6256,102.6256,102.6256,103.292,103.62519999999999,105.6244,106.624,107.6236,108.6232,109.956,110.9556,111.622,112.2884,111.9552,112.6216,112.95479999999999,113.6212,113.6212,114.954,114.954,115.2872,115.9536,116.62,117.2864,117.9528,119.952,120.2852,121.9512,122.9508,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,120.9516,120.2852,118.9524,118.286,117.6196,116.62,115.6204,114.954,114.954,114.6208,115.2872,115.6204,116.62,117.2864,117.6196,118.286,118.9524,120.2852,120.9516,121.9512,122.2844,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.9512,121.2848,121.2848,120.2852,120.2852,119.952,119.952,118.9524,118.9524,118.9524,118.286,117.2864,116.62,115.6204,114.954,113.6212,112.6216,111.2888,110.2892,109.2896,109.2896,109.2896,108.9564,107.6236,105.6244,103.9584,102.6256,102.6256,103.62519999999999,106.2908,108.6232,110.9556,112.6216,114.6208,115.9536,117.2864,117.6196,117.9528,117.9528,117.6196,117.6196,116.62,115.6204,114.2876,112.95479999999999,111.622,110.2892,108.6232,107.2904,106.9572,107.2904,106.624,105.6244,105.2912,103.9584,102.9588,101.9592,100.2932,98.6272,96.628,95.6284,94.6288,93.29599999999999,92.9628,92.2964,91.63,90.6304,89.6308,88.298,86.9652,85.9656,83.6332,82.3004,81.634,80.9676,78.9684,77.9688,76.3028,74.97,73.63719999999999,72.9708,72.3044,71.638,70.6384,69.972,69.3056,67.97279999999999,66.9732,65.6404,64.974,63.6412,61.3088,60.6424,58.9764,57.6436,55.6444,54.3116,53.312,52.6456,51.646,50.9796,50.3132,49.6468,48.314,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.312,53.312,53.6452,53.6452,53.6452,53.6452,54.3116,55.6444,56.977199999999996,58.9764,60.6424,62.6416,63.9744,65.9736,67.6396,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.644,57.3104,57.9768,58.6432,59.309599999999996,60.9756,63.308,65.3072,66.9732,68.306,69.6388,71.3048,72.3044,72.9708,74.3036,74.97,75.6364,76.636,78.6352,78.6352,78.6352,77.6356,76.3028,75.6364,74.3036,72.3044,69.3056,67.3064,65.6404,64.974,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.972,71.3048,71.9712,72.6376],[42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.65,41.65,41.65,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,41.65,41.65,41.65,41.65,41.65,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,39.6508,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,30.6544,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.654,31.654,32.6536,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,53.312,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.976,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,68.9724,68.306,68.6392,68.6392,67.6396,67.6396,66.9732,66.9732,65.9736,65.9736,65.3072,65.3072,65.3072,65.3072,65.6404,65.6404,64.974,64.3076,64.3076,63.6412,63.308,62.3084,61.3088,60.6424,60.6424,59.976,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.2992,85.2992,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.2992,85.2992,84.966,84.966,84.2996,84.2996,83.9664,83.9664,83.9664,84.6328,84.966,85.9656,86.9652,87.2984,87.9648,88.298,88.9644,89.6308,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,90.6304,90.6304,89.964,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.9624,94.962,95.6284,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,101.9592,102.6256,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.9576,106.9572,106.9572,107.2904,107.9568,107.9568,108.28999999999999,109.2896,109.2896,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.6196,118.286,118.286,119.6188,119.6188,119.952,119.952,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.6164,125.6164,126.2828,126.2828,126.616,127.2824,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,127.6156,128.6152,128.9484,128.9484,129.6148,130.6144,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.28,133.28,133.6132,133.6132,134.2796,134.946,135.6124,135.6124,136.612,137.2784,137.6116,137.6116,137.6116,137.6116,136.2788,135.94559999999998,135.2792,134.946,133.6132,132.6136,131.9472,131.2808,130.6144,129.6148,128.6152,128.282,126.9492,126.2828,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,123.28399999999999,122.9508,122.2844,120.9516,120.2852,119.2856,119.2856,118.9524,118.286,117.9528,117.9528,117.9528,116.9532,116.9532,116.9532,116.9532,116.62,116.62,117.6196,117.6196,118.286,118.9524,119.2856,119.952,120.2852,120.2852,119.952,119.2856,118.9524,118.61919999999999,118.286,117.2864,114.954,113.6212,111.622,109.956,107.6236,104.6248,101.626,99.2936,96.9612,94.962,93.29599999999999,92.6296,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,94.2956,95.6284,97.6276,100.2932,101.9592,103.9584,105.6244,106.2908,107.9568,109.6228,110.9556,112.95479999999999,112.95479999999999,114.954,114.954,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.622,110.6224,107.6236,104.6248,102.6256,102.2924,101.9592,101.9592,102.6256,103.292,104.958,105.9576,106.624,107.2904,107.6236,108.6232,109.2896,109.956,109.956,110.6224,110.9556,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.6208,115.6204,117.6196,118.286,119.952,121.2848,121.9512,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.2848,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.9516,120.2852,119.6188,118.61919999999999,117.6196,117.2864,115.9536,114.954,114.6208,114.6208,113.95439999999999,113.95439999999999,114.6208,115.2872,115.6204,115.9536,116.9532,117.9528,119.6188,120.2852,121.2848,122.2844,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.9508,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.952,119.2856,118.9524,118.9524,118.9524,118.286,117.2864,116.62,114.954,114.2876,113.288,111.622,110.2892,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,106.624,103.9584,103.62519999999999,103.62519999999999,104.2916,106.9572,109.2896,110.9556,112.2884,114.2876,115.9536,117.2864,117.9528,117.9528,117.9528,117.6196,117.6196,116.9532,115.6204,114.2876,113.288,112.2884,110.6224,109.956,107.9568,107.6236,107.6236,106.624,105.9576,105.6244,104.958,103.9584,103.62519999999999,102.9588,101.626,98.96039999999999,97.2944,96.628,95.6284,95.6284,95.2952,94.6288,93.6292,91.9632,90.6304,89.2976,87.9648,86.2988,84.966,84.966,82.96679999999999,80.9676,80.3012,78.6352,77.3024,75.9696,75.3032,74.3036,73.63719999999999,71.9712,71.3048,70.6384,69.3056,68.306,66.9732,65.6404,64.3076,62.6416,61.3088,59.6428,58.31,56.977199999999996,55.6444,54.6448,53.9784,52.3124,51.646,50.3132,49.6468,48.314,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.9784,53.9784,53.9784,53.312,53.312,53.6452,53.6452,53.6452,53.6452,54.3116,54.978,56.977199999999996,58.31,60.6424,61.9752,63.9744,65.9736,66.9732,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.6428,58.9764,58.9764,58.31,56.977199999999996,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.644,57.3104,57.9768,58.6432,59.309599999999996,60.9756,63.308,64.6408,66.3068,67.6396,69.6388,71.3048,72.3044,72.9708,73.63719999999999,74.97,75.6364,76.636,77.6356,78.6352,77.6356,77.6356,76.3028,74.97,73.63719999999999,71.638,69.3056,67.3064,64.974,64.3076,63.9744,63.9744,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.972,71.3048,71.9712,72.6376],[43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.65,41.65,41.65,41.65,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,40.9836,40.9836,40.3172,40.3172,39.3176,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.3208,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.654,31.654,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,39.6508,40.3172,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,52.3124,53.312,53.9784,54.6448,55.3112,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,66.64,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.972,69.3056,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.3076,63.308,63.308,61.9752,61.3088,61.3088,60.6424,60.3092,59.6428,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.9736,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.9704,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.3,84.2996,84.2996,84.2996,84.966,84.966,85.9656,85.9656,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.2988,85.9656,85.9656,85.9656,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,85.2992,85.9656,86.9652,87.9648,88.298,88.9644,89.6308,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.962,94.962,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,101.2928,101.9592,103.292,103.62519999999999,103.9584,104.6248,104.958,105.6244,106.2908,106.9572,107.2904,107.2904,107.9568,107.9568,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.9552,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,116.62,116.62,117.2864,117.6196,118.286,118.286,118.9524,119.6188,119.952,119.952,119.952,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.9508,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,125.6164,125.6164,126.2828,126.2828,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.9492,126.9492,127.9488,128.6152,128.9484,129.6148,130.6144,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.28,133.28,133.6132,134.2796,134.946,134.946,135.6124,136.2788,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,136.2788,135.94559999999998,135.2792,134.946,133.6132,132.6136,131.9472,131.2808,130.6144,129.6148,128.6152,128.282,126.9492,126.2828,125.6164,125.2832,125.2832,125.2832,124.6168,123.28399999999999,122.9508,122.2844,121.618,120.9516,120.2852,119.2856,118.9524,118.286,117.9528,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.9536,116.62,117.6196,117.9528,118.9524,118.9524,119.952,119.952,119.2856,119.2856,118.286,118.286,117.6196,116.62,114.954,113.6212,111.622,109.956,108.28999999999999,105.9576,102.6256,100.2932,98.294,95.9616,93.9624,93.29599999999999,93.29599999999999,92.6296,91.9632,91.9632,91.9632,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,94.2956,94.6288,96.2948,97.96079999999999,99.96,101.626,103.292,104.6248,105.9576,107.2904,108.9564,110.2892,112.2884,112.95479999999999,114.2876,114.2876,114.2876,113.6212,112.95479999999999,111.9552,111.9552,110.9556,109.956,108.9564,105.6244,103.292,102.2924,101.626,101.9592,102.6256,102.6256,103.292,103.9584,104.6248,105.2912,105.6244,106.2908,106.624,106.624,107.6236,107.6236,108.28999999999999,108.6232,109.956,109.956,110.6224,111.2888,111.9552,112.95479999999999,113.288,114.2876,115.2872,117.2864,118.286,119.952,120.9516,121.618,122.2844,122.2844,121.618,121.618,120.2852,119.952,119.6188,119.6188,119.6188,119.952,120.2852,120.2852,120.2852,119.952,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.6188,118.9524,118.61919999999999,117.9528,117.2864,116.2868,114.954,114.6208,113.95439999999999,113.288,112.95479999999999,113.6212,113.95439999999999,113.95439999999999,114.6208,115.2872,115.9536,116.9532,118.286,119.952,121.2848,121.9512,122.9508,123.28399999999999,123.6172,124.28359999999999,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.2848,121.2848,120.9516,120.9516,119.952,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,117.6196,116.62,115.2872,114.2876,113.6212,112.2884,110.9556,110.2892,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,106.9572,105.9576,104.958,103.62519999999999,103.62519999999999,105.6244,106.9572,109.2896,110.6224,112.2884,113.6212,115.6204,116.62,117.9528,117.9528,117.9528,117.6196,116.9532,116.62,115.6204,114.2876,113.6212,112.2884,111.2888,109.956,108.9564,108.28999999999999,107.6236,106.624,106.624,105.9576,105.6244,105.2912,104.6248,103.62519999999999,102.6256,100.9596,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.6284,94.2956,92.6296,91.2968,89.6308,88.298,87.2984,86.632,85.6324,83.6332,81.634,80.6344,78.9684,78.30199999999999,77.3024,75.6364,74.97,73.304,72.6376,71.9712,70.6384,69.6388,68.306,66.9732,65.6404,63.9744,62.6416,61.3088,59.6428,58.31,56.977199999999996,55.3112,54.6448,52.9788,52.3124,50.9796,50.3132,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.6452,53.6452,53.6452,53.6452,54.3116,54.978,56.3108,58.31,59.976,61.3088,63.308,65.3072,66.3068,66.9732,67.6396,66.9732,66.3068,65.6404,64.3076,63.6412,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.6428,59.6428,58.9764,58.31,57.6436,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,54.3116,54.3116,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.644,56.644,57.3104,57.9768,58.6432,60.3092,62.3084,64.6408,66.3068,67.6396,68.9724,70.3052,71.3048,72.3044,73.63719999999999,74.3036,74.97,75.9696,77.6356,77.6356,77.6356,76.9692,75.6364,74.3036,72.9708,71.638,68.6392,67.3064,64.974,64.3076,63.9744,63.9744,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,66.3068,66.9732,68.306,68.9724,69.972,70.6384,71.9712,72.6376],[43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,41.9832,41.9832,41.65,41.65,41.65,41.65,41.65,41.65,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,39.984,39.984,39.6508,38.9844,38.9844,38.318,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,31.3208,30.6544,30.6544,30.6544,30.6544,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,31.654,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.65,42.3164,42.9828,43.9824,44.6488,45.3152,45.9816,46.647999999999996,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.9796,52.3124,52.9788,53.6452,54.3116,55.3112,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,64.974,64.3076,64.3076,63.6412,62.6416,61.9752,61.9752,61.9752,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.9672,83.3,83.9664,84.966,84.966,85.6324,85.6324,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.6316,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.9652,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.2972,90.9636,90.9636,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,96.2948,96.628,96.628,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,103.292,103.292,103.62519999999999,103.9584,104.6248,105.6244,105.9576,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,108.9564,108.9564,108.9564,109.2896,109.956,109.956,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,116.62,117.6196,117.6196,117.9528,118.286,118.9524,119.6188,119.6188,119.952,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.95,124.95,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.6164,126.9492,126.9492,127.6156,127.9488,128.9484,129.6148,130.6144,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,133.28,133.6132,134.2796,134.946,134.946,135.2792,135.94559999999998,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.94559999999998,135.2792,134.946,134.2796,133.28,132.6136,131.614,130.9476,129.948,129.2816,128.282,127.6156,126.616,125.6164,125.2832,124.6168,123.9504,123.9504,123.28399999999999,122.6176,121.9512,121.2848,120.9516,119.952,119.2856,118.9524,117.9528,117.2864,116.62,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.2872,115.2872,115.6204,115.9536,116.9532,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.286,117.9528,117.6196,117.6196,116.2868,114.2876,113.288,112.2884,110.6224,108.6232,106.624,103.62519999999999,101.2928,98.96039999999999,96.2948,94.962,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.9632,92.6296,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,94.2956,95.6284,96.9612,98.6272,100.2932,102.2924,103.292,104.6248,105.6244,106.624,107.9568,109.956,111.622,112.2884,113.288,113.288,112.95479999999999,113.288,111.9552,110.9556,110.2892,109.956,108.9564,105.9576,103.62519999999999,102.2924,100.6264,100.6264,101.626,102.2924,103.292,103.292,103.9584,103.9584,104.2916,104.6248,104.6248,104.6248,104.6248,105.2912,105.9576,106.2908,106.2908,107.6236,107.9568,108.6232,109.2896,110.2892,111.2888,112.2884,113.288,114.2876,115.9536,117.6196,118.286,119.952,120.9516,121.2848,121.2848,120.9516,120.2852,118.9524,118.286,117.9528,117.9528,117.9528,117.9528,118.286,118.9524,118.9524,118.61919999999999,118.61919999999999,117.9528,117.9528,118.286,118.286,118.286,118.286,118.61919999999999,117.2864,117.2864,116.62,115.6204,114.954,113.6212,113.288,112.2884,112.2884,111.9552,111.9552,112.6216,112.6216,113.288,113.6212,114.2876,115.9536,117.9528,118.9524,120.2852,120.9516,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,121.9512,121.2848,120.9516,120.9516,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,117.6196,117.2864,115.6204,114.2876,112.95479999999999,112.95479999999999,111.622,110.9556,109.2896,108.9564,107.9568,107.6236,106.9572,105.9576,105.6244,104.958,103.9584,103.62519999999999,104.6248,105.2912,106.9572,108.9564,109.956,110.9556,112.6216,114.2876,116.2868,116.62,116.62,116.9532,116.62,116.62,115.9536,115.2872,114.2876,113.288,112.95479999999999,111.2888,110.2892,108.9564,108.28999999999999,107.9568,106.9572,106.624,105.6244,105.6244,105.2912,104.6248,103.62519999999999,103.292,101.2928,100.2932,99.6268,98.96039999999999,98.294,97.96079999999999,96.9612,95.6284,95.2952,93.9624,93.6292,91.9632,90.2972,88.9644,88.298,86.9652,84.966,83.6332,81.9672,81.3008,79.968,79.3016,76.9692,75.6364,74.97,74.3036,73.304,71.9712,70.6384,69.3056,68.6392,67.3064,65.6404,64.3076,61.9752,60.6424,59.309599999999996,57.9768,56.977199999999996,55.6444,53.9784,53.312,51.9792,51.3128,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,56.3108,57.6436,59.309599999999996,60.6424,61.9752,63.308,64.6408,65.9736,66.64,66.64,65.9736,64.6408,62.6416,61.9752,60.6424,59.976,59.976,59.309599999999996,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,57.6436,56.3108,55.6444,54.978,53.9784,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.3108,56.977199999999996,58.6432,59.976,61.9752,63.308,65.3072,66.64,67.97279999999999,69.6388,70.6384,71.638,72.9708,73.63719999999999,74.3036,74.97,76.9692,76.9692,76.9692,76.3028,74.97,73.63719999999999,71.9712,70.6384,68.6392,66.3068,64.974,63.9744,64.6408,64.6408,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,66.9732,67.6396,68.9724,69.6388,70.6384,71.3048,71.9712],[44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.65,41.65,41.65,41.65,41.65,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,39.6508,39.6508,39.6508,38.9844,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,30.6544,30.6544,30.6544,30.3212,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,31.654,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.984,39.984,40.6504,40.9836,41.65,42.3164,42.9828,43.9824,44.6488,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.9724,68.306,67.6396,66.9732,65.6404,64.974,64.974,64.3076,63.308,62.6416,62.6416,62.6416,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,78.9684,78.9684,78.9684,78.9684,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,84.966,85.2992,85.9656,85.9656,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.2988,86.632,87.2984,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.2972,90.9636,90.9636,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,96.2948,96.628,96.628,96.628,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,100.2932,100.2932,100.2932,100.9596,101.2928,101.9592,101.9592,103.292,103.292,103.9584,104.6248,105.6244,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,114.6208,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,117.6196,117.6196,117.9528,117.9528,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.95,124.95,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,126.9492,127.6156,127.6156,127.9488,128.9484,129.6148,130.6144,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,133.28,134.2796,134.2796,134.946,134.946,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,134.946,134.2796,133.28,132.6136,132.2804,131.2808,130.6144,129.948,129.2816,127.9488,127.2824,126.2828,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.6176,121.9512,121.2848,120.9516,119.952,119.952,118.9524,117.9528,117.2864,116.62,115.9536,115.9536,115.9536,115.6204,115.2872,115.2872,114.6208,114.6208,115.2872,115.2872,115.9536,116.62,117.9528,118.61919999999999,118.286,117.6196,117.6196,117.2864,117.6196,116.9532,116.62,115.9536,114.2876,113.288,112.2884,110.2892,108.9564,107.6236,104.6248,101.9592,99.2936,97.96079999999999,96.2948,94.6288,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.6292,94.2956,93.9624,93.9624,94.962,96.9612,98.6272,100.2932,101.2928,102.6256,103.62519999999999,104.958,105.9576,106.9572,108.28999999999999,108.9564,110.9556,111.2888,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,110.9556,109.956,109.6228,107.9568,106.9572,104.2916,101.9592,99.96,99.6268,100.2932,101.626,102.2924,102.6256,102.6256,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,104.2916,104.958,104.958,105.2912,106.624,106.9572,108.6232,109.2896,110.9556,111.9552,113.288,114.6208,115.6204,117.6196,118.286,119.6188,120.9516,120.2852,119.952,119.2856,117.9528,117.6196,116.62,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,116.62,116.2868,116.2868,116.62,117.2864,116.62,116.62,116.62,115.9536,115.6204,114.954,113.6212,112.95479999999999,112.95479999999999,111.622,111.2888,110.6224,110.6224,110.6224,111.2888,111.2888,111.622,112.2884,112.95479999999999,114.2876,115.9536,117.6196,118.9524,119.952,120.9516,121.618,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.286,117.6196,117.6196,115.9536,114.954,112.95479999999999,112.95479999999999,112.2884,111.2888,109.956,109.2896,108.28999999999999,107.6236,106.9572,105.6244,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.2912,105.9576,107.2904,109.2896,110.6224,110.9556,112.6216,114.2876,114.954,115.2872,115.6204,115.9536,115.9536,115.6204,114.2876,114.2876,113.288,112.2884,111.2888,109.956,108.9564,108.28999999999999,107.6236,106.9572,106.624,105.6244,105.6244,105.2912,105.2912,104.2916,102.6256,101.9592,100.6264,99.6268,99.6268,98.294,97.96079999999999,96.9612,96.2948,95.6284,94.6288,93.6292,93.29599999999999,91.63,90.6304,88.9644,87.2984,86.9652,85.6324,83.6332,82.6336,81.3008,80.6344,78.30199999999999,76.9692,75.6364,74.97,73.9704,72.6376,71.9712,70.6384,69.3056,67.97279999999999,66.3068,64.974,62.6416,61.3088,59.976,59.309599999999996,57.6436,56.3108,54.6448,53.312,52.6456,51.3128,50.3132,49.6468,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,56.977199999999996,58.6432,59.976,61.3088,62.6416,63.9744,65.3072,65.9736,65.9736,65.3072,63.9744,61.9752,61.3088,59.976,59.309599999999996,59.309599999999996,58.6432,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,56.977199999999996,56.3108,54.978,54.3116,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.3108,56.977199999999996,58.6432,59.976,61.9752,63.308,65.3072,66.64,67.97279999999999,68.9724,69.972,71.638,72.3044,72.9708,73.63719999999999,74.97,76.3028,76.9692,76.3028,75.6364,74.3036,73.63719999999999,71.9712,70.6384,68.306,66.3068,64.6408,63.9744,64.6408,64.6408,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.972,71.3048,71.9712],[45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.3168,41.3168,41.3168,40.6504,40.3172,40.3172,40.3172,39.6508,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,31.3208,30.9876,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,31.654,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.9836,41.65,42.3164,42.9828,43.9824,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,47.6476,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.6388,68.9724,68.306,67.6396,66.3068,65.6404,64.974,64.974,63.9744,63.308,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,84.966,85.2992,85.9656,85.9656,86.9652,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,89.2976,89.964,90.2972,91.63,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.2956,95.2952,95.2952,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,99.2936,99.6268,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,103.292,103.292,103.9584,104.6248,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.6208,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,116.62,117.6196,117.6196,117.9528,117.9528,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,125.6164,126.9492,127.6156,128.6152,128.6152,129.2816,129.948,130.6144,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.9468,133.28,134.2796,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.2796,133.28,132.6136,132.6136,131.2808,130.9476,129.6148,129.2816,128.282,127.2824,126.2828,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.6176,121.9512,121.2848,120.2852,120.2852,119.952,119.2856,118.286,117.9528,116.9532,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.2876,114.2876,114.6208,114.6208,115.6204,115.9536,117.6196,117.9528,117.6196,117.6196,117.2864,116.62,116.9532,116.9532,115.9536,115.6204,113.95439999999999,113.288,112.2884,110.2892,109.6228,107.6236,105.6244,103.292,100.2932,98.6272,96.628,95.9616,94.962,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,94.6288,94.962,94.962,94.962,95.6284,97.2944,99.6268,101.626,101.9592,102.6256,103.9584,104.958,105.9576,106.9572,107.9568,108.28999999999999,109.956,110.6224,111.622,111.622,111.622,110.2892,109.6228,108.6232,107.9568,106.2908,105.6244,102.6256,100.2932,98.96039999999999,98.6272,99.2936,100.9596,101.9592,101.9592,101.9592,102.6256,102.2924,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.9588,103.62519999999999,104.958,105.2912,107.2904,107.2904,109.2896,110.9556,111.9552,113.288,114.6208,116.2868,117.2864,118.286,119.6188,119.6188,118.9524,117.9528,116.9532,115.9536,115.2872,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,113.288,112.2884,111.622,110.2892,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.9556,112.95479999999999,114.2876,115.9536,117.2864,118.61919999999999,119.6188,119.952,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,119.6188,119.6188,118.286,118.286,117.9528,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,115.9536,115.6204,113.6212,112.6216,112.2884,111.622,110.9556,109.956,108.6232,107.6236,106.2908,105.9576,104.2916,103.62519999999999,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,106.2908,106.9572,108.28999999999999,109.956,111.622,112.2884,113.288,113.95439999999999,114.2876,115.2872,114.6208,114.2876,113.6212,112.95479999999999,112.2884,111.622,110.2892,109.956,108.6232,107.9568,107.6236,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,104.6248,102.6256,101.9592,100.6264,99.6268,98.96039999999999,98.294,97.6276,97.2944,96.9612,96.2948,95.2952,94.6288,93.9624,92.6296,91.2968,89.6308,88.298,86.9652,85.6324,84.966,83.6332,81.9672,81.3008,78.9684,77.6356,76.3028,75.6364,73.9704,73.304,72.6376,71.3048,69.972,68.6392,66.9732,65.6404,63.308,61.9752,60.6424,59.976,58.31,56.977199999999996,55.3112,53.9784,52.6456,51.3128,50.3132,49.6468,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,56.977199999999996,57.6436,58.9764,60.3092,61.9752,63.308,64.6408,64.6408,64.6408,64.6408,63.308,61.3088,60.6424,59.309599999999996,58.6432,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,55.6444,54.978,54.3116,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.3108,56.977199999999996,58.6432,59.976,61.9752,63.308,65.3072,66.64,67.97279999999999,68.9724,69.972,71.638,72.3044,72.9708,73.63719999999999,74.97,76.3028,76.9692,76.3028,75.6364,74.3036,73.63719999999999,71.9712,70.6384,68.306,66.9732,64.6408,63.9744,64.6408,64.6408,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,68.306,68.9724,69.972,70.6384,71.3048],[45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.3168,41.3168,41.3168,40.9836,40.9836,40.9836,40.3172,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.654,31.654,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.9836,40.9836,41.65,42.3164,43.316,43.9824,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,53.6452,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,63.308,63.9744,64.6408,65.3072,65.6404,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.3052,69.6388,68.9724,68.306,66.9732,66.3068,65.6404,65.6404,63.9744,63.9744,63.308,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,84.966,84.966,85.9656,85.9656,86.2988,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,87.9648,88.298,88.63119999999999,89.2976,89.964,90.2972,91.63,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,94.962,95.6284,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.2936,99.6268,100.2932,100.9596,101.2928,101.9592,102.6256,103.292,103.292,103.9584,104.6248,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.95479999999999,113.288,113.6212,113.6212,114.954,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,117.6196,117.6196,117.9528,117.9528,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,127.6156,128.282,128.9484,128.9484,129.948,130.6144,130.9476,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.9468,133.28,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,133.6132,133.28,132.6136,131.9472,131.2808,130.2812,129.948,128.6152,127.6156,126.616,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.6176,121.9512,121.2848,120.2852,120.2852,119.952,119.2856,118.9524,118.286,117.6196,117.2864,116.62,116.62,115.9536,115.2872,115.2872,114.2876,114.2876,113.95439999999999,113.95439999999999,114.6208,115.6204,117.2864,117.6196,117.6196,117.2864,116.62,116.62,116.62,115.9536,115.2872,114.6208,113.6212,112.2884,111.2888,109.956,108.9564,107.9568,106.2908,103.9584,101.2928,98.96039999999999,97.2944,96.2948,95.6284,94.2956,93.6292,93.6292,93.6292,93.6292,94.962,94.962,95.6284,96.2948,96.9612,98.6272,100.2932,101.9592,101.9592,102.6256,103.9584,105.6244,105.9576,106.2908,106.9572,107.6236,108.9564,109.956,110.6224,110.2892,109.956,109.2896,108.6232,106.9572,106.2908,104.6248,103.62519999999999,100.9596,98.294,97.2944,97.2944,98.294,100.2932,100.6264,101.2928,101.2928,100.9596,100.6264,100.2932,99.96,99.96,99.96,99.96,99.96,100.6264,100.6264,101.2928,101.9592,102.6256,102.9588,103.62519999999999,105.2912,105.9576,107.6236,109.6228,111.2888,111.9552,113.288,114.6208,116.2868,117.6196,118.286,118.286,118.286,117.2864,115.6204,114.6208,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.2884,112.2884,110.9556,109.6228,109.2896,107.9568,107.9568,106.9572,106.9572,106.624,106.624,106.624,106.624,106.9572,107.9568,109.2896,110.9556,112.95479999999999,114.2876,115.2872,116.62,117.6196,118.61919999999999,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,118.286,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.6204,115.6204,114.2876,113.288,112.95479999999999,111.622,111.622,110.9556,109.2896,108.6232,106.9572,106.624,104.6248,103.62519999999999,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.958,105.6244,106.2908,107.6236,108.6232,110.6224,110.9556,111.622,112.95479999999999,113.288,113.6212,113.288,112.6216,111.9552,111.2888,110.6224,109.2896,108.6232,107.9568,107.6236,107.6236,106.9572,106.2908,106.624,105.9576,105.9576,105.6244,104.6248,102.6256,101.9592,100.6264,99.6268,98.96039999999999,97.6276,97.6276,97.2944,96.9612,96.2948,95.6284,94.6288,93.9624,93.29599999999999,91.9632,90.6304,88.9644,88.298,86.9652,86.2988,84.966,82.96679999999999,81.9672,81.3008,79.6348,78.30199999999999,76.636,75.3032,73.9704,73.304,72.6376,71.3048,69.3056,67.6396,66.3068,63.9744,63.308,61.9752,60.6424,58.9764,57.6436,55.3112,53.9784,52.6456,51.3128,50.3132,49.6468,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.3116,55.6444,56.3108,56.977199999999996,57.6436,58.9764,60.6424,61.9752,63.308,63.9744,63.9744,63.308,62.3084,60.6424,59.309599999999996,58.6432,57.9768,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,57.6436,56.3108,55.6444,54.3116,54.3116,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.977199999999996,58.6432,59.976,61.9752,63.308,65.3072,66.64,67.97279999999999,68.9724,69.972,71.638,72.3044,73.63719999999999,74.3036,74.97,76.3028,76.3028,76.3028,75.6364,74.3036,73.63719999999999,71.9712,70.6384,68.306,66.9732,64.6408,63.9744,64.6408,64.6408,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,66.9732,67.6396,68.306,69.3056,70.6384,70.6384],[46.3148,45.6484,45.6484,44.982,44.982,44.315599999999996,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.318,38.318,38.318,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,30.6544,29.988,29.988,29.988,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.9836,40.9836,41.65,42.3164,43.316,43.9824,43.9824,44.6488,44.982,45.6484,46.3148,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.6452,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,62.3084,63.308,64.6408,64.6408,65.6404,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.3056,68.6392,67.97279999999999,66.9732,66.3068,65.6404,64.974,64.6408,63.9744,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,65.3072,65.9736,65.9736,65.9736,65.9736,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,64.6408,64.6408,64.6408,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.9656,85.9656,85.9656,86.632,87.2984,88.298,88.298,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.6304,91.63,92.2964,92.9628,92.9628,93.6292,93.9624,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.6264,101.2928,102.2924,102.2924,102.6256,102.6256,103.9584,104.6248,105.6244,105.2912,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,111.622,112.2884,112.6216,112.95479999999999,113.6212,114.2876,115.2872,115.6204,115.6204,115.6204,114.954,115.9536,116.62,117.2864,117.2864,117.6196,117.6196,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.6184,120.6184,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.9508,122.9508,122.6176,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,123.9504,123.9504,124.6168,124.95,125.6164,125.6164,125.9496,127.6156,127.9488,128.6152,129.6148,129.948,130.6144,130.6144,130.9476,131.2808,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,133.28,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.28,133.28,132.2804,131.2808,131.2808,130.2812,128.9484,127.9488,127.2824,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.6176,121.9512,121.2848,120.2852,119.952,119.952,119.2856,119.2856,118.286,118.286,117.9528,117.6196,116.62,115.6204,115.2872,114.6208,114.2876,113.288,113.6212,113.6212,113.95439999999999,115.2872,116.62,117.2864,117.2864,116.62,115.9536,115.9536,115.6204,114.954,114.954,114.2876,112.6216,111.622,110.9556,109.956,108.6232,107.6236,106.2908,103.9584,102.6256,99.6268,97.96079999999999,97.2944,95.9616,94.962,94.2956,94.2956,94.2956,94.2956,94.962,95.9616,96.9612,97.2944,98.6272,100.2932,101.2928,101.626,102.2924,102.6256,104.2916,105.2912,105.9576,106.2908,106.2908,106.9572,107.9568,108.28999999999999,108.6232,107.9568,107.9568,107.6236,106.2908,105.9576,104.6248,103.62519999999999,101.9592,99.96,97.2944,96.2948,95.6284,96.9612,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.2936,98.96039999999999,98.6272,98.6272,98.6272,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,100.6264,101.2928,102.6256,103.62519999999999,104.958,106.624,107.9568,109.956,111.2888,112.95479999999999,114.2876,115.2872,116.62,116.9532,117.6196,117.2864,116.2868,114.954,113.288,112.6216,111.9552,111.9552,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,107.9568,106.9572,105.9576,105.6244,104.6248,104.6248,104.958,104.958,104.958,104.958,104.958,105.9576,107.6236,109.2896,110.6224,112.2884,112.95479999999999,114.2876,115.9536,116.62,117.2864,117.6196,117.6196,116.9532,116.9532,117.6196,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,115.6204,114.954,114.2876,113.6212,112.6216,112.2884,111.622,111.622,110.2892,109.2896,107.9568,106.9572,105.9576,104.2916,102.2924,101.9592,100.6264,101.2928,101.626,101.626,102.2924,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.6248,105.6244,107.2904,108.6232,109.6228,110.2892,110.9556,111.622,111.622,110.9556,110.6224,109.6228,108.9564,108.9564,107.9568,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,105.9576,105.6244,104.6248,103.292,101.9592,100.6264,99.6268,98.96039999999999,97.96079999999999,97.6276,97.2944,96.9612,96.2948,95.6284,94.6288,94.6288,93.9624,93.6292,91.9632,90.6304,89.2976,88.298,86.9652,85.6324,84.2996,83.6332,82.6336,81.3008,79.6348,78.30199999999999,77.3024,75.9696,74.97,73.63719999999999,71.9712,70.6384,68.306,66.9732,65.9736,64.6408,63.308,60.9756,58.9764,57.6436,55.3112,53.9784,52.3124,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.6452,54.3116,54.978,56.3108,56.3108,56.977199999999996,58.31,59.6428,60.3092,61.3088,61.9752,61.9752,61.3088,60.6424,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.3108,54.978,54.3116,53.6452,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,55.6444,55.6444,56.3108,56.977199999999996,58.6432,59.976,61.9752,63.308,65.3072,66.64,67.97279999999999,68.9724,69.972,71.638,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.3028,75.6364,75.6364,74.3036,73.63719999999999,72.6376,70.6384,68.306,66.9732,64.974,64.3076,64.974,64.974,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,64.974,66.3068,66.9732,68.306,68.9724,69.6388,69.6388],[46.3148,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.3208,30.6544,30.6544,29.988,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.9836,40.9836,41.65,41.65,42.6496,43.316,43.316,43.9824,44.315599999999996,44.982,45.6484,46.3148,47.6476,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.6452,54.6448,55.3112,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,61.641999999999996,63.308,63.9744,64.6408,64.974,65.6404,66.3068,66.9732,68.306,68.9724,68.9724,69.6388,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.3056,68.6392,67.6396,66.9732,66.3068,65.6404,64.6408,64.6408,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,65.3072,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,85.6324,85.9656,85.9656,85.9656,86.632,87.2984,87.2984,88.298,88.298,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,100.2932,100.2932,100.9596,100.9596,100.6264,100.6264,99.6268,99.6268,99.6268,100.2932,100.6264,101.2928,102.2924,102.2924,102.6256,102.6256,103.9584,103.9584,104.958,105.6244,105.9576,106.2908,106.624,106.624,106.624,106.624,106.624,106.624,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.9556,111.622,111.622,112.6216,112.6216,113.6212,114.6208,114.954,114.954,114.954,114.954,115.9536,116.62,117.2864,117.2864,117.6196,117.6196,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.6184,120.6184,121.2848,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.9508,122.9508,122.9508,123.9504,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,124.6168,125.6164,125.9496,126.616,126.616,127.9488,128.6152,129.948,129.948,130.6144,130.9476,130.9476,130.9476,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,133.28,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.28,132.9468,131.9472,131.9472,131.2808,129.6148,128.6152,127.2824,126.616,125.6164,124.6168,123.9504,123.28399999999999,122.6176,121.9512,121.2848,120.2852,119.952,119.952,119.2856,119.2856,118.286,118.286,118.286,117.9528,117.2864,116.62,115.6204,114.6208,113.6212,112.95479999999999,113.288,113.288,113.288,114.2876,115.6204,116.2868,116.62,115.9536,115.2872,115.2872,114.954,114.2876,114.2876,113.288,111.622,110.9556,110.2892,108.9564,108.6232,107.6236,106.2908,104.6248,103.292,100.2932,98.294,97.96079999999999,96.9612,96.2948,94.962,94.2956,94.6288,94.962,95.9616,96.9612,97.2944,98.6272,100.2932,100.6264,101.626,101.626,102.2924,102.6256,104.2916,105.2912,105.2912,105.2912,105.2912,105.6244,105.9576,106.624,106.9572,106.9572,106.2908,105.6244,105.2912,103.9584,103.292,101.626,100.9596,98.294,95.9616,94.962,94.2956,95.2952,96.9612,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,98.96039999999999,99.6268,100.2932,100.6264,102.2924,102.9588,104.958,106.624,107.9568,109.956,111.2888,112.95479999999999,114.2876,115.2872,115.9536,115.9536,115.9536,114.954,113.288,111.622,110.9556,110.9556,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,106.9572,105.9576,105.2912,104.2916,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,105.6244,106.9572,108.28999999999999,109.956,110.9556,112.95479999999999,113.6212,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,115.9536,115.6204,116.2868,116.2868,116.2868,116.2868,116.2868,115.6204,114.2876,114.2876,113.288,113.288,111.9552,111.622,111.622,111.622,110.2892,109.2896,107.9568,106.2908,105.9576,104.2916,102.2924,101.2928,100.6264,100.2932,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,105.2912,105.9576,106.624,107.9568,109.2896,109.2896,109.2896,109.2896,108.6232,108.28999999999999,107.6236,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,107.2904,107.9568,107.6236,106.624,105.9576,104.6248,103.62519999999999,101.9592,101.2928,99.6268,98.96039999999999,97.96079999999999,97.6276,97.2944,96.9612,96.2948,95.6284,94.6288,94.6288,93.9624,93.6292,92.6296,91.2968,89.6308,88.63119999999999,87.6316,86.9652,85.6324,84.2996,83.6332,81.9672,80.6344,79.968,78.9684,77.3024,76.636,75.3032,73.304,71.9712,69.972,68.6392,66.64,65.3072,63.9744,61.641999999999996,58.9764,57.6436,55.3112,53.9784,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.9796,51.646,52.6456,52.6456,53.312,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,57.6436,58.31,58.9764,59.976,60.6424,60.6424,59.976,59.309599999999996,57.9768,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,55.6444,54.978,54.3116,53.6452,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,55.6444,56.3108,56.977199999999996,58.6432,59.976,61.9752,63.308,65.3072,66.64,67.97279999999999,69.6388,70.6384,71.638,72.9708,73.63719999999999,74.3036,74.3036,75.6364,76.3028,75.6364,75.6364,74.3036,73.63719999999999,72.6376,71.3048,68.9724,66.9732,64.974,64.3076,64.974,64.974,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.6388],[46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,45.3152,45.3152,45.3152,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.3152,45.3152,44.6488,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.65,41.65,41.65,41.65,41.65,41.65,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,31.9872,31.3208,31.3208,30.6544,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.9836,40.9836,41.65,41.65,42.6496,42.6496,43.316,43.316,44.315599999999996,44.982,45.6484,46.3148,46.9812,48.314,50.3132,51.646,52.3124,52.9788,53.6452,54.6448,55.3112,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,60.6424,61.641999999999996,63.308,63.9744,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,68.306,67.6396,66.3068,65.6404,65.3072,64.6408,63.9744,63.308,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,65.3072,65.9736,66.64,66.64,66.64,66.64,66.64,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.638,71.638,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,85.6324,86.2988,86.2988,85.9656,86.632,87.2984,87.2984,88.298,88.298,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.2976,90.2972,90.6304,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,99.96,99.96,100.2932,100.6264,100.6264,101.2928,102.6256,102.2924,102.2924,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.958,104.958,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.6228,110.6224,110.6224,110.9556,111.622,112.2884,112.95479999999999,113.95439999999999,113.95439999999999,114.2876,114.6208,115.6204,116.2868,117.2864,117.2864,117.2864,117.6196,117.9528,118.61919999999999,118.61919999999999,119.2856,119.6188,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,122.2844,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,125.2832,126.616,127.2824,127.2824,127.6156,128.9484,129.948,129.948,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,133.28,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.946,134.2796,134.2796,133.6132,133.28,132.9468,131.9472,131.2808,130.2812,128.9484,127.9488,126.616,125.6164,124.95,123.9504,123.28399999999999,122.6176,121.9512,121.2848,120.2852,119.952,119.952,119.2856,119.2856,118.9524,118.9524,118.286,118.286,117.2864,116.62,115.6204,114.6208,113.6212,112.95479999999999,112.6216,112.6216,113.288,113.6212,115.2872,115.6204,115.9536,115.6204,115.2872,114.6208,114.2876,114.2876,113.6212,112.95479999999999,110.9556,110.6224,110.2892,108.9564,108.6232,107.6236,106.9572,105.6244,103.292,100.6264,98.96039999999999,97.96079999999999,97.2944,96.2948,95.9616,94.962,95.6284,95.9616,96.2948,96.628,97.96079999999999,98.96039999999999,100.2932,100.6264,101.626,102.2924,102.2924,102.6256,103.292,104.2916,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,104.6248,104.2916,103.9584,102.6256,101.626,100.9596,98.96039999999999,97.96079999999999,94.962,93.6292,92.9628,93.9624,94.962,96.2948,96.9612,96.9612,96.2948,96.2948,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,96.2948,95.9616,96.9612,97.6276,97.96079999999999,98.294,99.6268,100.6264,101.9592,103.62519999999999,105.6244,106.9572,108.9564,109.956,112.2884,113.288,114.2876,114.6208,115.2872,114.954,113.6212,112.2884,111.2888,110.2892,109.6228,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,104.6248,103.62519999999999,102.2924,101.626,101.2928,101.2928,101.2928,101.2928,100.2932,100.6264,101.626,101.9592,103.62519999999999,104.958,106.2908,107.6236,109.2896,111.2888,112.2884,113.6212,114.2876,114.954,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,114.954,115.6204,115.6204,116.2868,116.2868,115.6204,114.954,113.95439999999999,113.288,111.9552,111.622,111.622,111.622,110.9556,111.622,110.2892,109.2896,107.2904,106.624,104.6248,103.62519999999999,102.2924,101.2928,100.2932,99.2936,99.2936,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,100.6264,102.6256,102.9588,103.62519999999999,104.6248,105.9576,106.9572,107.2904,107.2904,107.6236,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,103.62519999999999,102.2924,100.6264,99.96,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,95.9616,94.962,94.962,94.2956,93.9624,92.9628,91.9632,90.9636,89.964,88.9644,87.6316,86.2988,85.6324,84.2996,82.96679999999999,81.3008,80.6344,79.6348,78.9684,77.3024,75.9696,74.6368,73.304,71.3048,69.3056,67.3064,65.9736,63.9744,61.641999999999996,59.6428,57.6436,55.9776,54.6448,52.9788,51.646,50.9796,49.6468,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.9796,51.646,52.6456,52.6456,53.312,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,55.6444,54.978,54.3116,53.6452,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,55.6444,56.3108,56.977199999999996,58.6432,59.976,61.9752,63.308,65.3072,66.64,68.6392,69.6388,70.6384,72.3044,72.9708,73.63719999999999,74.3036,74.3036,75.6364,76.3028,75.6364,75.6364,74.3036,73.63719999999999,72.6376,71.3048,68.9724,66.9732,64.974,64.3076,64.974,64.974,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,68.306,68.9724,68.9724],[46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,45.9816,45.9816,45.3152,45.3152,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,41.65,41.65,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.3208,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,31.654,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.984,40.3172,40.9836,40.9836,41.65,42.6496,42.6496,43.316,43.316,44.315599999999996,44.315599999999996,44.982,46.3148,46.9812,48.314,50.3132,50.9796,52.3124,52.9788,53.6452,54.6448,54.6448,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,61.641999999999996,62.3084,63.308,63.9744,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.306,68.9724,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.3048,70.6384,69.972,69.972,68.9724,68.306,66.9732,66.3068,65.9736,65.3072,64.6408,63.9744,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,65.3072,65.9736,65.9736,66.64,66.64,66.64,66.64,66.64,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,70.3052,70.3052,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.638,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,85.6324,86.2988,86.2988,85.9656,86.632,87.2984,87.2984,88.298,88.298,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.9644,89.2976,89.2976,89.964,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,99.96,100.2932,100.2932,100.9596,101.2928,101.2928,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,102.6256,102.6256,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.2916,104.2916,105.2912,105.2912,105.2912,105.2912,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.6224,111.2888,111.9552,112.6216,113.288,113.6212,114.2876,115.2872,115.6204,116.62,116.62,116.62,117.2864,117.6196,117.9528,117.9528,118.61919999999999,118.9524,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.9512,121.9512,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.2832,125.6164,127.2824,127.6156,127.9488,128.6152,129.6148,129.6148,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,133.28,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,134.946,134.946,134.2796,134.2796,133.6132,133.28,131.9472,131.2808,130.2812,128.9484,127.9488,126.2828,125.6164,124.28359999999999,123.28399999999999,122.9508,121.9512,121.2848,120.9516,120.2852,119.952,119.952,119.2856,119.2856,118.9524,118.9524,118.286,118.286,117.6196,117.2864,116.62,114.6208,113.6212,112.2884,111.9552,111.9552,112.6216,113.288,114.6208,114.6208,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,112.2884,110.6224,110.6224,109.956,108.9564,107.9568,107.6236,106.9572,105.6244,103.292,101.2928,99.6268,97.96079999999999,97.2944,96.628,96.2948,95.9616,95.9616,96.2948,96.628,97.2944,98.6272,98.96039999999999,100.2932,100.6264,101.626,102.2924,102.2924,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.2924,101.9592,100.9596,100.2932,98.96039999999999,98.6272,96.9612,94.962,93.6292,92.9628,92.6296,93.6292,94.2956,94.962,95.6284,94.962,94.962,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.962,95.9616,96.2948,96.9612,97.6276,98.96039999999999,99.6268,101.2928,102.6256,103.9584,105.6244,107.2904,109.2896,110.9556,112.2884,113.288,113.6212,113.95439999999999,113.288,112.2884,110.9556,109.6228,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.624,105.9576,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.2912,104.6248,103.62519999999999,103.292,101.626,100.6264,100.2932,100.2932,99.6268,99.2936,99.6268,99.2936,98.96039999999999,99.6268,100.6264,101.9592,103.62519999999999,104.958,106.2908,107.6236,108.9564,109.956,111.622,112.95479999999999,113.288,112.95479999999999,113.6212,114.2876,114.2876,113.6212,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,114.2876,114.2876,113.95439999999999,113.288,111.9552,111.2888,110.2892,109.956,110.2892,110.9556,110.9556,110.2892,109.6228,108.6232,107.2904,105.9576,104.6248,103.62519999999999,101.9592,101.2928,100.2932,99.2936,99.2936,99.2936,98.294,98.294,98.294,98.6272,98.294,98.96039999999999,99.6268,99.96,100.9596,101.9592,102.9588,103.62519999999999,105.2912,106.624,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.2912,105.2912,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.2908,105.6244,105.6244,103.62519999999999,102.2924,100.6264,99.96,98.96039999999999,97.96079999999999,97.2944,96.628,96.2948,95.6284,95.9616,94.962,94.962,94.2956,94.2956,93.6292,92.6296,91.63,90.6304,89.964,88.298,87.2984,86.9652,85.6324,83.6332,82.96679999999999,81.3008,81.3008,80.3012,78.9684,77.3024,75.3032,73.9704,71.9712,69.972,68.306,65.9736,63.9744,62.3084,59.6428,58.31,55.9776,54.6448,52.9788,51.646,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.9796,51.646,52.6456,52.6456,53.312,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.3116,53.6452,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,55.6444,55.6444,56.977199999999996,58.6432,59.976,61.9752,63.308,65.3072,66.64,68.6392,69.6388,70.6384,72.3044,72.9708,73.63719999999999,74.3036,74.3036,75.6364,75.6364,75.6364,75.6364,74.3036,73.63719999999999,72.6376,71.3048,68.9724,67.6396,65.6404,64.974,64.974,64.974,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,66.3068,66.9732,67.6396,68.306,68.9724],[47.6476,46.9812,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,43.6492,43.6492,43.6492,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,40.6504,40.6504,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.318,37.9848,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,31.9872,31.3208,30.6544,30.6544,29.988,29.988,29.988,29.988,29.988,29.988,29.988,29.988,29.988,29.988,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,41.65,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.9816,46.9812,47.6476,48.980399999999996,49.6468,51.646,52.3124,52.9788,53.6452,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,56.644,57.6436,58.31,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,64.6408,65.3072,66.64,67.3064,67.3064,68.306,68.9724,69.6388,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.3056,68.6392,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.638,71.638,71.638,71.638,71.638,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,80.6344,81.3008,82.3004,82.3004,82.96679999999999,83.6332,84.966,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.964,90.6304,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,91.9632,91.63,91.63,91.63,91.2968,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,94.962,95.6284,95.6284,94.962,95.9616,96.2948,96.2948,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936,99.96,100.2932,100.6264,101.2928,101.2928,101.9592,102.2924,102.2924,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.956,110.6224,111.2888,112.2884,112.95479999999999,113.6212,114.2876,114.954,114.954,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,120.2852,120.6184,120.6184,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.6172,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.9496,126.616,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,134.946,134.946,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,133.28,133.28,132.9468,131.9472,131.2808,130.2812,129.2816,127.6156,126.2828,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.2852,119.6188,119.6188,119.6188,118.9524,118.286,118.9524,118.9524,118.9524,118.9524,117.6196,117.2864,115.9536,114.6208,112.95479999999999,111.9552,111.622,111.622,112.2884,112.95479999999999,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.6224,109.956,109.956,108.6232,107.9568,107.6236,105.6244,104.958,103.292,101.2928,99.6268,98.6272,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,96.9612,97.96079999999999,98.6272,99.2936,99.96,100.2932,101.2928,101.2928,101.2928,101.9592,102.2924,102.6256,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,100.2932,99.96,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,94.962,93.6292,92.6296,91.9632,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,95.9616,96.9612,97.6276,98.96039999999999,100.2932,101.9592,103.292,104.958,106.2908,108.28999999999999,109.956,110.6224,111.9552,112.2884,112.2884,110.9556,110.6224,109.2896,108.9564,107.9568,107.2904,107.2904,106.9572,106.9572,106.2908,105.6244,105.6244,105.6244,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,103.9584,102.6256,101.626,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,98.294,99.6268,101.2928,102.6256,103.9584,105.6244,106.2908,107.6236,109.2896,110.6224,110.9556,111.622,111.9552,112.2884,112.2884,112.6216,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.2888,110.6224,110.2892,109.2896,108.9564,108.6232,109.6228,109.956,109.6228,109.6228,108.9564,107.9568,107.2904,105.9576,104.2916,102.9588,102.2924,100.9596,100.2932,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.628,97.2944,98.294,98.96039999999999,99.6268,99.96,101.2928,101.9592,103.292,104.6248,104.958,104.6248,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.958,104.958,105.6244,105.6244,106.624,105.9576,104.958,103.62519999999999,101.9592,101.2928,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,95.9616,94.962,94.962,94.2956,93.9624,93.9624,93.6292,92.9628,91.63,91.2968,90.6304,89.2976,88.298,87.9648,86.632,85.6324,84.2996,82.96679999999999,82.3004,81.3008,80.3012,78.9684,76.9692,74.97,72.9708,70.9716,68.306,66.3068,64.3076,62.9748,59.976,58.6432,56.3108,54.978,53.9784,52.6456,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,56.644,57.3104,57.3104,57.3104,56.644,56.644,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,56.3108,57.9768,59.976,62.6416,64.3076,66.3068,67.6396,68.9724,69.972,70.6384,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.3036,74.3036,74.3036,73.304,72.6376,71.3048,69.3056,67.97279999999999,66.3068,64.974,64.974,64.974,64.3076,64.3076,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.974,66.3068,66.9732,67.6396,68.306,68.9724],[47.6476,47.6476,46.9812,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,37.9848,37.9848,37.9848,37.3184,36.652,36.652,36.652,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,47.6476,48.314,48.980399999999996,50.9796,51.646,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.644,57.6436,58.31,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,65.9736,66.64,66.64,67.3064,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.3056,69.3056,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,82.3004,82.3004,82.96679999999999,83.6332,84.966,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.2964,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.9632,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,94.962,94.962,94.6288,95.6284,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.96,100.6264,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.958,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.956,110.6224,110.9556,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.6204,115.6204,116.2868,116.2868,116.62,117.9528,117.9528,117.9528,118.286,118.61919999999999,118.61919999999999,118.9524,119.6188,120.2852,120.2852,120.6184,121.2848,122.2844,122.2844,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.6164,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,134.946,134.946,133.9464,133.9464,133.9464,133.9464,133.9464,133.28,133.28,132.9468,132.9468,131.9472,131.9472,130.6144,129.6148,128.6152,126.9492,126.2828,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.2852,119.6188,119.6188,119.6188,118.9524,118.286,118.9524,118.9524,118.9524,118.9524,117.6196,117.2864,115.9536,114.6208,112.95479999999999,111.9552,111.2888,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,110.9556,110.2892,109.956,108.9564,108.9564,107.9568,107.6236,106.9572,105.2912,104.2916,102.6256,101.2928,99.6268,98.6272,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,96.9612,97.96079999999999,98.96039999999999,99.2936,99.96,100.2932,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,100.9596,100.9596,100.6264,99.96,99.96,99.2936,99.2936,98.294,97.96079999999999,97.2944,97.2944,96.2948,94.962,94.2956,93.6292,92.6296,91.63,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,91.63,91.63,91.2968,91.2968,91.63,91.63,91.9632,92.9628,93.6292,93.9624,94.6288,95.9616,96.9612,97.6276,98.96039999999999,100.2932,101.9592,103.292,104.6248,106.2908,108.28999999999999,108.9564,109.956,110.6224,109.956,109.956,109.2896,108.28999999999999,107.2904,106.2908,106.2908,105.9576,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,104.2916,104.2916,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.292,102.6256,101.626,100.2932,99.6268,98.6272,97.96079999999999,98.294,98.294,97.96079999999999,96.9612,97.2944,96.2948,96.2948,96.2948,97.2944,98.96039999999999,100.2932,101.2928,102.6256,103.9584,104.958,106.2908,107.6236,108.28999999999999,108.9564,109.6228,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,110.9556,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.6236,107.6236,107.9568,108.6232,108.9564,109.2896,109.2896,108.6232,107.9568,106.9572,106.624,104.958,102.9588,102.2924,100.9596,100.2932,99.2936,98.294,97.96079999999999,96.9612,96.2948,96.2948,95.6284,95.9616,96.2948,96.628,97.6276,98.294,98.96039999999999,99.96,100.6264,101.2928,102.6256,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.2916,104.958,105.2912,105.2912,105.9576,105.6244,104.2916,103.62519999999999,101.9592,100.6264,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,95.9616,94.962,94.2956,94.2956,93.9624,93.9624,93.6292,93.6292,92.2964,91.63,91.63,90.6304,89.2976,88.298,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.3004,81.3008,79.6348,76.9692,75.6364,73.63719999999999,70.9716,68.306,66.3068,64.3076,62.9748,59.976,58.6432,56.3108,54.978,53.9784,52.6456,51.646,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,56.644,56.644,56.644,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,52.6456,53.312,54.3116,55.6444,57.9768,59.976,62.6416,64.974,66.3068,67.6396,68.9724,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.3036,74.3036,73.9704,73.304,72.6376,71.3048,69.3056,67.97279999999999,66.3068,65.6404,65.6404,64.974,64.3076,64.3076,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,68.306,68.9724,68.9724],[48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.9844,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,47.6476,48.314,48.980399999999996,50.3132,51.646,52.3124,52.3124,52.6456,53.312,53.312,53.9784,53.9784,54.6448,55.3112,55.9776,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.308,63.9744,64.6408,65.3072,65.9736,66.64,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.6388,68.9724,68.9724,68.306,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,82.3004,82.3004,82.96679999999999,83.6332,84.966,85.6324,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.9644,89.2976,90.6304,91.2968,91.63,91.63,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,94.6288,95.6284,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,98.294,98.294,99.2936,100.2932,101.626,102.2924,103.292,103.62519999999999,104.2916,103.9584,104.958,105.6244,105.2912,105.9576,105.9576,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,105.2912,104.6248,104.958,104.6248,104.6248,104.2916,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.954,114.954,115.6204,115.6204,116.62,116.9532,116.9532,117.6196,118.286,118.286,118.9524,119.6188,119.952,119.952,120.6184,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.9496,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,133.9464,133.9464,133.28,133.28,133.28,133.28,132.9468,131.9472,131.9472,130.9476,130.9476,130.6144,128.6152,128.282,126.2828,125.6164,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.2852,119.6188,119.6188,119.6188,118.9524,118.286,118.286,118.286,118.286,118.61919999999999,117.6196,117.2864,115.6204,114.2876,112.95479999999999,111.9552,111.2888,110.9556,110.2892,110.2892,110.9556,110.9556,111.2888,110.9556,110.9556,110.2892,110.2892,109.956,109.6228,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.2908,105.2912,103.9584,101.9592,100.9596,99.6268,98.6272,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,96.9612,97.96079999999999,98.96039999999999,99.2936,99.96,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,100.2932,99.6268,98.96039999999999,99.6268,99.2936,98.96039999999999,98.294,97.96079999999999,96.9612,95.9616,95.6284,95.6284,94.962,93.9624,93.6292,92.6296,92.2964,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.6304,91.2968,90.6304,91.63,92.2964,92.9628,93.9624,94.6288,95.2952,96.9612,97.6276,98.96039999999999,100.6264,102.6256,103.62519999999999,105.2912,106.624,107.6236,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,104.958,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.626,100.6264,99.6268,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.2948,95.6284,95.6284,95.6284,96.2948,96.9612,97.96079999999999,98.96039999999999,100.2932,101.2928,101.9592,103.62519999999999,104.6248,105.6244,105.9576,106.624,107.6236,107.9568,108.6232,108.6232,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,105.9576,105.9576,106.624,107.6236,107.9568,108.6232,108.6232,107.9568,107.2904,106.9572,105.6244,104.958,103.62519999999999,102.6256,100.9596,100.2932,98.96039999999999,98.294,97.96079999999999,96.2948,95.9616,95.2952,94.962,95.2952,94.962,94.962,95.9616,96.9612,97.6276,98.294,99.2936,99.96,101.2928,101.626,102.2924,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.958,104.958,103.9584,103.292,101.9592,100.6264,100.2932,99.2936,98.96039999999999,97.96079999999999,97.2944,96.2948,95.9616,94.962,94.2956,94.2956,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,89.964,88.63119999999999,88.298,87.2984,85.2992,84.2996,83.6332,82.96679999999999,81.634,79.968,78.30199999999999,75.6364,73.63719999999999,70.9716,68.306,66.3068,64.3076,62.9748,60.6424,58.6432,56.977199999999996,55.6444,53.9784,53.312,51.646,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,56.644,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,51.9792,51.9792,52.9788,54.978,57.3104,59.976,62.6416,64.974,66.9732,68.306,69.6388,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.3036,74.3036,73.9704,73.304,71.9712,70.6384,69.972,68.6392,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.6388],[48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.3152,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,35.9856,35.9856,35.3192,34.6528,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,46.3148,46.9812,47.6476,48.314,50.3132,50.9796,51.646,52.3124,52.6456,52.6456,52.6456,53.312,53.312,53.9784,54.6448,55.3112,56.3108,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,61.641999999999996,62.3084,63.308,63.9744,64.6408,65.3072,65.9736,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.6388,69.6388,69.6388,68.9724,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.9644,89.2976,90.6304,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,95.6284,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,97.2944,97.6276,98.6272,98.96039999999999,99.96,100.6264,101.626,103.292,103.62519999999999,104.2916,104.958,105.6244,105.9576,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,105.6244,105.2912,105.6244,104.958,104.958,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,106.624,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.2892,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.95439999999999,114.6208,114.954,114.954,115.6204,116.62,116.9532,117.6196,117.6196,118.286,118.9524,119.6188,119.6188,119.952,119.952,120.6184,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.9496,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,130.6144,130.9476,131.2808,131.2808,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.2796,133.9464,133.28,133.28,133.28,133.28,132.2804,131.9472,130.9476,130.6144,129.6148,129.948,129.2816,127.9488,126.9492,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.9508,121.9512,121.2848,120.2852,119.6188,119.6188,118.9524,118.286,118.286,118.286,117.6196,117.9528,117.9528,116.62,115.9536,114.954,113.288,112.95479999999999,111.9552,111.2888,110.2892,109.956,109.6228,109.6228,109.6228,109.956,109.956,109.6228,109.6228,109.6228,108.9564,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,104.958,103.62519999999999,101.9592,101.2928,99.6268,98.96039999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,96.2948,96.9612,97.2944,98.294,98.96039999999999,99.2936,99.6268,99.96,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.2948,95.9616,94.962,94.6288,93.9624,93.9624,93.6292,92.6296,92.2964,91.63,91.2968,90.6304,90.6304,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.9636,92.2964,92.9628,93.29599999999999,93.9624,95.2952,96.9612,97.6276,98.96039999999999,100.6264,102.6256,103.62519999999999,105.2912,105.6244,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,101.9592,101.9592,101.2928,100.9596,100.6264,100.2932,99.6268,98.6272,97.96079999999999,97.2944,97.2944,96.628,96.628,96.628,96.2948,95.9616,95.6284,94.962,94.962,94.962,94.962,96.2948,96.9612,97.96079999999999,98.96039999999999,99.6268,100.6264,101.626,102.6256,103.292,104.2916,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.292,103.292,103.62519999999999,103.9584,104.958,105.6244,105.9576,106.624,106.9572,106.9572,106.9572,106.2908,105.9576,105.2912,103.9584,103.62519999999999,102.6256,101.2928,100.2932,99.2936,98.294,97.2944,96.2948,95.6284,94.962,94.2956,94.962,94.6288,94.962,94.962,95.9616,96.628,96.9612,97.96079999999999,98.294,99.6268,99.6268,100.2932,100.9596,101.626,102.6256,102.6256,102.6256,102.6256,103.292,102.6256,103.292,103.292,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.2932,99.2936,98.96039999999999,97.96079999999999,97.2944,96.2948,95.9616,94.962,94.962,94.2956,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,90.6304,89.964,88.63119999999999,88.298,86.632,85.6324,84.966,83.6332,82.3004,80.9676,78.30199999999999,76.3028,73.63719999999999,71.638,68.9724,66.9732,64.974,62.9748,60.6424,59.309599999999996,56.977199999999996,55.6444,54.6448,53.312,51.646,50.9796,50.3132,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,51.3128,50.6464,52.3124,54.3116,57.3104,59.976,62.6416,65.6404,67.6396,68.9724,70.3052,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.9704,73.304,71.9712,70.6384,69.972,69.3056,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,68.306,68.9724,69.6388,69.6388],[49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,47.3144,47.3144,48.314,48.314,48.314,48.314,47.3144,47.3144,47.3144,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.3152,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.3168,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,39.6508,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.6484,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.9784,53.9784,54.6448,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,75.9696,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.6316,88.298,89.2976,90.2972,91.2968,91.9632,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.962,95.6284,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,100.2932,100.6264,101.626,102.6256,103.62519999999999,104.958,105.9576,106.2908,107.6236,108.28999999999999,108.9564,108.28999999999999,108.9564,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.6224,110.9556,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.954,115.6204,115.9536,116.62,117.2864,117.6196,117.6196,117.6196,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.6184,121.2848,121.618,122.2844,123.28399999999999,123.28399999999999,124.6168,125.2832,125.6164,125.6164,126.616,126.9492,126.9492,127.6156,128.6152,128.6152,128.9484,128.9484,129.2816,129.2816,130.6144,130.9476,131.614,131.614,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.9464,133.9464,133.28,133.28,132.9468,132.9468,132.2804,132.2804,131.9472,131.2808,129.948,129.948,129.2816,128.6152,127.9488,127.6156,125.6164,124.6168,123.9504,123.9504,123.28399999999999,122.9508,122.9508,121.9512,121.2848,120.2852,119.6188,119.6188,118.9524,118.286,117.9528,117.2864,116.62,116.2868,115.9536,115.6204,114.6208,113.6212,112.95479999999999,111.9552,111.622,110.9556,109.956,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.2904,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.958,103.62519999999999,101.9592,101.2928,99.96,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.2944,97.2944,96.628,96.9612,96.2948,96.2948,95.2952,94.6288,93.9624,93.6292,93.6292,92.9628,92.2964,92.2964,91.63,91.2968,90.2972,89.964,89.2976,89.2976,88.9644,88.9644,88.9644,88.63119999999999,88.298,88.298,88.298,88.298,88.9644,88.9644,89.6308,89.6308,90.9636,90.9636,91.63,92.6296,93.9624,95.2952,96.9612,97.96079999999999,99.6268,101.2928,102.6256,103.62519999999999,104.2916,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.628,96.628,95.9616,95.9616,95.6284,95.6284,95.2952,95.2952,94.6288,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,95.9616,96.9612,97.6276,98.6272,99.6268,100.2932,101.2928,102.2924,102.2924,102.6256,102.2924,102.2924,102.2924,101.9592,101.2928,100.6264,100.2932,99.96,100.2932,100.6264,101.9592,102.6256,103.292,104.6248,104.958,104.958,104.958,104.958,104.958,104.2916,104.2916,103.9584,103.62519999999999,103.292,101.9592,100.6264,99.2936,98.294,96.9612,95.9616,95.6284,94.962,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,100.9596,101.2928,102.6256,102.6256,102.6256,102.6256,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.292,102.2924,101.9592,101.9592,100.9596,100.2932,99.96,98.96039999999999,98.294,97.6276,96.628,95.6284,94.962,94.6288,93.9624,93.9624,93.6292,93.6292,92.2964,92.2964,91.63,91.63,91.2968,89.964,89.2976,88.298,87.9648,86.632,86.2988,84.966,82.96679999999999,80.9676,78.30199999999999,76.3028,73.63719999999999,71.638,68.9724,66.9732,64.974,63.6412,61.3088,59.309599999999996,57.6436,56.3108,54.6448,53.312,52.3124,50.9796,50.3132,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,51.9792,50.3132,49.6468,51.646,53.6452,56.644,59.309599999999996,62.6416,65.6404,67.6396,69.6388,71.3048,72.6376,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.304,73.304,71.9712,71.3048,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.3064,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,69.3056,69.972,70.6384,70.6384],[49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.308,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,69.6388,68.9724,68.9724,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,75.3032,75.9696,76.636,76.636,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,76.636,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.9676,81.9672,82.6336,83.6332,84.2996,85.6324,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.632,87.2984,87.6316,88.63119999999999,89.964,91.2968,91.9632,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.2956,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.962,95.6284,95.9616,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,97.96079999999999,98.294,99.6268,99.96,100.6264,101.2928,102.2924,102.6256,103.62519999999999,104.958,105.9576,106.9572,108.28999999999999,108.9564,109.2896,108.9564,109.2896,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.624,106.2908,106.2908,106.2908,105.9576,105.9576,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,107.2904,107.2904,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.2876,115.6204,115.6204,115.9536,116.62,117.2864,117.6196,117.6196,117.6196,118.286,118.9524,118.9524,119.6188,119.6188,119.952,120.6184,120.6184,121.2848,121.618,122.2844,123.28399999999999,124.6168,125.2832,125.6164,125.9496,126.9492,126.9492,126.9492,127.6156,128.6152,128.6152,128.9484,128.9484,129.2816,129.6148,130.9476,130.9476,131.614,131.614,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,132.9468,132.9468,132.2804,131.9472,131.9472,130.9476,130.6144,129.6148,128.9484,128.6152,127.9488,127.2824,125.6164,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.2848,120.2852,119.952,119.6188,118.9524,118.286,117.6196,116.62,115.9536,115.6204,114.954,114.6208,113.6212,112.95479999999999,112.2884,111.9552,110.9556,109.956,109.2896,108.6232,108.6232,108.6232,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.624,105.9576,105.6244,105.6244,105.6244,104.958,104.6248,103.9584,103.9584,103.292,101.9592,101.2928,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.294,98.294,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.9612,96.9612,96.9612,95.6284,95.6284,95.2952,95.2952,94.6288,93.9624,93.6292,92.9628,91.63,90.9636,90.9636,90.2972,90.2972,89.964,89.964,89.2976,88.9644,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.6316,87.9648,87.9648,88.63119999999999,89.6308,89.6308,90.6304,90.9636,91.63,92.2964,93.29599999999999,95.2952,96.628,97.6276,99.6268,100.6264,101.626,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,100.6264,99.96,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,97.6276,96.9612,96.9612,96.628,96.628,96.628,95.9616,95.9616,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,93.9624,94.2956,95.2952,96.2948,96.9612,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,98.96039999999999,98.6272,98.294,97.96079999999999,97.6276,96.9612,96.9612,97.96079999999999,99.2936,99.6268,100.2932,100.9596,101.9592,102.6256,102.6256,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.626,100.9596,100.2932,99.2936,97.96079999999999,96.9612,95.6284,94.6288,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,98.96039999999999,99.6268,100.2932,100.9596,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,100.9596,100.6264,99.96,98.96039999999999,98.294,97.6276,96.628,95.6284,94.962,94.962,94.6288,93.9624,93.9624,93.6292,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.964,89.2976,88.298,87.9648,86.632,85.6324,83.6332,81.634,78.9684,76.3028,73.63719999999999,71.638,68.9724,67.6396,65.6404,63.6412,61.3088,59.976,57.6436,56.3108,54.6448,53.312,52.3124,50.9796,50.3132,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,51.9792,50.3132,49.6468,51.646,53.6452,55.9776,58.6432,61.9752,64.974,67.6396,69.6388,71.9712,73.304,74.3036,74.97,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,68.306,69.972,70.6384,71.3048,71.3048],[50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,45.9816,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,42.6496,41.9832,41.65,41.65,41.65,41.65,41.65,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,41.65,41.65,41.65,40.9836,40.9836,40.9836,40.9836,39.984,39.984,39.3176,38.6512,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.9784,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.3048,70.3052,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,74.3036,74.97,75.6364,75.6364,76.636,77.3024,77.3024,77.3024,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.9676,81.9672,82.6336,83.6332,84.2996,85.6324,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.2992,85.2992,85.9656,85.9656,87.2984,87.6316,88.63119999999999,89.964,91.2968,91.9632,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.2952,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.6268,99.6268,100.9596,101.2928,101.2928,102.2924,102.6256,103.62519999999999,105.2912,105.9576,106.9572,108.28999999999999,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.2904,107.2904,107.2904,107.2904,106.9572,106.9572,106.624,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,107.9568,107.9568,108.9564,108.9564,109.2896,109.2896,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.6216,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,115.6204,115.6204,115.6204,115.9536,116.62,117.2864,117.2864,117.2864,117.9528,118.286,118.286,118.9524,119.6188,119.952,120.2852,120.6184,120.6184,121.2848,122.2844,123.28399999999999,124.6168,125.2832,125.9496,125.9496,126.9492,126.9492,126.9492,127.6156,128.6152,128.6152,128.6152,128.9484,129.2816,129.6148,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.2804,132.2804,131.2808,131.2808,130.9476,129.948,128.9484,128.6152,127.6156,126.9492,125.9496,125.2832,123.9504,123.9504,123.28399999999999,123.6172,122.9508,122.9508,122.9508,121.9512,121.2848,120.2852,119.952,119.6188,118.9524,118.286,117.6196,116.62,115.9536,114.954,114.6208,113.95439999999999,113.6212,113.288,112.2884,111.9552,110.9556,110.6224,109.956,108.6232,108.6232,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,104.958,104.958,104.958,104.6248,103.9584,103.62519999999999,102.9588,102.2924,100.9596,100.2932,100.2932,99.6268,98.6272,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.294,98.294,97.96079999999999,97.2944,96.628,96.628,96.628,96.2948,95.6284,95.6284,95.6284,95.2952,94.6288,93.9624,93.9624,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.298,87.2984,87.2984,87.2984,87.2984,86.9652,87.6316,87.6316,87.9648,87.6316,88.9644,89.964,89.964,89.964,90.9636,92.2964,93.29599999999999,94.6288,96.2948,97.6276,98.96039999999999,99.2936,100.2932,100.2932,100.9596,100.2932,100.2932,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,99.6268,99.6268,98.96039999999999,98.96039999999999,97.6276,97.6276,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,93.9624,93.6292,92.9628,92.6296,91.9632,91.63,91.2968,91.2968,91.2968,91.2968,91.9632,92.6296,93.29599999999999,94.2956,94.962,95.6284,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,95.9616,94.962,94.962,94.6288,93.9624,93.9624,94.962,95.9616,96.2948,96.9612,97.96079999999999,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.294,97.2944,96.2948,94.962,93.9624,92.9628,92.9628,92.6296,92.6296,92.9628,93.6292,93.9624,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,95.9616,97.2944,98.294,98.294,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,99.6268,99.6268,98.96039999999999,97.96079999999999,96.9612,96.628,95.6284,94.962,94.962,94.6288,94.6288,93.9624,93.6292,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.2972,89.2976,88.63119999999999,87.9648,86.632,85.6324,84.2996,81.634,78.9684,76.9692,73.63719999999999,71.638,68.9724,67.6396,65.6404,64.3076,61.9752,59.976,58.31,56.977199999999996,55.3112,53.9784,52.3124,50.9796,50.3132,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,51.9792,50.9796,50.3132,51.646,52.9788,54.978,57.3104,60.9756,63.9744,67.6396,69.6388,71.9712,73.304,74.3036,74.97,75.6364,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,68.306,68.306,68.9724,69.972,70.6384,71.3048,71.9712],[50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,45.9816,45.9816,45.3152,45.3152,45.3152,45.3152,44.6488,43.9824,43.316,43.316,42.6496,42.6496,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,40.9836,40.9836,40.9836,41.65,41.65,41.65,41.65,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,41.65,41.3168,40.6504,40.6504,39.984,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,42.6496,43.316,43.9824,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.9768,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.3052,70.3052,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,74.6368,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,76.9692,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,78.9684,79.6348,80.3012,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.2988,86.2988,86.2988,86.2988,86.2988,85.2992,85.2992,85.2992,85.9656,85.9656,87.2984,87.6316,88.63119999999999,89.964,90.6304,91.9632,93.29599999999999,93.6292,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.294,98.96039999999999,99.6268,99.96,100.6264,101.2928,101.2928,101.9592,102.6256,103.292,104.2916,104.6248,105.6244,106.2908,106.9572,107.9568,108.28999999999999,108.9564,109.956,109.956,109.956,109.956,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.2896,109.2896,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.9552,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,115.6204,115.9536,116.62,116.62,116.62,116.62,117.9528,117.9528,118.286,118.286,118.9524,119.6188,119.6188,119.952,119.952,120.6184,121.618,123.28399999999999,124.6168,125.2832,125.9496,125.9496,126.9492,126.9492,126.9492,127.6156,127.9488,128.6152,128.6152,128.9484,129.2816,129.6148,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.2804,132.2804,132.2804,131.2808,131.2808,130.6144,129.948,128.6152,127.9488,126.9492,126.616,125.9496,125.2832,123.9504,123.9504,123.28399999999999,123.6172,123.28399999999999,123.28399999999999,122.9508,121.9512,121.2848,120.2852,119.952,119.6188,118.9524,118.286,117.6196,116.62,115.9536,114.954,114.6208,113.95439999999999,113.6212,113.288,112.2884,111.9552,111.2888,110.6224,109.956,109.2896,108.6232,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,104.958,104.6248,103.9584,103.9584,103.62519999999999,103.292,103.292,102.6256,101.626,101.2928,100.2932,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.9612,96.2948,96.2948,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,96.2948,95.6284,95.2952,95.2952,95.2952,95.2952,93.9624,93.9624,93.29599999999999,92.9628,91.63,90.6304,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,87.6316,87.2984,87.6316,88.298,89.2976,89.2976,89.964,91.2968,91.63,93.29599999999999,94.6288,95.6284,96.9612,97.2944,97.96079999999999,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,100.2932,100.9596,100.9596,101.2928,101.2928,100.9596,100.9596,100.6264,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,96.9612,95.9616,95.6284,94.962,94.962,94.962,94.962,94.962,95.6284,95.2952,95.2952,95.6284,95.6284,95.2952,95.2952,95.2952,94.6288,93.6292,92.6296,91.9632,91.63,91.2968,90.6304,90.2972,90.2972,89.6308,89.6308,89.6308,90.6304,91.63,91.9632,92.6296,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.6296,92.2964,92.2964,91.2968,91.2968,91.63,91.63,92.6296,92.9628,93.9624,95.2952,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.2948,95.9616,94.2956,93.6292,91.9632,91.63,91.9632,91.9632,92.6296,92.6296,92.6296,91.9632,92.2964,92.2964,92.9628,93.6292,93.9624,94.6288,95.2952,95.6284,96.9612,96.9612,96.9612,96.9612,97.96079999999999,98.294,98.96039999999999,99.2936,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.2944,96.9612,95.9616,95.6284,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.2964,91.63,91.2968,91.2968,90.2972,89.6308,88.63119999999999,88.63119999999999,87.9648,87.2984,85.6324,84.2996,82.3004,79.6348,76.9692,73.63719999999999,71.638,68.9724,67.6396,65.6404,64.3076,61.9752,60.6424,58.31,56.977199999999996,55.3112,53.9784,52.3124,50.9796,50.3132,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,51.646,50.9796,51.646,52.3124,53.6452,55.6444,59.309599999999996,63.308,66.9732,69.6388,71.9712,73.304,73.63719999999999,74.3036,75.6364,75.6364,75.6364,75.6364,74.97,74.97,73.63719999999999,72.9708,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,70.6384,71.3048,71.9712,71.9712],[51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,48.314,47.3144,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.982,44.315599999999996,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.3164,42.3164,41.65,40.9836,40.3172,39.6508,38.9844,38.9844,38.318,38.318,38.318,38.318,38.318,37.6516,37.6516,37.6516,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,46.647999999999996,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.3104,57.9768,57.9768,58.6432,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,65.3072,65.3072,65.9736,65.9736,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,67.97279999999999,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999,84.2996,84.966,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.2984,86.632,86.2988,86.2988,85.6324,84.966,84.966,84.966,84.966,84.2996,84.6328,85.2992,85.9656,87.2984,87.6316,88.9644,89.964,90.6304,92.2964,93.6292,93.9624,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,99.2936,99.2936,100.2932,100.6264,101.2928,101.9592,102.2924,102.6256,103.292,103.62519999999999,104.6248,104.6248,105.6244,105.6244,106.9572,107.6236,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.6228,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,116.62,116.62,116.62,116.62,116.9532,117.6196,117.6196,117.6196,118.286,118.286,118.9524,118.61919999999999,119.6188,119.952,121.9512,122.9508,124.28359999999999,124.95,125.9496,126.616,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.9488,128.6152,129.6148,129.948,130.6144,130.9476,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,130.9476,130.9476,129.948,128.9484,128.6152,126.9492,126.616,126.9492,126.616,126.616,125.2832,125.2832,125.2832,124.6168,124.6168,124.28359999999999,123.28399999999999,121.9512,120.6184,120.2852,119.952,119.6188,118.9524,118.61919999999999,117.9528,116.62,115.9536,115.6204,114.954,114.6208,113.95439999999999,113.6212,112.95479999999999,112.2884,111.622,111.2888,110.6224,109.956,109.2896,108.9564,108.9564,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.626,101.2928,100.2932,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,96.9612,95.6284,95.6284,95.6284,95.6284,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.2964,90.2972,89.964,88.63119999999999,88.298,87.6316,87.6316,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.6316,87.6316,87.6316,86.632,86.632,86.632,86.632,86.632,87.2984,87.9648,87.9648,88.298,88.9644,89.964,90.6304,91.2968,92.2964,93.6292,93.9624,95.6284,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.9596,100.2932,99.6268,98.96039999999999,98.6272,98.6272,97.2944,96.628,96.2948,95.6284,94.962,94.6288,93.9624,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,92.9628,91.9632,91.9632,91.2968,91.2968,90.2972,90.2972,89.6308,89.2976,88.9644,89.6308,89.6308,89.964,89.964,90.6304,91.2968,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,88.9644,88.9644,88.9644,89.2976,89.964,90.6304,91.2968,91.9632,92.6296,93.29599999999999,93.29599999999999,94.2956,94.2956,94.2956,94.962,94.962,95.6284,95.6284,95.9616,95.9616,95.2952,94.6288,93.9624,93.6292,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.964,90.6304,90.6304,90.9636,91.9632,92.2964,92.9628,93.29599999999999,94.6288,95.6284,95.6284,95.9616,95.9616,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,96.9612,96.9612,96.2948,95.9616,95.9616,95.9616,95.6284,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.6296,91.63,91.2968,90.2972,89.6308,89.2976,88.63119999999999,87.9648,87.2984,87.2984,86.2988,84.2996,82.3004,80.3012,77.6356,74.3036,71.638,68.9724,66.9732,65.6404,64.3076,61.9752,60.6424,58.31,56.977199999999996,55.3112,53.9784,52.9788,51.646,50.3132,49.6468,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,51.646,52.9788,55.6444,57.9768,61.3088,65.6404,68.6392,70.6384,71.9712,72.9708,74.3036,74.3036,74.97,74.97,74.97,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712],[51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.982,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,42.9828,42.9828,42.3164,42.3164,40.9836,40.3172,40.3172,39.6508,38.9844,38.318,38.318,38.318,38.318,38.318,38.318,38.318,37.9848,37.9848,37.9848,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.3108,56.644,57.3104,57.3104,58.6432,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,64.6408,65.3072,65.3072,65.9736,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.638,71.638,71.638,71.638,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,68.6392,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,79.3016,79.968,79.968,80.6344,81.3008,82.3004,83.6332,84.966,84.966,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,86.632,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,85.2992,85.2992,86.632,87.2984,88.298,89.2976,90.6304,91.63,92.9628,93.6292,94.2956,94.962,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.96,100.6264,101.2928,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.6244,105.9576,106.624,107.6236,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,116.62,116.62,116.62,116.62,116.9532,116.9532,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,118.61919999999999,119.952,121.2848,122.9508,123.6172,124.95,125.9496,126.616,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,128.9484,129.948,130.9476,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.614,130.9476,129.948,128.9484,128.6152,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,125.6164,125.2832,125.2832,123.9504,122.2844,120.6184,120.6184,119.952,119.952,119.6188,118.9524,118.61919999999999,117.2864,116.62,115.9536,115.6204,114.954,114.6208,114.2876,113.288,112.95479999999999,112.2884,111.622,110.9556,110.6224,109.956,109.2896,108.9564,107.9568,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.2924,101.9592,101.2928,100.2932,99.96,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,96.628,96.9612,96.9612,96.628,95.9616,95.6284,95.6284,95.6284,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.2964,90.2972,89.2976,88.298,87.6316,87.2984,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,87.9648,87.9648,87.9648,87.9648,87.6316,87.6316,87.2984,86.632,86.632,85.9656,85.9656,86.632,86.632,86.632,86.632,86.632,87.9648,88.298,89.2976,90.6304,91.2968,91.63,92.2964,93.6292,94.6288,94.962,95.9616,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.6276,97.6276,96.9612,96.2948,95.9616,94.962,93.9624,93.9624,93.29599999999999,92.6296,92.6296,92.6296,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,94.6288,93.6292,93.6292,92.6296,92.2964,91.63,91.2968,90.6304,90.2972,89.964,89.2976,88.9644,88.298,88.298,87.9648,88.298,88.298,88.298,88.9644,88.298,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,87.2984,87.2984,87.9648,88.298,89.2976,89.964,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.6292,93.29599999999999,92.9628,92.2964,91.63,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.9644,88.63119999999999,88.63119999999999,89.2976,90.6304,91.2968,92.2964,92.9628,92.9628,93.9624,93.9624,94.2956,94.962,95.6284,95.6284,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,94.962,94.6288,93.9624,93.6292,92.6296,91.63,91.2968,90.2972,89.6308,88.9644,88.63119999999999,87.9648,87.2984,86.2988,86.2988,85.6324,83.6332,82.3004,80.3012,78.30199999999999,74.3036,71.638,68.9724,66.9732,65.6404,64.3076,61.9752,60.6424,58.31,56.977199999999996,55.3112,53.9784,52.9788,51.646,50.9796,49.6468,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,54.6448,54.6448,53.9784,53.312,52.6456,52.6456,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,50.9796,52.3124,54.978,57.3104,59.976,63.308,66.3068,69.3056,70.6384,71.638,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712],[52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.6492,42.9828,42.9828,42.3164,41.65,40.9836,40.9836,40.3172,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,53.6452,53.6452,54.3116,54.978,55.6444,55.6444,55.6444,55.6444,56.644,56.644,57.3104,57.9768,59.309599999999996,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,72.3044,72.3044,72.3044,72.3044,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,82.96679999999999,83.6332,84.966,84.966,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,86.632,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,85.2992,86.2988,86.632,87.9648,88.63119999999999,90.6304,91.2968,92.9628,93.6292,94.2956,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,99.96,100.2932,101.626,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,116.2868,116.2868,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,118.61919999999999,119.6188,121.2848,122.2844,123.6172,124.28359999999999,125.9496,125.9496,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.9484,129.948,130.9476,131.2808,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,135.2792,135.2792,135.2792,135.6124,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,132.9468,132.9468,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.614,130.9476,130.6144,129.948,128.9484,128.6152,127.9488,127.9488,127.9488,127.6156,127.6156,128.9484,128.282,127.6156,126.9492,126.616,125.2832,122.6176,122.2844,121.9512,121.2848,121.2848,120.9516,119.6188,118.61919999999999,118.61919999999999,117.6196,116.62,116.62,115.9536,115.6204,115.2872,114.2876,112.95479999999999,112.2884,111.622,111.2888,110.9556,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,106.2908,105.6244,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,102.6256,102.2924,102.2924,101.626,100.6264,100.2932,99.6268,99.2936,99.2936,98.6272,97.2944,96.2948,96.2948,95.9616,95.2952,95.2952,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,93.9624,93.29599999999999,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,91.63,89.964,89.2976,88.298,88.298,87.2984,86.9652,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,86.632,85.9656,85.2992,85.2992,85.2992,85.2992,85.2992,85.2992,85.6324,85.6324,86.632,86.632,87.9648,88.9644,89.6308,90.6304,91.63,92.2964,93.29599999999999,93.6292,93.9624,95.6284,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.6276,96.9612,96.2948,95.6284,94.962,94.6288,93.9624,93.6292,92.6296,92.2964,91.2968,91.2968,91.2968,91.2968,90.9636,91.63,91.9632,92.6296,93.29599999999999,93.29599999999999,93.9624,94.2956,93.29599999999999,92.6296,92.2964,91.63,91.63,91.2968,90.2972,90.2972,89.2976,89.2976,88.298,88.298,87.2984,86.632,86.632,86.2988,85.9656,85.9656,85.2992,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.632,87.2984,87.9648,88.298,89.2976,89.2976,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,90.9636,90.2972,90.2972,89.2976,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.6316,87.6316,87.6316,88.63119999999999,89.2976,90.6304,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.9616,95.6284,95.6284,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.6284,95.6284,95.9616,95.9616,94.962,94.6288,93.9624,93.6292,91.9632,91.2968,89.964,89.2976,88.298,87.9648,87.2984,86.2988,86.2988,84.966,84.966,84.966,83.6332,82.3004,79.6348,77.6356,74.3036,71.638,68.9724,67.6396,65.6404,64.3076,61.9752,60.6424,58.31,56.977199999999996,55.9776,54.6448,52.9788,51.646,50.9796,50.3132,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,53.9784,53.312,52.6456,52.6456,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,50.9796,50.9796,52.3124,53.6452,55.6444,58.31,60.9756,64.6408,66.9732,68.6392,69.972,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,74.6368,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712],[52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.315599999999996,43.6492,43.6492,42.9828,42.3164,41.65,41.65,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.9812,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,52.9788,53.6452,53.6452,54.3116,54.978,55.6444,55.6444,55.6444,55.9776,56.644,56.644,57.9768,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,64.6408,64.6408,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,72.3044,72.3044,72.3044,72.9708,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,83.6332,83.6332,84.966,84.966,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.2984,86.632,86.2988,86.2988,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,86.2988,86.632,87.9648,88.63119999999999,89.964,91.2968,92.6296,93.6292,94.2956,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.2936,99.96,99.96,99.96,100.2932,100.6264,100.6264,101.2928,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.6228,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.2868,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,119.6188,120.9516,122.2844,122.9508,123.9504,125.2832,125.9496,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.9484,130.6144,131.2808,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.6132,134.2796,134.2796,134.946,135.2792,135.6124,135.6124,135.6124,135.2792,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,132.9468,132.9468,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.614,130.9476,130.6144,129.948,129.2816,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.948,129.2816,128.282,128.282,127.6156,126.616,124.6168,122.6176,122.6176,121.9512,121.9512,121.2848,120.2852,119.6188,118.9524,118.286,117.9528,116.9532,116.62,115.6204,115.6204,114.6208,113.288,112.95479999999999,112.2884,111.9552,111.2888,110.2892,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.6236,106.9572,106.2908,105.9576,105.2912,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.2924,101.626,100.6264,100.6264,100.2932,99.6268,99.6268,99.2936,98.294,97.2944,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.2956,93.29599999999999,92.6296,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,90.6304,89.964,89.2976,88.298,87.9648,87.2984,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,86.632,85.2992,85.2992,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,86.632,87.9648,88.63119999999999,89.2976,90.2972,91.2968,91.63,91.63,92.6296,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,96.2948,95.2952,95.2952,94.6288,94.2956,93.6292,93.29599999999999,93.29599999999999,92.2964,91.9632,91.2968,90.2972,89.964,89.964,89.964,89.964,90.2972,90.9636,91.63,91.9632,91.9632,92.6296,92.6296,92.6296,92.2964,91.63,91.63,91.2968,90.6304,89.6308,89.6308,88.63119999999999,88.63119999999999,87.9648,87.2984,86.632,85.9656,84.966,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,87.6316,87.2984,86.632,86.632,85.6324,85.2992,85.2992,85.2992,84.966,84.966,84.6328,85.2992,85.2992,85.9656,86.632,86.9652,88.298,89.2976,90.2972,91.2968,91.63,91.63,91.63,91.63,92.2964,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.9624,93.6292,94.6288,94.2956,94.6288,94.962,95.2952,95.2952,95.2952,95.2952,94.6288,93.9624,93.6292,92.9628,91.2968,89.964,89.2976,88.298,87.2984,86.2988,86.2988,85.6324,84.966,84.2996,84.2996,83.6332,82.3004,81.634,78.9684,76.3028,74.3036,71.638,68.9724,67.6396,65.6404,64.3076,61.9752,60.6424,58.31,56.977199999999996,55.9776,54.6448,52.9788,52.3124,51.646,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,51.9792,51.9792,51.9792,51.9792,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.312,52.6456,52.6456,52.6456,51.9792,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,50.9796,50.3132,50.3132,51.646,52.9788,54.3116,56.977199999999996,58.9764,61.9752,64.6408,66.64,67.97279999999999,68.6392,69.972,71.3048,71.9712,73.304,73.9704,74.6368,74.3036,73.63719999999999,72.9708,72.3044,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712],[53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,52.6456,52.6456,51.9792,51.9792,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.6456,52.6456,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,47.3144,46.9812,46.3148,45.6484,45.6484,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.9824,43.9824,43.9824,43.9824,44.6488,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,43.9824,43.9824,44.6488,44.6488,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,58.31,58.9764,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.638,71.638,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,80.3012,80.3012,80.3012,80.9676,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,85.6324,85.6324,85.6324,84.966,85.2992,85.2992,85.2992,85.9656,86.2988,86.632,87.9648,88.9644,89.964,91.63,92.6296,93.6292,93.9624,94.6288,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,99.6268,99.6268,99.6268,100.2932,99.96,100.2932,100.2932,100.2932,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,116.2868,116.62,116.62,116.62,116.9532,117.6196,117.6196,117.6196,117.2864,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.9524,120.9516,121.2848,122.2844,123.28399999999999,125.2832,125.9496,126.616,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,129.6148,130.6144,131.2808,131.9472,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.6136,132.6136,133.28,133.28,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.6128,134.6128,135.2792,135.2792,135.6124,136.2788,136.2788,136.2788,135.94559999999998,135.94559999999998,135.6124,135.6124,134.946,134.946,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,130.9476,130.6144,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.2816,127.6156,125.9496,124.6168,123.9504,123.28399999999999,122.2844,121.9512,121.2848,120.9516,119.6188,118.9524,117.9528,117.9528,116.9532,116.62,116.62,115.6204,114.6208,114.2876,113.6212,112.95479999999999,112.2884,111.2888,110.9556,110.2892,109.956,109.2896,108.9564,108.28999999999999,107.6236,106.9572,106.9572,105.9576,105.6244,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.292,102.2924,102.2924,101.626,101.626,101.2928,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.294,97.96079999999999,97.2944,96.2948,95.9616,95.9616,95.6284,94.962,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,90.2972,89.2976,88.9644,88.298,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.2988,85.6324,85.6324,85.2992,85.2992,85.2992,85.2992,84.966,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,85.9656,87.2984,87.9648,88.63119999999999,88.9644,89.2976,89.2976,90.6304,91.63,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,94.2956,93.9624,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.298,87.9648,88.298,88.298,88.63119999999999,89.964,90.2972,90.9636,90.9636,91.63,90.9636,90.9636,91.2968,91.2968,90.6304,89.964,88.63119999999999,88.63119999999999,87.9648,87.9648,87.2984,86.632,85.2992,84.2996,83.3,83.6332,82.6336,82.6336,81.9672,81.634,80.9676,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.3012,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,83.6332,83.6332,83.6332,83.6332,82.3004,82.3004,82.3004,82.3004,81.634,81.634,82.3004,82.3004,83.6332,84.2996,85.6324,86.632,87.6316,88.298,89.2976,89.6308,89.964,89.2976,89.2976,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.2964,91.9632,91.2968,90.2972,89.2976,88.298,87.9648,85.9656,84.966,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.9676,79.3016,78.30199999999999,75.6364,73.63719999999999,71.638,68.9724,67.6396,65.6404,63.6412,61.3088,59.976,58.31,56.977199999999996,55.9776,54.6448,53.6452,52.3124,51.646,50.9796,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,53.6452,53.6452,53.6452,52.9788,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.9796,51.646,52.3124,54.3116,56.977199999999996,58.9764,61.641999999999996,64.3076,65.6404,66.9732,68.306,69.6388,70.6384,71.9712,73.304,73.9704,73.304,73.304,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712],[53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.312,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,45.6484,44.982,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,43.9824,43.9824,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,54.978,54.978,55.6444,56.3108,57.6436,58.31,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.3056,69.972,71.3048,71.9712,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.638,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,79.968,80.3012,80.3012,80.9676,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,85.6324,85.6324,85.6324,85.6324,85.2992,85.2992,85.9656,85.9656,86.632,86.632,87.9648,89.2976,90.6304,91.63,92.9628,93.6292,94.6288,94.962,95.9616,96.2948,96.2948,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.2932,100.6264,100.6264,100.6264,100.2932,100.9596,101.2928,100.9596,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,111.2888,111.2888,111.9552,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,115.2872,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,117.6196,117.9528,117.9528,117.6196,117.2864,117.2864,116.62,116.2868,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.9524,119.952,120.9516,121.618,122.9508,124.6168,125.2832,126.616,126.616,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,129.6148,130.9476,131.9472,131.9472,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.6136,132.6136,133.28,133.28,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.6128,135.2792,135.2792,135.6124,136.2788,136.2788,136.9452,136.9452,135.94559999999998,135.94559999999998,135.94559999999998,135.6124,135.2792,134.946,134.946,134.2796,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.614,131.614,130.9476,130.9476,130.6144,129.948,128.282,126.2828,125.6164,124.28359999999999,123.9504,122.9508,122.6176,121.9512,121.2848,120.9516,119.6188,118.61919999999999,118.286,117.6196,117.2864,116.62,116.2868,115.2872,114.6208,114.2876,113.288,112.95479999999999,111.9552,111.2888,110.9556,110.2892,109.956,109.6228,108.9564,107.9568,107.6236,107.6236,106.624,105.9576,105.2912,105.2912,104.6248,104.2916,104.2916,103.62519999999999,102.6256,102.6256,102.2924,102.2924,101.626,101.2928,100.6264,100.6264,99.96,99.96,98.96039999999999,98.294,97.96079999999999,96.9612,96.9612,96.2948,95.6284,95.6284,94.962,93.9624,93.6292,93.9624,93.9624,93.29599999999999,92.6296,92.2964,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,89.964,89.2976,88.9644,88.298,87.9648,87.2984,87.2984,86.2988,86.2988,86.9652,86.9652,86.2988,85.6324,85.2992,85.2992,84.966,84.966,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,83.3,82.6336,82.96679999999999,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,84.2996,85.2992,86.632,87.2984,87.9648,87.9648,88.9644,89.2976,89.964,90.9636,92.2964,92.2964,92.9628,92.9628,93.6292,92.9628,91.9632,91.9632,91.2968,91.2968,90.6304,90.6304,90.6304,89.2976,88.9644,88.298,87.6316,87.2984,87.2984,86.632,86.2988,87.6316,88.298,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.964,89.2976,88.298,87.9648,87.6316,86.9652,86.632,85.2992,84.2996,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.9684,78.9684,79.6348,79.6348,80.3012,80.9676,81.634,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.634,81.634,81.634,81.634,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,83.9664,85.6324,86.9652,87.6316,87.6316,87.6316,87.9648,87.9648,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.2972,90.2972,89.6308,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.9632,91.9632,91.9632,91.9632,92.9628,92.2964,91.9632,91.63,91.2968,89.964,89.2976,88.298,87.9648,86.632,84.966,84.2996,84.2996,83.6332,82.3004,81.634,81.634,80.9676,79.3016,78.6352,76.3028,74.97,72.9708,71.638,68.9724,67.6396,65.6404,63.6412,61.3088,59.976,58.31,56.977199999999996,55.9776,54.6448,53.6452,52.9788,52.3124,50.9796,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,53.6452,53.6452,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,54.3116,56.3108,59.309599999999996,61.3088,63.308,64.974,66.9732,68.306,69.972,70.6384,71.9712,72.6376,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712],[53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,53.9784,53.9784,53.9784,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,45.9816,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.9836,40.3172,40.3172,40.3172,39.984,39.984,39.984,39.984,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.984,39.984,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.982,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.9744,63.9744,64.6408,65.3072,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.972,71.3048,71.9712,72.6376,73.304,73.9704,74.3036,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,72.6376,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.9676,80.9676,80.9676,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.966,84.966,84.966,84.966,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,86.632,86.632,87.2984,87.6316,88.63119999999999,89.964,91.63,92.6296,93.9624,94.2956,94.962,95.6284,96.2948,96.2948,96.628,96.628,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,101.626,101.626,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.6244,105.9576,105.6244,106.2908,106.2908,106.9572,107.2904,107.9568,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.6224,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,116.2868,116.2868,116.2868,116.2868,116.9532,116.9532,116.9532,117.6196,118.286,118.9524,118.9524,118.286,117.6196,117.6196,117.2864,116.62,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.61919999999999,118.9524,120.2852,121.2848,121.9512,122.2844,124.6168,125.2832,125.9496,125.9496,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,129.6148,130.9476,131.9472,131.9472,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.6136,132.6136,133.28,133.28,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,135.6124,136.612,137.2784,137.2784,137.2784,136.612,136.612,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,132.2804,132.2804,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.6136,131.9472,130.9476,130.6144,129.948,128.6152,126.9492,126.2828,125.6164,124.28359999999999,123.9504,123.28399999999999,122.9508,122.2844,121.618,120.2852,120.2852,119.2856,118.9524,118.286,117.6196,116.62,115.6204,115.2872,114.6208,114.2876,113.6212,112.95479999999999,112.2884,111.622,110.9556,110.9556,109.956,109.2896,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.626,101.2928,100.6264,100.2932,100.2932,99.6268,98.6272,97.96079999999999,96.628,96.2948,95.6284,95.2952,94.2956,94.2956,93.9624,93.9624,93.6292,92.6296,92.2964,91.2968,90.6304,90.6304,90.6304,90.6304,90.2972,89.964,89.2976,88.9644,88.298,87.9648,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,85.6324,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,83.6332,84.2996,84.966,85.9656,87.2984,87.9648,87.9648,88.298,89.2976,89.964,90.6304,90.6304,91.63,92.2964,91.9632,91.63,91.2968,91.2968,91.2968,90.6304,89.6308,89.6308,89.2976,88.298,87.9648,86.9652,86.9652,86.2988,86.2988,85.6324,85.6324,86.632,87.2984,88.298,88.298,88.9644,89.964,89.964,90.6304,90.2972,90.6304,89.6308,88.63119999999999,88.298,88.298,87.6316,86.9652,86.632,85.2992,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.6352,78.6352,79.3016,79.968,79.968,80.3012,80.3012,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,78.9684,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.6324,86.9652,86.9652,86.2988,86.632,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.2976,89.6308,89.964,89.964,90.2972,90.2972,90.2972,90.6304,91.2968,89.964,89.964,89.2976,88.63119999999999,88.298,87.9648,86.632,85.9656,84.966,83.6332,82.96679999999999,82.3004,81.634,80.6344,80.3012,79.6348,78.6352,77.3024,75.6364,74.3036,72.9708,70.9716,68.9724,67.6396,65.6404,64.3076,61.3088,59.976,58.31,56.977199999999996,55.9776,54.6448,53.6452,52.9788,52.3124,51.646,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,52.3124,53.6452,56.644,59.309599999999996,60.6424,62.6416,64.6408,66.64,68.6392,69.6388,70.9716,71.638,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376],[54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.644,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,44.982,44.982,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,45.9816,45.9816,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.65,41.65,41.65,40.9836,40.6504,39.984,39.984,39.984,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.984,39.984,39.984,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,43.316,43.316,43.9824,44.315599999999996,44.982,44.982,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,54.3116,54.3116,54.978,55.6444,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.972,70.6384,71.9712,72.6376,73.304,73.9704,74.3036,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,72.6376,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.634,80.9676,80.9676,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.966,84.966,84.966,85.6324,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.632,86.632,87.2984,87.2984,87.6316,88.9644,89.964,91.2968,92.6296,93.29599999999999,94.2956,94.962,95.6284,95.6284,96.2948,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.6264,101.2928,101.626,101.626,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,102.2924,102.6256,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,106.2908,106.9572,107.2904,107.9568,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.6224,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.2872,115.2872,115.2872,116.2868,116.2868,116.2868,116.62,116.9532,117.6196,117.6196,117.9528,118.9524,118.9524,118.9524,118.9524,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.286,118.61919999999999,119.2856,120.2852,121.2848,121.9512,122.2844,123.9504,124.6168,125.2832,125.9496,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,129.6148,130.9476,131.9472,131.9472,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.6136,132.6136,133.28,133.28,133.6132,134.2796,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.6124,135.6124,136.612,137.2784,137.2784,137.2784,136.612,136.612,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,132.2804,132.2804,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.6136,132.9468,132.9468,132.9468,133.28,132.9468,132.6136,132.6136,131.614,130.9476,130.6144,129.2816,128.282,126.9492,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.952,119.6188,118.9524,117.9528,117.2864,116.62,115.6204,115.2872,114.2876,114.2876,113.288,112.95479999999999,112.2884,111.2888,110.9556,110.2892,109.956,109.2896,108.28999999999999,107.9568,107.6236,106.9572,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,102.6256,102.2924,101.626,101.2928,100.6264,100.6264,100.2932,99.6268,98.96039999999999,97.2944,96.628,96.2948,95.9616,94.962,94.2956,93.9624,93.9624,93.6292,92.6296,92.2964,91.2968,90.6304,90.6304,90.6304,90.6304,90.2972,89.964,89.2976,88.9644,88.298,87.9648,87.2984,87.2984,86.2988,86.2988,86.2988,85.6324,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.6336,82.6336,83.6332,84.966,86.2988,86.632,86.632,87.9648,88.298,89.2976,89.2976,89.964,90.6304,91.2968,90.6304,90.6304,90.6304,90.6304,89.6308,89.6308,88.63119999999999,88.63119999999999,88.298,87.6316,86.9652,86.9652,85.9656,85.9656,84.966,84.2996,84.966,84.966,85.2992,86.632,87.2984,88.298,89.2976,89.964,90.2972,89.6308,89.6308,89.2976,88.63119999999999,88.298,88.298,87.6316,86.632,85.9656,84.6328,83.6332,82.96679999999999,82.3004,81.9672,81.3008,81.3008,80.6344,79.3016,78.6352,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,75.3032,75.3032,75.3032,75.3032,75.3032,75.9696,75.9696,76.9692,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,81.3008,82.3004,82.96679999999999,84.2996,84.966,84.966,84.966,84.966,85.2992,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.9652,87.6316,87.6316,87.6316,87.9648,88.298,88.298,88.63119999999999,88.9644,88.9644,88.63119999999999,88.63119999999999,89.2976,89.2976,88.9644,88.298,87.9648,87.9648,86.632,86.632,85.2992,84.966,83.6332,82.96679999999999,82.3004,81.634,80.6344,79.968,79.3016,78.6352,77.3024,76.636,74.97,73.63719999999999,72.3044,70.9716,68.9724,66.9732,65.6404,64.3076,61.3088,59.976,58.31,56.977199999999996,55.9776,54.6448,53.6452,52.9788,52.3124,51.646,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,50.3132,50.9796,52.3124,54.3116,56.644,58.31,60.6424,63.308,65.3072,67.3064,68.306,69.6388,70.3052,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712],[54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.312,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,49.6468,49.6468,48.980399999999996,47.6476,46.9812,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.3152,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,54.3116,54.3116,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,59.6428,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,65.3072,65.9736,65.9736,66.64,66.64,67.6396,68.306,68.9724,69.6388,70.3052,71.3048,71.9712,72.6376,73.304,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,82.3004,82.3004,82.96679999999999,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,80.9676,80.9676,81.634,82.3004,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,86.9652,86.9652,86.2988,85.6324,85.6324,85.6324,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.632,87.2984,88.298,88.298,88.9644,88.9644,89.2976,90.6304,91.9632,92.9628,93.6292,94.2956,94.962,95.6284,95.6284,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.626,101.626,102.6256,103.292,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,104.6248,105.2912,105.2912,105.6244,105.9576,106.9572,107.6236,107.9568,107.9568,109.2896,109.2896,109.956,109.956,110.6224,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.9528,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,118.286,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.616,126.616,127.6156,127.6156,128.6152,128.9484,130.6144,130.9476,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,136.612,136.612,137.2784,137.2784,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.6132,133.6132,132.9468,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,132.9468,133.28,133.9464,133.9464,133.9464,133.6132,132.9468,132.2804,132.2804,131.9472,131.2808,130.6144,129.2816,128.282,128.282,126.9492,126.9492,126.2828,125.6164,125.2832,124.6168,123.28399999999999,122.9508,121.9512,120.9516,120.2852,119.6188,118.286,117.6196,117.2864,116.62,115.2872,115.2872,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.2888,110.9556,110.2892,109.2896,108.9564,108.28999999999999,107.9568,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,104.958,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.9592,101.2928,101.2928,100.6264,99.6268,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,95.9616,95.2952,93.9624,93.9624,93.6292,93.6292,92.2964,91.2968,90.6304,90.6304,90.2972,90.2972,90.2972,89.964,89.2976,88.9644,88.298,87.9648,86.9652,85.9656,85.9656,85.9656,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,83.6332,85.2992,85.2992,85.6324,86.632,87.2984,87.9648,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.298,87.9648,87.9648,87.6316,86.9652,86.632,85.9656,85.2992,84.2996,83.6332,82.96679999999999,82.96679999999999,82.6336,83.3,84.6328,85.9656,87.2984,88.298,89.2976,89.2976,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,87.6316,86.632,85.2992,83.6332,82.3004,82.3004,81.634,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,77.3024,76.636,76.9692,76.3028,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.3028,76.636,76.636,76.636,76.636,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.6356,78.30199999999999,79.6348,80.9676,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,82.3004,83.6332,84.2996,84.2996,84.2996,84.2996,85.2992,85.2992,85.9656,86.632,86.632,86.632,86.632,86.9652,87.9648,87.9648,87.2984,86.9652,86.9652,86.9652,86.632,87.2984,87.2984,86.632,86.2988,86.2988,85.2992,84.2996,84.2996,82.96679999999999,82.3004,81.3008,81.3008,80.6344,80.3012,79.3016,79.3016,78.30199999999999,76.9692,75.6364,74.6368,73.304,71.3048,69.972,67.97279999999999,66.64,64.6408,63.308,61.3088,59.976,57.6436,56.977199999999996,56.3108,54.978,53.6452,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,46.9812,46.3148,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.9796,52.3124,53.9784,56.3108,58.31,60.9756,63.308,65.3072,66.64,67.6396,68.9724,69.972,70.6384,70.9716,70.9716,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048],[54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.9816,45.3152,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.308,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.634,81.634,82.3004,82.96679999999999,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,86.2988,85.6324,83.6332,82.96679999999999,83.6332,84.2996,85.9656,86.632,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,88.298,88.9644,88.9644,89.6308,89.6308,89.964,91.2968,92.2964,93.6292,93.9624,94.962,95.6284,95.6284,95.9616,96.9612,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,103.292,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.6248,104.6248,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,104.6248,105.2912,105.2912,105.6244,105.9576,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.2872,115.6204,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.6196,117.6196,117.2864,117.6196,117.9528,117.9528,118.61919999999999,118.9524,118.9524,118.9524,118.9524,119.2856,119.952,119.952,120.2852,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.616,126.616,127.6156,127.9488,128.9484,129.6148,130.6144,131.614,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,136.612,136.612,137.2784,137.2784,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,132.9468,133.6132,133.9464,133.9464,134.2796,134.2796,133.6132,133.6132,132.9468,132.2804,131.9472,131.2808,130.6144,129.948,128.6152,128.282,127.6156,127.6156,127.6156,126.616,126.616,125.9496,124.6168,123.28399999999999,122.9508,121.9512,120.9516,119.952,119.2856,118.286,117.6196,117.2864,116.2868,115.6204,114.954,114.2876,114.2876,113.288,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.2896,108.9564,108.28999999999999,107.6236,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,105.6244,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.2924,101.9592,101.9592,101.2928,99.96,99.6268,98.96039999999999,98.294,97.2944,96.9612,96.2948,95.9616,94.6288,93.9624,93.6292,93.6292,92.2964,92.2964,91.2968,90.6304,90.2972,90.2972,90.2972,89.964,89.2976,88.298,87.9648,87.2984,85.9656,85.9656,85.9656,85.2992,84.2996,84.2996,83.6332,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.634,82.3004,84.2996,84.966,84.966,85.6324,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,85.9656,85.2992,85.2992,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.9676,81.634,82.96679999999999,84.2996,85.9656,87.9648,87.9648,87.9648,87.6316,87.9648,87.9648,87.9648,87.9648,87.9648,86.632,85.9656,84.6328,83.6332,82.3004,81.634,81.634,80.6344,79.968,79.968,79.3016,78.6352,77.6356,76.636,76.636,76.3028,76.3028,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,75.6364,74.97,74.97,74.97,74.97,74.97,75.9696,75.9696,75.9696,75.6364,76.3028,76.9692,78.6352,79.6348,80.3012,80.9676,81.3008,81.3008,81.634,81.634,82.3004,82.3004,82.3004,82.3004,83.6332,83.6332,84.2996,84.6328,85.2992,85.2992,85.2992,85.2992,86.2988,85.9656,85.9656,86.2988,85.6324,85.6324,85.6324,85.6324,85.2992,84.966,84.966,84.2996,83.6332,82.96679999999999,82.3004,82.3004,81.3008,80.6344,80.6344,79.968,79.6348,79.6348,78.6352,77.3024,76.3028,75.6364,73.9704,72.6376,71.3048,69.972,67.97279999999999,66.64,64.6408,63.308,61.3088,59.976,57.6436,56.3108,55.6444,54.978,53.6452,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,47.6476,46.3148,46.3148,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.980399999999996,49.6468,50.3132,51.646,54.3116,56.3108,58.9764,61.3088,63.308,64.6408,66.3068,67.6396,68.6392,69.3056,69.6388,70.3052,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384],[55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,53.9784,54.3116,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.647999999999996,45.9816,45.9816,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,43.316,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,53.6452,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.2996,84.966,85.2992,85.2992,85.6324,83.6332,81.634,80.9676,80.9676,82.3004,84.6328,85.9656,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,88.298,88.63119999999999,89.2976,89.2976,89.6308,90.2972,91.2968,92.2964,93.6292,93.9624,95.2952,95.9616,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,104.958,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,104.6248,103.9584,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.9572,107.6236,108.28999999999999,108.6232,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.6204,115.6204,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,118.61919999999999,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.286,118.286,118.286,118.286,118.9524,118.9524,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.616,126.616,127.6156,127.9488,128.9484,129.6148,130.6144,131.614,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.946,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.6132,133.28,132.9468,132.9468,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,134.946,134.946,134.946,134.946,133.6132,133.6132,132.9468,132.6136,131.9472,131.2808,130.6144,129.948,128.6152,128.6152,128.6152,128.282,127.9488,127.6156,127.6156,126.9492,125.2832,124.6168,123.9504,122.9508,121.9512,121.2848,120.2852,118.9524,117.9528,117.2864,116.62,116.2868,114.954,114.954,114.2876,113.6212,112.95479999999999,112.2884,111.622,111.2888,109.956,109.956,108.9564,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.624,106.624,105.9576,105.6244,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,102.6256,102.6256,101.9592,101.2928,100.9596,100.2932,99.6268,98.6272,97.2944,96.628,96.2948,95.9616,94.6288,94.2956,93.6292,93.6292,92.2964,92.2964,91.2968,90.6304,90.2972,90.2972,90.2972,89.964,89.2976,88.298,87.9648,87.2984,85.9656,85.9656,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.9676,80.9676,81.634,82.96679999999999,83.6332,83.6332,84.2996,84.966,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,85.9656,85.9656,85.2992,84.2996,84.2996,83.6332,82.96679999999999,81.634,80.9676,80.3012,79.6348,78.9684,79.6348,81.634,82.96679999999999,84.966,86.2988,86.2988,86.632,86.632,86.632,86.632,86.632,86.632,86.632,85.9656,85.2992,84.2996,82.96679999999999,82.3004,81.3008,81.3008,80.6344,79.968,78.9684,78.9684,78.30199999999999,77.3024,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.9704,73.9704,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.9684,79.6348,79.6348,79.6348,80.3012,80.6344,80.6344,81.3008,81.634,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,80.9676,80.9676,80.9676,80.6344,80.6344,79.968,79.6348,79.968,79.6348,79.6348,78.6352,77.3024,76.3028,74.97,73.9704,72.6376,70.6384,69.3056,67.3064,65.9736,64.6408,63.308,61.3088,59.976,57.6436,56.3108,55.6444,54.978,53.6452,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,47.6476,46.3148,46.3148,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,52.3124,54.3116,56.3108,58.9764,60.3092,61.9752,63.9744,65.3072,67.3064,67.97279999999999,68.306,69.6388,70.3052,70.9716,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.3052,69.6388,68.9724,68.9724,68.9724,68.9724],[55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.3092,59.6428,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,52.3124,51.646,51.646,50.9796,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.647999999999996,46.647999999999996,46.647999999999996,45.9816,45.9816,45.3152,45.3152,44.6488,43.9824,43.316,43.316,43.316,43.316,44.6488,45.3152,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.641999999999996,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,85.2992,85.2992,84.2996,82.3004,78.9684,77.3024,78.6352,80.3012,82.96679999999999,85.2992,87.2984,87.2984,87.9648,87.9648,87.2984,87.6316,87.6316,88.298,88.63119999999999,89.2976,89.6308,89.6308,90.2972,91.63,91.63,92.9628,93.9624,94.6288,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,99.96,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.6244,105.9576,106.2908,106.9572,106.624,106.624,106.624,106.624,105.6244,105.9576,105.9576,105.2912,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.9536,116.2868,116.2868,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.9524,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.616,127.2824,127.6156,127.9488,128.9484,129.6148,130.6144,130.9476,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,134.2796,134.2796,134.946,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,134.946,134.946,134.946,134.946,133.6132,133.6132,132.9468,132.6136,131.9472,131.2808,130.6144,129.948,129.2816,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,125.9496,125.2832,124.6168,123.9504,122.9508,121.9512,120.9516,119.2856,118.9524,117.9528,116.62,116.2868,115.6204,114.954,114.954,114.2876,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.956,109.956,108.9564,107.9568,107.6236,107.6236,107.6236,107.2904,106.624,106.624,105.9576,105.2912,105.2912,105.2912,105.2912,104.958,104.2916,104.2916,103.62519999999999,102.9588,102.6256,102.6256,101.9592,101.2928,100.9596,100.2932,98.96039999999999,97.96079999999999,97.2944,96.9612,96.2948,94.6288,94.2956,93.9624,93.6292,92.2964,92.2964,91.63,90.6304,90.2972,90.2972,90.2972,89.2976,88.63119999999999,88.298,87.9648,87.2984,85.9656,85.9656,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.3012,80.3012,80.9676,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.2996,83.6332,83.3,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.2996,83.6332,82.96679999999999,82.3004,82.3004,81.634,80.9676,80.3012,79.6348,78.9684,77.9688,77.9688,78.9684,79.6348,81.634,83.6332,83.9664,84.6328,84.6328,84.6328,84.6328,85.2992,85.2992,85.6324,85.6324,85.2992,84.2996,83.6332,82.3004,82.3004,81.3008,80.6344,79.968,79.3016,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,71.9712,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,79.968,80.3012,80.9676,80.9676,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,80.9676,80.3012,80.3012,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.6352,78.6352,77.3024,77.3024,75.6364,74.97,73.304,71.9712,70.6384,69.3056,67.6396,65.9736,64.6408,63.308,61.3088,59.976,57.6436,56.3108,55.6444,54.978,53.6452,52.9788,52.3124,51.646,50.3132,49.6468,48.314,47.6476,46.3148,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,48.314,48.314,47.6476,47.6476,48.314,47.3144,47.3144,48.314,50.3132,52.3124,54.3116,56.644,58.31,60.6424,61.9752,63.308,65.3072,66.64,66.9732,68.306,69.6388,70.3052,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,68.9724,68.306,67.6396,67.6396,67.6396,67.6396],[56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,60.6424,60.6424,59.976,58.9764,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,55.3112,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.3116,54.3116,53.6452,52.9788,52.6456,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.315599999999996,44.315599999999996,44.982,45.6484,46.9812,47.6476,48.314,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,44.982,44.982,44.315599999999996,43.6492,43.6492,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.3168,41.3168,41.3168,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,65.3072,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,71.3048,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.966,84.966,83.6332,82.3004,81.634,81.634,82.6336,82.6336,81.3008,79.3016,76.3028,75.3032,75.9696,77.9688,81.3008,83.9664,86.632,87.2984,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.6308,90.2972,90.9636,91.63,91.63,92.2964,92.9628,93.9624,94.962,95.6284,95.9616,96.9612,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.9584,105.2912,105.9576,105.9576,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,105.6244,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.6244,105.6244,105.6244,106.9572,107.2904,108.9564,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.9528,118.61919999999999,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.952,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,119.952,119.6188,119.6188,119.6188,119.6188,119.952,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,121.2848,121.9512,122.6176,122.6176,122.6176,123.9504,124.95,125.2832,126.616,127.2824,128.282,128.6152,129.2816,129.948,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.6132,133.6132,134.2796,134.946,134.946,135.2792,135.6124,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.28,133.28,132.9468,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,134.946,134.946,134.946,134.946,133.6132,133.6132,132.9468,132.6136,131.9472,130.9476,130.6144,130.6144,129.948,129.948,129.2816,129.2816,128.6152,128.6152,128.282,127.6156,126.2828,125.9496,125.2832,124.6168,123.6172,122.9508,121.2848,120.9516,119.6188,118.9524,117.9528,116.62,116.62,116.2868,115.9536,114.954,113.6212,113.288,112.95479999999999,112.2884,111.622,110.9556,110.9556,109.956,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,106.9572,105.9576,105.9576,105.9576,105.9576,105.6244,105.2912,105.2912,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,101.9592,101.2928,100.9596,99.6268,98.294,97.96079999999999,97.2944,96.628,95.6284,94.962,94.962,93.6292,92.2964,92.2964,91.63,91.2968,90.2972,90.2972,89.6308,89.2976,88.63119999999999,88.298,87.9648,87.2984,85.9656,85.9656,84.966,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,80.3012,80.3012,80.3012,80.9676,81.634,82.3004,82.3004,82.96679999999999,82.6336,81.9672,81.634,81.634,81.634,80.9676,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.6352,77.6356,76.9692,76.3028,76.3028,76.9692,77.6356,79.6348,81.3008,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,82.96679999999999,82.3004,81.3008,80.6344,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.638,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.9716,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,79.3016,78.6352,77.6356,77.6356,76.9692,76.636,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,76.9692,76.3028,75.6364,74.6368,73.9704,72.6376,71.3048,69.972,68.6392,66.9732,65.3072,63.9744,62.3084,60.6424,59.309599999999996,57.6436,56.3108,55.6444,54.978,53.6452,52.9788,52.3124,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.3148,45.6484,44.982,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,48.314,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,46.9812,48.314,50.3132,52.3124,54.6448,56.977199999999996,58.6432,59.976,61.3088,62.6416,64.3076,65.6404,66.3068,67.6396,68.9724,69.6388,69.6388,70.3052,70.3052,70.3052,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,68.9724,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,65.6404],[56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,55.3112,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.6452,52.3124,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,46.3148,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,41.9832,41.9832,41.9832,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,82.96679999999999,82.3004,82.3004,83.6332,83.6332,83.6332,84.2996,84.2996,83.6332,81.634,80.3012,78.9684,77.6356,79.3016,78.6352,77.6356,76.3028,74.3036,73.63719999999999,74.3036,76.636,79.968,82.6336,86.2988,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.964,90.6304,90.2972,90.2972,91.63,91.9632,92.2964,93.29599999999999,93.9624,94.6288,95.6284,95.9616,96.9612,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,100.6264,101.2928,101.9592,101.9592,101.9592,102.6256,102.2924,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,105.6244,106.624,106.624,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.28999999999999,107.6236,106.9572,106.9572,105.9576,105.6244,105.2912,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.958,105.6244,105.6244,105.6244,105.9576,105.9576,107.2904,107.9568,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,112.2884,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.954,115.2872,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.61919999999999,119.2856,119.6188,119.6188,119.6188,119.952,119.952,120.6184,120.9516,120.9516,120.9516,121.618,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.2852,119.952,119.6188,119.6188,119.952,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,121.2848,121.9512,122.6176,122.6176,122.6176,123.9504,124.95,125.2832,126.616,127.6156,128.282,128.6152,129.6148,129.948,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.6132,133.6132,134.946,134.946,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.28,133.28,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,134.946,134.946,134.946,134.946,133.6132,132.9468,132.6136,132.6136,131.9472,130.9476,130.9476,130.6144,130.6144,129.948,129.2816,129.2816,129.2816,128.6152,128.6152,128.282,126.9492,126.2828,125.9496,125.2832,123.9504,123.28399999999999,121.9512,121.2848,120.2852,119.6188,118.61919999999999,117.9528,117.2864,116.62,116.62,115.9536,114.954,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,111.2888,110.2892,109.6228,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,106.624,106.624,106.624,105.9576,105.6244,105.6244,105.6244,105.2912,104.6248,104.2916,104.2916,103.62519999999999,102.2924,101.9592,101.2928,100.6264,99.6268,98.294,97.6276,96.628,96.2948,95.6284,95.2952,94.2956,92.9628,92.2964,91.63,91.2968,90.2972,90.2972,89.6308,89.2976,88.63119999999999,87.9648,87.2984,87.2984,85.9656,85.9656,84.966,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.9684,79.6348,80.3012,80.3012,80.9676,80.9676,81.3008,81.3008,80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,80.3012,80.3012,80.3012,79.6348,78.9684,78.9684,78.6352,78.6352,77.6356,77.6356,76.3028,75.6364,74.97,74.97,74.97,76.9692,78.30199999999999,79.6348,81.3008,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,79.968,79.3016,78.30199999999999,77.3024,76.636,75.9696,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.638,71.638,71.638,71.638,71.638,72.3044,72.3044,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.3044,71.638,71.638,71.638,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,70.3052,71.638,72.3044,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.3016,78.6352,77.3024,75.9696,74.97,74.97,74.6368,74.6368,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,75.6364,74.97,73.9704,73.304,71.9712,70.6384,69.3056,67.6396,65.9736,65.3072,63.9744,62.3084,60.6424,59.309599999999996,57.6436,56.3108,55.6444,54.978,53.6452,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,46.9812,45.6484,45.6484,44.982,44.982,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,48.314,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,46.3148,48.314,49.6468,50.9796,53.312,55.6444,57.3104,57.9768,59.309599999999996,61.3088,62.6416,63.6412,64.974,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,64.3076],[56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,60.3092,59.6428,59.6428,58.9764,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.644,56.644,56.644,55.9776,55.9776,55.9776,55.9776,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.3116,53.6452,52.9788,52.3124,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.315599999999996,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,81.634,79.3016,76.9692,75.6364,73.63719999999999,73.63719999999999,73.304,72.9708,72.3044,71.638,72.3044,73.63719999999999,76.3028,79.3016,82.6336,86.2988,87.6316,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.9636,90.9636,91.63,92.2964,93.29599999999999,93.9624,94.6288,95.2952,95.9616,96.628,97.6276,98.294,98.96039999999999,99.6268,99.96,100.2932,100.6264,101.2928,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,105.2912,105.6244,106.2908,106.624,107.9568,108.6232,108.9564,109.6228,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,107.9568,107.6236,106.624,105.9576,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,104.6248,104.958,105.6244,106.2908,106.2908,106.9572,107.6236,108.9564,109.2896,110.9556,111.2888,111.622,112.2884,111.622,111.622,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,115.6204,115.9536,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,119.6188,119.6188,119.952,120.2852,119.952,120.2852,120.2852,120.9516,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.618,121.618,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.618,121.618,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.616,127.6156,128.6152,129.2816,129.948,130.6144,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.6132,133.6132,134.946,134.946,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.28,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,134.946,134.946,134.946,134.946,133.6132,132.9468,132.6136,132.6136,131.9472,131.9472,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.2816,129.2816,128.6152,128.282,126.9492,126.2828,125.9496,125.2832,123.9504,123.28399999999999,122.9508,121.2848,120.2852,119.6188,118.9524,118.286,117.6196,117.6196,116.9532,116.2868,114.954,114.2876,113.95439999999999,113.288,111.9552,112.2884,111.622,111.2888,110.2892,110.2892,109.6228,109.2896,109.2896,109.2896,108.9564,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,105.6244,105.6244,105.6244,105.6244,104.2916,103.62519999999999,103.292,101.9592,100.9596,99.6268,98.294,97.6276,97.2944,96.2948,95.6284,95.2952,94.2956,92.9628,92.2964,91.63,91.2968,90.2972,90.2972,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.9652,85.9656,85.9656,84.966,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,75.9696,74.97,74.3036,74.3036,74.3036,74.3036,75.6364,76.9692,77.6356,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,80.9676,80.3012,79.6348,79.6348,78.9684,78.30199999999999,77.3024,76.636,75.9696,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.9716,70.9716,71.638,71.638,72.3044,72.3044,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.64,66.64,66.3068,66.3068,66.9732,67.97279999999999,68.6392,69.972,70.6384,71.9712,73.304,73.9704,74.6368,74.6368,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.30199999999999,76.9692,76.3028,74.97,74.3036,73.63719999999999,73.63719999999999,73.304,73.304,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.9704,74.3036,74.97,74.97,74.97,74.3036,73.304,72.6376,71.9712,70.6384,68.306,66.9732,65.9736,64.6408,63.308,61.641999999999996,60.6424,59.309599999999996,57.6436,56.3108,55.6444,54.978,53.6452,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,46.9812,45.6484,45.6484,44.982,44.982,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,48.314,49.6468,50.9796,52.3124,54.6448,55.6444,56.3108,57.9768,58.6432,59.976,61.3088,62.6416,63.9744,64.6408,65.3072,65.9736,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,66.9732,66.3068,66.3068,65.3072,64.6408,63.308,62.6416,61.9752,61.9752],[56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,61.9752,61.9752,60.9756,60.3092,59.6428,59.6428,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.3104,57.3104,56.644,56.644,55.9776,55.9776,55.9776,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,55.3112,55.3112,55.9776,55.9776,56.644,56.644,56.644,56.644,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,54.6448,54.6448,53.9784,53.312,52.3124,51.646,50.3132,49.6468,49.6468,48.314,48.314,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,42.6496,42.6496,41.9832,41.65,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,62.3084,63.308,63.308,63.9744,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.3004,81.634,80.9676,80.3012,79.6348,77.9688,76.3028,74.3036,71.9712,70.6384,69.3056,68.6392,69.3056,69.3056,69.972,70.6384,72.9708,74.97,78.30199999999999,81.3008,84.6328,86.9652,87.2984,87.9648,88.63119999999999,89.2976,89.964,89.964,90.9636,91.63,92.2964,93.29599999999999,93.9624,94.2956,95.6284,95.9616,96.628,97.96079999999999,98.96039999999999,99.6268,99.96,99.96,100.9596,100.9596,101.9592,101.9592,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,105.6244,106.2908,106.624,107.2904,108.6232,108.9564,109.956,109.956,110.2892,110.2892,110.6224,110.6224,110.6224,109.956,109.6228,108.6232,107.9568,107.2904,105.9576,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,106.2908,106.9572,107.6236,108.6232,109.956,110.2892,111.2888,111.9552,111.9552,111.9552,112.2884,112.2884,111.622,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.956,110.6224,110.9556,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.6208,114.954,115.6204,115.9536,116.62,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,119.6188,119.6188,119.952,120.2852,120.2852,120.9516,120.9516,120.9516,121.9512,121.9512,121.9512,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,121.618,121.2848,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,125.6164,126.2828,127.2824,127.6156,128.6152,129.2816,129.6148,130.6144,130.9476,130.9476,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,133.6132,133.6132,134.946,134.946,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.2796,133.9464,133.28,132.9468,132.9468,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,134.946,134.946,134.946,134.2796,132.9468,132.9468,132.6136,132.6136,131.9472,131.9472,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.6148,129.2816,129.2816,128.6152,127.2824,126.9492,126.2828,125.9496,124.6168,123.9504,122.9508,121.9512,121.2848,119.952,118.9524,118.286,117.6196,117.6196,116.9532,116.9532,115.9536,114.954,114.2876,113.95439999999999,112.6216,112.2884,112.2884,111.622,110.9556,110.2892,110.2892,110.2892,109.956,109.2896,109.2896,108.9564,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,104.6248,103.62519999999999,102.6256,101.2928,99.96,98.294,97.6276,97.2944,96.2948,95.9616,95.2952,94.2956,93.6292,92.2964,91.63,91.2968,90.2972,90.2972,89.2976,88.63119999999999,87.9648,87.9648,87.2984,86.9652,85.9656,85.9656,84.966,84.966,83.6332,82.96679999999999,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,76.636,76.636,75.9696,75.9696,75.9696,75.3032,75.3032,75.3032,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.6348,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,75.9696,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.9716,70.9716,70.9716,71.638,71.638,72.3044,72.3044,72.3044,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.3056,69.3056,68.6392,67.3064,66.64,65.9736,65.3072,65.3072,64.974,65.6404,65.6404,66.3068,67.97279999999999,68.6392,69.972,70.6384,71.9712,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,76.636,75.6364,74.97,73.63719999999999,72.9708,72.3044,72.3044,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.3048,69.972,68.306,66.9732,65.3072,64.6408,63.308,61.641999999999996,60.6424,59.309599999999996,57.6436,56.3108,55.6444,54.978,53.6452,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,46.9812,45.6484,45.6484,44.982,44.982,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,48.980399999999996,49.6468,50.9796,52.3124,53.312,54.6448,55.6444,56.3108,57.3104,58.6432,59.976,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,63.9744,63.308,61.9752,61.3088,60.6424,60.6424],[57.6436,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,52.9788,52.3124,51.646,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.314,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.9744,64.6408,64.6408,65.9736,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,86.2988,85.6324,84.966,84.966,84.966,83.9664,83.3,82.96679999999999,81.634,79.968,78.6352,76.3028,74.97,73.63719999999999,70.9716,69.3056,67.3064,65.6404,64.974,65.6404,66.9732,67.97279999999999,69.3056,71.3048,74.3036,77.6356,80.6344,83.9664,86.2988,86.632,87.9648,88.63119999999999,89.2976,89.964,90.2972,91.63,92.2964,92.9628,94.2956,94.962,96.2948,96.2948,97.6276,97.96079999999999,99.6268,100.6264,101.2928,101.9592,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.9584,104.2916,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,107.6236,107.9568,108.6232,108.9564,110.2892,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.2884,111.622,111.2888,110.2892,109.6228,108.9564,107.9568,106.9572,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,108.9564,109.6228,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.6224,109.956,109.2896,108.6232,108.28999999999999,108.9564,109.2896,109.956,110.9556,111.622,111.622,112.95479999999999,113.288,113.95439999999999,114.6208,115.6204,116.62,117.6196,118.286,118.286,118.9524,119.6188,119.6188,119.2856,119.2856,119.2856,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,121.2848,121.9512,122.6176,122.6176,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.28399999999999,122.6176,122.6176,122.9508,122.6176,121.9512,121.2848,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,124.6168,126.2828,126.616,127.6156,127.6156,127.9488,128.6152,128.9484,129.948,130.9476,130.9476,131.2808,131.9472,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,134.2796,134.2796,134.946,134.946,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.2792,135.2792,135.2792,134.946,134.946,134.2796,133.28,132.9468,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,133.28,133.28,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,131.9472,131.9472,131.2808,131.2808,130.9476,130.9476,130.9476,130.2812,130.6144,130.6144,130.6144,129.2816,128.282,127.6156,126.9492,125.9496,125.2832,124.6168,123.6172,122.2844,121.2848,120.9516,120.2852,118.9524,117.9528,117.9528,117.2864,116.9532,116.2868,115.6204,114.954,113.95439999999999,113.6212,113.288,113.288,112.2884,111.622,110.9556,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.956,108.9564,108.9564,108.9564,108.6232,107.9568,107.6236,106.9572,106.2908,106.2908,105.9576,105.6244,104.6248,103.62519999999999,103.292,101.626,100.6264,98.96039999999999,98.6272,97.96079999999999,96.2948,95.9616,94.962,94.2956,93.6292,92.6296,91.63,91.2968,89.964,89.964,89.2976,88.63119999999999,87.9648,87.9648,87.2984,86.9652,85.6324,85.6324,84.966,84.966,83.6332,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,75.9696,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.9704,73.304,72.6376,72.6376,73.304,73.304,73.9704,74.6368,75.6364,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,76.9692,76.9692,76.9692,76.3028,75.6364,75.6364,75.6364,74.97,74.3036,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.3052,69.6388,69.6388,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.3064,65.9736,65.3072,64.6408,64.6408,64.6408,64.6408,65.3072,64.974,65.6404,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,74.97,74.97,74.3036,72.9708,72.3044,71.638,70.6384,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,70.9716,70.3052,70.3052,68.9724,67.6396,66.3068,65.3072,63.9744,63.308,61.641999999999996,59.976,58.6432,57.6436,55.9776,55.3112,54.6448,53.6452,52.3124,51.646,50.3132,48.980399999999996,48.314,47.6476,46.3148,45.6484,45.3152,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,50.9796,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,53.312,53.9784,54.978,56.3108,56.977199999999996,58.31,58.9764,59.976,60.6424,60.9756,61.641999999999996,61.641999999999996,62.3084,63.9744,63.9744,64.974,64.974,64.974,64.974,63.9744,63.9744,62.6416,62.6416,62.3084,62.3084,61.3088,61.3088,60.6424,59.976,59.976,59.976],[58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,52.9788,52.3124,50.9796,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,56.644,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,63.9744,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.9704,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,85.6324,86.2988,86.2988,86.2988,85.6324,84.966,84.966,84.966,84.2996,82.96679999999999,81.634,79.3016,76.9692,74.3036,71.9712,70.3052,68.6392,66.64,65.3072,62.6416,62.6416,63.6412,64.3076,65.6404,67.6396,69.972,72.6376,75.6364,78.9684,81.9672,83.9664,85.2992,87.2984,88.63119999999999,89.2976,89.964,90.9636,92.2964,93.29599999999999,94.6288,94.962,96.2948,97.6276,97.96079999999999,98.96039999999999,100.2932,101.2928,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,105.2912,105.2912,105.2912,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.6232,109.956,110.6224,110.9556,111.622,111.622,112.2884,112.2884,111.9552,112.6216,113.288,113.288,112.6216,112.95479999999999,112.2884,110.9556,110.2892,109.2896,108.9564,106.9572,106.624,106.624,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.956,110.6224,112.2884,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.6224,109.956,109.2896,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.9556,111.622,111.9552,112.95479999999999,113.95439999999999,114.2876,115.2872,116.62,117.6196,118.286,118.9524,119.6188,120.2852,120.6184,120.6184,120.6184,119.952,119.952,119.952,119.952,119.6188,119.6188,119.952,119.952,120.6184,121.9512,122.6176,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,123.9504,123.28399999999999,123.6172,122.9508,122.2844,121.9512,121.9512,121.2848,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.95,125.6164,126.616,126.616,127.6156,127.6156,127.9488,127.9488,129.2816,129.948,130.6144,130.9476,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,134.2796,134.2796,134.946,134.946,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.28,132.9468,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,133.28,133.28,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,133.28,132.9468,132.6136,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.6144,128.6152,128.282,127.6156,126.9492,125.9496,125.2832,123.6172,122.9508,121.9512,121.2848,120.2852,119.2856,118.286,117.9528,117.9528,116.9532,116.2868,115.6204,115.6204,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,109.2896,108.6232,107.9568,107.6236,106.9572,106.2908,105.9576,105.6244,104.6248,103.62519999999999,103.292,101.626,100.6264,99.96,98.6272,97.96079999999999,96.9612,95.9616,95.6284,94.6288,93.9624,93.29599999999999,92.2964,91.63,90.6304,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.9652,85.9656,85.6324,84.966,84.966,83.6332,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,77.3024,77.3024,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.6388,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.3064,67.3064,67.3064,67.3064,66.64,65.9736,65.3072,64.6408,63.9744,62.9748,62.9748,63.9744,63.9744,64.3076,64.974,65.9736,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,70.9716,71.638,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.9716,69.6388,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,69.972,69.6388,69.6388,68.9724,68.306,66.9732,66.3068,64.6408,63.9744,62.3084,61.641999999999996,59.976,58.6432,56.977199999999996,55.9776,54.6448,53.9784,52.9788,52.3124,51.646,50.3132,48.980399999999996,47.6476,46.9812,46.3148,45.3152,45.3152,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,50.9796,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.978,55.6444,56.3108,56.977199999999996,57.9768,58.6432,59.6428,59.6428,60.3092,60.9756,61.641999999999996,62.3084,63.6412,63.6412,63.6412,63.6412,62.3084,61.641999999999996,60.6424,60.6424,60.9756,60.9756,59.976,59.976,59.309599999999996,58.6432,58.6432,58.6432],[58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,55.6444,54.978,54.3116,53.6452,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.314,48.314,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,54.6448,55.3112,55.3112,55.9776,55.9776,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,85.6324,84.2996,82.96679999999999,81.634,79.3016,76.3028,72.3044,69.6388,67.97279999999999,66.3068,64.6408,62.6416,61.3088,59.976,60.6424,61.3088,62.6416,65.6404,67.6396,70.6384,73.9704,76.9692,79.968,81.9672,83.9664,85.6324,88.63119999999999,89.964,90.6304,92.2964,93.29599999999999,94.6288,94.962,96.628,97.2944,98.96039999999999,100.2932,101.626,102.2924,103.62519999999999,104.958,105.6244,105.9576,106.624,106.624,106.624,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.6224,111.622,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,113.95439999999999,113.6212,114.2876,114.954,114.954,114.2876,114.2876,113.6212,112.2884,111.622,110.9556,109.2896,108.9564,108.28999999999999,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.2896,109.956,110.6224,111.2888,112.95479999999999,113.288,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,110.9556,109.956,109.2896,108.9564,108.9564,109.2896,109.2896,109.956,110.9556,111.9552,112.2884,113.95439999999999,114.6208,115.9536,116.62,117.9528,119.6188,120.2852,120.6184,120.9516,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,121.2848,121.2848,122.2844,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,124.95,124.95,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.6172,124.28359999999999,124.28359999999999,124.95,125.6164,126.2828,126.2828,126.9492,127.2824,127.6156,127.9488,127.9488,128.282,128.282,129.2816,129.948,130.6144,130.9476,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,134.2796,134.2796,134.946,134.946,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.28,132.9468,131.9472,131.9472,131.9472,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,133.6132,133.28,132.9468,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.614,130.9476,130.6144,129.2816,128.282,127.6156,126.9492,125.9496,125.2832,124.28359999999999,122.9508,121.9512,121.2848,120.9516,119.2856,118.286,118.286,117.9528,117.2864,116.2868,116.2868,115.6204,115.6204,114.954,114.954,113.95439999999999,113.288,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,111.9552,111.9552,111.622,110.9556,110.9556,110.9556,110.9556,110.2892,108.9564,108.28999999999999,106.9572,106.2908,105.9576,105.2912,104.6248,103.62519999999999,103.292,101.626,100.6264,99.96,98.96039999999999,98.294,96.9612,95.9616,95.6284,94.962,93.9624,93.6292,92.9628,91.63,91.2968,90.6304,89.964,89.2976,88.298,87.9648,87.2984,87.2984,86.9652,86.2988,85.9656,84.966,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.6352,77.3024,77.3024,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,73.9704,73.304,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,69.972,68.9724,68.306,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,67.97279999999999,67.3064,67.3064,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,67.3064,66.64,65.9736,64.6408,63.308,62.6416,61.3088,60.6424,59.309599999999996,57.9768,56.3108,55.3112,54.6448,53.9784,52.9788,52.3124,51.646,50.3132,48.980399999999996,47.6476,46.9812,46.3148,45.3152,45.3152,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.9784,53.9784,54.978,55.6444,56.3108,56.977199999999996,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436],[58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.3092,59.6428,58.9764,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,57.6436,56.3108,55.6444,54.978,54.3116,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,50.9796,50.9796,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,44.982,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.3168,41.3168,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,54.6448,55.3112,55.3112,55.3112,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.9656,86.9652,87.2984,87.2984,86.9652,86.9652,86.9652,86.2988,84.966,84.2996,81.634,79.3016,76.3028,71.638,68.9724,67.3064,64.974,62.6416,60.6424,59.309599999999996,58.6432,58.6432,59.309599999999996,60.6424,63.308,65.6404,67.6396,70.6384,73.63719999999999,77.6356,79.968,82.6336,84.966,88.63119999999999,90.2972,91.63,92.6296,94.2956,95.6284,96.2948,97.96079999999999,100.2932,101.2928,102.6256,103.9584,104.6248,105.9576,106.9572,107.9568,108.28999999999999,108.9564,108.9564,108.9564,109.2896,108.9564,109.2896,109.2896,109.6228,109.6228,110.2892,110.2892,109.956,109.956,110.9556,110.9556,110.9556,111.2888,111.622,112.2884,113.288,113.95439999999999,113.95439999999999,114.2876,114.6208,114.6208,114.954,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,113.288,112.95479999999999,111.2888,110.9556,109.2896,108.9564,108.9564,107.9568,108.6232,108.9564,108.9564,109.2896,109.956,109.956,110.6224,111.2888,111.9552,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,112.2884,111.622,111.622,110.9556,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,110.9556,112.95479999999999,113.288,114.6208,115.2872,116.62,117.6196,119.6188,119.952,121.2848,121.618,122.6176,122.9508,122.9508,122.6176,122.6176,122.6176,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.9512,122.6176,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,126.2828,126.2828,125.6164,125.6164,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.95,125.2832,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.9488,127.9488,128.282,128.6152,129.2816,129.948,130.6144,130.9476,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.9468,132.9468,134.2796,134.946,134.946,135.2792,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.28,132.9468,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,132.9468,133.28,133.28,133.28,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.28,133.28,132.6136,132.6136,132.6136,132.2804,132.2804,131.614,131.614,130.9476,129.6148,128.6152,128.282,127.6156,126.2828,125.6164,124.28359999999999,123.6172,122.9508,121.9512,120.9516,119.952,118.9524,118.286,118.286,117.9528,116.9532,116.2868,115.9536,115.6204,115.6204,114.954,114.6208,113.95439999999999,113.288,113.288,113.288,112.6216,112.2884,112.2884,112.95479999999999,112.95479999999999,111.622,111.622,111.622,111.622,111.622,110.9556,109.956,108.9564,107.6236,106.2908,105.9576,105.2912,104.6248,103.62519999999999,103.292,102.2924,101.2928,100.2932,99.6268,98.294,96.9612,95.9616,95.9616,95.6284,94.6288,93.9624,93.6292,92.6296,91.63,91.63,91.2968,89.964,89.2976,88.298,87.9648,87.2984,87.2984,86.9652,85.9656,85.9656,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,77.3024,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,71.9712,70.6384,70.6384,69.972,70.3052,70.3052,70.3052,70.3052,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,67.6396,66.9732,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.3064,67.3064,67.3064,66.64,66.64,66.64,66.64,66.3068,66.3068,66.3068,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,63.6412,62.6416,61.9752,61.3088,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,63.6412,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,69.972,68.6392,67.97279999999999,67.3064,66.64,65.9736,65.6404,64.974,64.974,64.3076,63.6412,62.6416,62.6416,62.6416,62.6416,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,65.9736,65.9736,65.9736,65.3072,63.9744,63.308,61.9752,61.3088,60.6424,59.976,58.6432,57.9768,56.3108,54.6448,53.9784,53.312,52.9788,52.3124,50.9796,50.3132,48.314,47.6476,46.9812,46.3148,45.3152,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.6456,53.312,54.3116,54.978,55.6444,55.6444,56.644,56.644,57.3104,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996],[58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,59.976,59.976,59.309599999999996,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.309599999999996,58.6432,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,50.9796,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.3124,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,45.6484,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.3168,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.982,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.9784,54.6448,54.6448,54.6448,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.3004,82.96679999999999,84.2996,84.966,84.966,85.9656,85.9656,86.2988,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.2988,84.966,83.6332,80.6344,76.9692,72.3044,69.6388,66.64,63.308,60.6424,58.31,56.977199999999996,56.3108,56.3108,56.977199999999996,58.6432,59.976,63.308,65.6404,68.6392,71.638,75.6364,79.6348,82.6336,85.6324,88.63119999999999,90.6304,92.2964,93.29599999999999,94.6288,96.628,98.96039999999999,100.6264,102.2924,103.9584,105.6244,106.9572,107.6236,108.9564,109.956,110.2892,110.2892,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.6204,114.6208,114.2876,112.95479999999999,112.2884,110.9556,109.956,109.2896,109.2896,109.956,109.6228,109.956,109.956,109.956,110.6224,110.6224,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,112.95479999999999,111.9552,110.9556,110.6224,110.6224,109.956,109.956,109.6228,109.2896,109.2896,109.956,110.2892,111.2888,112.2884,112.95479999999999,114.2876,115.2872,116.62,117.2864,118.286,119.6188,121.2848,121.9512,122.6176,122.6176,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,124.6168,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.9496,126.9492,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,125.2832,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.95,125.2832,126.2828,126.2828,126.9492,126.9492,126.9492,127.2824,127.2824,128.6152,128.6152,128.9484,129.948,129.948,130.6144,130.9476,131.2808,131.2808,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.9468,133.28,134.2796,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.28,132.9468,132.6136,132.6136,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,133.9464,133.28,133.28,133.28,132.9468,132.2804,131.9472,131.2808,130.6144,129.948,129.2816,128.282,126.9492,126.2828,125.2832,124.28359999999999,123.28399999999999,122.9508,121.2848,120.9516,119.952,118.9524,118.9524,118.286,117.6196,116.9532,116.62,116.2868,115.9536,115.6204,115.6204,114.6208,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.956,107.9568,107.6236,106.2908,105.9576,104.6248,103.62519999999999,103.62519999999999,102.6256,101.2928,100.2932,99.6268,98.96039999999999,97.2944,96.9612,96.2948,95.6284,95.2952,94.6288,93.9624,93.29599999999999,93.29599999999999,92.2964,92.2964,91.2968,90.6304,89.964,88.63119999999999,88.298,87.9648,87.2984,87.2984,86.2988,85.9656,84.966,84.966,83.6332,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,75.9696,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,68.306,68.6392,68.6392,68.6392,68.6392,68.306,68.306,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.3068,65.6404,65.6404,65.6404,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.3076,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,62.3084,62.3084,61.641999999999996,60.9756,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,62.3084,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,67.6396,67.6396,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,69.3056,69.3056,68.306,67.6396,66.3068,65.6404,64.974,64.3076,64.3076,63.308,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,63.308,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,55.3112,54.3116,53.6452,52.9788,52.3124,51.646,50.9796,49.6468,48.314,47.6476,46.9812,46.3148,45.3152,44.6488,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.9792,52.6456,53.312,53.9784,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,57.9768,57.9768,57.9768,57.9768,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996],[58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,60.6424,59.976,59.6428,58.9764,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,52.9788,52.3124,51.646,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.3148,46.3148,46.3148,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,53.312,53.9784,53.9784,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.9768,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,73.304,74.3036,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.966,84.966,85.9656,85.9656,86.2988,86.9652,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.2988,84.966,82.6336,79.3016,74.3036,70.3052,65.9736,61.9752,59.309599999999996,57.3104,55.6444,54.978,54.3116,54.978,56.3108,58.6432,61.641999999999996,64.3076,66.9732,70.6384,74.3036,78.9684,82.6336,86.632,89.2976,90.6304,92.6296,94.2956,95.6284,97.2944,100.6264,102.2924,104.6248,106.624,108.28999999999999,109.6228,109.956,110.9556,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.6216,112.6216,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,112.2884,112.95479999999999,113.288,113.95439999999999,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,116.62,116.2868,115.6204,114.954,114.2876,113.288,112.2884,111.2888,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.2888,111.622,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,110.2892,110.2892,109.956,109.956,109.6228,109.6228,109.956,109.956,110.2892,110.9556,112.2884,112.95479999999999,113.95439999999999,114.2876,115.9536,116.62,117.2864,118.286,119.6188,121.2848,121.9512,122.6176,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.2828,126.616,126.616,126.616,126.616,127.6156,127.9488,127.9488,127.9488,127.2824,127.2824,127.2824,126.9492,126.2828,125.2832,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.6172,124.28359999999999,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.2828,126.2828,126.9492,127.2824,127.9488,128.6152,128.9484,129.948,129.948,130.6144,130.9476,131.2808,131.2808,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.9468,133.9464,135.2792,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,135.2792,135.2792,134.946,134.946,134.2796,134.2796,133.28,132.9468,132.6136,132.6136,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,134.2796,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,134.946,135.2792,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.2792,134.946,134.2796,133.9464,133.9464,133.28,132.9468,132.9468,132.2804,131.9472,130.9476,130.6144,129.948,128.6152,127.6156,126.9492,125.6164,124.95,123.9504,123.28399999999999,122.2844,121.2848,120.9516,119.952,119.6188,118.9524,117.9528,117.6196,117.2864,116.62,116.62,115.9536,115.9536,115.2872,114.2876,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,109.956,108.6232,107.9568,106.9572,106.2908,105.2912,104.2916,103.62519999999999,102.6256,101.9592,100.9596,99.96,98.96039999999999,97.2944,96.9612,96.9612,95.9616,95.6284,94.962,94.2956,93.9624,93.6292,93.29599999999999,93.29599999999999,92.2964,91.2968,90.2972,90.2972,89.2976,88.298,87.9648,87.9648,87.2984,86.632,85.9656,84.966,84.966,83.6332,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,75.9696,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,68.6392,69.3056,69.3056,69.3056,68.6392,67.97279999999999,66.64,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,66.64,66.64,65.9736,65.9736,65.3072,64.6408,63.9744,63.9744,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.9768,58.6432,59.309599999999996,58.9764,59.6428,61.3088,61.9752,62.6416,63.308,63.308,63.9744,63.9744,64.6408,66.3068,66.3068,66.3068,66.3068,67.3064,67.3064,66.64,66.64,66.64,66.64,67.3064,67.97279999999999,68.306,68.306,67.6396,66.3068,65.6404,64.974,64.3076,63.6412,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,62.3084,62.3084,61.641999999999996,61.641999999999996,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,54.6448,53.6452,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,48.314,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,50.3132,50.9796,51.9792,51.9792,52.6456,53.312,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.3104,57.3104,57.3104,57.9768,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996],[58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.3092,59.6428,59.6428,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.978,54.3116,54.3116,53.6452,52.9788,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.9788,53.6452,54.3116,54.978,54.978,54.978,54.978,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,47.6476,47.6476,48.314,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,45.9816,45.9816,45.9816,45.3152,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,41.9832,41.65,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,44.315599999999996,44.982,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,53.312,53.312,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.9768,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.6412,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.9712,72.6376,74.3036,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.966,85.6324,85.9656,86.2988,86.9652,86.9652,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,85.2992,81.3008,76.3028,71.638,65.3072,61.641999999999996,58.9764,56.3108,54.6448,53.312,52.3124,53.312,53.9784,56.977199999999996,60.6424,63.9744,66.3068,69.972,74.3036,79.6348,83.9664,87.6316,89.6308,91.2968,92.6296,94.2956,97.2944,99.6268,102.2924,104.6248,106.2908,108.6232,110.6224,111.9552,112.95479999999999,113.95439999999999,114.2876,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,112.2884,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,112.95479999999999,113.6212,114.2876,114.954,114.954,115.2872,115.6204,115.9536,115.9536,115.9536,116.62,116.62,115.2872,115.2872,113.6212,113.288,112.2884,111.2888,110.6224,110.6224,110.6224,110.2892,109.956,109.956,109.956,109.956,110.6224,111.2888,112.2884,112.95479999999999,112.2884,111.9552,111.2888,110.9556,110.2892,109.956,109.956,109.2896,109.6228,109.6228,109.956,110.2892,110.9556,111.622,112.95479999999999,113.6212,114.2876,115.6204,116.2868,116.9532,117.2864,117.9528,119.6188,120.9516,122.2844,122.9508,123.28399999999999,124.28359999999999,124.28359999999999,124.95,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,125.2832,125.6164,126.616,126.616,127.2824,127.2824,127.6156,127.6156,127.9488,128.6152,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,126.9492,126.2828,125.2832,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.28359999999999,125.2832,125.6164,125.6164,126.2828,127.2824,127.2824,128.6152,128.6152,129.6148,129.6148,130.6144,130.9476,131.2808,131.2808,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.9468,133.9464,135.2792,135.6124,135.6124,135.6124,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,136.612,136.612,136.612,136.2788,136.2788,136.2788,135.2792,134.946,134.946,134.946,134.2796,134.2796,133.28,133.28,132.6136,132.6136,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,136.612,137.2784,137.2784,137.2784,137.2784,136.612,136.612,135.6124,135.2792,134.946,134.946,133.9464,133.9464,132.9468,132.2804,131.9472,130.9476,130.6144,130.6144,129.2816,127.6156,126.9492,126.2828,125.6164,124.6168,123.9504,122.9508,122.2844,121.2848,120.9516,120.2852,119.6188,118.61919999999999,117.9528,117.2864,117.2864,116.62,116.62,115.9536,115.6204,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.6224,109.956,108.6232,107.9568,107.6236,106.9572,105.6244,104.6248,104.2916,102.6256,101.9592,101.2928,100.6264,98.96039999999999,97.6276,97.2944,96.628,96.628,95.6284,95.6284,95.2952,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.2964,90.6304,90.2972,88.63119999999999,88.63119999999999,87.9648,87.9648,86.9652,85.9656,85.6324,84.966,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,79.6348,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,75.9696,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,66.9732,66.9732,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.6408,65.3072,65.3072,65.3072,64.6408,64.6408,65.3072,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.3072,64.6408,64.6408,63.9744,63.308,63.308,62.3084,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.64,65.9736,65.3072,63.9744,63.308,62.3084,61.641999999999996,61.3088,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.3092,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.6448,53.6452,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,48.314,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,50.3132,50.9796,51.9792,51.9792,52.6456,52.6456,53.6452,53.6452,54.3116,54.3116,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,56.644,56.644,57.3104,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996],[58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,60.9756,60.3092,60.3092,59.6428,59.6428,58.9764,58.9764,58.31,58.31,58.31,58.31,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,52.3124,51.646,51.646,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.9788,53.6452,54.3116,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,54.3116,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.3148,45.9816,45.9816,45.9816,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,43.9824,43.316,43.316,42.6496,41.9832,41.65,41.65,41.65,40.9836,40.9836,40.9836,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,44.315599999999996,44.315599999999996,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.6456,53.312,53.312,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,63.6412,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.97279999999999,67.97279999999999,68.6392,69.3056,69.3056,69.972,71.3048,71.9712,73.63719999999999,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.966,85.9656,86.2988,86.9652,86.9652,87.6316,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.2984,83.9664,78.30199999999999,72.6376,66.64,61.641999999999996,58.9764,56.3108,54.6448,53.312,52.3124,52.6456,53.312,56.3108,59.976,63.9744,66.64,70.6384,74.97,80.3012,84.6328,88.298,89.6308,91.2968,93.6292,95.6284,97.96079999999999,99.96,103.62519999999999,105.9576,108.28999999999999,110.6224,112.95479999999999,114.2876,114.6208,115.6204,116.62,116.62,116.62,115.9536,115.6204,115.6204,114.954,114.954,114.6208,114.2876,113.95439999999999,113.288,113.288,112.95479999999999,112.2884,111.9552,112.2884,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.9536,115.9536,116.62,116.62,115.9536,115.2872,114.2876,113.95439999999999,112.95479999999999,112.2884,110.9556,110.6224,110.2892,110.2892,109.956,109.956,109.956,109.956,110.6224,110.6224,111.622,111.622,111.2888,111.2888,110.9556,110.9556,109.956,109.956,109.2896,109.2896,109.6228,109.6228,109.956,110.6224,111.9552,112.95479999999999,113.6212,114.954,115.9536,115.9536,116.9532,116.9532,117.2864,117.9528,118.9524,120.9516,121.2848,122.2844,122.9508,124.28359999999999,124.95,124.95,125.2832,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,125.2832,125.6164,126.616,127.2824,127.2824,127.2824,127.6156,127.9488,128.6152,128.6152,128.9484,128.9484,129.2816,129.2816,129.2816,129.2816,127.6156,126.9492,125.9496,125.2832,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.6172,124.6168,124.6168,125.2832,125.6164,126.9492,127.2824,127.9488,128.6152,129.6148,129.6148,130.6144,130.9476,131.2808,131.614,132.2804,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.9468,133.9464,135.2792,135.6124,135.6124,135.94559999999998,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,136.612,136.612,136.612,136.2788,136.2788,135.6124,134.946,134.946,134.946,134.946,134.2796,134.2796,133.28,133.28,132.9468,132.6136,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.94559999999998,137.2784,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.2788,135.94559999999998,135.2792,134.946,134.2796,133.9464,133.6132,132.9468,132.2804,131.614,130.9476,130.6144,129.948,128.6152,127.2824,126.9492,126.2828,124.95,124.6168,123.28399999999999,122.9508,122.2844,121.2848,121.2848,120.2852,119.6188,118.9524,117.6196,117.2864,117.2864,116.62,116.62,115.9536,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,112.2884,112.2884,110.9556,110.9556,110.6224,110.6224,109.2896,108.6232,107.9568,107.6236,106.2908,104.6248,104.2916,102.6256,101.9592,101.2928,100.6264,99.6268,97.6276,97.2944,97.2944,96.628,96.2948,95.6284,95.6284,95.2952,95.2952,95.2952,94.6288,93.9624,93.6292,92.6296,91.63,91.2968,89.2976,88.63119999999999,88.298,87.9648,86.9652,86.9652,85.9656,85.6324,84.966,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.3,83.3,82.6336,81.9672,81.3008,80.3012,79.6348,78.9684,78.30199999999999,77.3024,77.3024,76.636,75.9696,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,67.3064,66.64,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,64.974,64.974,64.3076,64.3076,63.9744,63.9744,63.9744,63.9744,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,64.6408,64.6408,64.6408,63.9744,63.308,63.308,62.3084,62.3084,61.641999999999996,61.641999999999996,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.3072,64.6408,64.6408,63.9744,63.308,62.3084,61.641999999999996,60.9756,59.976,59.976,59.309599999999996,58.6432,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,57.9768,57.3104,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,54.978,53.9784,52.9788,52.3124,51.646,51.646,50.9796,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,50.3132,50.9796,51.9792,51.9792,52.6456,52.6456,53.6452,53.6452,54.3116,54.3116,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.9776,56.644,56.644,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996],[58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,60.3092,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.308,63.308,62.3084,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.3076,64.3076,64.3076,64.3076,63.308,63.308,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,59.309599999999996,58.6432,58.6432,57.9768,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.3116,53.9784,53.312,52.6456,51.9792,51.646,51.646,51.646,51.646,51.9792,51.9792,52.6456,53.312,53.6452,54.3116,54.978,54.978,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.6488,44.6488,44.6488,43.9824,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,46.3148,46.3148,46.9812,46.9812,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.3092,60.3092,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,63.308,63.9744,63.9744,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,67.6396,68.9724,69.6388,70.3052,71.3048,72.6376,73.9704,74.6368,75.6364,76.3028,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.96679999999999,83.6332,83.6332,84.966,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.2984,85.6324,79.968,74.6368,68.306,63.308,59.6428,56.977199999999996,54.978,53.6452,52.9788,52.9788,53.6452,56.644,60.6424,64.6408,67.3064,71.3048,76.3028,81.634,86.2988,88.298,90.6304,91.9632,93.6292,95.9616,98.294,101.2928,104.2916,107.6236,109.956,112.2884,114.2876,115.9536,116.62,117.6196,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.2872,115.2872,115.2872,114.6208,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.6212,114.2876,114.6208,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.2872,114.2876,113.6212,113.288,112.95479999999999,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.6228,110.2892,110.2892,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.2896,109.2896,109.2896,108.9564,109.6228,110.2892,110.9556,112.95479999999999,113.6212,114.954,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,118.9524,120.2852,121.2848,121.9512,122.9508,123.9504,124.6168,124.6168,124.6168,124.6168,124.95,124.95,124.95,124.95,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.616,127.2824,127.9488,127.9488,127.9488,127.9488,128.9484,128.9484,128.9484,128.9484,129.948,130.6144,130.6144,129.948,129.2816,128.282,126.9492,125.9496,124.6168,124.28359999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.95,126.2828,126.9492,127.9488,128.6152,129.948,129.948,130.6144,130.9476,131.9472,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.9468,133.9464,135.2792,135.6124,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.2792,135.6124,135.2792,134.946,134.946,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,133.28,133.6132,134.2796,134.946,134.946,135.2792,136.2788,136.612,136.612,136.612,136.2788,136.2788,136.612,137.2784,137.2784,137.6116,138.278,138.278,137.6116,137.6116,137.6116,137.2784,136.2788,135.6124,135.2792,134.946,134.2796,133.9464,133.28,132.6136,131.2808,130.6144,130.6144,129.948,128.6152,128.282,127.6156,126.2828,126.2828,125.6164,125.2832,124.6168,123.28399999999999,122.9508,121.2848,120.9516,119.6188,118.9524,118.9524,118.286,117.2864,117.2864,116.62,116.2868,115.6204,114.954,114.6208,113.6212,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.6224,110.6224,109.2896,108.6232,107.9568,107.6236,106.624,105.2912,104.6248,103.292,101.9592,101.2928,99.96,99.6268,98.294,97.6276,97.6276,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,94.962,94.6288,93.6292,92.2964,91.63,90.6304,89.964,88.9644,88.298,87.9648,87.2984,86.2988,86.2988,86.2988,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,81.9672,81.3008,80.6344,79.968,78.9684,78.30199999999999,77.3024,77.3024,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,68.9724,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.6408,63.9744,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.976,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,55.3112,54.6448,53.9784,53.9784,54.6448,55.3112,55.9776,56.644,58.31,58.9764,59.6428,60.3092,60.3092,60.9756,60.9756,60.9756,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.9764,58.31,58.31,57.6436,56.3108,54.978,54.3116,54.3116,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,52.3124,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,44.6488,44.6488,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,52.6456,51.9792,50.3132,49.6468,49.6468,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.3108,56.3108],[58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,60.3092,60.6424,60.6424,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,63.308,63.9744,64.6408,64.6408,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,64.974,64.974,64.974,64.974,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.3088,61.3088,59.976,59.309599999999996,59.309599999999996,58.6432,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.6448,53.9784,53.312,52.6456,52.3124,51.646,51.646,51.646,51.9792,52.6456,53.312,53.312,53.6452,54.3116,54.978,54.978,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,52.9788,52.9788,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.6488,44.6488,44.6488,44.6488,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.3152,45.9816,46.3148,46.3148,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,68.306,68.9724,69.6388,70.3052,71.9712,73.304,73.9704,74.97,76.3028,77.3024,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.2992,85.9656,87.2984,87.9648,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.9644,88.298,87.9648,86.2988,80.6344,76.3028,69.972,65.3072,61.3088,58.6432,56.3108,54.978,53.6452,53.6452,54.978,57.3104,61.3088,65.3072,67.97279999999999,72.6376,77.6356,81.634,86.2988,88.63119999999999,90.6304,91.63,93.6292,95.9616,98.294,102.2924,105.2912,108.28999999999999,110.9556,113.288,114.954,116.62,118.286,118.286,117.9528,117.6196,117.2864,117.2864,116.62,116.62,115.6204,115.6204,115.6204,115.2872,114.6208,113.95439999999999,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,111.622,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.6212,114.6208,114.6208,115.6204,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.2872,114.2876,113.6212,113.288,112.95479999999999,111.622,110.9556,111.2888,110.9556,110.9556,110.9556,110.2892,110.2892,109.6228,109.6228,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,109.956,111.2888,112.2884,113.6212,114.2876,116.2868,117.2864,117.6196,117.6196,117.2864,117.2864,117.2864,117.6196,118.286,119.6188,120.2852,121.2848,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.95,124.95,124.95,124.95,124.6168,124.6168,125.2832,125.2832,125.9496,126.616,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,128.9484,128.9484,128.9484,129.6148,130.6144,130.6144,130.9476,130.9476,129.6148,128.6152,127.6156,126.9492,125.6164,124.6168,124.28359999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.9508,123.9504,124.6168,125.6164,126.2828,127.6156,127.9488,129.2816,129.948,130.6144,130.9476,131.9472,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.9468,133.9464,135.2792,136.2788,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,134.946,135.2792,135.2792,134.946,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,133.6132,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.9468,133.28,134.2796,134.2796,134.946,135.2792,136.612,136.612,136.612,136.612,136.2788,136.612,137.2784,137.2784,137.6116,137.6116,138.278,138.278,137.6116,137.6116,137.6116,137.2784,136.2788,135.6124,135.2792,134.946,134.2796,133.28,132.9468,132.6136,131.2808,131.2808,130.9476,130.6144,129.2816,128.6152,127.9488,127.2824,126.9492,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.2844,121.2848,119.952,119.6188,118.9524,118.9524,117.6196,117.2864,116.62,116.62,115.9536,115.6204,114.954,113.95439999999999,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.9556,110.6224,110.6224,109.2896,109.2896,108.6232,107.6236,106.624,105.2912,104.6248,103.292,102.2924,101.2928,100.6264,99.96,99.6268,98.294,98.294,97.6276,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,95.9616,94.962,94.2956,93.29599999999999,92.6296,91.9632,90.6304,89.964,88.9644,87.9648,87.2984,86.632,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,82.96679999999999,81.9672,80.6344,79.968,78.9684,78.9684,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.3076,63.9744,63.308,61.9752,61.9752,61.3088,60.6424,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,55.6444,53.9784,53.312,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.3116,53.6452,53.6452,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.3116,53.6452,52.9788,52.9788,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,46.9812,46.3148,45.6484,45.6484,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,53.9784,53.312,52.6456,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.3108,56.3108],[58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,65.6404,65.6404,65.6404,65.3072,64.6408,64.6408,63.9744,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.3112,54.6448,54.6448,53.9784,52.9788,52.3124,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.6452,54.3116,54.978,54.978,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.6452,53.6452,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,45.6484,45.6484,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,71.3048,71.9712,73.304,74.3036,75.6364,76.636,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.2992,85.9656,87.2984,87.9648,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,85.6324,82.3004,77.6356,72.6376,68.6392,64.6408,61.3088,58.6432,57.3104,56.644,56.644,56.977199999999996,59.309599999999996,62.6416,66.64,69.6388,72.9708,77.9688,81.634,85.9656,88.298,90.6304,92.2964,93.9624,96.2948,99.6268,102.6256,106.2908,109.2896,111.2888,113.288,115.6204,117.2864,118.61919999999999,118.9524,118.61919999999999,118.286,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,114.6208,114.6208,115.6204,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.2872,114.2876,113.6212,113.288,112.95479999999999,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,108.9564,109.2896,110.9556,111.622,112.95479999999999,114.2876,114.954,116.62,117.2864,117.6196,117.6196,117.2864,116.62,116.62,116.9532,118.286,119.6188,120.2852,120.9516,121.9512,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.9496,126.616,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,128.9484,128.9484,128.9484,129.6148,130.6144,130.6144,130.9476,130.9476,129.948,129.2816,128.282,127.6156,126.616,125.6164,125.2832,124.95,124.28359999999999,124.28359999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.618,122.2844,123.28399999999999,123.9504,124.6168,125.6164,126.616,127.6156,128.9484,129.6148,130.6144,130.9476,131.9472,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.9468,133.9464,135.2792,136.2788,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,135.94559999999998,135.94559999999998,135.6124,135.2792,135.2792,134.946,134.2796,134.2796,133.9464,133.28,133.28,133.28,133.6132,133.28,133.28,133.28,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.9468,133.28,134.2796,134.2796,134.946,135.2792,136.612,136.612,136.612,136.612,136.2788,136.612,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,135.94559999999998,135.2792,134.946,134.2796,134.2796,133.28,132.9468,131.9472,131.2808,131.2808,130.9476,130.6144,129.2816,128.6152,128.282,127.9488,126.9492,126.2828,125.6164,125.2832,123.9504,123.6172,122.9508,121.2848,120.2852,119.6188,118.9524,118.9524,117.6196,117.2864,116.62,116.62,115.9536,115.6204,114.954,113.95439999999999,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.9556,110.6224,110.2892,109.2896,109.2896,108.6232,107.6236,106.624,105.9576,104.958,103.62519999999999,102.6256,101.9592,101.2928,100.9596,100.6264,99.6268,99.6268,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.6276,96.9612,95.9616,96.2948,95.6284,93.9624,93.6292,92.9628,91.63,90.6304,89.964,88.63119999999999,87.9648,87.9648,86.9652,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,85.6324,85.6324,85.6324,84.966,83.6332,82.96679999999999,81.3008,80.6344,79.968,79.3016,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,68.306,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.308,63.308,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,53.312,51.9792,51.9792,51.9792,52.6456,53.312,54.6448,55.3112,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.31,58.31,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.9776,55.3112,54.6448,53.9784,53.312,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,53.9784,53.9784,53.312,53.312,52.3124,51.646,50.9796,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,45.6484,45.6484,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,48.314,48.314,48.314,48.314,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996],[58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,64.6408,64.6408,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,53.6452,52.9788,52.9788,52.3124,52.6456,52.6456,53.312,53.9784,54.3116,54.3116,54.978,54.978,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,55.3112,54.6448,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.3152,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,44.6488,45.3152,45.3152,46.3148,46.3148,46.3148,46.9812,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,62.3084,63.6412,64.3076,64.974,65.6404,66.9732,67.6396,68.306,68.9724,70.6384,71.3048,72.6376,73.63719999999999,74.97,75.9696,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.2992,86.632,87.2984,87.9648,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,87.9648,87.2984,86.2988,83.6332,80.3012,75.6364,71.638,68.6392,65.3072,62.6416,61.3088,60.6424,60.6424,60.6424,62.6416,65.3072,68.9724,71.3048,74.97,78.6352,82.6336,85.9656,88.9644,90.9636,92.9628,94.6288,96.9612,100.2932,103.62519999999999,106.624,109.2896,111.622,113.6212,116.2868,117.2864,118.61919999999999,118.9524,118.61919999999999,118.286,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.954,114.6208,114.2876,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,114.6208,115.2872,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.6204,115.2872,114.2876,113.6212,113.288,113.288,112.2884,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.2896,109.2896,110.2892,111.2888,112.2884,112.6216,114.2876,115.2872,116.62,117.6196,118.286,117.6196,117.2864,116.62,115.9536,116.62,117.6196,118.286,119.6188,120.2852,120.9516,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.9496,126.616,127.2824,127.2824,127.9488,127.9488,127.9488,127.9488,128.9484,128.9484,128.9484,129.6148,130.6144,130.9476,131.614,131.614,130.2812,129.2816,128.6152,127.6156,126.9492,126.616,125.9496,125.2832,124.95,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.9504,125.2832,126.616,127.2824,128.6152,128.9484,129.948,130.9476,131.9472,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.9468,133.9464,135.2792,136.2788,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,135.94559999999998,135.94559999999998,135.2792,134.946,134.946,133.9464,133.28,132.9468,132.9468,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,133.6132,134.2796,134.946,135.2792,136.612,136.612,136.612,136.612,136.2788,136.612,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,135.94559999999998,135.2792,134.2796,134.2796,133.6132,133.28,132.9468,131.9472,131.2808,131.2808,130.9476,130.6144,129.2816,128.6152,128.282,127.9488,126.9492,126.9492,126.2828,125.6164,124.6168,123.6172,122.9508,122.2844,121.2848,119.952,119.6188,118.9524,117.6196,117.2864,116.62,116.62,115.9536,115.6204,114.954,113.95439999999999,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.9556,110.6224,110.2892,109.2896,109.2896,108.6232,107.9568,107.2904,106.624,105.6244,103.9584,103.292,102.6256,101.9592,101.2928,101.2928,100.6264,99.96,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,95.9616,94.962,94.2956,93.6292,92.9628,91.63,90.6304,89.964,89.2976,88.298,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.2988,85.9656,85.9656,84.966,83.6332,82.3004,81.634,79.968,79.3016,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.6412,63.308,63.308,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,57.9768,57.9768,57.9768,57.9768,57.9768,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,53.6452,51.9792,51.3128,51.3128,51.3128,51.9792,52.6456,53.9784,54.6448,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,57.9768,57.9768,57.9768,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.9788,52.9788,52.6456,52.6456,52.6456,51.9792,51.9792,50.9796,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,55.9776,55.9776,55.3112,54.6448,53.9784,53.312,52.6456,51.9792,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.314,48.314,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996],[57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.6408,63.9744,63.9744,63.308,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.3104,56.977199999999996,56.977199999999996,56.3108,56.3108,54.978,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,54.3116,54.6448,54.6448,55.3112,55.3112,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,53.312,52.6456,52.6456,51.9792,50.9796,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.3152,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,44.6488,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.976,59.976,59.976,59.976,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,61.3088,62.6416,63.308,63.9744,64.6408,66.3068,66.9732,67.6396,68.306,69.972,70.6384,71.9712,72.6376,74.3036,74.97,76.3028,76.9692,78.6352,79.3016,79.968,79.968,80.9676,80.9676,81.634,81.634,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,85.6324,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,86.2988,85.6324,82.96679999999999,79.6348,75.6364,72.9708,70.6384,68.306,67.3064,66.3068,66.3068,66.9732,67.97279999999999,70.3052,72.6376,74.3036,77.3024,80.9676,83.9664,86.9652,89.6308,91.63,93.29599999999999,95.2952,97.96079999999999,101.2928,103.9584,106.9572,109.2896,111.622,113.6212,116.2868,117.2864,118.61919999999999,118.9524,117.9528,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.2872,114.954,114.2876,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.6208,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,115.9536,115.9536,115.6204,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,111.622,113.288,113.6212,114.2876,115.2872,115.9536,116.9532,117.6196,116.9532,116.62,115.9536,115.9536,115.9536,116.62,117.2864,118.9524,119.6188,120.9516,121.2848,121.9512,122.6176,122.9508,123.28399999999999,123.6172,123.6172,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,126.616,126.9492,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.2816,129.948,130.6144,130.9476,131.2808,131.2808,130.2812,129.2816,128.6152,128.282,127.6156,126.9492,126.9492,125.9496,125.2832,124.95,124.95,124.28359999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.6176,122.9508,123.28399999999999,124.6168,125.6164,127.2824,127.9488,128.9484,129.948,131.2808,131.9472,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,135.2792,135.6124,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,136.2788,136.2788,135.94559999999998,135.94559999999998,135.2792,134.946,132.9468,132.6136,132.6136,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,133.6132,134.2796,134.946,135.2792,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,136.612,135.6124,135.2792,134.946,134.2796,133.28,133.28,132.9468,132.2804,131.9472,131.614,131.614,130.9476,130.6144,129.6148,128.9484,128.6152,127.9488,127.6156,127.2824,126.616,125.6164,125.2832,123.9504,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,117.6196,117.2864,116.62,116.62,115.9536,115.6204,114.954,114.6208,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.2892,109.956,109.6228,108.9564,108.28999999999999,107.9568,107.2904,106.624,105.2912,103.9584,103.292,103.292,102.6256,102.2924,101.2928,101.2928,100.6264,99.96,99.2936,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.6276,96.628,95.6284,94.962,94.6288,93.9624,93.6292,92.2964,91.63,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.6316,87.2984,87.2984,86.632,85.9656,84.966,83.3,82.3004,80.9676,79.968,78.9684,78.30199999999999,78.30199999999999,77.3024,75.6364,74.97,74.3036,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.6408,64.6408,63.9744,63.9744,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,53.9784,52.6456,50.9796,50.3132,50.3132,50.3132,50.9796,51.646,52.9788,53.6452,55.3112,55.9776,55.9776,56.644,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,53.9784,53.9784,54.3116,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.9788,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,51.3128,51.3128,51.3128,51.3128,50.9796,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,44.982,44.982,44.315599999999996,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.6448,55.3112,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.9784,53.312,52.3124,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436],[57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,65.3072,65.9736,65.9736,65.3072,65.3072,64.6408,64.6408,63.9744,63.9744,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.3072,64.6408,64.6408,63.9744,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.31,57.6436,57.6436,56.977199999999996,55.6444,54.978,54.978,54.3116,54.3116,53.6452,54.3116,54.3116,54.6448,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,53.9784,53.312,53.312,52.6456,51.646,50.9796,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,45.3152,45.3152,44.6488,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.9816,45.9816,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.976,59.976,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.9752,62.6416,63.308,63.9744,65.6404,66.3068,66.9732,67.6396,68.6392,69.972,70.6384,71.9712,73.63719999999999,74.3036,75.6364,76.3028,78.6352,79.3016,79.3016,79.968,80.3012,80.9676,80.9676,81.634,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,85.2992,86.632,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.2984,87.2984,86.9652,86.632,84.6328,82.3004,79.968,77.9688,75.9696,73.63719999999999,72.6376,71.9712,71.9712,72.6376,73.304,74.6368,76.3028,78.6352,80.3012,82.6336,85.9656,88.298,90.2972,91.9632,93.9624,95.6284,97.96079999999999,101.2928,103.9584,106.9572,109.956,112.2884,113.6212,116.2868,117.2864,118.61919999999999,118.9524,117.9528,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.2872,114.954,114.2876,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,114.2876,115.2872,115.2872,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.6204,115.2872,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.622,113.288,113.6212,114.2876,115.2872,115.9536,116.62,116.9532,116.9532,116.62,115.9536,115.2872,115.2872,116.62,116.62,118.286,118.9524,120.2852,120.9516,121.2848,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,123.9504,124.6168,124.6168,125.2832,125.2832,126.616,126.9492,127.6156,127.9488,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.948,130.6144,130.6144,131.2808,130.2812,129.2816,128.6152,128.282,127.6156,127.6156,126.9492,126.616,125.2832,125.2832,124.95,124.95,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,123.28399999999999,123.9504,125.6164,126.616,127.6156,128.9484,129.948,131.2808,131.9472,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,135.2792,135.6124,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,136.2788,136.2788,135.94559999999998,135.2792,134.946,133.9464,132.6136,131.9472,131.2808,130.9476,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,133.6132,134.2796,134.946,135.2792,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.6116,137.6116,137.2784,137.2784,137.2784,136.612,136.2788,135.6124,134.946,134.2796,133.6132,133.28,133.28,132.2804,131.9472,131.9472,131.614,130.9476,130.6144,130.6144,129.6148,128.9484,128.6152,127.9488,127.6156,127.2824,126.616,125.9496,125.2832,123.9504,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,117.6196,117.2864,116.62,116.62,115.9536,115.6204,114.954,114.6208,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.2892,109.956,109.6228,108.9564,108.9564,107.9568,107.6236,107.2904,105.6244,105.2912,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,101.9592,101.2928,100.2932,99.96,99.6268,98.96039999999999,99.2936,99.2936,99.2936,98.294,97.96079999999999,96.9612,95.9616,95.6284,95.6284,94.6288,93.9624,93.29599999999999,92.2964,91.63,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.2984,85.9656,84.6328,83.3,82.3004,80.9676,79.968,78.9684,78.30199999999999,77.3024,75.6364,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,66.9732,66.9732,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.6408,63.9744,63.9744,63.308,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.312,52.6456,50.9796,49.6468,49.6468,49.6468,50.3132,50.9796,52.3124,52.9788,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.3116,53.6452,53.6452,53.312,52.6456,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,49.98,49.98,49.98,49.98,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,46.9812,46.9812,46.3148,46.3148,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,56.644,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.9784,53.312,52.6456,51.9792,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436],[56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,65.3072,65.9736,65.9736,65.9736,65.3072,64.6408,64.6408,64.6408,63.9744,62.6416,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,65.9736,65.3072,65.3072,64.6408,63.9744,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,54.3116,54.3116,54.3116,54.6448,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.9764,58.9764,58.9764,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,55.6444,54.978,54.6448,53.9784,53.9784,53.312,51.646,51.646,50.9796,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.3148,46.3148,45.3152,45.3152,45.9816,45.9816,45.3152,45.3152,45.3152,45.3152,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.9752,62.6416,62.6416,63.308,64.974,65.6404,65.6404,66.3068,67.97279999999999,68.6392,69.972,71.3048,72.9708,73.63719999999999,74.97,76.3028,77.3024,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,85.2992,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.6316,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,85.9656,84.966,83.6332,82.3004,80.6344,79.3016,77.6356,77.6356,77.6356,77.6356,78.30199999999999,79.6348,80.9676,81.3008,83.6332,85.9656,87.6316,89.964,91.63,92.9628,94.2956,95.6284,98.294,101.626,104.6248,107.6236,109.956,112.2884,114.2876,116.2868,117.9528,118.61919999999999,118.9524,117.9528,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.2872,114.954,114.6208,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,114.2876,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.2868,116.62,115.9536,115.9536,115.6204,115.2872,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,110.9556,110.9556,111.2888,111.622,113.288,113.6212,114.2876,115.2872,115.9536,116.62,116.9532,116.9532,116.62,115.9536,115.2872,115.2872,115.9536,116.62,117.6196,118.286,120.2852,120.9516,121.2848,121.9512,122.2844,122.2844,122.6176,122.6176,123.6172,123.9504,124.6168,124.6168,125.2832,125.2832,126.616,126.9492,127.6156,127.9488,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.948,130.6144,130.6144,131.2808,129.948,129.2816,128.6152,128.282,127.6156,127.6156,127.6156,126.9492,125.6164,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.28399999999999,122.9508,122.2844,122.2844,121.9512,122.2844,122.9508,123.28399999999999,125.2832,125.9496,127.6156,128.6152,129.948,131.2808,131.9472,132.2804,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,135.2792,135.6124,136.2788,136.2788,137.2784,137.2784,137.2784,137.2784,136.2788,136.2788,135.2792,134.946,133.6132,132.9468,131.9472,130.2812,129.6148,129.948,128.9484,128.9484,129.948,129.948,130.6144,130.9476,130.6144,130.6144,131.2808,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,133.6132,134.2796,134.946,135.2792,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,136.612,136.612,136.612,136.2788,135.2792,134.946,134.2796,133.6132,133.28,132.9468,132.2804,131.9472,131.9472,130.9476,130.9476,130.6144,130.6144,129.6148,128.9484,128.6152,127.9488,127.6156,127.2824,126.616,125.9496,125.2832,123.9504,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,117.6196,117.2864,116.62,116.62,115.9536,115.6204,114.954,114.6208,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.9556,109.956,109.956,109.2896,109.2896,108.9564,107.9568,107.6236,106.9572,106.2908,105.6244,104.6248,103.9584,103.9584,103.292,103.292,102.6256,101.2928,100.9596,100.2932,100.2932,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.2948,94.962,94.962,93.9624,93.29599999999999,92.2964,91.63,91.2968,90.6304,90.6304,89.964,89.964,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.2984,85.9656,84.6328,83.6332,81.634,80.6344,79.3016,78.30199999999999,77.3024,75.6364,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.974,63.9744,63.308,63.308,62.3084,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,52.6456,51.9792,50.3132,49.6468,48.980399999999996,49.6468,49.6468,50.3132,51.646,52.3124,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,53.6452,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,45.6484,46.3148,46.3148,46.3148,45.6484,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.3132,50.3132,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,56.644,57.3104,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31],[56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,65.3072,65.3072,65.9736,65.9736,65.3072,64.6408,64.6408,64.6408,63.9744,63.308,62.6416,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.9736,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,66.64,65.9736,65.3072,65.3072,64.6408,63.9744,63.9744,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,54.3116,54.3116,54.6448,54.6448,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,55.6444,55.3112,54.6448,54.6448,53.9784,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,45.9816,45.3152,45.9816,45.9816,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.9816,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.308,64.3076,64.974,64.974,65.6404,67.3064,67.97279999999999,68.6392,69.972,71.3048,72.9708,74.3036,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.966,85.9656,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.6316,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,86.9652,86.2988,85.9656,85.6324,83.6332,82.96679999999999,81.9672,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.966,86.632,87.9648,89.2976,91.2968,92.2964,93.29599999999999,94.2956,95.6284,98.294,101.626,104.6248,107.9568,110.2892,112.2884,114.2876,116.2868,117.2864,118.61919999999999,118.286,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.6204,115.2872,114.954,114.6208,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,110.9556,110.9556,111.2888,111.622,112.6216,113.288,114.2876,114.954,115.2872,115.9536,116.62,116.62,115.9536,115.2872,114.954,114.954,115.9536,116.62,117.6196,117.9528,118.9524,119.952,120.9516,121.2848,121.618,122.2844,122.2844,122.6176,123.6172,123.9504,124.6168,124.6168,125.2832,125.6164,125.9496,126.9492,127.6156,127.9488,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.948,130.6144,130.6144,130.6144,129.948,129.948,128.6152,128.282,128.282,127.6156,127.6156,127.6156,126.2828,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.9512,122.9508,123.28399999999999,124.6168,125.9496,126.9492,128.6152,129.948,131.2808,131.9472,132.9468,132.9468,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,132.2804,132.2804,132.9468,132.9468,133.28,133.9464,134.6128,135.2792,135.6124,136.2788,136.612,137.2784,137.2784,137.2784,136.2788,135.6124,134.946,134.2796,133.6132,131.9472,130.6144,129.948,128.9484,127.9488,127.9488,127.9488,127.9488,128.6152,129.6148,129.6148,130.2812,130.2812,130.9476,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.6136,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,133.6132,133.9464,134.2796,134.946,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.2784,136.612,136.612,136.612,136.2788,135.6124,135.2792,134.2796,134.2796,133.6132,133.28,132.9468,132.2804,131.9472,131.9472,130.9476,130.9476,130.6144,129.948,128.9484,128.9484,128.6152,127.9488,127.6156,127.2824,126.616,125.9496,125.2832,123.9504,122.9508,121.618,120.9516,119.952,118.9524,118.286,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.6204,114.6208,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.6224,109.956,109.956,109.2896,108.9564,108.9564,107.9568,107.6236,106.9572,105.9576,105.2912,105.2912,104.6248,103.9584,103.62519999999999,103.292,101.626,101.626,100.9596,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,96.9612,95.9616,95.6284,94.6288,93.6292,93.29599999999999,92.2964,91.63,91.2968,90.6304,90.6304,89.964,89.6308,89.6308,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,86.632,85.9656,84.6328,82.96679999999999,80.9676,79.968,79.3016,77.3024,75.6364,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.974,64.3076,63.308,62.3084,62.3084,61.641999999999996,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.312,52.6456,51.9792,51.3128,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,47.3144,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,45.6484,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,57.3104,57.3104,58.31,58.9764,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,52.3124,51.646,50.9796,50.9796,49.6468,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31],[55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.9776,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.3092,60.9756,61.3088,61.9752,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.9744,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.6412,62.3084,61.641999999999996,61.641999999999996,60.9756,60.6424,59.976,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,59.6428,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.3092,60.3092,60.3092,60.3092,59.6428,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,53.6452,52.9788,52.3124,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.315599999999996,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.9824,44.315599999999996,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.308,64.6408,65.6404,66.3068,67.6396,68.9724,70.3052,71.9712,73.304,73.9704,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.6348,80.3012,80.9676,80.9676,81.9672,81.9672,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.6328,85.2992,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,84.966,84.2996,83.9664,83.9664,84.6328,84.966,87.2984,87.9648,88.298,88.9644,89.964,91.2968,91.63,92.2964,93.29599999999999,93.9624,95.6284,97.96079999999999,101.2928,103.9584,107.9568,110.2892,112.2884,113.6212,115.6204,116.62,117.9528,117.9528,116.62,116.2868,115.6204,115.6204,115.6204,115.6204,116.2868,116.2868,115.9536,115.9536,115.2872,114.6208,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,114.954,114.954,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.2888,110.9556,110.9556,110.9556,111.2888,111.622,112.2884,112.95479999999999,112.6216,112.95479999999999,114.2876,114.954,115.2872,115.9536,115.2872,115.2872,115.6204,115.6204,115.9536,116.62,117.6196,117.6196,118.286,119.2856,120.2852,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.95,126.2828,126.2828,127.6156,127.9488,128.6152,129.2816,129.2816,129.2816,129.948,129.948,129.2816,129.2816,129.948,130.6144,130.9476,130.9476,130.9476,130.6144,129.948,129.2816,128.6152,128.6152,127.9488,127.6156,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,123.9504,122.6176,122.2844,122.2844,121.9512,121.9512,122.9508,123.28399999999999,124.6168,125.9496,126.9492,128.6152,130.2812,131.2808,132.6136,132.9468,133.6132,132.9468,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,134.2796,134.2796,134.946,134.946,135.2792,136.2788,136.2788,136.612,136.612,136.2788,135.6124,134.946,134.2796,132.6136,131.9472,130.2812,129.2816,128.282,127.6156,126.9492,126.616,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,129.948,130.6144,130.2812,130.6144,131.2808,131.9472,131.9472,131.9472,131.614,130.9476,130.9476,131.614,131.9472,132.2804,132.2804,132.2804,133.6132,133.9464,134.2796,134.946,135.2792,135.2792,135.94559999999998,135.94559999999998,135.2792,135.2792,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.6124,135.6124,135.2792,134.2796,134.2796,133.28,133.28,132.9468,132.2804,131.9472,131.614,131.614,130.6144,130.6144,129.948,129.6148,128.6152,128.6152,128.6152,127.9488,127.6156,127.6156,126.9492,125.9496,125.2832,123.9504,122.9508,121.618,120.9516,119.952,118.9524,118.286,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,115.2872,114.6208,113.6212,113.288,113.288,112.6216,112.6216,111.9552,111.9552,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,109.2896,108.28999999999999,107.9568,106.9572,106.9572,106.2908,105.6244,105.2912,104.6248,103.62519999999999,103.292,102.2924,102.2924,101.626,100.6264,99.96,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.294,97.2944,96.9612,95.6284,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,89.6308,89.2976,88.298,87.9648,86.632,85.9656,84.966,83.6332,81.634,80.3012,79.3016,77.6356,75.9696,74.6368,73.63719999999999,72.9708,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,64.974,64.974,64.3076,63.6412,63.308,62.3084,61.641999999999996,61.641999999999996,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.3116,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.3124,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.3132,50.3132,48.980399999999996,48.314,48.314,48.314,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,45.9816,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.314,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.9788,53.6452,53.6452,53.6452,54.6448,54.6448,54.6448,54.6448,55.3112,55.9776,55.9776,56.644,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,59.976,59.976,59.309599999999996,58.9764,58.31,58.31,57.6436,56.3108,55.6444,55.6444,54.978,53.9784,53.312,52.6456,51.9792,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764],[54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,62.6416,62.6416,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.3076,63.308,62.3084,62.3084,61.641999999999996,61.3088,60.6424,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.9788,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.974,65.6404,66.9732,67.6396,68.9724,70.6384,71.9712,73.304,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,84.2996,84.2996,84.6328,85.2992,85.9656,86.2988,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.2988,86.2988,85.6324,85.6324,85.2992,85.6324,86.632,88.298,89.2976,89.964,90.2972,91.63,91.63,92.2964,92.6296,93.29599999999999,94.6288,95.6284,97.96079999999999,101.2928,103.9584,107.2904,109.6228,111.2888,112.95479999999999,114.2876,115.6204,116.2868,115.9536,115.6204,114.954,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,115.6204,115.6204,115.2872,115.2872,115.2872,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,113.95439999999999,113.95439999999999,113.288,113.288,112.2884,111.9552,111.2888,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,116.9532,117.6196,117.9528,118.286,119.6188,120.2852,120.9516,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.95,126.2828,126.2828,127.6156,127.9488,128.6152,129.2816,129.2816,129.2816,129.948,129.948,129.2816,129.2816,129.948,130.6144,130.9476,130.9476,130.9476,130.9476,129.948,129.2816,128.9484,128.6152,128.6152,127.6156,126.616,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,123.28399999999999,123.28399999999999,122.6176,122.2844,121.9512,121.9512,122.9508,123.28399999999999,124.28359999999999,125.6164,126.9492,127.9488,129.948,131.2808,132.6136,132.9468,133.6132,132.9468,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,134.2796,134.2796,134.2796,134.2796,134.946,134.946,135.6124,136.2788,136.612,136.2788,135.6124,135.2792,134.2796,133.9464,132.6136,131.2808,130.6144,128.6152,127.6156,126.616,125.9496,125.9496,126.9492,126.9492,127.6156,127.6156,128.6152,128.6152,128.9484,129.6148,129.948,130.6144,130.9476,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,131.9472,132.2804,132.2804,132.9468,133.6132,134.2796,134.2796,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,135.2792,134.6128,134.2796,133.6132,133.28,133.28,132.9468,132.2804,131.9472,131.614,130.9476,130.6144,129.948,129.6148,129.6148,128.6152,128.6152,128.6152,127.9488,127.6156,126.9492,126.616,125.9496,125.2832,123.9504,122.9508,122.2844,120.9516,119.952,118.9524,118.286,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.2872,114.6208,114.6208,113.6212,113.288,112.6216,112.6216,111.9552,111.9552,111.622,111.622,110.9556,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.2896,108.28999999999999,107.9568,107.6236,106.9572,106.624,105.9576,105.2912,104.2916,103.62519999999999,102.6256,102.6256,102.6256,101.2928,100.6264,99.96,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,95.9616,94.962,94.6288,93.6292,92.9628,92.2964,91.63,91.2968,91.2968,91.2968,90.2972,90.2972,90.6304,90.6304,90.2972,89.6308,89.2976,88.298,87.2984,86.632,85.6324,83.6332,81.634,80.3012,79.3016,77.6356,75.9696,75.3032,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,64.974,64.974,64.974,64.3076,63.6412,63.6412,62.3084,62.3084,61.641999999999996,61.641999999999996,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.3116,54.3116,54.3116,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.3124,51.646,50.9796,49.6468,48.314,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.9792,51.9792,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,49.6468,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,53.6452,53.9784,54.6448,54.6448,54.6448,55.3112,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.6448,53.9784,53.9784,53.312,51.646,51.646,51.646,50.9796,50.9796,50.3132,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428],[53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.3092,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.9744,64.6408,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,63.9744,63.308,63.308,62.3084,61.9752,61.9752,61.3088,61.3088,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.3108,54.978,54.3116,54.3116,53.6452,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.982,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,64.3076,64.974,66.3068,66.9732,68.306,69.6388,71.3048,71.9712,72.6376,72.6376,73.304,73.9704,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,85.9656,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,85.6324,85.6324,85.9656,87.2984,88.298,89.2976,89.964,90.2972,91.63,91.63,92.2964,92.6296,93.6292,94.6288,95.6284,97.2944,100.2932,102.6256,105.9576,108.28999999999999,110.2892,111.622,112.6216,113.95439999999999,114.2876,114.2876,113.288,112.6216,112.6216,112.6216,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,113.6212,113.288,113.288,112.6216,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.288,113.288,112.95479999999999,112.2884,111.2888,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,114.954,115.6204,115.6204,115.9536,115.9536,116.62,117.6196,117.6196,118.286,119.6188,120.2852,120.9516,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.95,125.6164,126.2828,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,129.948,129.948,129.948,129.948,129.948,130.6144,130.9476,131.614,131.614,130.9476,130.6144,129.948,128.9484,128.9484,128.6152,127.9488,127.6156,126.9492,126.616,125.9496,125.6164,125.2832,125.2832,123.9504,123.28399999999999,123.28399999999999,122.6176,122.2844,121.9512,121.9512,122.9508,123.28399999999999,123.9504,125.6164,126.9492,127.9488,129.2816,130.9476,131.9472,132.9468,132.9468,132.9468,132.6136,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,135.6124,135.6124,136.2788,136.2788,135.2792,134.6128,134.2796,133.9464,131.9472,130.9476,129.948,127.9488,126.616,125.6164,125.9496,126.616,126.616,126.9492,126.9492,127.6156,127.6156,128.282,128.6152,128.9484,129.2816,129.948,129.6148,130.2812,130.2812,130.2812,130.6144,130.6144,130.6144,130.9476,131.9472,132.2804,132.2804,132.9468,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,134.6128,134.2796,133.6132,133.28,132.9468,132.2804,132.2804,131.9472,131.614,130.9476,129.948,129.6148,129.6148,128.9484,128.6152,127.9488,127.9488,127.9488,127.6156,126.9492,126.616,125.9496,125.2832,123.9504,122.9508,122.2844,121.2848,119.952,118.9524,118.9524,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,114.954,114.954,113.6212,113.288,112.6216,112.6216,112.6216,112.6216,111.9552,111.9552,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,109.2896,108.9564,108.9564,107.9568,107.6236,106.9572,106.9572,105.9576,104.958,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,100.2932,99.2936,99.2936,99.2936,99.2936,99.2936,97.96079999999999,97.2944,96.2948,95.9616,94.6288,93.9624,92.9628,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,89.2976,88.298,87.9648,86.632,85.6324,84.2996,82.3004,80.9676,79.3016,78.6352,76.636,75.3032,74.3036,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,64.3076,64.3076,63.6412,63.6412,63.308,62.3084,62.3084,62.3084,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.3124,51.646,50.9796,49.6468,48.314,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,45.6484,45.6484,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.644,56.644,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.3112,54.6448,54.6448,53.9784,52.9788,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.3092],[53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,64.6408,63.9744,63.9744,63.9744,63.308,62.6416,62.6416,61.9752,60.9756,59.6428,58.9764,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.308,61.9752,60.6424,59.976,59.976,58.9764,58.31,57.6436,56.977199999999996,55.6444,54.978,54.978,54.3116,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,50.9796,50.9796,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,63.6412,64.3076,65.6404,66.3068,67.6396,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,74.97,75.9696,75.9696,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.9656,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.2988,87.2984,87.6316,88.298,89.2976,89.964,90.2972,91.63,92.2964,92.6296,92.6296,93.6292,93.9624,94.962,96.9612,98.96039999999999,101.626,104.2916,106.624,108.28999999999999,109.2896,111.2888,111.622,112.2884,112.2884,111.2888,111.2888,110.2892,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.2888,111.622,111.622,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,111.2888,110.2892,109.956,109.6228,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,113.288,113.288,113.6212,114.2876,114.954,114.954,114.954,115.2872,115.6204,115.6204,116.62,116.9532,117.9528,117.9528,118.9524,119.2856,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.6164,126.616,127.6156,128.282,128.6152,128.6152,129.2816,129.948,129.948,129.948,129.948,129.948,130.6144,130.9476,131.614,131.614,131.614,130.6144,129.948,129.6148,128.9484,128.9484,128.6152,127.9488,127.6156,127.2824,126.616,126.2828,125.6164,125.2832,124.6168,123.9504,122.6176,122.2844,122.2844,121.9512,122.6176,123.28399999999999,123.9504,124.28359999999999,125.2832,126.616,127.6156,128.9484,130.6144,131.9472,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,135.6124,135.6124,135.2792,134.6128,133.9464,133.6132,133.28,131.9472,129.948,129.2816,127.6156,127.2824,126.2828,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,126.9492,127.6156,127.6156,127.9488,128.6152,128.9484,129.2816,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,131.2808,131.9472,132.2804,132.9468,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.6128,134.6128,134.6128,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,134.2796,133.6132,133.28,132.9468,132.2804,132.2804,131.614,130.9476,130.6144,129.6148,128.9484,128.9484,128.6152,127.9488,127.9488,127.9488,127.6156,126.9492,126.9492,126.616,125.6164,125.2832,124.6168,123.28399999999999,122.9508,121.2848,120.2852,119.6188,118.9524,118.286,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.6204,114.954,114.954,113.6212,113.6212,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,109.956,109.956,109.2896,108.9564,107.9568,107.9568,107.6236,106.624,105.9576,104.958,104.2916,103.62519999999999,103.292,102.2924,101.2928,99.6268,99.2936,99.2936,99.2936,99.2936,97.96079999999999,97.2944,96.2948,95.9616,94.6288,93.9624,92.9628,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,89.964,89.2976,87.9648,87.2984,86.2988,84.2996,82.96679999999999,80.9676,79.968,78.6352,76.636,75.9696,74.97,74.3036,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,64.3076,64.3076,64.3076,63.6412,63.308,63.308,63.308,62.3084,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.3124,51.646,50.9796,49.6468,48.314,47.6476,47.6476,48.314,48.314,48.314,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.980399999999996,48.980399999999996,48.314,48.314,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.644,57.3104,57.6436,58.31,58.31,58.9764,59.6428,60.3092,60.3092,60.3092,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,54.6448,53.6452,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.3092,60.3092],[53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,65.9736,65.3072,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,62.6416,61.3088,60.6424,60.6424,59.6428,58.9764,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.3084,63.308,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.9736,65.9736,65.3072,65.3072,65.3072,64.6408,63.9744,62.3084,61.641999999999996,61.641999999999996,60.6424,59.976,59.309599999999996,57.9768,56.977199999999996,56.3108,55.6444,55.6444,54.6448,53.9784,53.9784,53.312,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.9816,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.6452,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.9656,85.6324,85.6324,85.6324,86.2988,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,86.9652,87.2984,87.6316,88.298,88.9644,89.2976,89.964,90.2972,91.63,92.2964,92.6296,92.6296,93.6292,93.9624,94.962,96.2948,97.96079999999999,100.2932,102.6256,104.6248,106.624,106.9572,108.28999999999999,109.6228,109.956,109.956,109.2896,108.9564,108.9564,108.9564,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,110.9556,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.6228,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.954,114.954,115.2872,115.2872,116.62,116.62,117.6196,117.9528,118.61919999999999,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,126.616,127.2824,127.2824,127.6156,128.6152,128.6152,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,131.614,131.614,131.614,131.2808,130.6144,130.2812,130.6144,129.948,129.948,128.9484,128.282,127.9488,127.2824,127.2824,126.9492,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.2844,121.9512,121.9512,122.6176,123.28399999999999,123.9504,124.28359999999999,124.95,125.6164,126.9492,128.6152,129.948,130.6144,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,132.9468,133.6132,134.946,134.946,134.946,134.946,134.2796,133.6132,132.6136,131.9472,131.2808,129.948,128.6152,128.282,127.6156,127.2824,126.616,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,127.6156,127.6156,128.282,128.6152,128.9484,128.9484,128.9484,129.6148,129.6148,129.948,130.6144,130.9476,131.9472,132.9468,133.9464,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.946,135.2792,135.6124,135.6124,135.6124,136.2788,136.2788,135.6124,135.6124,135.2792,134.6128,133.9464,133.6132,132.9468,131.9472,131.9472,131.614,130.9476,129.948,129.6148,128.6152,127.6156,127.6156,127.2824,127.2824,127.2824,126.616,126.2828,125.6164,125.6164,125.2832,125.2832,124.28359999999999,123.28399999999999,122.9508,121.9512,121.2848,120.2852,119.6188,118.9524,118.286,118.286,117.6196,117.6196,117.2864,116.62,115.9536,115.6204,115.2872,114.6208,114.6208,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,109.956,109.956,108.9564,108.9564,107.9568,106.9572,106.624,105.9576,105.2912,103.62519999999999,102.6256,101.626,100.2932,99.6268,99.2936,98.294,98.294,97.96079999999999,97.2944,96.2948,95.9616,94.6288,93.9624,93.6292,92.9628,92.6296,91.9632,91.9632,91.9632,91.63,91.63,91.9632,91.9632,91.2968,91.2968,90.6304,89.964,88.9644,87.9648,86.632,84.966,83.6332,81.634,79.968,79.3016,77.3024,76.636,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,68.306,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,63.9744,63.9744,63.9744,63.308,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,49.6468,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,43.6492,43.6492,43.6492,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.312,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.6456,53.312,53.312,53.312,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,54.3116,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.644,57.3104,58.31,58.9764,58.9764,58.9764,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.6448,53.9784,53.9784,53.312,52.9788,52.3124,51.646,50.9796,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088],[53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,65.9736,65.9736,65.9736,65.3072,65.3072,65.3072,64.6408,64.6408,63.308,62.6416,61.9752,61.3088,60.3092,59.6428,58.31,57.6436,56.3108,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,63.308,63.9744,64.974,65.6404,65.6404,65.3072,65.9736,65.9736,65.9736,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,65.3072,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,57.6436,56.977199999999996,56.977199999999996,56.3108,55.3112,54.6448,54.6448,53.9784,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,45.9816,45.9816,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.2996,83.6332,84.2996,84.2996,84.966,85.6324,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.9644,89.2976,89.964,90.2972,91.63,92.2964,92.6296,92.6296,93.6292,93.9624,94.962,95.6284,97.2944,99.2936,101.626,103.62519999999999,103.9584,105.2912,105.9576,106.2908,106.9572,106.9572,106.2908,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.956,109.956,110.2892,110.6224,111.2888,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,113.6212,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.9556,110.2892,109.6228,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.2876,114.2876,114.6208,114.6208,115.2872,115.2872,116.62,116.62,117.6196,117.9528,119.2856,119.952,120.2852,120.2852,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,125.6164,126.2828,126.9492,127.6156,128.6152,129.2816,130.6144,130.6144,130.6144,130.9476,130.9476,131.614,131.614,131.614,131.614,131.614,131.2808,130.6144,130.9476,130.6144,129.948,129.6148,128.6152,127.9488,127.6156,127.2824,126.9492,126.9492,126.2828,125.2832,123.9504,123.28399999999999,122.6176,121.9512,121.9512,121.9512,122.9508,123.9504,124.28359999999999,124.95,125.6164,126.2828,128.282,129.948,130.2812,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,132.9468,132.9468,134.2796,134.946,134.946,134.2796,133.28,132.9468,131.9472,131.2808,130.9476,129.6148,128.6152,128.282,128.282,127.6156,127.2824,126.616,126.616,126.2828,126.616,126.616,125.9496,125.9496,125.9496,125.9496,126.616,126.616,127.6156,127.9488,127.9488,128.6152,128.9484,128.9484,128.9484,129.6148,129.948,130.6144,131.614,131.614,133.6132,134.946,134.946,135.2792,135.2792,135.2792,135.94559999999998,135.94559999999998,135.6124,135.6124,135.6124,136.2788,136.612,136.612,136.612,136.612,135.6124,135.6124,135.6124,135.2792,134.2796,133.6132,132.9468,131.9472,131.614,130.9476,130.6144,129.6148,128.9484,127.9488,126.9492,126.9492,126.616,126.616,126.616,126.616,125.6164,125.6164,125.2832,125.2832,125.2832,124.95,123.9504,123.28399999999999,122.6176,121.9512,120.9516,119.952,119.2856,118.9524,118.9524,118.286,118.286,117.6196,117.2864,116.62,115.9536,115.2872,114.6208,114.6208,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.9556,110.6224,110.2892,109.6228,109.6228,108.6232,107.9568,107.2904,107.2904,105.9576,104.6248,102.6256,101.2928,100.2932,99.6268,99.2936,98.294,98.294,97.96079999999999,97.96079999999999,96.628,96.2948,95.2952,94.6288,93.9624,93.6292,92.9628,91.9632,91.9632,91.9632,91.63,91.63,91.9632,91.9632,91.63,91.2968,90.6304,89.964,89.2976,88.298,87.2984,85.9656,84.2996,82.96679999999999,80.9676,79.3016,78.30199999999999,77.3024,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.304,73.304,72.6376,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.6408,64.6408,63.9744,63.9744,63.308,63.308,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.976,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.6492,43.6492,42.9828,42.9828,42.9828,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.9816,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,52.9788,52.3124,51.646,50.9796,50.9796,51.646,51.646,52.3124,53.312,53.9784,54.6448,55.3112,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.6448,54.6448,54.6448,55.3112,55.9776,55.9776,56.644,57.3104,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.3112,54.6448,54.6448,53.9784,53.6452,52.9788,52.3124,51.646,50.9796,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752],[52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.6452,53.6452,54.3116,54.3116,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.64,66.64,66.64,65.9736,65.9736,65.3072,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,60.9756,60.3092,58.9764,58.31,56.977199999999996,56.3108,55.6444,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,63.308,63.9744,64.974,65.6404,66.3068,65.9736,66.64,66.64,66.64,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,65.9736,65.3072,64.6408,63.308,61.9752,60.6424,59.976,59.309599999999996,58.31,57.6436,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,45.9816,45.9816,45.9816,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,45.9816,45.9816,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,52.3124,52.9788,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.9752,62.6416,62.6416,63.308,64.3076,64.3076,64.974,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,70.6384,71.3048,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,76.636,77.3024,78.30199999999999,78.9684,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.2996,84.2996,83.6332,82.96679999999999,81.634,81.634,81.634,82.3004,83.6332,84.966,86.2988,86.2988,86.632,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.9644,89.2976,89.964,90.2972,91.63,92.2964,92.6296,92.6296,93.6292,94.6288,94.962,96.2948,97.2944,98.294,99.96,101.626,102.2924,102.6256,104.2916,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,108.6232,109.2896,110.2892,110.9556,111.9552,112.2884,113.288,113.288,114.2876,114.2876,114.6208,114.6208,114.2876,114.2876,114.2876,113.288,112.95479999999999,111.9552,111.2888,110.9556,109.956,109.956,108.6232,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,111.2888,111.2888,111.9552,112.95479999999999,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.6208,114.6208,115.2872,116.2868,116.62,117.6196,117.9528,119.2856,119.952,119.952,120.2852,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.6172,123.6172,124.28359999999999,125.2832,125.6164,126.616,127.6156,128.6152,129.2816,130.6144,130.6144,130.9476,130.9476,131.614,131.614,131.9472,131.9472,131.614,131.614,131.2808,131.2808,130.9476,130.6144,129.948,129.948,128.9484,128.9484,127.9488,127.9488,127.2824,127.2824,126.2828,125.2832,123.9504,122.9508,122.6176,121.9512,121.2848,121.9512,122.9508,123.9504,124.95,124.95,125.6164,126.2828,127.9488,129.6148,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,132.9468,132.9468,133.6132,134.2796,133.9464,133.28,133.28,132.9468,131.2808,130.9476,130.6144,129.6148,129.2816,129.2816,128.6152,128.6152,128.282,127.6156,127.6156,127.2824,126.616,126.616,125.9496,125.6164,125.6164,125.9496,125.9496,126.616,126.2828,126.9492,127.6156,127.9488,127.9488,127.9488,128.6152,128.9484,129.6148,129.948,129.948,131.614,132.6136,133.9464,134.2796,134.946,136.2788,136.612,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,136.2788,136.2788,135.6124,135.2792,134.2796,134.2796,132.9468,131.9472,131.614,130.9476,130.6144,129.6148,128.6152,127.6156,126.9492,126.616,125.9496,125.9496,125.9496,125.9496,125.6164,125.2832,125.2832,125.2832,125.2832,124.95,123.9504,123.28399999999999,122.9508,122.2844,121.9512,120.6184,119.2856,119.2856,118.9524,118.9524,118.286,117.6196,117.2864,116.62,115.9536,115.6204,114.954,114.954,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,109.956,108.28999999999999,107.9568,107.6236,106.624,105.6244,103.62519999999999,102.2924,100.6264,99.6268,99.2936,98.294,98.294,97.96079999999999,97.96079999999999,96.628,96.2948,95.2952,94.6288,93.9624,93.6292,92.9628,92.6296,92.6296,92.6296,92.2964,92.2964,92.6296,92.6296,91.63,91.63,90.6304,89.964,89.2976,88.298,87.2984,85.9656,84.966,83.6332,81.634,79.968,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.3036,73.9704,73.304,72.6376,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.3072,64.6408,64.6408,64.6408,63.9744,63.308,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,54.3116,54.3116,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,47.6476,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.6492,43.6492,43.6492,42.9828,42.9828,42.3164,42.3164,42.9828,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.9816,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,53.9784,52.9788,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.9788,54.6448,55.9776,56.644,58.31,58.9764,59.976,59.976,59.309599999999996,58.31,58.31,57.9768,57.3104,56.3108,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.312,52.6456,51.646,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416],[51.9792,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.6452,53.6452,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.6432,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.64,66.64,66.64,65.9736,65.9736,65.9736,65.3072,65.3072,63.9744,63.9744,63.308,62.6416,61.641999999999996,60.9756,59.6428,58.9764,57.6436,56.977199999999996,56.3108,56.3108,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.974,65.6404,66.3068,66.64,66.64,67.3064,67.3064,67.6396,67.6396,67.6396,67.6396,68.306,68.306,67.6396,67.6396,66.64,65.9736,65.3072,63.9744,61.9752,61.3088,60.6424,59.976,58.9764,58.31,57.6436,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.6452,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.9796,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.9816,45.9816,45.9816,45.9816,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,45.9816,45.9816,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.638,71.638,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,75.9696,76.636,77.3024,78.30199999999999,79.968,80.6344,81.9672,82.6336,83.6332,84.2996,84.2996,84.966,84.966,84.2996,84.2996,83.6332,82.96679999999999,81.634,80.3012,79.6348,79.6348,81.634,82.96679999999999,84.2996,84.966,86.2988,86.2988,86.632,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.964,91.2968,91.63,92.2964,92.6296,93.6292,94.6288,94.962,96.2948,96.9612,97.96079999999999,98.294,99.96,100.2932,100.9596,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.2908,106.9572,107.9568,108.6232,109.2896,110.2892,110.9556,111.9552,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.2896,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.954,115.2872,115.9536,116.62,117.9528,118.61919999999999,119.2856,119.2856,119.952,120.9516,121.2848,122.2844,122.2844,123.28399999999999,123.28399999999999,123.6172,123.6172,124.6168,125.6164,126.2828,126.9492,128.282,128.6152,130.6144,130.9476,130.9476,130.9476,131.614,131.614,131.9472,131.9472,131.614,131.614,131.2808,131.2808,130.9476,130.9476,130.6144,129.948,128.9484,128.6152,127.9488,127.6156,127.2824,126.616,125.6164,124.95,123.28399999999999,122.2844,121.9512,121.9512,121.2848,121.9512,122.9508,123.28399999999999,124.28359999999999,124.95,125.6164,126.2828,127.9488,128.9484,129.948,130.2812,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,132.9468,132.9468,133.6132,133.28,132.9468,132.9468,132.9468,132.2804,131.2808,130.9476,130.6144,129.6148,129.2816,129.2816,128.6152,128.6152,128.282,128.282,127.6156,127.6156,127.2824,126.616,125.9496,125.6164,125.6164,125.6164,125.9496,125.9496,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,128.9484,129.6148,129.6148,130.6144,131.9472,133.28,133.9464,134.946,136.2788,137.2784,137.9448,137.9448,138.6112,138.6112,138.6112,137.6116,137.9448,137.6116,137.6116,137.6116,136.9452,136.2788,135.6124,135.6124,134.946,134.2796,132.9468,131.9472,131.614,130.6144,129.948,128.9484,128.6152,126.9492,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,123.9504,123.9504,122.9508,122.9508,122.2844,121.9512,120.6184,119.2856,118.9524,118.9524,118.286,118.286,117.6196,117.2864,116.62,115.9536,115.6204,114.954,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.9556,110.6224,109.956,108.6232,107.9568,107.9568,106.9572,105.9576,104.6248,103.292,101.626,100.2932,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,96.628,96.9612,95.6284,95.2952,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,93.29599999999999,92.6296,92.2964,91.63,91.63,90.2972,89.2976,88.63119999999999,87.9648,86.632,85.6324,83.6332,81.634,80.6344,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,73.9704,73.304,72.6376,71.9712,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,65.9736,65.3072,65.3072,64.6408,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.3116,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,50.9796,49.6468,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,47.3144,47.3144,47.3144,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,42.6496,42.9828,42.9828,42.9828,42.3164,42.3164,42.3164,42.3164,42.3164,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,55.3112,56.644,58.6432,60.6424,61.641999999999996,62.9748,62.3084,62.3084,61.3088,60.6424,59.976,58.6432,57.6436,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,58.31,58.9764,60.3092,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.312,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.6456,53.312,53.312,53.9784,53.9784,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416],[50.9796,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.3092,60.3092,60.3092,60.3092,60.3092,60.3092,60.3092,60.9756,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.6408,64.6408,64.6408,63.9744,62.6416,61.9752,61.3088,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.308,64.3076,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,66.9732,65.6404,64.974,62.6416,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.9768,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,53.6452,52.9788,52.3124,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,76.3028,76.9692,79.3016,79.968,81.3008,81.9672,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.3004,80.9676,78.9684,77.9688,78.9684,80.3012,82.3004,83.6332,83.6332,84.966,84.966,85.2992,85.6324,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,90.2972,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.9624,94.2956,95.2952,96.2948,96.9612,97.6276,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,100.9596,101.2928,101.2928,102.2924,102.6256,103.292,103.292,104.2916,104.2916,104.958,104.958,105.6244,105.6244,105.6244,105.6244,106.9572,107.2904,108.6232,109.2896,109.956,110.6224,111.622,112.2884,113.288,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.956,108.9564,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,114.954,115.9536,116.62,117.9528,118.286,119.2856,119.952,120.2852,120.9516,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,125.2832,126.2828,126.9492,128.282,128.6152,130.6144,131.614,131.614,131.614,131.614,131.614,131.9472,131.9472,132.9468,132.2804,131.9472,131.9472,131.2808,131.2808,130.2812,129.948,128.9484,127.9488,127.2824,126.616,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.2844,121.9512,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.6156,128.6152,129.948,130.2812,130.6144,130.6144,131.2808,131.2808,130.9476,130.9476,130.9476,131.614,131.614,131.614,131.614,130.9476,130.9476,130.9476,131.614,131.614,132.2804,132.2804,132.2804,132.2804,132.2804,131.614,131.614,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.614,130.9476,130.9476,130.9476,129.6148,129.6148,129.2816,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,126.9492,125.9496,125.9496,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.9492,127.6156,127.6156,127.9488,127.9488,128.6152,128.9484,128.9484,129.6148,130.9476,131.9472,133.28,134.2796,136.2788,137.2784,137.9448,137.9448,138.6112,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.2784,136.612,136.2788,136.2788,134.946,133.6132,132.9468,132.2804,131.614,130.6144,129.948,128.6152,127.6156,126.616,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.2844,121.9512,120.6184,119.952,119.6188,119.6188,118.9524,118.9524,118.286,117.6196,116.62,115.9536,115.6204,115.6204,114.6208,114.6208,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,110.9556,110.9556,110.6224,109.956,109.2896,108.9564,108.28999999999999,107.6236,106.2908,105.6244,103.9584,102.6256,101.2928,100.2932,99.6268,99.2936,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,95.9616,95.2952,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,92.6296,91.63,91.2968,89.964,88.9644,88.298,87.2984,85.2992,84.2996,82.3004,81.3008,79.6348,78.9684,78.30199999999999,77.6356,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,63.6412,62.6416,61.9752,61.3088,59.976,59.309599999999996,58.6432,57.9768,57.3104,57.3104,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.6456,52.6456,52.6456,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.9788,54.3116,56.3108,57.6436,59.6428,61.3088,63.6412,64.3076,64.974,64.974,64.6408,63.308,61.9752,60.6424,58.9764,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,57.3104,57.9768,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.3104,57.3104,56.644,56.644,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.3116,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.9768,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,60.9756,60.9756,61.641999999999996,61.641999999999996,62.3084,62.3084,63.308,63.308],[50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,64.6408,65.3072,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.6408,64.6408,64.6408,64.6408,63.308,62.6416,61.9752,61.3088,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,66.9732,65.6404,64.974,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,52.9788,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,75.6364,76.3028,78.6352,79.3016,80.6344,81.3008,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.3004,80.9676,79.6348,77.9688,77.9688,78.6352,79.968,82.6336,83.3,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,90.2972,91.2968,91.63,92.2964,92.2964,92.2964,93.29599999999999,93.6292,94.2956,95.9616,96.2948,96.2948,96.9612,97.96079999999999,98.294,98.294,98.96039999999999,99.96,100.2932,100.6264,100.6264,101.2928,101.9592,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,105.2912,106.624,107.2904,107.9568,108.6232,109.2896,109.956,111.2888,111.622,111.9552,112.6216,112.6216,112.2884,112.2884,111.622,111.2888,110.9556,109.956,109.2896,109.2896,108.28999999999999,107.9568,106.624,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,115.2872,115.9536,116.62,117.9528,118.61919999999999,119.2856,119.952,120.2852,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.2828,127.6156,128.6152,130.6144,131.614,131.614,131.614,131.614,131.614,131.9472,131.9472,132.9468,132.2804,132.2804,131.9472,131.9472,131.2808,130.2812,129.948,128.9484,127.9488,127.2824,126.616,125.6164,125.2832,124.28359999999999,122.9508,122.9508,121.9512,121.9512,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.6156,128.282,129.948,130.2812,130.2812,130.6144,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.614,131.614,132.2804,132.2804,132.2804,132.2804,132.2804,131.614,131.2808,130.6144,130.6144,130.6144,130.6144,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,129.6148,129.6148,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,127.6156,126.616,125.9496,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.6152,128.6152,128.6152,128.9484,129.948,131.614,132.6136,134.2796,135.6124,136.612,137.6116,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.9448,137.2784,136.612,136.2788,136.2788,134.946,133.6132,132.9468,132.2804,131.614,130.6144,129.948,127.9488,127.6156,126.616,125.9496,125.9496,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.9512,121.2848,119.952,119.952,119.6188,119.6188,118.9524,118.286,117.9528,117.6196,116.62,115.9536,115.9536,115.6204,115.2872,114.6208,114.6208,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.622,110.9556,110.9556,110.2892,109.956,108.9564,108.9564,108.9564,106.9572,106.2908,104.958,103.292,102.6256,100.6264,100.2932,99.6268,98.6272,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,95.6284,95.2952,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,92.2964,91.2968,89.964,89.2976,88.9644,87.2984,86.2988,84.2996,82.96679999999999,81.3008,80.3012,79.6348,79.3016,78.6352,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.3044,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.3076,63.6412,62.6416,61.9752,60.6424,59.976,58.6432,57.9768,57.9768,57.3104,57.3104,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.3116,54.3116,54.3116,54.3116,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.9812,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,44.982,44.982,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.6456,52.6456,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.9788,54.3116,56.3108,57.6436,59.6428,62.3084,64.3076,65.6404,66.3068,66.3068,65.3072,64.6408,62.6416,61.3088,60.3092,59.6428,59.6428,59.6428,58.9764,58.31,57.6436,56.977199999999996,57.3104,58.6432,59.976,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.3104,57.3104,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.9756,61.641999999999996,61.641999999999996,62.3084,62.3084,63.308,63.308,63.308],[50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.3072,65.3072,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,59.309599999999996,58.6432,58.31,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.9744,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.3116,53.6452,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.97,75.6364,77.6356,78.6352,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.3004,81.634,79.3016,77.6356,76.9692,77.6356,79.3016,80.6344,83.3,83.9664,82.6336,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,85.9656,86.632,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,90.2972,91.2968,91.63,91.63,91.63,91.63,92.6296,92.9628,93.9624,94.962,95.2952,95.9616,95.9616,96.2948,96.628,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,99.96,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.9588,103.62519999999999,103.62519999999999,103.9584,104.2916,105.2912,106.624,106.9572,107.6236,108.28999999999999,108.9564,109.6228,110.2892,111.2888,111.2888,111.622,111.622,110.9556,110.6224,110.2892,109.956,108.9564,108.28999999999999,107.9568,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.2908,106.9572,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.9556,110.9556,110.9556,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,115.9536,116.62,117.9528,118.61919999999999,119.2856,119.952,120.9516,121.2848,121.618,122.2844,122.2844,122.9508,123.28399999999999,123.9504,125.6164,126.2828,127.6156,128.6152,130.6144,130.9476,131.614,131.614,131.614,131.614,131.9472,132.6136,132.2804,132.2804,132.2804,132.2804,131.614,131.2808,131.2808,130.9476,129.2816,128.6152,127.6156,125.9496,125.2832,123.6172,122.9508,122.2844,121.9512,121.618,121.9512,121.9512,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.2824,127.9488,128.9484,129.948,129.6148,130.2812,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.614,131.9472,131.9472,132.2804,132.2804,131.614,131.614,131.2808,130.6144,130.2812,130.2812,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.9476,130.6144,130.6144,130.6144,129.948,129.6148,128.9484,128.9484,128.9484,128.282,128.6152,128.9484,129.6148,128.9484,128.6152,127.6156,127.6156,127.2824,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,127.2824,127.2824,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.9484,130.2812,131.9472,133.9464,135.2792,135.6124,136.612,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,137.2784,137.2784,137.2784,136.612,136.2788,135.6124,134.946,133.6132,132.9468,132.2804,131.614,130.6144,129.6148,127.9488,127.2824,126.616,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,121.9512,121.2848,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,117.9528,117.9528,117.2864,116.62,116.62,116.62,115.9536,115.6204,115.6204,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.622,111.622,110.9556,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,106.9572,105.6244,104.6248,103.62519999999999,102.2924,101.2928,100.6264,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,96.628,96.9612,95.6284,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.6292,93.29599999999999,92.2964,91.2968,89.964,89.2976,89.2976,87.6316,86.2988,84.966,82.96679999999999,81.9672,80.3012,79.6348,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,73.63719999999999,72.9708,71.3048,69.972,69.3056,68.6392,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,63.6412,63.6412,62.6416,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.978,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.6456,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.9788,53.6452,56.3108,57.6436,59.6428,62.3084,64.3076,65.6404,66.3068,66.3068,65.9736,65.3072,63.9744,62.3084,61.3088,61.3088,61.9752,61.3088,61.3088,60.6424,59.309599999999996,58.6432,58.6432,59.309599999999996,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.641999999999996,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.9744],[50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.3072,65.3072,65.3072,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,61.3088,59.976,59.309599999999996,58.9764,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.3076,62.6416,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,53.6452,52.9788,52.3124,51.646,50.9796,50.9796,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.6444,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,62.6416,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.97,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,81.634,80.9676,79.968,78.6352,77.6356,76.9692,77.6356,79.3016,81.3008,83.3,83.3,82.6336,81.9672,82.3004,82.96679999999999,84.2996,84.2996,85.2992,85.9656,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,89.6308,90.2972,91.2968,91.63,91.63,91.63,91.63,91.63,92.9628,93.9624,94.2956,94.2956,95.2952,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.62519999999999,104.958,105.2912,105.9576,106.624,106.9572,107.9568,108.9564,108.9564,109.6228,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,107.9568,107.6236,106.9572,105.9576,105.9576,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,108.9564,108.9564,108.9564,109.2896,109.2896,110.2892,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,113.288,113.6212,114.2876,114.954,116.2868,116.62,117.9528,118.61919999999999,119.2856,120.2852,120.2852,120.9516,121.2848,121.2848,122.2844,122.9508,123.9504,125.2832,126.2828,127.6156,128.6152,129.948,130.6144,130.9476,131.614,131.614,131.614,131.9472,131.9472,132.2804,132.2804,132.2804,131.614,131.614,131.614,131.2808,130.9476,129.2816,127.9488,126.9492,125.6164,123.6172,122.9508,122.2844,121.9512,121.9512,121.618,121.9512,121.9512,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,125.2832,125.6164,126.2828,127.2824,127.9488,128.9484,129.2816,129.6148,130.2812,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.9472,131.9472,132.2804,132.2804,131.614,131.2808,130.6144,130.2812,129.948,129.948,130.6144,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.282,128.6152,129.6148,129.6148,128.9484,128.9484,127.9488,127.6156,127.2824,127.2824,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,127.2824,127.2824,127.6156,127.6156,127.9488,127.9488,127.6156,127.6156,127.9488,129.948,130.2812,131.9472,133.6132,134.6128,135.2792,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.2788,135.6124,134.2796,133.6132,133.28,132.6136,131.9472,130.9476,130.6144,129.6148,128.6152,127.6156,127.2824,126.2828,125.6164,125.2832,125.2832,124.6168,124.6168,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,121.9512,121.9512,121.2848,120.9516,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.6204,115.6204,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.9556,110.2892,109.956,109.6228,108.9564,108.28999999999999,107.9568,107.6236,106.2908,104.958,104.2916,102.6256,101.9592,101.2928,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,95.6284,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.6292,93.29599999999999,92.2964,91.63,89.964,89.2976,89.2976,88.298,86.9652,84.966,83.6332,81.9672,80.9676,80.3012,79.968,79.3016,78.30199999999999,77.6356,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,74.3036,72.9708,71.3048,69.972,69.3056,68.6392,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,68.6392,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,63.6412,63.6412,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.6452,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.3132,49.6468,48.314,48.314,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.6492,43.6492,42.9828,42.9828,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,43.9824,44.6488,45.3152,45.9816,45.9816,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,53.312,53.9784,56.3108,57.6436,59.976,62.3084,64.3076,65.6404,66.3068,66.9732,65.9736,65.3072,63.9744,63.308,63.308,63.6412,64.3076,64.3076,64.3076,63.308,61.3088,60.6424,59.976,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408],[50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.6452,53.6452,53.6452,54.3116,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.9736,65.9736,65.3072,64.6408,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.3076,62.6416,61.9752,61.3088,60.6424,59.976,59.976,59.976,59.976,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.3112,54.6448,53.9784,53.312,52.6456,51.9792,51.9792,51.3128,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,54.978,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,66.9732,66.9732,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,72.6376,73.63719999999999,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,80.3012,79.968,79.3016,78.6352,77.6356,76.9692,77.6356,78.6352,79.968,81.3008,81.9672,82.6336,81.9672,81.9672,81.9672,82.3004,82.96679999999999,84.2996,84.966,85.2992,85.9656,85.9656,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,88.63119999999999,88.63119999999999,89.6308,90.2972,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,91.9632,91.9632,92.9628,93.6292,94.2956,94.2956,94.962,95.6284,96.2948,96.2948,96.9612,97.6276,97.6276,97.6276,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,103.62519999999999,104.958,105.6244,105.9576,105.6244,105.9576,106.9572,106.9572,107.6236,108.28999999999999,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,106.9572,105.9576,105.6244,105.6244,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,105.2912,105.6244,105.6244,105.9576,105.9576,105.6244,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,110.9556,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,114.2876,115.9536,116.62,117.9528,118.286,119.2856,119.952,119.952,120.2852,120.9516,121.2848,122.9508,123.28399999999999,124.6168,125.6164,127.6156,128.282,129.948,130.6144,130.9476,130.9476,130.9476,131.614,131.614,131.614,131.2808,131.2808,131.614,131.614,130.9476,130.6144,130.6144,129.948,128.282,126.2828,125.2832,123.6172,122.2844,121.2848,121.618,121.2848,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.6168,125.6164,126.2828,126.2828,127.6156,128.282,128.9484,129.2816,129.948,129.948,129.948,130.2812,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,130.9476,130.9476,131.614,131.2808,131.2808,131.614,131.614,130.9476,130.6144,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.2812,130.2812,130.6144,129.948,129.948,129.948,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,128.9484,128.6152,127.9488,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.282,128.6152,129.948,130.9476,131.2808,133.28,133.28,133.9464,134.2796,134.2796,134.946,135.6124,135.6124,135.6124,135.6124,135.6124,135.2792,134.946,134.2796,133.9464,133.28,132.6136,131.9472,130.9476,130.6144,129.948,129.6148,128.6152,127.9488,127.2824,126.616,125.9496,125.6164,125.6164,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,121.618,121.2848,120.9516,120.9516,120.2852,119.6188,118.9524,118.9524,118.61919999999999,118.286,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.6204,115.6204,114.2876,114.2876,114.2876,114.2876,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.6224,109.956,109.2896,108.6232,108.6232,107.9568,107.6236,107.6236,106.2908,104.958,103.62519999999999,102.2924,101.9592,101.2928,99.96,98.96039999999999,98.96039999999999,98.6272,97.2944,97.2944,96.628,96.2948,95.9616,95.6284,95.6284,95.6284,95.2952,95.2952,94.962,94.6288,93.9624,93.6292,92.2964,91.63,91.2968,89.6308,89.2976,88.298,87.2984,85.6324,83.6332,82.6336,81.3008,80.6344,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.6352,77.6356,77.3024,76.636,74.97,73.63719999999999,72.3044,70.9716,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,63.308,62.3084,62.3084,61.641999999999996,60.6424,60.6424,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.6448,53.9784,53.312,52.6456,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.315599999999996,43.6492,42.9828,42.9828,42.6496,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.984,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,43.9824,44.6488,45.3152,45.9816,46.647999999999996,46.9812,47.6476,47.6476,47.6476,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,52.9788,52.9788,53.312,53.312,52.6456,52.6456,53.312,53.9784,56.3108,57.6436,59.976,62.3084,63.308,64.974,66.3068,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,64.6408,65.9736,66.64,66.64,65.6404,64.974,63.6412,62.6416,61.9752,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.308,63.308,62.3084,62.3084,61.641999999999996,61.641999999999996,61.641999999999996,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.3084,62.3084,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072],[50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.9788,52.9788,53.6452,53.6452,54.3116,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.64,66.64,65.9736,65.3072,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.976,59.6428,59.6428,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.312,52.6456,52.6456,51.9792,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.312,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.9744,64.6408,64.6408,65.3072,65.6404,65.6404,65.6404,66.3068,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.9712,72.6376,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.9684,77.3024,76.636,76.9692,77.6356,77.6356,79.3016,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.966,84.966,85.9656,85.9656,86.632,86.632,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,88.63119999999999,89.2976,90.2972,90.2972,90.2972,90.6304,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.9628,93.6292,94.2956,94.962,94.962,95.6284,95.9616,96.2948,96.9612,96.9612,97.2944,97.6276,98.294,98.294,98.6272,98.6272,98.96039999999999,99.2936,100.2932,100.6264,100.9596,101.2928,101.2928,101.2928,101.2928,101.9592,102.9588,103.62519999999999,104.2916,104.6248,104.2916,104.958,105.2912,106.2908,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.624,105.9576,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,106.624,106.624,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.622,111.622,112.95479999999999,112.95479999999999,114.954,115.6204,116.62,117.6196,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,121.9512,122.9508,123.9504,124.6168,126.2828,128.282,129.2816,130.6144,130.9476,130.9476,130.9476,130.9476,131.614,131.614,131.2808,131.2808,131.2808,131.2808,130.6144,130.2812,129.948,128.6152,126.2828,125.2832,123.6172,122.2844,120.9516,120.2852,120.9516,120.9516,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,125.2832,125.6164,125.6164,126.2828,127.2824,127.6156,128.6152,128.9484,128.9484,129.6148,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,130.6144,130.6144,130.9476,130.6144,131.2808,131.614,130.9476,130.6144,129.948,128.9484,128.9484,129.6148,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,127.9488,127.9488,127.2824,127.2824,127.2824,127.2824,127.2824,127.6156,127.2824,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.9484,129.948,130.9476,131.2808,132.6136,133.28,133.6132,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,133.6132,133.6132,132.6136,131.9472,130.9476,130.6144,129.948,129.6148,128.9484,128.6152,127.9488,127.6156,127.2824,126.616,125.9496,125.6164,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.2848,121.2848,120.2852,120.2852,119.952,119.952,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.6196,116.9532,116.62,116.62,116.62,116.62,115.6204,115.2872,115.2872,114.6208,114.2876,114.2876,114.2876,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,111.9552,111.2888,110.9556,110.9556,110.9556,110.6224,110.2892,110.2892,109.956,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,104.958,104.958,102.9588,102.2924,101.9592,101.2928,99.96,99.6268,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.6284,95.6284,95.6284,95.2952,95.2952,94.962,94.6288,93.9624,92.9628,92.2964,91.63,91.2968,90.2972,89.6308,88.298,87.2984,85.6324,84.2996,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.30199999999999,76.636,74.97,73.63719999999999,72.3044,71.638,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.3076,63.9744,63.308,63.308,62.3084,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.6428,60.3092,60.3092,59.6428,59.976,59.309599999999996,58.6432,58.6432,57.6436,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.9784,52.9788,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,49.6468,47.6476,46.9812,46.9812,46.3148,45.6484,44.982,44.982,44.315599999999996,43.6492,42.3164,41.65,41.65,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,52.9788,52.9788,53.312,53.312,53.312,53.312,53.6452,54.3116,56.3108,57.6436,59.976,62.3084,63.308,64.974,66.3068,66.3068,66.3068,65.6404,64.974,64.3076,65.3072,65.9736,67.3064,67.97279999999999,68.6392,68.6392,67.3064,66.3068,64.974,63.6412,61.9752,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,63.308,63.308,62.3084,62.3084,61.641999999999996,61.641999999999996,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072],[50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,52.9788,52.9788,52.9788,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.3064,67.3064,66.64,65.9736,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.3076,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,60.6424,60.3092,60.3092,60.3092,60.3092,59.6428,58.9764,58.31,57.6436,56.644,55.9776,55.9776,55.3112,54.6448,53.9784,53.312,52.6456,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,65.6404,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,71.3048,71.9712,73.63719999999999,74.3036,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.30199999999999,77.3024,76.636,76.636,76.636,77.3024,78.9684,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,85.9656,85.9656,86.632,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,88.63119999999999,89.2976,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.9624,94.962,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,102.6256,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.624,106.624,105.6244,105.6244,105.2912,105.2912,104.958,104.958,104.2916,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.958,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,107.9568,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.6228,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,113.6212,114.2876,115.6204,115.9536,116.9532,117.6196,118.286,118.286,118.9524,119.6188,120.2852,121.9512,123.28399999999999,123.9504,125.9496,127.6156,129.2816,130.6144,130.9476,130.9476,131.614,131.614,131.614,131.614,131.2808,131.2808,131.2808,130.6144,129.948,129.2816,127.9488,126.9492,125.2832,123.6172,121.618,120.2852,119.2856,119.2856,120.2852,120.9516,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,125.2832,125.2832,125.6164,126.616,127.2824,127.2824,127.2824,127.9488,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.2816,129.948,129.948,130.6144,130.2812,130.6144,130.9476,130.6144,129.948,129.2816,128.9484,128.9484,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,127.6156,128.282,128.6152,128.9484,129.6148,129.948,130.6144,131.9472,132.6136,132.6136,132.9468,133.6132,133.6132,133.6132,133.6132,133.9464,133.28,133.28,132.9468,132.6136,131.9472,130.6144,129.6148,129.948,129.6148,128.9484,128.6152,127.9488,127.9488,127.9488,127.6156,126.616,125.9496,125.9496,125.6164,125.2832,124.6168,124.6168,123.9504,122.9508,121.9512,121.2848,120.9516,120.2852,119.952,119.952,119.2856,118.9524,118.286,118.286,117.9528,117.6196,116.9532,116.9532,116.62,115.9536,115.9536,115.6204,115.6204,114.6208,114.6208,114.6208,113.95439999999999,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.6224,110.6224,110.6224,109.956,109.2896,109.2896,108.9564,107.9568,106.9572,106.9572,106.2908,106.2908,106.2908,105.2912,103.9584,103.62519999999999,102.6256,101.2928,101.2928,100.6264,99.6268,99.6268,99.6268,98.96039999999999,97.96079999999999,97.6276,97.2944,96.628,96.9612,96.2948,96.2948,96.2948,95.2952,95.2952,94.962,94.6288,93.29599999999999,92.9628,91.63,90.9636,90.6304,89.964,89.2976,88.298,87.2984,85.6324,84.2996,83.3,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,78.30199999999999,77.3024,75.6364,74.3036,72.9708,72.3044,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,64.974,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.3092,60.9756,60.9756,60.9756,61.3088,60.6424,60.6424,59.976,59.6428,58.9764,58.31,57.6436,56.644,55.9776,55.3112,55.3112,54.3116,53.6452,52.9788,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.315599999999996,43.6492,42.3164,40.9836,39.984,39.984,39.984,39.984,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.984,39.984,39.984,39.984,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,47.3144,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,52.9788,52.9788,53.312,53.312,53.312,53.9784,54.3116,54.978,56.3108,57.6436,59.6428,61.9752,63.308,64.974,65.6404,65.6404,65.6404,65.9736,65.3072,65.3072,65.9736,66.64,68.6392,69.3056,70.6384,70.6384,69.3056,67.97279999999999,66.3068,64.3076,62.6416,61.9752,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,63.308,63.308,62.3084,62.3084,62.3084,62.3084,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,65.9736],[50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,52.9788,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,67.97279999999999,67.97279999999999,67.3064,66.64,64.6408,63.9744,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,63.308,62.6416,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,60.9756,60.9756,60.9756,60.9756,60.3092,59.6428,58.9764,58.31,57.6436,56.644,56.644,55.9776,55.3112,54.6448,54.6448,53.9784,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,63.9744,64.6408,64.974,64.974,64.974,64.974,65.6404,66.64,67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.3048,72.9708,73.63719999999999,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,77.3024,78.30199999999999,78.9684,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,83.3,84.2996,84.2996,85.6324,85.9656,85.9656,86.632,87.2984,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.9592,102.2924,102.6256,102.2924,102.2924,102.6256,102.6256,103.292,104.2916,104.2916,105.2912,105.2912,104.958,104.958,104.958,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.958,105.6244,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,107.9568,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.6228,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,112.2884,112.2884,113.288,113.6212,114.954,115.6204,115.9536,116.62,116.9532,117.6196,117.9528,118.286,119.6188,119.952,121.618,123.28399999999999,125.2832,127.6156,128.9484,129.948,130.9476,130.9476,131.614,131.614,131.614,131.614,131.2808,130.6144,130.6144,130.6144,129.2816,127.9488,126.9492,125.2832,123.6172,122.2844,120.2852,118.286,117.9528,118.9524,119.6188,120.9516,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,126.2828,127.2824,127.2824,127.2824,127.2824,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.9484,128.9484,129.6148,129.6148,129.6148,129.948,129.948,129.2816,128.9484,128.6152,127.9488,128.9484,129.6148,129.6148,129.6148,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,128.9484,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,127.9488,127.9488,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,128.282,128.282,128.9484,128.9484,129.6148,129.6148,130.6144,131.614,131.9472,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.2804,132.2804,132.2804,131.9472,130.9476,129.948,129.6148,129.2816,129.2816,128.9484,128.6152,127.9488,127.9488,127.9488,127.9488,127.2824,126.616,126.616,125.9496,125.6164,125.2832,125.2832,124.6168,122.9508,121.9512,121.2848,120.9516,120.2852,119.952,119.2856,119.2856,118.286,118.286,117.9528,117.6196,116.9532,115.9536,115.9536,115.6204,115.2872,114.6208,114.6208,113.95439999999999,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.6216,112.2884,112.2884,112.2884,111.2888,111.2888,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.28999999999999,107.2904,106.9572,106.2908,105.6244,105.6244,104.958,104.958,104.958,103.9584,103.292,101.2928,101.2928,100.6264,99.96,99.6268,99.6268,99.6268,98.96039999999999,97.96079999999999,97.6276,97.2944,97.6276,96.9612,96.9612,96.2948,95.9616,95.2952,94.6288,94.6288,93.9624,92.9628,92.2964,91.63,90.9636,89.964,89.2976,88.9644,88.298,87.2984,86.2988,84.966,83.6332,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,78.9684,77.3024,76.3028,74.97,74.3036,72.9708,71.9712,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.9716,70.3052,70.3052,70.3052,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,64.6408,64.6408,63.9744,63.9744,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.9756,61.641999999999996,61.641999999999996,61.641999999999996,61.9752,61.9752,61.9752,61.3088,60.9756,60.3092,59.6428,58.9764,58.31,57.3104,56.644,55.9776,54.978,54.3116,53.6452,52.9788,52.9788,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.3148,45.6484,45.6484,44.982,44.315599999999996,43.6492,42.9828,41.65,40.3172,39.3176,38.6512,38.6512,39.3176,39.6508,40.3172,40.3172,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.984,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,47.3144,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.6452,52.9788,53.312,53.9784,53.9784,53.9784,54.3116,54.978,56.3108,57.6436,59.6428,61.9752,63.308,64.3076,64.974,64.974,64.974,65.3072,65.3072,65.9736,66.64,67.97279999999999,69.3056,70.6384,71.9712,71.638,70.6384,69.3056,67.6396,65.6404,63.9744,62.3084,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,63.308,63.308,62.3084,62.3084,62.3084,62.3084,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,65.9736],[50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,63.308,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.6408,63.9744,63.9744,63.9744,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,56.3108,56.3108,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.6456,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,61.3088,61.3088,61.9752,61.9752,62.3084,63.308,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,70.6384,71.9712,72.6376,73.9704,74.6368,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,73.63719999999999,74.3036,75.6364,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.3012,80.3012,80.6344,80.6344,81.3008,81.9672,82.6336,83.3,84.2996,84.2996,85.6324,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.9644,89.2976,89.6308,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.9632,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.9596,101.2928,101.9592,101.9592,101.2928,101.626,101.626,102.2924,102.2924,102.6256,102.6256,103.292,103.292,104.2916,104.2916,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.958,104.958,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.6212,114.954,115.6204,116.2868,116.2868,116.62,117.2864,118.286,119.6188,120.9516,122.9508,124.6168,126.9492,128.6152,129.948,130.9476,131.614,131.614,131.614,130.9476,130.9476,130.9476,130.6144,129.948,128.9484,128.282,126.616,125.2832,123.9504,121.9512,120.6184,118.9524,117.9528,117.9528,118.9524,119.952,121.2848,122.6176,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,124.28359999999999,124.95,124.95,124.95,125.2832,125.6164,125.6164,126.616,126.616,126.616,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,128.9484,128.6152,128.282,128.282,128.282,127.9488,127.9488,127.9488,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.9488,128.282,128.6152,128.6152,129.6148,129.6148,130.6144,130.9476,131.614,131.9472,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.614,130.9476,130.6144,129.948,129.6148,129.2816,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,126.9492,126.2828,125.6164,125.6164,125.2832,124.6168,123.28399999999999,122.2844,121.618,120.9516,119.952,118.9524,118.9524,118.286,117.9528,117.6196,116.9532,116.62,115.9536,115.6204,114.954,114.6208,113.95439999999999,113.95439999999999,113.6212,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,110.9556,110.2892,109.956,109.6228,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,104.6248,104.958,104.6248,104.6248,104.6248,103.9584,103.292,102.6256,101.2928,100.6264,99.96,99.6268,98.96039999999999,98.294,98.294,98.294,97.6276,97.6276,97.6276,96.9612,96.2948,95.6284,95.6284,95.2952,94.6288,93.9624,93.6292,93.29599999999999,92.2964,91.63,90.9636,90.2972,89.964,89.2976,88.63119999999999,88.298,87.2984,86.2988,84.966,84.2996,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.3012,79.6348,78.9684,78.30199999999999,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,73.63719999999999,73.63719999999999,73.9704,73.9704,73.9704,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.6408,64.6408,63.9744,63.9744,63.308,63.308,62.3084,62.3084,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.978,54.3116,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.3148,45.6484,45.6484,44.6488,43.9824,43.316,41.9832,40.6504,39.984,38.6512,37.9848,37.6516,37.6516,38.9844,39.6508,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,54.6448,54.6448,54.6448,53.9784,53.9784,54.6448,54.978,54.978,54.3116,54.978,56.644,57.9768,59.976,61.9752,63.308,63.9744,63.9744,63.9744,64.3076,64.974,64.974,66.3068,67.3064,68.6392,70.6384,71.9712,72.6376,72.6376,71.9712,70.6384,68.9724,66.9732,65.6404,64.3076,63.6412,63.6412,64.3076,64.3076,64.974,64.3076,64.3076,63.6412,63.6412,63.6412,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736],[50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,63.9744,63.308,63.308,62.6416,61.9752,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,64.6408,65.3072,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.6408,64.6408,64.6408,64.6408,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.644,56.644,55.9776,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,61.3088,61.3088,61.9752,61.9752,62.3084,62.3084,63.308,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.9736,66.9732,67.6396,68.306,69.6388,70.6384,71.9712,72.6376,73.304,73.63719999999999,72.9708,72.3044,71.638,71.638,72.9708,74.3036,75.6364,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,84.966,85.9656,86.2988,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,102.2924,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.292,102.6256,102.6256,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.626,101.626,102.6256,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.6244,105.9576,105.6244,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,109.2896,109.956,109.956,110.6224,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.288,113.95439999999999,114.6208,114.954,115.6204,115.6204,116.2868,117.6196,117.9528,119.6188,121.2848,123.28399999999999,125.6164,127.2824,129.2816,129.948,130.9476,130.6144,130.6144,129.948,129.948,129.2816,128.6152,127.9488,127.2824,125.9496,124.95,123.6172,122.2844,121.2848,119.2856,117.6196,117.2864,117.9528,118.9524,120.2852,121.618,122.6176,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,125.2832,125.2832,125.2832,125.6164,125.9496,126.616,126.616,126.616,126.616,126.616,126.616,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.9488,127.9488,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.616,126.616,126.9492,126.9492,126.9492,126.9492,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.6152,129.948,129.948,130.6144,130.9476,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,130.9476,130.9476,130.6144,129.948,129.6148,129.2816,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,126.2828,126.2828,126.2828,125.9496,125.2832,124.28359999999999,122.9508,122.2844,121.2848,120.9516,119.6188,118.9524,118.286,117.9528,117.6196,116.62,116.62,115.6204,115.2872,114.6208,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,110.9556,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,107.2904,107.2904,106.624,106.9572,106.2908,105.6244,104.958,104.958,103.9584,103.9584,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.294,98.294,98.294,97.6276,97.2944,96.9612,96.628,95.9616,95.6284,95.2952,95.2952,94.6288,93.9624,93.6292,92.6296,91.63,91.2968,90.6304,90.2972,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,87.2984,87.2984,86.2988,84.966,83.6332,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,80.3012,79.6348,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.6408,64.6408,63.9744,63.9744,63.308,63.308,62.3084,62.3084,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.9812,46.3148,45.6484,44.6488,43.316,42.6496,41.9832,40.6504,39.3176,38.6512,37.9848,36.9852,37.6516,38.318,38.9844,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.3116,54.978,56.644,57.9768,59.976,61.9752,63.308,63.9744,63.9744,63.9744,64.3076,64.974,65.6404,66.3068,67.97279999999999,69.972,71.3048,72.6376,73.304,73.63719999999999,72.6376,71.9712,70.6384,68.6392,66.3068,64.974,64.3076,64.3076,64.3076,64.974,64.974,64.974,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736],[50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.9764,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.3072,65.3072,65.3072,64.6408,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,60.3092,59.6428,59.6428,59.6428,58.31,57.6436,57.6436,57.6436,57.3104,57.3104,57.3104,57.3104,56.644,56.644,55.9776,55.9776,55.3112,55.3112,54.6448,53.9784,52.9788,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,61.3088,61.3088,61.9752,61.9752,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,71.3048,71.3048,71.3048,71.3048,72.3044,73.63719999999999,74.97,75.6364,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,84.966,85.9656,86.2988,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.6308,90.2972,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,109.956,110.2892,110.9556,111.622,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,113.288,113.6212,113.95439999999999,114.6208,114.954,114.954,115.6204,115.9536,117.2864,118.61919999999999,120.9516,122.2844,123.9504,126.2828,127.6156,127.9488,128.6152,129.2816,129.2816,128.282,127.6156,127.2824,126.616,125.6164,124.95,123.6172,122.2844,121.9512,120.2852,119.2856,118.286,117.6196,117.2864,117.6196,118.9524,120.2852,121.9512,122.6176,122.9508,122.6176,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,126.616,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.2824,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,126.9492,126.616,126.616,126.616,126.616,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.282,128.6152,129.2816,129.948,129.948,130.6144,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.2808,131.2808,130.9476,130.9476,130.6144,129.6148,129.6148,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.616,125.2832,124.6168,123.28399999999999,122.9508,121.9512,121.2848,120.9516,119.952,117.9528,117.9528,117.6196,117.2864,116.62,115.6204,115.2872,114.6208,113.6212,113.6212,113.288,113.288,112.2884,112.2884,112.2884,111.622,110.9556,110.2892,110.2892,109.6228,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.6236,106.9572,106.624,105.9576,105.6244,105.2912,104.6248,104.958,103.9584,103.9584,103.292,103.292,102.6256,102.2924,101.626,101.626,101.626,101.2928,99.96,99.96,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,95.6284,94.6288,94.6288,93.9624,93.6292,92.9628,91.9632,91.2968,91.2968,91.2968,90.6304,89.964,89.2976,88.9644,88.298,88.298,87.6316,87.2984,87.2984,86.632,85.6324,85.2992,84.2996,84.2996,82.96679999999999,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,62.6416,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.9812,46.3148,45.6484,44.6488,43.316,42.6496,41.9832,40.6504,39.3176,38.318,37.6516,36.652,36.652,37.3184,37.9848,38.6512,38.6512,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,51.646,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.978,54.978,54.978,55.6444,56.644,57.9768,59.976,61.3088,63.308,63.9744,63.9744,63.9744,64.974,64.974,66.3068,66.9732,68.6392,70.6384,71.9712,73.304,73.9704,74.3036,73.9704,72.6376,71.9712,69.972,67.6396,66.3068,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.6412,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736],[50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.3072,64.6408,64.6408,63.9744,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,64.6408,65.3072,65.9736,66.64,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.3072,65.3072,65.3072,65.3072,63.9744,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,60.3092,60.3092,60.3092,60.3092,58.9764,58.31,58.31,58.31,58.31,57.9768,57.9768,57.9768,57.9768,57.3104,57.3104,56.644,56.644,55.9776,55.3112,54.6448,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.6424,61.3088,61.9752,61.9752,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,71.3048,72.3044,73.63719999999999,74.97,75.6364,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,85.6324,86.9652,87.9648,87.9648,88.298,88.9644,89.2976,89.964,90.2972,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.96,100.2932,100.6264,100.6264,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.626,101.626,101.626,101.626,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.6244,105.2912,106.2908,106.2908,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,110.2892,110.9556,111.622,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,112.6216,113.6212,113.6212,114.6208,114.6208,114.6208,115.2872,115.9536,116.62,117.2864,118.9524,120.9516,121.9512,123.9504,124.95,125.6164,126.9492,127.6156,127.2824,126.616,125.6164,125.2832,124.95,123.6172,122.9508,121.618,120.2852,119.952,118.61919999999999,117.9528,117.6196,116.62,117.2864,117.6196,119.952,121.2848,121.9512,122.6176,122.9508,122.6176,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,124.28359999999999,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,127.2824,127.6156,127.6156,127.6156,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,126.9492,126.9492,126.9492,126.616,126.616,126.616,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.616,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.282,128.282,129.2816,129.2816,129.948,129.948,130.2812,131.2808,131.2808,131.2808,131.9472,131.9472,131.2808,131.2808,130.9476,130.6144,129.948,129.6148,128.9484,127.9488,127.9488,127.6156,127.6156,127.6156,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,125.9496,125.2832,123.9504,123.28399999999999,122.6176,121.9512,121.2848,120.9516,118.9524,118.286,118.286,117.6196,117.2864,116.62,115.9536,115.6204,114.6208,113.95439999999999,113.95439999999999,113.6212,113.288,112.6216,112.2884,111.622,111.2888,110.6224,110.2892,109.6228,108.9564,108.28999999999999,107.6236,107.2904,107.2904,106.9572,106.2908,105.9576,105.6244,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.2928,100.6264,100.6264,99.96,99.96,99.2936,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,97.2944,96.628,95.9616,95.6284,95.6284,94.962,93.9624,93.9624,93.6292,92.9628,92.6296,91.63,91.2968,91.2968,91.2968,90.6304,89.964,89.2976,88.9644,88.298,88.298,88.298,87.9648,87.2984,86.632,86.632,85.9656,85.2992,84.6328,84.2996,82.96679999999999,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.97,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.6388,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.3072,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,53.6452,52.9788,52.3124,51.646,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.9812,46.3148,45.6484,44.6488,43.316,42.6496,41.9832,40.6504,39.3176,38.318,37.6516,36.652,36.652,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,45.3152,45.9816,46.647999999999996,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,51.646,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.978,54.978,55.6444,56.3108,57.3104,58.6432,59.976,61.3088,63.308,63.9744,63.9744,64.6408,64.974,65.6404,66.9732,67.6396,69.3056,71.3048,72.6376,73.9704,74.97,74.97,74.6368,73.9704,72.6376,71.3048,68.9724,67.6396,65.6404,65.6404,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.3076,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.3084,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736],[49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,64.6408,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,63.308,63.308,63.308,62.3084,62.3084,61.641999999999996,61.641999999999996,61.641999999999996,61.3088,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.6456,51.9792,51.9792,51.9792,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,64.974,65.6404,66.3068,66.9732,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,70.6384,72.6376,73.304,74.6368,74.6368,75.6364,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.9672,82.6336,83.3,84.2996,85.6324,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.964,89.964,90.6304,90.9636,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,97.6276,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.958,105.6244,105.6244,105.9576,106.2908,106.9572,107.2904,107.9568,108.6232,109.6228,110.2892,111.622,111.9552,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,114.6208,115.2872,115.6204,115.6204,116.2868,117.9528,118.9524,120.9516,121.9512,122.6176,122.6176,123.9504,124.6168,124.28359999999999,123.28399999999999,123.28399999999999,122.2844,121.9512,121.2848,120.2852,118.9524,118.286,117.9528,117.9528,117.2864,116.2868,116.2868,116.62,118.61919999999999,120.2852,121.9512,122.6176,122.9508,122.6176,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.6176,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.9492,126.9492,126.2828,126.2828,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,126.2828,126.9492,126.9492,126.9492,127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,125.9496,125.6164,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.616,126.616,126.616,127.2824,127.6156,127.6156,127.6156,127.9488,128.282,128.6152,129.2816,129.2816,130.6144,130.6144,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,129.6148,129.2816,128.6152,127.9488,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,126.616,126.2828,125.6164,124.6168,123.9504,122.6176,122.6176,121.2848,120.9516,119.6188,118.9524,118.61919999999999,118.286,117.2864,116.62,116.62,116.2868,115.6204,114.954,114.954,113.95439999999999,113.288,113.288,112.2884,111.622,111.2888,111.2888,110.2892,109.6228,108.9564,108.28999999999999,107.6236,107.2904,107.2904,106.9572,106.2908,106.2908,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.9584,103.292,103.292,102.2924,101.2928,100.6264,99.96,99.96,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.9612,96.2948,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,91.9632,91.9632,91.9632,91.63,91.2968,91.2968,90.6304,89.6308,89.2976,89.2976,88.9644,88.63119999999999,87.9648,87.9648,87.2984,86.632,85.9656,85.6324,84.2996,82.96679999999999,82.3004,81.634,80.9676,80.3012,80.3012,80.3012,79.6348,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,78.6352,77.6356,76.636,76.636,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.638,70.9716,70.9716,70.9716,70.9716,70.9716,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,53.6452,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.3132,49.6468,49.6468,48.314,47.6476,46.9812,46.9812,45.9816,45.3152,44.6488,43.316,42.6496,41.9832,40.6504,39.3176,38.318,36.9852,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,39.6508,40.3172,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,52.9788,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.3108,56.3108,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.6444,55.6444,56.644,57.9768,59.309599999999996,59.976,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.97279999999999,68.6392,69.972,71.9712,73.304,74.97,75.6364,75.9696,75.6364,74.97,74.3036,72.9708,70.3052,68.306,66.3068,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.6408,64.6408,64.6408,63.9744,63.9744,63.308,63.308,62.3084,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072],[49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.646,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.3084,63.308,63.9744,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.6388,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,63.308,63.308,63.308,63.308,62.3084,62.3084,62.3084,62.3084,61.9752,61.3088,61.3088,61.3088,60.6424,59.976,59.976,59.976,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.978,54.3116,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.312,52.6456,52.6456,52.6456,52.3124,52.3124,52.3124,51.646,51.646,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,64.3076,64.974,65.6404,66.3068,66.64,66.64,66.64,67.3064,67.3064,67.97279999999999,69.3056,70.6384,71.9712,73.304,73.9704,73.9704,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.6352,78.6352,79.3016,79.968,81.3008,81.9672,83.3,84.2996,85.6324,86.9652,87.2984,88.298,88.63119999999999,88.63119999999999,89.964,89.964,90.6304,90.9636,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,95.6284,96.2948,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.6244,105.6244,106.2908,106.9572,107.2904,107.9568,108.6232,109.6228,109.6228,110.9556,111.2888,112.2884,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,114.2876,114.2876,114.6208,115.2872,115.6204,116.62,117.2864,118.9524,119.6188,119.952,120.2852,121.618,121.9512,121.618,120.9516,119.952,119.952,119.6188,118.9524,117.6196,117.2864,116.62,116.2868,116.2868,115.6204,115.6204,116.2868,116.62,118.61919999999999,120.2852,121.9512,122.6176,122.6176,122.6176,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.6176,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.95,124.95,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,126.9492,126.9492,126.2828,126.2828,125.9496,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,126.9492,127.6156,127.6156,127.6156,127.6156,128.282,128.6152,129.2816,129.948,130.6144,130.6144,130.9476,130.6144,130.6144,130.6144,130.6144,130.2812,129.6148,128.9484,129.2816,128.282,127.9488,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,126.2828,126.2828,124.95,124.6168,123.28399999999999,122.6176,121.9512,121.2848,120.2852,119.6188,118.9524,118.286,117.6196,117.2864,117.2864,116.62,115.9536,115.6204,115.6204,114.6208,113.6212,113.288,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.2892,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,104.958,104.6248,103.9584,103.9584,103.9584,103.292,102.6256,101.2928,100.6264,100.2932,99.2936,99.2936,98.294,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,91.63,91.2968,90.2972,90.2972,89.6308,89.6308,89.2976,88.9644,88.298,87.9648,87.2984,86.632,86.632,85.6324,84.2996,82.96679999999999,82.3004,81.634,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.3012,80.3012,80.3012,79.968,80.6344,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,77.3024,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.6408,63.9744,63.9744,63.9744,62.6416,61.9752,61.9752,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,53.6452,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.314,47.6476,46.9812,46.9812,45.9816,45.3152,44.6488,43.316,42.6496,41.9832,40.6504,39.3176,38.318,36.9852,35.9856,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,39.6508,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,51.646,52.3124,52.3124,52.9788,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.3108,56.3108,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,56.3108,56.977199999999996,58.6432,59.976,60.6424,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.6392,69.972,71.3048,72.6376,74.3036,75.6364,76.636,76.636,75.6364,75.6364,74.97,73.63719999999999,70.9716,68.9724,66.9732,66.3068,66.3068,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.3072,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,63.308,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.3084,62.3084,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072],[48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.3052,69.6388,69.6388,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.3076,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,60.3092,60.3092,60.3092,59.6428,59.6428,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.3124,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,64.3076,64.974,64.974,65.6404,65.9736,65.9736,65.9736,66.64,67.3064,67.97279999999999,69.972,70.6384,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.9672,82.6336,84.2996,85.6324,86.2988,87.2984,88.298,88.9644,88.9644,89.964,89.964,90.6304,90.9636,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,94.6288,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,99.2936,99.2936,99.6268,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.9576,105.9576,106.624,106.624,106.9572,107.2904,108.6232,108.6232,109.956,109.956,110.9556,111.2888,111.622,112.2884,112.6216,112.6216,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.2876,114.2876,114.6208,114.6208,114.954,115.9536,117.2864,117.6196,118.286,118.286,119.6188,119.6188,119.2856,118.61919999999999,117.9528,117.2864,117.2864,116.62,116.62,115.2872,115.2872,114.6208,114.6208,115.2872,115.2872,115.6204,116.62,118.61919999999999,119.952,121.2848,121.618,122.2844,121.9512,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,126.616,126.9492,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.28359999999999,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.9492,127.6156,127.9488,128.6152,129.2816,129.948,129.6148,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,128.9484,128.282,127.9488,127.6156,126.9492,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,126.9492,126.2828,124.95,124.6168,123.28399999999999,122.6176,121.9512,121.2848,120.2852,119.6188,118.9524,118.9524,117.6196,117.6196,117.2864,116.62,115.9536,115.9536,115.6204,114.6208,114.2876,113.6212,113.6212,113.288,112.2884,111.622,111.2888,110.9556,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,106.624,105.9576,105.2912,104.6248,103.9584,103.292,102.6256,101.9592,101.2928,100.6264,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.9616,95.2952,94.962,94.962,94.962,94.2956,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,91.2968,90.6304,90.6304,89.2976,89.2976,88.298,88.298,87.9648,87.9648,86.632,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,81.634,82.3004,82.3004,81.634,81.634,80.9676,80.3012,79.3016,78.6352,78.30199999999999,77.3024,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,72.9708,72.9708,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.3072,64.6408,64.6408,63.9744,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,57.9768,57.9768,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,53.9784,53.312,52.3124,52.3124,51.646,51.646,50.9796,50.3132,50.3132,49.6468,48.314,47.6476,46.9812,46.9812,45.9816,45.3152,44.6488,43.316,42.6496,41.9832,40.6504,39.3176,37.9848,36.652,35.9856,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,37.3184,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.314,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.644,56.644,56.644,56.644,55.9776,56.3108,55.9776,56.3108,57.6436,59.309599999999996,60.9756,62.3084,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.3056,70.6384,71.9712,73.304,74.97,76.3028,76.636,76.636,76.3028,75.6364,74.97,73.63719999999999,70.9716,68.9724,66.9732,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,65.9736,65.3072,65.3072,64.6408,64.6408,63.9744,63.308,63.308,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408],[48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,51.9792,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.978,54.978,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,57.3104,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,62.3084,62.3084,63.308,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,70.3052,70.3052,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.3052,70.3052,69.6388,68.9724,68.306,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,65.6404,64.974,64.6408,64.6408,64.6408,63.9744,63.9744,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.3088,60.9756,60.9756,60.3092,60.3092,59.6428,59.6428,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,56.3108,56.3108,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,52.9788,52.3124,52.3124,52.9788,52.9788,52.9788,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,64.3076,64.3076,64.3076,64.974,65.3072,65.3072,65.3072,65.9736,67.3064,67.97279999999999,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,80.6344,81.3008,82.6336,83.6332,84.966,86.2988,86.632,87.9648,88.298,88.9644,89.2976,89.964,89.964,90.6304,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,107.6236,107.6236,108.9564,108.9564,109.2896,110.2892,111.2888,111.2888,111.622,112.6216,112.6216,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.2872,115.6204,116.62,117.2864,117.2864,117.6196,117.9528,117.6196,117.2864,116.2868,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,114.2876,114.2876,114.6208,114.6208,115.6204,116.62,118.61919999999999,119.952,120.6184,121.2848,121.9512,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.9508,122.9508,122.9508,122.6176,122.6176,122.6176,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.28359999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.9492,127.6156,127.9488,128.9484,129.2816,128.9484,129.6148,129.948,129.948,129.948,129.948,129.948,129.2816,129.2816,128.9484,128.282,127.6156,126.9492,126.9492,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.2828,124.95,123.9504,122.6176,122.6176,121.9512,121.2848,120.2852,120.2852,119.6188,118.9524,118.286,117.6196,117.6196,117.2864,116.62,115.9536,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.9552,111.2888,110.2892,110.2892,109.956,109.956,109.6228,108.6232,108.6232,107.9568,107.2904,106.624,105.6244,105.2912,104.6248,103.62519999999999,102.6256,101.9592,101.2928,100.6264,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,95.9616,95.9616,95.2952,95.2952,94.962,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.6296,92.6296,91.9632,91.63,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.298,88.298,87.9648,86.2988,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.6328,84.6328,84.6328,84.6328,83.9664,83.9664,83.9664,83.6332,84.2996,82.96679999999999,82.96679999999999,82.3004,81.634,80.9676,79.968,79.3016,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.3036,74.3036,73.63719999999999,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.3052,69.6388,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,65.9736,65.3072,65.3072,64.6408,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.6448,53.9784,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.3148,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,40.6504,39.3176,37.9848,36.652,35.9856,34.6528,33.32,32.6536,32.6536,33.32,33.986399999999996,34.6528,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.314,48.314,48.980399999999996,49.6468,50.9796,51.646,51.646,52.3124,53.9784,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.644,56.644,56.644,56.644,56.644,56.977199999999996,57.6436,58.31,59.976,61.641999999999996,63.308,64.6408,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,72.6376,73.9704,75.6364,76.3028,76.636,76.636,76.3028,75.6364,74.97,73.63719999999999,70.9716,68.9724,67.6396,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,65.9736,65.3072,65.3072,64.6408,64.6408,63.9744,63.308,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408],[47.3144,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.3076,64.3076,64.3076,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,62.3084,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,54.3116,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,62.3084,62.3084,62.3084,62.3084,61.9752,61.9752,62.6416,62.6416,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.974,65.6404,66.9732,68.306,68.9724,70.3052,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,79.6348,80.3012,81.3008,82.3004,84.2996,85.2992,86.632,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,90.6304,90.9636,90.9636,91.63,91.63,91.63,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.9628,93.6292,93.6292,93.6292,93.9624,94.2956,94.2956,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,99.96,99.96,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,107.2904,108.28999999999999,108.9564,109.2896,109.2896,109.956,111.2888,111.622,112.2884,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,114.6208,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,115.9536,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.2876,113.6212,113.6212,113.6212,114.2876,116.2868,117.2864,118.286,119.6188,120.2852,120.6184,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,119.952,119.952,119.952,119.952,120.6184,120.6184,121.2848,121.2848,121.618,121.618,121.618,121.618,122.6176,121.9512,121.9512,121.9512,121.9512,121.2848,120.9516,120.9516,121.2848,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.95,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,126.616,126.9492,127.6156,127.9488,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,127.9488,127.2824,126.616,126.616,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,125.6164,125.6164,124.95,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.9516,120.9516,120.2852,119.6188,118.9524,118.9524,118.286,117.9528,116.9532,116.9532,116.62,115.9536,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,111.9552,111.9552,110.9556,110.2892,110.2892,109.956,109.6228,109.2896,108.6232,107.9568,106.9572,105.6244,105.2912,105.6244,104.6248,103.9584,103.62519999999999,102.6256,101.2928,100.9596,100.2932,99.6268,99.2936,98.294,97.6276,96.9612,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.6284,95.6284,94.962,94.962,94.962,94.6288,93.6292,93.6292,93.29599999999999,92.6296,92.2964,91.63,90.6304,89.964,88.63119999999999,88.63119999999999,88.298,87.6316,87.9648,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,85.9656,85.9656,85.9656,85.9656,85.9656,85.2992,85.2992,84.966,84.2996,84.2996,82.3004,81.634,81.3008,80.6344,79.968,79.968,78.9684,78.30199999999999,77.6356,76.9692,76.9692,76.9692,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.3104,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,53.312,52.6456,52.3124,51.646,51.646,50.9796,50.3132,49.6468,47.6476,46.3148,45.3152,44.6488,43.9824,43.316,42.3164,40.9836,39.3176,38.6512,37.9848,36.652,34.6528,33.986399999999996,32.6536,31.9872,31.9872,32.6536,33.32,33.986399999999996,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.9836,41.65,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,44.315599999999996,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,53.312,53.9784,54.6448,55.3112,55.9776,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.644,56.644,57.3104,57.3104,57.3104,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.976,60.9756,62.3084,63.9744,65.6404,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.6392,69.3056,69.972,69.972,70.6384,71.3048,72.6376,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,73.304,71.9712,70.6384,69.3056,67.97279999999999,67.3064,67.3064,67.3064,67.97279999999999,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.3076,63.6412,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.6416,62.6416,63.6412,63.6412,63.308,63.308,62.6416,62.6416,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076],[47.3144,47.3144,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,64.974,64.974,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,62.3084,62.3084,62.3084,62.3084,61.9752,61.9752,62.6416,62.6416,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,66.9732,67.6396,68.9724,69.6388,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.9684,79.6348,80.6344,81.3008,82.96679999999999,84.2996,85.6324,86.632,87.2984,87.9648,88.298,88.63119999999999,88.298,89.2976,89.964,90.2972,90.6304,90.9636,90.9636,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,93.9624,93.9624,93.6292,93.9624,94.2956,94.2956,94.2956,94.2956,94.2956,94.962,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,96.9612,96.9612,97.2944,96.9612,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.9592,102.2924,102.6256,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,104.6248,103.9584,104.6248,104.958,104.2916,104.6248,105.2912,105.9576,106.2908,107.2904,107.9568,108.28999999999999,109.2896,109.956,110.6224,111.622,112.2884,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,115.9536,115.6204,115.2872,115.2872,115.2872,115.2872,114.2876,113.6212,113.288,113.288,113.6212,114.2876,116.2868,117.2864,118.286,118.9524,119.6188,120.2852,120.9516,120.2852,120.2852,120.2852,119.952,120.2852,120.2852,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,119.6188,119.6188,119.952,120.2852,120.6184,120.6184,121.2848,120.9516,121.618,121.618,120.9516,121.9512,121.2848,121.2848,120.9516,120.2852,120.2852,119.952,119.952,119.952,120.2852,121.2848,121.618,121.2848,121.9512,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,126.616,126.616,127.2824,127.6156,127.6156,127.6156,128.282,128.282,128.282,128.282,128.282,128.282,127.6156,127.6156,126.616,126.616,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,125.6164,124.95,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.9516,120.9516,120.9516,119.952,119.6188,118.9524,118.9524,118.286,117.6196,116.9532,116.9532,115.9536,115.2872,114.954,114.2876,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.9556,110.2892,110.2892,109.6228,109.2896,108.6232,107.2904,106.2908,105.9576,105.2912,105.6244,104.958,103.62519999999999,102.9588,102.6256,101.2928,100.2932,100.2932,99.6268,98.96039999999999,98.294,97.6276,96.9612,96.2948,96.2948,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.6284,95.6284,96.2948,96.628,96.628,96.9612,96.2948,95.6284,95.2952,95.2952,94.6288,93.9624,93.6292,92.9628,92.2964,90.9636,90.6304,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.632,86.632,85.9656,85.2992,84.2996,83.6332,82.3004,81.634,81.3008,81.3008,80.6344,80.3012,79.6348,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,76.9692,76.3028,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,57.9768,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,54.3116,53.312,53.312,52.9788,52.3124,52.3124,51.646,50.9796,49.6468,47.6476,46.3148,45.3152,43.9824,43.316,42.6496,41.65,40.9836,39.3176,37.9848,37.3184,36.652,34.6528,33.32,32.6536,31.9872,31.9872,31.9872,32.6536,33.986399999999996,35.3192,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.9836,41.65,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,43.316,44.315599999999996,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,51.646,52.6456,53.312,54.6448,55.3112,55.9776,55.9776,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.644,56.644,57.3104,57.3104,57.3104,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.6428,61.3088,62.9748,64.3076,65.3072,66.3068,67.6396,68.306,68.9724,68.306,67.6396,67.6396,68.306,69.3056,69.972,70.6384,70.6384,71.3048,72.6376,73.304,74.3036,74.97,75.6364,74.97,74.97,74.3036,74.3036,74.3036,72.6376,71.3048,69.972,68.6392,67.97279999999999,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,67.6396,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,63.308,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.6416,62.6416,63.6412,63.6412,63.308,63.308,62.6416,62.6416,62.3084,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.9744,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076],[47.3144,47.3144,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,65.3072,65.3072,65.3072,65.3072,65.3072,64.6408,64.6408,63.9744,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,58.9764,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.312,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,62.3084,62.3084,62.3084,62.3084,61.9752,61.9752,62.6416,62.6416,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,66.9732,67.6396,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,78.30199999999999,78.9684,79.968,80.6344,81.9672,82.96679999999999,84.6328,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,88.298,88.298,89.2976,89.964,90.2972,90.6304,90.9636,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,92.6296,92.9628,92.9628,92.9628,93.6292,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.9624,94.2956,94.2956,94.2956,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,97.6276,97.6276,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,104.6248,104.6248,105.2912,105.2912,103.9584,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.6244,105.9576,106.9572,107.9568,108.6232,110.2892,110.9556,111.622,112.2884,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,114.954,114.954,115.2872,115.2872,115.2872,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,116.9532,115.9536,115.9536,115.9536,115.2872,114.6208,113.95439999999999,113.6212,113.288,113.288,113.6212,115.6204,116.9532,118.61919999999999,118.9524,118.9524,119.6188,119.952,119.2856,119.2856,119.2856,119.2856,119.952,119.952,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,118.9524,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.6184,120.6184,121.2848,121.2848,120.6184,121.2848,120.9516,120.9516,120.2852,119.952,119.2856,119.2856,119.2856,119.2856,119.952,120.2852,120.9516,121.2848,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,123.28399999999999,122.9508,122.9508,123.28399999999999,123.6172,123.6172,124.28359999999999,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,125.6164,125.6164,125.9496,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,125.9496,125.9496,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,124.95,124.6168,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.2848,121.2848,121.2848,120.9516,120.9516,119.6188,119.6188,118.9524,118.286,117.9528,117.6196,116.9532,116.62,115.2872,114.954,114.954,114.2876,113.6212,113.6212,113.6212,113.288,112.6216,112.2884,112.2884,111.622,111.622,110.9556,110.2892,109.2896,107.9568,107.2904,107.2904,106.624,105.6244,105.2912,103.9584,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.9596,100.2932,99.6268,99.2936,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,96.2948,95.9616,95.2952,94.2956,93.9624,93.29599999999999,92.9628,91.63,90.9636,90.6304,90.6304,89.964,89.964,89.6308,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.6316,87.9648,87.2984,86.632,85.6324,83.6332,82.96679999999999,82.3004,82.3004,81.9672,81.3008,80.9676,80.3012,78.9684,78.30199999999999,78.30199999999999,77.6356,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.3116,53.9784,53.9784,53.6452,53.6452,52.9788,52.9788,51.646,50.3132,48.314,46.9812,45.3152,43.9824,43.316,42.6496,41.65,40.9836,39.3176,37.9848,37.3184,36.652,34.6528,33.32,32.6536,31.9872,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,44.315599999999996,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.9792,53.312,54.6448,55.3112,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,54.3116,54.3116,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.644,56.644,56.644,56.644,57.3104,57.3104,57.3104,57.3104,57.9768,58.6432,59.309599999999996,60.6424,61.9752,64.3076,65.6404,66.9732,67.97279999999999,68.6392,69.972,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,73.304,73.9704,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,70.6384,69.3056,67.97279999999999,67.3064,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,69.972,69.972,69.972,69.3056,68.6392,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.3076,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.6412,63.6412,63.6412,63.6412,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,64.974,64.974],[48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.97279999999999,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.304,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,68.9724,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,65.9736,65.9736,65.9736,65.9736,65.9736,65.3072,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.6428,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.3112,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,62.3084,62.3084,62.3084,62.3084,61.9752,61.9752,61.9752,62.6416,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,77.3024,78.30199999999999,78.9684,79.968,81.3008,81.9672,83.6332,84.6328,84.966,85.9656,85.9656,86.632,87.2984,87.9648,87.9648,88.298,89.2976,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,92.6296,92.6296,92.6296,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.9616,95.9616,96.2948,96.9612,96.9612,97.6276,98.294,98.96039999999999,99.6268,99.6268,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.6268,100.2932,100.2932,100.6264,101.2928,101.626,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.958,104.6248,103.9584,103.62519999999999,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,105.6244,106.624,107.9568,108.6232,109.956,109.956,111.2888,111.622,112.2884,112.6216,112.95479999999999,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,116.62,117.2864,117.6196,117.6196,118.286,117.6196,117.6196,117.2864,116.62,115.9536,115.9536,115.2872,114.6208,113.6212,113.288,112.6216,113.288,113.6212,115.6204,116.9532,117.9528,118.286,118.61919999999999,118.9524,119.2856,119.2856,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,119.952,120.6184,120.6184,119.952,120.2852,119.952,119.952,119.2856,118.9524,118.286,118.286,118.286,118.9524,119.2856,119.2856,119.952,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.6176,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,124.95,124.95,125.6164,125.6164,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,125.9496,125.9496,125.6164,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,119.952,119.6188,119.6188,118.9524,118.286,117.6196,117.6196,116.9532,116.62,115.2872,115.2872,114.954,114.2876,114.2876,114.2876,114.2876,113.95439999999999,112.6216,112.6216,112.2884,112.2884,111.622,110.9556,110.6224,109.2896,107.9568,107.2904,107.2904,106.2908,105.9576,104.6248,103.9584,103.62519999999999,103.292,102.6256,101.626,101.626,100.6264,100.2932,99.6268,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,96.628,96.9612,96.2948,95.9616,95.9616,95.6284,94.6288,93.9624,92.9628,92.2964,91.63,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,89.6308,89.6308,89.6308,89.6308,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,87.9648,87.9648,86.632,84.6328,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.3016,78.6352,78.6352,77.3024,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,74.6368,73.9704,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.3052,69.6388,69.6388,68.9724,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,64.974,63.9744,63.308,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.6448,54.6448,54.3116,54.3116,53.6452,52.9788,51.646,50.3132,48.314,46.9812,45.3152,43.9824,43.316,42.6496,41.65,40.9836,39.3176,37.9848,37.3184,35.9856,33.986399999999996,33.32,31.9872,31.9872,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,51.9792,52.6456,53.9784,55.3112,55.9776,56.644,55.9776,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.3104,57.3104,57.3104,57.3104,57.9768,57.9768,57.9768,58.6432,59.309599999999996,59.976,61.3088,64.3076,65.6404,67.3064,68.6392,69.3056,69.972,70.6384,71.9712,71.9712,72.3044,72.3044,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.3048,69.972,68.6392,67.97279999999999,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,68.306,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.974,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.6412,63.6412,63.6412,63.6412,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404],[48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.306,68.306,68.306,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.3072,64.6408,63.9744,63.308,63.308,62.3084,62.3084,61.641999999999996,61.641999999999996,60.9756,60.9756,60.9756,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,57.9768,57.9768,57.9768,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,78.30199999999999,80.3012,81.3008,81.9672,82.96679999999999,83.6332,84.2996,85.2992,85.2992,85.9656,85.9656,86.632,86.9652,87.9648,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,96.2948,96.2948,96.9612,97.96079999999999,98.6272,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.9596,100.9596,101.9592,102.2924,102.9588,103.62519999999999,103.62519999999999,104.2916,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,104.958,105.2912,105.6244,106.624,107.6236,107.9568,108.9564,109.956,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.6208,114.6208,114.6208,115.2872,115.9536,116.62,116.9532,116.9532,116.9532,116.9532,116.9532,116.62,116.62,115.9536,115.2872,114.954,113.6212,112.95479999999999,112.2884,113.288,113.95439999999999,114.6208,116.2868,116.62,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.6188,119.6188,119.952,119.952,119.6188,119.6188,118.9524,118.9524,118.61919999999999,118.286,117.9528,117.9528,117.9528,117.9528,118.286,118.61919999999999,118.9524,119.6188,119.952,120.2852,120.6184,120.6184,120.6184,120.6184,120.6184,120.6184,121.2848,120.9516,122.6176,122.6176,122.6176,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.95,124.95,124.6168,124.6168,123.9504,123.9504,123.6172,123.6172,123.6172,123.6172,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.9504,123.9504,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.6176,121.9512,121.9512,121.2848,120.2852,119.952,119.6188,118.9524,118.9524,118.286,118.286,117.6196,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,114.954,114.954,113.6212,113.6212,112.95479999999999,113.288,112.95479999999999,112.2884,111.622,110.6224,109.2896,108.6232,107.9568,107.6236,106.624,105.6244,104.6248,104.6248,103.62519999999999,103.292,102.2924,102.2924,101.2928,100.6264,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,98.96039999999999,98.294,98.294,97.96079999999999,97.6276,96.9612,96.2948,96.2948,95.9616,95.6284,94.962,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,89.964,89.6308,89.964,89.964,89.6308,88.9644,88.298,87.9648,86.632,85.2992,84.6328,84.2996,84.966,84.2996,83.6332,82.96679999999999,82.3004,82.3004,81.634,81.634,80.9676,80.3012,79.6348,79.3016,78.6352,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.3076,63.6412,62.6416,62.6416,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.3104,56.644,56.3108,55.6444,55.3112,54.6448,54.3116,54.3116,54.3116,52.9788,50.9796,49.6468,47.6476,45.9816,44.6488,43.9824,42.9828,42.3164,41.65,40.3172,38.6512,37.9848,36.652,35.3192,33.32,32.6536,31.9872,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.6504,40.6504,41.3168,41.3168,42.6496,43.316,43.9824,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.6456,52.6456,52.6456,52.6456,51.646,50.9796,50.9796,50.9796,50.9796,51.646,53.6452,54.978,55.9776,56.644,56.644,55.9776,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,57.3104,57.3104,57.9768,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,63.308,65.3072,66.9732,69.3056,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,72.9708,72.3044,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,73.9704,73.9704,73.9704,73.304,72.6376,71.9712,71.9712,71.9712,70.6384,69.972,68.6392,67.97279999999999,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,70.6384,69.972,69.3056,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068],[50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,73.9704,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.9736,65.3072,64.6408,63.9744,63.9744,63.308,63.308,62.3084,62.3084,61.641999999999996,61.641999999999996,61.641999999999996,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,62.6416,62.6416,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.3028,76.9692,77.6356,79.6348,80.3012,81.3008,81.3008,82.3004,82.96679999999999,84.2996,84.2996,84.966,84.966,84.966,85.9656,86.632,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.962,94.962,95.6284,95.9616,96.2948,97.6276,97.96079999999999,97.6276,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.6268,98.96039999999999,99.6268,101.2928,101.9592,102.6256,102.9588,102.9588,102.9588,102.6256,102.6256,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,105.2912,105.9576,105.9576,106.9572,108.28999999999999,109.956,110.9556,111.622,112.2884,112.6216,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.9536,116.62,116.62,116.62,116.62,116.62,115.9536,115.2872,114.954,113.6212,112.95479999999999,112.2884,112.2884,112.95479999999999,113.6212,115.2872,116.2868,116.62,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.9528,117.6196,116.9532,116.9532,116.9532,117.6196,117.6196,118.286,118.286,118.9524,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,120.6184,120.6184,121.2848,121.9512,122.2844,122.6176,122.9508,122.6176,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.95,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,123.9504,123.9504,123.9504,123.9504,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.6176,122.6176,122.6176,121.9512,120.6184,119.952,119.952,119.6188,119.6188,118.9524,118.9524,117.9528,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.288,112.6216,111.622,110.6224,109.956,108.9564,107.9568,107.6236,107.2904,105.9576,105.6244,104.2916,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.6264,99.96,99.96,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,99.2936,99.2936,98.294,98.294,97.6276,96.9612,96.9612,96.628,95.9616,95.6284,94.6288,94.6288,94.2956,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.6304,91.2968,90.2972,90.2972,89.2976,88.298,87.9648,87.2984,86.632,86.632,85.9656,85.9656,85.9656,85.2992,84.2996,84.2996,83.6332,82.96679999999999,82.3004,80.9676,80.9676,80.3012,79.3016,78.6352,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,75.6364,75.6364,74.97,74.3036,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.3104,56.977199999999996,56.3108,55.9776,55.3112,54.3116,53.6452,53.6452,52.3124,50.3132,48.980399999999996,46.3148,45.3152,43.9824,43.316,42.3164,41.65,40.9836,40.3172,38.6512,37.3184,36.652,35.3192,33.32,31.9872,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,34.6528,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,40.9836,41.3168,41.3168,41.9832,42.6496,43.316,44.982,45.6484,46.9812,48.314,48.314,48.980399999999996,49.6468,50.6464,51.9792,52.6456,53.312,53.9784,53.9784,53.9784,53.312,52.3124,51.646,50.9796,50.9796,50.9796,51.646,53.6452,54.978,55.9776,56.644,56.644,56.644,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,64.974,66.3068,68.306,69.972,72.3044,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,75.6364,74.3036,72.9708,71.9712,71.9712,71.9712,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,73.304,72.6376,71.9712,71.9712,71.9712,71.3048,70.6384,69.3056,68.6392,67.97279999999999,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,70.6384,69.972,68.9724,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068],[50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,73.9704,73.304,73.304,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.6388,69.6388,69.6388,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,66.64,65.9736,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,63.308,62.3084,62.3084,62.3084,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,62.6416,62.6416,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,74.3036,74.97,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.966,86.2988,86.632,86.632,87.2984,86.9652,87.6316,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.298,88.298,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.9636,91.63,91.63,91.63,92.2964,93.6292,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.6284,96.9612,97.6276,97.2944,97.6276,98.294,98.294,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.6276,98.294,98.294,98.294,98.6272,99.2936,98.96039999999999,99.6268,100.9596,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,105.2912,105.6244,106.9572,107.6236,108.6232,109.2896,110.2892,110.9556,111.9552,111.9552,111.9552,112.2884,112.6216,112.95479999999999,114.2876,114.2876,114.2876,114.954,114.2876,114.2876,114.2876,114.2876,114.954,114.2876,113.288,112.6216,111.622,111.622,111.622,112.2884,113.6212,115.2872,116.2868,116.62,116.9532,116.9532,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.286,118.286,117.9528,117.9528,117.9528,116.9532,116.62,116.62,116.9532,116.9532,117.6196,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,120.2852,120.6184,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.618,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.6172,124.28359999999999,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.6176,121.9512,120.6184,120.6184,120.2852,119.952,119.6188,119.6188,118.9524,118.286,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.2868,115.6204,115.6204,115.2872,114.6208,114.2876,113.6212,113.288,112.2884,111.622,110.9556,109.956,109.956,109.2896,107.9568,106.9572,106.9572,105.9576,105.2912,104.2916,104.2916,103.62519999999999,102.6256,102.2924,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,98.294,97.96079999999999,97.96079999999999,97.6276,96.9612,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.2956,94.2956,93.6292,93.6292,93.6292,92.9628,92.6296,91.9632,91.9632,92.6296,91.9632,91.2968,91.2968,89.964,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.6316,87.6316,86.2988,86.2988,85.2992,84.6328,84.2996,82.96679999999999,80.9676,80.3012,79.3016,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.636,75.6364,75.6364,74.97,74.3036,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,70.3052,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,57.6436,56.977199999999996,55.9776,55.3112,54.3116,53.6452,52.9788,51.646,49.6468,47.6476,45.6484,43.9824,43.316,42.6496,42.3164,41.65,40.9836,40.3172,38.6512,37.3184,36.652,35.3192,33.32,31.9872,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,34.6528,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.3168,41.9832,42.6496,43.9824,45.3152,46.3148,47.6476,48.314,49.6468,49.6468,50.3132,50.9796,51.9792,53.312,53.9784,54.6448,55.3112,55.3112,54.6448,53.9784,52.3124,51.646,50.9796,50.3132,50.9796,51.646,52.9788,54.3116,55.9776,56.644,57.3104,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,63.308,63.308,64.3076,64.974,65.6404,66.9732,68.6392,69.972,71.3048,72.6376,74.3036,74.97,74.97,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,76.3028,74.97,74.3036,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.9704,73.9704,73.304,73.304,73.304,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,70.6384,69.972,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.6408,65.3072,65.3072,65.3072,65.3072,65.9736,65.9736,65.9736,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732],[51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.6368,73.9704,73.9704,73.304,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.3052,69.6388,69.6388,69.6388,68.9724,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,67.6396,66.64,65.9736,65.3072,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,62.6416,62.6416,63.6412,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,80.6344,81.634,82.3004,82.6336,82.6336,83.6332,84.2996,84.966,86.2988,86.2988,86.632,86.632,86.632,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.298,88.298,88.298,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.962,95.6284,96.628,96.9612,97.2944,97.6276,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.6276,98.294,98.294,98.294,98.294,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.9576,106.9572,107.9568,108.6232,109.2896,109.956,110.6224,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,111.622,110.9556,110.9556,111.2888,111.622,112.2884,113.6212,115.2872,115.9536,116.62,116.9532,116.9532,116.9532,116.9532,117.9528,117.9528,117.9528,117.9528,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.2864,116.62,116.62,116.62,116.62,116.9532,116.9532,117.9528,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.2848,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,123.28399999999999,123.28399999999999,123.6172,123.6172,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,124.95,124.28359999999999,124.28359999999999,124.28359999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.6176,122.6176,121.2848,120.6184,120.2852,119.952,119.6188,119.6188,118.9524,118.9524,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.2868,116.2868,115.6204,115.6204,115.2872,114.6208,114.2876,113.6212,113.288,112.2884,111.622,110.9556,110.9556,110.2892,108.9564,107.9568,107.6236,106.624,105.6244,105.2912,104.6248,104.2916,103.292,102.6256,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,99.96,99.96,98.96039999999999,98.294,98.294,97.96079999999999,97.6276,96.9612,96.9612,96.9612,96.628,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.2956,94.2956,93.9624,93.9624,93.9624,94.2956,92.9628,92.9628,91.9632,91.63,90.6304,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.298,87.6316,86.2988,85.2992,84.2996,82.3004,80.9676,79.968,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.97,73.9704,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,70.3052,70.3052,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,55.3112,54.3116,53.6452,52.9788,51.646,48.980399999999996,47.6476,44.982,43.316,42.6496,42.6496,41.65,41.65,40.9836,40.3172,38.6512,37.3184,35.9856,35.3192,33.32,31.9872,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.9832,42.6496,43.9824,45.3152,46.647999999999996,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,53.312,53.9784,55.3112,55.9776,55.9776,55.9776,55.3112,53.9784,52.9788,51.646,50.9796,50.3132,50.9796,51.646,52.9788,54.3116,55.9776,56.644,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,67.3064,68.6392,69.3056,70.6384,71.9712,73.304,74.3036,75.6364,76.636,76.636,76.636,76.9692,76.9692,77.6356,77.6356,77.6356,76.9692,75.6364,74.97,73.304,73.304,73.304,73.304,73.304,73.304,73.9704,73.304,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.3068,65.6404,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.3072,65.3072,65.3072,65.9736,65.9736,65.9736,65.9736,65.9736,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396],[51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,71.638,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,63.6412,63.6412,63.6412,63.6412,63.308,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.6416,62.6416,62.6416,63.6412,63.6412,63.6412,63.6412,63.6412,62.3084,62.3084,62.3084,61.641999999999996,61.641999999999996,60.9756,60.9756,60.3092,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,62.3084,61.9752,61.3088,61.3088,61.3088,62.3084,63.308,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.9704,74.97,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.966,84.966,84.966,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,87.6316,87.6316,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,89.964,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,92.2964,92.9628,93.9624,94.2956,94.962,95.6284,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.628,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,101.2928,101.2928,101.626,101.626,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.958,105.6244,105.9576,106.624,107.6236,107.9568,108.6232,108.6232,109.6228,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,110.2892,109.956,110.6224,110.9556,110.2892,109.956,109.956,109.956,110.6224,112.2884,112.6216,113.95439999999999,114.6208,115.2872,115.6204,115.9536,115.9536,116.9532,116.9532,117.6196,117.6196,117.6196,117.6196,116.62,116.62,115.9536,115.9536,115.2872,114.954,114.954,114.954,115.6204,115.9536,115.9536,115.9536,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.9536,116.62,116.9532,117.6196,117.6196,118.286,118.286,118.9524,118.9524,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.9516,121.2848,121.9512,121.9512,122.2844,122.6176,122.6176,122.9508,122.9508,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.6172,124.28359999999999,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,122.6176,122.6176,122.2844,122.6176,121.9512,121.2848,120.9516,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,116.62,116.62,116.62,116.62,115.6204,115.2872,115.2872,114.6208,113.6212,113.288,113.288,112.6216,111.622,110.9556,110.2892,109.2896,108.9564,107.9568,107.2904,106.2908,106.2908,105.2912,104.6248,103.9584,103.292,102.6256,102.2924,101.9592,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,101.626,101.626,100.6264,100.6264,99.96,99.96,99.2936,98.96039999999999,98.96039999999999,98.294,97.6276,97.6276,97.6276,97.6276,97.6276,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,96.9612,96.2948,96.2948,95.9616,95.9616,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,92.9628,92.2964,91.2968,90.6304,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,90.9636,89.964,88.63119999999999,86.632,85.2992,83.9664,82.3004,80.6344,79.6348,79.6348,78.9684,78.9684,78.9684,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.3076,63.6412,62.6416,62.6416,62.6416,61.3088,61.3088,60.6424,59.976,58.6432,56.977199999999996,55.6444,54.3116,52.9788,52.3124,50.9796,48.980399999999996,47.6476,44.982,43.316,42.6496,41.9832,41.65,41.65,40.6504,39.3176,37.9848,36.652,35.3192,33.986399999999996,32.6536,31.9872,30.9876,30.9876,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,39.6508,39.6508,40.6504,40.6504,41.3168,41.3168,41.9832,43.316,44.6488,45.9816,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,55.9776,56.644,56.644,55.9776,55.3112,54.6448,52.9788,52.3124,50.9796,50.9796,51.3128,51.9792,53.312,54.6448,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.9764,59.6428,60.9756,61.641999999999996,62.6416,62.6416,63.308,63.9744,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.3048,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,78.6352,77.6356,76.636,75.3032,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,73.304,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.3064,66.64,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306],[51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,68.6392,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.3076,64.3076,64.3076,64.3076,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,64.974,64.3076,63.9744,63.308,63.308,62.3084,62.3084,61.641999999999996,61.641999999999996,60.9756,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,62.3084,61.3088,61.3088,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,78.6352,79.968,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,92.2964,92.9628,93.29599999999999,94.6288,94.962,95.6284,96.2948,96.9612,97.6276,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,100.6264,101.2928,101.626,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,104.958,105.6244,105.6244,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,108.6232,108.9564,110.6224,112.2884,112.6216,113.95439999999999,114.2876,114.954,114.954,115.6204,115.6204,116.62,116.62,117.6196,117.6196,117.6196,117.6196,116.62,116.62,115.9536,115.9536,114.954,114.954,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,116.62,116.62,116.9532,117.6196,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,119.2856,119.952,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,121.9512,121.9512,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,122.2844,122.2844,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,122.6176,122.6176,122.2844,121.9512,121.2848,121.2848,120.9516,119.952,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,116.62,116.62,116.2868,115.6204,115.6204,115.2872,114.2876,113.6212,113.6212,113.288,112.6216,111.622,111.2888,110.6224,109.956,108.9564,108.9564,107.9568,107.6236,106.2908,105.6244,105.2912,104.2916,104.2916,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,101.626,101.626,100.6264,100.6264,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,97.6276,97.6276,97.6276,97.6276,98.294,98.294,97.6276,97.2944,97.2944,96.628,96.628,96.2948,96.2948,96.2948,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,92.6296,91.63,90.6304,87.9648,86.632,85.2992,83.6332,81.9672,80.9676,80.3012,79.6348,79.6348,78.9684,78.30199999999999,78.30199999999999,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.9724,68.306,68.306,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,63.308,63.308,61.9752,61.3088,60.6424,59.309599999999996,57.6436,56.3108,54.3116,52.9788,52.3124,50.9796,48.980399999999996,47.6476,44.982,43.316,42.6496,41.9832,41.65,40.9836,39.984,39.3176,37.9848,36.652,34.6528,33.986399999999996,32.6536,31.9872,30.9876,30.9876,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.3192,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,39.6508,39.6508,40.6504,40.6504,41.3168,41.9832,42.6496,43.9824,45.3152,47.6476,48.980399999999996,49.6468,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.9784,54.6448,55.9776,55.9776,55.9776,55.9776,55.3112,54.6448,53.6452,52.3124,51.646,50.9796,51.3128,51.9792,53.312,54.6448,55.6444,56.3108,55.6444,55.6444,56.3108,56.3108,56.977199999999996,58.31,59.976,60.6424,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,76.636,77.3024,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,77.6356,76.636,75.9696,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,73.304,73.304,72.6376,72.6376,71.9712,70.6384,69.972,69.972,69.3056,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.3064,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724],[51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.6392,68.6392,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,64.6408,64.6408,63.9744,63.9744,63.308,63.308,62.3084,62.3084,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.308,62.3084,61.3088,61.3088,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,65.3072,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.6388,70.3052,70.9716,71.3048,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.97,75.3032,75.9696,77.3024,78.30199999999999,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,86.2988,86.9652,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.9632,92.6296,93.6292,94.962,95.2952,95.6284,96.2948,96.9612,96.628,96.628,96.628,97.2944,97.2944,96.628,96.628,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,100.6264,100.6264,101.626,101.626,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.958,104.958,104.958,105.6244,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,106.624,106.624,106.624,106.2908,106.624,107.2904,107.6236,107.2904,107.2904,108.28999999999999,109.956,111.622,112.6216,113.288,113.95439999999999,113.6212,114.2876,115.2872,115.6204,115.9536,116.62,117.6196,117.6196,117.6196,117.6196,116.62,116.62,115.9536,115.6204,114.954,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,115.6204,115.6204,116.62,116.62,116.9532,117.6196,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,118.286,118.9524,119.2856,119.2856,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.952,119.952,119.952,120.2852,121.2848,121.9512,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.2844,122.2844,121.9512,121.2848,120.9516,120.9516,119.952,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,116.2868,116.2868,115.6204,115.2872,114.2876,114.2876,113.6212,113.288,113.288,112.6216,111.9552,111.622,111.2888,110.6224,109.6228,108.9564,108.9564,108.28999999999999,107.6236,106.624,105.9576,105.6244,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,102.9588,102.6256,101.9592,101.9592,101.9592,101.626,101.2928,101.2928,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.628,96.2948,96.2948,96.2948,95.9616,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,95.2952,94.6288,93.9624,92.9628,91.2968,89.964,88.9644,87.2984,85.6324,83.6332,82.6336,81.634,80.9676,79.6348,78.9684,78.9684,78.30199999999999,76.9692,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.3076,63.9744,63.308,62.6416,61.9752,60.6424,59.976,58.31,56.977199999999996,54.978,53.6452,52.9788,51.646,49.6468,47.6476,45.6484,43.9824,42.6496,41.9832,41.65,40.9836,39.984,38.6512,37.3184,35.9856,34.6528,33.32,32.6536,31.9872,30.9876,30.9876,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.3192,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,39.6508,39.6508,40.6504,40.6504,41.3168,41.9832,42.6496,43.9824,46.3148,48.314,49.6468,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,53.9784,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,53.6452,52.3124,51.646,50.9796,51.9792,52.6456,53.9784,54.6448,55.6444,56.3108,55.6444,55.6444,56.3108,56.3108,56.977199999999996,58.31,59.976,61.3088,62.6416,63.308,64.6408,65.3072,65.3072,65.9736,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,71.3048,71.9712,72.6376,73.304,74.3036,74.3036,74.97,76.636,77.3024,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.3016,78.6352,77.6356,76.636,75.9696,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.304,73.304,73.304,73.304,73.304,72.6376,71.9712,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.3064,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388],[51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,65.9736,65.3072,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,57.9768,57.9768,57.9768,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.9744,63.9744,63.308,62.3084,61.3088,61.3088,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,65.3072,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.6388,70.3052,70.6384,70.6384,70.6384,71.3048,72.3044,72.9708,72.9708,74.3036,74.6368,75.3032,76.636,77.3024,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,86.632,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,92.6296,94.2956,94.6288,95.2952,95.2952,95.9616,95.6284,96.2948,96.2948,96.628,96.628,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.6272,98.96039999999999,99.96,100.2932,100.9596,101.626,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,105.6244,105.9576,105.9576,106.624,106.624,106.624,106.624,106.624,106.624,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,105.6244,106.624,106.624,106.624,106.624,107.9568,109.2896,110.6224,111.9552,112.95479999999999,112.95479999999999,112.6216,113.6212,114.6208,115.2872,115.6204,115.9536,116.9532,117.6196,117.6196,117.2864,116.62,115.9536,115.6204,114.954,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.6204,115.6204,115.6204,115.6204,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,116.2868,115.6204,115.6204,115.6204,115.6204,116.2868,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,118.286,118.286,119.2856,119.2856,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,120.2852,120.2852,120.9516,120.9516,121.9512,121.9512,121.2848,121.2848,120.9516,120.9516,119.952,119.952,119.2856,119.2856,119.2856,119.952,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,121.9512,121.9512,121.2848,120.9516,120.9516,120.2852,119.952,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.6196,117.2864,117.2864,117.2864,116.62,116.2868,116.2868,115.6204,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.6216,111.9552,111.622,111.2888,110.6224,110.6224,109.956,109.2896,108.9564,107.9568,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,104.6248,103.62519999999999,103.62519999999999,102.9588,102.9588,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,99.2936,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,95.6284,94.962,94.6288,93.9624,93.9624,94.6288,95.2952,95.6284,96.2948,96.2948,94.962,93.9624,92.9628,91.9632,89.964,89.2976,87.9648,85.6324,83.6332,82.6336,81.9672,80.9676,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.636,76.636,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.6408,63.9744,63.308,62.6416,61.3088,59.976,58.31,56.977199999999996,54.978,53.6452,52.9788,51.646,49.6468,48.314,45.6484,43.9824,43.316,41.9832,40.9836,40.3172,39.3176,37.9848,36.652,35.9856,33.986399999999996,33.32,31.9872,31.3208,30.9876,30.9876,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.3192,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,39.6508,39.6508,40.6504,40.6504,41.3168,41.9832,43.316,44.982,46.9812,48.314,50.3132,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,52.9788,52.3124,51.646,50.9796,51.9792,52.6456,53.9784,55.3112,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,60.6424,61.9752,62.6416,63.9744,65.3072,65.3072,65.9736,66.64,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.3052,71.3048,72.6376,73.304,73.304,74.3036,74.97,75.6364,76.636,77.3024,78.6352,79.3016,79.968,80.6344,80.6344,80.6344,79.968,78.6352,77.6356,77.3024,76.636,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.3036,73.9704,73.9704,73.9704,73.9704,73.9704,72.6376,71.9712,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388],[51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,77.3024,77.6356,77.6356,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,74.97,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,66.9732,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.6432,57.9768,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.308,62.6416,61.9752,61.3088,61.3088,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,70.6384,71.3048,71.9712,72.3044,72.9708,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.2992,85.2992,85.2992,85.2992,85.2992,85.2992,85.9656,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,91.9632,92.6296,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.2944,98.6272,98.96039999999999,99.6268,99.6268,100.6264,100.6264,101.2928,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,105.6244,105.9576,106.2908,106.2908,106.2908,106.9572,107.6236,108.6232,110.6224,110.9556,111.2888,112.2884,113.288,113.95439999999999,114.954,115.6204,115.9536,116.62,116.62,116.62,116.62,115.9536,115.2872,114.954,114.2876,113.95439999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,116.62,116.62,116.62,116.62,117.2864,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.6184,120.6184,120.6184,120.6184,119.952,119.952,119.952,119.952,119.2856,119.2856,118.9524,118.61919999999999,118.9524,118.9524,119.6188,120.2852,120.9516,120.9516,121.618,121.9512,121.9512,121.618,121.618,121.618,121.618,121.618,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.6176,122.6176,122.6176,122.6176,121.9512,121.9512,121.9512,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,121.9512,121.2848,121.2848,120.9516,120.9516,119.952,119.952,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.288,112.6216,112.2884,111.622,111.622,111.2888,111.2888,110.2892,110.2892,109.2896,108.28999999999999,107.6236,107.9568,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,104.958,104.958,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.626,101.2928,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,97.6276,96.628,96.2948,94.962,95.6284,94.962,95.9616,96.628,97.2944,97.6276,97.6276,96.628,95.6284,94.6288,93.6292,92.6296,91.2968,89.2976,87.9648,86.2988,84.966,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,77.3024,76.636,76.636,75.9696,75.6364,74.97,74.3036,73.63719999999999,73.304,72.6376,72.6376,71.9712,72.3044,71.638,71.638,71.638,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,68.9724,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,61.9752,60.6424,58.9764,57.6436,55.9776,54.6448,53.6452,52.3124,49.6468,48.314,45.6484,43.9824,42.9828,41.65,40.3172,39.6508,38.6512,37.3184,35.9856,35.3192,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,39.6508,40.3172,40.6504,41.3168,41.3168,42.6496,43.9824,45.6484,47.6476,49.6468,50.9796,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,52.9788,52.9788,52.3124,51.646,51.9792,51.9792,53.6452,54.978,55.6444,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,59.309599999999996,60.6424,62.3084,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.3056,69.3056,69.972,70.6384,71.9712,72.6376,73.304,74.3036,74.3036,74.97,75.6364,76.636,78.30199999999999,79.3016,80.6344,80.6344,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.3032,74.97,74.97,75.6364,75.6364,74.3036,73.63719999999999,71.638,70.9716,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384],[51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,78.30199999999999,78.6352,79.3016,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,76.9692,76.636,75.6364,74.97,73.63719999999999,72.9708,71.3048,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.306,68.306,67.6396,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.3076,63.6412,63.6412,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.6428,59.6428,59.6428,59.6428,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,62.3084,62.3084,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,69.3056,69.972,70.6384,71.3048,71.638,72.3044,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,78.9684,78.9684,79.6348,80.3012,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,85.2992,85.2992,85.2992,85.9656,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,91.2968,91.9632,92.2964,92.9628,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,95.2952,94.962,94.2956,93.9624,93.9624,93.9624,94.2956,94.2956,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,97.2944,97.2944,98.294,98.96039999999999,99.6268,99.6268,100.6264,100.6264,101.2928,101.626,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,107.9568,108.6232,110.6224,110.9556,111.622,111.9552,113.288,113.95439999999999,114.954,115.6204,115.9536,116.62,116.62,115.9536,115.2872,114.954,114.2876,114.2876,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,114.954,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.6204,116.2868,116.62,116.62,117.6196,117.6196,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,119.6188,119.6188,119.952,119.952,120.6184,120.6184,119.952,119.952,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.6196,118.286,119.6188,119.952,119.952,120.6184,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,121.9512,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,122.2844,121.9512,121.2848,121.2848,120.2852,120.2852,119.952,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,115.9536,115.2872,115.2872,114.954,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.9556,109.956,108.9564,107.9568,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,105.2912,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,102.6256,101.626,101.626,101.626,101.2928,100.9596,100.9596,100.2932,100.2932,99.96,99.2936,98.294,97.96079999999999,96.9612,96.628,96.9612,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.294,97.2944,96.2948,94.962,93.9624,92.6296,90.6304,89.2976,87.9648,87.2984,85.6324,84.2996,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.3016,78.30199999999999,77.3024,77.3024,76.636,76.3028,75.6364,74.97,74.3036,73.9704,73.304,73.304,72.6376,72.9708,72.3044,71.638,71.638,71.638,71.638,72.3044,72.3044,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.6396,66.9732,66.9732,66.3068,65.6404,64.3076,61.9752,60.6424,58.9764,57.6436,55.9776,54.6448,53.6452,52.3124,49.6468,48.314,45.6484,43.9824,42.9828,41.65,40.3172,38.9844,37.9848,37.3184,35.9856,34.6528,33.32,31.9872,31.3208,31.3208,30.6544,30.6544,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.9856,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.3172,41.3168,41.3168,41.9832,42.6496,43.9824,46.3148,48.314,50.3132,51.646,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,52.6456,52.6456,53.6452,54.978,56.3108,56.977199999999996,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,61.3088,63.308,63.9744,65.3072,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.972,70.6384,71.3048,71.9712,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.6364,76.3028,76.3028,75.6364,74.97,73.63719999999999,71.638,70.3052,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384],[51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,78.30199999999999,79.968,79.968,80.6344,80.6344,79.6348,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,79.6348,79.6348,79.968,79.968,79.6348,79.6348,79.3016,78.6352,78.30199999999999,77.6356,75.6364,74.3036,72.9708,72.3044,71.638,70.9716,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.306,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.6392,69.3056,69.972,70.6384,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,84.966,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,87.6316,87.6316,87.6316,87.6316,87.6316,88.298,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,90.2972,90.6304,91.2968,92.2964,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.962,94.962,94.962,94.962,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,93.9624,94.2956,94.2956,94.962,94.962,94.962,94.962,94.962,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,96.628,97.2944,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,106.2908,106.2908,106.624,107.6236,107.9568,109.956,110.6224,110.6224,111.622,113.288,113.6212,114.954,115.6204,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,116.62,116.62,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.61919999999999,118.9524,119.6188,119.6188,119.952,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.9524,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.6196,118.286,118.9524,118.9524,119.952,119.952,119.952,120.2852,120.2852,120.9516,120.9516,120.6184,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.9516,120.9516,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,120.9516,120.2852,119.952,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.286,118.286,118.286,118.286,117.6196,117.6196,117.2864,117.2864,115.9536,115.9536,115.2872,115.2872,114.954,114.2876,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.2884,111.2888,111.2888,110.2892,109.6228,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,107.9568,107.9568,107.2904,106.9572,106.2908,106.2908,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.292,102.6256,102.2924,101.2928,100.6264,100.6264,100.6264,99.96,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,101.2928,101.2928,100.6264,99.6268,98.6272,96.9612,94.962,93.6292,91.63,90.6304,89.2976,87.9648,87.2984,85.6324,84.2996,83.6332,82.96679999999999,82.3004,82.3004,81.634,80.6344,79.6348,78.9684,78.30199999999999,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.6368,73.9704,73.9704,73.304,72.9708,72.3044,72.3044,72.3044,71.638,71.638,72.3044,72.3044,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,68.306,68.306,67.6396,66.9732,66.3068,64.974,61.9752,60.6424,58.9764,57.6436,56.644,55.3112,53.6452,52.3124,49.6468,48.314,45.6484,43.9824,42.3164,40.9836,39.6508,38.9844,37.3184,36.652,35.3192,34.6528,33.32,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,33.32,33.986399999999996,35.3192,35.9856,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,40.9836,41.3168,41.9832,41.9832,43.316,44.6488,46.3148,48.314,50.9796,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,52.6456,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.6456,53.312,54.3116,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,59.976,61.3088,63.308,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.972,69.972,70.6384,71.3048,71.9712,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.3024,78.9684,79.968,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.3028,76.9692,76.9692,76.3028,74.97,73.63719999999999,71.638,70.3052,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384],[51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,78.30199999999999,78.9684,80.6344,81.3008,81.3008,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.9676,81.3008,81.3008,81.634,80.9676,81.634,80.9676,80.9676,79.968,79.6348,78.30199999999999,76.3028,74.97,73.63719999999999,72.9708,72.3044,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.974,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,68.6392,69.3056,69.972,70.3052,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.9656,85.9656,85.9656,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,87.6316,87.6316,87.6316,87.6316,87.6316,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.962,94.2956,94.2956,94.2956,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.2956,94.2956,94.962,94.962,94.962,94.962,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,96.628,96.628,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,106.9572,107.6236,108.6232,109.6228,110.2892,111.2888,112.6216,113.6212,113.95439999999999,114.6208,114.954,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,115.6204,116.62,116.62,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,117.6196,117.6196,117.2864,117.2864,116.62,116.62,116.62,117.2864,117.6196,118.286,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.952,119.952,120.2852,119.6188,119.6188,119.2856,119.2856,118.9524,119.952,120.2852,120.9516,120.9516,121.2848,121.9512,121.9512,121.2848,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.9512,121.9512,121.2848,121.2848,121.2848,120.9516,120.9516,119.952,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.286,118.286,118.286,118.286,117.6196,117.6196,117.2864,117.2864,115.9536,115.9536,115.2872,115.2872,114.954,114.954,114.2876,113.6212,113.288,113.288,112.6216,112.6216,112.2884,111.9552,111.2888,110.9556,109.956,109.6228,109.6228,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.958,104.6248,103.62519999999999,103.292,102.2924,102.2924,101.9592,101.2928,100.6264,99.96,99.2936,99.2936,99.6268,99.2936,99.96,100.6264,101.626,102.2924,102.2924,101.626,101.2928,100.2932,97.96079999999999,96.2948,94.962,93.29599999999999,91.63,89.964,88.9644,87.9648,87.2984,86.9652,85.6324,84.966,84.2996,83.6332,83.6332,82.3004,81.3008,80.6344,79.968,78.9684,77.6356,76.9692,76.3028,76.3028,75.3032,75.3032,74.6368,73.9704,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,69.6388,68.9724,68.9724,67.6396,66.3068,64.974,61.9752,60.6424,58.9764,57.6436,56.644,55.3112,53.6452,52.3124,49.6468,48.314,45.6484,43.9824,42.3164,40.9836,39.6508,38.318,37.3184,35.9856,35.3192,34.6528,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,40.3172,41.3168,41.9832,41.9832,42.6496,43.316,44.6488,46.9812,48.980399999999996,50.9796,52.3124,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,53.9784,53.312,52.6456,52.6456,51.9792,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,53.312,53.9784,54.978,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,59.976,61.9752,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,68.9724,69.6388,69.972,69.972,70.6384,71.3048,71.9712,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,79.6348,80.6344,81.3008,81.9672,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.9692,76.9692,76.9692,76.3028,74.97,73.63719999999999,71.638,70.9716,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384],[51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,78.6352,79.968,81.3008,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,81.9672,82.3004,82.96679999999999,83.6332,83.6332,84.2996,82.96679999999999,82.96679999999999,81.634,80.9676,79.3016,77.3024,75.9696,74.6368,73.9704,72.9708,72.9708,72.3044,72.3044,71.638,70.9716,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.3064,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.9724,69.6388,70.3052,70.3052,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.3072,65.3072,64.6408,64.6408,63.9744,63.308,63.308,62.3084,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,73.304,73.9704,73.9704,74.6368,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,80.3012,80.3012,80.9676,80.9676,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.964,90.6304,90.6304,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,101.2928,101.9592,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,106.624,106.624,106.2908,106.2908,106.2908,106.624,105.9576,105.9576,105.9576,106.624,107.6236,108.6232,109.6228,110.9556,111.9552,113.288,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,114.6208,115.2872,115.6204,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.2868,116.2868,116.62,117.2864,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,118.9524,118.286,118.286,118.286,118.286,118.9524,119.6188,119.6188,120.2852,120.9516,121.2848,121.2848,120.9516,120.2852,119.952,119.952,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,120.9516,120.2852,120.2852,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.2864,117.2864,116.62,115.9536,115.9536,115.9536,114.954,114.954,114.2876,113.6212,113.288,113.288,112.6216,112.6216,111.622,111.2888,111.2888,110.9556,110.2892,110.2892,109.956,109.956,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.6228,108.9564,108.9564,108.9564,108.6232,107.9568,107.6236,106.9572,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,106.2908,105.6244,105.6244,104.6248,103.9584,103.9584,103.292,102.6256,102.2924,101.626,101.2928,100.2932,100.6264,101.2928,101.626,101.9592,102.9588,103.62519999999999,103.62519999999999,102.9588,102.2924,101.2928,99.6268,97.96079999999999,96.2948,94.6288,92.6296,91.2968,89.964,88.9644,88.298,87.9648,87.2984,87.2984,85.2992,84.6328,84.6328,83.6332,82.3004,82.3004,81.634,80.6344,79.968,79.3016,78.30199999999999,78.30199999999999,76.9692,76.9692,76.3028,75.6364,74.97,74.3036,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.3052,69.6388,68.9724,68.306,66.3068,64.974,62.6416,61.3088,59.976,58.6432,56.977199999999996,55.3112,54.3116,52.3124,50.3132,48.314,45.6484,43.316,41.65,40.3172,38.9844,38.318,37.6516,36.652,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.984,39.984,40.6504,41.3168,42.3164,42.3164,42.9828,44.315599999999996,44.982,47.3144,49.6468,51.646,53.312,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.312,52.6456,51.9792,51.9792,51.3128,51.3128,51.9792,51.9792,52.6456,53.312,53.312,53.9784,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,56.977199999999996,56.977199999999996,57.9768,57.9768,58.6432,59.976,61.9752,63.308,63.9744,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,71.3048,72.6376,73.63719999999999,74.3036,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.634,81.634,81.634,80.9676,80.9676,80.3012,79.6348,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,76.636,75.6364,73.63719999999999,71.9712,70.6384,69.972,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.6388,69.6388,70.3052,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384],[51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.9744,63.9744,64.6408,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,78.6352,79.968,81.3008,82.6336,83.6332,84.966,84.966,85.2992,85.2992,85.2992,85.6324,85.6324,84.966,84.2996,83.6332,84.2996,84.966,85.2992,85.9656,85.9656,85.6324,85.6324,84.966,84.966,83.6332,81.634,79.968,78.30199999999999,76.636,75.9696,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,69.6388,70.9716,70.9716,70.9716,70.9716,70.3052,70.3052,70.3052,70.3052,69.6388,69.6388,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.64,65.9736,65.9736,65.3072,64.6408,63.9744,63.9744,63.308,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,71.3048,72.6376,73.304,73.304,73.9704,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.9676,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.6308,90.2972,91.2968,91.63,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.96,100.6264,101.2928,101.626,101.9592,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,106.624,106.624,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.6244,105.6244,106.624,107.6236,108.9564,109.956,110.9556,111.9552,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,112.2884,111.9552,111.9552,111.9552,111.2888,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,114.2876,114.6208,115.6204,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.9532,116.9532,116.9532,116.9532,116.9532,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,115.6204,115.9536,115.9536,116.62,117.2864,117.2864,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.6196,117.6196,117.9528,117.9528,118.61919999999999,118.9524,118.9524,119.6188,120.9516,120.9516,120.9516,120.9516,119.952,119.952,119.952,119.952,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,119.952,119.952,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.2864,116.62,115.9536,115.9536,115.9536,115.9536,114.954,114.954,114.2876,113.6212,113.288,113.288,112.6216,112.6216,111.622,111.2888,111.2888,110.9556,110.2892,110.2892,109.956,109.956,109.6228,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.6228,109.6228,109.6228,109.6228,108.6232,108.6232,107.9568,107.6236,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.624,106.9572,106.9572,107.2904,107.9568,107.6236,107.6236,107.6236,106.9572,105.6244,105.2912,105.6244,104.958,104.6248,103.9584,103.62519999999999,102.6256,101.9592,101.2928,101.626,101.9592,102.6256,103.292,104.2916,104.958,103.9584,103.62519999999999,102.9588,101.9592,100.2932,98.96039999999999,97.2944,95.6284,93.9624,92.2964,90.9636,90.2972,89.964,89.2976,88.63119999999999,88.63119999999999,87.9648,86.632,85.9656,85.6324,84.2996,84.2996,83.6332,82.3004,81.634,80.6344,79.968,79.6348,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.97,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.304,73.304,73.304,72.6376,71.9712,71.9712,71.3048,70.6384,70.3052,69.6388,68.9724,68.306,66.3068,64.974,62.6416,61.3088,59.976,58.6432,56.977199999999996,55.3112,54.3116,52.9788,50.3132,48.314,45.6484,43.316,41.65,40.3172,38.9844,38.318,37.6516,37.3184,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,35.3192,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.984,39.984,40.6504,41.3168,42.3164,42.9828,43.6492,44.315599999999996,45.6484,47.3144,50.3132,52.3124,53.9784,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,53.312,52.6456,52.6456,51.9792,51.9792,51.9792,51.9792,52.6456,53.312,53.312,53.9784,53.9784,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,56.977199999999996,56.977199999999996,57.9768,57.9768,58.6432,59.976,61.3088,62.6416,63.308,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,71.3048,72.6376,73.63719999999999,74.3036,75.6364,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.9676,80.9676,80.9676,80.9676,80.3012,80.3012,79.6348,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,76.636,74.97,74.3036,71.9712,70.6384,69.972,69.3056,68.306,68.306,68.306,68.306,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384],[52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,78.6352,79.968,81.9672,82.96679999999999,84.966,86.2988,86.632,86.632,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.9652,87.2984,87.6316,88.298,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.2984,85.6324,84.6328,82.3004,80.6344,78.9684,78.30199999999999,76.636,75.9696,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,70.3052,71.638,71.638,71.638,71.638,70.9716,70.9716,70.9716,70.9716,70.9716,70.3052,69.6388,69.6388,68.9724,68.306,68.306,67.6396,67.6396,67.3064,66.64,66.64,65.9736,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,62.6416,63.308,62.3084,61.641999999999996,60.9756,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,64.6408,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,89.6308,90.2972,90.6304,91.2968,91.9632,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.2956,94.2956,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,96.628,97.2944,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.96,99.96,100.6264,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,105.6244,105.2912,105.2912,105.2912,105.6244,106.624,107.9568,108.9564,109.956,110.9556,111.2888,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.6216,113.288,113.288,113.288,113.288,112.6216,111.9552,111.9552,111.622,112.2884,113.288,113.6212,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.6208,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,114.954,114.954,115.2872,115.2872,115.6204,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.286,117.9528,117.9528,116.9532,116.9532,116.62,116.9532,116.9532,117.9528,118.286,118.9524,119.6188,119.952,119.952,120.2852,120.2852,119.952,119.2856,119.2856,119.952,120.2852,120.2852,120.9516,120.9516,120.2852,120.2852,119.952,119.952,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.2864,117.2864,117.2864,116.62,115.9536,115.9536,115.9536,115.9536,114.954,114.954,114.2876,113.6212,113.288,113.288,112.6216,112.6216,111.622,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.956,109.956,109.956,109.956,108.9564,108.9564,108.28999999999999,107.9568,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.9568,108.28999999999999,107.9568,107.9568,107.9568,107.6236,106.9572,106.624,106.2908,105.9576,104.6248,104.2916,104.6248,103.62519999999999,102.9588,101.9592,102.6256,102.6256,102.6256,103.62519999999999,104.2916,104.958,104.958,104.2916,102.9588,101.9592,100.6264,99.6268,97.96079999999999,96.2948,94.6288,93.29599999999999,92.2964,91.63,91.63,91.2968,90.6304,90.6304,89.2976,88.63119999999999,87.6316,87.2984,86.632,86.2988,85.2992,84.2996,83.6332,82.3004,82.3004,81.3008,80.3012,79.6348,78.9684,78.30199999999999,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.6388,69.6388,68.9724,67.6396,66.3068,64.974,61.9752,60.6424,59.309599999999996,57.9768,56.977199999999996,55.3112,54.3116,52.9788,50.3132,48.314,45.6484,43.316,41.65,40.3172,39.6508,38.318,38.318,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.984,39.984,40.6504,41.3168,42.3164,42.9828,43.6492,44.982,46.3148,48.314,50.9796,52.9788,54.6448,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.9784,53.9784,54.6448,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.9768,57.9768,58.6432,59.309599999999996,60.6424,61.3088,62.6416,64.6408,65.6404,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,71.3048,71.9712,73.63719999999999,74.3036,75.6364,77.3024,78.9684,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,79.6348,78.9684,78.9684,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,75.9696,74.97,73.63719999999999,71.9712,70.6384,69.972,69.3056,68.306,68.306,68.306,68.306,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972],[52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,78.6352,79.968,81.9672,83.6332,84.966,86.632,87.9648,88.298,88.298,88.9644,88.9644,88.9644,88.298,88.63119999999999,88.298,88.9644,89.964,90.6304,90.9636,91.63,91.2968,90.6304,90.2972,89.2976,88.298,87.2984,84.966,82.96679999999999,81.634,79.968,78.9684,78.30199999999999,76.9692,75.6364,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,68.306,68.306,68.306,68.306,68.9724,70.3052,71.638,72.3044,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.9724,68.306,68.306,67.6396,67.3064,66.64,65.9736,65.3072,65.3072,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.6408,63.9744,63.9744,63.9744,63.308,63.9744,63.308,62.3084,61.641999999999996,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.9644,89.6308,90.6304,90.6304,91.2968,91.63,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,100.2932,100.2932,101.2928,101.626,101.626,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,104.6248,104.2916,104.2916,104.2916,104.6248,105.2912,106.624,107.9568,108.6232,109.6228,109.6228,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.6228,109.6228,109.6228,109.956,109.956,109.6228,109.6228,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,111.2888,112.2884,113.288,113.6212,114.2876,113.6212,113.6212,113.288,113.288,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,115.6204,115.6204,115.9536,115.9536,115.9536,116.2868,116.62,116.62,117.2864,117.6196,117.9528,117.9528,117.9528,118.286,117.9528,117.9528,117.9528,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.6204,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,116.9532,116.62,115.9536,115.6204,115.9536,115.9536,116.9532,117.6196,118.61919999999999,118.9524,119.6188,119.952,120.2852,120.2852,119.2856,119.2856,119.2856,119.2856,119.952,119.952,120.2852,120.2852,119.952,119.952,119.952,119.952,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.9528,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,114.954,114.954,114.2876,113.6212,113.288,113.288,112.6216,112.6216,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.6228,109.6228,109.6228,109.6228,109.6228,109.6228,109.6228,109.6228,109.956,109.956,109.956,109.956,108.9564,108.9564,108.9564,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,105.6244,105.2912,104.958,104.6248,103.9584,103.292,102.9588,102.9588,103.292,103.62519999999999,104.958,104.958,104.958,104.2916,102.9588,101.9592,100.6264,100.2932,98.6272,97.2944,96.2948,94.6288,93.9624,93.29599999999999,92.6296,92.6296,91.9632,91.9632,91.2968,89.964,89.2976,88.9644,88.298,87.9648,87.2984,86.632,85.6324,84.2996,84.2996,82.96679999999999,82.3004,81.3008,79.968,79.3016,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.6388,68.9724,68.306,67.6396,66.3068,64.974,61.9752,60.6424,59.309599999999996,57.9768,56.977199999999996,55.3112,54.3116,52.9788,50.3132,48.314,45.6484,43.316,41.65,40.3172,39.6508,38.9844,38.318,37.9848,37.3184,36.652,36.652,36.652,36.652,37.3184,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.984,40.6504,41.3168,41.9832,42.9828,43.6492,44.315599999999996,44.982,46.9812,48.980399999999996,51.646,53.6452,55.3112,56.644,56.644,56.644,56.644,56.644,56.644,55.9776,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.6456,53.312,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.9768,58.6432,58.6432,59.309599999999996,60.6424,61.3088,61.9752,63.9744,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,71.3048,71.9712,72.9708,74.3036,75.6364,77.3024,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.30199999999999,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,76.636,75.9696,74.3036,73.63719999999999,71.9712,70.6384,69.3056,69.3056,68.306,68.306,68.306,68.306,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972],[53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,77.3024,78.6352,79.968,82.3004,83.6332,84.966,86.632,88.298,89.2976,89.964,89.964,89.964,89.964,89.964,89.6308,90.6304,91.2968,91.63,92.2964,92.9628,93.29599999999999,92.9628,92.6296,91.63,90.6304,90.2972,89.2976,87.6316,85.9656,83.9664,82.3004,80.6344,79.968,79.3016,77.6356,76.3028,74.97,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,70.6384,71.3048,72.6376,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.6404,65.6404,65.6404,65.6404,64.974,64.3076,63.6412,63.6412,62.6416,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.3076,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.3052,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,89.2976,89.6308,90.2972,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,99.2936,99.2936,99.96,100.2932,100.6264,101.2928,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.6244,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,107.2904,107.2904,107.2904,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.956,109.956,110.2892,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.6224,109.956,109.956,110.6224,110.9556,111.2888,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.954,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.95479999999999,113.288,113.288,112.95479999999999,114.2876,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.2872,115.2872,115.6204,116.62,117.2864,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.286,117.9528,117.6196,117.6196,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,114.954,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,109.956,109.956,109.956,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.9568,107.6236,106.9572,106.2908,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.9584,104.6248,105.6244,105.9576,104.958,104.958,103.62519999999999,102.2924,101.2928,100.2932,99.2936,98.294,96.628,96.2948,95.6284,94.6288,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,90.6304,90.2972,89.964,89.2976,88.63119999999999,87.9648,87.9648,86.632,84.966,84.966,83.6332,82.3004,81.3008,79.968,78.9684,78.30199999999999,77.3024,76.636,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,68.9724,68.306,68.306,66.9732,65.6404,64.3076,61.9752,60.6424,59.309599999999996,57.9768,56.977199999999996,55.3112,54.3116,52.9788,50.3132,48.314,45.6484,43.316,41.65,40.3172,39.6508,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.984,40.6504,41.3168,41.9832,42.9828,43.6492,44.315599999999996,45.6484,47.6476,50.6464,52.6456,54.6448,56.3108,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.9784,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.9744,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.97,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,77.3024,77.3024,76.3028,75.6364,75.6364,74.97,74.3036,72.9708,71.3048,69.972,69.3056,68.6392,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972],[53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,77.3024,78.6352,79.968,82.3004,82.96679999999999,84.966,86.632,88.298,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.63,92.2964,93.29599999999999,94.2956,94.2956,93.9624,93.29599999999999,92.6296,91.9632,91.2968,90.6304,89.964,88.298,87.2984,84.6328,82.96679999999999,81.3008,80.6344,78.6352,76.9692,75.6364,74.3036,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,71.3048,71.9712,73.304,73.9704,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.306,67.6396,67.6396,66.9732,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,66.64,66.64,66.64,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,64.3076,63.6412,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.638,72.3044,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.2992,85.2992,85.9656,85.9656,86.632,86.632,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,89.6308,89.6308,90.2972,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,98.294,98.96039999999999,99.2936,99.2936,100.2932,100.2932,100.9596,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,103.62519999999999,102.6256,102.6256,102.6256,102.6256,103.292,104.6248,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.624,106.624,106.624,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,109.6228,109.6228,109.956,109.956,109.956,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,110.2892,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.9552,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.6208,114.954,115.2872,115.2872,115.2872,115.6204,115.9536,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,115.2872,115.2872,115.9536,116.62,117.2864,117.9528,118.61919999999999,118.9524,118.9524,118.61919999999999,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,109.956,109.956,109.956,109.956,109.2896,108.9564,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,107.9568,107.6236,107.6236,106.624,105.9576,105.2912,104.6248,104.6248,104.6248,104.6248,105.9576,105.9576,104.958,104.958,103.62519999999999,102.2924,101.2928,100.2932,99.2936,98.294,97.96079999999999,96.628,96.2948,95.6284,94.962,94.6288,93.9624,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.2968,90.2972,89.2976,88.63119999999999,88.298,87.9648,86.2988,85.6324,84.966,83.6332,82.3004,81.3008,79.6348,78.9684,78.30199999999999,77.3024,75.6364,74.97,74.97,74.3036,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.306,67.6396,67.6396,66.9732,65.6404,64.3076,61.9752,60.6424,59.309599999999996,57.9768,56.977199999999996,55.3112,54.3116,52.9788,50.3132,47.6476,45.6484,43.316,41.65,40.3172,39.6508,39.6508,38.9844,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.6492,44.315599999999996,44.982,46.3148,48.314,51.3128,53.9784,55.9776,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,56.644,55.9776,55.3112,54.6448,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,61.9752,62.6416,63.308,64.6408,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,70.6384,71.638,72.9708,73.63719999999999,74.97,76.3028,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,77.3024,76.636,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,71.3048,69.972,69.3056,68.6392,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972],[53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.6412,63.6412,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,77.3024,78.6352,79.968,81.3008,82.96679999999999,84.2996,86.2988,87.6316,88.9644,88.63119999999999,89.2976,89.2976,89.964,90.6304,90.6304,91.2968,91.63,92.9628,93.9624,94.6288,94.6288,94.2956,93.9624,93.6292,92.6296,92.6296,92.2964,91.63,90.2972,88.63119999999999,87.2984,85.2992,82.6336,81.3008,79.968,76.3028,74.97,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.9712,72.6376,73.9704,74.6368,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,71.3048,70.3052,70.3052,69.6388,68.9724,68.306,68.306,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,63.6412,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.3028,76.3028,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,84.966,85.6324,85.9656,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,91.9632,91.9632,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.9624,94.2956,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,98.294,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.9596,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,105.6244,105.2912,104.6248,103.62519999999999,102.6256,101.626,101.626,102.2924,102.6256,104.2916,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.6232,108.9564,108.9564,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,108.9564,108.9564,109.2896,110.2892,111.2888,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.6224,109.956,110.6224,110.6224,110.6224,110.9556,111.9552,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,115.6204,115.6204,115.6204,115.6204,115.6204,114.6208,114.6208,114.6208,114.6208,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,115.6204,115.9536,115.6204,115.6204,114.6208,114.6208,114.2876,114.6208,115.2872,115.9536,116.62,117.2864,117.2864,117.9528,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,116.9532,116.9532,116.9532,116.9532,116.9532,117.6196,117.9528,117.9528,117.9528,117.9528,117.6196,116.9532,116.9532,116.9532,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.2896,108.28999999999999,108.28999999999999,107.6236,106.9572,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,105.6244,105.6244,103.9584,102.6256,101.2928,100.6264,99.6268,98.96039999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.6284,95.6284,94.6288,93.9624,93.29599999999999,92.6296,92.2964,92.2964,91.63,90.6304,89.964,88.298,87.9648,86.632,86.2988,84.966,84.2996,83.6332,81.9672,80.3012,79.6348,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.3036,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.6396,67.6396,66.9732,66.3068,64.974,63.6412,61.9752,60.6424,59.976,58.6432,56.977199999999996,55.9776,53.6452,52.3124,50.3132,47.6476,45.6484,43.316,41.65,40.3172,39.6508,38.9844,38.9844,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,40.6504,41.3168,41.9832,42.6496,43.6492,44.315599999999996,45.6484,46.9812,48.980399999999996,51.9792,54.6448,56.644,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,56.644,55.9776,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.9736,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,70.6384,71.638,72.9708,73.63719999999999,74.3036,74.97,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,77.3024,76.636,75.6364,74.97,74.3036,74.3036,73.304,71.9712,70.6384,69.972,69.3056,68.6392,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972],[53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.6452,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.9776,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.6412,63.6412,64.3076,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,77.3024,78.6352,79.3016,80.6344,81.9672,82.96679999999999,84.966,85.6324,87.2984,87.6316,88.9644,88.63119999999999,89.964,90.6304,91.2968,91.63,91.63,92.9628,93.6292,93.9624,93.9624,94.2956,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,90.6304,89.2976,86.632,83.9664,82.3004,80.6344,76.9692,75.6364,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.636,76.636,76.636,76.636,76.3028,76.9692,76.9692,76.9692,76.636,76.636,77.3024,77.3024,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,73.304,74.6368,75.3032,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.6308,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,91.9632,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,105.6244,105.2912,104.6248,102.6256,101.9592,101.2928,101.2928,101.626,102.2924,103.62519999999999,104.958,104.2916,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.9576,105.9576,105.9576,105.9576,105.6244,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,110.2892,110.9556,112.2884,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.9556,109.956,109.956,110.6224,110.6224,110.6224,110.6224,111.2888,111.9552,111.9552,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.2876,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,115.6204,116.2868,116.2868,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.6208,114.6208,114.6208,114.6208,113.6212,113.6212,113.288,113.288,113.288,112.2884,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,112.2884,112.95479999999999,113.288,113.6212,113.95439999999999,114.2876,113.95439999999999,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.6204,116.2868,116.62,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,116.9532,116.9532,116.9532,116.9532,116.9532,116.9532,117.9528,117.9528,117.9528,117.9528,116.9532,116.9532,116.9532,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.2872,114.954,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.2888,111.2888,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.2896,108.9564,108.28999999999999,107.6236,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,106.624,105.9576,105.6244,103.9584,102.6256,101.2928,100.6264,99.6268,99.2936,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.6284,94.962,93.9624,93.6292,92.9628,92.6296,92.2964,90.9636,90.2972,88.63119999999999,88.298,87.2984,86.632,85.2992,84.966,84.2996,82.96679999999999,81.3008,79.6348,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.3036,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,66.3068,65.6404,64.974,63.6412,61.9752,60.6424,59.976,59.309599999999996,57.6436,55.9776,54.6448,52.6456,50.3132,48.314,45.6484,43.316,41.65,40.9836,39.6508,38.9844,38.9844,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.984,41.3168,41.3168,41.9832,43.316,44.315599999999996,44.982,46.3148,47.6476,49.6468,52.6456,55.3112,57.3104,58.9764,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,57.3104,56.644,55.9776,55.3112,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.9764,59.976,61.3088,61.9752,63.308,65.3072,65.9736,66.64,67.3064,67.6396,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.638,71.638,71.638,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,76.636,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,70.6384,69.3056,68.6392,68.6392,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972],[54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,79.968,80.6344,81.634,82.3004,82.96679999999999,84.2996,85.6324,87.2984,88.9644,89.2976,90.2972,90.6304,91.2968,91.2968,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.29599999999999,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,90.6304,88.298,85.2992,82.96679999999999,81.3008,78.9684,77.3024,75.9696,75.9696,75.9696,75.9696,76.636,77.3024,76.9692,76.9692,77.6356,77.6356,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.30199999999999,77.3024,77.3024,76.636,75.9696,75.3032,75.3032,74.6368,74.3036,73.63719999999999,72.9708,72.3044,71.3048,71.3048,70.6384,69.972,70.6384,70.6384,70.6384,71.3048,72.9708,74.3036,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,64.6408,65.3072,65.3072,65.9736,65.9736,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,80.3012,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,85.9656,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,89.2976,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.96,100.6264,101.2928,101.9592,101.9592,101.9592,102.2924,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,106.2908,105.6244,104.6248,103.62519999999999,102.2924,100.6264,100.6264,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,105.6244,105.9576,105.9576,105.9576,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,109.2896,109.956,110.6224,111.622,111.622,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,111.2888,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.95439999999999,114.6208,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.2888,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.9556,111.2888,111.622,111.622,112.2884,112.2884,111.9552,111.9552,112.6216,112.6216,112.6216,112.6216,113.6212,113.288,113.288,113.288,113.6212,113.288,114.2876,114.6208,115.6204,115.6204,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,113.95439999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.6224,110.6224,110.6224,110.6224,109.956,109.956,110.2892,110.2892,110.6224,110.6224,110.9556,110.9556,110.2892,110.2892,109.956,109.956,108.6232,108.28999999999999,107.9568,107.2904,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,104.958,103.62519999999999,102.6256,101.626,100.6264,99.6268,99.2936,98.6272,97.6276,97.2944,97.2944,97.2944,96.9612,96.9612,95.9616,95.6284,94.962,94.6288,93.9624,93.29599999999999,92.2964,91.63,90.6304,89.2976,88.298,87.9648,86.632,86.2988,85.6324,84.966,83.6332,82.3004,80.6344,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,65.9736,65.3072,64.3076,63.6412,62.6416,61.9752,60.6424,59.976,58.31,56.977199999999996,55.3112,53.9784,51.646,49.6468,46.647999999999996,44.315599999999996,42.6496,41.9832,40.3172,39.6508,39.6508,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.984,39.984,41.3168,41.3168,41.9832,43.316,44.982,45.6484,46.3148,47.6476,49.6468,53.312,55.9776,57.9768,59.6428,59.6428,58.9764,58.9764,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,55.6444,56.3108,57.9768,59.309599999999996,60.6424,61.9752,63.308,64.6408,66.9732,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,72.3044,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,70.9716,70.9716,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,74.6368,73.9704,73.304,72.6376,71.9712,71.3048,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384],[55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,70.3052,70.3052,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,79.3016,79.968,80.9676,81.3008,81.9672,82.6336,84.2996,85.9656,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.9632,92.6296,92.9628,92.6296,92.6296,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,92.9628,92.6296,90.9636,89.6308,86.9652,84.2996,81.9672,79.968,78.30199999999999,77.3024,76.636,76.636,76.636,77.3024,77.3024,77.9688,77.9688,78.6352,78.6352,78.9684,78.9684,78.9684,79.6348,79.968,79.968,80.6344,80.6344,79.6348,79.3016,79.3016,78.30199999999999,77.3024,76.636,75.9696,75.3032,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,70.6384,70.6384,70.6384,71.3048,72.9708,74.3036,75.6364,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.3044,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,68.306,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,65.3072,64.6408,64.6408,63.9744,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,64.6408,65.3072,65.9736,65.9736,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,83.6332,83.6332,84.2996,85.6324,85.6324,85.6324,85.6324,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.96,99.96,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,106.2908,105.6244,104.6248,102.2924,100.2932,99.96,100.2932,100.2932,100.6264,101.2928,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,105.6244,105.6244,105.6244,105.9576,106.624,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.9568,108.28999999999999,108.9564,109.6228,110.2892,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,110.9556,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.6208,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,112.2884,112.2884,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,111.622,111.622,112.2884,111.9552,111.9552,111.9552,111.9552,112.2884,112.95479999999999,113.6212,114.2876,114.6208,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,113.95439999999999,113.95439999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,109.956,109.956,110.2892,110.2892,110.6224,110.6224,110.9556,110.9556,110.2892,109.956,109.956,109.2896,108.28999999999999,107.6236,107.6236,106.624,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.2916,103.62519999999999,102.6256,101.626,100.6264,99.6268,98.96039999999999,97.96079999999999,97.6276,97.2944,97.2944,97.2944,97.6276,96.9612,95.9616,95.6284,95.6284,94.6288,93.9624,93.29599999999999,92.6296,91.63,90.6304,89.2976,88.298,87.9648,87.2984,86.2988,86.2988,84.966,84.2996,82.3004,80.9676,79.968,78.30199999999999,76.9692,76.3028,75.6364,74.97,73.9704,73.304,72.6376,71.9712,71.3048,69.972,69.3056,68.6392,67.6396,66.3068,65.9736,65.3072,64.3076,64.3076,62.6416,61.9752,61.3088,60.6424,59.6428,58.31,56.977199999999996,54.978,52.3124,50.3132,48.314,45.6484,43.9824,42.6496,40.9836,40.3172,40.3172,39.6508,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.984,39.984,41.3168,41.9832,42.6496,43.316,44.982,46.3148,46.9812,48.314,49.6468,53.312,55.9776,57.9768,59.6428,59.6428,58.9764,58.9764,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,55.6444,56.3108,57.9768,59.309599999999996,60.6424,61.9752,64.6408,65.9736,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.638,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.9716,70.9716,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048],[56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.9776,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,79.3016,79.3016,79.968,81.3008,81.9672,82.96679999999999,84.2996,85.2992,87.2984,88.9644,89.6308,90.2972,90.6304,91.63,91.9632,91.9632,91.63,91.63,91.63,91.2968,91.2968,91.63,91.63,92.2964,91.63,91.63,90.9636,89.964,88.298,85.6324,83.6332,81.3008,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,78.6352,79.3016,79.3016,79.968,79.968,79.6348,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,81.9672,81.3008,81.634,80.9676,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,73.63719999999999,72.9708,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.9708,74.3036,75.6364,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,73.304,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,65.9736,65.3072,65.3072,64.6408,63.9744,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,64.6408,65.3072,65.9736,65.9736,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,75.6364,75.9696,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.6324,85.6324,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.96,99.96,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,104.6248,104.958,104.958,104.958,105.6244,105.2912,105.6244,106.2908,106.2908,106.2908,105.2912,103.62519999999999,101.626,99.96,99.96,100.2932,100.2932,100.6264,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.958,104.958,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,108.6232,108.9564,109.6228,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,111.622,112.2884,112.2884,112.6216,113.288,113.288,113.6212,114.6208,114.6208,114.6208,114.6208,114.954,114.954,115.6204,115.6204,114.954,114.954,114.954,114.954,114.2876,113.6212,113.6212,113.288,113.288,112.6216,112.6216,111.622,111.622,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.6228,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,113.288,113.6212,114.6208,114.6208,115.6204,115.6204,115.6204,115.9536,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,116.2868,116.2868,116.2868,115.9536,115.6204,115.6204,115.6204,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,110.2892,109.956,109.2896,109.2896,108.9564,107.6236,106.9572,106.9572,105.9576,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.2916,103.62519999999999,103.292,102.6256,101.626,100.9596,99.6268,98.6272,97.96079999999999,97.2944,97.2944,96.628,96.628,96.9612,96.9612,95.9616,95.2952,94.6288,94.6288,93.9624,93.6292,92.9628,91.63,90.6304,88.63119999999999,88.298,87.9648,87.2984,86.2988,85.6324,84.2996,83.6332,81.634,80.9676,79.968,78.30199999999999,76.9692,76.3028,75.6364,74.97,73.9704,73.304,72.6376,71.9712,71.3048,69.972,69.3056,68.6392,67.6396,66.3068,65.9736,65.3072,64.974,64.3076,63.6412,62.6416,61.9752,61.3088,60.3092,59.6428,58.31,56.3108,54.3116,51.646,49.6468,46.9812,45.3152,43.316,42.3164,41.65,40.9836,40.9836,39.984,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,39.984,40.6504,41.3168,41.9832,42.6496,43.9824,45.6484,46.3148,47.6476,48.314,49.6468,52.6456,55.9776,57.9768,59.6428,59.6428,58.9764,58.9764,58.31,58.31,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,55.6444,56.3108,58.6432,59.976,61.3088,62.6416,64.6408,66.64,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.638,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.638,71.638,71.638,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,74.97,73.9704,73.304,72.6376,71.9712,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712],[56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.6352,79.3016,80.6344,81.3008,82.3004,82.96679999999999,83.9664,85.2992,87.6316,88.9644,89.2976,89.2976,90.2972,90.2972,90.6304,89.964,89.964,89.964,89.2976,89.2976,89.964,89.964,90.6304,90.9636,91.2968,90.9636,89.964,88.63119999999999,86.632,84.2996,82.3004,81.3008,79.968,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,80.9676,80.9676,81.634,81.9672,82.6336,82.96679999999999,83.6332,84.2996,83.6332,83.6332,82.96679999999999,81.634,80.6344,79.6348,78.9684,77.3024,76.3028,75.6364,74.3036,73.63719999999999,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,71.3048,71.9712,72.9708,74.3036,75.6364,76.3028,76.9692,77.6356,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,71.9712,71.3048,70.6384,69.972,69.3056,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,66.3068,65.3072,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.3032,75.9696,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.6324,85.6324,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.96,99.96,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.958,104.958,104.6248,105.2912,105.9576,105.9576,105.6244,104.958,102.6256,100.6264,99.96,99.2936,100.2932,100.2932,100.6264,100.6264,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,104.6248,104.958,105.6244,106.2908,106.9572,107.9568,108.6232,108.9564,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,112.2884,112.6216,112.6216,113.288,113.6212,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,114.954,114.954,114.954,114.2876,113.6212,113.6212,113.288,113.288,112.6216,112.6216,111.622,111.622,111.2888,110.9556,110.2892,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.622,111.622,112.6216,113.6212,114.2876,114.6208,115.6204,115.6204,115.6204,115.6204,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.6236,106.9572,105.9576,105.9576,105.6244,104.958,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,103.9584,103.292,103.292,102.6256,101.9592,100.2932,99.96,99.2936,98.6272,97.2944,97.6276,96.9612,96.9612,96.9612,95.9616,95.9616,95.6284,94.6288,93.9624,93.9624,93.6292,92.6296,91.9632,91.2968,89.964,88.63119999999999,87.6316,87.2984,86.2988,86.2988,84.966,83.6332,82.96679999999999,80.9676,80.3012,79.3016,78.30199999999999,76.9692,76.3028,75.6364,74.97,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,67.6396,66.9732,66.64,65.9736,65.6404,64.974,64.3076,63.6412,63.308,63.308,61.9752,61.3088,59.976,58.6432,56.3108,54.3116,51.9792,49.6468,46.9812,45.3152,43.9824,43.316,43.316,42.6496,41.65,40.9836,40.9836,40.3172,39.984,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.6504,40.6504,41.9832,42.6496,43.316,43.9824,45.6484,46.9812,47.6476,48.980399999999996,49.6468,52.6456,55.3112,57.3104,58.9764,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,55.6444,56.3108,58.6432,59.976,61.3088,62.6416,65.3072,65.9736,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.638,71.3048,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.638,71.638,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.304,72.6376,71.9712,71.3048,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712],[56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.9744,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.30199999999999,79.3016,79.968,80.6344,81.634,83.6332,84.966,86.2988,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,88.9644,88.298,88.298,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,87.6316,86.632,84.966,82.96679999999999,81.3008,81.3008,80.6344,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.2992,86.632,86.632,86.632,85.9656,85.6324,84.966,82.3004,81.3008,80.6344,78.9684,76.9692,76.3028,74.97,73.63719999999999,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.97,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.3032,75.3032,75.3032,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,77.6356,76.9692,75.6364,74.97,73.63719999999999,72.9708,71.638,70.9716,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.3064,66.9732,66.3068,65.6404,65.6404,64.974,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,77.6356,78.6352,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,85.6324,85.6324,85.9656,85.9656,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.96,99.96,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.6244,104.2916,103.62519999999999,101.9592,100.6264,99.2936,98.96039999999999,99.2936,99.96,99.96,100.2932,101.2928,101.9592,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,106.2908,106.9572,107.6236,108.28999999999999,109.2896,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.6232,109.2896,109.956,110.6224,111.622,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.9556,110.9556,110.2892,109.2896,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.956,109.956,109.956,109.956,110.9556,111.2888,111.622,112.2884,112.95479999999999,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,116.9532,116.9532,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,115.2872,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.6232,108.6232,108.28999999999999,107.9568,107.6236,107.6236,106.9572,105.6244,104.6248,104.958,104.2916,103.62519999999999,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,101.2928,101.2928,100.9596,100.2932,98.96039999999999,98.6272,98.6272,97.2944,97.2944,96.9612,96.9612,96.2948,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.6292,92.9628,92.6296,91.9632,91.2968,89.964,88.298,87.6316,86.2988,86.2988,84.966,84.2996,83.6332,82.3004,80.3012,79.6348,78.30199999999999,76.9692,76.3028,76.3028,75.6364,74.97,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.306,67.6396,67.3064,66.64,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,63.308,62.6416,61.9752,60.6424,58.9764,56.977199999999996,53.9784,51.9792,50.3132,48.980399999999996,46.9812,45.6484,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,40.3172,39.6508,39.984,39.984,39.984,39.3176,39.3176,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,42.6496,43.316,44.6488,46.3148,46.9812,48.314,48.980399999999996,50.3132,52.6456,54.6448,56.644,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.31,58.31,57.6436,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,55.6444,56.3108,58.6432,60.6424,61.3088,62.6416,64.6408,65.9736,66.9732,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.6376,71.9712,71.3048,70.6384,68.9724,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708],[56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,82.3004,83.6332,84.2996,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.2988,86.2988,86.632,86.632,87.2984,87.2984,87.6316,87.9648,87.6316,86.2988,85.6324,84.2996,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,85.6324,86.2988,87.2984,87.9648,88.298,88.9644,89.2976,88.9644,88.298,87.6316,86.632,84.2996,82.96679999999999,81.3008,80.6344,77.6356,76.3028,74.97,74.3036,73.304,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.9684,79.6348,79.6348,78.9684,77.3024,76.636,74.97,73.63719999999999,72.3044,71.638,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.974,64.3076,64.3076,63.6412,63.6412,63.6412,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.96,99.96,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,103.62519999999999,103.292,101.626,99.96,98.96039999999999,98.294,99.2936,99.2936,99.96,99.96,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.9584,104.958,106.624,106.9572,107.9568,108.9564,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.6232,109.2896,109.2896,110.6224,111.622,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.2892,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,111.2888,111.2888,111.622,112.2884,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,116.9532,116.9532,116.62,116.62,115.9536,115.9536,115.6204,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.2896,108.6232,108.9564,108.9564,108.9564,108.28999999999999,107.2904,107.2904,107.2904,106.9572,107.6236,106.9572,106.624,105.9576,104.958,104.2916,104.2916,103.62519999999999,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.2932,99.6268,98.96039999999999,97.96079999999999,97.2944,97.2944,96.628,96.9612,95.9616,95.9616,95.6284,94.962,94.6288,94.6288,93.9624,93.6292,93.29599999999999,92.6296,91.9632,91.9632,91.63,90.6304,89.2976,87.6316,87.2984,86.2988,84.966,83.6332,82.96679999999999,82.96679999999999,81.634,79.6348,78.9684,77.6356,76.3028,76.3028,76.3028,75.6364,74.97,73.9704,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,69.972,68.9724,68.306,67.97279999999999,67.3064,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,65.3072,64.6408,63.9744,63.308,60.6424,58.31,56.3108,54.3116,52.3124,50.9796,49.6468,48.314,46.9812,46.3148,45.3152,44.6488,43.6492,42.9828,41.3168,40.3172,40.6504,39.984,39.984,39.984,39.984,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,42.6496,43.316,44.6488,46.3148,47.6476,48.314,49.6468,50.9796,52.6456,53.9784,55.9776,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.31,57.6436,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,55.6444,56.3108,58.6432,60.6424,61.3088,62.6416,64.6408,65.9736,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.9712,71.3048,70.6384,69.972,68.9724,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,70.3052,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708],[57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.9676,81.634,82.96679999999999,84.2996,84.966,85.6324,86.2988,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,84.966,84.2996,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,83.6332,83.6332,84.2996,85.6324,86.2988,87.2984,87.9648,88.63119999999999,89.964,90.2972,91.63,91.63,90.6304,89.964,88.298,87.9648,86.2988,84.2996,82.96679999999999,81.3008,78.30199999999999,76.3028,75.6364,74.3036,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.9708,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.3012,79.6348,78.9684,77.3024,75.6364,74.3036,72.9708,71.638,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,68.306,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,61.9752,61.9752,61.9752,61.9752,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.96,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.9592,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.292,103.292,102.6256,100.6264,98.96039999999999,98.294,97.96079999999999,98.294,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,103.62519999999999,103.9584,105.2912,105.6244,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,106.9572,107.2904,108.6232,109.956,111.2888,111.9552,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,109.2896,108.9564,107.9568,107.9568,107.9568,107.6236,107.2904,107.2904,106.624,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.956,110.6224,111.2888,111.2888,111.622,112.95479999999999,113.288,113.288,114.2876,114.6208,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,116.9532,116.9532,115.9536,115.9536,115.9536,115.6204,115.2872,114.6208,114.6208,114.6208,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.622,112.2884,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.2912,104.2916,103.9584,103.62519999999999,103.292,101.2928,101.2928,100.6264,100.6264,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.628,96.9612,96.2948,95.9616,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.29599999999999,92.6296,91.9632,91.63,91.63,90.6304,89.2976,88.298,87.2984,86.9652,86.2988,84.966,83.6332,82.96679999999999,82.3004,80.9676,78.6352,77.9688,76.9692,76.3028,76.3028,76.3028,75.6364,74.97,73.9704,73.304,73.304,72.6376,72.6376,71.9712,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,65.9736,65.9736,65.6404,64.3076,61.9752,59.976,57.6436,55.6444,53.9784,52.6456,50.9796,50.3132,48.980399999999996,47.6476,46.9812,45.6484,44.982,43.6492,42.6496,41.9832,41.3168,40.6504,40.6504,40.6504,39.984,39.984,39.984,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,42.6496,43.9824,45.3152,46.9812,47.6476,48.314,49.6468,50.9796,52.6456,53.9784,55.3112,56.977199999999996,58.31,58.9764,59.6428,60.3092,60.6424,60.6424,60.6424,59.6428,58.9764,58.9764,58.31,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,55.6444,56.3108,58.6432,60.6424,61.3088,62.6416,64.6408,65.9736,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.3048,71.3048,70.6384,69.972,68.9724,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,70.3052,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999],[57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.9676,81.634,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.6324,85.9656,87.2984,88.298,89.2976,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,92.6296,91.63,90.2972,88.63119999999999,87.2984,84.966,83.6332,81.3008,78.30199999999999,76.3028,75.6364,74.97,73.9704,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.97,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.9676,80.9676,80.9676,80.3012,79.6348,78.30199999999999,75.6364,74.3036,72.9708,72.3044,71.3048,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.3076,64.3076,63.6412,63.6412,63.6412,62.6416,61.9752,61.9752,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,76.636,76.636,76.636,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,85.6324,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,91.2968,91.63,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,94.962,94.962,94.962,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.6272,98.96039999999999,99.96,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,103.292,103.292,103.292,102.6256,102.6256,101.626,100.2932,98.294,97.96079999999999,97.6276,98.294,98.294,99.2936,99.2936,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.6256,103.292,104.2916,104.6248,105.6244,106.624,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.9576,105.6244,105.2912,105.6244,106.2908,106.2908,106.2908,107.2904,108.28999999999999,108.6232,110.2892,111.2888,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.2876,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.2892,109.6228,108.9564,108.28999999999999,107.9568,107.2904,107.2904,106.9572,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,107.2904,107.2904,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,110.6224,110.6224,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.6208,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,116.9532,116.62,115.9536,115.9536,115.6204,115.6204,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.2888,111.2888,111.622,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,108.6232,108.6232,108.6232,108.28999999999999,107.6236,107.6236,106.9572,106.624,106.624,106.2908,105.6244,105.6244,105.6244,104.958,104.958,104.2916,103.9584,103.292,103.292,101.9592,100.2932,99.96,99.96,99.2936,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,95.9616,95.6284,94.962,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,92.6296,91.9632,91.63,91.2968,90.6304,90.6304,89.2976,88.298,87.2984,86.9652,85.6324,85.6324,83.6332,82.96679999999999,81.634,80.9676,79.6348,77.9688,77.3024,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,73.9704,73.304,73.304,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.64,65.9736,65.6404,64.974,62.6416,60.6424,58.31,56.977199999999996,55.3112,53.9784,52.9788,51.646,50.9796,48.980399999999996,47.6476,46.9812,45.6484,44.982,43.9824,42.6496,41.9832,41.9832,41.3168,40.6504,40.6504,40.6504,39.984,39.984,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,41.65,42.6496,43.316,43.9824,45.3152,46.9812,47.6476,48.314,48.980399999999996,50.9796,52.6456,53.312,54.6448,56.977199999999996,58.31,58.9764,59.6428,60.3092,61.3088,61.3088,61.3088,60.3092,59.6428,59.6428,58.31,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,59.309599999999996,60.6424,61.3088,62.6416,64.6408,65.9736,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.3048,71.3048,70.6384,69.972,68.9724,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.3052,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036],[58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.6412,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.636,77.3024,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,82.3004,82.96679999999999,84.966,86.2988,86.632,87.9648,88.298,89.964,90.2972,92.2964,93.29599999999999,93.9624,94.6288,94.6288,93.6292,92.6296,91.2968,89.6308,87.9648,85.6324,82.96679999999999,81.3008,78.30199999999999,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.3036,75.6364,76.3028,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,81.3008,80.6344,79.6348,78.30199999999999,76.636,75.3032,73.63719999999999,72.3044,71.638,71.638,71.638,72.3044,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,64.3076,63.9744,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.6412,63.6412,63.6412,63.6412,64.3076,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,85.6324,86.2988,87.2984,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.9632,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,99.96,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,101.626,101.9592,101.2928,99.6268,98.294,97.6276,97.6276,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.6264,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.626,102.6256,103.292,103.62519999999999,104.6248,105.6244,105.6244,106.2908,106.2908,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.6248,104.2916,104.6248,104.6248,105.2912,105.9576,107.6236,107.9568,109.2896,109.956,111.622,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,107.2904,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.9572,107.2904,107.2904,107.2904,107.2904,106.9572,106.9572,106.9572,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,110.9556,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.2872,115.2872,114.954,114.2876,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,110.9556,110.9556,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.6228,109.6228,109.6228,109.6228,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,106.9572,106.2908,106.2908,105.9576,105.6244,105.2912,105.2912,105.2912,104.2916,103.62519999999999,102.9588,102.9588,102.6256,102.6256,101.9592,101.2928,99.6268,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.6288,94.2956,93.9624,93.29599999999999,92.6296,92.6296,92.6296,92.6296,91.9632,91.63,90.6304,90.2972,89.6308,89.2976,88.63119999999999,87.9648,87.2984,85.6324,85.6324,84.2996,83.6332,82.6336,81.3008,80.6344,79.3016,78.9684,77.3024,75.9696,75.6364,74.97,74.6368,74.6368,74.6368,73.9704,73.304,73.304,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.3072,64.6408,62.6416,61.3088,59.309599999999996,57.9768,56.3108,55.6444,54.978,53.6452,52.9788,50.9796,49.6468,48.314,46.9812,46.3148,45.6484,44.315599999999996,43.316,43.316,42.6496,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,39.984,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,41.65,42.6496,43.316,43.9824,45.3152,45.9816,47.3144,47.3144,47.9808,49.6468,51.646,52.9788,54.6448,55.9776,57.6436,58.9764,59.976,60.6424,61.3088,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,54.978,54.978,55.9776,56.644,56.644,57.3104,57.9768,58.6432,59.976,60.6424,62.6416,64.3076,64.974,66.3068,66.9732,67.6396,68.306,68.9724,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,74.97,74.3036,73.9704,73.304,72.6376,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036],[58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.6412,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.636,76.636,77.6356,77.6356,78.30199999999999,78.9684,78.9684,79.6348,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,82.3004,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.298,89.964,90.2972,92.2964,93.6292,93.6292,94.6288,94.6288,94.6288,93.6292,92.6296,91.2968,89.6308,87.9648,85.6324,82.3004,80.6344,77.6356,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.97,76.3028,76.9692,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,80.6344,79.6348,78.9684,76.636,75.3032,73.63719999999999,72.9708,72.3044,72.3044,72.3044,72.3044,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.3052,70.3052,69.6388,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.3076,63.9744,63.9744,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.6412,63.6412,63.6412,63.6412,64.3076,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.966,84.966,84.966,85.6324,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,99.96,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,101.626,101.626,101.2928,101.2928,100.2932,98.96039999999999,98.294,97.6276,97.6276,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.96,99.96,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,99.6268,99.6268,100.2932,100.6264,101.626,101.9592,102.6256,103.292,103.9584,104.958,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.6244,105.6244,104.958,104.958,103.62519999999999,103.62519999999999,102.6256,102.6256,103.292,104.2916,105.2912,105.9576,106.624,107.6236,109.2896,110.2892,111.622,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,110.9556,110.9556,109.956,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.2904,106.624,106.2908,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.624,106.624,106.624,106.624,106.624,106.624,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.956,109.956,110.6224,110.9556,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,115.9536,115.2872,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.2888,110.9556,110.6224,110.6224,110.6224,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.6228,109.6228,109.6228,109.6228,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,107.6236,106.2908,105.6244,105.6244,105.2912,105.2912,104.6248,104.2916,103.62519999999999,102.9588,102.6256,102.6256,101.9592,101.9592,101.9592,101.2928,99.96,98.96039999999999,97.96079999999999,97.6276,96.9612,96.9612,96.9612,96.9612,96.2948,95.6284,94.962,94.6288,93.9624,93.9624,93.9624,93.6292,92.6296,92.6296,92.2964,91.63,91.2968,90.6304,90.6304,90.6304,90.2972,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.632,84.966,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.3016,78.6352,76.9692,75.6364,74.97,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,70.6384,69.3056,69.3056,68.6392,68.6392,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,65.3072,64.6408,62.6416,61.3088,59.976,58.6432,56.977199999999996,56.3108,55.6444,54.978,53.6452,52.9788,50.3132,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,43.9824,43.316,43.316,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,40.6504,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.9816,46.647999999999996,46.647999999999996,47.9808,49.6468,51.646,52.9788,54.6448,56.3108,57.6436,58.9764,60.6424,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,56.644,57.3104,57.3104,57.9768,58.6432,59.309599999999996,60.6424,61.3088,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.97,75.6364,75.6364,76.3028,75.6364,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036],[59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,60.3092,60.3092,60.3092,60.3092,60.3092,60.3092,60.3092,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.6412,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.636,76.636,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.9644,90.2972,91.63,92.2964,93.6292,93.9624,93.9624,93.9624,93.9624,92.9628,91.9632,90.6304,88.9644,86.632,84.2996,81.634,79.968,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,79.6348,78.30199999999999,76.636,75.3032,74.3036,72.9708,72.9708,72.9708,72.9708,72.9708,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.6408,63.9744,63.9744,63.9744,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,85.6324,86.2988,85.6324,85.9656,86.632,86.632,87.2984,87.9648,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,88.63119999999999,89.6308,89.6308,89.6308,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.6264,99.6268,98.294,97.6276,97.6276,96.9612,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,99.6268,100.2932,100.6264,101.2928,102.2924,102.6256,103.62519999999999,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.2916,104.2916,103.62519999999999,102.6256,102.6256,101.9592,101.9592,101.9592,102.6256,103.292,104.2916,105.2912,105.9576,107.6236,108.9564,110.2892,111.622,112.2884,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.9556,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,107.2904,106.624,106.2908,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.9576,105.6244,105.9576,105.9576,106.624,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,111.622,111.9552,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.954,114.954,114.954,115.2872,115.6204,115.9536,115.9536,115.9536,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,115.9536,115.2872,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.6224,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.2928,101.2928,100.6264,99.96,98.96039999999999,98.294,97.6276,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,92.6296,92.2964,91.63,90.6304,90.2972,90.2972,90.2972,89.964,89.2976,88.298,87.9648,87.2984,85.9656,85.9656,84.6328,84.2996,82.96679999999999,82.6336,81.9672,80.9676,80.3012,79.6348,78.30199999999999,76.9692,76.3028,74.97,73.63719999999999,72.9708,72.3044,71.9712,71.9712,71.9712,71.638,71.638,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,65.3072,63.9744,62.6416,61.3088,59.976,59.309599999999996,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.6452,51.646,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.316,41.9832,41.9832,41.9832,41.3168,40.6504,39.984,39.984,39.984,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,47.3144,49.6468,51.646,52.3124,53.9784,56.3108,57.6436,58.9764,60.6424,61.3088,62.3084,62.3084,62.3084,61.3088,61.3088,61.3088,60.6424,59.976,59.976,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.97,75.6364,76.3028,75.6364,74.97,73.63719999999999,72.9708,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036],[59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,60.3092,60.3092,60.3092,60.3092,60.3092,60.3092,60.3092,60.3092,60.3092,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.6412,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.636,76.636,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.966,86.2988,87.9648,88.63119999999999,89.964,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.2964,91.2968,90.6304,88.9644,86.9652,85.6324,83.6332,80.6344,78.6352,76.3028,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,80.6344,80.6344,79.968,78.9684,78.30199999999999,76.636,75.9696,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,73.304,73.304,73.304,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.9732,66.9732,66.3068,66.3068,65.6404,65.3072,64.6408,64.6408,63.9744,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.9644,88.9644,89.6308,89.6308,89.964,89.6308,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.2936,98.294,97.6276,96.628,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,100.6264,101.626,102.2924,103.292,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,102.6256,101.9592,101.2928,100.9596,100.2932,100.2932,100.9596,101.626,102.2924,103.292,104.6248,105.6244,106.9572,108.28999999999999,109.2896,110.9556,111.2888,111.2888,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.9556,110.2892,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,106.9572,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.6248,104.2916,105.2912,104.6248,105.2912,106.2908,106.2908,107.2904,107.9568,108.6232,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,111.2888,111.2888,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.9564,109.2896,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,105.9576,105.6244,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,101.2928,101.2928,100.9596,100.9596,100.2932,99.96,99.2936,98.294,97.96079999999999,96.9612,96.2948,96.2948,95.9616,95.6284,95.6284,94.962,93.9624,93.9624,93.6292,92.9628,92.6296,91.9632,91.63,90.6304,90.6304,89.964,89.2976,89.2976,89.2976,88.298,88.298,87.2984,85.6324,84.966,84.2996,84.2996,82.96679999999999,82.3004,81.3008,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.3028,75.6364,74.97,73.63719999999999,72.3044,71.638,70.6384,70.6384,70.6384,70.6384,70.3052,70.3052,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,69.3056,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,65.3072,63.9744,62.6416,61.9752,60.6424,59.976,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,52.9788,52.3124,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.9816,45.3152,44.6488,43.9824,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,39.984,39.984,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,47.3144,48.980399999999996,50.9796,52.3124,53.9784,56.3108,57.6436,58.9764,60.6424,61.3088,62.3084,63.308,63.308,61.9752,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,60.6424,59.976,58.9764,58.9764,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,61.9752,63.308,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,75.6364,74.3036,72.9708,72.3044,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036],[60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,85.6324,87.2984,87.6316,89.2976,89.964,90.6304,90.9636,90.6304,90.6304,90.6304,89.964,88.298,87.6316,86.632,84.966,82.96679999999999,81.3008,79.3016,77.3024,75.6364,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,78.9684,78.30199999999999,76.636,75.9696,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,71.638,70.9716,70.3052,69.6388,68.9724,68.6392,67.97279999999999,67.97279999999999,67.3064,66.64,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,85.6324,86.2988,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,98.6272,97.96079999999999,97.2944,96.9612,95.9616,95.9616,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.294,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.6268,100.6264,101.2928,102.2924,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.626,100.2932,99.96,98.96039999999999,99.2936,99.2936,99.96,99.96,101.2928,102.2924,103.292,104.2916,105.6244,106.2908,106.9572,108.28999999999999,108.9564,108.9564,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,110.6224,110.2892,109.956,108.9564,108.9564,108.28999999999999,107.9568,107.6236,106.9572,105.9576,105.6244,104.958,105.2912,105.6244,104.958,104.958,104.958,104.958,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.62519999999999,104.2916,104.2916,104.6248,105.6244,106.2908,107.2904,107.9568,107.9568,108.9564,109.2896,109.2896,109.2896,110.2892,110.2892,110.9556,110.6224,110.9556,111.622,112.2884,112.95479999999999,113.288,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.9556,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.9576,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.292,103.292,102.2924,101.626,101.2928,100.2932,100.2932,99.6268,99.6268,98.6272,98.6272,98.6272,97.96079999999999,96.9612,96.2948,96.2948,95.6284,95.6284,94.962,94.962,94.962,93.9624,92.9628,92.9628,92.2964,91.63,91.2968,91.2968,89.964,89.2976,88.298,87.6316,87.6316,87.6316,87.2984,87.2984,85.9656,84.2996,82.96679999999999,82.3004,82.3004,81.634,80.9676,79.968,79.3016,77.6356,76.9692,76.3028,75.6364,74.6368,73.9704,73.304,72.6376,71.638,70.3052,69.3056,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,64.6408,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,57.6436,56.977199999999996,56.977199999999996,56.3108,54.6448,53.9784,52.9788,52.3124,51.646,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,43.9824,43.316,42.6496,41.3168,40.6504,40.6504,39.984,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.3168,41.9832,42.6496,43.316,44.6488,45.3152,45.9816,46.647999999999996,48.314,50.9796,52.3124,53.9784,56.3108,57.6436,59.309599999999996,60.6424,61.3088,61.9752,62.6416,63.308,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,61.641999999999996,60.6424,60.6424,59.6428,59.6428,60.6424,60.6424,60.6424,61.3088,61.3088,62.3084,62.3084,62.3084,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,74.6368,73.304,71.9712,71.3048,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036],[60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,86.2988,86.632,87.6316,88.298,88.63119999999999,88.63119999999999,87.9648,87.6316,87.6316,86.2988,85.6324,84.966,84.2996,82.96679999999999,81.3008,79.968,77.3024,76.636,75.6364,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.30199999999999,77.3024,76.636,76.636,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,70.9716,70.3052,70.3052,69.6388,69.3056,68.6392,67.97279999999999,67.97279999999999,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,74.3036,74.97,75.6364,76.636,76.636,77.3024,78.9684,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,85.6324,86.9652,87.2984,88.298,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.964,89.964,89.964,90.2972,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.63,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.9636,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,97.6276,97.2944,97.2944,96.628,96.9612,95.9616,95.6284,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,97.6276,98.294,98.294,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.96,100.2932,101.2928,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,101.626,101.2928,100.2932,98.96039999999999,98.294,97.6276,97.96079999999999,97.96079999999999,98.294,98.96039999999999,100.2932,100.9596,102.2924,103.292,104.6248,104.6248,105.6244,105.9576,106.624,106.9572,107.2904,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,110.6224,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,110.6224,110.2892,109.956,108.9564,108.9564,108.6232,107.9568,106.9572,105.9576,105.6244,104.958,104.6248,105.2912,105.2912,104.958,104.958,104.6248,104.6248,104.6248,103.9584,103.292,103.292,103.292,103.292,103.292,102.6256,103.292,103.292,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,110.2892,110.2892,110.6224,110.6224,110.9556,111.622,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.2892,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.2904,107.2904,107.2904,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.2904,107.2904,106.624,106.624,105.9576,105.9576,105.6244,105.2912,105.2912,104.6248,103.62519999999999,103.292,102.6256,101.626,101.626,101.2928,100.6264,100.2932,99.2936,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.2948,95.9616,95.9616,95.6284,94.962,94.6288,94.6288,93.9624,92.9628,92.2964,92.2964,91.63,90.6304,89.964,89.964,88.9644,88.298,86.9652,86.632,85.9656,85.9656,85.9656,85.2992,84.2996,82.3004,81.634,81.634,80.3012,80.3012,79.3016,78.6352,77.3024,76.3028,75.6364,74.97,74.97,73.9704,73.304,72.6376,71.3048,70.3052,69.6388,68.6392,67.97279999999999,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.6408,63.9744,63.308,63.308,61.9752,61.3088,60.6424,59.976,58.31,57.6436,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,52.9788,51.646,50.9796,50.3132,48.980399999999996,48.314,46.9812,46.3148,45.3152,44.6488,43.9824,43.316,41.9832,41.3168,41.3168,40.6504,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.9832,42.6496,43.9824,44.6488,45.3152,46.647999999999996,48.314,50.3132,52.3124,53.9784,56.3108,57.6436,59.309599999999996,60.6424,61.3088,61.9752,62.6416,63.308,63.308,63.6412,63.6412,63.6412,63.308,63.308,63.308,63.308,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,62.3084,63.6412,64.3076,64.974,64.974,65.6404,66.3068,66.9732,68.306,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,74.97,73.9704,72.6376,71.3048,70.6384,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036],[61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,84.2996,85.6324,85.6324,85.6324,86.2988,86.2988,85.2992,84.2996,84.2996,82.96679999999999,82.96679999999999,82.3004,81.634,80.6344,79.3016,77.3024,76.636,75.9696,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.636,77.3024,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.30199999999999,77.3024,76.636,76.636,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.9716,70.9716,69.972,69.972,69.3056,69.3056,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,75.6364,76.636,76.636,77.3024,78.9684,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.96679999999999,83.6332,85.6324,86.9652,86.9652,87.9648,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,90.9636,90.9636,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.2948,95.6284,95.2952,94.962,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.294,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.6276,98.294,99.2936,99.96,101.2928,102.2924,102.6256,103.292,103.292,103.292,103.292,102.6256,102.2924,101.626,101.2928,100.6264,99.2936,98.294,97.96079999999999,97.6276,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,99.96,100.9596,101.9592,102.6256,103.292,103.62519999999999,103.9584,104.958,105.2912,105.2912,105.9576,106.2908,107.2904,108.28999999999999,108.9564,110.6224,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,110.9556,110.2892,109.956,109.6228,108.9564,108.6232,107.9568,106.9572,105.9576,105.9576,104.958,104.958,104.958,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.6228,110.2892,109.956,110.6224,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,110.9556,110.2892,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.2904,107.2904,106.9572,106.9572,106.9572,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,107.2904,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.2904,107.2904,107.2904,106.624,106.624,105.9576,105.9576,105.6244,105.2912,105.2912,104.6248,103.9584,102.6256,101.9592,101.9592,101.2928,101.2928,100.2932,100.2932,99.6268,98.96039999999999,98.294,98.294,97.6276,97.6276,97.2944,96.9612,96.2948,95.9616,95.2952,95.2952,94.962,94.962,94.6288,93.9624,93.9624,92.2964,91.63,90.9636,90.6304,89.964,89.2976,88.298,88.298,87.2984,85.9656,84.966,84.966,84.966,84.2996,83.6332,82.96679999999999,80.9676,80.3012,80.3012,79.3016,78.6352,77.6356,76.9692,76.3028,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,71.9712,70.6384,69.3056,68.6392,67.97279999999999,67.3064,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.6408,63.9744,63.308,63.308,61.9752,61.3088,61.3088,60.6424,59.6428,58.9764,58.31,57.6436,57.3104,56.644,55.9776,55.3112,54.3116,52.9788,52.3124,51.646,49.6468,48.980399999999996,47.6476,46.9812,45.9816,45.3152,44.6488,43.9824,42.6496,41.9832,41.3168,40.6504,39.984,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.9832,42.6496,43.316,44.6488,45.3152,45.9816,47.6476,50.3132,52.3124,53.9784,56.3108,57.6436,58.9764,60.3092,61.3088,61.9752,62.6416,63.9744,63.9744,64.3076,64.3076,64.3076,63.9744,63.9744,63.308,63.308,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.6412,64.3076,64.974,64.974,65.6404,66.3068,66.9732,68.306,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,74.97,73.304,71.9712,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97],[61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.2996,84.2996,83.6332,82.3004,81.634,80.9676,80.9676,80.9676,80.6344,79.968,79.3016,78.30199999999999,76.636,75.9696,75.3032,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.3024,76.636,76.636,75.6364,75.6364,75.6364,74.97,74.97,74.3036,72.9708,72.3044,72.3044,71.638,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,73.304,74.3036,74.3036,74.97,75.6364,76.3028,76.636,77.3024,78.30199999999999,78.9684,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.966,86.9652,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.9636,90.9636,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,95.9616,95.2952,94.6288,94.6288,94.6288,94.962,94.962,95.9616,96.2948,96.9612,96.9612,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,97.2944,97.96079999999999,98.96039999999999,99.96,100.6264,101.626,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.2928,100.2932,99.6268,99.6268,98.96039999999999,97.96079999999999,96.9612,96.628,96.2948,96.2948,96.9612,97.6276,98.294,98.96039999999999,99.96,100.2932,100.2932,101.2928,101.2928,101.2928,101.9592,103.292,103.292,103.9584,105.2912,105.6244,106.2908,107.9568,108.9564,110.6224,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,110.9556,110.9556,110.2892,109.6228,108.9564,108.6232,107.9568,107.6236,105.9576,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.626,101.626,101.2928,101.626,101.626,102.6256,103.292,103.9584,104.6248,105.6244,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,107.6236,107.9568,108.28999999999999,109.2896,109.2896,109.2896,109.956,110.6224,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,114.6208,114.954,114.954,115.2872,115.6204,115.9536,116.62,116.62,117.2864,117.2864,116.62,115.2872,115.2872,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,110.9556,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.2904,106.9572,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.624,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,104.6248,103.9584,103.62519999999999,101.9592,101.2928,101.2928,100.6264,100.2932,99.6268,99.6268,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,95.9616,95.2952,95.2952,95.2952,94.962,94.962,93.9624,93.9624,93.6292,91.63,91.2968,91.2968,89.964,89.2976,88.9644,87.9648,87.2984,85.9656,85.2992,84.2996,83.6332,83.6332,82.3004,81.634,80.9676,79.6348,78.6352,78.6352,78.6352,77.6356,76.636,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,69.972,68.6392,67.97279999999999,67.3064,67.3064,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,63.9744,63.308,63.308,62.3084,61.9752,61.9752,61.3088,60.6424,59.6428,59.6428,58.9764,58.31,57.3104,57.3104,56.644,55.9776,54.978,54.3116,52.9788,52.3124,50.3132,49.6468,48.314,47.6476,46.647999999999996,45.9816,45.3152,43.9824,43.316,42.6496,41.9832,41.3168,39.984,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.6508,40.3172,40.3172,40.3172,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.9816,47.6476,49.6468,51.646,53.9784,55.3112,57.6436,58.9764,59.6428,61.3088,61.9752,62.6416,63.9744,63.9744,64.3076,64.3076,64.3076,63.9744,63.9744,63.308,63.308,62.6416,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.9744,63.308,63.308,63.9744,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,73.304,73.9704,74.97,74.97,75.6364,74.97,73.304,71.9712,70.6384,69.3056,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97],[63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,62.6416,62.6416,62.6416,62.6416,63.6412,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.9696,75.9696,76.636,76.636,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.634,81.634,81.634,81.634,80.9676,80.3012,79.968,79.968,79.968,79.3016,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.3,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,76.3028,75.6364,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,80.3012,80.3012,79.6348,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,67.6396,66.9732,66.9732,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.3056,69.3056,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.3044,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,84.966,84.966,85.6324,86.9652,86.9652,87.2984,88.298,88.298,89.2976,89.6308,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.9636,90.9636,90.9636,91.63,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.6284,95.6284,96.2948,96.9612,96.628,96.628,97.2944,97.2944,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.2952,95.2952,95.2952,94.6288,93.6292,93.6292,93.6292,93.9624,94.6288,95.6284,95.9616,96.9612,96.9612,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.9616,96.2948,97.2944,97.96079999999999,98.294,99.96,100.6264,101.2928,102.2924,102.2924,101.626,101.2928,100.9596,100.6264,99.6268,98.6272,97.96079999999999,97.96079999999999,96.9612,96.628,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,98.294,98.294,99.2936,99.6268,100.2932,101.2928,101.9592,102.6256,103.9584,104.958,105.6244,106.9572,108.9564,109.956,110.6224,111.622,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.9556,110.6224,109.956,108.6232,108.6232,107.9568,107.6236,106.2908,105.9576,105.6244,105.2912,105.6244,105.6244,104.958,104.6248,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,106.2908,106.9572,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,111.622,111.622,112.2884,112.2884,113.288,113.6212,114.2876,114.2876,114.6208,115.2872,115.2872,115.6204,116.62,116.62,116.62,116.62,115.9536,115.9536,115.6204,114.954,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.2888,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,107.6236,106.9572,106.9572,105.9576,105.9576,106.2908,106.2908,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.6248,103.9584,103.62519999999999,102.6256,101.2928,100.6264,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,94.962,93.9624,93.6292,93.29599999999999,92.6296,91.63,91.2968,90.6304,89.6308,89.2976,88.298,87.9648,86.632,85.9656,85.2992,83.6332,82.96679999999999,81.634,80.6344,79.968,79.3016,78.6352,77.3024,76.9692,76.3028,75.6364,74.97,74.97,74.3036,72.6376,71.9712,71.3048,71.3048,70.9716,70.3052,69.6388,68.9724,67.97279999999999,67.3064,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.974,64.974,64.3076,63.6412,63.308,63.308,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,59.6428,59.6428,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,51.646,50.9796,50.3132,48.980399999999996,47.6476,46.3148,45.6484,44.982,43.316,42.6496,41.9832,41.3168,40.9836,40.3172,40.3172,39.6508,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,41.3168,41.3168,41.9832,42.6496,43.6492,44.315599999999996,44.982,46.3148,46.9812,49.6468,50.9796,53.312,54.6448,56.977199999999996,58.31,59.6428,60.6424,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.6368,74.97,74.97,74.97,74.3036,73.304,71.9712,70.6384,69.3056,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97],[63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,64.3076,64.974,64.974,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,62.6416,62.6416,62.6416,63.6412,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.3012,79.968,79.968,79.3016,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.3,83.3,83.3,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,78.6352,77.6356,76.9692,76.3028,75.6364,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.30199999999999,77.3024,77.3024,76.636,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.972,69.972,69.3056,68.306,67.6396,67.6396,67.6396,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.966,85.9656,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,90.9636,90.9636,90.9636,91.63,92.2964,92.6296,92.6296,92.6296,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.9612,96.628,96.628,97.2944,97.2944,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,95.6284,96.2948,96.9612,97.2944,97.2944,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.9616,95.9616,95.6284,95.6284,96.2948,97.6276,98.294,99.2936,100.2932,100.6264,101.626,101.626,101.2928,100.6264,99.96,99.2936,97.96079999999999,96.628,95.9616,95.9616,94.962,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,96.9612,96.9612,97.96079999999999,97.6276,97.96079999999999,99.2936,100.2932,100.9596,101.9592,103.62519999999999,104.958,105.6244,107.6236,109.2896,109.956,109.956,110.6224,110.6224,109.956,110.6224,110.6224,110.2892,109.956,108.9564,108.6232,108.6232,107.9568,107.9568,106.9572,106.624,105.6244,105.6244,105.6244,105.6244,104.958,103.9584,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,101.2928,101.626,102.6256,103.292,103.9584,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.9576,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,109.956,110.2892,110.9556,110.9556,110.9556,111.2888,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.6208,115.2872,115.9536,116.62,116.62,116.62,115.9536,115.9536,115.6204,114.954,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,110.6224,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.958,104.958,104.958,104.958,104.958,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.2928,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,94.962,93.9624,93.6292,93.29599999999999,92.6296,91.63,91.2968,90.6304,89.6308,89.2976,87.9648,87.2984,86.632,85.2992,84.2996,82.96679999999999,81.9672,80.6344,79.968,78.9684,78.30199999999999,77.3024,76.636,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,71.3048,70.6384,70.6384,69.972,69.6388,69.6388,68.9724,67.6396,66.64,66.64,66.3068,66.3068,66.3068,65.6404,64.974,64.974,64.3076,64.3076,63.6412,62.6416,62.3084,62.3084,62.3084,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,62.3084,62.3084,62.3084,62.3084,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,52.3124,50.9796,50.3132,49.6468,47.6476,46.9812,46.3148,44.982,43.9824,43.316,42.6496,41.9832,40.9836,40.9836,40.3172,39.6508,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,41.3168,41.3168,41.9832,42.6496,43.6492,44.315599999999996,44.982,46.3148,46.9812,48.980399999999996,50.3132,51.9792,53.9784,55.6444,57.6436,58.9764,60.6424,61.3088,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.6388,70.3052,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.3036,74.97,74.97,74.3036,73.304,71.9712,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97],[64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.6412,63.6412,63.6412,63.6412,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.6332,83.6332,84.966,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,77.6356,76.9692,76.3028,75.6364,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.636,77.3024,78.30199999999999,78.9684,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.9684,78.30199999999999,78.30199999999999,77.3024,75.6364,74.97,74.97,74.3036,73.9704,73.9704,73.304,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,68.9724,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,77.6356,78.6352,78.6352,79.3016,79.6348,80.3012,80.9676,81.634,82.3004,82.96679999999999,82.96679999999999,83.6332,84.966,85.9656,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,96.2948,96.9612,97.2944,97.2944,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.9616,95.9616,94.962,95.6284,96.2948,96.9612,98.294,99.2936,100.2932,100.6264,101.2928,101.2928,100.6264,99.6268,99.2936,97.96079999999999,95.9616,94.962,94.6288,93.9624,93.9624,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,96.2948,96.628,96.9612,97.6276,98.6272,98.96039999999999,100.2932,101.2928,103.292,104.2916,105.6244,106.9572,107.6236,108.28999999999999,108.6232,108.6232,109.2896,109.956,108.9564,108.9564,108.28999999999999,107.9568,107.2904,107.2904,107.2904,106.9572,106.2908,106.2908,105.6244,105.6244,104.958,104.958,103.9584,103.292,102.6256,102.6256,101.9592,101.2928,101.2928,101.2928,100.6264,100.6264,99.96,100.2932,100.2932,100.6264,101.2928,101.9592,102.6256,102.6256,103.292,103.9584,104.6248,104.958,104.958,104.958,105.6244,106.2908,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,110.9556,111.622,112.2884,112.6216,113.288,113.288,113.6212,113.6212,114.2876,115.9536,115.9536,116.62,116.62,115.9536,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,107.6236,106.9572,106.624,105.9576,105.9576,105.2912,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,102.9588,102.9588,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.9592,101.2928,101.2928,100.6264,99.2936,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.294,97.96079999999999,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.2952,94.6288,94.6288,94.6288,93.6292,93.29599999999999,92.6296,91.63,91.2968,90.6304,89.6308,89.2976,87.9648,87.2984,86.632,85.2992,84.2996,82.3004,81.3008,79.968,78.6352,78.30199999999999,77.3024,77.3024,76.636,75.6364,74.97,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.9724,68.306,67.6396,66.9732,65.9736,65.9736,65.6404,65.6404,65.6404,65.6404,64.974,64.3076,63.6412,62.6416,62.6416,61.9752,61.641999999999996,61.641999999999996,62.3084,62.3084,63.308,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.6428,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.3112,54.6448,53.9784,53.312,52.3124,50.9796,50.3132,49.6468,48.314,46.9812,46.3148,45.6484,43.9824,43.316,42.6496,41.9832,40.9836,40.9836,40.3172,39.6508,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,41.3168,41.3168,41.9832,42.6496,43.6492,44.315599999999996,44.982,46.3148,46.9812,48.314,49.6468,50.9796,52.6456,54.6448,55.9776,58.31,59.6428,60.6424,61.9752,62.6416,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.3052,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.304,73.63719999999999,74.3036,74.3036,74.3036,73.304,71.9712,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364],[64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.3072,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.6412,63.6412,63.6412,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,78.9684,78.9684,79.6348,80.3012,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.6332,83.6332,84.966,85.9656,85.9656,86.2988,86.2988,85.9656,85.9656,85.9656,85.6324,84.966,84.966,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.6336,81.9672,82.3004,82.3004,81.9672,81.3008,81.3008,80.6344,79.968,78.6352,77.6356,76.9692,76.3028,74.97,74.97,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.6348,78.9684,78.9684,78.30199999999999,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,73.304,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.6388,69.6388,68.9724,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,79.3016,79.968,80.3012,80.9676,81.634,82.3004,82.96679999999999,84.2996,84.2996,84.966,85.9656,86.9652,87.2984,87.9648,88.298,88.9644,89.2976,89.964,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,92.6296,92.6296,92.6296,92.9628,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.9616,96.2948,96.9612,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,96.2948,96.9612,97.2944,97.2944,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.6284,95.6284,96.2948,96.9612,98.294,99.2936,100.2932,100.2932,100.6264,100.6264,99.96,99.2936,97.2944,95.9616,94.962,93.29599999999999,92.6296,92.2964,92.2964,91.9632,92.2964,92.6296,92.9628,93.29599999999999,93.6292,93.6292,93.9624,94.2956,95.2952,95.2952,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.2956,94.962,95.6284,95.6284,95.6284,97.6276,98.6272,99.6268,101.2928,103.292,104.6248,105.2912,105.9576,106.2908,106.2908,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,105.6244,105.6244,104.6248,104.6248,103.292,102.6256,101.626,101.626,101.626,101.2928,101.2928,100.9596,100.6264,100.2932,99.2936,99.6268,99.6268,99.6268,100.2932,100.9596,101.2928,101.2928,102.6256,103.292,103.292,103.292,104.6248,104.6248,104.958,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,110.9556,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.288,112.95479999999999,112.2884,111.622,110.6224,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,107.9568,107.6236,106.624,105.9576,105.9576,105.2912,104.6248,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,101.626,101.626,101.2928,101.626,101.626,102.2924,101.9592,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,99.96,99.96,99.2936,98.294,97.6276,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,96.9612,96.628,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,93.6292,93.29599999999999,92.6296,91.63,91.2968,90.6304,89.6308,88.9644,87.9648,86.632,85.9656,84.6328,83.6332,81.634,80.6344,79.3016,77.9688,77.3024,76.636,76.636,75.9696,74.97,74.3036,73.63719999999999,72.3044,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.306,67.6396,66.9732,66.3068,65.3072,65.3072,64.974,64.974,64.974,64.974,64.3076,63.6412,62.6416,61.9752,61.9752,61.9752,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,62.3084,62.3084,62.3084,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,55.3112,54.6448,53.9784,53.312,52.3124,50.9796,50.3132,49.6468,48.314,46.9812,46.3148,45.6484,44.6488,43.316,42.6496,41.9832,40.9836,40.9836,40.3172,39.6508,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.6492,44.315599999999996,44.982,45.6484,46.3148,47.3144,48.980399999999996,50.3132,51.9792,53.312,55.3112,56.977199999999996,58.31,59.976,61.3088,61.9752,63.308,63.308,63.9744,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,72.6376,71.9712,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364],[65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.9736,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,86.2988,85.6324,84.966,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,82.3004,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,75.9696,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.3,83.6332,83.6332,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,77.6356,76.9692,76.9692,76.3028,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.638,72.3044,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,71.638,71.638,71.638,71.638,70.9716,70.9716,70.3052,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.3032,75.3032,75.3032,75.9696,76.636,77.3024,78.30199999999999,78.9684,79.968,79.968,80.9676,80.9676,81.634,82.3004,82.3004,82.96679999999999,84.2996,85.2992,85.2992,85.9656,86.632,87.2984,88.298,88.298,88.63119999999999,89.2976,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,91.9632,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.9624,94.2956,94.962,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,96.9612,96.9612,96.2948,96.2948,95.9616,95.2952,94.962,94.962,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,94.962,95.9616,96.2948,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,96.9612,97.96079999999999,98.294,98.96039999999999,100.2932,100.2932,100.2932,99.6268,98.6272,97.2944,94.962,94.2956,93.29599999999999,92.2964,91.2968,91.2968,90.9636,90.9636,90.9636,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.6292,92.6296,93.29599999999999,93.29599999999999,93.6292,92.9628,92.6296,93.6292,95.2952,96.2948,97.2944,98.96039999999999,100.6264,101.626,103.292,103.9584,103.9584,105.2912,105.2912,105.6244,105.6244,105.6244,105.2912,105.6244,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,104.2916,103.9584,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,100.9596,100.6264,100.6264,99.96,99.96,98.96039999999999,98.294,98.294,99.2936,98.96039999999999,98.96039999999999,99.6268,100.2932,101.2928,101.2928,101.9592,101.9592,103.292,103.292,103.9584,104.958,105.6244,105.6244,105.9576,105.6244,105.6244,105.6244,106.9572,106.9572,107.6236,107.6236,107.9568,108.9564,108.9564,108.9564,109.2896,109.956,110.6224,110.6224,111.2888,111.622,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.288,112.95479999999999,112.2884,111.2888,110.6224,109.956,109.2896,109.2896,109.2896,108.9564,108.28999999999999,107.9568,107.6236,106.624,105.9576,105.9576,105.2912,104.6248,103.9584,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,102.6256,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,100.9596,100.9596,100.6264,100.9596,100.6264,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.2964,91.63,91.2968,90.2972,89.6308,88.63119999999999,88.63119999999999,87.9648,85.9656,84.6328,83.3,82.3004,80.6344,79.968,78.30199999999999,77.3024,76.3028,76.3028,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.3048,70.6384,68.9724,68.306,68.306,67.6396,67.3064,67.3064,66.9732,65.6404,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,55.3112,54.6448,53.9784,53.312,52.3124,50.9796,50.3132,49.6468,48.314,46.9812,46.3148,45.6484,44.6488,43.316,42.6496,41.9832,40.9836,40.9836,40.3172,39.6508,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.6492,44.315599999999996,44.982,45.6484,46.3148,46.9812,47.6476,48.980399999999996,50.3132,51.9792,53.9784,55.3112,57.6436,59.309599999999996,60.6424,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,71.3048,71.9712,72.6376,72.6376,72.6376,71.9712,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028],[65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,65.9736,65.9736,65.9736,65.9736,65.3072,65.3072,65.3072,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.6332,84.2996,84.2996,85.6324,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.2988,86.2988,86.2988,85.2992,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,82.96679999999999,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,76.636,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.3,83.6332,83.6332,83.6332,83.6332,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,78.6352,77.6356,77.6356,77.6356,77.3024,76.636,76.636,75.9696,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,71.638,71.638,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.3032,75.3032,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,85.2992,85.9656,86.632,86.632,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.6284,95.9616,95.9616,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.6284,94.962,94.2956,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.6292,93.9624,93.9624,93.9624,94.962,95.2952,95.6284,96.2948,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,100.2932,100.2932,99.6268,98.96039999999999,97.2944,95.6284,93.6292,92.6296,91.63,90.6304,90.6304,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.9632,92.2964,92.6296,92.6296,92.9628,92.6296,91.9632,91.2968,91.2968,90.6304,90.6304,91.2968,91.63,93.29599999999999,94.2956,95.6284,96.9612,98.294,100.2932,101.2928,101.9592,103.292,103.292,103.292,103.292,103.292,102.6256,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.6244,105.6244,103.62519999999999,103.292,101.9592,101.2928,100.6264,99.96,99.96,99.96,100.2932,100.2932,100.2932,99.2936,99.2936,98.294,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.96,100.2932,101.2928,101.2928,101.9592,101.9592,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.9576,105.6244,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,108.28999999999999,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,112.2884,113.288,113.95439999999999,114.2876,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,112.95479999999999,112.2884,111.9552,111.2888,110.6224,109.956,109.2896,109.2896,109.2896,108.9564,108.28999999999999,107.9568,107.6236,106.624,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.628,96.2948,95.6284,95.9616,95.6284,95.9616,95.9616,95.9616,95.9616,95.2952,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.2964,92.2964,91.63,91.2968,90.6304,89.6308,89.2976,88.298,87.9648,86.632,84.966,83.9664,82.3004,80.9676,79.968,79.3016,77.3024,76.636,76.3028,75.6364,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.3048,70.6384,68.9724,67.6396,67.6396,67.6396,67.3064,66.64,66.3068,65.6404,63.9744,63.308,63.308,63.9744,63.308,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.3112,54.6448,53.9784,53.312,52.3124,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,45.6484,44.6488,43.316,42.6496,41.9832,40.9836,40.3172,40.3172,39.6508,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.6492,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.9812,48.314,49.6468,50.6464,52.6456,54.6448,56.977199999999996,59.309599999999996,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.6396,68.306,69.972,70.6384,71.3048,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028],[66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,65.9736,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.64,66.64,66.64,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.9676,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,83.3,83.6332,84.966,84.966,85.6324,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.632,86.632,86.2988,86.2988,84.966,84.966,84.2996,84.2996,84.2996,82.96679999999999,82.3004,81.634,80.9676,79.968,79.3016,78.6352,77.6356,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,84.2996,84.2996,84.2996,83.6332,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,78.30199999999999,77.3024,77.3024,76.636,75.9696,75.3032,75.3032,74.6368,74.3036,74.3036,74.3036,74.3036,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.6324,86.632,87.2984,87.9648,87.9648,88.298,88.9644,89.2976,89.2976,89.964,90.2972,90.2972,91.2968,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.9636,90.9636,90.9636,91.63,91.9632,91.9632,91.9632,92.6296,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.6296,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,94.2956,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.2964,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,93.29599999999999,93.9624,94.6288,94.6288,94.962,95.2952,95.6284,95.6284,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,96.9612,96.9612,96.2948,96.2948,95.9616,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,98.96039999999999,97.96079999999999,95.9616,94.2956,93.29599999999999,91.2968,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.2972,90.2972,91.2968,91.2968,91.63,91.63,91.2968,91.2968,90.6304,89.6308,88.298,88.298,88.298,88.298,88.9644,90.6304,91.2968,92.6296,94.2956,95.6284,97.6276,98.96039999999999,98.96039999999999,100.2932,100.6264,100.2932,100.2932,100.2932,100.2932,101.2928,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,101.2928,101.2928,100.6264,100.6264,99.96,99.2936,99.2936,99.6268,99.6268,99.6268,98.96039999999999,98.6272,98.294,97.96079999999999,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.6268,99.6268,99.96,99.96,101.2928,101.2928,102.2924,102.2924,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,105.2912,105.6244,106.2908,106.9572,106.9572,106.9572,107.2904,107.9568,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,111.622,112.2884,113.288,113.95439999999999,113.6212,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,112.2884,111.622,111.2888,111.2888,110.6224,109.956,109.2896,109.2896,109.2896,108.9564,108.28999999999999,107.9568,107.6236,106.624,105.9576,105.6244,104.6248,103.9584,103.62519999999999,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,95.9616,95.6284,95.6284,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.29599999999999,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,90.2972,88.63119999999999,88.298,87.9648,87.2984,87.2984,85.6324,84.6328,82.96679999999999,82.3004,80.9676,79.3016,78.6352,77.3024,76.636,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,70.6384,69.972,68.306,67.6396,66.9732,66.9732,66.64,65.9736,65.6404,64.974,63.308,62.6416,62.6416,63.308,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.3112,55.3112,54.6448,54.6448,54.3116,54.3116,53.6452,52.9788,52.3124,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,43.9824,43.316,42.6496,41.9832,40.9836,40.3172,39.6508,39.6508,38.6512,37.9848,37.3184,37.3184,36.652,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.6492,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,48.314,49.6468,50.9796,52.9788,56.3108,58.31,59.976,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,66.9732,68.6392,69.3056,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,68.9724,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028],[66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.64,66.64,66.64,66.64,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.3072,65.3072,65.9736,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.9676,80.9676,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,86.632,86.632,86.632,86.2988,85.9656,84.966,84.966,84.966,83.6332,82.3004,81.634,80.9676,79.968,79.968,79.3016,78.6352,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.9664,83.9664,84.2996,84.2996,84.2996,84.2996,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.3016,78.9684,78.30199999999999,77.3024,76.636,76.636,75.9696,75.9696,75.6364,75.6364,75.6364,74.97,74.6368,74.6368,73.9704,73.9704,73.304,73.304,73.304,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.6348,80.3012,80.9676,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,85.6324,86.632,86.632,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.6308,89.964,89.964,90.2972,90.6304,91.2968,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.9632,92.6296,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.2956,93.9624,93.9624,93.29599999999999,92.6296,91.9632,91.63,91.2968,91.2968,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.962,95.2952,95.6284,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,96.9612,97.2944,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.294,96.628,94.962,93.29599999999999,92.2964,90.6304,89.964,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.298,88.298,88.9644,88.9644,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,88.9644,88.298,87.6316,86.632,86.632,86.632,86.9652,88.9644,90.2972,90.6304,91.9632,93.29599999999999,94.6288,96.2948,96.9612,97.96079999999999,97.6276,97.6276,97.6276,97.96079999999999,97.6276,98.6272,99.2936,100.2932,101.2928,101.626,102.2924,102.2924,101.2928,100.6264,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,99.96,100.2932,101.2928,101.9592,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.958,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.9572,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896,110.2892,110.9556,111.622,111.9552,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.2888,110.9556,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.28999999999999,107.9568,107.6236,106.624,105.9576,105.6244,104.6248,103.9584,103.62519999999999,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,98.6272,98.294,98.294,98.294,97.2944,97.2944,96.628,96.628,96.628,96.9612,96.9612,96.2948,95.9616,95.6284,95.6284,94.962,94.962,94.2956,94.2956,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.9636,90.9636,90.9636,90.9636,90.2972,90.2972,90.6304,90.2972,89.964,89.964,89.2976,87.9648,87.2984,87.2984,86.2988,86.2988,84.966,83.6332,82.3004,80.9676,80.3012,78.6352,77.6356,76.636,75.9696,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.638,69.972,69.3056,67.6396,66.9732,66.9732,66.3068,65.9736,65.3072,64.974,64.3076,62.6416,61.9752,61.9752,62.6416,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,57.9768,57.9768,57.9768,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,54.6448,54.6448,53.9784,53.9784,53.6452,53.6452,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,47.6476,46.9812,46.9812,46.3148,43.9824,42.6496,41.9832,41.3168,40.3172,40.3172,39.6508,38.9844,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.984,40.6504,41.9832,42.6496,43.6492,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,48.314,48.980399999999996,50.9796,52.9788,55.6444,57.6436,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,64.3076,65.6404,67.3064,68.6392,69.972,70.6384,70.6384,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,68.9724,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028],[67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,85.6324,84.966,83.6332,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.636,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.6336,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,86.632,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.9644,89.6308,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,90.6304,90.2972,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.6304,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,90.6304,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.6288,95.6284,95.6284,95.9616,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,96.628,95.9616,95.9616,95.6284,95.6284,96.2948,96.9612,97.6276,97.96079999999999,98.96039999999999,98.96039999999999,97.96079999999999,96.2948,94.2956,92.6296,91.2968,89.964,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.6316,88.298,88.298,88.63119999999999,88.9644,88.9644,88.298,87.9648,87.9648,87.2984,86.9652,86.2988,85.6324,86.2988,86.632,87.9648,89.2976,89.964,90.2972,91.2968,92.2964,93.6292,94.6288,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,97.2944,98.294,99.6268,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,99.2936,99.2936,98.294,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.96,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.9584,104.6248,104.958,104.958,105.2912,105.2912,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,110.2892,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.9552,111.2888,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,105.9576,105.6244,104.958,104.6248,103.62519999999999,103.62519999999999,102.6256,102.6256,101.9592,101.9592,101.626,101.626,101.2928,100.6264,100.2932,99.2936,99.2936,99.2936,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.2948,96.2948,96.2948,95.9616,95.6284,95.2952,94.6288,94.6288,94.6288,93.6292,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.2964,91.63,90.9636,90.9636,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.964,89.964,88.9644,88.298,87.9648,87.2984,86.2988,85.6324,84.966,84.2996,82.96679999999999,82.3004,81.634,80.3012,79.6348,77.6356,76.636,75.6364,74.97,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.972,68.306,67.6396,66.9732,66.3068,65.6404,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,58.31,58.31,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.3116,54.3116,54.3116,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.3124,52.3124,51.646,49.6468,48.980399999999996,48.980399999999996,48.314,47.3144,46.647999999999996,45.9816,45.3152,43.9824,42.6496,41.65,40.9836,40.3172,40.3172,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,43.316,44.6488,45.3152,45.9816,46.3148,46.9812,46.9812,46.9812,48.314,49.6468,50.9796,52.9788,54.978,57.6436,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,66.3068,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.3072,64.6408,64.6408,63.9744,64.3076,63.6412,64.3076,64.974,66.3068,67.6396,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.9696,76.636,76.636,76.636],[67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.9724,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.9664,84.2996,85.6324,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,86.9652,86.9652,85.6324,84.966,83.6332,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,81.634,81.634,80.6344,79.968,78.9684,78.9684,78.30199999999999,78.6352,78.6352,78.6352,77.9688,77.3024,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,83.6332,84.2996,84.966,84.966,85.6324,86.632,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.9636,92.2964,92.2964,92.6296,93.6292,93.9624,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.9624,93.29599999999999,92.6296,91.9632,91.2968,90.6304,90.2972,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,95.9616,95.9616,95.6284,95.6284,95.6284,95.9616,96.2948,96.9612,97.6276,98.294,97.6276,96.9612,95.6284,93.29599999999999,92.2964,90.2972,89.964,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.63119999999999,88.298,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.298,88.298,87.9648,87.9648,86.9652,86.9652,85.9656,85.9656,84.966,84.966,85.9656,86.632,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.63,91.63,92.9628,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.962,96.2948,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,98.6272,98.294,97.6276,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,95.9616,95.6284,95.6284,95.6284,95.9616,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,95.9616,96.2948,97.2944,97.96079999999999,98.6272,99.6268,100.2932,100.2932,100.2932,100.6264,100.9596,101.626,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,107.9568,108.6232,109.2896,110.2892,110.2892,110.9556,110.9556,111.622,111.622,111.2888,111.2888,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,105.9576,105.9576,105.6244,104.958,103.9584,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.626,101.626,101.2928,100.6264,100.2932,99.2936,99.2936,99.2936,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.6288,94.6288,93.9624,93.6292,93.29599999999999,92.2964,91.63,90.6304,91.2968,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,90.2972,90.6304,91.2968,90.6304,90.6304,90.2972,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.298,88.298,88.298,87.9648,87.6316,86.632,85.9656,84.966,83.6332,82.96679999999999,82.3004,81.3008,80.6344,79.968,78.9684,77.6356,76.636,75.9696,74.97,74.3036,73.63719999999999,72.9708,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.9724,68.306,67.6396,66.3068,65.6404,64.974,64.6408,63.9744,63.308,62.3084,61.3088,61.3088,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.6456,52.6456,53.312,53.312,53.312,53.312,52.6456,52.6456,51.9792,51.9792,51.9792,51.9792,51.646,51.646,50.9796,50.3132,48.980399999999996,48.314,48.314,47.6476,46.647999999999996,45.9816,45.3152,44.6488,43.316,42.6496,40.9836,40.3172,40.3172,39.6508,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,39.3176,39.984,41.3168,41.9832,43.316,44.6488,45.3152,45.9816,46.9812,47.6476,47.6476,47.6476,48.980399999999996,50.3132,51.646,52.9788,54.978,56.977199999999996,59.309599999999996,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,65.6404,65.6404,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.6408,64.6408,63.9744,63.9744,63.6412,63.6412,64.3076,64.974,65.6404,66.9732,68.306,68.9724,69.972,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,76.636,76.636],[68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.972,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.6388,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.298,87.6316,86.9652,86.9652,86.2988,85.6324,83.6332,81.9672,81.3008,81.3008,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.6324,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,82.3004,82.3004,81.3008,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,77.6356,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,80.9676,80.9676,80.6344,80.3012,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,79.6348,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,86.2988,86.632,87.9648,87.6316,88.9644,88.298,88.63119999999999,89.2976,89.2976,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,89.6308,89.2976,90.2972,91.63,91.63,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,92.9628,92.9628,92.9628,93.29599999999999,92.6296,91.63,90.6304,89.964,89.6308,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.962,95.2952,95.9616,96.2948,96.9612,96.628,96.628,95.6284,93.9624,92.9628,91.63,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,87.6316,87.6316,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,86.9652,86.9652,85.9656,85.9656,84.966,84.966,84.966,85.9656,86.632,87.2984,87.9648,88.63119999999999,88.9644,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,91.2968,92.2964,92.9628,93.9624,95.9616,96.9612,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.6276,96.2948,94.962,94.6288,93.9624,93.9624,94.6288,94.6288,94.962,94.6288,94.6288,94.6288,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,101.9592,102.6256,102.6256,102.6256,102.9588,103.62519999999999,103.9584,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,108.28999999999999,108.6232,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,105.9576,105.9576,105.6244,104.958,103.9584,103.9584,103.292,102.6256,101.9592,101.9592,102.2924,101.626,101.2928,100.6264,100.2932,99.2936,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.6284,94.962,94.6288,93.9624,93.9624,93.29599999999999,92.9628,92.2964,91.2968,90.2972,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,87.2984,86.632,86.632,85.2992,84.2996,82.96679999999999,82.3004,81.3008,80.6344,79.6348,78.9684,77.6356,76.9692,76.3028,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.3048,70.6384,70.6384,69.972,68.9724,68.306,68.306,68.306,67.6396,66.3068,65.6404,64.974,63.308,62.3084,61.641999999999996,60.9756,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,53.6452,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,47.9808,47.3144,47.3144,46.647999999999996,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,40.9836,40.3172,39.6508,38.9844,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,39.3176,39.984,40.6504,41.9832,42.6496,43.9824,45.3152,46.647999999999996,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,52.3124,53.6452,54.978,56.977199999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.9744,63.9744,63.6412,63.6412,64.3076,64.974,65.6404,66.9732,67.6396,68.9724,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,77.3024],[68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.6388,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.6388,69.6388,69.6388,69.6388,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,73.304,73.304,73.9704,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,83.6332,83.6332,84.2996,84.966,85.6324,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.2984,86.9652,86.2988,85.6324,83.6332,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,85.6324,85.2992,84.2996,84.2996,82.96679999999999,82.3004,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.9676,80.9676,81.634,81.634,81.634,81.634,81.634,80.9676,80.6344,80.6344,80.6344,80.3012,80.3012,79.6348,79.6348,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,86.9652,86.9652,87.9648,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,88.9644,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.6316,88.298,87.9648,89.2976,89.964,91.2968,91.63,92.6296,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,89.964,89.6308,89.2976,89.964,91.2968,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,95.9616,96.2948,96.9612,95.6284,94.6288,93.29599999999999,92.2964,90.6304,89.964,89.2976,89.2976,89.2976,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.6316,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,86.9652,86.9652,85.9656,85.9656,84.966,84.966,84.966,84.966,84.966,85.9656,86.632,86.632,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,90.2972,92.2964,93.6292,94.6288,94.2956,95.9616,95.9616,96.2948,96.628,96.628,96.628,94.6288,93.6292,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.962,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.6264,100.6264,100.6264,101.2928,101.626,101.9592,102.6256,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.9576,106.2908,106.9572,107.9568,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,105.9576,105.9576,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.2924,102.2924,101.626,100.6264,100.2932,99.2936,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,95.6284,95.9616,95.2952,94.962,94.2956,93.9624,93.9624,93.6292,92.6296,92.2964,91.63,90.6304,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,88.298,88.298,87.6316,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,86.632,86.632,86.632,86.632,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,85.2992,85.2992,84.2996,82.96679999999999,81.9672,81.3008,80.6344,79.6348,78.30199999999999,77.3024,75.9696,75.6364,74.97,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.638,70.6384,69.972,69.972,69.3056,68.306,67.6396,67.6396,67.6396,66.3068,65.6404,64.974,64.3076,62.3084,61.641999999999996,60.9756,60.3092,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,53.6452,52.9788,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.647999999999996,45.9816,45.9816,45.3152,44.6488,43.9824,43.316,42.6496,41.3168,40.6504,40.3172,39.6508,38.9844,38.318,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,42.6496,43.316,44.6488,45.9816,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,51.646,52.3124,53.6452,54.978,56.977199999999996,58.6432,59.976,59.976,60.6424,61.3088,61.9752,63.308,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.9744,63.9744,63.6412,63.6412,64.3076,64.974,65.6404,66.9732,67.6396,68.9724,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024],[69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,69.6388,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.3052,70.3052,70.3052,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.638,71.638,72.3044,72.3044,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.3032,75.9696,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.9696,75.9696,75.6364,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.3004,82.3004,81.3008,81.3008,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.634,82.3004,82.3004,82.96679999999999,84.2996,85.2992,85.2992,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.632,87.9648,87.9648,88.298,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,82.3004,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,87.2984,86.632,86.2988,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,81.634,81.634,81.634,81.634,80.9676,80.9676,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,82.96679999999999,82.3004,82.3004,82.3004,81.634,81.634,81.634,81.634,81.3008,81.3008,80.6344,80.6344,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.2968,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.632,86.632,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,86.632,87.6316,88.298,89.2976,89.2976,90.2972,90.6304,91.63,92.2964,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,90.6304,89.2976,89.2976,89.2976,89.2976,89.6308,90.6304,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.9616,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.6284,96.2948,95.6284,93.9624,92.9628,91.63,90.6304,89.964,89.2976,89.964,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.6316,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,85.2992,85.2992,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.6324,86.2988,86.2988,86.2988,86.632,87.2984,87.9648,87.2984,87.6316,87.6316,88.298,89.6308,90.2972,91.63,92.2964,93.6292,94.2956,94.6288,94.962,95.6284,95.2952,94.6288,92.6296,92.2964,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.6296,92.6296,93.6292,93.9624,94.962,95.6284,96.2948,96.2948,96.628,96.628,97.2944,97.2944,98.6272,98.96039999999999,100.2932,100.2932,100.2932,100.2932,101.2928,101.626,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.958,105.2912,105.9576,106.2908,106.9572,106.9572,107.2904,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,105.9576,105.6244,105.6244,104.958,104.2916,104.2916,103.62519999999999,103.292,103.292,102.2924,101.626,101.2928,100.2932,99.6268,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,93.29599999999999,92.6296,91.63,91.2968,90.6304,89.6308,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.2988,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,82.96679999999999,81.3008,80.6344,79.6348,78.9684,78.30199999999999,77.3024,75.6364,74.97,74.3036,73.63719999999999,72.3044,71.638,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,67.6396,66.9732,66.9732,66.3068,64.974,64.3076,63.6412,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,53.9784,53.312,52.3124,51.646,50.9796,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,45.9816,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,42.9828,42.3164,41.65,40.9836,39.6508,38.9844,38.9844,38.318,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,38.6512,39.3176,39.984,40.6504,41.9832,42.6496,43.9824,45.3152,46.9812,48.314,48.980399999999996,48.980399999999996,50.3132,51.646,52.3124,52.9788,54.3116,56.3108,57.9768,59.309599999999996,59.309599999999996,59.976,61.3088,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.9744,63.9744,63.6412,63.6412,64.3076,64.974,65.6404,66.9732,67.6396,68.9724,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999],[69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.3052,70.3052,70.3052,70.3052,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.9696,76.636,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.636,76.636,76.636,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,82.96679999999999,84.2996,85.2992,85.2992,85.2992,85.2992,85.2992,85.2992,85.9656,85.9656,86.632,87.2984,87.9648,88.298,88.9644,88.9644,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.298,88.298,87.9648,87.2984,86.2988,84.966,83.6332,82.96679999999999,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.9656,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,87.6316,87.6316,87.6316,87.6316,87.6316,87.6316,88.298,87.9648,87.2984,87.2984,86.2988,86.2988,84.966,84.966,83.6332,83.6332,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.2996,84.2996,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.634,81.634,81.3008,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.9652,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.29599999999999,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,89.2976,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.632,86.632,86.9652,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,85.2992,85.9656,85.9656,87.2984,87.9648,88.298,89.2976,89.964,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,89.964,88.9644,88.298,88.63119999999999,89.2976,89.6308,90.2972,91.2968,91.63,92.2964,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.6284,95.2952,93.29599999999999,92.6296,91.2968,89.964,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,87.6316,87.6316,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,85.2992,85.2992,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,85.2992,85.2992,85.9656,85.9656,85.9656,86.632,87.2984,87.9648,89.2976,89.964,91.2968,91.9632,92.9628,93.29599999999999,94.6288,93.9624,93.6292,91.63,90.6304,90.6304,91.2968,91.2968,91.9632,91.9632,91.9632,91.9632,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.63,91.9632,92.6296,93.9624,94.6288,95.2952,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,99.6268,100.2932,100.6264,101.2928,102.2924,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.958,105.2912,105.2912,106.624,106.624,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.6244,104.958,104.958,104.2916,103.62519999999999,103.292,102.6256,102.2924,101.626,100.6264,100.2932,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.628,96.628,96.628,96.628,95.9616,95.9616,95.6284,94.962,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,91.63,91.2968,90.6304,89.964,89.6308,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.6316,86.9652,86.9652,86.9652,86.9652,86.2988,86.9652,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.2992,85.2992,85.2992,84.966,84.966,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,82.3004,81.9672,80.6344,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.3036,74.3036,73.63719999999999,72.3044,71.638,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,66.9732,66.9732,66.3068,65.6404,64.3076,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.9768,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,53.312,53.312,52.3124,51.646,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.982,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.65,40.9836,40.9836,40.3172,38.9844,38.318,38.318,37.6516,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,38.6512,38.6512,39.3176,39.984,41.3168,42.6496,43.9824,45.3152,46.3148,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.9788,54.3116,56.3108,57.9768,58.6432,58.6432,59.309599999999996,60.6424,61.3088,62.3084,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.9744,63.9744,63.6412,63.6412,64.3076,64.974,65.6404,66.9732,67.6396,68.9724,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999],[69.3056,69.3056,69.972,69.972,69.972,69.972,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,70.9716,70.9716,70.9716,70.3052,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.636,77.3024,78.30199999999999,78.9684,80.3012,80.3012,81.3008,81.3008,81.3008,81.3008,80.9676,80.9676,80.9676,80.9676,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.636,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,84.966,84.966,83.9664,83.3,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,83.6332,84.2996,84.966,85.2992,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,87.9648,88.298,88.298,88.298,89.2976,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.2988,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.63119999999999,88.298,87.6316,87.2984,86.9652,86.2988,85.6324,85.6324,84.966,84.966,85.6324,85.6324,84.966,84.966,84.6328,84.6328,84.966,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,85.2992,84.966,84.2996,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,85.6324,86.2988,86.9652,86.9652,87.2984,87.9648,88.9644,88.9644,90.2972,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,90.6304,90.6304,90.2972,90.2972,89.6308,89.6308,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,91.2968,90.2972,90.2972,89.6308,89.2976,88.298,88.298,87.2984,87.2984,86.632,86.632,86.632,86.2988,85.9656,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.6328,85.6324,86.632,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.6304,90.6304,89.964,89.964,89.964,89.2976,88.298,88.298,88.63119999999999,89.2976,89.6308,90.2972,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,93.9624,92.9628,92.2964,90.6304,90.2972,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,87.6316,87.6316,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,84.966,84.966,84.2996,83.6332,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.6328,84.6328,84.6328,85.2992,86.2988,86.9652,87.6316,88.63119999999999,89.964,90.9636,91.63,92.9628,92.2964,91.9632,91.2968,90.2972,89.6308,89.6308,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.964,89.964,89.2976,89.2976,90.2972,90.2972,90.6304,91.63,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.9596,100.9596,101.2928,101.9592,102.6256,102.9588,102.9588,103.62519999999999,104.958,104.958,105.2912,105.2912,105.9576,105.6244,105.6244,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.624,106.624,105.9576,105.9576,105.2912,104.958,104.2916,103.62519999999999,103.292,103.292,102.6256,101.626,100.9596,100.2932,99.2936,98.96039999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,94.962,93.9624,93.6292,93.29599999999999,92.6296,92.6296,92.6296,92.2964,91.63,91.2968,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.6316,86.9652,86.9652,86.2988,86.2988,85.9656,86.2988,85.9656,85.9656,85.2992,85.2992,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.3004,81.634,81.634,80.6344,79.968,79.3016,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,66.9732,66.3068,65.6404,64.974,63.6412,62.6416,61.641999999999996,61.641999999999996,60.6424,60.6424,59.976,59.309599999999996,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,53.312,53.312,52.3124,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,42.9828,42.3164,42.3164,41.65,41.65,40.9836,40.9836,40.3172,40.3172,40.3172,39.6508,38.318,37.6516,37.6516,37.6516,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,40.6504,41.9832,43.316,44.6488,45.3152,45.9816,46.9812,47.6476,48.980399999999996,50.3132,50.9796,52.3124,53.6452,55.6444,57.3104,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,63.9744,63.9744,64.6408,63.9744,64.3076,64.3076,64.3076,64.974,65.6404,66.9732,67.6396,68.9724,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684],[69.3056,69.3056,69.972,69.972,69.972,69.972,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.3052,70.3052,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.3052,70.3052,70.3052,70.3052,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,68.306,68.9724,68.9724,68.9724,69.6388,70.3052,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.9716,70.9716,70.9716,70.3052,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.3044,72.3044,72.9708,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.9684,79.6348,80.3012,80.9676,80.9676,81.9672,81.9672,81.9672,82.6336,82.6336,82.3004,82.3004,81.634,80.9676,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.9676,81.3008,81.3008,81.3008,81.9672,82.6336,83.3,83.9664,84.966,85.2992,85.2992,84.966,83.9664,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,84.2996,84.966,84.966,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,87.2984,88.298,88.298,88.298,88.9644,89.2976,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.2988,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,85.6324,85.6324,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,87.6316,87.2984,86.9652,86.9652,86.2988,85.6324,85.6324,86.2988,86.2988,86.632,86.632,86.2988,86.2988,86.632,86.632,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,83.3,83.3,83.3,83.3,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,85.9656,84.966,84.966,83.6332,83.3,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,83.6332,84.2996,84.966,85.9656,86.2988,86.9652,87.2984,87.9648,88.298,88.9644,89.2976,90.2972,90.6304,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,90.6304,90.6304,90.2972,90.2972,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.2968,90.6304,90.2972,89.6308,89.2976,88.298,88.298,87.2984,87.2984,86.632,86.632,86.2988,86.2988,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,84.2996,84.966,85.6324,86.632,87.2984,87.9648,88.298,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,89.6308,89.964,89.964,89.2976,88.9644,88.9644,88.63119999999999,88.298,87.6316,88.298,88.63119999999999,89.2976,89.6308,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,92.6296,92.9628,92.9628,92.9628,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.6292,92.2964,91.63,90.6304,90.2972,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,88.9644,88.298,88.298,87.6316,87.6316,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,86.2988,84.966,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,83.6332,83.6332,84.2996,85.6324,85.6324,85.9656,87.2984,88.298,89.6308,89.964,91.2968,90.6304,90.6304,89.964,89.2976,88.9644,88.298,88.9644,88.63119999999999,89.2976,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.63119999999999,89.2976,89.6308,90.2972,91.63,92.2964,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.6284,96.2948,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,100.9596,101.2928,101.9592,102.6256,102.6256,102.9588,103.62519999999999,104.2916,104.2916,104.2916,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.624,106.624,105.9576,105.9576,105.2912,105.2912,104.958,104.2916,103.62519999999999,103.292,103.292,102.2924,100.9596,100.2932,99.2936,98.96039999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,94.962,93.9624,93.6292,93.29599999999999,92.6296,92.6296,92.6296,91.63,91.63,91.2968,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.6316,86.9652,86.9652,86.2988,86.2988,85.9656,86.2988,85.9656,85.2992,85.2992,84.966,84.966,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.634,81.634,81.634,80.9676,80.9676,79.968,79.968,79.3016,78.6352,77.3024,77.3024,76.636,75.9696,74.97,74.3036,73.63719999999999,72.9708,72.3044,70.9716,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,61.641999999999996,60.9756,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,54.3116,53.312,52.6456,51.646,50.9796,50.3132,48.980399999999996,48.314,48.314,46.9812,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,44.982,44.6488,44.6488,43.9824,43.316,43.316,42.6496,41.9832,41.9832,41.65,41.65,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.318,37.6516,37.6516,37.6516,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,42.6496,43.316,44.6488,45.3152,46.3148,46.9812,48.314,49.6468,50.9796,52.3124,52.9788,54.978,57.3104,57.9768,58.6432,58.6432,59.309599999999996,59.976,60.9756,61.641999999999996,61.641999999999996,62.3084,62.3084,63.308,63.308,63.308,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684],[69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,72.3044,72.3044,72.9708,74.3036,75.3032,75.9696,77.3024,78.30199999999999,79.3016,79.3016,79.6348,79.6348,80.3012,80.3012,80.9676,80.9676,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.3,83.3,83.3,83.3,82.6336,81.9672,80.6344,79.968,78.6352,77.6356,76.9692,76.9692,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,83.3,83.6332,84.2996,84.2996,85.6324,86.2988,86.2988,85.6324,84.2996,83.6332,82.96679999999999,81.634,80.9676,80.3012,80.3012,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.9656,86.2988,86.9652,86.9652,87.9648,87.9648,87.9648,88.298,88.298,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.9652,86.2988,85.9656,84.966,84.2996,82.96679999999999,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,84.2996,85.6324,85.6324,86.2988,86.9652,87.9648,87.9648,88.298,88.9644,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.2972,90.6304,90.6304,91.2968,90.2972,90.2972,89.2976,88.63119999999999,88.298,88.298,87.6316,86.9652,86.9652,86.2988,86.2988,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.2988,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,86.2988,86.632,86.632,86.632,86.632,86.632,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.2984,86.2988,84.966,84.966,83.6332,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,84.2996,84.2996,84.2996,84.966,84.966,86.2988,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,91.63,91.63,90.9636,90.9636,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,92.6296,92.6296,92.6296,92.6296,92.2964,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.6304,90.2972,89.2976,88.63119999999999,88.298,87.9648,87.2984,87.2984,85.9656,85.2992,85.2992,84.966,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.2996,85.2992,85.2992,86.632,86.632,87.9648,88.298,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.2984,87.2984,88.298,88.298,88.63119999999999,89.2976,90.2972,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,91.63,91.63,91.63,91.9632,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,90.2972,89.964,89.964,90.6304,90.6304,89.2976,89.2976,89.2976,88.9644,87.9648,87.9648,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,85.6324,85.6324,85.6324,86.2988,86.9652,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,85.6324,84.966,84.2996,82.96679999999999,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.96679999999999,84.2996,84.966,85.2992,85.9656,86.632,87.6316,87.9648,88.63119999999999,89.2976,88.9644,88.9644,88.298,86.9652,87.2984,87.2984,87.2984,87.9648,88.298,88.9644,88.9644,88.9644,88.9644,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.964,90.6304,91.9632,91.9632,92.6296,92.6296,93.6292,93.6292,94.2956,94.2956,94.962,94.962,95.2952,95.2952,95.9616,96.2948,97.2944,97.96079999999999,98.6272,98.6272,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,102.6256,102.6256,102.9588,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,107.2904,107.2904,107.2904,106.624,106.624,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.292,102.6256,101.2928,100.2932,100.2932,99.6268,98.6272,98.6272,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.2952,94.2956,94.2956,93.6292,93.6292,92.9628,92.9628,91.9632,91.63,91.2968,90.2972,89.6308,89.6308,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,86.9652,86.9652,86.2988,85.9656,85.9656,85.9656,85.9656,84.966,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,81.3008,80.9676,80.9676,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,77.3024,76.636,76.636,75.9696,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,71.9712,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.3076,62.6416,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.3112,54.6448,54.6448,53.9784,53.9784,52.9788,52.3124,51.646,50.9796,49.6468,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,45.6484,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,39.984,40.6504,41.3168,41.9832,43.6492,44.315599999999996,45.6484,46.3148,48.314,49.6468,50.9796,52.3124,54.3116,55.6444,56.644,57.9768,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.636,76.636,77.3024,77.3024,77.6356,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016],[69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,72.6376,71.9712,72.3044,72.9708,73.63719999999999,74.3036,75.3032,76.636,77.3024,78.9684,79.968,80.6344,80.3012,80.9676,80.9676,81.634,81.634,81.634,81.9672,82.6336,82.96679999999999,84.2996,84.2996,83.6332,84.2996,83.9664,83.9664,83.3,82.6336,81.9672,81.3008,79.968,79.3016,78.6352,77.6356,76.9692,77.6356,77.6356,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,85.6324,84.966,83.6332,82.3004,81.634,80.9676,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.9648,88.298,88.298,88.9644,88.9644,88.9644,89.6308,89.6308,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,88.63119999999999,87.9648,87.2984,87.2984,86.9652,85.9656,85.9656,85.2992,84.2996,82.96679999999999,82.6336,81.9672,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,84.2996,85.6324,85.9656,86.9652,86.9652,87.9648,88.298,88.9644,88.9644,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.2968,90.6304,90.2972,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,87.2984,86.9652,86.9652,86.9652,87.2984,87.6316,88.298,88.63119999999999,89.2976,89.2976,88.298,88.298,88.298,87.9648,87.2984,86.632,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,85.6324,85.6324,85.6324,86.2988,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,87.2984,86.2988,84.966,83.6332,83.3,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.964,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.9636,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.6304,90.2972,89.2976,89.2976,88.298,87.9648,87.2984,86.632,85.2992,85.2992,84.966,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,83.6332,84.2996,84.6328,85.2992,85.9656,86.632,87.6316,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.6308,89.964,89.964,90.6304,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.2972,90.6304,90.6304,90.6304,90.6304,89.964,89.2976,89.2976,88.9644,87.9648,87.9648,87.2984,86.9652,86.9652,86.9652,86.9652,86.2988,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,84.966,84.2996,82.3004,81.634,80.6344,80.6344,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.9664,84.6328,85.2992,85.9656,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,84.966,84.966,85.9656,86.2988,87.2984,87.9648,87.6316,88.298,87.6316,86.9652,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,89.2976,89.964,90.6304,91.2968,91.2968,91.63,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.2956,94.2956,94.2956,94.962,96.2948,96.9612,97.2944,97.96079999999999,98.6272,99.2936,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.2924,103.62519999999999,104.6248,104.6248,105.2912,105.9576,105.9576,106.624,106.624,106.624,107.2904,107.6236,107.6236,107.6236,107.6236,106.9572,107.2904,107.2904,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,105.9576,105.2912,104.6248,103.62519999999999,103.292,103.292,101.2928,100.9596,100.6264,100.2932,99.2936,98.6272,98.294,97.2944,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,94.962,94.2956,93.9624,93.6292,92.9628,92.9628,91.9632,91.63,91.2968,90.6304,90.2972,89.6308,89.2976,89.2976,88.63119999999999,87.9648,87.2984,86.9652,86.2988,86.2988,85.9656,85.9656,85.9656,84.966,84.966,83.6332,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.30199999999999,77.3024,76.636,75.9696,75.9696,75.3032,74.97,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,64.3076,63.6412,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.9776,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,52.9788,52.3124,51.646,50.9796,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,43.9824,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,40.6504,39.984,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,42.9828,44.315599999999996,44.982,46.3148,48.314,49.6468,50.9796,52.3124,54.3116,55.6444,56.644,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,75.6364,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,77.3024,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016],[68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.304,73.304,73.304,73.304,73.9704,73.9704,73.304,73.304,72.6376,72.9708,72.9708,73.63719999999999,74.3036,75.9696,76.636,78.30199999999999,78.9684,80.6344,81.3008,80.9676,81.634,81.634,82.3004,82.3004,82.3004,82.6336,83.6332,84.2996,85.2992,85.2992,84.966,84.2996,84.966,83.9664,83.3,82.6336,81.9672,81.3008,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.966,84.966,84.966,84.966,85.9656,85.9656,85.9656,86.2988,86.2988,86.9652,86.2988,85.9656,84.966,84.2996,82.96679999999999,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.9656,86.2988,86.2988,86.9652,86.9652,87.9648,88.298,88.9644,88.9644,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.2976,88.9644,88.298,88.298,87.2984,87.2984,86.632,86.632,85.6324,84.2996,83.6332,82.96679999999999,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,85.6324,86.2988,87.2984,87.2984,87.9648,88.298,88.9644,88.9644,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.298,87.9648,87.2984,87.2984,86.9652,86.9652,87.6316,87.6316,88.9644,89.2976,90.6304,90.6304,89.6308,89.6308,89.6308,89.2976,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.2988,86.2988,86.9652,86.9652,87.2984,87.9648,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,87.9648,87.2984,86.2988,84.966,83.6332,83.3,82.6336,82.6336,83.3,83.3,83.6332,84.2996,84.966,85.6324,84.966,84.966,85.6324,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.2968,90.6304,90.2972,89.2976,89.2976,88.298,87.9648,87.2984,86.632,85.2992,85.2992,84.966,84.966,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.6328,85.2992,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.2988,86.2988,85.9656,86.2988,86.632,87.2984,87.9648,88.298,88.63119999999999,88.9644,88.63119999999999,88.63119999999999,89.964,89.964,90.6304,90.6304,89.964,90.6304,90.6304,90.6304,91.2968,91.9632,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,92.6296,92.2964,91.63,91.63,91.63,91.9632,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,89.964,89.964,89.2976,88.9644,88.298,88.298,87.6316,87.2984,86.9652,86.2988,85.6324,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,84.966,84.2996,83.6332,83.6332,84.966,85.2992,86.632,86.632,87.2984,87.2984,87.2984,86.632,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,86.2988,86.2988,87.2984,88.298,88.9644,89.6308,90.2972,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.9624,94.962,95.6284,96.2948,96.2948,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,99.96,100.2932,100.6264,100.6264,101.9592,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,106.2908,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,106.624,106.624,106.2908,106.2908,105.6244,105.6244,104.958,103.9584,103.9584,103.292,101.9592,101.2928,100.6264,100.2932,99.6268,99.2936,99.2936,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.9612,96.2948,95.9616,94.962,94.962,93.9624,93.6292,92.9628,92.9628,91.9632,91.2968,91.2968,90.6304,90.2972,90.2972,89.2976,89.2976,88.63119999999999,88.298,87.2984,87.2984,86.9652,86.9652,85.6324,84.966,84.966,83.6332,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.6348,79.6348,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,75.9696,75.3032,75.3032,74.6368,73.63719999999999,72.9708,72.9708,72.3044,71.9712,71.3048,69.972,69.3056,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.3076,63.9744,63.308,63.308,62.3084,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.3124,52.3124,51.646,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.9816,45.3152,44.6488,44.6488,42.9828,42.3164,42.3164,41.65,41.65,40.9836,40.9836,40.3172,39.6508,38.9844,38.318,38.318,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.984,40.6504,41.3168,41.3168,41.9832,42.9828,44.315599999999996,44.982,46.3148,48.314,49.6468,50.9796,52.3124,54.978,55.6444,57.3104,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016],[68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.6368,74.6368,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.97,75.9696,77.3024,78.30199999999999,79.6348,80.6344,81.3008,81.634,82.6336,82.6336,83.3,83.3,83.9664,84.2996,84.966,85.2992,85.9656,85.9656,85.2992,85.6324,84.966,83.9664,83.3,82.6336,81.9672,81.3008,79.968,79.3016,79.3016,78.6352,77.6356,78.6352,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.966,84.966,84.966,84.966,85.2992,85.2992,85.9656,85.9656,86.632,86.632,85.9656,86.9652,86.9652,87.2984,87.2984,86.9652,86.632,85.9656,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,83.6332,84.2996,85.6324,85.9656,86.2988,86.2988,86.9652,87.2984,87.9648,88.298,88.298,88.9644,88.9644,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.9648,86.632,86.632,85.2992,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.2984,87.9648,88.298,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,90.2972,90.6304,90.6304,90.6304,90.9636,90.9636,90.6304,90.6304,90.2972,89.964,89.2976,89.2976,88.298,87.9648,87.2984,87.2984,87.2984,87.6316,88.63119999999999,89.2976,89.964,91.63,91.63,90.6304,90.6304,90.6304,90.2972,89.2976,88.9644,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.6316,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,88.63119999999999,87.9648,87.2984,85.6324,84.2996,83.3,83.3,83.3,83.3,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,87.2984,87.9648,87.9648,88.298,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.2972,89.6308,89.2976,88.63119999999999,87.9648,87.9648,87.2984,86.632,85.2992,85.2992,84.966,84.966,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.6328,85.2992,85.2992,85.2992,85.2992,85.2992,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,84.966,84.966,84.966,84.966,86.2988,86.2988,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,90.6304,91.2968,91.9632,91.63,92.2964,92.9628,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,92.6296,92.6296,91.63,91.63,91.2968,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.9632,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,90.2972,89.964,89.964,89.2976,88.63119999999999,88.298,88.298,87.2984,86.2988,86.2988,84.966,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.3004,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.634,82.3004,81.9672,82.6336,83.3,83.3,83.3,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,84.6328,85.9656,85.9656,86.632,85.9656,85.2992,85.2992,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,85.9656,87.2984,88.298,88.63119999999999,89.2976,89.964,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.9624,94.6288,94.962,95.6284,96.9612,97.6276,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,100.6264,101.9592,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,106.624,106.2908,106.2908,105.6244,105.6244,104.958,103.9584,103.9584,103.62519999999999,102.6256,101.2928,101.2928,100.6264,100.2932,99.6268,99.6268,99.2936,98.6272,97.96079999999999,97.96079999999999,97.2944,96.628,96.9612,96.9612,96.2948,95.6284,94.962,94.6288,93.9624,93.6292,92.9628,91.9632,91.2968,91.2968,90.6304,90.2972,90.2972,89.964,89.2976,89.2976,88.63119999999999,87.9648,87.2984,87.2984,86.2988,84.966,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.3032,74.6368,73.9704,73.9704,72.9708,72.3044,71.638,71.638,70.6384,70.6384,69.3056,68.6392,66.9732,66.3068,64.974,64.974,64.974,64.3076,64.3076,63.6412,63.308,62.3084,62.3084,61.641999999999996,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.3124,51.646,50.9796,50.3132,48.314,47.6476,46.9812,46.3148,45.3152,44.6488,44.6488,43.9824,42.3164,41.65,41.65,40.9836,40.9836,40.3172,40.3172,39.6508,38.318,37.6516,37.6516,36.9852,36.652,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.9832,41.9832,42.6496,42.6496,43.6492,44.315599999999996,44.982,46.3148,46.9812,48.980399999999996,50.3132,51.646,52.9788,54.978,56.3108,57.9768,58.6432,59.309599999999996,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016],[68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,76.3028,77.6356,78.6352,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,86.2988,86.632,87.2984,87.2984,87.2984,86.632,85.6324,84.966,83.9664,83.3,82.6336,81.9672,81.3008,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,86.2988,86.2988,86.2988,86.2988,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.298,88.9644,88.298,87.2984,85.6324,84.966,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.6332,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.2988,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.2972,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,87.9648,86.632,86.2988,84.966,84.2996,82.96679999999999,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.2968,90.2972,89.2976,88.9644,88.298,88.298,88.298,89.2976,89.6308,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,90.2972,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,89.2976,89.6308,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.6304,89.964,89.2976,87.9648,87.2984,86.2988,84.966,83.9664,83.9664,84.2996,84.2996,84.966,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.9628,93.6292,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,90.2972,89.6308,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,86.632,86.632,85.2992,84.6328,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,81.634,80.9676,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.3012,81.3008,81.3008,82.3004,82.3004,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,83.6332,83.6332,83.6332,83.6332,84.966,85.2992,86.632,86.632,86.632,86.632,87.2984,87.2984,87.6316,87.6316,88.298,87.9648,88.298,89.2976,89.2976,89.2976,89.964,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,92.9628,92.6296,92.6296,92.2964,92.2964,91.63,91.2968,90.6304,89.964,89.964,89.964,89.964,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.298,87.2984,86.2988,86.2988,84.966,84.2996,82.96679999999999,82.3004,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.9672,81.9672,80.6344,79.968,79.968,80.6344,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.9684,79.6348,79.968,80.6344,80.3012,80.9676,80.9676,81.634,81.634,80.9676,81.3008,81.9672,82.3004,82.96679999999999,83.9664,83.9664,85.2992,85.2992,85.2992,84.6328,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,86.632,87.6316,87.9648,88.298,89.2976,89.964,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.9624,94.962,95.6284,95.9616,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,100.9596,101.9592,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.9576,106.9572,106.9572,106.9572,106.9572,105.9576,105.2912,104.958,104.6248,104.6248,103.9584,103.292,102.6256,102.6256,101.9592,100.9596,100.2932,100.2932,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.2948,95.9616,95.6284,94.6288,93.9624,93.6292,92.9628,92.6296,91.9632,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.964,89.2976,88.298,87.9648,87.2984,86.2988,84.966,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.9676,80.9676,80.3012,80.3012,79.6348,79.6348,78.6352,77.6356,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.306,67.6396,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,62.3084,62.3084,61.641999999999996,61.641999999999996,59.976,59.309599999999996,59.309599999999996,58.6432,58.31,57.6436,57.6436,56.977199999999996,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.3132,49.6468,47.6476,46.3148,45.6484,44.982,44.6488,43.9824,43.9824,43.316,41.65,40.9836,40.9836,40.3172,39.984,39.3176,39.3176,38.6512,37.3184,36.652,36.652,35.9856,35.3192,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.3184,38.6512,38.6512,39.3176,40.6504,41.3168,42.3164,42.9828,43.316,43.316,43.316,43.9824,43.9824,44.982,44.982,45.6484,46.3148,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,53.6452,55.6444,56.977199999999996,58.6432,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016],[68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.9704,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.9692,77.6356,78.6352,79.968,80.6344,81.9672,82.6336,83.6332,84.966,86.2988,86.9652,86.9652,87.2984,87.9648,88.298,88.298,87.6316,86.632,85.6324,84.966,83.9664,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.3,84.2996,85.6324,86.2988,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.2972,89.964,89.2976,88.298,86.632,85.6324,84.2996,83.6332,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.9664,83.9664,83.9664,83.3,83.3,83.3,83.3,83.3,83.3,82.6336,82.6336,81.9672,81.9672,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.9652,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.2972,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,86.632,85.9656,85.2992,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,86.2988,86.2988,87.2984,87.9648,87.9648,88.298,88.298,88.298,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,90.2972,89.6308,89.2976,88.63119999999999,88.63119999999999,89.6308,90.2972,91.2968,91.9632,92.2964,92.6296,93.6292,93.6292,93.29599999999999,92.2964,92.2964,91.2968,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.9632,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.6296,91.63,90.6304,89.964,88.298,87.9648,86.9652,86.2988,84.966,84.966,84.2996,84.966,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.9628,93.9624,94.6288,94.6288,94.962,94.962,95.9616,95.9616,96.2948,96.2948,95.9616,95.6284,94.2956,94.2956,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,89.6308,89.2976,88.63119999999999,88.298,88.298,87.9648,87.9648,86.632,85.9656,84.6328,84.6328,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,81.634,80.9676,80.9676,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.6348,80.3012,80.6344,81.3008,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.2996,85.2992,85.2992,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,87.2984,88.298,89.2976,89.2976,89.2976,90.2972,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.9628,92.6296,92.6296,92.2964,91.63,90.6304,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,90.9636,90.6304,90.6304,89.964,89.964,89.2976,88.63119999999999,87.9648,86.632,86.2988,84.966,84.2996,82.3004,81.634,81.3008,81.3008,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.3008,81.3008,79.968,79.968,79.968,79.968,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,80.6344,81.3008,81.634,82.96679999999999,82.96679999999999,83.3,83.3,83.3,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,82.6336,82.6336,82.96679999999999,83.6332,83.6332,85.2992,86.632,87.2984,87.9648,88.63119999999999,89.2976,89.2976,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,92.6296,93.6292,93.6292,94.962,95.6284,96.2948,96.9612,96.9612,97.6276,97.96079999999999,98.294,98.6272,98.96039999999999,100.2932,101.2928,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.958,105.9576,106.9572,107.6236,107.2904,106.9572,106.2908,105.6244,105.6244,104.6248,104.6248,103.9584,103.292,102.6256,102.6256,102.6256,101.2928,100.9596,100.6264,100.2932,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.2948,95.6284,94.962,94.6288,93.9624,93.6292,92.6296,92.6296,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,89.964,89.964,88.9644,88.298,87.9648,87.2984,86.2988,85.6324,84.966,84.2996,82.96679999999999,82.3004,82.3004,81.9672,81.9672,81.3008,81.634,80.9676,80.9676,80.3012,80.3012,79.6348,78.6352,77.6356,77.6356,76.9692,76.3028,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,70.6384,69.972,69.972,69.3056,68.9724,68.306,67.6396,66.9732,66.3068,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,62.6416,62.3084,61.641999999999996,61.641999999999996,60.9756,59.309599999999996,58.6432,58.6432,57.9768,57.6436,56.977199999999996,56.977199999999996,56.3108,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,52.3124,52.3124,51.646,51.646,50.9796,50.3132,49.6468,48.980399999999996,46.9812,45.6484,44.982,44.982,43.9824,43.316,43.316,42.6496,41.65,40.9836,40.3172,40.3172,39.3176,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,39.3176,39.984,40.6504,41.9832,43.6492,44.315599999999996,44.982,45.6484,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.3124,53.312,54.6448,55.3112,56.977199999999996,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016],[68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.6368,74.6368,73.9704,73.9704,73.9704,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,80.6344,81.9672,82.96679999999999,84.2996,86.2988,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.9644,88.298,87.9648,86.9652,84.966,83.9664,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,83.3,83.9664,84.966,85.9656,87.2984,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.2968,92.2964,91.63,90.6304,89.964,88.298,87.2984,85.6324,84.2996,83.6332,83.6332,83.3,83.3,83.3,83.3,83.3,83.9664,83.9664,83.9664,84.2996,83.6332,83.3,83.3,83.6332,83.6332,83.3,83.3,83.3,83.3,83.3,83.3,84.2996,84.966,84.966,84.2996,83.9664,83.9664,83.3,83.3,83.9664,83.3,83.3,82.6336,81.9672,81.9672,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.9652,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,90.2972,90.2972,89.6308,89.6308,89.2976,89.2976,88.63119999999999,87.9648,87.2984,86.632,85.2992,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,84.966,85.6324,86.2988,86.9652,87.2984,88.298,88.9644,89.2976,89.6308,89.6308,89.6308,89.6308,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.2964,91.63,91.2968,90.6304,89.964,89.964,89.2976,89.2976,89.6308,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.63,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,93.9624,93.29599999999999,93.9624,93.6292,92.9628,91.9632,91.2968,89.964,89.2976,88.298,87.2984,86.9652,85.6324,85.6324,85.6324,85.6324,86.2988,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.6308,89.6308,90.6304,90.6304,91.2968,91.63,92.9628,93.9624,94.6288,94.962,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,95.9616,94.962,94.962,95.6284,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,89.6308,89.2976,88.298,88.298,87.6316,87.2984,87.2984,86.632,85.9656,84.6328,84.6328,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,80.9676,80.9676,80.9676,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,79.6348,79.6348,79.6348,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.2996,84.6328,84.6328,84.6328,84.6328,85.2992,85.6324,85.6324,86.2988,86.632,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.9632,91.63,91.2968,90.6304,90.2972,88.63119999999999,88.63119999999999,88.298,88.298,88.9644,88.9644,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,90.9636,90.9636,90.6304,90.2972,89.964,89.2976,88.63119999999999,87.9648,86.632,86.2988,84.966,82.96679999999999,82.3004,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,77.6356,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.968,80.6344,81.634,81.634,82.3004,82.3004,82.3004,82.3004,81.634,81.634,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,83.6332,84.966,85.9656,87.2984,87.9648,87.9648,88.298,89.2976,89.964,89.964,90.2972,90.6304,90.6304,91.2968,90.6304,90.9636,91.63,91.9632,92.6296,92.9628,93.6292,94.2956,94.962,95.6284,95.9616,95.9616,96.628,96.9612,97.6276,97.2944,98.294,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,104.958,105.9576,106.9572,107.6236,107.2904,106.9572,106.2908,105.6244,105.6244,104.6248,104.6248,103.9584,103.292,103.292,102.6256,102.6256,101.2928,101.2928,100.9596,100.2932,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.6276,97.2944,96.9612,96.2948,95.9616,94.962,94.6288,93.9624,93.6292,92.6296,92.6296,91.63,91.63,91.2968,91.2968,90.6304,90.2972,89.964,89.964,88.9644,88.298,87.9648,87.9648,87.2984,86.632,86.632,85.6324,85.2992,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,80.9676,80.9676,80.3012,79.3016,78.6352,78.6352,77.6356,76.3028,75.6364,75.3032,74.6368,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.638,70.9716,69.972,69.3056,69.3056,68.6392,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,63.308,63.308,62.3084,62.3084,61.3088,60.6424,60.6424,59.976,58.6432,57.9768,57.9768,57.9768,56.977199999999996,56.977199999999996,56.3108,55.6444,54.6448,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.3124,52.3124,51.646,51.646,50.9796,50.3132,49.6468,48.314,46.9812,45.6484,44.982,44.982,43.9824,43.316,42.6496,42.6496,41.65,40.9836,40.3172,40.3172,39.3176,39.3176,38.6512,37.9848,37.3184,36.652,36.652,36.652,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,37.9848,38.6512,39.984,41.3168,42.6496,43.9824,45.6484,46.3148,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,50.3132,50.3132,50.9796,51.646,52.6456,53.312,53.312,53.9784,54.978,55.6444,56.3108,56.977199999999996,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,70.6384,71.3048,71.3048,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968],[68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.3032,75.3032,75.3032,74.6368,74.6368,73.9704,73.9704,73.9704,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,77.3024,78.30199999999999,78.9684,80.6344,81.634,83.6332,84.966,86.632,87.9648,87.9648,87.9648,87.9648,88.298,88.9644,88.9644,88.9644,87.9648,86.9652,86.2988,84.6328,83.9664,83.3,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.9664,84.966,85.9656,86.2988,87.2984,87.9648,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,89.2976,89.964,90.6304,91.2968,92.2964,92.6296,93.29599999999999,93.29599999999999,92.6296,91.63,90.6304,88.9644,87.2984,85.6324,84.966,83.6332,83.6332,83.3,83.3,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.3,83.3,83.3,83.9664,84.966,84.966,84.966,84.966,83.9664,83.9664,83.3,83.3,83.9664,83.9664,83.3,83.3,82.6336,82.3004,82.96679999999999,84.2996,84.966,85.9656,86.2988,86.9652,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,90.2972,90.2972,89.6308,89.2976,89.2976,88.63119999999999,88.298,87.9648,86.9652,85.9656,85.2992,84.2996,83.6332,83.6332,84.2996,84.966,84.966,85.6324,86.2988,86.9652,87.2984,88.298,88.63119999999999,89.2976,89.6308,89.6308,90.2972,90.2972,90.2972,89.964,89.964,90.2972,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,91.2968,90.6304,89.964,89.6308,89.6308,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,93.9624,93.6292,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.6296,92.6296,91.9632,91.63,92.2964,92.2964,93.29599999999999,93.6292,93.6292,94.2956,94.6288,94.962,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,92.9628,91.63,90.2972,89.2976,88.63119999999999,87.9648,87.2984,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.6308,89.6308,90.6304,90.6304,91.2968,91.63,92.9628,93.9624,94.6288,95.6284,96.9612,97.6276,98.6272,98.6272,98.6272,98.6272,97.96079999999999,96.9612,95.9616,94.962,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.6308,89.2976,88.298,88.298,87.6316,87.2984,87.2984,86.632,85.9656,84.6328,84.6328,83.6332,83.6332,82.96679999999999,82.3004,82.3004,81.634,81.634,80.9676,80.9676,80.9676,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.3004,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,85.6324,86.2988,86.2988,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,91.2968,91.63,91.63,91.63,91.2968,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,89.964,89.6308,88.9644,87.6316,87.6316,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,90.2972,90.2972,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,90.9636,90.9636,90.6304,90.2972,89.964,89.2976,88.63119999999999,87.9648,86.632,85.6324,84.2996,82.96679999999999,81.9672,80.6344,80.6344,79.968,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.9692,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.968,79.968,80.9676,80.9676,80.3012,80.3012,80.3012,79.968,80.6344,80.6344,80.3012,81.3008,81.3008,82.3004,82.96679999999999,83.6332,84.966,85.6324,86.9652,87.2984,87.2984,87.9648,88.9644,89.2976,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,90.9636,91.63,91.9632,92.6296,92.9628,93.6292,94.2956,94.2956,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,96.628,97.2944,98.96039999999999,100.2932,100.2932,100.6264,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.6256,102.6256,103.292,103.62519999999999,104.958,106.2908,106.9572,107.6236,107.2904,107.2904,106.2908,105.6244,105.6244,104.6248,104.6248,104.6248,103.62519999999999,103.292,103.292,102.6256,101.9592,101.2928,101.2928,100.9596,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.6276,97.2944,97.6276,96.9612,95.9616,94.962,94.6288,93.9624,93.6292,92.6296,92.6296,91.63,91.63,91.2968,91.2968,90.6304,90.2972,89.964,89.2976,88.298,88.298,87.9648,87.9648,87.9648,87.9648,86.632,86.632,85.9656,85.2992,84.966,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,80.9676,80.9676,79.968,79.3016,78.6352,78.6352,76.9692,76.3028,75.9696,75.3032,74.3036,73.63719999999999,72.9708,72.3044,71.638,71.638,70.9716,70.9716,69.972,69.3056,68.6392,68.6392,67.6396,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,63.308,62.3084,62.3084,61.641999999999996,60.6424,59.976,59.309599999999996,59.309599999999996,57.9768,57.3104,57.3104,57.3104,56.977199999999996,56.3108,56.3108,55.6444,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.3124,51.646,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.3148,45.6484,44.982,44.315599999999996,43.316,42.6496,42.6496,41.9832,40.9836,40.3172,40.3172,39.6508,39.3176,38.6512,38.6512,37.9848,37.3184,37.3184,36.652,36.652,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,38.6512,39.984,41.3168,42.6496,43.9824,45.3152,46.9812,48.314,49.6468,50.3132,50.6464,51.3128,51.3128,51.3128,52.3124,52.9788,52.9788,53.6452,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,70.6384,71.3048,71.3048,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,78.9684,79.6348,80.3012,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.3012,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968],[68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,71.638,71.638,71.638,71.638,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.3028,76.9692,76.9692,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.968,81.634,82.96679999999999,84.966,86.632,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,88.9644,88.298,87.2984,85.9656,84.966,83.9664,83.3,82.6336,81.3008,80.6344,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,84.2996,85.6324,86.2988,86.9652,87.6316,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,89.2976,89.964,91.2968,91.63,92.2964,92.6296,94.2956,94.2956,93.9624,92.9628,92.2964,90.6304,87.6316,87.2984,86.2988,84.966,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,84.2996,85.2992,85.9656,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.964,89.964,89.964,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.63,91.2968,91.2968,90.6304,89.2976,89.2976,88.9644,88.63119999999999,88.298,87.2984,86.9652,86.2988,84.966,84.2996,84.2996,84.2996,85.6324,86.2988,86.2988,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,91.2968,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,92.6296,92.2964,91.63,91.2968,90.6304,90.2972,90.6304,91.2968,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.962,95.6284,95.9616,95.2952,95.2952,94.6288,93.9624,93.9624,93.6292,92.6296,91.63,90.6304,89.964,89.2976,88.63119999999999,87.9648,87.2984,87.2984,87.2984,87.2984,87.6316,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.2972,91.2968,91.63,92.2964,92.9628,94.6288,95.6284,96.628,97.96079999999999,98.6272,99.6268,99.6268,99.2936,97.96079999999999,96.9612,96.628,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.2956,94.2956,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,90.6304,89.6308,88.9644,88.63119999999999,87.9648,87.9648,87.2984,87.2984,85.9656,85.2992,84.6328,84.2996,83.6332,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.6344,81.3008,81.3008,81.3008,81.3008,81.634,81.634,81.634,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.966,85.6324,86.2988,86.2988,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.964,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,89.6308,89.6308,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,88.9644,88.9644,88.298,87.6316,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,88.298,88.9644,88.9644,89.2976,89.2976,90.2972,90.2972,90.2972,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,90.9636,90.6304,90.2972,89.964,89.2976,88.63119999999999,87.9648,86.632,85.6324,84.2996,82.96679999999999,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,79.3016,79.3016,78.9684,78.9684,78.30199999999999,78.30199999999999,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.966,85.6324,86.2988,86.9652,86.9652,87.2984,87.9648,88.298,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.9632,92.6296,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.9616,96.2948,96.628,97.2944,98.6272,98.96039999999999,100.2932,100.6264,100.6264,100.6264,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,103.292,103.9584,104.6248,105.6244,106.2908,106.9572,107.9568,107.9568,107.6236,106.2908,105.6244,105.6244,104.958,104.958,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.6272,98.294,97.96079999999999,97.6276,96.9612,95.6284,94.962,94.6288,93.6292,93.29599999999999,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.2984,86.2988,85.9656,85.6324,85.6324,84.966,84.2996,84.2996,83.6332,82.3004,81.634,81.3008,80.6344,79.968,78.9684,78.9684,78.30199999999999,77.3024,76.636,76.636,75.9696,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.638,70.9716,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.3064,66.3068,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,56.977199999999996,56.3108,56.3108,56.3108,55.9776,55.3112,54.6448,53.9784,52.9788,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.9816,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,41.3168,40.6504,39.984,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,41.3168,42.6496,43.9824,45.3152,46.9812,48.314,50.3132,50.9796,50.9796,51.9792,51.9792,52.6456,52.6456,53.6452,53.6452,54.3116,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.9764,59.6428,59.6428,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,61.9752,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,77.3024,77.6356,77.6356,78.6352,79.3016,79.968,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344],[68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.638,71.638,71.638,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.968,81.634,82.96679999999999,85.2992,86.632,87.6316,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,88.9644,88.298,86.9652,86.2988,84.966,84.966,84.2996,83.3,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,84.2996,85.6324,86.2988,86.9652,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.9644,89.2976,89.964,91.2968,91.63,92.2964,93.29599999999999,94.2956,94.2956,94.6288,93.9624,92.9628,90.9636,89.2976,87.6316,86.632,86.2988,84.966,84.966,85.6324,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,84.2996,85.2992,85.9656,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.2964,91.63,91.63,91.2968,91.2968,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.2988,85.2992,84.2996,84.2996,85.6324,86.2988,86.632,87.2984,87.9648,87.9648,88.298,89.2976,89.964,90.2972,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.63,91.2968,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,94.2956,94.6288,94.962,95.6284,95.6284,95.9616,95.9616,95.2952,95.2952,94.6288,93.9624,93.6292,92.6296,91.63,90.6304,90.2972,89.964,89.2976,88.63119999999999,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.6308,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.9628,94.6288,95.6284,96.9612,97.96079999999999,98.96039999999999,99.6268,99.6268,99.6268,98.6272,97.6276,96.628,96.628,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.2972,89.2976,88.63119999999999,87.9648,87.9648,87.2984,87.2984,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,79.968,79.6348,80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,84.966,85.6324,85.6324,85.6324,86.2988,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,90.6304,90.2972,89.6308,89.6308,89.2976,88.9644,88.9644,88.9644,89.2976,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.298,87.9648,87.2984,86.9652,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,90.9636,90.6304,89.964,89.2976,88.63119999999999,88.298,87.2984,86.2988,84.966,83.6332,82.96679999999999,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,78.9684,78.9684,78.30199999999999,78.30199999999999,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,84.2996,85.6324,85.6324,86.2988,86.9652,86.9652,87.2984,87.9648,88.298,89.2976,89.964,90.6304,90.6304,90.6304,91.2968,91.63,92.6296,92.6296,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.9616,96.2948,96.628,97.2944,98.6272,98.96039999999999,100.2932,100.2932,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,99.96,101.2928,101.626,101.2928,101.2928,102.6256,103.292,103.9584,105.6244,105.6244,106.9572,107.9568,107.9568,107.6236,106.2908,105.6244,105.6244,104.958,104.958,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.294,97.96079999999999,97.6276,96.2948,95.2952,94.6288,93.9624,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.9648,86.9652,86.2988,85.9656,85.6324,84.966,84.966,84.2996,84.2996,82.96679999999999,82.3004,81.3008,81.3008,80.3012,79.6348,78.9684,78.9684,78.30199999999999,77.3024,76.636,76.636,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.638,70.6384,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.3064,66.3068,65.3072,64.6408,63.9744,63.308,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.3104,56.3108,56.3108,56.3108,55.6444,55.3112,54.6448,53.9784,53.312,52.3124,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,42.6496,43.9824,45.3152,46.9812,47.6476,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,52.9788,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,63.308,62.3084,62.3084,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,78.30199999999999,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008],[68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.638,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.968,81.634,82.96679999999999,84.966,86.632,87.6316,88.298,88.9644,88.298,88.298,88.9644,88.63119999999999,88.9644,88.298,87.2984,86.9652,86.2988,85.6324,84.966,83.6332,82.96679999999999,82.3004,81.634,81.634,81.3008,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.966,86.2988,86.632,87.2984,87.9648,87.9648,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.964,89.964,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,91.2968,89.2976,88.63119999999999,87.6316,87.2984,86.632,86.2988,86.2988,86.632,86.632,86.632,86.632,86.632,86.2988,86.2988,86.2988,86.2988,85.9656,85.6324,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,85.2992,85.9656,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.964,89.964,90.2972,90.9636,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.6296,92.6296,91.9632,91.9632,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.63,91.2968,91.2968,89.964,89.964,89.2976,89.2976,88.63119999999999,87.9648,87.2984,86.632,85.2992,85.2992,85.6324,85.6324,86.632,87.9648,87.9648,88.63119999999999,89.2976,89.964,89.964,91.2968,91.2968,91.9632,91.9632,92.6296,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,94.962,94.962,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,94.6288,93.9624,93.6292,92.6296,91.63,91.63,90.2972,89.964,89.964,89.2976,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,90.2972,90.6304,90.6304,91.63,91.63,92.2964,93.29599999999999,94.6288,95.6284,96.628,97.96079999999999,98.96039999999999,99.6268,99.6268,99.6268,98.6272,97.6276,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.2972,89.2976,88.63119999999999,87.9648,87.9648,87.2984,87.2984,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,84.2996,84.966,84.2996,84.966,85.6324,86.2988,86.9652,87.2984,87.9648,88.298,88.298,88.9644,88.63119999999999,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,87.6316,87.6316,87.6316,87.2984,87.2984,86.9652,86.2988,86.2988,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,90.9636,90.9636,90.6304,89.964,89.2976,88.63119999999999,88.298,87.2984,86.2988,84.966,83.6332,82.96679999999999,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.9684,78.9684,78.30199999999999,78.30199999999999,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.9692,77.6356,77.6356,78.6352,79.968,80.6344,81.3008,81.9672,83.6332,84.2996,84.2996,85.6324,85.6324,86.2988,86.632,87.2984,88.298,88.63119999999999,89.964,89.964,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,96.628,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,103.292,104.958,105.6244,106.9572,107.9568,107.9568,106.9572,106.2908,105.6244,105.6244,105.6244,104.958,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,101.2928,100.9596,100.2932,100.2932,98.96039999999999,98.294,97.96079999999999,97.6276,96.2948,95.2952,94.6288,93.9624,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,86.9652,86.2988,85.9656,85.6324,84.966,84.966,84.2996,84.2996,82.96679999999999,82.3004,81.9672,81.3008,80.3012,79.6348,79.6348,78.9684,78.30199999999999,77.3024,77.3024,76.636,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,67.3064,66.3068,65.3072,64.6408,63.9744,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.6448,54.6448,53.9784,53.312,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,51.646,50.9796,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.984,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.9848,38.6512,39.3176,39.984,40.6504,41.3168,42.6496,43.9824,44.6488,45.9816,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.9788,53.6452,53.6452,53.6452,54.3116,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672],[68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,77.6356,76.9692,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.9704,73.9704,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.6344,81.3008,82.3004,84.966,85.9656,87.2984,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.298,88.298,87.9648,87.2984,87.2984,86.9652,86.2988,84.966,84.2996,82.96679999999999,82.3004,82.3004,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.966,85.9656,86.632,87.9648,87.9648,88.298,88.298,88.9644,88.9644,89.6308,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.9632,90.6304,89.2976,88.63119999999999,87.6316,87.2984,87.2984,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.2988,85.9656,85.9656,85.9656,85.9656,85.2992,84.966,84.966,84.2996,84.2996,83.6332,84.2996,84.966,85.9656,86.632,87.2984,87.9648,87.9648,88.298,89.2976,89.964,89.964,90.2972,90.9636,90.9636,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,91.9632,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.2968,91.2968,89.964,89.964,89.964,89.2976,89.2976,88.298,87.9648,87.2984,86.632,85.2992,85.6324,86.632,87.9648,88.298,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.63,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.9628,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.962,94.962,94.6288,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,94.6288,93.9624,93.6292,92.6296,92.2964,91.63,91.2968,90.2972,90.2972,89.964,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.6304,90.6304,91.2968,91.63,92.2964,92.9628,93.29599999999999,94.962,95.6284,97.2944,97.96079999999999,98.96039999999999,99.2936,99.6268,99.6268,98.6272,97.6276,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.2972,89.2976,88.63119999999999,87.9648,87.9648,87.2984,87.2984,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,86.2988,86.2988,86.632,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,90.9636,90.6304,89.964,89.2976,88.63119999999999,88.298,87.6316,86.9652,86.2988,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.9684,78.30199999999999,78.30199999999999,77.3024,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.3032,75.3032,75.3032,75.3032,75.9696,76.3028,76.9692,76.9692,77.6356,79.3016,79.968,80.6344,81.3008,82.3004,83.6332,83.6332,84.2996,84.966,85.6324,86.2988,86.632,87.6316,88.298,89.2976,89.964,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.9616,96.2948,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.96,100.2932,100.6264,100.6264,101.2928,102.6256,104.6248,105.9576,106.2908,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.2916,104.2916,104.2916,103.62519999999999,103.292,101.9592,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.294,97.6276,96.2948,95.2952,94.6288,93.9624,93.29599999999999,93.29599999999999,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,86.9652,86.2988,85.9656,85.6324,84.966,84.966,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,80.9676,80.3012,79.6348,79.6348,78.9684,78.30199999999999,77.3024,77.3024,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.3048,70.6384,69.972,69.972,69.3056,67.97279999999999,66.64,65.6404,64.6408,63.308,62.3084,61.3088,59.976,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,54.6448,53.9784,53.9784,53.312,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,46.9812,46.3148,45.6484,44.982,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.984,39.3176,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,38.6512,39.3176,39.984,40.6504,41.3168,42.6496,43.9824,44.6488,45.9816,46.647999999999996,48.314,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.6452,53.6452,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,69.3056,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336],[68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,78.30199999999999,79.3016,79.968,79.968,79.968,79.6348,79.6348,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,80.6344,81.3008,82.3004,84.2996,85.9656,87.2984,88.298,89.2976,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.63119999999999,87.9648,87.9648,86.632,85.2992,84.2996,83.6332,82.96679999999999,82.6336,82.6336,83.6332,83.6332,84.966,86.2988,86.2988,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.63,91.63,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,90.9636,90.9636,90.6304,89.2976,88.63119999999999,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.2984,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.2984,86.632,86.632,86.632,86.632,86.632,86.2988,86.2988,85.6324,84.966,84.966,84.966,85.6324,86.2988,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.2972,90.9636,90.9636,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,88.63119999999999,87.9648,87.9648,87.2984,86.632,86.632,87.9648,88.298,89.2976,89.2976,90.6304,91.2968,91.63,91.63,92.6296,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,96.2948,96.2948,96.2948,96.628,96.9612,96.9612,96.628,96.628,96.9612,96.9612,96.9612,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.2964,91.63,91.63,91.2968,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.9624,95.2952,96.2948,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.2956,94.2956,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.2968,90.2972,89.2976,88.63119999999999,87.9648,87.9648,87.2984,87.2984,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.3004,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,85.2992,85.2992,85.9656,85.9656,86.2988,86.9652,87.2984,87.2984,87.2984,86.632,86.632,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,86.632,86.632,85.9656,85.9656,85.6324,85.6324,85.9656,86.2988,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,89.964,89.2976,87.9648,87.2984,87.2984,86.9652,85.9656,85.9656,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,86.2988,86.632,87.9648,88.298,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.9636,91.63,91.63,91.9632,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,95.2952,95.9616,96.628,97.2944,97.2944,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,99.2936,99.2936,99.96,100.2932,100.6264,102.2924,103.62519999999999,105.6244,105.6244,106.9572,106.9572,106.9572,106.9572,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,104.958,104.958,104.958,104.2916,102.9588,102.2924,101.2928,100.6264,99.6268,98.96039999999999,98.294,97.6276,96.2948,95.2952,94.6288,93.9624,93.29599999999999,92.6296,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.9648,86.9652,86.2988,85.9656,85.6324,85.2992,85.2992,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,78.9684,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,69.972,69.3056,67.97279999999999,66.64,65.6404,63.9744,63.308,62.3084,61.3088,59.976,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,53.9784,53.9784,53.312,53.312,52.3124,51.646,50.9796,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,45.9816,45.3152,44.6488,43.9824,43.9824,43.316,43.316,42.6496,41.3168,40.6504,40.6504,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.318,38.318,38.318,38.9844,39.984,40.6504,41.3168,41.9832,42.6496,43.9824,44.982,45.6484,46.9812,47.6476,49.6468,50.3132,51.646,52.3124,53.6452,54.3116,54.6448,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332],[68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,80.3012,80.3012,79.6348,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,84.2996,85.2992,87.2984,88.298,89.2976,89.964,89.964,89.2976,89.2976,88.63119999999999,88.298,88.9644,89.6308,89.964,89.2976,88.63119999999999,87.9648,86.632,85.2992,84.2996,83.6332,83.3,83.3,84.2996,84.966,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.63,91.63,91.63,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.63,90.9636,90.9636,90.6304,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,86.632,86.632,86.632,86.632,86.632,86.632,86.2988,86.2988,84.966,84.966,85.6324,85.9656,87.2984,87.2984,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,90.9636,90.9636,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,89.964,89.964,89.2976,88.298,87.9648,87.9648,87.9648,87.9648,88.298,89.2976,89.964,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.9624,94.6288,94.6288,94.962,94.962,94.6288,94.6288,94.6288,94.2956,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,96.2948,96.9612,96.628,96.628,97.6276,97.6276,97.2944,97.2944,97.6276,97.6276,97.6276,96.9612,96.628,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,93.6292,92.6296,92.2964,91.63,91.63,91.2968,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.9624,95.2952,96.2948,97.2944,97.6276,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,94.962,94.962,94.2956,94.2956,93.9624,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,90.2972,89.2976,88.63119999999999,87.9648,87.9648,87.2984,87.2984,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.3004,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.2992,85.6324,85.9656,85.9656,86.632,86.632,85.9656,85.9656,85.2992,85.2992,85.2992,85.2992,85.2992,85.2992,85.9656,86.632,86.632,86.632,86.2988,85.9656,85.9656,85.6324,85.6324,84.966,84.966,86.2988,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,90.6304,90.6304,90.2972,89.964,89.2976,88.63119999999999,87.9648,87.2984,86.9652,86.9652,85.9656,85.9656,85.9656,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.97,74.97,74.3036,74.3036,74.97,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.9692,77.6356,78.6352,79.3016,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,90.9636,91.63,91.63,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,94.962,96.2948,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,100.6264,101.2928,103.292,104.6248,105.9576,106.2908,106.9572,106.9572,106.9572,105.6244,105.6244,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,105.2912,103.62519999999999,102.9588,101.9592,101.2928,99.96,98.96039999999999,98.294,97.6276,96.2948,95.2952,94.6288,93.9624,93.29599999999999,92.6296,91.63,91.63,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.9648,86.9652,86.2988,86.2988,85.9656,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.6348,78.9684,78.30199999999999,78.30199999999999,76.9692,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,69.972,69.3056,67.97279999999999,66.64,65.6404,63.9744,63.308,61.641999999999996,60.6424,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,53.9784,53.9784,53.312,52.6456,51.646,50.9796,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.3152,44.6488,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,39.984,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,39.6508,40.6504,41.3168,41.9832,42.6496,43.9824,44.6488,45.6484,46.3148,47.6476,48.314,50.3132,50.9796,52.3124,52.9788,54.3116,54.3116,55.3112,55.3112,55.3112,55.3112,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,80.3012,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332],[68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,80.9676,80.3012,80.3012,79.6348,79.6348,78.9684,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.304,73.304,73.304,73.9704,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,83.6332,85.2992,86.632,88.298,89.2976,89.2976,89.2976,89.2976,88.9644,88.63119999999999,89.2976,90.2972,90.6304,90.6304,91.2968,89.964,88.9644,87.2984,85.9656,84.966,83.9664,83.9664,83.9664,84.2996,85.6324,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,91.9632,91.63,91.63,91.63,91.2968,91.2968,91.2968,89.964,89.2976,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.6316,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.2988,85.6324,85.6324,85.6324,86.2988,87.2984,87.2984,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.63,91.63,90.9636,90.9636,90.6304,90.2972,89.964,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.964,91.2968,91.63,91.9632,92.6296,93.6292,93.9624,94.2956,94.962,95.6284,95.9616,96.2948,95.9616,95.9616,95.9616,95.6284,94.962,94.6288,94.6288,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.9616,95.9616,95.9616,95.2952,94.2956,94.2956,95.2952,95.2952,94.962,94.962,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.2964,92.2964,91.63,91.63,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,96.9612,97.2944,97.6276,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,94.962,94.962,94.962,94.962,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,92.6296,92.2964,91.63,90.2972,89.2976,88.63119999999999,87.9648,87.9648,87.2984,87.2984,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.3004,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,80.3012,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,85.2992,85.2992,85.2992,85.2992,84.6328,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.2992,85.6324,85.6324,85.6324,84.966,85.6324,85.6324,85.6324,84.966,84.2996,84.966,85.6324,86.2988,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.2976,88.63119999999999,87.2984,86.9652,86.9652,86.9652,85.9656,86.632,86.9652,86.632,85.9656,85.2992,84.966,83.6332,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,81.634,82.6336,83.3,83.6332,84.966,86.2988,86.9652,87.2984,88.298,88.63119999999999,88.298,88.298,88.9644,89.2976,90.6304,90.9636,90.9636,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.9624,94.2956,94.962,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,98.294,99.2936,99.96,101.2928,102.6256,103.62519999999999,105.6244,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.624,106.624,105.6244,105.6244,105.6244,105.2912,104.958,103.62519999999999,103.292,101.2928,100.6264,99.2936,98.6272,97.6276,96.2948,95.2952,94.6288,93.9624,92.6296,91.9632,91.63,91.63,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.9648,86.9652,86.9652,86.2988,86.2988,85.9656,85.2992,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.6348,78.9684,78.9684,78.30199999999999,76.9692,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,69.972,69.3056,67.97279999999999,66.64,64.974,63.9744,63.308,61.641999999999996,60.6424,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,53.9784,53.9784,53.312,52.6456,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.3168,40.6504,39.984,39.984,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.6508,39.6508,39.6508,40.3172,41.3168,41.9832,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,48.314,48.980399999999996,50.9796,51.646,52.9788,54.3116,54.3116,54.978,55.3112,55.9776,55.9776,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.3012,80.9676,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966],[68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,80.9676,80.9676,80.3012,80.3012,79.6348,79.6348,78.9684,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,73.9704,73.9704,73.9704,73.9704,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,80.3012,80.3012,80.3012,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,83.6332,84.966,85.9656,87.9648,88.63119999999999,88.9644,89.2976,88.9644,88.9644,88.63119999999999,89.2976,90.6304,91.2968,91.63,91.63,90.6304,89.2976,87.9648,86.2988,84.966,84.6328,83.9664,84.2996,84.966,85.6324,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,92.9628,91.9632,91.2968,90.2972,89.2976,89.2976,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.2988,85.9656,85.9656,86.2988,87.2984,87.2984,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,90.9636,90.9636,92.2964,92.2964,92.2964,92.6296,92.9628,92.9628,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.63,91.63,90.9636,90.9636,90.9636,90.2972,90.2972,89.964,89.2976,88.63119999999999,88.298,88.298,89.2976,89.964,89.964,90.2972,91.63,92.2964,92.6296,93.29599999999999,93.9624,93.9624,94.962,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,94.962,94.6288,94.962,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.2952,95.9616,96.2948,96.2948,95.9616,94.962,94.962,95.2952,95.2952,94.962,94.962,94.6288,95.2952,95.2952,95.2952,95.6284,95.6284,96.2948,96.9612,96.9612,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.6276,97.6276,97.6276,97.6276,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.2948,95.6284,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,92.9628,92.2964,92.2964,91.63,90.9636,90.6304,90.6304,90.6304,89.964,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.6292,94.6288,94.962,96.2948,96.9612,97.6276,97.6276,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,94.962,94.6288,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.9628,92.2964,92.6296,92.2964,91.63,90.2972,89.2976,88.63119999999999,87.9648,87.9648,87.2984,87.2984,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.3008,81.3008,81.3008,80.6344,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,76.636,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,86.2988,86.632,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,89.2976,89.2976,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,89.964,89.2976,88.63119999999999,88.298,87.2984,86.9652,86.2988,86.2988,85.9656,86.632,86.9652,86.9652,85.9656,85.9656,84.966,84.2996,83.3,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,76.636,75.6364,75.6364,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.9676,81.634,82.6336,83.3,83.6332,84.966,85.6324,86.2988,87.2984,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.964,90.6304,90.6304,90.9636,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,95.2952,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.96039999999999,99.96,100.9596,102.6256,103.62519999999999,105.6244,106.624,107.2904,106.2908,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.624,106.624,105.6244,105.6244,105.6244,105.2912,104.958,103.62519999999999,103.292,101.626,100.6264,99.2936,98.6272,97.6276,96.2948,95.2952,94.6288,93.6292,92.6296,91.9632,91.63,91.63,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.6316,86.9652,86.9652,86.2988,85.9656,85.9656,84.966,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,79.6348,79.6348,78.9684,78.30199999999999,76.9692,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,69.972,69.3056,67.97279999999999,66.3068,64.974,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.978,53.9784,53.9784,53.312,52.6456,51.646,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,40.6504,40.6504,39.984,39.984,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,40.3172,40.3172,40.3172,40.9836,41.9832,42.6496,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.980399999999996,49.6468,50.9796,52.3124,53.6452,54.3116,54.978,55.6444,55.9776,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,69.3056,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.3012,80.9676,80.9676,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.3032,75.3032,75.3032,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,81.9672,81.3008,81.3008,81.3008,82.3004,83.6332,84.966,86.2988,86.9652,87.2984,88.63119999999999,88.63119999999999,89.2976,89.2976,88.9644,89.964,91.63,92.2964,92.9628,92.6296,91.63,89.964,87.9648,86.2988,85.6324,84.966,84.2996,84.2996,85.6324,86.2988,86.9652,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,94.962,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.6292,92.6296,91.63,90.6304,89.964,89.2976,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.6316,87.6316,87.6316,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,92.9628,92.9628,93.9624,93.9624,93.9624,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.2956,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.6304,90.2972,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.9636,91.63,92.2964,92.9628,92.9628,93.9624,93.9624,95.2952,95.9616,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,94.6288,94.2956,94.962,95.9616,95.9616,96.2948,96.9612,96.9612,96.2948,95.9616,95.2952,95.2952,95.2952,95.9616,95.9616,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.6276,98.294,98.96039999999999,99.6268,99.96,99.96,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.628,96.2948,96.2948,95.9616,95.6284,95.2952,94.962,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,95.2952,95.6284,96.2948,97.6276,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,95.9616,95.2952,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.6296,92.2964,91.63,90.2972,89.2976,88.63119999999999,87.9648,87.9648,87.2984,86.9652,85.9656,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,80.9676,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.3,83.3,83.3,83.6332,83.6332,84.2996,85.2992,85.9656,86.632,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,89.6308,90.2972,90.6304,90.6304,90.6304,90.6304,89.964,89.2976,88.63119999999999,87.9648,87.2984,86.2988,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,85.9656,85.6324,84.966,84.2996,83.3,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,76.636,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,73.304,73.304,73.9704,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,82.6336,83.6332,83.6332,84.966,84.966,85.6324,86.2988,86.2988,86.632,87.9648,88.9644,89.2976,90.6304,90.9636,91.63,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.9628,93.6292,93.6292,93.9624,94.2956,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.2956,94.2956,94.2956,94.2956,95.2952,95.9616,96.9612,97.96079999999999,98.6272,99.2936,100.6264,101.9592,103.62519999999999,104.2916,105.2912,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,106.2908,105.9576,104.958,103.62519999999999,103.292,101.626,100.6264,99.2936,98.96039999999999,97.96079999999999,96.2948,95.6284,93.9624,93.6292,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,89.6308,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,87.6316,87.6316,87.6316,86.9652,86.2988,85.9656,85.9656,85.2992,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.6352,76.9692,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,67.97279999999999,66.3068,65.6404,64.3076,63.6412,62.6416,61.9752,61.3088,61.3088,60.6424,59.309599999999996,58.6432,57.9768,57.3104,56.644,55.9776,55.6444,54.978,54.3116,54.3116,53.312,52.6456,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,45.6484,44.982,44.982,44.982,44.6488,43.9824,43.9824,43.316,43.316,43.316,42.6496,42.6496,41.65,41.65,41.65,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,38.6512,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,46.3148,46.9812,48.980399999999996,49.6468,49.6468,50.3132,51.9792,53.312,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.96679999999999,84.2996,84.966,86.2988,86.9652,87.2984,88.298,88.63119999999999,89.2976,89.964,89.964,90.6304,92.2964,93.6292,93.29599999999999,93.6292,92.2964,90.6304,88.9644,87.2984,85.6324,84.966,84.2996,84.966,86.2988,86.632,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.63,92.6296,92.9628,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,96.2948,96.628,95.9616,95.6284,94.962,94.962,94.962,93.9624,93.6292,92.6296,91.63,90.6304,89.964,89.2976,88.298,88.298,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,92.9628,92.9628,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.2956,94.2956,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,89.2976,89.2976,89.964,90.2972,90.9636,90.9636,92.2964,92.2964,92.9628,92.9628,93.9624,94.6288,95.9616,96.2948,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.962,94.962,95.9616,96.2948,96.9612,97.6276,97.6276,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,96.628,96.628,97.2944,98.294,99.6268,99.96,100.6264,100.6264,100.6264,100.9596,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.6288,94.2956,93.6292,93.6292,93.29599999999999,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.6292,93.6292,94.2956,94.6288,95.2952,95.6284,95.9616,96.9612,97.6276,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,91.63,90.6304,89.964,89.2976,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,78.9684,78.9684,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,80.3012,80.3012,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,84.2996,84.6328,85.9656,86.632,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,89.964,89.2976,88.63119999999999,87.9648,87.2984,86.2988,85.9656,85.9656,86.2988,86.2988,86.2988,85.6324,85.6324,84.2996,84.2996,83.3,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,74.97,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,85.6324,86.2988,86.632,87.6316,88.9644,89.964,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,93.6292,93.9624,94.6288,95.9616,96.9612,97.2944,98.96039999999999,100.6264,101.2928,103.292,104.2916,105.2912,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.6244,104.958,104.958,104.958,104.958,105.6244,105.6244,106.2908,105.9576,104.958,103.62519999999999,103.292,101.626,100.6264,99.2936,98.96039999999999,97.96079999999999,96.2948,94.962,93.9624,92.9628,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,87.6316,87.6316,87.6316,87.6316,86.9652,86.2988,85.9656,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.6352,76.9692,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,67.6396,66.9732,65.6404,64.974,63.6412,62.6416,62.6416,61.9752,61.9752,61.3088,59.309599999999996,58.6432,57.9768,57.3104,56.644,56.644,55.6444,54.978,54.3116,54.3116,53.312,52.6456,50.9796,49.6468,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.3148,45.6484,44.315599999999996,44.315599999999996,44.315599999999996,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,46.9812,47.6476,49.6468,50.3132,50.3132,50.9796,52.6456,53.312,54.978,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.641999999999996,62.3084,62.3084,62.3084,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.6364,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.6328,84.6328,84.6328,84.6328,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,85.6324,86.2988,87.2984,87.2984,88.298,88.63119999999999,89.964,90.6304,91.2968,91.63,93.6292,94.6288,94.6288,94.2956,92.9628,91.2968,88.9644,87.2984,86.2988,85.6324,85.6324,85.6324,86.2988,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,91.9632,91.9632,92.6296,92.9628,93.6292,93.9624,94.6288,94.6288,95.9616,96.2948,97.6276,97.6276,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.2952,94.962,94.2956,93.9624,93.29599999999999,91.63,90.6304,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,92.9628,92.9628,93.9624,94.6288,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.2956,94.2956,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,89.2976,89.2976,89.964,90.2972,90.9636,90.9636,91.63,91.63,92.9628,92.9628,93.9624,94.6288,95.9616,96.2948,97.2944,97.2944,97.2944,97.2944,97.6276,97.6276,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,95.6284,95.9616,95.9616,95.6284,95.6284,96.2948,96.9612,97.96079999999999,98.294,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.2944,96.628,96.628,97.96079999999999,98.6272,99.6268,101.2928,101.2928,101.626,101.9592,101.9592,101.9592,101.626,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.2952,94.6288,93.9624,93.6292,92.9628,92.9628,91.9632,91.9632,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,94.2956,94.2956,95.9616,95.9616,96.2948,96.628,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.6296,91.63,90.6304,89.964,89.2976,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,78.9684,78.9684,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,78.30199999999999,78.9684,79.6348,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.96679999999999,83.6332,84.6328,85.2992,85.9656,85.9656,86.632,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.298,87.2984,86.9652,86.2988,85.9656,85.6324,85.6324,85.6324,84.2996,83.6332,83.3,83.3,82.6336,82.6336,82.96679999999999,82.3004,82.3004,81.634,81.634,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.6344,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,84.2996,85.6324,86.632,87.9648,88.298,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.6292,94.962,95.6284,97.6276,98.6272,100.2932,101.2928,102.6256,103.62519999999999,104.958,105.2912,105.9576,105.9576,105.9576,105.6244,105.6244,104.958,104.2916,104.2916,104.2916,104.2916,105.2912,105.6244,106.2908,105.9576,105.6244,104.6248,103.62519999999999,101.9592,100.6264,99.6268,98.96039999999999,96.9612,96.2948,94.962,93.9624,92.6296,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,89.2976,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.6316,87.6316,87.6316,87.6316,86.9652,86.2988,86.2988,85.9656,84.966,84.2996,83.6332,82.96679999999999,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.6352,76.9692,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,63.308,63.308,62.6416,61.9752,59.976,58.6432,57.9768,57.3104,56.644,56.644,55.6444,54.978,54.3116,54.3116,53.312,51.9792,50.9796,49.6468,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.3148,44.982,44.315599999999996,43.316,43.316,43.316,43.316,42.3164,42.3164,41.65,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,38.9844,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.9836,41.65,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,47.6476,48.314,50.3132,50.9796,50.9796,51.646,53.312,53.9784,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.6328,84.6328,84.6328,84.6328,84.6328,84.6328,84.6328,84.2996,84.2996,84.2996,84.2996,85.2992,86.2988,86.632,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.9632,93.6292,94.962,94.962,94.962,95.2952,93.6292,91.63,89.964,88.298,87.2984,86.2988,85.9656,85.9656,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,93.9624,94.6288,94.6288,95.2952,96.2948,96.9612,97.96079999999999,97.96079999999999,98.294,97.96079999999999,97.6276,96.9612,96.2948,95.9616,95.6284,94.962,94.962,93.9624,92.2964,91.63,90.2972,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,92.9628,93.29599999999999,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,92.2964,91.2968,90.6304,90.2972,89.964,89.2976,89.964,90.2972,90.9636,90.9636,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,95.9616,96.2948,97.2944,97.2944,97.2944,97.2944,97.6276,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,98.294,98.294,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,98.6272,100.2932,101.2928,101.9592,102.6256,102.6256,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.6276,96.9612,96.2948,95.6284,95.2952,94.6288,93.9624,93.6292,92.9628,92.6296,91.9632,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,93.29599999999999,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,94.962,95.9616,96.2948,96.628,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,95.6284,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,91.9632,91.2968,89.964,89.2976,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.968,79.3016,78.9684,78.9684,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.6328,84.966,85.6324,85.6324,86.632,86.632,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,90.2972,90.2972,90.6304,90.6304,91.2968,90.6304,90.2972,89.964,89.2976,88.63119999999999,87.9648,87.2984,86.9652,85.9656,85.6324,85.6324,84.2996,83.6332,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.30199999999999,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,74.97,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,84.966,85.9656,86.632,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.964,89.964,89.964,89.964,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,89.964,90.6304,91.2968,91.2968,91.63,92.6296,93.6292,94.962,96.9612,97.2944,98.96039999999999,100.6264,101.2928,103.292,104.2916,104.958,105.6244,105.6244,105.6244,104.958,104.958,104.6248,103.9584,103.9584,103.9584,103.9584,104.6248,105.2912,105.6244,105.9576,105.9576,104.6248,103.62519999999999,101.9592,100.6264,99.6268,98.96039999999999,96.9612,96.2948,94.962,93.6292,92.6296,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,89.2976,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.6316,87.6316,87.6316,86.9652,86.9652,86.2988,86.2988,85.9656,84.966,84.966,83.6332,83.6332,82.6336,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,76.9692,76.3028,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.3076,63.308,62.6416,60.6424,59.309599999999996,58.6432,57.9768,57.3104,56.644,56.3108,55.6444,54.978,54.3116,53.312,52.6456,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,44.982,44.315599999999996,43.316,43.316,43.316,42.6496,42.3164,41.65,40.9836,40.3172,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.9836,41.65,42.3164,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.9816,46.647999999999996,48.314,48.980399999999996,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,60.9756,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,69.6388,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,81.3008,81.3008,81.3008,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,75.9696,74.97,74.97,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.2996,84.966,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,85.2992,85.2992,86.2988,86.2988,87.2984,87.9648,87.6316,88.298,89.2976,90.2972,91.2968,91.63,93.29599999999999,93.9624,95.9616,95.6284,95.6284,95.9616,93.9624,92.6296,91.2968,89.2976,87.9648,87.2984,86.9652,87.2984,87.9648,88.9644,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.6304,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,95.6284,95.9616,96.2948,97.2944,98.294,98.294,98.294,98.96039999999999,98.294,97.6276,97.6276,97.6276,96.9612,96.2948,95.9616,95.2952,93.9624,92.9628,91.63,91.2968,90.2972,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.2976,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,91.2968,91.2968,91.63,91.63,91.63,91.63,92.9628,93.29599999999999,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,91.2968,91.2968,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,94.2956,94.6288,95.9616,96.2948,97.2944,97.2944,98.294,98.294,98.294,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.6276,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,99.6268,99.96,101.2928,102.6256,103.292,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,100.2932,99.2936,99.2936,98.6272,98.294,98.294,98.294,97.6276,96.9612,95.9616,95.6284,94.962,93.9624,93.6292,93.6292,92.9628,92.2964,91.63,91.9632,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.2956,94.2956,94.962,95.9616,96.2948,96.9612,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,95.6284,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,92.6296,91.63,90.6304,89.964,89.2976,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,79.968,80.6344,81.3008,81.3008,82.3004,82.3004,83.6332,83.6332,84.2996,84.2996,85.2992,85.6324,86.2988,87.9648,88.298,88.298,88.298,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,90.2972,90.2972,89.964,89.2976,88.63119999999999,87.9648,87.2984,86.9652,85.6324,85.6324,84.2996,83.6332,82.6336,82.6336,83.3,83.3,83.6332,84.2996,84.2996,83.6332,82.3004,81.634,81.634,80.9676,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.6348,78.9684,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.9684,79.6348,80.3012,80.6344,81.634,82.3004,83.6332,83.6332,84.966,84.966,84.966,84.966,85.9656,85.9656,85.9656,86.632,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.964,90.6304,92.9628,94.6288,95.6284,96.9612,98.6272,98.96039999999999,100.2932,101.626,103.62519999999999,104.2916,104.6248,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.9584,104.6248,105.2912,105.6244,105.9576,105.6244,104.6248,102.9588,101.626,99.6268,98.96039999999999,96.9612,95.9616,94.2956,92.9628,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,89.2976,88.63119999999999,88.298,88.298,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,85.6324,84.966,84.966,83.6332,83.6332,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.30199999999999,77.3024,76.636,75.9696,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.9716,71.3048,69.972,68.9724,68.306,68.6392,67.97279999999999,66.9732,66.3068,65.6404,65.6404,64.974,63.6412,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.977199999999996,55.6444,54.978,53.9784,53.312,52.3124,50.9796,50.9796,49.6468,48.314,47.6476,46.9812,46.3148,44.6488,43.9824,43.316,42.3164,42.6496,41.9832,40.9836,40.3172,39.6508,38.9844,38.9844,38.9844,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.6508,39.6508,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,41.3168,41.9832,41.9832,42.6496,43.9824,44.6488,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,51.9792,53.312,53.9784,53.9784,54.978,55.6444,56.977199999999996,57.6436,58.31,58.9764,60.6424,61.3088,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,64.6408,63.9744,63.9744,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,62.3084,62.3084,63.308,63.308,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.308,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.6364,74.97,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,82.6336,83.3,84.2996,84.2996,85.6324,85.9656,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.2988,85.9656,86.2988,86.9652,87.2984,87.9648,88.298,88.298,89.2976,90.2972,90.6304,91.63,92.2964,93.6292,94.6288,95.9616,96.2948,96.2948,95.9616,94.6288,93.29599999999999,91.63,89.6308,88.298,87.9648,86.9652,87.9648,88.63119999999999,88.9644,89.2976,89.964,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,95.6284,95.9616,96.2948,96.9612,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.6276,96.9612,96.2948,95.9616,94.6288,92.9628,92.2964,91.63,90.6304,90.2972,89.6308,89.6308,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,88.9644,88.9644,88.9644,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,91.2968,91.2968,91.63,91.63,91.63,91.63,92.9628,93.29599999999999,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.29599999999999,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.2956,94.6288,95.9616,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.6268,99.96,101.9592,102.2924,103.292,104.2916,104.6248,105.2912,105.2912,105.2912,104.6248,104.6248,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,100.6264,100.6264,99.96,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,97.96079999999999,97.6276,96.9612,96.2948,95.9616,94.6288,93.9624,93.9624,93.6292,92.9628,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,94.2956,94.962,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,95.6284,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,90.6304,89.964,89.2976,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,79.3016,79.3016,79.3016,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.634,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,85.2992,87.2984,88.298,88.298,88.298,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,90.9636,90.9636,90.2972,89.964,89.2976,88.298,87.9648,87.2984,86.9652,85.6324,85.6324,84.966,83.6332,83.6332,83.3,84.2996,84.966,84.966,84.966,84.2996,83.6332,82.3004,82.3004,81.634,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.6348,79.6348,78.9684,78.9684,77.6356,76.9692,76.3028,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.6328,85.2992,85.2992,85.6324,86.632,86.632,86.632,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.6316,86.9652,87.6316,88.298,89.964,92.2964,93.6292,94.6288,95.9616,97.96079999999999,98.6272,99.6268,100.2932,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.62519999999999,104.6248,105.2912,105.6244,105.9576,105.9576,104.958,103.62519999999999,101.626,99.6268,98.96039999999999,96.9612,95.9616,93.9624,92.6296,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,89.2976,88.63119999999999,88.298,88.298,87.2984,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,86.2988,85.9656,85.6324,84.966,84.966,83.6332,83.6332,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.638,71.9712,71.3048,69.972,69.6388,69.3056,68.6392,67.6396,67.6396,66.9732,66.9732,66.3068,64.974,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,55.6444,54.6448,53.9784,52.9788,52.3124,51.646,51.646,49.6468,48.314,47.6476,46.3148,44.6488,43.316,42.3164,41.65,41.9832,41.3168,40.3172,39.6508,38.9844,38.318,38.318,38.318,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,40.9836,41.65,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,51.646,52.6456,53.9784,54.6448,54.6448,55.6444,56.3108,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,64.6408,63.9744,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,62.3084,62.3084,63.308,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,75.6364,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,83.3,84.2996,84.966,85.6324,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.6316,87.6316,88.298,88.63119999999999,89.2976,89.2976,90.2972,90.6304,91.63,92.9628,93.9624,94.6288,95.9616,96.2948,96.2948,95.6284,94.6288,93.6292,91.63,90.2972,88.298,87.9648,87.2984,87.9648,88.9644,88.9644,89.6308,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,94.962,94.962,95.2952,95.2952,95.2952,95.2952,96.2948,96.628,96.628,97.2944,98.6272,98.96039999999999,98.96039999999999,99.2936,99.6268,99.6268,98.294,98.294,97.6276,97.2944,96.9612,96.2948,95.9616,94.6288,93.29599999999999,92.2964,91.63,91.2968,90.6304,90.2972,90.2972,90.6304,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.6308,89.6308,90.2972,90.2972,91.2968,91.2968,91.63,91.63,91.63,91.63,92.9628,93.29599999999999,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.2956,94.6288,95.9616,96.2948,97.2944,97.96079999999999,98.96039999999999,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.6272,98.6272,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.9596,101.2928,101.9592,103.292,103.9584,104.6248,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.2912,104.6248,103.9584,103.62519999999999,103.62519999999999,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.6256,101.9592,101.2928,101.2928,100.9596,100.6264,100.2932,100.2932,98.96039999999999,98.6272,97.96079999999999,97.6276,96.9612,95.6284,94.962,94.6288,93.9624,93.6292,93.29599999999999,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.962,94.962,94.962,96.2948,96.2948,96.628,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,95.6284,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,90.6304,89.964,89.2976,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.3044,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,84.2996,85.2992,86.632,88.298,88.298,88.9644,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,90.9636,90.9636,90.2972,89.964,89.964,89.2976,88.9644,88.298,87.2984,86.9652,86.9652,86.2988,86.2988,84.966,84.966,85.6324,85.9656,85.9656,85.9656,85.2992,84.2996,83.6332,82.96679999999999,82.3004,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.3012,79.6348,79.6348,78.9684,77.6356,76.9692,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.30199999999999,79.968,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.96679999999999,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,89.964,91.2968,93.29599999999999,94.6288,95.6284,96.9612,98.294,98.6272,100.6264,101.626,101.9592,102.6256,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,102.6256,103.292,103.9584,104.958,106.2908,105.9576,105.9576,105.6244,103.62519999999999,101.626,99.6268,98.294,96.2948,95.9616,93.9624,92.6296,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,89.2976,88.63119999999999,87.9648,87.2984,86.9652,86.2988,86.2988,86.2988,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,85.9656,85.6324,84.966,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,81.3008,80.6344,80.6344,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.638,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,67.6396,66.9732,65.6404,64.974,63.9744,63.308,61.3088,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,56.3108,55.6444,54.978,53.6452,53.6452,52.9788,50.9796,48.980399999999996,47.6476,46.3148,43.9824,43.316,41.65,40.9836,41.3168,40.6504,39.984,39.3176,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,41.65,41.65,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,47.6476,48.314,48.980399999999996,49.6468,51.646,52.3124,53.312,53.9784,54.6448,54.6448,55.6444,56.977199999999996,58.31,58.9764,59.6428,60.3092,61.3088,61.3088,61.9752,62.6416,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.3072,65.3072,63.9744,63.9744,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.9756,60.9756,60.9756,60.9756,61.641999999999996,61.641999999999996,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,85.6324,86.2988,86.2988,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.298,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,90.6304,91.2968,92.2964,92.9628,93.9624,94.6288,95.9616,96.2948,96.2948,95.6284,94.6288,93.6292,91.63,90.2972,88.298,87.9648,87.2984,87.9648,88.9644,89.2976,90.2972,90.6304,91.2968,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.962,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.628,97.2944,97.2944,97.96079999999999,98.96039999999999,99.6268,99.2936,99.2936,99.6268,99.6268,98.294,98.294,97.6276,97.2944,96.9612,96.2948,95.9616,95.2952,93.9624,92.9628,92.2964,91.63,91.2968,90.6304,90.6304,90.6304,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.6308,90.2972,90.2972,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,92.9628,93.29599999999999,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.2956,94.6288,96.2948,96.9612,97.96079999999999,98.6272,99.2936,99.96,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,106.624,106.624,106.624,105.9576,105.6244,105.2912,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.292,102.6256,101.626,101.626,101.2928,100.6264,100.6264,100.6264,99.96,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.2948,95.6284,95.6284,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,94.962,94.962,95.6284,95.6284,96.2948,96.628,96.628,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,95.6284,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.29599999999999,92.6296,91.63,90.6304,89.964,89.2976,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,76.636,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,71.638,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.6328,85.9656,87.2984,88.298,88.9644,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,90.9636,90.9636,90.2972,90.2972,89.964,89.964,89.2976,88.63119999999999,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,85.9656,84.966,84.2996,83.6332,82.96679999999999,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.3012,80.3012,79.6348,78.9684,77.6356,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.9656,86.9652,87.9648,88.9644,90.2972,92.2964,93.6292,94.6288,95.9616,97.2944,98.294,98.6272,99.6268,100.6264,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.6256,103.62519999999999,104.6248,105.6244,105.9576,105.9576,104.958,103.62519999999999,101.626,99.6268,98.294,96.2948,95.6284,93.6292,92.6296,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,89.2976,88.63119999999999,87.9648,87.9648,87.2984,86.2988,86.2988,86.2988,86.2988,85.9656,85.6324,85.6324,86.2988,86.2988,85.9656,85.9656,85.6324,84.966,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,82.96679999999999,81.9672,81.3008,80.6344,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,67.6396,66.9732,65.9736,64.6408,63.308,61.9752,61.3088,60.6424,59.6428,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.6452,51.646,48.980399999999996,47.6476,46.3148,43.9824,42.6496,41.65,40.9836,40.6504,39.984,39.3176,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,40.9836,41.65,41.65,42.3164,43.316,43.9824,44.6488,45.9816,45.9816,46.647999999999996,46.647999999999996,47.3144,48.314,48.980399999999996,49.6468,50.3132,51.646,52.9788,53.9784,53.9784,54.6448,54.6448,55.6444,56.977199999999996,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,65.3072,65.3072,63.9744,63.9744,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.9756,60.9756,60.9756,60.9756,61.641999999999996,61.641999999999996,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,76.9692,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,85.6324,86.2988,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.6304,90.6304,91.2968,91.63,92.9628,93.6292,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,93.6292,91.63,90.6304,89.2976,88.298,87.2984,87.9648,88.9644,89.2976,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,97.2944,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.9612,95.9616,95.6284,94.962,93.9624,93.6292,92.9628,91.9632,91.9632,91.63,91.63,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.2968,90.2972,90.2972,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,94.962,94.6288,93.9624,93.6292,92.6296,92.6296,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.9624,93.9624,94.6288,95.9616,96.628,97.96079999999999,98.294,99.2936,99.6268,100.2932,100.6264,100.6264,100.6264,101.2928,101.626,101.626,101.2928,101.2928,101.626,101.626,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.9592,103.292,103.62519999999999,104.6248,105.6244,106.2908,106.9572,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,105.6244,104.958,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,102.6256,102.2924,101.626,101.2928,101.2928,100.6264,100.6264,100.2932,99.96,99.6268,98.96039999999999,97.96079999999999,97.6276,96.628,95.9616,95.6284,94.962,94.6288,94.6288,94.962,95.6284,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,99.96,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,95.6284,95.2952,94.6288,94.6288,93.29599999999999,93.29599999999999,92.9628,92.9628,92.6296,91.9632,91.63,90.6304,89.964,88.9644,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.636,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.6368,75.6364,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,76.636,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,81.3008,82.3004,82.96679999999999,84.2996,85.9656,87.2984,88.298,88.298,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,90.9636,90.9636,92.2964,91.63,91.2968,91.2968,89.964,89.964,89.2976,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,88.63119999999999,88.298,87.2984,86.2988,86.2988,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,76.9692,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.638,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.6388,69.6388,70.3052,70.3052,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,75.3032,75.9696,75.9696,76.636,76.636,77.3024,78.30199999999999,79.968,80.6344,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,85.9656,86.632,87.9648,89.964,91.2968,93.29599999999999,93.9624,94.6288,95.6284,96.9612,96.9612,97.96079999999999,99.2936,99.6268,100.2932,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.626,102.6256,103.292,104.6248,105.2912,105.6244,105.2912,104.6248,102.6256,101.2928,98.96039999999999,97.2944,95.9616,94.962,93.29599999999999,92.6296,91.9632,91.2968,91.2968,91.2968,91.2968,89.964,89.964,89.964,89.964,90.2972,89.2976,89.2976,88.63119999999999,87.6316,87.2984,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.966,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,84.966,84.2996,83.9664,83.9664,83.3,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,76.636,75.9696,75.9696,75.3032,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,69.6388,68.9724,67.6396,66.3068,65.3072,63.9744,63.308,62.3084,61.3088,59.976,58.9764,58.31,57.9768,56.644,55.9776,54.3116,52.3124,50.3132,48.314,46.3148,44.982,43.6492,41.9832,40.6504,39.6508,38.9844,38.9844,38.9844,37.9848,37.3184,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,52.6456,53.312,53.9784,53.9784,54.978,54.978,55.6444,56.977199999999996,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,64.6408,64.6408,65.3072,65.9736,65.9736,65.9736,65.9736,65.3072,63.9744,63.9744,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,78.6352,77.6356,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,85.6324,86.2988,86.9652,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.63,92.9628,93.6292,93.9624,93.9624,94.6288,95.2952,95.2952,94.6288,93.9624,93.6292,91.63,90.6304,89.2976,88.63119999999999,87.9648,87.9648,88.9644,89.2976,89.964,91.2968,92.2964,92.2964,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.6284,95.9616,95.9616,96.628,96.9612,97.6276,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,96.9612,95.9616,95.6284,95.6284,94.6288,93.9624,93.6292,92.6296,91.9632,91.9632,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,95.9616,96.2948,97.96079999999999,98.294,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,102.2924,102.2924,101.9592,101.9592,102.2924,102.2924,101.9592,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,103.292,103.62519999999999,105.2912,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.2916,104.2916,103.292,102.6256,102.2924,101.9592,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.628,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,99.96,98.96039999999999,98.96039999999999,98.294,98.294,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,95.2952,95.2952,94.6288,94.6288,93.29599999999999,93.29599999999999,92.9628,92.2964,91.9632,91.9632,91.2968,90.2972,89.6308,88.9644,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.636,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.3032,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,82.3004,83.6332,85.2992,86.632,87.6316,88.298,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,90.9636,90.9636,92.2964,91.63,91.2968,91.2968,89.964,89.964,89.2976,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.2972,89.6308,88.63119999999999,87.6316,86.9652,86.2988,85.6324,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,76.9692,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.638,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,68.9724,69.6388,69.6388,69.6388,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,73.304,73.9704,73.9704,74.6368,74.6368,75.3032,76.636,77.3024,78.6352,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.634,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.6336,82.6336,83.6332,84.2996,85.9656,87.6316,89.6308,90.2972,92.2964,93.29599999999999,93.9624,93.9624,94.962,95.6284,96.2948,96.628,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.96,100.2932,100.2932,101.2928,101.626,102.6256,103.292,104.6248,105.2912,105.2912,104.958,103.62519999999999,101.626,100.2932,98.294,96.9612,94.962,94.6288,93.29599999999999,92.6296,91.63,91.2968,91.2968,91.2968,91.2968,89.964,89.964,89.2976,89.2976,89.6308,89.2976,88.63119999999999,87.9648,87.2984,85.9656,85.6324,84.966,83.6332,83.6332,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.9664,83.3,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,77.3024,76.636,76.636,75.9696,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.6368,74.6368,74.6368,73.9704,73.9704,73.9704,73.9704,73.304,72.6376,71.638,70.3052,68.9724,67.6396,66.64,65.3072,64.6408,63.9744,62.6416,61.3088,60.6424,59.976,59.309599999999996,57.9768,56.644,55.3112,53.6452,50.9796,48.314,46.9812,44.982,43.6492,41.9832,40.6504,39.6508,38.9844,38.9844,38.318,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.647999999999996,47.6476,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,51.646,52.6456,53.312,53.9784,53.9784,54.978,54.978,55.6444,56.977199999999996,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,65.9736,65.9736,65.9736,65.3072,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.966,85.6324,86.2988,86.9652,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,92.9628,91.63,90.6304,89.2976,88.9644,87.9648,87.9648,88.298,88.63119999999999,89.964,90.9636,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.6284,95.9616,96.9612,96.9612,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.9596,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,95.6284,95.6284,94.6288,93.9624,93.6292,92.9628,91.9632,91.9632,91.9632,91.9632,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.6288,95.9616,96.628,97.96079999999999,98.294,99.2936,100.2932,100.6264,100.6264,101.2928,101.2928,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,101.9592,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,103.292,104.2916,105.6244,105.9576,106.9572,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,101.626,101.626,100.9596,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,99.6268,100.2932,100.2932,100.2932,100.6264,100.6264,100.2932,99.96,98.96039999999999,98.96039999999999,98.294,98.294,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.2952,94.6288,94.6288,93.9624,93.29599999999999,92.9628,92.9628,92.2964,91.9632,91.63,91.2968,89.964,89.6308,88.9644,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.636,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,74.3036,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,80.3012,81.3008,82.3004,83.6332,85.2992,86.632,87.6316,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,90.9636,90.9636,91.63,91.63,91.2968,91.2968,90.6304,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.6304,90.6304,89.964,88.9644,88.63119999999999,87.6316,86.9652,85.6324,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,78.6352,78.6352,77.6356,76.9692,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.6388,69.6388,69.6388,69.6388,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,75.6364,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,84.6328,86.632,88.63119999999999,89.964,90.9636,92.2964,92.2964,93.6292,93.6292,93.9624,94.6288,95.2952,95.6284,96.628,96.9612,96.9612,97.96079999999999,98.96039999999999,98.96039999999999,100.2932,100.9596,101.626,102.6256,103.292,103.62519999999999,104.2916,104.2916,103.62519999999999,102.6256,100.6264,98.6272,96.9612,95.6284,94.6288,94.2956,92.9628,92.2964,91.63,90.6304,90.6304,89.964,89.964,89.964,89.2976,89.2976,88.9644,88.63119999999999,88.63119999999999,88.298,87.9648,86.632,85.6324,84.2996,84.2996,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.3,83.3,82.6336,82.6336,82.96679999999999,82.3004,82.3004,81.634,80.6344,79.968,79.968,79.3016,78.9684,78.30199999999999,77.3024,76.636,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,73.304,71.9712,71.3048,69.972,68.306,66.9732,66.3068,65.6404,64.974,63.6412,62.6416,61.3088,59.976,58.6432,57.3104,55.9776,53.6452,51.3128,48.980399999999996,46.9812,45.6484,44.315599999999996,42.6496,41.3168,39.6508,38.9844,38.9844,38.318,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.9844,39.6508,39.6508,40.3172,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.9816,46.647999999999996,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,52.6456,53.312,53.9784,53.9784,54.978,54.978,55.6444,56.977199999999996,57.6436,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.9736,65.9736,65.3072,65.3072,63.9744,63.308,63.308,62.6416,61.9752,61.3088,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.9656,86.2988,86.9652,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,93.9624,93.6292,92.9628,91.63,91.2968,89.2976,88.9644,88.298,88.298,88.63119999999999,88.63119999999999,89.964,90.2972,91.63,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,96.628,96.9612,97.6276,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,99.2936,98.96039999999999,99.6268,100.2932,100.6264,100.2932,100.2932,100.6264,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,95.6284,95.6284,94.6288,93.9624,93.6292,93.6292,92.6296,91.9632,91.9632,91.9632,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.6288,93.9624,93.29599999999999,92.6296,92.6296,91.9632,91.63,91.2968,91.2968,91.63,91.63,92.2964,93.29599999999999,93.29599999999999,94.6288,94.6288,96.2948,96.628,98.294,98.96039999999999,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,101.9592,101.9592,101.2928,101.2928,100.6264,100.6264,100.6264,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,103.62519999999999,104.2916,105.9576,106.624,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.2912,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,100.6264,100.6264,99.96,98.96039999999999,98.96039999999999,98.294,98.294,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,94.6288,94.6288,93.9624,93.9624,92.9628,92.9628,92.2964,91.9632,91.63,91.63,90.6304,89.964,88.9644,88.298,87.9648,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,75.9696,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.3032,75.9696,75.9696,76.636,76.636,77.3024,77.6356,78.6352,79.6348,80.6344,81.634,82.96679999999999,84.2996,85.2992,87.2984,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,90.9636,90.9636,91.63,91.63,91.2968,91.2968,90.6304,90.6304,89.964,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,91.63,91.2968,89.964,89.6308,88.9644,87.9648,86.632,86.2988,84.966,83.6332,82.96679999999999,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,78.6352,78.6352,77.6356,77.6356,76.3028,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.6376,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.306,68.306,68.306,68.306,69.3056,69.3056,68.9724,69.3056,69.972,70.6384,70.6384,71.3048,72.6376,73.304,73.63719999999999,74.3036,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,80.6344,81.634,83.6332,85.2992,87.6316,88.9644,89.2976,90.6304,90.9636,90.9636,91.2968,91.9632,92.2964,92.9628,93.29599999999999,94.6288,94.962,95.6284,96.2948,97.6276,97.6276,98.96039999999999,100.2932,101.2928,102.2924,102.6256,103.62519999999999,103.62519999999999,102.9588,102.6256,101.2928,99.6268,97.6276,96.2948,95.2952,93.9624,93.29599999999999,92.9628,91.63,91.2968,90.6304,89.964,89.964,89.964,89.2976,89.2976,88.9644,88.63119999999999,88.63119999999999,87.9648,87.9648,86.632,85.6324,84.966,84.2996,82.96679999999999,82.3004,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,74.97,74.3036,72.9708,71.638,69.972,69.3056,67.97279999999999,67.3064,66.3068,65.6404,64.974,63.6412,61.3088,59.976,58.6432,56.644,54.3116,51.9792,48.980399999999996,47.6476,45.6484,44.315599999999996,42.6496,41.3168,39.6508,38.9844,38.9844,38.318,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.6508,39.6508,40.3172,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,47.3144,48.314,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,52.3124,53.312,53.312,53.9784,53.9784,54.978,54.978,55.6444,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072,64.6408,63.308,63.308,63.308,62.6416,61.9752,61.3088,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,81.634,81.3008,80.6344,80.3012,79.3016,78.30199999999999,77.3024,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,85.9656,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,91.9632,92.9628,93.6292,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,92.9628,91.9632,91.2968,90.6304,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.964,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.9612,97.6276,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,99.96,99.96,99.6268,99.96,100.6264,100.6264,100.9596,100.9596,100.6264,100.6264,100.6264,99.96,99.6268,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,95.9616,95.6284,94.6288,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,94.6288,93.9624,93.6292,93.6292,92.9628,92.6296,92.6296,91.63,91.9632,91.9632,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.6284,96.628,97.2944,98.6272,98.96039999999999,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.9584,104.958,105.6244,106.9572,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.624,106.624,105.6244,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,101.626,101.626,101.2928,101.2928,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,100.9596,100.2932,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.6288,93.9624,93.9624,93.6292,92.9628,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,89.2976,88.9644,88.298,87.9648,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.3044,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,77.3024,78.30199999999999,78.9684,79.968,80.9676,83.6332,84.6328,86.2988,88.298,88.298,88.63119999999999,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,89.6308,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,91.2968,90.6304,90.2972,89.2976,88.63119999999999,87.6316,86.9652,86.2988,84.966,84.2996,82.96679999999999,82.3004,81.3008,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.972,70.6384,71.3048,71.638,72.3044,72.9708,73.63719999999999,73.9704,74.6368,75.3032,75.3032,75.9696,75.9696,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,82.3004,84.2996,85.9656,87.2984,87.6316,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.964,90.6304,90.9636,92.2964,92.9628,93.29599999999999,93.9624,95.2952,95.6284,97.2944,98.294,100.2932,100.6264,102.2924,102.6256,103.292,103.292,101.9592,101.2928,99.96,97.96079999999999,96.628,96.2948,94.6288,94.2956,92.9628,92.2964,91.2968,90.6304,89.964,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,86.632,86.632,85.6324,85.2992,84.2996,83.6332,82.3004,82.3004,81.634,81.634,80.9676,80.9676,80.9676,80.9676,81.634,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,80.9676,80.3012,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.30199999999999,77.3024,76.636,74.97,73.63719999999999,71.9712,71.3048,70.6384,69.972,68.306,67.6396,66.3068,64.974,63.6412,61.3088,59.309599999999996,57.3104,54.3116,51.9792,49.6468,47.6476,46.3148,44.982,42.6496,41.3168,40.3172,38.9844,38.9844,38.318,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,45.6484,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,53.312,53.9784,53.9784,54.6448,54.978,54.978,55.6444,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,65.3072,65.3072,64.6408,64.6408,63.9744,63.308,63.308,62.3084,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.9672,81.3008,80.9676,80.3012,79.3016,78.30199999999999,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.96679999999999,82.96679999999999,84.2996,84.966,85.9656,85.9656,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.9632,92.6296,92.9628,93.6292,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.6296,91.9632,91.2968,90.6304,89.964,88.63119999999999,88.63119999999999,88.63119999999999,89.964,89.964,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,99.96,99.96,99.96,99.96,100.2932,100.2932,99.96,99.96,99.6268,98.96039999999999,98.6272,98.294,97.96079999999999,97.2944,96.2948,95.9616,95.6284,95.6284,94.6288,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,92.9628,92.6296,92.6296,92.2964,91.9632,91.9632,92.6296,93.29599999999999,93.9624,94.962,95.6284,95.9616,97.2944,97.6276,98.96039999999999,99.6268,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,102.6256,102.9588,104.2916,105.6244,106.2908,107.6236,108.28999999999999,108.9564,109.6228,109.6228,109.6228,109.956,109.956,109.6228,109.6228,108.9564,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.958,104.2916,104.2916,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.2928,100.6264,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,94.962,93.9624,93.9624,93.6292,93.6292,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,89.6308,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.3044,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,82.3004,84.2996,85.6324,87.2984,87.9648,88.63119999999999,88.9644,89.2976,89.964,90.6304,90.6304,90.6304,91.63,91.63,91.2968,91.2968,90.6304,90.2972,89.6308,89.6308,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,91.2968,90.6304,90.2972,89.6308,89.2976,88.298,87.2984,85.9656,84.966,84.2996,82.96679999999999,82.3004,81.3008,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.972,69.972,70.6384,71.3048,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.3032,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.6344,82.3004,83.9664,85.2992,85.9656,86.632,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.964,90.6304,91.63,92.2964,92.9628,93.29599999999999,95.2952,96.9612,97.2944,98.96039999999999,100.2932,101.2928,102.2924,102.2924,101.9592,101.2928,100.2932,97.96079999999999,96.2948,95.6284,94.6288,94.2956,93.6292,92.2964,91.63,90.6304,90.6304,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.2984,86.632,85.9656,85.2992,84.6328,84.2996,83.6332,82.3004,81.634,81.634,80.9676,80.9676,80.3012,80.3012,80.3012,80.3012,80.9676,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.9664,83.9664,83.9664,84.2996,83.6332,83.6332,82.96679999999999,82.3004,81.634,81.634,81.634,80.6344,80.6344,80.9676,80.9676,80.6344,80.6344,80.6344,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.6344,80.6344,79.968,79.3016,78.30199999999999,77.3024,75.9696,74.3036,73.63719999999999,72.9708,71.638,70.6384,69.3056,68.306,66.3068,64.3076,61.9752,59.976,57.9768,54.978,52.6456,50.3132,48.314,46.9812,44.982,42.6496,41.3168,40.3172,38.9844,38.318,37.6516,36.652,35.9856,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.6484,46.3148,47.6476,48.314,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,64.6408,64.6408,63.9744,63.308,63.308,62.3084,62.3084,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,83.6332,83.6332,82.96679999999999,82.6336,81.9672,81.634,80.9676,79.968,78.9684,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.966,85.9656,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.6296,91.9632,91.2968,91.2968,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.63,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.9612,97.6276,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.6288,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.6292,92.6296,92.6296,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,92.9628,92.9628,92.6296,92.6296,91.9632,91.9632,92.6296,93.29599999999999,93.9624,95.2952,95.6284,96.2948,97.2944,97.96079999999999,98.96039999999999,99.6268,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,102.2924,102.2924,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,105.6244,106.2908,107.6236,108.28999999999999,108.9564,109.6228,109.956,110.2892,110.9556,110.9556,110.6224,110.6224,109.956,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.624,106.624,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.6244,105.2912,105.6244,105.6244,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.9592,100.9596,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.9616,95.2952,94.962,94.962,94.962,94.2956,93.9624,93.6292,93.6292,92.9628,92.2964,91.63,91.63,91.2968,90.6304,89.964,89.6308,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.3044,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,67.97279999999999,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.3064,67.3064,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,80.9676,82.96679999999999,84.6328,86.632,87.2984,88.298,88.9644,89.2976,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,89.6308,89.6308,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,91.2968,90.6304,90.2972,89.6308,89.2976,88.298,87.2984,85.9656,84.966,84.2996,82.96679999999999,82.3004,81.3008,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,76.9692,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.3036,73.9704,73.9704,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.6408,64.6408,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,65.9736,66.64,67.3064,67.97279999999999,67.97279999999999,68.6392,69.6388,70.3052,70.3052,70.9716,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,79.3016,80.9676,82.3004,83.6332,84.2996,84.966,85.2992,85.6324,86.2988,86.632,87.9648,88.298,89.2976,89.964,90.6304,90.9636,92.9628,94.6288,96.2948,96.628,98.6272,98.96039999999999,100.6264,101.2928,101.2928,100.9596,99.6268,98.6272,96.628,94.6288,94.2956,93.6292,93.29599999999999,92.6296,91.63,90.6304,89.964,89.2976,89.2976,88.9644,88.9644,88.9644,88.63119999999999,88.298,87.9648,87.2984,86.2988,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.3008,80.9676,80.3012,80.3012,79.6348,79.6348,79.6348,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.9664,84.6328,84.6328,84.966,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.3004,82.3004,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,81.634,80.9676,79.968,79.3016,78.6352,76.3028,74.97,74.3036,73.63719999999999,71.9712,71.3048,69.6388,67.6396,65.3072,63.308,60.6424,58.6432,55.6444,53.312,50.9796,48.980399999999996,46.9812,44.982,43.316,41.9832,40.3172,38.9844,38.318,37.6516,36.652,35.9856,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.9784,54.6448,54.6448,55.3112,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.308,64.6408,64.6408,63.9744,63.9744,63.308,62.3084,62.3084,62.3084,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.6332,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988],[67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.3004,81.634,80.6344,79.968,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,84.966,85.9656,86.2988,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.6304,90.9636,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.6296,91.9632,91.2968,91.2968,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.63,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,96.2948,96.9612,97.6276,97.6276,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,94.962,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.6296,91.9632,92.6296,92.2964,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,93.9624,94.6288,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,95.9616,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,93.6292,92.9628,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.6284,96.628,97.96079999999999,98.96039999999999,99.6268,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,102.2924,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,105.6244,105.9576,106.9572,107.6236,108.28999999999999,108.9564,109.6228,109.956,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.2908,106.2908,106.624,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.2932,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.2952,94.962,94.962,94.2956,94.2956,93.6292,93.6292,92.9628,92.9628,91.63,91.63,91.2968,90.6304,90.6304,89.964,89.6308,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,87.2984,86.9652,85.9656,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.3044,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.64,66.64,66.64,67.3064,67.3064,67.97279999999999,68.6392,69.3056,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.3032,75.9696,76.636,77.3024,78.6352,79.3016,80.9676,82.3004,83.9664,85.2992,87.2984,87.2984,88.298,88.63119999999999,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.6304,90.2972,89.6308,89.2976,88.63119999999999,87.9648,86.9652,85.9656,84.966,83.6332,82.96679999999999,81.9672,80.6344,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.6368,74.6368,73.9704,73.9704,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,65.3072,65.9736,66.64,67.3064,67.97279999999999,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.9696,76.636,77.3024,79.3016,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.9648,88.63119999999999,89.2976,90.6304,92.2964,93.29599999999999,95.2952,96.2948,97.96079999999999,98.96039999999999,100.2932,100.9596,100.9596,100.2932,98.96039999999999,97.6276,94.962,93.29599999999999,92.6296,92.6296,92.2964,91.2968,90.2972,89.964,89.2976,88.9644,88.9644,88.9644,88.63119999999999,88.298,87.9648,87.2984,87.2984,86.2988,85.6324,84.966,84.2996,82.96679999999999,82.96679999999999,82.3004,81.3008,80.6344,80.3012,80.3012,79.6348,79.6348,79.6348,78.9684,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,84.6328,84.966,85.2992,85.2992,84.966,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.6336,83.3,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,81.634,80.9676,79.968,78.30199999999999,77.3024,76.3028,74.97,73.9704,72.6376,70.9716,68.9724,65.9736,63.9744,61.3088,58.9764,56.3108,53.9784,51.646,49.6468,47.6476,45.6484,43.316,41.9832,40.3172,38.9844,38.318,37.6516,36.652,35.9856,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,40.9836,41.65,41.65,42.3164,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,54.6448,55.3112,55.3112,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.308,62.3084,62.3084,62.3084,62.3084,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988],[66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.96679999999999,81.634,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.9656,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.964,89.964,90.6304,91.2968,91.63,92.2964,91.63,91.63,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,94.6288,93.9624,93.6292,93.29599999999999,92.6296,91.63,91.2968,91.2968,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,93.6292,93.9624,93.9624,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.9628,92.9628,92.9628,93.6292,93.9624,93.9624,93.6292,92.6296,92.6296,91.9632,91.9632,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,92.2964,92.2964,93.6292,93.9624,94.6288,94.962,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,96.2948,95.9616,95.9616,95.2952,95.2952,94.2956,94.2956,93.9624,93.6292,93.6292,93.29599999999999,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.2952,95.6284,96.628,97.2944,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,103.292,103.292,103.9584,103.9584,103.9584,104.6248,104.958,104.958,105.2912,105.6244,106.9572,107.6236,108.9564,109.2896,109.956,110.2892,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.6232,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.2952,94.962,94.2956,94.2956,93.9624,93.6292,92.9628,92.9628,92.6296,91.9632,91.63,91.63,90.6304,90.6304,90.2972,89.6308,89.6308,88.63119999999999,88.298,87.9648,87.9648,86.632,86.632,86.2988,85.6324,84.2996,84.2996,83.6332,82.96679999999999,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.3052,70.3052,69.6388,69.6388,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,79.3016,80.3012,81.634,83.6332,84.966,86.2988,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.964,89.964,89.2976,88.9644,88.9644,87.9648,86.9652,85.9656,84.966,83.6332,82.96679999999999,82.3004,80.6344,79.968,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.3028,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.3076,64.3076,64.3076,64.3076,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,64.6408,65.3072,65.9736,66.64,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,77.6356,78.6352,79.968,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,85.6324,86.9652,87.9648,88.63119999999999,90.2972,92.2964,93.29599999999999,94.6288,95.9616,97.2944,98.294,99.6268,99.6268,100.2932,99.96,98.6272,96.2948,93.9624,92.2964,91.2968,91.63,91.2968,90.6304,89.964,89.964,88.63119999999999,88.298,88.298,88.298,88.298,87.6316,87.2984,86.2988,86.2988,84.966,84.966,83.6332,83.6332,82.6336,81.9672,81.3008,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.6352,77.6356,77.6356,78.6352,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.2992,85.2992,85.2992,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,85.6324,86.2988,86.2988,86.2988,86.632,86.632,86.632,85.9656,85.9656,85.6324,85.6324,84.966,83.6332,82.6336,81.634,80.6344,79.3016,78.30199999999999,77.3024,75.6364,74.3036,71.638,69.6388,66.9732,64.974,62.6416,59.976,57.6436,55.6444,52.9788,50.9796,47.6476,45.6484,42.9828,41.65,40.3172,38.9844,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,54.6448,55.3112,55.9776,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.9756,60.9756,61.641999999999996,61.9752,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,85.2992,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984],[66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,83.6332,83.6332,82.3004,81.634,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.9656,85.9656,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.964,90.6304,91.2968,91.63,92.2964,92.2964,91.63,91.63,92.6296,92.6296,93.6292,94.2956,94.2956,94.2956,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.29599999999999,92.6296,92.2964,91.63,91.2968,90.6304,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,94.962,94.962,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.9628,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.6296,92.6296,91.9632,91.9632,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.2964,92.9628,93.9624,94.6288,94.962,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,96.2948,95.9616,95.9616,95.2952,94.962,94.2956,94.2956,93.6292,93.6292,93.29599999999999,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,96.2948,97.2944,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.2928,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.958,105.6244,105.2912,106.2908,106.9572,107.6236,108.9564,109.2896,109.956,110.2892,110.9556,111.622,111.622,111.9552,111.9552,111.9552,111.9552,111.622,111.622,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.2896,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.624,106.624,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,104.958,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,101.626,100.9596,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,96.2948,95.9616,94.962,94.2956,94.2956,93.9624,93.6292,92.9628,92.9628,92.6296,91.9632,91.63,91.63,90.6304,90.6304,90.2972,90.2972,89.6308,89.2976,88.298,88.298,87.9648,87.2984,86.632,86.632,86.2988,85.2992,84.2996,84.2996,83.6332,82.6336,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.3052,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,75.9696,76.636,77.3024,78.30199999999999,79.968,80.9676,82.3004,83.6332,84.966,85.9656,85.9656,86.9652,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.298,87.2984,86.9652,85.9656,85.2992,84.2996,82.96679999999999,82.3004,80.9676,79.968,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.3028,76.3028,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.3052,69.6388,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,63.6412,63.6412,63.6412,63.6412,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.3056,69.972,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,76.9692,77.6356,79.6348,80.3012,80.9676,81.634,81.9672,82.6336,83.6332,84.2996,85.6324,87.2984,88.298,89.964,91.63,92.9628,93.6292,94.6288,96.2948,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,99.2936,97.96079999999999,95.9616,93.6292,91.63,90.6304,90.6304,90.2972,89.964,89.964,89.2976,88.298,88.298,87.2984,87.2984,87.2984,87.2984,85.9656,85.2992,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,79.968,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,81.3008,81.9672,83.6332,84.2996,84.966,85.2992,85.2992,85.2992,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,86.2988,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.632,85.6324,84.6328,84.6328,83.6332,81.634,80.6344,79.968,78.9684,76.9692,74.97,72.6376,70.3052,67.6396,65.6404,63.308,61.3088,58.31,56.3108,53.6452,50.9796,47.6476,45.6484,42.9828,41.65,40.3172,38.9844,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.9784,54.6448,55.3112,55.9776,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.9756,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,85.2992,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.966,85.6324,84.966,84.966,84.966,84.966,85.6324,84.966,84.2996,83.6332,84.2996,82.96679999999999,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.6324,85.9656,86.2988,87.2984,87.2984,88.298,88.298,89.2976,89.2976,89.964,90.6304,91.2968,91.63,92.2964,92.2964,91.63,91.63,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.6288,94.962,94.962,95.6284,95.6284,94.962,94.6288,93.9624,93.29599999999999,92.6296,92.2964,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.2956,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.6288,93.9624,93.6292,93.6292,92.9628,92.9628,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,92.9628,92.9628,93.9624,94.6288,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.2956,94.2956,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,96.2948,96.628,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.9592,101.9592,102.2924,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,105.2912,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,106.2908,106.2908,106.9572,107.6236,108.9564,109.2896,109.956,110.2892,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.6224,110.6224,109.956,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,105.9576,105.6244,105.6244,105.6244,104.958,104.6248,103.9584,102.9588,101.9592,101.2928,100.9596,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,95.9616,94.962,94.962,94.2956,94.2956,93.6292,93.6292,92.9628,92.9628,91.9632,91.9632,91.63,91.2968,91.2968,90.6304,90.2972,90.2972,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.2984,86.632,85.2992,85.2992,84.966,83.6332,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.6388,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,75.9696,76.636,77.3024,78.30199999999999,79.3016,80.6344,81.3008,82.3004,83.6332,84.966,84.966,85.9656,86.632,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,89.2976,89.2976,89.964,89.964,89.2976,89.2976,88.9644,88.298,87.2984,86.9652,85.9656,85.2992,84.2996,82.96679999999999,82.3004,80.9676,79.968,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,77.3024,77.3024,77.3024,76.636,76.636,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,70.3052,69.6388,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.3076,63.6412,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.3092,60.3092,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,76.3028,76.9692,78.30199999999999,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,84.966,85.9656,87.9648,89.2976,91.2968,92.2964,93.29599999999999,93.6292,94.962,96.9612,97.96079999999999,98.294,98.6272,98.6272,96.9612,95.9616,93.6292,91.63,90.6304,90.2972,90.2972,89.2976,89.2976,88.63119999999999,88.298,87.6316,87.2984,87.2984,86.9652,86.9652,85.9656,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.968,79.3016,78.6352,77.6356,77.6356,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.968,81.3008,81.9672,82.96679999999999,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,84.966,84.966,85.6324,85.6324,85.6324,85.6324,87.2984,87.9648,87.6316,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.298,88.298,87.6316,87.2984,87.2984,85.6324,84.6328,83.3,82.3004,81.3008,79.968,78.30199999999999,75.6364,73.304,70.9716,68.306,66.3068,63.9744,61.9752,58.9764,56.977199999999996,53.6452,51.646,47.6476,45.6484,42.9828,40.9836,40.3172,38.9844,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.318,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,74.3036,74.97,75.6364,75.6364,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.634,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.9656,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.6324,84.966,84.966,84.2996,82.96679999999999,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.6324,85.9656,86.2988,86.9652,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.6308,89.964,90.6304,91.2968,91.63,92.2964,92.2964,91.63,91.63,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,94.962,94.962,94.6288,93.6292,93.29599999999999,92.2964,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,95.6284,95.9616,95.9616,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,94.962,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,94.962,94.6288,93.9624,93.6292,93.6292,92.9628,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,92.9628,93.29599999999999,94.6288,95.2952,95.9616,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.9616,96.628,97.96079999999999,98.294,99.2936,100.2932,101.2928,101.9592,101.9592,102.2924,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.2912,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,109.2896,109.956,110.2892,110.9556,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,113.95439999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.2892,109.6228,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.624,106.624,106.624,106.624,106.9572,107.6236,107.6236,106.9572,106.624,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.2912,104.6248,103.9584,103.292,102.6256,101.2928,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.6284,94.962,94.962,94.2956,93.9624,93.6292,93.6292,92.9628,92.6296,91.9632,91.9632,91.63,91.63,90.6304,90.6304,90.2972,89.964,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.2984,86.632,85.2992,84.966,84.966,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,78.9684,78.30199999999999,77.3024,77.3024,76.636,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,65.6404,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,75.3032,75.9696,76.636,77.3024,78.6352,79.968,80.6344,81.3008,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,88.9644,87.6316,87.2984,86.9652,85.9656,84.966,84.2996,82.96679999999999,82.3004,80.9676,79.968,78.9684,78.30199999999999,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.6368,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.3052,69.6388,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,62.6416,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.6428,59.6428,59.976,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,65.3072,66.3068,66.3068,66.9732,66.9732,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.9712,72.9708,74.3036,74.97,76.3028,77.6356,78.6352,78.9684,79.6348,80.6344,81.9672,82.96679999999999,84.966,86.632,88.298,89.964,90.2972,91.2968,92.2964,93.6292,94.6288,96.2948,96.9612,96.628,96.628,96.2948,94.6288,93.29599999999999,91.63,90.2972,89.6308,89.6308,88.63119999999999,88.63119999999999,88.298,87.6316,87.6316,87.2984,87.2984,86.9652,86.2988,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,78.6352,79.3016,79.968,81.3008,82.3004,83.6332,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,86.9652,85.6324,84.6328,83.6332,82.3004,80.6344,78.9684,76.9692,74.3036,71.9712,68.9724,66.9732,64.6408,62.6416,59.6428,57.6436,54.3116,51.646,48.314,45.6484,42.9828,41.65,40.3172,39.6508,38.6512,37.3184,36.652,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.318,38.318,38.9844,40.3172,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,53.312,53.9784,54.6448,55.3112,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,74.97,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.9656,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.9684,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,85.9656,84.966,84.966,83.6332,82.96679999999999,82.3004,82.3004,81.634,81.3008,81.3008,81.634,82.3004,82.3004,82.96679999999999,84.966,85.6324,85.9656,85.9656,87.2984,87.9648,87.9648,88.298,88.9644,89.2976,89.6308,90.2972,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,96.628,97.2944,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.2948,95.9616,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,95.9616,94.962,94.962,94.962,94.962,95.6284,95.9616,95.9616,95.6284,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.9624,94.6288,95.2952,95.9616,96.628,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.2952,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,97.6276,98.294,98.6272,98.96039999999999,100.6264,101.2928,101.2928,101.9592,102.2924,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.6244,105.9576,105.9576,105.9576,106.2908,106.9572,107.2904,107.9568,107.9568,108.28999999999999,110.2892,110.9556,110.9556,111.2888,112.2884,112.95479999999999,113.6212,113.6212,113.95439999999999,114.2876,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.9552,110.9556,110.2892,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.6232,107.9568,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,106.2908,106.2908,106.2908,106.2908,106.624,105.9576,105.6244,103.9584,103.292,102.6256,102.2924,101.626,100.9596,99.6268,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.2948,95.9616,95.9616,95.2952,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.6296,92.2964,91.63,91.2968,91.2968,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,86.632,86.2988,85.6324,84.966,84.2996,83.6332,83.3,82.6336,81.9672,81.3008,81.3008,80.6344,78.9684,78.30199999999999,77.3024,77.3024,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.974,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.9704,74.3036,74.97,74.97,75.6364,77.6356,78.30199999999999,79.6348,80.3012,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.966,84.966,85.6324,86.2988,86.2988,85.6324,85.2992,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.632,87.2984,87.6316,87.6316,88.9644,88.9644,88.9644,88.298,87.9648,86.632,85.9656,85.9656,84.966,84.2996,83.6332,82.3004,80.9676,79.968,78.9684,78.30199999999999,77.3024,76.3028,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,76.636,75.9696,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.3048,70.3052,69.6388,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.6428,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,71.3048,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,78.9684,79.968,81.3008,82.96679999999999,84.2996,85.9656,87.2984,88.298,89.6308,90.2972,91.63,92.6296,93.9624,94.6288,95.2952,94.962,94.6288,92.9628,91.63,90.6304,89.2976,88.63119999999999,88.298,87.9648,87.2984,87.2984,86.9652,86.9652,86.2988,85.9656,85.9656,84.966,84.966,83.6332,82.96679999999999,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,77.6356,78.9684,79.6348,81.3008,81.9672,83.3,83.9664,84.966,84.966,84.966,84.966,85.9656,85.9656,86.2988,86.2988,86.632,87.2984,87.6316,88.298,89.2976,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,89.964,89.964,89.2976,88.63119999999999,87.6316,86.2988,85.2992,83.3,81.3008,80.3012,78.6352,75.6364,72.6376,70.6384,68.306,65.9736,63.308,60.6424,58.31,55.3112,52.3124,48.980399999999996,46.3148,43.6492,42.3164,40.9836,39.6508,38.6512,37.3184,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.318,38.318,38.9844,40.3172,40.9836,41.65,42.3164,42.9828,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,52.3124,52.6456,53.312,53.9784,54.6448,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.304,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,86.9652,86.9652,86.2988,85.9656,85.6324,84.966,83.6332,82.96679999999999,82.96679999999999,82.3004,81.9672,81.9672,82.3004,82.3004,82.96679999999999,83.6332,84.966,85.6324,85.9656,86.632,87.9648,87.9648,88.298,88.298,89.2976,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.6284,95.6284,95.2952,94.6288,93.6292,92.6296,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,96.628,96.628,96.628,96.9612,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,94.962,95.6284,95.9616,95.9616,95.9616,95.9616,94.962,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.2956,95.2952,95.6284,96.628,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,97.6276,97.2944,97.2944,96.628,96.9612,96.2948,95.9616,95.9616,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.6284,95.9616,96.9612,97.96079999999999,98.294,98.6272,99.96,100.6264,100.9596,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.9584,103.9584,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,105.2912,105.9576,105.9576,105.9576,106.624,106.9572,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,110.9556,111.2888,111.2888,111.9552,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.6208,114.2876,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.2896,109.2896,109.2896,109.956,109.956,109.2896,108.9564,108.6232,107.9568,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.2904,106.624,105.9576,105.2912,103.62519999999999,103.292,102.6256,102.2924,100.9596,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.2948,96.2948,95.9616,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.6296,92.2964,92.2964,91.63,91.2968,89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,86.632,86.2988,85.6324,85.6324,84.2996,83.6332,83.3,82.6336,81.9672,81.3008,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.3076,63.6412,63.6412,64.3076,64.974,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.63719999999999,74.3036,74.3036,74.97,76.9692,77.6356,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.2992,85.9656,86.632,87.2984,87.2984,87.6316,88.298,88.298,87.9648,87.2984,86.2988,85.9656,85.6324,84.966,84.2996,83.6332,82.3004,80.9676,79.968,78.9684,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,76.636,76.636,75.6364,74.97,74.3036,74.3036,73.304,73.304,72.6376,71.9712,70.3052,69.6388,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.308,62.6416,61.9752,61.3088,61.3088,61.3088,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.6392,69.972,70.9716,71.638,72.9708,73.63719999999999,74.97,75.6364,76.3028,77.3024,78.30199999999999,79.968,81.3008,82.3004,83.6332,85.2992,86.632,87.6316,88.298,89.2976,89.964,90.9636,91.63,92.9628,92.9628,92.2964,91.63,90.2972,89.6308,88.63119999999999,88.298,87.6316,87.2984,86.9652,86.9652,86.9652,86.9652,85.9656,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.97,76.3028,76.9692,78.30199999999999,78.9684,79.968,81.3008,81.9672,83.3,84.2996,84.2996,84.966,84.966,85.9656,85.9656,86.9652,87.2984,87.2984,87.6316,88.63119999999999,89.964,90.2972,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.2968,89.964,88.9644,87.6316,86.632,84.966,83.9664,82.3004,79.6348,76.9692,74.3036,71.9712,68.9724,66.9732,63.9744,61.3088,58.31,55.6444,52.3124,48.980399999999996,46.9812,44.315599999999996,42.3164,40.9836,39.6508,38.6512,37.3184,35.9856,35.3192,34.6528,34.6528,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.318,38.318,38.9844,40.3172,40.9836,41.65,42.3164,42.9828,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,53.312,53.9784,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.9704,73.9704,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,84.2996,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,85.9656,85.6324,84.2996,83.6332,83.6332,82.96679999999999,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.966,85.6324,86.9652,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,95.6284,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,96.628,96.628,96.628,96.9612,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.9616,96.628,96.628,95.9616,95.6284,95.6284,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.6284,95.6284,96.9612,97.6276,98.294,98.294,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.6276,97.6276,97.2944,97.2944,96.9612,96.2948,95.9616,95.9616,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,96.628,97.6276,97.96079999999999,98.294,98.96039999999999,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.9592,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.958,105.6244,106.2908,106.9572,106.9572,106.9572,107.9568,107.9568,108.9564,108.9564,109.2896,109.956,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.2872,114.6208,114.2876,113.95439999999999,113.288,112.2884,111.622,110.9556,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.2904,107.2904,107.2904,107.2904,107.2904,106.624,105.9576,105.6244,104.2916,103.62519999999999,103.292,102.6256,101.2928,100.2932,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,89.964,89.964,89.6308,89.6308,89.2976,89.2976,88.298,87.2984,86.9652,86.9652,85.6324,84.966,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.636,76.636,75.9696,75.3032,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.3076,63.6412,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.6356,78.30199999999999,79.968,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.2992,86.2988,86.632,86.632,87.2984,87.9648,87.9648,87.9648,87.2984,86.2988,85.9656,85.6324,84.966,84.2996,83.6332,82.3004,80.9676,79.968,78.9684,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,76.636,75.6364,74.97,74.97,74.3036,73.9704,73.304,72.6376,71.9712,70.3052,69.6388,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,63.9744,64.6408,65.3072,65.3072,65.9736,65.9736,65.9736,65.9736,67.6396,68.306,68.9724,69.6388,70.9716,72.6376,73.304,73.9704,74.6368,75.6364,76.9692,77.6356,79.6348,80.6344,81.634,82.96679999999999,84.2996,85.2992,85.9656,87.2984,87.6316,88.9644,89.2976,89.2976,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,87.6316,87.6316,86.9652,86.9652,86.9652,86.2988,86.2988,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,79.968,79.968,79.968,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.3028,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,75.6364,76.3028,76.9692,77.6356,79.3016,79.968,81.3008,81.9672,83.6332,84.2996,84.966,84.966,85.9656,85.9656,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.964,91.2968,91.63,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,91.9632,91.2968,89.964,88.9644,87.2984,85.6324,83.9664,82.3004,78.6352,76.3028,72.6376,70.6384,68.306,65.6404,61.9752,59.309599999999996,56.3108,52.9788,49.6468,46.9812,44.315599999999996,42.9828,41.65,40.3172,38.6512,37.3184,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.318,38.318,38.9844,40.3172,40.9836,41.65,42.3164,42.3164,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.9792,52.6456,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.976,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,57.9768,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,74.6368,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.9672,82.96679999999999,83.6332,84.2996,84.966,84.966,85.2992,85.2992,84.966,84.2996,84.2996,84.966,84.966,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,84.2996,84.966,85.6324,85.9656,86.2988,86.9652,86.9652,86.9652,87.2984,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,85.6324,84.966,84.2996,83.6332,83.6332,82.6336,82.6336,82.96679999999999,83.6332,83.6332,84.966,85.6324,85.9656,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.9628,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,95.6284,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,95.2952,95.9616,95.9616,96.2948,96.628,96.628,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,96.628,96.628,96.628,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,95.9616,96.628,96.628,96.628,96.628,95.9616,95.6284,95.6284,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,96.2948,97.6276,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.6276,97.6276,97.2944,97.2944,96.9612,96.9612,96.2948,95.9616,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.9616,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.6248,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,105.6244,105.9576,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.2896,109.956,111.2888,112.2884,112.2884,112.95479999999999,113.288,113.288,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,114.6208,114.6208,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,110.9556,110.9556,110.2892,109.956,109.956,109.2896,109.2896,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,106.624,105.9576,104.958,104.2916,103.62519999999999,102.6256,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.6272,98.6272,98.6272,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,96.9612,96.9612,96.2948,95.9616,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,92.9628,92.2964,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.2972,89.6308,89.6308,89.2976,88.63119999999999,88.298,87.6316,87.6316,86.9652,85.6324,84.966,84.2996,83.6332,82.6336,81.9672,81.3008,80.3012,78.9684,78.30199999999999,77.3024,76.636,76.636,75.9696,75.3032,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,67.3064,67.3064,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.3076,63.6412,63.6412,64.3076,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.3064,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.6356,79.3016,79.968,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,83.6332,84.2996,84.966,85.6324,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,86.2988,85.9656,85.6324,84.966,84.2996,83.6332,82.3004,80.6344,79.968,78.9684,77.3024,76.636,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,76.636,75.6364,74.97,74.97,74.3036,73.9704,73.304,72.6376,71.9712,70.3052,69.6388,68.9724,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.6408,63.9744,63.308,62.6416,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,62.3084,62.3084,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,69.6388,71.3048,71.9712,72.6376,73.304,74.3036,74.97,76.3028,76.9692,78.6352,79.968,80.9676,82.3004,82.96679999999999,83.6332,83.9664,84.966,85.2992,86.632,86.2988,86.9652,87.9648,87.2984,87.6316,86.9652,86.9652,86.9652,86.9652,86.2988,85.9656,85.9656,85.6324,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,79.968,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.3028,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.97,75.6364,76.3028,76.9692,77.6356,79.3016,80.6344,81.3008,82.96679999999999,83.6332,83.6332,84.966,85.9656,86.632,87.9648,88.298,88.298,88.9644,89.964,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,89.964,89.2976,87.2984,85.9656,83.9664,80.6344,77.9688,74.3036,71.3048,68.9724,66.3068,62.6416,59.309599999999996,56.3108,53.6452,50.3132,47.6476,45.3152,42.9828,41.65,40.3172,38.6512,37.3184,35.3192,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.318,38.318,38.9844,39.6508,40.3172,40.9836,41.65,42.3164,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.3128,51.9792,52.6456,53.312,53.6452,54.3116,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.3104,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.6432,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,74.6368,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,84.966,85.2992,85.2992,84.966,84.966,84.966,84.966,85.2992,86.2988,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[62.6416,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.634,81.634,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,84.2996,84.966,85.9656,85.9656,86.9652,86.9652,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,86.2988,86.2988,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.6296,92.6296,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,94.962,93.9624,93.29599999999999,92.6296,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.6288,94.962,94.962,95.6284,95.6284,94.962,94.962,94.962,94.2956,93.9624,94.6288,95.9616,96.2948,96.628,96.628,97.96079999999999,98.294,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.9612,96.9612,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.6288,95.2952,95.6284,95.9616,96.628,97.2944,98.294,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,94.962,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.628,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,99.2936,99.6268,100.2932,100.9596,100.9596,101.2928,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.958,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,108.9564,109.2896,109.2896,109.956,110.2892,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,114.2876,113.6212,113.288,112.6216,112.2884,111.622,111.622,111.2888,109.956,109.956,109.956,109.956,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,105.9576,104.958,104.2916,103.62519999999999,103.292,101.2928,100.9596,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,95.9616,95.2952,94.6288,93.9624,93.9624,93.6292,92.6296,92.6296,91.9632,91.63,91.2968,91.2968,91.2968,90.6304,90.2972,90.2972,89.6308,89.2976,88.63119999999999,88.63119999999999,88.298,87.9648,86.632,86.2988,84.966,83.6332,82.6336,82.6336,81.9672,80.3012,78.9684,78.6352,77.6356,76.9692,76.9692,76.3028,76.3028,75.3032,75.3032,75.3032,75.3032,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,65.3072,65.3072,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.308,63.308,63.9744,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,80.3012,80.3012,80.9676,80.9676,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,84.2996,84.966,84.966,85.6324,85.9656,86.9652,87.2984,87.2984,87.2984,85.9656,85.9656,84.966,84.966,83.6332,82.96679999999999,82.3004,80.6344,79.968,78.6352,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,76.636,76.636,75.6364,74.97,74.3036,74.3036,73.304,73.304,72.6376,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,63.9744,63.308,62.6416,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.308,63.308,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,68.306,69.3056,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,75.6364,76.9692,78.6352,79.3016,80.3012,80.9676,80.9676,81.634,81.634,82.96679999999999,82.96679999999999,83.6332,84.2996,84.6328,84.6328,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,83.3,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.6348,79.6348,78.9684,78.9684,78.30199999999999,77.3024,76.636,75.9696,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,76.9692,78.30199999999999,79.6348,80.6344,82.3004,82.96679999999999,83.6332,84.2996,85.6324,86.632,87.9648,89.2976,89.2976,89.964,89.964,91.2968,92.2964,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,92.2964,91.2968,89.964,88.9644,86.2988,84.6328,82.6336,79.3016,76.3028,72.6376,69.6388,66.9732,63.308,59.976,56.977199999999996,54.3116,50.9796,47.6476,45.9816,43.9824,42.3164,40.6504,39.3176,37.9848,35.9856,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.65,41.65,41.65,42.3164,42.9828,43.6492,43.6492,44.6488,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,47.3144,47.3144,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,51.646,52.3124,52.3124,52.9788,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,54.3116,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,86.632,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,78.30199999999999,79.6348,80.3012,80.9676,81.634,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,84.966,85.2992,85.9656,86.632,86.9652,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,94.6288,93.6292,93.29599999999999,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.29599999999999,93.6292,94.6288,94.962,94.962,94.962,95.6284,95.6284,95.6284,94.962,94.962,94.2956,93.9624,94.6288,95.9616,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.6284,96.628,97.2944,98.294,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,99.2936,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.6244,105.6244,105.9576,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,109.2896,109.956,109.956,110.2892,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,114.2876,114.2876,113.6212,113.288,112.2884,112.2884,111.622,111.622,110.6224,109.956,109.956,109.956,108.6232,108.6232,107.9568,107.9568,107.2904,106.624,105.9576,105.9576,105.9576,105.9576,106.624,106.624,107.6236,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.624,105.2912,104.958,104.2916,103.292,101.2928,100.9596,100.9596,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.2948,95.6284,95.2952,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.63,91.63,91.2968,90.6304,90.6304,90.2972,89.964,89.2976,89.2976,88.63119999999999,88.298,87.9648,86.632,86.2988,84.966,83.6332,82.6336,81.9672,80.3012,79.6348,79.3016,78.6352,77.6356,76.9692,76.3028,76.3028,75.3032,75.3032,75.3032,75.3032,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,65.3072,65.3072,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.308,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.3012,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,84.2996,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,85.9656,85.9656,84.966,84.966,83.6332,82.96679999999999,81.3008,80.6344,79.3016,78.6352,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,76.636,75.9696,74.97,74.97,74.3036,74.3036,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,64.6408,63.308,62.6416,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,62.3084,63.308,63.9744,64.6408,64.974,65.6404,66.3068,67.97279999999999,68.6392,69.3056,69.972,70.9716,71.638,72.9708,73.63719999999999,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.9676,80.9676,81.634,82.3004,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,75.9696,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,77.6356,78.9684,79.968,81.634,82.3004,82.6336,83.6332,84.966,86.632,88.298,89.2976,89.964,90.2972,91.63,91.63,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.2964,90.6304,89.964,87.6316,85.9656,84.2996,80.9676,77.6356,73.63719999999999,70.6384,66.9732,64.3076,60.6424,57.9768,54.978,51.646,48.314,46.9812,44.6488,43.316,41.3168,39.984,38.6512,36.652,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.984,39.984,39.984,40.3172,40.9836,40.9836,41.65,42.3164,42.9828,42.9828,43.6492,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,47.3144,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.6452,53.6452,54.3116,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.9696,76.636,76.636,77.3024,78.9684,79.6348,80.3012,80.9676,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.2996,84.966,85.2992,86.632,86.632,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.9612,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,94.962,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.9632,91.9632,91.63,91.63,91.63,91.63,92.6296,93.29599999999999,93.6292,93.6292,94.6288,94.962,95.6284,95.6284,95.9616,95.9616,95.6284,95.6284,94.962,94.962,93.9624,94.6288,95.9616,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,95.6284,95.6284,95.6284,96.628,97.2944,98.294,98.96039999999999,99.96,99.96,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.626,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.9576,106.624,106.9572,107.6236,108.6232,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,111.622,111.9552,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,114.2876,114.2876,113.6212,113.288,112.2884,112.2884,111.622,111.622,110.6224,109.956,109.956,109.956,108.6232,108.6232,107.9568,107.9568,107.2904,106.624,105.9576,105.6244,105.6244,105.9576,105.9576,106.624,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.2908,105.2912,104.958,104.2916,103.62519999999999,102.6256,102.2924,101.9592,100.9596,100.9596,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.628,96.2948,95.9616,95.9616,95.2952,93.9624,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,92.2964,91.63,91.63,91.2968,90.6304,90.2972,90.2972,89.2976,89.2976,88.63119999999999,88.298,87.2984,85.2992,84.2996,83.3,82.6336,81.3008,80.6344,79.968,79.3016,77.9688,77.3024,76.636,76.636,75.9696,75.9696,75.9696,75.3032,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,65.3072,65.3072,65.3072,65.3072,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,85.9656,85.9656,84.966,84.966,83.6332,82.3004,81.3008,79.968,79.3016,77.6356,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,74.97,74.97,74.3036,74.3036,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,64.6408,63.9744,62.6416,61.9752,60.6424,59.976,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,70.6384,71.638,73.63719999999999,74.97,75.6364,76.3028,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,81.3008,81.634,81.634,81.634,81.634,81.634,81.634,81.3008,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,78.9684,78.9684,78.30199999999999,77.3024,77.3024,76.636,75.9696,75.3032,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,76.3028,77.6356,78.30199999999999,79.968,80.9676,82.3004,82.6336,83.3,84.966,85.9656,88.298,89.964,90.2972,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.6292,91.63,90.6304,88.63119999999999,87.2984,84.966,81.634,78.6352,74.3036,71.9712,67.97279999999999,65.3072,61.9752,59.309599999999996,55.9776,52.9788,50.3132,47.6476,45.6484,43.316,41.9832,40.6504,39.3176,37.3184,35.9856,34.6528,34.6528,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.6508,40.3172,40.3172,40.9836,41.65,42.3164,42.3164,42.9828,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,46.647999999999996,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.9784,54.6448,55.3112,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.9744,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.97,75.3032,75.9696,75.9696,76.636,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.2992,86.632,86.632,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,86.2988,86.2988,86.632,87.9648,87.9648,88.298,88.9644,89.2976,89.964,89.964,90.2972,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.9612,96.2948,96.2948,95.9616,94.962,93.9624,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.6292,93.6292,94.2956,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,94.6288,94.6288,95.9616,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,98.294,98.6272,98.6272,98.6272,98.6272,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.6276,97.96079999999999,98.294,98.294,97.96079999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.9616,95.6284,96.2948,97.2944,97.6276,98.96039999999999,99.6268,99.96,99.96,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.9616,96.2948,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,99.2936,99.96,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,105.2912,105.2912,105.6244,105.9576,106.624,107.2904,107.6236,107.9568,109.2896,109.6228,109.956,109.956,110.6224,110.6224,110.9556,111.622,112.6216,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,114.2876,114.2876,113.6212,113.288,112.2884,112.2884,111.622,111.622,110.6224,109.956,109.956,109.956,108.6232,108.6232,107.9568,107.9568,107.2904,106.624,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,105.9576,105.2912,104.958,103.62519999999999,102.6256,102.6256,102.6256,101.9592,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.2944,97.2944,97.2944,96.628,96.9612,96.2948,96.2948,95.9616,94.962,94.6288,94.6288,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.2964,92.2964,91.2968,91.2968,90.6304,90.6304,90.6304,89.964,89.2976,88.298,87.2984,85.6324,84.966,83.6332,81.9672,81.3008,80.6344,79.968,78.6352,77.9688,77.3024,76.636,75.9696,75.9696,75.9696,75.9696,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,65.3072,65.3072,65.3072,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,84.2996,84.2996,84.966,85.6324,85.9656,86.2988,85.9656,85.9656,85.9656,84.966,84.2996,82.96679999999999,82.3004,80.6344,79.968,78.6352,77.6356,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,74.97,74.97,74.3036,74.3036,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,65.3072,63.9744,63.308,61.9752,61.3088,60.6424,59.976,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,62.3084,62.3084,63.6412,64.3076,64.974,65.6404,66.64,67.3064,68.6392,69.972,71.638,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,80.3012,80.3012,79.968,79.968,79.968,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.9696,75.3032,74.6368,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,73.63719999999999,74.3036,76.3028,76.9692,78.30199999999999,79.3016,80.9676,81.3008,82.6336,83.3,84.2996,86.2988,88.298,89.964,90.9636,91.63,92.9628,93.29599999999999,93.9624,94.2956,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,93.9624,93.6292,91.63,89.964,88.298,85.9656,82.96679999999999,79.3016,74.97,72.3044,69.972,66.64,63.9744,60.6424,57.3104,54.3116,50.9796,48.314,46.3148,43.9824,42.6496,41.3168,39.984,37.9848,35.9856,35.3192,34.6528,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.6508,39.6508,39.6508,40.3172,40.9836,41.65,41.65,41.65,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,53.312,53.9784,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.9744,64.3076,64.974,65.6404,66.3068,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.9704,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,85.2992,85.2992,86.632,87.2984,87.2984,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,86.632,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.298,88.9644,89.964,89.964,90.2972,90.2972,91.63,91.63,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.2948,95.6284,94.6288,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.628,96.628,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,94.6288,94.6288,95.2952,95.2952,95.6284,96.9612,97.6276,97.6276,98.6272,98.6272,99.2936,99.2936,99.6268,99.6268,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.96,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,98.96039999999999,99.6268,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.628,96.9612,96.9612,96.2948,96.2948,96.2948,96.9612,96.628,96.628,97.2944,97.6276,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,100.2932,100.2932,100.9596,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.6244,105.9576,106.624,106.9572,107.6236,108.28999999999999,108.6232,109.956,110.2892,110.9556,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.6208,115.2872,115.2872,115.2872,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.6204,114.2876,114.2876,113.6212,113.288,112.2884,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.956,109.2896,108.6232,107.9568,107.9568,107.6236,106.624,105.9576,105.6244,104.6248,105.2912,105.2912,105.6244,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,104.958,103.9584,103.9584,103.62519999999999,102.6256,102.6256,101.626,101.626,101.2928,100.6264,100.6264,100.2932,100.2932,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.6288,94.2956,93.6292,93.6292,93.6292,93.29599999999999,92.6296,92.6296,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,90.2972,88.298,87.2984,85.6324,84.2996,82.96679999999999,81.9672,80.9676,80.3012,79.3016,78.6352,76.9692,76.9692,76.636,76.636,75.9696,75.9696,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,64.974,64.974,64.6408,64.6408,64.6408,64.6408,63.9744,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,83.6332,83.6332,84.2996,85.6324,85.6324,85.9656,85.9656,84.966,84.966,84.966,83.6332,82.3004,81.634,80.6344,79.3016,77.6356,76.9692,76.3028,75.6364,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.304,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,65.9736,65.3072,63.9744,63.308,61.3088,60.6424,59.976,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.9768,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,66.64,67.97279999999999,69.3056,70.3052,70.9716,71.3048,71.638,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.3024,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.3016,77.6356,76.9692,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,79.3016,79.968,81.3008,81.9672,82.6336,84.2996,86.2988,88.298,89.964,90.9636,92.2964,92.2964,92.6296,93.9624,94.2956,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,95.9616,95.6284,94.2956,92.6296,90.6304,89.2976,87.9648,84.966,79.968,76.3028,72.9708,70.6384,67.3064,64.6408,61.3088,57.9768,54.978,52.3124,48.980399999999996,46.9812,45.3152,43.316,41.9832,39.984,37.9848,36.652,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.984,40.3172,40.9836,40.9836,40.9836,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,54.978,54.978,54.3116,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,63.308,63.6412,64.3076,64.974,65.6404,66.64,67.3064,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,85.2992,85.2992,86.632,87.2984,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,86.632,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.2984,87.9648,88.298,88.9644,88.9644,89.964,89.964,90.2972,90.2972,91.63,91.63,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,96.9612,97.6276,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.6276,97.6276,97.2944,96.9612,95.9616,94.962,94.6288,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.6288,94.6288,94.962,95.6284,95.9616,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.2948,95.9616,95.6284,95.2952,94.6288,95.2952,95.2952,95.6284,96.2948,97.6276,97.6276,98.6272,98.6272,99.2936,99.2936,99.6268,99.6268,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.96,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.9612,97.96079999999999,98.294,99.6268,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,97.2944,97.2944,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,97.2944,97.6276,97.6276,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,99.96,99.96,99.96,100.2932,100.2932,100.9596,100.9596,100.9596,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.6244,106.624,106.624,107.6236,107.9568,108.6232,109.956,110.2892,110.9556,111.622,111.9552,112.95479999999999,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,115.6204,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,114.954,114.2876,113.6212,113.288,112.2884,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.956,109.2896,108.6232,107.9568,107.6236,106.9572,106.624,105.9576,105.6244,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.292,103.292,102.2924,102.2924,101.626,101.2928,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.6276,96.9612,96.9612,96.9612,96.628,96.628,96.628,95.9616,95.9616,95.9616,95.6284,94.962,94.962,94.2956,94.2956,93.6292,93.6292,92.9628,93.29599999999999,92.6296,91.9632,91.9632,91.2968,91.2968,89.2976,87.9648,86.632,84.966,83.6332,82.6336,81.634,80.9676,79.968,79.3016,77.6356,76.9692,76.636,76.636,76.636,75.9696,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,73.9704,73.9704,73.304,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,64.974,64.974,64.6408,64.6408,64.6408,63.9744,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,64.3076,64.3076,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,85.6324,85.9656,85.9656,84.966,84.966,84.2996,83.6332,82.3004,80.9676,79.968,79.3016,77.6356,76.3028,75.6364,74.97,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.64,65.3072,64.6408,63.308,61.9752,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.644,56.644,57.3104,57.9768,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.641999999999996,62.3084,63.6412,64.974,65.9736,67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.638,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.9696,75.9696,75.9696,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.6356,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.3016,76.9692,76.3028,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,72.3044,72.3044,72.9708,74.3036,74.97,75.6364,76.9692,78.30199999999999,79.968,80.6344,81.3008,82.6336,83.6332,86.2988,88.298,89.964,90.6304,92.2964,91.63,92.2964,93.9624,94.2956,95.2952,95.6284,95.6284,95.6284,96.2948,96.9612,96.628,96.628,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,96.9612,95.9616,94.962,93.9624,92.2964,90.2972,88.63119999999999,85.9656,81.634,77.3024,74.3036,71.638,68.6392,65.9736,62.6416,58.6432,55.6444,52.6456,50.3132,47.6476,45.3152,43.9824,42.3164,40.6504,38.6512,36.652,35.3192,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.6508,39.6508,39.6508,40.3172,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,52.9788,53.6452,53.9784,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.6412,64.3076,64.974,65.9736,66.64,67.3064,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,76.636,77.3024,78.30199999999999,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,84.2996,84.966,85.2992,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.2984,87.9648,88.298,88.9644,88.9644,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,96.2948,96.2948,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.2944,96.9612,95.9616,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,94.6288,94.6288,94.962,95.6284,96.628,96.628,96.9612,96.9612,97.6276,97.6276,96.9612,96.9612,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,95.6284,96.2948,97.6276,97.6276,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.9612,97.6276,97.96079999999999,98.96039999999999,99.6268,100.2932,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.9576,106.9572,106.9572,107.6236,108.28999999999999,109.2896,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,114.6208,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,114.954,114.2876,113.6212,113.288,112.2884,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.956,108.6232,108.6232,107.9568,107.6236,106.9572,106.624,105.9576,105.6244,104.6248,104.6248,104.6248,105.2912,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,104.958,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,102.9588,102.9588,102.6256,101.9592,101.9592,100.9596,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.9612,94.962,94.962,94.6288,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.2968,89.964,88.298,87.2984,85.6324,84.2996,83.6332,82.96679999999999,82.3004,80.6344,79.968,78.30199999999999,77.3024,77.3024,77.3024,76.636,76.636,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.9704,73.9704,73.304,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,64.974,64.974,64.6408,64.6408,64.6408,63.9744,63.308,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,85.6324,85.6324,85.6324,84.966,84.2996,83.6332,82.96679999999999,81.9672,80.6344,79.968,78.6352,76.9692,76.3028,75.6364,74.97,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.304,73.304,72.6376,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,68.306,67.6396,66.64,65.9736,64.6408,63.9744,61.9752,61.3088,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.9768,57.9768,57.9768,58.31,58.9764,59.6428,60.6424,61.641999999999996,62.3084,64.3076,64.974,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,75.3032,75.3032,75.3032,75.9696,75.9696,75.9696,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,78.9684,78.30199999999999,76.3028,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,72.3044,72.3044,72.9708,74.3036,74.97,75.6364,76.3028,78.30199999999999,79.3016,80.6344,81.3008,82.6336,83.6332,86.2988,87.9648,89.2976,90.2972,91.2968,91.2968,91.63,92.9628,93.29599999999999,94.6288,95.2952,95.2952,95.6284,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,96.9612,96.2948,95.6284,94.962,93.6292,91.2968,89.2976,86.632,82.96679999999999,79.3016,75.6364,72.3044,69.3056,66.64,63.308,59.309599999999996,56.3108,53.6452,50.3132,47.6476,45.9816,44.6488,42.9828,40.6504,38.6512,37.3184,35.3192,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.9844,38.9844,38.9844,39.6508,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.9828,43.6492,44.315599999999996,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648],[59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.6412,64.3076,65.3072,65.9736,66.64,67.3064,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.3044,72.9708,73.63719999999999,74.3036,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,79.968,79.968,79.968,79.968,80.6344,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.966,84.966,86.2988,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,84.966,84.966,83.6332,83.6332,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.9648,88.298,88.298,88.9644,88.9644,89.964,89.964,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.9612,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.2944,96.9612,95.9616,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,94.6288,94.2956,94.2956,94.2956,94.2956,94.6288,94.6288,94.962,95.6284,96.628,96.628,96.9612,96.9612,97.6276,97.6276,96.9612,96.9612,95.9616,95.9616,95.6284,95.2952,95.2952,95.6284,95.6284,96.9612,96.9612,97.6276,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.9612,97.6276,97.96079999999999,98.96039999999999,99.6268,100.2932,100.2932,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.62519999999999,104.2916,105.6244,106.624,106.624,107.6236,108.9564,109.2896,110.2892,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.6208,115.2872,115.2872,115.9536,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,114.954,114.2876,113.6212,113.288,112.2884,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.956,108.6232,108.28999999999999,107.6236,107.6236,106.9572,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,106.2908,106.9572,106.624,106.624,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,104.958,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,101.9592,101.2928,100.2932,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.9616,95.6284,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,91.63,90.6304,88.9644,87.9648,86.9652,85.6324,84.966,83.6332,82.3004,81.3008,80.6344,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.9704,73.9704,73.304,73.304,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,68.306,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.974,64.974,64.6408,64.6408,64.6408,63.9744,63.9744,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.6412,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,81.3008,80.6344,79.3016,78.6352,76.9692,75.6364,74.97,74.97,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.304,73.304,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,68.306,67.3064,65.9736,65.3072,63.9744,62.6416,61.3088,60.6424,59.309599999999996,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,60.6424,61.3088,63.308,63.9744,64.974,65.6404,65.9736,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.972,70.9716,71.638,72.3044,72.9708,73.9704,73.9704,74.6368,74.6368,74.6368,75.3032,75.9696,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.30199999999999,76.636,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.3044,71.638,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,76.3028,77.3024,79.3016,79.968,81.3008,82.6336,83.6332,86.2988,87.2984,88.63119999999999,89.2976,89.964,89.964,90.6304,92.2964,92.9628,93.9624,94.6288,94.6288,95.2952,95.6284,96.9612,97.2944,97.2944,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,96.9612,96.2948,94.962,93.6292,91.9632,90.2972,87.9648,84.2996,80.3012,76.9692,74.3036,70.9716,67.3064,64.3076,59.976,57.3104,53.6452,51.3128,48.980399999999996,46.9812,45.3152,43.9824,41.65,39.3176,37.9848,35.9856,34.6528,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.9844,38.9844,38.9844,38.9844,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,42.3164,42.9828,43.6492,43.6492,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.312,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648],[59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,80.3012,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.966,84.966,85.2992,85.2992,86.632,86.632,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,85.9656,85.9656,84.966,84.966,84.966,84.966,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.9624,93.9624,94.962,94.962,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,95.6284,94.962,94.962,94.962,94.962,94.962,95.6284,94.962,94.962,94.962,94.6288,94.962,94.962,95.6284,95.9616,96.2948,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.294,99.2936,99.2936,100.2932,100.2932,100.6264,101.2928,100.9596,100.9596,100.2932,100.2932,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.628,97.2944,97.6276,98.96039999999999,99.6268,100.6264,100.6264,101.626,101.626,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.62519999999999,104.6248,105.9576,106.624,107.9568,108.9564,108.9564,109.2896,110.6224,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.6204,115.6204,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.6196,116.9532,116.2868,115.9536,114.954,114.2876,112.95479999999999,112.95479999999999,112.2884,111.2888,111.2888,110.9556,110.2892,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.6236,106.9572,105.9576,105.6244,105.6244,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,106.624,106.624,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,104.958,104.6248,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,102.6256,101.9592,101.2928,101.2928,101.2928,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,100.2932,100.2932,99.96,99.96,99.96,99.96,99.2936,98.96039999999999,98.294,97.96079999999999,96.9612,95.9616,95.2952,94.6288,93.9624,93.9624,93.9624,93.29599999999999,92.6296,91.9632,91.2968,89.2976,88.298,87.9648,86.632,85.2992,84.2996,82.96679999999999,81.3008,80.6344,80.3012,79.6348,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,62.6416,62.6416,63.9744,64.6408,65.3072,65.9736,66.9732,66.9732,67.6396,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,74.97,74.97,74.97,75.6364,76.636,76.636,77.3024,77.3024,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,83.3,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,82.6336,81.9672,81.3008,79.968,78.30199999999999,77.3024,76.3028,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.6388,68.9724,68.9724,68.306,67.6396,66.3068,65.6404,64.3076,62.6416,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.3104,57.3104,57.3104,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.3112,55.3112,55.3112,54.6448,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.976,60.6424,61.3088,63.308,63.9744,64.974,65.6404,66.64,66.64,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.9716,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,77.6356,77.6356,77.6356,77.6356,76.3028,75.6364,73.9704,73.304,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.9692,78.6352,79.968,80.6344,81.9672,83.6332,84.966,86.2988,86.9652,87.9648,88.63119999999999,89.2976,89.964,91.2968,91.63,92.9628,93.6292,93.9624,94.6288,95.6284,96.628,97.2944,98.294,98.294,98.294,98.96039999999999,98.294,98.294,98.294,97.6276,96.9612,96.2948,95.9616,94.2956,92.6296,90.6304,88.298,84.6328,81.634,78.6352,75.6364,71.638,68.6392,64.974,60.6424,57.3104,54.3116,51.3128,49.6468,47.6476,46.3148,44.6488,43.316,40.6504,38.6512,37.3184,35.9856,33.986399999999996,33.32,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.984,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.9784,54.6448,54.6448,55.3112,55.9776,55.9776,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.9704,74.6368,75.6364,76.3028,76.9692,77.6356,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648],[59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.3012,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.2992,85.2992,86.632,86.632,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,85.9656,85.9656,84.966,84.966,84.966,84.966,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.9624,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,96.9612,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,98.294,97.96079999999999,97.2944,96.628,96.2948,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,96.628,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,98.294,99.2936,99.2936,100.2932,100.6264,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.9596,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,99.96,99.2936,99.2936,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.628,97.2944,97.6276,98.96039999999999,99.6268,100.6264,100.6264,101.626,101.626,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.96,100.6264,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.62519999999999,104.6248,105.9576,106.624,107.9568,109.2896,109.2896,110.2892,110.6224,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.6204,116.2868,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,116.62,115.9536,114.954,114.2876,112.95479999999999,112.95479999999999,111.9552,111.2888,110.9556,110.9556,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,106.9572,106.2908,105.9576,105.6244,105.6244,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,106.2908,106.624,106.624,106.624,106.624,106.2908,106.2908,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.62519999999999,103.292,102.2924,102.2924,102.2924,101.9592,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,99.96,98.6272,97.96079999999999,96.9612,96.2948,95.9616,94.962,94.2956,93.9624,93.6292,93.29599999999999,92.9628,91.2968,89.964,88.63119999999999,88.298,87.9648,86.632,85.2992,84.2996,82.3004,81.3008,80.9676,80.3012,79.6348,78.9684,78.9684,78.30199999999999,77.6356,76.9692,76.3028,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.304,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,68.9724,68.306,67.6396,66.9732,66.3068,64.974,64.3076,64.3076,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,65.3072,65.9736,66.9732,66.9732,67.6396,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.97,75.6364,75.6364,75.6364,74.97,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,83.3,83.3,83.6332,82.96679999999999,82.6336,81.9672,81.3008,79.968,78.30199999999999,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.6388,69.6388,68.9724,68.306,67.6396,66.3068,65.6404,64.3076,62.6416,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.3104,57.3104,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.3112,54.6448,54.6448,53.9784,53.312,53.312,53.312,52.6456,52.6456,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,52.6456,53.6452,53.6452,53.9784,54.6448,55.6444,56.3108,57.3104,58.6432,59.309599999999996,59.976,60.6424,61.3088,62.6416,63.6412,64.6408,65.3072,65.9736,65.9736,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.9692,76.9692,76.9692,76.9692,75.6364,74.97,73.304,72.6376,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,75.6364,76.3028,78.6352,79.3016,80.6344,81.3008,82.96679999999999,84.966,84.966,85.9656,86.632,87.9648,87.6316,88.9644,89.964,90.6304,91.63,92.6296,93.29599999999999,93.9624,95.2952,95.9616,97.2944,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.9612,96.9612,96.2948,96.2948,94.962,93.29599999999999,91.2968,88.9644,85.6324,82.3004,79.6348,76.3028,72.9708,69.3056,65.6404,61.9752,57.9768,54.978,52.9788,50.3132,48.980399999999996,46.9812,46.3148,43.9824,41.65,39.984,37.9848,36.652,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.9704,74.97,75.6364,76.9692,77.6356,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648],[59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,80.3012,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,84.966,85.2992,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,85.9656,85.6324,84.966,84.966,84.966,84.966,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,98.294,97.96079999999999,97.2944,96.628,96.2948,95.6284,94.962,94.962,95.9616,95.9616,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.9612,96.9612,96.628,96.628,97.2944,97.2944,97.6276,97.6276,97.6276,96.9612,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.2924,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.626,101.626,101.9592,101.9592,101.2928,100.9596,100.2932,100.2932,99.6268,99.2936,98.6272,98.294,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.9616,95.9616,96.2948,96.628,97.96079999999999,98.294,98.96039999999999,100.2932,100.6264,100.6264,101.626,101.626,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.9584,104.6248,105.9576,106.9572,108.28999999999999,109.2896,110.2892,110.6224,111.622,111.9552,113.288,113.6212,113.6212,113.6212,114.2876,114.6208,114.6208,114.6208,115.2872,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.9528,117.6196,116.62,115.9536,114.954,114.2876,113.288,112.95479999999999,111.9552,111.2888,110.9556,110.9556,109.956,109.956,109.2896,109.2896,108.28999999999999,107.9568,107.9568,106.9572,106.2908,105.9576,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,106.9572,106.9572,106.2908,105.6244,105.2912,105.2912,105.2912,105.6244,104.958,104.958,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.9592,101.2928,100.2932,100.2932,100.2932,100.2932,101.2928,102.2924,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,103.62519999999999,102.6256,101.9592,100.2932,99.6268,99.2936,97.2944,96.9612,96.2948,94.962,95.2952,94.2956,93.9624,93.6292,91.9632,90.6304,89.2976,88.9644,88.63119999999999,87.9648,85.9656,84.966,82.96679999999999,81.9672,80.9676,80.3012,80.3012,79.6348,79.968,79.3016,77.6356,76.9692,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,68.9724,68.306,67.6396,66.9732,66.3068,64.974,64.3076,64.3076,63.308,63.308,62.6416,62.6416,63.308,63.308,62.6416,62.6416,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,61.9752,61.9752,63.308,63.9744,64.6408,65.9736,66.9732,66.9732,67.6396,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,74.3036,74.97,75.6364,76.3028,76.3028,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,80.9676,79.6348,78.30199999999999,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,65.6404,64.974,62.6416,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.6448,54.6448,53.9784,53.9784,53.312,52.6456,52.6456,51.9792,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.9788,53.6452,54.978,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.9752,62.6416,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,70.6384,71.3048,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,76.3028,76.3028,76.3028,76.3028,74.97,74.3036,72.6376,71.9712,71.3048,70.6384,69.972,69.972,69.972,69.3056,68.9724,68.306,68.306,68.306,68.306,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,72.6376,72.9708,73.63719999999999,74.97,75.6364,77.3024,78.30199999999999,79.6348,80.6344,82.3004,83.6332,84.2996,84.966,85.2992,86.632,86.9652,87.6316,89.2976,89.964,91.2968,91.63,92.9628,93.29599999999999,95.2952,95.6284,97.2944,97.6276,98.6272,98.6272,97.6276,97.6276,98.294,97.96079999999999,96.9612,96.9612,96.9612,96.2948,95.9616,93.6292,91.2968,88.9644,85.6324,82.96679999999999,79.6348,76.9692,73.63719999999999,69.972,66.9732,63.308,59.309599999999996,56.644,54.3116,52.3124,50.3132,48.980399999999996,47.6476,45.3152,42.9828,41.3168,39.984,38.318,37.3184,35.9856,36.3188,35.6524,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,38.6512,38.6512,38.6512,39.3176,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,74.97,75.6364,76.3028,77.6356,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648],[59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.9724,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,84.966,85.9656,86.9652,86.9652,86.9652,86.9652,86.2988,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.9624,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,97.6276,97.6276,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,98.96039999999999,98.294,97.96079999999999,97.2944,96.628,96.2948,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,96.628,96.628,97.2944,97.2944,97.6276,97.6276,97.6276,97.6276,96.628,95.9616,95.9616,95.9616,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.2928,100.6264,100.2932,100.2932,99.2936,98.6272,98.294,97.96079999999999,97.96079999999999,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.628,97.96079999999999,98.294,99.6268,100.2932,100.6264,101.2928,101.626,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,101.2928,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.9576,106.9572,108.28999999999999,109.2896,110.2892,110.6224,111.622,111.9552,113.288,113.6212,113.6212,114.2876,114.2876,114.6208,114.6208,114.6208,115.2872,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,117.9528,117.6196,116.62,115.9536,114.954,114.2876,113.288,112.95479999999999,111.9552,111.2888,110.9556,110.9556,109.956,109.956,109.2896,109.2896,108.28999999999999,107.9568,107.2904,106.9572,106.2908,105.9576,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,105.2912,105.6244,105.6244,105.6244,104.958,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.9592,100.9596,100.2932,100.2932,100.9596,102.6256,103.292,104.2916,104.958,105.2912,105.6244,106.2908,105.6244,105.2912,104.6248,103.292,102.6256,101.626,100.6264,99.2936,97.96079999999999,97.2944,96.2948,95.9616,95.6284,94.6288,93.9624,93.6292,91.63,90.6304,89.964,89.2976,88.298,86.9652,85.2992,84.2996,82.96679999999999,81.9672,81.3008,80.9676,80.6344,80.6344,79.968,78.30199999999999,77.6356,77.6356,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.6388,68.9724,68.306,66.9732,66.3068,64.974,64.3076,64.3076,63.308,62.6416,62.6416,62.6416,62.6416,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,63.308,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,73.304,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.3008,80.3012,79.6348,78.30199999999999,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.6388,69.6388,68.9724,68.9724,68.306,66.9732,66.3068,64.974,62.6416,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,53.9784,53.9784,53.9784,53.312,52.6456,51.9792,51.3128,51.3128,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,53.6452,54.978,55.6444,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.9752,62.6416,63.6412,64.3076,64.3076,64.974,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,74.97,74.3036,73.63719999999999,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.3044,72.9708,74.3036,74.97,76.636,77.3024,78.9684,79.6348,81.3008,82.3004,82.96679999999999,83.6332,84.2996,85.6324,86.2988,87.2984,88.298,89.2976,89.964,91.2968,92.2964,92.9628,94.6288,95.2952,96.9612,97.2944,98.6272,98.6272,97.6276,97.2944,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.9612,95.2952,93.9624,91.9632,89.2976,85.6324,82.96679999999999,80.3012,76.9692,73.63719999999999,70.6384,67.6396,64.6408,61.3088,58.6432,56.3108,54.3116,52.9788,50.9796,49.6468,47.6476,45.3152,43.316,41.9832,40.6504,38.6512,37.9848,37.6516,36.9852,35.9856,35.9856,35.9856,35.3192,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,38.6512,38.6512,38.6512,38.6512,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.6484,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,74.3036,74.97,76.3028,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648],[59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.9724,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,77.3024,76.636,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,85.6324,85.9656,85.9656,85.9656,85.9656,85.6324,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.63,92.2964,92.2964,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.628,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.628,96.628,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,100.2932,100.9596,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.2928,101.2928,100.9596,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,100.9596,101.626,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.2924,102.2924,101.626,101.2928,101.2928,101.2928,100.9596,100.9596,101.2928,101.626,101.626,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,105.2912,105.6244,105.9576,106.9572,108.28999999999999,108.9564,110.2892,110.6224,111.2888,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.954,114.954,114.954,114.954,115.6204,115.6204,116.2868,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,117.9528,117.6196,116.62,116.2868,114.954,114.2876,113.6212,112.95479999999999,111.9552,111.2888,110.9556,110.9556,109.956,109.956,109.2896,109.2896,108.28999999999999,107.9568,107.2904,106.9572,106.2908,105.9576,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,101.9592,101.626,101.2928,101.626,102.6256,103.9584,104.6248,105.2912,105.6244,106.9572,107.6236,107.6236,106.9572,105.9576,105.2912,104.6248,103.62519999999999,101.626,100.9596,99.6268,98.96039999999999,97.96079999999999,96.9612,96.628,95.9616,94.962,93.9624,92.9628,92.2964,91.2968,89.964,89.2976,88.298,87.2984,84.6328,83.6332,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.6388,68.9724,68.306,66.9732,66.3068,64.974,64.3076,64.3076,62.6416,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.308,64.6408,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,71.3048,71.3048,71.9712,73.304,74.3036,74.97,75.6364,76.3028,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.3012,78.9684,78.30199999999999,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,66.3068,65.6404,63.308,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,53.6452,52.9788,52.9788,52.3124,51.646,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.9796,52.3124,52.9788,53.6452,53.6452,54.6448,55.3112,56.3108,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.3084,63.308,64.6408,65.3072,65.9736,65.9736,66.64,67.3064,68.306,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,72.6376,72.6376,72.6376,72.6376,73.9704,74.6368,74.6368,73.9704,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,73.304,73.9704,75.6364,76.3028,76.9692,77.6356,79.6348,80.6344,81.3008,81.9672,82.96679999999999,83.6332,83.9664,85.2992,86.632,87.9648,88.9644,89.964,90.9636,92.2964,93.9624,94.6288,95.9616,97.2944,97.96079999999999,97.96079999999999,97.2944,96.628,97.2944,97.2944,96.9612,96.9612,97.6276,96.9612,95.6284,94.6288,91.9632,89.2976,85.9656,82.96679999999999,80.3012,77.6356,74.3036,71.9712,69.3056,66.3068,63.308,60.6424,58.6432,57.3104,54.978,53.6452,51.646,48.980399999999996,46.9812,45.3152,43.9824,41.9832,41.3168,40.6504,39.984,39.3176,38.6512,37.9848,36.652,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.984,39.984,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,75.6364,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,83.9664,84.2996,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984],[59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,85.9656,85.9656,85.6324,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.63,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,95.2952,95.6284,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,96.628,96.2948,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.628,96.628,96.628,95.9616,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,101.626,102.6256,102.6256,102.6256,102.2924,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.9596,101.2928,102.2924,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.2924,101.626,101.2928,101.2928,100.9596,101.2928,101.626,102.2924,102.2924,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.6244,105.6244,105.2912,105.2912,105.2912,104.6248,104.6248,104.2916,104.6248,104.958,105.6244,105.6244,106.624,106.9572,108.28999999999999,108.9564,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.954,114.954,114.954,114.954,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,117.9528,117.6196,116.62,116.62,115.2872,114.2876,113.6212,112.95479999999999,111.9552,111.9552,111.2888,110.9556,110.2892,109.956,109.2896,109.2896,108.28999999999999,107.9568,107.2904,106.9572,106.2908,105.9576,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,104.2916,103.62519999999999,102.6256,101.9592,101.626,101.626,102.6256,103.9584,104.6248,105.6244,106.9572,107.6236,107.9568,108.6232,108.28999999999999,107.6236,106.9572,105.2912,104.958,103.62519999999999,102.6256,101.2928,100.6264,99.2936,98.294,97.6276,97.2944,96.2948,95.2952,93.29599999999999,92.9628,92.2964,90.6304,89.964,88.9644,88.298,85.9656,84.6328,83.6332,82.96679999999999,82.3004,82.3004,81.634,81.3008,80.6344,79.6348,78.9684,78.30199999999999,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.304,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.6388,68.9724,68.306,66.9732,66.3068,64.974,64.3076,63.6412,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,62.6416,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,73.304,74.3036,75.6364,76.3028,76.9692,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,78.9684,78.30199999999999,76.636,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,65.6404,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.980399999999996,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,54.6448,55.3112,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,65.9736,66.64,67.3064,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,73.304,73.304,73.304,73.304,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,66.9732,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,72.6376,73.304,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.9644,90.2972,91.9632,93.6292,94.6288,95.6284,96.628,97.2944,97.2944,96.628,96.2948,96.2948,96.9612,96.9612,96.9612,97.6276,96.9612,95.6284,94.6288,92.2964,89.2976,85.9656,82.3004,79.968,76.9692,74.97,72.6376,70.6384,68.6392,65.6404,63.308,61.3088,59.309599999999996,57.3104,54.978,53.6452,51.646,48.980399999999996,46.9812,45.3152,43.6492,43.316,41.9832,41.3168,40.6504,39.984,38.6512,37.3184,36.652,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.984,39.984,39.984,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,83.9664,83.9664,84.966,84.966,86.2988,86.2988,86.9652,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652],[59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,83.6332,84.2996,84.2996,84.966,85.2992,85.2992,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.63,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,95.2952,95.6284,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,97.96079999999999,96.9612,96.9612,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,101.626,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.6244,104.958,104.6248,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.9596,100.2932,99.6268,99.2936,99.2936,99.2936,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.9596,101.2928,102.2924,102.2924,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,102.6256,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.9576,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.2912,104.6248,105.2912,105.2912,105.6244,105.6244,106.624,106.9572,107.9568,108.9564,109.6228,110.9556,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.954,114.954,114.954,114.954,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,117.9528,117.6196,116.62,116.62,115.2872,114.2876,113.6212,113.288,112.2884,112.2884,111.622,111.2888,110.9556,109.956,109.2896,109.2896,108.28999999999999,107.9568,107.2904,107.2904,106.2908,106.2908,105.9576,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,106.9572,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,104.6248,103.9584,103.62519999999999,102.9588,102.6256,102.6256,103.62519999999999,103.9584,104.6248,105.6244,106.9572,107.6236,109.2896,109.2896,109.2896,108.9564,108.28999999999999,106.9572,106.2908,105.2912,104.6248,102.6256,102.2924,100.6264,100.2932,99.2936,98.96039999999999,97.96079999999999,96.2948,95.2952,93.9624,92.9628,91.63,90.6304,89.964,88.9644,87.2984,85.9656,84.2996,83.6332,83.6332,82.96679999999999,82.3004,81.634,80.6344,79.968,79.6348,78.9684,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,69.6388,68.9724,68.306,66.9732,66.3068,64.974,64.3076,63.6412,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,63.308,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,73.304,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,80.6344,80.9676,80.9676,80.9676,80.9676,80.9676,81.634,82.3004,82.3004,82.3004,82.3004,81.634,81.634,81.634,81.634,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.3012,80.9676,80.9676,79.968,79.3016,78.6352,76.9692,76.3028,75.6364,74.97,73.63719999999999,72.9708,72.9708,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,63.9744,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.978,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,52.3124,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,46.9812,47.6476,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,52.9788,54.3116,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,72.6376,72.6376,72.6376,72.6376,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,66.3068,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,74.3036,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,80.3012,80.6344,81.3008,82.3004,83.6332,84.966,86.632,88.298,89.964,91.63,92.6296,93.9624,94.962,95.6284,95.9616,96.2948,96.2948,95.2952,95.9616,96.2948,96.2948,96.9612,97.6276,96.9612,95.6284,94.6288,92.2964,89.2976,85.9656,82.3004,79.968,78.30199999999999,75.6364,73.304,71.9712,69.972,68.306,66.3068,64.3076,62.6416,59.309599999999996,57.3104,54.978,52.9788,50.9796,48.980399999999996,47.3144,45.9816,44.6488,43.316,42.9828,42.3164,41.3168,39.984,38.9844,38.318,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.9696,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.9664,83.9664,84.966,84.966,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988],[59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,83.6332,84.2996,84.2996,84.966,85.2992,85.2992,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.63,92.2964,93.6292,93.6292,93.9624,94.6288,95.2952,95.6284,96.9612,97.6276,97.96079999999999,98.294,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.9612,96.9612,96.9612,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.9612,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,104.958,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,101.9592,101.9592,101.2928,100.9596,100.6264,100.2932,99.2936,99.2936,99.2936,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.9596,101.2928,102.2924,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,101.626,101.626,101.626,101.626,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,105.6244,105.6244,106.624,106.9572,107.9568,108.9564,109.6228,110.2892,111.2888,111.622,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,114.954,114.954,114.954,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.286,118.286,117.6196,117.6196,116.62,116.2868,115.2872,114.954,114.2876,113.6212,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.2892,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.2904,106.9572,106.2908,106.2908,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,103.9584,103.62519999999999,103.292,103.292,103.62519999999999,103.9584,104.6248,105.6244,106.9572,107.6236,109.2896,109.956,109.956,109.956,109.2896,109.2896,108.9564,106.9572,105.6244,104.2916,103.62519999999999,102.2924,101.626,100.2932,99.6268,98.96039999999999,97.2944,96.2948,94.6288,93.9624,92.2964,91.63,90.6304,89.964,88.298,87.2984,85.9656,84.6328,84.6328,83.6332,83.6332,82.3004,81.3008,80.6344,79.6348,78.9684,77.6356,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,73.9704,73.304,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,70.6384,69.6388,68.9724,68.306,66.9732,66.3068,65.6404,64.974,64.3076,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,62.3084,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,70.6384,71.3048,71.9712,73.304,74.97,75.6364,76.9692,77.6356,78.9684,78.9684,78.9684,78.9684,79.968,80.6344,80.6344,80.6344,80.9676,80.9676,80.9676,80.9676,81.634,81.634,82.3004,82.3004,82.3004,82.3004,81.634,81.634,81.634,81.634,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.3012,80.3012,80.3012,80.3012,79.3016,78.6352,77.6356,76.9692,76.3028,75.6364,74.97,73.63719999999999,72.9708,72.9708,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.3068,63.9744,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.6428,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,52.3124,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,52.9788,54.3116,54.978,55.9776,56.977199999999996,57.6436,58.31,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,63.308,63.9744,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.9712,71.9712,71.9712,71.9712,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,66.3068,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.3048,72.6376,74.3036,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,81.3008,82.3004,83.6332,84.966,87.2984,88.9644,90.2972,91.63,92.9628,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,96.9612,96.9612,95.6284,94.6288,92.2964,89.2976,85.9656,82.3004,79.968,78.30199999999999,76.3028,74.6368,73.304,71.9712,70.3052,68.306,66.9732,64.974,61.641999999999996,59.309599999999996,56.977199999999996,54.978,52.9788,50.9796,48.980399999999996,47.3144,46.3148,45.6484,44.982,43.6492,42.6496,41.3168,40.3172,38.9844,37.9848,37.3184,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.9784,54.6448,54.6448,55.3112,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.3036,75.3032,75.9696,75.9696,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.9676,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.3,83.9664,84.2996,84.966,85.6324,86.2988,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988],[59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.3,83.9664,83.9664,84.6328,84.6328,84.6328,84.6328,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.9656,86.9652,87.2984,87.2984,87.9648,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.6292,94.6288,95.9616,96.2948,96.628,97.96079999999999,98.6272,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.294,98.294,98.294,97.96079999999999,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,99.6268,101.2928,101.9592,102.6256,103.62519999999999,104.2916,104.2916,104.2916,104.2916,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,104.958,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.626,101.2928,101.2928,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,100.2932,100.9596,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.9568,108.28999999999999,109.2896,109.956,110.6224,110.9556,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,115.9536,115.9536,116.62,116.62,117.6196,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,118.286,118.286,118.286,118.286,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.9536,115.6204,114.2876,113.6212,113.288,112.2884,111.622,111.622,110.9556,110.9556,110.2892,109.6228,109.2896,108.9564,108.9564,107.9568,107.9568,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,105.9576,105.6244,104.6248,104.6248,103.62519999999999,103.62519999999999,103.9584,103.9584,104.958,105.9576,107.2904,107.9568,109.956,110.2892,110.9556,110.9556,110.6224,110.2892,109.956,108.6232,106.9572,105.6244,104.2916,103.62519999999999,102.6256,101.626,101.2928,99.6268,97.96079999999999,96.628,95.9616,94.6288,93.6292,92.2964,91.63,90.6304,89.964,88.63119999999999,86.632,86.632,85.9656,84.6328,84.2996,82.96679999999999,81.9672,81.3008,80.3012,78.9684,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.3064,66.3068,65.6404,65.6404,64.974,63.9744,63.308,62.3084,62.3084,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,59.6428,60.3092,60.9756,61.9752,62.6416,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.9712,72.6376,74.3036,74.97,76.3028,77.6356,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.6392,68.6392,67.6396,67.6396,67.6396,66.9732,65.6404,64.974,64.974,64.3076,63.9744,63.308,63.308,62.3084,61.9752,61.3088,61.3088,60.6424,59.6428,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.3112,54.6448,54.6448,53.9784,53.312,53.312,52.6456,52.6456,52.3124,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,49.6468,48.314,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.314,49.6468,50.9796,52.3124,52.9788,54.3116,54.978,55.3112,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.976,60.3092,61.3088,61.9752,63.308,65.3072,65.9736,66.64,67.3064,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.6388,70.9716,70.9716,70.9716,70.9716,69.6388,68.9724,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.9716,71.638,73.304,73.9704,74.6368,75.3032,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,77.6356,79.968,80.9676,82.3004,83.6332,84.6328,87.2984,88.9644,89.2976,90.6304,91.63,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.6288,95.9616,96.2948,95.9616,94.6288,92.9628,89.2976,85.9656,82.3004,79.968,78.30199999999999,76.3028,75.6364,74.6368,73.304,71.9712,70.6384,68.9724,66.9732,64.6408,62.3084,59.976,57.6436,55.3112,52.9788,51.9792,50.3132,48.314,47.6476,46.3148,45.6484,44.315599999999996,42.9828,40.9836,40.3172,38.6512,37.9848,37.3184,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,37.9848,37.9848,38.6512,38.6512,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,44.6488,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,73.304,73.9704,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.6332,84.2996,84.966,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988],[60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,83.9664,83.9664,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.2992,86.632,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,91.63,91.63,92.6296,93.29599999999999,93.6292,94.6288,95.9616,96.2948,97.2944,98.294,99.2936,99.2936,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.294,98.294,98.294,98.294,97.6276,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,99.6268,101.2928,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.958,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.626,101.2928,101.2928,100.2932,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,100.6264,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.2912,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,107.9568,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.2904,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.9568,108.28999999999999,109.2896,109.956,110.6224,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,115.9536,115.9536,116.62,117.2864,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,118.286,118.286,118.286,118.286,117.6196,117.2864,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.6204,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,110.2892,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.624,106.2908,106.2908,106.2908,106.624,106.624,106.624,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.6228,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,105.9576,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.9584,104.6248,105.6244,105.9576,107.6236,108.6232,109.956,110.2892,111.2888,111.2888,110.9556,110.9556,110.9556,110.2892,108.6232,106.2908,105.2912,104.2916,103.292,102.6256,101.9592,100.2932,98.6272,97.2944,96.2948,95.6284,93.9624,93.6292,92.2964,91.63,90.6304,89.964,88.63119999999999,87.2984,86.2988,85.9656,84.966,84.2996,82.96679999999999,81.9672,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.3068,65.6404,65.6404,64.6408,63.9744,63.308,62.3084,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,58.9764,58.9764,58.31,58.31,58.9764,59.6428,60.3092,61.3088,62.6416,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.9712,73.63719999999999,74.3036,75.6364,76.9692,78.6352,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,64.974,63.9744,63.9744,63.308,63.308,61.9752,61.9752,61.3088,61.3088,60.3092,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.9812,47.3144,48.314,49.6468,50.3132,51.646,52.3124,52.9788,53.6452,54.6448,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.6428,60.6424,61.3088,61.9752,63.9744,65.3072,65.9736,65.9736,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,70.3052,69.6388,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.9716,72.6376,73.304,73.9704,74.6368,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,78.30199999999999,79.968,80.9676,81.634,83.6332,84.6328,85.9656,87.2984,88.298,89.2976,89.964,89.964,89.964,90.6304,91.2968,92.6296,92.9628,93.6292,93.9624,94.6288,94.962,94.962,93.9624,92.6296,89.964,86.632,83.6332,80.6344,78.9684,76.9692,76.3028,75.3032,74.6368,73.304,72.6376,71.3048,69.972,67.3064,64.6408,61.9752,59.976,57.6436,55.9776,54.3116,52.9788,51.3128,49.98,48.314,46.9812,45.6484,44.315599999999996,42.3164,40.9836,39.3176,38.6512,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,37.9848,37.9848,38.6512,38.6512,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.2996,85.2992,85.2992,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988],[61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.2992,86.632,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.6304,91.63,91.63,92.6296,93.29599999999999,93.6292,94.6288,95.9616,96.2948,97.2944,98.294,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,99.6268,101.2928,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,104.958,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,102.6256,102.2924,101.626,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,99.6268,99.6268,100.6264,101.2928,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.9588,102.9588,103.9584,104.6248,104.958,104.958,105.9576,105.9576,106.2908,106.2908,105.9576,105.9576,106.9572,106.9572,107.6236,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,106.9572,106.9572,107.9568,108.28999999999999,108.9564,109.6228,109.956,110.6224,111.2888,111.9552,112.2884,112.95479999999999,113.6212,114.2876,114.954,114.954,115.9536,115.9536,116.62,117.2864,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.2864,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,114.954,114.2876,113.6212,113.288,113.288,112.6216,112.2884,111.622,111.2888,110.9556,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,107.2904,106.624,106.624,106.624,107.2904,107.2904,107.2904,107.2904,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,109.2896,109.956,109.956,109.956,109.956,110.2892,110.2892,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,104.958,104.958,103.9584,103.9584,103.9584,104.6248,105.6244,106.624,107.9568,109.2896,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,109.2896,107.6236,106.2908,104.6248,103.9584,102.6256,101.9592,100.9596,98.96039999999999,97.96079999999999,96.628,95.9616,94.962,93.9624,93.9624,92.9628,92.2964,91.63,89.6308,88.63119999999999,87.6316,86.2988,85.6324,84.966,83.6332,82.3004,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.3068,66.3068,65.6404,64.6408,63.9744,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,67.97279999999999,68.6392,69.972,71.3048,72.9708,73.63719999999999,74.97,76.3028,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,78.9684,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,60.3092,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.3112,55.3112,54.6448,53.9784,53.312,53.312,52.6456,52.6456,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,47.3144,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.3124,52.9788,53.9784,53.9784,54.6448,55.3112,55.9776,56.644,57.6436,58.31,59.309599999999996,59.976,61.3088,63.308,63.9744,64.6408,65.3072,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.9724,69.6388,69.6388,68.9724,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.9716,71.9712,72.6376,72.6376,73.304,74.3036,74.97,74.97,74.97,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,80.6344,81.634,82.96679999999999,83.6332,84.2996,85.2992,85.9656,86.9652,87.6316,87.6316,88.298,89.2976,90.2972,91.2968,91.9632,92.9628,93.6292,93.6292,93.9624,93.6292,92.2964,89.964,87.2984,83.9664,81.634,79.968,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.3036,72.9708,71.638,70.3052,67.97279999999999,65.6404,62.6416,60.6424,58.9764,56.977199999999996,55.3112,52.9788,51.9792,50.3132,48.980399999999996,46.647999999999996,45.3152,43.316,41.9832,40.3172,39.6508,37.9848,37.3184,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,37.9848,37.9848,38.6512,38.6512,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656],[61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.2992,86.632,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.6304,91.63,91.63,92.6296,93.29599999999999,93.6292,94.6288,95.9616,96.2948,97.2944,98.294,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,101.2928,102.6256,103.62519999999999,104.2916,104.958,104.958,104.958,104.958,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.6264,100.6264,100.9596,100.2932,100.2932,100.2932,99.96,99.96,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,102.6256,103.292,103.9584,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,107.2904,107.9568,108.9564,108.9564,108.9564,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.6224,109.956,109.956,109.956,109.956,108.9564,108.28999999999999,107.6236,106.9572,106.9572,106.624,106.624,106.624,106.9572,106.9572,107.9568,108.28999999999999,108.9564,109.6228,109.956,109.956,110.9556,111.2888,112.2884,112.95479999999999,113.6212,114.2876,114.954,114.954,115.9536,115.9536,116.62,117.2864,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.2884,111.9552,111.2888,110.9556,110.6224,110.2892,109.956,109.6228,108.9564,108.9564,107.9568,107.6236,106.624,106.624,106.624,107.2904,107.2904,107.2904,107.6236,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,104.958,103.9584,103.9584,103.9584,104.6248,105.6244,106.2908,108.6232,109.2896,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.9552,110.9556,109.2896,108.28999999999999,106.9572,105.9576,104.6248,103.62519999999999,102.6256,101.9592,100.2932,98.6272,96.628,96.2948,95.9616,94.962,94.6288,93.9624,93.9624,92.9628,90.9636,90.2972,89.2976,87.6316,86.9652,85.6324,84.6328,83.6332,82.3004,81.3008,80.6344,79.968,79.3016,78.6352,78.30199999999999,77.6356,77.6356,77.6356,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.6392,67.6396,66.9732,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,58.9764,59.6428,60.3092,60.6424,61.3088,62.3084,63.308,63.9744,64.974,65.6404,66.3068,66.9732,67.3064,67.97279999999999,69.3056,69.972,71.638,72.9708,74.3036,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.968,79.968,79.3016,79.3016,79.3016,78.6352,77.6356,76.9692,76.3028,76.3028,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,70.9716,70.6384,70.6384,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.6392,68.6392,68.6392,67.6396,67.6396,67.6396,66.9732,65.6404,65.6404,65.6404,65.6404,64.6408,64.6408,63.9744,63.9744,62.6416,62.6416,61.9752,61.9752,60.9756,60.3092,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.3112,54.6448,54.6448,53.9784,53.312,53.312,52.6456,52.6456,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.647999999999996,47.3144,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,52.6456,52.6456,53.312,53.9784,54.6448,55.3112,56.3108,56.977199999999996,58.6432,59.309599999999996,59.976,61.641999999999996,63.308,63.9744,63.9744,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.3052,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.634,82.3004,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.9652,87.9648,88.298,89.2976,90.2972,91.2968,91.63,92.9628,93.6292,92.6296,91.63,89.964,87.9648,84.6328,81.634,80.6344,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,71.638,70.3052,67.97279999999999,65.9736,63.9744,61.641999999999996,59.976,57.6436,55.3112,53.312,51.646,50.3132,48.314,46.647999999999996,44.6488,42.6496,40.9836,40.3172,38.6512,37.9848,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,37.9848,37.9848,38.6512,38.6512,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,42.3164,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.6388,69.6388,68.9724,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,85.2992,85.2992,85.2992,85.2992,85.2992,85.2992,85.2992],[61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,63.308,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,85.2992,86.632,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.964,90.6304,91.63,91.63,92.9628,93.6292,93.9624,94.6288,95.9616,96.2948,96.9612,97.96079999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,98.96039999999999,99.96,101.2928,103.292,103.62519999999999,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.6264,100.2932,100.2932,100.2932,100.2932,100.9596,101.626,101.9592,103.62519999999999,103.9584,104.958,105.6244,105.6244,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.6248,103.9584,104.6248,104.6248,103.9584,103.9584,103.9584,104.6248,105.6244,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.9564,109.2896,109.956,109.956,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,110.9556,110.6224,110.6224,110.6224,109.956,109.2896,108.9564,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.2892,110.9556,112.2884,112.95479999999999,113.6212,114.2876,114.954,114.954,115.9536,115.9536,116.62,117.2864,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,116.62,116.62,116.2868,116.2868,116.62,116.62,116.62,115.9536,114.954,114.2876,114.2876,114.2876,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.2888,110.2892,110.2892,109.956,109.956,109.956,108.9564,107.9568,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,104.958,104.6248,104.6248,104.6248,104.958,105.6244,106.2908,108.6232,109.2896,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,109.2896,108.6232,107.6236,106.624,104.6248,103.9584,103.292,102.6256,100.9596,98.96039999999999,97.96079999999999,96.2948,96.2948,95.9616,95.2952,95.2952,94.6288,93.9624,92.9628,91.63,90.6304,89.2976,87.6316,86.9652,86.2988,84.966,83.6332,82.96679999999999,81.634,80.9676,80.3012,79.6348,78.6352,78.6352,77.6356,77.6356,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.6392,68.306,67.6396,67.6396,66.9732,65.9736,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,59.6428,60.3092,60.3092,60.6424,60.6424,61.9752,62.6416,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,69.3056,70.6384,71.9712,73.304,74.6368,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.9676,80.9676,80.9676,80.3012,80.3012,79.6348,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,65.6404,65.6404,64.6408,64.6408,63.9744,63.9744,62.6416,62.6416,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,58.31,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.9784,53.312,52.6456,52.6456,52.6456,51.646,51.646,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.6464,51.3128,51.9792,52.6456,53.312,53.9784,54.978,55.6444,56.977199999999996,57.6436,58.9764,59.976,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,65.6404,66.9732,67.6396,67.6396,66.9732,65.6404,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.3052,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,85.6324,85.6324,86.9652,87.2984,88.298,89.2976,89.964,91.2968,91.63,91.63,91.2968,89.2976,87.9648,84.966,82.96679999999999,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.3036,72.6376,71.3048,69.972,67.6396,65.9736,63.9744,61.641999999999996,59.6428,57.6436,55.6444,53.6452,52.3124,50.3132,48.314,45.3152,43.316,41.9832,41.3168,39.6508,38.9844,37.3184,36.652,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,42.3164,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,45.9816,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,53.312,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.3024,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996],[61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,63.308,63.308,63.9744,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,85.2992,85.9656,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,89.964,90.6304,91.63,91.63,92.9628,93.6292,93.9624,94.6288,95.9616,96.2948,96.9612,97.96079999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,99.6268,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,98.294,99.6268,100.2932,101.626,103.292,103.62519999999999,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.2932,100.6264,100.6264,100.6264,100.6264,100.9596,101.2928,101.9592,102.6256,103.9584,104.6248,105.6244,105.9576,105.9576,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.9576,106.624,106.624,107.2904,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.956,110.2892,110.9556,111.2888,111.9552,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.622,110.9556,110.9556,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.2892,111.622,112.2884,113.6212,114.2876,114.954,114.954,115.9536,116.62,117.2864,117.2864,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,116.62,116.62,116.2868,116.2868,116.62,116.62,116.62,116.62,115.2872,114.954,114.954,114.6208,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,110.6224,109.956,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,104.958,104.6248,104.6248,104.6248,104.958,105.6244,106.2908,108.6232,109.2896,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,110.6224,109.2896,108.6232,107.6236,106.624,105.2912,104.6248,103.62519999999999,102.6256,100.9596,99.2936,98.294,97.6276,96.9612,96.9612,96.2948,95.6284,95.6284,94.962,93.9624,92.9628,91.9632,90.6304,89.2976,88.298,87.2984,86.2988,84.966,83.6332,82.3004,81.634,80.9676,80.3012,79.3016,78.6352,77.6356,77.6356,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,68.306,68.306,67.6396,67.6396,66.64,65.9736,65.3072,64.6408,63.308,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,60.3092,59.976,60.6424,61.3088,61.9752,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,68.306,69.972,71.3048,72.6376,73.304,74.3036,74.3036,74.3036,74.97,75.9696,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,78.9684,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.9696,75.9696,75.9696,75.9696,75.3032,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,67.97279999999999,66.9732,66.9732,66.3068,65.6404,64.974,64.974,65.6404,65.6404,64.6408,64.6408,63.9744,63.9744,62.6416,62.6416,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.3108,55.3112,54.6448,53.9784,53.312,52.6456,52.6456,52.6456,52.6456,51.646,51.646,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,47.6476,47.6476,48.980399999999996,49.3136,49.98,50.6464,51.3128,52.6456,53.312,54.3116,54.978,55.6444,56.977199999999996,57.6436,58.6432,59.976,60.6424,61.3088,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,64.3076,64.974,65.6404,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,62.6416,62.6416,62.6416,63.6412,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,75.3032,76.636,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,83.6332,84.966,85.9656,87.2984,88.298,88.298,88.9644,89.964,89.2976,88.298,86.632,85.2992,82.3004,81.3008,80.3012,79.6348,78.9684,78.30199999999999,76.9692,76.3028,76.3028,74.97,73.304,71.9712,70.3052,68.9724,66.9732,65.6404,63.308,61.3088,58.9764,57.6436,55.6444,53.6452,50.9796,48.980399999999996,45.9816,43.9824,42.6496,41.3168,40.3172,38.9844,37.9848,37.3184,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.9836,41.65,42.3164,43.316,44.6488,45.3152,45.3152,45.9816,45.9816,45.9816,45.9816,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,53.312,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636,77.9688,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.634,82.3004,82.96679999999999,83.6332,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332],[61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,84.2996,84.2996,85.2992,85.2992,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.964,90.6304,91.63,91.63,92.9628,93.6292,93.9624,94.6288,95.9616,96.2948,96.9612,97.96079999999999,99.2936,99.2936,99.6268,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,99.6268,100.2932,101.626,103.292,103.62519999999999,104.6248,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,100.9596,100.9596,101.2928,101.2928,102.6256,103.292,104.6248,104.958,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.2908,106.2908,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.6244,105.6244,106.2908,106.9572,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.2896,110.2892,110.6224,111.2888,111.622,112.2884,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.956,110.2892,111.2888,112.2884,113.6212,114.2876,114.954,115.2872,115.9536,116.62,117.2864,117.2864,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,115.2872,115.2872,115.2872,114.954,113.6212,112.95479999999999,112.95479999999999,112.6216,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.9556,110.9556,110.6224,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.9576,105.6244,104.958,104.958,104.958,104.958,104.958,105.6244,106.9572,107.9568,109.2896,110.6224,111.2888,110.9556,110.9556,109.956,110.6224,110.6224,110.6224,109.2896,108.28999999999999,107.6236,106.624,105.2912,104.6248,103.9584,103.292,101.626,99.96,99.2936,98.294,98.294,97.2944,97.2944,96.628,96.9612,96.2948,95.2952,93.9624,93.6292,91.63,90.6304,89.2976,87.6316,86.632,85.6324,84.966,82.96679999999999,82.3004,81.634,80.9676,79.3016,78.6352,77.6356,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.3056,68.9724,68.306,68.306,67.6396,66.64,65.9736,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,61.3088,63.6412,64.3076,64.3076,64.974,64.974,65.6404,66.3068,67.6396,69.3056,70.6384,71.9712,72.6376,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.3048,71.3048,70.3052,69.6388,68.9724,68.9724,68.306,68.306,68.306,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,67.97279999999999,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,64.6408,64.6408,63.9744,63.9744,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.3108,55.3112,54.6448,53.9784,53.312,52.6456,52.6456,52.6456,52.6456,51.646,51.646,51.646,50.9796,50.3132,50.3132,50.3132,49.6468,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.3144,48.314,48.980399999999996,50.3132,50.9796,51.646,52.6456,53.6452,54.6448,55.3112,56.3108,57.6436,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,80.3012,80.6344,81.3008,81.3008,81.9672,82.3004,83.6332,84.966,85.9656,85.9656,87.2984,87.2984,87.9648,86.9652,85.6324,83.6332,82.6336,81.3008,80.3012,79.6348,79.6348,78.9684,77.6356,76.9692,76.3028,75.6364,73.9704,72.6376,70.9716,68.9724,67.6396,66.3068,63.9744,61.9752,60.3092,58.31,56.3108,54.3116,51.646,49.6468,46.647999999999996,44.6488,43.316,41.9832,40.3172,39.6508,37.9848,37.3184,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.9836,41.65,42.3164,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,53.312,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,68.306,68.9724,70.3052,70.9716,71.9712,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,77.9688,77.9688,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.3004,82.96679999999999,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999],[61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,84.2996,85.2992,85.2992,85.2992,85.9656,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,89.2976,89.964,91.2968,91.63,92.6296,92.6296,93.6292,93.9624,94.962,95.9616,96.628,96.9612,98.294,98.96039999999999,99.6268,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.96,100.2932,101.626,103.292,103.62519999999999,104.6248,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,104.6248,103.9584,103.292,102.6256,102.6256,102.6256,101.626,101.626,101.2928,101.2928,101.2928,101.626,101.9592,102.6256,102.6256,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.9592,103.292,103.62519999999999,104.958,105.6244,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.2908,106.2908,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.624,106.2908,106.2908,106.9572,107.6236,107.6236,107.9568,108.9564,109.2896,109.956,109.956,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.6216,113.288,113.288,113.288,113.288,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,110.9556,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.9564,109.2896,109.956,109.956,111.2888,111.622,113.6212,114.6208,115.2872,115.2872,115.9536,116.62,117.2864,117.2864,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,115.2872,115.2872,115.2872,115.2872,114.2876,113.6212,113.6212,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.95479999999999,111.622,111.622,111.622,110.9556,109.956,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.9572,107.9568,109.956,110.6224,111.2888,110.9556,110.9556,109.956,109.956,110.6224,109.956,108.6232,108.28999999999999,107.6236,106.9572,105.6244,104.6248,103.9584,103.292,101.626,100.2932,99.96,98.96039999999999,98.294,98.294,97.6276,97.2944,97.6276,96.9612,95.6284,95.2952,93.9624,92.6296,91.63,90.6304,89.2976,87.9648,87.2984,85.6324,84.2996,82.96679999999999,82.3004,80.9676,79.3016,78.6352,77.6356,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,68.9724,68.9724,68.306,68.306,67.3064,66.64,65.9736,65.3072,63.9744,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,59.976,59.976,59.976,60.6424,62.6416,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,67.97279999999999,69.3056,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.3044,71.3048,70.6384,70.6384,70.6384,69.6388,69.6388,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,68.6392,67.97279999999999,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.974,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,58.9764,58.31,56.977199999999996,56.3108,54.6448,53.9784,53.9784,53.312,52.6456,52.6456,52.6456,52.6456,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.647999999999996,47.3144,48.314,49.6468,50.3132,50.9796,51.9792,52.9788,53.9784,54.6448,55.3112,56.3108,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,61.9752,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,63.6412,63.6412,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.3036,75.6364,76.3028,76.9692,76.9692,77.6356,78.6352,78.30199999999999,78.9684,79.3016,79.968,79.968,80.6344,80.9676,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,83.6332,82.6336,81.3008,80.6344,79.6348,78.9684,78.9684,78.9684,77.6356,76.9692,76.3028,75.6364,73.9704,72.6376,70.9716,68.9724,67.6396,66.3068,63.9744,61.9752,60.3092,58.9764,56.977199999999996,54.978,52.3124,49.6468,46.647999999999996,45.3152,43.316,41.9832,40.9836,39.6508,38.6512,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,40.3172,40.9836,42.3164,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,53.312,53.9784,53.9784,54.6448,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.9736,66.3068,66.3068,66.3068,65.6404,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,67.6396,68.306,69.6388,70.9716,72.3044,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,75.9696,76.636,77.3024,77.9688,77.9688,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.3004,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999],[62.3084,62.3084,63.308,63.308,63.308,63.308,63.9744,63.9744,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.3044,72.3044,72.3044,72.3044,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.9696,75.9696,76.636,76.636,77.6356,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,83.6332,84.2996,84.2996,84.2996,85.2992,85.2992,85.9656,85.9656,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.9632,92.6296,93.29599999999999,93.6292,94.6288,95.2952,96.628,96.9612,98.294,98.96039999999999,99.96,99.96,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.626,103.292,103.62519999999999,104.2916,105.6244,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,105.6244,105.2912,104.2916,103.292,102.6256,101.9592,101.9592,101.626,101.626,101.626,101.626,101.626,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.9584,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.2924,101.9592,101.9592,101.9592,102.6256,102.9588,103.62519999999999,104.2916,105.6244,105.9576,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,109.956,110.2892,110.9556,110.9556,111.2888,111.9552,112.2884,112.2884,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,110.9556,109.956,109.2896,109.2896,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,109.2896,110.2892,110.2892,111.2888,111.622,113.6212,114.6208,115.2872,115.2872,115.9536,116.62,117.2864,117.2864,117.9528,117.9528,118.286,118.286,118.286,118.286,117.9528,117.6196,117.6196,116.62,116.62,115.9536,116.9532,116.9532,116.9532,116.9532,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.6204,115.2872,115.2872,115.2872,114.954,114.2876,113.6212,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,111.622,111.622,110.9556,110.6224,109.956,109.956,109.956,109.956,109.956,110.6224,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,111.2888,110.6224,110.6224,110.2892,110.2892,109.6228,109.2896,108.9564,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,108.9564,109.2896,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,108.6232,108.28999999999999,107.6236,106.9572,105.6244,104.6248,103.9584,102.2924,101.626,100.6264,99.96,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,97.6276,96.9612,95.6284,94.6288,93.9624,92.9628,92.2964,91.63,89.964,89.2976,88.298,87.2984,85.6324,84.966,82.96679999999999,81.634,79.968,79.3016,77.3024,77.3024,76.3028,76.3028,76.3028,76.3028,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,63.308,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,64.6408,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,69.6388,69.6388,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.306,67.6396,66.9732,66.64,65.9736,65.3072,63.9744,63.308,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,58.9764,57.6436,56.977199999999996,55.6444,54.6448,53.9784,53.312,53.312,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,45.9816,45.9816,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,46.9812,48.314,48.980399999999996,49.6468,50.9796,51.646,52.6456,53.312,53.9784,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,79.968,80.6344,81.634,82.3004,82.3004,81.9672,81.3008,80.3012,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,77.6356,76.3028,76.3028,74.97,73.304,71.9712,70.6384,69.3056,66.9732,65.3072,63.9744,61.9752,59.976,58.31,56.644,54.3116,52.3124,49.6468,46.647999999999996,45.3152,43.9824,42.6496,40.9836,39.6508,38.6512,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,44.315599999999996,44.982,45.6484,46.3148,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.3088,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,64.974,64.974,65.6404,65.6404,66.3068,67.6396,69.3056,70.6384,71.9712,72.6376,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332],[62.3084,62.3084,63.308,63.308,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,72.3044,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.9696,75.9696,76.636,77.3024,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,83.6332,83.6332,83.6332,84.2996,84.2996,85.2992,85.2992,85.9656,85.9656,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.63,91.63,92.6296,93.29599999999999,93.9624,94.962,95.6284,96.628,97.6276,98.294,98.96039999999999,99.96,100.2932,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,102.2924,103.292,103.62519999999999,104.2916,105.6244,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,105.6244,104.6248,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.626,101.626,101.626,101.626,102.2924,102.6256,102.6256,102.6256,103.292,103.9584,104.6248,104.2916,104.958,105.2912,105.2912,104.6248,104.6248,104.2916,104.2916,103.292,102.9588,102.2924,102.2924,102.9588,103.62519999999999,104.2916,104.958,105.9576,106.624,107.6236,107.9568,108.6232,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,110.2892,110.9556,111.622,111.9552,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,113.288,112.95479999999999,112.2884,110.9556,110.6224,109.956,109.2896,107.9568,107.9568,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,109.2896,109.2896,109.2896,109.2896,110.2892,110.9556,111.2888,112.2884,113.6212,114.6208,114.954,115.2872,115.9536,115.9536,116.62,117.2864,117.9528,117.9528,118.286,118.286,118.286,118.286,117.9528,117.6196,116.9532,116.62,116.62,115.9536,116.9532,116.9532,116.9532,116.9532,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,111.622,110.9556,110.6224,110.6224,110.6224,110.6224,111.2888,111.622,111.622,111.622,112.2884,112.2884,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.6224,110.2892,110.2892,110.2892,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,108.6232,108.28999999999999,107.6236,106.9572,105.6244,104.6248,103.9584,102.6256,101.626,100.6264,99.96,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.6276,96.2948,94.962,93.9624,93.29599999999999,92.9628,92.2964,90.2972,89.964,88.63119999999999,87.9648,86.9652,85.6324,83.6332,82.3004,80.6344,79.968,78.30199999999999,77.3024,76.9692,76.3028,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,63.308,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.9764,58.9764,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,70.9716,70.9716,71.638,71.638,72.3044,72.3044,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,67.6396,66.64,65.9736,65.9736,65.3072,63.308,63.308,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,58.31,57.6436,56.3108,55.6444,53.9784,53.312,53.312,53.312,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,45.9816,45.9816,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.982,45.6484,46.3148,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.9792,51.9792,52.6456,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,57.3104,57.3104,57.3104,57.9768,58.6432,59.309599999999996,59.976,59.976,59.976,59.976,59.309599999999996,58.6432,57.9768,57.3104,57.3104,57.9768,58.6432,59.309599999999996,59.976,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.638,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,79.3016,79.968,79.968,79.968,78.9684,78.30199999999999,77.3024,76.636,76.9692,76.3028,76.3028,76.3028,76.3028,74.97,74.97,74.3036,72.6376,71.3048,69.972,68.6392,66.9732,64.974,63.308,61.3088,59.976,57.6436,55.9776,53.6452,51.646,49.6468,46.647999999999996,45.3152,43.9824,42.6496,40.9836,39.6508,37.9848,37.3184,35.9856,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,66.9732,66.3068,66.3068,65.6404,64.974,64.974,65.6404,66.3068,66.9732,67.6396,69.3056,70.6384,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332],[62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,75.9696,76.636,76.636,77.3024,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,84.966,84.966,84.6328,84.966,84.2996,84.2996,83.6332,83.6332,84.2996,84.966,84.966,84.966,84.966,85.2992,85.2992,85.9656,85.9656,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.63,91.63,92.6296,93.29599999999999,93.9624,94.6288,95.6284,96.2948,96.9612,98.294,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,100.6264,100.2932,99.6268,99.6268,99.96,99.96,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,102.6256,103.292,103.62519999999999,104.2916,105.6244,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,104.6248,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.2924,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,104.958,105.2912,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.2912,104.2916,104.2916,104.2916,104.2916,104.958,104.958,106.2908,106.9572,107.9568,108.6232,109.956,109.2896,109.956,109.956,109.2896,109.2896,108.6232,108.6232,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.956,110.9556,112.2884,112.95479999999999,113.288,113.288,113.288,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,110.9556,110.6224,109.956,109.2896,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,111.622,111.622,111.9552,112.6216,113.288,113.6212,114.2876,114.954,115.6204,115.9536,116.62,117.2864,117.9528,117.9528,118.286,118.286,118.286,118.286,117.9528,117.6196,117.6196,117.2864,116.62,116.62,116.9532,116.9532,116.9532,116.9532,116.62,116.62,117.2864,117.2864,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,117.2864,116.62,116.62,116.2868,116.2868,115.6204,115.6204,115.6204,115.6204,115.6204,114.2876,113.95439999999999,113.6212,113.288,112.95479999999999,112.2884,111.622,111.622,111.622,111.9552,111.9552,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.2892,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.6228,110.2892,110.9556,111.2888,111.2888,111.2888,111.2888,110.9556,109.956,108.6232,108.28999999999999,107.6236,106.624,105.9576,104.6248,103.9584,102.6256,102.2924,100.6264,100.2932,100.2932,99.96,99.96,99.2936,98.96039999999999,98.294,97.2944,95.9616,95.6284,95.2952,93.9624,93.6292,92.2964,91.63,90.2972,89.6308,88.298,87.2984,86.2988,84.2996,82.96679999999999,81.3008,79.968,78.9684,78.30199999999999,77.6356,76.9692,77.6356,76.9692,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,63.308,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.308,63.9744,64.6408,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.9716,70.9716,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,65.6404,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,67.6396,66.64,65.9736,65.3072,64.6408,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,55.6444,54.978,53.9784,53.312,52.6456,52.6456,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.647999999999996,45.9816,45.9816,45.3152,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,49.6468,48.980399999999996,50.3132,50.9796,51.646,52.6456,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,57.3104,57.9768,58.6432,57.9768,57.9768,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,58.31,58.9764,59.976,61.3088,61.9752,62.6416,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,75.3032,76.3028,76.3028,76.9692,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,70.9716,69.6388,68.9724,67.6396,66.3068,64.3076,61.9752,60.6424,58.31,56.977199999999996,54.978,52.9788,50.9796,48.980399999999996,46.647999999999996,45.3152,43.316,41.9832,40.3172,38.9844,37.9848,36.652,35.9856,35.3192,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,68.306,69.972,70.6384,71.9712,71.9712,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332],[62.3084,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.636,76.636,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.966,84.966,85.9656,86.632,86.632,86.632,85.9656,85.9656,85.9656,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.2992,85.9656,85.9656,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.6304,91.63,91.63,92.6296,92.6296,93.6292,94.6288,94.962,95.6284,96.628,97.96079999999999,98.6272,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.96,99.96,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,101.626,102.2924,103.292,103.62519999999999,104.2916,104.958,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,104.958,104.6248,103.62519999999999,103.292,103.292,102.6256,102.6256,102.2924,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,105.6244,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,105.9576,105.6244,105.2912,105.2912,105.2912,104.958,105.2912,106.2908,107.6236,107.9568,108.9564,109.956,110.2892,110.6224,109.956,109.956,109.956,109.6228,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.956,109.956,110.6224,112.2884,112.95479999999999,113.288,113.288,113.288,113.95439999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.95479999999999,111.622,110.9556,110.6224,109.956,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.9556,111.2888,110.9556,111.2888,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,114.2876,114.2876,115.6204,115.9536,116.62,117.2864,117.9528,117.9528,118.286,118.286,118.286,118.286,117.9528,117.6196,117.6196,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,116.9532,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,116.62,116.62,116.62,116.62,117.2864,116.62,116.2868,115.6204,114.954,114.6208,114.2876,113.6212,113.288,112.6216,112.6216,112.6216,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.9556,109.956,109.956,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,108.9564,108.9564,108.9564,109.2896,109.2896,109.6228,110.9556,111.2888,111.2888,111.9552,111.9552,111.9552,111.2888,110.6224,108.6232,107.9568,107.6236,106.624,105.9576,105.2912,104.6248,102.6256,102.2924,101.2928,100.6264,100.2932,99.96,99.96,99.96,99.2936,98.96039999999999,98.294,97.2944,96.2948,95.2952,94.6288,93.9624,93.29599999999999,91.63,90.6304,89.6308,88.63119999999999,87.2984,86.9652,84.966,82.96679999999999,81.3008,80.6344,79.6348,78.9684,77.6356,77.6356,78.30199999999999,77.6356,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.308,63.9744,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,68.6392,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,67.6396,66.64,65.9736,65.3072,64.6408,62.6416,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,54.978,54.3116,53.312,52.6456,52.6456,52.6456,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.647999999999996,46.647999999999996,45.9816,45.3152,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,44.315599999999996,44.982,45.6484,46.3148,46.9812,47.6476,48.980399999999996,48.314,49.6468,50.3132,50.9796,51.9792,51.9792,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,56.644,57.3104,56.644,56.644,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.9764,59.976,61.3088,61.9752,62.6416,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,72.6376,73.304,73.63719999999999,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.638,71.638,71.638,71.638,70.9716,70.9716,70.9716,70.6384,70.6384,70.6384,69.6388,68.306,67.6396,66.3068,64.974,63.6412,61.3088,59.976,57.6436,55.6444,53.6452,52.3124,50.3132,48.980399999999996,46.647999999999996,44.6488,43.316,41.3168,39.6508,38.318,37.3184,36.652,35.3192,34.6528,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.982,45.6484,46.3148,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332],[63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.972,70.6384,71.638,72.3044,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,80.9676,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,85.2992,85.2992,84.966,84.966,84.966,85.9656,86.632,87.9648,88.298,88.298,88.298,87.6316,87.2984,87.2984,87.2984,86.632,86.632,86.2988,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.6304,91.63,91.63,91.63,92.2964,93.29599999999999,93.6292,94.6288,95.6284,96.628,97.2944,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,102.2924,102.6256,103.62519999999999,104.2916,104.2916,104.958,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.2912,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.958,104.958,105.9576,106.2908,106.2908,106.9572,107.2904,107.2904,107.9568,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,106.2908,107.6236,108.9564,109.2896,110.6224,111.2888,111.2888,110.9556,110.9556,110.9556,110.6224,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,111.2888,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,114.954,114.954,114.2876,114.2876,113.6212,113.288,112.2884,111.622,111.2888,110.2892,110.2892,109.956,110.2892,110.9556,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,115.6204,115.9536,116.9532,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,117.9528,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.2864,116.2868,115.9536,115.2872,114.6208,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.2888,110.9556,109.956,109.956,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,109.6228,109.6228,109.6228,109.956,109.956,110.2892,110.2892,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.2884,111.622,110.6224,109.2896,107.2904,106.9572,106.624,105.9576,105.6244,104.6248,103.292,102.2924,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,99.2936,98.6272,97.2944,96.628,95.6284,94.6288,93.9624,93.6292,92.6296,91.2968,90.6304,89.2976,88.298,86.9652,85.6324,83.6332,81.9672,80.6344,79.968,79.3016,78.9684,78.9684,79.3016,78.6352,78.30199999999999,77.3024,76.636,76.636,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,66.3068,65.6404,65.6404,64.974,63.9744,63.9744,63.9744,63.308,63.308,63.308,62.6416,62.6416,63.6412,64.3076,64.974,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,70.3052,70.3052,70.9716,70.9716,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,67.6396,66.64,65.9736,65.3072,63.9744,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.31,58.31,57.6436,56.3108,55.6444,54.978,54.3116,52.9788,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.3148,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,46.647999999999996,47.6476,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,52.6456,53.312,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.9776,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,58.9764,59.976,61.3088,61.9752,62.6416,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.3064,66.64,66.3068,65.6404,65.6404,64.974,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.306,68.306,68.306,67.6396,66.9732,65.9736,64.6408,63.308,61.641999999999996,59.976,58.6432,56.977199999999996,54.978,52.9788,51.646,50.3132,48.314,45.9816,43.9824,41.65,40.3172,38.6512,37.3184,35.9856,34.6528,34.6528,33.986399999999996,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,38.6512,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.6484,45.6484,46.9812,47.6476,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.6456,52.6456,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,69.6388,70.3052,70.3052,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332],[63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,81.634,82.3004,82.96679999999999,83.9664,84.6328,84.966,84.966,85.6324,85.6324,84.966,85.2992,85.2992,85.2992,84.966,85.6324,86.2988,87.2984,87.9648,88.298,88.9644,89.6308,89.964,89.2976,88.63119999999999,88.9644,88.298,87.9648,87.9648,87.2984,86.2988,85.9656,85.9656,86.2988,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,91.2968,91.63,91.63,91.63,92.6296,93.6292,94.2956,94.962,96.2948,96.628,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,99.96,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,102.2924,102.6256,102.6256,103.292,104.2916,104.958,104.958,105.2912,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.6244,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,104.6248,104.958,105.6244,106.624,106.9572,106.9572,107.2904,107.2904,107.9568,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,105.6244,106.2908,107.6236,108.28999999999999,109.2896,109.956,111.2888,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,108.9564,109.6228,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,111.2888,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.6208,114.954,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,114.954,114.954,114.954,114.2876,113.6212,112.95479999999999,112.2884,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.6204,116.62,116.62,116.9532,117.6196,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,117.9528,117.6196,116.62,116.2868,115.6204,114.954,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.2876,113.95439999999999,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,110.9556,110.6224,109.956,109.956,109.2896,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,109.6228,109.6228,109.6228,109.6228,109.956,109.956,110.2892,110.9556,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,110.6224,109.2896,107.2904,106.9572,106.624,105.9576,105.6244,104.6248,103.62519999999999,101.9592,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,99.2936,99.2936,98.6272,97.2944,95.6284,95.2952,94.6288,93.9624,92.6296,91.63,90.6304,89.6308,88.298,87.2984,86.2988,84.2996,82.3004,81.3008,80.6344,79.968,79.6348,79.6348,79.968,79.3016,78.9684,78.30199999999999,77.3024,76.636,75.6364,75.6364,74.97,74.3036,73.304,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,65.6404,64.974,64.974,64.3076,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,63.6412,63.6412,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,70.3052,70.3052,70.9716,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.306,67.6396,66.9732,65.9736,65.3072,64.6408,63.9744,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.31,57.6436,57.6436,56.977199999999996,55.6444,54.978,54.3116,53.6452,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,44.982,44.315599999999996,44.315599999999996,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,46.9812,46.9812,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,51.3128,51.9792,51.9792,51.9792,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,57.6436,58.9764,59.976,61.3088,61.9752,62.6416,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.64,65.9736,65.6404,64.974,64.3076,63.308,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.974,64.974,65.6404,66.9732,67.6396,67.6396,68.6392,68.6392,67.97279999999999,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,65.9736,66.3068,65.6404,64.6408,63.308,61.641999999999996,60.3092,58.6432,57.3104,55.6444,54.3116,52.3124,50.9796,49.6468,47.3144,45.3152,43.316,40.9836,39.6508,37.9848,37.3184,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.6484,46.3148,46.9812,48.314,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,53.9784,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,53.6452,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332],[63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,70.6384,71.3048,72.3044,72.9708,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.634,82.96679999999999,83.6332,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.2988,85.6324,86.2988,86.9652,87.9648,88.63119999999999,90.2972,91.2968,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,88.298,87.9648,86.9652,86.9652,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,94.2956,94.962,95.9616,96.9612,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.62519999999999,104.2916,104.958,105.2912,105.2912,105.6244,106.2908,106.2908,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.6244,106.2908,106.9572,107.6236,107.6236,108.28999999999999,108.6232,109.2896,109.2896,108.6232,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,108.28999999999999,109.2896,110.6224,111.2888,111.9552,112.6216,112.2884,112.2884,111.9552,112.2884,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,111.622,111.622,111.622,112.2884,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,116.62,116.2868,116.2868,115.2872,115.2872,114.954,114.2876,113.6212,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,113.288,113.95439999999999,113.95439999999999,114.6208,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,116.62,116.9532,117.6196,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,118.9524,118.9524,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.2852,119.952,119.952,118.9524,118.61919999999999,117.6196,116.62,116.2868,115.9536,115.6204,115.6204,115.6204,114.954,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,114.954,114.954,113.6212,113.6212,112.95479999999999,112.6216,112.2884,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.956,109.2896,109.2896,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,108.9564,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,112.6216,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,110.6224,109.2896,107.2904,106.9572,106.624,105.9576,105.6244,104.6248,103.62519999999999,102.2924,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.96,99.2936,98.6272,97.2944,96.628,95.6284,94.962,93.9624,93.29599999999999,91.9632,91.63,89.964,89.2976,87.6316,86.2988,84.966,82.96679999999999,82.3004,81.3008,80.6344,80.3012,80.3012,80.6344,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,75.6364,74.97,74.3036,73.304,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,64.974,64.3076,64.3076,63.6412,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.306,67.6396,66.9732,65.9736,65.3072,64.6408,63.308,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.3148,45.6484,44.982,44.315599999999996,44.315599999999996,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,43.316,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.9784,54.6448,55.3112,55.3112,56.3108,56.977199999999996,57.6436,58.9764,59.976,61.3088,61.9752,62.6416,63.9744,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,65.9736,65.3072,63.9744,63.308,63.308,62.3084,61.3088,60.6424,60.6424,60.6424,59.6428,59.6428,60.3092,60.3092,60.3092,60.9756,60.9756,60.9756,60.9756,60.9756,60.9756,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,65.9736,65.9736,64.6408,63.9744,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.9744,63.308,62.6416,61.3088,60.6424,59.309599999999996,57.9768,56.644,54.978,53.6452,51.646,50.3132,48.314,46.3148,44.6488,42.3164,40.9836,38.9844,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,40.6504,41.3168,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,46.3148,46.3148,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,53.9784,54.6448,54.6448,54.6448,54.3116,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999],[63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.972,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,82.3004,83.6332,84.6328,85.9656,86.632,86.632,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.9652,86.9652,87.6316,88.9644,90.6304,91.2968,91.9632,92.6296,92.2964,92.2964,91.63,91.2968,90.6304,89.964,88.9644,88.298,87.9648,87.2984,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.6292,94.6288,95.6284,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.2932,100.9596,101.2928,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,99.96,99.96,99.96,99.96,99.96,99.96,99.96,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,102.2924,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.9576,105.9576,105.6244,106.2908,106.2908,106.2908,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,104.958,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,108.28999999999999,108.6232,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,110.2892,111.2888,111.622,112.6216,113.288,112.95479999999999,112.95479999999999,112.6216,112.2884,111.622,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.2868,116.2868,115.2872,115.2872,114.954,114.954,114.2876,113.6212,113.288,112.6216,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.6212,114.6208,114.6208,115.6204,115.6204,115.9536,115.9536,115.9536,116.62,116.62,116.62,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.2864,117.2864,117.6196,117.6196,117.6196,118.286,118.9524,119.6188,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,119.6188,119.2856,118.61919999999999,117.6196,116.9532,116.62,116.2868,116.2868,116.2868,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,115.9536,115.9536,115.2872,115.2872,114.954,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,110.6224,109.956,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892,110.9556,110.9556,110.9556,111.2888,111.622,111.622,112.6216,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,110.9556,109.2896,107.9568,107.2904,106.624,105.9576,105.6244,104.6248,103.62519999999999,102.6256,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.96,99.2936,98.96039999999999,98.294,96.628,95.9616,95.6284,94.6288,93.29599999999999,92.6296,91.63,90.6304,89.2976,88.298,87.2984,86.2988,84.2996,82.96679999999999,82.3004,81.9672,81.9672,80.9676,81.3008,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.3028,75.6364,74.97,74.3036,73.304,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.3076,63.6412,63.6412,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.306,67.6396,66.9732,65.9736,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,57.9768,57.6436,56.977199999999996,56.977199999999996,56.3108,54.978,54.3116,53.6452,52.9788,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.3148,45.6484,44.982,44.315599999999996,44.315599999999996,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,53.312,53.9784,54.6448,55.3112,55.6444,56.3108,57.6436,58.31,59.976,60.6424,61.9752,62.6416,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,64.6408,63.9744,63.308,62.3084,61.641999999999996,60.9756,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,62.6416,63.308,63.308,63.9744,63.9744,63.9744,62.6416,61.9752,61.9752,61.3088,60.9756,60.3092,60.3092,60.3092,60.3092,60.9756,60.9756,61.641999999999996,61.9752,61.9752,60.6424,59.976,58.6432,57.9768,57.3104,55.6444,54.3116,52.9788,50.9796,49.6468,46.9812,45.6484,43.6492,41.65,40.3172,38.9844,37.3184,36.652,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,38.6512,38.6512,39.3176,39.984,40.6504,41.3168,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,45.9816,46.3148,46.9812,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,54.3116,54.6448,55.3112,55.3112,55.3112,54.978,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.9788,53.6452,53.6452,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999],[64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.3064,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.9692,76.9692,77.6356,78.6352,78.6352,79.3016,78.9684,79.6348,80.6344,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.298,88.298,88.63119999999999,88.298,88.298,87.9648,87.2984,87.2984,87.2984,87.2984,88.298,89.6308,91.2968,91.63,92.9628,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,92.6296,91.9632,91.2968,90.2972,89.964,88.63119999999999,88.298,87.9648,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,90.2972,91.63,91.63,92.2964,92.9628,93.6292,94.2956,94.6288,95.9616,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.9576,106.2908,106.9572,106.9572,106.9572,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912,105.6244,105.9576,105.9576,106.624,106.2908,106.2908,106.9572,107.6236,107.6236,108.28999999999999,109.2896,109.2896,109.956,110.6224,109.956,109.956,109.2896,109.2896,109.956,109.2896,109.2896,109.2896,109.956,109.956,110.6224,111.622,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.95479999999999,113.6212,113.6212,114.2876,114.2876,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.9528,118.286,118.286,117.9528,117.9528,117.6196,117.6196,117.2864,116.62,116.2868,116.2868,116.62,115.9536,115.6204,115.2872,114.2876,113.6212,113.288,113.288,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.954,114.954,115.2872,115.2872,115.9536,115.9536,116.9532,116.9532,116.9532,117.6196,117.6196,117.9528,119.2856,119.6188,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,118.9524,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.6188,119.952,120.9516,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,120.9516,120.2852,119.6188,118.9524,118.286,117.9528,117.9528,116.9532,116.9532,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,117.2864,117.2864,116.62,116.62,115.2872,115.2872,114.954,114.954,114.2876,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.288,112.95479999999999,112.2884,110.9556,109.956,108.6232,107.9568,106.2908,105.9576,104.958,104.6248,103.292,102.2924,101.2928,100.6264,100.2932,99.96,99.96,99.6268,98.96039999999999,99.2936,99.2936,98.96039999999999,98.6272,97.6276,95.9616,95.6284,94.6288,93.9624,93.29599999999999,91.9632,91.2968,90.2972,89.6308,88.63119999999999,87.9648,85.6324,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,76.3028,75.6364,75.6364,74.97,73.63719999999999,72.9708,72.9708,72.3044,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,63.308,63.308,63.308,62.3084,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,62.6416,63.9744,63.9744,63.9744,63.308,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.3072,64.6408,64.6408,63.9744,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.306,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,59.976,58.9764,58.9764,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.6448,53.9784,53.312,52.6456,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.3152,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,52.3124,52.9788,53.6452,54.3116,55.6444,56.3108,56.977199999999996,58.31,59.309599999999996,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.9744,63.308,63.9744,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,57.9768,57.9768,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.9776,56.644,56.644,56.977199999999996,56.977199999999996,57.3104,57.3104,57.3104,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,60.3092,61.3088,61.3088,61.3088,61.3088,61.3088,60.3092,59.6428,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,58.9764,57.6436,56.977199999999996,56.3108,55.6444,53.6452,52.3124,50.9796,49.6468,48.314,46.3148,44.6488,42.9828,40.9836,39.3176,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,38.6512,39.3176,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.9816,46.647999999999996,46.9812,47.6476,48.314,48.314,49.6468,50.9796,51.646,52.3124,53.312,53.312,53.9784,54.6448,55.6444,56.3108,56.3108,56.3108,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.9756,61.9752,62.6416,63.308,63.308,64.6408,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,82.6336,81.9672],[64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.636,76.9692,77.6356,78.6352,78.6352,79.3016,79.3016,79.6348,80.3012,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.2988,87.2984,87.9648,88.9644,88.9644,89.2976,89.2976,88.9644,88.298,87.9648,87.2984,87.2984,87.9648,89.2976,90.6304,91.63,92.2964,93.6292,93.6292,93.9624,94.6288,93.9624,93.6292,92.9628,92.9628,91.9632,91.2968,90.2972,89.6308,88.63119999999999,88.298,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.6292,94.6288,94.6288,95.6284,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,103.292,103.62519999999999,104.2916,104.2916,105.2912,105.6244,106.624,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,103.9584,104.6248,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,106.624,107.2904,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.6232,109.2896,109.956,110.6224,110.9556,110.9556,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.2876,114.2876,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.622,111.9552,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,114.954,114.954,114.954,114.954,115.2872,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.9528,118.61919999999999,118.9524,118.9524,118.61919999999999,117.9528,117.9528,117.6196,117.2864,117.2864,116.62,116.2868,116.62,116.62,115.9536,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,115.6204,115.9536,115.6204,115.6204,116.62,116.62,116.9532,117.6196,117.6196,117.9528,118.286,119.6188,120.6184,120.9516,121.2848,120.6184,120.6184,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,118.286,118.286,118.286,118.9524,118.9524,119.2856,120.6184,120.6184,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,121.2848,120.2852,119.6188,118.9524,118.286,118.61919999999999,117.6196,117.6196,116.9532,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.2872,115.2872,114.954,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,109.956,110.2892,110.2892,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.288,112.95479999999999,112.2884,110.9556,109.956,108.6232,107.9568,106.9572,105.9576,104.958,104.6248,102.6256,102.2924,101.2928,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,99.2936,99.2936,98.96039999999999,98.6272,97.6276,96.628,95.9616,94.962,94.6288,93.29599999999999,92.6296,91.63,91.2968,90.2972,89.2976,88.298,86.632,85.2992,84.966,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,76.3028,76.3028,75.6364,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.306,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,63.308,63.308,63.308,63.308,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,62.6416,63.9744,63.9744,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.306,67.6396,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,61.3088,60.6424,60.6424,59.976,58.9764,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,53.9784,53.9784,53.312,52.6456,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,51.646,52.3124,52.9788,53.6452,54.978,55.6444,56.3108,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.3104,56.644,55.6444,55.6444,54.978,54.978,54.6448,54.6448,54.6448,54.6448,54.978,55.3112,55.3112,55.3112,54.978,55.6444,55.6444,56.3108,56.644,57.3104,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,56.977199999999996,56.3108,54.978,54.3116,52.9788,52.3124,50.9796,49.6468,48.314,46.9812,44.982,43.316,41.65,40.3172,39.3176,37.9848,35.9856,35.3192,33.986399999999996,33.32,32.6536,32.6536,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,37.3184,38.6512,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.6476,47.6476,48.314,48.314,49.6468,50.9796,51.646,52.3124,53.312,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,81.9672,81.9672],[65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,76.636,76.636,77.6356,77.6356,78.6352,79.3016,79.3016,79.968,79.6348,80.3012,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.2988,87.2984,88.63119999999999,89.2976,89.964,89.964,89.964,88.9644,88.298,87.9648,87.9648,88.298,88.9644,89.964,91.2968,92.6296,93.29599999999999,93.9624,94.962,95.9616,95.6284,95.6284,95.2952,94.962,94.2956,93.9624,92.9628,91.9632,91.2968,90.2972,89.2976,88.63119999999999,87.9648,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,89.964,91.2968,91.63,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,95.6284,95.9616,96.2948,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,103.292,103.62519999999999,104.2916,104.2916,105.2912,105.6244,106.624,106.9572,107.2904,107.2904,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,104.958,104.958,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,106.2908,106.9572,107.2904,107.2904,108.28999999999999,108.6232,108.6232,109.2896,109.956,110.6224,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.6216,113.6212,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,117.6196,117.6196,117.9528,117.9528,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.2864,117.2864,116.62,116.62,116.62,116.62,115.9536,115.9536,114.954,114.2876,113.6212,113.6212,113.288,113.288,113.95439999999999,113.95439999999999,115.2872,115.6204,115.9536,116.62,116.9532,116.9532,117.2864,117.9528,117.9528,118.61919999999999,118.61919999999999,118.9524,118.9524,119.952,121.2848,121.618,121.618,121.2848,121.2848,120.6184,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,119.6188,120.6184,121.2848,121.2848,121.9512,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,121.2848,121.2848,120.9516,120.2852,119.6188,119.6188,118.9524,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,110.9556,109.2896,108.6232,108.28999999999999,106.9572,105.6244,105.6244,104.6248,102.6256,102.2924,101.2928,100.6264,100.2932,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.6276,96.628,95.9616,94.962,94.6288,93.9624,93.6292,92.6296,91.9632,90.6304,90.6304,89.2976,87.9648,86.632,85.6324,84.2996,83.3,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,63.9744,63.9744,63.9744,63.308,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,62.6416,63.9744,63.9744,63.308,62.3084,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.641999999999996,61.641999999999996,61.641999999999996,62.3084,62.3084,63.308,63.308,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.9744,63.308,63.308,62.3084,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,68.306,67.6396,66.9732,66.3068,65.3072,64.6408,63.9744,62.3084,61.3088,60.6424,59.976,59.976,58.9764,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,53.9784,53.9784,53.312,52.6456,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.9796,51.646,51.646,52.3124,53.6452,54.3116,54.978,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,53.6452,53.6452,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.9788,52.9788,52.9788,52.9788,52.9788,54.3116,54.3116,54.978,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,55.9776,54.978,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,54.3116,53.6452,52.9788,52.3124,51.646,50.3132,49.6468,49.6468,48.314,47.6476,46.3148,44.315599999999996,42.6496,40.6504,39.3176,38.6512,37.3184,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.6476,47.6476,48.314,48.314,49.6468,50.9796,51.646,52.3124,53.312,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,56.644,55.9776,55.9776,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,65.3072,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,81.9672,81.9672],[65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,77.3024,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.3012,80.9676,81.9672,82.6336,83.6332,84.966,86.2988,87.2984,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,88.9644,88.9644,88.298,87.9648,88.9644,89.2976,90.6304,91.2968,92.6296,93.6292,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,94.962,94.2956,93.6292,92.9628,91.63,90.6304,89.2976,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,89.964,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,103.292,103.62519999999999,104.2916,104.6248,105.6244,106.2908,107.2904,106.9572,107.2904,107.2904,107.6236,107.6236,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,105.6244,104.958,104.958,104.6248,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,106.624,106.9572,107.2904,107.2904,107.9568,108.6232,109.2896,109.2896,109.956,110.6224,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.954,115.2872,116.62,116.62,116.62,116.62,115.9536,115.9536,114.954,114.954,114.2876,114.2876,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,117.9528,117.9528,118.61919999999999,118.9524,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,117.6196,117.2864,117.2864,116.62,116.62,116.62,116.62,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,113.6212,113.95439999999999,114.6208,115.6204,116.2868,116.62,116.62,116.9532,117.6196,117.9528,118.286,118.61919999999999,118.9524,118.9524,119.6188,119.6188,120.2852,121.2848,121.618,121.618,121.618,121.2848,121.2848,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.952,121.2848,122.2844,122.2844,122.2844,122.6176,122.6176,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.2848,120.9516,120.9516,120.2852,119.952,118.9524,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,117.6196,117.2864,117.2864,116.62,116.62,116.62,115.9536,115.9536,114.954,114.954,114.2876,114.2876,113.6212,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,110.6224,109.2896,108.28999999999999,107.6236,106.9572,105.6244,104.958,103.9584,102.6256,101.9592,100.6264,100.2932,99.6268,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,95.9616,95.6284,94.962,94.6288,93.9624,93.9624,93.29599999999999,92.6296,91.63,91.2968,90.2972,88.298,87.9648,85.9656,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.9684,78.30199999999999,78.30199999999999,77.3024,75.6364,74.97,74.97,74.3036,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,63.9744,63.9744,63.9744,63.9744,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,61.9752,62.6416,63.308,63.308,62.3084,61.641999999999996,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.9756,60.9756,60.9756,61.641999999999996,61.641999999999996,62.3084,62.3084,62.3084,62.6416,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,62.3084,62.3084,61.641999999999996,61.641999999999996,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,68.306,67.6396,66.3068,65.6404,64.6408,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,53.9784,53.9784,53.312,52.6456,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,44.982,45.6484,46.3148,46.9812,47.6476,48.314,50.3132,50.9796,50.9796,51.646,52.9788,53.6452,54.3116,54.978,55.6444,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,53.312,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.6464,50.9796,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,53.9784,53.312,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,48.314,47.6476,46.9812,46.9812,46.3148,44.315599999999996,42.6496,41.3168,39.3176,38.6512,37.9848,36.652,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,38.6512,39.6508,40.9836,41.65,42.3164,43.316,43.9824,44.6488,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,47.6476,47.6476,48.314,48.314,49.6468,50.9796,51.646,52.3124,53.312,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,56.644,55.9776,55.9776,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,70.3052,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,81.9672,81.9672],[66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.3012,80.9676,81.9672,82.6336,83.6332,84.966,86.632,87.9648,88.298,88.63119999999999,89.6308,90.2972,89.964,89.964,88.63119999999999,88.63119999999999,88.298,87.6316,88.9644,89.2976,90.6304,91.63,93.29599999999999,93.9624,95.6284,95.9616,96.9612,96.9612,97.2944,97.2944,96.9612,96.2948,95.9616,95.6284,94.962,93.9624,93.6292,91.63,89.964,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.2968,91.63,91.9632,92.6296,92.9628,93.6292,93.9624,94.6288,94.6288,95.6284,96.2948,96.9612,96.628,97.2944,98.294,98.294,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.2904,106.9572,107.2904,107.2904,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,107.9568,108.6232,108.6232,109.2896,109.2896,109.956,110.6224,110.6224,110.9556,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,115.6204,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,116.62,116.62,115.6204,115.6204,114.6208,114.6208,114.2876,114.2876,114.6208,114.954,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,118.9524,118.9524,119.6188,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.9528,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.6204,114.954,114.6208,114.6208,114.6208,115.2872,115.9536,116.62,117.2864,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.2852,120.6184,121.618,122.2844,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,120.2852,120.2852,120.2852,119.952,119.952,120.2852,120.9516,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.95,124.95,125.2832,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,121.2848,120.2852,120.2852,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.9524,118.61919999999999,117.9528,117.9528,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,116.2868,116.2868,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.2884,110.9556,109.2896,108.28999999999999,107.6236,106.9572,105.6244,104.958,103.9584,102.6256,101.2928,100.6264,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.628,96.628,96.2948,95.9616,95.6284,94.962,94.6288,94.6288,93.9624,93.29599999999999,92.9628,92.6296,91.2968,90.2972,89.2976,88.298,86.632,85.2992,83.6332,82.96679999999999,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,79.968,79.968,78.9684,78.30199999999999,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.6376,71.9712,71.3048,71.3048,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.3068,65.6404,64.974,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.9764,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,61.9752,61.3088,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.308,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,67.3064,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.3052,70.3052,69.6388,68.9724,68.306,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,55.9776,55.9776,55.3112,54.6448,53.9784,53.9784,53.312,52.6456,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.6488,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.982,45.6484,46.9812,47.6476,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,54.978,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.6448,54.6448,53.9784,53.312,52.6456,51.9792,50.9796,50.3132,49.6468,49.6468,48.314,47.6476,47.6476,47.6476,47.6476,48.314,48.314,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.98,50.6464,51.3128,51.9792,51.9792,51.9792,51.3128,50.6464,49.6468,49.6468,48.314,48.314,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,45.3152,45.3152,44.6488,44.982,44.315599999999996,42.6496,41.3168,39.984,38.6512,37.3184,36.652,35.3192,33.986399999999996,32.6536,31.9872,31.9872,31.3208,31.3208,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,38.6512,39.6508,40.9836,41.65,42.3164,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.3144,47.6476,47.6476,48.314,48.314,49.6468,50.9796,51.646,52.3124,53.312,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,57.6436,56.644,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,69.6388,70.3052,70.9716,71.9712,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,82.3004,82.3004],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.6348,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.9676,81.634,82.6336,83.6332,84.966,86.2988,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.2972,89.964,89.964,88.63119999999999,88.63119999999999,88.298,88.298,88.9644,89.2976,91.2968,91.63,93.29599999999999,94.6288,95.6284,96.628,97.6276,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.6284,93.9624,93.29599999999999,91.63,89.964,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.9632,91.9632,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.628,96.628,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.2904,106.9572,107.2904,107.2904,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.624,107.6236,107.9568,108.6232,108.9564,109.2896,109.2896,109.956,110.2892,110.6224,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.6204,116.62,117.2864,117.6196,118.61919999999999,118.61919999999999,118.9524,118.286,118.286,117.6196,117.2864,116.62,116.62,115.9536,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.6196,117.9528,118.286,118.9524,118.9524,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,115.2872,115.6204,116.62,117.2864,117.2864,117.2864,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.952,119.952,120.2852,120.6184,121.618,122.2844,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,122.6176,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,120.9516,120.9516,120.9516,121.2848,121.2848,121.618,122.2844,123.28399999999999,123.6172,123.9504,124.28359999999999,124.6168,124.95,124.95,124.95,124.95,124.95,124.95,124.95,125.2832,125.2832,125.6164,125.6164,125.2832,124.95,124.95,124.28359999999999,123.9504,123.28399999999999,122.9508,122.2844,121.9512,120.9516,120.9516,120.2852,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.6188,119.6188,119.6188,119.2856,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.2872,115.2872,114.954,114.6208,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,110.9556,109.2896,108.28999999999999,107.6236,106.2908,105.6244,104.6248,103.62519999999999,102.2924,101.2928,100.2932,98.96039999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.2948,96.2948,96.2948,95.9616,95.6284,94.962,94.6288,94.6288,93.9624,93.6292,93.6292,92.9628,91.63,90.6304,89.964,88.298,87.9648,85.9656,84.2996,82.96679999999999,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,78.30199999999999,77.3024,77.3024,76.636,76.3028,75.6364,74.97,74.3036,73.304,72.6376,72.6376,71.3048,70.6384,69.972,69.3056,67.97279999999999,66.9732,66.3068,65.6404,65.6404,64.6408,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,58.9764,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,59.309599999999996,60.6424,61.3088,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.3052,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,62.3084,61.3088,59.976,59.976,59.309599999999996,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,55.9776,55.9776,55.3112,54.6448,53.9784,53.9784,53.312,53.312,52.3124,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,44.982,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.3168,40.6504,40.6504,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,44.315599999999996,44.982,46.3148,46.9812,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,53.6452,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,54.978,53.9784,53.312,52.6456,52.6456,51.9792,51.3128,49.6468,48.980399999999996,48.314,47.3144,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,47.3144,47.3144,48.6472,48.6472,49.3136,49.98,49.98,49.98,49.3136,48.6472,47.3144,46.647999999999996,46.3148,45.6484,45.9816,45.9816,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,44.982,44.315599999999996,43.6492,43.316,43.316,43.316,43.316,42.6496,41.3168,39.984,38.6512,37.3184,36.652,35.3192,34.6528,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,39.3176,40.3172,40.9836,41.65,42.9828,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,46.647999999999996,47.3144,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.9716,71.9712,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.3004,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,82.3004],[66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.3012,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,80.9676,81.634,82.6336,83.6332,84.966,86.2988,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.2972,89.964,89.964,88.63119999999999,88.63119999999999,88.298,88.298,89.2976,89.964,91.2968,92.2964,93.6292,94.6288,95.9616,96.9612,98.294,98.96039999999999,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,96.2948,95.9616,93.9624,92.9628,91.2968,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,91.9632,91.9632,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.2948,96.628,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.2904,106.9572,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,107.6236,107.9568,109.2896,109.956,110.2892,110.2892,110.6224,110.9556,111.622,111.622,112.2884,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.6204,115.6204,115.6204,115.6204,116.2868,116.62,117.9528,118.9524,119.6188,119.952,119.952,119.952,119.2856,118.9524,118.61919999999999,118.286,117.9528,117.9528,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.6184,120.6184,120.6184,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.9536,116.62,116.62,117.2864,117.6196,117.6196,118.286,118.286,118.9524,118.9524,119.6188,120.2852,120.2852,120.6184,121.2848,121.9512,122.6176,122.9508,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.6176,123.28399999999999,123.6172,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,126.9492,126.9492,126.616,125.9496,125.9496,125.2832,125.2832,124.28359999999999,123.6172,122.9508,122.9508,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,120.9516,120.9516,120.9516,120.2852,119.952,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,117.2864,117.2864,117.2864,116.62,116.2868,115.9536,115.6204,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,110.9556,109.2896,108.28999999999999,107.6236,105.9576,105.6244,104.6248,103.292,101.9592,100.6264,100.2932,98.6272,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,95.6284,95.9616,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,93.6292,93.6292,92.9628,92.6296,91.2968,89.964,88.63119999999999,87.9648,86.2988,84.966,83.6332,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.9672,82.3004,82.3004,81.3008,80.6344,79.6348,78.9684,78.30199999999999,78.30199999999999,76.9692,76.3028,75.6364,74.97,73.9704,73.304,72.6376,71.9712,70.6384,69.972,69.3056,67.97279999999999,66.9732,66.3068,65.6404,65.6404,64.6408,64.6408,63.9744,63.9744,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,58.9764,58.9764,58.9764,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,59.309599999999996,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.3052,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,62.3084,60.6424,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,55.9776,55.9776,55.3112,54.6448,53.9784,53.9784,53.312,53.312,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,44.982,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,43.6492,44.315599999999996,44.982,46.3148,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.9796,52.9788,53.6452,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.978,54.978,55.3112,55.3112,55.3112,55.9776,55.9776,55.3112,55.3112,54.6448,53.6452,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,49.6468,47.6476,46.9812,45.9816,45.3152,44.6488,44.6488,44.315599999999996,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,45.3152,45.6484,45.6484,46.3148,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,45.3152,44.6488,43.9824,43.316,42.9828,42.9828,42.9828,42.9828,42.9828,43.6492,43.6492,43.6492,43.6492,42.9828,42.9828,42.3164,41.65,41.65,41.65,41.65,41.9832,41.3168,40.6504,39.3176,38.6512,37.3184,35.9856,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,30.6544,30.9876,30.9876,31.654,31.654,31.654,31.654,30.9876,30.9876,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,36.652,37.3184,38.6512,39.3176,40.3172,40.9836,42.3164,42.9828,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,46.647999999999996,47.3144,48.314,48.314,48.314,48.980399999999996,50.3132,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.9716,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,68.6392,68.6392,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.3004,82.96679999999999,83.6332,84.2996,83.6332,83.6332,82.96679999999999],[66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,76.3028,77.3024,78.9684,79.6348,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.3012,80.3012,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,85.6324,86.9652,87.2984,88.298,89.2976,89.2976,90.2972,90.2972,89.964,89.964,88.9644,88.9644,88.298,88.298,89.2976,89.964,91.2968,92.2964,93.6292,94.6288,95.9616,96.9612,98.294,98.96039999999999,99.96,99.96,99.96,99.96,99.2936,98.96039999999999,97.96079999999999,97.2944,96.2948,95.2952,93.6292,91.63,90.2972,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,91.2968,91.63,91.9632,92.6296,92.9628,93.6292,93.9624,94.6288,94.6288,95.2952,95.9616,96.2948,96.2948,96.628,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.624,106.9572,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,106.624,106.9572,107.6236,107.6236,107.9568,109.956,110.2892,110.2892,110.2892,110.9556,111.2888,111.622,112.2884,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.6204,115.6204,115.9536,115.9536,116.62,116.62,117.9528,118.9524,119.6188,119.952,120.9516,120.9516,120.2852,120.2852,119.6188,119.952,118.9524,118.9524,118.286,118.286,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,118.286,118.286,118.286,118.9524,118.9524,119.2856,119.2856,119.2856,118.9524,119.6188,119.6188,119.952,120.6184,120.6184,120.6184,120.6184,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.6204,116.2868,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.286,118.9524,118.9524,120.2852,120.2852,120.6184,120.6184,121.2848,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,127.2824,127.2824,127.6156,126.9492,126.616,126.616,125.9496,125.6164,125.2832,124.95,124.28359999999999,123.28399999999999,123.28399999999999,122.2844,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,117.6196,117.2864,117.2864,116.62,115.9536,115.6204,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,113.288,112.95479999999999,111.2888,109.956,107.9568,107.6236,105.6244,105.2912,104.2916,103.292,101.9592,100.6264,99.2936,98.6272,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.9616,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.6292,93.6292,92.9628,92.6296,91.2968,89.964,88.63119999999999,87.9648,86.9652,85.6324,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,80.6344,79.6348,79.6348,78.9684,77.6356,76.9692,76.3028,75.6364,74.6368,73.9704,73.304,71.9712,71.3048,69.972,69.3056,68.6392,67.6396,66.9732,66.3068,65.6404,64.974,64.6408,64.6408,63.9744,63.9744,63.308,63.308,63.308,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,59.6428,58.9764,58.9764,58.9764,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.3104,57.3104,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.97279999999999,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,62.3084,60.6424,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.9776,55.3112,54.6448,53.9784,53.9784,53.312,53.312,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,47.3144,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,42.9828,43.6492,44.315599999999996,44.982,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,51.646,52.3124,52.6456,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.6452,53.6452,53.9784,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.312,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.314,46.3148,45.6484,44.982,43.9824,43.316,43.316,43.316,42.9828,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,44.315599999999996,44.315599999999996,44.982,44.982,44.982,44.315599999999996,44.315599999999996,43.6492,43.316,42.6496,41.9832,41.9832,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,40.9836,40.9836,40.3172,39.6508,39.6508,40.3172,40.3172,40.6504,39.984,39.3176,37.9848,37.3184,35.9856,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,30.6544,30.6544,30.9876,30.9876,31.654,31.654,31.654,31.654,30.9876,30.9876,31.9872,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,36.652,37.9848,38.6512,39.984,40.9836,41.65,42.3164,42.9828,43.9824,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.3144,47.3144,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,52.3124,53.312,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,55.9776,55.3112,55.3112,54.6448,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,63.6412,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,70.9716,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,83.6332,83.6332],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,76.3028,78.30199999999999,78.9684,79.6348,80.3012,80.6344,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,86.9652,87.2984,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.63,93.29599999999999,94.6288,95.9616,96.628,98.6272,98.96039999999999,99.6268,99.96,99.96,99.96,100.2932,99.6268,98.6272,97.96079999999999,96.9612,95.9616,93.6292,91.9632,90.6304,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,89.964,89.964,91.2968,91.2968,91.9632,92.6296,92.6296,93.29599999999999,93.9624,94.2956,94.2956,94.962,95.9616,95.9616,96.2948,96.9612,97.2944,97.2944,97.96079999999999,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,100.6264,101.626,101.626,101.626,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.958,104.958,105.6244,105.9576,106.624,107.6236,107.6236,107.6236,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,108.28999999999999,107.9568,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.9564,109.956,110.2892,111.2888,111.2888,111.622,111.622,112.2884,112.2884,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,114.6208,115.2872,115.2872,115.9536,115.9536,116.9532,117.6196,117.9528,118.286,118.9524,119.952,120.9516,121.618,122.2844,122.2844,121.9512,121.618,121.2848,120.9516,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.61919999999999,118.286,117.9528,117.9528,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.61919999999999,118.9524,120.9516,121.2848,121.2848,121.2848,121.9512,121.9512,122.2844,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.28399999999999,123.6172,123.6172,123.6172,124.28359999999999,124.6168,125.2832,125.6164,126.2828,126.2828,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.2824,127.9488,127.9488,127.9488,127.6156,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,119.6188,119.6188,118.9524,118.9524,117.9528,117.9528,117.2864,116.62,115.9536,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,111.622,109.956,108.28999999999999,107.6236,105.9576,105.2912,104.2916,103.292,101.626,100.2932,98.96039999999999,98.294,97.96079999999999,96.628,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.2952,94.6288,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,93.29599999999999,92.6296,91.9632,91.2968,89.2976,88.63119999999999,87.9648,87.2984,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,83.6332,82.96679999999999,81.9672,81.3008,80.6344,80.6344,79.6348,78.9684,78.30199999999999,77.3024,75.6364,74.97,73.63719999999999,72.9708,71.3048,70.6384,69.3056,68.6392,67.97279999999999,67.3064,66.64,65.9736,65.6404,65.6404,65.6404,64.974,64.3076,64.3076,63.6412,63.6412,62.6416,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.3092,59.6428,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,60.3092,60.3092,60.9756,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,65.3072,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,64.6408,63.9744,63.308,62.3084,61.3088,59.976,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.9768,57.3104,57.3104,56.3108,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,52.3124,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,45.6484,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,41.65,41.65,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.6504,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.6492,43.6492,44.315599999999996,44.315599999999996,44.982,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,51.646,51.646,51.9792,51.9792,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.6456,52.6456,51.9792,51.9792,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,44.982,43.6492,42.9828,42.3164,42.3164,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,40.6504,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.3176,39.3176,38.6512,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,37.9848,37.3184,35.3192,34.6528,33.32,32.6536,31.9872,31.9872,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.9848,39.3176,39.984,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,52.3124,53.312,53.9784,54.6448,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.308,64.6408,64.6408,65.3072,65.9736,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,70.3052,70.3052,70.3052,70.3052,69.6388,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.9664,83.9664,83.9664,83.9664],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.97,75.9696,76.636,78.6352,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,85.6324,86.9652,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,89.2976,89.964,91.2968,91.63,93.29599999999999,94.6288,95.9616,96.628,98.6272,98.96039999999999,99.6268,99.96,100.6264,99.96,100.2932,99.6268,98.96039999999999,98.6272,97.2944,95.9616,93.9624,91.9632,90.6304,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.63119999999999,89.2976,89.964,90.2972,91.2968,91.63,92.6296,93.29599999999999,93.29599999999999,93.6292,94.2956,94.962,94.962,95.6284,95.9616,96.2948,96.9612,97.2944,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.96,100.6264,100.6264,100.6264,101.2928,101.626,101.626,101.626,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.958,104.958,105.6244,105.9576,106.624,106.9572,107.6236,107.6236,108.9564,108.9564,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.28999999999999,108.9564,110.2892,110.9556,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.95439999999999,114.6208,114.6208,115.2872,115.2872,115.6204,115.9536,116.62,117.6196,117.9528,118.9524,119.6188,120.2852,120.9516,121.9512,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.9512,120.9516,120.9516,119.952,119.952,119.952,119.952,119.2856,119.2856,119.2856,119.2856,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.6184,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,121.2848,120.6184,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.9528,117.9528,117.2864,116.9532,116.62,116.62,116.9532,116.62,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.61919999999999,118.9524,120.9516,121.2848,121.2848,121.2848,121.9512,121.9512,122.2844,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.6172,123.28399999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,125.2832,125.6164,126.2828,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,127.2824,127.2824,127.2824,128.6152,128.6152,127.9488,127.9488,126.9492,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,124.95,123.9504,123.9504,123.28399999999999,123.28399999999999,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,120.9516,120.2852,120.2852,120.2852,120.2852,119.952,119.952,120.2852,120.2852,120.2852,120.9516,120.2852,119.952,119.6188,119.6188,118.61919999999999,118.61919999999999,117.6196,117.2864,116.62,116.62,115.9536,115.6204,115.2872,115.2872,115.6204,115.6204,115.6204,115.9536,115.6204,115.6204,115.6204,114.954,114.2876,114.954,114.954,114.2876,113.6212,113.288,111.622,109.956,108.28999999999999,107.6236,106.624,105.6244,104.2916,103.292,101.626,100.2932,98.96039999999999,98.294,97.2944,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,93.9624,93.9624,93.6292,93.29599999999999,92.9628,92.9628,92.9628,92.6296,93.29599999999999,92.6296,91.9632,90.6304,89.2976,88.63119999999999,87.9648,87.2984,86.2988,86.2988,85.6324,85.9656,86.632,86.632,86.632,86.2988,86.2988,84.966,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.3008,80.3012,79.6348,78.9684,77.3024,76.3028,75.6364,74.3036,73.63719999999999,71.9712,71.3048,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.64,66.3068,65.6404,65.6404,65.6404,64.974,64.3076,63.6412,63.6412,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.3092,60.3092,59.6428,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,64.974,64.6408,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.3104,57.3104,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,54.3116,53.6452,52.9788,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,41.65,41.65,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,40.3172,40.3172,40.3172,40.9836,40.9836,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.9832,41.9832,42.3164,42.9828,42.9828,43.6492,44.982,45.6484,46.3148,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,50.3132,50.3132,50.6464,50.6464,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.3128,51.3128,50.6464,49.98,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.3148,45.6484,44.982,43.6492,42.3164,41.65,40.9836,40.9836,39.984,39.984,39.984,39.984,39.984,39.984,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.3184,36.652,36.652,34.6528,33.986399999999996,32.6536,31.9872,31.3208,31.3208,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,39.3176,39.984,41.3168,41.9832,42.6496,43.9824,44.6488,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,52.3124,53.312,53.9784,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,69.6388,69.6388,68.9724,68.306,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.9664,83.9664,83.9664],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.97,75.9696,77.3024,79.3016,79.968,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,85.6324,86.9652,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,89.2976,89.964,91.2968,91.63,93.29599999999999,94.6288,95.9616,96.2948,97.96079999999999,98.96039999999999,99.6268,99.96,100.6264,99.96,100.2932,100.2932,98.96039999999999,98.6272,97.96079999999999,96.2948,93.9624,92.9628,91.2968,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,91.2968,91.63,92.2964,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.2936,99.96,100.6264,101.2928,101.2928,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.9576,106.624,106.9572,107.6236,107.9568,108.9564,108.9564,108.28999999999999,108.9564,109.2896,109.2896,109.956,109.956,110.2892,110.2892,109.956,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,109.2896,109.956,110.9556,111.2888,112.2884,112.2884,112.6216,112.6216,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,114.6208,115.6204,115.6204,116.62,116.62,117.2864,117.9528,118.9524,119.6188,119.952,120.6184,121.9512,122.2844,123.28399999999999,123.9504,124.95,124.95,124.6168,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.6184,120.6184,120.6184,120.6184,120.6184,120.6184,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.9512,121.618,121.618,121.618,121.618,121.9512,122.2844,122.2844,121.9512,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.952,119.2856,118.286,118.286,117.9528,117.9528,116.9532,116.9532,116.9532,116.9532,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.61919999999999,118.9524,120.9516,121.2848,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.6164,126.616,127.2824,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.282,128.282,126.9492,126.2828,125.9496,125.6164,125.2832,125.2832,125.2832,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.6184,119.952,119.6188,119.6188,118.9524,118.286,117.6196,117.6196,116.62,116.62,116.2868,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.2868,116.2868,116.2868,114.954,114.954,114.954,114.954,114.2876,113.6212,113.288,111.622,109.956,108.28999999999999,107.6236,106.624,105.6244,104.2916,103.292,101.626,99.96,98.96039999999999,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,93.9624,93.9624,93.6292,93.29599999999999,92.2964,92.2964,92.2964,92.2964,92.6296,91.9632,91.2968,90.6304,89.2976,88.63119999999999,87.9648,87.2984,87.2984,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.2984,86.9652,86.2988,85.6324,84.966,83.6332,82.96679999999999,82.6336,81.9672,80.3012,79.6348,78.9684,78.30199999999999,76.3028,75.6364,74.97,74.3036,72.6376,71.9712,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.3092,60.3092,59.6428,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.3092,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.3076,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.3072,64.6408,64.6408,63.9744,63.9744,63.9744,63.308,62.3084,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.3104,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.3116,53.6452,52.9788,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.65,41.65,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.9828,43.6492,43.6492,44.315599999999996,45.6484,46.3148,46.9812,47.6476,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.315599999999996,43.6492,43.316,41.9832,41.3168,39.984,38.9844,38.9844,38.318,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.9856,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,52.3124,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,65.3072,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.3],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.97,75.9696,77.3024,79.3016,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,85.6324,86.9652,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,89.2976,89.964,91.2968,91.63,93.29599999999999,93.9624,95.2952,96.2948,97.96079999999999,98.96039999999999,99.6268,99.96,100.6264,100.6264,100.9596,100.2932,99.6268,98.96039999999999,97.96079999999999,97.2944,94.962,93.6292,91.9632,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,91.63,92.2964,93.29599999999999,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,96.628,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.96,100.2932,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.6256,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.958,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,110.2892,110.2892,110.2892,110.2892,109.956,108.9564,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,109.956,111.2888,111.9552,112.2884,112.2884,112.6216,113.288,113.288,113.6212,113.95439999999999,114.6208,114.6208,115.2872,115.6204,115.9536,116.62,116.9532,117.9528,118.286,118.9524,119.6188,119.952,120.6184,121.9512,122.2844,123.9504,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.6176,122.6176,122.2844,122.2844,121.618,121.618,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,122.2844,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.6176,122.6176,121.9512,121.9512,121.2848,120.2852,120.2852,119.952,118.9524,118.286,118.286,117.9528,117.6196,116.9532,116.9532,117.6196,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.61919999999999,118.9524,120.9516,121.2848,121.2848,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,125.2832,125.6164,125.6164,126.2828,127.2824,127.2824,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.282,128.282,126.9492,126.2828,125.9496,125.6164,125.2832,125.2832,124.6168,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.6184,120.6184,119.952,119.6188,119.6188,118.9524,117.9528,117.6196,117.2864,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,116.62,116.62,116.2868,115.2872,115.2872,115.2872,114.954,114.954,114.2876,113.288,111.622,109.956,108.28999999999999,107.6236,106.624,105.6244,104.2916,103.292,101.626,99.96,98.294,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.2976,88.63119999999999,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,87.2984,86.9652,86.2988,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,80.3012,79.6348,78.30199999999999,76.9692,76.3028,75.6364,74.3036,73.304,72.6376,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.6396,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.3092,60.3092,59.6428,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.9744,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.974,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,62.3084,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,53.6452,53.6452,52.9788,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.65,41.65,40.9836,40.9836,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.3168,41.9832,42.3164,42.9828,44.315599999999996,44.982,45.6484,46.3148,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,47.6476,47.6476,46.9812,46.9812,46.9812,46.3148,45.6484,44.982,44.315599999999996,44.315599999999996,43.6492,43.6492,42.9828,42.9828,42.3164,41.3168,39.984,39.3176,38.6512,37.6516,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.3208,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.9848,39.3176,39.984,40.6504,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,52.6456,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.3036,75.9696,77.3024,79.968,80.6344,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.6324,86.9652,87.2984,88.298,88.63119999999999,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.63,92.2964,93.6292,94.962,95.9616,97.2944,98.6272,99.6268,100.2932,100.6264,100.6264,100.9596,100.2932,99.6268,99.6268,98.96039999999999,97.96079999999999,96.2948,93.9624,92.9628,91.9632,92.6296,92.2964,92.2964,92.2964,92.2964,91.9632,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.6284,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.2936,99.2936,99.6268,100.2932,100.2932,100.6264,101.626,101.626,102.2924,102.2924,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,105.2912,105.2912,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,110.2892,110.9556,110.9556,111.2888,110.9556,110.9556,110.6224,109.956,109.956,109.2896,109.2896,108.9564,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.6208,115.2872,115.6204,115.9536,116.62,116.9532,116.9532,117.6196,118.286,118.9524,119.6188,119.6188,120.2852,120.6184,121.9512,122.6176,123.9504,124.28359999999999,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,121.9512,121.2848,120.9516,119.952,119.2856,119.2856,118.9524,118.286,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.61919999999999,118.9524,120.9516,121.2848,121.9512,121.9512,122.2844,122.2844,122.9508,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,125.2832,125.2832,125.6164,125.6164,126.616,126.616,127.6156,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,126.9492,126.2828,125.6164,125.2832,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.6176,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,120.6184,120.2852,119.952,119.6188,118.9524,118.286,118.286,118.286,117.9528,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.6196,117.2864,117.2864,116.62,116.62,116.62,116.62,115.9536,114.954,114.2876,113.6212,112.2884,109.956,108.28999999999999,107.6236,106.9572,105.9576,104.6248,103.62519999999999,101.9592,100.2932,98.6272,97.96079999999999,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,94.6288,94.2956,93.6292,93.29599999999999,92.6296,92.6296,92.2964,91.9632,91.63,90.9636,90.6304,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.2988,85.6324,84.2996,83.6332,82.96679999999999,81.634,80.6344,79.968,79.3016,77.3024,76.636,75.9696,75.3032,73.63719999999999,72.9708,72.3044,71.638,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.3092,60.3092,59.6428,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,55.3112,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,63.308,62.3084,62.3084,62.3084,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.31,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.9788,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.6488,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.65,41.65,40.9836,40.9836,40.3172,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,39.6508,40.3172,40.6504,41.3168,42.6496,43.6492,44.315599999999996,44.982,44.982,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.982,44.982,44.6488,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,38.6512,37.3184,36.652,35.9856,35.9856,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.3204,32.3204,32.3204,32.9868,32.9868,32.3204,32.3204,32.3204,31.654,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.9848,39.3176,39.984,40.6504,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.9792,52.6456,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.3044,72.9708,74.3036,75.9696,77.3024,79.968,81.3008,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.63,92.2964,93.6292,94.962,95.9616,97.2944,98.6272,99.6268,100.2932,100.6264,100.6264,100.9596,100.2932,100.2932,99.96,99.6268,98.294,96.628,94.962,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,91.9632,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.6292,94.2956,94.6288,94.962,95.6284,96.2948,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.2936,99.96,100.2932,100.2932,100.2932,100.6264,101.626,102.2924,102.2924,102.2924,103.292,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.6244,105.2912,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.6224,110.2892,109.956,109.956,109.2896,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.6232,109.2896,109.956,110.2892,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.2876,115.2872,115.6204,115.9536,116.62,116.9532,117.6196,117.6196,117.9528,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,121.2848,122.6176,123.9504,124.28359999999999,125.2832,125.6164,125.6164,125.6164,125.6164,125.9496,125.6164,125.6164,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,122.6176,122.6176,121.9512,121.2848,120.9516,120.2852,119.952,119.2856,118.9524,118.286,118.286,117.9528,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.61919999999999,118.9524,120.9516,121.2848,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,125.2832,125.2832,125.6164,125.6164,126.616,127.2824,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,126.9492,126.2828,125.6164,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,121.9512,121.2848,121.2848,120.6184,119.952,119.952,119.6188,118.9524,118.9524,118.9524,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,115.2872,114.2876,113.6212,112.2884,109.956,108.28999999999999,107.6236,106.2908,105.6244,104.6248,103.62519999999999,101.9592,100.2932,98.96039999999999,98.294,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,94.6288,94.2956,93.6292,93.29599999999999,92.6296,92.6296,92.2964,91.9632,90.9636,90.6304,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,87.9648,87.2984,86.632,85.2992,84.2996,83.6332,82.3004,81.634,80.6344,79.3016,78.30199999999999,77.3024,76.636,75.9696,74.3036,73.63719999999999,72.9708,72.3044,71.3048,70.6384,69.972,69.3056,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.3092,60.3092,59.6428,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,55.3112,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,62.3084,62.3084,62.3084,61.641999999999996,61.641999999999996,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,58.9764,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.318,38.318,38.318,38.318,38.9844,38.9844,39.984,41.3168,42.3164,42.9828,43.6492,43.6492,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.6508,38.9844,38.9844,38.318,38.318,37.6516,35.9856,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.3204,32.3204,31.654,31.654,31.654,31.654,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,31.654,30.9876,30.9876,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.9848,39.3176,39.984,40.6504,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.9792,51.9792,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.3056,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.3044,72.9708,74.3036,75.9696,77.3024,79.968,81.3008,81.9672,82.6336,83.6332,83.6332,83.6332,83.6332,83.3,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.63,92.2964,93.6292,94.962,95.9616,96.9612,98.294,98.96039999999999,99.96,100.6264,100.6264,100.9596,100.2932,100.2932,99.96,99.6268,98.96039999999999,96.628,95.9616,93.9624,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.9616,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,105.6244,105.6244,105.6244,106.2908,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,110.9556,110.9556,111.2888,111.2888,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.956,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.956,109.956,111.2888,111.622,112.2884,112.95479999999999,113.6212,113.6212,113.95439999999999,113.95439999999999,114.6208,114.6208,115.6204,115.9536,116.62,116.62,117.6196,117.6196,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,120.2852,121.2848,121.9512,123.28399999999999,123.9504,124.95,124.95,125.9496,125.9496,126.616,126.616,126.616,125.9496,125.9496,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.28359999999999,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.9508,122.6176,121.9512,121.2848,120.9516,119.952,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.9524,119.6188,120.9516,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,125.2832,125.2832,125.9496,125.9496,126.616,127.2824,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,126.9492,126.2828,125.6164,125.2832,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.6172,122.9508,122.9508,122.9508,122.9508,122.9508,122.6176,122.6176,121.618,121.2848,120.6184,120.6184,120.6184,119.952,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.2864,116.62,115.2872,114.2876,113.6212,112.2884,109.956,108.28999999999999,107.6236,106.2908,105.6244,104.6248,103.62519999999999,101.9592,100.6264,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,94.6288,94.2956,93.6292,93.29599999999999,92.6296,92.6296,92.2964,91.2968,90.6304,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.2976,88.63119999999999,88.298,87.9648,86.632,85.2992,84.966,84.2996,82.96679999999999,82.3004,80.6344,79.968,78.30199999999999,77.3024,76.636,75.9696,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,68.9724,68.306,68.306,67.6396,66.9732,66.3068,65.6404,64.974,63.308,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.3088,60.3092,60.3092,59.6428,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.3116,54.3116,54.978,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.3084,62.3084,61.641999999999996,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.6428,59.6428,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,55.3112,54.6448,53.6452,52.3124,51.646,50.9796,50.3132,50.3132,50.9796,50.9796,50.3132,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,37.9848,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,39.3176,40.3172,40.9836,41.65,41.65,41.65,40.9836,40.3172,40.3172,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,40.6504,40.6504,41.3168,41.3168,40.6504,40.6504,39.3176,38.6512,38.6512,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,33.32,32.6536,32.6536,31.9872,30.9876,30.9876,30.9876,30.9876,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.9848,39.3176,39.984,40.6504,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.9792,51.9792,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.638,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.9692,76.9692,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.638,72.3044,72.9708,74.3036,75.9696,77.3024,79.968,81.3008,82.6336,83.6332,84.2996,84.2996,84.2996,84.2996,83.3,83.3,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,82.3004,82.96679999999999,84.966,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,91.63,92.2964,93.29599999999999,94.2956,95.9616,96.9612,98.294,98.96039999999999,99.96,100.6264,100.6264,100.9596,100.2932,100.2932,99.96,99.6268,98.96039999999999,96.628,95.6284,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,99.6268,100.6264,100.6264,100.2932,100.2932,100.6264,101.626,102.2924,102.2924,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,105.6244,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,110.9556,111.2888,111.2888,111.9552,111.622,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.956,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.6212,113.6212,113.95439999999999,114.6208,114.6208,115.2872,115.9536,116.62,116.62,117.2864,117.6196,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,120.2852,121.2848,121.9512,122.9508,123.28399999999999,123.9504,124.95,125.9496,126.616,126.616,126.616,126.616,126.616,126.616,125.9496,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,124.95,124.95,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.616,126.2828,126.2828,126.2828,125.2832,124.95,123.9504,123.6172,122.9508,122.2844,121.9512,121.2848,120.2852,119.6188,118.9524,118.9524,118.286,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.9524,119.6188,120.9516,121.9512,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,125.2832,125.6164,125.9496,126.616,126.616,127.2824,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,126.9492,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,123.6172,123.6172,123.6172,122.9508,122.9508,122.9508,122.6176,122.6176,121.618,121.2848,120.6184,120.6184,120.6184,120.6184,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.2864,116.62,115.2872,114.954,113.6212,112.2884,110.6224,108.6232,107.6236,106.9572,105.6244,104.6248,103.62519999999999,101.9592,100.6264,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,95.2952,94.6288,94.2956,93.6292,93.29599999999999,92.6296,92.6296,92.2964,91.2968,90.6304,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.2976,89.2976,88.63119999999999,88.298,87.2984,86.632,85.9656,84.966,83.6332,82.96679999999999,81.3008,80.6344,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,60.3092,59.6428,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.3116,54.3116,54.978,54.978,54.978,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,61.641999999999996,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,61.641999999999996,61.641999999999996,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.3092,60.3092,60.3092,59.6428,59.6428,58.9764,58.31,57.6436,55.9776,55.3112,53.6452,52.9788,51.646,50.9796,50.9796,50.3132,50.9796,50.9796,50.3132,50.3132,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,40.9836,40.9836,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.9844,39.6508,40.3172,40.3172,39.6508,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,39.3176,38.6512,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,34.6528,34.6528,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,39.984,40.6504,41.9832,42.6496,43.316,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,51.3128,51.9792,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.3064,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.638,71.638,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.9692,76.9692,76.9692,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,72.9708,74.3036,75.6364,77.6356,79.968,81.9672,83.6332,84.2996,85.6324,85.6324,84.2996,84.2996,83.9664,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,81.634,80.9676,80.9676,80.9676,80.3012,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,82.3004,82.96679999999999,84.2996,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.6304,92.2964,93.29599999999999,93.9624,94.962,96.2948,97.96079999999999,98.96039999999999,99.96,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,97.2944,96.2948,95.9616,94.962,94.6288,94.6288,94.6288,94.6288,94.962,94.6288,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.9576,106.624,106.624,107.2904,106.9572,106.9572,107.2904,107.2904,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.624,106.624,105.9576,105.9576,106.624,106.624,106.9572,106.9572,107.2904,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.6228,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.622,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.954,115.6204,115.9536,116.62,116.9532,117.6196,117.9528,118.286,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,120.2852,120.9516,121.2848,121.9512,122.6176,122.9508,123.9504,125.2832,125.2832,125.6164,126.616,126.616,126.9492,127.6156,127.6156,126.616,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.95,125.2832,125.9496,125.9496,125.9496,125.9496,126.2828,126.2828,126.2828,126.2828,127.2824,127.2824,127.9488,128.282,128.282,127.9488,126.9492,126.9492,125.6164,124.95,123.9504,123.28399999999999,122.9508,122.6176,121.9512,121.2848,120.2852,119.952,119.2856,118.61919999999999,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.2856,119.952,121.2848,121.9512,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,124.95,124.95,125.6164,126.2828,126.616,126.616,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.2816,129.2816,128.9484,128.9484,128.6152,127.9488,126.9492,126.2828,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.6176,122.6176,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,118.9524,118.9524,117.6196,117.6196,117.6196,116.62,115.9536,115.6204,114.954,113.288,110.6224,108.6232,107.6236,106.2908,105.9576,104.6248,103.62519999999999,102.2924,100.6264,99.6268,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,94.962,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.9644,88.298,87.2984,86.9652,86.2988,85.6324,83.6332,82.96679999999999,81.9672,81.3008,79.968,79.3016,77.6356,76.9692,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.3064,66.3068,65.6404,64.974,64.3076,63.9744,63.308,62.6416,61.9752,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,52.9788,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.3092,60.3092,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.9744,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.3092,59.6428,59.6428,58.31,56.977199999999996,55.6444,54.978,54.3116,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,39.6508,38.9844,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.32,32.6536,32.6536,31.9872,31.3208,30.6544,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.6552,28.6552,28.6552,28.6552,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.6552,28.6552,28.6552,27.9888,27.9888,27.9888,27.9888,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.6544,30.6544,31.3208,31.3208,31.3208,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,38.9844,39.6508,40.9836,41.65,41.9832,42.6496,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,67.3064,67.97279999999999,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,65.3072,65.3072,65.9736,65.9736,65.9736,65.9736,65.9736,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,72.9708,74.3036,76.3028,77.6356,79.968,82.3004,83.6332,84.966,86.2988,86.2988,84.966,84.2996,83.9664,84.2996,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.3004,81.634,80.9676,80.9676,80.9676,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.6304,92.2964,93.29599999999999,93.9624,94.962,96.2948,97.96079999999999,98.96039999999999,99.6268,99.96,100.6264,100.2932,100.2932,100.2932,99.96,99.6268,98.96039999999999,97.2944,96.628,96.2948,95.6284,95.2952,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.2956,94.2956,94.962,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,101.626,101.626,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,106.624,107.2904,106.9572,107.2904,107.2904,107.9568,107.9568,107.2904,107.2904,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,107.9568,108.28999999999999,108.9564,109.2896,110.2892,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,115.9536,115.9536,116.9532,117.6196,117.9528,117.9528,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,120.9516,120.9516,121.2848,121.9512,122.6176,122.9508,123.9504,123.9504,125.2832,125.6164,126.616,126.9492,127.6156,127.6156,127.6156,127.2824,126.9492,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.616,126.616,127.2824,127.6156,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,128.6152,128.6152,128.9484,128.9484,128.9484,128.282,128.6152,127.2824,126.616,125.6164,124.28359999999999,123.9504,123.6172,122.9508,122.2844,121.9512,120.9516,120.2852,119.952,119.2856,118.286,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.9524,119.2856,119.2856,119.952,121.2848,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,124.95,125.6164,126.2828,126.2828,126.616,126.616,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.2816,129.2816,128.9484,128.9484,128.6152,127.6156,126.2828,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.9508,122.6176,122.6176,122.6176,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.9524,117.6196,117.6196,117.6196,117.6196,116.62,115.6204,114.954,113.288,110.6224,108.6232,107.6236,106.2908,105.9576,104.6248,103.62519999999999,102.2924,100.6264,100.2932,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,94.962,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,90.6304,90.6304,90.6304,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.9644,88.298,87.2984,86.9652,86.2988,85.6324,84.2996,83.6332,82.6336,81.3008,80.6344,79.3016,78.6352,77.6356,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,66.9732,66.3068,65.6404,64.974,64.6408,63.9744,63.308,62.6416,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,58.6432,58.6432,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.6452,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,60.3092,60.3092,59.6428,58.9764,57.6436,56.3108,55.6444,54.978,53.6452,52.9788,52.3124,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.3168,40.6504,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,39.6508,38.9844,38.9844,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,33.986399999999996,34.6528,34.6528,35.3192,36.652,36.652,37.3184,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,31.9872,31.3208,31.3208,30.6544,29.3216,29.3216,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.3224,27.3224,27.3224,27.9888,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.9888,27.9888,27.9888,27.3224,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.9892,26.9892,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.6544,30.6544,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.64,67.3064,68.306,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,66.3068,65.6404,65.6404,65.6404,65.6404,65.3072,65.3072,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,72.9708,74.3036,76.3028,77.6356,80.3012,82.96679999999999,84.966,85.6324,86.2988,86.2988,84.966,84.966,84.2996,84.2996,83.3,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.634,81.634,81.634,81.3008,81.9672,81.9672,81.9672,81.3008,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.6304,92.2964,93.29599999999999,93.9624,94.962,95.6284,96.9612,98.6272,98.96039999999999,99.96,99.96,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,97.2944,96.628,96.628,96.2948,95.2952,95.2952,95.2952,95.2952,95.9616,95.6284,95.6284,95.6284,94.962,94.962,95.2952,95.2952,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,100.6264,101.2928,101.9592,101.9592,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,104.958,105.9576,106.2908,106.9572,107.6236,107.6236,108.6232,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,110.2892,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,115.9536,115.9536,116.9532,117.6196,117.9528,117.9528,118.9524,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.9512,122.6176,122.9508,123.9504,123.9504,124.28359999999999,125.2832,125.9496,126.2828,126.9492,126.9492,127.2824,127.2824,128.282,127.6156,127.6156,126.9492,126.9492,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.616,126.616,127.2824,127.2824,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,130.2812,130.2812,130.2812,130.2812,130.2812,129.948,128.6152,127.2824,126.2828,125.6164,124.95,124.6168,123.9504,123.28399999999999,122.9508,121.618,120.2852,119.952,119.2856,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.2856,119.2856,120.2852,120.9516,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.2816,129.2816,128.9484,128.9484,128.6152,127.6156,126.2828,125.6164,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,122.6176,122.6176,122.2844,122.6176,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.9524,117.6196,117.6196,117.6196,117.6196,116.62,115.6204,114.954,113.288,110.6224,108.6232,107.6236,106.2908,105.9576,104.6248,103.62519999999999,102.6256,101.2928,100.6264,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,95.6284,94.962,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.9644,88.298,87.2984,86.9652,86.2988,85.6324,84.2996,83.6332,82.6336,81.3008,80.6344,79.3016,78.6352,77.6356,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,62.6416,61.3088,60.6424,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,52.9788,52.9788,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.6428,58.9764,57.6436,56.977199999999996,55.6444,54.978,54.978,54.3116,53.6452,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.6488,43.9824,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.3168,40.6504,40.6504,40.6504,40.6504,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,35.3192,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,34.6528,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,30.3212,29.654799999999998,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,38.6512,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,65.3072,65.9736,65.9736,66.64,67.6396,68.306,68.306,68.306,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.974,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,67.6396,67.6396,68.306,68.306,67.6396,67.6396,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,72.9708,74.3036,76.3028,77.6356,80.3012,82.96679999999999,84.966,86.2988,86.9652,86.9652,86.2988,85.6324,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.6304,92.2964,93.29599999999999,93.9624,94.962,95.6284,96.2948,97.96079999999999,98.96039999999999,99.6268,99.96,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,96.628,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,101.2928,101.2928,101.626,101.626,101.9592,102.6256,103.292,103.62519999999999,103.9584,104.6248,104.958,104.958,105.6244,105.9576,106.9572,107.2904,107.9568,109.2896,110.2892,110.2892,110.6224,110.6224,109.956,109.956,109.956,109.956,109.2896,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,111.9552,111.9552,111.2888,110.9556,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,115.9536,115.9536,116.9532,117.6196,117.9528,118.61919999999999,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.9512,122.6176,122.9508,123.9504,123.9504,124.28359999999999,125.2832,125.6164,126.2828,126.9492,127.2824,127.2824,127.2824,128.282,128.282,128.282,128.282,128.282,127.6156,127.6156,127.6156,127.2824,127.2824,127.6156,127.6156,127.9488,127.9488,128.282,128.6152,128.9484,128.9484,129.2816,129.948,130.6144,130.6144,130.6144,130.6144,130.2812,130.2812,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,130.9476,130.6144,129.6148,128.6152,127.2824,126.2828,125.6164,125.6164,125.2832,124.6168,123.6172,122.9508,121.2848,120.2852,119.952,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,119.952,120.9516,121.2848,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.9492,127.6156,127.6156,127.9488,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.2816,129.2816,128.9484,128.6152,127.9488,126.9492,125.9496,125.2832,123.9504,123.9504,123.28399999999999,122.9508,122.2844,122.2844,121.2848,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,122.2844,122.6176,122.6176,122.6176,122.9508,122.6176,122.6176,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.9524,117.6196,117.6196,117.6196,117.6196,116.62,115.6204,114.6208,113.288,110.6224,109.2896,107.6236,106.9572,105.9576,105.2912,104.2916,103.292,101.9592,101.2928,99.96,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.628,96.628,96.2948,95.6284,94.6288,94.6288,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,91.63,91.2968,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.9644,88.298,87.2984,86.9652,86.2988,85.6324,84.2996,83.6332,82.6336,81.3008,80.6344,79.3016,78.6352,77.6356,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.306,67.6396,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,52.9788,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.9784,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.6428,58.9764,58.31,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,54.3116,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,40.6504,40.6504,40.6504,40.6504,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,30.6544,30.6544,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,34.6528,35.3192,35.9856,36.652,37.9848,37.9848,38.6512,39.3176,40.3172,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.9732,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.974,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.97279999999999,68.6392,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.636],[66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,71.3048,72.3044,73.63719999999999,75.6364,77.6356,80.3012,82.96679999999999,84.966,86.9652,87.6316,87.6316,87.2984,86.2988,86.2988,85.2992,84.966,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.966,85.2992,86.632,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.6304,91.63,93.29599999999999,93.6292,93.9624,94.962,95.9616,97.2944,98.294,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.2944,97.2944,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.9612,96.9612,96.628,96.628,96.9612,97.6276,97.6276,97.6276,98.294,98.294,98.294,98.294,99.2936,99.2936,100.2932,100.2932,100.9596,101.2928,102.2924,102.2924,102.6256,102.6256,102.6256,103.292,103.9584,104.6248,104.6248,105.2912,105.9576,105.9576,106.9572,107.6236,107.9568,108.6232,109.2896,110.9556,111.622,111.622,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,111.2888,112.2884,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,115.9536,115.9536,116.9532,117.6196,118.286,118.9524,119.6188,119.6188,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,126.9492,127.2824,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,129.6148,129.6148,129.6148,130.2812,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.9472,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,133.6132,133.28,132.9468,132.2804,131.614,130.9476,129.948,128.6152,127.9488,127.2824,126.9492,126.616,125.6164,124.95,123.6172,122.9508,121.9512,120.9516,120.2852,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,120.9516,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.9488,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,127.6156,126.9492,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.6176,121.9512,121.9512,121.2848,120.9516,120.2852,120.2852,119.952,119.2856,119.2856,119.2856,118.9524,118.9524,118.9524,119.6188,120.2852,120.6184,120.6184,121.2848,121.618,121.618,121.618,121.618,122.6176,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,119.6188,119.6188,118.9524,118.9524,118.286,117.9528,117.6196,117.6196,116.62,115.6204,114.6208,113.288,110.9556,109.2896,107.9568,106.9572,105.6244,105.2912,105.2912,104.2916,102.9588,102.2924,101.9592,100.9596,100.2932,99.6268,99.2936,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,96.2948,95.6284,95.6284,94.6288,94.6288,93.9624,93.6292,92.6296,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.9644,88.298,87.2984,86.9652,86.2988,85.6324,84.2996,83.6332,82.6336,81.3008,80.6344,79.3016,78.6352,77.6356,76.636,75.9696,75.9696,75.3032,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,52.6456,52.6456,53.312,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,54.6448,53.9784,53.312,52.6456,52.3124,51.646,51.646,50.9796,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,45.9816,45.3152,44.6488,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,39.984,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.3204,31.654,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.6552,27.9888,27.9888,27.3224,26.656,25.9896,25.9896,25.9896,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,40.6504,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.6408,64.6408,65.3072,65.9736,65.9736,66.64,66.64,66.64,66.9732,66.9732,66.3068,66.3068,64.974,64.3076,64.3076,64.3076,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364],[66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.638,72.9708,74.97,77.6356,80.3012,82.96679999999999,85.6324,87.2984,88.298,88.298,87.9648,87.2984,86.632,86.632,85.2992,84.966,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,83.6332,84.966,85.9656,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.6304,91.63,92.6296,93.29599999999999,93.9624,94.962,95.9616,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.6276,97.6276,97.2944,97.2944,97.6276,97.6276,97.6276,97.6276,98.294,98.294,98.294,98.294,99.2936,99.2936,100.2932,100.6264,101.2928,101.2928,102.2924,102.2924,103.292,103.292,103.292,103.62519999999999,104.6248,105.2912,105.2912,105.6244,106.624,107.2904,107.6236,107.9568,108.6232,109.2896,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.9552,111.9552,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.2892,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.2892,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,115.9536,115.9536,116.9532,117.6196,118.286,118.9524,119.6188,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,126.9492,127.2824,128.6152,128.6152,129.2816,129.2816,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,131.2808,131.2808,131.2808,131.9472,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.9468,133.6132,133.6132,132.9468,133.6132,133.28,133.28,133.28,133.28,134.2796,134.2796,134.946,134.2796,134.2796,133.28,132.2804,131.614,130.9476,129.948,129.2816,128.6152,127.9488,127.6156,126.616,125.2832,124.28359999999999,123.9504,123.6172,122.6176,121.618,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,127.9488,127.9488,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.6152,127.9488,126.9492,125.9496,125.2832,124.6168,123.28399999999999,123.28399999999999,122.6176,122.6176,121.9512,121.9512,121.2848,120.9516,120.2852,119.952,119.2856,119.2856,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,119.6188,120.2852,120.6184,120.6184,120.9516,121.618,121.618,120.9516,121.9512,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,119.6188,119.6188,118.9524,118.9524,118.286,117.9528,117.6196,117.6196,116.62,115.6204,114.2876,112.95479999999999,110.9556,109.2896,107.9568,107.2904,106.2908,105.9576,105.6244,104.6248,103.9584,102.9588,102.2924,101.9592,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,96.9612,95.9616,95.9616,94.962,94.962,94.6288,93.9624,93.29599999999999,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.63,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.9644,88.298,87.2984,86.9652,86.2988,85.6324,84.2996,83.6332,82.6336,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,76.636,75.9696,75.9696,74.97,74.97,74.3036,74.3036,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,63.308,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.9792,52.6456,52.6456,53.312,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.6428,59.6428,58.9764,58.9764,58.9764,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,52.9788,52.3124,52.3124,51.646,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.647999999999996,45.9816,45.3152,44.6488,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,39.984,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,35.9856,35.3192,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.654,30.9876,30.9876,30.9876,30.9876,31.654,31.654,31.654,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.322,27.9888,27.3224,27.3224,26.656,25.9896,25.9896,25.3232,25.3232,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,59.976,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,66.9732,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,64.3076,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364],[65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.638,72.9708,74.97,77.6356,80.3012,82.96679999999999,85.6324,87.2984,88.298,88.63119999999999,88.63119999999999,87.9648,87.9648,86.632,86.2988,85.6324,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,84.966,85.9656,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.6304,91.63,92.6296,93.29599999999999,93.9624,94.2956,95.2952,96.9612,97.2944,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,100.2932,100.6264,101.626,101.626,102.6256,102.6256,103.292,103.292,103.9584,103.9584,104.958,105.6244,105.9576,105.9576,106.624,107.2904,107.9568,107.9568,108.6232,109.6228,110.9556,111.622,113.288,113.288,112.95479999999999,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.9552,111.2888,111.2888,111.2888,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,112.2884,113.288,113.288,113.6212,114.2876,114.954,114.954,115.9536,115.9536,116.9532,117.6196,118.286,118.9524,119.6188,119.952,120.6184,120.6184,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,126.9492,127.2824,128.6152,128.6152,129.948,129.948,130.2812,130.9476,131.2808,131.9472,132.6136,133.28,133.6132,133.9464,133.9464,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,135.6124,135.6124,134.946,135.6124,134.6128,134.6128,134.6128,135.2792,135.2792,135.6124,135.6124,135.6124,135.2792,134.2796,133.28,132.2804,131.614,130.9476,130.6144,129.6148,128.6152,127.9488,127.6156,126.616,125.6164,124.6168,124.6168,123.9504,123.6172,122.6176,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,127.9488,127.9488,128.282,128.282,128.6152,128.6152,128.282,128.282,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,128.6152,128.6152,128.6152,127.6156,126.616,125.9496,125.2832,124.28359999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,121.9512,121.9512,121.2848,120.2852,120.2852,119.952,119.2856,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,119.6188,120.2852,120.2852,120.6184,120.2852,120.9516,120.9516,120.2852,121.2848,120.9516,120.9516,121.2848,121.2848,121.2848,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,119.6188,119.6188,118.9524,118.9524,118.286,117.9528,117.6196,117.6196,116.62,115.6204,114.2876,112.95479999999999,110.9556,109.2896,108.6232,107.2904,106.9572,106.624,105.6244,104.6248,104.2916,103.62519999999999,102.6256,102.2924,101.2928,100.9596,100.2932,100.2932,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.2952,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.9644,88.298,87.2984,86.9652,86.2988,85.6324,84.2996,83.6332,82.6336,81.3008,80.6344,79.968,79.3016,78.6352,77.3024,76.636,76.636,75.9696,75.6364,74.97,74.97,74.3036,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.9792,51.9792,52.6456,53.312,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,56.644,55.9776,55.3112,54.6448,53.6452,53.6452,52.9788,52.3124,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,46.647999999999996,45.9816,45.3152,44.6488,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,40.6504,40.6504,39.984,39.984,39.6508,39.6508,39.6508,39.6508,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.6544,30.6544,30.6544,30.6544,30.3212,29.654799999999998,28.9884,28.322,28.322,28.322,28.322,27.6556,27.3224,27.3224,26.656,26.656,25.9896,25.3232,25.3232,25.3232,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,64.3076,64.3076,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028],[65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.638,72.9708,74.3036,76.9692,80.3012,82.96679999999999,85.6324,87.2984,88.298,88.63119999999999,89.2976,88.298,88.298,87.9648,86.632,86.2988,84.966,84.966,84.2996,84.2996,84.2996,84.2996,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,84.966,85.6324,86.2988,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.6304,92.2964,92.6296,93.29599999999999,93.6292,94.2956,95.2952,96.2948,97.2944,97.96079999999999,98.294,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,101.2928,101.626,102.6256,103.292,103.292,103.62519999999999,103.9584,104.6248,105.6244,105.9576,105.9576,106.624,107.2904,107.2904,107.9568,107.9568,108.6232,109.6228,110.9556,112.2884,113.95439999999999,113.95439999999999,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,111.9552,111.9552,111.2888,111.622,111.622,111.622,111.2888,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,111.2888,111.9552,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.9536,115.9536,116.9532,117.6196,118.286,118.9524,119.6188,119.952,120.6184,120.6184,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,126.9492,127.2824,128.6152,128.6152,129.948,129.948,130.2812,131.2808,131.9472,132.2804,133.6132,134.2796,134.2796,134.946,135.6124,136.2788,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,136.612,136.612,137.2784,136.612,136.612,136.2788,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,136.2788,136.2788,135.6124,135.2792,134.2796,133.28,132.2804,131.614,130.9476,130.6144,129.6148,128.6152,127.9488,127.6156,126.616,125.9496,125.6164,124.6168,123.9504,123.9504,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.9488,128.282,128.282,128.6152,128.6152,128.282,128.282,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,128.6152,128.6152,127.6156,127.2824,126.616,125.9496,124.95,123.9504,123.9504,123.28399999999999,122.6176,122.6176,121.9512,121.2848,120.9516,120.2852,119.952,119.2856,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,119.6188,119.6188,119.952,120.2852,120.6184,120.6184,120.6184,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,119.6188,119.6188,118.9524,118.9524,118.286,117.9528,117.6196,116.9532,116.2868,115.6204,114.2876,112.95479999999999,110.9556,109.956,109.2896,107.9568,106.9572,106.624,106.2908,105.2912,104.6248,104.2916,103.292,102.6256,101.2928,100.9596,100.6264,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,96.9612,96.9612,95.9616,95.9616,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,90.9636,90.6304,90.6304,89.964,89.964,89.2976,88.9644,88.298,87.9648,86.9652,86.2988,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,80.6344,79.968,79.3016,78.30199999999999,77.3024,77.3024,76.636,76.3028,75.6364,74.97,74.97,73.9704,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,70.3052,68.9724,68.306,67.6396,66.9732,66.9732,66.3068,65.6404,64.6408,63.9744,63.9744,63.308,61.9752,61.3088,61.3088,60.6424,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,53.312,52.6456,52.6456,52.6456,52.6456,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.9792,51.9792,52.6456,52.6456,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,57.3104,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.976,58.9764,58.9764,58.9764,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.31,57.3104,56.644,55.9776,55.3112,54.978,54.3116,53.6452,52.9788,52.3124,51.646,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.647999999999996,45.9816,45.3152,44.6488,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.9832,41.3168,40.6504,40.6504,39.984,39.6508,39.6508,39.6508,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.3212,30.3212,29.988,29.988,29.988,29.988,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,26.9892,26.9892,26.656,26.656,26.656,25.9896,25.9896,25.3232,25.3232,25.3232,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,26.3228,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.3228,26.9892,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,37.3184,37.9848,38.6512,39.3176,39.3176,39.3176,39.984,39.984,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.6404,65.6404,65.6404,64.974,64.3076,64.3076,64.3076,64.3076,63.308,63.308,63.308,63.308,63.308,63.308,63.308,62.3084,62.6416,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028],[65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,74.3036,76.9692,79.3016,82.96679999999999,85.6324,87.2984,88.298,89.2976,89.6308,89.6308,87.6316,87.2984,86.632,86.2988,85.6324,85.6324,84.966,84.2996,83.6332,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,84.966,84.966,85.9656,86.632,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,89.2976,89.2976,89.2976,89.964,90.2972,91.2968,92.2964,93.29599999999999,93.29599999999999,93.6292,94.2956,95.2952,95.6284,96.628,97.2944,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,97.96079999999999,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,100.2932,101.2928,101.626,102.9588,103.62519999999999,103.9584,103.9584,104.958,104.958,105.6244,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,108.9564,109.956,111.622,113.288,113.95439999999999,114.6208,114.954,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.6212,114.2876,114.954,115.2872,115.6204,115.2872,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,118.286,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,124.95,125.2832,125.6164,126.2828,126.9492,127.9488,128.6152,128.6152,129.2816,129.2816,130.2812,130.6144,131.9472,132.6136,134.2796,135.2792,135.6124,136.2788,137.2784,137.6116,137.2784,137.2784,136.612,136.612,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.2784,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.2788,135.6124,135.2792,134.2796,132.9468,132.6136,131.9472,130.9476,129.948,128.9484,128.6152,127.9488,127.6156,126.9492,126.9492,125.9496,125.2832,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,124.95,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.282,128.282,127.6156,127.2824,126.616,125.9496,124.95,124.28359999999999,123.6172,122.9508,122.9508,122.9508,122.2844,121.2848,120.9516,120.2852,119.952,119.2856,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,119.952,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.9524,117.6196,117.6196,117.2864,116.62,115.9536,115.2872,113.95439999999999,112.2884,110.9556,110.6224,109.2896,107.9568,106.9572,106.9572,106.624,105.6244,104.6248,104.2916,103.62519999999999,103.292,102.2924,101.626,100.9596,100.9596,100.2932,99.6268,99.6268,99.2936,98.6272,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.6284,94.962,94.6288,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.63,91.2968,91.2968,89.964,89.2976,88.9644,88.63119999999999,87.9648,86.632,86.632,86.2988,85.2992,84.966,84.2996,82.96679999999999,81.3008,80.6344,80.6344,79.968,78.9684,78.30199999999999,78.30199999999999,77.3024,76.636,75.9696,75.9696,75.3032,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.3048,70.6384,69.3056,68.6392,67.97279999999999,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,63.9744,63.308,62.3084,61.641999999999996,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.9764,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,53.6452,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.6484,44.982,44.982,44.315599999999996,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,40.6504,40.6504,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,30.6544,30.6544,30.6544,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,27.9888,27.3224,26.656,26.656,25.9896,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.9896,25.9896,26.656,26.656,26.656,26.656,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.9892,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.9848,38.318,38.9844,39.6508,40.3172,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.636,76.636,76.636,76.636],[65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,73.63719999999999,75.6364,78.9684,81.634,84.2996,86.632,87.9648,88.9644,89.6308,89.6308,88.298,87.6316,87.2984,86.632,86.2988,85.6324,84.966,84.966,83.6332,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,84.966,85.9656,85.9656,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,92.2964,93.29599999999999,93.29599999999999,93.6292,94.2956,95.2952,95.6284,96.2948,97.2944,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,97.96079999999999,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,98.6272,99.6268,100.2932,101.2928,102.2924,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.9564,109.956,112.2884,113.288,114.2876,114.6208,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,113.288,113.6212,114.2876,114.954,115.6204,115.6204,115.9536,115.9536,115.2872,115.2872,114.954,114.6208,114.2876,114.2876,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,118.286,119.6188,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,125.2832,125.6164,126.2828,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,130.2812,130.6144,131.9472,132.9468,134.2796,135.6124,136.2788,136.9452,138.278,138.278,138.278,137.6116,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,138.278,138.278,137.6116,137.2784,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.2788,136.2788,135.6124,135.2792,134.2796,133.28,132.6136,131.9472,130.9476,129.948,129.6148,128.6152,127.9488,127.9488,127.6156,126.9492,125.9496,125.6164,125.6164,125.2832,124.6168,123.9504,123.9504,123.9504,123.6172,124.28359999999999,124.28359999999999,124.95,124.95,124.95,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.282,128.282,127.6156,127.2824,126.616,126.2828,124.95,124.28359999999999,123.6172,123.6172,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.952,119.2856,119.2856,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.9516,120.9516,120.9516,120.9516,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,119.952,119.952,119.6188,119.6188,118.9524,118.9524,117.6196,117.6196,117.2864,116.62,115.9536,114.6208,113.288,112.2884,110.9556,109.956,108.6232,107.9568,106.9572,106.9572,106.624,106.2908,105.2912,104.6248,104.2916,103.292,102.2924,101.626,101.2928,100.9596,100.6264,100.2932,100.2932,99.6268,98.96039999999999,98.294,98.294,97.6276,97.6276,96.9612,96.9612,95.9616,95.6284,94.962,94.962,94.6288,94.2956,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.63,91.2968,90.2972,89.964,89.2976,88.63119999999999,88.298,87.2984,87.2984,86.632,85.9656,85.2992,84.6328,84.2996,82.3004,81.3008,81.3008,80.6344,79.6348,78.9684,78.9684,78.30199999999999,77.3024,76.636,76.636,75.9696,75.6364,74.97,74.3036,74.3036,73.304,73.304,72.6376,71.9712,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,64.6408,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,53.312,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,54.6448,53.9784,53.312,52.6456,52.3124,51.646,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,46.3148,45.6484,45.6484,44.982,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,40.3172,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,30.6544,30.6544,30.6544,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,27.9888,27.3224,26.656,26.656,25.9896,25.9896,25.3232,25.3232,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,25.3232,25.3232,25.9896,25.9896,26.656,26.656,27.3224,27.3224,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,27.3224,27.3224,27.3224,27.3224,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,31.654,32.6536,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,38.9844,39.6508,40.3172,40.3172,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.636,76.636,76.636,76.636],[65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,73.304,74.97,78.30199999999999,80.9676,83.6332,85.6324,87.9648,88.298,88.9644,88.9644,88.298,87.6316,87.2984,86.632,86.2988,85.6324,84.966,84.966,83.6332,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.6332,84.966,85.6324,85.9656,87.2984,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,92.2964,93.29599999999999,93.29599999999999,93.6292,94.2956,95.2952,94.962,95.6284,96.628,97.2944,97.2944,97.2944,98.6272,98.6272,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.294,98.294,97.96079999999999,97.6276,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,98.6272,99.6268,100.2932,101.2928,102.2924,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.2912,106.624,106.9572,107.9568,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.9564,109.6228,112.2884,113.288,114.2876,114.6208,115.2872,115.2872,115.6204,115.6204,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,113.288,113.6212,114.6208,115.2872,115.9536,116.62,116.62,116.62,115.9536,115.6204,115.2872,114.6208,114.2876,114.2876,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.954,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,118.286,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.9516,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,125.2832,125.2832,125.9496,127.6156,127.9488,128.282,128.6152,128.6152,129.2816,130.2812,130.6144,131.9472,132.9468,134.2796,135.6124,137.2784,137.6116,139.6108,139.6108,139.6108,138.9444,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,137.9448,137.6116,136.612,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,135.6124,135.2792,134.2796,133.9464,133.28,132.6136,131.2808,130.9476,130.6144,129.6148,129.2816,128.6152,128.6152,128.282,127.6156,127.6156,126.9492,126.2828,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,128.282,128.282,127.6156,127.2824,126.616,126.2828,124.95,124.28359999999999,123.6172,123.6172,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.952,119.2856,118.9524,118.286,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.286,118.286,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,117.6196,117.2864,117.2864,116.62,115.6204,114.6208,113.288,111.9552,110.6224,109.956,109.2896,107.9568,107.6236,107.6236,106.624,106.2908,105.6244,105.2912,104.2916,103.292,102.6256,102.6256,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.2956,93.9624,93.9624,93.6292,93.6292,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.6308,89.2976,88.298,88.298,87.9648,87.2984,86.632,85.9656,85.6324,84.2996,82.96679999999999,82.3004,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.30199999999999,77.3024,77.3024,76.636,75.6364,74.97,74.97,74.3036,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,59.976,58.9764,58.31,58.31,57.6436,57.6436,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.3116,53.9784,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,47.6476,47.6476,47.6476,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,52.9788,52.3124,52.3124,51.646,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.3148,46.3148,45.6484,44.6488,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.3168,40.3172,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,27.9888,27.3224,26.656,26.656,25.9896,25.9896,25.3232,25.3232,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.3232,25.9896,25.9896,26.656,26.656,27.3224,27.3224,27.3224,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.3224,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,30.9876,31.654,33.32,33.986399999999996,34.6528,35.3192,37.3184,37.9848,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,58.9764,58.9764,59.6428,59.6428,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.308,63.308,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.636,77.3024,77.3024,77.3024],[65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,74.3036,76.9692,79.968,82.3004,84.2996,86.632,87.2984,88.298,88.298,87.6316,87.6316,87.2984,86.632,86.2988,85.6324,84.966,84.966,83.6332,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,84.2996,84.2996,85.6324,85.6324,86.9652,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,92.2964,93.29599999999999,93.29599999999999,93.6292,94.2956,94.962,94.962,95.6284,96.628,97.2944,97.2944,97.2944,98.6272,98.6272,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,99.96,99.2936,99.2936,98.294,98.294,97.96079999999999,97.6276,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,99.2936,100.2932,101.2928,102.2924,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.6244,106.9572,107.6236,108.28999999999999,108.9564,108.6232,108.6232,108.6232,108.6232,108.9564,110.2892,112.2884,113.288,114.6208,114.6208,115.2872,115.2872,115.6204,115.6204,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,113.288,113.6212,114.6208,115.2872,115.9536,116.62,116.62,116.62,115.9536,115.6204,115.2872,114.6208,114.2876,114.2876,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,114.6208,114.6208,114.6208,115.6204,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,120.9516,121.2848,122.2844,122.9508,122.9508,123.28399999999999,124.28359999999999,124.6168,125.2832,125.9496,126.9492,127.6156,128.282,128.282,128.6152,129.2816,130.2812,130.6144,131.9472,132.9468,134.2796,135.6124,137.2784,138.278,139.6108,139.944,139.944,139.6108,138.9444,138.9444,138.9444,138.6112,138.6112,138.6112,138.6112,137.9448,137.6116,136.9452,136.2788,136.2788,136.2788,136.2788,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,134.946,134.946,134.2796,133.9464,133.28,131.9472,131.2808,131.2808,130.6144,130.6144,129.2816,129.2816,128.6152,128.6152,128.282,128.282,127.6156,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.616,126.616,126.616,126.616,127.2824,127.2824,127.6156,127.6156,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,128.282,128.282,127.6156,127.2824,126.616,125.6164,124.6168,124.28359999999999,123.6172,123.6172,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.952,119.2856,118.9524,117.9528,117.9528,117.9528,117.9528,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.9524,118.9524,118.9524,118.9524,119.2856,119.952,119.952,119.952,120.2852,120.2852,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.286,118.286,118.286,118.286,118.9524,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.9528,117.2864,116.62,116.62,116.2868,114.6208,113.95439999999999,112.95479999999999,111.9552,110.6224,109.2896,108.9564,108.28999999999999,107.6236,107.6236,106.624,106.2908,105.6244,105.2912,104.2916,103.62519999999999,103.292,102.6256,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.6276,96.9612,96.9612,96.9612,95.9616,95.6284,95.6284,94.962,94.6288,93.9624,93.9624,93.6292,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.2972,89.6308,89.2976,88.298,88.298,87.9648,87.2984,86.632,85.9656,85.2992,84.2996,82.96679999999999,82.3004,81.9672,81.3008,80.6344,80.6344,79.968,78.9684,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.97,74.3036,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,69.972,68.9724,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.3068,65.3072,64.6408,63.9744,62.6416,61.9752,61.3088,60.6424,59.6428,58.9764,58.9764,58.31,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,53.9784,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,51.9792,51.9792,51.9792,51.9792,51.9792,52.6456,53.312,53.312,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,57.9768,57.9768,58.6432,58.31,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,53.6452,52.9788,52.9788,52.3124,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.9812,46.3148,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,40.9836,40.3172,39.6508,38.9844,37.9848,37.9848,37.3184,37.3184,35.9856,35.9856,35.9856,35.3192,35.3192,35.9856,35.9856,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,27.9888,27.9888,27.3224,26.656,25.9896,25.9896,25.3232,25.3232,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.9896,25.9896,26.656,26.656,27.3224,27.3224,27.9888,27.9888,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,27.9888,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,31.654,32.3204,33.32,34.6528,35.3192,35.9856,37.3184,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.641999999999996,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,63.308,63.308,63.308,62.3084,62.3084,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024],[66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.6392,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,75.6364,78.6352,80.9676,83.6332,84.966,86.632,86.9652,86.9652,87.6316,87.6316,87.2984,86.632,85.9656,85.9656,85.2992,84.966,83.6332,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.9664,84.2996,84.966,85.6324,86.2988,86.9652,86.9652,87.6316,88.298,88.298,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,91.2968,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.2956,95.2952,95.9616,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,100.9596,100.9596,100.6264,100.2932,99.6268,99.2936,98.6272,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,99.2936,99.6268,100.6264,102.2924,103.292,103.9584,105.6244,105.9576,106.9572,107.6236,107.9568,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,109.956,111.2888,112.95479999999999,114.2876,114.954,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.6216,112.2884,111.622,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,110.9556,110.9556,111.622,112.2884,113.288,113.6212,114.6208,115.2872,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.2872,115.2872,115.6204,115.9536,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.952,120.2852,120.9516,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.9496,126.9492,127.6156,127.9488,127.9488,128.6152,129.2816,130.6144,130.9476,131.9472,132.6136,134.2796,135.2792,136.9452,138.6112,139.944,140.2772,140.2772,140.2772,139.944,139.6108,138.9444,138.9444,138.9444,138.9444,138.278,137.6116,137.2784,136.612,136.2788,135.6124,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,133.6132,132.9468,132.6136,131.9472,131.9472,131.2808,131.2808,130.2812,130.2812,129.6148,129.948,129.6148,128.9484,128.9484,128.282,128.282,127.6156,127.6156,126.9492,126.616,125.9496,126.616,126.616,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.616,126.616,127.2824,127.6156,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,126.616,126.2828,125.6164,124.6168,124.28359999999999,123.6172,123.6172,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.952,118.9524,118.286,117.9528,117.2864,116.9532,116.9532,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,117.6196,118.286,118.286,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.2872,113.6212,113.288,112.2884,111.622,109.956,109.2896,108.28999999999999,107.9568,107.6236,107.6236,107.6236,106.624,106.624,105.9576,104.6248,103.9584,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,101.2928,100.6264,100.2932,99.96,99.2936,99.2936,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,97.6276,96.628,95.9616,95.6284,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.2968,90.6304,90.2972,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.632,85.6324,84.2996,83.6332,82.96679999999999,82.3004,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,78.9684,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,66.9732,66.3068,65.6404,64.974,63.9744,63.308,62.3084,61.641999999999996,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,57.9768,57.3104,56.644,55.9776,54.978,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,52.9788,52.9788,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,59.976,59.976,59.976,59.309599999999996,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.6448,54.6448,53.9784,53.312,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,44.982,43.9824,43.316,42.6496,41.9832,40.9836,40.3172,39.6508,38.9844,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,27.9888,27.9888,27.3224,26.656,26.656,25.9896,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,26.656,26.656,27.3224,27.9888,27.9888,27.9888,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.9888,27.9888,27.9888,27.9888,27.9888,28.6552,28.6552,28.6552,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,33.986399999999996,34.6528,35.3192,35.9856,37.9848,38.6512,39.3176,39.984,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.9824,44.6488,45.3152,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999],[66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,72.9708,74.97,76.9692,80.3012,82.3004,84.2996,85.6324,86.632,86.9652,86.9652,87.2984,87.2984,86.632,86.632,85.9656,85.2992,84.966,83.6332,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.9664,83.9664,84.966,84.966,85.9656,86.2988,86.9652,86.9652,87.9648,88.298,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,91.2968,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.2956,95.2952,95.2952,96.2948,96.9612,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,100.9596,100.9596,100.6264,100.6264,100.2932,99.2936,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,99.2936,99.6268,100.6264,102.2924,103.292,104.6248,105.6244,106.624,107.6236,108.28999999999999,108.9564,109.6228,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,111.2888,112.95479999999999,114.2876,114.954,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.6204,115.6204,114.6208,114.6208,114.6208,114.2876,113.6212,113.288,112.6216,112.2884,111.622,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,110.9556,110.9556,111.622,112.2884,113.288,113.6212,114.6208,115.2872,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,119.2856,119.2856,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.9496,126.9492,127.6156,127.9488,127.9488,128.6152,129.2816,130.6144,130.9476,131.9472,132.6136,133.6132,135.2792,136.9452,138.6112,139.944,140.2772,140.9436,140.9436,140.2772,139.944,139.6108,138.9444,138.9444,138.9444,138.278,137.6116,137.2784,136.2788,135.6124,135.6124,135.2792,135.2792,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,133.6132,132.9468,132.9468,132.6136,131.9472,131.9472,131.2808,130.6144,130.2812,130.2812,129.948,129.6148,129.6148,129.6148,129.2816,128.6152,128.282,128.282,127.6156,127.2824,127.2824,127.2824,126.616,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.616,126.616,127.2824,127.6156,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,126.616,125.6164,125.6164,124.6168,124.28359999999999,123.6172,123.6172,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.952,118.9524,118.286,117.9528,117.2864,116.9532,116.9532,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,118.61919999999999,118.61919999999999,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,116.62,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.2872,114.6208,113.6212,112.6216,111.622,111.2888,109.956,109.2896,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.2904,106.624,105.9576,105.2912,104.6248,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,101.626,101.2928,101.2928,100.6264,100.6264,99.96,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,96.9612,96.628,95.9616,94.962,94.6288,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.2964,91.63,91.2968,90.2972,89.964,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.632,85.6324,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,80.6344,79.6348,78.9684,78.30199999999999,77.6356,76.9692,76.3028,74.97,74.97,74.3036,74.3036,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,63.308,62.3084,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.644,55.9776,54.978,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.6424,60.6424,59.976,59.976,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.9776,55.3112,54.6448,53.9784,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,44.6488,43.9824,43.316,42.6496,41.65,40.9836,40.3172,38.9844,37.9848,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,27.9888,27.9888,27.3224,27.3224,26.656,26.656,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,26.656,27.3224,27.9888,27.9888,28.6552,28.6552,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,27.9888,27.9888,27.9888,27.9888,28.6552,28.6552,28.6552,28.6552,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.9868,33.986399999999996,35.3192,35.9856,36.652,37.9848,38.6512,39.3176,39.984,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,44.6488,45.6484,46.3148,46.3148,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,61.3088,61.9752,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999],[67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,74.97,76.9692,79.3016,81.634,82.96679999999999,84.2996,85.2992,85.9656,86.632,86.632,87.2984,87.2984,86.632,86.632,85.2992,84.966,83.6332,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.9664,83.9664,84.6328,84.966,85.9656,86.2988,86.2988,86.9652,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,91.2968,92.2964,92.6296,93.29599999999999,93.6292,93.6292,94.2956,94.962,95.2952,95.9616,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,99.96,100.6264,100.6264,100.9596,100.9596,100.6264,100.6264,100.2932,100.2932,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,99.2936,99.6268,100.2932,101.626,103.292,104.6248,105.9576,106.624,107.6236,108.28999999999999,109.2896,109.956,111.2888,111.622,110.9556,110.9556,110.6224,110.6224,111.2888,111.9552,112.95479999999999,114.2876,114.954,115.2872,115.6204,115.9536,116.2868,116.2868,116.2868,116.2868,115.9536,115.9536,115.9536,115.9536,115.6204,115.2872,115.2872,114.6208,113.6212,113.288,112.6216,112.2884,111.622,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,110.9556,110.9556,111.622,112.2884,113.288,113.6212,114.6208,115.2872,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,115.2872,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.9524,119.2856,119.952,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.9496,126.9492,127.6156,127.9488,127.9488,128.6152,129.2816,130.6144,130.9476,131.9472,132.6136,133.6132,135.2792,136.2788,137.9448,139.2776,140.2772,140.9436,140.9436,140.2772,139.944,139.2776,139.6108,138.9444,138.9444,137.6116,137.6116,136.612,136.2788,135.6124,134.946,134.6128,134.6128,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,133.6132,132.9468,132.9468,132.2804,132.2804,131.9472,131.9472,130.6144,130.6144,130.2812,130.2812,130.6144,130.6144,130.6144,129.948,129.6148,128.9484,128.9484,128.9484,127.9488,127.9488,127.9488,127.6156,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.9496,126.616,127.2824,127.6156,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,126.2828,125.6164,125.6164,124.6168,123.9504,123.6172,123.6172,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.952,118.9524,118.286,116.9532,116.62,116.62,116.62,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,117.6196,117.6196,117.6196,116.9532,116.9532,116.9532,116.9532,116.62,116.2868,116.2868,116.2868,116.62,116.62,117.2864,117.2864,116.62,116.62,116.62,116.62,116.2868,115.9536,115.9536,115.2872,114.6208,113.288,112.6216,111.622,111.2888,109.956,109.2896,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.2904,106.624,105.9576,105.6244,104.958,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,101.626,101.626,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.2952,93.9624,93.9624,93.6292,93.6292,92.6296,91.9632,91.63,91.2968,90.6304,90.6304,90.6304,89.2976,89.2976,88.298,88.298,87.2984,85.6324,85.6324,84.966,84.2996,84.2996,82.96679999999999,82.96679999999999,82.3004,81.9672,81.3008,80.6344,79.968,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.97,74.97,74.3036,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,68.306,67.6396,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.644,55.9776,55.6444,55.3112,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.6424,60.6424,60.6424,59.976,59.6428,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.644,56.644,55.9776,55.3112,53.6452,52.9788,52.9788,52.3124,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.3148,45.6484,44.6488,43.9824,43.9824,43.316,41.65,40.9836,40.3172,38.9844,37.3184,36.652,35.9856,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,27.9888,27.9888,27.9888,27.3224,27.3224,26.656,26.656,26.656,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.656,26.656,26.656,27.3224,27.9888,28.6552,28.6552,28.6552,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,27.9888,27.9888,28.6552,28.6552,28.6552,29.3216,29.3216,29.3216,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.3204,32.9868,34.6528,35.3192,35.9856,36.652,37.9848,38.6512,39.3176,39.984,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.6484,45.6484,45.6484,45.6484,44.982,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999],[67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,74.3036,76.3028,78.6352,80.6344,82.3004,82.96679999999999,84.966,85.2992,85.9656,86.632,87.2984,87.2984,86.632,86.632,85.9656,85.2992,83.6332,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.9664,83.9664,84.6328,84.966,85.9656,85.9656,86.2988,86.2988,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.6304,91.63,92.6296,93.29599999999999,93.6292,93.6292,93.9624,94.962,95.2952,95.9616,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,99.96,99.96,100.6264,100.6264,100.9596,100.9596,100.6264,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,99.2936,99.6268,100.2932,101.626,103.292,104.6248,105.9576,106.9572,108.28999999999999,108.6232,109.956,110.6224,111.622,112.2884,111.622,110.9556,110.9556,110.9556,111.2888,111.9552,112.95479999999999,114.2876,114.954,115.2872,115.6204,115.9536,116.2868,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.2872,114.2876,113.6212,113.288,112.2884,111.622,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,110.9556,110.9556,111.622,112.2884,113.288,113.6212,114.6208,115.2872,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.2872,115.2872,115.2872,114.6208,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.9524,119.2856,119.952,120.2852,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.9496,126.2828,127.6156,127.9488,128.6152,128.6152,129.2816,129.948,130.6144,131.2808,132.6136,133.6132,135.2792,136.2788,137.9448,139.2776,140.2772,140.9436,140.9436,140.2772,139.944,139.2776,139.6108,138.9444,137.6116,137.6116,137.2784,135.6124,135.2792,134.946,134.946,134.6128,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,132.9468,132.9468,132.9468,132.9468,132.6136,132.2804,132.2804,131.9472,131.9472,130.6144,130.6144,130.2812,130.2812,130.6144,130.6144,130.6144,130.6144,129.948,129.6148,129.6148,129.6148,128.6152,127.9488,127.9488,127.9488,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,126.616,127.2824,127.9488,128.6152,128.6152,128.6152,127.9488,127.6156,126.9492,125.6164,125.6164,125.2832,123.9504,123.9504,123.6172,122.9508,122.9508,122.9508,122.2844,121.2848,120.9516,119.2856,118.286,117.9528,116.9532,116.62,116.62,116.2868,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.6196,117.6196,116.9532,116.9532,116.9532,116.62,116.62,116.62,116.2868,116.2868,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.2872,114.2876,113.288,112.6216,111.622,111.2888,109.956,109.2896,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.2904,106.624,106.624,105.9576,105.6244,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.626,100.6264,100.6264,100.2932,100.2932,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,97.6276,96.9612,96.2948,95.9616,94.6288,93.9624,93.9624,93.6292,93.29599999999999,92.6296,91.9632,91.63,91.2968,91.2968,91.2968,90.6304,89.964,89.2976,88.63119999999999,88.298,87.2984,85.9656,85.6324,85.6324,84.966,84.2996,84.2996,82.96679999999999,82.96679999999999,81.9672,81.3008,80.6344,78.9684,78.30199999999999,77.6356,76.9692,76.3028,75.6364,75.6364,74.97,74.3036,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,68.306,67.6396,66.9732,66.3068,65.3072,64.6408,63.9744,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.644,56.3108,55.3112,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.3144,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.9792,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.31,57.9768,57.3104,56.644,55.9776,54.3116,53.6452,53.6452,52.9788,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.3148,45.3152,44.6488,43.9824,43.316,42.3164,40.9836,40.3172,38.9844,37.3184,35.9856,35.3192,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,30.9876,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,27.9888,27.9888,27.9888,27.3224,27.3224,27.3224,26.656,26.656,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.656,27.3224,27.3224,27.9888,28.6552,28.6552,29.3216,29.3216,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,27.9888,27.9888,28.6552,28.6552,29.3216,29.3216,29.3216,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.9868,32.9868,33.986399999999996,35.3192,35.9856,36.652,36.652,37.9848,38.6512,39.3176,39.984,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.982,45.6484,45.6484,45.6484,44.982,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.638,71.638,72.3044,72.9708,74.3036,75.6364,76.9692,78.9684,80.6344,82.3004,82.96679999999999,84.2996,85.9656,85.9656,87.2984,87.2984,87.9648,87.2984,86.632,85.6324,84.966,83.6332,83.3,83.3,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,83.9664,84.6328,84.966,84.966,85.6324,85.6324,85.9656,85.9656,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.964,90.2972,91.63,92.2964,92.6296,92.9628,93.6292,93.6292,93.9624,94.6288,95.6284,95.9616,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.96039999999999,99.6268,99.96,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.6264,100.2932,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.6268,101.2928,102.2924,103.9584,105.6244,106.2908,107.6236,108.28999999999999,108.6232,110.6224,110.9556,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,111.9552,111.9552,112.95479999999999,113.6212,114.2876,115.6204,115.9536,115.9536,116.62,116.9532,117.6196,117.6196,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,114.2876,113.6212,113.288,112.6216,111.9552,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.95479999999999,113.6212,114.6208,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,114.6208,114.6208,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,119.952,119.952,120.9516,121.2848,121.9512,122.6176,123.28399999999999,123.9504,124.6168,125.2832,126.2828,126.9492,127.9488,128.6152,129.2816,129.2816,129.6148,129.948,131.2808,132.6136,133.6132,134.2796,135.2792,137.2784,139.2776,140.2772,140.2772,140.2772,139.6108,138.9444,138.6112,138.9444,138.278,137.6116,136.612,135.94559999999998,134.946,134.2796,133.6132,133.6132,133.28,133.28,132.9468,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.614,131.614,131.614,131.2808,131.2808,131.2808,131.2808,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,129.948,129.2816,128.6152,128.6152,128.282,127.6156,127.6156,126.9492,126.9492,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,127.2824,127.9488,127.9488,127.2824,126.9492,126.2828,126.2828,125.6164,125.2832,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.2848,120.2852,118.9524,118.61919999999999,117.9528,116.62,116.2868,115.9536,115.9536,115.2872,115.2872,114.954,115.2872,115.6204,115.6204,115.6204,116.2868,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,114.954,114.2876,113.288,112.2884,111.622,111.2888,109.956,109.2896,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,107.6236,107.2904,106.9572,106.9572,105.9576,105.6244,105.6244,104.958,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,102.2924,101.2928,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.6276,96.9612,96.2948,95.2952,94.6288,93.9624,93.9624,93.6292,92.9628,92.6296,91.9632,91.63,91.63,91.63,91.2968,90.2972,89.964,89.964,88.9644,88.298,87.2984,87.2984,86.632,86.2988,86.2988,84.966,84.966,83.6332,82.96679999999999,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,74.97,74.3036,74.3036,73.63719999999999,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,66.3068,65.6404,63.9744,63.308,63.308,62.3084,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,57.9768,57.3104,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.3116,53.6452,54.3116,53.6452,52.9788,52.3124,51.646,51.646,51.646,51.646,50.3132,50.3132,49.6468,48.980399999999996,48.314,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.3152,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,58.9764,58.31,57.6436,56.977199999999996,55.3112,54.6448,54.6448,53.9784,52.9788,52.3124,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.3152,44.6488,43.9824,43.316,42.6496,41.3168,40.6504,39.3176,37.3184,35.9856,35.3192,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.3204,32.3204,32.3204,32.3204,31.654,31.654,31.654,31.654,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,27.9888,27.9888,27.3224,27.3224,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.3232,25.3232,25.9896,25.9896,26.656,26.656,27.3224,27.3224,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.6544,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.3184,38.318,38.9844,39.6508,40.3172,40.9836,40.9836,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,42.6496,42.6496,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,63.308,63.308,63.9744,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999],[67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.638,72.3044,72.3044,72.9708,74.3036,75.6364,76.9692,77.6356,79.968,80.6344,82.3004,83.6332,84.966,85.9656,86.632,87.2984,87.9648,87.9648,86.632,86.632,85.2992,84.966,83.6332,83.3,82.6336,82.6336,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,89.964,89.964,90.6304,91.63,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.96,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.6264,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,98.294,98.96039999999999,99.2936,99.6268,101.2928,102.2924,103.9584,105.6244,106.9572,107.6236,108.28999999999999,108.9564,110.6224,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,113.288,113.6212,114.2876,115.6204,115.9536,116.62,116.62,117.6196,117.6196,117.6196,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,114.2876,113.6212,113.288,112.6216,112.6216,111.622,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,114.2876,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,119.952,119.952,120.9516,121.2848,121.9512,122.6176,123.28399999999999,123.9504,124.6168,124.95,126.2828,127.2824,128.6152,128.6152,129.2816,129.2816,129.6148,129.948,130.9476,132.6136,133.6132,134.2796,135.2792,137.2784,138.6112,139.944,139.6108,139.6108,139.2776,138.9444,138.9444,138.278,137.6116,136.9452,135.94559999999998,134.946,133.9464,133.28,132.2804,132.2804,132.2804,132.2804,131.9472,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.2808,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,129.2816,129.2816,128.6152,128.6152,127.9488,127.6156,126.9492,126.9492,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.9492,127.2824,127.9488,127.9488,127.2824,126.2828,125.6164,125.6164,125.2832,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,120.9516,119.6188,118.9524,118.61919999999999,117.2864,116.2868,116.2868,115.9536,115.9536,115.2872,115.2872,114.954,114.954,115.6204,115.6204,115.6204,115.6204,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,115.9536,115.6204,115.6204,114.954,114.954,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.2872,115.2872,114.954,114.2876,113.288,112.95479999999999,112.2884,111.2888,109.956,109.2896,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,107.6236,107.2904,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,101.9592,101.2928,101.2928,100.2932,99.96,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.6276,96.9612,95.6284,95.2952,94.6288,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.2964,92.2964,92.2964,91.63,90.9636,90.2972,90.2972,89.964,88.9644,88.298,88.298,87.9648,87.2984,86.9652,86.2988,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,77.6356,76.9692,75.6364,74.97,74.97,74.3036,73.9704,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,68.9724,68.306,67.6396,66.9732,65.3072,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,57.9768,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,54.3116,54.3116,54.3116,53.6452,52.9788,52.3124,52.3124,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,46.9812,45.9816,44.6488,43.9824,43.316,42.6496,41.3168,40.6504,39.3176,37.3184,35.9856,35.3192,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.3204,32.3204,32.3204,31.654,31.654,31.654,31.654,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.9888,27.9888,27.3224,27.3224,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.3232,25.3232,25.9896,25.9896,26.656,26.656,27.3224,27.3224,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.3184,38.318,38.9844,38.9844,39.6508,40.3172,40.9836,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,42.6496,42.6496,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999],[68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.3028,76.9692,78.30199999999999,79.968,81.3008,82.3004,84.2996,85.2992,85.9656,86.632,87.9648,87.9648,86.632,86.632,85.2992,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.964,90.6304,91.63,91.9632,92.6296,92.9628,93.6292,93.6292,93.9624,94.962,95.6284,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.96,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,101.2928,102.6256,104.958,106.2908,106.9572,107.6236,108.28999999999999,109.2896,110.9556,111.622,112.95479999999999,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,114.2876,114.2876,115.6204,115.9536,116.9532,116.9532,117.9528,117.9528,118.286,117.9528,116.62,116.62,116.62,116.62,117.2864,116.62,115.9536,115.6204,114.2876,113.6212,113.288,113.288,112.6216,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,114.2876,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.2852,121.2848,121.9512,122.6176,123.28399999999999,123.9504,124.6168,124.95,126.2828,127.2824,128.6152,128.6152,128.6152,128.6152,129.6148,129.948,130.6144,132.2804,133.6132,134.2796,134.946,136.612,138.6112,139.2776,139.2776,139.2776,138.6112,138.278,138.278,137.6116,137.2784,135.6124,134.946,133.28,132.9468,132.2804,131.9472,131.9472,131.9472,131.9472,131.614,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.2816,129.2816,128.6152,128.6152,127.9488,127.6156,126.9492,126.9492,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,127.2824,127.2824,127.2824,127.2824,125.6164,124.95,125.6164,124.95,124.28359999999999,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,117.9528,116.9532,115.9536,115.9536,115.9536,115.9536,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,116.2868,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,116.2868,116.2868,115.6204,115.2872,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,114.954,114.2876,113.288,112.95479999999999,112.2884,111.2888,109.956,109.2896,108.9564,108.28999999999999,108.9564,108.28999999999999,107.6236,107.2904,106.9572,106.9572,106.9572,106.2908,105.6244,105.6244,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.2924,101.9592,101.2928,101.2928,99.96,99.96,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.2944,96.2948,95.9616,94.962,94.962,94.2956,94.2956,93.9624,93.6292,93.6292,93.6292,93.6292,92.2964,92.2964,91.63,91.63,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.298,87.2984,87.2984,86.2988,84.966,84.2996,84.2996,82.96679999999999,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,71.3048,70.3052,69.6388,68.9724,67.6396,65.9736,65.3072,64.6408,64.6408,63.308,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,59.309599999999996,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,54.978,54.978,54.978,54.978,54.3116,53.6452,52.9788,52.9788,52.3124,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,48.314,47.6476,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,44.6488,44.6488,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,60.6424,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,46.9812,45.9816,44.6488,43.9824,43.316,42.6496,41.3168,40.6504,39.3176,37.3184,35.9856,35.3192,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.654,31.654,31.654,31.654,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,26.656,26.656,27.3224,27.3224,27.9888,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.3184,38.318,38.318,38.9844,39.6508,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999],[68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.3024,78.9684,80.6344,81.3008,82.96679999999999,84.2996,84.966,85.9656,86.632,87.2984,86.632,86.632,85.2992,85.2992,84.2996,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,89.2976,89.2976,90.2972,90.6304,91.63,91.9632,92.9628,92.9628,93.6292,93.6292,94.2956,94.962,95.9616,96.2948,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.96,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,100.2932,101.626,103.292,104.958,106.624,107.6236,108.28999999999999,108.9564,109.956,111.622,112.95479999999999,113.6212,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.954,115.6204,115.9536,116.9532,116.9532,117.9528,117.9528,118.286,118.286,117.2864,116.62,116.62,116.62,117.2864,117.2864,116.62,115.9536,114.954,114.2876,113.6212,113.288,113.288,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.2852,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.9504,124.6168,126.2828,126.9492,127.9488,128.6152,128.6152,128.6152,129.6148,129.948,130.6144,131.614,132.9468,134.2796,134.946,136.612,138.6112,138.6112,138.6112,138.6112,137.9448,138.278,137.6116,137.2784,136.2788,134.946,133.28,132.2804,131.9472,131.2808,131.2808,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.2816,129.2816,128.6152,128.6152,127.9488,127.6156,126.9492,126.9492,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.9492,127.2824,127.2824,126.9492,125.6164,124.6168,125.2832,124.28359999999999,123.6172,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,121.618,120.9516,119.952,118.9524,118.61919999999999,117.9528,116.9532,115.9536,115.9536,115.9536,115.9536,114.954,114.954,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,116.2868,116.2868,116.2868,116.2868,116.2868,115.6204,115.2872,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,114.954,114.2876,113.288,112.95479999999999,112.2884,111.622,110.6224,109.956,109.2896,108.28999999999999,108.9564,108.9564,107.9568,107.2904,107.6236,106.9572,106.9572,106.9572,105.9576,105.6244,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,102.9588,102.2924,101.9592,101.2928,100.6264,99.96,99.96,99.6268,99.6268,99.6268,98.96039999999999,98.294,96.628,96.2948,95.6284,94.962,94.962,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.6292,92.9628,92.2964,92.2964,91.63,90.6304,89.964,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.2988,85.6324,84.2996,84.2996,82.96679999999999,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.3016,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,73.304,72.6376,72.6376,71.9712,70.9716,70.3052,69.6388,68.306,66.9732,65.9736,65.9736,65.3072,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,59.6428,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,53.6452,52.9788,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,44.6488,44.6488,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,46.9812,45.9816,44.6488,43.9824,43.316,42.6496,41.3168,40.6504,39.3176,37.3184,35.9856,35.3192,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.654,31.654,31.654,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.654,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,36.652,37.3184,37.3184,38.318,38.318,38.9844,38.9844,39.6508,40.3172,40.3172,40.3172,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,45.3152,45.3152,45.9816,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999],[69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.3024,78.30199999999999,79.6348,80.6344,80.6344,81.634,83.6332,84.966,86.2988,86.632,86.632,86.632,85.2992,85.2992,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.964,90.2972,90.6304,91.63,91.63,92.2964,92.9628,93.6292,94.2956,94.962,95.9616,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.6264,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.9596,102.2924,103.62519999999999,105.6244,106.9572,107.9568,108.6232,109.956,110.9556,112.2884,113.288,114.2876,114.6208,114.954,114.954,114.954,114.954,114.6208,114.954,114.954,115.2872,115.9536,115.9536,116.9532,116.9532,117.9528,118.286,118.286,118.286,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,114.2876,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.952,120.2852,121.2848,121.9512,121.9512,122.6176,123.28399999999999,123.9504,125.9496,126.9492,127.9488,127.9488,128.6152,128.6152,129.6148,129.948,130.6144,131.614,132.9468,133.6132,134.946,135.6124,137.6116,138.9444,138.6112,138.6112,137.9448,137.6116,137.2784,136.2788,135.2792,133.6132,132.9468,131.2808,130.6144,130.6144,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,129.2816,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,128.6152,128.6152,127.9488,127.6156,126.9492,126.9492,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.2848,120.9516,119.952,118.9524,118.61919999999999,117.9528,116.9532,115.9536,115.9536,115.6204,115.2872,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.622,110.6224,109.956,109.2896,108.9564,109.2896,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.9576,105.6244,104.958,104.958,104.958,104.958,104.6248,104.6248,105.2912,105.2912,104.958,104.958,104.958,104.2916,103.62519999999999,103.292,103.292,101.9592,101.2928,101.2928,100.6264,100.6264,99.96,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.2952,94.962,94.962,94.6288,94.6288,94.6288,93.9624,93.6292,93.29599999999999,93.29599999999999,92.2964,91.63,90.6304,90.6304,90.2972,89.6308,88.9644,88.63119999999999,87.9648,87.2984,85.9656,85.6324,84.2996,84.2996,82.96679999999999,82.96679999999999,82.3004,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,77.3024,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.3032,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.3056,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,54.978,54.3116,54.3116,53.6452,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,45.9816,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,46.9812,45.9816,44.6488,43.9824,43.316,42.6496,41.3168,40.6504,39.3176,37.3184,35.9856,35.3192,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,30.9876,30.9876,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.6504,41.3168,41.9832,41.9832,41.9832,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999],[69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.636,77.3024,78.9684,79.6348,79.968,80.6344,82.3004,84.2996,85.6324,86.2988,86.632,86.632,85.2992,85.2992,84.6328,84.2996,83.6332,83.6332,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,89.2976,89.964,90.2972,90.6304,91.2968,91.63,92.9628,92.9628,93.9624,94.2956,95.2952,95.9616,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,99.96,99.6268,100.2932,100.2932,100.2932,100.9596,102.2924,103.62519999999999,105.9576,107.6236,107.9568,109.2896,110.6224,110.9556,112.95479999999999,113.95439999999999,114.6208,114.6208,114.954,114.954,114.954,114.954,114.6208,114.954,115.2872,115.2872,115.9536,115.9536,116.9532,117.6196,118.286,118.286,118.286,118.286,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.2872,115.2872,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,114.954,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.952,119.952,119.952,120.9516,121.2848,121.9512,121.9512,122.9508,123.9504,125.9496,126.2828,127.6156,127.9488,128.282,128.6152,129.6148,129.948,130.6144,131.614,132.9468,133.6132,134.2796,135.6124,137.2784,138.6112,137.9448,137.9448,137.6116,137.2784,136.2788,135.2792,133.6132,132.2804,131.2808,130.6144,129.948,129.948,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.9484,128.9484,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,129.2816,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,128.6152,128.282,127.6156,127.6156,126.9492,126.9492,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.6164,126.2828,126.9492,126.9492,126.2828,124.95,123.9504,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.2848,120.9516,119.952,119.2856,118.61919999999999,118.286,117.6196,116.9532,115.9536,115.9536,115.6204,115.2872,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,114.2876,114.954,114.954,114.954,114.6208,114.6208,114.6208,114.6208,114.954,114.954,114.954,114.2876,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.6212,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.956,109.2896,108.9564,109.2896,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.624,105.9576,105.9576,105.6244,104.958,104.958,104.958,104.6248,105.2912,105.2912,105.2912,104.958,104.958,104.958,104.958,104.2916,103.62519999999999,103.62519999999999,102.6256,101.9592,101.2928,101.2928,100.6264,99.96,99.96,99.6268,98.96039999999999,98.294,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,93.6292,93.6292,93.29599999999999,92.6296,92.2964,91.2968,91.2968,90.6304,90.2972,89.6308,89.2976,88.63119999999999,88.298,87.2984,86.632,85.6324,84.966,84.2996,83.6332,82.96679999999999,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,75.9696,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,68.9724,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,58.9764,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,55.6444,54.978,54.978,54.3116,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.982,44.982,44.982,45.6484,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,53.312,53.9784,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.9776,55.3112,54.6448,53.6452,52.9788,52.3124,51.646,50.3132,48.980399999999996,48.314,46.9812,45.9816,44.6488,43.9824,43.316,42.6496,41.3168,40.6504,39.3176,37.3184,36.652,35.9856,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.3208,30.9876,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,28.6552,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.30199999999999,78.30199999999999],[69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,73.304,73.9704,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.634,83.6332,84.966,86.2988,86.2988,86.2988,86.632,85.9656,85.2992,84.6328,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.9656,85.9656,86.2988,86.2988,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,89.2976,89.6308,90.2972,90.6304,91.63,91.9632,92.9628,93.9624,94.2956,95.2952,95.9616,96.2948,96.9612,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,99.96,99.96,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,99.96,99.96,100.6264,100.6264,100.9596,101.2928,102.2924,103.62519999999999,105.9576,107.6236,107.9568,109.2896,110.6224,111.622,113.288,113.95439999999999,114.6208,115.2872,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,116.9532,117.6196,118.286,118.286,118.286,118.286,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.954,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,122.9508,123.28399999999999,125.2832,126.2828,126.9492,127.6156,128.282,128.6152,129.6148,129.948,130.6144,131.614,132.9468,133.6132,134.2796,135.2792,136.2788,137.9448,137.6116,137.6116,137.2784,136.612,135.2792,134.2796,132.9468,131.9472,131.2808,130.6144,129.948,129.2816,128.9484,128.6152,128.6152,128.6152,128.282,128.282,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.282,127.6156,127.6156,126.9492,126.9492,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,124.6168,123.9504,123.28399999999999,122.9508,122.2844,122.2844,121.618,121.618,121.618,121.618,121.2848,120.9516,119.952,119.2856,118.61919999999999,118.286,117.6196,116.9532,115.9536,115.6204,115.6204,114.6208,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.6216,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.956,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.9572,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.2912,105.2912,105.2912,104.958,104.2916,104.2916,103.62519999999999,103.292,101.9592,101.9592,101.2928,101.2928,101.2928,100.6264,100.2932,99.6268,98.96039999999999,98.294,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,94.962,94.2956,93.9624,93.9624,93.6292,92.6296,92.6296,91.63,91.2968,91.2968,90.6304,90.6304,89.2976,88.9644,87.9648,87.2984,86.2988,86.2988,84.966,84.2996,83.6332,82.6336,81.9672,81.9672,81.3008,80.9676,80.3012,79.968,79.3016,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.636,75.6364,74.97,74.97,74.3036,73.304,72.6376,71.9712,71.3048,69.6388,68.9724,68.306,68.306,67.6396,66.9732,66.9732,66.3068,64.6408,63.9744,63.9744,63.308,62.6416,62.6416,61.9752,61.3088,60.3092,59.6428,58.9764,58.9764,58.9764,58.31,58.31,57.6436,56.3108,55.6444,54.978,54.3116,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,45.6484,45.6484,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,45.3152,45.9816,45.9816,45.9816,46.3148,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.9776,55.3112,54.6448,53.6452,52.9788,52.3124,51.646,50.3132,49.6468,48.314,46.9812,45.9816,44.6488,43.9824,43.316,42.6496,41.3168,40.6504,39.3176,37.9848,36.652,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.3208,31.3208,31.3208,30.3212,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.3228,26.3228,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,28.6552,28.6552,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,78.9684],[69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.9696,76.636,77.3024,78.30199999999999,78.9684,79.968,81.634,82.96679999999999,84.966,85.6324,86.2988,86.2988,86.632,86.632,85.2992,85.2992,84.966,84.966,84.966,84.966,84.966,85.2992,85.9656,85.9656,86.2988,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,89.2976,89.6308,90.2972,90.6304,91.2968,91.9632,92.9628,93.9624,95.2952,95.9616,96.2948,96.2948,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,99.96,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,99.96,99.96,100.6264,100.6264,100.9596,101.626,102.2924,103.62519999999999,105.9576,107.6236,107.9568,109.2896,110.6224,111.622,113.288,113.95439999999999,114.6208,115.2872,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,116.9532,116.9532,117.9528,118.286,118.286,118.286,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.2872,115.2872,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.95439999999999,114.2876,114.954,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,122.2844,122.9508,123.28399999999999,125.2832,125.6164,126.616,126.9492,127.6156,127.9488,128.6152,129.6148,129.948,131.614,132.9468,133.6132,134.2796,135.2792,136.2788,137.2784,137.2784,137.2784,136.612,135.6124,134.6128,133.28,132.9468,131.9472,131.2808,130.6144,129.948,129.2816,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.282,128.282,127.6156,127.6156,126.9492,126.9492,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,121.2848,120.2852,119.6188,118.9524,118.9524,118.286,117.6196,116.9532,116.62,115.6204,115.6204,114.6208,114.6208,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,110.6224,109.956,109.2896,109.2896,108.9564,108.28999999999999,107.9568,106.9572,106.9572,106.9572,106.9572,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.2912,105.2912,105.2912,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,102.2924,101.9592,101.9592,101.2928,101.2928,101.2928,100.6264,100.2932,99.2936,98.96039999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,95.9616,95.9616,95.9616,95.6284,94.962,93.9624,93.9624,93.9624,93.29599999999999,92.6296,92.2964,91.63,91.63,91.2968,91.2968,90.2972,89.2976,88.63119999999999,87.2984,87.2984,86.632,86.2988,84.966,84.2996,83.6332,82.6336,82.6336,81.9672,81.634,80.9676,80.6344,79.968,79.6348,79.6348,79.6348,79.6348,79.6348,78.9684,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.97,73.9704,73.304,72.6376,71.9712,70.6384,69.6388,69.6388,68.9724,68.306,67.6396,67.6396,66.9732,65.9736,65.3072,65.3072,64.6408,63.9744,63.308,63.308,62.6416,61.3088,60.6424,60.6424,59.976,59.6428,58.9764,58.9764,58.31,56.977199999999996,56.3108,55.6444,54.978,53.6452,52.9788,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.6492,43.6492,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.9776,55.3112,54.6448,53.6452,52.9788,52.3124,51.646,50.3132,49.6468,48.314,46.9812,45.9816,44.6488,43.9824,43.316,42.6496,41.3168,40.6504,39.3176,37.9848,37.3184,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.3228,26.3228,26.3228,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,28.6552,28.6552,28.6552,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,31.654,32.3204,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,39.3176,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,45.3152,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,54.3116,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348],[70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,79.3016,80.3012,80.9676,82.3004,84.2996,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,84.966,85.2992,85.2992,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,91.2968,91.63,92.9628,93.6292,94.2956,94.962,95.6284,95.9616,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,102.6256,103.9584,105.6244,106.9572,107.9568,109.2896,110.6224,110.9556,112.95479999999999,113.95439999999999,114.954,115.2872,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.2872,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,119.952,120.2852,120.9516,120.9516,120.9516,121.618,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,125.2832,125.2832,125.6164,126.9492,127.2824,128.6152,129.2816,129.948,131.614,132.9468,133.6132,134.2796,134.946,135.6124,136.612,136.612,136.2788,135.6124,134.6128,134.2796,133.28,132.9468,131.9472,131.2808,130.6144,129.6148,128.9484,128.6152,128.6152,127.9488,127.9488,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.282,128.282,127.6156,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.28399999999999,122.6176,122.6176,122.9508,122.9508,122.2844,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,119.6188,118.9524,117.9528,117.9528,117.2864,116.62,115.9536,115.2872,114.6208,114.2876,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,109.956,109.2896,108.6232,107.9568,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,101.626,101.626,101.2928,100.2932,100.2932,99.2936,98.96039999999999,98.294,98.294,97.6276,97.2944,96.9612,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.2956,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,91.9632,91.2968,90.6304,89.964,89.2976,87.6316,87.9648,87.9648,86.632,86.2988,84.966,84.966,83.6332,83.6332,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,78.30199999999999,77.3024,76.636,75.9696,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,67.6396,67.3064,66.64,65.9736,65.9736,65.3072,65.3072,64.6408,63.9744,63.308,62.3084,61.3088,61.3088,60.6424,60.6424,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,54.6448,53.9784,53.312,52.6456,52.3124,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,42.6496,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.6448,55.3112,55.3112,55.3112,55.3112,55.9776,56.644,56.644,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.9764,59.6428,59.6428,60.3092,60.3092,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.31,57.6436,57.6436,56.977199999999996,55.9776,55.9776,55.3112,54.6448,53.6452,52.9788,52.3124,51.646,50.3132,49.6468,48.980399999999996,47.6476,45.9816,44.6488,43.9824,43.316,42.3164,40.9836,40.3172,39.6508,37.9848,37.3184,36.652,35.9856,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.9888,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,26.656,26.656,26.656,25.9896,25.6564,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,31.3208,31.3208,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,46.647999999999996,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,64.6408,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.6352,79.3016,80.6344,80.6344],[71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,77.6356,78.9684,80.3012,80.9676,81.634,83.6332,84.2996,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,85.2992,85.2992,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,91.63,92.9628,93.6292,94.2956,94.962,95.6284,95.9616,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,102.6256,103.9584,105.6244,106.9572,107.9568,108.6232,109.956,110.9556,112.95479999999999,113.288,114.2876,115.2872,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,116.62,115.9536,115.9536,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,120.2852,120.2852,121.2848,120.9516,121.618,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,126.2828,126.9492,127.9488,129.2816,129.948,131.614,132.6136,133.6132,134.2796,134.946,134.946,135.6124,136.2788,135.6124,134.946,134.6128,133.9464,132.9468,132.2804,131.2808,130.2812,130.6144,129.6148,128.9484,128.6152,128.6152,127.9488,127.9488,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.6152,128.6152,128.282,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.2844,122.2844,122.2844,122.9508,122.2844,121.618,121.2848,121.2848,120.2852,120.2852,119.6188,119.6188,118.61919999999999,117.9528,117.6196,117.2864,116.62,115.9536,115.9536,115.2872,114.6208,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,109.956,109.956,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,105.2912,105.2912,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.2924,101.626,101.626,100.6264,100.6264,99.96,99.2936,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.6288,94.6288,94.2956,94.2956,93.6292,93.29599999999999,92.6296,91.63,91.2968,90.6304,89.964,88.298,88.298,88.298,87.9648,86.632,86.2988,85.6324,84.966,84.966,84.2996,83.9664,83.3,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.3048,70.3052,69.6388,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.64,65.9736,65.9736,65.3072,64.3076,63.6412,63.308,62.3084,62.3084,61.641999999999996,61.3088,60.6424,58.9764,58.31,57.6436,56.977199999999996,55.3112,54.6448,53.9784,53.312,52.9788,52.3124,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.65,41.9832,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.9776,56.644,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.6424,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.977199999999996,56.3108,55.9776,55.3112,55.3112,54.6448,53.6452,52.9788,52.3124,51.646,50.3132,49.6468,48.314,47.6476,45.9816,44.6488,43.9824,43.316,42.3164,40.9836,40.3172,39.6508,37.9848,37.3184,36.652,36.652,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.3224,27.3224,27.3224,26.656,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.3232,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.9692,76.9692,77.6356,78.6352,79.3016,79.968,81.3008,81.3008],[71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,77.6356,78.9684,80.3012,80.9676,81.634,82.3004,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,85.6324,85.6324,84.966,85.9656,85.9656,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,87.9648,88.298,89.2976,90.2972,90.6304,91.63,92.9628,93.6292,94.2956,94.962,95.6284,95.9616,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.626,101.626,102.6256,103.9584,104.958,106.624,107.6236,108.6232,109.956,110.9556,112.95479999999999,113.288,114.2876,114.954,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.9536,115.6204,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,120.2852,120.9516,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.6164,126.2828,127.9488,128.6152,129.948,130.9476,132.6136,133.6132,134.2796,134.2796,134.2796,135.2792,134.946,134.2796,134.2796,133.9464,133.9464,132.9468,132.2804,131.2808,130.2812,130.6144,129.6148,128.9484,128.6152,128.6152,127.9488,127.9488,128.282,128.282,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.618,121.618,121.618,122.2844,121.618,121.2848,120.9516,120.9516,119.952,119.952,119.2856,118.9524,118.286,117.9528,116.9532,116.62,116.62,115.9536,115.9536,115.2872,114.6208,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,111.622,112.2884,112.2884,112.2884,111.622,111.622,111.622,110.9556,110.6224,110.6224,109.956,109.956,108.6232,107.9568,107.6236,107.6236,106.9572,106.2908,106.2908,105.9576,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.2924,102.2924,101.626,101.626,100.6264,100.2932,100.2932,99.6268,99.2936,99.2936,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,96.9612,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,94.6288,93.9624,93.6292,92.9628,91.9632,91.63,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.298,86.9652,86.632,86.2988,85.6324,84.966,84.966,83.9664,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.6376,71.9712,71.3048,70.6384,69.6388,68.9724,68.9724,68.306,68.306,67.6396,67.3064,67.3064,66.64,65.9736,65.6404,64.974,63.9744,63.9744,63.308,63.308,61.9752,61.3088,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.6452,52.9788,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,42.3164,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.6444,55.6444,55.3112,54.6448,54.6448,53.9784,52.9788,52.3124,52.3124,51.646,49.6468,48.980399999999996,48.314,46.9812,45.3152,44.6488,43.9824,43.316,42.3164,40.9836,40.3172,39.6508,38.6512,37.3184,37.3184,36.652,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.9896,25.3232,25.3232,25.3232,24.3236,24.3236,24.99,24.99,24.99,24.99,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.316,43.9824,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.6456,52.6456,53.312,53.312,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,79.968,80.6344,81.634,82.3004],[71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,77.6356,78.6352,79.6348,80.3012,80.9676,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,84.966,84.966,85.9656,85.9656,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,90.2972,91.2968,91.63,92.6296,93.29599999999999,94.2956,94.962,95.6284,95.6284,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.2936,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,102.2924,102.6256,102.6256,102.2924,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,103.292,103.9584,104.958,106.2908,107.6236,108.6232,109.956,110.9556,112.95479999999999,113.288,114.2876,114.954,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.9536,115.6204,115.6204,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,120.2852,120.2852,120.9516,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,124.6168,125.2832,125.6164,126.2828,127.6156,128.6152,129.6148,130.6144,131.9472,132.9468,133.28,133.9464,134.6128,134.2796,134.2796,133.9464,133.9464,133.28,133.28,131.9472,131.2808,130.9476,130.6144,129.6148,128.9484,128.9484,127.9488,127.9488,127.9488,127.9488,128.282,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,128.282,128.282,127.9488,127.9488,127.9488,127.9488,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,121.618,121.2848,121.2848,121.2848,121.9512,121.2848,120.6184,120.2852,120.2852,119.952,119.2856,119.2856,118.286,118.286,117.9528,116.9532,116.9532,116.62,115.9536,115.9536,115.2872,114.6208,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,111.622,111.622,111.622,110.9556,110.9556,110.6224,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.6236,106.9572,106.2908,106.2908,105.9576,105.9576,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.2924,102.2924,101.626,101.2928,100.6264,100.6264,100.2932,99.96,99.96,99.2936,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,94.962,94.6288,93.9624,93.6292,92.6296,92.2964,91.63,90.6304,90.6304,90.2972,89.964,88.63119999999999,88.298,87.2984,86.632,86.2988,85.6324,85.6324,84.2996,83.6332,82.6336,81.9672,81.9672,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.3048,70.3052,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,67.97279999999999,67.97279999999999,67.3064,66.9732,66.3068,65.3072,64.6408,64.6408,63.9744,62.6416,61.9752,60.6424,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.6448,54.6448,53.9784,53.312,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,41.65,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.3108,55.6444,54.978,54.3116,53.9784,53.9784,53.312,53.312,52.3124,51.646,50.9796,50.9796,48.980399999999996,48.314,47.6476,46.9812,45.3152,43.9824,43.316,42.6496,41.65,40.9836,40.3172,39.6508,38.6512,37.9848,37.3184,36.652,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.3232,25.3232,25.3232,25.3232,24.6568,24.3236,24.3236,24.99,24.99,24.99,24.99,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.6456,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,78.6352,79.3016,80.6344,81.3008,82.3004,82.3004],[72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.9656,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,89.2976,89.964,90.6304,91.63,92.6296,93.6292,93.9624,94.962,95.9616,95.9616,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.2936,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,103.62519999999999,103.9584,104.958,106.2908,106.9572,107.9568,109.956,110.6224,112.2884,113.288,114.2876,114.954,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.62,116.62,116.62,116.62,116.2868,115.9536,115.6204,115.6204,114.954,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,120.9516,120.9516,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,127.6156,127.9488,129.2816,129.948,131.614,131.9472,132.2804,133.28,133.6132,132.9468,132.9468,132.6136,132.6136,131.9472,131.9472,131.2808,130.6144,130.6144,130.6144,129.2816,128.6152,127.9488,127.9488,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.6172,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.618,121.618,121.618,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,119.6188,119.2856,118.9524,118.286,117.9528,117.2864,117.2864,116.9532,115.9536,115.9536,115.2872,114.6208,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,108.28999999999999,108.6232,109.2896,109.6228,109.956,110.9556,110.9556,110.9556,110.9556,110.6224,110.2892,109.956,109.956,108.9564,107.9568,107.6236,107.6236,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,101.626,101.626,101.626,101.2928,100.6264,100.2932,100.2932,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.628,96.628,96.628,95.9616,95.6284,94.962,93.9624,93.29599999999999,93.29599999999999,92.2964,90.9636,90.9636,91.2968,90.2972,89.964,88.63119999999999,88.298,87.9648,87.2984,86.9652,86.2988,85.6324,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,79.6348,78.9684,78.9684,78.30199999999999,77.3024,76.636,76.636,75.9696,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,63.6412,61.3088,60.6424,60.6424,59.976,58.9764,58.31,57.9768,56.977199999999996,55.9776,55.9776,55.6444,54.978,54.3116,53.6452,52.6456,51.9792,50.9796,50.3132,50.3132,49.6468,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,45.6484,45.6484,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,40.9836,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,54.3116,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.9776,56.644,56.644,57.3104,57.6436,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.6448,53.9784,53.312,53.312,52.9788,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,44.6488,43.9824,43.316,42.6496,41.65,40.9836,40.3172,39.6508,38.6512,37.9848,37.3184,36.652,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.654,31.654,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,26.9892,26.9892,26.3228,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,24.3236,24.99,24.99,25.6564,25.6564,25.6564,26.3228,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,65.3072,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999],[72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,89.2976,89.964,90.6304,91.63,92.6296,93.6292,93.9624,94.6288,95.9616,95.9616,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.9592,102.2924,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.958,105.9576,106.9572,107.9568,109.2896,110.6224,112.2884,112.6216,113.6212,114.2876,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,116.62,116.62,116.2868,116.2868,115.6204,115.6204,114.954,114.954,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.952,119.952,120.9516,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,126.9492,127.6156,128.6152,129.2816,130.6144,131.2808,131.2808,131.614,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,130.6144,130.9476,130.6144,129.2816,129.2816,128.282,127.6156,127.6156,126.9492,126.9492,126.2828,126.2828,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.28399999999999,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.618,121.618,121.2848,121.2848,120.9516,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,119.952,119.2856,118.9524,118.286,118.286,117.9528,116.9532,116.62,115.9536,115.2872,114.6208,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.6232,109.2896,109.2896,109.6228,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,108.28999999999999,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.626,101.626,101.626,101.2928,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.6276,96.9612,96.628,96.628,96.628,95.9616,95.6284,94.6288,93.6292,93.6292,92.6296,92.2964,90.9636,91.2968,91.2968,90.2972,89.964,88.9644,88.298,87.9648,87.2984,86.9652,86.2988,84.966,83.6332,83.6332,83.6332,83.6332,83.3,82.6336,82.6336,81.9672,81.3008,80.3012,79.6348,79.6348,78.9684,78.30199999999999,77.3024,77.3024,76.636,75.6364,74.97,74.97,74.3036,73.63719999999999,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.3052,70.3052,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,61.9752,61.3088,61.9752,61.3088,59.976,58.9764,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.312,52.6456,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.9776,55.9776,56.644,56.977199999999996,57.6436,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.9784,53.312,52.6456,51.9792,51.646,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,43.9824,43.316,42.6496,42.6496,41.65,40.9836,40.3172,39.6508,38.6512,37.9848,37.3184,36.652,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.654,31.654,30.9876,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.322,28.322,27.6556,26.9892,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999],[73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.6316,87.6316,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.964,91.2968,91.63,92.6296,93.6292,93.9624,94.6288,95.9616,95.9616,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.9592,102.2924,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.9584,103.9584,104.958,105.9576,106.9572,107.9568,109.2896,110.6224,111.622,112.6216,113.288,114.2876,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,116.2868,116.2868,116.2868,115.6204,115.6204,114.954,114.954,114.6208,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.952,119.952,121.2848,121.2848,121.9512,122.6176,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,125.9496,126.616,127.6156,128.282,129.2816,129.6148,130.2812,130.2812,130.2812,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,129.2816,129.2816,128.6152,128.6152,127.6156,127.6156,127.2824,126.9492,126.2828,126.2828,125.6164,124.95,124.95,125.6164,125.6164,125.6164,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.2832,124.6168,124.28359999999999,123.6172,123.28399999999999,122.2844,122.2844,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,119.952,119.2856,118.61919999999999,117.9528,117.2864,116.62,115.2872,114.6208,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,109.956,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,109.956,109.956,109.956,109.956,108.9564,108.9564,108.28999999999999,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,100.6264,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.6276,97.6276,96.9612,95.9616,95.6284,95.2952,94.6288,94.6288,93.9624,92.9628,92.2964,92.2964,91.63,91.63,90.6304,89.964,89.2976,88.63119999999999,88.298,86.9652,86.9652,85.6324,84.966,84.966,84.966,84.2996,83.6332,83.3,82.6336,81.9672,81.3008,80.9676,80.3012,80.3012,79.6348,79.3016,78.6352,78.6352,77.6356,76.9692,76.3028,76.3028,75.6364,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,71.9712,71.3048,71.3048,70.6384,69.972,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,66.3068,64.974,63.9744,63.308,62.6416,62.6416,61.3088,60.6424,59.976,59.976,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.6448,53.9784,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,55.3112,55.3112,55.3112,55.9776,55.9776,56.644,56.644,55.9776,55.3112,54.6448,53.9784,53.312,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.3148,44.982,43.9824,43.316,42.6496,42.6496,41.65,40.9836,40.3172,39.6508,37.9848,37.3184,37.3184,36.652,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.654,31.654,30.9876,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.3228,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.3224,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,79.3016,79.968,79.968,80.6344,81.9672,82.6336,83.6332,84.2996],[74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,83.6332,84.966,84.966,84.966,85.6324,85.9656,85.9656,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.298,88.9644,88.9644,88.298,88.298,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.964,91.2968,91.63,92.6296,93.6292,93.9624,94.6288,95.9616,95.9616,96.9612,97.2944,97.96079999999999,98.294,98.6272,98.96039999999999,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.9592,102.2924,102.2924,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.62519999999999,103.9584,104.6248,105.6244,105.9576,106.9572,107.9568,109.2896,110.6224,111.622,112.2884,112.95479999999999,113.288,114.2876,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.6208,113.95439999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.6204,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.952,119.952,121.2848,121.2848,121.9512,122.6176,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.6164,125.9496,127.2824,127.6156,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.6148,129.6148,128.6152,128.6152,127.9488,127.9488,127.2824,127.2824,126.616,126.2828,126.2828,125.6164,125.6164,124.95,124.6168,125.2832,125.2832,125.6164,125.6164,125.9496,126.616,126.616,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,126.616,126.616,126.616,126.616,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,123.6172,123.28399999999999,123.28399999999999,122.2844,122.2844,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,122.2844,121.9512,122.2844,122.2844,122.2844,122.6176,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.2848,120.9516,119.952,119.6188,118.9524,117.6196,117.2864,115.6204,115.2872,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.6228,109.6228,109.2896,108.9564,108.28999999999999,108.28999999999999,107.9568,107.2904,107.2904,107.2904,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.2908,106.2908,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,109.956,109.2896,109.2896,108.9564,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,99.96,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,96.628,95.9616,95.2952,95.2952,94.6288,94.6288,93.9624,92.9628,92.9628,92.2964,91.63,91.63,90.2972,89.964,89.2976,88.63119999999999,87.2984,86.9652,86.9652,86.2988,85.2992,84.966,84.966,84.2996,84.2996,83.3,82.6336,81.9672,81.634,80.9676,80.9676,80.3012,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.6376,71.9712,71.3048,70.6384,69.3056,69.3056,68.6392,68.6392,67.97279999999999,66.9732,66.3068,64.6408,63.9744,63.9744,63.308,61.9752,61.3088,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.6452,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.3168,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.9792,52.6456,52.6456,53.312,53.312,53.312,53.312,53.9784,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,53.9784,53.312,52.6456,51.646,50.3132,49.6468,49.6468,50.3132,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,44.982,43.316,42.6496,42.6496,41.9832,40.9836,40.3172,40.3172,39.6508,37.9848,37.3184,37.3184,36.652,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.654,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.3228,26.3228,25.6564,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.6556,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.3204,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,79.968,79.968,80.6344,81.3008,82.6336,83.6332,84.966,84.966],[74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,83.6332,83.6332,83.6332,84.966,84.966,85.6324,85.9656,86.2988,86.632,86.632,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,91.2968,91.2968,91.63,92.2964,92.9628,93.9624,94.6288,95.9616,95.9616,96.2948,96.9612,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.6244,105.9576,106.624,107.9568,108.6232,109.2896,110.9556,111.622,112.95479999999999,113.288,114.2876,114.2876,114.2876,114.954,115.2872,115.2872,115.9536,115.9536,115.2872,115.2872,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.9496,126.616,127.2824,127.2824,127.9488,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,128.282,127.6156,127.9488,127.9488,127.2824,126.9492,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,124.6168,123.9504,123.9504,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.6164,125.6164,125.6164,125.9496,125.9496,126.616,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,125.6164,125.6164,125.2832,123.6172,123.28399999999999,122.6176,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.2852,118.9524,117.6196,117.2864,116.62,115.6204,115.2872,114.2876,114.2876,113.6212,113.6212,113.288,111.622,111.622,111.622,111.622,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,109.2896,108.9564,108.28999999999999,107.9568,107.9568,107.2904,106.9572,106.624,106.624,106.624,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.6232,108.6232,108.28999999999999,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,99.96,99.96,99.2936,98.294,98.294,97.96079999999999,97.96079999999999,96.9612,96.2948,95.9616,95.6284,94.6288,94.6288,93.9624,93.9624,93.29599999999999,92.6296,91.9632,91.63,91.2968,90.2972,90.2972,89.6308,88.298,87.6316,87.2984,86.632,86.632,86.2988,86.2988,85.6324,84.966,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,70.9716,70.3052,70.3052,69.3056,68.6392,67.97279999999999,67.3064,66.64,65.9736,64.974,64.974,63.9744,63.308,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,54.978,54.3116,53.6452,52.9788,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.3148,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,43.9824,43.9824,43.9824,43.316,42.6496,42.6496,41.9832,41.3168,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.6504,40.9836,40.9836,40.9836,41.65,42.6496,43.316,43.316,43.9824,45.3152,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,47.3144,47.3144,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,53.6452,54.3116,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,52.9788,52.3124,51.646,50.9796,50.3132,48.980399999999996,47.6476,47.6476,48.314,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,45.6484,45.3152,44.6488,44.6488,43.9824,42.9828,42.3164,41.65,40.9836,39.984,39.3176,39.3176,38.6512,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.3204,32.3204,31.654,31.654,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.322,28.322,27.6556,27.3224,27.3224,26.656,26.656,25.6564,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.99,25.3232,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.3228,26.3228,26.9892,26.9892,27.6556,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.6544,30.6544,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.9836,41.65,41.65,41.65,41.65,41.65,41.65,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,47.3144,47.3144,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.6352,79.3016,79.968,80.6344,80.9676,81.9672,82.6336,83.6332,84.966,85.6324],[75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.632,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,91.63,91.63,92.2964,92.2964,92.9628,93.9624,94.6288,95.9616,96.2948,96.9612,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.9576,106.624,107.2904,107.6236,108.28999999999999,108.6232,110.6224,110.9556,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.954,115.2872,115.9536,115.9536,115.2872,115.2872,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.6164,125.9496,125.9496,126.616,127.6156,127.9488,127.2824,127.2824,127.2824,127.2824,127.2824,126.9492,127.2824,127.6156,127.6156,126.616,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,123.9504,123.9504,123.9504,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,124.95,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.9496,125.9496,126.616,126.616,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,125.6164,125.6164,125.2832,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.2844,121.9512,120.2852,119.2856,118.286,117.6196,117.2864,116.2868,115.6204,114.6208,114.6208,114.2876,114.2876,113.6212,112.2884,111.622,111.622,111.622,111.2888,110.9556,110.9556,110.2892,109.956,109.2896,109.2896,108.9564,107.9568,107.9568,107.2904,107.2904,106.624,106.624,106.624,106.624,105.9576,105.9576,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.2924,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,99.96,99.96,98.96039999999999,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,95.6284,95.2952,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,92.6296,91.63,91.63,90.6304,90.6304,90.2972,88.63119999999999,88.298,87.9648,87.2984,86.632,86.632,87.2984,86.9652,85.9656,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.638,71.638,70.9716,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.64,66.3068,65.6404,64.6408,63.9744,63.308,62.6416,62.6416,61.9752,61.3088,60.6424,58.9764,58.31,57.6436,56.977199999999996,55.6444,54.978,54.3116,53.6452,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,46.9812,46.3148,46.3148,45.6484,44.982,44.982,44.982,44.982,43.9824,43.9824,43.9824,43.316,42.6496,41.9832,41.3168,41.3168,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.3176,39.3176,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,42.6496,43.316,44.6488,45.3152,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,53.6452,53.9784,53.9784,53.9784,53.9784,53.312,52.6456,52.6456,52.6456,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.3148,46.9812,46.9812,46.3148,46.3148,45.6484,44.982,44.982,44.982,43.9824,43.9824,43.316,43.316,42.3164,41.65,40.9836,40.3172,39.3176,38.6512,37.9848,37.9848,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.3204,31.654,31.654,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.6556,27.6556,27.3224,26.656,26.656,25.9896,25.6564,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.3228,26.3228,26.9892,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.6544,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.3164,42.3164,42.3164,41.9832,41.9832,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,47.3144,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.6352,79.3016,79.968,80.6344,80.9676,82.6336,83.6332,84.2996,85.6324,85.6324],[76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.632,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,94.6288,95.9616,96.2948,96.9612,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,105.2912,105.2912,105.9576,106.624,107.2904,107.2904,107.9568,108.6232,109.2896,109.956,111.622,112.2884,112.95479999999999,113.288,112.95479999999999,113.6212,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,126.616,126.616,126.616,125.9496,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,123.9504,124.28359999999999,123.6172,123.6172,123.6172,124.6168,125.2832,125.2832,125.6164,125.9496,125.9496,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,124.28359999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,124.6168,123.28399999999999,122.6176,120.9516,120.6184,119.6188,118.61919999999999,117.2864,116.62,115.9536,115.9536,115.2872,115.2872,114.6208,113.95439999999999,113.288,112.6216,112.6216,112.2884,111.622,111.2888,110.9556,110.9556,109.956,109.956,109.2896,108.9564,107.9568,107.9568,107.2904,107.2904,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.9576,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.2924,101.626,101.626,101.626,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,99.96,99.96,98.96039999999999,98.294,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.962,94.2956,93.6292,93.6292,92.9628,92.6296,91.63,91.63,90.6304,90.2972,89.2976,88.9644,88.63119999999999,87.9648,87.9648,87.9648,87.2984,87.2984,85.9656,85.2992,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.3016,79.3016,78.6352,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,63.308,62.6416,61.9752,61.3088,59.6428,58.9764,58.31,57.6436,56.3108,55.6444,54.3116,53.6452,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.316,42.6496,41.9832,41.3168,41.3168,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.9844,39.6508,39.6508,40.3172,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,45.9816,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,43.9824,43.316,43.316,42.6496,42.6496,41.9832,40.9836,40.3172,39.6508,38.9844,37.9848,37.3184,37.3184,36.652,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,32.3204,31.654,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,26.9892,26.9892,26.656,26.656,25.9896,25.9896,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.9892,26.9892,26.9892,27.6556,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.6544,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.3164,42.3164,42.3164,42.6496,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.6352,79.3016,79.968,80.6344,80.9676,82.6336,83.6332,84.2996,85.6324,86.9652],[76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.966,85.6324,86.2988,86.2988,86.632,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.9624,94.6288,95.9616,96.2948,96.9612,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,106.624,107.2904,107.6236,107.9568,108.28999999999999,109.2896,110.9556,111.622,112.2884,112.95479999999999,113.288,112.95479999999999,114.2876,114.954,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,123.9504,124.6168,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,123.6172,124.28359999999999,124.6168,125.2832,125.9496,125.9496,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,125.2832,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,126.9492,126.2828,125.6164,124.6168,123.28399999999999,121.618,120.6184,119.6188,118.9524,117.2864,116.62,116.62,115.9536,115.6204,115.2872,115.2872,114.6208,113.6212,113.288,113.288,112.2884,112.2884,111.2888,111.2888,110.9556,110.2892,109.956,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.2904,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.9576,106.624,106.624,106.624,107.2904,107.2904,107.2904,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.2912,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,99.96,99.96,98.96039999999999,98.294,98.294,97.96079999999999,97.6276,96.9612,96.9612,96.2948,95.6284,95.2952,95.6284,94.962,93.9624,93.6292,93.6292,92.6296,92.2964,91.63,91.2968,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.9648,87.2984,86.632,85.9656,85.2992,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,77.6356,76.9692,76.3028,75.6364,75.6364,76.3028,76.3028,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.6396,66.9732,66.3068,65.6404,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,60.3092,59.6428,58.9764,58.31,56.977199999999996,56.3108,54.978,54.3116,52.9788,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.9824,43.9824,43.316,42.6496,41.9832,41.3168,41.3168,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,39.6508,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,45.6484,44.982,44.315599999999996,44.315599999999996,43.6492,43.6492,43.6492,43.6492,42.9828,42.9828,42.6496,42.6496,41.9832,41.9832,41.3168,40.6504,39.6508,38.9844,38.318,38.318,37.3184,36.652,35.9856,35.9856,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,31.654,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,26.9892,26.9892,26.9892,26.656,25.9896,25.9896,25.3232,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.9892,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.3164,42.3164,42.3164,42.6496,42.6496,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.647999999999996,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.306,68.306,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.6352,79.3016,79.968,80.6344,80.9676,82.6336,83.6332,84.966,86.2988,86.9652],[77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,86.632,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,94.6288,95.2952,96.2948,96.9612,96.628,97.2944,98.294,98.294,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.9576,106.624,106.9572,107.6236,107.9568,108.9564,109.956,110.9556,111.9552,112.95479999999999,113.288,113.6212,113.95439999999999,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.2876,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.6208,114.6208,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,119.6188,119.952,120.9516,120.9516,121.2848,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.6176,122.6176,122.6176,121.9512,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,124.95,124.95,124.95,124.95,124.95,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.6176,122.2844,122.6176,121.9512,121.9512,122.6176,122.2844,122.6176,122.6176,122.6176,122.6176,122.6176,122.9508,122.6176,122.2844,122.2844,122.6176,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,127.2824,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.6156,127.2824,126.2828,124.6168,123.28399999999999,122.6176,121.9512,119.952,119.6188,118.9524,118.286,117.6196,116.62,116.62,115.6204,115.6204,115.2872,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.9556,110.2892,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,106.9572,106.9572,106.2908,106.2908,105.6244,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,105.6244,105.6244,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.292,103.292,102.2924,102.2924,102.2924,101.626,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,95.9616,94.962,93.9624,93.9624,93.6292,93.29599999999999,92.2964,92.2964,91.63,91.2968,89.964,89.964,89.2976,89.2976,88.298,88.298,87.9648,87.9648,87.2984,86.632,86.2988,85.6324,84.966,84.2996,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.3016,79.3016,78.6352,76.9692,76.3028,76.3028,76.9692,77.6356,77.6356,77.3024,77.3024,76.636,75.9696,74.97,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,67.6396,66.9732,66.3068,66.3068,65.6404,64.974,63.9744,63.308,61.9752,61.3088,59.976,59.309599999999996,57.6436,56.3108,55.6444,54.978,53.9784,53.312,53.312,52.6456,51.646,51.646,50.9796,50.3132,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,41.3168,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,39.984,40.6504,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,49.6468,49.6468,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,45.6484,44.982,44.315599999999996,43.6492,42.9828,42.9828,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,39.984,39.3176,37.9848,37.3184,36.652,36.652,35.9856,35.3192,35.3192,34.6528,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.654,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.3228,26.3228,25.6564,25.6564,24.99,24.99,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.6568,24.6568,24.6568,25.3232,25.3232,25.9896,25.9896,26.656,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.9892,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.3164,42.9828,42.9828,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.6392,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.6352,79.3016,79.968,80.6344,80.9676,81.9672,83.6332,84.966,86.2988,86.9652],[77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,86.632,86.632,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,94.6288,95.2952,95.2952,95.6284,96.9612,96.9612,96.628,97.2944,98.294,98.294,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,106.9572,106.9572,107.6236,107.9568,109.2896,109.956,111.2888,111.9552,112.6216,113.288,113.288,113.95439999999999,113.6212,114.2876,114.954,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.6208,114.6208,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,119.6188,119.952,119.952,120.9516,120.9516,121.2848,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.6176,122.6176,122.6176,121.9512,121.9512,121.9512,121.9512,121.9512,122.6176,122.6176,122.6176,122.2844,122.2844,122.6176,122.6176,122.6176,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,124.95,124.95,124.95,124.95,124.95,124.95,125.2832,125.2832,125.9496,125.9496,126.9492,127.6156,127.9488,128.6152,129.2816,129.6148,129.6148,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,128.282,127.6156,126.616,125.6164,124.6168,122.6176,122.6176,120.6184,119.952,119.6188,118.9524,117.9528,117.2864,117.2864,116.2868,116.2868,115.6204,114.6208,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.9556,110.9556,109.956,109.956,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,106.2908,105.6244,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.292,103.292,102.2924,102.2924,101.626,101.626,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.6284,94.6288,93.9624,93.9624,93.29599999999999,92.9628,92.2964,92.2964,91.63,90.2972,89.964,89.964,89.2976,88.9644,88.298,88.298,87.9648,87.9648,87.2984,86.632,86.2988,84.966,84.966,84.2996,83.6332,83.3,82.6336,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.968,79.3016,77.6356,77.6356,77.6356,77.6356,78.6352,79.3016,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.97,74.3036,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.972,69.3056,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,62.6416,61.3088,60.6424,59.309599999999996,57.6436,56.977199999999996,56.3108,55.6444,54.6448,53.9784,53.9784,53.312,52.9788,52.3124,51.646,50.9796,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.6484,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,41.3168,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.314,46.3148,45.6484,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,42.9828,42.3164,42.3164,41.65,41.3168,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.984,39.984,39.3176,39.3176,38.6512,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.3228,26.3228,25.6564,25.6564,24.99,24.99,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.6568,25.3232,25.3232,25.9896,25.9896,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.9896,26.656,27.3224,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.3208,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.3164,42.9828,42.9828,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.6352,79.3016,79.968,79.968,80.3012,81.9672,83.6332,84.966,86.2988,86.9652],[78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,86.632,86.632,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,94.6288,95.2952,95.6284,95.6284,96.9612,96.9612,96.628,97.2944,98.294,98.294,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,106.2908,106.9572,107.6236,107.9568,109.2896,109.956,110.9556,111.2888,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,113.6212,114.2876,114.2876,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.6188,119.952,119.952,120.2852,120.2852,121.2848,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,121.9512,121.9512,121.9512,121.2848,121.618,121.618,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.6176,122.6176,121.9512,121.9512,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.618,121.618,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.618,122.2844,123.28399999999999,123.9504,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,126.9492,127.6156,128.9484,128.9484,129.6148,130.2812,130.9476,131.2808,131.2808,130.9476,129.948,129.6148,129.948,129.6148,129.6148,128.6152,127.9488,126.616,126.2828,124.6168,123.28399999999999,122.6176,121.2848,120.2852,119.952,119.2856,118.286,117.9528,117.6196,117.2864,116.62,115.9536,115.2872,115.2872,114.6208,114.2876,113.288,113.288,112.95479999999999,112.2884,111.2888,111.2888,110.9556,110.2892,109.956,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,106.2908,105.6244,104.958,104.958,104.958,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,104.958,104.6248,103.9584,103.292,103.292,102.6256,102.2924,101.626,101.626,101.2928,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,96.2948,96.2948,96.2948,95.9616,94.6288,94.6288,93.9624,93.9624,92.9628,92.9628,92.2964,91.63,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.9644,88.9644,88.298,87.9648,87.2984,86.2988,85.6324,85.6324,84.966,84.2996,83.3,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,78.6352,78.6352,78.6352,79.3016,79.968,79.968,79.6348,78.9684,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.97,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,68.9724,68.306,68.306,67.6396,66.3068,65.6404,64.6408,63.9744,62.6416,61.9752,60.6424,59.976,58.31,57.6436,56.977199999999996,56.3108,55.9776,55.3112,54.6448,53.9784,53.6452,52.9788,52.3124,51.646,49.6468,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,41.3168,40.3172,40.3172,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.984,39.3176,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,41.65,42.3164,42.6496,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.6492,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,45.6484,44.315599999999996,43.9824,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,39.984,39.984,39.984,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.3228,26.3228,25.6564,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,25.3232,25.9896,25.9896,26.656,26.656,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.3164,42.9828,42.9828,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.6352,79.3016,79.968,79.968,80.3012,81.9672,83.6332,84.966,86.2988,86.9652],[78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,86.632,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,94.962,95.2952,95.6284,95.6284,96.9612,96.9612,96.628,97.2944,98.294,98.294,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,106.2908,106.2908,106.9572,107.6236,108.9564,109.2896,109.956,110.2892,110.9556,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.288,112.6216,112.6216,112.2884,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.2848,121.2848,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,121.9512,121.2848,121.2848,121.2848,121.618,121.618,121.618,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,121.9512,121.2848,121.2848,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,119.952,120.2852,119.6188,119.6188,119.6188,119.952,119.952,120.9516,121.2848,122.2844,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,127.6156,127.9488,129.948,130.2812,131.2808,131.9472,132.6136,133.28,133.28,132.9468,131.9472,130.9476,130.9476,130.6144,129.948,128.9484,128.6152,127.2824,126.2828,124.95,123.9504,122.6176,121.2848,120.6184,120.2852,119.952,118.9524,117.9528,117.6196,117.2864,116.62,115.9536,115.2872,115.2872,114.6208,114.2876,113.288,113.288,112.95479999999999,112.2884,111.2888,111.2888,110.9556,110.2892,109.956,108.9564,108.28999999999999,107.9568,106.9572,106.9572,106.2908,106.2908,105.6244,104.958,104.958,104.958,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,102.9588,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,104.958,104.6248,103.9584,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,95.2952,94.6288,94.6288,93.9624,93.29599999999999,92.9628,92.9628,92.2964,90.9636,90.6304,90.6304,89.964,89.964,89.2976,89.2976,88.9644,88.63119999999999,88.298,87.9648,87.2984,86.2988,85.6324,85.6324,84.966,84.2996,83.3,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,80.3012,79.6348,78.9684,78.30199999999999,76.9692,76.3028,75.6364,75.6364,74.6368,73.9704,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,69.6388,68.9724,68.9724,67.6396,66.9732,66.3068,65.6404,64.6408,63.308,62.6416,61.3088,60.6424,58.9764,58.31,57.6436,56.977199999999996,56.644,55.9776,55.3112,54.6448,54.3116,53.6452,52.9788,52.3124,50.3132,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.3148,46.3148,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,40.3172,40.3172,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.984,39.3176,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,40.9836,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,42.6496,42.9828,43.6492,43.6492,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,46.9812,46.9812,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,45.6484,44.315599999999996,43.6492,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.3176,38.6512,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.3228,26.3228,26.3228,25.6564,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.9896,26.656,26.656,26.656,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,26.656,26.656,27.3224,27.3224,27.9888,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,32.3204,32.3204,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.9836,41.65,41.65,42.3164,42.3164,42.9828,42.9828,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,65.9736,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,79.3016,79.3016,79.968,79.968,80.3012,81.9672,83.6332,84.2996,85.6324,86.2988],[79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.9664,84.2996,85.6324,85.9656,85.9656,86.9652,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,96.628,96.628,97.2944,97.2944,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.96,99.96,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.9596,100.9596,101.2928,101.2928,101.9592,102.2924,102.9588,104.2916,104.2916,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.9576,106.9572,107.6236,107.9568,108.6232,109.2896,109.6228,110.2892,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.9532,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.9524,119.6188,119.952,119.952,120.2852,120.9516,120.9516,121.618,121.2848,121.9512,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.6176,122.2844,121.9512,121.2848,121.2848,120.9516,120.2852,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.2856,118.9524,118.286,118.286,118.286,118.286,118.9524,118.9524,119.2856,120.2852,121.2848,121.9512,122.9508,122.9508,123.6172,124.6168,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,125.6164,125.9496,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,126.9492,126.9492,128.6152,128.9484,130.2812,131.2808,132.6136,132.9468,134.2796,135.2792,134.6128,134.2796,133.28,132.2804,131.2808,130.6144,129.948,128.9484,128.6152,127.2824,126.2828,124.95,123.9504,122.6176,121.9512,121.2848,120.2852,119.6188,118.9524,118.286,117.2864,117.2864,116.62,115.9536,115.6204,114.6208,114.6208,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,110.9556,110.9556,109.956,109.2896,108.9564,107.9568,106.9572,106.9572,106.2908,106.2908,105.9576,105.6244,105.6244,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,105.6244,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.624,105.9576,105.2912,104.6248,104.6248,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.96,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,95.6284,95.2952,95.2952,94.6288,93.9624,93.29599999999999,92.9628,92.2964,91.63,91.63,91.2968,91.2968,90.6304,89.964,89.964,89.964,89.2976,88.9644,88.298,87.2984,86.9652,86.9652,86.2988,85.6324,84.2996,83.6332,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,80.6344,81.3008,81.9672,81.9672,81.3008,80.6344,79.3016,78.6352,77.3024,76.636,76.636,75.9696,75.6364,74.97,74.97,74.3036,73.304,72.6376,71.9712,71.9712,70.6384,69.972,69.3056,68.6392,67.3064,66.64,65.6404,64.974,63.9744,63.308,62.3084,61.641999999999996,59.976,59.309599999999996,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,51.646,50.9796,50.3132,49.6468,47.6476,46.9812,46.3148,46.3148,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,39.984,40.3172,40.3172,40.3172,40.9836,41.65,41.65,41.65,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,45.9816,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.3148,46.3148,46.3148,45.9816,45.3152,45.3152,44.6488,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.65,40.9836,39.984,39.3176,39.3176,39.3176,38.9844,38.9844,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.654,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.3224,27.3224,26.656,26.656,25.9896,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,27.6556,27.6556,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.9736,65.9736,65.9736,65.9736,65.9736,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,81.9672,82.96679999999999,83.6332,84.966,84.966],[79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.9664,84.2996,85.6324,85.6324,86.2988,86.2988,87.2984,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.6304,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,96.628,96.628,97.2944,97.6276,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.96,99.96,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.9596,100.9596,101.2928,101.9592,102.2924,102.2924,103.62519999999999,104.2916,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.9576,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,109.6228,110.2892,110.9556,111.9552,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.2876,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.9536,116.62,116.9532,116.9532,116.9532,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,119.2856,119.952,119.952,120.9516,120.9516,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,121.9512,121.2848,121.2848,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,118.9524,118.9524,118.61919999999999,117.9528,117.2864,117.2864,116.62,116.62,116.62,116.9532,117.6196,117.9528,118.61919999999999,119.6188,120.9516,121.618,122.2844,123.28399999999999,123.6172,123.9504,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.28359999999999,124.28359999999999,123.9504,123.9504,124.6168,124.6168,124.95,124.95,125.6164,125.9496,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,126.616,126.9492,127.6156,128.9484,129.6148,131.2808,132.2804,133.6132,134.946,135.6124,135.6124,136.2788,135.6124,134.2796,133.28,131.9472,131.2808,129.948,128.9484,128.6152,127.2824,126.616,124.95,123.9504,122.9508,121.9512,121.2848,120.2852,120.2852,119.6188,118.9524,117.6196,117.2864,116.62,115.9536,115.6204,114.6208,113.95439999999999,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.9556,109.956,109.2896,108.9564,107.9568,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,104.6248,103.9584,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.624,105.9576,105.6244,105.2912,103.9584,103.292,102.6256,101.9592,101.9592,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.2944,96.628,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.9628,92.2964,91.63,91.63,91.63,90.9636,90.9636,90.9636,90.6304,89.964,89.2976,88.63119999999999,87.9648,87.2984,86.9652,86.9652,86.2988,85.6324,84.2996,83.6332,83.6332,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,81.9672,81.3008,79.968,79.3016,78.30199999999999,77.3024,77.3024,76.636,76.3028,75.6364,75.6364,74.97,73.9704,73.304,73.304,72.6376,71.3048,70.6384,69.972,69.3056,67.97279999999999,67.3064,66.3068,65.6404,64.6408,63.9744,63.308,62.3084,60.6424,59.976,59.976,59.309599999999996,58.9764,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,52.3124,51.646,50.9796,50.3132,48.314,47.6476,46.9812,46.3148,45.9816,45.3152,44.6488,43.316,42.6496,41.9832,41.3168,40.6504,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.6508,40.3172,40.3172,40.3172,40.9836,41.65,41.65,41.65,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,46.9812,46.3148,46.3148,46.3148,45.6484,45.3152,44.6488,44.6488,43.9824,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,40.9836,40.3172,39.3176,39.3176,39.3176,39.3176,38.9844,38.9844,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.3208,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.3224,27.3224,26.656,26.656,25.9896,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.99,26.3228,26.3228,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.9736,65.9736,65.9736,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.2996],[79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.9664,84.2996,85.6324,85.9656,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,96.628,96.628,97.2944,97.6276,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.9596,100.9596,101.2928,101.9592,102.2924,102.2924,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.958,104.958,105.6244,105.9576,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,109.2896,109.6228,110.6224,111.2888,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.6204,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.6196,117.9528,117.9528,117.9528,118.286,118.9524,118.9524,119.2856,119.952,120.2852,120.2852,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.9512,121.2848,120.2852,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,117.9528,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.9528,118.9524,120.2852,121.2848,121.9512,122.2844,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,123.9504,123.9504,124.6168,124.6168,124.95,124.95,125.6164,125.9496,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.9488,128.6152,129.2816,130.6144,131.9472,132.9468,134.946,135.2792,136.612,136.612,136.612,136.2788,134.946,133.9464,131.9472,131.2808,129.6148,128.9484,128.6152,127.2824,126.616,124.95,123.9504,122.9508,121.9512,121.2848,120.2852,120.2852,119.6188,118.9524,117.6196,117.2864,116.62,115.9536,115.6204,114.6208,113.95439999999999,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.9556,109.956,109.2896,108.9564,107.9568,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.6244,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.624,105.9576,105.6244,105.2912,103.9584,103.292,102.6256,101.9592,101.626,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,96.628,96.628,96.628,96.628,96.628,96.628,95.6284,95.6284,95.2952,94.6288,93.9624,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,89.964,89.2976,88.63119999999999,87.6316,87.6316,86.9652,86.9652,85.6324,84.966,84.966,84.2996,83.6332,82.96679999999999,82.6336,82.6336,82.6336,81.9672,81.3008,81.3008,81.9672,82.6336,83.3,83.3,82.96679999999999,82.3004,80.6344,79.968,78.9684,78.30199999999999,78.30199999999999,77.3024,76.9692,76.9692,76.3028,76.3028,75.3032,74.6368,73.9704,73.304,72.6376,71.9712,71.3048,69.972,68.6392,67.97279999999999,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,61.3088,60.6424,60.6424,59.976,59.6428,58.9764,58.31,57.6436,56.644,55.9776,55.3112,54.6448,52.9788,52.3124,51.646,50.9796,48.980399999999996,48.314,47.6476,46.9812,45.9816,45.3152,44.6488,43.9824,42.6496,41.9832,41.3168,40.6504,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.9844,39.6508,39.6508,40.3172,40.9836,40.9836,41.65,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.6488,43.9824,43.9824,43.316,41.9832,41.3168,40.9836,40.3172,39.984,39.984,39.984,39.984,39.3176,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.32,32.3204,31.654,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,26.3228,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,82.6336,82.96679999999999],[79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,84.966,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,96.628,96.628,97.2944,97.2944,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.96,99.96,99.96,99.96,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.9592,102.2924,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.6244,105.9576,106.624,106.624,107.6236,107.6236,107.9568,108.6232,108.6232,109.2896,109.956,110.2892,110.6224,110.9556,110.9556,110.9556,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.61919999999999,118.9524,119.6188,119.6188,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.618,120.9516,120.2852,119.6188,119.6188,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,117.2864,117.9528,119.2856,120.2852,120.9516,121.2848,122.9508,123.28399999999999,123.6172,124.28359999999999,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,123.9504,123.9504,124.6168,124.6168,124.95,125.6164,125.9496,126.616,126.616,126.616,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.6152,129.948,130.9476,132.6136,133.6132,135.2792,135.94559999999998,137.2784,137.2784,137.2784,136.612,135.6124,134.2796,132.6136,131.9472,130.2812,129.2816,128.9484,127.6156,126.9492,125.2832,123.9504,122.2844,121.618,121.2848,119.952,119.6188,118.9524,118.286,117.2864,116.62,116.2868,115.6204,114.954,114.6208,113.95439999999999,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,110.9556,110.9556,109.956,109.2896,108.9564,107.9568,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,104.2916,104.6248,103.9584,103.9584,103.9584,104.958,104.958,105.9576,105.9576,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.624,105.9576,105.6244,105.2912,103.9584,103.292,102.6256,101.9592,101.626,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.2948,95.6284,95.2952,94.6288,93.9624,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,90.9636,90.6304,89.964,89.2976,88.298,87.6316,87.2984,86.9652,86.9652,86.2988,86.2988,84.966,84.966,83.6332,82.96679999999999,82.6336,82.6336,82.96679999999999,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,83.6332,82.96679999999999,81.634,80.6344,79.968,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,75.6364,74.97,73.304,72.6376,71.9712,71.3048,69.972,68.6392,67.97279999999999,66.9732,66.3068,65.3072,64.6408,63.9744,61.9752,61.3088,60.6424,60.6424,59.6428,59.6428,58.9764,58.31,57.3104,56.644,55.9776,54.6448,53.6452,52.9788,52.3124,51.646,49.6468,48.980399999999996,48.314,47.6476,46.647999999999996,45.9816,45.3152,43.9824,43.316,42.6496,41.9832,41.3168,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.9844,38.9844,38.9844,39.6508,40.3172,40.9836,40.9836,41.65,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,43.9824,43.316,43.316,42.6496,41.3168,40.6504,40.3172,40.3172,39.984,39.984,39.984,39.3176,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.318,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.9892,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.9892,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.3204,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.9752,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,74.97,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.3016,79.3016,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672],[80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,84.966,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,97.6276,97.2944,97.2944,98.294,98.294,98.6272,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,102.2924,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.6244,106.624,106.624,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.6228,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.6216,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.9528,117.9528,117.9528,117.6196,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.9524,118.9524,119.6188,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,120.6184,120.6184,120.6184,120.6184,120.2852,119.6188,118.9524,118.9524,118.286,117.9528,117.9528,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.6204,115.2872,115.2872,114.2876,114.2876,114.2876,114.2876,114.2876,115.2872,116.2868,117.2864,117.6196,118.61919999999999,119.952,120.2852,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.616,126.616,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.9484,130.6144,131.614,132.9468,134.2796,135.94559999999998,136.612,137.2784,137.6116,137.6116,136.612,136.2788,134.2796,133.28,132.6136,130.6144,129.948,128.6152,127.6156,126.9492,125.2832,123.9504,122.2844,120.9516,120.2852,119.952,119.6188,118.9524,118.286,117.2864,116.62,116.2868,115.6204,114.954,114.6208,113.95439999999999,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,104.958,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,105.2912,106.624,106.9572,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.624,105.6244,105.2912,104.6248,103.62519999999999,102.6256,102.2924,101.626,101.2928,100.6264,100.2932,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.2936,98.96039999999999,98.6272,98.6272,98.6272,98.294,98.294,98.294,97.2944,96.9612,96.2948,95.9616,95.2952,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,92.9628,92.2964,91.63,91.2968,90.2972,89.6308,88.63119999999999,88.298,87.6316,87.6316,87.2984,87.2984,86.2988,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.2996,83.6332,82.3004,81.634,80.6344,79.968,79.968,79.968,79.6348,79.6348,78.9684,78.9684,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.3044,70.9716,70.3052,69.3056,68.6392,67.6396,66.9732,65.6404,64.974,63.308,61.641999999999996,61.641999999999996,60.9756,60.6424,59.976,59.976,59.309599999999996,57.6436,56.977199999999996,56.3108,55.6444,53.9784,53.312,52.6456,51.9792,50.9796,50.3132,49.6468,48.980399999999996,46.9812,46.3148,45.6484,44.982,43.316,42.6496,42.6496,41.9832,40.9836,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.982,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.6508,39.6508,39.3176,39.3176,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.9896,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.6556,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,31.654,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,36.652,36.652,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,75.3032,75.3032,75.9696,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.6352,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.3008],[80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.3,83.9664,83.9664,84.6328,84.966,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.9612,97.6276,97.6276,97.2944,97.2944,98.294,98.294,98.6272,98.6272,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.2916,104.2916,105.2912,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,108.6232,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.956,109.956,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.6204,115.9536,115.9536,116.2868,115.6204,115.6204,115.6204,115.9536,116.62,116.9532,116.9532,116.9532,116.62,116.62,116.62,116.62,116.9532,116.9532,116.9532,116.9532,117.9528,118.286,118.286,118.9524,119.2856,119.2856,119.2856,119.2856,118.9524,119.6188,119.6188,119.6188,120.2852,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,118.9524,118.61919999999999,118.61919999999999,117.9528,117.2864,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.6204,115.2872,114.6208,114.2876,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,114.954,115.2872,115.9536,117.2864,117.6196,118.9524,118.9524,119.952,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.9504,123.9504,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.616,126.616,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,129.6148,130.9476,131.614,132.9468,134.2796,135.94559999999998,136.612,137.6116,137.6116,137.9448,137.6116,136.2788,134.946,133.6132,132.6136,130.6144,129.6148,128.9484,127.6156,126.9492,125.2832,123.9504,122.2844,120.9516,120.6184,119.952,119.6188,118.9524,118.286,117.2864,116.62,116.2868,115.6204,114.954,114.6208,113.95439999999999,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.6244,104.958,104.2916,104.2916,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,103.292,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,104.958,105.2912,106.624,107.2904,107.6236,107.6236,106.9572,106.9572,106.9572,106.624,105.6244,104.6248,104.2916,103.62519999999999,102.6256,102.2924,101.626,101.2928,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,99.2936,99.2936,99.2936,99.2936,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.6268,99.2936,99.2936,99.2936,98.96039999999999,98.294,98.294,98.294,98.294,97.6276,96.9612,96.2948,95.9616,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,92.9628,92.2964,91.63,90.6304,90.2972,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.2984,86.2988,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,84.966,84.2996,82.96679999999999,82.3004,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,78.9684,78.9684,78.30199999999999,77.3024,76.9692,75.6364,74.3036,73.63719999999999,72.3044,70.9716,69.972,69.3056,68.306,67.6396,66.3068,64.974,63.308,62.3084,61.641999999999996,61.641999999999996,60.6424,60.6424,59.976,59.976,58.31,57.6436,56.977199999999996,56.3108,54.6448,53.9784,53.312,52.6456,51.646,50.9796,50.3132,48.980399999999996,47.6476,46.9812,46.3148,44.982,43.9824,43.316,42.6496,41.9832,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,39.6508,40.3172,40.3172,40.9836,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.3148,46.3148,46.3148,45.6484,45.6484,44.982,44.982,44.315599999999996,43.316,42.6496,42.6496,41.9832,40.6504,39.984,39.6508,39.6508,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.3192,33.986399999999996,33.32,32.6536,31.9872,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.3228,25.6564,25.6564,25.6564,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.656,26.656,27.3224,27.3224,26.656,26.656,27.3224,27.3224,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,31.654,31.654,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,64.3076,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,75.3032,75.3032,75.9696,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,79.968],[81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.9664,83.9664,84.6328,84.6328,85.2992,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.9612,97.6276,97.6276,97.2944,97.2944,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.2916,104.2916,105.2912,105.6244,106.2908,106.2908,106.624,106.624,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.9564,109.6228,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.9552,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.9532,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.2856,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.61919999999999,117.9528,117.9528,116.9532,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.2872,115.2872,114.6208,114.2876,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,114.2876,114.6208,115.2872,116.2868,117.6196,117.9528,118.9524,119.6188,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.616,126.616,127.6156,127.9488,128.9484,128.9484,128.9484,129.6148,129.6148,129.6148,129.948,130.6144,131.2808,131.9472,133.6132,134.6128,135.94559999999998,136.612,137.6116,138.278,138.6112,137.9448,136.612,134.946,133.6132,132.6136,130.9476,129.6148,128.6152,127.6156,126.9492,125.2832,123.9504,122.2844,120.9516,120.6184,119.952,119.6188,118.9524,117.9528,117.2864,116.62,115.9536,115.6204,114.6208,114.6208,113.95439999999999,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.624,105.9576,105.9576,104.958,104.958,104.2916,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.6256,101.9592,101.9592,101.9592,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,105.2912,105.9576,106.624,106.9572,106.9572,106.2908,106.2908,106.2908,105.9576,104.6248,104.2916,103.62519999999999,103.292,102.6256,102.2924,101.626,101.2928,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.6272,97.96079999999999,97.2944,97.2944,96.9612,95.6284,95.6284,95.9616,95.9616,95.2952,95.2952,95.2952,94.6288,93.9624,93.29599999999999,92.9628,92.2964,91.63,90.6304,90.2972,89.6308,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,86.2988,85.9656,85.6324,84.966,85.2992,85.2992,85.2992,85.2992,85.2992,85.2992,85.9656,85.9656,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.3012,80.3012,79.6348,78.9684,77.6356,76.9692,75.6364,74.3036,72.9708,72.3044,71.3048,70.6384,68.9724,68.306,66.9732,65.6404,63.9744,63.308,62.3084,61.641999999999996,61.3088,60.6424,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.3112,53.9784,53.312,52.6456,51.646,50.9796,50.3132,49.6468,47.6476,46.9812,46.3148,45.6484,43.9824,43.316,42.6496,41.9832,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.6508,39.6508,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,46.3148,46.3148,45.6484,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,43.316,42.6496,41.9832,41.3168,40.6504,39.984,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.3192,33.986399999999996,33.32,32.6536,31.9872,30.9876,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.3228,26.656,26.656,27.3224,27.3224,27.3224,27.3224,27.3224,27.9888,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.9784,53.9784,53.9784,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.6428,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.308,63.308,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,75.3032,75.3032,75.9696,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684],[82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,85.2992,85.2992,85.9656,86.2988,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,96.9612,97.6276,97.2944,97.2944,98.294,98.294,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.2916,104.2916,105.2912,105.2912,105.6244,106.2908,106.624,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,114.6208,114.6208,114.2876,114.2876,114.6208,114.6208,114.6208,115.2872,115.6204,115.6204,115.9536,115.9536,116.62,116.62,116.9532,116.9532,116.9532,117.6196,117.6196,117.9528,117.9528,117.9528,118.286,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,117.9528,117.6196,116.9532,115.9536,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.2876,114.2876,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.95439999999999,114.6208,115.6204,116.62,117.6196,118.286,118.9524,119.952,120.2852,120.9516,121.2848,121.9512,121.9512,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.616,127.2824,127.9488,127.9488,128.9484,128.9484,129.6148,129.6148,129.6148,129.948,130.6144,130.9476,131.9472,132.2804,133.6132,134.6128,135.94559999999998,136.612,137.6116,138.278,138.6112,137.9448,136.612,134.946,133.6132,131.9472,130.9476,129.6148,128.6152,127.6156,126.9492,125.2832,123.9504,122.2844,120.9516,120.6184,119.952,119.6188,118.9524,117.9528,117.2864,116.62,115.9536,115.6204,114.6208,114.6208,113.95439999999999,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.2904,106.624,106.624,105.9576,105.6244,104.958,104.2916,104.2916,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,101.9592,101.9592,101.626,101.626,102.6256,103.292,103.292,103.62519999999999,104.2916,105.2912,105.6244,105.9576,106.2908,106.9572,106.2908,105.6244,105.6244,105.6244,104.2916,103.62519999999999,103.292,102.6256,102.2924,101.626,101.2928,100.9596,100.2932,100.2932,100.2932,100.2932,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.2952,94.962,93.9624,93.29599999999999,92.9628,92.2964,91.2968,90.6304,90.2972,89.2976,88.63119999999999,88.63119999999999,88.298,87.2984,85.9656,85.9656,85.6324,85.9656,85.2992,85.2992,85.2992,85.2992,85.9656,86.2988,86.2988,85.6324,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.634,80.9676,80.9676,80.3012,78.9684,77.6356,76.3028,74.97,73.63719999999999,72.9708,71.9712,71.3048,69.6388,68.306,67.6396,66.3068,64.6408,63.9744,62.3084,61.641999999999996,61.3088,61.3088,60.6424,60.6424,59.6428,58.9764,58.31,56.977199999999996,55.3112,54.6448,53.9784,53.312,52.3124,51.646,50.9796,50.3132,48.314,47.6476,46.9812,46.3148,44.6488,43.9824,43.316,42.6496,41.65,40.9836,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,40.3172,40.3172,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,45.6484,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,43.6492,42.6496,42.6496,41.9832,41.3168,40.6504,39.984,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.3192,34.6528,33.32,32.6536,31.9872,31.3208,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.322,28.322,28.322,27.6556,27.6556,26.9892,26.9892,26.3228,26.3228,26.3228,25.6564,25.6564,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.3228,26.656,26.656,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.654,31.654,31.654,32.3204,32.3204,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,36.652,36.652,36.652,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.308,63.308,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,75.3032,75.9696,76.636,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024],[83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.63,91.63,92.2964,92.2964,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,96.9612,96.9612,96.9612,97.6276,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.96,99.96,99.96,99.96,100.6264,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.9556,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.95439999999999,114.6208,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,116.9532,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,117.9528,116.9532,116.9532,115.9536,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,114.2876,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.2884,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,117.6196,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.9516,120.9516,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.9484,128.9484,129.6148,129.948,130.6144,130.9476,131.2808,131.9472,132.9468,133.6132,134.2796,135.2792,135.94559999999998,136.612,137.6116,137.6116,137.6116,137.2784,136.612,134.946,132.9468,131.2808,130.2812,129.2816,128.282,127.2824,126.2828,125.2832,123.9504,122.2844,120.9516,120.6184,119.2856,118.9524,118.286,117.6196,117.2864,116.62,115.9536,115.2872,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,111.2888,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,108.9564,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,107.9568,107.6236,107.6236,106.624,105.9576,105.2912,104.2916,104.2916,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,103.62519999999999,102.6256,102.2924,101.626,101.2928,100.6264,100.6264,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.9612,96.2948,95.2952,94.6288,93.6292,92.9628,92.2964,90.9636,90.2972,89.964,89.2976,89.2976,88.63119999999999,87.9648,87.2984,86.9652,86.9652,86.2988,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,85.9656,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.3008,79.968,79.3016,77.6356,75.9696,74.3036,73.63719999999999,72.6376,71.3048,69.972,68.6392,67.6396,66.3068,65.3072,63.9744,63.308,62.3084,61.3088,61.3088,60.6424,60.6424,59.6428,58.9764,58.31,57.6436,55.9776,55.3112,53.9784,53.312,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.6484,44.982,43.316,42.6496,41.9832,41.3168,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,41.65,42.3164,42.3164,42.9828,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.3164,41.65,40.9836,40.3172,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,27.9888,27.9888,27.3224,26.656,26.3228,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,26.3228,26.9892,27.6556,27.6556,27.6556,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.6544,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,38.9844,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,54.978,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.3076,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.6392,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.3048,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,75.6364,75.6364],[84.6328,84.2996,84.2996,83.6332,83.3,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.96,99.96,99.96,99.96,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,108.6232,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,110.2892,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,111.2888,111.2888,111.2888,111.2888,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,115.2872,115.6204,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,116.9532,116.62,115.9536,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.6216,112.2884,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,117.6196,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,121.2848,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.9484,129.6148,129.948,130.6144,130.9476,131.2808,131.9472,132.6136,132.9468,133.6132,134.946,134.946,135.6124,135.94559999999998,137.2784,137.6116,137.6116,137.2784,136.2788,134.946,132.6136,131.2808,129.948,129.2816,127.9488,126.616,125.6164,124.6168,123.28399999999999,122.2844,120.9516,120.2852,118.9524,118.9524,118.286,117.6196,117.2864,116.62,115.9536,115.2872,114.2876,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,108.9564,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.2904,106.624,105.6244,104.958,104.2916,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,105.2912,105.6244,105.6244,105.6244,104.6248,103.62519999999999,103.292,102.2924,101.626,101.626,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,99.96,99.96,99.2936,98.96039999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,97.96079999999999,96.628,96.2948,95.2952,94.2956,93.29599999999999,92.9628,91.63,90.9636,90.2972,89.964,89.964,89.2976,88.298,87.9648,87.2984,86.9652,86.2988,86.2988,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,83.3,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,79.3016,78.6352,76.9692,74.97,73.63719999999999,72.6376,71.3048,69.3056,67.97279999999999,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,60.6424,59.6428,58.9764,58.31,57.6436,56.644,55.3112,54.6448,53.312,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,44.982,43.9824,42.6496,41.9832,41.3168,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,41.65,42.3164,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.3164,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,27.9888,27.3224,26.656,25.9896,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.99,25.6564,25.6564,25.6564,25.6564,26.9892,27.6556,27.6556,27.6556,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.32,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,53.9784,53.9784,53.9784,53.9784,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036],[85.9656,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.9612,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.96,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,111.9552,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,114.6208,115.6204,115.6204,115.9536,115.9536,115.9536,115.2872,115.9536,115.9536,117.2864,117.2864,117.2864,117.2864,117.6196,116.9532,116.9532,115.9536,115.9536,115.2872,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,117.6196,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.2856,119.952,119.952,120.2852,120.2852,121.2848,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.9484,129.6148,129.948,130.6144,131.2808,131.2808,132.6136,132.6136,132.9468,133.6132,134.2796,134.946,134.946,135.6124,136.612,137.2784,137.2784,136.612,136.2788,134.2796,131.9472,130.2812,129.2816,128.6152,127.6156,126.616,125.6164,124.6168,122.6176,122.2844,120.6184,120.2852,118.9524,118.9524,118.286,117.6196,116.62,116.2868,115.6204,115.2872,114.2876,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,108.9564,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.2904,106.624,105.6244,104.958,104.2916,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.6256,102.6256,103.62519999999999,104.6248,105.2912,104.958,104.2916,103.292,102.6256,102.2924,101.626,101.626,101.2928,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,100.9596,100.6264,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.294,97.96079999999999,96.628,96.2948,95.2952,94.6288,93.29599999999999,92.9628,92.2964,90.9636,90.2972,89.964,89.2976,88.298,87.9648,87.2984,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,79.3016,78.6352,76.9692,74.97,73.63719999999999,72.6376,71.3048,69.3056,67.97279999999999,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,61.3088,60.6424,59.6428,58.9764,58.31,57.6436,56.644,55.3112,54.6448,53.312,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,44.982,43.9824,42.6496,41.9832,41.3168,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,41.65,41.65,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.3164,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.3224,27.3224,26.656,25.9896,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.3236,24.3236,24.99,24.99,24.99,24.99,25.6564,25.6564,26.9892,27.6556,27.6556,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,43.316,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.304,73.304],[87.2984,86.632,86.632,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.9568,107.9568,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.6228,110.2892,110.2892,110.2892,109.956,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,111.622,111.622,112.6216,112.6216,113.288,113.288,113.95439999999999,114.6208,114.954,114.954,114.954,114.2876,114.954,114.954,115.2872,116.2868,116.62,116.62,116.62,116.62,116.9532,116.62,115.9536,115.6204,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,117.6196,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.952,119.952,120.2852,120.2852,121.2848,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,127.9488,127.9488,128.9484,129.6148,129.948,130.9476,131.2808,131.2808,132.6136,132.6136,132.9468,132.9468,134.2796,134.2796,134.946,134.946,136.2788,136.612,136.612,136.2788,135.2792,133.9464,130.9476,128.9484,128.6152,127.9488,126.9492,125.6164,125.2832,123.9504,122.6176,120.9516,120.2852,119.952,118.9524,118.286,117.6196,117.2864,116.2868,115.6204,115.2872,114.6208,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,109.956,109.2896,108.9564,108.9564,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.2904,106.624,105.6244,104.958,104.2916,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.9592,101.626,101.2928,101.2928,100.6264,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.9592,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.2936,98.6272,97.96079999999999,96.628,96.2948,95.2952,94.6288,93.29599999999999,92.9628,91.63,90.9636,90.2972,89.2976,88.63119999999999,87.9648,87.2984,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.3008,80.6344,79.3016,78.6352,76.9692,74.97,73.63719999999999,72.6376,71.3048,69.3056,67.97279999999999,67.6396,66.9732,65.9736,65.3072,64.6408,63.9744,62.6416,61.9752,61.9752,60.6424,59.6428,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.312,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,44.982,43.9824,42.6496,41.9832,41.3168,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.3224,26.656,25.9896,25.3232,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.9892,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.97,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304],[88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,101.2928,101.626,101.626,101.626,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.6228,109.6228,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.2892,110.6224,110.6224,110.6224,110.9556,111.622,111.622,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.6204,115.6204,115.6204,115.2872,115.2872,114.6208,114.6208,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,117.6196,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.952,120.2852,120.9516,121.2848,121.9512,122.6176,122.9508,123.28399999999999,123.9504,124.28359999999999,124.28359999999999,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,127.9488,128.9484,129.6148,130.6144,130.9476,131.614,131.2808,132.6136,132.6136,132.6136,132.9468,133.28,133.9464,134.2796,135.6124,136.2788,136.2788,135.6124,134.946,134.2796,131.9472,130.2812,128.282,127.6156,126.9492,126.2828,125.6164,125.2832,123.9504,122.2844,120.9516,119.2856,118.9524,118.9524,118.286,117.6196,117.2864,116.2868,115.6204,115.2872,114.6208,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,109.956,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.2904,106.624,105.6244,104.958,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,102.2924,102.2924,101.9592,101.2928,100.9596,100.2932,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.626,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,102.9588,102.9588,102.9588,102.6256,102.2924,101.9592,101.9592,101.2928,101.626,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,99.6268,98.6272,97.96079999999999,96.9612,95.9616,94.6288,93.9624,92.9628,91.63,90.9636,90.2972,89.2976,88.63119999999999,87.9648,87.2984,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,80.9676,79.6348,78.6352,76.9692,74.97,73.63719999999999,72.9708,71.638,69.972,69.3056,68.6392,67.97279999999999,66.3068,65.6404,64.6408,63.9744,63.9744,63.308,61.9752,61.3088,59.6428,58.31,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.312,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,44.982,43.9824,43.316,41.9832,41.3168,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.3176,39.3176,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,41.65,41.65,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.6552,28.6552,27.9888,27.3224,26.3228,25.6564,25.6564,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.9892,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.654,31.654,31.654,31.654,30.9876,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,36.652,35.9856,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,73.9704,73.9704,73.9704,73.304,72.6376,72.6376,72.6376,72.6376],[88.9644,88.298,88.298,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.6228,109.6228,109.6228,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,117.6196,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,121.2848,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,130.6144,130.9476,131.614,131.614,132.2804,132.2804,132.6136,132.6136,133.28,133.28,133.9464,134.2796,135.2792,136.2788,135.2792,134.946,133.6132,131.9472,129.6148,127.9488,126.9492,126.2828,125.6164,124.95,124.28359999999999,123.28399999999999,121.9512,120.6184,118.9524,118.9524,118.286,117.6196,117.2864,117.2864,116.2868,115.6204,115.2872,114.6208,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,109.956,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,106.624,105.9576,105.6244,104.958,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,101.2928,101.9592,101.9592,101.2928,100.2932,100.2932,99.2936,99.2936,99.2936,99.2936,98.294,98.294,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,101.2928,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,102.9588,102.9588,102.9588,102.9588,102.2924,102.2924,101.9592,101.9592,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.2932,99.6268,98.6272,97.6276,96.2948,95.6284,94.6288,93.6292,92.2964,90.9636,90.2972,89.2976,88.63119999999999,87.9648,87.2984,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,80.6344,80.3012,79.6348,78.6352,76.9692,74.97,73.63719999999999,72.9708,71.638,70.6384,69.972,69.3056,67.97279999999999,66.9732,66.3068,65.3072,64.6408,63.9744,63.9744,62.6416,61.3088,59.6428,58.31,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,44.982,43.9824,43.316,42.6496,41.9832,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.3176,39.3176,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.65,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.6552,27.9888,27.3224,26.656,25.6564,24.99,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.9892,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,31.654,32.3204,32.3204,31.654,31.654,31.654,31.654,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,36.652,36.652,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.3052,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376],[89.964,89.2976,89.2976,88.9644,88.63119999999999,88.298,88.298,88.298,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,102.6256,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.62519999999999,104.2916,104.2916,104.2916,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.2904,107.2904,107.2904,107.2904,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.956,109.956,110.6224,110.6224,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,113.95439999999999,113.95439999999999,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,117.6196,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.9524,118.9524,119.6188,119.952,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.6172,124.28359999999999,124.6168,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,130.6144,130.9476,131.614,131.614,131.9472,131.9472,131.9472,132.6136,132.9468,133.28,133.28,133.9464,134.946,135.2792,134.946,133.9464,132.9468,131.2808,129.6148,128.282,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.2844,121.2848,119.952,119.6188,118.61919999999999,118.286,117.6196,117.2864,117.2864,116.2868,115.6204,115.2872,114.6208,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.9556,109.956,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,106.624,105.9576,105.6244,104.958,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.2928,101.2928,100.9596,100.2932,99.6268,99.6268,99.96,100.6264,100.6264,99.96,99.6268,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,101.2928,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.2928,100.2932,99.6268,98.96039999999999,97.6276,96.9612,95.9616,94.6288,93.6292,92.2964,91.63,90.6304,89.2976,88.63119999999999,87.9648,87.2984,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,81.3008,80.6344,80.6344,80.6344,80.3012,79.6348,78.6352,76.9692,74.97,73.63719999999999,72.9708,71.638,70.6384,69.972,69.3056,68.6392,66.9732,66.3068,65.3072,64.6408,64.6408,63.9744,62.6416,61.3088,58.9764,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,44.982,43.9824,43.316,42.6496,41.9832,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.3176,39.3176,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.6552,27.9888,27.3224,26.656,25.6564,24.99,24.3236,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.9892,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.9876,31.654,31.654,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,34.6528,35.3192,36.652,36.652,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.9784,54.6448,54.6448,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376],[89.964,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,102.9588,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,110.6224,110.6224,111.622,111.622,111.622,111.622,112.2884,112.2884,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,117.6196,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,119.952,119.952,120.9516,121.2848,121.9512,121.9512,122.9508,122.9508,123.6172,123.6172,124.6168,125.2832,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.6148,129.6148,130.6144,130.9476,131.614,131.614,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,133.28,133.9464,133.9464,134.2796,133.6132,132.9468,131.9472,130.9476,128.9484,127.6156,126.2828,124.95,124.28359999999999,123.6172,122.9508,121.618,120.9516,119.952,119.6188,118.61919999999999,117.6196,117.6196,117.2864,117.2864,116.2868,115.6204,115.2872,114.6208,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,110.9556,110.9556,110.9556,110.9556,109.956,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,106.624,105.9576,105.6244,104.958,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.2928,100.9596,100.2932,98.96039999999999,99.6268,99.96,99.96,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,101.2928,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,100.6264,100.2932,99.2936,97.6276,96.9612,95.9616,94.6288,93.6292,92.2964,91.63,90.6304,89.2976,88.63119999999999,87.9648,87.2984,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.9672,81.3008,80.6344,80.6344,80.6344,79.968,79.6348,78.9684,77.6356,76.9692,74.97,73.63719999999999,72.9708,71.638,70.6384,69.972,69.3056,68.6392,67.6396,66.3068,65.3072,65.3072,64.6408,63.9744,62.6416,61.3088,58.9764,57.6436,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,52.3124,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,44.982,43.9824,43.316,42.6496,41.9832,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.3176,39.3176,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.65,41.65,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,27.9888,27.3224,26.656,25.9896,24.99,24.99,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.9892,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.3204,32.3204,32.3204,32.3204,32.3204,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,36.652,36.652,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.3124,53.312,53.9784,54.6448,54.6448,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376]] \ No newline at end of file +[[141.60999999999999,139.6108,137.6116,134.6128,131.2808,129.2816,126.9492,126.2828,126.2828,125.6164,124.28359999999999,123.6172,121.9512,120.9516,119.952,118.286,116.62,114.6208,112.6216,109.956,106.2908,103.9584,101.2928,100.2932,98.96039999999999,97.6276,96.628,94.962,92.9628,91.9632,90.9636,90.6304,89.6308,89.2976,88.63119999999999,88.298,87.6316,86.9652,85.9656,85.6324,85.6324,85.6324,86.9652,87.6316,88.298,89.2976,90.6304,91.9632,93.29599999999999,92.9628,91.9632,90.6304,89.2976,88.298,87.2984,86.632,86.2988,86.2988,86.632,86.632,87.9648,87.9648,88.298,88.298,88.9644,88.9644,89.2976,89.2976,90.6304,90.6304,91.2968,91.9632,92.9628,93.6292,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.2952,93.9624,91.63,90.2972,87.9648,85.9656,84.966,82.96679999999999,81.3008,79.968,78.6352,76.9692,74.97,73.63719999999999,72.9708,72.3044,70.9716,69.6388,68.6392,68.6392,67.97279999999999,67.3064,66.3068,65.6404,64.974,64.3076,63.6412,63.6412,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.3088,60.3092,59.6428,58.9764,58.31,57.9768,56.644,55.9776,54.6448,53.6452,52.3124,50.6464,48.980399999999996,46.9812,45.6484,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,41.65,41.65,41.65,41.65,40.9836,40.9836,40.9836,40.9836,40.6504,40.6504,41.3168,41.9832,42.9828,44.315599999999996,44.982,45.6484,46.9812,46.9812,47.6476,47.6476,48.980399999999996,49.6468,50.3132,51.646,53.312,53.9784,54.6448,55.9776,57.9768,59.976,61.9752,65.3072,68.9724,71.3048,73.304,74.6368,74.6368,74.6368,74.6368,73.9704,71.9712,69.972,66.9732,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.3056,69.6388,69.6388,70.9716,70.9716,71.638,72.3044,72.9708,73.63719999999999,73.9704,73.9704,72.9708,72.9708,73.63719999999999,75.3032,76.9692,78.6352,79.968,81.3008,81.634,83.6332,86.9652,91.2968,96.2948,99.6268,102.2924,104.6248,105.6244,106.9572,107.2904,106.624,105.6244,103.62519999999999,100.6264,98.294,96.2948,93.9624,91.63,89.964,87.9648,86.2988,83.3,81.3008,79.3016,77.9688,76.3028,74.3036,73.304,73.304,72.9708,72.9708,73.9704,74.6368,75.6364,76.3028,76.9692,77.6356,78.9684,80.3012,82.6336,83.9664,84.966,84.966,84.2996,83.6332,82.6336,81.9672,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,86.2988,85.9656,85.6324,84.966,84.6328,84.966,85.9656,86.9652,87.9648,88.298,88.63119999999999,89.2976,90.6304,90.6304,91.2968,91.2968,91.9632,91.9632,92.2964,92.2964,92.2964,93.29599999999999,96.9612,98.96039999999999,100.9596,102.6256,104.958,107.2904,109.6228,111.622,112.6216,112.6216,111.9552,110.9556,109.956,108.6232,108.28999999999999,107.6236,107.2904,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.2892,109.6228,108.6232,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,108.28999999999999,109.956,112.2884,114.2876,116.2868,118.286,120.6184,122.2844,123.6172,124.28359999999999,125.2832,125.9496,127.2824,128.282,129.948,130.6144,131.9472,132.6136,133.9464,134.2796,136.612,137.2784,137.6116,137.6116,138.6112,138.6112,139.6108,139.944,140.9436,142.2764,142.9428,142.6096,143.276,143.276,142.9428,141.60999999999999,139.944,139.2776,138.6112,138.6112,138.9444,138.9444,139.2776,139.2776,138.6112,138.6112,138.6112,138.6112,139.2776,139.6108,140.9436,142.2764,143.9424,144.942,146.2748,146.608,148.274,147.6076,144.942,141.9432,137.9448,134.2796,130.6144,129.2816,129.6148,129.6148,129.2816,128.6152,127.9488,127.2824,127.9488,128.6152,130.6144,131.614,134.2796,135.2792,135.94559999999998,135.2792,135.2792,134.946,133.9464,133.28,133.28,133.28,133.28,133.28,133.6132,132.9468,132.6136,132.6136,132.9468,132.9468,133.9464,134.946,137.2784,138.9444,139.944,140.9436,142.2764,143.276,144.2756,144.2756,144.942,144.6088,144.2756,144.6088,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,148.9404,148.9404,148.6072,148.6072,149.2736,150.93959999999998,152.2724,153.9384,156.2708,156.9372,157.2704,157.2704],[141.9432,141.60999999999999,138.6112,136.612,132.9468,130.6144,128.6152,126.9492,127.6156,126.2828,125.6164,123.9504,122.9508,121.9512,121.2848,119.6188,117.9528,115.6204,112.95479999999999,110.6224,106.9572,103.9584,102.6256,100.9596,99.6268,98.6272,97.6276,95.6284,93.9624,91.9632,90.9636,89.6308,89.6308,88.9644,88.298,88.298,87.9648,87.2984,86.2988,86.2988,85.6324,84.966,86.2988,87.2984,87.9648,88.298,89.6308,90.2972,91.2968,91.63,91.2968,90.2972,88.298,87.6316,86.632,86.632,85.9656,85.9656,86.632,86.632,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,90.2972,90.6304,91.2968,91.63,92.6296,93.29599999999999,93.6292,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,95.6284,95.2952,93.9624,92.2964,90.2972,87.9648,86.2988,84.966,82.96679999999999,81.634,79.968,78.6352,77.3024,75.3032,74.6368,73.9704,72.6376,70.9716,70.3052,69.6388,68.9724,67.97279999999999,67.3064,66.64,65.9736,64.974,64.3076,63.6412,63.6412,62.3084,62.3084,61.641999999999996,61.641999999999996,61.641999999999996,60.9756,60.9756,60.9756,61.641999999999996,61.641999999999996,61.641999999999996,60.9756,59.976,59.309599999999996,58.6432,57.9768,57.3104,55.9776,55.3112,53.9784,52.6456,50.9796,49.6468,48.314,46.647999999999996,45.9816,44.982,44.315599999999996,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,40.6504,40.6504,40.6504,40.6504,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,41.65,41.65,40.9836,40.9836,40.9836,40.9836,41.3168,41.3168,41.3168,41.9832,43.6492,44.315599999999996,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.9796,52.3124,53.9784,54.6448,55.3112,56.644,58.6432,59.976,61.9752,65.3072,68.306,71.3048,73.304,73.9704,74.6368,74.6368,74.6368,73.9704,72.6376,70.6384,68.306,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.972,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,74.3036,73.63719999999999,73.9704,74.6368,76.3028,77.6356,79.3016,80.6344,81.3008,82.6336,84.2996,87.6316,91.63,96.2948,99.6268,102.2924,104.6248,105.6244,106.2908,106.9572,106.624,105.6244,103.62519999999999,100.6264,98.294,96.2948,93.9624,91.63,89.964,87.9648,86.2988,83.9664,81.9672,79.968,78.6352,76.9692,74.97,73.9704,73.304,72.9708,72.9708,73.9704,74.6368,75.6364,76.3028,76.3028,77.6356,78.9684,80.3012,82.6336,83.9664,84.966,84.966,84.966,84.2996,83.6332,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.9656,85.9656,85.9656,86.632,85.9656,85.6324,84.966,84.966,84.966,85.9656,86.2988,87.2984,88.298,88.9644,89.6308,90.6304,90.6304,90.9636,90.9636,91.63,91.63,92.2964,92.2964,92.2964,93.29599999999999,95.9616,98.6272,99.96,101.626,104.2916,106.9572,108.6232,110.2892,111.622,111.622,110.9556,110.2892,109.2896,107.9568,107.6236,105.6244,105.6244,105.6244,106.9572,107.9568,108.9564,109.6228,109.956,109.956,109.2896,109.2896,109.2896,109.956,109.6228,109.6228,109.6228,109.6228,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,109.956,111.2888,113.288,115.2872,117.2864,119.2856,120.9516,122.9508,123.9504,124.95,125.6164,126.2828,127.2824,127.9488,129.2816,129.948,130.9476,131.9472,132.6136,133.28,134.946,136.2788,136.2788,137.2784,137.2784,137.6116,137.6116,138.6112,139.944,140.2772,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,139.944,139.6108,137.6116,137.6116,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,138.278,138.278,138.6112,140.2772,141.60999999999999,142.6096,144.2756,145.6084,146.9412,148.274,147.27439999999999,144.2756,141.2768,138.278,134.946,131.2808,129.6148,129.6148,129.2816,128.6152,128.6152,127.9488,127.2824,127.9488,128.6152,130.6144,131.614,134.2796,135.2792,135.94559999999998,135.2792,135.2792,134.946,133.9464,133.28,133.28,133.28,133.28,133.28,133.6132,133.6132,133.28,133.28,132.9468,133.6132,134.2796,135.94559999999998,137.6116,139.944,140.9436,142.6096,143.9424,145.2752,145.6084,146.2748,146.9412,147.27439999999999,147.27439999999999,148.274,149.2736,149.94,149.2736,149.2736,149.2736,148.9404,148.9404,148.6072,148.274,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,148.274,148.274,148.9404,148.6072,147.9408,147.9408,148.6072,149.94,151.9392,153.272,155.6044,156.9372,156.9372,157.2704],[144.6088,142.6096,141.60999999999999,138.6112,135.94559999999998,133.6132,131.2808,129.948,128.6152,127.9488,126.616,124.95,123.6172,122.9508,121.9512,120.9516,118.9524,116.62,114.2876,111.9552,108.6232,105.9576,104.6248,102.6256,100.6264,98.96039999999999,97.6276,95.6284,93.29599999999999,91.9632,90.2972,89.964,89.6308,88.9644,87.9648,87.9648,87.6316,86.9652,85.9656,85.6324,84.966,84.966,84.966,84.966,85.6324,86.9652,86.9652,88.298,88.9644,89.2976,89.2976,88.9644,88.298,87.2984,86.632,85.9656,85.9656,85.9656,86.632,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,89.2976,89.2976,89.964,91.2968,91.9632,91.9632,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,94.2956,94.6288,95.2952,95.6284,94.962,94.6288,92.9628,91.2968,89.6308,87.6316,86.2988,84.2996,81.9672,80.3012,78.9684,76.9692,75.6364,74.97,73.63719999999999,72.9708,71.9712,70.6384,69.3056,68.6392,67.97279999999999,67.3064,66.3068,65.6404,64.6408,63.9744,63.308,63.308,61.9752,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.6428,60.3092,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.3116,53.312,51.9792,50.6464,49.3136,48.314,46.9812,45.6484,44.315599999999996,43.316,42.6496,41.9832,41.3168,41.3168,40.6504,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.984,39.984,39.984,39.984,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,40.9836,40.9836,40.9836,41.65,41.65,41.9832,41.9832,42.6496,43.316,44.315599999999996,45.6484,46.3148,46.9812,48.314,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,54.6448,55.9776,56.644,57.3104,58.6432,59.976,61.9752,65.3072,68.306,70.3052,71.638,73.304,73.9704,74.6368,75.3032,75.3032,73.9704,72.6376,70.6384,68.6392,67.6396,66.9732,67.6396,67.6396,68.6392,69.3056,70.6384,71.9712,73.63719999999999,74.97,75.6364,76.3028,77.6356,78.6352,78.9684,78.9684,78.6352,77.3024,76.3028,75.6364,76.3028,76.9692,78.6352,79.968,81.634,82.3004,83.6332,85.6324,88.9644,91.9632,96.2948,98.96039999999999,101.9592,103.9584,105.2912,106.2908,106.9572,106.2908,104.958,102.9588,100.6264,98.294,96.2948,93.9624,91.63,89.964,87.9648,86.2988,83.9664,82.6336,80.6344,79.3016,77.6356,76.3028,74.6368,73.9704,73.63719999999999,72.9708,73.304,73.9704,74.3036,74.97,75.6364,76.9692,78.30199999999999,79.6348,81.9672,82.6336,84.2996,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.6328,85.2992,85.2992,85.6324,85.6324,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,85.6324,85.9656,85.9656,86.2988,86.2988,87.2984,87.9648,88.9644,89.6308,89.964,90.2972,90.2972,90.2972,91.2968,91.63,91.63,91.63,92.2964,92.6296,94.6288,96.628,98.294,100.9596,102.2924,104.6248,106.2908,108.28999999999999,108.6232,109.2896,108.6232,107.9568,106.9572,106.2908,104.6248,103.9584,103.62519999999999,103.62519999999999,104.6248,105.9576,105.9576,106.624,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.6232,109.2896,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,112.95479999999999,113.6212,114.954,116.62,118.9524,120.9516,122.9508,123.28399999999999,125.2832,125.6164,126.2828,126.2828,127.2824,127.9488,128.6152,129.2816,129.948,130.2812,131.2808,131.9472,132.9468,133.9464,134.2796,134.946,134.946,135.6124,135.6124,136.612,137.6116,138.278,138.278,138.6112,139.2776,138.6112,137.9448,137.6116,136.9452,135.6124,135.2792,134.946,134.946,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.94559999999998,136.9452,137.6116,139.6108,140.2772,141.9432,143.276,145.2752,146.2748,147.9408,146.9412,144.2756,142.2764,138.9444,136.9452,133.28,130.9476,129.948,129.6148,128.6152,128.6152,127.9488,127.6156,127.9488,128.6152,130.6144,132.2804,134.2796,135.2792,136.612,135.94559999999998,135.2792,134.946,133.9464,133.28,133.28,133.28,133.28,133.28,132.9468,133.6132,133.9464,133.9464,133.6132,133.6132,135.2792,137.2784,138.6112,140.9436,143.276,145.6084,145.9416,147.27439999999999,148.9404,150.2732,150.6064,151.9392,152.6056,153.272,153.9384,152.9388,152.2724,152.2724,152.2724,151.606,150.93959999999998,150.2732,149.6068,148.6072,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,148.274,148.274,148.6072,148.6072,147.6076,147.6076,147.6076,148.9404,151.2728,153.272,155.2712,156.2708,156.2708,156.60399999999998],[145.2752,144.2756,143.276,140.9436,137.9448,135.94559999999998,134.2796,132.2804,130.2812,128.6152,127.9488,126.2828,124.6168,123.9504,122.9508,122.2844,120.2852,117.9528,115.6204,113.288,110.6224,107.9568,105.9576,103.9584,101.9592,100.2932,98.294,96.628,93.29599999999999,91.2968,90.2972,89.6308,88.9644,88.63119999999999,87.9648,87.6316,86.9652,85.9656,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.2992,85.9656,86.9652,86.9652,87.6316,87.6316,87.2984,86.632,85.9656,85.9656,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,89.2976,89.964,89.964,90.6304,91.2968,91.9632,92.2964,92.2964,92.2964,92.9628,93.9624,95.2952,95.6284,95.2952,94.6288,93.6292,91.9632,89.964,88.298,86.632,84.966,82.96679999999999,80.9676,79.3016,78.30199999999999,76.3028,74.97,74.3036,72.9708,71.638,70.9716,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.3068,65.6404,64.974,64.3076,63.6412,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.6452,52.9788,51.646,50.9796,49.3136,47.6476,46.3148,45.6484,44.315599999999996,43.6492,42.6496,41.9832,41.3168,40.6504,39.984,39.984,38.9844,38.318,38.318,38.318,38.318,38.9844,38.9844,38.9844,38.9844,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.9836,40.9836,40.9836,41.65,41.65,42.6496,42.6496,43.316,44.6488,45.6484,46.9812,47.6476,48.314,49.6468,49.6468,50.3132,50.3132,51.646,52.3124,52.9788,54.3116,55.9776,56.644,57.3104,57.9768,59.309599999999996,60.6424,61.9752,64.6408,66.9732,68.9724,70.9716,71.9712,73.304,74.6368,75.3032,75.9696,75.3032,74.3036,72.6376,71.3048,69.972,69.3056,68.6392,69.3056,69.972,70.9716,72.3044,74.3036,76.9692,78.9684,79.6348,80.6344,81.634,81.634,82.96679999999999,82.3004,80.9676,80.3012,78.9684,77.9688,77.9688,78.9684,79.968,81.634,82.96679999999999,84.2996,84.966,86.632,89.964,92.6296,96.2948,98.96039999999999,101.626,103.62519999999999,104.6248,105.6244,106.2908,106.2908,104.958,102.9588,100.2932,97.96079999999999,95.6284,93.9624,91.63,90.6304,88.63119999999999,87.2984,84.6328,83.3,81.3008,80.6344,78.9684,76.9692,76.3028,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,78.30199999999999,79.6348,81.3008,81.9672,83.6332,84.2996,84.966,85.6324,86.9652,87.2984,87.2984,87.9648,88.298,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,87.6316,88.298,88.9644,88.298,87.9648,87.6316,86.632,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,88.298,88.9644,89.2976,89.964,89.964,90.2972,91.2968,91.2968,91.2968,91.63,91.63,92.2964,93.29599999999999,94.962,95.9616,97.96079999999999,100.2932,101.9592,102.9588,104.6248,105.6244,105.6244,105.6244,105.2912,104.958,103.62519999999999,102.6256,101.9592,101.2928,101.626,102.6256,103.292,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,107.6236,108.9564,109.2896,110.9556,111.622,112.2884,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,115.2872,116.2868,117.2864,118.9524,120.9516,122.2844,123.28399999999999,124.6168,125.9496,126.2828,126.2828,126.9492,126.9492,127.2824,127.6156,128.282,128.6152,128.9484,129.2816,129.948,130.6144,130.9476,130.9476,131.9472,131.9472,132.6136,132.6136,132.9468,134.946,135.2792,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.6124,134.946,134.2796,133.28,132.9468,132.9468,132.9468,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,133.28,134.2796,135.2792,137.2784,138.9444,140.2772,142.2764,143.276,145.2752,146.2748,146.2748,143.9424,142.2764,139.944,137.6116,135.6124,132.9468,130.6144,129.948,129.6148,129.2816,128.6152,127.9488,128.6152,128.9484,130.6144,132.2804,134.2796,135.2792,136.612,135.94559999999998,135.2792,134.946,133.9464,133.28,133.28,133.28,133.28,133.28,132.9468,133.6132,133.9464,133.9464,134.2796,134.946,136.612,138.278,140.6104,142.9428,146.2748,147.6076,148.9404,150.2732,151.2728,153.272,153.272,154.938,155.2712,155.2712,155.6044,155.6044,155.2712,154.6048,153.9384,153.272,151.9392,151.2728,150.6064,149.2736,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,148.274,148.274,148.9404,148.6072,147.6076,146.9412,147.27439999999999,148.6072,150.93959999999998,152.9388,155.2712,156.2708,156.2708,156.2708],[146.608,145.6084,144.2756,142.6096,140.2772,137.9448,136.612,134.6128,132.2804,130.2812,129.6148,128.282,126.2828,125.2832,124.95,122.9508,120.9516,118.286,115.9536,114.6208,112.2884,110.2892,107.9568,106.9572,104.958,102.6256,100.6264,98.294,95.6284,92.6296,91.2968,90.2972,89.2976,88.63119999999999,87.6316,87.6316,87.6316,86.2988,85.6324,84.966,83.9664,83.9664,83.3,82.96679999999999,82.96679999999999,82.6336,82.6336,83.6332,84.2996,84.6328,84.966,85.2992,84.6328,85.2992,84.966,84.966,85.2992,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,90.6304,91.2968,92.2964,92.9628,93.9624,94.6288,95.6284,95.2952,93.9624,92.6296,90.9636,89.964,87.6316,85.6324,83.6332,81.634,79.968,78.9684,76.9692,75.6364,74.3036,73.63719999999999,72.3044,70.9716,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.3068,65.6404,64.974,63.9744,63.308,61.3088,60.6424,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,56.977199999999996,56.977199999999996,56.3108,55.6444,54.6448,53.9784,52.9788,52.3124,51.646,50.3132,49.6468,48.314,46.9812,44.982,44.315599999999996,43.6492,42.9828,41.9832,41.3168,40.6504,39.984,39.3176,38.6512,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.984,40.3172,40.9836,41.65,42.3164,43.316,44.315599999999996,44.982,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,52.9788,53.6452,54.3116,55.6444,57.3104,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.9752,63.308,66.3068,67.6396,68.9724,70.3052,72.6376,73.9704,75.9696,76.9692,76.9692,76.9692,75.6364,74.97,73.304,72.3044,71.3048,70.9716,71.638,73.63719999999999,75.6364,77.9688,80.9676,82.3004,83.3,84.2996,85.6324,85.9656,86.2988,85.2992,84.966,83.6332,81.634,80.3012,79.6348,79.968,81.3008,82.96679999999999,84.966,85.9656,87.2984,88.9644,91.2968,93.29599999999999,96.2948,98.294,100.9596,102.9588,103.9584,105.2912,105.6244,105.6244,104.6248,102.6256,100.2932,97.96079999999999,95.6284,93.9624,91.63,90.6304,88.63119999999999,87.2984,85.6324,84.2996,82.96679999999999,81.634,79.968,78.9684,77.6356,76.3028,75.6364,74.97,74.3036,74.3036,74.97,74.97,75.6364,76.3028,77.6356,79.3016,80.6344,81.3008,82.3004,83.6332,84.966,86.2988,86.9652,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,90.2972,89.6308,88.9644,87.9648,87.6316,86.9652,86.9652,86.2988,86.2988,86.9652,87.2984,87.9648,88.298,88.9644,89.964,89.964,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.63,92.6296,93.9624,95.6284,96.628,98.6272,99.6268,101.2928,101.9592,102.6256,102.6256,101.9592,101.2928,101.2928,100.2932,99.96,100.2932,100.2932,101.2928,100.6264,101.626,102.6256,102.9588,103.62519999999999,103.9584,103.9584,104.958,105.6244,105.9576,106.9572,107.9568,109.6228,112.2884,113.288,114.6208,115.6204,115.9536,116.62,116.9532,118.286,118.286,119.2856,119.952,121.9512,123.28399999999999,124.6168,125.2832,126.2828,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,128.9484,129.2816,129.6148,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.2812,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,131.2808,132.6136,134.2796,135.94559999999998,137.9448,139.944,141.60999999999999,143.276,145.6084,145.2752,143.9424,142.9428,140.6104,138.9444,137.6116,135.2792,132.9468,131.614,130.6144,130.6144,129.948,129.2816,128.9484,129.6148,131.2808,132.9468,134.946,135.94559999999998,136.612,135.94559999999998,135.2792,134.946,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,134.2796,134.2796,134.946,134.946,134.946,136.2788,137.6116,139.944,142.2764,144.942,148.274,150.6064,150.6064,151.9392,153.272,154.938,155.2712,156.2708,156.9372,156.9372,156.9372,156.9372,156.2708,156.2708,155.6044,153.9384,153.272,152.6056,150.6064,149.6068,148.274,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.9404,148.9404,148.9404,148.6072,148.274,147.6076,146.608,147.27439999999999,148.9404,151.2728,153.272,155.2712,156.2708,156.60399999999998,156.60399999999998],[146.9412,145.9416,143.9424,142.6096,141.60999999999999,139.944,137.9448,136.612,133.6132,132.6136,131.614,129.6148,128.6152,127.2824,126.2828,123.9504,120.9516,118.286,116.62,115.2872,113.6212,111.9552,109.956,109.2896,107.9568,105.9576,103.62519999999999,101.2928,98.294,94.962,92.6296,90.6304,90.2972,89.2976,87.9648,87.6316,87.6316,86.2988,85.6324,84.966,83.9664,83.3,82.6336,82.6336,81.9672,81.3008,81.3008,81.634,82.3004,82.6336,83.3,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.2992,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.632,85.9656,85.9656,86.632,85.9656,85.9656,86.632,86.632,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.964,91.9632,92.9628,93.9624,94.6288,95.2952,95.2952,93.9624,92.9628,91.63,90.6304,88.9644,86.632,84.966,82.3004,80.6344,78.9684,76.9692,75.6364,74.97,73.63719999999999,72.3044,71.638,70.6384,69.972,68.6392,67.97279999999999,67.6396,66.9732,66.3068,65.6404,64.6408,63.308,61.3088,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.644,56.644,55.6444,55.6444,54.978,54.3116,53.312,52.6456,51.646,50.9796,50.3132,48.980399999999996,48.314,46.647999999999996,44.982,44.315599999999996,42.9828,42.3164,41.3168,40.6504,40.6504,39.984,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,40.3172,40.9836,41.65,42.6496,44.315599999999996,44.982,46.3148,47.6476,48.314,49.6468,50.9796,51.646,51.646,52.3124,52.3124,52.9788,54.3116,54.978,55.6444,56.3108,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,62.6416,64.974,66.3068,67.6396,69.6388,71.9712,73.9704,75.9696,77.6356,78.30199999999999,79.6348,78.30199999999999,77.6356,76.3028,75.6364,73.63719999999999,73.63719999999999,74.3036,76.3028,79.6348,82.3004,84.966,85.9656,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,88.9644,88.298,86.632,83.9664,82.96679999999999,80.9676,81.3008,82.6336,84.2996,86.632,88.298,88.9644,90.2972,92.6296,94.6288,96.628,97.96079999999999,100.6264,102.6256,103.9584,104.6248,104.958,104.958,104.2916,103.292,100.9596,98.6272,96.2948,93.9624,91.63,90.6304,89.2976,87.9648,86.2988,84.966,83.6332,82.96679999999999,81.3008,79.6348,78.9684,78.30199999999999,76.9692,76.3028,76.3028,75.6364,76.3028,75.6364,76.3028,76.9692,77.6356,79.3016,79.968,80.6344,81.634,82.96679999999999,84.966,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.2972,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,91.63,91.63,91.63,92.2964,92.2964,91.2968,90.2972,89.6308,88.298,87.9648,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,88.298,89.2976,89.964,90.2972,90.2972,90.2972,89.964,89.964,89.964,90.6304,90.9636,92.2964,92.9628,94.6288,95.6284,96.628,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.96039999999999,99.2936,99.6268,100.2932,100.2932,101.2928,101.626,101.9592,102.6256,103.292,103.9584,104.6248,105.6244,106.9572,107.9568,110.2892,113.288,114.954,115.9536,117.2864,117.9528,118.61919999999999,119.952,120.2852,121.618,121.618,122.9508,123.9504,125.2832,125.9496,126.2828,126.9492,127.6156,127.6156,126.2828,126.2828,125.6164,125.6164,124.95,124.95,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,126.2828,127.2824,127.9488,127.9488,128.6152,128.6152,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,129.6148,130.6144,132.6136,134.2796,136.612,137.9448,140.2772,142.2764,143.9424,144.942,143.276,142.9428,141.60999999999999,140.6104,139.944,137.6116,135.2792,132.9468,132.6136,131.614,131.2808,130.2812,130.2812,130.6144,131.9472,133.9464,134.946,135.6124,135.94559999999998,135.94559999999998,135.2792,134.946,133.9464,133.9464,133.9464,133.9464,133.9464,133.9464,134.2796,134.2796,134.946,134.946,134.946,136.612,138.9444,141.9432,143.9424,146.608,149.94,151.2728,152.2724,153.6052,154.6048,154.938,156.2708,156.9372,157.6036,157.6036,158.27,158.6032,157.9368,156.60399999999998,156.2708,155.2712,153.6052,152.9388,151.2728,150.2732,148.9404,148.274,147.9408,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.9404,148.9404,149.2736,149.6068,149.2736,149.2736,148.6072,148.274,148.9404,149.94,152.6056,154.2716,155.9376,156.60399999999998,157.2704,157.2704],[146.608,145.2752,143.6092,142.9428,141.60999999999999,139.944,138.6112,136.9452,135.6124,134.2796,132.6136,130.9476,129.948,128.6152,127.2824,125.2832,122.2844,119.6188,117.9528,116.9532,115.6204,113.6212,112.2884,110.9556,110.2892,108.28999999999999,105.6244,103.62519999999999,100.2932,97.2944,94.962,92.2964,90.2972,89.2976,88.63119999999999,87.9648,87.6316,86.2988,85.9656,84.966,84.2996,83.6332,82.96679999999999,81.9672,81.3008,80.6344,80.6344,80.6344,80.9676,81.634,81.634,80.9676,81.634,82.3004,82.96679999999999,84.2996,84.966,84.966,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,85.6324,85.6324,85.2992,84.966,84.966,84.966,85.2992,85.9656,86.632,86.632,87.6316,87.9648,88.298,89.2976,91.2968,92.2964,93.9624,94.6288,94.6288,94.6288,94.2956,93.6292,91.9632,90.6304,89.2976,87.9648,85.6324,82.96679999999999,81.3008,79.6348,77.6356,76.3028,74.97,74.3036,72.9708,71.638,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,61.9752,60.6424,59.309599999999996,57.9768,57.3104,56.644,55.6444,54.978,54.3116,54.3116,53.312,52.6456,51.646,50.9796,50.3132,49.6468,48.314,46.9812,46.3148,44.982,44.315599999999996,42.6496,41.9832,41.3168,39.984,39.984,39.6508,38.9844,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.3172,40.9836,41.65,43.316,44.982,46.3148,46.9812,48.314,49.6468,50.3132,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.978,55.6444,56.3108,56.977199999999996,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,62.6416,64.6408,65.6404,66.9732,68.9724,71.9712,73.9704,75.9696,78.30199999999999,79.6348,81.634,80.3012,80.3012,80.3012,79.6348,77.6356,76.3028,77.3024,79.6348,81.9672,85.2992,88.298,89.964,90.6304,91.2968,91.63,91.63,91.9632,91.9632,91.2968,89.6308,86.9652,84.2996,82.96679999999999,82.96679999999999,83.6332,85.6324,87.9648,88.9644,89.964,91.63,93.9624,94.962,96.9612,97.96079999999999,99.96,101.9592,103.62519999999999,104.6248,104.958,104.6248,104.958,103.292,100.9596,98.6272,95.9616,93.29599999999999,91.63,90.6304,89.2976,88.298,86.9652,85.6324,84.2996,83.6332,81.9672,80.9676,80.3012,80.3012,78.9684,78.30199999999999,78.9684,78.30199999999999,76.9692,76.9692,76.9692,76.9692,78.6352,78.6352,79.6348,79.6348,80.9676,82.3004,84.2996,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.6304,90.9636,90.9636,90.9636,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,92.9628,92.2964,90.6304,89.2976,88.63119999999999,87.6316,87.6316,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.9632,93.29599999999999,94.2956,95.9616,96.2948,96.9612,96.9612,97.6276,97.6276,97.6276,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.9596,101.9592,103.62519999999999,104.6248,105.6244,106.9572,108.9564,110.9556,114.2876,116.62,117.6196,119.6188,120.2852,120.9516,121.9512,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,124.95,126.2828,126.9492,127.6156,128.282,127.6156,127.6156,126.9492,126.2828,124.95,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.95,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.9492,127.2824,127.2824,127.6156,127.6156,127.2824,127.2824,127.2824,127.2824,127.9488,129.6148,131.2808,132.9468,135.2792,137.6116,139.2776,141.2768,143.276,143.276,143.276,142.9428,142.2764,141.60999999999999,140.9436,139.2776,137.6116,135.6124,135.2792,133.9464,132.9468,132.9468,132.2804,132.2804,132.6136,133.28,134.946,135.6124,135.94559999999998,135.94559999999998,135.2792,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,135.2792,135.2792,135.6124,137.2784,140.6104,142.9428,145.9416,148.274,149.94,151.9392,152.2724,153.6052,154.6048,154.938,156.2708,156.9372,157.6036,157.6036,158.6032,159.2696,158.6032,157.9368,156.9372,155.6044,154.2716,153.6052,151.606,150.6064,149.2736,148.274,147.9408,147.27439999999999,147.9408,147.9408,148.274,148.274,149.6068,150.2732,150.6064,150.6064,151.2728,151.2728,150.6064,151.2728,151.606,152.9388,154.2716,154.938,156.9372,157.9368,157.9368,157.9368],[145.6084,144.942,143.6092,142.9428,142.2764,140.9436,139.944,138.6112,136.9452,136.2788,134.2796,132.9468,131.9472,130.6144,128.6152,126.616,123.9504,121.618,120.2852,118.9524,117.6196,115.6204,114.2876,113.288,111.9552,110.6224,108.28999999999999,105.2912,102.6256,99.6268,96.628,94.6288,92.6296,90.6304,90.2972,89.2976,87.9648,86.9652,86.2988,85.6324,84.966,83.6332,82.96679999999999,82.3004,81.634,80.6344,79.968,79.968,80.3012,80.3012,80.3012,80.3012,80.9676,81.634,82.3004,82.96679999999999,84.2996,84.966,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,84.966,84.966,84.966,84.2996,83.6332,83.6332,84.2996,84.966,85.9656,85.9656,86.632,87.9648,88.298,88.63119999999999,89.964,91.2968,92.2964,93.6292,93.9624,93.9624,93.6292,92.9628,91.63,90.6304,88.9644,87.9648,85.6324,82.96679999999999,81.3008,79.6348,77.6356,76.3028,74.97,74.3036,72.9708,71.638,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,61.9752,60.6424,59.309599999999996,57.9768,56.644,55.9776,54.3116,53.6452,53.6452,52.9788,51.9792,51.3128,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.3148,44.982,44.315599999999996,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,38.9844,38.9844,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,40.9836,41.65,42.3164,43.9824,46.3148,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.9788,53.312,53.9784,53.9784,54.978,55.6444,55.6444,56.3108,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,63.308,64.6408,65.6404,66.9732,68.9724,71.9712,74.6368,76.636,78.9684,81.634,83.6332,84.966,84.966,84.966,83.9664,81.3008,80.9676,81.634,83.3,86.2988,88.63119999999999,92.2964,93.9624,94.962,94.962,95.6284,95.6284,94.962,94.962,93.6292,91.63,88.9644,87.2984,85.2992,84.2996,85.6324,86.632,88.298,89.964,91.63,93.6292,94.962,95.6284,97.6276,98.6272,99.6268,101.9592,103.9584,104.958,105.2912,105.2912,104.958,103.292,101.2928,98.294,95.6284,93.6292,92.9628,90.9636,90.6304,88.63119999999999,87.6316,86.9652,85.6324,84.966,83.6332,82.6336,81.9672,81.9672,80.9676,80.9676,80.6344,80.6344,79.6348,78.9684,78.30199999999999,77.6356,78.6352,78.6352,78.9684,79.6348,80.3012,81.634,84.2996,86.2988,87.2984,87.2984,88.298,88.63119999999999,89.964,90.6304,90.6304,90.9636,90.9636,91.63,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,93.29599999999999,92.6296,91.63,90.2972,89.2976,88.63119999999999,88.298,87.9648,88.298,88.298,88.298,88.9644,89.2976,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,91.63,92.2964,93.6292,94.2956,94.962,95.6284,95.6284,95.9616,95.9616,96.628,96.628,96.628,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,101.2928,102.6256,103.62519999999999,105.6244,107.6236,108.9564,111.2888,115.2872,117.6196,118.9524,119.952,120.9516,121.2848,123.28399999999999,123.6172,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,126.2828,124.95,124.6168,123.28399999999999,122.2844,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.28359999999999,124.95,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.616,126.616,127.6156,127.6156,127.2824,127.2824,126.616,127.2824,127.9488,128.9484,130.9476,131.9472,133.9464,135.94559999999998,137.6116,139.2776,141.2768,142.9428,142.9428,142.2764,142.2764,142.2764,141.60999999999999,140.9436,139.944,138.6112,137.9448,136.9452,135.6124,135.2792,134.946,134.2796,133.6132,134.2796,135.6124,135.6124,135.94559999999998,135.94559999999998,135.2792,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,135.2792,135.6124,136.2788,137.9448,141.9432,144.2756,146.608,148.9404,150.6064,151.9392,152.6056,152.9388,153.6052,154.6048,155.6044,156.2708,156.9372,157.6036,158.6032,159.2696,158.6032,157.9368,156.9372,155.9376,154.6048,153.6052,151.606,151.2728,149.2736,148.9404,148.274,147.9408,147.9408,148.274,148.274,148.9404,150.2732,150.6064,151.9392,152.6056,152.9388,152.9388,152.9388,153.9384,154.6048,155.2712,155.6044,156.9372,157.9368,158.6032,158.6032,158.9364],[144.6088,143.9424,143.9424,143.9424,142.6096,142.6096,142.2764,140.9436,139.944,138.6112,136.612,134.946,132.6136,131.2808,129.6148,127.9488,126.2828,125.2832,123.6172,122.2844,119.952,118.286,117.6196,115.2872,113.6212,111.622,109.2896,106.9572,104.2916,102.2924,100.2932,97.96079999999999,96.2948,94.2956,93.9624,92.2964,89.964,88.298,86.9652,85.9656,85.2992,84.2996,83.6332,82.96679999999999,81.634,80.9676,80.3012,80.3012,79.6348,79.6348,79.3016,79.3016,79.6348,80.3012,80.9676,81.634,83.6332,84.2996,84.2996,84.966,85.6324,85.9656,85.9656,85.9656,85.6324,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,85.2992,85.9656,86.9652,87.9648,87.6316,88.298,89.2976,89.2976,91.2968,91.63,92.2964,92.2964,92.2964,91.63,90.6304,89.6308,88.298,86.632,84.966,82.3004,80.6344,78.9684,76.9692,75.6364,73.9704,73.304,71.9712,71.3048,70.6384,69.972,68.9724,68.306,67.6396,66.9732,65.9736,64.6408,63.308,62.6416,61.3088,59.976,59.309599999999996,57.9768,56.3108,54.978,53.6452,52.9788,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.3148,45.6484,44.982,44.315599999999996,43.6492,41.9832,41.3168,40.9836,40.3172,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,38.6512,39.984,40.6504,40.6504,41.3168,41.9832,42.6496,43.9824,45.3152,47.6476,48.980399999999996,49.6468,50.9796,52.3124,52.9788,53.9784,53.9784,54.3116,54.978,54.978,55.6444,55.9776,55.9776,56.644,57.9768,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,64.3076,65.9736,66.64,67.97279999999999,69.972,72.6376,74.6368,76.636,78.9684,83.3,86.632,89.2976,89.6308,89.964,88.9644,86.632,86.2988,87.2984,88.298,89.964,93.29599999999999,96.628,98.6272,99.96,99.96,100.2932,100.2932,99.6268,98.294,96.9612,94.2956,91.63,89.2976,87.2984,86.632,87.2984,88.298,89.2976,91.2968,93.6292,94.962,96.2948,96.628,98.294,99.6268,100.6264,102.6256,104.2916,104.958,105.9576,105.9576,105.6244,104.6248,102.6256,99.2936,96.628,94.2956,93.29599999999999,91.63,91.63,90.2972,89.2976,88.298,87.2984,87.2984,86.2988,84.966,84.2996,83.6332,83.6332,83.6332,83.3,82.6336,81.9672,80.6344,79.6348,78.9684,79.3016,79.3016,79.6348,79.6348,81.634,82.96679999999999,84.2996,86.2988,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,90.9636,91.63,91.63,92.6296,92.6296,93.29599999999999,94.6288,94.962,95.6284,95.9616,96.2948,96.2948,96.2948,95.6284,94.6288,92.9628,91.9632,91.2968,90.6304,89.964,90.2972,89.964,89.964,89.964,89.964,89.2976,89.6308,89.6308,89.6308,90.2972,90.6304,90.6304,90.6304,91.2968,90.6304,90.6304,91.63,92.2964,93.6292,93.6292,93.9624,94.6288,95.2952,95.2952,95.6284,95.9616,96.2948,96.9612,96.628,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,99.6268,100.9596,101.9592,103.62519999999999,104.6248,106.624,107.9568,110.9556,115.6204,117.9528,119.2856,119.952,121.618,121.9512,121.9512,123.28399999999999,123.9504,124.28359999999999,124.95,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,122.6176,121.9512,121.2848,120.2852,119.952,119.2856,119.2856,119.2856,119.952,119.952,119.952,119.952,119.952,119.952,120.9516,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.6168,125.6164,125.9496,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,126.9492,127.6156,128.6152,128.9484,129.948,130.9476,132.9468,134.946,135.94559999999998,137.6116,139.2776,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.60999999999999,140.9436,139.944,138.278,137.2784,135.94559999999998,135.6124,135.6124,135.6124,135.94559999999998,135.94559999999998,136.612,136.612,136.2788,135.2792,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,136.2788,137.6116,139.944,143.276,145.6084,147.27439999999999,149.2736,150.6064,151.2728,151.2728,151.2728,151.2728,152.6056,153.9384,154.2716,154.938,156.2708,157.6036,157.9368,157.9368,157.2704,156.60399999999998,155.9376,154.6048,153.6052,152.9388,151.2728,150.6064,149.94,148.9404,148.9404,149.6068,148.9404,148.9404,149.6068,150.2732,151.2728,152.6056,154.2716,154.938,155.2712,155.6044,156.60399999999998,157.2704,157.2704,157.9368,158.6032,159.2696,159.6028,159.6028,160.2692],[143.276,143.276,143.276,143.276,143.276,143.276,143.276,142.2764,140.9436,139.6108,137.6116,135.2792,132.9468,131.2808,129.6148,128.6152,127.2824,126.616,125.6164,123.9504,122.2844,120.6184,119.2856,117.6196,114.954,113.288,111.622,109.2896,106.624,104.6248,102.6256,100.9596,98.96039999999999,97.6276,96.2948,94.6288,92.2964,89.964,87.9648,86.9652,86.632,85.9656,84.6328,83.6332,82.96679999999999,82.3004,81.634,80.3012,80.3012,79.6348,78.9684,78.6352,78.9684,78.9684,80.3012,80.9676,82.3004,83.6332,83.6332,84.2996,85.6324,85.9656,85.9656,84.966,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.3004,81.9672,81.9672,82.3004,82.96679999999999,84.966,85.9656,86.632,87.2984,87.2984,87.2984,87.6316,88.298,89.2976,89.964,89.964,90.6304,90.2972,89.964,89.2976,88.298,86.632,85.6324,83.6332,81.634,79.968,78.30199999999999,75.6364,74.3036,73.304,72.6376,71.3048,70.6384,69.972,69.3056,68.9724,68.306,66.9732,66.3068,65.3072,64.6408,62.6416,61.9752,60.6424,59.976,58.6432,57.3104,55.6444,54.3116,52.9788,52.3124,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.3144,46.3148,45.6484,44.982,44.315599999999996,43.6492,42.9828,41.9832,40.6504,40.3172,39.6508,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,38.6512,40.6504,41.3168,41.9832,41.9832,42.6496,43.9824,45.3152,46.9812,48.980399999999996,50.3132,51.646,52.9788,53.6452,54.3116,55.3112,55.3112,55.6444,55.6444,55.6444,56.3108,56.644,56.644,57.3104,57.9768,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.6412,64.974,66.64,67.3064,68.6392,70.6384,72.6376,75.3032,77.3024,80.3012,84.6328,88.298,91.63,93.6292,94.2956,93.9624,92.9628,92.6296,92.2964,93.29599999999999,95.2952,96.628,99.6268,102.6256,103.62519999999999,104.958,104.958,104.2916,103.292,101.9592,99.2936,96.9612,93.9624,90.6304,89.2976,88.63119999999999,88.9644,88.9644,89.964,91.9632,94.2956,95.6284,96.9612,97.6276,98.96039999999999,100.2932,101.9592,103.62519999999999,104.6248,105.6244,106.9572,106.9572,106.2908,105.2912,104.6248,101.626,97.96079999999999,95.9616,94.2956,93.9624,92.6296,91.63,91.2968,90.6304,89.2976,89.2976,88.298,87.2984,86.632,86.2988,86.2988,85.6324,85.9656,85.2992,83.6332,82.3004,80.9676,80.6344,79.968,79.968,80.3012,80.9676,82.3004,83.6332,84.2996,85.6324,86.2988,87.2984,87.9648,87.9648,88.298,88.9644,88.9644,89.964,90.2972,90.9636,90.9636,91.63,92.9628,93.9624,95.2952,95.9616,95.9616,96.9612,96.9612,97.6276,97.6276,97.6276,96.628,95.6284,93.9624,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.962,94.962,94.962,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,98.6272,98.6272,98.6272,98.6272,98.96039999999999,99.6268,101.2928,102.2924,104.2916,105.2912,106.9572,110.9556,114.954,117.6196,118.9524,119.6188,120.2852,120.9516,120.9516,122.2844,122.6176,122.6176,122.6176,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.2848,120.2852,119.6188,118.9524,117.9528,117.9528,117.6196,117.6196,117.9528,117.9528,118.61919999999999,118.9524,118.9524,118.9524,119.6188,120.9516,121.2848,121.9512,122.2844,122.9508,122.9508,123.6172,123.6172,123.9504,124.6168,125.6164,125.9496,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.6152,128.9484,129.948,130.6144,131.9472,133.6132,135.2792,135.94559999999998,137.6116,138.6112,140.6104,140.9436,140.9436,141.60999999999999,141.9432,142.6096,143.276,143.276,142.6096,141.60999999999999,139.944,138.6112,137.6116,136.9452,136.9452,136.9452,136.612,137.2784,137.2784,136.612,136.2788,135.2792,134.946,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,135.6124,137.6116,139.2776,141.9432,144.2756,146.2748,147.27439999999999,148.274,149.2736,149.2736,149.6068,149.6068,149.6068,149.6068,150.93959999999998,151.606,152.6056,153.9384,155.2712,155.9376,156.60399999999998,155.9376,155.2712,154.2716,154.2716,153.6052,152.9388,151.9392,150.6064,150.6064,149.94,149.6068,149.94,149.6068,149.6068,149.6068,150.6064,151.9392,153.9384,155.2712,156.60399999999998,157.2704,158.6032,159.2696,159.6028,159.6028,159.6028,159.6028,159.6028,160.2692,160.2692,160.2692],[141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.60999999999999,140.2772,139.6108,137.6116,135.2792,132.9468,131.9472,129.6148,128.6152,127.9488,127.2824,126.2828,124.6168,122.6176,121.618,120.6184,118.9524,116.62,114.954,113.6212,111.622,108.6232,106.2908,105.6244,103.62519999999999,101.2928,98.96039999999999,97.96079999999999,96.2948,93.29599999999999,90.9636,89.964,88.298,88.298,87.2984,87.2984,85.9656,84.6328,83.9664,83.3,82.3004,81.634,80.9676,78.9684,77.9688,77.6356,77.6356,79.3016,79.968,80.6344,81.634,82.3004,82.96679999999999,84.2996,84.966,84.966,84.6328,83.9664,83.9664,83.3,82.6336,81.9672,81.3008,81.3008,81.3008,81.3008,82.3004,83.6332,84.966,85.6324,86.2988,85.9656,85.9656,86.632,87.2984,86.9652,88.298,88.298,88.298,88.298,88.298,87.2984,85.9656,84.966,83.6332,82.3004,80.6344,79.3016,76.636,74.97,73.63719999999999,71.9712,71.3048,71.3048,70.6384,69.3056,68.6392,67.6396,66.9732,66.3068,65.6404,64.6408,63.9744,62.6416,61.3088,60.6424,59.309599999999996,58.6432,57.3104,54.978,53.6452,52.6456,51.9792,50.3132,49.6468,49.6468,48.980399999999996,46.9812,46.3148,46.3148,45.6484,44.6488,43.9824,43.316,42.6496,41.3168,40.6504,39.6508,39.6508,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,39.3176,41.3168,41.9832,42.6496,43.316,44.315599999999996,45.6484,46.9812,48.314,50.9796,52.3124,53.6452,54.3116,54.978,55.6444,55.9776,55.9776,56.3108,56.3108,56.977199999999996,56.977199999999996,57.3104,57.9768,58.6432,59.309599999999996,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,64.974,65.6404,67.3064,68.6392,69.3056,71.3048,72.9708,75.3032,77.6356,81.3008,85.6324,89.2976,92.9628,96.2948,98.6272,98.96039999999999,98.6272,98.294,97.96079999999999,98.96039999999999,99.96,100.6264,102.9588,104.6248,105.6244,106.9572,106.9572,106.2908,105.2912,103.62519999999999,101.9592,99.2936,96.2948,93.9624,91.9632,90.6304,90.6304,90.6304,90.6304,92.2964,94.2956,96.2948,97.96079999999999,99.6268,100.9596,102.2924,104.2916,105.6244,106.9572,107.9568,108.6232,109.2896,108.6232,107.6236,106.624,103.9584,100.2932,97.2944,96.628,95.6284,94.6288,93.9624,93.6292,92.2964,92.2964,90.9636,90.9636,89.964,88.9644,88.298,87.6316,87.9648,87.6316,86.632,85.6324,84.6328,82.96679999999999,82.3004,81.3008,81.3008,81.634,82.3004,83.6332,84.2996,84.966,85.6324,86.2988,86.632,86.632,87.2984,87.2984,87.6316,87.6316,88.298,88.9644,89.6308,90.2972,90.9636,92.9628,93.9624,95.2952,96.2948,97.2944,97.96079999999999,99.6268,99.96,99.96,99.96,98.96039999999999,97.2944,95.9616,95.6284,95.2952,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,94.6288,94.6288,94.962,94.962,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,100.9596,101.9592,103.62519999999999,104.958,106.2908,109.956,113.95439999999999,116.62,117.2864,117.9528,118.286,118.9524,119.6188,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.2852,120.2852,119.952,119.6188,118.9524,118.286,118.286,117.6196,117.6196,116.9532,116.9532,116.9532,116.9532,117.6196,117.9528,117.9528,118.9524,118.9524,119.2856,119.952,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,123.6172,123.6172,124.6168,124.95,125.9496,126.616,126.9492,127.6156,127.9488,128.6152,128.9484,128.9484,128.6152,128.6152,127.9488,127.9488,128.6152,128.9484,129.948,130.6144,131.614,132.9468,134.946,135.6124,136.9452,138.6112,139.944,140.6104,140.9436,141.60999999999999,142.2764,142.6096,142.6096,142.6096,143.276,142.2764,141.60999999999999,140.2772,140.6104,138.9444,138.9444,138.9444,138.9444,138.6112,138.278,137.6116,137.2784,136.612,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.2792,135.6124,137.6116,139.2776,141.2768,143.276,145.6084,146.2748,146.608,147.27439999999999,146.9412,146.2748,146.2748,145.6084,145.6084,146.608,146.608,148.274,149.6068,151.2728,152.6056,152.9388,154.2716,153.6052,153.272,152.9388,152.2724,152.2724,152.2724,151.9392,151.2728,150.6064,150.6064,150.2732,149.94,149.94,149.6068,150.2732,150.93959999999998,152.6056,154.2716,156.2708,157.2704,159.2696,160.2692,160.9356,161.602,161.602,161.602,160.9356,160.9356,161.602,161.2688,161.2688],[141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.2772,139.6108,137.6116,135.94559999999998,133.6132,131.9472,129.6148,128.6152,127.9488,127.2824,125.6164,124.28359999999999,122.6176,121.618,120.6184,119.2856,117.9528,116.2868,115.6204,113.288,110.9556,109.2896,108.28999999999999,106.2908,103.62519999999999,101.2928,100.2932,97.96079999999999,94.962,93.29599999999999,92.2964,90.2972,89.6308,88.9644,88.298,87.6316,86.632,85.2992,84.6328,83.3,82.3004,80.9676,78.9684,77.9688,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.634,82.3004,82.6336,83.3,83.9664,83.9664,83.9664,83.3,83.3,82.6336,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,82.96679999999999,84.2996,84.966,84.966,84.966,84.6328,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,85.2992,85.2992,84.2996,82.96679999999999,81.634,79.968,78.6352,76.636,75.3032,73.63719999999999,72.3044,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.3068,65.6404,64.974,63.9744,63.308,61.9752,61.3088,59.976,58.6432,57.9768,56.644,54.978,53.6452,51.9792,51.3128,49.6468,48.980399999999996,48.980399999999996,48.314,46.3148,45.6484,45.6484,44.982,43.9824,43.316,43.316,42.6496,41.3168,40.6504,39.6508,39.6508,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,41.3168,41.9832,43.316,43.9824,45.6484,46.3148,46.9812,48.314,50.3132,52.3124,54.3116,55.6444,56.3108,57.3104,57.3104,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.6432,59.309599999999996,59.976,60.6424,61.9752,61.9752,62.6416,63.308,64.3076,64.974,65.6404,66.9732,68.6392,69.3056,70.6384,71.9712,73.9704,76.3028,78.30199999999999,81.634,86.632,90.6304,94.6288,98.6272,101.9592,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,103.62519999999999,104.2916,104.6248,105.2912,106.9572,108.28999999999999,108.6232,108.6232,107.9568,106.2908,104.958,103.9584,101.626,98.6272,96.2948,93.9624,92.6296,92.2964,92.2964,92.2964,93.6292,95.6284,97.2944,99.2936,100.2932,102.2924,103.62519999999999,105.9576,106.9572,108.6232,110.2892,110.9556,111.622,110.9556,109.956,108.28999999999999,105.2912,101.626,99.6268,98.294,97.96079999999999,96.2948,95.9616,95.2952,94.6288,93.9624,93.29599999999999,93.29599999999999,92.2964,91.2968,91.2968,90.6304,89.964,89.964,89.2976,88.63119999999999,86.632,84.966,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,85.2992,85.2992,85.2992,85.9656,85.9656,85.9656,85.9656,86.632,87.2984,88.298,89.964,90.6304,92.2964,93.6292,95.2952,96.2948,97.96079999999999,98.96039999999999,100.6264,101.2928,100.9596,100.9596,99.96,99.6268,98.294,97.2944,96.628,95.9616,95.6284,96.2948,95.6284,95.6284,96.2948,96.9612,96.9612,96.9612,96.9612,96.2948,95.9616,95.6284,95.9616,95.9616,95.2952,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,100.2932,101.2928,103.292,104.2916,105.9576,108.28999999999999,111.9552,114.2876,114.954,115.6204,115.9536,116.62,117.2864,117.2864,117.2864,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,116.62,116.62,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,117.6196,117.9528,117.9528,118.9524,118.9524,119.2856,119.952,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,123.6172,124.6168,124.95,125.6164,126.616,127.2824,127.6156,127.9488,128.6152,128.9484,129.2816,129.2816,128.9484,128.6152,128.6152,128.6152,128.6152,128.9484,129.948,130.6144,131.614,132.9468,134.2796,135.6124,137.2784,137.9448,138.9444,139.6108,140.2772,140.9436,141.60999999999999,142.2764,142.2764,142.6096,143.276,143.276,143.6092,143.276,142.6096,142.6096,143.276,143.276,142.2764,141.2768,140.2772,139.6108,138.6112,137.6116,137.2784,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.9448,139.6108,141.2768,142.6096,144.2756,145.6084,146.2748,145.6084,145.2752,144.2756,143.6092,143.276,142.9428,142.6096,142.6096,143.276,143.9424,145.2752,147.27439999999999,148.9404,150.2732,150.6064,150.6064,150.6064,150.6064,151.2728,151.606,151.9392,151.9392,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,149.94,149.94,151.2728,152.6056,154.6048,156.2708,158.6032,159.936,161.602,161.9352,162.6016,162.6016,162.26839999999999,162.26839999999999,162.26839999999999,162.26839999999999,161.9352,161.9352],[140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.2772,139.944,139.6108,137.6116,135.94559999999998,133.6132,131.9472,129.948,128.6152,127.6156,126.616,124.95,123.9504,121.9512,121.2848,119.952,119.2856,117.9528,116.9532,116.62,114.954,112.95479999999999,111.622,110.9556,108.9564,105.9576,103.62519999999999,102.6256,100.2932,97.2944,95.6284,94.6288,93.29599999999999,91.2968,90.6304,89.964,89.6308,88.9644,87.6316,86.632,85.2992,83.6332,81.634,79.3016,77.9688,76.9692,76.9692,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.9672,82.6336,82.6336,83.3,83.3,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.968,80.6344,81.9672,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.3,83.6332,82.96679999999999,81.3008,79.968,78.9684,77.6356,75.6364,74.3036,72.9708,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,66.9732,66.3068,66.3068,65.6404,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,58.9764,57.6436,56.3108,55.6444,54.3116,52.3124,50.9796,50.3132,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,44.982,44.982,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.6508,39.6508,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,39.984,40.6504,40.6504,41.3168,41.9832,43.6492,44.982,45.6484,47.6476,48.314,49.6468,50.9796,52.9788,54.3116,56.644,57.9768,58.31,58.9764,59.6428,59.6428,59.6428,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,69.3056,70.6384,71.3048,72.6376,74.6368,76.3028,78.9684,82.3004,86.9652,91.63,95.6284,100.9596,103.9584,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,108.9564,110.2892,110.9556,110.9556,109.6228,107.9568,106.9572,105.2912,103.292,100.9596,98.6272,95.9616,94.6288,93.6292,93.29599999999999,93.29599999999999,94.6288,96.9612,99.2936,100.2932,101.2928,103.292,105.2912,107.2904,108.6232,110.2892,112.2884,112.6216,112.6216,112.95479999999999,111.622,109.6228,106.9572,103.292,100.6264,99.2936,98.294,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.6284,95.2952,93.9624,93.29599999999999,93.6292,92.9628,92.9628,92.2964,92.2964,90.9636,89.6308,87.6316,85.9656,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.6328,84.6328,84.2996,84.966,86.2988,87.2984,88.9644,89.964,91.9632,93.6292,94.962,96.9612,98.294,99.96,101.626,101.9592,102.2924,102.2924,101.9592,101.2928,100.6264,99.6268,99.2936,98.96039999999999,98.294,98.6272,98.6272,98.6272,98.6272,99.2936,99.96,99.96,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.294,97.6276,96.628,95.9616,95.9616,95.6284,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,97.6276,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.9596,102.2924,103.62519999999999,105.2912,106.624,109.6228,111.622,111.9552,112.6216,113.288,113.95439999999999,114.2876,114.954,114.954,115.9536,115.9536,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,116.62,116.62,117.2864,117.9528,118.286,118.286,118.9524,118.9524,119.2856,119.952,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,124.28359999999999,124.6168,125.9496,126.616,127.6156,127.9488,128.282,128.6152,129.2816,129.948,129.948,129.948,129.6148,128.9484,128.9484,128.9484,129.2816,129.2816,130.2812,130.9476,131.9472,132.9468,134.2796,135.2792,136.612,137.2784,137.6116,138.9444,139.944,140.6104,140.9436,140.9436,141.60999999999999,142.2764,143.276,143.9424,144.942,146.2748,147.27439999999999,147.9408,148.274,147.6076,147.27439999999999,145.9416,144.6088,142.9428,141.9432,140.6104,139.944,139.944,139.944,140.6104,140.6104,140.9436,140.9436,142.2764,142.9428,143.6092,144.6088,144.942,144.942,145.2752,144.942,143.9424,141.9432,140.2772,140.2772,139.944,139.6108,139.2776,139.6108,139.944,141.60999999999999,143.276,145.2752,146.2748,147.27439999999999,147.6076,148.274,148.274,149.2736,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,149.94,149.94,151.2728,152.6056,154.2716,156.2708,157.6036,159.2696,160.9356,162.26839999999999,162.6016,162.6016,162.26839999999999,161.602,161.602,161.602,161.602,161.602],[140.2772,140.2772,140.2772,140.2772,140.2772,140.2772,140.2772,140.2772,139.944,138.6112,136.9452,135.94559999999998,133.6132,131.9472,129.948,127.9488,126.9492,125.6164,124.6168,122.6176,121.2848,119.952,118.61919999999999,117.9528,117.6196,116.9532,116.62,115.6204,114.2876,113.288,112.2884,110.6224,107.6236,105.2912,103.62519999999999,102.6256,99.6268,97.96079999999999,96.9612,94.962,93.6292,92.6296,91.63,90.6304,89.964,88.9644,88.9644,87.2984,84.966,82.3004,80.3012,78.9684,76.9692,76.9692,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.968,81.3008,82.6336,82.6336,82.96679999999999,82.96679999999999,82.3004,81.634,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,79.968,78.6352,77.6356,76.9692,74.97,74.3036,72.9708,71.638,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.64,65.6404,65.6404,64.974,64.974,63.308,62.6416,61.9752,61.3088,60.6424,59.976,58.31,56.977199999999996,55.6444,54.978,52.9788,51.646,50.3132,49.6468,47.6476,46.9812,46.9812,46.3148,45.6484,44.982,44.982,44.315599999999996,43.316,43.316,42.6496,41.9832,41.3168,40.6504,39.6508,39.6508,39.3176,39.3176,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,40.6504,41.3168,41.3168,41.9832,43.316,44.982,45.6484,47.6476,48.314,49.6468,51.646,52.9788,54.3116,56.644,57.9768,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,64.974,65.6404,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,69.972,71.3048,72.6376,73.63719999999999,74.97,76.636,78.9684,82.3004,87.6316,92.2964,96.628,101.9592,105.2912,107.2904,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.6232,109.2896,110.2892,111.622,111.622,110.2892,109.2896,107.2904,105.6244,104.958,102.6256,100.9596,97.96079999999999,96.628,94.962,94.2956,94.6288,95.2952,97.2944,99.6268,100.6264,102.2924,103.62519999999999,105.9576,107.9568,109.2896,111.622,112.2884,112.6216,113.288,112.95479999999999,112.2884,110.2892,107.9568,103.62519999999999,101.2928,99.96,99.6268,98.294,97.6276,97.6276,97.2944,96.628,96.2948,95.6284,95.2952,94.6288,94.6288,94.2956,93.9624,93.6292,93.6292,92.6296,90.9636,89.6308,87.2984,85.2992,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,82.3004,82.96679999999999,83.6332,84.2996,85.6324,86.9652,89.6308,91.9632,93.6292,94.962,96.2948,97.6276,99.6268,101.626,102.6256,102.9588,103.62519999999999,102.9588,102.9588,102.6256,101.2928,101.2928,100.6264,99.96,100.6264,100.2932,100.6264,101.626,101.9592,102.2924,102.6256,102.6256,103.292,103.292,102.2924,102.2924,101.626,101.9592,100.9596,100.2932,99.2936,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.9596,102.2924,102.6256,104.2916,105.2912,106.624,108.28999999999999,109.2896,109.956,110.6224,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.6208,114.6208,114.954,115.6204,115.6204,115.9536,116.62,116.9532,117.2864,117.9528,118.286,118.286,118.9524,118.9524,119.2856,119.952,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.9504,124.28359999999999,125.2832,126.616,126.9492,127.9488,128.6152,128.6152,129.2816,129.948,130.2812,130.6144,130.6144,130.6144,129.948,129.6148,129.6148,129.948,129.948,130.2812,130.9476,131.9472,132.9468,134.2796,134.946,135.6124,136.2788,137.2784,137.6116,139.2776,139.6108,139.944,139.944,140.9436,142.2764,143.276,144.942,147.27439999999999,149.2736,151.2728,152.2724,152.2724,152.2724,151.9392,149.6068,148.6072,146.608,145.9416,145.2752,144.2756,143.276,143.9424,143.9424,143.9424,143.9424,144.6088,145.2752,145.2752,145.6084,146.2748,146.2748,145.2752,144.6088,143.9424,142.2764,139.944,138.9444,138.9444,138.6112,137.9448,137.6116,137.9448,138.6112,139.944,140.9436,142.6096,144.2756,144.942,145.6084,145.6084,146.9412,147.27439999999999,148.274,148.9404,149.6068,149.94,149.94,149.94,149.94,149.94,149.6068,148.9404,148.9404,149.6068,151.606,153.9384,155.2712,156.9372,158.27,159.936,160.2692,160.9356,160.9356,160.2692,160.2692,160.2692,160.2692,160.2692,160.2692],[138.9444,138.9444,138.9444,139.2776,139.2776,139.2776,139.2776,139.2776,139.2776,138.6112,136.9452,135.94559999999998,133.6132,131.9472,129.948,127.9488,125.6164,124.6168,122.9508,121.2848,119.6188,117.6196,116.9532,116.62,116.62,115.9536,115.9536,114.954,113.6212,113.288,112.95479999999999,110.9556,108.9564,106.9572,105.2912,103.62519999999999,101.9592,99.6268,98.6272,96.9612,95.2952,93.9624,93.6292,92.6296,91.63,90.6304,89.2976,88.298,85.9656,82.96679999999999,80.3012,78.9684,76.9692,76.3028,75.6364,76.3028,76.3028,76.3028,76.9692,78.30199999999999,78.30199999999999,80.3012,80.9676,80.9676,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,78.6352,78.30199999999999,78.9684,80.3012,81.634,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.9684,77.9688,76.9692,76.3028,74.3036,73.63719999999999,72.9708,71.3048,70.6384,69.3056,68.6392,67.3064,66.64,65.9736,65.3072,64.3076,64.3076,64.3076,63.6412,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,57.6436,56.3108,54.978,54.3116,52.3124,50.9796,50.3132,48.980399999999996,47.6476,46.9812,46.3148,46.3148,45.6484,44.982,44.315599999999996,43.6492,43.316,43.316,42.6496,41.9832,41.3168,40.6504,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,40.6504,41.3168,41.9832,43.316,43.9824,45.6484,46.9812,48.314,49.6468,51.646,52.9788,54.6448,55.9776,57.9768,59.309599999999996,60.6424,61.3088,62.3084,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,65.3072,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,68.306,69.3056,70.6384,72.3044,73.63719999999999,74.3036,75.6364,77.3024,78.9684,83.3,88.298,92.6296,97.6276,102.6256,105.2912,107.2904,108.6232,109.2896,109.2896,108.6232,108.28999999999999,108.28999999999999,108.9564,109.956,110.9556,111.622,111.622,110.9556,109.956,107.9568,106.9572,105.2912,103.9584,101.9592,99.6268,97.6276,96.9612,95.6284,94.962,96.2948,97.96079999999999,99.6268,101.626,103.292,104.2916,105.6244,108.28999999999999,109.956,110.9556,112.2884,113.288,113.288,112.95479999999999,111.622,110.6224,106.9572,103.9584,101.2928,99.96,98.96039999999999,97.96079999999999,97.2944,97.2944,96.628,96.628,96.628,96.2948,95.9616,95.2952,94.962,94.962,94.6288,94.6288,94.6288,93.9624,92.2964,89.964,88.298,86.632,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,81.634,81.634,81.3008,81.3008,82.6336,83.9664,84.966,86.9652,88.9644,91.2968,93.6292,94.962,96.2948,96.9612,98.294,100.9596,102.6256,103.292,103.62519999999999,103.9584,103.9584,103.9584,102.6256,102.6256,101.9592,101.9592,101.2928,101.9592,101.9592,102.9588,103.62519999999999,104.6248,104.958,104.6248,105.2912,105.2912,104.6248,104.958,104.2916,103.9584,103.292,101.626,100.6264,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,102.2924,102.6256,103.292,103.62519999999999,104.6248,105.9576,107.6236,108.28999999999999,108.6232,109.956,109.956,110.9556,111.9552,112.6216,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,114.954,115.6204,115.9536,115.9536,116.9532,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.2856,119.952,120.9516,121.2848,121.9512,122.2844,123.28399999999999,123.9504,124.95,125.2832,126.616,127.6156,127.9488,128.6152,129.2816,129.2816,130.2812,130.6144,130.6144,130.6144,131.2808,131.2808,130.9476,130.6144,130.6144,130.6144,130.9476,131.2808,131.9472,132.9468,134.2796,134.946,135.6124,136.2788,137.2784,137.6116,138.6112,139.2776,139.944,139.944,140.6104,141.9432,144.2756,146.608,149.6068,152.6056,155.2712,156.2708,156.9372,156.9372,154.938,154.2716,151.9392,149.94,148.9404,147.9408,147.27439999999999,145.9416,145.9416,145.9416,145.9416,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,145.9416,143.9424,142.6096,141.60999999999999,138.9444,137.6116,137.9448,137.9448,137.6116,136.612,136.2788,137.9448,138.278,139.2776,140.9436,142.6096,143.6092,144.2756,144.942,144.942,145.6084,146.2748,146.9412,147.27439999999999,147.6076,148.274,148.6072,148.6072,148.274,147.6076,147.27439999999999,147.27439999999999,148.274,149.2736,150.93959999999998,152.9388,153.9384,155.6044,157.2704,158.6032,158.6032,158.6032,158.6032,157.9368,157.9368,157.9368,157.9368,157.9368],[138.278,138.278,138.9444,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,137.2784,136.612,134.6128,133.6132,131.2808,129.948,127.6156,124.6168,122.2844,120.9516,118.9524,116.62,116.2868,115.6204,114.954,115.9536,115.2872,114.954,114.6208,113.288,112.2884,112.2884,110.9556,109.2896,108.28999999999999,106.624,105.2912,103.292,102.2924,100.2932,99.2936,97.6276,96.2948,95.9616,94.962,93.6292,91.9632,90.6304,88.9644,85.6324,83.6332,80.9676,78.9684,76.9692,76.3028,74.97,74.97,74.97,75.6364,76.3028,76.636,76.9692,78.9684,79.6348,80.3012,80.6344,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,76.9692,77.3024,78.30199999999999,79.6348,80.3012,81.3008,81.3008,81.3008,80.6344,79.6348,79.6348,78.9684,78.30199999999999,78.30199999999999,77.3024,77.6356,76.9692,76.3028,75.6364,74.3036,72.9708,72.3044,71.638,70.6384,69.972,68.6392,67.97279999999999,66.64,65.9736,64.6408,63.9744,63.6412,62.6416,62.6416,62.6416,61.3088,61.3088,60.6424,59.976,59.309599999999996,57.6436,56.977199999999996,55.6444,54.3116,52.9788,51.646,50.3132,49.6468,48.980399999999996,46.9812,46.3148,46.3148,45.6484,44.982,44.315599999999996,43.6492,43.6492,43.316,42.6496,42.6496,41.9832,41.3168,41.3168,40.3172,40.3172,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,41.3168,41.9832,43.316,43.9824,45.3152,46.9812,48.314,49.6468,50.9796,52.9788,54.3116,55.9776,57.9768,59.309599999999996,60.6424,61.9752,63.308,64.6408,64.974,65.6404,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.9736,66.64,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,70.6384,71.9712,72.9708,73.63719999999999,74.97,76.3028,78.30199999999999,79.6348,82.96679999999999,88.298,92.6296,97.6276,101.2928,104.6248,106.624,108.28999999999999,108.6232,108.6232,108.6232,107.9568,107.9568,108.28999999999999,109.2896,109.956,110.6224,110.6224,109.956,109.6228,108.28999999999999,107.6236,106.2908,105.6244,103.62519999999999,101.2928,98.96039999999999,97.96079999999999,95.9616,95.9616,96.9612,98.96039999999999,100.2932,101.626,103.292,103.9584,106.2908,108.28999999999999,109.956,111.622,112.2884,113.288,113.288,112.95479999999999,111.622,109.6228,105.9576,103.292,100.6264,99.6268,98.294,97.2944,96.9612,96.9612,96.9612,96.2948,96.2948,95.6284,95.2952,95.2952,94.962,94.962,94.6288,94.962,94.962,93.9624,92.2964,89.964,88.298,85.9656,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,81.634,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,82.6336,84.2996,86.2988,88.298,90.6304,92.2964,94.2956,95.6284,96.2948,97.2944,99.6268,101.2928,102.6256,103.292,103.292,103.292,103.9584,103.9584,103.292,103.292,101.9592,102.6256,102.9588,103.62519999999999,103.9584,104.6248,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.624,105.9576,105.6244,104.6248,103.62519999999999,102.9588,102.6256,102.9588,103.292,103.62519999999999,104.2916,104.2916,103.62519999999999,103.292,103.292,102.6256,102.2924,101.626,102.2924,102.2924,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,102.2924,103.292,103.292,104.2916,105.2912,106.9572,107.6236,107.9568,107.9568,108.9564,109.6228,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.6208,114.6208,115.2872,115.9536,116.62,116.62,116.62,116.2868,116.9532,117.9528,117.9528,118.286,118.286,118.9524,119.6188,120.2852,120.9516,120.9516,121.2848,121.9512,122.2844,122.9508,123.9504,124.28359999999999,125.2832,125.6164,126.9492,127.9488,128.6152,129.2816,129.948,129.948,130.6144,131.2808,131.2808,131.2808,132.6136,132.2804,131.9472,131.9472,131.9472,131.614,131.2808,131.9472,132.2804,132.9468,134.2796,134.946,135.6124,136.2788,136.612,137.2784,137.9448,139.2776,139.944,139.944,141.9432,143.6092,146.2748,148.6072,151.9392,154.2716,156.2708,157.6036,158.27,158.6032,157.2704,156.60399999999998,153.9384,151.9392,149.94,148.9404,148.274,148.274,148.274,148.274,147.6076,147.6076,148.274,148.274,148.6072,148.274,147.6076,146.608,145.2752,143.276,142.2764,140.6104,138.278,137.9448,137.9448,137.9448,137.2784,137.2784,136.2788,136.9452,138.278,138.6112,139.944,140.9436,142.6096,143.276,143.6092,143.6092,143.9424,144.2756,145.6084,145.9416,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.2748,146.2748,145.9416,146.2748,147.6076,148.9404,150.6064,151.9392,153.6052,154.6048,155.9376,156.60399999999998,156.60399999999998,156.60399999999998,156.60399999999998,156.9372,156.9372,156.9372,156.9372],[137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,136.612,135.94559999999998,135.2792,134.6128,132.2804,130.6144,128.6152,125.9496,123.28399999999999,121.2848,118.9524,116.62,114.6208,113.288,113.288,113.95439999999999,114.2876,114.2876,113.288,112.6216,111.622,110.9556,109.956,109.2896,108.6232,107.6236,106.9572,106.2908,105.6244,104.2916,103.62519999999999,102.6256,101.626,99.96,99.2936,97.96079999999999,95.9616,93.9624,91.63,89.2976,86.632,83.3,80.6344,78.6352,76.9692,74.97,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.9692,77.6356,78.30199999999999,79.6348,78.9684,78.30199999999999,77.3024,76.3028,75.6364,75.6364,75.6364,75.9696,76.636,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,79.6348,79.6348,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.3032,74.3036,73.63719999999999,72.9708,72.3044,70.6384,69.972,69.972,69.3056,68.306,66.9732,65.6404,64.974,63.6412,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,55.6444,54.978,53.6452,52.3124,50.3132,49.6468,47.6476,46.9812,46.9812,46.3148,45.3152,45.3152,44.6488,43.9824,43.316,42.6496,42.6496,41.65,41.65,41.65,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,38.9844,38.318,38.318,38.318,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,43.316,43.9824,45.3152,46.9812,48.314,50.3132,51.646,53.312,54.978,56.644,57.9768,59.976,61.9752,63.6412,64.974,66.3068,66.3068,67.3064,67.3064,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,71.9712,72.6376,73.63719999999999,74.3036,75.3032,77.3024,78.9684,80.3012,82.96679999999999,86.9652,91.2968,96.2948,99.96,103.292,105.6244,106.2908,106.9572,108.28999999999999,107.9568,107.6236,106.9572,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,108.28999999999999,107.9568,107.9568,106.9572,104.958,102.6256,100.2932,98.96039999999999,96.9612,96.9612,97.96079999999999,99.6268,101.2928,102.6256,103.9584,105.2912,106.9572,108.6232,109.956,112.2884,113.288,113.288,113.288,112.95479999999999,110.6224,106.9572,104.6248,102.6256,99.96,98.294,96.628,96.2948,95.6284,95.6284,95.6284,95.9616,95.2952,94.6288,93.9624,94.2956,94.2956,94.2956,93.9624,94.2956,93.6292,92.2964,90.6304,89.2976,87.2984,85.2992,84.2996,82.96679999999999,82.3004,81.634,80.9676,80.9676,80.9676,80.6344,79.968,79.968,79.968,79.968,79.968,80.3012,80.3012,81.634,83.3,85.2992,87.2984,89.6308,91.2968,92.9628,94.962,95.9616,96.9612,98.294,99.2936,100.6264,101.2928,101.626,101.626,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.9584,104.6248,104.6248,104.958,105.9576,105.9576,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,104.958,104.2916,105.2912,106.9572,107.9568,108.6232,107.9568,107.6236,106.9572,105.6244,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,102.2924,102.6256,102.6256,103.292,103.62519999999999,104.6248,106.2908,106.9572,107.6236,107.9568,107.9568,109.2896,109.956,110.9556,111.622,111.9552,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.6208,116.2868,117.9528,118.9524,118.9524,118.9524,117.6196,116.62,117.2864,117.6196,117.9528,118.9524,119.6188,120.2852,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.95,125.9496,126.2828,126.9492,127.9488,128.6152,130.6144,130.6144,131.2808,131.2808,131.2808,132.6136,132.9468,133.28,133.6132,133.6132,133.9464,133.9464,134.2796,133.9464,133.28,133.28,133.9464,134.2796,134.2796,134.946,135.94559999999998,135.94559999999998,136.612,137.2784,137.6116,138.6112,139.6108,140.2772,143.276,145.9416,148.274,150.6064,153.9384,155.2712,155.2712,155.6044,157.2704,157.2704,157.2704,156.60399999999998,154.6048,152.2724,150.6064,149.6068,149.6068,149.6068,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,148.9404,148.274,146.2748,145.2752,143.276,142.2764,140.9436,139.944,138.6112,138.6112,138.6112,137.9448,137.9448,137.9448,138.6112,138.6112,138.9444,138.9444,139.2776,139.944,141.60999999999999,141.60999999999999,141.9432,141.9432,142.6096,142.9428,143.276,143.9424,145.2752,145.6084,144.942,144.942,145.2752,144.942,144.942,144.942,145.2752,145.6084,146.9412,148.274,149.6068,150.6064,151.2728,152.9388,153.6052,153.6052,153.6052,154.6048,154.938,154.938,154.938,154.938],[135.6124,135.6124,135.6124,136.2788,135.6124,135.6124,135.6124,135.2792,134.946,134.2796,134.2796,133.6132,131.2808,129.948,127.6156,125.2832,122.2844,119.2856,116.9532,114.954,112.6216,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,110.6224,109.956,108.28999999999999,107.9568,107.6236,106.9572,105.6244,105.6244,105.2912,104.6248,104.2916,104.2916,103.292,102.6256,102.6256,101.626,100.2932,97.6276,94.6288,91.9632,89.2976,86.632,83.6332,80.9676,78.6352,75.6364,74.3036,73.63719999999999,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,77.3024,76.636,75.6364,74.97,74.3036,74.3036,75.3032,75.9696,76.636,77.3024,78.30199999999999,78.9684,79.6348,79.6348,79.6348,78.9684,78.9684,78.30199999999999,77.3024,76.636,75.9696,75.3032,74.3036,73.63719999999999,72.9708,72.3044,70.6384,69.972,69.972,69.3056,68.306,66.9732,65.6404,64.3076,63.6412,61.9752,61.3088,61.3088,59.976,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,56.644,55.9776,54.978,53.6452,52.3124,51.646,49.6468,48.980399999999996,46.9812,46.3148,46.3148,45.6484,45.3152,44.6488,43.9824,43.316,42.6496,41.9832,41.65,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.6508,38.9844,38.318,38.318,38.318,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,40.6504,41.3168,41.9832,42.6496,43.9824,44.6488,45.9816,48.314,50.3132,51.646,52.9788,55.6444,57.3104,58.6432,59.976,61.9752,63.9744,65.6404,66.9732,67.6396,68.6392,68.6392,68.6392,67.97279999999999,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,70.3052,70.9716,70.9716,71.638,71.638,72.3044,72.6376,73.304,74.3036,74.97,76.636,78.30199999999999,79.6348,80.9676,82.96679999999999,85.9656,89.964,93.9624,96.628,100.2932,103.292,104.2916,105.9576,106.2908,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,107.9568,108.28999999999999,107.6236,105.9576,103.292,101.2928,99.2936,98.294,97.96079999999999,99.2936,100.2932,101.626,103.292,104.958,106.624,106.9572,108.6232,109.956,112.2884,112.6216,113.288,112.6216,111.622,108.6232,105.2912,102.9588,101.2928,99.6268,97.2944,96.2948,95.9616,95.9616,95.6284,94.962,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,92.6296,92.6296,92.2964,91.63,90.6304,89.2976,87.6316,85.9656,84.2996,83.6332,82.3004,81.634,80.9676,80.3012,80.3012,80.3012,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.6352,79.6348,80.3012,81.9672,83.9664,85.2992,87.6316,89.2976,90.6304,92.6296,94.962,95.9616,96.628,96.9612,97.96079999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,100.9596,101.626,101.9592,103.292,103.292,104.6248,104.6248,104.958,105.2912,105.9576,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,107.6236,106.9572,106.624,105.9576,105.2912,106.624,108.28999999999999,109.6228,110.9556,110.9556,109.956,108.6232,107.6236,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.2916,104.2916,104.958,104.6248,104.6248,104.6248,104.958,104.958,106.624,106.9572,108.28999999999999,108.6232,108.6232,109.2896,109.956,110.6224,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.6208,116.2868,117.6196,119.952,120.6184,121.2848,120.2852,119.2856,118.61919999999999,118.286,118.286,118.286,119.6188,120.2852,121.9512,122.9508,123.6172,124.6168,124.95,124.95,124.95,124.95,125.6164,126.2828,126.9492,126.9492,127.6156,128.6152,128.9484,130.6144,131.2808,131.9472,132.2804,132.9468,132.9468,133.6132,134.2796,134.946,135.2792,135.94559999999998,135.94559999999998,136.612,135.94559999999998,134.946,134.946,135.6124,135.6124,136.2788,136.2788,136.2788,136.2788,136.612,137.2784,137.6116,138.278,139.2776,140.6104,144.6088,147.27439999999999,149.6068,152.6056,154.2716,154.938,154.6048,155.2712,156.2708,156.9372,157.2704,156.60399999999998,154.938,152.9388,150.6064,149.6068,149.6068,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.274,147.27439999999999,146.2748,144.942,142.9428,141.60999999999999,140.6104,139.944,139.2776,138.9444,138.9444,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,138.9444,139.2776,139.2776,140.6104,140.9436,140.9436,140.9436,141.2768,141.9432,142.2764,142.9428,143.276,143.6092,143.276,143.276,143.6092,143.276,143.276,143.276,143.6092,144.2756,145.6084,146.2748,146.608,147.9408,148.274,150.2732,150.6064,151.2728,151.2728,151.9392,152.6056,152.9388,152.9388,152.9388],[133.28,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.9468,131.9472,131.2808,131.9472,131.9472,129.948,128.282,125.9496,123.28399999999999,121.2848,118.9524,115.9536,113.6212,112.2884,111.2888,110.9556,110.9556,110.9556,110.9556,110.2892,108.6232,107.9568,106.624,105.9576,105.6244,104.958,103.292,103.62519999999999,102.9588,102.2924,101.9592,101.2928,101.2928,101.2928,101.626,101.626,100.2932,97.96079999999999,95.6284,91.9632,89.2976,85.6324,83.3,80.3012,77.6356,74.97,73.63719999999999,72.6376,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,73.9704,75.3032,75.9696,76.3028,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.9704,74.6368,75.6364,76.3028,77.3024,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.6356,76.9692,76.9692,76.3028,75.6364,74.97,73.63719999999999,72.9708,71.3048,70.6384,69.6388,68.9724,68.306,66.9732,65.6404,64.3076,62.6416,61.9752,61.3088,60.6424,59.309599999999996,58.6432,58.6432,57.9768,56.977199999999996,55.9776,55.9776,55.3112,54.3116,52.9788,51.646,50.9796,48.980399999999996,48.314,46.3148,45.6484,45.6484,44.982,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.318,38.318,38.318,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,39.3176,41.3168,41.9832,41.9832,43.316,44.6488,45.3152,46.9812,49.6468,50.9796,52.6456,54.6448,56.977199999999996,59.309599999999996,60.6424,61.9752,64.6408,66.3068,67.6396,68.9724,69.6388,69.3056,69.3056,69.3056,68.6392,68.306,68.306,68.306,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,75.9696,76.636,78.30199999999999,79.6348,80.3012,81.634,82.3004,84.966,87.9648,90.2972,93.29599999999999,96.628,98.96039999999999,101.626,103.292,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,105.2912,106.624,106.9572,106.2908,105.2912,103.9584,102.2924,100.2932,99.6268,99.6268,100.6264,101.2928,103.292,104.6248,105.2912,105.9576,106.9572,108.28999999999999,109.2896,110.2892,110.9556,110.9556,110.2892,109.2896,106.9572,104.2916,102.6256,100.6264,98.96039999999999,97.6276,96.2948,95.6284,94.962,94.6288,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.6296,91.9632,91.2968,90.6304,89.964,89.2976,87.9648,86.9652,85.2992,83.9664,82.96679999999999,81.634,80.9676,80.3012,80.3012,79.6348,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,78.6352,77.6356,77.6356,78.6352,79.3016,79.968,81.634,82.96679999999999,85.2992,87.2984,88.298,90.2972,92.6296,93.6292,93.9624,94.6288,95.6284,96.628,97.6276,98.294,98.96039999999999,99.6268,100.2932,100.9596,100.6264,101.9592,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.6248,105.6244,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,106.624,106.9572,109.2896,110.6224,111.622,111.622,110.9556,110.6224,109.2896,107.6236,106.9572,106.624,106.624,106.624,106.624,106.624,106.624,105.9576,106.2908,106.624,106.2908,106.9572,106.624,106.624,106.9572,106.9572,108.28999999999999,109.2896,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.6208,117.6196,119.952,120.9516,121.618,122.2844,121.9512,119.952,119.6188,119.6188,119.6188,119.952,120.6184,121.9512,123.28399999999999,125.2832,125.9496,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.282,128.282,129.6148,129.948,131.2808,131.9472,132.2804,132.9468,133.6132,134.2796,134.946,135.2792,135.94559999999998,136.2788,136.612,136.9452,137.6116,137.6116,136.9452,136.612,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,137.2784,137.6116,138.278,138.6112,140.2772,144.6088,147.27439999999999,149.6068,152.6056,154.2716,154.938,154.6048,155.2712,156.2708,156.9372,157.6036,156.60399999999998,154.938,152.9388,150.6064,149.6068,148.9404,148.9404,148.274,148.274,148.274,148.274,148.274,147.27439999999999,144.6088,143.276,141.9432,139.944,138.6112,137.9448,137.6116,137.6116,138.6112,137.9448,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,139.6108,139.6108,139.2776,139.2776,139.944,140.6104,140.6104,140.6104,140.6104,140.9436,141.2768,141.2768,141.2768,141.2768,140.9436,140.9436,141.9432,141.9432,141.9432,141.9432,142.6096,142.6096,143.276,143.276,144.2756,144.942,146.2748,147.27439999999999,147.9408,148.274,148.9404,149.94,149.94,150.6064,150.6064,150.6064],[132.2804,131.9472,131.614,131.2808,130.6144,130.6144,129.948,129.948,129.2816,129.2816,129.948,129.948,128.6152,127.2824,124.95,122.9508,120.2852,117.9528,115.6204,113.288,111.2888,110.2892,109.6228,109.6228,109.2896,107.9568,107.2904,106.9572,105.9576,105.2912,103.62519999999999,103.292,101.9592,101.9592,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,98.96039999999999,96.9612,94.6288,91.63,88.63119999999999,85.6324,82.6336,79.6348,76.9692,74.3036,72.9708,71.9712,71.3048,70.6384,70.6384,71.3048,71.3048,71.9712,73.304,73.9704,74.6368,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.6376,72.6376,73.304,74.3036,74.97,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.6352,78.6352,77.6356,77.6356,76.9692,76.3028,74.97,73.63719999999999,72.9708,71.3048,70.6384,69.6388,68.306,66.9732,65.6404,64.3076,62.6416,61.3088,60.6424,59.976,58.6432,57.9768,57.9768,56.977199999999996,55.9776,55.3112,55.3112,54.6448,53.6452,52.3124,50.9796,50.3132,48.314,47.6476,45.6484,44.982,44.982,44.315599999999996,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,40.3172,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,39.6508,38.9844,38.9844,38.9844,38.318,38.318,38.318,38.318,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,40.6504,41.9832,42.6496,43.316,43.9824,45.3152,46.647999999999996,48.314,50.3132,52.3124,53.9784,55.9776,58.31,60.6424,62.6416,63.9744,65.9736,68.306,69.6388,70.3052,70.9716,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,80.6344,81.9672,82.3004,83.6332,84.6328,86.9652,88.63119999999999,91.63,94.2956,95.9616,98.294,99.96,100.2932,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,102.2924,102.2924,103.292,103.62519999999999,104.6248,104.6248,105.6244,104.958,103.9584,102.6256,101.626,101.626,101.9592,101.9592,103.292,104.2916,105.6244,105.9576,106.2908,106.9572,108.28999999999999,108.6232,109.2896,109.956,108.6232,107.9568,106.624,104.958,102.6256,101.2928,99.6268,98.294,96.628,95.9616,94.962,94.962,93.9624,93.9624,93.29599999999999,93.29599999999999,92.2964,91.63,91.63,90.6304,89.964,89.2976,88.63119999999999,87.6316,86.632,85.2992,83.9664,83.3,82.3004,80.9676,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,78.6352,77.6356,77.3024,78.30199999999999,79.3016,79.968,80.6344,82.3004,84.6328,86.632,87.2984,88.9644,90.6304,91.9632,92.6296,93.29599999999999,93.9624,94.6288,95.6284,96.628,97.2944,97.6276,97.6276,98.96039999999999,98.96039999999999,100.2932,100.2932,100.9596,101.2928,101.9592,102.6256,103.9584,104.2916,104.958,104.958,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,107.6236,108.6232,110.6224,111.622,111.9552,111.9552,111.2888,110.6224,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.9564,109.956,110.6224,111.622,112.6216,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,115.6204,118.9524,120.9516,121.9512,122.6176,123.28399999999999,122.6176,120.9516,119.952,119.952,119.952,121.2848,122.2844,123.9504,125.6164,127.6156,128.282,128.9484,129.6148,129.6148,128.9484,128.282,127.6156,127.9488,128.6152,128.6152,128.282,129.6148,129.948,131.2808,131.9472,132.2804,132.9468,132.9468,134.2796,134.946,135.2792,135.94559999999998,136.2788,136.612,137.2784,138.278,138.278,137.9448,137.9448,138.6112,138.6112,138.6112,137.9448,137.9448,137.6116,137.6116,136.9452,137.6116,137.6116,137.9448,139.6108,143.276,146.2748,148.9404,151.2728,153.272,153.9384,154.2716,154.6048,155.6044,156.9372,157.6036,156.60399999999998,154.938,152.9388,150.6064,148.274,148.274,147.6076,147.6076,146.9412,146.9412,146.9412,146.9412,145.2752,142.2764,139.944,138.9444,137.9448,136.9452,136.2788,136.612,136.612,137.2784,137.6116,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,139.6108,139.6108,139.2776,139.2776,139.944,139.944,139.944,139.944,139.944,140.6104,140.9436,140.6104,140.6104,139.944,139.944,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.9432,142.6096,142.9428,143.276,144.2756,144.942,146.2748,146.9412,147.27439999999999,147.6076,148.274,148.274,148.274,148.274],[132.6136,132.2804,130.6144,129.948,128.9484,128.6152,127.9488,127.2824,126.9492,126.9492,127.6156,127.6156,127.9488,125.9496,124.28359999999999,122.2844,119.952,117.6196,114.954,112.2884,110.2892,109.956,109.2896,109.2896,107.2904,105.9576,105.2912,104.958,102.9588,102.2924,101.2928,99.96,99.6268,98.96039999999999,98.6272,98.294,97.96079999999999,96.9612,96.2948,95.9616,96.2948,96.9612,97.96079999999999,96.628,95.6284,93.29599999999999,90.6304,87.6316,84.966,82.3004,78.9684,76.3028,73.63719999999999,72.3044,71.3048,70.6384,69.972,69.3056,69.972,69.972,70.6384,71.9712,72.6376,73.304,73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,71.638,70.9716,70.9716,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.97,76.636,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.30199999999999,77.6356,76.9692,75.6364,74.3036,72.9708,71.9712,70.6384,68.9724,67.6396,65.6404,64.3076,62.6416,61.3088,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.3112,54.6448,54.6448,53.9784,52.3124,50.9796,49.6468,48.980399999999996,47.6476,46.3148,44.982,44.315599999999996,43.9824,43.316,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,40.6504,41.3168,42.9828,43.6492,44.315599999999996,45.6484,47.6476,48.980399999999996,50.9796,52.6456,53.9784,56.3108,57.6436,59.976,62.6416,65.6404,66.9732,68.306,69.6388,71.3048,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,78.6352,80.3012,82.96679999999999,84.2996,84.2996,84.2996,85.2992,86.2988,88.298,89.964,92.2964,93.29599999999999,95.9616,97.6276,98.6272,98.96039999999999,99.2936,99.2936,99.6268,100.2932,100.2932,100.6264,101.626,102.2924,102.2924,102.6256,102.6256,103.292,103.62519999999999,103.9584,103.62519999999999,103.292,103.292,103.9584,104.2916,104.6248,105.2912,105.9576,106.9572,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,106.2908,105.2912,103.62519999999999,102.2924,100.9596,100.2932,98.6272,97.96079999999999,96.2948,95.9616,94.962,94.962,93.9624,93.6292,93.29599999999999,92.6296,92.2964,91.2968,89.964,89.2976,88.63119999999999,88.63119999999999,88.298,87.2984,86.632,85.2992,83.9664,83.3,82.3004,80.9676,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.6352,79.3016,79.3016,79.968,80.9676,82.96679999999999,85.2992,86.9652,87.6316,88.63119999999999,89.6308,90.2972,91.2968,91.63,92.2964,92.9628,93.29599999999999,94.2956,95.6284,95.6284,95.2952,96.628,96.628,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,100.2932,100.9596,101.2928,102.6256,102.9588,102.9588,104.2916,104.2916,104.2916,104.6248,104.958,104.958,105.2912,104.958,106.9572,107.9568,109.956,110.9556,111.622,112.6216,112.2884,111.622,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,112.6216,113.6212,114.2876,114.6208,114.954,114.2876,113.6212,113.288,112.95479999999999,113.288,113.288,113.6212,114.2876,114.2876,116.2868,118.9524,120.9516,122.6176,123.28399999999999,123.9504,123.28399999999999,122.6176,121.2848,121.2848,121.618,122.9508,124.6168,126.2828,127.6156,129.6148,130.6144,131.2808,131.2808,131.2808,130.2812,129.6148,128.9484,128.6152,128.282,128.282,128.282,129.6148,129.948,130.2812,130.6144,131.614,132.2804,132.2804,132.9468,133.6132,134.2796,134.6128,134.946,136.2788,136.612,137.9448,138.6112,138.278,138.278,139.6108,139.6108,138.9444,138.6112,137.9448,137.9448,137.6116,137.6116,137.2784,137.2784,137.2784,138.278,141.60999999999999,143.9424,146.608,148.9404,150.6064,151.606,152.2724,152.6056,155.2712,156.9372,156.9372,155.9376,154.2716,152.2724,149.2736,147.27439999999999,146.2748,145.2752,145.2752,144.6088,144.6088,144.942,144.942,143.276,139.944,137.9448,137.6116,136.612,136.2788,136.2788,136.612,136.612,137.2784,137.6116,137.6116,137.6116,138.6112,138.6112,138.9444,138.9444,139.6108,139.944,139.944,139.944,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,139.944,139.944,139.944,140.6104,140.6104,140.6104,141.2768,141.2768,141.2768,141.9432,141.9432,141.9432,142.9428,143.9424,144.6088,144.942,145.6084,146.2748,146.9412,146.9412,146.9412,146.9412],[132.6136,132.6136,130.9476,129.948,128.6152,127.2824,126.9492,126.2828,125.9496,125.9496,126.9492,126.9492,127.2824,126.616,124.6168,122.6176,119.2856,116.9532,114.6208,111.622,109.956,109.2896,108.6232,107.2904,105.2912,103.292,102.9588,102.6256,101.2928,99.96,99.6268,97.96079999999999,96.9612,96.2948,96.2948,95.6284,94.6288,93.9624,93.6292,93.6292,93.29599999999999,93.9624,94.962,94.6288,93.29599999999999,91.63,89.2976,86.2988,84.2996,80.9676,77.6356,75.6364,72.9708,71.638,70.6384,69.972,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.3044,72.3044,72.3044,71.638,70.9716,70.3052,70.3052,70.3052,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,75.3032,76.636,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,80.6344,79.6348,78.9684,77.6356,76.9692,75.6364,74.3036,73.304,71.3048,69.6388,67.6396,66.3068,64.3076,62.6416,61.3088,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,52.3124,50.9796,49.6468,48.314,46.9812,45.6484,44.315599999999996,43.6492,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,40.6504,41.3168,41.9832,43.6492,44.315599999999996,45.6484,46.9812,48.314,50.3132,52.3124,53.9784,56.3108,57.6436,59.976,61.3088,63.9744,66.3068,67.6396,68.9724,70.9716,72.6376,73.304,73.9704,73.9704,73.9704,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,77.3024,77.9688,77.9688,78.9684,78.9684,79.6348,79.6348,80.3012,80.9676,81.634,82.96679999999999,84.966,86.2988,85.2992,85.2992,85.6324,86.9652,88.63119999999999,90.6304,92.6296,93.9624,96.2948,96.628,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,100.2932,101.2928,101.9592,101.9592,101.9592,102.2924,102.2924,103.292,103.62519999999999,103.9584,104.6248,105.6244,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,106.2908,106.2908,106.2908,105.2912,103.9584,102.6256,100.9596,99.6268,99.2936,98.6272,97.96079999999999,96.9612,95.9616,95.9616,94.962,94.2956,93.6292,92.9628,92.6296,91.9632,91.63,90.6304,89.2976,88.298,88.298,88.298,88.298,87.9648,86.632,85.9656,85.2992,83.9664,82.96679999999999,82.3004,81.634,80.9676,80.3012,80.3012,79.6348,79.6348,79.3016,79.3016,79.3016,79.968,79.968,79.968,80.3012,80.9676,81.3008,82.6336,83.6332,84.966,87.6316,89.6308,89.964,89.964,89.6308,89.6308,90.6304,91.2968,91.63,92.2964,92.9628,93.9624,94.2956,94.6288,94.6288,94.2956,95.6284,95.6284,95.6284,96.9612,96.9612,97.96079999999999,98.6272,98.96039999999999,99.96,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,105.9576,106.9572,108.6232,110.2892,111.622,112.6216,112.6216,112.2884,111.622,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,113.288,113.6212,114.954,115.2872,115.9536,115.6204,114.954,114.2876,113.6212,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.6208,116.2868,118.9524,120.2852,122.2844,122.6176,123.28399999999999,122.9508,121.9512,121.2848,121.9512,122.2844,123.9504,126.2828,128.6152,129.948,131.9472,132.6136,132.9468,132.9468,132.6136,131.2808,130.2812,128.9484,128.6152,127.6156,126.9492,127.6156,127.9488,128.6152,129.2816,129.6148,130.9476,131.2808,130.6144,131.2808,132.6136,132.9468,133.6132,134.2796,135.2792,135.6124,137.2784,137.9448,138.6112,138.9444,139.6108,139.6108,139.2776,138.6112,138.6112,137.9448,137.9448,137.6116,137.2784,136.612,136.612,136.9452,138.6112,141.60999999999999,143.9424,145.9416,147.9408,148.9404,148.9404,150.2732,152.2724,154.2716,153.6052,152.6056,150.6064,148.6072,146.2748,144.6088,143.9424,142.6096,142.6096,142.6096,142.6096,141.9432,142.2764,140.2772,137.9448,136.612,136.612,136.2788,136.2788,136.612,136.612,136.612,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,138.9444,138.9444,139.6108,139.944,139.944,139.944,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,140.6104,140.6104,140.6104,141.2768,141.2768,141.2768,141.2768,141.2768,141.9432,142.9428,143.276,144.6088,144.6088,144.942,144.942,145.6084,146.2748,146.2748,146.2748],[132.6136,131.9472,131.2808,129.948,128.6152,127.2824,126.2828,125.2832,125.2832,125.9496,126.9492,127.6156,127.9488,126.9492,125.2832,123.28399999999999,119.2856,116.62,113.95439999999999,111.2888,109.6228,108.9564,108.28999999999999,106.9572,104.2916,102.2924,101.2928,100.6264,99.6268,98.96039999999999,97.6276,95.9616,94.962,93.9624,93.6292,92.2964,91.9632,91.2968,90.6304,90.6304,90.6304,91.2968,91.9632,91.9632,90.6304,89.2976,87.2984,84.6328,82.3004,79.6348,77.6356,75.6364,72.9708,71.638,70.6384,69.3056,68.6392,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,70.6384,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.3044,72.9708,74.6368,75.9696,77.3024,78.30199999999999,78.9684,79.968,81.3008,81.3008,81.9672,81.9672,80.9676,79.6348,78.9684,78.30199999999999,76.9692,75.6364,73.9704,72.6376,70.3052,68.306,66.3068,64.974,63.6412,61.9752,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.3112,54.6448,54.6448,53.9784,52.3124,50.9796,49.6468,48.314,46.3148,44.982,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,40.6504,39.984,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,39.3176,39.3176,39.984,40.6504,41.3168,41.9832,42.6496,43.316,44.315599999999996,45.6484,46.3148,47.6476,48.980399999999996,50.9796,52.9788,55.3112,57.6436,58.9764,60.6424,61.9752,64.6408,66.3068,67.6396,68.9724,70.9716,72.6376,73.9704,74.6368,74.6368,74.6368,74.6368,74.6368,74.97,74.97,74.97,75.6364,78.30199999999999,78.9684,79.6348,79.968,80.9676,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988,87.2984,88.298,89.964,91.63,93.9624,95.6284,96.628,97.2944,98.96039999999999,99.6268,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,103.62519999999999,104.6248,105.2912,106.2908,106.9572,107.6236,108.28999999999999,108.28999999999999,108.6232,109.2896,108.6232,108.6232,107.9568,107.2904,106.2908,105.9576,104.6248,104.2916,102.6256,101.2928,98.96039999999999,97.96079999999999,97.96079999999999,96.628,96.9612,96.2948,95.9616,95.2952,95.2952,94.962,92.9628,91.9632,91.9632,91.63,91.2968,90.2972,88.63119999999999,87.9648,88.298,87.6316,88.298,88.298,88.298,87.9648,86.632,86.632,85.6324,84.966,84.2996,82.96679999999999,81.634,80.9676,79.968,79.3016,79.968,79.968,80.3012,80.9676,81.634,82.3004,82.6336,83.9664,84.966,86.632,87.2984,89.6308,91.63,92.9628,93.6292,92.6296,90.6304,89.964,90.6304,91.2968,91.9632,92.6296,92.6296,93.6292,93.29599999999999,93.29599999999999,92.9628,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,94.6288,94.6288,95.6284,96.2948,96.628,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.96,99.96,100.6264,101.2928,101.9592,102.6256,103.62519999999999,104.2916,106.624,107.2904,109.6228,110.9556,112.2884,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.6216,112.6216,113.288,113.95439999999999,115.2872,115.9536,116.2868,116.2868,115.6204,114.6208,113.6212,113.6212,113.6212,113.6212,114.6208,114.6208,115.2872,116.62,117.6196,118.9524,120.9516,121.618,122.2844,121.9512,121.2848,120.9516,121.9512,123.6172,125.6164,127.9488,129.948,131.9472,133.6132,134.2796,133.9464,133.28,132.6136,130.9476,129.948,128.6152,127.2824,126.616,125.9496,125.6164,125.9496,126.9492,126.9492,127.6156,129.2816,129.948,129.948,130.2812,131.2808,131.9472,132.6136,132.9468,133.6132,134.2796,135.2792,136.2788,137.2784,137.9448,139.2776,138.6112,138.6112,138.6112,138.6112,138.6112,137.9448,137.6116,137.2784,136.612,136.2788,135.6124,136.2788,138.9444,141.2768,143.6092,145.2752,145.6084,145.6084,146.2748,147.6076,148.274,148.274,147.27439999999999,145.6084,143.276,140.9436,139.944,139.944,139.944,139.6108,139.6108,139.6108,138.9444,138.6112,138.278,137.2784,137.2784,136.612,136.612,136.612,135.94559999999998,135.94559999999998,136.612,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,138.9444,138.9444,139.2776,139.2776,139.2776,139.2776,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.6096,143.276,143.9424,144.2756,144.2756,144.2756,145.6084,145.6084,145.6084,145.6084],[132.6136,131.9472,130.9476,129.6148,128.6152,126.9492,125.6164,124.95,124.95,125.6164,126.616,127.6156,127.6156,126.9492,125.6164,123.6172,119.952,116.9532,114.6208,111.622,109.2896,108.9564,107.6236,105.6244,103.292,101.626,100.2932,98.96039999999999,98.6272,96.628,95.6284,94.6288,93.6292,91.63,91.2968,89.964,89.2976,88.298,87.6316,88.298,88.298,88.298,88.9644,88.298,87.6316,86.2988,84.6328,82.96679999999999,80.9676,78.9684,76.9692,74.97,72.9708,71.638,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.638,72.9708,73.9704,75.3032,76.636,77.3024,78.9684,80.6344,81.3008,81.9672,82.6336,82.6336,81.9672,81.3008,79.968,79.3016,77.6356,76.9692,75.3032,73.304,71.3048,69.3056,66.9732,65.6404,64.3076,62.6416,61.9752,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.6444,55.6444,53.9784,52.3124,50.9796,49.6468,48.314,46.3148,44.982,43.9824,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.316,44.315599999999996,45.6484,46.9812,47.6476,49.6468,50.9796,52.3124,53.9784,56.3108,58.31,60.6424,61.9752,63.308,65.6404,66.9732,68.306,69.6388,70.9716,72.6376,73.9704,74.6368,74.6368,75.3032,75.3032,75.3032,76.3028,76.3028,76.9692,78.30199999999999,80.9676,82.6336,82.6336,84.6328,85.6324,87.2984,87.2984,87.9648,88.298,88.298,88.298,87.9648,88.298,88.298,88.298,87.9648,88.298,88.298,87.9648,87.9648,88.9644,90.2972,91.2968,93.9624,95.6284,96.9612,97.96079999999999,99.6268,100.6264,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,106.624,106.9572,108.28999999999999,108.6232,109.2896,109.956,109.956,109.956,109.6228,109.2896,108.6232,107.9568,106.2908,105.2912,104.2916,103.292,101.2928,98.96039999999999,97.2944,95.9616,96.2948,95.9616,95.9616,95.6284,94.6288,93.9624,93.6292,92.9628,91.9632,91.63,91.63,90.9636,90.6304,89.6308,88.63119999999999,87.9648,88.298,87.9648,88.63119999999999,88.63119999999999,89.6308,88.9644,88.9644,87.9648,87.9648,86.632,85.9656,84.2996,82.96679999999999,81.634,79.968,79.968,79.968,80.6344,80.9676,81.634,83.6332,84.2996,85.6324,87.6316,89.964,90.9636,92.6296,93.9624,95.9616,96.628,97.96079999999999,96.2948,94.2956,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,92.9628,92.6296,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,93.6292,93.9624,94.6288,95.6284,95.9616,96.9612,97.2944,97.96079999999999,97.96079999999999,98.294,99.2936,99.6268,99.96,101.2928,101.9592,103.292,104.958,107.2904,108.6232,109.6228,111.622,112.95479999999999,112.95479999999999,113.288,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.6208,114.6208,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,115.6204,116.2868,115.6204,114.954,114.6208,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,115.6204,116.2868,117.2864,117.6196,119.6188,120.6184,121.9512,121.9512,121.9512,123.28399999999999,125.2832,126.616,128.6152,129.948,131.9472,132.9468,134.946,134.946,134.2796,133.28,132.2804,130.2812,128.6152,127.2824,124.95,123.9504,123.9504,124.6168,124.6168,125.6164,125.6164,126.616,126.9492,127.6156,128.282,128.6152,129.2816,130.2812,130.6144,131.2808,131.2808,132.6136,133.6132,134.6128,135.2792,136.9452,136.9452,137.9448,137.6116,137.9448,138.278,137.9448,138.278,137.6116,136.2788,135.2792,135.2792,135.2792,134.946,136.2788,138.9444,140.6104,141.2768,142.2764,141.2768,141.2768,141.9432,141.9432,141.9432,141.60999999999999,140.6104,138.9444,137.6116,136.2788,136.9452,137.2784,137.2784,136.9452,137.2784,136.9452,137.2784,137.2784,137.2784,136.612,136.612,135.94559999999998,136.612,136.612,135.94559999999998,136.612,137.2784,137.2784,137.6116,137.6116,138.6112,138.6112,138.9444,138.9444,139.2776,139.2776,139.2776,139.2776,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,142.6096,143.276,143.9424,144.2756,144.2756,144.2756,145.6084,145.6084,145.6084,145.6084],[131.9472,131.2808,130.6144,128.9484,127.6156,125.9496,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,124.95,121.618,118.61919999999999,116.62,113.288,109.956,108.28999999999999,106.2908,104.2916,102.6256,100.9596,99.6268,98.6272,96.2948,94.2956,93.6292,92.2964,91.2968,89.964,89.2976,88.9644,87.6316,86.632,86.2988,86.9652,86.2988,85.9656,85.6324,84.966,84.2996,83.6332,82.3004,80.9676,79.3016,77.6356,76.3028,73.63719999999999,72.6376,70.6384,69.3056,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.9724,69.6388,70.3052,70.6384,71.3048,71.9712,72.6376,73.9704,75.6364,76.3028,78.30199999999999,79.6348,81.3008,81.9672,82.96679999999999,82.96679999999999,82.3004,81.634,80.6344,79.968,78.9684,78.30199999999999,76.3028,74.97,72.6376,70.6384,68.6392,67.3064,65.9736,64.6408,63.6412,61.9752,61.3088,60.6424,59.309599999999996,58.6432,57.9768,57.3104,56.644,54.978,53.6452,52.3124,49.6468,48.314,46.3148,44.6488,43.9824,43.316,42.6496,41.9832,41.9832,41.3168,40.6504,39.984,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,39.984,41.3168,41.9832,43.316,43.9824,44.982,44.982,44.982,46.3148,46.9812,48.314,49.6468,51.646,52.3124,53.6452,55.6444,57.6436,59.976,61.9752,63.9744,65.9736,67.6396,68.306,69.6388,70.6384,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,77.6356,78.30199999999999,79.6348,80.9676,82.96679999999999,83.6332,85.6324,87.6316,89.964,91.63,91.63,92.9628,94.2956,94.6288,94.2956,93.6292,92.6296,91.63,91.63,91.63,91.63,91.2968,90.6304,90.6304,91.63,92.6296,94.6288,96.9612,97.96079999999999,99.6268,101.2928,102.6256,102.9588,104.2916,104.6248,105.2912,105.2912,105.9576,105.9576,106.2908,106.2908,106.2908,105.2912,105.2912,105.6244,105.6244,106.624,106.9572,107.6236,108.28999999999999,109.956,110.6224,110.9556,111.622,111.622,110.9556,109.956,109.6228,109.2896,108.28999999999999,105.9576,104.958,103.292,101.2928,98.96039999999999,96.628,94.962,93.9624,94.6288,94.962,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.63,91.2968,90.6304,90.6304,89.964,89.6308,89.2976,88.63119999999999,88.298,87.9648,88.298,89.6308,91.2968,92.6296,91.9632,91.2968,90.2972,89.2976,88.63119999999999,87.2984,85.6324,83.6332,82.3004,80.6344,80.6344,80.9676,80.9676,81.634,82.96679999999999,84.6328,86.632,88.298,90.6304,93.9624,96.2948,97.96079999999999,99.6268,101.626,102.6256,102.6256,103.292,102.2924,100.9596,98.96039999999999,97.6276,96.2948,94.962,94.2956,93.6292,93.29599999999999,92.2964,92.2964,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.6292,93.6292,95.6284,95.9616,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.6276,98.294,99.6268,100.9596,101.9592,104.2916,106.624,107.9568,109.2896,110.9556,111.622,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,114.954,115.2872,115.2872,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.2876,114.2876,113.95439999999999,113.95439999999999,114.6208,114.6208,115.2872,115.6204,115.9536,116.62,116.62,117.2864,117.2864,118.9524,121.2848,122.2844,124.6168,126.9492,129.6148,131.614,131.9472,132.9468,133.6132,133.6132,134.2796,134.2796,133.28,131.9472,130.9476,129.2816,127.2824,124.95,123.6172,122.6176,122.6176,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,125.2832,125.9496,125.9496,126.2828,126.9492,127.6156,128.282,128.282,128.6152,129.948,130.6144,130.6144,131.9472,133.6132,134.2796,135.94559999999998,135.94559999999998,137.2784,137.2784,137.6116,137.6116,137.2784,136.2788,135.2792,134.2796,134.2796,133.9464,134.2796,134.2796,135.2792,135.94559999999998,136.2788,136.2788,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,135.2792,135.2792,135.94559999999998,136.2788,136.2788,136.9452,136.2788,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.6124,135.6124,135.94559999999998,135.2792,135.2792,136.612,136.612,136.9452,136.9452,137.6116,137.6116,138.6112,139.2776,139.6108,139.2776,139.944,139.944,139.944,139.944,140.6104,141.2768,141.2768,141.2768,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,143.276,143.276,143.276,143.9424,143.9424,144.2756,144.6088,144.942,144.942,146.2748,146.2748,146.608],[131.9472,131.2808,129.6148,127.9488,126.2828,125.2832,124.95,124.95,124.95,125.2832,125.6164,125.6164,125.9496,125.9496,125.6164,123.9504,121.618,119.2856,117.2864,113.95439999999999,110.6224,108.28999999999999,105.9576,103.9584,102.6256,100.9596,98.96039999999999,97.2944,94.962,94.2956,92.2964,91.2968,89.6308,89.2976,88.298,87.9648,86.632,86.2988,85.6324,84.966,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,77.6356,76.3028,74.3036,72.9708,71.3048,69.972,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,67.3064,67.3064,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,68.306,68.9724,69.6388,70.3052,70.6384,71.3048,71.9712,73.304,74.97,75.6364,77.3024,78.9684,80.6344,81.9672,82.3004,82.3004,82.3004,81.634,80.6344,80.6344,79.968,79.3016,76.9692,76.3028,74.3036,72.9708,70.6384,69.3056,67.97279999999999,66.64,64.974,64.3076,63.6412,61.9752,60.6424,59.976,59.309599999999996,57.9768,57.3104,55.9776,54.3116,52.3124,50.3132,48.314,46.3148,44.6488,43.9824,42.6496,41.9832,41.9832,41.9832,41.3168,40.6504,39.984,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,36.652,37.3184,38.6512,39.3176,39.984,41.3168,42.6496,43.9824,45.3152,45.9816,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,50.9796,52.3124,52.9788,54.3116,56.3108,58.6432,61.3088,63.9744,65.9736,67.3064,68.306,68.9724,69.6388,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.97,76.3028,76.9692,78.30199999999999,79.6348,80.9676,82.96679999999999,84.2996,85.6324,88.298,90.6304,93.6292,94.6288,95.2952,95.6284,97.2944,97.2944,96.9612,96.2948,95.6284,95.2952,94.6288,94.6288,93.9624,93.29599999999999,92.9628,93.6292,93.9624,95.9616,97.2944,98.96039999999999,100.6264,102.6256,103.9584,105.9576,106.9572,107.2904,107.6236,108.6232,108.6232,108.6232,108.9564,108.28999999999999,108.28999999999999,107.6236,107.2904,106.624,106.624,106.9572,107.9568,108.9564,108.28999999999999,108.6232,110.6224,110.9556,111.622,112.2884,111.622,111.622,110.2892,109.6228,109.2896,107.9568,105.6244,103.292,101.626,99.6268,96.9612,95.6284,94.2956,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.2964,91.63,91.2968,90.6304,90.2972,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,91.9632,92.9628,93.6292,93.6292,92.9628,92.6296,90.6304,89.6308,88.298,86.632,84.966,83.6332,81.634,81.634,81.634,81.634,82.3004,83.6332,85.9656,88.298,90.6304,92.6296,96.2948,98.96039999999999,100.6264,101.9592,104.6248,105.6244,105.9576,106.9572,105.6244,104.6248,103.292,102.6256,100.9596,98.6272,96.2948,94.962,94.6288,93.6292,93.29599999999999,92.6296,93.29599999999999,92.6296,92.6296,92.2964,92.9628,93.6292,93.9624,93.9624,94.6288,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,99.2936,100.9596,103.292,104.958,106.624,107.9568,109.956,110.9556,112.2884,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,114.6208,114.6208,115.2872,115.6204,116.62,116.62,116.62,117.2864,117.2864,117.6196,120.6184,122.6176,125.6164,129.2816,131.9472,133.28,133.9464,134.2796,134.2796,133.6132,133.6132,133.6132,132.6136,131.2808,129.948,127.6156,125.2832,123.28399999999999,122.2844,121.2848,121.618,122.2844,122.9508,122.9508,122.9508,123.9504,123.9504,123.9504,125.2832,125.2832,125.9496,125.9496,126.616,126.616,127.2824,127.6156,128.6152,129.948,130.6144,132.6136,132.9468,134.2796,134.946,135.6124,136.2788,135.6124,135.2792,134.2796,133.28,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.6132,133.6132,132.9468,132.9468,132.6136,131.9472,131.9472,131.9472,131.9472,132.2804,132.9468,134.2796,134.6128,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.6124,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,136.612,136.9452,136.9452,137.6116,138.278,138.278,139.2776,139.944,139.944,139.2776,139.944,139.944,139.944,140.6104,141.2768,141.2768,141.2768,141.2768,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,144.6088,145.2752,145.6084,146.2748,146.608],[131.2808,130.9476,128.9484,127.6156,125.9496,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,122.9508,120.2852,117.9528,115.9536,113.288,109.956,108.28999999999999,105.9576,104.6248,102.6256,100.9596,98.96039999999999,97.2944,94.962,94.2956,92.2964,91.2968,89.2976,88.9644,88.298,87.9648,86.632,85.6324,84.966,84.2996,82.96679999999999,82.3004,81.3008,80.6344,79.968,79.3016,78.6352,76.9692,76.3028,74.97,73.63719999999999,72.3044,70.6384,69.3056,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,68.9724,69.6388,69.972,70.6384,71.9712,72.6376,74.3036,74.97,76.3028,78.30199999999999,79.968,81.3008,82.3004,82.3004,81.634,81.634,80.6344,80.6344,79.968,79.3016,78.30199999999999,76.9692,76.3028,74.97,72.6376,71.3048,69.972,68.6392,66.9732,66.3068,64.974,63.6412,61.9752,61.3088,60.6424,59.309599999999996,57.9768,56.644,54.978,52.9788,50.9796,48.980399999999996,46.9812,45.3152,43.9824,42.6496,41.9832,41.9832,41.9832,41.3168,40.6504,39.984,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,37.3184,37.3184,39.3176,39.984,41.3168,42.6496,44.6488,45.9816,47.3144,48.6472,48.980399999999996,48.980399999999996,48.314,48.314,48.980399999999996,50.3132,51.646,52.9788,54.6448,55.9776,57.6436,59.976,61.9752,64.974,66.64,67.3064,67.6396,68.306,69.6388,70.6384,71.9712,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.6356,78.30199999999999,79.6348,80.3012,82.3004,85.6324,88.298,89.964,92.9628,95.2952,96.628,96.628,97.96079999999999,98.6272,98.96039999999999,98.6272,98.6272,97.96079999999999,96.628,96.628,95.9616,96.2948,96.2948,95.6284,95.6284,96.9612,98.294,100.2932,101.9592,104.2916,106.2908,108.28999999999999,109.2896,110.2892,110.9556,111.2888,111.9552,111.9552,111.9552,111.9552,111.2888,110.9556,110.6224,109.2896,107.9568,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,110.9556,111.622,111.622,111.622,111.622,110.2892,109.956,109.2896,107.6236,104.6248,102.2924,100.2932,98.294,96.628,95.6284,93.9624,93.6292,92.6296,92.6296,91.9632,91.9632,91.2968,90.6304,89.964,89.964,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,90.2972,91.63,92.2964,94.2956,94.2956,94.2956,94.2956,93.6292,92.6296,91.2968,89.964,89.2976,88.298,86.632,85.2992,83.6332,82.3004,82.3004,81.9672,82.96679999999999,84.2996,87.2984,89.964,92.2964,94.6288,97.96079999999999,100.2932,101.9592,103.292,105.2912,106.9572,107.9568,107.9568,107.9568,107.9568,108.28999999999999,107.6236,105.9576,103.9584,101.2928,99.6268,97.96079999999999,96.9612,95.9616,94.962,94.962,94.962,94.2956,93.9624,93.9624,94.962,94.962,94.962,95.6284,95.6284,94.6288,94.6288,94.962,95.6284,96.2948,96.2948,96.9612,96.9612,97.6276,99.2936,102.6256,104.2916,105.6244,106.9572,108.28999999999999,109.956,111.622,112.2884,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,115.6204,115.9536,116.2868,116.62,117.2864,117.6196,117.6196,118.286,120.6184,123.28399999999999,125.6164,128.9484,131.9472,133.6132,133.6132,133.6132,132.9468,132.2804,132.2804,131.9472,131.2808,130.6144,127.9488,126.2828,124.28359999999999,123.28399999999999,122.2844,121.2848,121.618,121.9512,121.9512,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,125.6164,126.616,127.9488,129.2816,130.6144,131.2808,132.6136,133.28,133.28,132.9468,132.2804,132.2804,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476,131.614,131.614,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.9476,131.614,131.9472,132.9468,133.6132,133.9464,134.946,135.2792,135.2792,135.6124,136.2788,136.2788,136.612,135.94559999999998,136.612,136.612,136.9452,136.9452,136.9452,136.9452,138.278,138.278,138.9444,138.9444,139.2776,139.944,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,141.2768,141.2768,141.2768,141.2768,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.9424,145.2752,145.6084,145.9416,145.9416],[130.9476,129.948,127.9488,127.2824,125.6164,123.9504,122.9508,122.2844,121.9512,121.618,121.618,122.2844,122.2844,122.2844,122.2844,121.2848,118.9524,116.62,114.954,112.2884,109.956,108.28999999999999,105.9576,104.6248,102.6256,100.9596,98.96039999999999,97.2944,94.962,94.2956,92.2964,91.2968,89.2976,88.9644,88.298,87.9648,86.632,85.6324,84.2996,83.6332,81.634,80.9676,79.968,79.3016,78.6352,77.6356,76.9692,76.3028,74.97,74.3036,72.9708,71.638,69.972,68.6392,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,70.6384,71.9712,72.9708,74.3036,75.6364,77.3024,79.3016,80.6344,81.634,81.634,81.634,81.634,80.6344,80.6344,79.968,79.968,78.30199999999999,77.6356,76.9692,76.3028,74.6368,73.304,71.9712,70.6384,68.9724,67.6396,66.3068,65.6404,63.9744,62.6416,61.9752,60.6424,59.309599999999996,57.3104,55.6444,53.6452,51.646,49.6468,47.6476,45.3152,43.9824,43.316,42.6496,41.9832,41.9832,41.3168,40.6504,39.984,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,38.6512,39.984,41.3168,42.6496,44.6488,46.9812,49.6468,50.9796,51.646,51.646,51.646,50.9796,50.3132,50.9796,51.646,52.9788,54.3116,55.9776,57.3104,58.9764,60.6424,63.308,65.6404,66.64,67.6396,67.6396,68.306,68.9724,70.6384,72.6376,74.3036,74.97,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,80.3012,80.9676,83.3,87.6316,90.6304,92.9628,94.962,96.628,97.6276,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.6272,97.96079999999999,97.96079999999999,99.6268,100.9596,102.6256,104.958,106.9572,108.6232,110.6224,111.9552,112.95479999999999,114.2876,114.2876,115.2872,115.2872,115.2872,115.6204,114.2876,113.288,112.2884,110.9556,110.2892,109.956,109.6228,110.2892,110.2892,109.956,110.6224,110.6224,110.9556,110.9556,111.622,111.622,110.9556,109.956,109.2896,108.6232,106.9572,103.62519999999999,101.2928,99.96,98.294,96.628,94.962,94.6288,93.6292,92.6296,91.9632,91.63,91.63,90.6304,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,90.6304,91.2968,92.2964,93.6292,94.962,94.962,95.2952,94.6288,93.29599999999999,91.63,90.6304,90.6304,89.964,88.63119999999999,87.6316,86.632,84.966,83.6332,82.96679999999999,82.96679999999999,83.6332,85.2992,88.298,90.6304,93.29599999999999,96.2948,98.6272,100.9596,101.9592,103.62519999999999,105.6244,107.6236,107.9568,108.28999999999999,108.28999999999999,110.2892,111.2888,110.9556,110.2892,107.9568,105.9576,104.2916,102.6256,100.6264,100.2932,99.96,99.2936,99.2936,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.2948,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,98.6272,100.9596,103.292,104.6248,105.6244,106.9572,108.9564,109.956,111.2888,111.9552,112.6216,112.6216,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.288,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.6204,115.9536,116.62,117.6196,117.6196,118.9524,120.6184,122.9508,124.95,127.6156,130.9476,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,129.948,129.2816,127.9488,126.2828,124.95,122.9508,122.2844,121.2848,120.9516,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,123.6172,124.28359999999999,125.2832,126.616,127.6156,128.6152,129.6148,129.948,129.6148,129.6148,129.948,129.2816,129.2816,129.2816,129.2816,129.2816,128.9484,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.6148,129.948,130.6144,131.2808,131.9472,132.2804,133.28,134.2796,135.2792,135.2792,136.2788,136.612,137.2784,137.6116,137.6116,136.9452,137.6116,137.6116,137.9448,138.6112,138.6112,138.6112,139.2776,139.6108,139.6108,139.944,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,141.2768,141.9432,141.9432,141.9432,141.9432,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.9428,142.9428,143.276,144.6088,145.2752,145.6084,145.9416],[130.2812,129.2816,127.6156,126.616,125.2832,123.28399999999999,121.9512,120.9516,119.952,119.6188,119.6188,119.952,119.952,119.952,119.952,118.9524,117.9528,115.6204,113.6212,111.622,109.2896,107.2904,105.6244,103.9584,102.6256,100.9596,98.96039999999999,97.2944,94.962,94.2956,92.2964,91.2968,89.2976,88.63119999999999,88.298,87.9648,86.632,85.2992,84.2996,83.6332,80.9676,79.3016,79.3016,78.6352,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,72.9708,71.638,69.972,68.6392,67.6396,66.3068,65.6404,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,70.6384,72.3044,73.63719999999999,74.97,76.3028,78.6352,79.3016,80.9676,81.634,81.634,81.634,80.9676,80.9676,79.968,79.968,78.9684,78.9684,77.6356,76.9692,75.6364,74.3036,72.6376,71.9712,70.3052,69.6388,68.306,66.9732,65.9736,64.6408,62.6416,61.3088,59.976,58.6432,56.3108,54.3116,52.6456,50.3132,48.314,46.3148,44.6488,43.9824,42.6496,41.9832,41.3168,41.3168,40.6504,39.984,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,41.3168,43.316,44.982,46.9812,49.6468,52.3124,54.3116,54.978,54.978,55.6444,54.3116,53.6452,53.6452,53.9784,55.3112,56.644,57.3104,58.6432,59.976,61.3088,63.9744,65.6404,66.9732,67.6396,67.3064,67.97279999999999,69.972,71.9712,73.9704,74.97,76.9692,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,82.6336,83.6332,85.2992,89.964,92.9628,95.2952,96.628,97.6276,98.96039999999999,98.294,98.294,98.6272,98.96039999999999,99.6268,99.6268,100.2932,99.96,100.6264,99.96,99.96,99.96,99.96,100.2932,101.2928,102.6256,105.2912,106.9572,109.2896,111.2888,113.288,114.2876,115.2872,115.9536,117.2864,117.2864,117.6196,117.6196,117.2864,116.62,115.6204,113.6212,113.288,112.2884,111.622,111.2888,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.6224,109.2896,108.6232,107.9568,105.9576,103.292,101.626,100.6264,99.6268,97.96079999999999,96.628,94.962,94.6288,93.6292,92.9628,92.6296,91.9632,90.6304,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,89.2976,90.6304,91.2968,92.2964,93.6292,94.6288,94.962,94.6288,93.6292,92.2964,90.6304,90.2972,90.6304,90.6304,90.6304,89.2976,88.298,87.2984,85.6324,84.2996,84.966,84.966,86.632,89.2976,91.63,93.9624,95.9616,98.294,99.96,101.2928,102.9588,105.2912,106.624,107.6236,107.6236,108.6232,110.9556,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,109.6228,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,104.6248,103.9584,102.9588,101.2928,100.2932,99.6268,97.96079999999999,96.9612,96.628,95.9616,95.9616,95.9616,95.6284,95.9616,95.9616,96.2948,96.9612,98.96039999999999,100.6264,102.6256,103.62519999999999,104.958,106.624,108.28999999999999,109.6228,110.6224,110.9556,111.2888,111.9552,111.9552,111.9552,111.9552,111.9552,112.6216,112.6216,112.6216,111.9552,112.2884,112.6216,112.6216,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.2876,114.6208,115.2872,115.9536,116.9532,117.6196,118.9524,119.952,121.618,123.9504,125.9496,127.9488,128.9484,128.9484,129.2816,129.2816,128.6152,127.9488,127.6156,126.9492,125.2832,123.9504,122.2844,121.9512,120.9516,120.9516,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.9508,123.28399999999999,124.28359999999999,125.2832,126.616,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,128.282,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,129.2816,129.948,130.6144,131.2808,131.614,132.6136,133.6132,134.946,135.6124,136.2788,137.2784,137.6116,137.9448,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,140.2772,140.2772,140.2772,141.2768,141.60999999999999,141.60999999999999,141.9432,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.9428,142.2764,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.9428,143.6092,144.6088,144.942,145.6084],[129.2816,128.6152,127.2824,125.6164,123.9504,122.2844,121.9512,119.952,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.2864,115.2872,113.288,112.2884,110.9556,108.9564,106.9572,105.2912,103.62519999999999,102.6256,101.2928,99.6268,97.96079999999999,95.6284,94.2956,92.2964,91.2968,89.2976,88.63119999999999,88.298,87.9648,86.632,85.2992,84.2996,83.6332,80.9676,79.3016,79.3016,78.6352,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,72.9708,72.3044,70.6384,69.3056,67.6396,66.9732,65.6404,64.974,64.974,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,62.6416,62.6416,63.6412,63.6412,64.3076,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.3068,66.9732,68.306,69.3056,71.638,72.9708,74.3036,75.6364,77.6356,78.6352,80.3012,80.9676,81.634,81.634,80.9676,80.9676,79.968,79.968,78.9684,78.9684,77.6356,76.9692,75.6364,74.97,73.304,71.9712,71.3048,70.6384,69.6388,68.306,66.64,65.9736,63.9744,62.3084,60.6424,59.309599999999996,56.977199999999996,54.978,52.6456,50.9796,48.314,46.9812,45.3152,43.9824,42.6496,41.9832,41.3168,41.3168,40.6504,39.984,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.3176,39.984,41.3168,43.316,44.315599999999996,46.3148,49.6468,52.6456,54.978,56.977199999999996,58.31,58.9764,58.31,56.977199999999996,56.3108,55.9776,56.644,57.3104,57.9768,58.6432,59.976,61.3088,62.3084,64.3076,65.6404,66.9732,66.9732,67.3064,68.6392,69.972,72.3044,74.97,76.9692,78.9684,81.3008,83.6332,84.966,84.966,84.966,84.966,85.6324,85.9656,88.298,90.9636,94.6288,96.628,97.6276,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.96079999999999,99.2936,99.6268,100.2932,100.2932,101.2928,101.2928,100.6264,100.6264,101.2928,102.6256,103.292,104.6248,106.624,108.9564,111.2888,112.6216,113.95439999999999,115.6204,116.62,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,116.62,115.6204,114.954,113.6212,112.95479999999999,111.9552,111.9552,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,108.6232,107.9568,107.6236,105.9576,103.292,101.9592,101.626,100.2932,98.96039999999999,97.6276,96.2948,95.6284,94.6288,93.6292,92.9628,91.9632,91.2968,90.6304,89.964,89.6308,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.964,90.6304,91.63,92.2964,93.9624,93.9624,93.29599999999999,92.2964,90.6304,90.2972,89.2976,90.2972,90.9636,91.2968,90.9636,89.6308,88.298,86.632,86.2988,86.2988,86.2988,87.9648,89.964,91.63,93.9624,95.6284,97.96079999999999,98.96039999999999,100.6264,101.626,103.9584,105.9576,106.624,107.2904,107.6236,109.6228,111.622,113.288,113.6212,113.288,111.2888,110.9556,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,108.9564,107.2904,105.9576,103.62519999999999,101.9592,99.96,98.96039999999999,97.96079999999999,98.294,97.2944,97.96079999999999,97.2944,96.2948,95.9616,95.6284,96.2948,97.96079999999999,99.2936,100.2932,101.626,103.292,104.958,106.624,108.28999999999999,109.6228,109.956,109.956,110.6224,111.2888,111.2888,110.2892,110.2892,111.622,111.622,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.9536,115.9536,116.9532,117.6196,118.9524,119.952,121.618,123.28399999999999,125.2832,125.6164,125.6164,125.6164,125.6164,124.95,124.95,124.6168,123.9504,122.9508,122.2844,121.618,120.2852,120.2852,119.952,119.952,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,122.2844,123.28399999999999,124.95,125.2832,125.9496,125.9496,125.9496,125.9496,126.616,126.616,126.9492,126.9492,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.282,128.282,128.9484,128.9484,129.2816,130.6144,130.6144,131.614,131.9472,133.9464,134.2796,136.2788,136.612,137.6116,138.6112,138.9444,139.6108,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.9432,141.9432,142.6096,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424,143.276,143.276,143.276,143.276,143.276,142.6096,142.2764,142.2764,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.9436,141.60999999999999,142.2764,143.276,144.2756,144.6088,144.942],[128.6152,127.9488,126.2828,124.95,123.28399999999999,122.6176,120.6184,119.2856,117.2864,116.62,116.62,116.62,116.62,116.2868,115.6204,115.2872,113.95439999999999,112.2884,111.2888,110.2892,108.9564,106.9572,105.6244,104.2916,102.6256,101.2928,99.6268,97.96079999999999,95.6284,94.2956,92.9628,91.2968,89.2976,88.63119999999999,88.298,87.9648,86.632,85.2992,84.966,84.2996,81.634,80.6344,79.968,79.968,79.3016,78.6352,77.6356,76.9692,76.3028,75.6364,74.3036,72.6376,71.3048,69.6388,68.306,67.6396,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,62.6416,62.6416,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,68.6392,71.3048,73.304,73.9704,74.97,76.9692,78.6352,79.3016,80.6344,81.3008,81.3008,80.6344,80.6344,79.6348,79.6348,78.30199999999999,78.30199999999999,77.6356,76.3028,75.6364,74.3036,72.9708,72.3044,71.3048,71.3048,70.3052,68.9724,67.97279999999999,66.64,64.6408,63.308,61.3088,59.309599999999996,56.977199999999996,54.978,52.9788,50.9796,48.314,46.9812,45.3152,43.9824,41.9832,41.3168,41.3168,41.3168,40.6504,39.984,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.984,40.9836,40.9836,41.65,42.6496,43.6492,45.6484,46.9812,50.3132,53.312,56.3108,58.31,60.3092,60.9756,60.9756,60.3092,58.9764,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.308,63.9744,65.6404,66.3068,66.9732,67.6396,68.9724,70.9716,73.304,76.3028,78.30199999999999,81.3008,83.9664,86.9652,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,92.9628,94.6288,96.628,97.2944,98.294,98.294,97.2944,97.2944,96.9612,97.2944,98.6272,99.2936,100.2932,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,103.62519999999999,105.2912,107.2904,108.9564,111.2888,113.288,114.6208,115.9536,117.6196,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.2864,116.62,116.2868,115.6204,113.95439999999999,113.288,112.2884,111.622,111.2888,111.2888,110.6224,110.6224,109.2896,109.2896,109.2896,108.6232,107.9568,107.2904,106.2908,105.2912,103.9584,102.9588,102.6256,101.2928,100.2932,98.96039999999999,98.294,97.2944,95.6284,94.6288,93.9624,93.6292,92.2964,91.63,91.2968,90.6304,89.6308,89.2976,89.2976,89.2976,88.9644,88.9644,89.6308,89.964,89.964,90.6304,91.63,91.2968,91.2968,90.2972,89.2976,88.63119999999999,88.63119999999999,90.2972,91.63,92.9628,92.9628,91.63,89.964,88.63119999999999,87.9648,87.2984,87.2984,88.63119999999999,89.964,90.9636,93.29599999999999,95.2952,96.628,97.96079999999999,99.6268,100.6264,102.9588,104.6248,105.6244,106.2908,106.624,107.6236,108.9564,110.2892,110.9556,111.622,111.2888,111.2888,111.9552,111.9552,112.6216,113.288,113.6212,114.2876,114.2876,113.6212,112.6216,110.9556,109.2896,106.9572,104.958,102.6256,101.2928,100.2932,99.96,99.96,99.6268,98.96039999999999,98.294,97.6276,96.9612,95.9616,96.9612,97.6276,98.294,99.2936,101.2928,102.9588,103.9584,105.9576,107.6236,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.6228,109.6228,110.2892,110.6224,109.956,110.6224,110.9556,111.622,111.622,111.622,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,112.95479999999999,113.6212,113.6212,114.2876,114.954,115.2872,115.9536,115.9536,117.2864,118.286,119.952,121.2848,121.618,122.6176,122.6176,122.6176,122.2844,122.2844,122.2844,122.2844,121.9512,121.2848,120.6184,119.952,119.952,119.6188,119.6188,119.2856,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,122.9508,124.28359999999999,124.95,125.2832,125.2832,125.6164,125.6164,125.9496,125.9496,125.9496,126.2828,126.9492,127.2824,127.9488,127.9488,128.6152,128.6152,127.9488,127.9488,128.6152,128.6152,129.948,130.6144,130.2812,130.9476,131.614,133.28,133.9464,134.946,136.2788,136.9452,138.278,139.2776,140.2772,141.60999999999999,141.9432,142.6096,142.6096,142.6096,142.9428,142.6096,142.6096,143.276,143.276,143.9424,143.9424,144.2756,144.2756,144.2756,143.9424,144.2756,143.9424,143.9424,143.9424,144.6088,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,142.6096,142.6096,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,141.60999999999999,141.60999999999999,140.6104,139.6108,139.6108,139.2776,139.2776,139.2776,139.6108,139.6108,140.6104,140.9436,141.60999999999999,142.2764,142.9428,144.2756,144.6088,144.6088],[128.6152,127.6156,125.6164,124.28359999999999,122.2844,120.2852,119.6188,118.61919999999999,117.2864,116.2868,116.2868,115.9536,115.6204,114.6208,114.2876,113.95439999999999,112.95479999999999,111.9552,111.2888,110.9556,109.2896,108.28999999999999,107.2904,105.6244,104.6248,103.292,101.626,99.6268,97.2944,95.9616,93.9624,91.63,90.6304,89.2976,88.63119999999999,87.9648,87.2984,85.9656,85.9656,84.966,84.2996,82.3004,82.3004,81.634,80.9676,80.3012,79.6348,78.9684,78.30199999999999,76.9692,75.6364,73.9704,72.3044,70.9716,69.6388,68.306,66.9732,65.6404,65.6404,64.974,63.6412,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.6412,63.6412,64.3076,64.974,65.6404,66.9732,69.3056,71.3048,72.6376,73.63719999999999,74.97,76.9692,78.6352,79.3016,79.968,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,72.9708,72.3044,71.9712,71.3048,70.9716,69.6388,68.6392,67.3064,65.3072,63.9744,61.9752,59.976,56.977199999999996,54.978,52.3124,50.9796,48.314,46.3148,44.6488,43.316,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.984,40.6504,41.65,42.6496,43.316,43.316,44.982,46.3148,47.6476,50.3132,53.9784,56.977199999999996,59.6428,61.641999999999996,62.9748,62.9748,62.3084,61.641999999999996,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,68.306,69.6388,72.3044,74.6368,77.6356,80.6344,83.3,86.9652,90.6304,92.6296,92.9628,92.2964,92.9628,92.9628,92.9628,92.9628,93.9624,94.962,96.628,97.2944,98.294,97.96079999999999,97.2944,96.9612,96.2948,96.9612,98.294,99.2936,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,102.6256,103.292,104.6248,105.9576,107.9568,109.2896,111.622,113.288,114.6208,115.9536,116.9532,117.6196,117.6196,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.2872,114.6208,113.288,112.95479999999999,111.622,111.2888,111.2888,110.6224,109.956,108.6232,108.28999999999999,107.6236,106.9572,105.9576,105.6244,105.2912,104.6248,103.62519999999999,103.62519999999999,103.292,102.6256,101.2928,100.6264,99.6268,98.294,96.628,95.6284,94.962,94.2956,93.29599999999999,92.9628,91.63,90.6304,89.6308,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,89.2976,89.6308,89.6308,89.2976,88.63119999999999,88.298,88.298,88.63119999999999,90.2972,92.2964,93.29599999999999,93.29599999999999,92.9628,91.63,90.2972,89.2976,88.63119999999999,88.63119999999999,88.9644,89.964,91.63,92.9628,94.6288,96.2948,97.2944,98.96039999999999,100.2932,102.6256,104.2916,105.6244,105.6244,106.2908,106.2908,107.2904,108.9564,109.956,110.2892,111.622,111.622,111.622,111.622,112.6216,113.95439999999999,114.954,115.9536,116.62,115.9536,114.2876,112.95479999999999,110.2892,107.9568,106.2908,104.6248,103.62519999999999,103.292,102.9588,101.9592,101.2928,100.6264,99.96,98.96039999999999,98.294,97.6276,96.9612,96.9612,97.6276,97.96079999999999,99.96,101.2928,102.6256,103.62519999999999,104.958,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,111.2888,110.6224,110.6224,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.6216,113.288,113.288,113.6212,114.2876,114.954,115.6204,115.6204,116.2868,116.62,117.9528,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.2852,120.2852,120.2852,119.6188,119.6188,119.6188,118.9524,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.9512,122.2844,123.6172,124.28359999999999,124.6168,124.6168,124.95,124.95,125.2832,125.9496,125.9496,126.2828,126.9492,127.2824,127.9488,127.9488,128.6152,128.6152,127.9488,127.9488,128.6152,129.2816,130.6144,130.6144,130.6144,131.9472,132.9468,133.9464,134.946,136.2788,136.9452,138.6112,140.6104,141.60999999999999,142.6096,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.6088,144.6088,143.9424,143.9424,143.9424,144.942,144.942,144.942,145.2752,144.942,144.942,144.2756,144.2756,144.2756,145.2752,145.2752,145.2752,144.6088,144.6088,144.6088,144.6088,143.6092,143.276,143.276,142.6096,142.2764,141.60999999999999,141.60999999999999,141.60999999999999,141.2768,141.60999999999999,141.60999999999999,141.60999999999999,140.2772,139.2776,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,139.6108,140.9436,141.60999999999999,142.2764,142.9428,143.6092,144.6088,144.6088],[127.6156,126.9492,125.2832,123.28399999999999,121.2848,119.2856,117.9528,117.2864,117.2864,116.62,116.2868,115.9536,115.2872,114.2876,112.95479999999999,112.2884,112.2884,111.9552,110.9556,110.9556,110.6224,110.2892,109.956,109.956,109.956,107.9568,106.2908,103.62519999999999,100.9596,98.6272,96.2948,93.9624,92.6296,91.2968,90.2972,89.2976,88.298,87.6316,87.2984,87.2984,87.2984,86.632,84.966,83.9664,83.6332,82.96679999999999,82.3004,82.3004,80.3012,79.3016,76.9692,75.6364,73.9704,71.9712,71.3048,69.972,67.97279999999999,67.3064,66.64,65.9736,64.3076,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,65.9736,67.3064,68.6392,70.6384,72.6376,74.97,76.3028,76.9692,76.636,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,73.9704,73.304,72.6376,71.9712,71.3048,70.3052,68.6392,67.3064,65.3072,63.9744,62.3084,60.3092,56.3108,53.6452,51.646,49.6468,46.9812,45.6484,43.9824,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.3176,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.9848,39.3176,40.6504,41.3168,42.6496,43.316,44.315599999999996,44.315599999999996,44.982,45.6484,46.9812,48.314,50.9796,53.9784,56.977199999999996,59.6428,62.3084,63.9744,64.6408,64.6408,63.9744,63.9744,63.308,63.308,63.9744,63.9744,63.9744,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,68.9724,70.9716,73.63719999999999,76.636,79.6348,83.3,86.2988,89.964,92.9628,93.9624,95.2952,94.6288,95.2952,95.2952,94.962,94.962,95.6284,96.2948,96.628,97.2944,97.6276,97.2944,96.2948,95.9616,96.2948,96.2948,97.2944,97.96079999999999,99.2936,100.2932,101.2928,101.626,101.9592,102.6256,103.292,103.62519999999999,105.2912,106.624,108.9564,110.9556,112.6216,113.6212,114.6208,115.6204,115.6204,115.6204,115.6204,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.954,114.954,114.954,114.2876,113.95439999999999,113.288,112.2884,110.9556,110.6224,109.956,109.956,108.9564,106.624,105.2912,104.958,103.9584,103.292,102.6256,102.6256,102.6256,102.9588,102.9588,103.292,102.6256,101.2928,100.6264,99.2936,98.96039999999999,97.2944,95.9616,96.2948,95.6284,93.9624,92.9628,91.63,90.6304,89.2976,88.9644,89.2976,89.964,89.2976,88.63119999999999,88.9644,88.9644,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.63119999999999,90.6304,92.9628,93.9624,94.6288,93.9624,92.9628,91.63,90.6304,89.964,89.2976,89.964,90.6304,91.2968,92.2964,93.9624,95.6284,96.9612,98.6272,99.96,102.6256,104.2916,105.9576,106.624,105.9576,106.624,107.2904,107.9568,108.6232,109.2896,110.2892,110.2892,108.9564,109.6228,110.9556,112.6216,114.2876,116.2868,117.2864,116.2868,113.95439999999999,111.9552,109.956,107.9568,107.6236,106.9572,107.2904,107.2904,105.2912,104.6248,104.2916,103.62519999999999,102.6256,101.2928,100.6264,99.2936,98.294,97.96079999999999,98.294,98.294,99.96,100.2932,101.2928,101.626,103.292,103.62519999999999,104.6248,105.2912,105.2912,105.2912,105.6244,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,111.2888,111.622,111.622,112.2884,111.9552,112.6216,113.288,113.6212,114.2876,114.954,114.954,114.954,115.6204,115.2872,115.6204,116.62,116.62,116.2868,116.62,117.2864,117.2864,117.9528,118.286,118.9524,119.2856,119.952,119.952,120.2852,120.2852,119.952,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.9492,127.2824,128.282,128.282,128.282,128.6152,128.6152,129.2816,129.2816,129.2816,130.6144,130.6144,131.2808,132.2804,133.6132,134.2796,135.6124,136.612,137.9448,139.944,142.6096,144.6088,145.6084,145.6084,144.942,144.942,144.942,144.942,144.942,145.9416,145.6084,144.942,144.942,144.942,145.2752,145.2752,145.2752,145.6084,146.2748,145.6084,145.2752,145.2752,145.6084,146.2748,146.2748,146.2748,146.2748,145.6084,146.2748,145.6084,144.942,144.942,144.6088,143.9424,143.276,142.6096,141.9432,141.9432,141.60999999999999,141.60999999999999,142.2764,141.60999999999999,141.60999999999999,140.2772,139.2776,138.6112,138.278,138.278,137.9448,138.6112,139.6108,140.9436,142.2764,142.6096,142.9428,143.276,143.9424,143.9424],[127.6156,126.9492,125.2832,122.9508,120.6184,118.9524,116.62,116.2868,117.2864,117.2864,116.62,115.9536,115.2872,114.2876,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,109.2896,106.9572,103.9584,101.2928,99.2936,96.9612,95.6284,93.9624,93.6292,91.9632,90.6304,89.6308,89.6308,89.2976,89.6308,89.2976,87.9648,87.2984,86.2988,85.6324,85.9656,84.6328,83.6332,80.9676,79.6348,78.30199999999999,75.6364,74.3036,72.6376,71.3048,69.3056,67.97279999999999,67.3064,66.64,64.974,63.6412,62.6416,61.9752,61.9752,61.9752,61.9752,61.3088,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.9744,65.3072,66.64,67.97279999999999,70.6384,72.3044,74.3036,74.3036,73.9704,73.304,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,72.6376,72.6376,71.3048,71.3048,70.6384,68.9724,67.3064,65.9736,63.9744,62.6416,61.641999999999996,58.9764,55.6444,52.9788,50.3132,48.980399999999996,46.3148,44.315599999999996,42.6496,41.9832,41.3168,41.3168,40.6504,39.984,39.3176,39.3176,39.3176,39.3176,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.9848,39.3176,40.6504,41.9832,43.316,44.982,44.982,44.982,45.6484,46.3148,46.9812,48.314,50.9796,53.9784,56.977199999999996,59.6428,62.3084,64.6408,65.3072,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,66.64,66.64,66.64,66.64,66.9732,67.6396,68.306,69.6388,70.9716,73.304,75.9696,78.30199999999999,81.9672,84.966,88.9644,91.9632,93.6292,94.962,95.9616,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,97.2944,97.96079999999999,97.6276,97.2944,96.2948,95.6284,95.9616,95.9616,96.9612,97.96079999999999,98.96039999999999,100.2932,101.2928,101.626,102.6256,102.9588,103.9584,104.2916,105.6244,107.6236,109.2896,111.622,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,113.288,112.6216,111.622,111.622,111.622,111.622,112.2884,113.288,113.288,112.95479999999999,112.95479999999999,113.288,112.95479999999999,111.622,110.9556,109.956,109.956,108.9564,107.6236,105.6244,103.9584,103.62519999999999,102.6256,101.9592,101.2928,101.2928,101.626,101.626,102.2924,102.2924,101.9592,100.6264,99.96,98.96039999999999,98.294,96.628,95.9616,95.9616,95.6284,93.9624,92.9628,91.2968,90.6304,89.2976,89.2976,89.964,90.2972,89.6308,89.2976,89.2976,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,91.2968,93.6292,93.9624,94.6288,94.6288,93.6292,92.6296,91.63,91.63,90.6304,90.2972,90.6304,91.63,91.63,92.9628,94.6288,96.2948,97.96079999999999,99.6268,101.9592,104.2916,105.9576,106.624,105.9576,106.624,107.6236,107.9568,108.6232,108.6232,109.6228,108.9564,108.28999999999999,108.28999999999999,109.6228,111.9552,114.6208,116.2868,117.2864,115.9536,113.6212,112.2884,110.2892,108.6232,107.9568,107.9568,109.2896,109.2896,107.6236,107.2904,106.2908,105.6244,105.2912,104.2916,103.292,101.626,100.2932,99.2936,99.2936,99.2936,99.96,100.2932,101.2928,101.2928,101.2928,102.2924,102.6256,102.6256,103.62519999999999,104.2916,104.6248,104.6248,104.6248,105.2912,105.6244,105.9576,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.9564,109.956,110.2892,111.2888,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,115.2872,115.2872,115.6204,116.62,116.62,117.2864,117.6196,118.9524,119.2856,119.2856,120.2852,120.2852,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.952,120.2852,120.2852,120.2852,120.9516,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,125.2832,125.6164,126.2828,126.9492,126.9492,128.282,128.282,128.282,128.6152,129.2816,129.2816,129.2816,129.2816,130.6144,130.6144,131.2808,132.2804,133.6132,135.2792,136.2788,137.6116,139.6108,141.60999999999999,144.6088,146.2748,147.6076,147.6076,146.608,145.9416,145.9416,145.9416,145.9416,146.2748,145.6084,145.2752,144.942,144.942,145.2752,145.2752,145.6084,145.6084,146.2748,146.2748,146.608,147.27439999999999,147.27439999999999,146.9412,147.27439999999999,147.27439999999999,146.608,146.608,147.27439999999999,147.27439999999999,145.9416,145.6084,144.942,144.6088,143.9424,143.276,142.9428,142.2764,141.60999999999999,142.2764,142.2764,142.2764,142.2764,141.60999999999999,139.6108,138.6112,138.6112,138.6112,138.6112,138.9444,139.6108,140.9436,142.2764,142.6096,142.9428,143.276,143.9424,143.9424],[126.9492,125.9496,124.28359999999999,122.9508,120.9516,118.61919999999999,117.2864,115.9536,117.2864,117.6196,117.6196,116.62,115.6204,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,112.95479999999999,112.2884,109.6228,106.9572,104.958,102.2924,100.2932,98.294,96.9612,95.9616,94.962,93.9624,93.29599999999999,92.2964,92.2964,92.2964,92.2964,91.63,90.9636,89.6308,88.63119999999999,87.9648,87.2984,85.6324,84.2996,81.634,79.6348,77.6356,75.6364,74.3036,72.9708,70.6384,69.3056,68.6392,67.3064,65.6404,64.6408,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.976,61.3088,62.6416,63.9744,66.3068,67.6396,69.972,70.6384,71.3048,70.9716,70.9716,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,65.3072,63.9744,61.9752,60.3092,58.9764,56.977199999999996,52.9788,50.3132,49.6468,47.6476,44.982,43.6492,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,39.984,41.3168,42.6496,43.9824,45.6484,45.6484,45.6484,46.3148,46.3148,47.6476,48.314,50.9796,53.312,56.3108,58.9764,61.641999999999996,64.6408,65.9736,66.64,67.3064,67.97279999999999,68.6392,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,68.9724,69.972,71.3048,71.9712,73.9704,76.3028,78.30199999999999,81.634,84.966,87.6316,90.6304,92.9628,94.962,95.6284,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,95.9616,95.9616,96.2948,97.96079999999999,98.294,99.6268,101.2928,101.626,102.6256,102.9588,104.2916,104.958,106.2908,108.28999999999999,109.956,111.622,112.95479999999999,113.288,112.95479999999999,111.9552,111.622,110.6224,109.6228,108.9564,108.9564,109.2896,109.956,110.2892,111.2888,111.622,111.622,111.622,111.622,111.622,110.9556,110.2892,109.2896,108.6232,108.6232,107.2904,105.6244,103.9584,103.62519999999999,102.6256,102.6256,101.626,101.626,101.626,101.2928,101.2928,100.6264,100.6264,99.6268,98.294,97.2944,96.628,95.6284,95.6284,95.6284,95.2952,93.9624,92.9628,91.2968,90.6304,89.6308,89.6308,90.6304,90.9636,90.9636,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.2976,89.2976,91.2968,93.6292,93.9624,94.6288,94.6288,93.9624,93.6292,92.9628,92.2964,92.2964,91.63,91.63,91.63,91.63,92.2964,93.9624,95.6284,97.6276,98.96039999999999,101.9592,103.62519999999999,105.9576,106.624,106.624,106.624,107.6236,107.9568,108.6232,108.6232,108.9564,108.9564,108.28999999999999,109.2896,110.2892,111.9552,114.2876,116.2868,116.62,115.9536,114.2876,113.288,110.9556,109.956,109.2896,109.6228,110.6224,110.2892,109.6228,109.2896,109.2896,108.6232,107.6236,106.2908,105.9576,104.958,103.62519999999999,101.626,100.6264,100.2932,100.6264,100.6264,100.6264,100.2932,101.2928,101.2928,101.626,101.626,101.9592,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.958,104.958,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,105.6244,105.6244,105.9576,106.9572,107.6236,108.28999999999999,108.9564,109.6228,110.2892,111.2888,111.2888,111.622,111.622,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,113.288,113.288,113.6212,114.2876,115.2872,115.6204,115.9536,116.62,117.2864,117.9528,118.61919999999999,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,119.6188,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,119.2856,119.2856,119.952,119.952,120.9516,120.9516,120.9516,120.9516,121.618,121.618,122.2844,122.2844,122.9508,122.9508,122.9508,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.6156,127.6156,128.282,128.6152,129.2816,129.2816,129.948,129.948,130.2812,130.2812,131.614,133.28,134.6128,136.2788,137.2784,138.6112,140.9436,143.6092,146.9412,148.274,149.2736,148.6072,147.6076,147.27439999999999,146.608,145.9416,145.9416,146.2748,145.6084,144.942,144.942,144.2756,144.6088,144.6088,145.6084,146.2748,146.2748,146.9412,147.6076,148.274,148.6072,148.274,147.6076,147.6076,148.274,148.274,148.274,147.6076,147.6076,147.27439999999999,146.2748,145.2752,143.9424,143.6092,143.276,142.9428,142.9428,143.6092,143.9424,143.9424,142.6096,142.2764,140.9436,139.2776,138.9444,138.6112,138.6112,138.9444,139.6108,140.6104,141.9432,142.9428,142.9428,143.9424,143.276,143.6092],[127.6156,126.616,124.95,123.28399999999999,121.618,119.6188,117.2864,116.62,117.6196,117.6196,117.6196,117.2864,116.2868,115.2872,115.6204,115.6204,115.2872,115.2872,115.9536,115.9536,115.9536,115.2872,115.2872,115.9536,115.9536,115.2872,114.2876,112.2884,109.956,107.6236,105.6244,103.292,101.2928,99.96,99.6268,97.96079999999999,96.628,95.6284,94.962,94.6288,94.962,95.2952,94.6288,93.29599999999999,91.9632,91.63,90.9636,89.964,87.9648,86.2988,84.2996,81.9672,79.6348,77.6356,75.6364,74.3036,71.9712,70.6384,69.3056,68.6392,66.9732,65.6404,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.3104,57.3104,56.644,57.3104,57.3104,57.9768,58.6432,59.309599999999996,60.6424,61.9752,63.6412,65.6404,66.64,67.97279999999999,67.97279999999999,68.306,67.6396,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,66.64,65.6404,64.974,63.9744,63.308,61.641999999999996,59.309599999999996,57.6436,56.977199999999996,54.978,50.9796,48.980399999999996,47.6476,46.3148,44.315599999999996,42.9828,41.3168,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,38.6512,40.6504,41.9832,43.316,45.3152,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,48.980399999999996,50.9796,53.312,55.6444,58.31,60.9756,63.9744,65.9736,67.3064,67.97279999999999,69.3056,69.972,70.3052,70.9716,71.3048,71.3048,71.3048,71.9712,71.9712,73.63719999999999,74.6368,75.9696,77.6356,79.968,81.9672,84.6328,87.6316,89.964,91.63,93.6292,94.962,95.6284,96.2948,96.2948,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,95.6284,95.9616,95.9616,95.9616,96.628,97.6276,98.294,100.2932,101.2928,101.9592,102.9588,104.2916,104.6248,106.2908,108.28999999999999,109.956,111.622,111.9552,111.622,110.9556,109.956,108.9564,108.28999999999999,107.2904,106.2908,106.2908,106.9572,107.6236,107.9568,109.2896,109.2896,109.2896,110.6224,110.2892,109.956,109.6228,108.9564,108.6232,107.9568,107.9568,106.9572,105.6244,103.9584,103.9584,103.292,103.292,102.6256,101.9592,101.9592,101.9592,101.2928,100.2932,99.96,98.294,97.96079999999999,96.2948,95.9616,95.2952,94.6288,95.2952,94.6288,93.9624,92.9628,91.63,90.6304,90.2972,90.2972,91.2968,91.9632,91.63,90.9636,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.964,89.964,91.63,93.6292,94.6288,95.2952,95.2952,94.6288,93.9624,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.63,91.63,91.63,92.6296,94.962,96.2948,98.6272,100.9596,103.292,105.6244,105.9576,106.624,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,109.6228,109.956,110.2892,110.9556,111.9552,114.2876,115.9536,116.62,115.9536,114.954,113.6212,111.622,110.6224,109.956,109.956,110.9556,111.622,110.9556,110.2892,110.2892,109.6228,109.2896,109.2896,108.28999999999999,107.6236,105.9576,104.6248,103.62519999999999,102.6256,101.9592,101.9592,101.2928,100.6264,101.2928,101.2928,101.2928,101.626,101.9592,102.2924,103.62519999999999,103.62519999999999,102.9588,103.62519999999999,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,105.2912,105.9576,105.9576,106.9572,107.6236,108.28999999999999,108.9564,109.956,109.956,110.9556,110.9556,111.2888,111.2888,111.622,111.622,111.2888,111.2888,112.2884,112.2884,113.288,113.6212,114.6208,114.6208,115.2872,115.9536,116.62,117.2864,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.61919999999999,118.61919999999999,118.9524,118.9524,119.6188,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,126.9492,127.6156,127.6156,128.282,128.6152,129.2816,129.2816,129.948,129.948,130.2812,131.2808,132.6136,133.6132,135.2792,136.612,137.6116,139.2776,142.2764,145.2752,147.6076,149.2736,150.2732,149.94,148.6072,147.27439999999999,146.608,145.9416,145.9416,145.9416,145.2752,144.942,144.2756,144.2756,144.6088,144.942,146.2748,145.9416,146.9412,147.27439999999999,148.274,148.9404,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.9404,148.274,147.6076,146.608,146.2748,145.6084,144.2756,143.6092,143.6092,143.9424,144.6088,144.942,144.942,143.9424,142.6096,141.60999999999999,140.9436,139.944,139.2776,138.9444,138.9444,139.6108,140.6104,141.9432,142.9428,143.6092,143.9424,143.276,143.6092],[129.948,128.9484,126.616,125.2832,123.28399999999999,121.2848,119.2856,117.9528,118.286,118.286,118.286,117.6196,116.62,116.2868,116.62,116.62,117.2864,117.2864,117.6196,118.286,118.286,117.6196,117.6196,118.286,117.9528,117.2864,116.2868,114.2876,111.9552,110.6224,108.28999999999999,106.624,104.958,102.9588,102.2924,101.2928,99.96,98.6272,97.6276,97.2944,97.6276,97.96079999999999,97.2944,96.628,95.6284,94.962,93.9624,92.9628,90.9636,88.63119999999999,86.632,83.6332,80.9676,78.9684,76.9692,75.6364,73.63719999999999,71.638,70.6384,69.3056,67.6396,66.3068,65.6404,64.3076,63.308,62.6416,61.9752,61.3088,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,57.3104,56.644,55.9776,55.3112,55.3112,55.9776,56.644,57.3104,57.9768,59.309599999999996,60.6424,61.3088,63.308,63.6412,64.6408,64.3076,63.6412,63.308,63.308,63.308,63.6412,63.308,63.308,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,63.6412,62.3084,61.3088,60.6424,59.976,58.6432,56.3108,54.6448,53.9784,51.646,48.314,45.6484,44.982,44.315599999999996,42.9828,41.65,40.9836,40.9836,40.6504,40.6504,39.984,39.984,39.984,39.984,39.984,39.984,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,41.3168,42.6496,44.6488,45.9816,47.6476,48.314,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.9796,53.6452,55.6444,58.31,60.3092,63.308,65.3072,66.64,68.6392,69.6388,70.3052,71.9712,72.6376,72.6376,73.304,74.3036,74.97,76.3028,77.6356,78.9684,80.3012,82.6336,84.2996,86.2988,88.63119999999999,90.6304,92.2964,92.6296,93.6292,94.6288,95.9616,95.9616,96.2948,96.628,97.2944,97.96079999999999,98.294,98.294,97.96079999999999,97.2944,96.628,96.2948,95.9616,94.6288,94.6288,94.962,94.962,94.962,95.6284,96.9612,97.96079999999999,99.2936,100.2932,100.9596,101.9592,103.292,103.9584,105.6244,107.6236,108.9564,109.6228,109.956,109.2896,108.28999999999999,107.6236,106.624,105.2912,104.6248,103.62519999999999,103.9584,103.9584,104.958,105.6244,106.2908,106.2908,106.9572,108.28999999999999,108.6232,109.2896,109.2896,108.6232,107.9568,107.6236,106.9572,106.2908,105.6244,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,102.6256,102.2924,100.6264,99.96,98.294,97.2944,95.6284,94.962,94.2956,93.9624,94.6288,94.6288,94.6288,93.6292,92.2964,90.6304,90.2972,90.9636,92.6296,92.9628,92.9628,92.9628,91.63,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.9632,93.9624,94.6288,95.2952,95.6284,95.2952,95.2952,93.9624,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.2968,91.2968,91.63,93.29599999999999,94.962,97.2944,98.96039999999999,101.2928,103.62519999999999,105.6244,105.6244,106.9572,107.2904,107.2904,107.9568,107.9568,108.6232,109.956,110.9556,111.622,112.95479999999999,113.288,114.954,115.2872,116.62,115.9536,114.6208,113.6212,112.2884,110.9556,111.2888,111.2888,110.9556,111.622,112.2884,111.622,111.622,111.622,111.622,111.622,110.9556,109.956,108.9564,106.9572,105.9576,105.2912,104.2916,103.292,102.2924,101.9592,101.626,101.626,101.626,102.2924,102.9588,103.62519999999999,104.2916,104.2916,104.2916,104.6248,105.2912,105.6244,106.2908,106.624,106.624,106.624,106.2908,105.6244,105.9576,105.6244,105.6244,105.6244,106.2908,106.2908,106.624,107.2904,107.9568,108.6232,108.9564,109.6228,109.956,110.2892,110.9556,110.9556,111.2888,111.2888,111.622,111.622,111.622,112.2884,113.288,113.6212,114.2876,114.6208,114.6208,115.6204,115.6204,116.62,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,120.2852,120.9516,121.2848,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.6168,125.2832,125.6164,126.2828,126.2828,126.2828,127.6156,127.6156,128.282,128.6152,129.2816,129.2816,129.948,129.948,130.9476,131.9472,133.6132,134.2796,136.2788,137.2784,138.6112,140.6104,143.276,146.2748,148.274,149.94,150.93959999999998,150.2732,148.6072,147.6076,146.2748,145.9416,145.9416,145.2752,145.2752,144.2756,144.2756,144.2756,144.6088,144.942,145.9416,146.2748,146.9412,148.274,149.6068,150.2732,150.93959999999998,150.93959999999998,151.2728,151.2728,151.2728,151.2728,150.6064,149.94,149.6068,148.9404,148.274,147.9408,146.608,145.6084,145.6084,145.2752,145.6084,146.2748,146.9412,146.2748,145.6084,144.942,143.9424,142.6096,141.60999999999999,139.944,139.2776,139.2776,139.6108,140.6104,141.60999999999999,142.6096,143.9424,143.9424,143.9424,143.9424],[132.6136,131.614,129.2816,127.2824,124.95,123.6172,121.618,120.2852,119.952,119.6188,119.6188,118.9524,117.9528,117.6196,117.9528,117.9528,118.286,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,118.9524,118.286,117.2864,116.2868,113.95439999999999,111.9552,110.6224,108.6232,106.9572,105.2912,104.958,103.62519999999999,102.2924,100.9596,99.96,99.6268,99.96,99.96,100.2932,98.96039999999999,97.96079999999999,97.6276,95.6284,94.6288,92.6296,90.6304,87.6316,84.2996,81.3008,79.6348,77.6356,76.3028,74.3036,72.9708,71.3048,70.6384,69.3056,67.6396,66.9732,65.6404,63.308,62.6416,61.9752,61.3088,59.976,59.976,59.309599999999996,59.309599999999996,57.9768,57.3104,56.644,55.9776,55.3112,54.6448,55.3112,55.3112,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,60.3092,60.3092,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,59.976,58.9764,58.31,56.977199999999996,55.6444,53.9784,52.6456,50.9796,48.980399999999996,45.6484,44.315599999999996,43.6492,42.9828,41.65,40.9836,40.3172,40.3172,39.984,40.6504,39.984,39.984,39.984,39.984,39.984,39.984,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,40.3172,41.9832,43.6492,45.6484,46.9812,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,51.646,53.6452,55.6444,57.6436,59.6428,61.9752,63.9744,65.9736,67.97279999999999,69.6388,70.3052,71.9712,73.304,73.9704,74.6368,76.3028,77.6356,79.6348,80.3012,81.634,83.9664,85.6324,87.6316,89.964,90.6304,92.2964,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.9616,96.2948,96.628,97.2944,97.96079999999999,98.294,97.96079999999999,97.2944,96.2948,95.6284,94.2956,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,95.9616,96.9612,97.96079999999999,98.96039999999999,100.2932,100.9596,101.2928,103.292,104.958,105.6244,106.9572,106.9572,107.6236,106.2908,105.6244,105.2912,104.6248,103.292,102.6256,101.9592,101.9592,102.6256,102.9588,103.62519999999999,103.9584,104.958,105.2912,106.2908,107.6236,108.6232,108.6232,108.28999999999999,107.6236,107.6236,106.9572,106.2908,105.6244,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,104.6248,103.292,101.626,100.6264,98.96039999999999,97.96079999999999,96.2948,94.962,93.9624,94.6288,95.2952,94.962,94.962,94.2956,93.29599999999999,92.2964,91.9632,92.6296,93.29599999999999,93.9624,93.9624,93.29599999999999,92.2964,91.63,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,92.6296,93.9624,95.2952,95.6284,95.6284,95.6284,95.6284,94.6288,93.9624,93.9624,93.29599999999999,92.2964,91.63,91.2968,91.2968,91.2968,92.2964,93.6292,95.6284,97.96079999999999,99.6268,101.9592,103.62519999999999,105.6244,106.9572,107.2904,107.2904,107.9568,108.6232,109.2896,109.6228,110.9556,112.2884,113.288,113.6212,115.2872,115.9536,117.2864,116.62,115.2872,114.2876,112.2884,111.622,111.622,111.2888,111.622,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,113.288,112.95479999999999,112.2884,110.6224,109.956,108.28999999999999,107.2904,106.624,105.2912,104.2916,103.62519999999999,102.6256,103.292,103.292,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.6244,106.2908,106.624,107.2904,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,108.28999999999999,108.9564,108.9564,109.6228,110.2892,110.9556,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,113.288,113.288,113.6212,114.2876,114.6208,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.6176,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.6164,126.2828,126.2828,127.2824,127.2824,128.282,128.6152,129.2816,129.2816,129.948,130.2812,131.614,132.6136,134.2796,134.946,136.612,137.9448,139.2776,140.9436,143.276,146.2748,148.274,149.94,150.93959999999998,150.2732,148.6072,147.27439999999999,146.2748,145.9416,145.2752,145.2752,144.6088,144.2756,143.6092,143.6092,143.9424,144.6088,145.2752,146.9412,147.27439999999999,148.9404,150.2732,150.93959999999998,150.93959999999998,151.2728,151.2728,151.9392,151.9392,151.2728,151.2728,150.6064,150.6064,149.2736,148.9404,147.9408,147.27439999999999,146.2748,146.608,146.608,146.2748,146.9412,147.9408,147.9408,146.608,145.6084,144.6088,143.9424,142.6096,141.60999999999999,139.944,139.2776,139.2776,139.944,141.60999999999999,142.2764,143.276,143.9424,143.9424,143.9424],[134.946,133.9464,132.2804,130.2812,127.6156,125.2832,123.9504,122.9508,121.2848,120.9516,120.2852,119.6188,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,118.286,117.9528,116.2868,114.6208,112.6216,110.9556,109.2896,108.6232,106.9572,106.2908,104.958,103.62519999999999,103.292,102.2924,101.2928,101.2928,101.2928,100.9596,100.6264,99.2936,97.96079999999999,96.9612,95.6284,93.6292,90.6304,87.6316,84.6328,81.3008,78.9684,77.6356,76.3028,74.97,73.63719999999999,73.304,71.9712,69.972,69.3056,68.306,66.3068,62.6416,61.3088,61.3088,60.6424,59.976,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,57.9768,56.644,55.6444,54.978,54.3116,54.3116,54.3116,54.3116,54.978,55.6444,55.9776,55.9776,56.3108,56.977199999999996,56.3108,56.3108,56.644,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,57.3104,56.3108,55.6444,54.3116,52.9788,50.9796,49.6468,48.314,46.3148,44.315599999999996,42.9828,42.3164,41.65,40.9836,40.3172,39.984,39.3176,39.984,39.984,39.6508,39.6508,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,40.9836,42.6496,44.315599999999996,46.3148,47.6476,48.980399999999996,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,53.6452,54.978,56.977199999999996,58.9764,61.3088,62.6416,65.3072,66.9732,68.306,70.3052,71.9712,73.304,74.6368,75.9696,77.6356,78.9684,80.9676,82.3004,84.2996,85.9656,87.6316,89.2976,90.6304,91.9632,92.9628,93.29599999999999,92.9628,93.9624,94.6288,94.6288,95.2952,95.6284,95.9616,96.628,97.2944,97.2944,96.628,95.6284,94.6288,93.6292,92.6296,91.63,91.63,91.63,92.9628,92.9628,93.9624,94.6288,95.9616,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.9596,101.9592,102.2924,103.62519999999999,103.9584,104.6248,104.6248,104.2916,103.62519999999999,103.292,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,102.2924,102.6256,103.292,103.62519999999999,104.958,106.9572,107.9568,107.6236,106.9572,107.6236,107.6236,106.9572,106.2908,105.2912,105.6244,105.2912,105.2912,105.6244,105.9576,106.2908,106.2908,105.6244,104.958,103.292,101.2928,99.6268,98.6272,96.628,96.2948,95.6284,96.2948,96.9612,96.628,96.9612,95.9616,94.962,93.9624,93.6292,94.2956,95.2952,95.2952,94.962,94.6288,93.6292,92.6296,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,93.6292,94.6288,95.2952,95.6284,95.9616,95.9616,96.2948,94.962,94.962,94.6288,93.9624,92.9628,92.2964,91.2968,91.2968,91.2968,91.63,93.29599999999999,94.2956,96.628,98.6272,100.6264,103.292,105.6244,106.9572,107.2904,107.6236,107.9568,108.6232,109.2896,109.6228,111.622,112.6216,113.6212,114.2876,115.2872,115.9536,117.2864,116.62,115.2872,114.2876,112.6216,111.622,111.622,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,113.6212,112.6216,112.2884,111.622,110.9556,109.956,107.9568,106.624,105.6244,104.958,104.6248,104.958,105.6244,106.2908,107.2904,107.9568,108.9564,108.9564,108.9564,109.2896,110.2892,110.6224,111.2888,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.2896,108.9564,108.9564,108.28999999999999,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,111.622,112.2884,113.6212,114.2876,114.954,115.2872,115.2872,114.6208,113.95439999999999,113.6212,113.288,113.288,113.288,113.6212,114.6208,115.2872,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,116.9532,117.9528,118.286,119.6188,119.952,120.6184,120.6184,121.9512,121.9512,121.9512,122.6176,122.2844,122.2844,122.2844,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,125.2832,125.6164,125.6164,126.2828,127.2824,127.2824,128.282,128.6152,129.2816,129.2816,129.948,130.2812,131.2808,132.9468,134.2796,135.6124,136.9452,138.6112,140.6104,141.60999999999999,143.276,145.9416,147.6076,149.2736,149.94,149.2736,148.274,146.608,145.9416,145.2752,145.2752,144.6088,144.6088,143.6092,143.6092,143.6092,143.9424,144.6088,145.6084,146.9412,148.274,149.6068,150.93959999999998,151.606,151.606,151.606,151.606,151.9392,151.9392,151.2728,151.2728,150.93959999999998,150.93959999999998,149.94,149.6068,148.274,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,148.274,147.6076,147.27439999999999,146.608,145.6084,145.2752,144.2756,142.2764,140.9436,139.944,139.2776,139.6108,140.6104,141.60999999999999,142.9428,143.276,143.276,143.276],[136.612,136.2788,134.2796,132.2804,130.6144,128.282,126.616,125.2832,124.28359999999999,122.9508,122.2844,121.2848,120.9516,119.6188,119.2856,119.2856,120.2852,120.6184,120.6184,120.9516,120.9516,120.9516,120.9516,120.2852,119.952,118.9524,118.286,117.9528,116.62,114.954,113.6212,113.288,111.622,109.956,108.6232,106.9572,105.2912,103.9584,103.62519999999999,102.6256,102.6256,102.6256,101.9592,100.9596,99.96,98.6272,97.2944,95.9616,93.6292,90.6304,87.6316,84.966,81.3008,78.9684,77.6356,76.3028,75.6364,74.3036,73.63719999999999,72.9708,71.3048,70.6384,69.6388,67.6396,65.3072,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,57.9768,57.3104,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,54.3116,54.3116,53.9784,53.9784,53.6452,53.9784,53.9784,53.9784,53.6452,53.6452,54.3116,54.3116,53.9784,54.6448,54.978,54.978,55.6444,55.6444,55.6444,54.978,54.978,54.3116,53.6452,52.3124,50.9796,49.6468,48.980399999999996,47.6476,46.3148,44.982,42.9828,41.65,40.9836,40.9836,40.3172,39.6508,39.3176,39.3176,39.3176,39.984,39.6508,39.6508,39.984,39.984,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.984,39.984,41.65,43.316,44.982,46.3148,47.6476,48.980399999999996,49.6468,49.6468,49.6468,50.9796,51.646,51.646,52.3124,54.3116,54.978,56.977199999999996,58.31,59.976,61.9752,63.9744,66.3068,67.6396,69.6388,71.3048,72.6376,73.9704,75.9696,77.6356,79.6348,81.634,83.3,85.2992,86.632,87.6316,89.2976,91.2968,92.2964,92.9628,93.29599999999999,92.9628,93.29599999999999,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,96.628,95.9616,95.6284,94.6288,92.6296,91.2968,89.964,89.6308,90.6304,91.2968,91.63,92.6296,93.6292,94.6288,95.2952,96.9612,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.9596,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,100.2932,100.2932,101.626,102.2924,102.2924,102.6256,103.62519999999999,105.2912,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,105.9576,105.6244,105.6244,105.6244,106.2908,106.9572,106.9572,106.2908,104.6248,103.292,101.2928,100.2932,98.96039999999999,97.96079999999999,97.2944,97.2944,97.2944,97.6276,97.6276,97.6276,97.6276,96.2948,95.6284,95.6284,95.6284,96.2948,96.2948,95.6284,94.962,93.9624,92.6296,91.63,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.6296,93.6292,94.6288,95.6284,95.9616,95.9616,95.9616,96.2948,95.2952,95.6284,94.962,94.6288,93.6292,92.9628,92.2964,91.63,91.2968,91.63,92.6296,93.6292,94.962,96.9612,99.2936,101.2928,103.62519999999999,105.6244,106.2908,106.9572,107.6236,107.9568,109.2896,110.2892,111.622,112.6216,112.95479999999999,114.2876,114.6208,115.2872,115.6204,115.2872,114.6208,113.95439999999999,112.6216,111.622,111.622,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,112.95479999999999,113.288,112.95479999999999,111.2888,109.956,108.28999999999999,106.9572,106.2908,105.9576,106.9572,106.9572,107.9568,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,111.9552,112.6216,113.288,112.6216,113.288,113.288,112.95479999999999,112.6216,112.6216,112.2884,110.9556,109.956,109.2896,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.9556,112.2884,113.6212,114.954,116.62,117.2864,117.6196,117.2864,116.62,115.6204,114.6208,113.6212,113.288,113.288,113.6212,114.6208,114.6208,115.6204,115.6204,115.9536,115.9536,116.2868,116.2868,116.2868,115.9536,115.9536,115.9536,116.62,116.9532,117.9528,118.286,119.6188,120.6184,121.2848,122.6176,122.2844,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,124.28359999999999,125.2832,125.2832,125.6164,126.2828,127.2824,127.2824,128.282,128.6152,129.2816,129.6148,130.2812,131.614,132.2804,132.9468,134.946,136.2788,137.9448,139.2776,140.9436,142.2764,143.6092,145.2752,146.608,147.6076,148.274,148.274,147.27439999999999,146.2748,145.6084,145.2752,144.6088,144.6088,143.6092,143.6092,143.6092,143.6092,143.9424,144.6088,145.6084,146.9412,148.274,149.94,150.93959999999998,151.2728,151.606,151.606,151.606,151.606,151.2728,151.2728,151.2728,150.93959999999998,150.93959999999998,150.6064,149.6068,148.6072,148.274,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,148.274,148.274,147.27439999999999,146.608,146.2748,145.6084,144.6088,143.6092,142.2764,140.9436,139.944,139.6108,140.2772,141.2768,142.6096,142.6096,142.9428,142.9428],[138.9444,137.9448,136.2788,134.946,132.9468,131.2808,129.948,129.2816,128.282,126.9492,126.2828,124.6168,123.6172,122.2844,122.2844,122.2844,122.2844,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.2848,120.6184,120.2852,118.9524,118.9524,117.9528,115.2872,113.288,111.622,109.956,106.9572,105.2912,104.6248,103.62519999999999,104.6248,104.6248,103.62519999999999,102.2924,99.6268,98.6272,96.9612,94.962,93.6292,91.2968,88.298,84.966,81.634,79.968,78.6352,77.6356,76.9692,76.3028,74.97,74.3036,73.304,71.9712,71.3048,70.6384,68.306,66.64,65.9736,64.6408,63.308,61.9752,60.6424,59.976,59.976,59.309599999999996,57.9768,56.644,55.3112,54.6448,54.6448,54.6448,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.9788,51.9792,52.3124,52.3124,52.3124,51.646,50.9796,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,52.3124,51.646,50.9796,50.3132,49.3136,47.9808,47.3144,46.647999999999996,45.9816,44.6488,43.316,40.6504,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.3168,40.6504,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,43.9824,44.6488,45.9816,47.3144,48.314,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.9784,55.3112,56.644,58.31,59.6428,61.3088,62.6416,65.3072,66.9732,68.9724,70.6384,71.9712,73.304,75.3032,76.9692,78.9684,80.9676,82.6336,84.6328,86.2988,87.2984,88.9644,90.6304,91.63,93.29599999999999,93.29599999999999,93.9624,93.9624,93.29599999999999,93.9624,94.2956,94.962,94.962,94.962,95.6284,95.2952,94.6288,92.6296,91.2968,89.6308,88.63119999999999,88.63119999999999,89.2976,90.2972,91.2968,92.2964,92.9628,93.9624,95.6284,96.628,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.96,99.96,100.6264,101.2928,101.2928,101.2928,100.9596,100.2932,99.6268,100.2932,100.2932,100.2932,100.9596,101.9592,103.62519999999999,104.958,104.958,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,106.2908,106.2908,105.6244,104.6248,102.6256,101.2928,100.9596,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,97.2944,97.96079999999999,97.2944,96.628,95.9616,93.9624,92.9628,91.63,91.2968,91.63,92.2964,92.6296,92.6296,92.9628,93.6292,93.6292,93.9624,95.2952,96.2948,96.628,96.628,96.628,95.9616,96.628,95.9616,95.9616,95.6284,94.6288,93.9624,93.6292,93.6292,92.9628,92.9628,93.6292,93.9624,94.962,95.9616,96.2948,97.96079999999999,100.6264,102.2924,103.9584,105.6244,105.9576,106.9572,108.9564,109.956,110.9556,111.9552,112.6216,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,112.6216,112.2884,111.622,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.954,114.2876,114.2876,114.954,114.954,113.95439999999999,113.288,112.2884,110.9556,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.6208,114.2876,114.954,114.954,114.954,114.954,114.954,113.6212,112.95479999999999,111.2888,109.956,109.2896,108.6232,108.6232,109.956,109.956,110.9556,112.2884,113.6212,115.6204,116.62,118.61919999999999,119.2856,119.952,119.2856,118.286,116.62,115.6204,114.6208,113.95439999999999,113.6212,114.2876,114.2876,114.2876,114.954,115.2872,115.9536,115.9536,116.2868,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,117.6196,118.9524,120.2852,121.2848,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.6164,126.2828,127.6156,127.6156,128.6152,129.2816,129.948,130.6144,130.9476,131.614,132.2804,134.2796,134.946,136.612,138.6112,140.6104,141.60999999999999,142.9428,144.2756,144.6088,145.6084,146.2748,146.608,146.608,146.2748,145.6084,144.6088,143.9424,143.9424,143.276,143.276,143.276,143.6092,143.6092,144.2756,144.942,145.6084,147.27439999999999,148.274,149.6068,150.6064,150.6064,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,151.2728,151.2728,151.606,151.606,150.6064,148.9404,148.6072,147.6076,147.6076,147.6076,148.274,148.274,148.9404,148.274,147.9408,147.9408,147.27439999999999,146.9412,145.6084,144.6088,143.6092,142.6096,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,142.6096,142.9428,142.9428],[140.6104,140.6104,138.6112,137.2784,135.6124,134.2796,132.2804,131.2808,130.2812,129.6148,128.9484,127.2824,125.9496,123.9504,123.28399999999999,123.28399999999999,124.6168,124.95,124.95,124.95,124.95,124.95,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.6176,122.2844,121.618,121.618,120.9516,118.286,115.9536,114.6208,112.95479999999999,109.2896,106.9572,105.9576,104.958,105.2912,104.6248,103.62519999999999,102.2924,99.6268,98.294,96.2948,94.2956,92.9628,90.6304,88.298,85.2992,82.3004,79.968,79.3016,77.6356,77.6356,77.6356,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,71.638,70.6384,68.9724,67.6396,65.3072,63.9744,61.9752,61.3088,60.6424,59.309599999999996,57.9768,56.644,55.3112,54.6448,54.6448,54.6448,54.3116,54.3116,53.6452,53.6452,52.9788,52.3124,51.646,51.3128,50.9796,50.9796,50.9796,50.3132,48.980399999999996,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,47.3144,46.647999999999996,45.9816,45.3152,44.6488,43.9824,43.316,41.9832,39.984,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,39.6508,39.6508,40.3172,40.3172,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.9816,46.647999999999996,48.314,48.980399999999996,49.6468,50.3132,51.646,51.646,52.3124,52.9788,53.9784,55.3112,56.644,58.31,58.9764,60.6424,62.6416,64.6408,66.9732,68.306,69.972,71.3048,72.6376,73.9704,75.6364,76.9692,79.6348,80.9676,82.6336,83.9664,85.9656,87.9648,89.2976,91.2968,91.63,92.2964,92.6296,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,92.6296,90.6304,89.2976,87.9648,87.6316,87.6316,88.298,89.2976,90.6304,92.2964,93.29599999999999,93.9624,95.6284,96.628,97.2944,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.6276,97.6276,97.96079999999999,98.294,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,99.6268,99.6268,100.9596,101.9592,103.9584,104.958,104.958,105.9576,106.2908,106.2908,106.2908,106.9572,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,104.958,102.6256,101.9592,100.9596,100.9596,101.2928,100.6264,100.6264,101.2928,101.2928,101.2928,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.2944,96.2948,94.6288,93.6292,91.63,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,95.9616,96.2948,96.628,96.628,96.628,97.2944,97.2944,96.628,96.628,95.9616,95.2952,95.2952,94.6288,94.2956,93.9624,93.9624,93.9624,94.2956,95.9616,95.9616,95.9616,96.2948,97.96079999999999,99.6268,100.9596,101.9592,103.62519999999999,105.6244,107.6236,108.6232,109.956,110.2892,111.622,111.622,112.2884,112.2884,111.9552,111.9552,111.622,111.622,111.622,110.9556,110.9556,110.9556,111.622,111.622,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,114.6208,114.6208,115.2872,115.2872,114.6208,114.2876,112.95479999999999,112.2884,111.2888,110.2892,110.2892,110.9556,111.622,111.9552,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,115.6204,115.9536,116.2868,116.62,116.62,116.62,115.9536,115.6204,113.6212,112.95479999999999,110.9556,109.956,109.2896,108.6232,109.956,110.2892,111.2888,112.2884,114.2876,116.2868,117.9528,119.2856,120.6184,120.9516,120.2852,119.2856,117.9528,116.62,115.6204,114.954,115.6204,115.2872,114.954,114.954,115.2872,115.2872,115.9536,115.9536,116.2868,116.2868,115.9536,115.6204,115.6204,115.6204,116.62,116.9532,117.9528,118.9524,120.2852,121.9512,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.95,124.95,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,124.95,124.95,125.9496,126.2828,127.6156,128.282,129.2816,129.948,130.6144,130.9476,131.614,131.9472,132.9468,134.2796,135.6124,136.612,138.9444,140.6104,141.60999999999999,142.9428,144.2756,144.6088,144.6088,145.2752,145.2752,145.2752,144.942,144.942,143.9424,143.9424,143.276,143.276,143.276,143.276,143.6092,144.2756,144.942,145.2752,146.2748,147.27439999999999,148.274,148.9404,150.2732,150.6064,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,151.9392,151.9392,151.606,150.6064,149.6068,148.6072,148.274,148.274,148.274,148.274,148.274,148.9404,148.9404,147.9408,147.9408,147.27439999999999,147.27439999999999,145.9416,145.9416,145.2752,144.2756,143.9424,143.276,143.276,143.276,143.276,143.276,143.9424,143.9424],[142.9428,141.60999999999999,140.9436,139.6108,136.9452,135.2792,134.6128,132.9468,131.9472,131.2808,130.2812,128.6152,126.2828,125.6164,124.95,124.95,124.95,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.9496,125.6164,125.6164,125.2832,124.6168,124.6168,123.9504,123.9504,122.9508,120.9516,118.9524,117.2864,114.6208,111.622,109.2896,107.9568,106.2908,104.6248,103.9584,102.6256,100.9596,98.6272,96.9612,95.6284,93.9624,92.6296,89.964,87.9648,85.2992,82.3004,80.6344,79.6348,78.9684,77.6356,77.6356,77.6356,77.6356,76.9692,76.3028,76.3028,74.97,74.3036,72.9708,72.3044,70.6384,68.306,65.9736,64.6408,63.308,60.6424,59.309599999999996,58.6432,57.3104,55.9776,55.3112,55.3112,55.3112,54.978,54.3116,54.3116,53.6452,52.9788,52.3124,51.3128,51.3128,50.9796,50.9796,50.3132,49.6468,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.3144,46.647999999999996,46.647999999999996,45.9816,45.9816,45.3152,44.6488,43.9824,42.6496,41.9832,41.3168,40.6504,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.9844,38.9844,39.6508,39.6508,40.3172,40.9836,40.9836,41.65,41.65,41.65,41.65,41.65,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.9788,53.9784,55.3112,55.9776,57.6436,59.6428,61.3088,62.6416,65.3072,66.9732,68.306,69.6388,70.3052,71.3048,71.9712,73.304,75.3032,76.3028,78.9684,80.9676,81.9672,83.9664,85.9656,87.9648,89.2976,90.2972,90.6304,90.6304,90.2972,90.9636,90.9636,90.9636,91.2968,91.2968,91.2968,90.9636,91.2968,90.6304,88.9644,87.9648,86.9652,87.2984,86.9652,88.298,89.2976,91.2968,93.29599999999999,94.6288,95.2952,95.6284,96.628,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.9612,96.9612,97.2944,97.2944,96.628,97.2944,97.2944,98.294,98.294,98.294,98.294,97.96079999999999,97.2944,97.2944,96.628,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,101.9592,102.9588,104.2916,104.6248,105.2912,105.6244,106.2908,106.9572,107.6236,107.6236,107.9568,107.9568,107.2904,107.2904,106.9572,106.9572,105.6244,104.958,103.62519999999999,102.6256,101.9592,101.9592,102.2924,102.6256,102.9588,103.62519999999999,103.292,103.292,102.6256,101.9592,101.2928,100.6264,100.2932,100.2932,99.96,98.96039999999999,97.96079999999999,96.9612,94.6288,93.6292,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,95.2952,95.9616,96.2948,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.2948,96.2948,95.9616,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,97.6276,97.96079999999999,98.6272,99.6268,100.2932,102.2924,104.6248,106.2908,107.6236,108.28999999999999,108.6232,109.2896,109.6228,109.6228,109.6228,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,111.622,111.622,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,115.9536,115.2872,114.2876,113.288,112.6216,111.9552,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.6204,116.62,116.62,116.62,117.2864,117.9528,117.2864,117.2864,115.9536,114.954,113.288,111.9552,110.6224,109.956,109.956,109.956,110.2892,111.2888,112.2884,114.2876,116.62,118.61919999999999,120.6184,121.618,121.618,121.618,120.9516,119.952,118.9524,117.9528,117.2864,116.62,115.9536,115.9536,115.6204,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,116.9532,117.2864,116.9532,117.6196,117.9528,119.6188,120.2852,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,127.6156,128.282,129.2816,129.948,130.6144,130.9476,131.614,131.9472,132.9468,134.2796,135.6124,136.2788,138.6112,140.6104,141.2768,142.2764,143.6092,144.2756,144.2756,144.2756,144.6088,144.2756,144.2756,144.2756,143.9424,143.9424,143.9424,143.9424,143.276,143.276,143.6092,144.2756,144.942,145.2752,146.608,147.27439999999999,147.9408,148.274,149.6068,150.2732,150.6064,151.2728,151.2728,151.9392,151.9392,151.9392,151.9392,152.2724,152.2724,151.9392,150.6064,149.94,148.9404,148.6072,148.6072,148.274,148.274,148.274,148.6072,148.6072,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,146.608,145.9416,145.2752,145.6084,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084],[144.6088,143.9424,142.6096,141.60999999999999,139.2776,137.2784,136.612,134.6128,133.6132,133.28,131.9472,130.2812,127.9488,126.616,125.9496,126.2828,126.9492,127.2824,127.9488,127.9488,127.9488,127.2824,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,122.9508,120.9516,119.6188,117.2864,113.6212,110.9556,109.956,107.9568,105.6244,103.292,101.9592,100.6264,98.294,96.628,94.962,93.29599999999999,91.9632,89.964,87.9648,85.2992,82.96679999999999,81.3008,80.6344,80.3012,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,78.9684,76.9692,76.3028,74.97,73.63719999999999,71.3048,69.972,68.306,65.9736,62.6416,60.6424,59.976,59.309599999999996,57.9768,57.3104,57.3104,57.3104,56.644,55.6444,55.6444,54.978,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,50.3132,49.6468,47.6476,46.9812,46.3148,45.6484,44.982,44.982,45.6484,45.6484,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,40.9836,40.9836,41.65,42.3164,42.3164,42.9828,42.9828,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,46.3148,46.9812,47.6476,48.314,50.3132,51.646,52.3124,52.9788,53.9784,54.6448,55.9776,57.6436,58.9764,61.3088,62.6416,64.6408,66.64,67.6396,68.306,68.9724,69.3056,69.972,71.3048,71.9712,74.3036,75.6364,77.6356,79.3016,80.6344,82.96679999999999,85.6324,86.632,88.298,88.9644,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,88.298,88.298,87.6316,88.298,87.6316,86.2988,85.9656,86.2988,86.9652,88.298,89.2976,91.2968,93.29599999999999,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.628,96.628,96.628,97.2944,97.2944,97.2944,96.628,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,98.294,101.2928,102.9588,103.9584,104.2916,104.6248,104.958,105.6244,106.9572,106.9572,107.6236,107.9568,107.9568,107.2904,107.2904,106.9572,106.9572,105.6244,104.958,104.2916,103.62519999999999,103.292,103.62519999999999,104.2916,104.958,104.958,105.6244,104.958,104.6248,103.62519999999999,102.6256,101.9592,101.626,101.626,100.6264,100.6264,99.96,98.96039999999999,96.9612,95.2952,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,95.9616,96.2948,96.9612,97.2944,97.6276,97.6276,97.96079999999999,98.96039999999999,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,98.96039999999999,99.6268,101.626,103.292,105.2912,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,107.9568,107.9568,108.28999999999999,109.2896,109.956,110.2892,110.9556,111.622,111.622,112.2884,113.288,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.6208,114.6208,115.2872,115.9536,116.62,115.9536,115.2872,113.95439999999999,113.288,112.6216,112.6216,113.288,113.6212,114.2876,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.9536,116.62,117.2864,117.2864,117.6196,118.61919999999999,118.9524,118.9524,117.9528,116.62,114.954,112.95479999999999,111.2888,110.2892,109.956,109.956,110.2892,111.2888,112.2884,114.2876,116.62,118.9524,120.6184,121.618,122.2844,122.2844,121.618,120.9516,119.952,119.2856,118.286,118.61919999999999,117.6196,117.2864,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,118.61919999999999,119.6188,120.2852,121.2848,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.2824,127.6156,127.6156,127.6156,128.282,128.9484,129.948,130.6144,130.9476,131.614,131.614,131.9472,132.9468,134.2796,135.6124,136.2788,138.6112,139.944,140.9436,142.2764,142.9428,143.276,143.276,143.276,143.6092,143.6092,143.6092,143.6092,143.276,143.9424,143.9424,143.9424,143.276,143.276,143.6092,144.2756,144.942,144.942,146.2748,146.608,147.27439999999999,147.9408,148.274,149.6068,150.2732,150.6064,151.2728,151.2728,151.9392,152.2724,152.2724,152.2724,152.2724,151.9392,151.2728,150.6064,149.6068,148.6072,148.6072,148.6072,148.274,148.274,148.6072,148.6072,147.9408,147.9408,147.9408,147.9408,147.9408,147.6076,147.6076,147.27439999999999,147.6076,147.6076,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999],[146.9412,146.2748,144.2756,143.6092,141.60999999999999,139.6108,138.9444,136.9452,135.94559999999998,134.946,134.2796,132.6136,130.2812,128.282,127.9488,128.282,127.6156,128.6152,128.6152,128.6152,129.6148,129.2816,128.6152,128.6152,128.282,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.2828,124.95,122.6176,121.9512,119.6188,115.9536,113.288,111.622,109.2896,105.9576,103.62519999999999,101.9592,100.6264,98.294,96.628,95.2952,93.6292,91.9632,90.6304,87.9648,86.2988,83.6332,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,81.9672,81.3008,79.3016,77.6356,74.97,73.63719999999999,71.9712,69.972,65.9736,63.9744,63.308,62.6416,61.3088,60.6424,60.6424,60.6424,59.309599999999996,58.6432,57.3104,56.644,55.9776,55.3112,55.3112,54.6448,53.9784,53.6452,51.3128,49.98,48.314,46.9812,45.6484,44.982,44.315599999999996,44.315599999999996,43.6492,43.6492,43.316,43.316,43.316,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,40.9836,41.65,41.65,42.3164,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.3124,53.6452,54.3116,54.978,56.644,58.31,60.3092,61.641999999999996,63.308,64.6408,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,69.972,70.6384,71.9712,73.63719999999999,74.97,76.3028,79.3016,81.3008,82.3004,84.2996,84.6328,83.9664,83.9664,83.9664,83.9664,83.9664,83.9664,83.6332,83.9664,83.6332,83.3,84.2996,83.6332,83.6332,83.9664,84.6328,86.2988,87.6316,89.2976,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,94.6288,94.962,94.2956,94.962,94.962,96.2948,96.9612,97.6276,98.96039999999999,100.9596,101.9592,102.6256,102.9588,103.62519999999999,103.9584,105.2912,105.6244,106.9572,106.9572,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,105.6244,105.2912,104.2916,105.2912,105.2912,106.2908,106.2908,106.624,106.624,106.2908,105.9576,104.958,103.62519999999999,103.292,102.2924,102.2924,101.2928,101.2928,100.2932,99.6268,97.96079999999999,95.9616,94.6288,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,97.6276,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,100.6264,100.2932,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.294,97.96079999999999,97.6276,97.6276,97.6276,97.96079999999999,98.294,99.6268,101.626,102.2924,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,105.9576,106.9572,107.6236,108.6232,109.2896,109.956,110.2892,110.9556,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,112.6216,113.6212,114.2876,115.2872,115.2872,115.9536,115.2872,114.2876,113.288,112.6216,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,115.6204,115.6204,116.2868,116.62,117.2864,118.286,118.9524,118.9524,119.6188,119.952,118.9524,117.2864,115.6204,113.95439999999999,112.95479999999999,110.9556,110.2892,109.956,110.2892,111.2888,112.2884,114.2876,116.62,118.286,119.6188,120.6184,120.9516,121.618,121.9512,122.2844,122.2844,121.618,121.2848,120.9516,119.952,118.61919999999999,118.61919999999999,117.6196,117.6196,117.6196,117.9528,118.286,118.9524,118.9524,119.2856,119.6188,119.2856,119.6188,119.2856,118.9524,119.6188,120.2852,121.2848,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.2828,127.2824,127.2824,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.282,128.6152,128.6152,128.6152,128.9484,128.9484,129.6148,129.948,130.6144,130.9476,130.6144,131.2808,131.614,131.614,132.9468,134.2796,135.6124,136.612,138.6112,139.944,140.6104,140.9436,141.9432,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,143.9424,145.2752,145.2752,145.2752,145.9416,145.9416,146.608,146.608,147.9408,148.6072,149.6068,150.2732,150.6064,151.2728,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.2728,149.94,149.2736,148.9404,148.274,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.2736,149.2736,149.94,149.94,150.2732,150.2732,150.2732,149.2736,149.2736,149.2736],[148.274,148.274,146.9412,145.2752,143.276,141.9432,140.9436,139.2776,137.6116,136.2788,135.6124,134.2796,131.2808,130.2812,129.6148,129.6148,128.6152,129.2816,129.2816,129.948,129.948,129.948,129.6148,129.6148,128.9484,128.9484,128.6152,127.9488,127.9488,127.2824,127.2824,126.9492,125.2832,124.6168,122.2844,119.952,117.2864,114.2876,112.2884,109.956,106.9572,104.2916,102.2924,101.2928,98.96039999999999,96.9612,95.9616,94.2956,91.9632,90.6304,88.63119999999999,86.9652,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,84.6328,84.6328,86.2988,87.2984,87.6316,87.6316,86.632,85.6324,83.6332,81.9672,78.6352,76.9692,74.97,72.9708,69.972,67.97279999999999,66.9732,65.6404,64.3076,63.6412,63.6412,62.6416,61.3088,60.6424,59.976,58.6432,57.9768,57.9768,57.3104,56.644,55.9776,54.6448,52.6456,51.3128,48.980399999999996,47.6476,46.3148,44.982,43.6492,43.6492,42.9828,42.9828,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,40.6504,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,40.9836,41.65,42.3164,42.9828,43.9824,45.3152,45.9816,45.9816,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.980399999999996,50.3132,50.9796,51.646,52.9788,53.6452,54.978,55.9776,57.6436,58.9764,60.3092,61.3088,62.6416,63.9744,63.9744,64.6408,64.974,65.6404,66.3068,67.6396,68.6392,69.3056,70.6384,71.9712,73.304,74.97,77.3024,78.9684,80.3012,80.9676,80.3012,80.3012,80.3012,80.3012,79.968,79.968,79.968,79.3016,79.3016,79.3016,80.3012,80.9676,80.9676,81.9672,82.96679999999999,83.9664,86.2988,87.9648,88.298,89.2976,89.2976,89.2976,89.964,89.964,89.6308,89.6308,89.964,89.964,90.6304,90.6304,91.2968,92.6296,92.9628,93.6292,93.9624,94.6288,95.2952,95.2952,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,94.2956,94.962,95.6284,96.628,97.96079999999999,98.96039999999999,100.9596,101.2928,101.9592,102.2924,102.9588,103.62519999999999,104.958,104.958,106.2908,106.9572,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,106.2908,106.2908,105.6244,105.2912,106.2908,107.2904,107.2904,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,104.2916,103.62519999999999,102.6256,102.2924,101.9592,101.2928,99.96,98.96039999999999,96.9612,95.6284,93.9624,93.9624,93.9624,94.6288,95.6284,95.9616,95.9616,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.96039999999999,99.6268,99.6268,99.96,100.6264,100.6264,101.2928,100.6264,99.96,99.96,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,97.96079999999999,97.6276,96.9612,97.2944,97.96079999999999,98.96039999999999,100.6264,101.2928,101.626,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,104.6248,105.9576,106.624,107.6236,108.6232,109.2896,110.2892,110.9556,111.622,112.2884,112.2884,111.622,111.622,110.9556,110.9556,111.622,112.95479999999999,113.6212,114.2876,114.954,115.6204,114.954,114.2876,113.288,112.6216,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,115.6204,116.2868,116.62,117.2864,117.6196,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,118.9524,117.2864,115.2872,113.95439999999999,111.9552,110.9556,110.2892,110.2892,110.9556,111.9552,113.6212,115.6204,117.6196,118.9524,119.2856,120.2852,120.9516,122.2844,122.6176,122.6176,122.6176,122.6176,122.2844,121.2848,120.9516,119.952,118.9524,118.61919999999999,118.61919999999999,118.9524,119.2856,119.952,119.952,120.2852,120.9516,120.2852,120.2852,120.2852,119.952,119.952,120.2852,120.2852,120.2852,121.2848,121.9512,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.2828,127.2824,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,129.2816,129.948,129.948,129.948,129.948,129.948,129.948,129.6148,129.6148,130.6144,130.9476,130.9476,130.9476,131.2808,131.2808,131.614,132.2804,132.9468,134.2796,135.6124,136.612,138.6112,139.944,140.6104,140.9436,141.9432,141.9432,141.9432,141.9432,142.2764,141.9432,142.2764,142.2764,142.9428,143.276,143.276,143.276,143.276,143.9424,143.9424,143.9424,144.6088,145.2752,145.2752,145.2752,145.9416,145.9416,146.2748,146.2748,147.27439999999999,148.274,148.9404,149.6068,150.6064,151.2728,151.2728,151.606,151.9392,151.9392,151.9392,151.9392,150.6064,149.94,149.6068,149.2736,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,149.6068,149.6068,149.94,150.93959999999998,151.606,152.6056,152.6056,152.6056,152.6056,151.9392,151.2728,151.2728,151.2728],[150.6064,150.2732,149.2736,147.6076,145.6084,143.9424,143.276,140.9436,139.6108,137.9448,137.2784,135.2792,133.6132,131.9472,131.2808,130.6144,130.6144,130.6144,129.6148,129.948,130.6144,130.6144,129.948,129.6148,128.9484,128.9484,128.6152,127.6156,127.6156,126.616,126.616,125.6164,124.95,123.9504,122.2844,119.2856,116.62,114.2876,112.2884,111.2888,108.28999999999999,105.6244,103.292,102.2924,99.96,97.96079999999999,96.2948,94.962,92.9628,91.2968,88.63119999999999,87.2984,86.2988,85.6324,84.966,84.966,84.966,86.2988,87.2984,87.9648,88.9644,89.964,90.9636,91.63,91.63,89.6308,88.9644,85.9656,82.96679999999999,80.3012,78.6352,75.9696,72.9708,70.9716,69.972,69.3056,67.97279999999999,67.3064,66.3068,65.9736,64.6408,64.3076,62.6416,61.641999999999996,60.9756,60.9756,59.976,59.309599999999996,57.9768,56.644,54.978,52.9788,50.3132,48.980399999999996,46.9812,45.6484,44.315599999999996,43.316,42.6496,42.6496,41.9832,41.9832,42.6496,42.6496,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.9844,38.9844,39.6508,40.3172,40.9836,41.65,42.3164,42.9828,44.6488,45.9816,46.647999999999996,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.9788,54.3116,55.3112,56.3108,57.6436,58.31,59.6428,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.9736,66.9732,68.306,68.9724,70.3052,71.638,74.3036,75.9696,76.636,76.9692,76.636,76.636,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.9684,80.3012,81.634,83.3,84.6328,85.6324,85.6324,85.6324,85.6324,85.2992,86.2988,86.2988,86.9652,86.9652,87.6316,88.298,88.63119999999999,89.2976,90.6304,91.2968,91.9632,92.2964,92.9628,92.9628,92.9628,92.9628,92.2964,91.9632,91.9632,92.6296,93.29599999999999,93.9624,94.6288,95.9616,96.9612,97.96079999999999,98.96039999999999,100.2932,100.9596,101.2928,101.9592,102.2924,102.9588,103.9584,104.958,106.2908,106.9572,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,107.6236,106.9572,106.9572,106.624,107.6236,108.6232,109.2896,109.956,109.956,109.956,109.2896,108.9564,107.9568,106.9572,105.9576,104.6248,103.62519999999999,103.292,103.292,101.9592,100.2932,98.96039999999999,96.628,95.6284,94.962,94.2956,94.962,94.962,95.9616,96.2948,96.628,96.628,96.628,96.628,97.2944,97.6276,98.96039999999999,99.6268,99.96,99.96,101.2928,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,100.9596,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.2932,99.2936,98.294,97.6276,97.2944,97.96079999999999,98.96039999999999,100.2932,100.9596,101.2928,102.6256,102.6256,102.6256,102.2924,102.2924,102.6256,102.6256,103.9584,105.2912,106.624,107.6236,108.6232,109.956,110.2892,110.9556,111.622,111.622,110.9556,110.6224,110.6224,109.956,110.6224,110.9556,112.2884,112.95479999999999,113.6212,114.954,114.2876,113.95439999999999,113.288,112.6216,112.6216,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,116.2868,116.62,117.2864,117.6196,118.9524,119.6188,120.9516,121.2848,121.2848,120.9516,119.6188,117.9528,116.62,114.954,112.6216,111.622,110.2892,110.2892,110.9556,111.9552,113.288,115.2872,116.9532,117.6196,117.9528,118.9524,119.952,121.618,123.6172,123.9504,124.6168,124.6168,123.9504,122.9508,122.2844,121.2848,120.9516,119.952,119.6188,119.952,120.2852,120.9516,121.618,121.618,121.618,121.618,121.2848,121.2848,121.2848,120.2852,120.9516,120.9516,120.9516,120.9516,121.2848,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.2828,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,129.2816,129.6148,130.2812,130.2812,130.9476,131.2808,131.2808,131.2808,131.2808,130.9476,131.2808,131.614,131.614,131.614,131.9472,131.9472,132.2804,132.2804,132.9468,134.2796,135.6124,136.612,137.9448,139.6108,139.944,140.9436,141.2768,141.2768,141.2768,140.9436,141.2768,141.2768,141.2768,141.9432,141.60999999999999,141.9432,142.9428,142.9428,142.6096,142.9428,143.276,143.276,144.2756,144.2756,144.2756,144.2756,145.2752,145.2752,145.2752,145.2752,145.2752,146.2748,147.6076,148.9404,149.6068,149.94,150.6064,151.2728,151.9392,151.9392,152.2724,151.9392,151.2728,150.6064,150.6064,149.6068,148.6072,148.274,148.6072,148.6072,148.9404,148.9404,149.94,149.94,150.93959999999998,151.606,152.6056,153.9384,154.2716,154.2716,153.9384,153.9384,154.2716,153.6052,153.6052,153.6052],[151.9392,151.606,149.6068,148.274,146.9412,145.6084,144.2756,142.6096,140.9436,139.6108,138.6112,136.9452,135.2792,133.6132,132.9468,131.9472,131.614,130.9476,130.9476,130.9476,130.6144,130.6144,129.948,129.6148,128.9484,128.9484,128.6152,127.6156,126.9492,125.9496,125.9496,125.2832,124.6168,123.6172,121.618,119.2856,117.2864,114.954,112.6216,110.9556,108.6232,106.624,104.6248,102.6256,100.2932,98.96039999999999,97.2944,95.9616,93.6292,91.2968,89.2976,87.9648,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,88.298,89.2976,90.6304,91.63,92.9628,93.6292,93.6292,92.2964,90.6304,88.63119999999999,85.9656,83.6332,81.634,78.9684,75.6364,73.63719999999999,72.9708,72.3044,70.9716,69.972,69.3056,68.6392,67.6396,66.9732,65.9736,65.3072,64.6408,63.9744,62.6416,61.9752,60.6424,59.309599999999996,56.977199999999996,54.978,52.3124,49.6468,47.6476,45.6484,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,41.9832,41.3168,41.3168,40.6504,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.9844,39.6508,40.3172,40.3172,40.9836,42.3164,42.9828,43.9824,44.6488,45.9816,47.9808,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,52.3124,52.9788,53.6452,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.308,64.6408,65.3072,65.9736,67.3064,68.306,68.9724,70.9716,72.6376,73.63719999999999,73.63719999999999,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,78.30199999999999,78.9684,80.3012,81.9672,82.6336,83.3,83.3,82.6336,82.96679999999999,83.3,83.9664,83.9664,84.966,85.6324,87.2984,87.9648,87.9648,88.9644,89.2976,89.964,90.6304,91.2968,91.9632,91.63,91.63,91.63,91.2968,91.63,91.9632,92.6296,93.6292,94.6288,96.2948,96.9612,98.294,98.96039999999999,98.96039999999999,100.2932,100.9596,101.2928,101.9592,102.2924,103.62519999999999,104.2916,105.6244,106.2908,107.6236,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,108.6232,110.2892,110.9556,110.9556,110.9556,110.6224,109.956,109.2896,108.9564,107.9568,106.9572,105.9576,104.6248,103.9584,103.62519999999999,101.9592,100.6264,99.6268,97.2944,95.6284,94.962,94.2956,94.962,95.6284,96.2948,96.9612,96.628,96.628,96.628,97.2944,97.6276,98.294,99.6268,99.96,99.96,100.6264,101.9592,101.9592,102.6256,103.292,102.6256,102.2924,101.9592,101.9592,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,101.9592,101.9592,101.2928,100.2932,99.2936,98.294,98.294,98.294,99.2936,100.2932,100.9596,101.2928,102.6256,103.292,102.6256,103.292,103.292,102.6256,102.2924,102.6256,103.9584,105.9576,106.9572,108.28999999999999,108.6232,109.2896,110.6224,110.6224,110.6224,109.956,109.2896,109.2896,108.9564,109.2896,110.2892,110.9556,112.6216,113.288,113.288,113.6212,113.95439999999999,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,116.2868,116.62,117.2864,117.6196,118.9524,119.6188,121.2848,121.2848,121.9512,121.2848,119.6188,118.61919999999999,116.62,115.2872,113.95439999999999,111.9552,111.622,110.9556,111.622,110.9556,112.2884,114.2876,115.9536,115.9536,116.9532,117.9528,119.6188,121.2848,122.9508,123.9504,124.28359999999999,124.95,124.6168,123.9504,122.9508,122.2844,121.618,121.2848,120.2852,120.2852,120.9516,121.2848,122.2844,122.9508,122.9508,122.9508,122.6176,122.6176,121.9512,121.2848,121.2848,120.9516,120.9516,120.9516,121.2848,122.2844,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.9492,127.6156,127.9488,128.6152,128.6152,129.2816,129.6148,129.948,130.2812,130.6144,130.6144,131.614,131.9472,131.9472,132.6136,132.6136,132.2804,132.2804,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.9468,133.28,134.2796,135.6124,136.612,137.9448,139.6108,139.944,140.6104,141.2768,141.2768,141.2768,140.9436,141.2768,140.9436,140.6104,140.9436,140.9436,140.9436,141.2768,141.9432,141.9432,142.6096,142.9428,142.9428,143.6092,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,144.2756,144.942,146.608,147.27439999999999,148.6072,149.2736,149.94,150.6064,151.2728,151.9392,152.2724,152.2724,151.9392,151.2728,151.2728,149.94,149.2736,148.6072,149.2736,149.2736,149.6068,149.6068,150.6064,150.93959999999998,151.9392,152.9388,154.2716,155.2712,155.9376,155.9376,155.9376,155.9376,155.2712,155.2712,155.2712,155.2712],[152.9388,151.9392,150.6064,149.2736,147.27439999999999,146.2748,145.2752,143.6092,142.6096,140.9436,139.944,138.278,137.2784,135.2792,134.2796,132.9468,131.9472,131.2808,131.9472,130.9476,130.6144,130.6144,129.948,129.948,129.2816,128.9484,128.6152,127.6156,125.9496,125.2832,124.6168,123.9504,123.6172,122.9508,121.2848,119.6188,117.6196,115.2872,114.2876,112.2884,109.2896,107.6236,105.6244,104.2916,101.9592,99.6268,97.6276,96.2948,94.6288,92.6296,90.2972,88.63119999999999,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.964,90.6304,91.2968,91.9632,93.6292,92.9628,92.9628,91.63,90.6304,88.9644,87.2984,85.6324,84.2996,81.634,78.30199999999999,75.9696,75.3032,74.6368,72.9708,72.3044,72.3044,71.9712,71.3048,70.9716,70.6384,69.6388,68.9724,68.306,67.6396,66.9732,65.3072,63.308,60.6424,57.6436,53.9784,50.9796,48.314,46.3148,43.9824,43.316,42.6496,41.9832,40.9836,40.9836,40.9836,41.65,41.3168,41.3168,40.6504,40.6504,39.984,39.3176,38.6512,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,40.3172,40.6504,41.3168,42.6496,43.316,43.9824,44.6488,46.647999999999996,48.980399999999996,50.3132,52.3124,53.6452,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.6448,54.6448,55.3112,56.3108,57.3104,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.9752,62.6416,63.308,63.9744,65.3072,65.9736,65.3072,65.9736,68.306,69.972,71.9712,71.9712,71.9712,71.9712,70.9716,70.9716,70.3052,70.3052,70.3052,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,75.6364,76.3028,77.6356,78.30199999999999,79.6348,80.9676,81.634,81.9672,81.9672,81.634,82.3004,82.3004,82.96679999999999,83.3,84.2996,84.966,85.9656,86.632,86.632,87.6316,88.9644,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.63,92.6296,93.9624,94.2956,95.6284,96.628,96.9612,97.2944,98.6272,98.6272,99.2936,99.96,100.6264,101.2928,102.6256,103.62519999999999,105.6244,105.6244,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,107.6236,108.6232,110.6224,111.622,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.2892,109.2896,108.28999999999999,107.6236,106.2908,104.958,103.62519999999999,102.6256,100.9596,99.6268,97.2944,95.6284,95.2952,94.2956,95.2952,95.9616,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.6268,99.96,101.2928,101.2928,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.62519999999999,103.292,102.6256,102.6256,103.292,103.62519999999999,102.9588,102.9588,103.9584,103.62519999999999,102.6256,101.2928,100.2932,99.6268,98.96039999999999,98.96039999999999,99.6268,100.6264,101.626,102.6256,103.292,104.2916,104.2916,104.2916,103.62519999999999,102.6256,102.6256,102.2924,103.292,104.958,105.6244,106.9572,107.6236,108.28999999999999,109.2896,109.2896,108.9564,108.9564,108.28999999999999,107.9568,107.9568,108.28999999999999,109.2896,110.6224,110.9556,111.2888,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,115.6204,115.6204,115.6204,115.6204,116.62,116.9532,117.6196,118.9524,119.6188,119.952,121.2848,122.2844,122.2844,121.2848,120.2852,118.9524,117.2864,116.2868,114.954,114.2876,112.95479999999999,111.9552,111.9552,111.622,112.95479999999999,114.2876,115.2872,115.6204,115.6204,116.9532,118.286,120.2852,121.618,122.6176,124.28359999999999,124.28359999999999,124.95,124.6168,123.28399999999999,122.9508,122.2844,121.9512,121.618,121.618,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,122.6176,121.2848,121.2848,121.618,121.618,121.618,122.2844,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.616,127.2824,127.6156,128.6152,128.6152,129.2816,129.6148,130.9476,130.9476,131.614,131.9472,131.9472,133.28,133.6132,133.6132,134.2796,134.2796,133.28,133.28,133.28,133.28,133.28,133.28,133.6132,134.2796,133.9464,134.2796,135.2792,136.612,137.9448,139.6108,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.6108,139.6108,140.6104,140.6104,139.944,139.944,140.9436,141.60999999999999,142.2764,142.2764,142.9428,143.276,143.6092,143.6092,143.276,143.276,143.276,143.276,143.9424,144.942,145.6084,146.608,147.6076,148.274,148.9404,149.94,150.6064,151.9392,152.9388,152.9388,151.9392,151.9392,151.2728,150.6064,150.2732,149.94,149.94,149.94,150.6064,150.6064,151.9392,152.6056,153.272,154.938,155.9376,156.9372,157.6036,158.27,158.27,157.6036,157.6036,157.2704,156.9372,156.9372],[153.9384,152.9388,151.606,149.94,148.274,146.608,146.2748,144.2756,143.9424,142.6096,141.60999999999999,139.944,138.6112,137.2784,135.6124,134.2796,132.2804,131.614,132.6136,131.9472,130.9476,130.6144,129.948,129.948,129.2816,128.9484,128.6152,127.6156,125.6164,123.9504,123.28399999999999,122.9508,122.9508,121.618,120.2852,118.61919999999999,117.2864,115.9536,114.2876,112.2884,109.956,107.9568,106.624,104.6248,102.2924,99.96,98.294,96.628,94.962,93.29599999999999,91.2968,89.2976,88.63119999999999,89.2976,89.6308,89.964,90.6304,90.6304,91.2968,91.2968,91.9632,92.2964,92.9628,93.29599999999999,92.2964,90.9636,89.964,88.298,86.632,85.6324,84.966,82.96679999999999,79.6348,77.3024,76.636,75.9696,74.97,74.3036,74.3036,73.9704,73.9704,73.63719999999999,73.304,72.3044,71.638,70.9716,70.3052,69.6388,67.3064,65.3072,61.9752,59.309599999999996,54.978,51.646,48.980399999999996,46.3148,43.9824,42.6496,41.9832,41.3168,40.9836,40.9836,40.9836,40.9836,40.6504,40.6504,40.6504,39.984,39.3176,38.6512,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,40.6504,40.6504,41.3168,42.6496,43.6492,44.982,45.3152,46.647999999999996,48.980399999999996,51.646,53.6452,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,53.9784,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.9788,52.9788,53.6452,53.6452,53.9784,53.9784,54.6448,54.978,55.9776,56.644,57.3104,57.9768,58.6432,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,63.9744,65.6404,67.97279999999999,69.3056,71.3048,71.9712,71.9712,71.9712,70.9716,70.3052,69.6388,69.6388,69.3056,69.3056,69.972,70.6384,71.638,72.3044,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,78.9684,79.6348,79.6348,80.3012,80.9676,81.634,81.634,82.3004,82.6336,83.3,83.6332,84.966,85.2992,85.2992,86.632,87.2984,87.9648,88.298,88.9644,89.2976,89.964,90.2972,91.2968,91.2968,91.63,91.63,92.9628,94.2956,95.6284,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,99.96,100.2932,101.2928,102.6256,104.2916,105.2912,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,108.28999999999999,109.2896,110.9556,111.9552,113.288,113.288,113.6212,113.288,112.2884,111.622,111.2888,110.2892,109.956,108.28999999999999,106.9572,105.2912,103.9584,102.6256,100.6264,98.96039999999999,96.628,95.9616,94.962,94.962,95.9616,96.2948,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,99.96,100.6264,101.2928,101.9592,102.2924,103.292,103.62519999999999,103.62519999999999,104.2916,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.2916,103.62519999999999,103.9584,104.958,104.958,102.9588,102.6256,101.2928,100.2932,99.2936,99.2936,99.6268,101.2928,101.9592,103.292,104.2916,104.958,105.6244,104.958,104.958,103.62519999999999,102.6256,102.2924,102.6256,103.9584,105.6244,106.624,106.2908,106.2908,107.6236,107.9568,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,108.9564,109.2896,110.6224,111.622,112.6216,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.6204,115.9536,116.2868,116.2868,116.9532,117.6196,117.9528,118.9524,119.952,120.2852,121.2848,122.2844,122.2844,121.2848,120.2852,119.6188,117.2864,116.62,115.6204,114.954,114.2876,114.2876,113.95439999999999,113.95439999999999,114.6208,114.6208,115.2872,115.2872,115.6204,116.62,117.6196,119.6188,120.9516,122.6176,124.28359999999999,124.95,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.2844,122.6176,122.6176,122.2844,122.9508,123.28399999999999,123.9504,123.9504,124.28359999999999,123.9504,123.28399999999999,123.28399999999999,122.6176,121.9512,121.2848,121.618,121.618,121.618,122.2844,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.616,127.2824,127.2824,127.9488,128.6152,129.2816,129.2816,130.6144,130.6144,130.9476,131.9472,133.28,133.9464,134.2796,134.946,135.6124,135.6124,134.946,134.2796,134.2796,133.9464,133.9464,134.2796,134.2796,134.2796,134.6128,135.2792,135.6124,136.612,137.9448,139.6108,139.944,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.6108,138.9444,138.9444,139.944,139.944,139.6108,139.6108,140.6104,140.9436,141.9432,142.2764,142.9428,142.9428,143.276,143.276,142.9428,142.9428,142.9428,143.276,143.6092,144.2756,145.2752,145.6084,147.27439999999999,147.6076,148.274,149.2736,150.2732,151.2728,152.6056,152.9388,151.9392,151.9392,151.9392,151.2728,150.93959999999998,150.6064,151.2728,151.2728,151.606,151.606,152.9388,153.9384,154.938,156.2708,158.27,158.6032,159.2696,159.2696,159.936,159.936,158.6032,157.9368,157.9368,157.9368],[154.6048,154.2716,152.9388,151.2728,148.9404,148.274,147.27439999999999,146.2748,145.2752,143.9424,142.9428,140.9436,139.2776,137.6116,135.94559999999998,134.6128,132.9468,132.2804,131.9472,131.2808,130.6144,130.2812,129.6148,129.948,129.948,128.9484,128.6152,127.6156,125.6164,123.9504,122.6176,122.2844,121.2848,120.2852,119.2856,117.2864,116.2868,114.6208,113.95439999999999,111.622,109.2896,107.6236,106.2908,104.6248,102.2924,100.6264,98.96039999999999,97.2944,95.6284,93.9624,92.6296,90.6304,90.2972,90.6304,90.6304,90.9636,91.63,91.63,91.9632,92.2964,92.9628,92.9628,93.29599999999999,92.9628,91.63,89.964,88.63119999999999,87.2984,85.2992,84.2996,82.6336,81.634,79.6348,78.30199999999999,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,75.3032,75.3032,74.6368,73.9704,72.9708,72.3044,71.638,70.3052,67.97279999999999,65.9736,62.6416,59.309599999999996,55.6444,52.6456,48.980399999999996,46.3148,44.315599999999996,42.9828,41.9832,41.3168,40.3172,40.3172,40.3172,40.3172,39.984,39.984,39.984,39.3176,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.9844,39.6508,40.6504,40.6504,41.3168,42.6496,43.6492,44.982,45.3152,46.647999999999996,49.6468,52.3124,54.3116,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,52.9788,52.9788,52.9788,52.9788,54.3116,54.3116,54.978,54.978,55.9776,55.9776,56.644,56.644,57.3104,58.6432,59.309599999999996,59.976,61.3088,61.9752,62.6416,63.308,64.3076,65.6404,67.97279999999999,69.972,71.9712,72.9708,73.63719999999999,73.63719999999999,72.6376,71.9712,69.972,69.3056,69.3056,69.3056,69.972,70.6384,71.638,72.3044,72.3044,72.9708,74.3036,74.97,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,80.3012,80.9676,81.634,81.634,82.6336,82.6336,82.96679999999999,84.2996,84.2996,85.2992,85.2992,86.632,86.9652,87.6316,87.9648,88.298,89.964,90.2972,91.63,91.63,91.2968,91.63,92.9628,93.6292,94.6288,94.962,94.962,94.962,95.9616,95.9616,96.628,96.9612,97.96079999999999,98.96039999999999,100.2932,101.2928,103.292,104.6248,105.6244,106.2908,106.2908,106.2908,106.2908,105.9576,106.2908,106.9572,108.28999999999999,109.2896,111.622,112.95479999999999,113.6212,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.622,111.2888,109.956,109.2896,107.6236,105.9576,103.9584,102.6256,100.6264,98.96039999999999,96.628,95.6284,94.962,94.962,95.9616,96.2948,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,100.6264,101.9592,101.9592,102.6256,103.292,103.292,103.9584,104.958,104.6248,104.6248,104.6248,104.2916,104.2916,103.9584,104.6248,105.2912,104.958,105.2912,105.2912,103.9584,102.9588,102.6256,101.2928,100.2932,99.6268,101.2928,101.626,103.292,104.6248,105.6244,106.2908,107.2904,107.2904,105.9576,104.6248,103.62519999999999,102.6256,102.2924,103.292,104.6248,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,108.28999999999999,109.956,110.9556,112.6216,112.95479999999999,113.6212,114.2876,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.9536,116.62,116.62,116.62,116.9532,117.6196,118.61919999999999,119.6188,120.2852,120.6184,121.2848,121.2848,121.2848,121.2848,119.952,118.9524,118.61919999999999,116.62,116.62,116.2868,116.2868,115.9536,115.6204,115.2872,115.2872,115.2872,115.9536,116.62,115.9536,116.62,117.6196,118.9524,120.6184,121.9512,124.28359999999999,124.95,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.95,124.95,124.95,124.6168,123.9504,122.9508,122.2844,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.2828,127.2824,127.2824,127.6156,127.9488,127.9488,127.9488,128.6152,129.2816,130.6144,131.9472,133.9464,134.2796,136.2788,136.612,136.612,136.612,135.2792,134.6128,134.946,134.2796,134.946,134.946,135.6124,135.6124,135.6124,135.6124,136.2788,137.2784,138.6112,139.6108,139.944,139.944,140.9436,140.9436,140.6104,139.944,139.6108,139.6108,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,140.6104,140.9436,141.2768,141.9432,142.6096,142.6096,143.276,143.276,143.276,143.276,143.276,143.276,143.6092,144.2756,144.6088,145.2752,145.6084,146.2748,148.274,148.6072,149.2736,150.93959999999998,151.9392,152.6056,152.9388,152.9388,152.6056,152.6056,151.2728,151.9392,151.9392,152.2724,152.9388,153.6052,153.9384,155.2712,156.9372,158.27,159.2696,159.936,160.9356,161.602,161.602,160.2692,159.936,159.2696,159.2696,159.2696],[155.9376,155.2712,153.9384,152.6056,150.93959999999998,148.9404,148.274,147.27439999999999,146.608,145.9416,144.2756,142.9428,141.2768,139.2776,137.6116,135.94559999999998,134.2796,132.2804,131.9472,131.2808,130.9476,130.6144,130.6144,129.948,129.948,129.6148,128.9484,127.6156,125.6164,123.9504,122.6176,121.9512,120.2852,118.61919999999999,117.2864,115.9536,114.2876,113.288,112.2884,110.9556,108.6232,107.6236,105.9576,104.2916,102.2924,100.6264,99.2936,98.294,95.9616,95.2952,93.29599999999999,91.63,91.2968,91.63,91.63,92.2964,92.9628,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,91.63,89.964,87.9648,86.9652,84.966,83.6332,81.634,81.3008,80.3012,78.9684,78.30199999999999,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,75.3032,75.3032,74.6368,73.9704,72.9708,72.3044,71.638,70.3052,68.306,65.3072,61.9752,59.309599999999996,55.6444,51.9792,48.314,46.3148,44.315599999999996,42.9828,41.3168,40.6504,39.6508,39.6508,39.6508,39.6508,39.3176,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.9844,39.6508,40.6504,41.3168,41.9832,42.6496,43.6492,44.982,45.9816,47.6476,50.3132,52.9788,54.978,55.9776,55.9776,56.644,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,57.6436,57.6436,56.3108,55.6444,54.978,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.644,56.644,56.644,56.644,57.3104,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.308,64.3076,66.3068,68.6392,70.9716,73.63719999999999,74.97,74.97,74.97,74.3036,72.9708,71.3048,70.6384,69.972,69.972,70.6384,71.3048,71.638,71.638,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.3028,76.3028,76.9692,77.6356,79.6348,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,85.2992,85.2992,86.632,86.9652,87.6316,87.9648,88.298,89.964,90.2972,91.63,91.63,91.2968,91.63,92.6296,93.29599999999999,93.6292,94.2956,94.2956,94.2956,94.6288,94.962,94.962,95.6284,96.628,96.9612,98.294,99.2936,101.9592,103.62519999999999,104.958,105.9576,105.6244,106.2908,105.6244,105.6244,106.2908,106.9572,108.28999999999999,109.2896,111.622,113.288,114.2876,114.2876,114.2876,114.2876,113.288,112.95479999999999,112.2884,111.622,110.6224,109.956,108.28999999999999,106.9572,105.2912,103.9584,101.2928,98.96039999999999,97.6276,95.9616,95.6284,95.6284,96.2948,96.628,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.6264,101.2928,101.9592,101.9592,103.292,103.292,103.9584,103.9584,104.958,105.2912,105.2912,105.2912,104.958,104.958,104.958,105.6244,106.2908,106.2908,106.2908,105.6244,105.2912,103.9584,103.292,101.9592,100.2932,100.2932,101.626,102.6256,104.2916,105.6244,106.9572,107.9568,108.6232,107.9568,106.9572,105.2912,104.6248,102.6256,102.2924,102.6256,103.62519999999999,104.2916,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.9576,105.9576,106.9572,108.28999999999999,109.956,110.6224,111.9552,112.6216,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.9528,118.61919999999999,119.6188,120.2852,120.6184,121.2848,121.2848,121.2848,121.2848,119.952,119.2856,118.286,117.9528,117.9528,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,116.9532,116.62,116.62,115.9536,116.9532,118.286,119.952,121.618,123.9504,124.95,124.95,124.95,124.6168,123.9504,123.28399999999999,122.9508,123.28399999999999,123.6172,123.28399999999999,123.9504,123.9504,124.6168,124.95,125.6164,125.6164,125.6164,125.2832,124.6168,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.9508,123.9504,124.6168,125.2832,125.6164,126.2828,126.2828,127.2824,127.2824,127.6156,127.6156,127.6156,127.9488,128.282,128.6152,130.6144,131.2808,133.28,134.946,136.612,137.2784,137.6116,137.9448,136.2788,136.2788,135.94559999999998,135.94559999999998,135.2792,135.2792,135.6124,136.2788,136.2788,136.2788,136.612,137.2784,138.6112,139.6108,139.944,139.944,140.9436,140.9436,140.6104,139.944,139.6108,139.2776,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,140.6104,140.9436,141.9432,142.6096,142.6096,142.9428,143.276,143.276,143.276,143.276,143.276,143.276,143.6092,144.2756,144.6088,145.2752,145.6084,146.2748,147.6076,148.274,149.2736,150.2732,151.606,152.6056,152.9388,152.9388,152.9388,152.9388,152.9388,152.2724,152.9388,153.6052,154.2716,154.6048,155.6044,156.2708,158.6032,159.2696,160.2692,161.602,161.9352,162.6016,162.6016,162.26839999999999,160.2692,159.936,159.936,159.936],[157.6036,156.60399999999998,155.2712,153.9384,152.6056,150.93959999999998,150.2732,148.9404,148.6072,147.27439999999999,146.608,145.2752,143.6092,141.60999999999999,139.2776,136.9452,134.2796,132.6136,131.9472,131.2808,130.9476,130.9476,130.6144,129.948,129.948,129.6148,128.9484,127.6156,125.6164,123.9504,122.9508,121.9512,119.6188,117.2864,116.2868,114.6208,112.95479999999999,112.2884,110.9556,109.956,108.28999999999999,106.9572,105.2912,103.9584,102.6256,101.2928,99.96,98.96039999999999,97.96079999999999,96.2948,94.6288,93.29599999999999,92.2964,92.2964,92.6296,92.6296,93.29599999999999,92.9628,92.2964,92.2964,92.2964,92.2964,90.9636,90.6304,88.63119999999999,86.9652,84.966,83.6332,81.634,80.3012,78.9684,77.6356,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,73.9704,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,69.972,67.3064,64.6408,61.3088,58.6432,54.978,50.9796,47.6476,45.6484,43.9824,41.9832,40.3172,39.6508,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,37.3184,37.9848,38.9844,39.6508,40.6504,41.3168,41.9832,42.6496,43.6492,44.982,46.3148,48.314,51.646,53.9784,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,61.3088,60.6424,59.976,58.6432,58.6432,57.9768,57.6436,57.6436,57.6436,57.9768,57.9768,57.9768,57.3104,57.3104,57.3104,58.6432,59.309599999999996,60.6424,60.9756,60.9756,61.641999999999996,62.9748,64.6408,65.3072,67.3064,69.972,72.9708,75.6364,76.9692,77.6356,77.6356,76.3028,74.97,73.304,71.9712,71.3048,71.3048,71.3048,71.3048,71.638,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.6356,78.6352,79.968,81.634,82.96679999999999,84.2996,84.2996,84.966,84.966,84.966,85.2992,85.2992,85.2992,86.632,86.9652,87.9648,87.9648,88.298,88.9644,89.964,90.2972,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,94.6288,94.6288,94.6288,95.6284,96.2948,96.628,96.9612,98.96039999999999,100.6264,101.9592,103.62519999999999,105.2912,105.9576,105.9576,105.6244,105.6244,106.2908,106.9572,107.9568,109.2896,111.622,113.288,114.2876,114.2876,114.954,114.954,114.2876,113.6212,113.288,112.95479999999999,111.622,110.6224,109.6228,107.6236,105.9576,104.2916,101.9592,99.96,97.96079999999999,96.9612,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.96,100.6264,100.6264,100.6264,101.2928,101.2928,101.9592,102.6256,102.6256,103.62519999999999,104.2916,103.9584,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,106.624,106.9572,107.2904,107.9568,107.9568,107.9568,107.6236,106.2908,105.2912,104.6248,102.6256,101.626,101.626,102.2924,103.62519999999999,104.6248,106.624,107.9568,108.6232,108.9564,108.6232,107.6236,105.9576,104.6248,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,105.6244,105.9576,106.9572,107.6236,108.6232,109.956,111.622,111.9552,112.95479999999999,113.6212,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,118.9524,119.6188,119.952,120.2852,121.618,121.9512,121.9512,121.2848,120.9516,120.2852,119.6188,119.2856,118.9524,118.61919999999999,118.61919999999999,118.286,118.9524,118.61919999999999,118.61919999999999,117.9528,117.6196,117.2864,116.2868,116.2868,116.62,117.2864,119.6188,120.9516,123.9504,124.95,124.95,124.95,124.6168,123.9504,123.28399999999999,122.9508,123.6172,123.6172,124.28359999999999,124.28359999999999,124.95,125.2832,126.2828,126.9492,126.9492,126.2828,126.2828,125.6164,124.6168,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,128.282,128.282,128.282,128.282,128.6152,128.6152,129.948,130.6144,132.6136,134.946,136.612,137.6116,138.9444,138.9444,138.6112,138.6112,137.6116,137.6116,137.2784,136.9452,136.9452,137.2784,136.9452,137.6116,137.2784,137.6116,138.6112,139.6108,139.944,140.2772,140.2772,140.6104,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,140.9436,141.60999999999999,142.2764,142.6096,142.6096,143.9424,143.9424,144.2756,144.2756,144.2756,144.2756,144.2756,144.942,145.2752,145.9416,146.2748,146.9412,147.27439999999999,148.274,149.94,150.93959999999998,151.606,152.9388,153.6052,153.6052,153.6052,153.6052,153.6052,154.2716,154.2716,155.2712,155.9376,156.60399999999998,157.2704,158.6032,159.2696,160.2692,161.602,162.26839999999999,162.6016,163.268,163.268,162.6016,160.9356,160.2692,160.2692,160.2692],[158.9364,158.27,156.9372,155.2712,153.9384,152.6056,151.9392,150.93959999999998,149.94,148.9404,148.6072,146.608,145.2752,143.276,141.60999999999999,138.6112,135.2792,132.9468,131.9472,131.9472,131.2808,130.6144,129.948,129.948,129.948,129.6148,128.9484,127.6156,125.6164,123.9504,122.9508,120.9516,117.9528,116.2868,114.6208,113.288,112.2884,111.2888,109.956,108.9564,106.9572,106.2908,105.2912,104.6248,103.62519999999999,102.6256,101.2928,99.2936,97.96079999999999,96.628,95.2952,93.6292,92.9628,92.9628,92.6296,92.6296,93.29599999999999,92.9628,92.2964,91.63,91.2968,90.6304,89.964,89.2976,86.9652,85.2992,83.6332,81.634,79.6348,77.6356,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.3044,71.638,71.638,71.638,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,68.306,67.6396,65.9736,63.9744,60.6424,56.977199999999996,52.9788,50.3132,46.9812,44.6488,43.316,41.9832,40.3172,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,36.652,36.652,37.3184,37.3184,38.318,38.9844,39.984,41.3168,41.9832,42.6496,43.6492,44.982,46.9812,48.980399999999996,51.646,53.9784,55.9776,57.6436,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,61.3088,62.3084,63.308,63.9744,64.6408,64.6408,64.6408,63.9744,63.308,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.641999999999996,61.641999999999996,62.3084,63.9744,65.3072,66.64,67.97279999999999,70.9716,73.9704,76.636,79.3016,79.968,79.968,78.30199999999999,76.9692,74.6368,73.304,72.6376,72.6376,72.6376,71.9712,72.3044,72.3044,72.3044,72.9708,74.3036,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,80.9676,83.6332,85.2992,86.632,86.632,87.2984,87.2984,86.632,86.632,86.632,86.632,87.9648,87.9648,88.298,88.298,88.298,88.9644,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,94.6288,94.6288,94.962,95.6284,96.2948,96.9612,97.2944,98.294,99.96,101.626,103.292,104.6248,105.6244,105.9576,105.6244,105.6244,106.2908,106.9572,108.6232,109.2896,111.622,113.288,114.2876,114.954,115.2872,115.2872,114.2876,114.2876,113.95439999999999,113.288,112.2884,110.9556,109.6228,107.6236,105.9576,104.2916,102.2924,100.2932,98.294,96.9612,96.9612,97.6276,98.6272,98.96039999999999,99.6268,99.96,99.96,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,102.2924,102.6256,102.9588,104.2916,104.2916,104.6248,104.958,105.9576,106.624,106.624,106.624,106.624,107.2904,107.9568,108.6232,108.6232,109.2896,109.2896,108.6232,106.9572,105.9576,104.958,103.292,102.2924,102.2924,102.6256,103.62519999999999,105.6244,107.6236,108.6232,109.2896,108.9564,108.6232,107.6236,105.9576,104.6248,102.6256,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.9584,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.6244,105.9576,107.6236,108.28999999999999,109.2896,110.6224,111.622,112.6216,112.95479999999999,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.6204,115.9536,116.62,117.2864,118.286,119.6188,120.2852,120.2852,121.9512,122.6176,121.9512,121.9512,121.2848,120.9516,119.6188,119.6188,119.2856,119.2856,119.2856,119.952,119.6188,119.952,119.952,119.6188,118.286,117.6196,116.62,116.62,116.62,117.2864,118.9524,120.2852,123.9504,124.95,124.95,124.95,124.6168,123.9504,123.28399999999999,122.9508,123.6172,123.6172,124.28359999999999,124.95,125.2832,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,125.2832,124.28359999999999,123.6172,123.28399999999999,123.6172,124.28359999999999,124.95,124.95,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,128.282,128.282,128.282,128.282,128.6152,129.2816,129.948,130.9476,133.28,134.946,137.2784,138.278,139.2776,139.2776,139.6108,138.9444,139.2776,138.9444,137.9448,137.2784,137.2784,137.9448,137.6116,137.9448,137.6116,138.278,139.2776,139.6108,139.944,140.2772,140.2772,140.6104,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,140.6104,140.9436,140.9436,141.60999999999999,142.2764,142.2764,142.6096,142.6096,143.9424,143.9424,144.2756,144.942,144.942,144.942,144.942,145.6084,145.9416,146.2748,147.27439999999999,147.9408,148.6072,149.6068,150.93959999999998,151.606,152.9388,153.6052,154.2716,153.9384,153.9384,154.2716,155.2712,155.2712,155.2712,155.9376,156.60399999999998,157.2704,159.2696,159.936,159.6028,160.9356,161.9352,162.6016,162.6016,163.268,163.268,162.6016,161.2688,160.9356,160.9356,160.2692],[160.9356,159.936,158.6032,156.9372,155.2712,153.9384,152.9388,151.9392,151.2728,150.6064,149.2736,147.9408,146.2748,144.2756,142.6096,139.944,136.2788,133.6132,131.9472,131.9472,131.2808,130.6144,129.948,129.948,129.948,129.6148,128.9484,127.6156,125.6164,123.9504,122.9508,120.6184,117.2864,115.2872,114.2876,112.95479999999999,111.622,110.2892,109.2896,108.28999999999999,106.2908,105.9576,105.2912,104.6248,103.62519999999999,102.2924,101.2928,100.2932,98.96039999999999,97.2944,95.6284,93.9624,93.29599999999999,92.9628,92.6296,92.6296,92.9628,92.2964,91.2968,90.2972,88.9644,88.298,88.63119999999999,87.6316,86.2988,84.2996,82.3004,80.6344,78.30199999999999,76.3028,75.3032,73.9704,71.9712,71.3048,70.6384,69.972,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,65.9736,65.3072,64.6408,63.9744,63.9744,61.3088,58.9764,55.6444,51.646,47.6476,45.6484,43.316,41.65,40.9836,39.6508,38.9844,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,38.318,38.9844,39.984,41.3168,41.9832,42.6496,43.6492,44.982,46.9812,48.980399999999996,51.646,53.9784,55.9776,57.6436,58.31,58.9764,59.976,60.6424,61.3088,62.6416,64.3076,64.974,66.3068,66.9732,66.9732,66.9732,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.3068,64.974,63.9744,63.308,61.9752,61.3088,60.6424,60.6424,61.3088,61.9752,62.6416,62.3084,62.9748,63.9744,64.6408,65.9736,67.3064,68.6392,71.3048,74.97,78.30199999999999,80.3012,80.9676,80.9676,79.6348,78.30199999999999,76.3028,74.97,73.9704,73.304,73.304,73.304,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,80.9676,82.96679999999999,85.2992,87.9648,88.9644,89.6308,89.6308,89.6308,88.9644,88.9644,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,88.9644,89.6308,90.2972,90.9636,91.2968,91.2968,90.6304,91.2968,91.63,92.2964,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.962,95.6284,96.2948,97.2944,97.96079999999999,98.294,99.2936,99.96,101.626,103.292,104.6248,105.6244,105.6244,105.9576,106.2908,106.9572,107.9568,108.6232,109.956,111.622,112.95479999999999,114.2876,114.954,115.2872,115.2872,114.6208,114.2876,113.95439999999999,113.288,112.2884,110.9556,109.6228,107.6236,105.2912,103.62519999999999,101.9592,100.2932,98.96039999999999,97.96079999999999,97.96079999999999,97.96079999999999,99.2936,99.6268,100.9596,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.9588,102.9588,102.9588,104.2916,104.2916,104.6248,104.958,106.2908,106.9572,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,110.6224,110.6224,109.2896,108.28999999999999,106.9572,105.2912,103.62519999999999,102.6256,102.6256,103.292,104.2916,105.6244,106.9572,108.28999999999999,108.6232,107.9568,107.9568,106.9572,105.9576,104.6248,102.6256,101.9592,101.626,101.626,101.9592,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,104.958,104.958,105.6244,105.6244,105.9576,106.2908,107.9568,108.6232,110.6224,111.622,112.2884,112.6216,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,115.6204,116.2868,116.62,118.286,119.6188,120.2852,120.2852,121.9512,122.2844,122.9508,122.2844,121.9512,121.2848,120.9516,120.2852,119.952,119.952,120.2852,120.9516,120.6184,120.6184,120.6184,120.6184,119.952,118.9524,117.9528,116.9532,116.62,117.2864,118.286,120.2852,123.9504,124.95,124.95,124.95,124.6168,123.9504,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.95,125.6164,126.2828,126.9492,127.2824,127.9488,127.9488,127.6156,126.616,125.9496,124.6168,123.9504,123.9504,123.6172,124.28359999999999,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,127.6156,127.6156,128.282,128.282,128.282,128.282,128.6152,129.2816,129.948,130.9476,133.28,135.6124,137.2784,138.9444,139.944,140.6104,140.6104,139.944,139.944,139.2776,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,138.6112,139.6108,139.2776,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,138.9444,138.9444,139.6108,139.6108,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,142.6096,143.9424,144.2756,144.6088,144.942,145.2752,145.2752,145.6084,146.608,147.27439999999999,147.9408,148.274,149.6068,150.2732,150.93959999999998,151.9392,152.9388,153.272,154.2716,154.938,155.2712,155.2712,155.6044,155.6044,156.2708,156.2708,156.9372,157.9368,159.2696,159.936,160.6024,160.6024,161.2688,161.9352,162.6016,162.26839999999999,162.6016,162.6016,162.26839999999999,161.9352,161.9352,161.602,161.602],[162.26839999999999,160.9356,159.6028,158.27,156.60399999999998,154.938,153.9384,152.6056,151.9392,150.93959999999998,150.6064,149.2736,147.6076,145.2752,144.2756,141.60999999999999,137.9448,135.2792,133.6132,132.6136,131.2808,130.6144,129.948,129.6148,129.948,128.9484,128.6152,126.9492,125.2832,123.28399999999999,122.2844,119.952,116.62,114.6208,113.6212,112.95479999999999,111.622,110.9556,109.6228,108.28999999999999,106.9572,106.9572,106.624,105.9576,104.6248,103.62519999999999,102.9588,101.9592,100.6264,98.6272,97.2944,95.6284,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,91.63,90.6304,89.6308,87.6316,86.632,86.2988,85.6324,83.6332,81.9672,80.6344,78.6352,76.3028,74.3036,72.6376,71.3048,69.3056,68.6392,67.97279999999999,67.3064,66.64,65.9736,65.9736,65.9736,65.9736,65.3072,65.3072,64.3076,63.308,62.6416,61.9752,61.3088,60.6424,59.309599999999996,56.977199999999996,53.6452,49.6468,46.9812,44.6488,42.6496,40.9836,40.3172,38.9844,38.318,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,38.318,38.9844,39.984,41.3168,41.9832,43.316,44.315599999999996,44.982,46.9812,48.980399999999996,51.646,53.9784,55.9776,57.6436,58.31,58.9764,60.6424,61.9752,62.6416,63.308,64.974,65.6404,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.972,70.6384,70.6384,70.6384,69.972,68.6392,67.6396,66.9732,66.3068,65.6404,65.3072,64.6408,64.3076,64.3076,65.3072,64.974,64.6408,65.3072,65.9736,66.64,67.97279999999999,69.3056,71.9712,74.97,78.30199999999999,79.6348,80.9676,80.9676,80.3012,78.9684,77.6356,76.3028,74.6368,74.6368,74.6368,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,79.3016,79.968,81.3008,84.6328,87.2984,88.63119999999999,89.964,90.9636,91.63,91.63,91.2968,90.6304,89.964,89.964,90.6304,90.6304,91.2968,90.2972,90.2972,89.964,90.9636,90.9636,91.2968,91.2968,90.6304,90.6304,91.63,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.962,96.2948,96.628,97.96079999999999,98.6272,99.2936,99.6268,100.2932,101.9592,103.292,103.9584,104.958,105.6244,105.9576,106.9572,107.6236,107.9568,109.2896,110.6224,112.2884,112.95479999999999,114.2876,114.954,115.2872,115.2872,114.6208,114.2876,113.95439999999999,112.95479999999999,111.622,110.6224,109.6228,107.6236,105.2912,103.62519999999999,101.9592,100.2932,98.96039999999999,98.294,98.294,98.96039999999999,100.2932,100.9596,101.2928,101.9592,102.2924,102.9588,102.9588,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,103.292,103.62519999999999,104.2916,104.958,104.6248,104.958,106.9572,106.9572,106.9572,107.2904,107.9568,108.28999999999999,109.956,110.6224,110.9556,110.9556,110.6224,109.956,108.28999999999999,106.9572,105.2912,103.9584,103.292,103.292,103.9584,104.6248,105.9576,106.9572,107.6236,108.28999999999999,107.9568,107.2904,106.9572,105.9576,103.9584,102.6256,101.9592,101.626,101.626,101.9592,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,104.958,104.958,105.6244,105.6244,105.9576,106.624,107.6236,109.2896,109.956,110.9556,111.622,112.2884,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,116.62,117.9528,119.6188,120.2852,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,121.2848,120.2852,120.2852,119.952,120.9516,121.2848,121.9512,121.2848,120.9516,121.2848,120.6184,119.952,118.9524,117.6196,117.2864,117.2864,118.286,120.2852,122.9508,123.9504,124.95,124.95,124.6168,124.6168,123.9504,123.28399999999999,123.6172,123.6172,124.28359999999999,124.95,125.6164,126.2828,126.9492,127.2824,127.9488,127.9488,127.6156,127.2824,125.9496,125.2832,124.6168,123.9504,123.6172,124.28359999999999,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,127.6156,127.6156,128.282,128.282,128.282,128.6152,128.6152,129.6148,129.948,131.614,133.6132,135.6124,137.9448,139.2776,140.9436,140.9436,140.9436,140.6104,139.944,139.6108,138.9444,138.6112,138.6112,137.9448,137.9448,137.9448,138.6112,138.6112,139.6108,139.2776,139.944,139.944,139.944,139.944,139.944,139.6108,139.6108,138.9444,138.9444,138.9444,139.6108,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.6096,143.9424,144.2756,144.6088,144.942,145.6084,146.2748,146.2748,146.9412,147.9408,148.274,150.2732,150.6064,151.2728,151.9392,152.9388,153.6052,154.2716,154.938,155.2712,155.6044,155.6044,155.6044,156.2708,156.9372,157.6036,158.6032,159.2696,159.936,160.9356,160.9356,160.9356,160.9356,161.9352,162.6016,162.26839999999999,162.6016,162.6016,162.6016,162.6016,161.9352,161.9352,161.9352],[161.9352,161.602,159.6028,158.27,156.9372,155.2712,154.2716,153.6052,152.9388,151.9392,150.93959999999998,149.94,148.6072,147.27439999999999,145.6084,143.276,139.944,137.6116,136.2788,134.2796,131.9472,130.6144,129.6148,128.9484,129.2816,128.6152,126.9492,126.616,124.6168,122.9508,121.2848,119.6188,117.2864,115.6204,114.6208,114.2876,113.288,112.2884,111.2888,109.956,109.956,109.2896,109.2896,108.9564,107.6236,106.9572,106.624,104.6248,103.292,100.9596,98.294,96.9612,94.962,94.2956,93.9624,93.29599999999999,93.29599999999999,91.63,90.6304,88.9644,86.632,84.966,83.3,81.9672,80.6344,79.6348,77.6356,75.6364,72.9708,70.9716,69.972,67.97279999999999,66.64,66.3068,65.6404,65.6404,65.6404,64.974,64.6408,63.9744,63.9744,63.308,62.6416,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,56.977199999999996,54.6448,52.3124,49.6468,46.9812,44.6488,42.3164,40.3172,38.9844,37.9848,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.984,41.3168,41.9832,43.316,44.315599999999996,45.6484,46.9812,48.314,50.9796,52.9788,55.3112,56.644,57.6436,59.309599999999996,61.3088,63.308,64.3076,64.974,64.974,65.6404,65.6404,66.3068,67.97279999999999,68.6392,69.972,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,72.9708,72.6376,72.3044,72.3044,71.9712,72.6376,72.6376,71.9712,69.972,69.3056,69.3056,68.6392,67.3064,66.64,66.64,67.3064,68.6392,69.972,72.3044,74.3036,76.3028,78.30199999999999,79.3016,79.968,79.6348,78.9684,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,79.3016,80.9676,82.6336,85.6324,88.298,89.2976,91.63,91.9632,92.6296,93.29599999999999,93.6292,92.2964,92.2964,92.2964,92.2964,92.9628,92.6296,92.2964,91.9632,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.962,96.2948,96.628,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,100.6264,101.2928,102.6256,103.62519999999999,104.958,105.9576,106.624,107.6236,107.9568,108.6232,110.2892,110.9556,112.95479999999999,113.6212,114.2876,115.6204,115.2872,115.2872,114.954,114.2876,112.95479999999999,112.2884,111.622,110.6224,109.6228,107.6236,105.2912,103.292,101.9592,99.96,99.6268,99.6268,99.96,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.2916,104.958,105.2912,105.2912,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,106.2908,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.6224,110.9556,110.9556,110.6224,109.956,108.9564,107.6236,105.9576,104.6248,103.62519999999999,103.62519999999999,104.6248,105.6244,105.9576,106.9572,107.6236,107.9568,107.2904,107.2904,106.9572,105.6244,104.2916,102.6256,102.2924,101.626,101.626,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,109.2896,109.956,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,114.2876,115.9536,117.6196,118.61919999999999,119.952,121.618,122.9508,123.9504,124.95,124.95,124.95,123.9504,122.2844,121.618,120.9516,120.9516,120.9516,121.2848,121.618,121.618,122.2844,122.2844,121.618,121.2848,119.6188,117.9528,117.6196,117.6196,118.286,119.2856,121.2848,122.9508,123.9504,124.6168,124.95,124.6168,123.9504,123.28399999999999,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,126.9492,126.9492,127.6156,127.6156,128.282,127.6156,126.2828,125.6164,125.2832,124.6168,123.9504,124.6168,125.2832,125.2832,124.95,125.6164,126.9492,126.9492,126.9492,126.9492,128.282,128.282,128.6152,128.6152,129.6148,129.6148,130.6144,132.2804,134.2796,136.2788,138.6112,139.944,141.60999999999999,142.2764,140.9436,140.6104,139.6108,139.6108,138.6112,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,139.6108,139.6108,139.6108,139.6108,140.6104,139.944,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,139.6108,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.9424,144.2756,145.6084,146.2748,146.2748,146.9412,147.6076,148.9404,150.2732,150.6064,152.6056,152.9388,153.272,154.2716,154.938,155.2712,155.9376,156.2708,156.2708,156.2708,156.9372,157.2704,158.6032,159.2696,160.6024,160.6024,161.602,162.26839999999999,161.9352,161.9352,162.9348,162.9348,163.268,163.9344,163.6012,163.6012,163.6012,162.9348,162.6016,162.6016],[161.9352,162.26839999999999,160.2692,158.27,156.9372,155.9376,154.6048,154.2716,153.6052,152.6056,151.606,150.93959999999998,149.6068,148.6072,147.27439999999999,145.2752,142.2764,139.944,137.9448,136.2788,133.9464,131.614,129.6148,128.9484,129.2816,128.6152,127.6156,126.616,124.6168,122.9508,121.2848,119.6188,117.2864,116.62,115.9536,114.6208,114.2876,113.6212,112.95479999999999,111.9552,112.2884,111.622,111.622,110.6224,109.956,109.6228,108.9564,108.28999999999999,105.9576,103.292,100.2932,98.294,96.9612,95.9616,95.9616,94.6288,93.9624,91.9632,90.6304,89.2976,87.2984,84.2996,82.6336,80.3012,78.9684,77.3024,75.6364,73.63719999999999,70.9716,68.9724,67.3064,65.9736,64.974,64.3076,64.3076,64.3076,63.308,62.6416,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.3108,54.978,52.3124,50.3132,48.314,46.3148,42.9828,40.9836,39.6508,38.318,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.984,41.3168,41.9832,43.316,44.315599999999996,45.6484,46.9812,48.314,50.9796,52.3124,54.6448,56.977199999999996,57.9768,59.976,61.9752,63.9744,64.974,64.974,64.974,65.6404,66.3068,66.9732,68.6392,69.972,71.3048,71.9712,73.63719999999999,74.97,74.97,74.97,74.97,75.3032,75.3032,75.9696,76.3028,76.3028,76.9692,76.3028,74.6368,73.304,72.6376,71.3048,69.3056,67.97279999999999,67.3064,67.3064,68.6392,69.972,71.638,72.9708,74.97,75.9696,77.6356,78.6352,78.30199999999999,78.30199999999999,77.6356,76.9692,76.9692,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,81.634,83.9664,86.2988,89.2976,90.2972,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.9624,92.6296,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.962,96.2948,97.2944,98.6272,98.96039999999999,98.96039999999999,99.6268,100.6264,101.9592,102.6256,103.62519999999999,104.958,105.9576,106.9572,107.9568,108.6232,109.2896,110.9556,112.95479999999999,113.6212,114.954,115.9536,115.9536,116.62,115.9536,115.2872,114.954,112.6216,112.2884,112.2884,111.2888,109.956,107.6236,105.2912,103.292,101.9592,100.6264,99.96,99.96,101.2928,101.9592,102.6256,103.62519999999999,104.2916,104.958,105.2912,105.6244,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.9572,106.9572,108.28999999999999,108.6232,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,110.9556,110.6224,109.956,108.9564,106.9572,105.6244,104.958,103.9584,103.9584,104.6248,105.9576,106.624,106.9572,107.6236,108.28999999999999,107.2904,107.2904,106.9572,106.2908,104.958,103.292,102.2924,102.2924,101.9592,101.9592,102.6256,102.9588,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,108.9564,109.956,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,112.6216,112.95479999999999,114.2876,115.2872,116.62,118.61919999999999,120.9516,122.9508,124.6168,125.6164,126.9492,127.2824,126.9492,125.6164,123.9504,122.9508,121.2848,120.9516,120.9516,120.9516,121.2848,122.2844,122.6176,122.6176,122.2844,121.2848,119.6188,118.61919999999999,117.9528,117.6196,118.286,118.9524,119.952,121.2848,123.28399999999999,124.28359999999999,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.95,126.2828,126.9492,127.6156,127.6156,128.282,127.6156,126.2828,126.2828,125.6164,125.2832,124.6168,124.6168,125.2832,125.2832,124.95,125.6164,126.9492,126.9492,126.9492,126.9492,128.282,128.282,128.6152,129.6148,129.6148,129.948,131.9472,133.6132,135.6124,136.612,138.6112,139.944,141.60999999999999,142.2764,140.9436,140.6104,139.6108,139.2776,138.6112,138.6112,137.9448,137.9448,137.9448,137.9448,137.9448,138.6112,139.6108,139.6108,139.6108,139.6108,140.6104,139.944,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,139.6108,139.6108,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,144.2756,145.6084,146.2748,146.9412,147.27439999999999,148.274,148.9404,150.2732,151.2728,152.9388,153.6052,153.9384,154.938,155.2712,155.9376,156.60399999999998,156.2708,156.2708,156.60399999999998,157.2704,157.9368,159.2696,159.6028,161.2688,161.9352,162.9348,162.9348,162.6016,162.9348,163.268,163.268,163.9344,164.6008,164.6008,164.6008,164.6008,164.6008,164.6008,164.6008],[162.6016,162.26839999999999,160.9356,158.9364,157.6036,155.9376,155.2712,154.6048,154.2716,153.6052,152.2724,151.2728,150.6064,149.6068,148.274,146.608,144.2756,141.9432,139.944,137.9448,135.6124,133.28,131.614,130.6144,129.948,129.6148,128.9484,127.6156,125.6164,123.9504,122.9508,120.6184,117.6196,116.62,116.2868,115.6204,114.6208,113.6212,113.6212,113.288,113.6212,113.6212,113.288,112.2884,111.622,111.2888,111.2888,109.956,107.9568,105.9576,102.6256,100.2932,98.96039999999999,97.96079999999999,97.96079999999999,96.9612,94.2956,93.29599999999999,92.2964,90.6304,88.63119999999999,86.2988,83.6332,80.9676,78.9684,76.636,74.97,72.9708,69.972,67.97279999999999,66.64,64.974,63.6412,63.308,61.9752,61.9752,61.3088,60.6424,60.6424,59.976,59.6428,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.3116,51.646,50.3132,47.6476,45.3152,43.316,41.65,39.6508,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.984,41.3168,41.9832,43.316,44.315599999999996,45.6484,47.6476,48.980399999999996,50.3132,52.3124,54.6448,56.3108,57.9768,59.976,61.9752,63.9744,64.974,65.6404,65.6404,66.3068,66.9732,68.306,69.3056,70.6384,71.9712,72.6376,74.3036,74.97,75.6364,76.3028,76.3028,76.636,77.3024,77.3024,78.6352,79.3016,79.3016,79.3016,78.9684,77.3024,76.3028,74.3036,71.3048,69.3056,67.97279999999999,67.97279999999999,68.6392,69.972,71.3048,72.3044,72.9708,74.6368,75.3032,76.636,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.3016,80.9676,82.96679999999999,84.966,87.6316,89.964,91.2968,92.9628,93.6292,93.9624,93.9624,95.2952,95.9616,95.6284,95.6284,96.2948,96.2948,96.2948,95.9616,95.9616,94.2956,93.6292,92.2964,91.63,91.63,91.63,91.63,92.6296,92.6296,93.6292,93.6292,93.9624,94.6288,94.962,95.6284,96.9612,97.2944,98.6272,98.96039999999999,99.6268,99.6268,100.6264,101.9592,102.6256,103.62519999999999,104.958,105.9576,107.2904,108.28999999999999,109.6228,110.2892,111.622,113.288,114.954,116.62,117.2864,117.6196,117.9528,117.2864,117.2864,115.2872,114.954,114.2876,113.95439999999999,112.6216,110.6224,108.28999999999999,105.9576,103.292,101.2928,101.2928,101.2928,101.9592,102.6256,103.62519999999999,104.2916,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,108.6232,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,107.2904,107.6236,108.6232,109.2896,110.6224,110.9556,111.622,111.622,111.622,111.622,111.622,112.2884,111.622,111.2888,109.956,108.28999999999999,107.2904,105.9576,104.958,103.9584,103.9584,104.6248,105.9576,106.624,106.9572,107.6236,108.28999999999999,108.28999999999999,107.6236,107.6236,106.9572,105.9576,104.6248,103.62519999999999,103.292,103.292,103.292,103.62519999999999,104.2916,104.2916,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,106.2908,106.9572,107.6236,107.9568,108.6232,109.6228,110.2892,111.2888,111.622,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,115.9536,118.286,121.9512,123.9504,126.616,127.9488,129.2816,129.2816,128.9484,127.9488,125.9496,123.9504,122.2844,120.9516,120.6184,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,122.2844,121.2848,120.2852,118.9524,117.9528,117.9528,117.9528,118.286,119.952,121.2848,122.9508,123.9504,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.9508,123.28399999999999,124.6168,124.95,126.2828,126.9492,127.6156,127.6156,127.6156,127.6156,126.9492,126.616,125.9496,125.6164,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,127.6156,127.6156,127.6156,128.282,128.9484,129.2816,129.948,130.6144,131.614,133.28,135.6124,136.612,138.278,139.2776,139.944,141.60999999999999,141.60999999999999,141.2768,140.6104,139.6108,139.2776,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,139.2776,139.6108,139.6108,138.9444,139.6108,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,139.6108,139.6108,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,143.276,144.2756,145.2752,146.2748,147.27439999999999,147.6076,148.274,149.6068,150.6064,152.6056,152.9388,153.9384,154.6048,154.938,155.6044,156.2708,156.9372,157.6036,157.6036,157.9368,157.9368,157.9368,159.2696,160.6024,161.9352,163.268,163.268,163.9344,163.9344,163.9344,163.9344,164.6008,164.934,165.2672,165.2672,165.2672,165.2672,165.2672,165.2672,165.2672],[162.6016,162.26839999999999,160.9356,158.9364,157.6036,155.9376,155.2712,154.6048,154.2716,153.6052,152.2724,151.9392,151.2728,149.94,149.6068,147.6076,145.6084,144.2756,142.2764,139.944,137.6116,135.6124,133.9464,132.2804,131.9472,131.614,130.9476,129.6148,127.6156,126.2828,124.95,122.6176,119.6188,117.2864,117.2864,116.62,115.9536,115.2872,115.2872,115.2872,115.6204,115.2872,114.954,114.954,114.2876,113.6212,113.288,112.2884,109.956,107.9568,105.9576,103.292,101.2928,99.96,99.96,98.96039999999999,96.9612,95.2952,94.962,92.6296,90.2972,88.298,85.6324,81.9672,79.3016,76.636,74.97,72.9708,69.972,67.3064,65.6404,64.974,63.308,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,51.646,50.3132,47.6476,45.6484,43.316,41.9832,39.6508,38.318,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.9848,38.6512,39.984,41.3168,41.9832,43.6492,44.315599999999996,45.6484,47.6476,48.980399999999996,50.9796,52.3124,54.6448,56.3108,57.9768,59.976,61.9752,64.3076,64.974,65.6404,66.3068,67.6396,68.306,69.6388,70.6384,71.9712,72.6376,73.9704,74.97,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,79.3016,79.968,80.9676,80.9676,81.634,81.3008,80.6344,78.9684,76.636,72.9708,70.9716,69.3056,69.3056,69.3056,69.972,71.3048,71.638,72.3044,73.9704,74.6368,75.3032,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.968,79.968,79.968,80.9676,81.634,84.2996,85.6324,87.9648,90.6304,91.63,93.6292,93.9624,93.9624,94.6288,95.9616,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,96.628,95.6284,93.9624,92.6296,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,96.9612,97.6276,98.96039999999999,99.6268,99.6268,99.96,100.6264,101.2928,102.2924,103.62519999999999,104.958,106.2908,107.2904,107.9568,109.956,111.9552,113.288,114.954,116.62,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,117.6196,117.2864,115.9536,115.6204,114.954,112.6216,109.956,106.2908,103.62519999999999,101.9592,101.2928,102.2924,103.62519999999999,104.2916,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,109.2896,109.956,110.2892,109.956,109.956,109.2896,107.9568,107.9568,107.2904,107.2904,108.6232,108.6232,110.6224,110.9556,112.2884,112.6216,113.288,113.288,113.288,112.6216,112.6216,112.2884,111.622,110.9556,109.6228,108.9564,107.6236,106.624,105.6244,104.6248,104.6248,105.2912,105.9576,106.624,107.6236,108.28999999999999,108.6232,108.28999999999999,108.6232,108.6232,108.28999999999999,106.9572,105.9576,104.958,103.9584,103.9584,103.62519999999999,104.2916,104.2916,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,108.6232,108.9564,109.956,110.9556,111.2888,111.9552,112.2884,113.288,113.6212,114.2876,115.2872,115.2872,114.954,114.954,115.6204,115.6204,116.62,119.2856,122.9508,125.9496,128.6152,130.6144,131.614,131.614,131.2808,129.948,128.282,125.6164,123.9504,122.2844,122.2844,121.618,122.2844,122.2844,122.9508,122.9508,121.618,121.2848,120.2852,119.6188,118.61919999999999,117.9528,117.9528,118.286,119.2856,120.9516,122.2844,123.28399999999999,124.6168,124.6168,123.28399999999999,122.9508,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.95,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,126.9492,126.616,126.616,125.9496,125.6164,125.2832,125.6164,125.6164,126.2828,127.6156,128.282,128.282,128.282,129.2816,129.6148,130.9476,131.2808,131.9472,132.2804,133.28,135.2792,136.2788,138.278,138.9444,139.2776,139.944,140.6104,141.2768,140.6104,139.944,139.6108,139.2776,138.6112,138.6112,138.6112,138.6112,138.6112,139.2776,139.2776,139.2776,139.6108,139.6108,138.9444,139.6108,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,138.9444,138.9444,139.6108,139.6108,139.6108,139.944,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,141.60999999999999,142.2764,143.276,144.2756,145.2752,146.2748,147.27439999999999,147.9408,148.9404,150.2732,151.9392,152.6056,153.9384,154.6048,154.6048,155.2712,156.2708,156.9372,157.2704,157.9368,157.9368,157.9368,157.9368,158.6032,159.936,161.602,162.9348,163.9344,164.2676,164.2676,164.6008,164.934,164.934,164.934,165.2672,165.93359999999998,165.93359999999998,165.93359999999998,165.93359999999998,165.93359999999998,165.93359999999998,165.93359999999998],[162.6016,162.26839999999999,160.9356,158.9364,157.6036,156.60399999999998,154.938,154.6048,153.6052,152.9388,152.2724,151.9392,151.2728,150.6064,150.6064,149.6068,147.27439999999999,145.9416,144.2756,142.2764,139.944,137.9448,136.2788,134.946,134.2796,134.2796,133.28,131.9472,130.6144,129.2816,127.2824,124.95,121.618,119.6188,119.6188,118.61919999999999,118.286,117.9528,117.9528,118.286,118.286,117.6196,118.286,117.6196,117.2864,116.62,115.6204,114.954,113.288,110.9556,108.6232,106.624,104.6248,103.292,102.2924,100.9596,98.96039999999999,98.6272,98.96039999999999,97.6276,95.2952,92.2964,88.63119999999999,84.6328,80.6344,77.3024,75.6364,73.63719999999999,70.9716,68.306,66.3068,64.974,63.6412,62.9748,61.9752,60.6424,58.6432,57.9768,57.3104,57.3104,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,52.9788,50.3132,48.980399999999996,46.3148,44.315599999999996,41.9832,40.3172,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,37.9848,38.6512,39.984,40.6504,42.3164,43.6492,44.982,46.9812,48.314,49.6468,51.646,53.312,55.3112,56.977199999999996,58.6432,60.6424,62.6416,64.3076,65.3072,66.64,67.97279999999999,69.3056,70.6384,71.3048,72.6376,73.304,73.9704,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,82.6336,82.6336,82.6336,80.9676,78.30199999999999,75.3032,72.9708,71.638,70.9716,70.9716,71.638,71.638,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.3028,76.9692,77.6356,77.6356,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,83.6332,84.966,86.9652,89.2976,91.63,92.6296,93.6292,94.2956,94.962,94.962,95.9616,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,98.6272,96.9612,95.9616,94.6288,93.9624,93.6292,93.29599999999999,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,97.2944,97.96079999999999,98.96039999999999,99.6268,99.96,99.96,100.9596,101.2928,102.2924,102.6256,104.6248,105.9576,107.2904,108.28999999999999,110.9556,112.95479999999999,114.2876,116.62,118.61919999999999,120.2852,121.2848,121.2848,120.9516,120.9516,121.2848,120.2852,119.6188,118.9524,118.9524,117.9528,114.954,111.622,107.6236,104.6248,102.6256,102.6256,104.2916,105.2912,105.9576,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,110.6224,111.622,111.622,111.622,110.9556,110.9556,109.6228,109.2896,108.6232,108.6232,108.9564,110.6224,111.622,112.95479999999999,114.2876,114.954,114.954,115.2872,114.2876,113.288,112.6216,112.2884,111.622,111.2888,110.2892,109.6228,108.6232,107.2904,105.9576,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,108.28999999999999,108.9564,109.956,110.2892,110.2892,110.2892,109.2896,107.9568,106.624,105.2912,104.6248,104.2916,104.2916,104.6248,105.2912,105.2912,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,107.2904,107.9568,108.28999999999999,108.9564,109.6228,109.956,110.9556,111.9552,111.9552,112.95479999999999,113.95439999999999,114.954,116.2868,116.62,117.2864,117.9528,117.6196,117.6196,117.2864,118.286,118.9524,120.9516,124.6168,127.6156,130.2812,132.6136,133.6132,133.6132,132.2804,131.2808,130.6144,127.9488,126.616,125.2832,123.6172,123.28399999999999,122.2844,122.2844,122.9508,122.9508,122.2844,121.618,120.2852,119.6188,118.9524,118.286,118.286,118.286,118.9524,119.952,121.2848,122.2844,123.9504,123.9504,123.28399999999999,122.9508,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.95,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,126.9492,126.616,126.616,127.6156,127.6156,127.9488,128.6152,129.948,129.948,130.2812,131.2808,132.2804,133.28,133.9464,134.946,136.2788,136.612,137.6116,138.6112,138.9444,139.2776,138.6112,138.6112,139.944,139.2776,139.2776,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.6108,139.944,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,138.6112,138.6112,138.9444,139.6108,139.944,139.944,140.6104,140.6104,140.2772,140.9436,141.60999999999999,142.6096,142.9428,144.942,145.6084,146.2748,147.27439999999999,147.9408,149.6068,150.6064,152.6056,152.9388,153.9384,154.938,155.2712,155.9376,156.2708,156.9372,157.6036,157.9368,158.6032,158.6032,158.6032,159.2696,160.2692,162.26839999999999,163.6012,164.6008,165.2672,165.2672,165.6004,165.6004,166.6,166.6,166.6,166.9332,166.9332,166.9332,166.9332,166.9332,166.9332,166.9332],[162.6016,162.26839999999999,160.9356,158.9364,157.9368,156.60399999999998,154.938,154.2716,152.9388,152.6056,151.2728,151.2728,150.6064,150.6064,150.6064,149.6068,148.274,147.27439999999999,145.6084,143.9424,142.2764,139.944,137.9448,137.2784,136.9452,136.2788,135.6124,134.2796,132.6136,130.6144,129.948,127.6156,123.9504,122.9508,121.618,121.618,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,120.9516,119.6188,118.61919999999999,117.6196,116.2868,113.95439999999999,110.9556,108.6232,106.9572,105.9576,105.6244,104.2916,102.6256,101.626,101.9592,101.626,99.2936,95.9616,91.63,87.6316,81.634,78.9684,76.9692,74.97,72.3044,69.6388,67.6396,66.3068,64.3076,62.9748,61.9752,60.6424,58.6432,57.3104,56.644,56.644,55.6444,55.6444,54.978,54.978,54.3116,53.6452,52.9788,51.646,49.6468,48.314,45.6484,43.6492,41.3168,39.6508,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,37.3184,37.9848,39.3176,40.6504,42.3164,43.6492,44.982,46.9812,48.314,50.3132,52.3124,53.9784,55.9776,57.6436,59.309599999999996,60.6424,62.6416,64.3076,65.3072,67.3064,68.6392,69.972,71.3048,72.6376,73.9704,75.3032,75.3032,76.3028,76.3028,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,80.9676,78.9684,75.9696,73.9704,72.9708,72.3044,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,76.3028,77.6356,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.9676,80.9676,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,84.2996,84.6328,86.2988,87.9648,89.964,92.2964,93.6292,94.962,95.2952,95.2952,95.9616,96.2948,96.9612,97.6276,98.294,99.2936,99.96,100.6264,99.96,98.96039999999999,98.294,96.628,96.2948,96.2948,95.6284,94.962,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.9616,95.9616,96.628,97.96079999999999,98.294,99.6268,99.6268,99.96,99.96,100.9596,100.9596,101.626,102.6256,103.62519999999999,104.958,106.2908,108.28999999999999,111.2888,113.288,115.2872,117.2864,119.952,121.9512,122.9508,123.28399999999999,122.2844,122.2844,122.9508,122.2844,121.618,120.9516,120.9516,119.952,116.62,113.288,108.28999999999999,105.6244,103.62519999999999,103.62519999999999,105.2912,106.624,107.2904,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.6224,112.2884,112.95479999999999,113.288,112.95479999999999,112.6216,112.2884,110.9556,110.6224,109.956,109.6228,109.956,111.622,113.288,114.2876,115.2872,115.9536,117.2864,117.2864,115.6204,114.2876,113.288,111.622,111.622,111.622,111.622,110.2892,108.9564,107.6236,106.624,105.9576,105.9576,106.2908,106.2908,107.6236,107.9568,108.6232,109.2896,109.956,110.9556,111.622,111.622,110.2892,109.6228,107.9568,106.624,105.9576,105.9576,105.9576,106.624,106.2908,107.2904,107.9568,108.28999999999999,108.28999999999999,107.9568,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.6228,109.956,110.6224,111.622,112.2884,113.288,114.6208,115.6204,116.9532,117.6196,119.2856,119.952,120.6184,120.6184,119.952,119.2856,119.952,121.618,122.9508,125.9496,128.6152,131.2808,132.9468,133.6132,133.6132,133.6132,132.2804,131.614,130.9476,129.6148,128.6152,125.6164,124.6168,123.6172,122.2844,122.2844,122.2844,121.9512,121.2848,120.2852,119.6188,118.9524,118.286,118.286,118.286,118.9524,119.2856,121.2848,121.9512,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.95,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,127.9488,128.6152,128.9484,129.6148,129.6148,129.948,131.2808,131.9472,132.6136,133.6132,135.2792,135.6124,136.9452,137.6116,138.6112,139.6108,139.6108,139.2776,139.944,139.944,139.2776,138.6112,139.2776,139.2776,138.6112,138.9444,138.9444,138.9444,138.9444,139.6108,139.6108,139.944,139.944,139.944,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,138.6112,138.6112,138.6112,138.6112,139.6108,139.944,139.944,139.944,140.2772,140.2772,141.60999999999999,142.6096,143.6092,144.942,145.6084,146.2748,147.6076,148.274,150.2732,150.6064,152.6056,153.6052,154.6048,155.2712,156.2708,156.2708,156.9372,157.2704,157.9368,157.9368,158.6032,158.6032,159.2696,160.2692,161.602,162.26839999999999,163.6012,164.934,165.93359999999998,166.6,166.9332,167.2664,167.5996,167.5996,167.2664,167.2664,167.2664,167.2664,167.2664,167.2664,167.2664,167.2664],[161.9352,162.26839999999999,161.2688,159.2696,157.2704,156.60399999999998,154.2716,153.6052,151.9392,151.2728,150.6064,149.94,149.94,149.94,149.94,149.6068,150.2732,148.9404,147.27439999999999,145.2752,143.276,141.2768,139.944,138.9444,138.6112,137.9448,137.6116,136.2788,134.2796,132.6136,131.2808,129.948,127.6156,125.6164,125.2832,124.95,123.9504,123.28399999999999,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,121.2848,119.952,118.286,116.2868,113.288,110.9556,109.6228,107.9568,107.2904,106.624,104.958,104.6248,104.958,104.6248,102.2924,98.6272,94.6288,89.964,84.2996,80.9676,78.9684,76.9692,74.3036,71.638,69.6388,67.6396,65.6404,64.3076,63.308,61.9752,59.309599999999996,57.9768,57.3104,55.9776,54.978,54.3116,54.3116,53.6452,52.9788,52.3124,51.646,50.9796,49.6468,48.314,45.6484,43.6492,41.3168,39.6508,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,37.3184,37.9848,39.3176,40.6504,42.3164,43.6492,44.982,46.9812,48.980399999999996,51.646,53.312,54.978,56.977199999999996,58.6432,59.976,61.3088,62.6416,63.6412,65.9736,67.3064,69.3056,70.6384,71.9712,73.304,75.3032,76.636,76.636,76.9692,76.9692,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,79.6348,78.30199999999999,75.9696,74.6368,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.3036,74.97,76.9692,78.30199999999999,79.6348,80.3012,80.9676,80.9676,81.634,81.634,81.634,81.634,81.9672,82.6336,83.3,83.3,83.3,83.3,83.6332,84.966,86.632,88.298,89.2976,90.9636,92.9628,93.9624,95.9616,95.9616,95.2952,95.9616,97.2944,97.6276,98.96039999999999,99.6268,99.96,101.2928,100.6264,100.6264,99.6268,98.6272,98.6272,97.96079999999999,97.2944,97.2944,96.9612,95.9616,95.6284,95.6284,95.9616,95.9616,95.9616,96.628,96.9612,97.6276,97.96079999999999,98.294,99.6268,100.2932,100.2932,100.2932,100.9596,100.9596,101.626,102.2924,103.292,104.6248,105.9576,107.9568,111.2888,114.2876,116.62,118.9524,121.2848,123.28399999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.28399999999999,123.9504,123.28399999999999,123.28399999999999,122.2844,118.9524,114.6208,109.2896,106.2908,104.6248,104.958,106.9572,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.9556,111.2888,112.2884,112.95479999999999,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,111.2888,110.2892,109.6228,110.2892,112.6216,113.95439999999999,115.9536,117.2864,118.286,119.2856,118.61919999999999,117.2864,115.2872,113.288,111.622,111.622,111.622,111.622,111.2888,110.2892,108.28999999999999,106.9572,106.2908,106.2908,106.9572,106.9572,107.6236,108.9564,109.2896,109.956,110.6224,111.622,111.9552,111.9552,112.2884,110.9556,109.6228,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,110.2892,110.2892,110.6224,110.2892,109.956,109.6228,109.956,109.956,110.2892,110.9556,111.622,111.9552,112.2884,113.95439999999999,115.6204,116.9532,118.61919999999999,119.2856,120.9516,122.2844,122.9508,122.9508,122.6176,122.6176,122.2844,122.2844,122.9508,124.6168,126.616,128.282,130.6144,132.6136,132.9468,133.6132,132.9468,133.28,134.2796,133.6132,133.28,131.2808,128.9484,126.9492,124.28359999999999,122.9508,122.2844,121.9512,122.2844,121.2848,120.9516,120.2852,119.2856,118.9524,118.286,118.286,119.2856,119.6188,120.9516,121.9512,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,122.9508,123.28399999999999,124.6168,124.95,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,127.6156,127.9488,128.6152,128.9484,129.6148,130.6144,130.6144,131.2808,131.9472,132.6136,133.9464,134.2796,135.6124,136.612,136.9452,138.6112,138.9444,139.6108,139.944,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,139.944,139.2776,138.6112,138.6112,138.278,137.6116,138.9444,138.6112,139.2776,139.944,140.2772,140.2772,140.2772,140.2772,139.944,139.944,139.944,139.944,139.6108,139.6108,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,138.6112,137.9448,137.9448,138.6112,139.6108,139.6108,139.944,139.944,139.944,140.2772,141.60999999999999,142.9428,143.9424,145.2752,146.608,147.27439999999999,148.274,148.9404,150.2732,151.2728,152.9388,153.6052,154.6048,155.2712,156.2708,156.2708,156.9372,157.6036,157.9368,157.9368,158.6032,158.6032,159.936,160.2692,161.602,162.6016,163.6012,164.934,166.2668,166.9332,168.266,168.266,168.5992,168.5992,168.9324,168.5992,168.266,167.5996,167.2664,166.6,166.6,166.6],[161.9352,162.26839999999999,161.2688,159.2696,157.9368,156.60399999999998,154.6048,152.9388,151.606,150.93959999999998,150.2732,149.6068,149.6068,149.6068,149.6068,149.6068,150.2732,149.6068,147.9408,146.2748,143.9424,142.9428,141.2768,140.6104,140.6104,139.944,139.2776,137.9448,136.2788,134.946,133.9464,131.9472,130.6144,129.6148,128.6152,127.6156,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.9496,125.2832,123.9504,123.28399999999999,122.6176,120.6184,118.286,115.6204,113.288,111.9552,110.2892,109.2896,108.6232,106.9572,106.2908,106.9572,105.6244,103.9584,100.9596,97.2944,92.9628,86.9652,83.6332,81.9672,78.30199999999999,75.6364,73.63719999999999,71.638,69.6388,67.6396,66.3068,64.6408,63.308,60.6424,57.9768,56.644,55.9776,54.3116,53.6452,53.6452,52.9788,52.3124,51.646,50.9796,50.3132,48.314,47.6476,44.982,43.316,40.9836,38.9844,37.3184,36.652,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,36.652,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,37.3184,37.9848,39.3176,40.6504,42.9828,44.315599999999996,46.3148,47.6476,50.3132,52.3124,54.6448,56.3108,58.31,59.976,60.6424,61.3088,62.6416,63.6412,65.9736,67.3064,69.3056,70.6384,71.9712,73.9704,75.9696,76.636,76.636,76.9692,77.6356,78.30199999999999,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,79.6348,78.9684,77.3024,76.636,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,78.30199999999999,79.6348,80.9676,81.634,83.3,83.3,83.6332,83.6332,83.3,83.6332,84.2996,84.2996,85.6324,85.6324,84.966,85.6324,85.6324,85.9656,87.9648,89.964,90.6304,92.2964,94.2956,95.2952,96.2948,96.628,96.9612,97.2944,97.96079999999999,98.96039999999999,99.6268,99.96,101.2928,101.2928,101.2928,100.6264,100.2932,99.6268,99.2936,99.2936,99.6268,99.6268,98.96039999999999,98.294,97.6276,96.628,96.9612,96.628,96.628,96.9612,97.2944,97.2944,98.294,98.96039999999999,100.2932,100.6264,100.6264,100.6264,100.9596,100.9596,101.626,102.2924,103.292,104.2916,105.9576,108.28999999999999,112.2884,115.6204,117.6196,119.952,122.2844,124.28359999999999,125.6164,125.6164,125.2832,125.2832,125.2832,125.6164,124.95,124.95,124.6168,122.6176,119.6188,115.2872,110.2892,106.9572,105.6244,106.2908,108.28999999999999,109.2896,109.2896,109.956,110.2892,110.9556,111.2888,111.9552,112.95479999999999,113.288,115.2872,115.2872,115.2872,114.6208,114.2876,112.95479999999999,111.9552,110.2892,109.6228,110.2892,112.6216,114.6208,116.62,117.6196,119.2856,119.952,119.952,118.9524,116.9532,115.2872,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,109.2896,108.28999999999999,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.9564,109.6228,109.956,110.9556,111.622,112.2884,112.6216,112.2884,112.2884,110.9556,110.2892,109.956,109.956,110.2892,110.2892,110.2892,111.2888,110.9556,111.622,111.622,111.9552,112.2884,111.9552,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,114.2876,114.954,116.62,118.9524,120.6184,121.618,123.28399999999999,123.9504,124.6168,124.95,124.28359999999999,123.9504,123.28399999999999,123.9504,125.2832,125.6164,127.6156,128.282,130.2812,131.9472,132.6136,132.6136,133.28,133.9464,135.2792,135.94559999999998,134.946,133.6132,130.9476,128.282,125.2832,123.6172,122.2844,121.9512,122.2844,121.618,121.618,121.2848,120.2852,119.952,119.6188,119.2856,119.6188,120.2852,120.9516,121.9512,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,122.9508,123.9504,124.95,125.6164,126.2828,126.9492,126.9492,126.9492,127.6156,127.6156,127.9488,128.9484,129.6148,130.6144,130.6144,131.2808,131.9472,132.2804,132.9468,134.2796,136.2788,136.612,137.6116,137.9448,139.2776,139.2776,139.944,140.2772,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,140.9436,139.944,138.9444,138.9444,138.6112,137.6116,137.6116,138.9444,139.2776,139.944,140.2772,140.9436,140.9436,140.2772,140.2772,139.944,139.944,139.944,139.944,139.6108,139.6108,139.944,139.944,139.6108,139.6108,139.6108,139.6108,139.6108,138.9444,137.9448,137.9448,137.9448,137.9448,138.9444,139.6108,139.944,139.944,139.944,140.9436,142.6096,142.9428,144.2756,145.6084,147.27439999999999,147.9408,148.9404,149.6068,150.6064,151.2728,152.9388,154.2716,155.2712,155.2712,156.2708,156.9372,156.9372,157.6036,157.9368,158.6032,158.6032,159.2696,160.2692,160.2692,161.602,162.9348,163.6012,164.934,166.2668,167.2664,168.266,169.2656,169.5988,169.5988,169.5988,168.9324,167.9328,167.2664,166.2668,165.93359999999998,164.934,164.6008],[161.9352,161.9352,161.602,160.2692,158.6032,156.2708,155.2712,153.9384,151.606,150.2732,149.6068,149.6068,148.9404,148.9404,148.9404,148.274,148.9404,148.9404,147.9408,145.9416,145.2752,143.9424,143.276,142.9428,142.2764,141.2768,140.9436,139.944,137.9448,136.9452,136.2788,134.946,134.2796,132.9468,132.2804,131.2808,130.9476,129.948,129.948,129.948,129.6148,129.6148,129.6148,128.9484,128.6152,127.6156,126.9492,124.95,123.28399999999999,120.6184,118.286,116.2868,114.2876,112.95479999999999,111.9552,110.2892,108.9564,108.28999999999999,107.6236,106.9572,104.958,101.9592,99.6268,96.2948,91.2968,87.6316,85.6324,82.3004,78.30199999999999,75.3032,73.304,71.9712,70.6384,69.3056,67.97279999999999,65.3072,61.3088,57.9768,56.644,54.978,53.6452,52.6456,52.3124,52.3124,50.9796,50.3132,50.3132,48.980399999999996,46.9812,44.982,43.6492,41.9832,39.984,38.6512,37.3184,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,36.652,37.3184,38.6512,41.3168,43.6492,45.6484,47.6476,49.6468,52.6456,54.978,56.977199999999996,58.31,60.3092,61.3088,61.3088,61.641999999999996,62.6416,64.3076,65.6404,66.9732,68.6392,70.6384,71.9712,73.304,75.6364,76.9692,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,79.3016,79.968,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,79.968,79.968,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.634,82.96679999999999,83.9664,84.966,85.6324,85.9656,85.9656,85.6324,85.9656,86.632,88.298,88.9644,88.9644,88.298,88.298,87.2984,87.2984,89.2976,90.6304,92.2964,94.2956,95.2952,95.9616,97.2944,98.6272,98.96039999999999,99.96,98.96039999999999,99.6268,100.6264,100.6264,101.9592,101.9592,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,102.6256,102.6256,102.6256,101.2928,100.9596,99.96,98.96039999999999,98.294,98.6272,98.6272,98.6272,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,103.62519999999999,105.9576,108.28999999999999,111.2888,114.6208,117.6196,119.2856,121.2848,123.6172,125.2832,126.9492,126.9492,126.9492,126.9492,127.9488,127.9488,127.2824,125.9496,124.95,122.2844,118.9524,114.6208,110.2892,107.6236,106.624,107.9568,109.6228,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.9552,113.288,114.2876,115.2872,115.6204,115.9536,115.6204,114.2876,113.6212,111.622,110.9556,109.956,110.9556,112.6216,114.6208,116.9532,118.9524,119.952,121.9512,121.2848,120.6184,119.6188,118.61919999999999,117.2864,115.6204,114.6208,113.6212,113.288,111.9552,111.622,110.6224,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,111.9552,112.2884,112.6216,112.6216,112.2884,111.9552,111.9552,112.2884,112.95479999999999,112.95479999999999,112.2884,112.6216,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.6208,115.2872,115.9536,117.6196,119.6188,121.618,122.6176,123.9504,124.28359999999999,125.2832,125.6164,124.95,124.28359999999999,124.95,124.95,125.6164,126.2828,126.9492,128.6152,129.6148,130.2812,131.614,131.9472,132.2804,133.9464,136.2788,136.612,136.612,134.946,131.9472,128.9484,125.9496,123.9504,122.2844,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,121.9512,120.9516,120.9516,120.2852,120.9516,121.618,122.2844,122.9508,123.28399999999999,122.9508,122.9508,122.9508,123.6172,124.6168,125.2832,126.2828,126.9492,126.9492,127.9488,127.9488,127.9488,127.9488,128.6152,129.2816,129.948,130.9476,131.9472,132.6136,132.9468,132.9468,132.9468,133.6132,135.6124,136.9452,138.6112,139.944,140.2772,140.2772,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,141.9432,140.6104,139.6108,138.6112,137.6116,137.6116,137.6116,137.9448,138.9444,139.2776,139.944,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.6108,139.6108,138.9444,137.9448,137.9448,137.9448,137.9448,138.9444,139.6108,139.944,139.944,140.6104,141.60999999999999,142.6096,143.9424,145.2752,146.2748,147.6076,148.274,149.6068,149.94,150.6064,151.9392,153.6052,154.938,155.2712,155.6044,156.2708,156.9372,157.6036,157.9368,158.6032,159.2696,159.2696,159.2696,160.2692,160.2692,161.602,161.9352,163.6012,165.2672,165.93359999999998,167.2664,168.266,168.9324,169.932,169.5988,169.2656,168.266,167.2664,166.6,165.2672,164.934,163.6012,163.268],[162.6016,161.9352,161.9352,160.9356,158.9364,156.9372,155.2712,153.9384,151.606,150.2732,148.9404,148.9404,148.274,148.274,148.274,148.274,148.9404,148.274,147.9408,147.27439999999999,145.9416,144.942,144.6088,143.9424,143.276,142.9428,142.2764,141.60999999999999,140.2772,138.6112,137.9448,137.6116,136.9452,135.94559999999998,135.2792,134.6128,134.2796,133.6132,132.9468,132.2804,132.2804,131.9472,131.9472,131.2808,129.948,129.6148,128.6152,126.9492,125.2832,122.9508,120.6184,118.286,116.62,114.954,113.6212,112.2884,110.9556,109.956,108.9564,107.6236,105.2912,103.62519999999999,101.2928,98.96039999999999,94.962,92.6296,89.964,86.632,82.3004,78.30199999999999,75.9696,73.9704,73.63719999999999,71.9712,69.3056,66.64,62.6416,59.309599999999996,56.644,54.978,53.312,52.6456,52.3124,51.646,50.9796,50.3132,49.6468,48.314,46.3148,44.315599999999996,42.6496,41.3168,39.3176,37.9848,37.3184,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,35.9856,35.3192,33.986399999999996,33.32,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,37.3184,38.6512,41.3168,44.315599999999996,46.9812,48.980399999999996,50.9796,54.3116,56.977199999999996,58.9764,60.6424,61.9752,62.6416,62.6416,62.3084,63.6412,64.3076,65.6404,66.9732,68.6392,69.972,71.3048,72.6376,74.3036,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.30199999999999,79.968,79.968,80.3012,80.3012,80.3012,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.9676,80.3012,79.6348,79.968,80.6344,80.6344,81.3008,81.9672,82.3004,82.96679999999999,83.9664,84.6328,86.9652,87.9648,88.9644,88.9644,87.9648,87.9648,88.63119999999999,90.2972,90.9636,91.2968,90.9636,90.2972,88.9644,88.9644,89.964,91.2968,93.6292,94.6288,95.6284,96.628,97.96079999999999,98.96039999999999,100.6264,101.2928,100.2932,100.2932,101.2928,101.9592,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,103.292,103.62519999999999,104.6248,104.958,104.958,105.2912,104.2916,102.6256,101.2928,99.96,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.626,101.9592,101.626,101.9592,101.9592,102.2924,103.292,105.6244,108.28999999999999,111.622,114.2876,117.6196,119.2856,120.6184,121.9512,124.28359999999999,125.2832,126.2828,127.6156,127.6156,127.9488,128.9484,128.6152,127.9488,125.9496,124.6168,121.618,118.61919999999999,113.6212,109.956,107.6236,107.2904,108.28999999999999,110.2892,111.2888,110.9556,110.9556,110.9556,111.2888,111.9552,112.95479999999999,113.6212,114.2876,114.954,115.6204,115.9536,115.9536,114.954,113.6212,111.622,110.9556,109.956,110.9556,112.6216,114.6208,117.6196,119.6188,121.2848,122.2844,121.618,121.618,121.9512,119.952,118.286,117.2864,115.9536,114.954,113.95439999999999,113.95439999999999,113.288,112.95479999999999,112.2884,110.9556,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,113.6212,113.6212,114.2876,115.2872,114.954,115.6204,116.62,117.6196,117.9528,119.952,122.2844,123.28399999999999,124.28359999999999,124.95,125.6164,125.6164,124.95,124.95,125.6164,125.6164,126.2828,126.2828,126.9492,127.6156,128.6152,129.6148,130.2812,131.2808,132.2804,133.9464,136.2788,137.6116,136.9452,135.2792,132.6136,129.6148,126.2828,124.6168,123.28399999999999,122.9508,122.9508,123.28399999999999,124.6168,124.95,124.6168,123.9504,122.9508,122.2844,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.28359999999999,125.2832,125.9496,126.2828,126.9492,127.2824,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.948,130.9476,131.9472,132.6136,132.9468,133.6132,132.9468,132.9468,134.2796,135.6124,137.6116,139.2776,140.2772,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.2768,141.2768,141.2768,140.6104,139.944,138.9444,137.6116,137.2784,137.2784,137.2784,137.9448,138.9444,139.2776,140.2772,140.9436,141.60999999999999,141.9432,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,140.6104,140.6104,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,138.9444,137.9448,137.9448,137.9448,137.9448,138.9444,139.6108,139.944,139.944,140.6104,141.60999999999999,142.6096,143.9424,145.2752,146.9412,147.6076,148.9404,149.6068,149.94,151.2728,151.9392,153.6052,154.938,155.6044,156.2708,156.9372,157.2704,157.9368,158.6032,159.2696,159.2696,159.2696,159.2696,160.2692,160.2692,161.602,161.9352,163.6012,164.6008,165.93359999999998,166.9332,168.266,168.9324,169.2656,169.2656,168.5992,168.266,166.9332,165.93359999999998,164.934,164.2676,162.9348,161.9352],[162.9348,162.6016,162.6016,161.2688,160.2692,157.9368,156.9372,154.6048,152.6056,150.93959999999998,149.6068,148.6072,148.274,148.274,148.274,148.6072,148.274,148.274,148.274,148.274,147.27439999999999,146.608,146.2748,145.6084,145.2752,144.6088,143.6092,143.276,142.2764,140.2772,139.944,139.944,139.2776,138.6112,137.9448,137.6116,136.9452,135.94559999999998,135.6124,134.2796,132.9468,132.2804,131.9472,131.2808,130.6144,130.2812,129.6148,127.9488,126.2828,124.6168,122.9508,119.952,118.61919999999999,117.2864,115.9536,114.2876,112.95479999999999,111.622,110.6224,108.6232,106.2908,104.2916,103.9584,101.2928,99.6268,97.2944,94.6288,90.9636,85.9656,82.96679999999999,79.6348,76.9692,75.6364,73.63719999999999,71.3048,67.97279999999999,63.9744,60.6424,57.9768,56.3108,54.6448,53.312,52.3124,51.646,50.9796,50.3132,49.6468,48.314,46.3148,44.982,42.6496,41.3168,39.3176,37.9848,37.3184,36.652,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,36.652,35.3192,34.6528,33.32,32.6536,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,36.652,38.6512,41.3168,44.982,46.9812,49.98,52.6456,55.6444,58.6432,61.3088,62.6416,64.6408,65.6404,64.974,64.3076,64.3076,64.974,65.6404,66.9732,67.97279999999999,69.3056,69.972,71.3048,72.3044,72.9708,74.3036,74.97,76.3028,76.9692,77.6356,78.30199999999999,79.6348,80.3012,80.6344,81.3008,81.3008,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.634,80.9676,81.3008,81.634,81.634,82.3004,82.3004,82.6336,83.3,84.6328,85.6324,87.6316,88.63119999999999,90.2972,91.2968,91.2968,90.2972,90.2972,90.9636,92.2964,92.6296,93.29599999999999,92.6296,92.2964,91.2968,90.6304,91.2968,92.2964,93.9624,95.2952,95.9616,96.628,98.294,99.6268,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,103.292,103.9584,103.292,103.292,103.292,103.62519999999999,104.6248,106.2908,108.28999999999999,109.2896,109.2896,109.2896,107.9568,105.6244,103.9584,101.9592,100.2932,99.96,100.2932,100.9596,101.2928,101.9592,102.6256,102.9588,102.9588,102.9588,102.9588,103.62519999999999,103.62519999999999,105.6244,108.6232,112.2884,114.6208,117.6196,119.6188,120.9516,121.9512,122.2844,123.9504,124.6168,126.2828,127.6156,127.6156,127.9488,128.9484,128.6152,126.9492,124.95,122.6176,121.2848,117.9528,113.6212,109.956,107.9568,107.6236,108.28999999999999,110.9556,111.9552,111.2888,111.2888,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,113.6212,114.954,114.954,115.2872,115.2872,114.954,113.6212,111.622,110.9556,110.2892,111.2888,113.288,115.6204,117.9528,119.2856,121.618,122.2844,121.9512,121.9512,121.618,120.6184,118.9524,117.6196,116.62,116.2868,114.954,114.954,114.2876,114.2876,113.6212,112.95479999999999,112.2884,112.2884,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.2872,114.6208,114.2876,114.954,116.2868,116.62,117.2864,117.9528,117.9528,118.9524,120.9516,122.2844,124.6168,124.95,125.6164,124.95,124.95,124.95,124.95,124.95,124.95,126.2828,126.2828,126.2828,126.9492,127.9488,129.2816,129.948,130.9476,131.9472,134.2796,136.612,137.6116,136.9452,135.94559999999998,132.9468,129.6148,126.9492,125.2832,123.6172,123.28399999999999,123.28399999999999,123.9504,125.9496,126.2828,126.2828,126.2828,125.2832,123.9504,122.9508,122.2844,122.9508,122.9508,123.6172,123.9504,123.9504,124.95,125.6164,126.2828,126.9492,127.6156,128.6152,129.2816,129.948,129.948,129.948,130.6144,130.6144,130.9476,131.614,132.6136,132.6136,133.28,133.6132,133.6132,132.9468,132.9468,134.2796,135.6124,136.9452,137.9448,139.944,140.2772,140.9436,140.6104,140.6104,140.6104,139.944,139.944,139.6108,138.6112,138.6112,137.2784,137.2784,136.612,136.612,137.2784,137.2784,138.6112,139.2776,139.944,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,138.9444,137.9448,137.6116,137.6116,137.9448,138.9444,139.6108,139.944,140.6104,141.2768,142.2764,143.276,143.9424,145.6084,146.9412,147.9408,148.9404,149.6068,149.94,151.2728,151.9392,153.272,154.938,155.6044,156.2708,156.9372,157.6036,157.9368,158.6032,159.2696,159.6028,159.6028,159.6028,160.2692,160.2692,161.602,161.9352,162.6016,163.9344,165.2672,166.2668,166.9332,167.5996,168.5992,168.5992,168.5992,166.9332,165.93359999999998,164.6008,162.6016,161.9352,161.602,160.6024],[162.9348,162.9348,163.268,162.6016,160.9356,158.9364,157.9368,155.9376,153.9384,151.2728,149.94,149.2736,148.6072,148.6072,148.6072,149.2736,149.6068,149.2736,149.2736,149.2736,148.9404,147.6076,147.27439999999999,146.608,146.2748,145.6084,145.6084,144.6088,143.9424,142.6096,142.2764,140.9436,140.9436,140.2772,140.2772,138.9444,138.6112,137.9448,136.9452,135.94559999999998,134.6128,132.9468,132.2804,131.9472,131.2808,130.9476,130.2812,129.6148,127.9488,126.2828,125.2832,123.28399999999999,121.2848,119.6188,117.9528,116.62,114.954,112.95479999999999,112.95479999999999,110.6224,108.28999999999999,106.2908,105.6244,104.2916,103.292,100.6264,98.294,95.2952,90.2972,85.9656,83.6332,80.6344,78.30199999999999,75.6364,72.9708,69.972,65.6404,62.6416,59.976,57.9768,55.6444,53.9784,52.9788,52.3124,50.9796,49.6468,48.980399999999996,47.6476,46.3148,44.982,42.6496,41.3168,39.3176,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,34.6528,33.986399999999996,32.6536,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.9856,37.3184,39.3176,42.6496,45.6484,48.980399999999996,51.9792,54.978,58.6432,61.9752,63.9744,65.9736,67.6396,68.6392,67.97279999999999,66.9732,65.6404,65.6404,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.638,72.3044,72.9708,74.3036,75.6364,76.3028,76.9692,77.6356,79.6348,80.3012,81.3008,81.634,82.3004,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.96679999999999,82.6336,82.6336,83.6332,83.6332,83.6332,84.2996,84.966,84.6328,85.2992,86.632,87.6316,89.2976,90.9636,91.9632,92.6296,93.29599999999999,92.6296,92.6296,93.29599999999999,94.2956,94.962,94.962,94.6288,93.9624,92.2964,91.63,91.63,92.2964,93.9624,95.2952,95.9616,97.96079999999999,98.96039999999999,100.2932,101.2928,101.2928,101.9592,102.6256,102.9588,102.9588,104.2916,104.958,104.6248,104.2916,104.2916,105.2912,106.2908,108.6232,109.956,110.9556,111.622,111.2888,110.2892,107.9568,105.6244,103.292,101.626,100.2932,100.9596,101.2928,101.9592,102.6256,102.9588,103.62519999999999,103.292,104.958,104.958,105.6244,105.6244,108.28999999999999,111.622,114.6208,118.286,119.952,120.6184,121.618,122.9508,123.6172,123.9504,124.95,126.2828,126.9492,127.9488,127.9488,128.9484,127.9488,126.2828,124.6168,121.618,119.2856,116.2868,112.95479999999999,109.6228,107.6236,107.2904,108.9564,111.9552,112.2884,112.2884,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,114.2876,114.954,114.954,114.954,114.954,113.6212,112.2884,110.9556,110.2892,111.2888,113.288,114.954,117.9528,119.952,121.618,122.6176,122.6176,122.6176,122.2844,121.9512,119.952,118.286,117.6196,117.2864,116.62,116.62,116.62,115.6204,115.6204,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,114.954,115.6204,115.6204,114.954,114.2876,114.2876,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,115.9536,115.9536,116.62,117.2864,117.6196,117.9528,118.9524,118.61919999999999,119.6188,121.2848,123.28399999999999,124.6168,124.95,124.95,125.2832,124.6168,124.6168,124.6168,124.95,124.95,125.6164,126.2828,126.2828,126.2828,127.6156,128.9484,128.9484,130.2812,131.9472,133.6132,135.2792,136.612,136.9452,135.2792,132.6136,129.6148,126.9492,125.2832,124.6168,124.28359999999999,123.9504,124.6168,126.2828,127.6156,127.6156,127.2824,126.2828,125.2832,124.28359999999999,123.28399999999999,123.28399999999999,123.9504,124.95,124.28359999999999,124.95,125.2832,126.2828,127.6156,127.9488,128.9484,129.6148,129.948,129.948,130.6144,130.6144,130.6144,130.6144,131.2808,132.6136,132.9468,133.28,133.28,133.6132,132.9468,132.6136,132.6136,133.28,134.946,136.612,137.6116,138.6112,139.2776,139.2776,139.2776,138.6112,138.278,138.278,137.6116,137.9448,136.612,136.612,135.6124,135.6124,136.2788,136.612,136.612,136.612,137.9448,138.6112,139.2776,140.6104,140.9436,140.9436,141.60999999999999,140.9436,141.60999999999999,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,139.944,139.944,139.944,139.944,139.944,139.944,139.6108,138.9444,137.9448,137.9448,137.9448,137.9448,138.9444,139.6108,139.944,140.6104,141.9432,142.6096,143.276,143.9424,145.6084,146.2748,147.9408,148.274,148.9404,149.2736,150.6064,151.9392,152.9388,154.2716,154.938,156.2708,156.9372,157.6036,157.9368,158.6032,159.2696,159.6028,159.6028,159.6028,159.6028,160.2692,160.2692,161.602,162.6016,163.6012,164.6008,165.2672,165.93359999999998,167.2664,167.5996,166.9332,166.9332,165.93359999999998,164.934,163.6012,161.9352,160.9356,160.2692,159.6028],[162.6016,163.268,163.268,162.6016,161.9352,160.9356,159.2696,157.6036,155.2712,152.9388,150.93959999999998,149.94,149.6068,149.6068,149.94,150.6064,151.606,151.2728,151.2728,151.2728,150.6064,149.2736,148.9404,148.274,148.274,147.6076,147.6076,146.9412,146.2748,145.2752,144.6088,143.276,142.6096,142.2764,141.60999999999999,140.2772,139.944,139.2776,138.9444,137.6116,135.94559999999998,134.6128,134.2796,133.6132,133.28,132.6136,131.9472,130.9476,130.2812,128.282,127.6156,125.6164,123.9504,121.9512,120.2852,118.9524,117.2864,116.62,114.954,113.288,110.9556,109.2896,107.9568,106.2908,105.6244,103.62519999999999,101.2928,97.96079999999999,93.9624,90.2972,86.632,83.9664,80.6344,77.9688,75.6364,72.3044,68.6392,65.3072,62.6416,59.976,56.977199999999996,54.978,53.6452,52.3124,50.9796,48.980399999999996,48.314,46.9812,45.6484,44.315599999999996,42.6496,41.3168,39.3176,37.9848,37.3184,36.652,35.9856,35.9856,35.9856,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,31.9872,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,36.652,38.6512,41.3168,43.9824,48.980399999999996,52.3124,55.3112,58.6432,61.9752,64.974,67.6396,69.972,71.3048,71.638,70.9716,69.972,68.6392,68.6392,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.638,71.638,72.3044,73.63719999999999,74.97,76.3028,76.9692,77.6356,78.9684,80.3012,81.3008,82.3004,83.3,84.6328,84.6328,84.6328,84.2996,84.2996,84.2996,83.6332,83.6332,84.2996,85.2992,85.2992,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,89.2976,91.2968,92.9628,93.6292,94.2956,94.962,94.6288,94.6288,95.6284,96.628,97.96079999999999,97.96079999999999,97.2944,96.2948,94.6288,93.29599999999999,92.6296,93.29599999999999,93.9624,95.2952,96.628,97.96079999999999,98.96039999999999,99.96,101.2928,101.9592,101.9592,102.9588,103.292,103.9584,104.958,106.2908,106.9572,106.9572,106.9572,107.6236,109.2896,110.9556,112.95479999999999,113.95439999999999,114.6208,113.95439999999999,112.6216,110.2892,107.6236,104.958,101.9592,101.626,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.958,104.6248,105.6244,106.624,107.6236,108.6232,110.9556,113.6212,117.2864,120.2852,121.9512,122.9508,122.9508,123.9504,123.9504,124.6168,125.2832,126.2828,126.9492,128.282,128.9484,128.6152,128.282,125.9496,123.6172,120.6184,117.9528,115.6204,112.2884,108.9564,107.2904,107.6236,109.6228,112.2884,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,113.288,113.288,112.6216,112.95479999999999,113.6212,114.2876,114.954,114.954,114.954,114.2876,113.288,111.622,111.2888,111.9552,113.6212,115.2872,118.286,120.6184,122.2844,123.28399999999999,123.9504,123.9504,122.6176,122.2844,121.2848,119.6188,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.286,117.2864,116.62,115.9536,115.9536,115.2872,115.2872,115.6204,115.6204,116.62,116.62,116.62,116.62,116.2868,115.2872,115.2872,116.2868,116.2868,116.2868,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.9528,118.61919999999999,119.2856,119.2856,120.2852,120.9516,120.9516,121.9512,123.9504,124.6168,124.95,124.95,124.6168,123.9504,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.95,125.6164,126.2828,126.9492,128.282,128.282,130.6144,131.2808,132.9468,134.946,135.94559999999998,135.2792,134.946,131.9472,128.9484,126.2828,124.6168,123.9504,123.9504,125.2832,125.6164,126.9492,127.9488,128.6152,127.9488,127.6156,126.9492,126.2828,125.2832,125.2832,125.2832,125.9496,126.2828,126.2828,127.2824,128.282,128.9484,129.6148,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,132.9468,133.6132,133.6132,133.6132,132.9468,132.9468,131.9472,131.9472,132.9468,134.2796,135.94559999999998,136.9452,137.2784,137.9448,137.9448,137.6116,137.2784,136.612,135.6124,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,136.2788,136.612,137.6116,137.9448,139.944,140.2772,140.9436,140.9436,140.9436,140.6104,140.2772,140.2772,140.6104,140.6104,140.9436,140.9436,140.2772,140.2772,139.944,139.944,140.6104,139.6108,139.6108,139.2776,139.2776,138.6112,138.9444,139.6108,140.6104,140.9436,141.60999999999999,142.6096,142.9428,143.9424,143.9424,144.942,145.6084,146.2748,147.27439999999999,148.274,149.6068,149.94,150.6064,151.2728,152.9388,153.6052,154.938,155.2712,156.2708,156.9372,157.2704,157.9368,158.6032,158.6032,158.6032,158.6032,159.2696,159.2696,159.936,160.9356,161.9352,162.9348,163.9344,164.2676,164.934,165.2672,165.93359999999998,165.93359999999998,164.6008,164.2676,163.268,161.9352,160.9356,160.2692,159.2696,158.9364],[161.9352,162.6016,163.268,163.268,162.6016,161.2688,159.6028,157.9368,156.2708,154.2716,152.9388,151.606,151.606,151.606,151.606,151.9392,152.6056,152.9388,152.6056,151.9392,151.2728,150.6064,150.6064,150.2732,149.94,149.6068,148.9404,148.274,147.9408,146.608,145.9416,145.2752,144.6088,143.9424,143.6092,142.2764,141.60999999999999,140.9436,140.6104,138.6112,137.2784,135.2792,134.946,134.2796,133.9464,133.9464,132.6136,132.6136,131.2808,130.2812,129.2816,127.9488,125.2832,123.28399999999999,122.2844,120.6184,119.6188,118.61919999999999,117.2864,115.2872,113.288,111.622,109.956,107.9568,105.6244,103.9584,101.9592,98.96039999999999,95.6284,91.9632,89.964,86.632,83.3,79.3016,76.9692,74.3036,70.3052,67.3064,64.6408,61.9752,58.31,55.9776,54.3116,52.3124,50.3132,48.980399999999996,47.3144,46.3148,44.982,44.315599999999996,42.6496,41.3168,39.3176,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.9856,37.9848,40.3172,43.316,47.3144,51.3128,55.3112,58.6432,61.9752,65.3072,68.6392,71.3048,72.3044,73.9704,74.6368,73.9704,73.304,71.638,70.9716,71.638,71.638,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.9692,78.9684,79.968,80.9676,82.96679999999999,84.6328,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.2992,85.2992,85.9656,86.9652,87.6316,88.9644,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.964,90.6304,91.63,93.29599999999999,94.2956,95.2952,95.6284,95.6284,95.6284,96.9612,98.96039999999999,99.2936,99.96,99.2936,98.294,96.628,94.2956,93.29599999999999,93.29599999999999,93.9624,94.962,96.9612,97.6276,98.96039999999999,100.2932,101.2928,101.9592,102.6256,103.62519999999999,104.2916,105.6244,107.6236,108.6232,108.9564,108.9564,109.2896,109.956,110.9556,112.6216,114.6208,115.2872,115.6204,115.2872,113.6212,111.622,108.6232,105.9576,103.292,102.6256,102.6256,103.292,104.6248,104.6248,105.2912,105.6244,106.2908,106.9572,108.6232,109.2896,110.6224,112.95479999999999,115.6204,118.286,121.618,122.6176,123.9504,123.9504,124.6168,124.95,125.2832,125.2832,126.2828,127.6156,128.6152,128.9484,128.6152,126.9492,124.6168,121.618,118.9524,117.6196,114.6208,111.2888,107.9568,106.624,107.6236,110.2892,113.288,115.2872,115.2872,114.6208,114.2876,113.95439999999999,113.288,113.288,112.6216,112.6216,113.6212,113.6212,114.2876,114.954,114.954,114.2876,113.288,112.2884,111.9552,111.9552,113.6212,115.2872,118.286,120.9516,122.6176,123.9504,123.9504,123.9504,123.28399999999999,122.2844,121.2848,120.2852,119.952,119.6188,119.6188,119.952,119.952,119.6188,118.9524,118.61919999999999,117.9528,117.6196,116.62,116.2868,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.2864,117.2864,116.62,116.62,116.2868,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,120.6184,120.9516,121.9512,121.9512,122.9508,123.9504,124.6168,124.95,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,124.6168,125.6164,125.6164,126.2828,126.9492,128.6152,129.2816,130.6144,132.6136,133.6132,134.2796,134.2796,132.9468,129.948,127.6156,124.95,123.9504,123.28399999999999,123.28399999999999,124.6168,125.6164,126.9492,127.9488,128.6152,128.6152,127.9488,127.2824,127.2824,126.616,126.616,126.616,126.616,127.9488,128.6152,128.6152,129.948,130.2812,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,130.9476,130.9476,131.2808,131.614,132.9468,132.9468,132.9468,132.9468,132.9468,132.6136,131.2808,131.2808,131.9472,133.28,135.2792,136.612,136.9452,137.6116,136.9452,136.612,135.2792,133.9464,133.28,132.9468,133.28,133.28,133.6132,134.2796,134.2796,134.946,134.946,135.2792,135.6124,136.2788,137.2784,137.6116,139.2776,139.944,140.2772,140.2772,139.944,139.944,140.6104,139.944,140.6104,140.6104,140.6104,140.9436,140.2772,140.2772,139.944,139.944,140.9436,140.6104,139.944,139.944,140.6104,140.6104,140.6104,140.9436,141.9432,142.6096,143.276,143.276,143.9424,144.6088,145.2752,145.2752,145.6084,145.6084,146.9412,148.274,148.6072,149.2736,149.94,151.2728,152.6056,152.9388,153.9384,154.938,155.9376,156.2708,156.9372,157.2704,157.9368,157.9368,157.9368,157.9368,157.9368,157.9368,158.6032,159.6028,160.2692,161.2688,161.9352,162.6016,162.6016,163.268,163.9344,163.9344,163.268,161.9352,160.9356,160.2692,159.2696,158.9364,157.9368,156.9372],[161.602,161.602,162.26839999999999,162.6016,161.9352,161.602,160.6024,159.2696,157.6036,156.2708,155.2712,154.6048,154.6048,153.9384,153.9384,153.9384,153.6052,153.6052,153.6052,152.9388,151.606,151.606,150.93959999999998,150.93959999999998,151.2728,150.2732,150.2732,150.2732,149.6068,148.6072,147.9408,146.608,146.2748,145.6084,144.942,143.9424,143.6092,142.9428,141.60999999999999,139.944,137.2784,135.6124,135.2792,134.2796,133.6132,132.9468,133.28,132.6136,131.9472,130.6144,129.948,128.6152,126.9492,125.2832,124.6168,122.9508,121.618,120.2852,119.2856,117.2864,114.954,113.288,110.9556,108.6232,105.2912,102.9588,100.2932,98.294,95.2952,93.29599999999999,91.2968,88.9644,84.2996,80.6344,78.30199999999999,75.6364,71.638,68.6392,66.3068,63.308,59.309599999999996,56.3108,54.3116,52.3124,50.3132,48.980399999999996,46.647999999999996,44.982,44.982,44.315599999999996,43.316,41.9832,39.984,38.6512,37.3184,36.652,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.9856,39.6508,42.6496,45.9816,49.6468,54.6448,58.6432,61.9752,64.974,67.97279999999999,71.3048,73.63719999999999,74.97,76.3028,76.9692,76.9692,76.3028,74.6368,74.6368,74.3036,74.3036,74.3036,74.3036,73.9704,73.304,73.304,73.304,73.304,73.9704,74.97,75.6364,75.6364,76.3028,78.30199999999999,79.3016,80.9676,82.96679999999999,84.966,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,87.2984,88.298,88.298,89.6308,90.6304,90.6304,90.6304,90.2972,90.6304,89.964,89.964,90.2972,91.2968,92.2964,93.6292,94.2956,95.2952,95.9616,94.962,96.2948,98.96039999999999,100.6264,101.2928,101.626,101.2928,99.96,98.294,96.2948,93.9624,93.6292,93.9624,94.962,96.9612,97.6276,98.96039999999999,100.2932,101.2928,101.9592,103.292,104.6248,105.6244,106.9572,108.6232,109.956,110.9556,111.622,111.622,111.622,112.95479999999999,113.6212,114.954,115.2872,115.2872,114.954,113.6212,111.622,109.2896,106.9572,104.6248,103.62519999999999,103.9584,104.6248,105.6244,105.9576,106.624,107.2904,107.6236,108.6232,110.2892,111.622,111.9552,113.6212,115.9536,118.286,120.9516,122.6176,124.6168,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.6156,128.6152,128.9484,128.282,126.2828,123.9504,121.2848,118.61919999999999,116.2868,113.95439999999999,110.9556,107.9568,107.2904,107.9568,110.6224,113.6212,115.9536,115.9536,115.2872,114.2876,113.95439999999999,113.288,113.288,112.6216,112.6216,113.6212,113.6212,114.2876,114.2876,114.954,114.2876,113.6212,112.95479999999999,111.9552,112.2884,114.2876,115.9536,118.9524,120.9516,123.28399999999999,123.9504,123.9504,123.9504,123.28399999999999,122.2844,121.618,121.2848,120.6184,120.9516,120.6184,121.2848,121.2848,121.2848,120.6184,120.2852,119.952,118.9524,118.9524,118.286,118.286,118.9524,119.952,119.952,119.6188,119.6188,119.2856,118.61919999999999,117.9528,117.9528,117.6196,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.95,125.6164,125.6164,126.9492,127.6156,127.6156,128.6152,130.2812,131.2808,133.28,133.28,132.6136,131.2808,128.282,125.6164,123.28399999999999,122.9508,122.2844,122.9508,123.9504,125.2832,126.9492,127.9488,128.6152,128.6152,128.6152,128.282,127.6156,127.6156,127.6156,127.9488,128.6152,128.9484,129.6148,130.2812,130.2812,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,129.948,130.6144,130.9476,131.614,131.614,132.2804,132.2804,132.2804,131.9472,131.2808,131.2808,131.2808,132.9468,134.946,135.94559999999998,136.2788,136.2788,135.94559999999998,134.6128,133.6132,132.2804,131.9472,131.2808,131.9472,131.9472,132.6136,132.9468,132.9468,133.6132,134.2796,134.946,135.2792,135.6124,136.612,137.2784,138.9444,139.944,139.944,139.944,139.2776,139.2776,139.944,139.2776,139.944,139.944,139.944,140.6104,140.2772,140.2772,139.944,139.944,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,142.9428,142.9428,143.276,143.9424,144.6088,144.6088,144.6088,144.942,145.6084,145.6084,146.2748,146.2748,146.9412,147.6076,148.6072,149.2736,149.94,150.6064,151.9392,152.9388,152.9388,153.9384,154.938,155.2712,155.9376,156.60399999999998,156.60399999999998,156.60399999999998,156.2708,156.2708,156.2708,156.2708,157.2704,157.9368,158.9364,159.6028,159.936,160.2692,160.2692,160.9356,160.9356,160.9356,160.2692,159.2696,158.6032,157.9368,157.2704,157.2704,156.9372,156.60399999999998],[160.6024,160.9356,161.602,161.9352,161.2688,160.9356,160.2692,159.2696,157.9368,157.2704,156.9372,156.60399999999998,155.9376,155.9376,154.938,154.938,154.938,154.938,153.9384,153.6052,152.9388,152.6056,151.9392,151.9392,152.6056,152.6056,152.6056,151.9392,151.2728,151.2728,150.6064,149.6068,148.274,147.9408,147.27439999999999,146.608,145.9416,145.9416,144.6088,142.2764,138.278,136.2788,135.2792,134.2796,133.28,132.2804,132.2804,131.9472,131.9472,131.2808,129.948,129.2816,127.2824,126.9492,125.2832,124.6168,123.6172,122.2844,120.9516,118.61919999999999,116.62,114.2876,112.95479999999999,109.956,105.9576,102.9588,101.626,98.96039999999999,96.628,93.9624,92.6296,89.964,85.6324,82.6336,80.3012,77.6356,73.63719999999999,70.9716,68.6392,65.6404,61.3088,58.31,56.3108,53.6452,50.9796,48.980399999999996,46.647999999999996,44.982,44.982,44.315599999999996,43.316,41.9832,39.984,38.6512,37.3184,36.652,35.9856,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,37.9848,41.9832,45.9816,48.980399999999996,52.6456,57.6436,61.3088,65.6404,67.6396,69.972,72.6376,74.97,76.3028,78.30199999999999,79.6348,79.6348,79.6348,79.6348,79.3016,78.6352,78.30199999999999,76.9692,76.3028,75.6364,75.6364,74.6368,74.6368,74.6368,74.6368,75.6364,75.6364,75.6364,76.3028,77.3024,79.3016,80.9676,82.96679999999999,84.966,87.2984,87.9648,87.9648,87.2984,87.2984,86.632,87.6316,87.9648,89.2976,89.2976,90.6304,91.9632,92.6296,92.9628,92.2964,92.2964,91.9632,91.2968,91.2968,91.63,92.2964,93.9624,95.6284,95.9616,97.2944,96.628,98.6272,100.6264,102.9588,103.62519999999999,103.62519999999999,102.9588,102.6256,101.2928,97.96079999999999,95.6284,93.9624,94.6288,94.962,96.2948,97.2944,98.294,99.6268,100.6264,101.9592,103.62519999999999,105.6244,106.9572,108.6232,110.2892,111.622,112.2884,112.95479999999999,112.6216,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,113.6212,112.6216,111.622,109.2896,107.6236,105.6244,104.6248,105.2912,105.2912,105.9576,106.624,107.2904,107.6236,107.9568,109.2896,110.9556,112.95479999999999,112.95479999999999,114.954,116.62,118.9524,120.2852,122.6176,124.95,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,127.6156,128.9484,128.9484,127.6156,125.9496,122.9508,120.2852,117.2864,114.954,112.6216,110.2892,107.9568,107.6236,109.2896,111.622,114.954,116.62,116.62,115.9536,114.6208,114.2876,113.95439999999999,113.288,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.2876,113.6212,112.95479999999999,112.2884,112.2884,114.2876,116.62,119.6188,120.9516,123.28399999999999,123.9504,123.9504,123.28399999999999,122.6176,122.2844,121.618,121.2848,120.9516,120.9516,120.9516,121.618,122.2844,122.2844,121.9512,121.2848,120.6184,120.2852,120.2852,119.952,119.952,119.952,120.9516,121.2848,121.2848,121.2848,120.2852,119.6188,118.9524,118.9524,118.286,118.286,118.9524,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.95,125.6164,125.6164,126.9492,126.9492,127.2824,127.6156,129.2816,130.2812,131.2808,131.2808,130.6144,128.9484,126.9492,123.9504,121.9512,121.618,121.9512,122.2844,123.28399999999999,125.2832,126.9492,127.9488,128.6152,128.6152,128.6152,128.282,128.282,127.6156,128.6152,128.6152,128.9484,128.9484,130.2812,130.9476,130.9476,130.9476,130.9476,130.9476,130.2812,130.2812,130.2812,129.948,129.6148,129.2816,129.6148,129.6148,129.948,130.6144,130.9476,131.614,131.9472,131.9472,131.2808,131.2808,131.2808,132.2804,133.6132,134.946,135.2792,135.2792,134.6128,133.6132,132.6136,131.9472,131.2808,130.9476,131.2808,131.2808,131.9472,132.6136,132.9468,132.9468,134.2796,134.2796,135.2792,135.6124,136.2788,137.2784,137.6116,138.278,138.6112,138.6112,138.6112,138.6112,138.9444,138.9444,138.6112,139.2776,139.944,139.944,139.944,140.2772,139.944,140.2772,141.2768,141.2768,141.2768,141.60999999999999,142.9428,143.276,143.276,143.9424,144.942,145.2752,144.942,145.6084,145.6084,145.6084,146.2748,146.2748,146.608,146.608,147.6076,147.6076,148.274,148.6072,149.6068,149.94,151.2728,151.9392,151.9392,152.9388,153.9384,154.938,154.938,155.2712,155.9376,155.9376,155.9376,155.9376,155.9376,155.9376,156.2708,156.9372,157.9368,158.27,158.6032,159.2696,159.2696,159.2696,159.2696,158.6032,157.9368,157.2704,156.9372,156.60399999999998,155.6044,155.9376,155.9376,155.6044],[159.2696,159.2696,160.6024,160.9356,160.9356,159.6028,159.936,159.936,159.2696,159.2696,157.9368,157.9368,156.9372,156.9372,156.60399999999998,156.60399999999998,155.9376,155.9376,155.9376,155.2712,154.938,154.2716,154.2716,154.2716,154.938,155.2712,155.2712,154.938,154.938,154.938,155.2712,153.6052,151.606,150.6064,149.94,149.2736,148.9404,148.274,147.27439999999999,144.6088,140.9436,137.9448,136.2788,135.2792,133.6132,131.9472,131.2808,130.9476,130.9476,130.6144,129.948,129.2816,127.9488,126.9492,126.2828,125.9496,124.6168,123.28399999999999,122.9508,119.952,117.6196,115.2872,113.288,111.2888,107.6236,105.2912,103.292,100.9596,97.96079999999999,95.6284,93.29599999999999,90.2972,87.2984,83.9664,82.3004,79.6348,76.3028,73.63719999999999,71.638,68.6392,64.974,61.3088,58.9764,55.9776,52.3124,50.3132,47.3144,45.9816,45.3152,44.6488,43.316,41.9832,39.984,38.6512,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.9856,37.6516,39.984,41.9832,44.982,48.314,51.646,55.3112,60.6424,64.6408,68.306,70.3052,71.3048,72.9708,74.97,76.9692,79.3016,81.634,82.3004,84.2996,85.2992,85.9656,84.966,82.96679999999999,80.6344,78.9684,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.636,78.6352,80.3012,82.3004,84.966,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.9644,90.2972,91.2968,91.9632,92.9628,94.2956,94.6288,94.6288,94.2956,94.2956,93.29599999999999,92.6296,93.29599999999999,93.9624,95.2952,96.628,98.294,99.6268,99.96,101.9592,103.62519999999999,105.2912,104.958,105.2912,104.958,104.958,104.2916,102.6256,98.294,96.2948,94.962,94.962,95.6284,96.2948,97.2944,98.6272,100.6264,102.2924,104.6248,106.9572,109.2896,110.9556,111.2888,111.9552,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,113.6212,113.6212,113.6212,113.288,111.9552,111.2888,109.956,107.9568,106.624,106.2908,105.9576,106.624,106.9572,107.6236,107.9568,108.6232,108.9564,109.6228,109.956,111.622,113.6212,115.9536,118.286,119.952,120.9516,122.2844,124.6168,125.2832,125.6164,126.2828,126.2828,126.9492,127.6156,127.9488,128.9484,128.9484,127.6156,124.6168,121.2848,118.286,115.6204,113.288,112.2884,110.2892,108.6232,108.28999999999999,110.6224,113.288,115.9536,117.9528,116.9532,116.62,115.2872,114.6208,114.2876,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,113.95439999999999,113.6212,113.288,113.288,114.954,117.2864,119.6188,121.9512,122.6176,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.9512,121.9512,122.2844,122.2844,122.2844,121.9512,121.9512,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,121.618,120.9516,119.6188,119.2856,119.2856,119.2856,120.2852,120.9516,120.9516,121.2848,121.618,121.618,121.2848,120.9516,120.9516,120.9516,121.2848,121.9512,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,126.616,126.9492,127.6156,128.6152,128.9484,128.9484,127.9488,126.9492,124.28359999999999,121.9512,121.2848,121.2848,122.2844,122.2844,123.28399999999999,125.2832,127.6156,128.6152,129.2816,129.2816,128.6152,129.2816,128.6152,128.6152,128.9484,128.9484,129.2816,129.948,130.2812,130.6144,130.6144,130.6144,130.2812,130.2812,129.948,129.948,129.948,129.948,129.6148,129.6148,128.9484,128.9484,129.2816,129.6148,130.9476,131.9472,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.2804,131.9472,131.9472,131.2808,131.2808,130.9476,130.9476,131.2808,131.2808,131.9472,132.6136,133.28,133.28,134.2796,134.2796,134.946,135.2792,136.2788,136.2788,137.2784,136.9452,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.9448,138.278,139.2776,139.944,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.9428,143.276,144.6088,144.942,144.942,145.6084,146.2748,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.6076,147.9408,147.9408,148.6072,148.6072,149.6068,149.94,150.93959999999998,151.606,151.606,151.9392,152.9388,153.9384,154.2716,154.2716,154.938,154.938,154.938,154.938,155.2712,155.2712,155.9376,156.60399999999998,156.60399999999998,157.2704,157.2704,157.2704,157.2704,157.2704,156.9372,156.9372,156.2708,155.9376,154.938,154.6048,154.6048,154.6048,154.6048,154.938],[158.27,158.6032,159.6028,159.936,159.2696,159.2696,159.936,159.936,159.936,159.6028,158.6032,158.27,157.9368,157.9368,157.9368,157.2704,156.9372,156.9372,156.60399999999998,156.60399999999998,155.6044,155.6044,155.6044,155.6044,156.9372,157.2704,156.60399999999998,157.2704,157.2704,157.2704,156.60399999999998,155.9376,153.9384,151.9392,151.606,151.2728,150.6064,149.6068,148.9404,146.9412,142.9428,139.944,137.9448,135.6124,133.6132,131.9472,130.6144,130.2812,130.9476,129.948,129.6148,129.2816,127.9488,126.9492,126.2828,125.9496,125.2832,124.6168,123.28399999999999,121.618,119.6188,116.62,114.2876,111.9552,109.2896,106.9572,104.958,102.6256,99.6268,97.2944,95.2952,92.2964,88.63119999999999,86.2988,84.6328,81.9672,78.30199999999999,75.6364,74.3036,71.638,67.97279999999999,64.3076,61.3088,58.31,54.6448,50.9796,48.980399999999996,46.647999999999996,45.3152,43.9824,42.6496,41.3168,39.3176,37.9848,37.3184,35.9856,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,35.3192,37.6516,39.984,41.9832,44.982,48.314,50.9796,53.9784,58.31,63.308,66.64,69.6388,71.638,72.6376,73.304,74.97,77.6356,79.968,82.3004,84.2996,86.632,88.63119999999999,88.63119999999999,88.298,86.632,83.6332,81.3008,79.6348,78.9684,77.6356,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,77.6356,79.968,81.634,83.6332,85.6324,86.632,86.632,87.9648,87.9648,88.298,88.9644,89.964,91.2968,91.63,92.2964,93.6292,94.6288,95.6284,96.2948,96.2948,95.9616,94.962,93.9624,94.6288,95.9616,96.628,97.96079999999999,99.6268,100.6264,102.2924,103.62519999999999,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,105.2912,102.6256,99.6268,97.96079999999999,97.2944,96.9612,97.2944,97.6276,99.2936,100.6264,102.2924,105.6244,107.9568,110.9556,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,112.6216,112.2884,111.2888,110.2892,109.2896,108.6232,107.9568,107.6236,107.9568,108.28999999999999,108.6232,109.2896,109.6228,110.6224,110.6224,110.9556,112.6216,115.6204,117.6196,119.952,120.9516,120.9516,122.2844,123.9504,124.95,125.2832,125.6164,126.2828,126.9492,127.6156,127.9488,128.9484,128.9484,126.9492,123.6172,120.9516,117.9528,114.954,113.288,112.95479999999999,111.2888,109.956,110.2892,111.622,113.95439999999999,117.2864,118.9524,117.6196,116.9532,115.9536,114.954,114.2876,114.2876,114.2876,114.954,115.6204,114.954,114.954,114.954,114.954,114.954,114.954,113.95439999999999,113.6212,114.2876,115.9536,117.2864,119.6188,121.9512,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.618,120.9516,119.952,119.952,119.952,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.9512,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.6176,122.6176,123.28399999999999,123.28399999999999,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.9492,127.6156,128.282,127.6156,126.9492,125.2832,122.9508,120.9516,120.9516,120.2852,121.2848,122.2844,123.28399999999999,125.2832,127.6156,128.6152,129.2816,129.948,129.948,129.2816,128.6152,128.6152,128.9484,128.9484,129.2816,129.948,130.2812,130.6144,130.6144,130.6144,130.6144,130.2812,129.948,129.948,129.948,129.948,129.6148,129.6148,129.6148,128.9484,128.9484,129.948,131.2808,132.9468,133.6132,134.2796,133.6132,133.6132,132.6136,131.9472,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.9472,131.9472,132.6136,133.28,133.28,134.2796,134.2796,134.946,134.946,135.6124,136.2788,135.94559999999998,135.94559999999998,135.6124,135.6124,135.6124,135.6124,135.2792,135.6124,136.612,137.9448,138.9444,139.944,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,143.276,143.9424,144.6088,144.942,144.942,145.6084,146.9412,146.9412,146.9412,146.9412,147.6076,147.6076,147.6076,147.6076,148.274,148.274,148.6072,148.6072,149.6068,149.6068,150.6064,150.93959999999998,151.606,151.606,151.9392,152.9388,153.272,153.9384,153.9384,153.9384,153.9384,154.6048,154.6048,154.938,155.2712,155.9376,156.60399999999998,156.60399999999998,157.2704,157.2704,156.9372,156.9372,156.2708,156.2708,155.2712,154.938,153.9384,153.9384,153.6052,153.9384,153.9384,154.6048],[156.9372,157.6036,158.27,159.2696,158.6032,158.6032,159.2696,159.2696,159.936,159.6028,159.2696,159.2696,159.2696,159.2696,159.2696,158.6032,158.6032,158.6032,158.6032,157.9368,157.9368,157.9368,157.9368,157.9368,158.6032,158.6032,158.6032,158.6032,158.6032,157.9368,157.2704,156.2708,155.2712,153.6052,152.9388,152.6056,151.9392,150.6064,149.2736,147.27439999999999,143.9424,141.2768,138.9444,137.2784,134.946,132.9468,131.614,130.6144,130.9476,129.948,129.2816,128.6152,127.9488,127.6156,126.9492,126.9492,126.616,125.9496,125.2832,123.28399999999999,120.2852,118.286,116.2868,113.288,110.6224,108.28999999999999,106.2908,103.9584,101.2928,98.96039999999999,97.2944,94.6288,91.2968,89.2976,87.9648,84.966,81.9672,78.6352,76.9692,73.63719999999999,70.3052,67.3064,64.974,60.6424,56.977199999999996,53.312,50.3132,48.314,45.6484,43.6492,41.9832,40.6504,38.6512,37.3184,35.9856,35.3192,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,35.9856,38.6512,40.6504,44.315599999999996,47.3144,50.9796,53.9784,56.977199999999996,59.976,63.9744,67.3064,70.3052,72.3044,72.6376,73.9704,75.6364,77.6356,79.968,83.6332,84.966,87.2984,89.2976,89.6308,89.6308,88.298,86.632,84.2996,82.3004,81.3008,79.6348,78.9684,78.30199999999999,77.6356,77.6356,77.6356,77.6356,76.9692,77.3024,78.30199999999999,79.6348,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.2984,88.298,88.9644,90.2972,91.63,92.9628,93.6292,93.9624,95.9616,96.628,97.2944,97.2944,97.96079999999999,96.9612,96.9612,96.9612,97.2944,97.96079999999999,99.2936,100.2932,101.9592,102.6256,104.958,106.2908,107.2904,107.9568,108.6232,109.2896,109.2896,109.2896,107.6236,105.2912,103.292,101.626,100.6264,99.2936,99.2936,99.2936,100.2932,101.626,103.62519999999999,106.624,108.28999999999999,110.2892,110.9556,111.622,111.622,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.6224,109.956,109.956,109.956,109.956,110.6224,110.9556,111.622,112.2884,112.2884,113.288,113.288,115.2872,117.6196,119.952,121.9512,122.9508,122.9508,123.6172,124.6168,124.95,124.95,125.6164,126.616,126.9492,127.6156,127.9488,128.9484,128.9484,126.616,123.28399999999999,120.2852,118.286,115.9536,114.954,113.6212,112.95479999999999,111.622,111.622,113.288,115.6204,118.286,119.2856,119.2856,118.286,117.2864,116.2868,115.2872,115.2872,115.6204,115.6204,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,114.2876,114.954,116.2868,117.2864,119.6188,121.2848,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.9504,124.6168,125.2832,125.2832,125.6164,125.2832,123.9504,122.9508,121.2848,120.2852,120.2852,120.2852,121.618,122.2844,122.2844,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.6176,123.9504,125.2832,125.2832,125.2832,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,126.2828,125.9496,125.2832,123.9504,121.618,120.2852,120.2852,120.2852,120.9516,121.618,123.9504,125.2832,127.6156,128.6152,129.2816,129.948,129.948,129.2816,128.6152,128.6152,128.9484,128.9484,129.2816,129.948,130.2812,130.6144,131.2808,131.2808,130.6144,130.2812,129.948,129.948,130.6144,130.6144,129.6148,129.6148,129.6148,129.6148,129.948,131.2808,133.28,134.2796,135.6124,136.2788,134.946,134.946,133.6132,132.9468,132.6136,131.9472,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.9472,132.6136,132.6136,133.28,133.28,133.6132,134.2796,134.2796,134.946,135.6124,136.2788,135.94559999999998,135.2792,134.946,134.2796,133.6132,133.6132,133.6132,134.2796,135.2792,136.612,138.6112,139.944,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.276,143.9424,144.6088,144.942,145.6084,146.2748,146.2748,146.9412,146.9412,147.6076,147.6076,147.6076,147.6076,148.274,148.274,148.6072,148.6072,149.6068,149.6068,150.6064,150.93959999999998,150.93959999999998,151.606,151.606,151.9392,152.6056,152.9388,152.9388,152.9388,153.272,153.9384,153.9384,154.6048,155.2712,155.9376,155.9376,156.60399999999998,156.2708,156.2708,156.9372,156.9372,156.2708,155.9376,155.2712,154.938,153.9384,153.9384,152.9388,153.272,153.272,153.9384],[156.60399999999998,156.60399999999998,157.6036,158.6032,157.9368,158.6032,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.2696,159.936,159.936,159.6028,159.6028,159.2696,159.2696,159.6028,159.6028,160.2692,160.9356,160.9356,160.9356,160.2692,159.6028,159.2696,158.6032,156.9372,155.9376,155.2712,154.938,153.6052,152.9388,152.6056,151.2728,148.9404,145.6084,143.6092,141.2768,138.6112,136.612,134.946,132.9468,131.9472,130.6144,129.6148,128.6152,128.6152,127.9488,127.6156,126.9492,126.9492,126.9492,126.9492,125.6164,124.6168,122.2844,119.952,117.2864,115.2872,111.9552,109.6228,107.2904,105.6244,103.62519999999999,101.9592,99.6268,96.9612,93.6292,91.63,91.2968,88.298,85.2992,82.3004,79.968,77.3024,73.63719999999999,70.9716,67.97279999999999,64.3076,59.309599999999996,55.6444,51.9792,48.980399999999996,45.6484,43.6492,41.9832,40.6504,37.9848,36.652,35.3192,34.6528,33.32,33.32,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,34.6528,36.652,39.984,42.9828,45.9816,49.6468,53.9784,56.977199999999996,58.9764,61.3088,64.6408,68.306,70.3052,72.3044,73.304,73.9704,75.6364,78.30199999999999,80.6344,83.6332,84.966,87.9648,89.2976,89.964,90.6304,89.2976,88.298,87.2984,85.6324,83.6332,81.634,79.968,79.3016,79.3016,78.9684,78.9684,78.30199999999999,78.30199999999999,78.6352,78.9684,79.6348,80.9676,81.9672,81.9672,82.96679999999999,84.2996,85.6324,86.632,88.298,89.964,90.6304,92.2964,93.6292,93.9624,94.962,95.9616,97.2944,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,99.6268,100.9596,101.9592,103.292,103.62519999999999,105.6244,107.2904,108.9564,109.2896,109.6228,110.2892,110.2892,110.9556,110.2892,108.6232,106.624,104.6248,103.292,101.626,100.6264,100.9596,100.9596,102.6256,104.6248,106.624,108.6232,109.956,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,110.9556,111.622,112.2884,112.6216,113.288,114.2876,114.2876,115.2872,115.9536,117.6196,120.6184,122.2844,123.9504,124.6168,124.6168,124.28359999999999,123.9504,123.9504,124.6168,124.95,125.6164,125.9496,126.9492,127.6156,128.9484,127.9488,126.2828,122.9508,120.9516,118.9524,116.62,115.6204,114.2876,113.6212,113.288,113.6212,115.2872,117.2864,119.952,120.2852,120.6184,119.2856,117.9528,117.2864,116.62,115.9536,116.62,116.62,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.6204,114.954,114.954,116.62,117.9528,119.952,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.2828,125.6164,124.6168,123.28399999999999,121.9512,120.9516,120.6184,120.9516,122.2844,122.9508,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,121.9512,121.618,122.2844,123.9504,125.2832,125.2832,125.2832,125.9496,125.9496,125.6164,125.2832,124.6168,123.9504,123.9504,123.9504,123.28399999999999,122.2844,120.9516,119.952,119.2856,119.6188,120.2852,121.618,123.9504,125.6164,128.282,129.2816,129.948,129.948,129.948,129.2816,128.9484,128.6152,128.9484,129.2816,129.2816,129.948,130.2812,130.6144,131.2808,131.2808,130.6144,130.2812,129.948,129.948,130.6144,130.9476,129.948,129.6148,129.6148,129.948,130.9476,131.9472,133.9464,134.946,136.612,135.94559999999998,135.6124,135.2792,134.2796,133.6132,132.9468,132.6136,131.9472,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.9472,131.9472,132.6136,132.6136,133.28,133.28,133.6132,133.6132,134.2796,134.946,135.2792,135.2792,134.946,134.2796,133.6132,133.28,132.2804,132.2804,132.2804,132.9468,133.9464,135.94559999999998,137.6116,139.6108,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,143.276,143.9424,143.9424,144.6088,144.942,146.2748,146.2748,146.9412,146.9412,147.6076,147.6076,147.6076,147.6076,148.274,148.274,148.274,148.6072,149.6068,149.6068,149.94,149.94,150.6064,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,151.9392,151.9392,152.6056,152.6056,153.272,153.272,153.9384,154.938,155.2712,155.2712,155.9376,155.9376,155.9376,156.2708,156.2708,155.9376,155.9376,154.6048,154.938,154.2716,153.9384,153.272,153.272,153.272,153.272],[156.60399999999998,156.60399999999998,156.9372,157.2704,157.9368,157.9368,157.9368,157.9368,158.6032,158.6032,158.6032,159.2696,159.2696,159.936,159.936,160.2692,160.2692,160.9356,160.9356,160.9356,160.9356,161.602,161.9352,162.6016,162.9348,162.9348,162.9348,162.6016,161.9352,160.9356,159.936,158.27,157.6036,156.9372,156.2708,155.2712,154.938,154.2716,152.9388,150.6064,147.9408,145.9416,143.9424,141.60999999999999,139.2776,137.2784,134.946,132.9468,131.9472,130.6144,129.2816,128.6152,127.9488,127.6156,126.9492,126.9492,125.9496,125.9496,126.2828,124.6168,122.6176,120.6184,118.286,116.2868,113.288,110.2892,109.6228,107.9568,105.9576,104.2916,102.9588,101.2928,98.294,96.2948,94.6288,92.6296,88.9644,86.632,84.966,81.9672,77.9688,74.97,71.638,67.3064,62.6416,57.9768,54.3116,50.3132,46.9812,44.315599999999996,42.9828,40.6504,37.3184,35.9856,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.32,32.6536,33.32,33.986399999999996,34.6528,35.3192,37.9848,41.3168,44.982,48.980399999999996,52.6456,55.9776,58.9764,60.3092,62.6416,65.3072,67.6396,69.972,71.9712,73.304,74.6368,76.3028,78.30199999999999,80.6344,83.6332,85.6324,87.9648,89.2976,89.2976,89.6308,89.2976,88.298,87.2984,86.9652,84.966,83.6332,81.634,80.9676,80.9676,80.9676,80.9676,80.3012,80.3012,79.968,79.6348,80.3012,80.9676,81.634,81.634,82.6336,83.3,84.966,85.9656,87.9648,89.2976,91.63,93.29599999999999,93.9624,94.962,95.6284,96.2948,98.6272,100.2932,101.2928,101.2928,100.9596,100.9596,101.2928,101.9592,101.9592,103.292,103.9584,104.6248,104.958,105.9576,107.9568,109.6228,110.2892,110.9556,111.622,112.6216,113.288,112.2884,111.622,109.2896,107.6236,105.9576,103.9584,102.6256,102.2924,102.2924,103.292,105.2912,106.9572,108.6232,109.956,110.2892,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.6224,110.9556,110.9556,111.622,111.622,112.6216,112.6216,113.288,113.6212,113.288,113.288,113.288,112.95479999999999,113.6212,113.6212,114.2876,114.6208,115.9536,116.62,117.9528,118.286,120.6184,122.6176,124.6168,125.2832,125.9496,125.2832,124.95,123.6172,123.6172,123.6172,123.9504,124.95,125.6164,126.616,126.9492,127.9488,127.9488,126.2828,123.6172,121.9512,119.952,117.6196,116.62,115.9536,115.2872,115.6204,115.9536,117.2864,118.61919999999999,120.9516,122.6176,122.2844,120.9516,119.6188,118.9524,117.9528,117.6196,117.9528,117.9528,117.2864,116.62,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.6204,115.9536,116.62,118.61919999999999,119.2856,120.9516,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.95,124.95,125.6164,126.2828,126.2828,126.2828,126.2828,124.6168,123.28399999999999,122.9508,120.9516,120.9516,121.618,122.9508,124.28359999999999,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.618,120.9516,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.9512,123.28399999999999,124.28359999999999,125.2832,125.6164,126.616,125.9496,125.2832,124.28359999999999,123.28399999999999,122.6176,122.6176,121.9512,121.9512,120.9516,119.952,119.2856,119.2856,119.2856,120.6184,122.2844,124.6168,126.9492,128.6152,129.948,129.948,129.948,130.2812,129.948,129.2816,128.9484,128.9484,129.6148,129.948,129.948,130.6144,130.2812,129.948,129.948,129.948,129.2816,129.2816,129.2816,129.948,129.6148,129.948,129.948,130.6144,130.6144,131.2808,132.6136,134.2796,135.6124,135.94559999999998,135.94559999999998,134.946,134.6128,134.2796,133.6132,132.9468,132.2804,131.9472,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,131.9472,131.9472,132.6136,132.6136,133.28,133.28,134.2796,134.2796,134.2796,134.2796,134.946,134.2796,133.6132,132.6136,131.9472,131.2808,130.9476,130.9476,131.614,132.2804,133.28,134.946,137.6116,139.6108,139.944,139.944,140.2772,140.2772,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.6096,142.6096,143.276,144.6088,144.942,145.6084,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,148.274,148.274,148.274,148.9404,149.2736,149.2736,149.2736,149.94,149.94,149.94,149.94,149.94,150.6064,150.6064,151.2728,151.9392,152.6056,152.6056,153.9384,154.2716,154.938,154.938,155.2712,155.2712,155.2712,155.2712,155.2712,154.6048,154.6048,153.9384,154.2716,153.272,152.9388,152.6056,152.6056,152.6056],[156.9372,156.9372,156.9372,156.9372,157.2704,157.9368,157.9368,157.2704,158.27,158.27,158.6032,158.6032,159.936,159.936,160.2692,160.2692,160.6024,160.6024,160.6024,161.2688,161.602,162.6016,162.6016,164.2676,165.2672,165.2672,165.2672,163.9344,162.9348,162.6016,161.602,159.936,158.6032,157.6036,156.9372,156.2708,155.6044,154.938,153.9384,152.6056,149.94,147.9408,145.6084,143.9424,141.60999999999999,138.6112,136.612,134.2796,132.2804,129.948,129.2816,128.6152,127.9488,127.6156,126.9492,126.616,125.9496,125.9496,125.6164,124.6168,122.6176,120.2852,118.286,116.62,114.6208,111.622,111.2888,109.2896,107.9568,106.9572,105.2912,103.9584,101.9592,99.2936,97.6276,95.6284,93.29599999999999,90.9636,89.6308,86.2988,81.9672,77.9688,74.97,70.3052,65.3072,60.6424,56.644,52.9788,48.980399999999996,45.6484,43.6492,41.65,38.6512,35.9856,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.32,32.6536,33.32,33.986399999999996,35.3192,35.9856,38.6512,42.6496,46.3148,50.9796,54.6448,57.9768,60.3092,61.3088,63.308,65.6404,66.9732,68.6392,70.6384,72.6376,74.6368,76.3028,78.30199999999999,80.6344,83.6332,85.6324,86.632,88.298,88.298,88.298,88.298,87.2984,87.2984,86.9652,85.6324,84.2996,83.6332,82.3004,82.3004,82.3004,82.96679999999999,82.3004,81.9672,81.9672,82.6336,82.6336,81.9672,82.96679999999999,82.6336,82.6336,83.3,84.2996,85.9656,87.9648,89.2976,91.63,93.29599999999999,94.6288,95.6284,95.6284,96.9612,99.2936,101.2928,103.292,103.292,103.292,103.292,104.2916,104.2916,104.2916,104.958,105.2912,105.9576,105.6244,106.624,107.9568,109.6228,110.2892,110.9556,112.2884,113.95439999999999,114.2876,114.2876,112.95479999999999,111.2888,109.6228,107.6236,104.958,103.292,102.9588,102.9588,103.62519999999999,105.9576,107.6236,108.6232,109.6228,109.6228,109.2896,108.6232,109.2896,109.956,109.956,109.956,109.956,110.6224,110.6224,111.2888,111.9552,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.9536,116.62,116.9532,117.9528,118.9524,120.6184,122.6176,123.9504,125.2832,126.2828,126.2828,125.9496,124.95,123.28399999999999,122.6176,123.6172,123.6172,123.9504,124.6168,125.6164,126.616,127.9488,128.282,126.2828,125.2832,123.28399999999999,121.9512,119.2856,117.9528,117.2864,116.62,116.62,117.9528,119.6188,121.2848,122.9508,123.28399999999999,123.28399999999999,122.2844,121.2848,119.952,119.952,118.9524,119.6188,118.9524,118.286,117.2864,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,116.62,117.6196,118.61919999999999,119.2856,120.9516,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,124.95,125.6164,125.6164,126.2828,126.2828,126.2828,125.6164,124.6168,123.28399999999999,122.9508,121.618,121.9512,123.28399999999999,123.9504,124.95,125.6164,125.2832,125.6164,126.2828,126.2828,125.6164,125.6164,125.2832,123.9504,123.28399999999999,122.2844,121.2848,120.2852,119.6188,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,120.6184,122.2844,124.28359999999999,125.2832,125.6164,126.616,125.9496,124.6168,123.28399999999999,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.2856,118.9524,118.286,119.2856,120.6184,122.2844,125.2832,126.9492,129.2816,129.948,129.948,129.948,130.2812,129.948,129.2816,128.9484,129.6148,129.6148,129.948,129.948,129.948,130.6144,129.6148,129.2816,128.6152,128.282,127.6156,127.9488,128.6152,129.2816,129.2816,129.2816,129.948,130.6144,131.2808,131.9472,133.6132,135.6124,135.94559999999998,135.94559999999998,134.6128,134.2796,133.6132,132.9468,132.6136,131.9472,131.2808,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,131.9472,131.9472,132.6136,132.6136,133.28,133.28,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,132.6136,131.9472,130.6144,129.948,128.9484,129.948,130.2812,131.2808,133.28,134.946,137.6116,139.6108,139.944,139.944,140.2772,140.2772,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,142.6096,143.9424,144.6088,145.6084,145.6084,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.9408,148.274,148.274,148.274,148.9404,149.2736,149.2736,148.9404,149.6068,148.9404,148.9404,149.6068,149.6068,150.2732,150.2732,150.6064,151.2728,151.9392,152.9388,153.272,153.9384,154.2716,154.2716,154.938,154.938,154.938,154.938,154.938,153.9384,154.2716,153.9384,153.272,152.6056,152.6056,152.6056,152.6056],[156.2708,156.2708,156.2708,156.9372,156.9372,157.2704,157.2704,156.9372,157.6036,158.27,158.27,158.6032,160.2692,160.6024,160.2692,160.2692,160.2692,160.2692,160.2692,160.2692,161.602,162.6016,162.6016,164.934,166.9332,167.5996,166.9332,165.2672,164.2676,163.9344,162.6016,160.9356,159.2696,158.27,158.27,157.2704,156.9372,155.9376,154.938,153.6052,151.2728,148.9404,147.27439999999999,145.6084,143.276,140.6104,137.9448,136.2788,132.6136,130.9476,129.948,128.9484,128.282,126.9492,126.616,125.9496,125.2832,125.2832,125.2832,123.9504,122.2844,120.6184,118.9524,117.2864,114.954,113.288,112.2884,111.2888,109.956,108.28999999999999,107.6236,106.624,104.958,102.6256,100.2932,97.96079999999999,95.6284,93.6292,91.2968,89.2976,84.6328,80.6344,76.9692,72.3044,66.64,61.9752,57.9768,54.3116,50.9796,48.314,45.6484,42.9828,39.3176,36.652,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.32,32.6536,33.32,34.6528,35.9856,36.652,39.984,43.9824,47.6476,52.3124,55.6444,58.9764,60.6424,61.641999999999996,63.308,64.974,65.6404,66.64,68.6392,71.9712,73.9704,75.6364,77.6356,80.6344,82.3004,84.2996,85.6324,85.2992,85.9656,85.6324,85.6324,86.9652,86.2988,85.6324,85.6324,84.966,84.966,84.2996,84.2996,84.2996,84.6328,84.6328,84.6328,84.966,85.6324,85.6324,85.6324,84.966,84.2996,83.6332,83.9664,84.966,85.9656,87.2984,89.2976,91.63,93.29599999999999,94.962,95.6284,96.2948,97.96079999999999,100.2932,102.6256,104.6248,104.6248,104.6248,105.2912,105.9576,106.2908,106.2908,106.9572,106.2908,106.2908,106.2908,106.9572,107.9568,108.28999999999999,109.956,110.2892,111.9552,113.6212,114.6208,114.954,114.2876,112.6216,110.6224,107.6236,104.958,103.292,102.6256,102.6256,104.6248,105.9576,107.6236,108.6232,109.2896,109.2896,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,111.2888,111.9552,112.6216,113.95439999999999,114.6208,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,117.6196,118.286,118.286,120.2852,121.2848,122.6176,123.9504,125.9496,125.9496,126.616,125.2832,123.9504,122.6176,122.2844,122.6176,123.28399999999999,123.9504,124.6168,125.6164,125.9496,127.2824,128.282,126.616,125.6164,123.9504,122.9508,120.9516,119.6188,118.9524,118.61919999999999,118.9524,120.2852,121.9512,122.9508,123.9504,124.28359999999999,124.6168,123.9504,122.2844,121.9512,121.618,120.6184,120.6184,120.6184,120.2852,118.9524,117.2864,117.2864,117.6196,117.2864,117.2864,116.62,116.62,116.62,117.6196,118.61919999999999,119.2856,120.2852,121.2848,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,124.95,124.95,124.95,124.95,124.6168,124.95,124.95,124.95,125.6164,125.2832,125.2832,124.6168,123.28399999999999,122.9508,122.9508,122.2844,123.28399999999999,124.6168,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,123.9504,123.28399999999999,122.2844,121.2848,120.2852,119.952,119.2856,118.286,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,119.6188,119.952,120.9516,122.9508,125.2832,125.6164,126.616,125.9496,124.6168,122.9508,121.2848,120.2852,120.9516,119.952,119.6188,118.9524,118.9524,118.9524,118.286,119.2856,120.6184,121.9512,125.2832,126.9492,128.9484,129.6148,129.948,129.948,128.9484,128.6152,128.9484,128.6152,128.9484,128.9484,129.948,129.948,129.948,129.2816,128.6152,128.282,127.2824,126.2828,126.2828,126.616,127.6156,127.6156,128.282,128.282,129.2816,129.948,130.6144,131.2808,132.9468,133.6132,134.946,134.946,133.6132,132.9468,132.6136,131.9472,131.2808,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,131.9472,131.9472,132.6136,132.6136,133.28,133.28,134.2796,134.2796,133.9464,134.2796,133.6132,132.9468,131.9472,130.6144,129.2816,128.6152,127.9488,128.6152,130.2812,131.2808,133.28,135.2792,137.6116,139.6108,139.944,139.944,140.2772,140.2772,140.9436,140.9436,140.9436,140.9436,141.60999999999999,142.2764,142.2764,142.6096,143.9424,144.6088,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.9412,147.6076,147.6076,147.6076,148.274,148.274,148.9404,148.9404,148.274,148.274,148.274,148.274,148.6072,148.9404,149.6068,149.6068,150.2732,150.93959999999998,151.2728,152.2724,152.9388,152.9388,153.272,153.9384,154.2716,154.2716,154.2716,154.2716,154.2716,154.2716,153.9384,153.272,151.9392,151.9392,151.9392,151.9392,151.9392],[156.2708,156.2708,156.2708,156.2708,156.2708,156.9372,156.9372,156.2708,156.9372,157.6036,157.6036,158.6032,160.2692,160.6024,160.6024,160.2692,160.2692,160.2692,160.2692,160.2692,161.602,162.6016,163.268,164.934,166.9332,167.5996,166.9332,166.6,165.2672,163.9344,162.6016,160.9356,159.2696,158.27,157.6036,156.9372,156.2708,155.2712,154.938,153.6052,151.9392,149.6068,148.274,146.2748,143.6092,141.2768,138.6112,136.2788,133.9464,131.2808,130.6144,128.9484,128.282,127.6156,126.616,125.9496,125.2832,125.2832,124.6168,123.28399999999999,121.9512,119.952,117.9528,116.62,114.954,113.95439999999999,113.288,113.288,111.622,110.2892,108.28999999999999,107.2904,106.2908,104.6248,102.9588,100.6264,97.96079999999999,95.6284,93.29599999999999,90.2972,86.632,81.9672,78.9684,73.9704,68.9724,63.308,59.309599999999996,56.3108,52.9788,49.6468,46.9812,44.315599999999996,40.6504,37.3184,35.3192,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,31.9872,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.32,33.32,33.32,33.32,34.6528,35.9856,37.3184,40.6504,44.6488,48.980399999999996,53.6452,57.3104,59.6428,61.641999999999996,62.3084,63.308,64.974,65.6404,66.64,68.6392,71.3048,73.304,74.97,76.9692,79.3016,81.634,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.9656,86.2988,86.632,87.2984,86.9652,88.298,88.63119999999999,88.63119999999999,87.9648,87.6316,87.2984,85.9656,85.6324,85.9656,86.2988,87.9648,89.2976,91.2968,93.29599999999999,94.962,95.9616,96.9612,98.294,101.2928,102.6256,104.6248,105.9576,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.2904,106.9572,106.9572,106.9572,107.9568,108.28999999999999,109.2896,110.2892,111.9552,113.6212,114.6208,115.6204,114.954,113.288,111.2888,108.28999999999999,105.6244,103.62519999999999,102.6256,102.6256,104.6248,105.9576,107.6236,107.9568,108.6232,108.6232,107.6236,107.6236,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.956,110.6224,111.2888,111.622,113.288,113.6212,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,117.2864,117.6196,118.286,119.6188,119.952,121.9512,122.2844,123.9504,125.2832,125.2832,125.9496,124.95,123.6172,122.6176,121.618,122.6176,122.6176,123.28399999999999,123.6172,124.6168,125.9496,127.2824,128.282,126.9492,126.2828,125.9496,123.9504,122.2844,121.2848,120.9516,120.9516,121.2848,121.9512,123.28399999999999,123.9504,125.2832,125.2832,125.6164,124.95,122.9508,122.2844,122.2844,122.2844,121.618,121.2848,121.2848,120.2852,118.9524,117.9528,117.9528,117.6196,117.2864,117.2864,116.62,117.2864,117.6196,118.61919999999999,119.952,120.2852,120.9516,121.618,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.95,125.2832,125.2832,124.95,124.95,124.6168,124.6168,124.6168,124.6168,124.95,125.2832,124.6168,123.9504,122.9508,121.9512,121.9512,121.9512,122.9508,123.9504,124.95,126.2828,126.9492,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,124.6168,123.28399999999999,122.9508,121.9512,121.2848,120.2852,119.952,119.2856,118.9524,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.952,120.9516,122.2844,123.9504,125.6164,126.2828,125.9496,124.6168,122.9508,121.2848,119.952,120.2852,119.2856,118.9524,118.286,118.286,118.286,118.286,119.2856,120.6184,122.2844,125.2832,126.9492,127.6156,128.9484,128.9484,128.9484,128.282,128.282,128.6152,127.9488,128.9484,128.9484,129.948,129.2816,129.2816,128.9484,127.6156,126.616,125.6164,124.95,124.95,125.2832,125.9496,126.9492,127.2824,127.6156,128.282,128.9484,129.6148,130.6144,131.9472,132.9468,134.2796,134.2796,132.9468,132.6136,131.9472,131.2808,130.9476,130.6144,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,131.9472,132.2804,132.6136,132.9468,133.28,133.9464,134.2796,134.2796,134.2796,133.9464,133.6132,132.9468,131.9472,129.6148,128.6152,127.6156,127.6156,128.6152,129.6148,131.2808,133.28,135.2792,137.6116,138.9444,139.6108,139.944,139.944,140.2772,140.2772,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.9424,145.2752,145.6084,145.9416,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,147.6076,148.274,148.6072,148.9404,149.6068,149.6068,150.93959999999998,151.2728,152.2724,152.2724,152.9388,152.9388,153.9384,153.9384,154.2716,154.2716,154.2716,153.9384,153.9384,152.6056,152.6056,151.606,151.606,151.606,151.9392,151.9392],[156.9372,156.9372,156.2708,156.2708,155.9376,155.9376,155.9376,155.2712,155.6044,155.6044,156.9372,157.6036,159.6028,160.6024,160.6024,160.6024,160.6024,160.6024,160.9356,161.602,161.9352,162.9348,163.268,164.2676,165.93359999999998,166.6,165.93359999999998,165.2672,164.934,163.268,162.26839999999999,160.6024,158.9364,157.2704,156.2708,154.938,154.2716,153.9384,153.6052,152.9388,151.9392,149.94,148.6072,145.6084,143.276,140.2772,137.9448,135.6124,134.2796,132.6136,130.9476,129.6148,128.6152,127.6156,126.2828,125.9496,125.9496,125.9496,123.9504,122.9508,120.6184,119.2856,117.2864,115.9536,114.954,113.95439999999999,114.6208,114.2876,113.288,111.2888,109.956,108.6232,108.28999999999999,106.2908,103.9584,101.9592,99.6268,96.9612,94.6288,91.63,87.6316,83.9664,80.9676,76.9692,71.638,65.9736,61.3088,58.31,54.978,51.646,48.314,44.982,41.3168,37.9848,35.9856,34.6528,33.32,33.32,33.32,33.32,32.6536,31.9872,31.3208,31.3208,31.3208,31.9872,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,36.652,38.6512,41.65,45.9816,50.9796,55.9776,58.6432,60.6424,62.3084,63.9744,64.6408,65.6404,67.3064,68.6392,69.972,71.9712,73.63719999999999,74.3036,76.3028,78.6352,80.3012,82.3004,82.6336,82.6336,82.6336,82.6336,82.6336,83.9664,83.9664,83.9664,84.2996,85.6324,85.6324,85.9656,86.9652,87.9648,88.298,88.9644,89.2976,89.964,90.6304,91.63,91.63,90.2972,89.2976,88.298,87.9648,87.9648,87.9648,88.63119999999999,89.2976,90.6304,92.6296,94.962,96.2948,96.9612,98.96039999999999,101.2928,103.292,104.958,106.2908,106.9572,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.2904,106.9572,106.2908,106.9572,107.2904,107.9568,108.9564,109.956,112.2884,113.6212,115.6204,115.9536,114.954,113.6212,111.622,108.9564,106.2908,104.2916,103.292,103.292,105.2912,105.9576,106.2908,106.9572,106.9572,106.9572,107.6236,106.9572,107.2904,107.9568,107.9568,108.28999999999999,109.2896,109.956,110.9556,110.9556,111.622,112.2884,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,115.6204,115.9536,116.62,117.6196,118.286,119.6188,120.2852,121.2848,122.6176,123.28399999999999,123.9504,124.6168,124.6168,123.6172,122.6176,121.618,121.618,121.618,122.2844,123.28399999999999,123.6172,124.6168,125.2832,127.2824,127.9488,128.282,128.282,126.9492,125.2832,124.28359999999999,122.9508,121.9512,121.9512,122.9508,123.28399999999999,123.9504,125.2832,126.2828,126.2828,126.2828,125.2832,124.95,124.28359999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,121.618,119.952,119.6188,118.9524,117.9528,117.2864,117.2864,117.2864,117.2864,118.286,118.9524,119.952,120.2852,120.9516,121.2848,121.618,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.95,124.95,125.2832,125.2832,125.2832,124.6168,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,123.9504,122.9508,121.9512,120.2852,119.952,120.9516,122.9508,124.6168,126.2828,126.9492,126.9492,126.2828,126.2828,125.6164,125.2832,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.2848,120.2852,120.2852,119.952,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.952,120.9516,121.9512,124.28359999999999,124.95,126.2828,126.2828,124.6168,122.9508,121.2848,119.6188,118.286,118.286,118.286,117.9528,117.9528,117.9528,118.286,118.9524,120.9516,122.2844,123.9504,125.2832,126.2828,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,128.282,127.6156,126.616,125.6164,125.2832,124.28359999999999,124.28359999999999,124.6168,125.6164,125.6164,126.616,126.9492,126.9492,127.6156,129.2816,129.948,130.9476,131.9472,132.6136,132.6136,131.9472,131.9472,130.6144,130.9476,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.9472,132.2804,133.28,133.28,134.2796,134.2796,134.946,134.946,134.2796,134.2796,133.28,132.6136,130.9476,129.2816,127.2824,126.616,126.9492,127.6156,129.2816,131.2808,133.28,135.2792,137.6116,138.6112,139.6108,139.6108,139.6108,139.944,139.944,140.2772,140.2772,140.2772,140.2772,140.9436,141.60999999999999,142.2764,143.276,143.9424,145.2752,145.2752,144.6088,144.942,145.9416,145.9416,145.6084,145.6084,145.6084,145.6084,146.2748,146.608,146.608,146.608,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.9412,146.9412,146.9412,147.6076,148.6072,148.9404,149.6068,149.6068,150.6064,150.93959999999998,151.9392,151.9392,152.6056,152.6056,152.9388,152.9388,153.9384,153.9384,153.9384,152.9388,152.6056,151.2728,151.2728,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998],[156.9372,156.9372,155.9376,156.2708,155.2712,155.2712,154.6048,154.6048,154.938,154.938,155.2712,156.60399999999998,158.9364,159.6028,160.2692,160.6024,160.6024,160.6024,161.602,161.602,161.9352,162.9348,163.9344,163.6012,164.2676,164.6008,165.2672,164.6008,163.9344,161.9352,160.9356,159.6028,157.2704,155.9376,154.2716,153.272,152.9388,152.6056,152.6056,151.9392,151.606,149.6068,148.274,145.2752,142.2764,139.944,137.6116,136.2788,134.6128,133.28,131.614,130.6144,129.6148,128.282,126.9492,126.2828,126.9492,126.2828,124.6168,123.28399999999999,120.9516,119.6188,117.6196,116.62,114.954,114.954,115.6204,115.2872,114.2876,112.2884,110.2892,109.2896,108.6232,107.6236,105.2912,103.292,100.9596,98.294,95.9616,93.29599999999999,88.298,85.2992,82.3004,78.30199999999999,73.304,68.6392,63.308,59.309599999999996,56.3108,53.6452,50.3132,46.3148,41.9832,38.6512,36.652,35.3192,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.3208,31.3208,31.9872,33.32,33.986399999999996,34.6528,34.6528,33.986399999999996,34.6528,35.9856,37.3184,39.3176,42.3164,46.647999999999996,51.646,56.644,59.976,61.9752,63.9744,64.6408,66.3068,67.3064,68.6392,69.972,71.3048,72.6376,73.63719999999999,74.3036,75.6364,77.3024,79.6348,80.6344,81.3008,81.9672,81.9672,81.9672,82.6336,83.9664,83.9664,83.9664,84.2996,85.6324,85.9656,86.9652,87.6316,88.63119999999999,89.2976,89.6308,90.6304,91.63,92.2964,93.29599999999999,93.6292,92.2964,91.63,90.6304,89.964,88.9644,88.9644,89.2976,89.964,91.2968,93.29599999999999,94.962,96.9612,97.6276,99.2936,101.2928,103.292,104.958,106.2908,106.9572,107.6236,108.28999999999999,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,107.2904,107.9568,108.28999999999999,109.956,112.2884,113.6212,114.954,115.9536,114.2876,113.6212,111.622,109.6228,106.624,104.6248,103.62519999999999,103.62519999999999,105.2912,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.2904,107.2904,107.9568,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.9556,112.2884,112.2884,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,114.6208,115.2872,115.6204,116.62,117.2864,117.9528,119.6188,120.2852,121.9512,122.2844,122.9508,122.9508,122.9508,122.6176,121.618,121.2848,121.618,121.618,121.618,121.9512,122.2844,123.28399999999999,124.95,126.2828,127.6156,128.6152,128.6152,128.282,126.9492,124.95,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,125.2832,125.9496,126.616,127.2824,126.616,126.616,125.6164,125.2832,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.6176,120.9516,119.952,119.6188,118.61919999999999,117.6196,117.2864,117.2864,117.2864,118.286,118.9524,119.952,120.2852,120.9516,120.9516,121.618,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.95,124.95,125.2832,125.2832,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,122.9508,121.9512,120.2852,118.61919999999999,118.61919999999999,119.952,122.6176,124.6168,126.2828,126.9492,126.9492,126.2828,125.6164,125.2832,125.2832,123.9504,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,121.2848,120.9516,120.2852,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,120.9516,122.2844,123.28399999999999,124.6168,125.6164,126.9492,126.2828,124.6168,122.6176,120.6184,118.9524,117.6196,117.9528,117.9528,117.9528,117.6196,117.6196,118.286,119.2856,119.952,121.618,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.6164,125.9496,126.616,127.6156,128.6152,128.6152,128.6152,128.282,127.6156,126.9492,125.9496,125.2832,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,125.6164,125.9496,125.9496,126.616,127.6156,127.9488,128.9484,129.948,130.6144,131.2808,131.2808,131.2808,130.9476,130.9476,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.614,132.2804,132.2804,133.28,133.28,134.2796,134.2796,134.946,134.946,134.2796,134.2796,133.28,132.6136,130.9476,128.6152,126.616,125.9496,126.9492,127.6156,129.2816,131.2808,133.28,134.946,137.2784,138.6112,138.9444,139.6108,139.6108,139.6108,139.2776,139.944,139.944,139.944,139.944,140.2772,141.2768,142.2764,143.276,143.9424,144.942,144.942,144.6088,144.6088,145.2752,145.2752,144.942,144.942,144.942,144.942,145.6084,146.2748,146.2748,146.2748,146.608,147.27439999999999,146.608,146.608,146.608,146.608,146.9412,147.6076,148.6072,148.9404,149.6068,149.6068,150.6064,150.93959999999998,151.9392,151.9392,152.6056,152.6056,152.9388,152.9388,153.9384,153.9384,153.272,152.6056,151.2728,151.2728,150.6064,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998],[156.9372,156.9372,155.9376,155.9376,154.938,154.6048,153.9384,153.9384,152.9388,152.9388,153.6052,154.6048,156.60399999999998,157.9368,158.6032,159.2696,159.936,159.936,160.2692,160.9356,162.26839999999999,162.6016,162.6016,162.6016,163.6012,163.6012,163.6012,163.6012,162.6016,161.602,159.6028,157.9368,155.9376,154.6048,152.9388,151.9392,151.2728,150.93959999999998,151.2728,151.2728,150.6064,149.2736,147.6076,145.2752,142.9428,140.6104,138.6112,136.612,135.6124,134.2796,132.9468,131.614,130.6144,129.2816,128.282,128.282,128.282,126.9492,125.6164,123.9504,122.6176,120.2852,118.9524,117.9528,116.62,115.9536,116.62,115.9536,114.954,112.95479999999999,110.9556,109.956,109.2896,107.6236,105.6244,103.62519999999999,101.2928,99.6268,97.6276,94.6288,89.964,86.632,83.3,78.9684,74.97,70.3052,65.3072,60.6424,57.6436,54.3116,50.9796,46.9812,42.6496,39.3176,37.3184,35.9856,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,31.9872,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,36.652,37.9848,39.3176,42.3164,45.9816,51.646,55.9776,59.309599999999996,62.6416,64.6408,65.9736,67.6396,69.3056,70.6384,71.3048,72.6376,73.304,74.3036,74.3036,75.6364,77.3024,78.9684,79.968,80.6344,81.9672,82.6336,82.6336,83.3,84.2996,84.966,84.966,84.966,85.6324,85.9656,86.9652,87.6316,88.63119999999999,89.2976,90.6304,91.2968,92.2964,92.9628,93.9624,94.6288,93.9624,93.6292,92.2964,91.2968,90.6304,90.6304,90.2972,90.2972,91.63,93.6292,95.9616,97.2944,98.6272,99.6268,101.2928,103.292,103.9584,105.6244,106.9572,107.6236,108.28999999999999,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,106.9572,107.6236,108.28999999999999,109.956,112.2884,112.95479999999999,114.954,114.954,114.2876,113.288,111.622,109.6228,107.2904,105.6244,104.958,104.958,105.6244,105.9576,105.6244,105.6244,105.6244,105.6244,106.624,106.624,107.2904,107.2904,107.9568,108.28999999999999,109.2896,109.956,110.2892,110.2892,110.2892,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.6212,114.2876,114.6208,115.2872,116.62,117.6196,119.6188,119.952,121.2848,121.2848,121.618,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,122.2844,123.9504,125.6164,128.282,129.2816,128.9484,127.9488,127.2824,126.2828,124.95,124.28359999999999,124.6168,124.6168,124.6168,125.2832,126.616,127.6156,127.6156,126.2828,126.2828,125.9496,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.28399999999999,122.2844,121.618,119.952,119.2856,118.286,118.286,117.2864,117.2864,118.286,118.9524,119.952,120.2852,121.2848,121.2848,121.618,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,120.2852,117.9528,116.62,117.6196,119.2856,121.9512,124.6168,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,121.618,121.618,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.618,121.618,122.2844,123.6172,124.95,125.6164,126.9492,126.2828,124.6168,122.9508,120.6184,118.61919999999999,117.6196,116.9532,117.6196,117.6196,117.6196,117.6196,118.286,118.9524,119.2856,120.2852,120.9516,120.6184,120.2852,121.2848,121.9512,122.6176,123.28399999999999,124.28359999999999,125.6164,126.9492,128.6152,128.9484,128.6152,128.282,127.6156,126.9492,125.9496,125.2832,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,126.616,126.616,127.6156,128.6152,129.2816,130.2812,130.2812,130.9476,130.6144,129.948,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,133.28,133.28,134.2796,134.2796,134.946,134.946,134.2796,133.9464,132.6136,131.9472,130.6144,127.9488,126.616,125.9496,126.616,127.6156,129.948,131.2808,133.6132,135.2792,136.612,137.9448,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,139.2776,139.2776,139.2776,139.944,140.9436,141.60999999999999,143.276,143.9424,144.2756,144.2756,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.2756,144.2756,144.2756,144.942,145.2752,145.2752,146.2748,146.2748,146.2748,145.6084,146.2748,146.2748,146.608,147.27439999999999,148.274,148.6072,149.6068,149.6068,149.94,150.6064,151.9392,151.9392,152.6056,152.6056,152.9388,152.9388,153.272,153.272,152.9388,152.6056,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064],[156.9372,155.9376,155.9376,155.2712,154.6048,153.9384,153.272,152.6056,151.9392,151.9392,152.6056,153.272,153.6052,155.6044,156.60399999999998,156.9372,157.6036,157.9368,158.6032,159.936,160.2692,160.9356,160.9356,162.26839999999999,161.9352,161.9352,162.6016,162.26839999999999,161.9352,160.2692,158.6032,156.2708,154.938,152.6056,151.9392,150.2732,149.94,148.9404,149.2736,148.9404,148.9404,147.9408,146.608,144.942,142.9428,140.6104,138.6112,136.612,135.6124,134.6128,133.28,131.9472,130.6144,129.2816,128.282,128.282,128.282,127.6156,125.6164,123.9504,122.2844,120.6184,118.9524,118.61919999999999,117.2864,116.62,117.2864,116.62,114.954,112.95479999999999,110.6224,109.2896,108.28999999999999,106.9572,105.2912,103.62519999999999,102.6256,100.2932,98.6272,95.9616,90.6304,86.9652,84.6328,80.9676,76.3028,71.9712,67.6396,63.308,59.309599999999996,55.6444,52.3124,48.314,43.9824,40.3172,37.9848,36.652,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,32.6536,33.986399999999996,34.6528,35.3192,35.3192,34.6528,35.3192,37.3184,37.9848,39.3176,42.3164,45.9816,50.9796,55.3112,59.6428,62.6416,65.3072,66.64,68.306,69.972,71.3048,71.9712,72.6376,73.304,74.3036,74.3036,75.6364,76.636,77.9688,79.3016,80.6344,81.9672,83.3,83.3,84.2996,84.966,84.966,84.966,84.966,85.6324,85.9656,86.9652,87.6316,88.63119999999999,89.964,91.2968,91.63,92.2964,93.29599999999999,94.6288,94.6288,94.6288,93.9624,92.9628,92.2964,91.63,91.63,91.2968,92.2964,93.6292,94.2956,96.9612,97.96079999999999,98.96039999999999,99.96,101.9592,102.6256,104.2916,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,106.624,106.9572,107.9568,109.956,110.9556,112.6216,113.6212,114.2876,113.6212,113.288,111.622,108.9564,107.2904,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,107.6236,108.6232,109.956,109.956,109.956,109.956,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.9552,112.2884,112.95479999999999,113.95439999999999,114.954,115.9536,117.2864,117.6196,118.9524,118.9524,119.2856,118.9524,119.2856,119.2856,119.2856,119.2856,119.952,119.952,120.2852,120.9516,121.618,122.9508,125.2832,126.9492,127.9488,128.6152,128.282,127.9488,126.2828,125.6164,125.2832,124.28359999999999,124.6168,125.2832,125.9496,126.616,127.6156,127.6156,126.9492,126.2828,126.616,126.2828,125.9496,125.6164,126.2828,126.2828,125.6164,124.6168,123.28399999999999,122.2844,121.2848,119.952,118.9524,118.286,117.9528,117.9528,118.286,118.9524,119.952,120.9516,121.2848,121.2848,121.618,122.2844,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.9504,123.9504,123.28399999999999,122.9508,122.2844,122.2844,122.9508,122.6176,121.9512,121.2848,118.9524,117.2864,115.9536,116.62,118.61919999999999,121.9512,124.6168,126.2828,126.2828,126.2828,125.6164,125.2832,124.6168,124.6168,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.618,121.618,122.2844,122.6176,122.6176,122.6176,122.6176,122.2844,122.2844,122.2844,122.9508,123.6172,124.95,125.6164,126.2828,126.2828,124.6168,122.2844,119.952,117.9528,116.9532,116.62,116.9532,117.6196,117.6196,117.6196,117.9528,118.286,118.9524,119.2856,118.9524,118.9524,118.9524,119.6188,120.2852,120.6184,121.9512,123.9504,125.6164,127.2824,129.2816,128.9484,128.6152,128.282,126.9492,126.616,125.2832,124.95,124.28359999999999,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.9496,126.9492,127.9488,128.6152,128.9484,129.6148,129.6148,129.948,130.9476,130.9476,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,134.2796,134.2796,134.946,134.946,134.2796,133.9464,131.9472,130.2812,129.2816,127.9488,126.616,126.616,126.616,127.9488,129.948,131.2808,133.6132,135.2792,136.2788,137.2784,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112,138.9444,138.9444,138.9444,139.6108,139.944,140.9436,142.6096,142.9428,143.276,143.9424,143.9424,142.9428,142.9428,142.9428,142.9428,143.6092,143.9424,143.9424,144.2756,144.2756,144.2756,144.2756,145.6084,145.6084,145.6084,145.6084,146.2748,146.2748,146.608,147.27439999999999,148.274,148.6072,149.6068,149.6068,149.94,150.6064,151.9392,151.9392,152.6056,152.6056,152.9388,152.9388,153.272,153.272,152.9388,152.6056,151.2728,150.6064,150.6064,150.2732,150.6064,149.94,149.94,149.94],[155.9376,155.2712,155.2712,154.938,153.6052,152.9388,152.6056,151.9392,150.93959999999998,150.6064,151.2728,151.2728,151.2728,152.6056,153.6052,154.2716,154.938,155.2712,155.6044,156.9372,157.2704,157.9368,158.6032,159.936,159.936,160.6024,160.9356,160.9356,160.2692,158.6032,156.60399999999998,154.2716,152.6056,149.94,147.6076,145.9416,145.2752,146.2748,146.2748,146.9412,146.2748,145.6084,144.2756,142.6096,140.6104,138.6112,137.6116,135.94559999999998,134.2796,133.28,132.2804,131.2808,129.948,128.282,127.6156,126.9492,127.6156,126.9492,125.2832,123.28399999999999,121.2848,120.2852,118.61919999999999,117.9528,116.62,116.62,116.62,115.6204,113.6212,112.2884,109.2896,107.2904,105.9576,105.2912,103.62519999999999,102.2924,101.2928,100.2932,98.6272,95.6284,91.9632,88.298,85.9656,82.6336,77.6356,73.9704,69.972,65.6404,60.6424,56.977199999999996,53.6452,50.3132,45.3152,41.9832,39.3176,37.3184,35.3192,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,33.32,34.6528,35.3192,35.3192,35.3192,35.3192,35.9856,37.9848,38.6512,39.984,42.3164,45.3152,50.3132,54.6448,58.9764,62.6416,65.3072,66.9732,68.306,69.972,71.3048,71.9712,72.6376,73.304,74.3036,74.3036,75.6364,76.636,77.9688,80.3012,81.634,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,87.2984,87.9648,88.63119999999999,89.964,91.2968,91.63,92.2964,93.29599999999999,93.9624,94.6288,94.2956,94.2956,92.9628,92.9628,92.6296,92.9628,92.9628,93.29599999999999,94.6288,95.6284,97.2944,98.6272,99.6268,100.6264,102.6256,102.9588,104.2916,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,106.624,105.9576,105.6244,105.6244,105.6244,105.2912,105.6244,107.6236,108.6232,110.6224,111.622,112.95479999999999,112.95479999999999,113.288,112.6216,110.9556,108.9564,107.2904,106.624,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.2912,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,107.9568,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.6224,110.9556,111.622,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,115.6204,116.2868,116.2868,116.62,116.62,116.62,117.2864,117.9528,118.61919999999999,118.61919999999999,118.9524,119.6188,120.2852,121.618,123.9504,125.2832,126.9492,127.6156,127.6156,128.282,126.9492,125.6164,124.95,124.95,125.2832,125.2832,125.9496,126.616,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.282,127.6156,125.9496,124.6168,123.28399999999999,121.9512,120.9516,119.6188,118.286,117.9528,117.9528,118.9524,119.2856,120.2852,120.9516,121.9512,121.618,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.9512,121.9512,121.9512,121.2848,120.2852,119.6188,117.6196,115.6204,114.6208,115.2872,118.286,121.2848,123.9504,125.2832,125.9496,125.9496,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.618,121.618,122.2844,122.6176,123.28399999999999,123.28399999999999,123.9504,123.28399999999999,122.2844,122.2844,122.9508,122.9508,124.6168,124.95,125.6164,125.6164,123.9504,121.9512,119.6188,117.2864,116.2868,115.6204,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,117.9528,117.9528,118.286,118.9524,119.6188,120.6184,122.6176,123.9504,126.9492,127.9488,129.948,129.6148,128.6152,127.6156,125.6164,125.2832,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,126.9492,127.6156,127.9488,128.6152,129.948,130.9476,130.6144,131.9472,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,132.6136,132.9468,132.9468,133.28,133.28,134.2796,134.2796,134.946,134.946,134.2796,133.6132,131.9472,129.6148,127.9488,127.2824,126.616,126.616,127.9488,128.9484,130.9476,131.9472,133.28,134.6128,135.2792,136.2788,136.612,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.9448,139.2776,140.6104,141.9432,142.6096,142.6096,142.6096,142.9428,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,143.276,143.276,143.6092,143.6092,144.942,144.942,144.942,144.942,145.2752,145.6084,146.2748,146.9412,147.6076,148.274,148.6072,149.2736,149.94,150.6064,150.6064,151.2728,151.9392,152.6056,152.6056,152.6056,152.6056,152.6056,152.6056,151.606,151.2728,150.6064,149.94,149.6068,149.6068,148.9404,148.9404,148.9404],[155.2712,154.938,154.938,153.9384,152.9388,152.6056,151.9392,151.2728,149.94,149.6068,149.94,149.6068,150.2732,150.2732,150.6064,151.9392,152.6056,152.9388,153.6052,154.6048,154.6048,154.938,155.9376,156.9372,157.9368,158.6032,159.2696,158.9364,158.6032,156.60399999999998,155.2712,152.2724,150.2732,147.6076,145.2752,143.6092,142.9428,143.276,143.9424,143.9424,143.276,142.9428,141.2768,139.6108,138.6112,136.2788,135.2792,134.2796,133.28,132.2804,130.9476,129.948,127.9488,126.9492,126.616,125.6164,125.9496,125.2832,123.9504,122.2844,120.2852,118.61919999999999,117.2864,116.2868,115.9536,115.9536,115.9536,114.954,112.95479999999999,109.956,107.2904,104.958,103.62519999999999,102.6256,101.626,100.6264,99.2936,98.6272,97.96079999999999,95.6284,91.9632,88.9644,86.9652,83.3,78.9684,75.6364,72.3044,67.97279999999999,61.9752,58.31,55.3112,51.646,46.9812,43.316,40.3172,37.9848,35.3192,34.6528,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.9872,32.6536,33.32,34.6528,35.3192,35.9856,35.9856,35.3192,35.9856,37.9848,39.3176,40.6504,43.316,45.6484,49.6468,54.3116,58.31,61.9752,64.6408,66.3068,67.6396,69.3056,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,76.3028,77.9688,80.3012,81.634,83.6332,84.2996,84.966,85.6324,86.2988,86.2988,86.2988,85.6324,85.6324,86.2988,87.2984,87.9648,88.63119999999999,89.964,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,93.29599999999999,93.9624,94.962,96.9612,98.294,98.96039999999999,99.96,101.2928,102.9588,104.2916,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,106.9572,105.9576,105.6244,104.6248,104.6248,104.6248,104.6248,105.2912,106.9572,107.9568,109.956,110.9556,112.95479999999999,112.6216,112.2884,111.622,109.956,109.2896,107.6236,107.2904,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,106.9572,107.2904,107.2904,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.9564,109.6228,109.956,110.9556,111.622,111.622,112.2884,112.95479999999999,112.6216,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.954,115.9536,116.62,117.2864,117.6196,118.9524,119.6188,120.2852,122.6176,123.28399999999999,125.6164,126.2828,127.6156,127.9488,126.2828,125.6164,125.2832,125.6164,125.9496,125.6164,126.616,127.2824,127.6156,127.6156,127.9488,128.6152,128.282,128.282,128.282,128.6152,128.6152,128.6152,128.282,126.9492,125.2832,123.9504,122.2844,121.2848,119.6188,118.9524,118.9524,118.286,118.9524,119.2856,120.2852,120.9516,121.9512,121.618,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.9512,122.2844,121.618,121.2848,121.2848,121.2848,120.9516,120.9516,121.2848,120.6184,120.6184,119.6188,118.61919999999999,115.9536,114.2876,114.2876,114.6208,117.6196,120.2852,122.6176,124.6168,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.9508,122.9508,121.9512,121.9512,120.9516,120.2852,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.9512,122.2844,122.6176,123.28399999999999,123.28399999999999,123.9504,123.28399999999999,122.2844,122.2844,121.618,121.9512,123.28399999999999,123.9504,125.2832,125.2832,123.28399999999999,120.9516,118.9524,116.62,115.6204,115.6204,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.6196,117.9528,118.286,118.9524,120.2852,121.2848,121.9512,123.6172,125.9496,127.2824,128.6152,129.948,129.6148,128.282,127.6156,125.9496,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.6164,125.9496,126.616,126.616,125.9496,125.9496,125.6164,125.6164,125.6164,125.9496,125.9496,126.616,127.2824,128.282,129.6148,130.9476,131.2808,132.6136,132.9468,133.6132,133.6132,133.6132,132.9468,132.9468,132.9468,133.28,132.9468,133.28,133.28,134.2796,134.2796,134.946,134.946,134.2796,132.6136,130.2812,128.9484,127.2824,126.616,126.616,127.2824,128.6152,130.6144,131.2808,131.9472,133.28,134.2796,134.6128,135.2792,136.2788,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,138.9444,139.2776,140.9436,141.60999999999999,141.9432,141.9432,142.6096,142.6096,141.9432,141.9432,142.6096,142.6096,142.6096,142.6096,142.9428,142.9428,142.9428,143.276,144.2756,144.942,144.2756,144.2756,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.6076,148.6072,149.2736,149.94,149.94,150.6064,150.6064,151.9392,151.9392,152.6056,152.6056,152.6056,152.6056,151.606,151.2728,150.6064,149.94,149.6068,149.6068,148.9404,148.9404,148.6072,148.6072],[154.938,154.938,154.2716,153.272,151.9392,151.606,151.2728,150.6064,148.6072,148.6072,148.6072,148.274,148.274,148.274,148.274,148.9404,149.6068,150.2732,150.6064,151.606,151.606,151.9392,152.9388,154.6048,155.9376,156.9372,157.6036,157.2704,156.60399999999998,154.938,153.6052,150.6064,148.274,146.2748,144.2756,142.6096,141.60999999999999,141.60999999999999,141.9432,141.60999999999999,140.6104,139.944,138.6112,137.2784,136.2788,134.2796,133.28,132.2804,130.9476,130.2812,128.9484,127.6156,125.6164,125.2832,123.9504,123.6172,123.6172,122.9508,121.618,120.2852,118.9524,116.62,114.954,114.6208,114.2876,114.6208,114.2876,113.288,110.6224,107.6236,104.6248,102.6256,101.2928,100.2932,99.6268,98.96039999999999,97.96079999999999,96.9612,96.2948,95.2952,91.2968,88.9644,87.6316,84.6328,80.9676,76.9692,74.3036,69.972,63.9744,59.976,56.3108,52.6456,48.314,43.9824,40.9836,37.9848,35.9856,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,33.986399999999996,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,38.6512,39.984,40.6504,43.316,45.6484,49.6468,54.3116,57.6436,60.3092,63.308,63.9744,66.3068,67.97279999999999,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,76.3028,77.9688,80.3012,82.3004,84.966,85.6324,86.2988,86.2988,86.9652,87.2984,86.2988,86.2988,86.2988,86.2988,87.2984,87.9648,88.63119999999999,89.964,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,95.6284,97.2944,98.96039999999999,99.6268,101.2928,102.6256,102.9588,104.2916,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,105.9576,105.6244,104.6248,103.9584,103.9584,104.6248,104.6248,106.624,107.6236,108.9564,110.2892,111.2888,111.622,111.622,110.6224,109.956,109.2896,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,105.9576,105.9576,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,107.6236,107.6236,107.2904,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.2892,110.6224,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,115.2872,116.62,117.2864,118.286,119.6188,121.2848,122.2844,123.9504,125.2832,126.2828,126.2828,126.2828,125.6164,125.9496,126.616,126.9492,126.9492,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,129.2816,129.948,129.6148,129.6148,129.2816,127.6156,125.9496,124.6168,122.9508,121.9512,120.9516,119.2856,118.9524,118.286,119.2856,119.2856,120.2852,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,121.618,121.618,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,119.952,120.2852,120.2852,120.2852,119.952,118.9524,117.6196,114.2876,113.288,113.288,114.2876,116.62,119.6188,122.2844,123.9504,124.28359999999999,124.28359999999999,123.9504,123.28399999999999,122.2844,121.9512,120.9516,120.9516,120.9516,120.2852,120.2852,119.952,119.952,119.952,119.952,119.2856,119.2856,119.2856,119.2856,119.2856,120.2852,120.9516,121.9512,122.6176,122.6176,122.6176,122.9508,122.2844,121.618,121.2848,121.2848,120.9516,122.2844,123.28399999999999,124.6168,124.6168,122.9508,120.9516,118.61919999999999,116.62,115.2872,115.2872,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,118.61919999999999,120.2852,120.6184,122.2844,123.28399999999999,124.6168,125.6164,127.6156,128.282,129.6148,130.2812,130.2812,128.9484,128.282,126.2828,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.95,125.6164,125.9496,126.9492,127.2824,127.2824,126.616,126.616,125.9496,125.6164,125.6164,125.6164,125.9496,125.9496,126.616,127.6156,129.6148,130.6144,131.9472,133.6132,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,133.28,133.28,133.28,133.28,134.2796,134.2796,134.946,134.946,133.6132,131.9472,129.6148,127.2824,125.6164,125.9496,125.9496,127.2824,129.6148,130.6144,131.9472,132.6136,133.9464,134.2796,134.2796,134.6128,134.946,135.6124,136.612,136.612,136.612,136.612,136.612,137.2784,137.2784,137.6116,138.6112,138.6112,140.6104,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,142.2764,142.2764,142.2764,142.9428,144.2756,144.2756,144.2756,144.2756,144.6088,145.2752,145.6084,146.2748,147.27439999999999,147.6076,148.6072,149.2736,149.94,149.94,150.93959999999998,150.93959999999998,151.9392,151.9392,152.6056,152.6056,152.6056,151.9392,151.2728,151.2728,150.6064,149.94,149.6068,148.9404,148.9404,148.6072,148.6072,147.9408],[154.938,154.2716,153.272,152.9388,151.9392,150.93959999999998,150.93959999999998,149.94,148.274,148.274,147.27439999999999,147.27439999999999,146.9412,146.9412,146.2748,146.608,146.608,147.9408,148.6072,148.6072,148.6072,149.2736,149.2736,150.93959999999998,152.9388,154.2716,155.2712,155.2712,154.6048,153.6052,151.606,149.6068,146.9412,144.2756,142.2764,140.6104,139.2776,139.2776,139.2776,138.6112,137.6116,137.2784,136.612,135.2792,133.9464,132.6136,131.9472,130.9476,129.948,128.9484,126.9492,125.9496,123.6172,122.2844,121.9512,121.2848,121.618,120.9516,119.6188,118.286,116.9532,114.6208,112.95479999999999,112.6216,112.95479999999999,112.95479999999999,111.9552,111.2888,107.9568,105.6244,102.9588,100.9596,99.6268,99.2936,98.6272,97.2944,95.9616,94.962,93.9624,92.9628,90.9636,88.9644,87.6316,84.6328,80.9676,77.6356,74.97,70.9716,65.6404,61.3088,57.6436,53.312,48.980399999999996,44.982,41.9832,38.9844,37.3184,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,32.6536,33.32,33.986399999999996,35.3192,35.9856,36.652,36.652,36.652,37.3184,38.6512,39.984,40.6504,43.316,45.6484,48.980399999999996,52.6456,56.3108,58.9764,61.3088,62.6416,63.9744,65.6404,67.3064,68.6392,69.3056,69.972,70.6384,71.3048,72.9708,75.6364,77.9688,80.3012,82.3004,84.966,86.2988,86.2988,86.9652,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,87.2984,87.9648,88.63119999999999,89.2976,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.6296,92.6296,92.6296,93.29599999999999,94.6288,95.6284,97.2944,98.96039999999999,100.2932,101.2928,102.6256,104.2916,104.6248,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,105.6244,104.958,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,105.2912,106.624,107.6236,108.28999999999999,109.956,109.956,109.956,109.956,109.6228,108.6232,108.28999999999999,107.9568,107.2904,106.9572,106.9572,106.2908,106.2908,105.9576,105.6244,105.2912,105.2912,105.2912,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,105.9576,106.624,106.2908,106.2908,106.624,107.6236,107.9568,107.9568,108.9564,108.9564,109.2896,110.2892,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,115.2872,116.62,117.2864,118.286,120.2852,121.2848,122.9508,123.9504,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.9492,127.6156,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.2812,130.2812,129.948,128.6152,126.9492,124.6168,123.28399999999999,122.2844,120.9516,119.952,119.2856,118.9524,119.2856,119.952,120.2852,121.2848,122.2844,122.9508,123.28399999999999,123.9504,123.28399999999999,122.9508,122.2844,122.2844,121.618,121.2848,121.2848,120.9516,120.9516,120.2852,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,118.61919999999999,116.62,113.6212,112.2884,112.2884,113.6212,115.9536,118.9524,121.9512,123.28399999999999,123.9504,123.9504,123.28399999999999,122.9508,121.618,120.9516,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,119.2856,119.952,121.2848,121.9512,122.6176,122.6176,121.9512,121.618,121.2848,120.9516,120.9516,120.9516,122.2844,122.9508,123.28399999999999,123.6172,122.9508,120.9516,119.2856,117.9528,116.9532,116.9532,117.9528,118.9524,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,119.952,121.618,122.9508,123.28399999999999,125.2832,126.2828,127.6156,128.282,128.9484,129.948,130.2812,130.2812,128.9484,128.282,126.2828,125.2832,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,125.6164,125.9496,126.616,127.6156,127.2824,127.2824,127.2824,126.616,125.9496,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,127.6156,129.6148,131.2808,132.9468,134.946,135.2792,135.2792,135.2792,135.2792,134.946,134.2796,134.2796,133.28,133.28,133.28,133.28,134.2796,134.2796,134.946,134.946,133.6132,131.2808,128.9484,126.616,125.9496,125.9496,125.9496,127.6156,130.6144,131.9472,132.6136,132.6136,133.9464,134.2796,134.2796,134.2796,134.2796,134.6128,135.2792,135.2792,135.2792,135.6124,135.6124,136.2788,136.612,137.2784,137.9448,138.6112,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.9432,141.9432,141.9432,141.9432,141.9432,143.6092,143.6092,143.6092,143.6092,144.2756,144.6088,145.2752,145.6084,147.27439999999999,147.6076,148.274,148.6072,149.6068,149.94,150.93959999999998,150.93959999999998,151.9392,151.9392,151.9392,151.9392,151.606,151.2728,151.2728,150.6064,149.94,149.2736,148.6072,148.274,148.6072,147.9408,147.9408,147.9408],[154.2716,154.2716,153.272,152.9388,151.9392,151.2728,150.2732,149.2736,148.274,147.6076,146.608,146.608,145.6084,144.942,144.6088,144.942,145.2752,145.2752,145.6084,145.6084,145.2752,145.6084,145.6084,146.608,148.274,150.2732,151.2728,151.9392,152.2724,151.9392,150.6064,148.274,144.6088,142.2764,140.9436,138.9444,136.9452,135.94559999999998,135.2792,135.6124,134.946,134.946,134.2796,133.28,132.9468,131.9472,131.2808,130.2812,128.9484,126.9492,125.2832,123.6172,121.618,120.2852,118.61919999999999,118.61919999999999,119.6188,118.61919999999999,116.9532,115.6204,113.95439999999999,112.2884,110.9556,110.6224,110.2892,109.2896,107.9568,106.624,105.2912,103.292,101.2928,99.6268,98.294,97.6276,96.2948,95.6284,93.6292,91.9632,90.6304,89.964,88.63119999999999,87.6316,86.9652,83.9664,80.3012,77.6356,74.3036,71.3048,66.9732,61.9752,58.31,53.9784,49.6468,45.6484,42.6496,40.3172,37.9848,36.652,36.652,35.9856,33.986399999999996,33.32,32.6536,32.6536,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,36.652,36.652,38.318,39.6508,40.9836,43.316,45.6484,48.314,50.3132,52.9788,56.977199999999996,59.309599999999996,60.6424,61.3088,63.308,64.974,66.3068,67.6396,68.306,69.972,70.6384,72.6376,75.6364,77.6356,79.968,82.3004,84.2996,84.966,86.2988,86.9652,87.2984,87.2984,86.632,86.632,86.2988,86.2988,86.9652,87.2984,88.298,88.63119999999999,90.6304,90.9636,91.63,91.63,91.2968,91.2968,90.2972,90.9636,90.2972,90.2972,90.9636,91.63,92.6296,93.9624,95.6284,97.2944,98.96039999999999,100.9596,101.9592,102.9588,104.2916,104.6248,105.6244,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,104.958,103.9584,103.62519999999999,102.9588,102.9588,103.62519999999999,104.6248,104.958,105.6244,106.624,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.2904,106.9572,106.9572,106.2908,105.6244,105.6244,105.2912,105.2912,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.2908,105.9576,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,105.6244,105.9576,105.6244,105.6244,106.624,106.624,107.6236,107.6236,107.6236,107.6236,108.9564,108.9564,109.2896,109.956,109.956,110.6224,111.2888,111.9552,112.95479999999999,113.288,114.954,115.2872,116.62,117.6196,119.2856,120.6184,122.2844,123.6172,125.2832,125.6164,125.9496,125.9496,126.616,126.616,126.9492,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,129.2816,129.2816,128.9484,129.6148,129.6148,129.6148,128.9484,128.6152,126.9492,125.6164,123.6172,122.2844,121.2848,120.2852,119.2856,118.9524,119.6188,119.952,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,121.2848,120.9516,120.2852,120.2852,119.952,119.2856,119.2856,119.2856,119.2856,119.2856,118.9524,118.9524,119.6188,118.9524,117.2864,115.6204,112.95479999999999,111.2888,111.2888,113.288,115.6204,118.61919999999999,121.2848,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,120.9516,120.2852,120.2852,119.952,119.952,119.952,119.952,119.2856,119.2856,119.2856,118.9524,118.61919999999999,117.9528,117.9528,117.9528,117.9528,118.61919999999999,118.9524,119.952,120.6184,120.9516,120.2852,121.2848,120.9516,120.9516,119.952,120.9516,121.2848,121.9512,121.9512,122.9508,122.9508,122.9508,122.2844,121.2848,121.2848,120.9516,120.9516,121.618,121.9512,121.9512,121.618,120.9516,120.9516,120.9516,120.9516,121.9512,123.28399999999999,124.6168,125.2832,126.2828,127.6156,128.282,128.9484,130.2812,130.6144,130.9476,129.6148,128.6152,126.9492,125.9496,125.2832,123.9504,123.28399999999999,124.28359999999999,124.28359999999999,125.6164,125.9496,126.616,126.9492,127.6156,127.9488,126.9492,126.9492,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,127.6156,129.6148,131.2808,133.6132,135.2792,135.94559999999998,135.94559999999998,135.94559999999998,135.2792,134.946,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,133.6132,133.28,131.2808,128.9484,127.6156,126.9492,127.2824,127.9488,128.9484,131.614,132.9468,132.9468,133.28,133.9464,133.9464,133.6132,133.28,133.28,133.28,133.28,133.28,134.2796,134.946,135.2792,135.2792,136.2788,136.2788,136.2788,138.6112,139.6108,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,141.2768,141.9432,142.6096,142.9428,142.9428,142.9428,142.9428,143.6092,144.6088,145.2752,146.2748,146.9412,147.27439999999999,147.6076,148.6072,149.6068,150.6064,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.93959999999998,150.6064,150.6064,150.6064,149.94,149.2736,148.6072,148.274,147.6076,147.27439999999999,146.608,146.608,146.608],[154.2716,153.272,152.9388,152.2724,151.9392,151.2728,150.2732,149.2736,148.274,147.6076,146.608,146.2748,144.942,143.9424,143.9424,143.276,143.276,143.276,143.6092,144.2756,143.6092,143.6092,144.2756,143.6092,145.2752,146.9412,148.9404,150.2732,150.6064,150.6064,149.2736,147.27439999999999,143.9424,141.2768,139.6108,137.6116,135.94559999999998,133.6132,133.28,132.6136,132.6136,132.2804,131.2808,130.6144,129.948,129.948,129.6148,128.6152,127.6156,125.2832,122.9508,121.618,119.6188,117.9528,116.9532,116.2868,117.2864,115.9536,114.2876,112.2884,111.2888,109.6228,108.28999999999999,107.2904,107.2904,105.9576,104.6248,103.292,101.9592,100.2932,98.294,96.9612,96.2948,95.2952,94.2956,93.29599999999999,91.63,89.6308,88.63119999999999,87.6316,87.6316,86.2988,83.9664,81.3008,78.9684,76.3028,73.63719999999999,70.6384,66.9732,62.6416,58.9764,54.978,50.3132,46.3148,43.316,41.3168,38.6512,37.3184,37.3184,36.652,34.6528,33.986399999999996,33.32,32.6536,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.3184,36.652,37.3184,38.318,39.6508,40.9836,43.316,45.6484,48.314,49.6468,51.646,55.6444,58.6432,59.309599999999996,60.6424,62.6416,64.3076,65.6404,66.3068,67.6396,69.3056,70.6384,72.6376,74.97,78.6352,80.6344,81.9672,83.6332,84.966,85.6324,86.2988,86.9652,87.2984,86.632,86.632,86.2988,86.2988,86.9652,87.2984,87.9648,88.63119999999999,90.6304,90.9636,91.63,91.63,91.2968,91.2968,90.2972,89.964,89.2976,89.2976,89.964,90.9636,92.2964,93.29599999999999,94.962,97.6276,98.96039999999999,100.9596,101.9592,102.9588,104.958,104.958,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,104.958,103.9584,103.62519999999999,102.9588,102.6256,102.6256,102.6256,103.292,103.9584,105.6244,106.2908,106.2908,106.9572,107.6236,107.6236,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.2904,107.2904,106.9572,106.2908,105.6244,105.6244,105.2912,105.2912,105.6244,106.2908,106.2908,106.624,105.9576,105.6244,105.6244,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.958,105.2912,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,106.624,106.9572,106.9572,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,114.954,115.9536,116.62,118.61919999999999,119.952,121.9512,122.2844,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,126.2828,126.9492,126.9492,127.9488,128.282,128.6152,128.6152,128.6152,129.2816,129.948,129.948,129.2816,129.2816,128.282,126.9492,125.2832,123.6172,122.2844,121.2848,120.9516,119.6188,118.9524,119.6188,119.952,121.2848,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.618,120.9516,120.2852,119.952,119.6188,118.9524,118.9524,119.2856,119.2856,119.952,119.952,119.6188,119.6188,119.6188,118.61919999999999,116.62,114.2876,111.2888,110.2892,110.9556,112.6216,115.6204,118.286,121.2848,122.6176,122.9508,123.28399999999999,122.9508,121.9512,121.2848,120.9516,119.952,119.952,119.952,119.952,119.2856,119.2856,119.2856,119.2856,118.9524,118.61919999999999,117.2864,117.2864,116.9532,117.2864,117.9528,118.9524,119.952,120.6184,120.6184,120.2852,120.9516,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.9512,122.9508,122.9508,122.9508,122.9508,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.28359999999999,124.95,125.6164,126.2828,127.6156,128.6152,128.9484,129.6148,130.6144,131.2808,130.6144,129.6148,127.6156,126.2828,125.2832,124.28359999999999,123.28399999999999,123.28399999999999,124.28359999999999,124.95,125.9496,126.616,127.6156,127.6156,127.9488,127.6156,126.9492,126.2828,125.6164,125.6164,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,127.6156,129.2816,131.2808,133.6132,135.94559999999998,136.612,135.94559999999998,135.94559999999998,135.2792,134.946,134.2796,134.2796,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,133.6132,133.28,131.9472,129.6148,128.6152,128.9484,128.9484,129.2816,130.6144,131.9472,132.9468,132.9468,133.28,133.9464,133.9464,134.2796,133.28,132.6136,132.2804,131.614,132.2804,133.28,133.9464,134.2796,134.2796,134.6128,135.2792,136.2788,136.612,137.9448,139.2776,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,139.944,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.9432,142.2764,142.2764,142.9428,143.276,144.2756,145.6084,146.2748,146.2748,146.9412,147.6076,148.6072,149.94,150.93959999999998,150.93959999999998,150.6064,150.6064,149.6068,149.6068,149.6068,149.6068,149.2736,148.274,147.6076,147.27439999999999,146.608,146.2748,145.6084,145.6084,145.6084],[153.272,152.9388,152.9388,152.9388,152.2724,151.9392,151.9392,150.93959999999998,148.6072,148.274,146.608,145.6084,145.2752,143.9424,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,142.6096,142.9428,143.276,143.276,143.276,144.942,147.27439999999999,148.274,148.9404,148.9404,148.274,146.608,144.6088,141.9432,139.6108,137.2784,134.946,132.9468,131.2808,130.2812,130.2812,129.6148,128.6152,127.2824,126.616,127.2824,126.616,125.6164,125.2832,122.9508,120.9516,119.6188,117.6196,116.62,115.6204,114.954,114.954,113.6212,111.2888,109.956,108.28999999999999,106.9572,105.9576,104.958,104.6248,103.292,101.2928,99.96,98.294,97.2944,95.9616,94.6288,93.29599999999999,92.6296,91.9632,90.9636,89.964,88.298,87.2984,86.9652,85.2992,83.3,81.9672,79.6348,76.9692,74.3036,72.3044,69.972,66.3068,62.6416,58.9764,55.6444,50.3132,46.3148,43.316,41.3168,39.3176,38.6512,37.9848,37.3184,35.3192,34.6528,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.3184,36.652,37.3184,37.6516,38.9844,40.9836,43.316,45.6484,48.314,49.6468,51.646,55.3112,58.31,58.9764,60.6424,61.9752,63.9744,64.974,66.3068,66.9732,68.306,70.3052,72.6376,75.6364,78.6352,80.6344,81.9672,83.6332,84.2996,84.2996,85.6324,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,87.2984,87.9648,88.63119999999999,89.964,90.9636,91.63,91.63,91.2968,91.2968,89.964,89.2976,88.63119999999999,88.63119999999999,89.2976,89.964,91.63,92.6296,94.6288,96.628,98.6272,100.9596,102.2924,104.2916,105.2912,106.2908,106.2908,106.9572,106.2908,106.2908,105.6244,105.6244,105.2912,104.958,104.958,103.9584,103.62519999999999,102.6256,101.9592,101.626,101.626,101.626,102.6256,103.62519999999999,104.6248,104.958,105.2912,105.6244,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,106.2908,106.2908,105.6244,105.2912,105.2912,105.2912,105.6244,105.6244,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,108.28999999999999,108.28999999999999,109.2896,109.956,110.6224,110.9556,110.9556,111.622,112.6216,113.6212,114.954,115.9536,117.6196,119.6188,120.9516,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.6172,124.6168,124.95,125.6164,126.9492,127.6156,127.6156,128.282,128.6152,127.9488,128.6152,128.6152,127.9488,127.9488,126.9492,125.6164,124.28359999999999,123.28399999999999,122.2844,121.2848,120.9516,119.6188,118.9524,119.6188,119.952,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.618,120.9516,120.2852,119.952,119.6188,118.286,118.286,119.2856,119.952,120.2852,121.2848,120.2852,120.2852,119.6188,118.61919999999999,115.6204,113.288,110.9556,109.956,110.2892,111.9552,115.6204,118.286,120.9516,121.9512,122.9508,122.9508,122.9508,121.9512,121.2848,120.9516,119.952,119.952,119.2856,119.2856,119.2856,119.2856,119.2856,119.2856,118.61919999999999,117.9528,116.9532,116.62,116.62,116.62,117.9528,118.286,119.6188,119.952,119.952,119.6188,119.952,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,126.2828,125.6164,125.6164,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.9492,128.6152,129.2816,130.6144,131.2808,131.614,131.614,131.2808,129.2816,126.9492,125.6164,123.6172,123.28399999999999,122.9508,122.9508,124.28359999999999,125.2832,126.616,127.9488,128.282,128.282,128.282,127.6156,126.2828,125.9496,125.6164,125.2832,124.6168,124.6168,125.2832,125.6164,125.2832,125.6164,127.2824,129.2816,131.2808,133.6132,135.94559999999998,137.2784,136.612,136.612,135.6124,135.2792,134.6128,134.2796,133.6132,133.28,133.6132,133.6132,134.2796,134.2796,134.946,134.2796,133.28,132.6136,130.9476,130.6144,130.9476,131.2808,131.2808,131.614,131.9472,133.28,134.2796,134.2796,134.2796,134.2796,134.2796,133.28,132.6136,132.2804,132.2804,132.2804,132.9468,133.28,133.6132,133.6132,133.6132,134.2796,135.2792,135.6124,137.2784,137.6116,138.6112,138.6112,139.2776,139.2776,139.6108,139.6108,139.6108,139.6108,139.6108,139.6108,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.2768,141.60999999999999,142.9428,143.6092,144.942,145.2752,145.6084,146.2748,146.9412,147.6076,149.2736,149.94,149.94,149.6068,148.9404,148.9404,148.274,148.274,147.9408,147.9408,147.27439999999999,146.608,145.6084,145.6084,145.2752,145.2752,144.942,144.942],[152.9388,152.9388,153.272,152.9388,152.9388,152.9388,152.9388,151.9392,149.6068,148.6072,147.27439999999999,145.6084,144.942,143.276,142.9428,142.2764,141.9432,141.2768,141.2768,141.2768,140.9436,140.9436,140.9436,141.60999999999999,142.6096,143.276,145.2752,146.9412,147.27439999999999,147.27439999999999,146.608,145.6084,144.6088,142.6096,140.6104,137.6116,133.9464,131.9472,130.2812,129.6148,129.2816,127.9488,127.2824,125.2832,124.95,124.28359999999999,123.6172,122.9508,122.9508,121.618,119.6188,118.286,116.62,115.2872,114.2876,113.6212,113.288,111.2888,108.9564,107.6236,106.2908,104.6248,103.62519999999999,102.6256,101.9592,100.6264,98.96039999999999,97.6276,96.2948,95.2952,93.6292,92.2964,90.9636,89.964,89.6308,88.298,86.2988,84.966,83.9664,82.6336,81.3008,79.968,78.9684,76.3028,74.3036,71.9712,70.6384,68.306,65.3072,61.9752,58.9764,54.978,50.3132,46.3148,43.9824,41.9832,39.984,39.3176,38.6512,37.3184,35.9856,34.6528,33.986399999999996,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.3184,36.652,37.3184,37.6516,38.9844,40.9836,43.316,45.6484,48.314,49.6468,51.646,55.3112,58.31,58.9764,60.6424,61.9752,63.9744,64.974,66.3068,67.6396,68.9724,70.3052,72.6376,75.6364,78.6352,80.6344,81.9672,82.96679999999999,83.6332,83.6332,84.2996,84.966,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,87.2984,87.9648,88.63119999999999,89.964,90.9636,92.2964,92.2964,91.63,90.6304,89.2976,88.9644,88.298,88.298,88.298,89.2976,90.9636,92.2964,93.9624,96.9612,98.6272,100.2932,102.2924,104.2916,105.9576,106.2908,106.624,106.624,105.9576,105.9576,105.2912,105.2912,104.6248,104.6248,104.6248,103.62519999999999,103.292,102.6256,102.2924,101.626,101.626,101.626,101.626,102.2924,103.292,103.62519999999999,104.6248,105.6244,106.2908,106.9572,107.2904,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.2904,106.2908,105.6244,105.9576,105.6244,104.958,104.6248,103.9584,103.9584,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.958,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.9572,107.6236,107.9568,108.28999999999999,109.2896,109.956,110.6224,110.6224,110.9556,112.2884,112.95479999999999,113.6212,115.2872,116.62,117.6196,118.9524,119.952,120.2852,120.2852,120.9516,120.9516,120.2852,120.2852,120.6184,121.2848,122.2844,122.6176,123.28399999999999,123.9504,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,124.95,124.6168,123.28399999999999,122.9508,121.9512,120.9516,119.6188,118.9524,118.9524,118.9524,119.952,121.9512,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,122.2844,121.9512,121.618,121.2848,120.2852,120.2852,118.9524,118.286,118.286,119.2856,120.2852,121.2848,121.9512,120.9516,120.6184,118.9524,116.62,114.2876,112.2884,110.2892,109.956,109.956,112.6216,115.6204,117.9528,119.6188,121.2848,121.9512,122.2844,121.9512,121.2848,120.9516,120.9516,119.952,119.952,119.2856,118.286,118.286,118.286,118.286,118.286,118.286,116.9532,115.6204,114.954,114.954,115.6204,116.62,117.6196,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.952,119.952,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,126.616,127.2824,127.2824,127.2824,127.2824,127.2824,126.9492,126.616,126.2828,126.9492,126.9492,127.6156,128.6152,129.948,131.2808,131.614,132.2804,131.614,130.6144,129.2816,126.2828,124.95,122.9508,122.2844,122.2844,122.9508,124.28359999999999,125.2832,127.2824,127.9488,128.6152,128.282,127.6156,126.2828,125.9496,125.6164,125.2832,124.6168,123.9504,123.9504,125.2832,125.6164,125.2832,125.6164,127.2824,129.2816,131.2808,133.6132,135.2792,136.612,136.612,136.2788,135.2792,134.6128,134.2796,134.2796,133.28,133.28,133.6132,133.6132,134.2796,134.2796,134.946,134.946,134.2796,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.9464,134.2796,134.946,134.946,134.946,134.946,134.6128,133.6132,133.28,132.9468,132.2804,132.2804,132.9468,132.2804,132.9468,132.9468,132.9468,133.28,134.2796,134.946,135.2792,136.2788,137.2784,137.2784,137.6116,137.9448,138.6112,138.6112,138.6112,138.6112,138.6112,138.9444,138.6112,138.6112,138.6112,139.2776,139.944,139.944,139.944,139.944,139.944,140.9436,141.60999999999999,142.9428,144.2756,144.942,144.942,145.2752,146.2748,146.9412,148.274,148.274,148.274,148.274,147.9408,147.27439999999999,147.27439999999999,146.608,145.9416,146.2748,145.9416,145.2752,144.942,144.2756,144.2756,143.276,143.276,143.276],[152.9388,152.9388,153.272,153.6052,154.2716,154.2716,154.2716,153.272,150.93959999999998,149.2736,148.274,146.2748,144.2756,142.9428,141.9432,140.9436,140.6104,140.6104,139.944,139.944,139.6108,139.6108,139.2776,139.6108,140.9436,141.9432,143.276,144.6088,145.6084,145.6084,144.2756,143.9424,143.9424,142.6096,140.2772,137.6116,133.9464,131.9472,130.2812,129.2816,128.9484,127.6156,125.9496,124.6168,122.9508,121.618,121.2848,119.952,120.2852,119.952,118.61919999999999,116.62,115.2872,114.2876,113.95439999999999,112.95479999999999,111.622,110.2892,108.28999999999999,106.9572,104.958,103.62519999999999,101.9592,100.6264,99.96,98.96039999999999,96.9612,95.6284,93.9624,92.9628,91.2968,89.2976,87.6316,86.632,85.2992,84.2996,82.6336,80.6344,79.6348,78.9684,77.6356,76.3028,74.97,72.9708,71.3048,69.972,68.6392,66.9732,63.308,61.3088,58.31,54.978,50.3132,46.9812,44.6488,42.6496,40.6504,39.3176,38.6512,37.9848,36.652,35.9856,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,36.652,35.9856,36.652,37.9848,39.3176,41.3168,43.316,45.6484,47.6476,49.6468,51.646,55.3112,58.31,58.9764,60.6424,61.9752,63.9744,65.6404,66.9732,68.306,69.6388,70.9716,73.63719999999999,75.9696,78.30199999999999,80.3012,81.9672,82.6336,82.6336,82.6336,82.96679999999999,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,86.2988,87.9648,88.63119999999999,89.964,90.9636,92.2964,92.2964,91.9632,90.6304,88.9644,88.298,87.2984,86.632,87.9648,88.9644,90.2972,91.63,93.29599999999999,95.9616,97.96079999999999,99.96,101.2928,103.292,105.2912,105.9576,105.9576,105.6244,104.958,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,103.62519999999999,103.292,102.6256,102.6256,102.2924,101.626,101.626,101.9592,102.6256,102.6256,103.292,103.9584,104.6248,105.6244,105.9576,106.9572,107.2904,107.2904,107.9568,107.9568,107.2904,106.9572,106.2908,105.6244,105.6244,104.6248,103.9584,103.292,103.292,103.292,103.292,102.2924,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,104.958,104.958,104.958,105.6244,105.2912,105.6244,106.2908,106.9572,106.9572,107.9568,108.9564,109.2896,109.956,110.6224,110.9556,112.2884,113.288,113.6212,114.6208,115.6204,116.2868,116.9532,117.6196,117.9528,117.6196,117.6196,116.62,116.62,116.62,117.2864,118.286,119.6188,120.2852,120.9516,121.618,122.2844,122.6176,122.6176,122.6176,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.2852,119.6188,118.61919999999999,117.6196,117.6196,118.9524,119.952,121.9512,122.6176,122.6176,123.28399999999999,123.28399999999999,122.6176,122.2844,121.618,122.2844,122.2844,122.2844,121.2848,120.2852,119.6188,118.286,118.286,119.6188,120.2852,121.618,121.618,120.9516,119.952,117.9528,115.6204,113.288,111.622,110.9556,109.956,111.2888,113.288,115.6204,117.2864,118.9524,120.2852,120.6184,121.2848,121.2848,120.2852,120.2852,120.9516,119.6188,118.9524,118.286,117.9528,117.2864,117.2864,117.9528,117.9528,116.62,115.9536,114.6208,113.95439999999999,113.95439999999999,114.6208,115.2872,116.62,117.2864,117.6196,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,128.6152,128.9484,129.2816,128.6152,128.6152,127.9488,127.9488,127.2824,126.9492,126.9492,127.2824,127.6156,128.6152,129.6148,130.2812,131.2808,131.614,131.2808,130.2812,128.6152,126.2828,124.28359999999999,123.28399999999999,121.618,121.9512,122.2844,123.28399999999999,124.95,126.616,127.9488,128.282,128.282,126.9492,126.2828,124.95,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,124.6168,124.95,124.6168,125.6164,127.6156,129.2816,131.2808,133.6132,135.2792,135.2792,135.2792,134.946,134.2796,133.9464,133.6132,132.9468,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,135.6124,135.2792,135.2792,135.6124,135.6124,135.2792,135.2792,135.6124,135.6124,135.6124,135.6124,135.6124,134.946,134.2796,133.28,132.9468,132.2804,131.9472,131.9472,132.2804,132.2804,132.2804,132.6136,132.9468,133.6132,134.2796,134.946,135.2792,135.2792,135.94559999999998,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,138.6112,138.6112,138.6112,138.6112,138.6112,139.944,140.2772,141.60999999999999,142.2764,143.276,143.9424,144.2756,144.942,146.2748,146.9412,147.27439999999999,147.27439999999999,146.9412,146.2748,145.6084,145.2752,144.6088,144.6088,143.9424,143.9424,143.276,143.276,143.276,142.9428,142.2764,142.2764,142.2764],[152.9388,152.9388,153.6052,153.6052,154.938,155.2712,155.2712,154.6048,151.9392,149.6068,148.274,146.608,144.2756,142.9428,140.9436,140.6104,139.2776,139.2776,139.6108,138.9444,138.6112,138.6112,138.6112,138.6112,139.2776,139.944,141.60999999999999,142.6096,143.276,143.276,142.9428,142.2764,142.2764,141.60999999999999,139.944,137.6116,134.946,132.2804,130.6144,129.2816,128.9484,127.6156,125.9496,123.9504,122.2844,120.6184,119.952,119.2856,119.2856,118.286,117.2864,115.6204,114.2876,113.95439999999999,113.288,112.95479999999999,111.622,109.956,108.9564,106.2908,104.958,103.62519999999999,102.6256,100.9596,99.6268,97.6276,95.9616,94.2956,92.9628,91.2968,89.2976,87.6316,85.2992,83.6332,82.3004,80.9676,79.3016,77.6356,76.3028,75.6364,74.3036,72.9708,71.638,69.972,69.3056,67.97279999999999,67.3064,65.6404,62.6416,60.6424,57.6436,54.978,50.9796,47.6476,45.3152,43.316,41.3168,39.984,39.3176,37.9848,37.3184,35.9856,34.6528,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,36.652,35.9856,36.652,37.9848,39.3176,41.3168,43.6492,46.3148,47.6476,49.6468,52.3124,55.3112,58.31,58.9764,60.6424,61.9752,63.9744,65.6404,67.6396,68.9724,70.3052,72.3044,73.9704,75.9696,78.30199999999999,79.6348,80.9676,81.9672,81.9672,81.9672,82.6336,83.6332,84.966,84.966,84.966,85.6324,85.6324,85.6324,86.2988,87.9648,88.63119999999999,89.964,90.6304,92.2964,92.2964,91.2968,90.6304,88.9644,87.6316,86.9652,86.2988,87.2984,87.9648,89.964,90.9636,93.29599999999999,95.6284,97.2944,99.2936,100.6264,101.9592,104.2916,104.6248,104.6248,103.62519999999999,102.6256,102.2924,102.6256,102.2924,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.9584,104.6248,105.2912,106.624,107.2904,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,104.958,103.9584,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,101.626,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.9592,101.9592,102.6256,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.6244,106.2908,106.2908,106.9572,107.9568,108.28999999999999,109.2896,109.956,110.6224,110.9556,112.2884,113.288,113.288,113.6212,114.2876,114.6208,114.6208,115.2872,114.6208,114.6208,114.2876,114.2876,114.2876,114.954,115.9536,116.2868,116.9532,117.6196,118.286,119.6188,119.6188,119.952,120.2852,120.2852,120.6184,120.6184,120.6184,120.6184,119.952,119.6188,119.6188,118.9524,118.286,117.9528,117.2864,117.2864,118.286,119.952,122.6176,122.6176,122.6176,122.6176,122.9508,122.6176,121.618,121.618,122.2844,122.2844,122.2844,122.2844,121.2848,120.2852,118.286,118.286,118.9524,120.2852,121.2848,121.2848,119.952,118.9524,116.62,114.2876,112.2884,111.622,110.9556,110.2892,111.9552,113.288,115.2872,117.2864,118.9524,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,119.6188,118.9524,118.286,117.6196,116.9532,116.62,116.9532,116.9532,116.2868,115.2872,113.6212,113.288,113.288,113.288,114.2876,114.6208,116.62,117.2864,117.2864,117.9528,118.61919999999999,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,120.9516,121.618,122.2844,123.28399999999999,123.9504,124.6168,125.2832,126.2828,128.6152,129.6148,130.2812,129.6148,128.6152,127.9488,127.9488,127.2824,126.9492,126.9492,126.9492,127.2824,128.6152,129.2816,129.948,130.2812,131.2808,130.6144,129.6148,128.282,126.2828,124.28359999999999,123.28399999999999,122.2844,121.9512,122.2844,122.9508,123.9504,125.6164,126.616,126.9492,126.9492,126.2828,125.6164,124.6168,123.9504,123.9504,123.28399999999999,122.9508,123.28399999999999,124.6168,124.95,124.6168,124.95,126.9492,129.2816,131.2808,132.9468,134.2796,134.946,134.946,134.2796,133.9464,133.6132,132.9468,132.9468,133.28,133.6132,133.6132,133.6132,134.2796,134.2796,134.946,134.946,135.6124,136.2788,137.2784,136.9452,137.6116,137.6116,137.6116,137.2784,136.612,136.612,136.612,136.612,136.612,135.94559999999998,135.94559999999998,135.2792,134.946,133.9464,133.28,132.2804,131.9472,131.614,131.2808,131.2808,131.9472,131.9472,132.6136,132.9468,132.9468,132.9468,133.6132,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,135.6124,136.2788,136.612,136.612,136.612,137.2784,137.6116,137.9448,137.6116,137.6116,137.9448,138.6112,139.2776,140.2772,140.9436,141.60999999999999,142.2764,143.276,143.9424,144.942,146.2748,146.2748,146.2748,145.6084,145.2752,143.9424,143.276,143.276,142.9428,142.9428,142.9428,142.9428,142.9428,141.60999999999999,141.60999999999999,140.9436,140.9436,140.9436],[151.9392,152.2724,153.6052,154.2716,155.2712,155.9376,156.60399999999998,155.2712,153.272,149.94,148.6072,146.608,144.6088,142.2764,140.6104,139.944,139.2776,138.6112,138.9444,138.6112,137.6116,137.6116,137.2784,137.2784,137.6116,138.6112,140.2772,141.2768,141.2768,141.60999999999999,140.9436,140.6104,140.2772,139.944,138.9444,136.9452,135.6124,132.9468,131.614,130.6144,129.948,127.9488,126.616,124.6168,122.2844,121.2848,119.2856,117.9528,117.2864,116.62,115.2872,114.6208,113.95439999999999,113.288,112.6216,112.2884,110.9556,110.6224,108.6232,106.9572,105.2912,103.9584,102.6256,100.9596,99.6268,97.6276,96.2948,94.962,92.9628,90.9636,88.9644,86.632,82.96679999999999,80.9676,79.6348,78.30199999999999,76.3028,74.97,73.63719999999999,72.3044,70.9716,69.6388,69.3056,67.97279999999999,66.9732,66.3068,65.3072,63.308,61.9752,59.976,57.6436,54.978,50.9796,47.6476,45.3152,43.9824,41.9832,40.6504,39.3176,38.6512,37.3184,36.652,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,36.652,36.652,35.9856,36.652,38.6512,39.984,41.3168,43.6492,46.3148,48.314,49.6468,52.3124,55.3112,57.6436,58.9764,60.6424,63.308,64.6408,66.3068,68.306,70.3052,72.6376,73.9704,75.3032,75.9696,77.3024,78.9684,80.3012,81.3008,81.9672,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,86.2988,86.632,88.298,89.964,90.6304,91.9632,91.9632,91.2968,89.6308,88.298,86.9652,86.2988,86.2988,86.2988,87.2984,89.2976,90.9636,93.29599999999999,95.6284,96.9612,98.294,99.96,101.2928,102.6256,103.292,102.2924,101.2928,100.2932,100.2932,100.6264,101.626,102.6256,103.9584,105.2912,105.6244,105.2912,104.958,104.958,103.9584,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,103.62519999999999,103.9584,103.9584,104.6248,105.6244,105.9576,106.2908,106.2908,105.6244,105.6244,105.2912,104.6248,104.6248,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,103.292,103.62519999999999,103.9584,103.9584,104.958,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,104.958,105.2912,105.6244,106.2908,106.9572,107.6236,108.28999999999999,108.9564,109.2896,110.6224,110.9556,110.9556,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,114.6208,115.6204,115.6204,115.6204,116.2868,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,117.9528,119.952,122.2844,122.6176,123.28399999999999,122.6176,122.9508,122.6176,121.618,121.618,122.2844,122.9508,122.9508,122.9508,122.6176,121.2848,119.2856,118.286,118.286,118.9524,120.2852,120.2852,118.9524,117.9528,115.6204,113.288,112.2884,111.622,111.622,111.2888,111.9552,113.288,115.2872,117.6196,118.286,118.9524,119.6188,119.6188,119.952,119.952,119.952,120.2852,119.6188,118.9524,118.286,117.6196,116.9532,116.62,116.9532,116.9532,116.2868,114.6208,113.288,112.2884,112.6216,113.288,113.6212,114.2876,115.2872,115.9536,116.62,117.2864,117.9528,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,120.2852,121.2848,122.2844,123.28399999999999,123.9504,124.6168,125.9496,126.9492,127.6156,129.6148,129.6148,129.2816,129.2816,128.6152,128.282,127.6156,126.9492,126.616,126.616,126.616,127.6156,128.282,128.6152,129.2816,130.6144,129.6148,129.2816,127.6156,125.9496,125.2832,123.9504,123.6172,122.2844,122.2844,122.2844,122.9508,123.6172,124.6168,124.6168,125.2832,125.2832,124.28359999999999,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,123.9504,124.6168,124.6168,125.2832,127.6156,129.2816,131.2808,132.9468,134.2796,134.946,134.2796,133.6132,133.6132,132.9468,132.2804,132.2804,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,135.2792,135.2792,135.6124,137.2784,137.9448,138.9444,138.6112,138.9444,138.6112,137.9448,138.278,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.2788,135.2792,134.946,133.28,132.2804,131.9472,130.9476,130.9476,130.9476,131.2808,131.9472,131.9472,132.2804,131.9472,131.9472,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.946,134.946,135.6124,135.6124,135.94559999999998,136.612,135.94559999999998,135.94559999999998,136.612,136.9452,137.9448,138.6112,139.944,139.944,140.9436,141.60999999999999,142.9428,143.9424,144.6088,144.942,144.942,144.6088,143.276,142.9428,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,139.944,139.944,139.944,139.944],[151.9392,151.9392,153.272,154.2716,154.6048,156.60399999999998,156.9372,155.9376,153.9384,151.9392,149.94,148.274,145.6084,143.6092,141.9432,140.6104,139.6108,138.9444,138.6112,138.6112,137.2784,136.612,136.612,135.6124,135.94559999999998,136.612,137.6116,137.9448,138.6112,138.278,137.9448,138.6112,137.9448,137.6116,136.9452,135.6124,134.2796,133.6132,132.2804,131.2808,130.6144,128.6152,127.2824,125.2832,122.9508,120.9516,118.9524,117.2864,115.6204,114.6208,114.2876,114.2876,113.95439999999999,112.6216,112.6216,112.2884,111.622,110.9556,109.956,107.9568,106.2908,104.958,103.9584,102.6256,100.2932,98.294,96.9612,95.6284,93.29599999999999,90.6304,88.63119999999999,85.9656,82.3004,80.3012,78.30199999999999,76.3028,74.3036,72.9708,71.9712,70.6384,68.9724,67.6396,66.64,65.9736,64.974,64.3076,63.308,61.3088,59.976,58.6432,56.3108,54.3116,50.3132,47.6476,45.6484,43.9824,41.9832,40.6504,39.984,38.6512,37.9848,36.652,35.3192,34.6528,34.6528,35.3192,35.9856,35.9856,36.652,36.652,35.9856,36.652,38.6512,39.984,41.9832,43.316,45.6484,48.314,50.3132,52.3124,55.3112,57.6436,58.9764,61.3088,63.9744,65.6404,67.6396,69.6388,71.9712,73.63719999999999,75.3032,75.9696,75.9696,77.3024,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,86.2988,86.632,88.298,88.63119999999999,89.964,90.6304,91.2968,90.6304,88.9644,87.6316,86.9652,86.2988,85.6324,86.2988,86.9652,89.2976,90.9636,93.29599999999999,95.6284,96.2948,97.96079999999999,99.6268,100.2932,101.626,101.2928,100.2932,99.6268,99.2936,98.96039999999999,99.6268,101.2928,102.9588,104.6248,105.9576,106.624,106.624,106.2908,105.6244,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.9584,103.9584,104.6248,104.958,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,103.62519999999999,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,102.6256,103.292,103.9584,103.9584,104.6248,104.958,104.958,104.6248,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,105.2912,105.6244,106.2908,106.9572,107.9568,108.9564,109.2896,109.956,110.6224,110.6224,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.6208,115.2872,115.2872,115.6204,115.9536,115.9536,115.9536,115.9536,116.2868,115.9536,115.9536,115.9536,116.2868,116.62,117.9528,119.6188,121.9512,122.2844,122.6176,122.6176,122.9508,122.2844,121.618,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,122.6176,121.2848,119.6188,117.9528,116.9532,117.9528,118.61919999999999,117.9528,117.2864,116.62,113.95439999999999,112.6216,112.2884,111.622,111.622,111.9552,112.2884,113.6212,115.2872,117.2864,118.286,118.286,118.9524,118.61919999999999,118.61919999999999,119.2856,119.2856,120.2852,119.6188,118.9524,118.61919999999999,117.6196,116.9532,116.62,116.9532,116.2868,115.6204,114.6208,113.288,112.2884,112.6216,112.6216,113.288,113.288,113.95439999999999,115.2872,115.9536,115.9536,116.9532,117.6196,117.6196,117.9528,118.286,118.9524,118.9524,119.2856,120.2852,121.2848,122.2844,123.28399999999999,123.9504,124.95,125.9496,126.9492,128.282,128.9484,129.6148,129.948,128.6152,128.282,127.6156,126.9492,126.616,125.9496,125.6164,125.9496,126.9492,127.6156,128.282,128.6152,129.2816,129.2816,128.6152,127.2824,126.2828,125.2832,124.6168,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,122.6176,123.28399999999999,123.28399999999999,123.6172,123.28399999999999,122.9508,122.2844,122.2844,122.9508,122.2844,122.9508,123.9504,124.6168,124.6168,126.2828,128.282,129.948,131.2808,132.2804,133.6132,134.2796,133.28,132.9468,132.9468,132.2804,131.9472,131.9472,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,135.2792,135.6124,137.2784,138.278,139.6108,139.2776,139.6108,138.9444,138.6112,137.9448,137.9448,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,135.6124,134.946,134.2796,132.2804,131.9472,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.614,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,133.9464,134.2796,134.2796,134.946,134.946,135.2792,134.946,135.6124,135.94559999999998,135.94559999999998,137.2784,137.6116,138.9444,138.9444,139.944,140.6104,140.9436,142.9428,143.276,143.9424,143.9424,143.276,142.2764,141.2768,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,139.944,139.2776,139.6108,139.6108],[151.2728,151.2728,152.2724,152.9388,155.2712,156.60399999999998,156.9372,156.9372,154.2716,152.9388,152.6056,150.6064,148.274,145.9416,142.9428,141.9432,140.6104,139.6108,138.9444,137.6116,136.612,135.6124,134.946,134.2796,134.2796,134.2796,134.6128,134.6128,135.2792,135.2792,135.2792,135.94559999999998,135.94559999999998,135.6124,135.6124,134.946,133.6132,132.6136,131.2808,130.6144,130.9476,129.2816,127.6156,125.6164,122.9508,121.2848,118.9524,116.62,114.6208,113.6212,113.288,113.6212,113.288,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.2884,111.2888,109.956,108.6232,106.9572,106.624,104.2916,101.9592,100.2932,98.294,96.2948,93.29599999999999,90.9636,89.2976,86.2988,82.6336,79.968,77.6356,75.6364,72.3044,70.6384,70.6384,69.3056,68.6392,67.3064,66.64,64.6408,62.6416,61.9752,59.976,59.309599999999996,57.9768,56.644,54.6448,52.3124,49.6468,47.6476,44.982,43.9824,42.3164,41.65,40.3172,39.6508,37.9848,36.652,35.9856,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,38.6512,39.984,41.9832,43.316,45.6484,47.6476,50.3132,52.3124,54.6448,57.6436,59.976,61.9752,64.974,67.6396,69.972,71.9712,73.304,74.97,74.97,75.6364,75.6364,76.3028,77.6356,78.30199999999999,80.3012,80.9676,81.634,81.9672,82.96679999999999,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.9652,87.2984,87.9648,88.63119999999999,89.2976,89.964,89.964,89.2976,88.63119999999999,87.2984,86.2988,85.6324,84.966,85.6324,86.9652,89.2976,90.9636,93.29599999999999,95.6284,96.9612,97.2944,99.2936,99.6268,99.6268,99.2936,98.6272,97.6276,97.6276,98.294,99.2936,101.626,103.9584,105.2912,105.9576,106.9572,108.28999999999999,107.6236,106.9572,106.624,105.6244,105.2912,105.2912,104.958,104.958,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.2912,104.6248,104.6248,104.6248,103.292,102.6256,102.6256,101.9592,101.626,101.2928,101.626,101.626,100.6264,100.6264,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,104.6248,103.9584,102.6256,103.292,103.292,103.62519999999999,104.958,105.6244,105.2912,105.6244,106.9572,107.6236,108.28999999999999,108.28999999999999,109.2896,109.956,110.6224,110.6224,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.6224,111.622,111.622,111.2888,110.9556,110.6224,110.6224,110.9556,110.9556,111.2888,111.622,111.622,112.2884,113.288,113.6212,114.2876,114.2876,114.6208,114.6208,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,117.2864,118.61919999999999,120.2852,121.9512,122.2844,122.6176,122.6176,122.6176,121.2848,121.2848,121.2848,122.6176,123.6172,123.6172,122.2844,121.2848,119.6188,117.2864,115.9536,115.6204,115.6204,115.6204,114.954,114.6208,113.6212,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,115.2872,116.62,117.9528,117.9528,117.2864,117.2864,117.9528,117.9528,118.61919999999999,118.9524,118.9524,118.61919999999999,117.9528,117.9528,116.62,116.62,115.9536,115.9536,114.954,114.2876,112.95479999999999,112.95479999999999,112.2884,112.6216,113.288,113.6212,113.288,114.2876,114.2876,114.6208,115.2872,115.6204,116.2868,116.62,117.2864,117.6196,117.9528,119.2856,120.2852,121.2848,121.618,122.6176,124.6168,124.95,125.9496,126.2828,128.282,128.6152,128.282,128.6152,128.6152,128.282,127.6156,126.9492,125.9496,125.6164,124.95,124.95,125.2832,126.2828,127.6156,128.282,128.282,128.282,128.282,127.2824,126.616,125.2832,124.6168,123.6172,122.2844,122.2844,121.618,122.2844,121.2848,121.2848,121.618,121.618,121.9512,122.2844,122.2844,121.9512,121.9512,122.2844,122.2844,122.9508,123.9504,125.2832,125.2832,126.2828,128.6152,129.6148,131.2808,131.9472,132.6136,132.2804,131.9472,131.9472,131.614,131.614,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,133.6132,133.6132,134.946,134.946,135.2792,135.94559999999998,137.6116,137.9448,138.9444,138.9444,139.2776,138.9444,138.6112,138.6112,137.6116,137.6116,137.2784,135.94559999999998,135.94559999999998,135.6124,135.6124,134.946,133.28,132.2804,131.2808,130.6144,129.948,129.948,130.6144,130.6144,130.6144,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.9472,132.6136,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,133.6132,134.2796,134.946,134.946,135.6124,136.612,137.6116,137.6116,138.6112,138.9444,139.944,140.9436,141.60999999999999,142.2764,142.2764,141.60999999999999,141.2768,140.6104,140.6104,140.6104,140.6104,140.9436,140.2772,140.9436,140.2772,140.2772,139.944,139.6108,138.9444,138.9444],[150.6064,150.6064,151.9392,152.9388,154.6048,155.6044,156.9372,156.9372,155.2712,154.2716,153.272,153.272,150.6064,147.9408,145.2752,142.9428,140.9436,139.944,138.9444,137.6116,136.612,134.946,133.6132,133.6132,133.6132,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.28,133.28,131.9472,131.2808,130.6144,130.2812,130.6144,128.6152,126.9492,124.6168,122.6176,120.2852,118.286,116.2868,113.95439999999999,112.95479999999999,113.288,113.288,112.6216,112.6216,113.6212,113.6212,113.6212,112.95479999999999,111.9552,110.2892,109.2896,108.6232,107.2904,105.9576,103.292,100.9596,98.96039999999999,96.628,93.9624,91.63,89.6308,86.9652,83.6332,80.6344,77.3024,74.97,71.638,69.972,69.972,68.6392,67.97279999999999,66.64,65.9736,64.6408,62.3084,60.6424,59.309599999999996,57.9768,57.3104,55.9776,54.6448,52.6456,49.6468,47.6476,45.6484,44.315599999999996,43.316,41.65,40.9836,39.6508,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,38.6512,39.984,41.9832,43.316,45.6484,47.6476,50.3132,52.6456,55.6444,57.6436,60.6424,63.308,66.3068,68.9724,71.3048,72.6376,73.9704,74.97,74.97,74.97,74.97,75.6364,76.9692,77.6356,79.6348,80.3012,80.9676,81.9672,82.96679999999999,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.9652,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,88.9644,87.9648,86.9652,85.9656,85.6324,84.966,84.966,86.9652,89.2976,91.63,93.9624,95.2952,96.2948,97.2944,98.294,98.294,98.294,97.6276,96.9612,96.9612,96.9612,97.2944,99.2936,101.9592,103.62519999999999,105.2912,106.624,107.6236,108.6232,108.6232,108.28999999999999,107.9568,106.9572,106.624,105.6244,105.9576,105.6244,105.6244,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,104.958,103.9584,103.292,102.2924,102.6256,102.6256,101.9592,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,99.6268,100.2932,100.2932,100.6264,101.2928,101.626,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.958,104.958,104.958,104.6248,103.9584,103.292,103.292,103.292,103.62519999999999,104.958,105.6244,105.2912,105.6244,106.9572,106.9572,107.6236,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.6228,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,109.6228,109.6228,109.2896,109.956,110.2892,110.2892,110.2892,110.2892,110.6224,111.2888,112.6216,113.288,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.6208,114.954,114.6208,114.954,114.954,114.954,115.6204,116.2868,117.2864,118.9524,120.2852,121.9512,122.2844,122.2844,122.6176,121.2848,120.9516,120.9516,121.2848,122.6176,122.9508,121.9512,120.9516,118.286,115.9536,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,115.2872,115.9536,117.2864,117.2864,116.62,116.62,117.2864,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,116.9532,116.62,116.62,115.9536,115.6204,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.6216,113.288,113.288,113.288,113.6212,113.6212,113.6212,114.6208,115.2872,115.6204,116.2868,117.2864,117.2864,117.9528,119.2856,120.2852,121.2848,122.2844,122.6176,124.6168,124.95,125.9496,126.2828,128.282,128.6152,128.6152,128.282,128.282,127.9488,127.6156,126.616,125.6164,125.6164,124.95,124.95,125.2832,125.6164,127.6156,128.282,128.282,128.282,127.6156,126.9492,126.616,125.2832,123.9504,123.6172,122.2844,122.2844,121.618,121.2848,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,124.6168,125.2832,125.9496,126.2828,128.282,128.9484,130.6144,131.2808,130.9476,130.6144,131.2808,130.9476,130.6144,131.2808,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.9468,133.6132,134.2796,134.946,134.946,135.2792,136.612,137.6116,138.278,138.278,138.278,138.278,137.6116,137.6116,136.9452,136.2788,135.2792,135.2792,134.946,134.946,134.2796,133.28,132.9468,130.9476,129.948,129.6148,128.9484,128.9484,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,130.6144,130.6144,130.2812,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.2804,131.9472,132.2804,133.28,133.6132,134.2796,134.946,136.2788,136.2788,136.9452,137.6116,138.9444,139.944,140.9436,141.60999999999999,141.60999999999999,140.9436,140.6104,139.6108,139.944,139.944,140.6104,140.6104,140.2772,140.2772,140.2772,139.944,139.2776,139.6108,138.9444,138.9444],[149.2736,149.2736,150.6064,151.9392,153.9384,154.6048,156.60399999999998,156.9372,156.2708,155.6044,155.6044,153.9384,151.606,149.2736,146.9412,143.9424,141.9432,139.944,139.6108,137.9448,136.612,134.946,133.6132,132.9468,132.2804,131.9472,131.9472,131.614,131.614,131.9472,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,129.6148,128.9484,128.282,128.282,126.9492,125.2832,123.28399999999999,121.2848,119.6188,117.2864,116.2868,113.6212,113.288,113.288,113.288,112.6216,112.6216,113.288,113.288,113.288,112.95479999999999,111.622,110.6224,109.2896,108.6232,106.9572,105.6244,103.292,101.2928,100.2932,97.2944,94.2956,92.6296,90.2972,88.298,84.966,81.9672,78.9684,74.97,71.638,70.3052,69.3056,68.6392,67.97279999999999,66.64,65.9736,65.3072,62.9748,61.3088,59.309599999999996,58.6432,57.9768,56.644,55.3112,53.312,50.9796,48.314,46.3148,44.982,43.9824,42.3164,40.9836,40.3172,38.6512,37.3184,36.652,35.9856,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,38.6512,39.984,41.9832,43.316,45.6484,47.6476,50.3132,52.3124,55.6444,58.9764,61.9752,65.3072,68.6392,70.6384,71.9712,73.304,74.3036,74.97,74.97,74.3036,74.3036,74.97,76.3028,77.6356,79.3016,80.6344,81.3008,82.3004,83.6332,84.2996,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.9644,88.9644,88.298,87.9648,85.9656,85.2992,84.966,84.2996,85.6324,87.2984,89.964,91.63,93.9624,95.2952,95.6284,96.9612,96.9612,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,96.9612,99.2936,102.2924,103.62519999999999,105.2912,106.2908,107.6236,109.2896,109.956,108.6232,108.6232,107.9568,107.2904,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.9576,105.9576,105.2912,104.958,104.958,104.958,104.2916,104.2916,103.62519999999999,103.292,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.6268,100.2932,101.2928,101.2928,101.626,101.9592,103.292,103.62519999999999,104.2916,104.958,105.6244,104.958,104.958,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.6244,106.9572,106.9572,107.6236,107.9568,108.9564,108.9564,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.6228,110.2892,111.622,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.2876,115.9536,116.62,117.9528,119.6188,119.952,119.952,119.952,119.2856,119.2856,119.2856,119.2856,120.2852,120.2852,119.952,118.9524,116.62,114.2876,112.95479999999999,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,115.2872,115.9536,116.62,116.62,116.62,116.2868,116.62,116.62,116.62,116.62,116.9532,116.9532,116.62,116.62,115.9536,115.2872,115.2872,114.954,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.6212,114.6208,115.2872,115.6204,116.2868,116.62,117.6196,118.286,119.6188,120.9516,121.9512,122.6176,123.28399999999999,124.6168,125.2832,125.2832,125.9496,126.9492,127.2824,127.2824,126.9492,127.6156,127.2824,127.2824,126.616,125.6164,125.2832,124.6168,124.6168,124.95,125.6164,127.9488,128.6152,128.6152,128.282,127.6156,126.9492,126.616,125.2832,123.9504,123.6172,122.2844,121.618,121.9512,120.9516,120.9516,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.2832,125.9496,126.2828,128.282,128.6152,129.6148,129.6148,129.6148,129.2816,129.948,130.6144,129.948,130.6144,131.2808,131.2808,131.2808,131.9472,132.6136,132.6136,132.6136,132.9468,132.9468,133.6132,134.2796,134.946,135.6124,135.6124,135.94559999999998,136.612,136.612,136.612,136.612,136.612,135.6124,135.2792,134.2796,133.6132,133.6132,133.28,133.28,132.2804,130.9476,129.6148,128.6152,127.9488,127.9488,127.9488,128.9484,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.2816,129.2816,129.2816,129.2816,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,132.6136,133.6132,134.6128,134.6128,135.6124,136.612,137.6116,138.9444,139.944,140.2772,140.9436,139.944,139.6108,138.9444,138.6112,139.2776,139.944,139.944,139.944,139.944,139.944,139.944,139.2776,139.6108,139.6108,139.6108],[148.274,148.9404,149.94,150.6064,152.9388,154.2716,155.2712,156.2708,156.9372,157.6036,156.9372,155.2712,152.9388,150.6064,147.6076,145.9416,142.6096,139.944,139.6108,137.9448,136.612,134.946,133.6132,132.2804,131.9472,131.2808,131.2808,130.9476,130.9476,129.948,130.6144,129.2816,129.2816,129.2816,128.6152,128.6152,128.6152,127.6156,126.9492,126.616,125.9496,124.6168,123.9504,122.2844,120.2852,118.61919999999999,116.62,114.954,113.6212,112.6216,112.6216,111.9552,112.2884,112.2884,112.2884,111.622,111.622,111.2888,110.2892,109.2896,108.28999999999999,106.9572,105.9576,103.9584,102.6256,100.9596,99.6268,97.2944,94.6288,92.2964,89.964,87.9648,84.966,82.6336,78.9684,76.3028,72.9708,70.3052,69.972,69.3056,69.3056,68.6392,67.97279999999999,66.64,64.6408,62.6416,60.6424,59.976,59.309599999999996,58.6432,57.3104,55.3112,52.3124,50.3132,48.314,46.3148,44.6488,43.316,41.9832,40.6504,39.3176,37.9848,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,38.6512,39.984,41.3168,43.316,45.6484,47.6476,49.6468,52.3124,56.3108,58.9764,62.6416,65.9736,69.3056,71.3048,72.6376,73.304,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,75.6364,76.9692,79.3016,80.6344,81.634,82.3004,83.6332,84.2996,85.6324,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,87.9648,87.9648,87.2984,85.9656,84.6328,84.2996,84.2996,84.2996,84.966,87.2984,89.6308,91.63,93.9624,95.2952,94.962,95.6284,95.2952,94.962,94.962,93.9624,93.9624,94.6288,94.6288,96.2948,98.6272,101.2928,102.9588,104.6248,105.6244,107.2904,108.6232,109.956,109.2896,109.2896,108.6232,107.9568,107.2904,107.2904,106.9572,106.9572,106.2908,106.2908,106.624,105.9576,105.2912,104.958,104.2916,104.2916,103.62519999999999,103.292,102.6256,101.9592,101.2928,101.2928,100.9596,100.9596,100.2932,99.6268,98.96039999999999,99.6268,99.2936,99.2936,98.96039999999999,98.294,98.294,98.294,98.96039999999999,99.2936,100.2932,100.2932,100.6264,101.2928,102.6256,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.6244,104.958,104.2916,103.9584,104.2916,104.2916,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,108.9564,109.2896,110.6224,110.9556,110.9556,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,112.6216,112.95479999999999,114.2876,115.6204,115.9536,116.62,117.2864,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,117.6196,116.62,114.2876,112.95479999999999,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.954,115.6204,116.2868,116.2868,115.6204,115.6204,116.2868,115.6204,115.6204,115.9536,115.2872,115.2872,114.6208,114.6208,114.954,114.954,114.2876,114.2876,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,114.6208,115.2872,115.6204,116.2868,116.62,117.6196,118.286,119.6188,120.9516,121.9512,122.2844,123.28399999999999,124.6168,125.2832,125.2832,125.2832,126.2828,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,125.6164,125.2832,124.6168,124.6168,124.95,125.2832,127.6156,128.6152,128.6152,128.6152,128.282,127.6156,126.616,124.6168,123.6172,122.9508,121.618,121.2848,120.9516,120.2852,119.952,119.952,119.952,119.952,120.2852,120.2852,120.9516,121.9512,122.2844,122.9508,123.9504,124.6168,125.2832,125.9496,125.9496,126.2828,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.9484,129.6148,129.6148,129.948,130.9476,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.6128,135.2792,134.946,134.946,133.9464,133.28,132.9468,131.9472,131.2808,131.2808,130.9476,130.6144,129.6148,128.6152,127.6156,127.6156,127.2824,127.2824,127.9488,128.6152,128.6152,129.2816,129.2816,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.2816,129.2816,129.2816,129.2816,129.948,130.6144,131.2808,131.2808,132.2804,132.9468,133.6132,135.2792,136.2788,137.2784,137.9448,138.6112,139.6108,139.2776,138.6112,137.9448,138.6112,138.9444,139.6108,139.6108,139.2776,139.944,139.944,139.2776,139.2776,139.6108,139.6108,139.6108],[146.9412,147.27439999999999,148.274,149.2736,151.606,152.9388,154.2716,155.9376,156.9372,157.9368,157.2704,155.6044,153.272,151.2728,148.274,145.6084,142.9428,140.6104,139.6108,137.9448,136.2788,134.946,133.6132,132.2804,131.2808,130.6144,129.948,129.948,129.2816,128.6152,127.6156,126.9492,126.2828,126.2828,126.2828,126.2828,125.9496,124.6168,123.9504,123.6172,122.9508,122.2844,121.9512,120.2852,118.9524,117.2864,115.2872,113.6212,112.6216,111.2888,110.9556,110.6224,110.6224,109.956,109.956,109.2896,109.2896,108.9564,108.28999999999999,106.9572,105.6244,104.6248,103.62519999999999,101.9592,100.9596,98.96039999999999,97.96079999999999,95.6284,92.6296,90.2972,87.9648,86.2988,84.6328,81.9672,79.3016,76.636,73.63719999999999,71.638,71.3048,71.3048,71.9712,71.3048,70.6384,69.972,67.97279999999999,66.3068,63.9744,62.6416,61.9752,60.6424,59.309599999999996,57.3104,54.978,52.3124,50.3132,48.314,45.6484,44.315599999999996,42.9828,41.65,40.3172,39.3176,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,37.3184,38.6512,39.984,42.6496,44.982,46.9812,48.314,51.646,55.6444,58.9764,62.6416,65.9736,68.9724,71.3048,71.9712,72.6376,73.304,72.6376,71.9712,71.9712,72.3044,72.9708,74.97,76.3028,78.30199999999999,79.968,81.3008,82.3004,83.6332,84.2996,84.966,84.966,85.6324,86.2988,86.2988,86.2988,86.632,86.632,87.2984,87.2984,85.9656,85.9656,85.2992,84.966,84.2996,83.6332,83.6332,84.2996,85.6324,87.6316,89.6308,91.9632,93.29599999999999,94.6288,94.962,93.9624,92.9628,92.6296,92.2964,92.2964,92.2964,92.6296,93.9624,95.2952,97.2944,99.6268,101.2928,102.6256,104.6248,105.6244,108.28999999999999,108.6232,109.2896,109.2896,108.6232,107.9568,107.2904,107.2904,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,104.2916,103.62519999999999,103.292,103.292,101.9592,101.2928,100.9596,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,97.96079999999999,97.6276,96.9612,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.2936,99.6268,100.2932,101.9592,103.292,104.2916,104.958,105.6244,105.6244,105.6244,105.2912,103.9584,104.2916,104.2916,104.2916,104.6248,104.6248,104.958,104.958,104.958,104.958,104.6248,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,104.958,104.958,104.2916,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.2912,105.2912,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,108.28999999999999,108.6232,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,112.6216,112.6216,113.95439999999999,114.2876,114.954,115.6204,115.9536,115.9536,116.62,116.62,116.62,115.9536,115.6204,114.954,114.2876,112.95479999999999,111.9552,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.954,114.954,114.954,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,113.6212,113.6212,112.95479999999999,113.288,113.288,113.288,113.288,112.6216,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.6216,113.288,114.2876,114.954,115.6204,116.62,117.2864,117.9528,118.286,119.6188,120.9516,121.9512,122.2844,123.28399999999999,124.6168,124.95,124.6168,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,124.6168,124.6168,124.95,125.6164,127.2824,127.9488,128.6152,128.6152,127.9488,126.9492,125.9496,123.9504,123.28399999999999,122.9508,121.9512,120.9516,120.2852,119.952,119.6188,119.2856,119.2856,119.2856,119.2856,119.952,120.2852,120.9516,122.2844,123.28399999999999,123.9504,124.6168,125.6164,125.9496,125.9496,125.9496,126.9492,126.616,127.2824,127.2824,127.6156,127.9488,127.9488,128.6152,129.6148,129.6148,129.6148,129.948,130.6144,130.6144,130.6144,130.6144,131.2808,131.2808,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,132.6136,132.6136,132.9468,133.6132,133.28,132.9468,132.6136,131.9472,131.2808,130.2812,129.6148,129.6148,129.2816,128.6152,127.9488,127.9488,127.2824,127.2824,127.2824,127.2824,127.6156,127.9488,127.9488,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,128.282,128.9484,129.2816,129.948,130.9476,131.2808,131.9472,133.28,134.946,135.94559999999998,136.9452,137.2784,137.6116,137.6116,137.2784,137.2784,136.9452,136.9452,137.6116,137.9448,138.6112,139.2776,139.6108,138.9444,138.9444,138.9444,138.6112,138.6112],[145.6084,146.2748,147.27439999999999,148.274,150.2732,151.9392,153.272,155.2712,156.9372,157.9368,157.2704,155.6044,153.272,151.9392,148.9404,145.9416,142.9428,140.6104,139.6108,137.6116,135.94559999999998,134.2796,132.9468,131.614,130.6144,130.2812,129.948,128.6152,128.282,126.9492,125.9496,125.2832,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.9516,120.2852,118.61919999999999,117.2864,115.9536,114.2876,112.95479999999999,111.622,110.6224,109.956,108.6232,108.28999999999999,107.6236,106.9572,106.9572,106.624,106.2908,105.9576,104.958,103.9584,101.9592,101.626,99.6268,97.96079999999999,96.628,95.2952,93.29599999999999,90.2972,87.2984,85.6324,83.9664,82.6336,81.3008,78.6352,76.636,74.3036,72.9708,73.304,73.9704,74.3036,74.3036,73.63719999999999,72.9708,71.3048,69.6388,67.97279999999999,66.64,65.3072,63.308,61.3088,59.309599999999996,56.977199999999996,54.6448,52.9788,50.3132,46.9812,44.315599999999996,43.6492,42.3164,40.9836,40.3172,38.6512,37.3184,36.652,35.9856,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,37.9848,39.3176,41.9832,44.315599999999996,46.3148,47.6476,50.9796,54.978,58.31,61.9752,65.3072,68.306,70.6384,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,71.638,72.3044,74.3036,75.6364,78.30199999999999,79.968,81.3008,81.9672,82.96679999999999,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.966,85.6324,88.9644,90.9636,91.9632,93.29599999999999,93.9624,93.9624,92.9628,91.2968,90.6304,89.964,90.6304,91.2968,92.2964,92.9628,93.6292,95.6284,97.2944,99.2936,100.6264,102.9588,104.958,105.6244,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,105.9576,105.6244,104.2916,103.292,102.2924,101.626,101.2928,100.2932,100.2932,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.2952,95.6284,95.9616,96.2948,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,100.2932,101.626,103.292,104.2916,104.958,105.6244,105.6244,105.6244,105.2912,103.9584,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.958,104.958,105.6244,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,107.2904,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.622,111.9552,112.6216,113.288,114.6208,115.6204,115.9536,115.9536,115.6204,114.954,114.2876,113.6212,112.2884,111.2888,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,113.6212,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.6216,113.288,114.2876,115.2872,116.62,117.2864,117.6196,117.9528,118.9524,119.6188,120.9516,121.9512,122.2844,123.28399999999999,124.6168,124.95,124.6168,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,124.95,126.2828,127.2824,128.6152,129.2816,129.2816,128.6152,127.6156,125.2832,123.9504,123.28399999999999,122.2844,120.9516,120.2852,119.952,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,120.9516,121.9512,123.28399999999999,123.9504,124.6168,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.6156,127.9488,128.9484,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,130.6144,130.6144,129.948,129.948,129.948,130.2812,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,131.2808,131.9472,131.2808,130.6144,129.948,129.2816,128.9484,128.6152,127.9488,127.6156,127.6156,126.9492,126.616,126.616,126.616,127.2824,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.6156,127.6156,127.2824,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,127.6156,127.6156,128.6152,129.2816,129.948,130.2812,131.9472,132.9468,134.2796,135.2792,136.2788,136.2788,136.612,135.94559999999998,135.94559999999998,136.612,136.612,137.2784,137.6116,138.6112,138.9444,138.9444,138.9444,137.9448,137.9448,137.9448,137.9448],[145.2752,145.2752,146.2748,147.27439999999999,149.6068,151.2728,152.2724,153.9384,156.2708,157.2704,156.9372,154.938,152.6056,151.2728,148.274,145.6084,142.9428,141.2768,139.2776,137.6116,135.94559999999998,134.2796,132.9468,131.614,129.948,129.948,128.6152,128.282,126.2828,125.2832,124.6168,124.28359999999999,122.9508,122.9508,122.9508,122.9508,121.9512,121.2848,120.9516,120.2852,119.6188,118.9524,118.286,117.2864,115.9536,114.6208,113.6212,111.9552,110.2892,108.6232,108.28999999999999,106.9572,105.9576,104.6248,104.2916,104.6248,103.9584,103.62519999999999,102.9588,101.626,100.6264,98.96039999999999,97.96079999999999,96.2948,94.962,93.9624,92.2964,89.2976,86.632,84.6328,82.3004,81.3008,80.9676,80.9676,77.9688,76.636,75.6364,74.97,76.3028,76.9692,77.6356,77.6356,77.6356,76.3028,74.6368,73.304,71.3048,69.972,67.3064,65.3072,63.308,61.3088,58.31,56.644,54.6448,51.646,47.6476,44.982,43.6492,42.9828,41.65,40.9836,39.3176,37.3184,36.652,36.652,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,37.3184,38.6512,41.3168,42.9828,44.982,47.6476,50.3132,54.3116,56.977199999999996,60.6424,63.9744,66.9732,69.3056,70.6384,71.3048,70.9716,71.3048,71.3048,70.6384,70.9716,72.3044,74.3036,75.6364,78.30199999999999,79.968,80.6344,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,80.9676,80.9676,80.9676,80.9676,81.634,82.3004,83.6332,84.966,86.632,88.9644,90.9636,91.9632,93.29599999999999,93.6292,92.6296,91.2968,89.6308,88.63119999999999,88.63119999999999,89.2976,90.2972,91.2968,91.63,92.9628,94.2956,95.6284,96.628,98.96039999999999,100.6264,102.6256,104.2916,104.958,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.2912,104.958,103.62519999999999,102.2924,101.2928,100.2932,99.96,99.2936,98.294,98.294,98.294,98.294,97.6276,97.6276,97.2944,97.2944,96.2948,96.2948,95.6284,95.2952,95.2952,94.962,94.2956,94.6288,94.962,95.6284,96.9612,97.2944,97.96079999999999,98.96039999999999,99.2936,99.6268,101.2928,102.6256,103.62519999999999,104.958,105.6244,106.2908,105.6244,105.2912,103.9584,103.292,102.6256,101.2928,101.2928,101.2928,101.626,102.2924,102.2924,102.6256,103.292,102.6256,102.6256,102.2924,102.2924,101.9592,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,104.958,104.958,104.6248,104.6248,104.6248,105.2912,106.2908,106.9572,107.2904,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,109.6228,110.2892,111.9552,112.6216,113.6212,114.6208,114.6208,114.2876,113.288,112.6216,112.2884,111.2888,110.9556,110.9556,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,112.6216,113.288,114.2876,115.2872,116.62,117.2864,117.9528,118.286,118.9524,119.6188,120.9516,121.9512,122.6176,123.28399999999999,124.6168,124.95,124.6168,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.9492,127.9488,128.6152,129.2816,129.2816,128.6152,127.6156,125.6164,124.6168,123.28399999999999,122.2844,120.2852,119.952,119.2856,118.9524,118.286,118.286,118.286,118.286,118.61919999999999,118.9524,119.952,120.9516,122.9508,123.6172,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,126.616,126.9492,126.9492,126.9492,127.6156,128.6152,128.9484,128.9484,128.9484,129.2816,129.2816,129.2816,128.9484,128.9484,128.6152,127.9488,127.9488,128.6152,128.9484,129.6148,129.948,129.6148,129.6148,130.2812,130.2812,130.2812,130.2812,129.6148,128.6152,127.9488,127.6156,126.9492,126.9492,126.9492,126.9492,126.616,126.616,125.9496,125.9496,125.9496,126.616,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.616,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.616,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.616,126.9492,127.6156,128.282,129.948,130.9476,131.614,132.9468,133.9464,135.2792,135.94559999999998,135.2792,135.6124,135.6124,135.6124,135.6124,136.612,137.2784,137.9448,138.6112,138.6112,138.6112,137.9448,137.6116,137.6116,137.6116],[143.6092,143.6092,145.2752,146.608,148.274,149.94,151.2728,152.9388,154.938,155.2712,155.2712,153.9384,151.606,149.6068,147.9408,145.9416,143.276,141.2768,139.2776,137.6116,135.94559999999998,134.2796,132.2804,131.2808,129.948,128.6152,128.282,126.2828,125.9496,124.6168,123.9504,123.28399999999999,122.2844,122.2844,122.2844,121.2848,119.952,119.6188,118.286,117.6196,117.6196,116.62,115.9536,114.954,114.2876,113.6212,112.6216,110.9556,109.2896,107.6236,106.9572,105.2912,103.62519999999999,103.292,102.6256,101.9592,101.626,101.2928,100.6264,99.2936,98.294,96.9612,95.6284,93.9624,92.9628,90.9636,89.2976,87.2984,84.6328,82.96679999999999,81.3008,80.6344,80.3012,80.3012,78.9684,78.9684,77.6356,78.30199999999999,79.6348,80.9676,82.3004,82.3004,81.634,80.6344,78.30199999999999,76.636,75.6364,73.63719999999999,70.3052,68.306,65.9736,63.9744,60.6424,59.309599999999996,57.6436,54.3116,50.3132,46.9812,45.6484,44.315599999999996,42.9828,41.65,39.984,37.9848,37.3184,36.652,35.3192,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,35.9856,37.3184,39.3176,41.9832,44.315599999999996,46.9812,49.6468,53.312,56.3108,59.309599999999996,61.641999999999996,64.974,66.9732,68.6392,69.3056,69.6388,69.972,69.972,69.972,70.6384,71.638,73.63719999999999,75.6364,77.6356,79.3016,79.968,81.3008,81.634,82.3004,82.3004,81.634,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,79.3016,80.3012,80.9676,82.3004,83.6332,85.6324,86.632,88.298,90.2972,90.9636,91.63,91.63,91.2968,89.6308,88.298,87.2984,87.9648,88.298,89.2976,89.964,89.964,91.2968,92.2964,93.9624,95.2952,97.2944,98.96039999999999,101.2928,102.6256,103.62519999999999,104.2916,105.6244,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.292,102.6256,100.6264,100.2932,98.96039999999999,98.294,97.96079999999999,96.9612,96.9612,96.9612,96.9612,95.9616,95.9616,96.2948,95.9616,95.9616,95.2952,94.6288,94.962,94.2956,93.6292,93.9624,93.6292,94.6288,94.962,96.2948,96.9612,97.2944,98.294,99.2936,99.6268,101.2928,102.6256,103.62519999999999,104.2916,105.6244,105.6244,105.6244,103.9584,103.292,102.6256,100.6264,100.2932,99.96,99.96,100.6264,100.6264,101.2928,101.9592,102.2924,101.626,101.626,100.6264,100.2932,99.96,99.96,99.96,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,105.9576,106.2908,106.9572,106.9572,106.9572,107.2904,107.2904,107.2904,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.6232,108.6232,108.6232,108.6232,108.6232,108.9564,109.6228,109.956,110.9556,111.9552,112.2884,112.2884,112.6216,111.9552,111.622,111.622,110.2892,110.9556,110.9556,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,112.95479999999999,112.2884,111.2888,110.9556,110.2892,109.956,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.9552,113.288,114.2876,114.954,116.62,117.2864,117.9528,118.286,118.61919999999999,118.9524,120.9516,121.2848,122.2844,123.28399999999999,124.6168,124.6168,123.9504,123.6172,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,126.9492,127.6156,128.6152,128.9484,128.282,127.6156,126.9492,125.9496,124.6168,123.28399999999999,121.618,120.2852,119.2856,118.9524,118.286,117.9528,117.9528,117.9528,117.9528,118.61919999999999,118.9524,119.952,121.2848,122.2844,123.9504,124.6168,124.6168,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.9492,126.9492,126.9492,127.6156,128.6152,128.6152,128.6152,128.6152,128.9484,128.9484,128.9484,128.6152,127.9488,127.2824,127.2824,127.2824,127.2824,127.9488,127.9488,128.9484,128.6152,129.2816,128.9484,128.9484,129.948,129.2816,128.6152,127.6156,126.616,126.616,125.9496,125.9496,126.616,126.616,125.9496,125.9496,125.6164,125.6164,125.9496,126.616,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,125.9496,125.9496,125.6164,125.6164,125.9496,125.9496,125.9496,125.9496,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,126.9492,127.6156,128.9484,129.948,131.614,132.2804,133.6132,133.9464,135.2792,134.946,134.2796,134.946,134.946,134.946,135.6124,136.612,137.2784,137.6116,138.6112,138.6112,137.9448,137.9448,137.9448,137.9448],[141.9432,142.2764,143.6092,145.2752,147.27439999999999,148.6072,149.94,150.93959999999998,152.6056,152.9388,152.6056,151.2728,150.93959999999998,148.9404,147.27439999999999,146.2748,143.276,141.60999999999999,139.2776,137.6116,135.2792,133.6132,131.9472,130.6144,128.6152,126.9492,126.2828,125.9496,124.6168,123.9504,123.6172,122.9508,122.2844,121.9512,121.2848,120.2852,118.9524,117.2864,115.9536,115.2872,114.6208,113.6212,113.6212,113.288,112.6216,112.2884,110.6224,109.956,107.6236,106.624,105.9576,104.6248,102.6256,101.9592,100.9596,100.2932,99.6268,99.6268,98.96039999999999,97.6276,95.9616,94.962,93.29599999999999,91.63,90.6304,88.63119999999999,87.6316,85.6324,84.2996,82.3004,81.3008,80.3012,80.6344,80.6344,80.9676,81.634,82.96679999999999,83.6332,85.2992,86.2988,86.632,86.632,85.6324,84.6328,81.9672,80.9676,79.6348,77.3024,73.9704,71.3048,68.9724,66.9732,63.9744,60.9756,59.309599999999996,56.977199999999996,52.9788,50.9796,49.6468,47.6476,44.315599999999996,42.3164,40.6504,38.9844,37.9848,36.652,35.9856,35.3192,33.986399999999996,33.32,31.9872,32.6536,34.6528,35.3192,35.9856,37.3184,40.6504,43.316,45.9816,48.980399999999996,52.9788,55.6444,56.977199999999996,59.309599999999996,60.6424,63.6412,64.974,66.3068,67.6396,68.306,68.6392,69.3056,69.972,71.3048,72.6376,74.97,76.3028,77.3024,78.9684,79.968,81.3008,81.3008,81.3008,80.6344,80.6344,80.9676,80.9676,80.9676,79.6348,78.9684,78.30199999999999,77.6356,76.9692,76.9692,77.6356,78.9684,80.9676,82.3004,83.6332,85.6324,86.632,87.9648,88.9644,88.9644,88.9644,88.298,88.298,87.9648,86.9652,86.9652,86.9652,87.6316,87.9648,88.298,88.298,88.63119999999999,89.964,91.63,93.6292,95.6284,97.2944,98.96039999999999,100.6264,101.2928,102.2924,102.6256,103.292,103.292,103.292,103.9584,103.9584,103.292,102.6256,101.2928,100.2932,99.2936,98.294,97.2944,96.9612,96.2948,95.9616,94.962,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.2956,92.9628,92.9628,93.29599999999999,93.6292,93.6292,93.9624,94.6288,94.6288,95.9616,96.2948,96.9612,97.96079999999999,98.96039999999999,99.6268,101.2928,101.9592,103.292,103.9584,104.6248,104.6248,103.9584,103.9584,101.9592,100.6264,100.2932,99.6268,99.96,99.96,99.96,100.2932,100.6264,101.2928,101.2928,100.6264,99.6268,99.6268,98.96039999999999,98.294,98.294,99.2936,100.2932,101.2928,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,103.292,103.9584,103.62519999999999,103.9584,105.2912,105.6244,105.6244,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.6232,109.2896,109.956,109.956,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,110.2892,110.9556,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.2888,110.9556,110.2892,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.6224,111.2888,111.622,112.2884,113.6212,114.2876,116.2868,117.2864,117.2864,117.2864,117.9528,118.61919999999999,118.9524,120.2852,121.618,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.95,125.6164,126.2828,126.9492,127.9488,127.6156,126.2828,125.9496,125.2832,124.28359999999999,122.2844,120.6184,119.2856,117.9528,117.9528,117.2864,116.9532,116.9532,117.2864,117.9528,118.286,118.9524,119.952,121.2848,122.6176,123.28399999999999,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.9496,125.9496,126.616,127.2824,127.9488,127.9488,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,128.282,128.282,128.6152,128.6152,128.282,128.282,127.9488,127.6156,126.616,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,126.616,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.616,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.6164,126.616,128.282,129.2816,130.2812,130.9476,132.9468,133.6132,133.9464,133.9464,134.2796,133.6132,133.6132,133.6132,134.946,135.6124,136.612,137.2784,137.9448,137.9448,137.9448,138.6112,138.6112,138.6112],[139.2776,139.944,141.9432,143.276,145.6084,147.6076,148.9404,150.2732,150.6064,150.6064,150.2732,149.6068,148.9404,147.6076,147.27439999999999,144.942,142.6096,140.2772,139.6108,137.2784,135.2792,132.9468,131.2808,129.948,127.2824,126.2828,125.9496,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,119.952,118.286,116.62,115.6204,114.6208,113.6212,112.6216,112.6216,111.9552,111.622,111.2888,109.2896,107.9568,106.624,105.9576,104.958,103.9584,102.2924,101.2928,100.2932,99.6268,99.2936,97.96079999999999,96.9612,95.9616,94.6288,93.29599999999999,91.63,90.6304,89.6308,87.6316,87.2984,85.6324,84.2996,83.6332,81.9672,81.9672,81.3008,81.9672,82.96679999999999,84.2996,85.2992,86.632,88.298,88.9644,89.2976,89.2976,88.298,86.9652,85.2992,83.3,82.3004,79.6348,76.9692,74.3036,71.9712,69.3056,65.6404,63.6412,60.9756,59.309599999999996,56.3108,53.9784,52.3124,49.6468,45.6484,43.6492,41.9832,39.984,37.9848,37.3184,36.652,35.3192,33.986399999999996,32.6536,31.3208,31.3208,33.986399999999996,34.6528,34.6528,36.652,39.3176,41.9832,44.6488,47.3144,50.9796,53.9784,55.6444,56.3108,57.9768,59.976,61.9752,63.6412,64.974,65.9736,66.9732,67.6396,68.306,69.972,71.3048,73.304,74.97,76.3028,77.3024,78.9684,80.6344,80.6344,80.6344,80.6344,80.3012,79.6348,79.6348,79.6348,78.30199999999999,77.6356,76.9692,76.3028,75.6364,76.3028,76.9692,78.30199999999999,80.6344,82.3004,83.6332,84.966,86.2988,87.2984,86.9652,86.9652,86.2988,86.632,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,86.2988,87.2984,88.298,89.2976,91.9632,93.6292,95.9616,96.9612,98.294,99.2936,99.96,100.2932,100.6264,100.9596,101.2928,101.9592,101.9592,101.2928,100.9596,99.6268,98.6272,96.9612,96.2948,95.6284,94.962,94.2956,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.9628,91.9632,91.9632,91.9632,92.6296,92.9628,93.6292,93.9624,94.6288,95.9616,96.2948,96.9612,97.6276,98.96039999999999,99.2936,100.2932,100.6264,102.6256,103.292,103.62519999999999,104.2916,103.62519999999999,102.6256,101.2928,99.96,99.6268,98.96039999999999,99.2936,99.2936,99.96,99.96,100.6264,100.6264,100.6264,100.2932,99.6268,99.2936,97.96079999999999,97.6276,97.6276,98.294,100.2932,100.9596,100.6264,100.6264,100.6264,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.62519999999999,104.6248,104.958,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,109.956,110.2892,110.9556,110.9556,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.2892,110.2892,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892,110.9556,110.9556,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,111.2888,111.622,113.288,113.6212,115.6204,116.62,116.62,116.62,117.2864,117.9528,118.286,118.9524,121.2848,122.2844,122.6176,122.6176,122.9508,122.2844,121.618,121.618,121.618,121.618,121.618,121.618,121.618,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.95,125.6164,125.6164,126.2828,125.2832,124.6168,123.9504,122.9508,121.2848,120.2852,118.286,116.9532,116.9532,116.62,116.62,116.62,117.2864,117.9528,118.286,118.9524,119.952,121.2848,122.6176,122.6176,123.9504,124.6168,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,126.616,126.616,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,126.9492,126.9492,126.9492,126.616,126.616,126.9492,126.9492,127.6156,127.6156,128.282,128.282,127.6156,127.6156,127.6156,126.9492,126.616,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.616,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,126.616,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,124.95,126.616,127.6156,128.6152,129.948,130.6144,132.2804,132.9468,133.6132,133.6132,133.6132,133.28,133.28,133.6132,134.946,135.6124,137.2784,137.6116,137.9448,138.6112,138.6112,139.2776,139.2776,139.2776],[137.9448,138.6112,139.944,141.9432,144.6088,146.608,147.9408,148.274,148.9404,148.9404,148.274,147.6076,147.27439999999999,146.9412,145.6084,144.6088,142.2764,139.944,137.9448,137.2784,134.946,132.6136,130.6144,129.2816,126.9492,126.2828,125.9496,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.2844,122.2844,121.618,120.9516,118.9524,117.6196,116.62,114.6208,113.6212,112.6216,111.9552,111.622,110.2892,109.2896,107.9568,106.624,105.9576,104.958,103.9584,103.62519999999999,101.626,100.6264,98.96039999999999,98.6272,97.96079999999999,96.9612,95.9616,95.6284,93.9624,92.9628,90.9636,89.964,88.9644,88.298,87.9648,86.632,85.6324,84.2996,83.6332,83.6332,83.6332,84.2996,84.966,85.2992,86.632,87.6316,89.6308,90.6304,91.2968,90.6304,89.964,88.63119999999999,86.9652,85.2992,83.9664,81.9672,78.9684,75.6364,73.304,70.6384,67.6396,64.974,62.6416,60.6424,58.31,56.3108,54.3116,50.9796,47.6476,44.982,42.6496,40.6504,38.6512,37.9848,36.652,35.9856,33.986399999999996,32.6536,31.9872,31.9872,33.32,33.986399999999996,34.6528,35.9856,38.6512,40.6504,43.316,45.9816,48.980399999999996,51.646,52.9788,54.3116,56.3108,58.31,59.309599999999996,60.6424,61.3088,62.6416,63.9744,64.6408,66.9732,67.97279999999999,69.972,71.3048,73.63719999999999,74.97,76.636,77.6356,79.968,80.6344,80.3012,80.3012,79.6348,78.9684,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.97,74.97,76.3028,77.6356,80.6344,82.3004,84.2996,84.966,86.2988,86.9652,85.9656,85.2992,84.6328,84.6328,84.966,84.6328,84.6328,84.6328,84.6328,85.2992,85.6324,85.6324,85.6324,85.9656,86.632,88.298,90.6304,91.9632,93.6292,94.962,96.2948,96.9612,97.6276,98.294,98.6272,98.96039999999999,99.6268,99.6268,99.96,99.6268,98.96039999999999,97.2944,96.9612,94.962,94.6288,93.6292,93.29599999999999,92.6296,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.6296,91.2968,91.2968,90.9636,91.63,92.6296,92.9628,93.9624,94.6288,95.9616,96.2948,96.9612,97.6276,98.96039999999999,99.2936,99.96,100.2932,100.9596,101.2928,101.9592,102.6256,101.9592,101.2928,100.6264,99.96,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.96,100.2932,100.2932,100.2932,99.6268,98.96039999999999,99.2936,97.96079999999999,96.9612,96.9612,97.96079999999999,99.6268,100.9596,100.6264,100.6264,100.2932,99.6268,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.9584,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.2908,107.2904,108.28999999999999,110.6224,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,111.2888,111.622,112.6216,113.288,114.2876,114.954,115.9536,115.9536,115.9536,116.62,116.62,117.9528,119.6188,120.6184,121.9512,121.9512,121.2848,120.9516,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.9516,121.2848,121.2848,121.9512,122.2844,122.6176,122.6176,123.28399999999999,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.6188,117.9528,116.62,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.9528,118.286,118.9524,119.952,120.6184,122.6176,122.6176,123.9504,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,127.6156,127.9488,128.6152,128.6152,128.9484,128.9484,128.6152,128.6152,127.6156,126.9492,126.9492,126.616,126.616,126.616,126.616,126.9492,127.6156,127.6156,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,126.616,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,124.6168,125.9496,126.9492,128.282,129.2816,129.948,131.9472,132.2804,132.9468,132.9468,133.28,133.28,133.28,133.6132,134.946,135.94559999999998,137.2784,137.6116,138.6112,139.2776,139.2776,139.6108,139.6108,139.6108],[136.612,137.2784,138.6112,140.6104,144.2756,144.942,146.2748,146.608,146.608,146.9412,146.9412,145.6084,145.2752,144.6088,143.9424,142.2764,140.6104,138.6112,137.6116,135.94559999999998,133.6132,131.2808,129.6148,128.282,126.9492,126.2828,125.9496,125.6164,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,121.2848,119.6188,117.9528,116.9532,115.2872,113.95439999999999,112.6216,111.9552,111.2888,109.956,108.6232,107.2904,106.2908,105.2912,104.6248,103.9584,103.292,101.626,100.2932,98.96039999999999,98.6272,97.6276,96.628,95.9616,95.2952,93.29599999999999,92.9628,90.9636,90.2972,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.632,86.632,86.2988,86.632,86.632,87.6316,88.298,89.2976,89.964,91.2968,92.2964,92.9628,92.9628,92.2964,91.2968,89.2976,87.6316,85.6324,83.9664,80.6344,78.30199999999999,75.6364,72.6376,69.972,66.9732,65.6404,62.6416,61.3088,59.309599999999996,56.644,53.6452,50.3132,46.3148,44.315599999999996,41.9832,39.984,38.6512,37.3184,35.9856,33.986399999999996,33.32,31.9872,31.9872,33.32,33.986399999999996,33.986399999999996,35.3192,37.3184,39.3176,41.9832,44.6488,46.9812,48.980399999999996,50.3132,51.646,53.6452,55.6444,56.644,57.9768,58.6432,59.976,60.9756,62.6416,64.974,67.3064,68.6392,70.6384,72.3044,74.3036,74.97,76.3028,78.6352,79.3016,79.6348,79.6348,78.9684,78.30199999999999,77.3024,76.636,75.6364,74.97,74.3036,74.3036,74.3036,74.97,75.6364,76.9692,79.968,81.9672,83.6332,84.966,85.6324,85.6324,84.6328,83.9664,83.3,83.6332,83.6332,83.3,83.3,83.3,83.9664,83.9664,84.2996,84.2996,84.2996,84.6328,85.6324,86.632,88.298,89.964,91.2968,92.6296,93.6292,94.6288,95.6284,95.9616,96.2948,96.9612,97.6276,97.6276,97.96079999999999,97.2944,96.628,95.6284,94.6288,93.6292,92.6296,92.2964,91.63,91.63,91.63,91.9632,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,91.2968,90.2972,90.2972,89.964,90.6304,91.2968,92.6296,93.6292,94.6288,95.9616,96.2948,96.9612,97.6276,98.294,98.294,99.2936,99.2936,100.2932,100.2932,100.9596,101.2928,100.9596,100.9596,99.96,98.96039999999999,98.294,98.294,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.2936,98.96039999999999,98.294,97.2944,96.9612,96.9612,97.96079999999999,99.6268,99.6268,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.626,101.626,101.626,102.2924,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.958,104.6248,104.958,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,104.6248,105.6244,105.6244,106.2908,107.9568,110.6224,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,111.2888,111.2888,111.622,112.2884,113.6212,114.2876,114.2876,114.2876,114.954,115.2872,115.9536,116.9532,118.286,118.9524,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,120.2852,120.6184,120.6184,121.2848,120.9516,120.9516,120.2852,119.952,118.9524,117.9528,117.2864,116.2868,115.6204,115.2872,115.6204,115.6204,115.9536,115.9536,117.2864,117.9528,118.286,118.9524,119.6188,120.2852,121.9512,122.2844,122.6176,123.9504,124.6168,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,127.6156,127.9488,128.6152,128.6152,128.9484,128.9484,128.6152,128.6152,127.6156,127.6156,126.9492,125.9496,126.616,126.616,126.616,126.616,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,126.616,126.616,126.616,126.616,126.616,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,126.616,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.6172,124.6168,126.616,127.6156,128.6152,129.948,131.2808,131.9472,132.2804,132.2804,132.6136,132.6136,132.6136,132.9468,134.2796,135.2792,136.9452,137.6116,138.6112,139.2776,139.6108,139.944,139.944,139.944],[135.2792,135.6124,137.2784,139.6108,142.2764,143.6092,144.6088,144.942,145.2752,144.6088,144.6088,143.276,142.9428,142.2764,141.60999999999999,141.2768,139.2776,137.6116,135.94559999999998,134.946,132.2804,130.6144,128.282,127.6156,126.2828,125.6164,124.95,124.95,124.6168,123.9504,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,121.9512,119.952,118.61919999999999,117.6196,115.9536,114.6208,113.288,112.6216,111.622,110.9556,109.6228,107.9568,107.6236,105.9576,105.6244,104.6248,103.62519999999999,102.2924,100.9596,99.6268,98.96039999999999,97.96079999999999,96.9612,96.628,95.6284,93.9624,93.29599999999999,92.2964,91.63,91.2968,90.6304,90.6304,90.2972,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,91.2968,92.2964,93.6292,94.2956,94.2956,94.962,94.962,94.2956,94.2956,92.2964,90.6304,89.2976,86.9652,83.6332,81.634,78.9684,76.3028,72.3044,69.972,67.97279999999999,66.3068,64.974,62.6416,59.976,56.644,51.9792,48.980399999999996,45.6484,43.316,40.9836,39.6508,37.9848,36.652,35.3192,34.6528,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.9856,37.3184,40.3172,42.6496,44.6488,46.3148,46.9812,48.980399999999996,50.3132,52.3124,53.312,54.978,56.3108,57.6436,58.9764,61.3088,63.9744,66.64,68.6392,70.6384,72.3044,73.63719999999999,73.9704,74.97,76.3028,76.9692,77.6356,77.6356,76.9692,76.3028,75.6364,74.97,73.9704,73.9704,73.304,73.304,74.3036,74.97,75.6364,76.9692,79.968,81.9672,83.3,84.2996,83.6332,83.6332,82.6336,81.9672,81.634,81.634,80.9676,80.9676,81.634,81.634,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.966,86.632,87.9648,88.298,89.2976,90.2972,91.63,92.2964,93.29599999999999,93.9624,94.2956,94.6288,95.2952,95.2952,94.6288,93.9624,92.9628,92.2964,91.63,91.2968,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,89.964,88.9644,88.9644,88.9644,89.2976,90.6304,91.63,93.29599999999999,94.6288,95.9616,96.2948,96.9612,97.6276,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.9612,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,100.6264,100.6264,101.2928,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.292,103.292,103.292,103.62519999999999,104.6248,105.9576,107.2904,108.9564,110.6224,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,109.956,109.956,110.2892,110.9556,111.2888,111.9552,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,113.6212,113.95439999999999,114.954,116.2868,117.2864,117.9528,117.9528,117.2864,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.9536,115.9536,115.9536,116.2868,116.62,116.62,117.2864,117.6196,118.286,118.286,118.61919999999999,118.9524,117.6196,117.2864,116.62,115.9536,115.2872,115.2872,114.6208,114.6208,114.6208,115.2872,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,118.286,119.6188,119.952,120.6184,120.9516,122.6176,123.28399999999999,124.6168,124.6168,124.6168,124.95,124.95,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,127.2824,128.6152,128.6152,128.6152,128.6152,128.282,128.282,127.6156,127.6156,126.616,125.9496,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.616,126.616,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,122.6176,122.2844,123.28399999999999,123.9504,125.2832,126.2828,128.282,129.2816,129.948,130.9476,132.2804,132.2804,131.9472,131.2808,131.2808,131.9472,132.9468,134.946,135.6124,136.2788,137.6116,138.6112,139.2776,139.2776,139.944,139.944],[133.6132,134.2796,135.6124,137.9448,140.6104,142.2764,143.276,143.9424,143.276,142.6096,142.2764,141.60999999999999,141.2768,140.6104,139.944,138.9444,137.6116,135.94559999999998,134.946,132.9468,130.9476,128.9484,127.6156,125.6164,125.6164,125.6164,124.95,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,122.9508,122.9508,122.2844,120.6184,119.6188,118.286,116.9532,115.6204,114.6208,113.95439999999999,113.288,112.6216,111.2888,110.2892,109.2896,107.9568,106.9572,106.2908,105.2912,103.292,102.2924,100.6264,99.96,99.6268,98.6272,97.96079999999999,97.6276,95.6284,94.6288,93.29599999999999,93.6292,92.9628,93.29599999999999,92.9628,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,94.2956,95.6284,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,97.6276,95.6284,93.9624,92.2964,90.9636,89.2976,85.6324,82.96679999999999,80.6344,78.6352,75.6364,72.3044,71.3048,69.3056,67.97279999999999,65.3072,61.9752,58.6432,54.978,50.6464,47.6476,44.315599999999996,41.9832,39.6508,38.6512,37.3184,35.9856,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,35.3192,36.652,38.9844,40.3172,41.65,43.316,44.982,45.6484,47.3144,48.980399999999996,50.3132,52.3124,54.3116,55.6444,57.6436,60.6424,63.9744,66.64,69.3056,70.9716,72.3044,73.63719999999999,73.304,74.3036,74.97,74.97,75.6364,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.6376,72.6376,73.304,73.304,74.3036,74.97,76.3028,77.6356,80.6344,81.9672,82.6336,83.3,82.3004,81.634,81.634,80.9676,80.3012,79.6348,79.3016,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,80.9676,80.9676,81.634,82.3004,82.96679999999999,84.966,85.9656,86.632,87.9648,88.298,88.9644,89.964,90.6304,91.2968,92.6296,92.9628,93.6292,93.6292,92.2964,91.63,91.63,90.6304,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.964,89.964,90.6304,90.6304,90.6304,89.964,89.2976,88.298,88.298,87.9648,88.298,89.964,90.9636,92.6296,93.9624,95.2952,96.2948,96.9612,97.6276,97.2944,97.2944,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,97.6276,97.6276,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.2944,97.2944,96.9612,95.9616,95.9616,96.2948,97.96079999999999,98.6272,98.294,98.294,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.6264,100.6264,100.6264,100.6264,101.626,102.2924,102.2924,102.2924,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,103.292,105.2912,105.9576,107.9568,109.6228,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,110.2892,109.956,109.956,110.2892,110.2892,110.9556,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.6216,113.288,114.6208,116.2868,116.62,116.62,116.2868,115.6204,115.6204,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,115.2872,115.9536,116.62,116.62,116.62,116.62,116.62,116.2868,115.6204,115.2872,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.6208,115.2872,115.9536,116.62,117.2864,117.2864,117.6196,118.286,119.6188,119.6188,119.952,120.2852,122.6176,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,125.2832,125.2832,125.6164,126.9492,127.2824,127.9488,128.6152,128.6152,128.6152,128.282,128.282,127.6156,127.6156,126.616,125.6164,125.2832,125.2832,125.2832,125.2832,125.9496,126.2828,126.2828,126.2828,126.9492,126.9492,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.616,126.616,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,121.9512,120.9516,121.9512,123.6172,125.2832,126.2828,127.9488,129.2816,130.2812,130.6144,131.9472,131.9472,131.2808,130.6144,130.6144,130.6144,131.9472,132.2804,133.9464,134.946,136.2788,136.9452,137.2784,137.2784,137.9448,137.9448],[132.2804,132.9468,134.2796,136.2788,138.6112,140.9436,142.2764,142.6096,142.2764,140.9436,140.2772,139.944,139.2776,138.9444,138.6112,137.9448,136.612,135.2792,133.6132,131.614,129.948,128.6152,125.9496,125.2832,124.95,124.95,124.95,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,120.9516,119.952,118.9524,118.61919999999999,116.9532,116.62,116.2868,115.6204,114.2876,113.6212,112.2884,111.622,109.956,108.9564,108.28999999999999,106.9572,105.2912,103.62519999999999,102.9588,101.9592,101.2928,99.96,99.6268,98.294,97.2944,95.9616,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,97.2944,96.628,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,99.96,100.2932,100.2932,100.9596,100.2932,99.2936,97.6276,95.6284,94.2956,92.9628,90.6304,87.9648,84.966,82.6336,80.3012,76.9692,74.97,72.9708,71.638,69.972,67.3064,63.9744,60.6424,55.3112,51.646,48.314,44.982,41.9832,40.3172,38.6512,37.9848,35.9856,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.986399999999996,35.3192,37.3184,38.6512,40.3172,40.9836,42.3164,43.316,44.6488,46.3148,47.6476,50.3132,52.3124,54.3116,56.977199999999996,60.6424,64.6408,67.97279999999999,70.6384,72.3044,73.63719999999999,73.63719999999999,73.304,73.304,73.63719999999999,73.63719999999999,73.9704,73.9704,73.9704,73.304,72.6376,71.9712,71.3048,71.9712,72.6376,73.304,74.97,75.6364,76.9692,78.30199999999999,80.6344,81.3008,81.9672,81.9672,81.3008,80.6344,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,79.968,79.968,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.2988,86.632,87.2984,87.9648,88.298,88.9644,89.2976,90.2972,90.6304,91.2968,90.6304,89.964,89.964,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,88.63119999999999,88.298,87.6316,87.2984,87.9648,89.2976,90.2972,91.9632,93.9624,95.2952,95.9616,96.9612,97.6276,97.2944,97.2944,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.9616,96.2948,97.2944,98.294,98.294,98.294,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.6264,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,101.2928,101.9592,102.2924,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,105.6244,106.624,108.28999999999999,109.956,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,111.9552,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.2892,110.2892,109.6228,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.622,111.622,112.2884,112.2884,111.622,111.622,112.2884,113.288,114.2876,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,114.6208,114.2876,113.6212,113.6212,113.288,113.6212,113.95439999999999,114.6208,115.2872,115.9536,116.62,117.2864,117.2864,117.6196,118.286,118.9524,119.6188,119.6188,119.952,121.2848,121.9512,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,126.2828,126.9492,127.6156,127.9488,128.6152,128.6152,128.282,128.282,127.6156,127.2824,126.2828,124.95,124.6168,124.6168,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,127.9488,127.9488,128.282,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.6156,127.6156,126.9492,126.9492,126.616,126.616,126.616,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,121.9512,120.9516,121.618,122.2844,124.28359999999999,125.6164,127.2824,128.6152,129.948,130.6144,131.614,131.614,130.6144,130.2812,129.948,129.6148,129.6148,129.948,131.614,132.2804,133.6132,134.2796,133.6132,133.6132,133.6132,133.6132],[131.9472,131.9472,133.28,134.946,137.2784,138.6112,139.944,140.2772,139.944,139.2776,138.6112,137.6116,136.9452,136.9452,136.2788,136.2788,135.6124,134.2796,132.2804,130.6144,128.9484,127.6156,125.6164,124.6168,125.2832,124.6168,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.618,120.6184,120.2852,119.6188,118.9524,118.286,117.2864,117.2864,115.9536,114.954,113.6212,112.6216,110.9556,110.6224,109.956,109.2896,107.2904,105.9576,105.2912,104.958,104.2916,103.292,102.2924,101.2928,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,100.2932,100.2932,100.6264,101.2928,101.626,101.9592,101.9592,101.9592,102.6256,102.6256,102.9588,103.292,102.9588,103.292,101.9592,100.2932,99.2936,97.2944,95.9616,94.6288,92.2964,88.63119999999999,86.632,84.6328,82.3004,79.6348,76.9692,74.97,73.63719999999999,71.3048,68.6392,64.6408,61.3088,56.644,52.3124,48.980399999999996,45.6484,42.6496,40.9836,39.3176,37.9848,35.9856,34.6528,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,33.32,34.6528,35.9856,37.3184,38.318,39.6508,40.3172,41.65,43.316,44.6488,46.3148,47.6476,50.3132,52.9788,56.977199999999996,60.6424,64.6408,68.6392,71.638,72.9708,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,70.6384,69.972,69.972,70.6384,71.9712,73.304,74.97,76.3028,76.9692,78.30199999999999,79.6348,80.6344,80.6344,80.6344,79.968,79.968,78.30199999999999,77.6356,76.9692,76.3028,76.3028,76.3028,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,81.3008,82.3004,82.96679999999999,84.2996,84.966,86.2988,86.9652,86.9652,86.9652,87.2984,88.298,88.63119999999999,88.9644,88.9644,88.63119999999999,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,88.63119999999999,89.964,90.9636,93.29599999999999,94.2956,95.9616,96.9612,97.6276,97.2944,96.628,96.2948,95.9616,95.9616,94.962,95.2952,95.9616,96.2948,96.9612,96.628,96.628,97.2944,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.2948,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.2932,100.6264,101.2928,101.9592,103.292,103.292,103.292,103.292,103.9584,103.9584,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.9584,105.6244,107.2904,108.6232,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.9552,111.9552,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.2892,109.6228,109.6228,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.622,111.622,111.2888,111.2888,110.9556,111.622,111.9552,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.2884,112.2884,113.288,113.288,113.6212,114.2876,114.2876,114.954,114.954,114.6208,114.6208,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.95439999999999,114.6208,115.2872,115.9536,116.62,117.2864,117.2864,117.6196,117.6196,118.9524,118.9524,118.9524,119.2856,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,121.618,122.2844,122.2844,122.9508,123.28399999999999,125.2832,125.9496,126.9492,127.6156,128.282,128.6152,128.282,128.282,127.6156,126.616,125.6164,124.95,124.6168,123.9504,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.9492,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,127.9488,127.6156,127.6156,126.9492,126.9492,126.616,126.616,126.616,126.616,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.28359999999999,123.6172,123.28399999999999,121.9512,120.9516,121.618,121.9512,123.28399999999999,124.95,126.616,127.9488,129.2816,130.2812,131.2808,131.2808,130.2812,129.948,129.2816,128.6152,127.9488,128.6152,129.6148,130.6144,131.2808,131.2808,131.2808,130.9476,130.9476,130.9476],[130.9476,130.9476,131.9472,132.9468,134.2796,135.2792,136.612,136.2788,136.2788,136.2788,136.2788,135.6124,135.6124,135.6124,135.6124,134.946,134.2796,132.9468,131.614,129.948,128.6152,126.9492,125.6164,124.6168,124.6168,125.2832,125.2832,125.2832,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,119.952,119.6188,118.9524,118.286,116.9532,115.9536,115.2872,113.6212,112.95479999999999,111.9552,111.622,110.9556,109.956,109.2896,108.6232,107.9568,107.2904,106.624,105.9576,104.958,103.9584,103.62519999999999,103.292,102.9588,102.6256,103.292,103.9584,103.9584,104.6248,104.6248,105.9576,106.624,106.624,106.624,105.9576,106.2908,106.2908,105.6244,105.9576,105.2912,104.958,103.62519999999999,102.2924,100.2932,98.6272,96.628,95.2952,92.9628,89.964,87.9648,85.9656,84.2996,80.9676,78.6352,76.9692,74.97,71.9712,68.6392,65.3072,61.9752,57.3104,52.9788,48.980399999999996,45.6484,43.316,41.3168,39.3176,37.9848,35.9856,34.6528,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,33.32,33.986399999999996,34.6528,35.9856,36.652,38.318,39.6508,40.9836,41.9832,43.316,44.315599999999996,45.6484,48.314,52.3124,55.9776,59.976,65.3072,69.3056,72.3044,73.63719999999999,74.3036,73.63719999999999,71.9712,70.6384,69.972,69.972,69.6388,69.6388,69.972,69.3056,68.6392,68.6392,68.6392,69.3056,71.3048,73.63719999999999,75.9696,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.30199999999999,77.6356,78.30199999999999,78.30199999999999,76.9692,76.3028,76.3028,75.6364,75.3032,75.3032,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,78.9684,79.6348,79.6348,80.6344,81.9672,82.96679999999999,82.96679999999999,83.6332,84.966,84.966,85.6324,85.6324,86.2988,86.9652,86.9652,86.9652,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.2988,86.2988,86.2988,87.2984,87.9648,88.9644,90.2972,92.2964,93.9624,95.2952,95.6284,96.2948,96.2948,95.9616,95.6284,95.2952,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,96.2948,96.2948,96.2948,96.628,96.628,96.2948,95.6284,95.6284,96.9612,96.9612,96.9612,97.2944,96.628,96.628,96.628,96.628,96.9612,96.9612,97.2944,97.2944,97.6276,97.2944,97.2944,96.628,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,100.2932,100.2932,99.96,99.96,100.2932,100.2932,100.9596,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.2912,104.6248,104.2916,104.2916,104.6248,106.624,107.9568,109.2896,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.956,109.2896,109.2896,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.954,115.6204,116.2868,116.62,117.2864,117.2864,117.6196,117.6196,117.9528,118.61919999999999,118.9524,118.9524,119.6188,119.952,119.952,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,121.618,122.2844,123.9504,125.2832,125.9496,126.2828,127.6156,127.6156,127.6156,127.6156,126.9492,126.2828,125.6164,124.95,123.6172,123.6172,124.6168,125.2832,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.95,125.2832,125.6164,126.2828,127.6156,127.9488,128.6152,128.6152,128.6152,127.9488,126.9492,126.2828,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,124.95,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.28359999999999,122.9508,122.9508,121.9512,120.9516,121.9512,121.9512,122.2844,123.6172,125.6164,126.616,128.6152,129.948,130.2812,130.2812,129.6148,128.6152,128.282,127.9488,127.6156,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488],[129.948,129.948,130.9476,131.9472,132.6136,132.9468,133.6132,134.2796,134.6128,134.6128,134.2796,134.2796,134.2796,134.2796,133.6132,133.28,133.28,131.9472,130.6144,129.6148,127.9488,126.616,125.2832,124.6168,124.6168,124.6168,125.2832,125.2832,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.6172,122.9508,122.6176,121.9512,120.9516,120.2852,120.2852,119.6188,118.286,116.9532,115.9536,115.2872,114.954,113.288,112.6216,112.6216,112.2884,111.622,110.9556,110.2892,110.2892,109.956,109.2896,107.9568,107.2904,106.2908,106.2908,105.6244,105.2912,105.9576,106.9572,107.9568,108.28999999999999,109.2896,110.6224,110.9556,110.9556,110.6224,109.6228,109.2896,108.6232,107.9568,107.2904,106.624,106.624,105.6244,103.62519999999999,101.9592,99.6268,97.2944,96.2948,93.9624,90.9636,88.9644,87.2984,84.966,81.9672,79.6348,78.30199999999999,76.3028,72.6376,69.3056,65.9736,62.6416,57.9768,53.6452,49.6468,46.3148,43.9824,41.9832,39.984,37.9848,35.9856,34.6528,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.9856,36.9852,38.318,39.6508,41.3168,41.9832,42.9828,44.315599999999996,46.9812,50.9796,55.3112,59.976,65.6404,69.3056,72.3044,73.63719999999999,73.63719999999999,72.9708,70.6384,69.3056,67.97279999999999,67.3064,66.9732,66.9732,66.9732,67.3064,66.64,66.64,67.3064,69.3056,71.3048,73.63719999999999,75.9696,76.636,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,76.636,76.636,75.6364,75.6364,74.97,74.97,73.9704,73.9704,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,80.6344,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.6328,85.6324,85.6324,85.6324,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,87.2984,88.298,89.964,91.2968,93.29599999999999,94.6288,95.2952,95.6284,95.6284,95.6284,95.2952,94.6288,93.6292,93.6292,92.9628,92.9628,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,95.9616,95.6284,94.962,94.2956,94.962,95.2952,96.2948,96.9612,96.2948,96.628,96.628,96.628,96.9612,96.9612,96.628,97.2944,96.9612,96.9612,96.628,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,99.96,99.96,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,101.2928,102.2924,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.2912,105.2912,104.6248,105.2912,104.6248,105.6244,107.2904,107.9568,109.956,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.956,109.2896,109.2896,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.6228,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,115.2872,115.6204,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.286,118.286,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,118.61919999999999,118.286,118.286,118.286,118.286,118.286,118.61919999999999,119.952,120.9516,122.2844,123.6172,125.2832,125.9496,126.9492,126.9492,126.9492,126.9492,126.2828,125.9496,125.2832,124.6168,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,124.6168,123.9504,123.6172,124.6168,125.2832,126.2828,127.6156,127.9488,128.6152,128.6152,128.6152,127.2824,126.2828,125.6164,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.6168,124.28359999999999,122.9508,122.9508,121.9512,120.9516,121.9512,121.9512,122.2844,122.9508,124.6168,126.616,127.9488,129.2816,129.6148,129.6148,128.9484,127.9488,127.9488,127.2824,125.9496,125.6164,125.2832,125.6164,124.95,124.95,124.6168,124.6168,124.6168,124.6168],[128.6152,128.6152,129.2816,129.948,130.9476,131.9472,132.6136,133.28,133.28,133.28,133.28,133.28,133.28,133.28,132.6136,131.9472,131.2808,130.6144,129.6148,128.6152,127.6156,126.616,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.2844,122.2844,121.618,121.2848,119.952,118.61919999999999,118.286,117.6196,117.2864,116.2868,114.954,114.2876,114.2876,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,110.6224,110.6224,109.2896,107.9568,107.9568,108.28999999999999,109.2896,109.956,111.622,112.95479999999999,113.95439999999999,115.2872,116.2868,115.2872,113.95439999999999,112.95479999999999,111.622,110.2892,109.2896,108.6232,107.9568,106.9572,105.6244,104.958,102.9588,100.6264,98.96039999999999,96.628,94.2956,92.2964,89.964,87.6316,85.6324,82.96679999999999,81.3008,79.6348,77.6356,73.9704,70.6384,66.9732,63.6412,58.6432,54.3116,50.9796,47.3144,44.982,42.6496,40.6504,38.6512,36.652,34.6528,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,32.6536,33.32,33.32,33.986399999999996,35.3192,35.9856,37.3184,38.6512,40.3172,41.3168,41.9832,43.316,46.3148,50.9796,55.3112,59.6428,64.6408,68.6392,71.3048,72.6376,72.9708,72.3044,69.972,67.97279999999999,65.9736,65.3072,64.6408,64.6408,63.9744,63.9744,63.9744,64.974,66.9732,69.3056,71.9712,73.9704,75.6364,76.9692,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.3024,78.30199999999999,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.2996,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,86.2988,86.9652,87.9648,88.9644,90.2972,92.6296,94.6288,94.6288,95.2952,95.2952,94.6288,93.9624,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,92.9628,93.6292,93.9624,93.9624,94.6288,94.962,94.962,94.6288,93.6292,93.6292,93.6292,93.6292,94.2956,95.2952,95.6284,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,96.2948,96.628,95.9616,96.2948,95.6284,96.2948,95.2952,95.2952,95.9616,96.9612,97.2944,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,106.624,107.6236,109.2896,109.956,111.2888,111.622,112.2884,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.2892,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,111.2888,110.9556,111.2888,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,115.2872,115.6204,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,118.286,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,119.2856,120.2852,121.2848,122.2844,123.28399999999999,125.2832,125.6164,126.2828,126.2828,125.9496,125.2832,124.6168,123.9504,123.28399999999999,122.9508,122.9508,123.28399999999999,123.6172,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,123.6172,123.28399999999999,122.9508,123.28399999999999,124.6168,125.9496,126.9492,127.6156,128.6152,128.6152,127.2824,126.2828,124.95,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.28359999999999,122.9508,122.9508,121.9512,121.9512,121.9512,121.9512,121.9512,122.9508,124.6168,126.616,128.282,128.6152,128.9484,128.9484,128.282,127.6156,126.9492,125.9496,124.95,123.9504,123.28399999999999,123.6172,123.28399999999999,122.6176,122.2844,122.2844,122.2844,122.2844],[127.6156,127.2824,128.282,129.2816,129.6148,130.2812,131.614,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,131.2808,130.9476,129.948,128.9484,127.6156,126.616,125.9496,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.2832,125.6164,125.6164,125.6164,125.6164,124.95,124.95,124.95,124.95,124.6168,123.9504,123.9504,123.28399999999999,122.6176,122.2844,121.618,120.6184,119.952,119.6188,118.9524,117.9528,116.62,116.62,115.9536,115.2872,114.954,114.2876,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,111.622,110.9556,110.6224,110.6224,111.622,112.6216,114.2876,115.9536,117.6196,119.2856,119.952,118.286,117.2864,115.6204,113.95439999999999,112.2884,110.2892,109.956,107.9568,107.6236,106.9572,105.6244,104.2916,102.6256,100.6264,98.96039999999999,96.628,93.9624,91.63,89.2976,87.2984,84.6328,82.96679999999999,80.9676,78.9684,75.3032,71.9712,68.6392,64.974,59.309599999999996,55.6444,51.646,48.980399999999996,45.6484,42.6496,40.6504,39.3176,36.652,34.6528,33.32,33.32,32.6536,32.6536,31.9872,31.3208,32.6536,32.6536,32.6536,33.32,34.6528,35.3192,35.9856,37.3184,38.9844,40.3172,41.3168,42.6496,45.6484,50.3132,54.6448,59.309599999999996,64.3076,67.3064,69.3056,70.6384,71.3048,69.972,67.97279999999999,65.9736,63.9744,62.9748,62.6416,62.6416,61.3088,61.3088,61.9752,63.308,65.3072,68.6392,71.3048,73.304,75.6364,76.3028,76.3028,75.6364,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.636,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,83.6332,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.966,85.6324,86.9652,87.2984,88.298,89.964,91.9632,93.6292,93.9624,93.9624,94.2956,93.6292,92.9628,92.2964,92.2964,92.2964,92.2964,91.9632,91.9632,91.9632,92.6296,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,91.9632,91.9632,92.6296,93.29599999999999,93.6292,94.2956,94.6288,94.962,94.962,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.962,94.962,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.294,99.2936,99.6268,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,99.6268,100.2932,100.6264,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,106.624,106.624,106.2908,106.624,107.2904,108.28999999999999,109.2896,110.2892,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.2892,109.956,109.956,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.9556,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.9552,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.6212,114.2876,115.2872,115.2872,115.9536,116.2868,116.62,117.2864,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,118.9524,119.952,120.9516,121.9512,122.9508,123.28399999999999,124.28359999999999,124.95,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.2844,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.2844,121.618,121.2848,122.2844,123.28399999999999,124.6168,125.9496,126.9492,127.9488,127.2824,126.9492,125.6164,124.6168,123.28399999999999,122.9508,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,124.6168,124.6168,123.9504,122.9508,122.9508,121.9512,121.9512,121.9512,121.9512,121.9512,122.9508,123.6172,125.2832,126.9492,127.9488,128.6152,127.9488,127.6156,126.616,125.9496,125.2832,123.9504,122.9508,122.2844,122.2844,121.618,121.2848,120.9516,120.9516,120.2852,120.2852],[126.2828,126.2828,126.9492,127.2824,127.9488,128.282,128.9484,129.6148,129.6148,129.948,130.6144,130.6144,130.2812,130.2812,129.6148,129.6148,128.9484,128.9484,127.6156,126.616,126.616,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.9516,119.952,118.9524,118.9524,117.9528,117.6196,117.2864,116.62,116.2868,115.6204,115.2872,114.6208,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.95479999999999,113.6212,114.2876,116.2868,118.9524,120.2852,121.618,122.2844,121.2848,119.2856,117.9528,115.2872,113.288,111.622,110.2892,108.6232,108.28999999999999,107.6236,106.9572,105.6244,104.2916,102.6256,101.2928,99.6268,96.9612,94.6288,92.2964,89.964,87.2984,84.966,83.3,80.9676,76.9692,73.9704,69.972,66.3068,60.6424,56.977199999999996,53.312,50.3132,45.9816,43.316,41.9832,40.6504,37.6516,35.6524,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,32.6536,31.3208,31.3208,31.9872,31.9872,33.32,33.986399999999996,35.3192,36.652,37.3184,38.6512,39.984,41.9832,44.6488,48.314,52.9788,57.6436,61.3088,64.974,67.3064,67.97279999999999,67.97279999999999,66.9732,64.974,62.6416,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,63.9744,66.9732,69.6388,71.9712,73.304,74.3036,74.3036,73.63719999999999,72.9708,72.3044,71.638,71.638,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,81.9672,81.3008,81.634,81.634,81.634,81.634,81.634,81.634,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,81.634,82.3004,82.96679999999999,84.966,85.6324,86.9652,88.298,89.6308,91.9632,93.29599999999999,93.6292,93.6292,92.6296,91.9632,91.2968,90.2972,90.6304,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,91.9632,91.9632,91.63,90.9636,91.2968,90.6304,90.6304,91.63,91.63,92.2964,92.9628,93.6292,94.2956,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.6292,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.9592,102.6256,102.6256,102.6256,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.624,106.624,106.624,107.2904,106.9572,106.624,106.9572,106.9572,107.9568,107.9568,109.2896,110.2892,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.2888,110.9556,110.2892,109.6228,109.6228,109.6228,109.6228,109.956,109.956,110.9556,110.9556,110.9556,110.9556,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,116.62,116.62,116.62,116.62,116.9532,117.6196,118.286,119.2856,120.2852,120.9516,122.9508,123.28399999999999,123.9504,124.28359999999999,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.9516,121.2848,121.2848,121.9512,122.6176,122.6176,122.6176,122.2844,121.618,121.2848,120.9516,120.2852,121.2848,121.618,123.6172,124.6168,125.6164,126.2828,126.2828,124.95,124.28359999999999,122.6176,121.9512,121.2848,120.9516,120.9516,120.9516,120.6184,120.6184,120.9516,120.9516,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,123.6172,123.6172,123.9504,123.9504,124.6168,124.6168,124.6168,123.9504,122.9508,122.9508,122.2844,121.9512,122.2844,122.2844,121.618,122.2844,122.9508,123.9504,124.95,126.2828,126.9492,126.2828,125.6164,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.9516,120.2852,119.6188,119.2856,118.9524,118.61919999999999,118.61919999999999],[125.2832,124.95,124.95,125.6164,126.2828,126.616,127.9488,127.9488,127.9488,128.6152,128.6152,129.2816,128.282,128.282,128.282,127.9488,128.282,127.6156,126.9492,126.616,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,127.2824,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.2828,125.6164,125.2832,124.6168,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.2848,120.2852,120.2852,119.6188,119.6188,118.9524,118.61919999999999,116.9532,115.9536,115.2872,115.2872,114.2876,113.6212,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,116.62,119.6188,120.9516,122.2844,122.9508,122.2844,120.9516,118.9524,116.62,113.95439999999999,112.2884,110.9556,109.956,108.6232,108.28999999999999,107.6236,106.624,105.2912,104.2916,102.6256,101.2928,98.96039999999999,96.9612,94.6288,91.63,89.2976,86.632,85.6324,82.6336,77.6356,74.3036,71.3048,67.3064,62.6416,57.9768,54.978,50.9796,46.9812,43.9824,42.6496,40.6504,38.318,36.3188,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.3208,31.3208,31.3208,31.3208,32.6536,33.32,34.6528,35.3192,36.652,37.3184,38.6512,40.6504,43.9824,46.647999999999996,50.9796,54.978,58.31,61.3088,63.6412,64.3076,64.3076,63.6412,60.6424,59.976,59.309599999999996,59.309599999999996,59.976,59.309599999999996,59.309599999999996,59.976,59.309599999999996,59.976,62.6416,64.974,67.6396,69.972,71.3048,71.638,71.638,71.638,70.9716,70.3052,70.3052,70.3052,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,70.9716,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.9684,79.6348,79.6348,80.3012,80.3012,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,82.3004,83.6332,84.966,86.2988,87.6316,88.63119999999999,91.2968,92.2964,92.9628,92.6296,91.2968,89.964,89.2976,89.2976,89.964,90.6304,91.2968,90.6304,90.6304,90.6304,89.964,89.964,90.9636,91.63,91.63,90.9636,89.964,89.964,89.964,90.2972,90.2972,90.6304,90.6304,91.63,92.2964,92.9628,93.6292,93.6292,93.6292,93.9624,93.9624,93.6292,93.6292,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.962,94.962,95.9616,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,102.2924,102.6256,103.292,103.9584,104.6248,104.6248,105.6244,105.9576,106.624,107.2904,107.2904,107.6236,107.2904,107.2904,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.956,110.9556,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,110.2892,109.956,109.6228,109.6228,109.6228,109.6228,109.6228,109.956,109.956,110.9556,110.9556,110.9556,110.9556,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.2892,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,110.2892,110.9556,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.2892,109.956,109.2896,109.2896,109.6228,110.2892,110.2892,110.9556,111.2888,111.2888,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.9532,117.6196,118.286,118.9524,119.952,120.9516,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,120.9516,120.2852,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,121.618,121.9512,121.2848,119.952,118.9524,118.9524,119.952,121.2848,121.618,123.6172,124.6168,125.2832,125.6164,124.6168,123.28399999999999,121.618,121.2848,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,122.9508,123.28399999999999,123.6172,124.6168,124.6168,124.6168,124.28359999999999,123.28399999999999,122.9508,122.2844,121.9512,122.2844,122.2844,121.618,121.618,121.618,122.2844,123.28399999999999,124.6168,124.95,124.28359999999999,123.28399999999999,122.9508,122.2844,121.618,121.2848,120.2852,119.952,118.9524,118.61919999999999,118.61919999999999,117.9528,117.2864,117.2864,117.2864],[124.6168,124.6168,124.6168,124.95,125.6164,126.2828,126.2828,126.9492,127.6156,127.6156,128.282,128.282,127.9488,127.9488,127.2824,127.2824,127.2824,126.2828,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,125.6164,125.2832,125.2832,124.6168,124.6168,123.9504,122.9508,122.2844,121.9512,121.9512,121.2848,120.9516,120.2852,118.9524,116.9532,115.6204,114.6208,114.2876,113.6212,112.95479999999999,112.95479999999999,113.288,113.95439999999999,114.954,116.62,118.286,119.952,121.2848,121.9512,121.9512,120.2852,118.61919999999999,116.62,114.6208,113.288,112.2884,110.2892,109.2896,108.28999999999999,107.9568,106.624,105.2912,103.9584,104.2916,102.2924,100.9596,98.6272,96.2948,93.6292,90.6304,88.63119999999999,86.9652,83.6332,79.968,75.6364,71.9712,68.6392,63.308,59.309599999999996,55.6444,52.3124,47.6476,44.6488,42.3164,40.3172,38.318,36.9852,35.3192,34.6528,33.32,33.32,32.6536,31.9872,31.3208,31.3208,30.6544,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.9856,36.652,37.3184,39.3176,41.3168,44.315599999999996,48.314,51.646,54.6448,57.6436,59.309599999999996,60.3092,59.976,59.309599999999996,57.9768,57.6436,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,58.6432,58.6432,60.6424,61.9752,64.6408,66.3068,67.6396,68.306,68.306,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.9672,82.6336,83.9664,84.966,87.2984,88.298,90.2972,91.63,91.63,90.9636,89.6308,88.63119999999999,87.9648,88.298,89.2976,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.964,90.6304,90.9636,90.2972,89.964,89.2976,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,90.2972,91.63,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.9628,93.6292,93.6292,93.9624,94.2956,94.962,95.9616,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,102.2924,102.2924,103.292,103.9584,104.958,104.958,105.6244,105.9576,106.2908,106.9572,107.2904,107.9568,107.9568,107.2904,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,109.6228,109.956,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,110.2892,109.6228,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,110.2892,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,108.9564,108.9564,109.2896,110.2892,110.9556,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.2888,110.2892,110.2892,109.2896,109.2896,108.9564,109.2896,109.6228,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.9552,111.9552,112.6216,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,117.2864,118.286,118.9524,120.2852,121.2848,122.2844,122.2844,122.9508,122.9508,122.9508,122.2844,121.9512,121.2848,120.6184,119.6188,119.2856,119.2856,119.6188,120.2852,120.9516,121.2848,121.2848,121.2848,120.9516,119.952,118.9524,118.286,117.9528,118.9524,120.9516,121.2848,122.9508,123.28399999999999,123.9504,124.6168,123.28399999999999,122.6176,121.2848,119.952,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,119.6188,119.6188,120.2852,120.9516,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.618,122.2844,123.28399999999999,123.6172,124.6168,124.6168,124.6168,124.28359999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,121.618,121.2848,119.952,119.952,121.2848,122.2844,122.6176,121.9512,120.9516,120.6184,119.952,120.2852,119.6188,118.61919999999999,118.61919999999999,117.6196,117.6196,117.2864,116.62,115.9536,115.9536,115.9536],[123.9504,123.9504,124.6168,124.6168,124.95,125.6164,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,125.9496,125.9496,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.616,126.9492,126.9492,127.2824,127.9488,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.9484,128.6152,128.6152,128.6152,127.9488,127.6156,127.6156,126.9492,126.9492,125.6164,125.6164,125.2832,125.2832,124.6168,124.6168,123.6172,123.28399999999999,123.28399999999999,122.9508,121.9512,119.6188,118.286,116.62,114.954,113.6212,113.288,112.2884,112.2884,112.95479999999999,113.288,114.2876,116.2868,117.9528,119.2856,120.2852,120.6184,120.6184,119.6188,117.9528,116.62,114.6208,113.288,112.2884,110.2892,109.956,108.28999999999999,107.9568,106.624,105.9576,105.2912,103.9584,103.62519999999999,101.2928,99.6268,97.2944,94.2956,91.63,89.6308,87.6316,84.2996,79.968,75.6364,72.6376,69.3056,63.9744,59.6428,56.644,52.9788,47.9808,44.6488,42.3164,40.3172,38.318,36.9852,35.3192,34.6528,33.32,33.32,32.6536,32.6536,31.9872,31.3208,30.6544,30.6544,31.9872,32.6536,33.32,34.6528,35.3192,35.9856,36.652,37.9848,39.984,42.3164,45.3152,48.980399999999996,51.646,53.9784,56.3108,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.6432,58.6432,57.9768,57.9768,59.309599999999996,60.6424,61.9752,63.6412,64.3076,64.974,65.6404,65.6404,65.9736,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,67.3064,67.3064,67.3064,67.97279999999999,69.3056,69.972,70.3052,70.9716,71.638,71.638,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,81.3008,81.9672,83.3,84.2996,86.2988,87.6316,88.63119999999999,89.6308,89.964,89.2976,87.9648,87.2984,86.9652,87.2984,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.9644,89.2976,89.2976,89.964,90.6304,89.964,89.2976,89.2976,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,90.2972,90.6304,91.63,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,93.6292,93.6292,94.2956,94.2956,94.962,95.6284,96.2948,96.2948,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,102.2924,102.6256,103.292,103.9584,104.958,105.6244,105.6244,105.9576,106.2908,107.2904,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,109.6228,109.6228,110.2892,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.2892,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.6224,110.6224,109.956,109.2896,108.9564,108.9564,107.9568,107.9568,107.2904,107.2904,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,109.2896,109.2896,110.2892,110.9556,111.622,111.622,112.2884,112.2884,111.622,111.2888,110.9556,110.2892,110.2892,109.6228,109.2896,108.9564,108.9564,109.2896,109.2896,109.6228,110.2892,110.2892,110.9556,110.9556,111.2888,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,112.6216,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,116.62,116.62,116.62,116.62,116.62,117.2864,118.286,118.9524,120.2852,120.9516,121.618,122.2844,122.2844,122.2844,122.2844,122.2844,121.2848,120.6184,119.6188,118.9524,118.286,118.286,118.9524,119.2856,120.2852,120.9516,120.9516,120.9516,119.952,118.9524,117.6196,117.6196,117.6196,118.286,120.2852,120.9516,122.2844,122.9508,123.28399999999999,123.28399999999999,122.6176,121.2848,120.2852,119.6188,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,118.9524,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.6184,120.6184,121.2848,121.618,122.6176,123.28399999999999,123.9504,124.6168,124.6168,124.28359999999999,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,121.2848,120.9516,119.2856,119.2856,120.2852,121.2848,120.6184,120.6184,120.2852,119.6188,118.9524,118.9524,118.61919999999999,117.6196,117.2864,117.2864,116.62,116.62,115.2872,115.2872,115.2872,115.2872],[124.6168,124.6168,124.6168,124.6168,124.95,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.6164,125.6164,125.6164,126.2828,126.616,126.616,126.616,127.2824,127.2824,127.2824,127.2824,128.6152,128.6152,128.6152,128.6152,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,128.6152,128.6152,128.9484,128.6152,127.9488,127.9488,127.6156,126.9492,126.9492,126.616,126.616,126.616,126.2828,125.6164,125.6164,124.95,124.95,123.28399999999999,120.9516,118.9524,116.9532,115.2872,113.6212,112.95479999999999,112.2884,112.2884,112.95479999999999,113.288,114.2876,115.6204,116.9532,117.9528,119.2856,119.2856,119.2856,117.9528,116.62,115.2872,113.6212,112.2884,111.622,109.956,108.6232,108.28999999999999,106.9572,106.624,105.9576,105.2912,104.6248,103.9584,101.626,99.6268,97.2944,94.2956,91.63,89.2976,87.2984,84.2996,79.3016,74.97,71.9712,68.6392,64.6408,60.3092,57.3104,52.9788,47.9808,44.6488,42.6496,40.3172,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,34.6528,35.3192,35.9856,37.3184,38.6512,40.6504,42.9828,46.3148,48.314,50.9796,52.3124,53.9784,53.9784,53.6452,53.6452,53.6452,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.3104,57.3104,58.6432,59.976,60.6424,61.9752,61.9752,62.6416,63.6412,63.6412,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,66.64,68.6392,69.3056,69.972,69.972,69.972,70.6384,70.9716,70.9716,71.638,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.9672,82.6336,83.3,84.966,86.2988,87.2984,88.298,88.298,87.6316,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.9624,93.9624,94.6288,95.2952,95.6284,95.9616,96.2948,96.2948,96.9612,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.6272,98.6272,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,103.292,103.9584,104.958,105.6244,106.2908,106.9572,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,109.2896,109.6228,110.2892,110.6224,110.6224,110.6224,109.956,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.6232,108.6232,109.2896,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,112.2884,113.288,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.6196,117.6196,117.6196,117.6196,118.286,119.2856,120.2852,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,122.2844,121.2848,120.2852,119.2856,117.6196,117.2864,117.2864,117.9528,118.286,119.2856,119.952,119.952,119.952,118.9524,118.286,117.2864,116.9532,117.2864,117.9528,119.6188,120.2852,121.2848,121.9512,122.2844,122.2844,121.2848,120.2852,119.952,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.6188,119.6188,120.2852,120.2852,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,119.952,119.6188,118.9524,118.286,118.286,117.6196,117.6196,117.2864,116.62,116.2868,115.9536,115.6204,115.6204,114.954,114.954,114.954,114.954],[124.6168,124.6168,124.6168,124.6168,124.95,124.95,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,126.2828,126.616,126.616,126.9492,127.2824,127.6156,127.6156,127.9488,128.6152,129.2816,129.2816,129.2816,129.948,129.2816,129.2816,129.2816,128.6152,128.6152,128.6152,128.6152,129.2816,128.9484,128.9484,128.9484,128.6152,128.6152,128.6152,127.9488,127.9488,127.6156,127.2824,127.2824,126.2828,126.2828,125.6164,124.28359999999999,120.9516,118.9524,117.6196,115.6204,113.6212,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,115.9536,116.62,117.2864,117.2864,117.2864,116.2868,114.954,113.6212,112.2884,110.9556,109.956,109.2896,108.28999999999999,106.9572,106.624,105.9576,105.2912,104.6248,104.2916,102.6256,100.2932,98.294,96.2948,93.6292,91.2968,88.298,86.632,83.6332,78.6352,74.3036,71.9712,68.306,64.6408,60.3092,56.977199999999996,53.6452,48.314,44.982,41.9832,39.6508,37.3184,35.9856,35.9856,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,31.9872,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.32,34.6528,35.3192,35.9856,36.652,37.9848,39.3176,41.65,43.9824,46.3148,48.980399999999996,50.3132,50.9796,51.9792,52.3124,52.3124,52.3124,53.6452,53.6452,54.3116,54.978,54.978,55.6444,55.6444,55.6444,56.644,57.3104,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.6412,63.6412,63.6412,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.9736,67.3064,67.97279999999999,68.6392,68.6392,68.6392,68.6392,68.9724,69.6388,70.3052,70.3052,70.9716,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,80.6344,81.3008,81.9672,82.6336,84.2996,84.966,86.2988,86.9652,86.9652,86.9652,85.6324,85.6324,86.2988,86.9652,87.2984,87.9648,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.958,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,108.6232,107.9568,107.9568,109.2896,109.2896,109.2896,109.2896,108.9564,108.6232,108.9564,109.2896,109.6228,109.6228,110.2892,110.2892,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.6232,108.6232,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,112.6216,113.288,113.6212,113.6212,114.2876,114.954,114.954,114.954,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,117.9528,118.286,119.2856,120.2852,120.9516,120.9516,121.2848,121.9512,122.9508,122.9508,123.28399999999999,122.9508,121.9512,120.2852,118.9524,117.2864,116.62,116.9532,117.6196,117.9528,118.9524,118.9524,119.6188,119.6188,118.9524,117.9528,117.2864,116.62,116.9532,117.2864,118.9524,119.952,120.2852,120.9516,121.9512,121.2848,120.2852,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.2856,119.2856,119.2856,119.2856,119.6188,119.6188,120.2852,120.2852,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.2848,120.9516,120.6184,120.2852,120.2852,119.952,119.952,118.9524,118.286,118.286,117.9528,117.2864,117.2864,116.62,116.62,116.2868,115.6204,114.954,114.954,114.954,114.954,114.954,114.954],[125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,127.6156,127.6156,127.9488,128.6152,127.9488,128.6152,129.2816,128.6152,128.6152,128.6152,128.6152,127.9488,127.9488,127.9488,128.6152,128.6152,129.2816,128.9484,128.9484,128.9484,129.2816,129.2816,128.9484,128.6152,128.6152,127.6156,126.9492,126.616,125.9496,123.6172,121.2848,119.2856,117.6196,115.9536,113.6212,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,115.2872,115.6204,115.6204,114.954,114.2876,112.95479999999999,111.622,109.956,108.6232,107.6236,106.9572,105.6244,105.6244,104.958,104.6248,103.62519999999999,103.62519999999999,102.6256,101.2928,98.294,96.2948,93.9624,91.63,88.63119999999999,86.2988,84.966,82.3004,78.6352,74.97,71.9712,68.306,64.6408,60.6424,57.6436,53.6452,48.314,44.315599999999996,41.9832,39.6508,37.3184,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,40.6504,42.3164,44.6488,46.3148,47.6476,48.980399999999996,50.3132,50.3132,50.3132,51.646,51.646,51.646,52.3124,52.3124,52.6456,53.312,53.9784,54.3116,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.308,63.6412,63.6412,63.6412,64.6408,65.3072,65.9736,66.64,66.64,66.64,66.64,67.3064,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,82.6336,83.3,84.2996,84.966,85.6324,84.966,84.2996,84.966,86.2988,86.2988,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,93.6292,93.9624,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.958,105.9576,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,112.6216,113.288,113.288,113.6212,114.6208,114.6208,115.2872,115.6204,115.6204,115.6204,115.9536,115.9536,116.9532,117.9528,117.9528,117.9528,118.9524,119.952,120.9516,121.2848,121.9512,121.9512,122.6176,122.9508,123.28399999999999,123.9504,123.9504,123.28399999999999,122.2844,120.9516,119.2856,117.9528,116.9532,116.9532,117.6196,117.9528,118.9524,118.9524,119.6188,119.6188,118.9524,117.9528,117.2864,116.9532,116.9532,117.2864,118.9524,119.952,120.2852,120.9516,121.2848,121.2848,120.2852,119.952,119.2856,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.9516,121.618,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.2848,120.9516,120.9516,120.9516,120.9516,120.2852,118.9524,118.9524,118.286,118.286,117.2864,117.2864,116.62,116.62,116.2868,115.6204,114.954,114.954,114.2876,114.2876,114.2876,114.2876],[125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,124.95,125.2832,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.2824,127.2824,127.6156,128.282,128.282,128.282,127.6156,127.2824,127.2824,127.6156,127.9488,127.9488,128.6152,128.9484,129.6148,129.6148,130.6144,130.6144,129.948,129.6148,128.9484,128.6152,127.6156,126.9492,126.616,123.9504,121.618,119.2856,117.6196,115.9536,114.2876,112.95479999999999,112.2884,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.6216,111.622,110.6224,108.6232,107.6236,105.6244,105.2912,104.958,103.9584,103.62519999999999,103.292,102.6256,101.9592,101.626,100.9596,99.2936,96.2948,94.6288,92.2964,89.964,86.2988,83.9664,82.96679999999999,79.968,77.3024,74.3036,71.3048,67.6396,63.9744,60.3092,57.6436,52.9788,47.6476,43.9824,41.3168,38.9844,37.3184,35.9856,35.9856,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,35.3192,35.3192,35.9856,36.652,37.3184,38.6512,39.984,41.65,43.316,44.982,46.3148,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.3128,51.3128,51.9792,52.6456,53.312,54.3116,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.6412,64.6408,65.3072,65.3072,65.3072,65.3072,65.9736,66.64,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.3,83.3,83.6332,83.6332,83.6332,84.966,86.2988,86.632,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,91.9632,92.6296,92.6296,93.6292,93.9624,93.9624,94.6288,94.962,95.6284,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.6248,105.6244,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,109.2896,109.2896,109.2896,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.9564,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,110.6224,110.6224,109.956,109.2896,108.9564,108.9564,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,107.9568,108.28999999999999,108.9564,108.9564,109.2896,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.9556,111.622,112.2884,113.288,113.288,113.6212,114.2876,115.2872,115.6204,115.6204,115.9536,115.9536,116.62,117.6196,118.286,118.9524,118.9524,119.952,120.9516,121.2848,121.9512,122.6176,122.6176,122.9508,122.9508,123.9504,123.9504,124.6168,123.9504,122.9508,120.9516,118.9524,117.6196,116.9532,116.62,116.9532,117.6196,118.286,118.9524,119.6188,118.9524,118.286,117.9528,117.2864,116.62,115.9536,116.9532,118.9524,119.952,120.2852,120.9516,121.2848,121.2848,120.2852,119.952,119.952,119.2856,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.9516,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.9512,121.9512,121.2848,120.9516,121.2848,121.2848,121.2848,120.9516,119.6188,118.9524,118.9524,118.286,117.2864,117.2864,116.62,116.62,115.9536,115.2872,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876],[125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,124.95,124.95,124.95,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.616,126.616,126.616,127.2824,127.6156,127.6156,128.6152,128.9484,129.6148,130.6144,130.6144,131.2808,131.2808,130.9476,129.948,129.6148,128.6152,127.6156,126.616,123.9504,121.618,120.2852,118.286,116.62,114.2876,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,110.9556,110.9556,110.6224,110.6224,109.956,109.2896,108.9564,107.6236,105.9576,104.6248,102.9588,102.2924,101.9592,101.9592,101.2928,101.2928,100.9596,100.2932,99.6268,98.6272,96.9612,94.6288,92.2964,89.964,86.632,82.96679999999999,80.6344,79.3016,77.6356,74.97,72.9708,69.972,66.3068,62.3084,58.6432,55.9776,50.9796,45.9816,42.6496,40.9836,38.6512,37.3184,36.652,36.652,36.652,35.9856,35.3192,35.3192,34.6528,33.32,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,39.3176,40.6504,42.6496,44.315599999999996,44.982,46.3148,46.647999999999996,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,62.6416,63.308,63.308,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.6388,69.6388,70.3052,71.3048,71.9712,72.6376,72.6376,72.6376,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,84.966,85.2992,85.9656,86.632,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.9632,92.6296,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,94.962,94.962,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.6248,105.6244,106.624,106.624,106.624,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.9556,111.2888,111.9552,112.2884,112.95479999999999,113.6212,114.2876,115.2872,115.6204,116.62,116.9532,117.6196,117.9528,119.2856,119.952,120.2852,120.9516,121.2848,121.9512,121.9512,122.6176,122.6176,122.6176,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.28399999999999,121.9512,119.952,118.9524,117.6196,115.9536,115.9536,116.9532,117.6196,117.9528,118.286,118.286,118.286,117.9528,117.2864,116.2868,115.6204,115.2872,115.9536,117.9528,118.9524,120.2852,121.2848,121.9512,121.2848,120.9516,120.9516,119.952,119.2856,118.9524,118.61919999999999,118.286,118.286,118.9524,118.9524,118.9524,118.9524,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,123.9504,123.9504,123.28399999999999,122.9508,122.2844,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,120.2852,119.6188,118.9524,117.9528,117.6196,117.6196,116.62,116.62,115.9536,115.2872,114.2876,114.2876,113.6212,113.6212,114.2876,114.2876],[125.9496,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,124.95,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.95,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,125.2832,125.6164,125.6164,125.6164,125.9496,126.2828,126.2828,125.6164,125.6164,125.6164,124.95,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,126.616,126.616,126.9492,126.9492,127.9488,128.9484,129.6148,130.9476,131.2808,131.9472,132.6136,131.9472,131.2808,130.9476,129.2816,127.9488,126.616,123.9504,121.618,120.2852,118.286,116.62,114.2876,113.288,112.2884,111.622,111.2888,111.2888,109.956,109.956,108.6232,108.28999999999999,107.9568,107.2904,106.2908,105.6244,104.6248,103.62519999999999,101.9592,101.2928,100.9596,99.96,99.6268,98.96039999999999,98.96039999999999,98.294,97.6276,96.9612,95.9616,93.9624,92.2964,89.964,87.2984,83.9664,80.9676,77.6356,76.9692,74.97,72.9708,70.6384,67.6396,64.6408,59.976,56.977199999999996,53.6452,49.6468,45.3152,41.9832,40.3172,38.6512,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,39.984,41.9832,42.9828,44.315599999999996,44.982,45.3152,45.6484,46.3148,46.3148,47.3144,47.3144,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.6456,53.312,53.9784,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.9768,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.641999999999996,62.3084,63.308,63.308,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.3064,67.3064,67.97279999999999,67.97279999999999,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,71.9712,71.9712,72.3044,72.3044,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,83.6332,84.966,85.2992,85.9656,86.2988,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.9632,92.6296,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.962,94.962,94.962,95.9616,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.2916,104.6248,105.9576,106.624,106.624,106.624,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.9568,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.6224,110.9556,111.622,112.2884,112.95479999999999,113.288,114.6208,116.2868,117.9528,118.61919999999999,119.6188,120.2852,120.9516,120.9516,121.9512,121.9512,121.9512,121.9512,121.9512,122.6176,122.6176,122.6176,122.6176,122.9508,122.6176,123.28399999999999,123.28399999999999,122.6176,121.2848,119.6188,117.9528,116.62,115.9536,115.9536,116.9532,117.6196,117.6196,117.6196,118.286,118.286,117.9528,116.62,116.2868,115.2872,114.6208,115.6204,117.9528,118.9524,120.2852,121.2848,121.9512,121.9512,121.2848,120.9516,120.2852,119.952,118.9524,118.61919999999999,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.9512,122.2844,122.2844,121.9512,121.9512,120.9516,119.952,119.6188,118.61919999999999,117.9528,117.2864,116.62,115.6204,115.2872,114.2876,114.2876,113.6212,113.6212,113.6212,114.2876,114.2876],[125.9496,125.6164,125.2832,125.6164,124.95,124.28359999999999,124.28359999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,124.28359999999999,124.6168,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,125.9496,125.2832,125.2832,124.6168,124.6168,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.6164,125.9496,125.9496,126.616,126.9492,127.9488,128.6152,129.6148,130.9476,131.9472,133.28,132.9468,132.9468,131.9472,130.6144,129.2816,127.9488,126.616,123.9504,121.9512,120.2852,118.61919999999999,116.62,114.2876,113.288,112.2884,111.622,111.2888,110.6224,109.6228,108.9564,107.6236,106.2908,105.9576,105.2912,103.62519999999999,103.292,102.6256,100.9596,100.2932,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.2948,95.9616,94.962,94.2956,93.9624,91.9632,89.964,87.6316,84.966,81.634,77.6356,75.3032,73.9704,72.6376,70.6384,68.306,65.6404,61.9752,57.9768,54.6448,50.9796,47.3144,43.9824,40.9836,39.3176,38.6512,37.3184,37.3184,37.9848,37.9848,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,41.3168,42.3164,42.9828,43.6492,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,47.3144,48.314,48.980399999999996,49.6468,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,56.977199999999996,57.6436,57.6436,57.6436,57.9768,57.9768,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,70.9716,71.638,71.638,71.638,71.638,71.638,71.638,72.3044,72.3044,72.9708,72.9708,73.63719999999999,74.97,75.6364,75.6364,76.3028,76.636,77.3024,78.30199999999999,78.9684,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,80.9676,81.9672,83.6332,84.2996,84.966,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.9632,92.6296,92.6296,93.29599999999999,93.9624,94.2956,94.962,94.962,95.2952,94.962,95.9616,96.2948,96.9612,97.6276,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,100.2932,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.2916,104.6248,105.6244,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,107.6236,107.9568,108.9564,108.9564,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,109.6228,110.2892,109.956,110.6224,111.2888,111.622,112.2884,112.95479999999999,114.6208,116.9532,118.9524,120.2852,121.2848,121.9512,122.9508,122.9508,122.9508,122.2844,122.2844,121.618,121.2848,121.9512,121.9512,121.9512,121.9512,122.2844,122.6176,122.9508,122.9508,122.6176,120.6184,118.9524,117.6196,115.9536,115.2872,115.6204,116.62,117.2864,117.6196,117.6196,118.286,118.286,117.9528,117.2864,116.2868,115.2872,114.6208,115.6204,118.286,119.6188,120.6184,121.2848,122.6176,121.9512,121.2848,121.2848,120.2852,119.952,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,120.9516,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,121.9512,121.2848,120.9516,119.952,118.9524,117.9528,117.2864,116.62,115.6204,115.2872,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212],[125.9496,125.2832,124.95,125.2832,124.95,123.9504,123.9504,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.6172,124.6168,124.6168,125.2832,125.2832,125.6164,125.9496,125.9496,125.2832,125.2832,124.6168,123.9504,123.9504,123.28399999999999,123.6172,123.9504,124.28359999999999,124.6168,125.2832,125.9496,125.9496,126.616,126.616,127.2824,128.6152,129.6148,130.9476,131.9472,133.28,133.6132,133.6132,132.2804,131.2808,129.948,127.9488,126.616,123.9504,122.6176,120.6184,118.9524,117.2864,115.6204,113.95439999999999,112.2884,111.622,111.2888,110.6224,108.9564,107.6236,105.6244,104.958,103.62519999999999,102.6256,101.2928,100.2932,98.96039999999999,98.6272,97.2944,96.9612,96.2948,94.962,94.962,94.2956,93.9624,93.29599999999999,92.6296,91.9632,90.6304,88.9644,86.9652,84.6328,81.9672,79.3016,75.6364,73.304,71.9712,69.972,67.97279999999999,64.974,62.3084,59.309599999999996,54.978,51.646,48.314,45.3152,42.6496,40.3172,38.6512,37.9848,37.3184,37.3184,37.9848,38.6512,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,40.6504,41.65,42.3164,42.9828,43.316,43.9824,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,47.3144,47.3144,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.6456,53.312,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.308,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,66.3068,67.3064,67.97279999999999,68.6392,69.3056,70.3052,70.9716,70.9716,70.9716,70.9716,70.9716,71.638,71.638,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.9696,76.636,77.3024,78.30199999999999,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,80.3012,80.9676,82.6336,83.6332,83.6332,84.966,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.2976,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.63,92.6296,93.29599999999999,93.29599999999999,93.9624,94.962,95.6284,95.9616,95.9616,95.9616,95.9616,96.628,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.2916,104.6248,105.6244,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,107.6236,107.9568,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,109.6228,109.6228,109.956,109.956,110.6224,111.2888,111.622,112.95479999999999,115.2872,117.9528,120.2852,120.9516,122.2844,122.6176,123.9504,123.9504,123.28399999999999,122.2844,121.618,121.618,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.6176,122.6176,121.9512,120.2852,118.9524,116.9532,115.9536,115.2872,115.2872,116.62,117.2864,117.2864,117.6196,117.9528,117.9528,117.9528,117.2864,116.2868,115.2872,114.6208,115.6204,118.286,119.6188,120.2852,121.2848,121.9512,121.9512,121.2848,120.9516,120.2852,119.952,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.952,120.9516,121.2848,121.2848,121.9512,121.9512,122.6176,122.6176,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,122.2844,122.2844,122.6176,121.9512,121.2848,119.952,118.9524,118.286,117.2864,116.62,115.6204,115.2872,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212],[124.6168,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.28399999999999,122.6176,122.2844,122.9508,122.9508,123.6172,123.6172,124.6168,125.2832,125.2832,125.2832,125.6164,125.9496,126.9492,127.6156,128.9484,130.6144,131.9472,132.6136,132.9468,132.9468,131.614,131.2808,129.948,127.9488,126.616,124.6168,122.6176,121.2848,119.2856,117.9528,116.2868,114.2876,113.288,111.622,111.622,110.6224,108.9564,107.2904,104.6248,103.292,101.2928,99.6268,98.96039999999999,97.2944,96.628,95.9616,94.962,93.6292,92.9628,91.9632,91.63,91.2968,90.6304,89.6308,88.298,86.9652,85.6324,84.6328,82.6336,81.3008,79.3016,76.9692,73.63719999999999,71.3048,69.6388,66.9732,63.308,59.976,57.9768,55.3112,52.3124,48.314,45.3152,43.316,41.65,39.3176,37.9848,37.3184,37.3184,37.3184,37.9848,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.984,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,53.6452,54.6448,54.6448,55.3112,55.3112,56.3108,56.977199999999996,57.3104,57.9768,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,64.6408,65.3072,65.3072,65.3072,65.6404,65.9736,65.9736,66.64,66.9732,67.6396,68.306,69.3056,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,78.30199999999999,77.6356,77.6356,78.30199999999999,78.9684,79.6348,80.3012,81.9672,82.6336,83.3,83.6332,84.2996,84.2996,84.966,85.6324,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.6304,90.6304,89.964,89.964,90.6304,90.6304,91.63,92.2964,93.29599999999999,93.9624,94.962,95.6284,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,100.2932,100.9596,101.2928,101.9592,102.6256,103.292,103.9584,104.6248,105.2912,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,109.2896,109.956,109.956,110.6224,110.9556,110.9556,111.622,111.622,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.6228,110.2892,111.622,112.95479999999999,115.6204,118.286,121.2848,122.2844,123.28399999999999,124.6168,123.9504,123.28399999999999,122.6176,121.618,121.2848,120.9516,120.9516,120.9516,120.2852,120.6184,120.6184,120.6184,120.2852,120.2852,120.9516,120.2852,119.6188,117.9528,116.62,115.2872,115.2872,115.2872,115.6204,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,116.62,115.6204,114.6208,114.6208,115.2872,117.2864,118.286,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,118.9524,119.2856,119.2856,118.9524,118.9524,119.952,120.2852,120.9516,121.2848,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,120.9516,119.952,118.286,117.6196,116.62,115.9536,115.2872,113.6212,113.288,113.288,113.288,113.288,113.288,113.288],[123.28399999999999,123.28399999999999,123.28399999999999,122.2844,121.9512,122.2844,121.618,121.618,121.2848,121.2848,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,124.28359999999999,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.28399999999999,122.6176,122.2844,121.9512,121.618,121.2848,121.618,122.2844,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.9496,127.2824,128.6152,129.6148,130.9476,131.9472,131.9472,132.2804,131.614,131.2808,129.948,128.6152,126.9492,124.6168,122.6176,121.618,119.952,118.286,116.62,115.6204,113.6212,112.2884,112.2884,111.2888,109.2896,106.9572,104.6248,102.2924,100.2932,98.6272,96.628,95.6284,94.962,93.6292,92.6296,91.2968,90.6304,89.6308,88.9644,87.6316,86.2988,85.2992,83.9664,83.6332,81.634,80.9676,80.3012,78.6352,76.9692,74.3036,70.9716,68.6392,66.9732,64.974,59.976,57.3104,55.3112,52.9788,49.6468,46.3148,43.9824,42.3164,40.6504,39.3176,37.9848,37.3184,37.3184,37.3184,37.9848,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.9784,54.6448,55.3112,55.3112,56.3108,56.977199999999996,57.3104,57.9768,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.9744,65.3072,65.9736,65.9736,65.9736,66.3068,66.64,66.64,67.3064,66.9732,67.6396,68.9724,68.9724,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,77.3024,78.30199999999999,78.9684,79.6348,81.3008,81.9672,82.6336,83.3,83.6332,84.2996,84.2996,84.966,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.964,90.2972,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,91.63,92.2964,93.6292,93.9624,95.6284,96.628,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.9592,102.6256,103.62519999999999,103.9584,104.6248,105.2912,105.9576,105.9576,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.6232,109.2896,109.2896,109.2896,109.956,110.6224,111.622,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.9564,108.9564,109.6228,110.2892,111.2888,112.95479999999999,115.6204,118.286,120.9516,122.6176,123.9504,124.6168,123.9504,123.28399999999999,122.2844,121.618,120.6184,120.9516,120.9516,120.9516,120.2852,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,118.9524,117.9528,115.9536,114.6208,114.6208,113.95439999999999,114.954,114.954,115.6204,115.9536,116.62,116.62,116.62,115.6204,114.6208,114.2876,114.2876,114.6208,116.2868,117.6196,118.9524,119.6188,119.6188,119.952,120.2852,119.6188,118.9524,118.9524,119.2856,119.2856,118.9524,119.6188,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.2844,121.2848,120.9516,119.6188,118.286,117.6196,116.62,114.954,114.2876,113.288,113.288,113.288,113.288,113.288,113.288],[122.2844,122.6176,121.9512,121.2848,120.9516,120.9516,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,124.6168,123.9504,122.6176,122.2844,121.9512,120.9516,120.2852,120.2852,120.9516,121.2848,121.9512,122.6176,122.9508,123.28399999999999,123.28399999999999,124.6168,125.2832,126.2828,127.6156,128.6152,129.948,130.9476,131.2808,131.2808,131.2808,130.6144,129.948,128.6152,126.9492,124.6168,123.6172,121.9512,120.9516,118.9524,117.2864,116.2868,114.2876,113.6212,112.2884,111.622,109.2896,106.624,104.2916,102.2924,100.2932,97.96079999999999,95.6284,94.2956,92.6296,91.63,90.2972,89.2976,88.298,87.2984,86.632,85.6324,83.6332,82.3004,81.3008,80.3012,78.9684,77.6356,76.9692,75.6364,74.3036,72.3044,69.3056,66.64,64.6408,61.9752,58.6432,55.6444,53.6452,51.3128,48.314,45.6484,43.9824,41.3168,39.984,38.6512,37.9848,37.3184,37.3184,37.3184,37.9848,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.9848,38.6512,38.6512,39.3176,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,54.3116,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.6428,60.3092,60.9756,61.3088,61.9752,62.6416,63.9744,65.9736,67.3064,67.3064,67.97279999999999,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,70.6384,69.6388,69.6388,70.3052,70.9716,71.9712,71.9712,72.6376,73.304,73.9704,74.6368,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,78.9684,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,84.2996,85.6324,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,88.63119999999999,88.63119999999999,89.964,89.964,89.964,89.964,90.6304,91.63,92.2964,93.9624,94.6288,95.9616,97.2944,98.96039999999999,99.6268,100.9596,101.626,101.626,101.9592,101.9592,101.9592,101.9592,101.9592,101.626,101.626,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.9584,103.9584,104.958,105.6244,105.9576,105.9576,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,108.9564,108.9564,109.2896,108.9564,108.9564,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.9564,108.9564,109.2896,109.956,110.6224,111.622,112.2884,112.2884,111.622,110.9556,110.6224,110.6224,109.956,109.6228,108.9564,108.28999999999999,107.9568,107.9568,108.9564,109.2896,110.9556,112.2884,115.2872,117.9528,119.952,121.9512,122.6176,123.28399999999999,122.9508,122.6176,121.9512,120.9516,120.2852,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,117.6196,115.9536,114.6208,113.288,113.288,113.288,113.288,113.95439999999999,114.6208,115.2872,115.6204,115.6204,114.6208,114.2876,113.6212,113.95439999999999,114.6208,115.2872,117.2864,117.9528,118.9524,118.9524,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,120.2852,120.2852,121.2848,121.2848,121.9512,121.9512,122.9508,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.6176,121.9512,119.952,119.6188,118.9524,117.2864,115.6204,114.954,113.6212,113.288,113.288,113.288,112.2884,112.2884],[120.2852,120.2852,120.2852,120.2852,119.6188,118.9524,118.61919999999999,118.61919999999999,118.9524,119.2856,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.2832,125.6164,124.95,124.6168,123.28399999999999,122.2844,120.9516,120.2852,119.6188,118.61919999999999,118.61919999999999,118.9524,119.6188,120.2852,120.6184,120.6184,121.9512,121.9512,122.9508,123.6172,125.2832,126.2828,127.2824,128.6152,129.948,130.2812,130.2812,130.6144,129.948,129.948,128.6152,126.9492,124.6168,123.6172,122.2844,120.9516,119.952,118.286,116.62,114.954,114.2876,112.95479999999999,111.622,109.2896,106.624,104.2916,102.2924,100.2932,97.96079999999999,95.2952,92.9628,91.2968,89.964,88.298,87.6316,86.2988,84.966,83.6332,82.3004,80.6344,79.6348,78.9684,78.30199999999999,76.9692,75.6364,74.3036,72.9708,71.3048,69.3056,65.9736,63.6412,61.9752,59.309599999999996,55.6444,53.6452,51.9792,49.98,47.6476,44.6488,42.6496,41.3168,39.984,38.6512,37.9848,37.3184,37.3184,37.3184,37.9848,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,38.6512,39.3176,39.3176,39.984,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.9768,57.9768,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,64.6408,66.64,68.306,68.9724,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.9704,74.3036,74.6368,75.3032,75.3032,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,78.30199999999999,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,85.6324,86.9652,87.2984,87.2984,87.9648,87.9648,88.298,88.298,87.9648,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.6316,88.9644,88.63119999999999,89.964,89.964,89.964,91.2968,92.2964,93.9624,95.2952,96.9612,98.6272,100.2932,101.2928,101.9592,102.6256,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.9576,106.624,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.2896,109.956,109.6228,109.6228,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,108.6232,108.6232,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.2908,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.9564,109.2896,110.6224,110.9556,111.622,111.622,111.622,110.9556,110.6224,110.2892,109.6228,108.6232,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.9564,110.2892,111.622,113.6212,116.2868,118.61919999999999,119.6188,120.2852,120.9516,120.9516,120.6184,120.2852,119.6188,118.9524,118.9524,118.61919999999999,119.2856,119.6188,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,117.6196,115.6204,113.95439999999999,113.288,112.6216,112.6216,112.6216,113.288,113.288,114.2876,114.6208,114.6208,114.2876,113.6212,113.6212,113.6212,114.6208,115.2872,116.2868,117.2864,117.9528,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,118.9524,119.6188,120.2852,120.2852,121.2848,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,124.95,124.6168,124.6168,123.28399999999999,123.6172,122.9508,121.9512,120.2852,119.952,119.6188,117.6196,115.9536,114.954,114.2876,113.6212,113.288,112.6216,111.622,111.622],[118.9524,118.9524,118.286,118.286,117.9528,117.2864,116.62,116.62,117.2864,117.6196,118.286,118.9524,119.952,120.6184,121.2848,121.9512,121.9512,122.6176,122.2844,122.6176,123.9504,124.6168,124.6168,124.6168,125.2832,124.95,123.9504,122.6176,120.9516,119.6188,118.286,117.2864,116.62,115.9536,116.62,116.62,117.2864,117.6196,118.286,118.9524,120.2852,121.2848,122.2844,123.28399999999999,124.28359999999999,125.6164,126.9492,127.9488,128.282,128.6152,129.948,129.948,129.2816,128.6152,126.9492,125.6164,123.9504,122.9508,121.2848,120.2852,118.9524,117.2864,115.2872,114.2876,112.95479999999999,111.622,109.2896,106.624,104.2916,102.2924,100.2932,97.96079999999999,94.962,92.6296,90.6304,89.2976,87.9648,86.632,84.966,82.96679999999999,80.9676,79.3016,78.30199999999999,77.3024,76.636,75.9696,73.9704,73.304,71.3048,69.972,67.97279999999999,65.9736,62.6416,59.976,58.6432,56.3108,53.6452,51.3128,49.98,48.6472,46.3148,43.9824,42.3164,40.9836,39.984,38.6512,37.9848,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,32.6536,32.6536,33.32,33.986399999999996,35.3192,36.652,37.3184,37.9848,38.9844,39.6508,40.3172,40.9836,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,52.6456,53.312,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.9768,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,62.6416,63.308,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072,65.6404,66.3068,66.9732,68.306,69.3056,70.6384,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.9704,73.63719999999999,74.3036,74.3036,73.63719999999999,72.9708,72.9708,73.63719999999999,74.3036,74.3036,75.6364,76.3028,76.3028,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.6332,84.966,85.9656,86.632,86.632,87.2984,87.2984,87.6316,87.6316,87.9648,87.9648,87.9648,87.9648,87.9648,86.632,85.9656,85.9656,85.2992,85.2992,85.6324,87.2984,88.298,89.2976,89.2976,90.6304,91.2968,92.2964,94.6288,95.6284,97.96079999999999,99.6268,101.2928,103.292,103.62519999999999,104.2916,104.958,104.958,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.9576,105.6244,106.2908,107.6236,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.2896,108.9564,108.9564,108.9564,109.6228,109.6228,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,109.956,109.6228,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,108.28999999999999,109.956,110.2892,110.9556,111.622,111.622,110.9556,110.6224,110.6224,109.6228,108.6232,107.9568,107.9568,107.6236,107.6236,107.6236,108.28999999999999,109.956,111.2888,113.288,114.954,116.2868,117.2864,118.286,118.9524,118.9524,118.286,117.9528,118.61919999999999,118.61919999999999,118.286,117.9528,118.61919999999999,118.9524,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,116.62,115.6204,113.95439999999999,112.2884,111.622,111.622,112.2884,112.6216,113.288,113.6212,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.6212,115.2872,115.6204,117.2864,117.6196,117.9528,117.9528,118.286,118.286,118.61919999999999,118.61919999999999,118.286,118.286,118.9524,119.6188,120.2852,120.2852,121.2848,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,124.95,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,124.95,124.6168,124.6168,123.6172,123.6172,122.9508,121.9512,120.2852,119.952,119.2856,117.6196,115.9536,114.954,113.95439999999999,112.95479999999999,112.2884,111.622,111.2888,110.9556],[118.286,117.6196,117.2864,117.2864,116.62,115.9536,115.2872,115.2872,115.2872,116.2868,116.62,117.6196,118.286,119.6188,119.952,120.9516,121.2848,121.9512,121.618,122.2844,123.9504,124.6168,124.6168,124.6168,125.2832,124.6168,123.28399999999999,121.618,119.6188,118.286,117.2864,115.9536,114.6208,114.6208,114.954,115.6204,115.9536,116.62,116.62,117.2864,118.286,119.6188,120.9516,121.2848,122.9508,123.9504,124.6168,125.6164,126.9492,127.6156,128.6152,129.2816,129.2816,128.6152,126.9492,125.6164,124.6168,123.6172,121.9512,120.9516,119.6188,117.9528,116.2868,114.6208,112.95479999999999,111.622,109.2896,106.9572,104.6248,102.6256,100.9596,97.96079999999999,94.962,92.6296,90.6304,89.2976,87.2984,85.2992,84.2996,81.634,78.9684,76.9692,75.6364,74.97,74.3036,73.9704,71.9712,70.6384,69.3056,67.3064,64.974,62.6416,59.309599999999996,57.3104,55.6444,53.6452,51.646,49.3136,48.6472,46.9812,44.982,43.316,41.65,40.3172,39.3176,38.6512,37.9848,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,32.6536,32.6536,33.32,33.986399999999996,35.3192,36.652,37.3184,38.6512,39.6508,40.3172,40.9836,41.65,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,54.6448,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.6432,59.976,60.6424,60.6424,61.3088,60.6424,61.3088,61.9752,63.9744,64.974,66.3068,66.9732,67.6396,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,70.6384,71.9712,73.304,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.3028,74.97,74.97,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.6356,78.6352,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.966,84.966,85.9656,86.632,87.2984,87.2984,87.6316,87.6316,87.9648,87.9648,87.9648,86.632,86.632,85.6324,84.966,84.2996,84.2996,84.2996,84.966,85.9656,87.2984,88.298,89.2976,90.6304,91.2968,92.2964,94.6288,96.2948,98.294,99.96,101.9592,103.62519999999999,104.958,104.958,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.9576,106.624,106.2908,106.9572,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,108.9564,109.6228,109.6228,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.2892,110.6224,110.2892,109.6228,108.9564,108.28999999999999,107.9568,107.9568,107.2904,107.2904,107.2904,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.6236,106.9572,106.2908,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.624,106.624,106.9572,108.28999999999999,109.2896,110.2892,110.9556,110.9556,111.622,111.622,110.9556,110.6224,109.6228,108.6232,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,108.9564,111.2888,112.6216,113.288,114.2876,115.6204,116.62,117.2864,117.2864,117.2864,117.2864,116.62,117.2864,117.6196,117.6196,117.9528,117.9528,118.286,117.9528,117.9528,116.62,117.2864,117.2864,117.2864,117.2864,116.62,115.6204,113.95439999999999,112.2884,111.622,111.622,112.2884,112.6216,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.6208,115.6204,116.62,117.2864,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.9524,119.6188,120.2852,120.2852,121.2848,121.2848,121.9512,122.2844,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,124.95,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,123.9504,122.9508,122.9508,122.6176,121.2848,119.952,118.9524,118.61919999999999,117.2864,115.2872,114.954,113.288,112.95479999999999,111.622,111.2888,110.9556,110.9556],[116.9532,116.62,115.9536,115.2872,114.954,114.2876,114.2876,113.95439999999999,114.2876,114.6208,115.9536,116.62,117.2864,118.286,119.6188,119.952,120.2852,121.2848,121.618,122.2844,123.6172,123.9504,124.6168,124.6168,124.6168,124.6168,122.6176,120.9516,119.6188,117.6196,115.9536,114.954,113.6212,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.9536,117.2864,117.9528,119.6188,120.2852,121.9512,122.6176,123.6172,125.2832,126.616,126.9492,128.6152,128.9484,129.2816,128.6152,126.9492,125.6164,124.6168,123.6172,122.9508,121.9512,120.9516,118.9524,117.2864,115.2872,112.95479999999999,110.9556,109.2896,106.9572,104.6248,103.292,100.9596,97.96079999999999,95.2952,92.9628,91.2968,89.6308,86.9652,85.2992,83.3,80.9676,77.9688,75.3032,74.97,73.63719999999999,71.9712,71.3048,69.972,68.6392,65.9736,63.9744,61.9752,59.976,56.977199999999996,54.6448,52.9788,50.9796,48.980399999999996,47.6476,46.9812,44.982,43.6492,42.6496,41.65,40.3172,39.3176,38.6512,37.9848,37.3184,37.3184,37.3184,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,32.6536,32.6536,33.32,33.986399999999996,35.3192,36.652,37.9848,39.3176,40.3172,41.65,42.3164,42.9828,43.9824,45.3152,45.9816,46.647999999999996,46.9812,47.6476,48.314,48.980399999999996,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,53.6452,53.6452,54.3116,54.6448,54.6448,55.3112,55.9776,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,61.3088,61.9752,62.6416,63.6412,64.3076,65.6404,66.3068,67.6396,69.3056,70.6384,71.3048,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.972,71.3048,72.6376,73.9704,74.6368,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,78.9684,78.30199999999999,77.6356,77.6356,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,80.3012,79.6348,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,80.6344,81.3008,82.6336,83.6332,84.966,84.966,85.9656,86.632,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,86.632,86.632,85.6324,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,85.6324,87.2984,88.298,89.2976,90.6304,91.2968,92.2964,94.6288,95.9616,98.294,100.6264,102.6256,104.2916,105.6244,105.9576,105.6244,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,104.958,105.6244,105.6244,105.6244,106.2908,106.9572,106.9572,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,108.28999999999999,107.9568,107.2904,106.9572,106.9572,107.2904,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,106.9572,107.6236,109.2896,110.6224,110.9556,110.9556,111.622,111.622,110.9556,110.6224,109.6228,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,107.6236,107.9568,110.2892,111.622,112.2884,112.2884,113.288,114.2876,115.2872,115.6204,115.9536,116.2868,116.2868,116.2868,116.62,116.9532,117.6196,117.6196,117.6196,117.9528,117.2864,116.2868,116.2868,116.62,116.62,116.62,116.2868,115.6204,113.95439999999999,112.95479999999999,112.2884,112.2884,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.6208,115.6204,116.62,117.2864,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.9524,119.6188,120.2852,120.2852,120.9516,120.9516,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,124.95,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,123.9504,123.9504,123.28399999999999,122.9508,121.9512,121.9512,121.2848,120.2852,118.61919999999999,117.9528,117.2864,116.2868,114.954,113.6212,112.95479999999999,111.622,111.2888,110.6224,110.2892,110.2892],[115.9536,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,115.2872,116.62,117.6196,118.9524,119.6188,119.952,120.9516,121.2848,121.618,122.9508,123.6172,123.9504,124.6168,123.9504,123.6172,122.2844,120.2852,118.286,116.62,114.954,113.6212,112.6216,112.2884,112.6216,113.288,113.6212,114.2876,114.954,115.2872,116.62,117.2864,118.286,119.6188,120.6184,121.618,122.9508,123.28399999999999,125.2832,126.616,128.6152,128.9484,129.2816,128.6152,126.9492,125.6164,125.2832,124.28359999999999,123.28399999999999,122.2844,121.2848,119.952,117.9528,115.9536,112.95479999999999,110.9556,109.956,107.6236,105.2912,103.292,101.2928,98.6272,95.9616,93.6292,91.63,89.6308,86.9652,84.6328,82.6336,80.9676,77.9688,75.3032,74.3036,72.9708,71.3048,69.972,68.6392,66.64,64.6408,62.3084,59.6428,57.6436,54.6448,52.6456,50.9796,49.6468,46.9812,45.6484,44.982,44.315599999999996,43.316,42.3164,41.65,40.9836,39.984,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,31.9872,31.9872,32.6536,33.986399999999996,35.3192,37.3184,37.9848,39.6508,40.9836,42.3164,42.9828,43.6492,44.6488,45.9816,46.647999999999996,47.3144,47.6476,48.314,48.980399999999996,49.6468,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.644,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.9756,61.3088,61.9752,64.3076,64.974,65.6404,66.3068,67.6396,69.3056,69.972,71.3048,72.9708,73.63719999999999,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,71.9712,71.9712,71.9712,72.6376,73.9704,75.3032,76.9692,77.6356,78.30199999999999,78.9684,79.6348,80.3012,80.9676,81.634,81.634,81.634,81.634,80.9676,80.3012,80.3012,80.3012,80.3012,80.9676,80.9676,80.9676,80.9676,81.634,81.9672,81.9672,80.9676,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,83.6332,84.2996,84.966,85.9656,85.9656,86.632,86.632,87.2984,87.2984,87.9648,87.9648,86.632,85.2992,84.2996,83.6332,82.96679999999999,82.3004,82.96679999999999,83.6332,84.2996,85.6324,87.9648,88.63119999999999,89.964,91.2968,91.9632,92.9628,94.2956,96.628,99.6268,101.2928,103.9584,104.958,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.9568,107.9568,108.6232,108.6232,108.6232,108.9564,109.6228,109.956,109.956,109.956,110.2892,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.6224,109.956,108.9564,108.28999999999999,107.9568,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,109.2896,110.6224,110.9556,110.9556,111.622,111.622,110.9556,109.956,108.9564,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,108.28999999999999,110.2892,110.6224,110.2892,111.2888,112.95479999999999,114.2876,114.954,114.954,115.6204,114.954,115.6204,115.6204,115.9536,116.62,116.9532,116.9532,116.9532,116.62,115.6204,115.6204,116.2868,116.62,116.62,116.2868,115.6204,113.95439999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.2876,115.2872,115.9536,116.62,116.9532,117.6196,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.9524,119.6188,120.2852,120.2852,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.28399999999999,122.9508,122.9508,121.9512,121.2848,120.9516,119.952,118.286,117.2864,116.9532,116.9532,115.6204,113.95439999999999,113.288,111.622,111.2888,110.6224,110.6224,110.2892,110.2892],[113.95439999999999,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.2892,109.956,110.6224,110.9556,113.288,115.2872,117.2864,117.6196,118.286,119.6188,120.2852,121.2848,121.618,122.2844,122.6176,123.9504,123.9504,123.6172,122.9508,121.2848,119.6188,117.2864,115.2872,112.95479999999999,112.2884,111.622,111.2888,111.622,112.2884,113.288,113.95439999999999,114.954,115.2872,115.2872,115.9536,117.2864,118.286,119.6188,120.2852,121.9512,122.9508,124.28359999999999,126.616,128.282,129.2816,129.948,128.9484,126.616,124.95,125.2832,125.2832,124.28359999999999,123.28399999999999,122.2844,120.9516,117.9528,116.62,114.2876,111.9552,110.6224,108.28999999999999,105.9576,103.62519999999999,101.9592,98.96039999999999,96.2948,93.9624,92.2964,89.6308,86.2988,83.9664,82.3004,79.968,78.6352,76.3028,74.3036,72.6376,71.3048,69.3056,67.3064,65.3072,63.308,60.9756,58.31,56.3108,53.312,51.3128,48.980399999999996,46.9812,44.982,43.6492,43.316,43.316,42.6496,42.3164,41.65,40.9836,39.984,38.6512,37.9848,37.3184,37.3184,36.652,37.3184,37.3184,37.3184,37.3184,35.9856,35.3192,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.9872,32.6536,33.986399999999996,35.9856,37.3184,38.9844,40.3172,40.9836,42.3164,42.9828,43.6492,45.3152,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,66.9732,67.6396,68.306,69.6388,71.9712,72.9708,73.63719999999999,74.3036,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.6364,74.97,74.97,74.3036,73.63719999999999,73.9704,74.3036,75.6364,77.6356,78.9684,78.9684,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,83.6332,83.3,83.3,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,80.6344,80.9676,81.634,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.9656,86.2988,86.632,86.632,86.632,87.9648,87.2984,86.2988,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,85.6324,86.632,88.298,89.2976,91.2968,91.63,93.6292,93.9624,94.962,97.2944,99.6268,101.9592,103.62519999999999,105.6244,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.624,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,108.9564,108.9564,109.6228,109.6228,109.6228,109.956,110.2892,110.2892,110.2892,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.2892,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,108.6232,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.624,106.624,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,105.2912,106.624,106.9572,109.2896,110.6224,111.622,112.2884,111.622,111.622,110.9556,109.956,108.6232,107.9568,107.6236,106.9572,105.9576,105.9576,105.9576,106.624,106.9572,107.6236,108.28999999999999,107.9568,108.6232,109.6228,111.9552,113.288,114.954,114.954,113.6212,113.6212,113.6212,113.6212,114.954,115.6204,115.9536,115.9536,116.2868,116.2868,115.6204,115.6204,115.6204,116.2868,115.6204,115.6204,114.954,114.2876,113.288,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.954,114.954,115.9536,115.9536,115.9536,116.62,116.9532,116.9532,116.9532,117.6196,117.9528,118.286,118.9524,119.6188,120.2852,120.2852,121.2848,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.2832,123.9504,122.9508,122.2844,122.2844,121.2848,120.9516,119.952,119.2856,118.286,116.9532,116.62,115.9536,114.954,114.6208,113.288,112.2884,111.2888,110.9556,110.2892,110.2892,109.956,109.956],[112.2884,112.2884,112.2884,111.622,110.9556,109.956,109.2896,108.28999999999999,108.9564,108.9564,109.956,110.9556,114.2876,115.9536,117.2864,117.6196,119.6188,120.2852,121.2848,121.9512,122.2844,122.6176,123.28399999999999,123.28399999999999,122.9508,121.2848,119.6188,117.6196,115.6204,113.6212,112.95479999999999,111.622,110.9556,110.9556,111.2888,112.2884,112.95479999999999,113.288,114.2876,114.954,114.954,115.2872,116.62,117.2864,118.9524,119.6188,120.9516,121.9512,123.6172,124.6168,127.6156,129.2816,129.2816,128.282,125.9496,124.6168,124.6168,125.2832,124.95,124.28359999999999,122.9508,121.618,118.9524,116.9532,115.6204,112.95479999999999,111.622,109.2896,106.9572,105.2912,103.292,100.2932,97.2944,93.9624,92.2964,89.6308,87.6316,84.6328,82.3004,80.3012,78.9684,76.9692,74.97,72.6376,70.6384,68.6392,65.9736,63.9744,60.9756,58.9764,56.977199999999996,54.978,51.9792,49.98,47.6476,45.6484,43.6492,42.9828,42.6496,42.6496,42.3164,41.65,41.65,40.9836,39.984,38.6512,37.9848,37.3184,36.652,36.652,37.3184,37.3184,37.3184,36.652,35.3192,34.6528,33.32,32.6536,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,35.9856,37.9848,38.9844,40.6504,40.9836,42.3164,42.9828,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.6428,60.6424,61.3088,61.9752,62.6416,63.9744,65.3072,65.9736,66.64,68.306,69.6388,70.3052,71.9712,73.9704,74.97,75.6364,75.6364,76.3028,76.9692,76.9692,76.9692,77.3024,77.3024,77.3024,77.3024,76.3028,76.3028,74.97,74.97,74.97,76.3028,79.6348,80.6344,80.6344,80.6344,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.966,84.6328,84.6328,83.9664,83.9664,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,84.2996,84.2996,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,86.2988,86.2988,86.632,86.632,87.9648,86.632,86.2988,84.966,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,86.632,88.298,89.2976,90.2972,91.63,92.9628,93.9624,95.2952,96.9612,98.6272,100.9596,102.6256,104.6248,105.2912,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,107.6236,108.28999999999999,108.9564,108.9564,109.6228,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.6228,109.6228,108.6232,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.624,106.624,106.9572,106.9572,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,105.2912,106.2908,106.9572,109.2896,110.6224,111.622,112.2884,111.622,110.9556,110.6224,109.6228,108.6232,107.6236,106.9572,106.2908,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,106.9572,107.6236,107.6236,108.6232,110.9556,113.288,114.2876,114.2876,113.288,112.6216,112.6216,113.288,113.95439999999999,113.95439999999999,114.6208,114.6208,115.6204,115.6204,114.954,114.954,115.6204,115.6204,114.954,114.954,114.2876,114.2876,113.288,113.288,112.95479999999999,113.288,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.9532,116.9532,117.9528,118.286,118.9524,119.6188,120.2852,120.9516,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,123.28399999999999,122.2844,121.2848,120.9516,120.2852,119.6188,118.61919999999999,117.9528,116.62,115.6204,115.2872,114.6208,113.95439999999999,113.6212,112.95479999999999,111.9552,111.2888,110.9556,109.956,109.956,109.956,109.956],[110.9556,110.9556,110.2892,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.6236,107.6236,108.6232,110.6224,112.2884,114.2876,115.9536,117.2864,119.6188,120.2852,121.2848,122.2844,121.9512,122.6176,122.9508,122.9508,121.2848,119.952,118.286,116.62,114.2876,112.95479999999999,110.9556,110.6224,110.2892,110.2892,110.6224,110.9556,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.954,115.9536,116.62,117.9528,118.9524,119.6188,120.2852,121.618,123.6172,125.2832,126.9492,127.6156,126.2828,124.6168,124.95,124.6168,125.2832,125.2832,125.2832,123.9504,122.6176,120.2852,118.286,116.9532,114.6208,112.6216,110.6224,108.28999999999999,105.9576,104.2916,101.2928,97.96079999999999,95.2952,92.9628,90.9636,88.298,85.9656,83.3,80.6344,79.3016,76.9692,74.3036,71.9712,68.9724,66.9732,63.9744,61.3088,59.309599999999996,57.3104,54.6448,52.6456,49.6468,47.3144,45.6484,44.315599999999996,42.6496,41.9832,41.9832,41.9832,41.65,41.65,40.9836,40.9836,39.984,38.6512,37.9848,37.3184,36.652,36.652,36.652,36.652,36.652,35.9856,35.3192,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.9872,32.6536,33.32,34.6528,35.9856,37.9848,38.9844,40.3172,40.9836,42.3164,42.9828,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.6428,60.6424,61.3088,61.9752,62.6416,64.6408,65.3072,65.9736,67.3064,68.9724,70.3052,70.9716,72.6376,73.9704,74.97,75.6364,75.6364,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,78.30199999999999,77.6356,76.3028,75.6364,75.6364,76.9692,80.6344,81.3008,80.6344,80.6344,80.9676,81.634,82.96679999999999,83.6332,83.6332,84.966,84.6328,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.2996,84.966,84.966,84.966,84.2996,83.6332,83.3,82.6336,82.6336,82.96679999999999,83.6332,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,81.3008,81.3008,81.634,82.3004,82.3004,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,86.632,86.632,85.6324,84.966,83.6332,83.6332,84.2996,85.6324,86.632,87.9648,88.298,89.964,90.6304,92.2964,92.9628,93.9624,95.2952,96.628,97.2944,99.6268,101.2928,103.292,104.958,105.6244,106.9572,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.9564,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,109.6228,109.6228,108.6232,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,105.2912,106.2908,106.9572,108.9564,109.956,111.622,111.622,110.9556,110.9556,110.2892,108.9564,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,105.6244,106.2908,106.9572,108.6232,110.9556,112.95479999999999,114.2876,113.6212,111.9552,111.622,111.9552,111.622,112.6216,112.6216,113.288,113.288,113.95439999999999,113.95439999999999,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,113.95439999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.9532,116.9532,117.9528,118.286,118.9524,119.6188,120.2852,121.2848,121.9512,121.618,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,124.6168,124.6168,123.9504,123.9504,122.9508,121.618,120.2852,120.2852,119.2856,118.286,117.6196,116.9532,115.9536,115.2872,114.6208,114.6208,113.95439999999999,113.6212,112.95479999999999,111.9552,111.2888,110.9556,109.956,109.956,109.2896,109.2896],[109.6228,109.6228,108.6232,108.6232,107.9568,107.6236,107.2904,106.624,106.624,106.9572,107.9568,109.2896,110.9556,112.95479999999999,114.2876,116.62,118.9524,120.2852,121.2848,121.2848,121.2848,121.2848,121.9512,121.2848,119.952,117.9528,116.62,114.954,113.288,111.2888,110.6224,109.956,109.2896,109.2896,109.956,110.6224,112.2884,112.95479999999999,112.6216,113.6212,113.6212,114.2876,114.954,115.9536,116.62,117.6196,118.286,118.9524,120.2852,121.2848,122.9508,124.6168,125.2832,125.2832,124.28359999999999,124.28359999999999,124.6168,125.6164,125.9496,125.9496,124.6168,123.28399999999999,121.2848,119.2856,117.9528,115.6204,113.6212,111.622,109.2896,106.9572,105.2912,102.6256,98.96039999999999,95.9616,93.9624,90.9636,88.9644,86.9652,84.6328,81.9672,79.3016,77.3024,74.97,72.3044,68.6392,66.3068,62.6416,60.6424,58.6432,56.644,53.9784,51.9792,48.980399999999996,46.647999999999996,44.982,43.6492,41.9832,41.3168,41.3168,41.3168,40.9836,40.9836,40.9836,40.3172,39.3176,38.6512,37.9848,37.3184,36.652,36.652,36.652,35.9856,35.9856,35.3192,34.6528,33.986399999999996,32.6536,31.9872,31.3208,31.3208,31.9872,32.6536,33.32,34.6528,35.9856,37.3184,38.9844,39.6508,40.9836,41.65,42.9828,43.6492,45.3152,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,61.3088,61.9752,62.6416,63.308,65.3072,65.9736,66.64,68.306,69.6388,70.9716,72.3044,73.304,74.6368,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.9684,79.6348,80.3012,80.3012,79.6348,78.30199999999999,76.9692,75.6364,76.3028,77.6356,80.6344,81.3008,80.6344,79.968,79.968,80.9676,81.634,82.96679999999999,84.2996,85.2992,84.966,86.2988,86.2988,87.2984,87.2984,86.632,86.2988,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.6324,84.966,84.2996,84.2996,84.966,85.2992,85.2992,85.2992,85.2992,84.6328,84.6328,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,84.966,84.2996,83.6332,84.2996,85.6324,86.632,87.9648,89.2976,89.964,90.9636,92.2964,93.6292,93.9624,95.9616,96.628,98.6272,99.6268,100.9596,102.6256,103.9584,105.2912,105.6244,106.9572,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,109.6228,109.6228,108.6232,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,105.2912,105.6244,106.9572,108.28999999999999,109.2896,110.6224,110.6224,110.6224,110.6224,109.6228,108.6232,107.6236,106.9572,106.2908,105.9576,104.958,104.958,104.958,105.6244,105.9576,106.2908,105.6244,105.6244,106.2908,107.9568,110.6224,112.2884,113.6212,113.6212,111.9552,111.2888,111.2888,110.9556,111.2888,111.622,111.9552,112.6216,112.6216,113.288,113.95439999999999,114.954,114.954,114.954,114.2876,114.2876,114.2876,113.95439999999999,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,115.9536,115.9536,115.9536,115.9536,116.2868,116.62,116.9532,116.9532,117.9528,118.286,118.9524,119.6188,120.2852,121.2848,121.9512,121.618,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.9512,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.618,120.9516,119.2856,118.9524,118.286,117.9528,116.9532,116.62,115.6204,115.2872,114.6208,114.6208,113.95439999999999,113.6212,112.95479999999999,111.9552,111.2888,110.9556,109.956,109.956,109.2896,109.2896],[108.28999999999999,107.9568,107.2904,106.624,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,107.6236,108.6232,110.6224,112.2884,113.6212,115.9536,117.9528,118.9524,119.952,119.952,119.952,119.952,119.952,119.952,118.61919999999999,117.2864,115.2872,113.6212,112.2884,110.6224,109.2896,108.9564,108.28999999999999,108.9564,109.2896,109.956,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.6208,115.6204,115.9536,116.9532,117.9528,118.286,118.9524,120.6184,122.2844,122.9508,123.6172,123.6172,123.6172,124.6168,125.2832,126.616,125.9496,125.9496,124.6168,122.9508,120.9516,118.9524,116.9532,114.954,112.6216,110.6224,108.28999999999999,105.9576,103.62519999999999,99.6268,96.9612,94.962,92.2964,89.6308,88.298,85.9656,83.6332,81.3008,78.6352,76.3028,72.9708,69.3056,66.64,63.308,60.9756,58.6432,56.3108,53.6452,51.646,48.314,46.3148,44.6488,43.316,41.3168,40.6504,40.6504,40.6504,39.984,39.984,39.984,39.3176,39.3176,38.6512,37.9848,37.3184,36.652,36.652,35.9856,35.9856,34.6528,34.6528,33.986399999999996,33.32,31.9872,31.3208,30.6544,30.6544,31.9872,32.6536,33.986399999999996,35.3192,35.9856,37.3184,37.9848,39.6508,39.984,41.3168,41.9832,43.6492,44.6488,45.9816,46.647999999999996,47.3144,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,52.9788,53.9784,54.6448,54.6448,55.3112,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.6428,60.3092,61.9752,62.6416,64.6408,65.3072,66.3068,66.9732,68.306,68.9724,70.6384,71.9712,73.304,74.3036,74.97,75.9696,75.9696,76.636,78.30199999999999,78.9684,78.9684,79.6348,80.6344,81.3008,81.3008,81.3008,80.9676,79.6348,77.3024,76.3028,76.3028,78.30199999999999,80.3012,80.3012,78.30199999999999,77.6356,78.30199999999999,79.6348,80.9676,82.96679999999999,84.966,85.9656,87.2984,87.6316,88.298,88.298,88.298,87.9648,88.298,87.6316,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.2988,86.2988,86.2988,86.632,87.2984,87.6316,87.2984,86.632,86.2988,86.2988,85.9656,85.6324,84.966,84.966,84.966,84.966,84.966,85.6324,85.2992,85.2992,85.2992,84.966,84.966,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,84.966,83.6332,84.2996,84.2996,86.632,87.9648,89.2976,90.6304,91.9632,92.2964,93.29599999999999,94.6288,95.9616,96.9612,98.96039999999999,100.2932,101.2928,102.6256,103.62519999999999,104.958,105.2912,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.6224,110.6224,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.622,111.622,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,108.6232,107.9568,107.6236,106.9572,105.9576,105.9576,105.9576,105.9576,106.9572,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.2916,104.958,105.9576,106.2908,107.6236,107.9568,109.2896,109.956,109.2896,109.2896,108.6232,107.9568,106.9572,106.2908,105.2912,104.958,104.6248,103.9584,103.9584,104.6248,104.958,105.6244,105.6244,105.6244,106.2908,107.6236,109.956,111.622,113.288,113.288,111.622,110.6224,109.956,109.956,110.2892,110.9556,110.9556,111.622,112.2884,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.6196,118.9524,119.6188,120.9516,121.2848,121.618,121.618,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,121.9512,121.9512,121.9512,121.9512,121.2848,120.6184,120.2852,120.9516,121.2848,121.2848,121.9512,122.6176,122.6176,121.9512,120.9516,119.952,118.9524,117.6196,117.6196,117.2864,116.62,115.9536,115.2872,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.2888,110.9556,109.956,108.9564,108.9564,108.28999999999999],[106.2908,106.2908,105.6244,104.6248,104.2916,104.2916,103.62519999999999,104.2916,104.6248,105.6244,106.2908,107.9568,109.956,111.622,112.95479999999999,114.2876,116.2868,117.9528,118.286,118.286,118.9524,119.2856,119.2856,118.61919999999999,117.2864,115.2872,113.6212,112.2884,110.9556,109.2896,108.9564,107.9568,107.6236,107.6236,108.9564,109.2896,110.6224,110.9556,111.622,112.2884,112.2884,112.2884,113.288,113.6212,114.6208,115.6204,115.6204,116.62,117.2864,117.9528,118.9524,119.952,120.2852,122.2844,122.9508,123.6172,123.9504,125.2832,125.9496,126.616,126.616,125.2832,123.6172,121.9512,119.2856,117.2864,115.6204,113.6212,111.622,109.2896,106.9572,103.9584,100.2932,97.2944,95.6284,93.29599999999999,90.9636,88.63119999999999,86.2988,84.966,83.6332,80.3012,77.6356,73.9704,70.6384,67.3064,63.9744,61.641999999999996,59.309599999999996,56.977199999999996,54.3116,52.3124,48.980399999999996,46.9812,45.3152,43.316,41.3168,39.984,39.984,39.984,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,37.9848,37.3184,36.652,36.652,35.9856,35.9856,34.6528,33.986399999999996,33.986399999999996,33.32,31.9872,30.6544,29.988,30.6544,31.9872,33.32,34.6528,36.3188,36.652,37.3184,37.9848,38.9844,39.3176,40.6504,41.3168,42.3164,43.9824,44.6488,45.3152,46.647999999999996,47.6476,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,52.9788,53.9784,54.6448,54.6448,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.9756,61.9752,63.308,64.6408,65.9736,66.9732,67.6396,68.9724,69.6388,71.3048,72.6376,73.304,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,81.9672,80.9676,79.6348,77.3024,76.636,77.3024,78.30199999999999,80.3012,79.6348,77.6356,76.9692,76.9692,77.6356,79.968,81.634,83.6332,85.9656,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.63119999999999,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.6308,88.63119999999999,87.9648,87.6316,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,85.9656,85.2992,85.9656,85.9656,85.9656,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,84.2996,83.6332,83.6332,85.6324,86.632,88.63119999999999,90.2972,91.2968,92.2964,93.6292,94.2956,94.962,96.9612,98.294,99.96,101.2928,103.292,103.9584,104.958,105.6244,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.9564,108.9564,109.956,109.956,110.2892,110.6224,110.9556,111.622,111.622,111.622,111.622,111.622,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.9552,111.622,111.622,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,108.6232,107.9568,107.6236,106.9572,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.2916,104.2916,105.6244,105.9576,106.624,107.2904,107.9568,109.2896,108.6232,108.6232,107.9568,107.6236,106.2908,105.6244,104.958,104.958,103.9584,103.9584,103.9584,103.9584,104.958,104.958,104.958,104.958,105.9576,106.9572,109.2896,111.2888,112.6216,111.9552,111.2888,110.2892,109.2896,109.2896,109.956,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,116.62,117.2864,117.6196,118.9524,119.6188,120.9516,121.2848,121.618,121.618,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,121.9512,121.9512,121.2848,121.2848,120.2852,119.6188,119.6188,119.6188,120.2852,120.9516,121.2848,121.9512,121.9512,120.9516,119.952,118.9524,117.6196,117.6196,117.2864,116.62,115.9536,115.6204,114.6208,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.2884,111.2888,110.2892,109.2896,108.9564,108.28999999999999,108.28999999999999],[105.9576,105.6244,104.2916,103.292,102.6256,102.6256,102.6256,102.6256,103.62519999999999,104.2916,105.6244,107.6236,109.2896,110.6224,112.2884,113.95439999999999,115.6204,117.2864,117.2864,117.9528,117.9528,118.61919999999999,118.61919999999999,117.9528,116.2868,114.2876,112.95479999999999,111.622,109.2896,108.28999999999999,107.6236,106.9572,106.9572,106.9572,107.6236,108.28999999999999,109.2896,109.956,111.2888,111.622,111.622,112.2884,113.288,113.288,113.6212,114.2876,114.2876,115.6204,115.6204,116.2868,117.2864,117.6196,119.952,121.2848,122.9508,123.28399999999999,123.9504,124.6168,126.2828,126.9492,126.616,125.6164,124.6168,122.2844,120.2852,117.9528,116.2868,114.954,112.2884,110.2892,107.6236,104.6248,100.6264,98.294,96.2948,93.9624,92.2964,89.964,87.6316,86.632,84.966,82.96679999999999,79.6348,76.636,72.6376,69.3056,66.3068,63.6412,60.6424,58.31,56.3108,54.3116,50.9796,48.980399999999996,47.3144,44.6488,41.3168,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.3184,36.652,36.652,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.3208,30.6544,29.988,30.6544,31.9872,33.32,34.6528,36.3188,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,40.9836,41.9832,42.6496,43.9824,44.6488,46.9812,47.6476,48.980399999999996,49.6468,51.646,52.3124,52.9788,52.9788,53.9784,54.6448,54.6448,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.9756,61.9752,63.308,64.6408,65.9736,66.9732,68.306,69.6388,70.3052,71.9712,73.304,73.9704,74.3036,74.97,75.9696,76.636,77.3024,78.9684,79.6348,79.6348,80.3012,81.3008,81.3008,81.9672,81.3008,80.3012,78.9684,76.636,76.636,77.3024,78.30199999999999,79.6348,79.6348,76.9692,75.6364,75.6364,76.3028,78.9684,80.6344,82.3004,84.2996,86.632,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.63119999999999,89.964,90.6304,91.2968,90.9636,90.2972,89.964,89.2976,88.298,88.298,87.6316,87.6316,87.2984,87.2984,87.6316,87.2984,86.632,86.632,86.632,86.632,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.2988,85.6324,83.9664,83.3,83.6332,84.966,87.9648,89.2976,91.2968,91.9632,93.6292,93.9624,94.6288,95.6284,97.96079999999999,99.2936,101.2928,102.6256,103.62519999999999,104.958,104.6248,105.2912,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,109.2896,109.2896,109.956,110.6224,110.6224,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,111.9552,111.9552,111.9552,111.9552,111.622,111.622,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,108.6232,107.9568,107.6236,106.9572,105.9576,105.9576,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.2916,104.2916,105.6244,105.9576,105.9576,106.624,106.624,107.6236,107.9568,107.6236,107.6236,106.9572,105.6244,105.6244,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,104.958,104.958,105.9576,106.9572,108.9564,110.6224,111.622,111.2888,110.2892,109.2896,109.2896,108.6232,109.2896,109.956,110.6224,110.9556,111.622,111.622,111.9552,111.9552,112.2884,112.95479999999999,112.95479999999999,112.2884,112.6216,112.6216,111.9552,111.622,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,111.622,111.622,111.622,112.2884,112.95479999999999,113.288,113.6212,113.6212,114.2876,114.954,114.954,114.954,115.9536,115.9536,115.9536,116.62,117.2864,117.6196,118.9524,119.6188,120.9516,121.2848,121.618,121.618,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.2848,120.9516,120.2852,118.9524,118.9524,118.286,118.286,118.9524,118.9524,119.952,120.6184,120.6184,119.952,118.9524,118.286,117.6196,117.2864,117.2864,116.62,115.9536,115.6204,114.6208,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.2884,111.2888,110.2892,109.2896,108.28999999999999,108.28999999999999,107.9568],[105.2912,104.958,103.292,102.2924,101.626,101.2928,101.2928,101.9592,102.6256,103.62519999999999,104.6248,105.6244,107.9568,109.956,111.2888,113.288,114.954,116.62,116.9532,117.2864,117.2864,117.2864,117.9528,116.62,114.2876,112.95479999999999,112.2884,110.9556,108.9564,107.6236,106.9572,106.624,106.624,106.624,107.2904,107.6236,108.9564,109.2896,110.6224,111.2888,111.2888,111.622,112.6216,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.6208,115.6204,116.62,117.6196,119.952,121.2848,122.9508,122.9508,123.9504,124.95,125.9496,126.2828,125.6164,123.9504,122.2844,120.9516,118.61919999999999,116.62,115.6204,112.6216,111.622,108.9564,105.9576,101.9592,99.2936,97.96079999999999,95.9616,94.6288,92.2964,90.6304,89.2976,87.6316,86.2988,82.96679999999999,78.9684,75.6364,71.9712,68.9724,66.3068,63.308,60.9756,58.9764,55.6444,51.646,49.6468,47.9808,45.3152,41.9832,39.984,39.984,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,30.6544,29.988,29.988,30.6544,31.9872,32.6536,34.6528,36.3188,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.6508,40.6504,41.3168,41.9832,43.316,45.6484,46.9812,48.314,48.980399999999996,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,54.6448,54.6448,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.9756,61.9752,63.308,65.3072,65.9736,67.6396,68.9724,70.3052,70.9716,72.6376,73.304,73.9704,74.97,75.6364,75.9696,76.636,77.3024,78.9684,80.3012,80.9676,81.3008,81.3008,81.9672,81.9672,81.3008,79.6348,78.30199999999999,76.636,75.9696,76.636,77.3024,78.9684,78.9684,76.3028,74.97,74.97,75.6364,77.3024,79.6348,81.3008,82.96679999999999,85.2992,87.2984,87.6316,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,91.2968,92.2964,92.9628,92.2964,91.63,91.2968,90.6304,89.2976,88.9644,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.9648,86.632,86.632,86.632,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,86.632,84.966,83.3,83.3,83.6332,84.966,87.9648,89.2976,91.2968,92.2964,93.9624,94.962,96.2948,96.9612,98.96039999999999,100.2932,102.6256,103.62519999999999,104.958,104.958,105.2912,105.2912,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,109.2896,109.956,110.6224,110.9556,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.2896,108.6232,107.6236,107.6236,106.624,106.624,106.624,106.624,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.2916,104.2916,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.958,105.6244,106.2908,106.9572,108.9564,110.2892,111.2888,110.9556,110.2892,109.2896,108.9564,109.2896,109.2896,109.956,110.9556,111.622,111.622,112.2884,112.2884,111.9552,111.9552,111.9552,112.2884,112.2884,111.9552,111.9552,111.622,111.2888,110.6224,110.6224,110.2892,109.956,110.2892,110.2892,110.9556,111.2888,111.622,111.622,112.2884,113.288,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.9536,115.9536,115.9536,116.62,117.2864,118.286,119.6188,120.2852,121.2848,121.618,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,121.2848,120.9516,120.2852,119.2856,118.286,117.6196,117.6196,117.6196,117.9528,118.286,119.6188,119.6188,119.6188,119.6188,118.286,118.286,117.2864,117.2864,116.62,116.62,115.9536,115.6204,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,113.288,112.2884,111.2888,110.2892,109.2896,108.28999999999999,107.9568,107.9568],[104.6248,104.6248,101.9592,101.2928,100.6264,100.2932,100.2932,100.6264,101.2928,102.6256,103.62519999999999,104.6248,106.624,108.9564,110.6224,111.622,113.6212,114.6208,115.6204,115.6204,116.2868,116.2868,116.62,115.6204,113.95439999999999,112.2884,110.9556,109.956,108.28999999999999,106.9572,105.2912,105.6244,105.6244,105.2912,106.624,106.9572,108.28999999999999,108.9564,109.2896,109.6228,111.2888,111.622,111.9552,111.9552,111.9552,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,115.2872,117.2864,119.2856,120.9516,121.2848,122.9508,123.6172,124.28359999999999,124.95,124.6168,122.6176,121.2848,119.952,118.9524,117.2864,115.6204,113.6212,112.2884,110.2892,107.6236,103.9584,101.626,100.2932,98.96039999999999,97.6276,96.628,95.6284,93.9624,91.63,89.964,86.9652,83.3,78.9684,75.6364,73.304,70.6384,66.9732,63.308,61.3088,57.6436,52.9788,49.6468,47.3144,45.3152,42.9828,41.65,41.65,40.3172,39.3176,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.3204,31.654,30.9876,30.3212,29.654799999999998,28.9884,28.9884,29.654799999999998,31.3208,32.6536,34.6528,35.9856,36.652,37.3184,36.652,36.652,36.652,37.3184,37.3184,37.9848,39.3176,39.984,41.3168,42.6496,43.9824,45.9816,47.3144,47.9808,48.980399999999996,49.6468,50.3132,50.9796,52.9788,53.6452,53.6452,54.3116,55.6444,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,61.3088,62.6416,64.974,66.3068,66.9732,68.306,69.6388,71.3048,71.9712,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,79.968,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,79.968,78.30199999999999,75.6364,75.6364,75.6364,76.3028,77.6356,77.6356,75.6364,74.97,74.97,75.6364,76.9692,78.30199999999999,79.6348,81.634,84.2996,85.6324,86.9652,87.6316,88.298,88.298,89.2976,89.2976,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,91.2968,91.63,92.9628,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.2968,90.6304,89.964,89.964,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.9648,87.6316,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.2984,85.6324,83.6332,83.3,84.2996,85.6324,87.6316,89.964,91.63,93.6292,93.9624,95.6284,96.2948,97.6276,99.2936,100.9596,103.292,103.62519999999999,104.2916,104.2916,104.958,105.6244,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,108.9564,108.9564,108.9564,109.2896,109.956,110.6224,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.2888,110.6224,109.956,109.2896,109.2896,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.9576,106.2908,105.9576,105.9576,105.6244,104.6248,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.9584,104.6248,105.2912,106.9572,106.9572,107.6236,109.2896,109.956,110.9556,110.2892,109.956,109.956,109.956,109.6228,110.6224,110.9556,111.622,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.6224,110.6224,109.6228,109.6228,109.6228,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,116.62,117.2864,117.6196,118.9524,119.952,121.2848,121.618,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.2844,122.6176,122.6176,121.9512,119.952,119.2856,118.9524,118.286,117.2864,116.62,116.62,116.62,116.62,117.2864,117.6196,118.286,118.286,117.6196,117.6196,117.2864,117.2864,117.2864,116.62,116.62,115.2872,114.954,114.2876,113.6212,113.6212,114.2876,114.2876,114.2876,113.288,112.2884,110.6224,109.956,108.9564,107.9568,107.9568,107.2904],[104.6248,104.6248,101.9592,100.6264,99.6268,99.6268,99.6268,100.2932,99.96,101.2928,102.2924,103.62519999999999,104.6248,106.624,108.9564,110.2892,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.954,115.2872,114.954,112.6216,110.9556,109.956,108.28999999999999,106.9572,105.6244,104.958,104.6248,104.6248,104.958,105.9576,106.624,107.6236,107.9568,108.28999999999999,109.2896,110.2892,110.9556,111.622,112.2884,112.2884,111.622,111.2888,110.9556,110.9556,111.2888,111.2888,111.622,113.288,114.954,116.9532,118.9524,119.2856,120.6184,121.618,122.9508,122.6176,122.2844,120.2852,119.952,119.2856,118.61919999999999,117.2864,116.2868,114.2876,112.95479999999999,111.9552,108.9564,105.2912,103.292,101.9592,101.2928,100.2932,99.6268,98.96039999999999,97.6276,95.6284,93.6292,90.6304,86.9652,81.9672,78.9684,75.9696,73.304,69.972,67.3064,63.9744,59.976,55.3112,51.646,48.980399999999996,46.3148,44.315599999999996,42.9828,42.3164,40.9836,39.3176,37.9848,36.652,36.652,36.652,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,29.654799999999998,30.6544,31.9872,34.6528,35.9856,36.652,37.3184,36.652,36.652,36.652,36.652,37.3184,37.3184,38.6512,39.3176,40.6504,41.9832,43.316,44.6488,45.9816,47.3144,48.314,48.980399999999996,49.6468,50.3132,52.3124,52.9788,52.9788,53.6452,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,61.3088,63.308,64.974,66.3068,67.6396,68.9724,70.3052,71.9712,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.6356,78.30199999999999,80.6344,81.9672,83.6332,83.6332,83.3,83.3,83.3,81.9672,80.6344,78.6352,75.6364,74.97,74.97,75.6364,76.9692,76.9692,74.97,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,80.3012,82.3004,83.6332,85.2992,86.2988,87.6316,88.298,88.9644,89.2976,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.6308,90.2972,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,92.6296,91.9632,91.9632,91.2968,91.2968,90.6304,90.6304,90.2972,89.2976,89.2976,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.9644,88.9644,87.6316,87.2984,84.966,84.2996,84.966,86.2988,88.298,90.6304,92.2964,93.9624,94.6288,95.6284,96.9612,97.6276,99.96,101.2928,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.958,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.9568,108.9564,108.9564,108.9564,109.2896,110.6224,110.9556,112.2884,112.6216,113.288,113.6212,113.6212,113.6212,113.288,113.95439999999999,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,114.954,114.954,114.2876,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.2888,111.2888,110.6224,109.956,109.956,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,105.6244,104.6248,103.9584,103.9584,103.62519999999999,103.9584,103.292,103.292,103.292,103.292,103.9584,104.6248,106.2908,107.9568,108.28999999999999,108.6232,109.956,110.6224,111.622,111.2888,110.2892,110.2892,110.2892,110.9556,111.622,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.2876,113.6212,113.6212,113.288,112.6216,112.2884,111.622,110.9556,110.6224,110.6224,109.6228,109.6228,110.2892,110.2892,110.2892,110.9556,110.9556,111.2888,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,116.2868,116.62,117.6196,118.286,119.6188,120.2852,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.9512,121.2848,119.6188,118.9524,118.286,117.6196,116.62,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,114.954,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,113.95439999999999,112.6216,112.2884,110.6224,109.6228,108.9564,107.9568,107.2904,107.2904],[105.2912,104.6248,101.9592,99.6268,99.2936,99.2936,99.6268,98.96039999999999,99.6268,99.96,101.2928,102.6256,104.2916,105.2912,107.2904,108.9564,109.956,110.9556,111.9552,112.2884,112.95479999999999,113.288,113.95439999999999,113.288,111.2888,108.9564,107.9568,107.6236,105.9576,105.2912,104.2916,103.292,103.292,104.2916,105.6244,106.2908,106.9572,107.6236,107.9568,108.28999999999999,109.956,110.2892,111.2888,111.2888,110.9556,110.6224,109.2896,109.2896,109.956,109.956,109.2896,110.2892,111.622,112.95479999999999,114.6208,115.9536,117.2864,118.286,120.2852,120.2852,120.6184,120.6184,118.61919999999999,118.286,117.6196,116.9532,116.9532,116.2868,114.2876,113.288,112.95479999999999,110.2892,106.9572,104.958,103.9584,103.292,102.2924,101.2928,100.6264,99.96,98.96039999999999,96.9612,93.9624,90.2972,84.966,80.9676,78.30199999999999,75.6364,72.9708,70.3052,67.97279999999999,63.308,58.31,54.6448,52.3124,48.980399999999996,45.6484,43.6492,42.9828,41.65,39.3176,37.9848,35.9856,35.9856,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.9884,29.654799999999998,30.6544,31.9872,34.6528,35.9856,36.652,37.3184,36.652,36.652,36.652,36.652,37.3184,37.3184,38.6512,39.3176,39.984,41.3168,42.6496,43.9824,45.3152,45.9816,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,52.9788,53.6452,54.978,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,61.3088,63.308,64.974,66.9732,68.306,69.6388,70.9716,71.9712,72.6376,74.3036,74.97,74.97,75.6364,75.6364,76.9692,78.30199999999999,78.9684,81.3008,82.6336,84.2996,84.966,84.6328,84.6328,84.6328,83.3,80.6344,78.6352,75.6364,74.3036,74.3036,74.97,76.3028,76.3028,74.3036,74.3036,74.97,74.97,76.3028,76.9692,77.6356,78.30199999999999,80.3012,82.3004,82.6336,84.6328,86.632,87.9648,87.6316,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,90.6304,90.9636,91.63,92.9628,93.29599999999999,93.9624,93.29599999999999,93.9624,93.6292,92.9628,92.9628,92.2964,92.2964,91.63,91.2968,91.2968,90.6304,89.964,89.2976,88.9644,88.9644,89.2976,89.964,89.2976,89.2976,88.9644,89.2976,89.964,89.2976,89.2976,87.9648,86.9652,86.632,86.632,86.9652,88.63119999999999,90.6304,92.2964,93.9624,94.962,95.9616,96.9612,97.96079999999999,99.96,101.2928,102.6256,103.292,103.292,103.292,103.292,103.292,104.6248,104.958,104.958,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,109.2896,109.2896,109.2896,109.956,110.6224,111.622,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,113.6212,114.2876,114.2876,114.2876,115.6204,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,114.954,114.2876,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.6224,110.6224,110.6224,110.2892,109.956,109.956,109.2896,108.9564,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,102.6256,103.292,103.9584,105.6244,106.9572,109.2896,109.956,110.2892,111.2888,111.2888,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,114.2876,114.954,115.2872,115.9536,115.9536,115.2872,115.9536,115.6204,115.6204,114.2876,113.6212,112.6216,111.9552,110.9556,110.9556,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.95439999999999,114.2876,115.6204,115.9536,116.62,117.2864,118.61919999999999,119.6188,121.2848,122.2844,122.9508,123.28399999999999,122.9508,122.9508,121.618,121.2848,121.2848,120.9516,118.9524,118.286,117.6196,116.9532,115.9536,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,117.2864,117.2864,116.62,116.62,116.62,116.62,115.9536,115.9536,115.2872,114.2876,113.6212,113.288,113.288,113.288,113.6212,114.2876,113.95439999999999,112.2884,111.622,110.6224,109.6228,108.28999999999999,107.2904,107.2904,106.9572],[105.9576,104.6248,101.9592,99.6268,99.2936,97.96079999999999,98.294,98.294,98.6272,98.96039999999999,100.2932,101.2928,102.6256,104.2916,105.2912,107.2904,107.6236,108.9564,109.956,110.9556,111.622,111.9552,112.6216,111.622,109.956,107.9568,107.2904,105.9576,105.2912,104.2916,103.292,102.2924,102.2924,103.292,104.6248,105.6244,105.9576,106.624,107.6236,107.6236,108.9564,109.6228,110.2892,110.2892,110.6224,109.956,108.9564,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,109.2896,110.9556,112.2884,113.6212,114.2876,116.2868,117.2864,118.286,118.61919999999999,118.61919999999999,118.286,117.6196,117.2864,117.2864,116.62,115.6204,114.2876,113.6212,113.288,111.622,108.9564,106.9572,105.9576,104.958,103.9584,103.292,103.292,102.6256,101.9592,99.96,96.628,93.29599999999999,89.2976,84.2996,80.9676,78.6352,76.3028,74.3036,71.638,67.97279999999999,62.6416,58.31,55.6444,52.3124,48.980399999999996,45.6484,44.315599999999996,42.3164,40.6504,38.6512,36.9852,36.3188,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.988,31.3208,33.986399999999996,35.3192,36.652,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,38.6512,38.6512,39.3176,40.6504,41.9832,43.316,43.9824,45.3152,46.3148,47.6476,48.314,48.980399999999996,50.3132,50.9796,52.3124,52.9788,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.9764,59.6428,61.3088,63.308,64.974,66.9732,68.306,69.6388,70.9716,71.9712,72.6376,74.3036,74.97,74.97,75.6364,75.6364,76.9692,78.30199999999999,80.3012,81.9672,82.6336,84.2996,84.966,84.966,84.966,84.6328,83.3,81.3008,79.3016,75.6364,74.3036,73.63719999999999,74.3036,75.6364,75.6364,74.3036,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,78.9684,80.3012,81.3008,82.6336,84.6328,85.6324,86.632,87.2984,87.9648,88.298,88.298,88.298,88.9644,88.9644,89.2976,90.6304,90.9636,91.63,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,91.63,91.63,91.2968,90.2972,89.964,89.2976,89.2976,90.6304,90.6304,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,89.2976,88.63119999999999,88.298,88.298,88.63119999999999,89.964,90.9636,92.9628,93.29599999999999,94.6288,96.2948,96.9612,97.96079999999999,99.96,100.9596,101.9592,102.6256,102.6256,102.6256,102.6256,103.292,103.9584,104.6248,104.958,104.958,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,106.624,106.9572,107.6236,107.9568,109.2896,109.2896,109.956,110.2892,110.9556,112.2884,113.288,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,114.2876,114.6208,115.9536,116.62,116.62,116.62,116.62,115.9536,115.9536,115.2872,114.954,114.2876,114.2876,113.6212,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,108.9564,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,103.292,104.6248,106.2908,108.28999999999999,109.956,110.2892,111.622,111.9552,112.2884,113.288,113.6212,113.95439999999999,113.95439999999999,114.2876,114.2876,114.954,115.2872,115.9536,116.62,116.9532,116.9532,117.2864,117.2864,116.62,116.2868,114.954,113.95439999999999,113.288,112.6216,111.622,110.9556,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,114.2876,115.6204,116.2868,117.2864,117.9528,119.6188,120.9516,122.2844,122.9508,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.2852,119.6188,118.286,117.6196,116.62,115.9536,115.2872,114.6208,114.6208,114.6208,114.954,115.6204,115.9536,115.9536,115.9536,115.9536,116.2868,115.6204,115.6204,114.954,114.954,114.2876,113.6212,113.288,112.6216,112.6216,112.6216,112.95479999999999,113.288,113.288,112.2884,110.9556,109.956,108.9564,107.2904,106.9572,106.9572,106.9572],[106.624,104.958,102.6256,100.6264,98.294,97.96079999999999,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,99.96,101.2928,102.6256,103.9584,105.6244,106.624,107.9568,108.6232,109.2896,109.956,110.2892,110.9556,109.956,108.28999999999999,106.9572,105.9576,104.958,103.9584,103.292,102.2924,101.9592,101.9592,102.6256,104.6248,105.6244,105.9576,106.624,106.9572,107.6236,108.28999999999999,108.9564,109.956,109.956,109.956,109.2896,108.9564,107.9568,106.624,106.624,105.9576,105.9576,106.624,108.28999999999999,109.2896,110.9556,111.622,113.288,114.2876,115.9536,116.62,117.2864,116.62,115.9536,115.9536,115.9536,115.9536,115.6204,114.2876,113.6212,113.95439999999999,112.95479999999999,110.6224,108.9564,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.6244,104.958,103.62519999999999,99.96,96.628,92.6296,88.63119999999999,85.2992,82.6336,80.9676,77.9688,75.3032,71.638,66.64,61.9752,58.9764,56.3108,52.3124,48.980399999999996,47.6476,44.982,41.9832,39.984,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.32,32.3204,31.654,30.9876,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,29.988,31.3208,32.6536,33.986399999999996,35.3192,35.3192,35.3192,35.3192,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.984,41.3168,41.9832,43.316,43.9824,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,52.3124,54.3116,54.978,55.6444,56.3108,57.6436,58.9764,60.3092,61.9752,63.9744,65.6404,66.9732,68.306,69.6388,70.3052,71.638,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,77.6356,79.6348,81.3008,82.6336,83.6332,84.966,85.2992,85.2992,84.966,84.2996,81.9672,79.968,76.636,75.3032,74.3036,74.3036,74.97,74.97,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,77.3024,78.6352,79.3016,81.3008,82.3004,84.2996,84.6328,85.2992,86.632,87.2984,87.2984,87.2984,88.298,88.9644,89.2976,90.6304,90.9636,91.63,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.2964,91.63,91.63,90.9636,90.9636,90.2972,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.2968,90.2972,89.964,89.964,89.964,90.6304,90.9636,92.2964,92.9628,93.29599999999999,94.6288,95.6284,96.9612,97.96079999999999,99.96,100.6264,101.2928,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,105.6244,106.2908,107.6236,107.9568,108.9564,108.9564,109.956,110.6224,112.2884,113.288,114.2876,114.6208,115.2872,115.2872,115.2872,114.954,114.954,114.954,115.2872,115.9536,116.9532,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,115.9536,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.6224,110.2892,109.956,109.2896,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,101.9592,101.9592,102.6256,103.292,104.958,106.2908,108.9564,110.6224,111.622,112.6216,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.6208,115.2872,115.9536,117.6196,118.286,118.9524,118.9524,118.286,117.6196,117.2864,116.62,114.954,114.2876,113.288,112.6216,111.622,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.95479999999999,114.2876,114.954,115.9536,117.2864,117.9528,119.6188,121.2848,122.2844,122.9508,123.28399999999999,122.9508,122.2844,120.9516,119.952,118.9524,117.9528,117.2864,115.6204,115.6204,114.954,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.622,111.2888,110.9556,111.2888,110.9556,111.622,111.622,110.9556,110.6224,109.2896,108.28999999999999,106.624,105.9576,105.9576,105.9576],[107.6236,105.6244,102.6256,100.6264,98.294,97.2944,96.628,96.628,96.9612,96.9612,97.96079999999999,98.294,99.96,101.2928,102.2924,104.2916,105.9576,106.624,107.6236,107.9568,108.6232,109.2896,109.6228,108.6232,106.9572,105.6244,104.6248,103.9584,102.6256,101.626,101.2928,100.9596,101.2928,102.6256,103.9584,104.958,105.6244,105.9576,106.9572,106.9572,107.9568,108.28999999999999,109.2896,109.2896,109.2896,108.9564,107.9568,106.9572,105.9576,105.6244,104.958,104.6248,104.6248,105.6244,106.624,107.6236,108.9564,110.2892,112.2884,114.2876,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,115.2872,115.2872,114.2876,114.2876,113.95439999999999,112.95479999999999,112.2884,111.2888,109.956,109.6228,108.9564,108.28999999999999,107.9568,107.9568,106.9572,105.2912,102.2924,99.6268,95.6284,92.6296,89.6308,87.6316,84.6328,82.3004,79.3016,75.3032,69.6388,65.6404,62.6416,58.9764,55.6444,52.9788,50.6464,48.314,44.982,41.9832,39.3176,37.3184,35.3192,33.986399999999996,33.32,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,29.3216,30.6544,31.9872,33.32,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,42.6496,43.316,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,51.646,53.6452,54.3116,54.978,56.3108,57.6436,58.9764,60.3092,61.9752,63.9744,65.6404,66.9732,67.6396,68.9724,69.6388,70.3052,71.638,72.6376,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,78.30199999999999,80.6344,81.9672,82.96679999999999,83.6332,84.2996,84.966,84.966,84.2996,82.6336,80.6344,78.30199999999999,76.636,74.97,74.3036,74.97,74.3036,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.3024,77.9688,78.6352,79.3016,81.634,82.3004,82.96679999999999,83.6332,84.966,86.2988,86.2988,86.9652,87.6316,88.63119999999999,89.2976,90.6304,90.9636,91.63,92.2964,92.9628,92.9628,92.9628,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,92.2964,91.63,91.63,90.9636,90.9636,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.9628,92.9628,93.9624,94.962,95.6284,96.9612,97.96079999999999,99.2936,100.6264,101.2928,101.9592,102.6256,102.9588,103.62519999999999,103.62519999999999,103.292,103.292,103.9584,103.9584,104.6248,104.6248,104.958,104.958,104.958,104.958,105.2912,105.6244,106.9572,107.6236,108.9564,109.6228,110.2892,110.9556,112.95479999999999,113.288,114.2876,114.6208,115.9536,115.9536,115.2872,115.2872,115.2872,115.2872,115.9536,117.2864,118.286,118.286,118.286,117.6196,117.6196,117.2864,117.2864,116.62,115.9536,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.9592,101.9592,101.9592,101.2928,101.2928,101.9592,103.292,104.958,105.6244,108.28999999999999,110.6224,111.622,112.6216,112.6216,113.288,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.6208,115.9536,116.62,118.286,118.9524,119.2856,119.2856,118.9524,118.286,117.6196,116.62,114.954,113.95439999999999,112.6216,111.622,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.6216,112.95479999999999,114.2876,114.954,116.62,117.2864,118.9524,120.2852,121.2848,122.9508,123.28399999999999,123.28399999999999,122.9508,122.2844,120.2852,118.9524,117.9528,117.2864,115.9536,115.2872,114.6208,113.95439999999999,113.288,112.6216,112.6216,112.6216,112.6216,113.288,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.288,112.6216,112.6216,112.2884,112.2884,111.622,110.9556,110.2892,109.2896,109.956,110.2892,110.9556,110.9556,110.6224,109.2896,108.28999999999999,107.2904,105.9576,105.9576,105.9576,105.9576],[108.28999999999999,106.624,103.9584,100.9596,98.294,96.9612,96.2948,96.2948,95.6284,95.6284,96.2948,97.96079999999999,99.2936,100.6264,101.9592,103.62519999999999,105.2912,105.9576,105.6244,106.2908,106.9572,107.6236,107.9568,107.6236,105.2912,104.6248,103.292,102.6256,101.9592,101.2928,100.2932,99.96,101.2928,102.2924,103.62519999999999,104.958,105.6244,105.9576,106.2908,106.9572,107.2904,107.9568,108.28999999999999,108.9564,107.6236,106.9572,106.624,105.9576,104.958,104.6248,103.9584,102.9588,102.6256,102.6256,103.9584,104.6248,105.9576,107.6236,110.2892,111.9552,113.288,113.95439999999999,113.6212,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.2876,113.95439999999999,112.6216,111.622,110.9556,110.2892,109.956,109.2896,109.2896,108.28999999999999,106.2908,103.292,100.9596,98.96039999999999,96.9612,93.6292,90.9636,88.298,84.6328,82.3004,77.9688,72.9708,68.6392,66.3068,62.6416,59.309599999999996,56.644,54.3116,50.9796,47.6476,44.6488,42.6496,39.6508,34.6528,32.6536,32.6536,31.9872,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,28.322,29.3216,29.988,31.9872,33.32,33.986399999999996,34.6528,34.6528,34.6528,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.6492,44.315599999999996,45.6484,46.3148,47.6476,48.980399999999996,49.6468,50.9796,52.9788,54.3116,54.978,56.3108,57.6436,58.9764,59.6428,61.3088,63.9744,65.6404,66.3068,67.6396,67.6396,68.306,68.9724,70.3052,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,75.6364,77.3024,78.9684,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,83.9664,83.3,81.9672,80.3012,78.9684,76.9692,75.6364,75.6364,74.3036,72.9708,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,78.30199999999999,79.3016,79.6348,80.3012,81.634,82.3004,82.96679999999999,84.2996,85.6324,86.9652,87.6316,88.63119999999999,89.2976,89.964,90.9636,90.9636,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.2964,92.2964,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.63,90.9636,90.9636,90.9636,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,94.962,95.6284,96.628,97.96079999999999,99.2936,100.6264,101.9592,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.958,105.2912,105.6244,106.9572,107.6236,108.9564,109.6228,110.6224,111.622,112.95479999999999,113.6212,114.2876,114.6208,115.9536,115.9536,115.2872,115.6204,116.2868,116.62,117.2864,118.286,119.6188,119.6188,119.6188,118.9524,118.9524,118.61919999999999,117.9528,117.2864,116.2868,116.2868,115.2872,115.2872,114.2876,114.2876,113.6212,113.288,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.626,101.626,100.9596,100.9596,101.9592,102.6256,104.958,105.6244,108.28999999999999,109.956,110.9556,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.6212,114.954,115.2872,115.6204,116.62,117.9528,119.6188,119.6188,119.6188,118.9524,118.286,117.2864,116.2868,114.2876,113.288,111.622,111.2888,111.2888,110.6224,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.9556,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,113.288,113.6212,114.2876,115.2872,117.2864,117.9528,119.6188,120.6184,121.618,122.9508,123.28399999999999,123.28399999999999,122.9508,122.2844,120.2852,118.9524,117.6196,116.62,115.6204,113.95439999999999,113.6212,112.95479999999999,111.9552,111.9552,111.9552,111.9552,111.9552,112.6216,112.6216,113.288,113.288,113.288,112.6216,112.6216,111.622,111.622,111.2888,110.9556,110.2892,109.2896,108.9564,108.9564,108.28999999999999,108.9564,109.956,109.956,109.2896,107.9568,107.2904,106.2908,105.2912,105.2912,105.2912,105.2912],[108.28999999999999,106.9572,104.958,102.2924,98.96039999999999,96.9612,96.2948,95.6284,95.2952,94.962,95.6284,96.9612,98.6272,100.2932,101.2928,102.2924,103.62519999999999,105.6244,105.6244,105.6244,106.2908,106.2908,106.9572,105.9576,104.2916,102.6256,101.9592,101.626,100.6264,99.6268,99.6268,99.2936,100.6264,101.626,103.292,103.9584,104.958,105.6244,105.9576,105.9576,106.624,106.9572,107.6236,106.9572,106.624,105.9576,105.2912,104.958,103.9584,103.292,102.9588,102.6256,101.9592,101.626,101.9592,102.2924,103.292,104.6248,107.2904,108.9564,110.9556,111.9552,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,114.2876,114.2876,114.954,115.2872,115.2872,114.954,114.6208,113.6212,113.288,112.6216,112.6216,111.622,111.622,110.6224,108.6232,106.2908,103.9584,101.9592,99.96,98.6272,95.6284,91.2968,88.9644,85.6324,81.634,76.636,72.9708,70.6384,67.6396,63.9744,60.6424,58.6432,54.978,50.9796,47.6476,44.6488,40.9836,36.652,34.6528,32.6536,31.9872,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,28.322,28.322,28.6552,29.988,31.3208,32.6536,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,42.9828,43.6492,44.982,45.6484,46.9812,48.314,48.980399999999996,50.9796,52.3124,53.6452,54.978,55.6444,56.977199999999996,58.31,59.6428,61.3088,62.6416,64.974,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,76.636,78.30199999999999,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.3,83.3,82.3004,80.9676,80.3012,78.30199999999999,76.9692,76.3028,74.97,72.9708,71.638,71.638,72.3044,72.9708,73.63719999999999,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.30199999999999,78.6352,79.6348,80.9676,81.634,82.3004,82.96679999999999,84.6328,85.6324,87.2984,88.298,88.9644,89.2976,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.962,95.6284,96.628,97.96079999999999,99.2936,100.6264,101.9592,102.9588,103.62519999999999,104.2916,104.958,104.958,104.2916,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,105.6244,106.624,107.6236,108.9564,109.956,110.9556,111.622,112.95479999999999,113.6212,114.2876,114.6208,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,118.286,118.9524,119.952,119.952,120.2852,120.2852,120.2852,120.2852,119.6188,118.9524,117.9528,116.62,115.6204,115.6204,114.954,114.2876,114.2876,113.6212,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.2912,105.6244,104.6248,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,103.9584,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.626,100.9596,100.2932,100.2932,101.626,102.6256,103.62519999999999,105.9576,107.6236,109.6228,110.6224,110.9556,110.9556,110.9556,111.2888,111.9552,112.6216,112.95479999999999,114.2876,114.2876,115.6204,116.2868,117.9528,118.9524,118.9524,119.6188,118.9524,118.286,117.2864,114.954,113.6212,112.2884,111.2888,111.2888,110.6224,110.6224,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.6224,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,113.288,113.6212,114.2876,116.2868,117.2864,118.286,119.952,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,122.9508,121.9512,120.2852,118.9524,117.6196,115.9536,114.954,113.95439999999999,113.288,112.6216,111.622,111.2888,111.2888,111.2888,111.9552,111.9552,112.6216,112.6216,112.6216,111.9552,111.9552,111.622,111.2888,110.6224,110.2892,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,107.2904,106.9572,105.9576,105.2912,104.958,104.958,104.958],[108.9564,108.28999999999999,106.2908,104.2916,100.6264,98.6272,96.2948,94.6288,94.6288,94.6288,94.6288,96.2948,97.96079999999999,98.96039999999999,100.6264,101.2928,103.292,103.62519999999999,104.2916,104.6248,104.6248,104.6248,103.9584,102.9588,102.2924,101.2928,100.2932,99.2936,98.96039999999999,98.96039999999999,98.294,98.96039999999999,99.2936,101.2928,102.6256,103.9584,104.2916,104.958,104.6248,104.6248,104.6248,105.2912,105.2912,105.2912,104.6248,104.6248,103.9584,103.292,102.6256,102.6256,101.9592,101.626,101.2928,100.6264,100.6264,100.9596,101.2928,102.6256,104.2916,105.9576,107.6236,107.9568,108.9564,109.6228,110.2892,111.2888,111.622,112.6216,113.95439999999999,114.954,115.6204,115.6204,115.9536,116.2868,115.9536,115.6204,114.954,114.954,114.954,113.6212,113.288,111.622,109.956,108.28999999999999,105.2912,103.62519999999999,101.2928,98.294,95.6284,92.6296,89.964,85.9656,82.3004,78.6352,76.3028,73.304,69.972,66.9732,63.308,59.309599999999996,54.978,50.9796,46.9812,43.316,39.6508,36.652,33.986399999999996,31.9872,30.6544,28.9884,28.9884,28.322,27.9888,28.6552,29.654799999999998,30.3212,30.3212,29.654799999999998,28.9884,28.322,28.322,28.9884,30.3212,31.654,32.3204,32.9868,33.6532,33.986399999999996,34.6528,35.3192,35.9856,35.9856,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,39.984,41.3168,41.9832,42.6496,43.9824,44.6488,45.9816,47.3144,48.6472,49.6468,51.646,52.9788,53.6452,54.6448,55.9776,57.6436,58.9764,60.3092,61.9752,63.308,63.9744,64.6408,65.9736,66.64,67.3064,68.306,69.972,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,76.3028,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,81.9672,82.6336,82.3004,82.3004,81.634,80.9676,79.6348,78.30199999999999,76.9692,74.97,72.9708,70.9716,70.3052,70.9716,72.3044,73.63719999999999,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,78.30199999999999,79.3016,79.3016,79.968,80.6344,82.3004,83.6332,85.6324,86.9652,87.6316,89.2976,89.6308,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.9624,93.9624,95.6284,96.2948,96.9612,98.294,99.6268,101.2928,102.2924,103.62519999999999,104.2916,104.958,104.958,104.958,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,105.6244,105.6244,107.6236,109.2896,110.2892,111.2888,112.2884,112.95479999999999,114.2876,114.954,115.2872,115.2872,115.9536,115.9536,116.62,117.2864,117.6196,118.9524,120.2852,121.2848,121.9512,121.9512,121.9512,121.618,121.618,120.9516,120.2852,118.9524,118.286,117.2864,116.62,115.9536,115.6204,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.622,111.2888,111.2888,110.6224,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,105.9576,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,104.6248,104.958,104.6248,103.9584,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,100.6264,100.2932,100.2932,100.9596,101.2928,103.292,104.958,105.9576,107.6236,108.28999999999999,108.6232,109.6228,109.956,110.2892,110.9556,111.9552,111.9552,112.6216,113.95439999999999,115.2872,115.6204,117.2864,117.9528,118.61919999999999,118.9524,118.286,117.9528,115.9536,114.2876,112.95479999999999,111.622,111.2888,110.6224,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,112.2884,113.288,113.95439999999999,115.6204,117.2864,118.61919999999999,119.2856,120.6184,122.2844,122.2844,122.2844,122.6176,122.6176,122.9508,122.6176,120.6184,119.6188,117.9528,116.62,114.954,113.6212,113.288,112.2884,111.622,111.2888,110.6224,111.2888,111.2888,111.622,111.622,111.622,111.622,111.2888,110.6224,110.6224,110.2892,109.6228,109.2896,108.28999999999999,108.28999999999999,107.9568,107.9568,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,104.958,104.6248,104.6248,104.6248],[109.2896,108.6232,107.2904,104.958,102.2924,98.96039999999999,96.628,94.6288,93.29599999999999,93.29599999999999,93.9624,94.6288,96.2948,97.96079999999999,99.6268,100.6264,102.6256,103.292,103.9584,104.2916,104.2916,103.9584,102.6256,102.2924,100.6264,99.2936,98.96039999999999,97.96079999999999,97.6276,96.9612,97.2944,97.2944,98.96039999999999,100.2932,101.626,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.9584,103.9584,103.62519999999999,102.6256,101.9592,101.9592,101.626,101.2928,100.6264,100.6264,99.96,99.6268,99.2936,99.2936,99.6268,99.96,100.6264,102.2924,103.292,104.6248,105.9576,106.9572,107.6236,108.28999999999999,109.2896,109.956,111.622,113.6212,114.954,115.6204,115.9536,116.62,117.6196,117.2864,117.2864,116.62,116.62,116.62,115.9536,114.6208,113.288,111.9552,109.956,107.6236,105.9576,103.9584,101.2928,98.6272,95.6284,93.9624,89.6308,85.6324,82.6336,80.6344,78.30199999999999,74.3036,70.6384,67.97279999999999,63.6412,58.6432,54.3116,50.3132,46.3148,42.6496,39.6508,36.652,33.32,31.3208,29.988,28.9884,28.322,27.9888,28.6552,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,28.9884,30.3212,30.9876,31.654,32.3204,32.9868,33.6532,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,41.3168,41.9832,43.316,43.9824,45.3152,46.647999999999996,47.9808,48.980399999999996,50.9796,52.3124,52.9788,53.9784,55.3112,56.977199999999996,57.6436,58.9764,61.3088,62.6416,63.308,63.9744,65.3072,66.64,67.3064,68.306,69.6388,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,77.3024,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,81.634,81.634,80.9676,80.9676,79.6348,78.9684,76.9692,74.97,72.9708,70.9716,70.3052,70.3052,70.9716,72.9708,74.3036,75.6364,76.3028,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,81.3008,82.96679999999999,84.2996,86.2988,87.2984,88.298,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,95.9616,96.9612,97.2944,97.96079999999999,99.6268,100.6264,102.6256,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.62519999999999,104.6248,105.2912,105.6244,106.9572,108.6232,110.2892,111.2888,112.2884,113.288,113.6212,114.2876,114.954,114.6208,115.2872,115.9536,116.62,117.6196,118.9524,119.952,120.9516,121.9512,122.6176,123.28399999999999,123.28399999999999,122.9508,122.9508,122.2844,121.2848,120.9516,119.6188,118.9524,117.6196,117.2864,115.9536,115.9536,114.954,114.2876,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.2888,110.6224,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.958,104.958,104.6248,103.9584,103.9584,104.6248,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,101.626,101.2928,101.2928,100.6264,100.2932,100.2932,100.9596,101.2928,102.6256,103.62519999999999,104.958,105.6244,105.9576,106.9572,106.9572,108.28999999999999,108.9564,109.2896,109.956,110.9556,110.9556,112.2884,113.95439999999999,114.954,116.2868,116.9532,117.9528,117.9528,117.2864,116.62,114.954,113.6212,112.2884,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,111.2888,113.288,113.95439999999999,115.9536,117.2864,118.61919999999999,119.2856,121.618,122.2844,122.2844,122.2844,122.6176,122.6176,122.9508,122.6176,120.6184,119.6188,117.9528,116.62,114.954,113.6212,112.95479999999999,111.9552,111.2888,110.9556,110.2892,110.9556,111.2888,111.2888,111.622,111.622,110.9556,110.9556,110.6224,110.2892,109.6228,109.6228,108.9564,108.28999999999999,107.9568,107.9568,107.2904,107.2904,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.2912,104.958,104.6248,104.6248,104.6248],[109.6228,109.2896,107.6236,105.6244,102.9588,99.96,96.628,94.6288,92.9628,92.9628,92.9628,93.9624,95.6284,96.9612,98.96039999999999,100.2932,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,103.292,101.9592,100.6264,99.2936,97.96079999999999,96.9612,96.2948,95.6284,95.6284,96.2948,96.2948,97.96079999999999,98.96039999999999,100.9596,101.9592,102.6256,102.6256,101.9592,102.6256,102.6256,102.2924,101.626,101.626,100.6264,100.2932,100.2932,100.2932,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.96039999999999,99.96,100.6264,102.2924,103.62519999999999,104.2916,105.6244,106.624,106.9572,107.9568,108.9564,110.9556,113.288,114.954,116.62,116.9532,117.9528,118.61919999999999,118.61919999999999,118.286,118.286,118.286,118.286,116.9532,115.9536,114.954,113.6212,111.2888,109.956,108.28999999999999,106.2908,103.9584,100.9596,97.96079999999999,95.6284,92.6296,88.63119999999999,85.6324,83.3,81.3008,77.3024,74.3036,70.9716,67.3064,62.6416,57.9768,54.978,50.3132,45.6484,41.9832,38.9844,35.9856,32.6536,31.3208,29.988,28.9884,27.9888,27.9888,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.9868,33.986399999999996,34.6528,34.6528,35.3192,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.3168,41.9832,43.316,44.6488,45.9816,47.3144,48.314,50.3132,50.9796,52.3124,52.9788,54.3116,55.3112,56.644,58.31,59.976,61.3088,62.6416,63.308,64.6408,65.9736,67.3064,68.9724,70.3052,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,79.6348,78.9684,78.30199999999999,76.3028,74.97,72.9708,70.9716,70.3052,69.6388,69.972,71.3048,73.304,74.6368,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,77.3024,78.6352,79.968,82.3004,83.6332,85.6324,86.9652,87.6316,88.298,88.298,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.9644,89.2976,90.2972,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.9628,93.6292,94.2956,95.6284,96.9612,97.2944,97.2944,98.294,99.6268,100.6264,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.62519999999999,104.6248,105.2912,105.6244,106.9572,108.28999999999999,109.956,111.2888,112.2884,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.9536,116.62,117.6196,118.9524,120.2852,121.9512,122.2844,123.28399999999999,123.9504,125.2832,124.6168,124.6168,123.9504,122.9508,121.618,121.2848,120.9516,119.6188,118.286,117.6196,116.9532,115.9536,115.2872,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,108.6232,108.6232,108.28999999999999,107.9568,107.9568,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.958,104.958,104.958,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.626,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,101.9592,101.9592,102.6256,102.2924,102.6256,103.292,104.6248,105.2912,105.9576,106.2908,106.9572,107.6236,108.6232,109.956,112.2884,113.6212,114.6208,115.2872,115.9536,115.9536,116.2868,115.6204,114.2876,113.288,112.2884,111.622,111.2888,111.2888,111.622,111.622,111.2888,111.2888,110.6224,110.6224,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.956,109.956,109.956,109.2896,109.956,110.2892,111.2888,113.288,114.6208,116.62,117.9528,119.6188,120.9516,121.2848,121.618,121.618,121.618,121.9512,122.6176,122.6176,121.9512,120.6184,119.6188,117.9528,116.62,114.954,113.6212,112.95479999999999,111.9552,111.2888,110.9556,110.9556,110.9556,111.622,111.622,111.622,111.622,110.9556,110.9556,110.2892,109.6228,108.9564,108.9564,108.28999999999999,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,104.958,104.958,104.958,104.958],[110.2892,109.956,107.9568,106.2908,103.292,100.6264,97.6276,94.6288,92.2964,91.63,91.63,92.2964,93.9624,95.9616,97.96079999999999,98.96039999999999,100.2932,100.9596,101.626,101.9592,101.9592,101.2928,100.2932,99.2936,97.96079999999999,96.628,95.6284,95.2952,94.6288,94.2956,94.6288,95.6284,96.2948,97.96079999999999,100.2932,101.2928,101.9592,101.9592,101.2928,100.9596,100.9596,100.6264,100.2932,100.2932,99.2936,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,96.628,96.628,97.2944,98.294,98.96039999999999,100.6264,102.2924,103.292,104.2916,104.6248,105.6244,106.9572,108.9564,109.956,113.288,114.954,116.9532,117.9528,118.61919999999999,119.2856,119.2856,119.2856,118.9524,118.9524,118.9524,118.286,116.62,115.6204,114.2876,112.95479999999999,110.9556,109.956,108.28999999999999,105.9576,102.2924,99.6268,97.96079999999999,95.6284,91.63,88.63119999999999,86.9652,84.2996,80.6344,77.9688,74.97,70.9716,66.64,62.6416,59.309599999999996,55.6444,50.3132,46.3148,42.6496,39.6508,36.652,33.986399999999996,32.3204,30.9876,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,32.3204,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.3168,42.6496,43.9824,45.3152,45.9816,47.3144,48.314,50.3132,50.9796,52.3124,52.9788,54.6448,55.3112,56.644,58.9764,60.6424,61.3088,62.6416,63.9744,65.3072,67.3064,68.306,69.6388,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,75.3032,75.9696,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,76.636,75.6364,74.3036,72.3044,70.9716,69.6388,69.6388,69.3056,70.6384,72.6376,73.9704,74.97,74.97,74.97,74.97,75.9696,75.9696,75.9696,76.636,77.6356,79.3016,81.3008,82.96679999999999,83.9664,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.9628,93.6292,94.962,95.9616,96.628,97.96079999999999,97.96079999999999,98.294,99.6268,100.2932,101.2928,102.2924,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.62519999999999,104.6248,105.2912,105.6244,106.9572,108.28999999999999,109.956,110.9556,112.2884,112.95479999999999,113.6212,113.6212,113.6212,114.2876,114.954,115.2872,116.62,117.6196,119.6188,120.9516,121.9512,122.9508,123.9504,125.2832,125.6164,125.6164,125.2832,125.2832,123.9504,122.9508,122.2844,121.9512,121.2848,119.6188,118.61919999999999,117.9528,116.9532,116.2868,115.6204,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.2896,108.6232,108.6232,108.28999999999999,107.9568,107.6236,107.2904,106.9572,106.9572,106.9572,107.6236,107.9568,108.28999999999999,109.2896,109.2896,109.2896,109.2896,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.2916,104.2916,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.958,104.958,104.958,104.6248,104.6248,104.6248,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,101.2928,100.6264,100.2932,99.96,100.2932,100.6264,101.9592,102.6256,103.62519999999999,103.9584,104.6248,105.2912,106.2908,108.28999999999999,110.9556,112.2884,113.288,114.2876,114.2876,114.6208,114.6208,113.95439999999999,113.288,112.2884,112.2884,111.622,111.2888,111.622,111.622,111.622,111.622,111.2888,110.6224,109.956,109.2896,109.2896,108.9564,108.9564,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,108.6232,108.6232,109.956,111.2888,113.6212,115.2872,116.9532,117.9528,119.6188,120.9516,121.2848,121.618,121.2848,121.2848,121.2848,121.9512,121.9512,120.9516,120.6184,119.6188,117.9528,116.62,114.954,113.6212,112.95479999999999,111.9552,111.2888,110.9556,110.9556,111.2888,111.622,111.622,111.622,111.622,111.2888,110.9556,110.2892,109.6228,108.9564,108.9564,107.9568,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,105.2912,104.958,104.958,104.6248,104.6248],[110.6224,110.2892,108.9564,106.624,103.9584,101.2928,98.294,95.2952,91.63,90.6304,90.6304,91.2968,92.6296,94.962,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.2932,99.6268,98.6272,96.628,96.2948,95.6284,94.6288,94.2956,93.6292,93.29599999999999,93.29599999999999,93.6292,94.962,96.9612,98.294,99.6268,100.2932,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,96.628,96.628,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.2952,95.2952,95.2952,95.6284,96.9612,97.2944,98.96039999999999,100.9596,102.2924,103.292,103.9584,104.6248,106.2908,108.28999999999999,110.9556,113.288,115.6204,117.6196,118.61919999999999,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,118.286,116.62,115.9536,114.954,112.95479999999999,111.622,110.9556,109.2896,107.2904,104.6248,101.626,100.9596,97.6276,95.2952,92.2964,90.6304,88.63119999999999,84.966,81.9672,78.6352,75.6364,71.638,68.6392,65.9736,61.9752,56.3108,51.646,47.6476,43.9824,40.9836,38.6512,35.9856,34.6528,32.3204,31.654,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.3168,42.6496,43.9824,44.6488,45.9816,47.6476,48.314,48.980399999999996,50.9796,51.646,53.312,53.9784,55.3112,57.6436,58.9764,60.3092,61.641999999999996,63.308,64.6408,65.9736,67.3064,68.9724,70.3052,70.9716,71.638,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,76.9692,76.3028,75.6364,74.3036,73.63719999999999,71.638,70.3052,69.6388,68.9724,69.3056,69.972,71.9712,72.6376,73.304,73.9704,73.9704,73.9704,74.3036,74.97,74.97,74.97,75.6364,76.9692,78.9684,81.634,83.6332,85.6324,86.2988,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.964,90.2972,90.2972,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,95.6284,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,104.958,105.6244,106.2908,108.28999999999999,109.956,110.6224,110.9556,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.2876,115.6204,115.9536,118.286,119.6188,121.2848,122.2844,123.28399999999999,124.6168,125.6164,126.2828,126.2828,126.2828,125.6164,124.6168,123.9504,123.28399999999999,122.2844,121.9512,120.9516,119.6188,118.61919999999999,117.2864,116.2868,116.2868,116.2868,115.6204,114.2876,114.2876,113.6212,113.6212,112.95479999999999,112.95479999999999,111.622,110.6224,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,107.9568,107.9568,107.9568,107.6236,107.6236,106.624,106.624,105.9576,106.2908,106.9572,107.9568,108.28999999999999,109.2896,109.2896,109.956,109.956,109.2896,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,105.2912,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,99.6268,98.294,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,100.6264,101.2928,101.626,102.6256,103.62519999999999,104.6248,106.624,109.2896,111.622,112.95479999999999,113.288,112.95479999999999,112.2884,112.2884,112.2884,111.9552,111.9552,111.622,111.622,111.622,111.622,112.2884,112.2884,111.622,111.2888,110.6224,109.956,108.9564,108.28999999999999,108.28999999999999,107.9568,107.2904,107.2904,107.6236,107.6236,108.28999999999999,108.9564,107.9568,107.9568,108.28999999999999,108.28999999999999,109.956,110.9556,113.6212,115.6204,117.2864,118.286,119.6188,120.2852,120.2852,120.2852,120.6184,119.952,119.952,120.6184,121.2848,121.2848,119.2856,118.286,117.2864,115.9536,114.954,113.6212,112.95479999999999,111.9552,111.622,111.622,111.622,111.622,112.2884,111.622,111.622,111.622,110.9556,110.6224,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.2904,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584],[110.6224,110.9556,109.6228,107.2904,104.6248,101.626,98.96039999999999,95.2952,91.2968,89.2976,89.2976,89.6308,91.63,93.6292,95.6284,96.9612,96.628,97.2944,98.294,98.294,98.294,97.96079999999999,96.628,95.6284,94.6288,93.9624,93.6292,93.29599999999999,92.2964,92.6296,92.6296,93.29599999999999,94.2956,95.9616,97.2944,98.6272,99.2936,99.2936,98.96039999999999,98.6272,97.6276,97.2944,97.2944,96.628,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,96.2948,97.6276,99.6268,100.9596,102.2924,103.292,104.6248,106.9572,108.9564,110.6224,112.95479999999999,114.954,117.2864,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.6196,117.2864,115.9536,115.2872,114.2876,113.288,111.622,110.9556,109.6228,108.6232,106.2908,104.2916,103.292,100.2932,97.2944,95.2952,93.6292,91.2968,88.298,85.2992,82.6336,79.3016,76.3028,72.9708,70.3052,67.3064,61.9752,57.6436,52.9788,49.6468,45.3152,42.9828,40.6504,38.6512,36.652,34.3196,32.9868,31.654,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.9832,42.6496,43.9824,44.6488,46.3148,46.9812,47.6476,49.6468,50.3132,51.9792,52.6456,53.9784,56.3108,57.6436,58.9764,60.3092,61.9752,63.308,64.6408,66.64,68.306,68.9724,69.6388,70.3052,70.6384,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,73.63719999999999,72.9708,71.638,70.3052,69.6388,68.9724,68.6392,69.3056,70.6384,71.9712,72.6376,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,78.30199999999999,80.3012,82.6336,84.2996,84.966,85.6324,85.6324,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.964,90.2972,90.2972,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,95.6284,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.96,100.6264,100.6264,100.6264,101.626,101.626,101.626,101.626,101.626,102.2924,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,105.2912,106.2908,108.28999999999999,109.2896,109.956,110.6224,112.2884,112.95479999999999,113.288,113.288,113.6212,114.2876,114.954,115.9536,118.286,119.952,121.2848,122.9508,123.9504,124.95,126.2828,126.2828,126.9492,126.2828,125.6164,125.2832,124.6168,123.28399999999999,122.6176,121.9512,120.9516,120.2852,119.2856,118.286,117.2864,116.2868,116.2868,116.2868,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,110.9556,110.6224,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.9576,106.2908,106.9572,107.9568,108.28999999999999,109.2896,109.956,110.6224,110.6224,109.2896,109.2896,108.6232,108.28999999999999,107.9568,107.6236,106.9572,106.9572,105.6244,105.2912,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,104.2916,103.62519999999999,103.292,103.292,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.2932,99.6268,98.96039999999999,98.294,97.6276,97.6276,97.96079999999999,99.2936,99.6268,100.2932,100.2932,100.9596,102.6256,103.62519999999999,105.2912,107.9568,110.2892,112.2884,112.95479999999999,111.622,111.2888,110.9556,110.9556,110.9556,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.2888,110.6224,109.956,108.9564,108.28999999999999,108.28999999999999,107.9568,106.9572,106.2908,106.9572,106.9572,107.2904,107.9568,107.6236,107.6236,107.6236,107.6236,109.956,110.9556,113.6212,115.6204,117.9528,118.9524,119.6188,119.952,120.6184,120.6184,119.952,119.952,120.2852,120.2852,120.6184,120.6184,119.2856,118.286,116.62,115.6204,114.954,114.2876,113.288,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,110.9556,110.6224,109.956,108.9564,108.28999999999999,108.28999999999999,107.2904,107.2904,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,104.958,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999],[111.2888,110.9556,109.6228,107.9568,104.958,102.2924,98.96039999999999,94.962,91.2968,88.298,88.298,88.63119999999999,90.6304,92.6296,94.962,96.2948,96.2948,97.2944,97.2944,97.96079999999999,96.628,96.2948,95.6284,94.6288,93.29599999999999,92.9628,92.2964,91.63,91.63,91.63,91.9632,92.6296,94.2956,95.2952,96.2948,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.2948,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,95.6284,97.2944,98.96039999999999,100.2932,101.626,102.6256,104.6248,105.9576,108.9564,110.6224,112.95479999999999,114.954,117.2864,118.9524,118.286,117.9528,116.62,116.62,116.62,116.2868,116.2868,115.6204,114.954,114.2876,113.288,112.2884,110.9556,110.2892,109.6228,109.2896,107.2904,106.2908,104.958,102.2924,99.2936,97.2944,95.2952,92.9628,89.6308,87.9648,86.2988,83.9664,79.968,76.9692,74.3036,71.3048,67.6396,63.308,58.6432,54.978,50.9796,47.6476,45.9816,43.316,40.9836,37.9848,35.3192,33.32,31.3208,30.6544,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,31.3208,31.9872,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,41.3168,41.9832,43.316,43.9824,44.982,45.6484,46.3148,47.6476,48.980399999999996,49.6468,50.9796,52.9788,54.978,56.977199999999996,57.6436,58.9764,60.6424,61.9752,62.6416,64.6408,66.3068,67.6396,68.306,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,73.63719999999999,72.9708,71.638,70.9716,69.6388,68.9724,68.6392,68.6392,69.972,71.3048,71.9712,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,72.9708,74.3036,75.6364,76.9692,78.9684,81.9672,83.6332,83.6332,84.2996,84.2996,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.964,90.2972,90.2972,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,92.6296,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.9616,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,105.2912,106.2908,107.6236,108.9564,109.956,110.6224,111.622,112.2884,112.6216,113.288,113.6212,114.2876,114.954,115.9536,117.6196,119.6188,121.2848,122.9508,123.9504,124.95,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.6188,118.286,117.2864,117.2864,116.9532,116.2868,115.6204,114.6208,113.6212,113.288,112.2884,111.622,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.2904,106.624,106.624,106.624,105.9576,105.6244,105.6244,105.6244,106.2908,106.9572,107.9568,108.28999999999999,109.2896,109.956,110.6224,110.6224,109.2896,109.2896,108.6232,108.6232,108.28999999999999,107.6236,106.9572,106.9572,105.6244,105.6244,105.2912,105.6244,105.2912,105.2912,105.2912,105.2912,104.2916,103.62519999999999,103.292,103.292,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.294,98.294,97.6276,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.9596,101.2928,102.6256,104.958,107.2904,109.956,111.622,111.622,110.9556,110.2892,109.6228,109.6228,110.2892,110.9556,111.622,112.2884,112.6216,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.6224,109.956,109.2896,108.9564,107.9568,107.9568,106.2908,105.9576,105.9576,106.2908,106.9572,106.624,106.9572,106.624,105.6244,106.624,108.9564,110.9556,113.6212,116.2868,117.9528,118.9524,119.6188,119.952,119.952,119.952,119.952,119.6188,119.6188,120.2852,120.6184,120.6184,118.9524,117.6196,116.62,115.6204,114.6208,114.2876,113.6212,112.95479999999999,112.2884,111.622,111.2888,111.622,110.9556,110.9556,111.622,111.622,110.9556,110.6224,109.956,108.9564,108.28999999999999,107.2904,107.2904,107.2904,107.6236,107.6236,106.9572,106.9572,105.9576,105.6244,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292],[112.6216,112.2884,111.622,109.6228,106.2908,102.9588,99.2936,94.962,90.6304,87.6316,87.6316,88.298,89.6308,91.2968,93.6292,94.962,95.9616,96.2948,96.628,96.628,95.6284,95.2952,94.6288,93.6292,92.2964,91.63,91.2968,91.2968,90.2972,91.2968,91.63,92.6296,93.6292,95.2952,96.2948,96.628,96.628,96.628,96.628,96.628,96.9612,96.628,95.9616,95.6284,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.9624,95.2952,95.9616,97.6276,99.6268,100.9596,102.6256,104.6248,105.9576,108.28999999999999,110.6224,112.6216,114.954,117.2864,117.9528,117.2864,116.9532,115.6204,115.6204,115.2872,114.2876,114.2876,113.6212,113.288,113.288,112.6216,111.622,110.6224,109.956,109.2896,108.6232,107.2904,106.2908,105.6244,103.292,101.2928,98.96039999999999,97.2944,94.962,91.9632,89.6308,88.63119999999999,86.632,83.3,80.6344,77.6356,75.6364,71.9712,68.6392,64.3076,60.3092,56.3108,53.312,50.9796,48.6472,45.6484,42.6496,39.3176,36.652,33.32,31.9872,30.6544,29.654799999999998,29.654799999999998,28.9884,28.322,28.322,28.322,28.322,28.9884,29.654799999999998,30.6544,31.3208,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,40.6504,41.3168,41.9832,43.316,44.315599999999996,44.982,45.6484,46.3148,47.6476,48.980399999999996,49.6468,51.646,54.3116,54.978,56.3108,56.977199999999996,58.6432,59.976,61.3088,62.3084,64.3076,65.6404,66.3068,66.9732,67.97279999999999,68.6392,68.6392,69.3056,69.972,70.6384,71.638,72.3044,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,70.9716,69.6388,68.9724,67.97279999999999,67.97279999999999,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.638,71.638,71.638,72.3044,72.9708,74.3036,76.3028,77.6356,80.6344,81.9672,81.9672,82.96679999999999,82.96679999999999,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.632,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.964,90.2972,91.2968,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.2964,91.63,91.9632,91.9632,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,95.2952,96.2948,96.628,97.2944,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,105.2912,106.2908,107.6236,108.9564,109.956,109.956,111.2888,111.622,112.6216,113.288,113.6212,114.2876,114.954,116.62,118.286,119.6188,121.2848,122.9508,123.9504,124.6168,125.6164,126.2828,126.2828,125.6164,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,119.6188,118.9524,117.9528,117.2864,116.9532,116.9532,115.6204,114.6208,113.6212,112.6216,111.622,110.9556,109.2896,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.624,106.624,106.624,106.624,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,106.9572,107.9568,108.28999999999999,109.2896,109.956,110.6224,110.6224,109.2896,109.2896,108.6232,108.6232,108.28999999999999,107.6236,106.9572,106.9572,105.6244,105.6244,105.2912,105.6244,105.6244,105.2912,105.2912,105.2912,104.2916,103.62519999999999,103.292,103.292,102.2924,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.294,98.294,97.6276,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.2932,101.2928,102.6256,104.2916,106.9572,108.6232,110.2892,110.9556,109.956,109.2896,108.6232,109.2896,109.6228,110.2892,111.622,112.2884,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.6224,109.956,109.2896,108.9564,107.9568,107.2904,106.2908,105.9576,105.9576,105.9576,106.2908,105.9576,105.9576,105.2912,105.6244,105.9576,107.9568,110.9556,113.6212,116.2868,117.9528,118.286,118.9524,119.6188,119.6188,119.952,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,118.286,117.2864,116.2868,115.6204,114.6208,114.2876,113.6212,113.288,112.2884,111.622,111.2888,109.956,110.2892,110.6224,110.9556,111.622,110.9556,110.9556,109.956,109.2896,108.28999999999999,107.2904,107.2904,107.2904,107.6236,106.9572,106.9572,106.2908,105.6244,105.6244,104.958,104.958,104.6248,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292],[114.954,114.2876,112.95479999999999,110.9556,107.9568,103.9584,99.6268,94.962,89.2976,86.9652,86.9652,87.2984,88.298,90.2972,91.63,93.29599999999999,94.962,95.9616,95.6284,95.6284,94.6288,93.6292,92.2964,91.63,90.6304,90.2972,89.2976,89.2976,89.6308,90.2972,91.63,92.2964,93.6292,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,96.2948,95.9616,95.9616,95.9616,95.6284,94.6288,93.9624,93.9624,93.6292,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.9624,95.2952,96.2948,97.96079999999999,99.6268,101.2928,103.292,103.9584,105.9576,107.9568,109.956,112.95479999999999,114.2876,116.2868,116.62,115.6204,114.954,114.6208,113.6212,113.288,112.2884,112.2884,111.622,111.622,111.622,111.2888,110.6224,109.2896,108.6232,107.9568,107.6236,106.2908,105.6244,105.2912,103.62519999999999,101.9592,100.2932,98.96039999999999,97.2944,94.2956,91.9632,90.6304,88.9644,86.632,83.3,81.634,79.6348,75.6364,72.3044,69.3056,66.64,62.9748,59.6428,57.6436,54.3116,50.9796,47.6476,44.6488,41.3168,37.3184,34.6528,32.6536,31.3208,29.654799999999998,28.9884,28.322,27.6556,27.6556,28.322,28.9884,29.654799999999998,29.988,30.6544,30.6544,31.3208,32.6536,33.32,33.32,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,41.9832,42.9828,43.6492,44.315599999999996,45.6484,46.3148,47.6476,48.314,50.3132,52.3124,53.6452,54.3116,54.978,56.3108,57.6436,59.309599999999996,59.976,61.9752,63.6412,64.974,65.6404,66.3068,66.9732,67.3064,67.3064,67.97279999999999,68.6392,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,67.3064,66.9732,67.6396,68.306,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,72.3044,73.63719999999999,74.3036,76.3028,78.30199999999999,78.9684,79.6348,80.9676,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.2996,85.6324,85.6324,86.632,86.632,87.9648,88.298,89.2976,89.2976,89.964,89.964,89.964,90.6304,90.6304,89.964,90.2972,90.6304,90.6304,90.6304,91.2968,91.63,91.63,91.2968,91.2968,91.63,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.9624,95.2952,95.6284,95.9616,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,105.6244,106.2908,107.6236,108.6232,109.956,109.956,111.2888,111.622,112.2884,112.95479999999999,113.6212,114.2876,115.9536,116.62,118.61919999999999,119.6188,120.9516,122.2844,123.6172,124.95,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.2852,118.9524,117.9528,117.2864,116.9532,116.62,115.6204,114.6208,113.6212,112.2884,111.2888,109.2896,108.28999999999999,106.9572,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,107.6236,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.28999999999999,107.6236,106.9572,106.9572,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.2916,103.62519999999999,103.292,103.292,102.6256,101.9592,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,100.9596,101.9592,104.2916,106.2908,107.9568,109.956,109.956,109.2896,108.28999999999999,107.6236,107.6236,108.6232,109.6228,111.2888,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,111.622,110.9556,110.6224,109.956,108.9564,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.2912,105.2912,105.9576,105.6244,105.2912,104.2916,103.62519999999999,105.2912,107.9568,111.2888,113.6212,116.2868,117.2864,118.286,118.286,118.9524,119.6188,119.2856,119.6188,119.6188,118.9524,118.9524,119.2856,118.9524,117.6196,116.62,115.6204,114.2876,114.6208,113.95439999999999,114.2876,113.6212,112.2884,111.2888,109.956,109.2896,108.6232,109.2896,110.6224,110.9556,110.9556,110.2892,110.6224,109.2896,108.9564,107.9568,106.9572,106.9572,106.624,106.624,105.9576,105.6244,105.6244,104.958,104.958,104.6248,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,102.2924,102.2924],[115.9536,114.6208,112.95479999999999,110.9556,107.9568,103.9584,98.96039999999999,93.9624,88.298,85.6324,85.6324,86.2988,87.9648,88.63119999999999,90.2972,91.63,93.6292,94.6288,94.962,94.2956,93.6292,92.2964,91.2968,90.2972,89.2976,88.9644,88.298,88.298,88.63119999999999,90.2972,91.63,92.9628,93.9624,94.6288,94.6288,95.2952,94.962,94.962,94.962,95.2952,95.6284,95.6284,95.6284,94.962,93.9624,93.9624,93.6292,93.6292,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,95.2952,96.2948,97.96079999999999,99.6268,101.2928,102.6256,103.62519999999999,105.2912,107.6236,109.956,112.2884,113.95439999999999,115.2872,115.6204,114.954,113.95439999999999,113.6212,112.2884,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,109.2896,108.28999999999999,107.6236,107.6236,106.2908,105.6244,105.6244,104.2916,103.292,102.2924,101.2928,99.2936,97.96079999999999,96.2948,93.9624,91.63,90.2972,88.298,86.9652,84.966,82.96679999999999,79.6348,76.3028,74.3036,71.638,68.6392,65.9736,63.6412,60.3092,56.644,53.312,50.3132,46.3148,42.6496,38.6512,36.652,33.32,31.9872,29.654799999999998,28.9884,28.322,27.6556,28.322,28.9884,28.9884,29.988,29.988,30.6544,31.3208,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,34.6528,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,39.984,41.3168,42.3164,42.9828,43.6492,44.315599999999996,44.982,46.3148,46.9812,48.314,50.3132,51.646,52.3124,53.6452,54.978,55.6444,56.977199999999996,58.31,59.976,61.3088,62.6416,63.6412,64.6408,64.6408,64.974,64.974,65.9736,66.64,67.97279999999999,68.6392,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.3056,68.6392,67.3064,66.3068,65.6404,66.3068,66.3068,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.972,71.638,72.3044,73.63719999999999,74.97,76.3028,77.6356,78.30199999999999,78.9684,80.6344,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.966,85.6324,86.632,86.632,87.9648,88.298,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.2976,89.6308,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.6284,95.9616,97.2944,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.6268,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,105.2912,105.9576,106.2908,107.6236,107.9568,109.2896,109.956,111.2888,111.2888,111.622,112.95479999999999,113.6212,114.2876,115.9536,117.2864,118.61919999999999,119.6188,120.9516,122.2844,123.6172,124.28359999999999,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,124.6168,123.9504,123.28399999999999,122.2844,121.2848,120.9516,120.2852,118.9524,118.61919999999999,117.9528,117.2864,116.62,115.6204,114.6208,113.288,111.2888,109.956,108.28999999999999,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.9576,105.9576,106.2908,106.9572,107.6236,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,108.6232,108.6232,108.28999999999999,107.6236,107.6236,106.9572,106.9572,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.2916,103.62519999999999,103.292,103.292,102.6256,101.9592,101.2928,101.2928,100.6264,99.96,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,99.96,99.96,99.96,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.294,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,101.9592,103.62519999999999,105.6244,107.6236,109.2896,109.2896,108.9564,107.6236,106.2908,106.2908,106.9572,107.9568,109.956,111.622,112.95479999999999,113.288,113.288,112.95479999999999,111.622,110.6224,109.956,109.2896,108.28999999999999,107.9568,106.9572,106.624,105.9576,105.9576,105.2912,105.2912,105.2912,104.6248,103.9584,103.62519999999999,103.292,104.6248,107.6236,110.6224,112.95479999999999,114.954,116.62,117.6196,117.6196,117.9528,118.61919999999999,119.2856,119.6188,119.6188,118.9524,118.9524,118.9524,118.9524,117.6196,116.62,115.6204,113.6212,113.95439999999999,113.95439999999999,114.2876,113.6212,112.2884,110.9556,108.9564,107.6236,107.6236,108.28999999999999,109.956,110.9556,110.2892,110.2892,109.956,109.2896,108.9564,107.9568,106.9572,106.9572,106.624,105.9576,105.6244,104.958,104.958,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,102.2924,102.2924],[115.9536,114.6208,112.95479999999999,110.9556,106.2908,101.9592,97.6276,91.9632,87.2984,84.966,84.2996,84.6328,85.9656,87.9648,89.2976,91.2968,92.6296,93.29599999999999,93.6292,92.9628,91.9632,91.2968,89.964,89.2976,88.298,87.2984,87.2984,87.2984,88.63119999999999,89.2976,91.63,92.9628,93.9624,94.6288,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.962,94.2956,93.9624,93.6292,93.6292,92.9628,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,95.2952,95.6284,97.2944,98.96039999999999,100.9596,101.9592,103.62519999999999,105.2912,106.9572,109.2896,111.9552,113.6212,114.6208,114.6208,113.6212,113.288,111.2888,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,107.6236,106.2908,106.2908,105.6244,104.6248,104.2916,103.62519999999999,102.2924,101.2928,100.2932,99.2936,98.294,96.9612,94.962,93.29599999999999,91.63,89.2976,87.6316,86.2988,84.6328,83.3,81.3008,78.9684,76.3028,73.63719999999999,70.9716,69.3056,66.64,62.3084,58.31,56.3108,52.3124,48.314,44.6488,41.65,38.6512,33.986399999999996,31.9872,29.654799999999998,28.9884,28.322,28.322,28.9884,29.654799999999998,29.988,29.988,30.6544,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,40.6504,40.9836,41.65,42.3164,42.9828,43.6492,44.982,45.6484,46.9812,48.980399999999996,49.6468,50.3132,51.646,52.9788,54.3116,54.978,56.3108,57.9768,59.309599999999996,59.976,61.3088,61.9752,61.9752,61.9752,62.6416,63.308,64.3076,65.6404,66.3068,66.9732,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,67.6396,66.9732,66.3068,64.974,64.974,64.3076,64.974,65.9736,66.64,67.3064,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,70.9716,71.638,72.9708,73.63719999999999,74.97,76.3028,76.9692,77.6356,79.6348,80.3012,80.9676,81.9672,82.96679999999999,83.6332,84.966,85.6324,86.632,86.632,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.6308,89.964,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.6288,95.2952,94.962,95.6284,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,100.2932,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.6236,107.9568,108.9564,109.956,110.6224,111.2888,111.622,112.95479999999999,113.288,114.2876,115.9536,116.62,118.61919999999999,118.9524,120.9516,121.618,122.9508,123.9504,125.2832,125.2832,125.6164,125.6164,126.2828,125.6164,124.6168,123.9504,123.28399999999999,121.9512,121.2848,120.9516,119.6188,118.9524,118.61919999999999,117.9528,117.2864,115.9536,114.954,113.95439999999999,112.6216,110.9556,108.9564,106.9572,106.2908,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.2916,103.62519999999999,103.292,103.292,102.6256,101.9592,101.2928,101.2928,100.6264,99.96,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,101.2928,103.62519999999999,105.6244,106.9572,108.6232,109.2896,107.9568,106.9572,105.2912,105.2912,105.6244,105.9576,108.28999999999999,109.956,111.622,112.6216,112.2884,112.2884,111.622,110.6224,109.956,109.2896,108.9564,108.28999999999999,106.9572,106.624,105.9576,105.9576,104.958,104.6248,104.6248,103.62519999999999,103.62519999999999,102.6256,101.9592,103.292,106.9572,109.956,112.6216,114.2876,116.2868,116.62,116.62,117.2864,117.9528,118.61919999999999,118.9524,118.9524,118.286,118.286,118.286,118.286,117.2864,116.2868,114.954,113.288,113.288,113.95439999999999,113.95439999999999,113.288,111.622,109.956,107.6236,106.624,106.9572,107.6236,109.2896,109.956,109.956,109.956,109.956,109.2896,108.9564,107.9568,106.9572,106.9572,105.9576,105.6244,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924],[113.95439999999999,112.95479999999999,111.2888,108.6232,103.9584,99.2936,94.6288,89.964,85.6324,83.9664,82.6336,83.3,84.966,86.632,88.63119999999999,90.2972,91.63,92.6296,91.9632,91.9632,91.2968,89.964,88.63119999999999,87.6316,86.632,85.9656,85.9656,86.2988,87.9648,89.2976,91.2968,92.2964,93.29599999999999,94.6288,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.962,94.962,94.2956,93.9624,93.6292,93.6292,92.9628,92.9628,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,93.29599999999999,94.6288,95.6284,97.2944,98.96039999999999,100.9596,101.9592,103.62519999999999,105.2912,106.9572,109.2896,111.2888,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,110.2892,109.6228,108.9564,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,106.2908,105.2912,104.958,104.958,104.2916,102.9588,102.2924,100.9596,100.2932,98.96039999999999,97.96079999999999,97.2944,96.2948,95.2952,93.9624,92.2964,90.6304,88.63119999999999,87.6316,86.632,86.2988,84.6328,82.6336,80.3012,76.9692,74.6368,73.304,70.3052,66.9732,63.308,60.6424,56.977199999999996,52.3124,48.980399999999996,45.9816,42.6496,37.6516,33.986399999999996,31.9872,30.3212,28.9884,28.9884,29.654799999999998,29.654799999999998,29.988,29.988,30.6544,30.6544,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.984,40.9836,41.65,41.65,42.3164,43.6492,44.315599999999996,45.6484,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.9792,52.6456,54.3116,55.6444,57.3104,57.9768,59.309599999999996,59.976,59.976,59.309599999999996,59.309599999999996,59.976,61.9752,62.6416,63.6412,63.9744,63.9744,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,64.3076,63.6412,63.6412,63.6412,64.6408,65.3072,65.9736,65.9736,66.64,67.3064,67.97279999999999,68.6392,69.6388,70.9716,71.638,72.9708,73.63719999999999,74.97,75.6364,76.9692,78.30199999999999,79.6348,80.3012,80.9676,81.9672,82.96679999999999,84.2996,84.2996,85.6324,85.9656,86.632,87.2984,87.2984,87.6316,87.6316,87.6316,87.6316,88.298,88.298,87.6316,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,95.2952,96.2948,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,99.6268,99.6268,100.2932,100.9596,100.9596,101.2928,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.9572,107.6236,108.28999999999999,109.2896,109.956,111.2888,111.622,112.95479999999999,113.288,114.954,115.2872,116.62,117.9528,118.9524,120.2852,121.618,122.9508,123.28399999999999,124.6168,125.2832,125.6164,125.6164,126.2828,125.6164,124.95,123.9504,123.28399999999999,121.9512,120.9516,120.2852,119.6188,118.9524,118.61919999999999,117.9528,117.2864,116.62,114.954,113.288,112.2884,110.2892,108.28999999999999,106.9572,106.2908,105.9576,105.6244,105.9576,105.9576,106.624,106.624,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232,107.9568,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,101.9592,101.2928,101.2928,100.6264,99.96,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.6276,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,101.2928,103.292,105.2912,106.9572,108.6232,109.2896,107.6236,106.2908,104.958,103.9584,103.62519999999999,104.6248,106.2908,108.28999999999999,110.6224,111.622,111.622,111.622,110.9556,110.6224,109.956,109.2896,108.9564,108.28999999999999,106.9572,106.2908,105.9576,105.9576,104.958,104.6248,104.6248,103.62519999999999,103.62519999999999,102.6256,101.9592,103.292,106.2908,109.956,111.9552,114.2876,115.9536,116.2868,116.62,116.62,117.2864,117.6196,118.61919999999999,118.286,117.6196,117.6196,118.286,116.9532,115.9536,115.6204,114.6208,113.288,113.288,113.288,113.6212,113.288,111.622,108.9564,106.624,105.6244,105.9576,106.9572,108.28999999999999,109.956,109.956,109.956,109.956,109.2896,108.9564,107.9568,107.6236,106.9572,105.9576,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924],[107.6236,106.624,105.9576,103.62519999999999,99.6268,94.962,90.6304,86.632,83.9664,82.3004,81.9672,81.9672,83.6332,85.2992,87.9648,89.6308,90.6304,91.2968,91.2968,89.964,88.63119999999999,87.6316,86.2988,85.9656,84.6328,84.2996,84.2996,84.966,86.632,88.298,89.964,90.9636,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.2956,93.9624,93.9624,93.9624,93.9624,93.6292,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,94.6288,95.2952,96.628,98.6272,100.2932,101.2928,103.292,104.958,106.2908,108.28999999999999,109.956,111.622,111.9552,111.9552,110.9556,110.6224,109.956,107.9568,107.9568,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,104.6248,103.9584,103.62519999999999,102.9588,102.6256,101.2928,100.6264,99.96,98.96039999999999,97.2944,96.628,95.6284,94.962,94.2956,93.29599999999999,92.2964,90.6304,89.2976,88.298,88.298,87.6316,86.9652,86.2988,83.9664,81.3008,78.9684,76.9692,73.9704,69.972,66.64,63.6412,59.309599999999996,55.6444,51.646,48.980399999999996,44.6488,39.6508,35.9856,33.32,31.9872,30.3212,30.3212,30.3212,30.3212,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,38.6512,39.3176,39.984,39.984,40.6504,41.9832,42.6496,43.6492,44.982,46.3148,46.3148,46.9812,47.6476,48.980399999999996,50.3132,51.646,53.312,54.3116,55.6444,56.3108,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,58.6432,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,63.6412,64.3076,64.3076,65.3072,65.9736,66.64,67.3064,68.6392,69.3056,70.6384,71.3048,72.9708,73.63719999999999,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.9684,81.3008,82.3004,82.3004,83.6332,83.6332,84.966,85.2992,85.9656,85.9656,86.632,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,88.9644,89.2976,89.2976,89.964,91.2968,91.63,91.9632,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,94.962,95.6284,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.2936,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,103.292,103.292,103.62519999999999,104.2916,104.6248,104.6248,105.6244,105.9576,106.9572,107.6236,107.9568,108.6232,109.956,110.6224,111.622,112.95479999999999,113.288,114.2876,115.2872,116.62,117.9528,118.9524,120.2852,120.9516,122.2844,123.6172,124.28359999999999,124.95,125.2832,125.6164,125.6164,125.6164,124.28359999999999,123.9504,122.6176,121.2848,119.952,119.2856,118.9524,118.9524,118.286,117.9528,117.2864,116.9532,115.6204,113.6212,112.2884,110.2892,108.28999999999999,107.2904,106.2908,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.2904,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.6244,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.626,101.2928,101.2928,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.6276,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,101.2928,103.292,105.6244,106.2908,108.28999999999999,108.28999999999999,106.9572,105.6244,103.62519999999999,102.6256,101.626,102.2924,103.9584,105.6244,107.9568,109.956,110.2892,109.956,109.956,109.2896,108.6232,108.6232,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,104.958,104.958,104.6248,103.9584,102.6256,102.2924,101.626,102.6256,106.624,109.956,112.2884,113.95439999999999,115.6204,115.6204,115.6204,116.2868,117.2864,117.6196,117.6196,117.6196,116.9532,116.9532,116.9532,115.9536,114.954,114.2876,113.288,112.6216,112.2884,113.288,113.288,112.2884,110.9556,108.6232,106.624,105.2912,105.6244,106.2908,108.6232,109.956,110.2892,110.9556,110.9556,110.6224,109.956,109.2896,107.6236,106.9572,105.9576,104.6248,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626],[102.2924,101.9592,101.2928,98.96039999999999,95.6284,92.2964,87.6316,84.2996,82.3004,81.634,80.9676,81.3008,82.3004,84.2996,86.632,88.298,88.9644,89.2976,89.2976,88.298,87.2984,85.9656,84.966,83.6332,83.6332,83.6332,82.96679999999999,84.2996,85.6324,87.2984,89.2976,90.9636,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,93.9624,95.2952,96.628,98.6272,100.2932,101.2928,103.292,104.958,105.6244,107.6236,109.2896,110.2892,111.2888,111.622,109.956,109.2896,107.9568,106.9572,107.2904,106.624,106.624,105.9576,105.6244,105.6244,105.6244,104.6248,103.292,102.9588,102.9588,102.6256,101.2928,100.6264,100.2932,99.6268,97.96079999999999,96.628,95.6284,95.2952,94.962,93.6292,92.6296,91.63,90.6304,88.63119999999999,88.9644,88.298,87.6316,87.6316,86.9652,85.2992,83.3,81.3008,79.6348,76.3028,72.9708,69.3056,66.64,62.6416,58.6432,54.978,52.3124,47.6476,41.9832,38.318,35.9856,33.32,31.654,30.9876,30.9876,30.9876,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.3168,41.9832,43.6492,44.982,44.982,45.6484,46.3148,46.9812,47.6476,49.6468,51.3128,52.6456,53.312,53.9784,54.3116,54.3116,53.6452,53.6452,54.978,55.6444,56.977199999999996,57.6436,57.9768,57.9768,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.641999999999996,61.641999999999996,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.6412,64.6408,65.3072,65.9736,66.64,67.97279999999999,68.6392,69.972,70.6384,72.3044,72.9708,73.63719999999999,74.97,75.6364,76.9692,77.6356,78.30199999999999,79.968,80.6344,80.9676,81.634,82.3004,82.96679999999999,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,87.2984,87.2984,88.298,88.298,88.9644,88.9644,88.9644,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,96.628,97.2944,97.96079999999999,98.294,98.294,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,103.292,103.292,103.62519999999999,104.2916,104.6248,104.6248,105.6244,105.9576,106.9572,107.6236,107.9568,108.28999999999999,109.2896,110.6224,111.622,112.95479999999999,113.288,114.2876,115.2872,115.9536,117.2864,118.286,119.2856,120.9516,121.9512,122.9508,123.6172,124.28359999999999,124.6168,125.6164,125.6164,125.6164,124.28359999999999,123.28399999999999,122.6176,121.2848,119.952,118.9524,118.9524,118.9524,118.286,118.286,117.9528,116.9532,115.6204,114.6208,112.95479999999999,110.9556,108.9564,108.28999999999999,106.9572,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,105.9576,105.6244,104.958,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,102.6256,101.626,101.626,101.2928,101.2928,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.6276,96.9612,96.628,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.9596,103.292,105.6244,106.2908,108.28999999999999,107.9568,106.624,104.6248,102.6256,100.9596,99.6268,100.2932,101.9592,104.2916,106.9572,107.9568,109.2896,109.2896,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,104.958,104.958,103.9584,103.292,102.2924,101.9592,100.6264,102.2924,105.6244,109.2896,111.622,113.288,114.6208,115.2872,115.6204,115.6204,116.62,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.2872,114.2876,113.288,112.2884,111.9552,112.2884,112.2884,112.2884,111.9552,110.2892,107.9568,105.9576,105.2912,105.2912,106.624,107.9568,109.6228,110.9556,111.622,111.622,111.622,110.9556,109.956,109.2896,107.6236,106.624,105.6244,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626],[95.2952,95.2952,94.962,93.9624,91.63,87.9648,83.3,81.3008,81.9672,81.634,80.3012,80.3012,81.634,83.6332,86.2988,87.2984,87.9648,87.9648,87.9648,86.632,85.6324,84.2996,83.6332,82.3004,82.3004,82.3004,82.3004,82.96679999999999,85.6324,87.2984,88.63119999999999,90.6304,92.2964,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,91.9632,91.63,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,93.6292,94.6288,96.2948,97.96079999999999,99.6268,100.9596,102.6256,104.6248,105.2912,106.9572,108.9564,108.9564,110.2892,110.6224,109.2896,108.6232,106.9572,106.624,105.2912,105.2912,104.958,104.958,104.958,104.958,104.958,104.2916,102.9588,102.6256,102.6256,101.9592,100.6264,100.2932,99.6268,98.96039999999999,97.2944,96.2948,94.962,93.6292,92.9628,91.9632,91.2968,90.2972,89.2976,88.63119999999999,87.9648,87.9648,87.2984,86.2988,85.6324,84.966,82.96679999999999,80.9676,79.968,77.6356,74.97,72.3044,69.972,65.9736,61.3088,57.6436,54.978,50.3132,43.9824,39.6508,37.3184,34.6528,32.3204,31.654,31.654,30.9876,30.9876,30.9876,30.6544,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.3208,31.9872,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,41.3168,42.9828,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,46.9812,48.314,49.6468,50.9796,51.646,52.3124,52.9788,52.9788,52.3124,52.3124,52.9788,53.6452,54.3116,55.3112,55.3112,55.3112,55.3112,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,63.9744,64.6408,65.3072,65.9736,67.3064,67.97279999999999,69.3056,69.972,70.9716,71.638,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.6352,79.3016,79.6348,80.3012,80.9676,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,86.9652,87.2984,87.6316,88.298,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,91.63,91.9632,92.6296,92.9628,93.6292,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,97.2944,97.96079999999999,97.96079999999999,98.294,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.6248,105.6244,105.9576,106.9572,107.6236,107.6236,108.28999999999999,109.2896,110.6224,111.2888,112.2884,113.288,114.2876,115.2872,115.9536,117.2864,117.9528,118.9524,119.952,121.2848,122.2844,122.9508,123.6172,124.6168,125.2832,125.6164,125.6164,124.28359999999999,123.28399999999999,121.9512,120.9516,119.2856,118.286,118.286,118.286,118.286,118.286,118.286,117.9528,116.62,115.6204,113.6212,112.6216,111.2888,109.2896,108.9564,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,104.958,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.628,96.628,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.9596,103.292,104.958,106.2908,106.9572,106.9572,105.9576,103.62519999999999,101.2928,99.6268,99.2936,99.2936,100.2932,102.2924,105.6244,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,104.958,104.958,103.9584,103.62519999999999,102.6256,101.626,100.6264,100.2932,101.2928,104.6248,108.28999999999999,111.2888,112.6216,113.95439999999999,115.2872,115.6204,115.6204,116.62,116.62,116.62,116.62,115.9536,115.6204,114.954,114.2876,113.288,112.2884,111.2888,111.2888,111.2888,111.622,111.622,111.2888,109.956,107.9568,105.9576,104.6248,104.6248,105.9576,107.9568,109.2896,110.9556,111.622,112.2884,112.2884,111.622,110.9556,110.6224,108.9564,107.9568,106.624,105.6244,103.9584,103.292,102.6256,101.9592,101.9592,101.626,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626],[88.63119999999999,89.6308,89.2976,88.63119999999999,86.9652,84.6328,80.9676,79.968,80.9676,80.9676,80.3012,79.6348,80.6344,82.3004,84.2996,85.6324,86.2988,85.6324,85.6324,84.966,84.2996,83.6332,82.3004,81.634,81.634,81.634,81.9672,82.96679999999999,84.966,86.632,88.9644,90.6304,92.6296,92.9628,92.9628,92.9628,92.9628,91.9632,91.9632,91.9632,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,89.964,89.964,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.6304,91.63,93.29599999999999,94.6288,96.2948,97.96079999999999,99.6268,100.9596,102.6256,103.62519999999999,104.958,105.9576,107.6236,108.28999999999999,108.9564,108.6232,107.9568,107.6236,106.624,105.6244,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.9592,101.9592,100.9596,99.96,99.6268,98.96039999999999,98.6272,96.628,95.6284,93.9624,92.6296,91.63,90.6304,89.6308,89.2976,88.298,87.2984,87.2984,86.632,86.2988,85.6324,84.966,83.6332,82.3004,80.9676,78.6352,77.6356,75.6364,73.63719999999999,71.3048,68.306,63.308,59.6428,56.644,51.646,45.6484,41.3168,38.318,35.9856,33.32,31.654,31.654,31.654,30.9876,30.3212,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,31.3208,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,39.984,40.6504,41.3168,42.9828,43.6492,44.315599999999996,44.315599999999996,44.982,45.6484,46.3148,47.6476,48.980399999999996,50.3132,50.9796,51.646,51.646,51.646,50.9796,50.9796,51.646,52.3124,53.6452,53.6452,53.6452,53.6452,53.6452,54.3116,55.6444,56.3108,57.6436,58.31,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,61.9752,62.6416,62.9748,63.9744,64.6408,65.3072,66.64,67.3064,68.6392,69.3056,70.3052,71.638,72.3044,72.9708,74.3036,74.97,75.6364,75.6364,76.636,77.3024,77.6356,78.6352,78.6352,79.6348,80.3012,80.9676,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,86.9652,86.9652,87.6316,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.63,91.9632,92.9628,93.6292,93.9624,93.9624,94.962,94.962,95.6284,95.6284,96.9612,97.2944,97.96079999999999,97.96079999999999,99.2936,99.6268,100.2932,100.2932,100.9596,101.2928,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,104.6248,105.6244,105.6244,106.2908,106.9572,107.6236,107.6236,109.2896,109.956,110.9556,111.9552,113.288,113.6212,114.954,115.6204,116.62,117.6196,117.9528,118.9524,120.2852,121.9512,121.9512,122.9508,123.9504,123.9504,124.95,124.95,123.9504,122.6176,121.2848,120.2852,118.9524,118.286,118.286,117.9528,118.286,118.286,118.286,118.286,117.2864,115.9536,114.2876,113.6212,112.2884,110.9556,109.6228,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,106.9572,106.624,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.2908,106.2908,106.2908,105.6244,105.2912,105.6244,104.958,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.628,96.628,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.9596,103.292,104.958,106.2908,106.9572,106.9572,104.958,102.6256,99.96,98.294,97.6276,97.96079999999999,99.2936,100.6264,103.62519999999999,105.6244,105.6244,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,105.9576,105.6244,104.958,104.6248,103.9584,103.292,103.292,102.2924,101.626,100.2932,99.6268,101.2928,104.6248,108.28999999999999,110.6224,112.6216,113.95439999999999,115.2872,115.6204,115.6204,116.62,116.62,116.62,115.9536,114.954,114.2876,113.6212,112.95479999999999,111.2888,109.956,109.956,110.2892,110.9556,111.622,111.2888,110.9556,109.956,107.6236,105.6244,104.6248,104.6248,105.6244,107.6236,109.2896,110.2892,111.622,112.2884,112.2884,112.2884,111.622,110.9556,110.2892,108.6232,107.6236,105.9576,104.6248,103.62519999999999,102.6256,102.6256,101.9592,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626],[83.9664,83.9664,84.2996,83.6332,82.96679999999999,80.9676,79.968,79.968,79.6348,80.3012,79.6348,79.6348,79.968,80.6344,81.634,82.3004,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,81.634,80.6344,80.6344,81.3008,82.3004,82.96679999999999,84.2996,86.632,88.9644,90.2972,91.63,91.9632,91.63,91.63,91.63,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,89.964,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.964,91.2968,92.6296,93.9624,95.6284,97.2944,98.96039999999999,100.2932,101.626,102.6256,103.62519999999999,104.958,105.2912,106.2908,106.9572,106.9572,106.2908,105.9576,105.2912,104.2916,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,102.2924,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,99.96,99.6268,98.96039999999999,97.96079999999999,95.9616,94.6288,93.29599999999999,91.63,90.2972,89.2976,88.298,87.2984,87.2984,86.9652,85.6324,85.6324,84.2996,83.6332,82.96679999999999,81.634,80.3012,77.9688,77.3024,76.3028,74.97,74.3036,71.9712,68.9724,64.6408,60.3092,55.9776,51.646,46.3148,41.9832,38.9844,36.652,33.32,31.654,31.654,31.654,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.654,31.9872,31.9872,32.6536,32.6536,33.986399999999996,35.3192,35.9856,36.652,37.9848,38.6512,39.3176,39.984,41.9832,42.9828,43.6492,44.315599999999996,44.982,44.982,45.6484,46.3148,47.6476,48.980399999999996,49.6468,50.3132,50.9796,50.9796,50.9796,50.3132,50.9796,51.646,52.3124,52.3124,52.9788,53.6452,53.6452,53.6452,54.3116,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,64.6408,65.9736,67.3064,67.97279999999999,69.3056,69.972,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.2996,85.6324,86.2988,87.2984,87.2984,87.2984,88.298,88.298,87.6316,88.298,88.298,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.63,91.63,92.9628,93.6292,93.9624,93.9624,95.2952,95.2952,95.9616,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.2936,99.96,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,103.62519999999999,104.2916,104.958,105.6244,105.9576,106.624,107.2904,108.28999999999999,108.9564,109.2896,110.6224,110.9556,112.95479999999999,113.288,113.6212,114.954,114.954,115.9536,116.62,117.6196,119.6188,120.2852,121.2848,121.9512,122.9508,122.6176,123.28399999999999,123.28399999999999,122.6176,121.9512,120.9516,119.2856,118.286,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.2864,115.9536,115.6204,114.2876,112.95479999999999,112.2884,110.9556,109.956,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.6244,105.2912,104.6248,103.9584,103.292,103.292,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.2936,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,95.9616,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.2944,97.96079999999999,98.294,98.294,98.294,99.6268,100.9596,103.292,105.6244,106.9572,107.6236,106.2908,104.2916,101.626,99.2936,97.2944,96.2948,96.9612,98.294,100.2932,101.626,102.6256,103.292,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,104.958,104.6248,103.62519999999999,103.62519999999999,102.6256,102.2924,101.2928,100.6264,99.96,99.2936,100.6264,104.6248,108.28999999999999,110.6224,112.6216,113.95439999999999,115.2872,115.6204,115.6204,116.62,116.62,115.9536,115.6204,114.2876,112.6216,110.9556,109.956,108.28999999999999,107.6236,108.28999999999999,108.9564,109.956,110.2892,110.9556,110.2892,109.2896,107.6236,105.6244,104.6248,103.9584,105.6244,106.9572,108.6232,110.6224,110.9556,112.2884,112.95479999999999,112.95479999999999,112.2884,110.9556,110.6224,109.2896,107.2904,106.624,105.6244,103.9584,103.62519999999999,102.6256,101.9592,100.9596,100.2932,100.2932,100.6264,101.2928,101.2928,101.626,101.626],[81.634,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.968,80.9676,81.634,80.9676,80.9676,80.9676,80.9676,79.968,79.968,79.968,80.6344,81.634,82.96679999999999,84.966,86.632,88.298,89.964,91.2968,91.2968,91.2968,90.6304,90.2972,89.964,89.964,89.2976,89.2976,89.964,89.964,89.2976,88.9644,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,90.2972,91.63,93.29599999999999,94.6288,95.6284,97.2944,98.96039999999999,100.2932,100.6264,101.9592,102.6256,103.9584,104.6248,104.958,104.958,104.6248,103.62519999999999,103.62519999999999,102.6256,102.2924,101.626,101.2928,100.6264,100.6264,100.2932,99.96,99.96,100.2932,100.2932,99.96,99.6268,98.96039999999999,98.6272,97.96079999999999,96.628,94.962,93.6292,92.6296,91.2968,89.2976,87.9648,87.2984,86.2988,85.6324,84.966,84.2996,83.6332,82.96679999999999,81.634,80.9676,79.6348,77.9688,76.636,75.6364,74.97,74.3036,73.63719999999999,71.9712,68.9724,64.6408,59.6428,55.3112,50.9796,46.3148,42.6496,39.6508,36.652,33.32,31.9872,31.654,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.9872,31.9872,32.6536,33.32,34.6528,35.9856,37.3184,37.9848,39.3176,39.984,40.6504,41.9832,43.6492,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.9812,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,59.6428,60.3092,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,64.6408,66.64,67.3064,68.6392,69.3056,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,84.966,85.6324,86.2988,87.2984,87.2984,87.2984,87.6316,88.298,88.298,88.63119999999999,89.2976,89.2976,90.6304,91.2968,91.63,92.2964,93.6292,93.9624,93.9624,94.6288,95.2952,95.9616,95.9616,96.2948,96.2948,96.628,97.96079999999999,98.6272,98.6272,98.6272,99.2936,99.2936,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,104.6248,105.6244,106.2908,106.2908,107.2904,108.28999999999999,108.9564,109.956,110.6224,111.9552,112.95479999999999,113.288,113.6212,114.2876,114.954,115.9536,117.2864,118.61919999999999,119.6188,120.2852,121.2848,121.9512,122.6176,122.6176,122.6176,122.2844,121.2848,120.2852,118.9524,117.9528,117.9528,117.9528,117.9528,117.2864,117.6196,117.6196,117.2864,116.62,116.62,115.9536,114.2876,113.288,112.95479999999999,111.622,110.9556,109.2896,108.9564,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,108.6232,108.6232,108.6232,107.9568,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.9576,105.6244,105.6244,105.6244,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.6256,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.628,97.2944,97.6276,98.294,98.294,98.294,100.2932,101.9592,104.6248,106.2908,106.9572,105.6244,103.292,100.6264,97.96079999999999,96.2948,95.9616,96.2948,97.6276,98.294,99.96,101.2928,101.626,101.626,102.6256,103.62519999999999,104.6248,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.2924,101.626,101.626,101.2928,100.6264,99.96,99.2936,100.6264,104.6248,107.6236,110.6224,112.6216,113.95439999999999,114.6208,115.2872,115.6204,115.9536,115.9536,115.9536,114.954,112.6216,110.9556,109.2896,107.6236,105.9576,105.6244,107.2904,108.28999999999999,108.9564,109.6228,110.2892,109.956,109.2896,107.6236,105.6244,103.9584,103.9584,104.6248,105.9576,107.6236,108.6232,110.6224,112.2884,112.6216,112.95479999999999,112.2884,110.9556,109.956,107.9568,107.2904,106.624,105.6244,103.9584,103.62519999999999,102.6256,101.9592,100.9596,100.2932,100.2932,100.2932,101.2928,101.2928,101.626,101.626],[80.6344,80.6344,79.968,79.6348,78.9684,77.6356,77.6356,77.6356,77.3024,77.3024,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,80.9676,82.3004,84.2996,85.9656,87.9648,88.9644,89.964,89.964,89.964,89.2976,88.9644,88.9644,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.9644,88.298,88.298,88.298,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.9644,89.2976,91.2968,92.6296,93.6292,94.6288,95.9616,97.2944,98.96039999999999,99.2936,100.6264,101.2928,101.626,102.2924,102.6256,102.6256,102.6256,101.626,101.626,101.2928,100.2932,99.6268,99.6268,99.2936,99.2936,98.6272,98.294,98.294,97.96079999999999,98.6272,98.294,97.96079999999999,96.628,96.2948,95.9616,94.2956,93.29599999999999,91.9632,90.6304,89.6308,87.9648,87.2984,86.9652,85.9656,84.966,83.6332,82.6336,81.9672,81.3008,79.968,78.9684,77.6356,75.6364,74.97,74.3036,72.9708,72.6376,71.3048,69.6388,67.3064,62.6416,58.9764,54.6448,50.9796,46.3148,42.6496,38.9844,35.9856,32.6536,31.3208,30.9876,30.3212,29.988,29.988,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.654,31.654,31.9872,31.9872,31.9872,32.6536,35.3192,36.652,37.9848,38.6512,39.984,40.6504,41.3168,42.6496,44.315599999999996,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,56.977199999999996,58.31,58.31,58.9764,59.6428,60.3092,60.9756,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,65.3072,65.9736,67.3064,68.6392,69.3056,69.972,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.634,82.3004,82.3004,82.6336,82.96679999999999,84.2996,84.2996,85.6324,86.2988,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.6304,91.2968,91.63,92.2964,93.6292,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,100.2932,100.2932,100.6264,100.9596,101.2928,101.9592,102.6256,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.9568,108.28999999999999,109.2896,109.956,110.9556,111.2888,112.2884,112.95479999999999,113.288,114.2876,114.954,116.62,117.6196,118.61919999999999,118.9524,119.6188,120.2852,120.6184,121.9512,121.618,121.2848,120.9516,119.6188,118.9524,117.9528,117.2864,117.2864,117.2864,116.62,117.2864,117.2864,116.62,116.62,116.62,115.9536,114.2876,113.288,112.6216,112.2884,111.622,110.2892,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,106.2908,105.9576,105.6244,104.958,104.958,104.6248,103.9584,104.6248,104.6248,104.6248,104.6248,105.2912,105.6244,104.958,104.6248,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,95.6284,95.6284,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,97.6276,97.96079999999999,97.96079999999999,98.96039999999999,100.9596,103.292,104.958,105.6244,105.2912,101.626,98.96039999999999,97.96079999999999,96.2948,95.9616,96.2948,96.9612,97.96079999999999,98.294,99.2936,99.96,100.2932,101.626,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.626,101.2928,101.2928,100.6264,100.6264,99.96,99.2936,100.6264,104.6248,107.6236,109.956,112.6216,113.6212,114.2876,114.954,114.954,114.954,114.954,114.2876,113.95439999999999,111.9552,109.956,106.9572,105.6244,103.62519999999999,103.62519999999999,105.9576,107.6236,108.9564,109.956,109.956,109.956,108.9564,106.9572,105.6244,103.9584,103.62519999999999,103.62519999999999,104.958,105.6244,108.28999999999999,109.956,111.2888,111.622,112.2884,112.2884,110.9556,109.2896,107.6236,106.9572,105.9576,105.6244,103.9584,103.62519999999999,102.6256,102.2924,100.9596,100.2932,99.6268,100.2932,100.2932,100.9596,101.2928,101.2928],[79.968,79.968,79.6348,78.9684,77.9688,77.3024,76.9692,76.3028,75.9696,75.9696,76.3028,76.3028,76.636,76.636,76.636,76.636,76.636,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,79.6348,80.9676,82.96679999999999,84.966,85.9656,87.2984,88.9644,88.9644,88.9644,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,87.2984,87.9648,89.2976,89.964,91.63,92.6296,93.6292,94.6288,95.9616,96.9612,97.6276,98.96039999999999,99.6268,100.2932,100.2932,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,99.2936,98.6272,98.6272,98.294,98.294,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.2948,95.9616,94.6288,93.9624,93.29599999999999,91.63,90.6304,89.2976,88.298,87.2984,86.2988,85.9656,84.2996,82.96679999999999,81.3008,80.3012,79.6348,78.9684,77.3024,76.3028,75.6364,74.3036,72.3044,71.638,70.9716,69.3056,68.306,67.6396,65.3072,61.3088,57.6436,53.9784,50.3132,46.3148,42.9828,39.3176,35.9856,32.6536,31.3208,30.3212,30.3212,29.988,29.988,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.654,31.654,31.9872,31.9872,31.9872,33.32,35.3192,36.652,37.9848,39.3176,40.6504,41.3168,41.9832,43.9824,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,54.3116,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.6412,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.97279999999999,68.6392,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.634,81.634,81.634,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,85.6324,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,90.6304,91.2968,91.63,92.6296,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.9612,97.2944,97.6276,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,101.2928,101.9592,101.9592,103.292,103.292,104.6248,104.958,105.9576,107.2904,107.9568,108.28999999999999,108.9564,109.956,110.2892,110.9556,111.622,112.2884,113.288,113.6212,114.954,115.9536,117.2864,117.6196,117.9528,118.9524,119.6188,120.2852,119.952,119.6188,119.6188,118.286,117.9528,116.9532,116.9532,116.62,116.2868,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,114.954,113.6212,113.288,112.6216,111.622,111.2888,110.2892,109.956,109.2896,109.2896,108.9564,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,106.9572,106.2908,105.9576,105.9576,104.958,104.958,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,100.2932,100.2932,99.96,99.96,99.96,99.96,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,95.6284,95.6284,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,96.2948,96.628,96.628,96.628,97.2944,98.6272,99.6268,102.2924,103.9584,104.958,103.62519999999999,100.6264,98.6272,97.2944,96.2948,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.96039999999999,98.96039999999999,100.2932,100.2932,101.2928,101.9592,101.9592,102.6256,102.6256,102.2924,101.626,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,99.96,99.2936,100.6264,104.2916,106.9572,109.956,111.622,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.6216,112.6216,111.9552,110.2892,108.28999999999999,105.6244,103.292,102.2924,103.292,104.958,106.9572,108.28999999999999,109.2896,109.2896,109.2896,108.28999999999999,106.2908,104.958,103.62519999999999,102.9588,102.9588,103.9584,105.6244,106.2908,108.28999999999999,109.956,111.2888,111.622,111.622,110.6224,109.2896,107.6236,106.2908,105.9576,104.958,103.9584,103.9584,103.292,102.6256,100.9596,100.2932,99.6268,99.6268,100.2932,100.2932,101.2928,101.2928],[80.3012,80.3012,79.6348,78.6352,77.6356,76.9692,75.6364,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.9692,77.6356,79.3016,80.9676,82.96679999999999,85.2992,86.632,87.2984,87.6316,87.6316,87.2984,86.632,86.632,86.632,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,86.632,86.632,86.632,86.632,86.2988,86.2988,86.2988,86.2988,84.966,84.966,86.2988,87.2984,88.298,89.2976,90.6304,91.63,92.6296,93.6292,94.962,95.6284,96.2948,96.628,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,96.9612,96.9612,95.6284,95.6284,95.6284,95.9616,95.6284,95.6284,95.2952,93.9624,92.9628,92.9628,92.2964,91.2968,89.2976,88.298,87.2984,86.9652,85.6324,84.966,82.96679999999999,80.6344,78.9684,77.6356,76.3028,75.6364,74.97,73.63719999999999,72.9708,71.638,69.972,68.6392,67.97279999999999,66.64,65.6404,64.6408,63.308,59.309599999999996,55.9776,52.3124,48.980399999999996,45.6484,42.9828,39.3176,35.9856,32.6536,31.3208,30.3212,30.3212,29.988,29.988,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.654,31.654,31.9872,31.9872,32.6536,33.32,35.9856,37.3184,38.6512,39.984,41.65,42.9828,43.6492,44.6488,46.3148,46.9812,47.6476,48.314,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,54.3116,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.3104,57.3104,57.9768,58.6432,59.309599999999996,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,64.974,65.3072,65.9736,66.64,67.3064,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,70.6384,71.9712,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,77.6356,77.6356,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.9676,80.9676,81.634,81.9672,82.6336,82.6336,82.6336,82.3004,82.6336,82.96679999999999,82.96679999999999,84.2996,84.2996,85.6324,86.632,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,90.6304,91.2968,91.63,92.6296,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,102.6256,103.9584,104.6248,106.2908,106.9572,107.6236,107.9568,107.9568,108.28999999999999,109.2896,109.956,110.2892,111.622,112.6216,113.288,114.954,115.2872,116.2868,116.62,117.2864,117.6196,118.286,118.286,118.286,117.6196,117.2864,116.62,116.62,116.2868,116.2868,116.2868,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,114.954,114.954,113.6212,112.95479999999999,112.6216,111.9552,111.622,111.622,110.9556,109.956,109.2896,108.6232,108.28999999999999,107.9568,107.2904,106.9572,106.9572,106.9572,106.624,105.9576,105.2912,104.6248,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.9616,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,96.2948,96.2948,96.628,98.294,100.2932,102.2924,103.292,102.6256,100.2932,97.96079999999999,96.2948,95.9616,95.9616,96.2948,96.9612,97.6276,97.6276,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.96,100.6264,100.6264,101.9592,101.9592,101.2928,100.9596,100.2932,100.2932,100.2932,100.2932,99.96,99.96,98.96039999999999,98.294,99.96,103.62519999999999,106.2908,108.6232,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,108.28999999999999,106.2908,103.292,101.2928,100.9596,102.2924,104.2916,105.9576,107.6236,107.9568,107.9568,107.9568,106.9572,105.9576,103.62519999999999,102.9588,101.626,102.2924,102.6256,103.9584,105.9576,107.6236,109.2896,109.956,111.2888,111.2888,109.956,108.6232,106.9572,106.624,105.6244,104.6248,104.6248,104.6248,103.9584,102.6256,100.9596,99.96,99.2936,99.2936,99.6268,100.2932,100.2932,100.2932],[80.9676,80.9676,79.968,79.3016,78.6352,76.9692,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,76.9692,77.6356,79.6348,80.9676,83.6332,85.2992,85.9656,87.2984,87.2984,86.632,85.9656,85.9656,85.9656,85.9656,86.2988,87.2984,87.9648,87.9648,86.632,86.632,86.632,86.632,85.9656,85.9656,85.9656,85.9656,84.966,84.966,84.966,85.2992,85.9656,87.2984,88.298,89.2976,89.964,91.2968,91.63,92.9628,93.9624,94.6288,95.2952,96.2948,96.9612,97.6276,97.2944,97.6276,97.6276,98.294,98.294,97.96079999999999,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.2952,94.6288,95.2952,95.2952,95.2952,93.9624,93.29599999999999,92.9628,92.2964,91.63,89.964,88.9644,88.298,86.9652,86.2988,84.966,83.6332,81.3008,79.6348,77.3024,75.6364,74.97,74.3036,72.9708,72.3044,70.9716,69.3056,67.97279999999999,66.64,65.9736,64.3076,62.9748,62.3084,60.9756,57.9768,54.6448,50.9796,47.6476,44.982,42.3164,39.3176,36.3188,33.32,31.3208,30.3212,30.3212,29.988,29.988,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.654,31.654,31.9872,31.9872,32.6536,33.986399999999996,36.652,37.9848,39.3176,40.6504,42.3164,43.6492,44.315599999999996,45.3152,46.9812,47.6476,48.314,48.980399999999996,50.9796,51.646,52.3124,52.9788,54.3116,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.6432,58.6432,59.309599999999996,59.976,61.3088,61.9752,62.6416,63.308,64.3076,64.974,65.6404,66.3068,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.638,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.6352,78.6352,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,80.9676,81.634,81.634,82.3004,82.6336,83.3,83.3,83.3,83.3,83.3,83.6332,84.2996,84.966,85.6324,86.632,86.632,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,90.6304,91.2968,91.63,92.6296,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.294,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.96,100.9596,101.9592,103.292,104.6248,105.9576,106.2908,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,109.6228,110.6224,110.9556,112.6216,113.6212,114.954,114.954,115.2872,115.6204,116.62,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.9536,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.954,113.6212,112.95479999999999,112.6216,111.9552,112.2884,112.2884,111.2888,110.2892,109.2896,108.6232,108.28999999999999,107.9568,106.9572,106.9572,107.2904,106.624,105.9576,105.6244,104.6248,104.6248,103.9584,103.9584,103.292,103.292,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,101.9592,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,93.9624,93.6292,93.6292,93.29599999999999,93.6292,93.6292,94.6288,94.962,95.6284,95.6284,95.6284,96.9612,99.6268,101.2928,101.9592,101.2928,98.6272,96.9612,96.2948,95.9616,95.9616,95.9616,96.2948,96.9612,97.6276,97.6276,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,99.96,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,98.294,97.96079999999999,98.96039999999999,102.6256,104.958,107.6236,108.6232,108.6232,107.9568,106.9572,105.9576,105.6244,106.2908,106.9572,106.9572,105.9576,104.958,101.2928,99.6268,99.6268,100.9596,103.292,105.2912,106.2908,107.6236,107.9568,107.6236,106.9572,105.2912,103.9584,101.626,100.9596,100.9596,101.9592,103.292,104.958,106.2908,107.9568,109.2896,110.2892,110.2892,109.2896,107.9568,106.9572,105.9576,105.2912,104.6248,104.6248,104.6248,103.9584,103.292,100.9596,99.96,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932],[82.3004,82.3004,81.3008,80.6344,79.968,78.6352,76.9692,75.6364,73.63719999999999,72.3044,71.638,71.638,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,72.6376,73.63719999999999,74.3036,75.6364,76.9692,78.6352,80.3012,82.3004,84.2996,85.6324,85.9656,85.9656,85.6324,84.966,84.966,84.966,84.966,86.2988,86.632,87.2984,87.2984,86.632,86.2988,86.2988,86.2988,85.2992,84.966,84.966,84.966,84.966,84.966,84.2996,84.6328,85.9656,86.632,87.2984,88.298,89.2976,89.964,90.2972,91.2968,92.2964,92.9628,93.6292,94.6288,95.6284,96.2948,95.9616,96.628,97.2944,97.2944,97.2944,96.628,96.9612,96.2948,96.2948,95.9616,95.2952,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,92.6296,92.2964,91.63,90.6304,89.964,88.9644,88.298,86.9652,86.2988,84.2996,82.6336,80.9676,78.9684,76.636,74.97,73.63719999999999,72.9708,72.3044,70.6384,69.3056,66.9732,65.6404,64.974,63.6412,61.9752,60.6424,59.976,58.6432,55.6444,52.3124,49.6468,46.9812,44.315599999999996,42.6496,38.9844,36.3188,33.32,31.3208,30.3212,30.3212,29.988,29.988,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.654,31.654,31.9872,32.6536,33.32,34.6528,36.652,38.6512,39.984,41.3168,42.9828,44.315599999999996,44.982,45.9816,47.6476,48.980399999999996,49.6468,50.3132,51.646,52.3124,53.6452,54.3116,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,59.976,59.976,60.6424,61.3088,62.6416,63.6412,64.974,65.6404,65.6404,66.3068,67.6396,68.306,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,70.6384,71.3048,71.9712,72.9708,74.3036,74.97,75.6364,75.6364,75.6364,76.636,76.636,77.6356,78.30199999999999,77.6356,78.30199999999999,79.3016,79.3016,78.9684,79.6348,79.6348,80.3012,80.3012,81.3008,82.3004,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.9656,87.2984,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,90.6304,91.2968,91.63,92.6296,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.9612,97.6276,97.96079999999999,98.294,99.6268,99.6268,99.96,99.96,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.294,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.2932,101.2928,102.2924,103.292,104.6248,105.6244,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,108.6232,110.6224,111.2888,112.95479999999999,113.6212,114.2876,114.2876,114.6208,115.2872,115.6204,115.9536,116.62,115.9536,115.9536,115.6204,115.6204,114.954,114.954,115.6204,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,114.954,113.6212,112.95479999999999,112.6216,112.6216,112.6216,112.2884,112.2884,110.9556,109.2896,108.6232,108.28999999999999,107.6236,106.9572,106.624,106.624,105.9576,105.6244,104.958,104.6248,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,101.9592,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,93.6292,93.6292,93.6292,93.29599999999999,92.6296,92.6296,92.6296,93.6292,94.6288,94.6288,94.6288,95.2952,96.9612,98.294,99.6268,100.2932,99.6268,98.6272,96.9612,95.6284,95.2952,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,96.628,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,99.96,99.96,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.294,98.294,97.96079999999999,96.628,98.6272,101.2928,104.2916,106.2908,106.9572,106.2908,105.9576,103.9584,103.292,102.6256,103.62519999999999,104.958,105.2912,104.958,103.62519999999999,100.2932,98.294,98.294,99.6268,102.6256,104.2916,106.2908,106.9572,107.2904,106.9572,106.2908,105.6244,103.292,101.2928,99.6268,99.6268,100.6264,102.2924,104.2916,105.6244,107.9568,109.2896,110.2892,110.2892,109.2896,107.9568,106.2908,105.6244,105.2912,104.6248,104.6248,104.6248,103.9584,103.292,100.9596,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,99.6268],[83.6332,82.96679999999999,82.6336,81.9672,80.6344,79.3016,77.6356,75.6364,72.9708,71.638,70.9716,70.3052,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,70.6384,71.3048,72.3044,73.63719999999999,74.3036,75.6364,77.6356,79.3016,80.9676,82.96679999999999,84.2996,84.966,84.966,84.2996,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,85.6324,85.9656,85.9656,87.2984,88.298,88.298,88.63119999999999,89.2976,91.2968,92.2964,92.9628,93.29599999999999,95.2952,95.6284,95.6284,96.2948,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.6284,95.2952,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.2964,91.63,90.9636,90.6304,89.964,88.9644,88.298,87.2984,86.2988,84.2996,82.6336,80.9676,78.9684,76.636,74.97,73.63719999999999,72.9708,71.638,69.972,68.6392,66.3068,64.974,63.6412,61.9752,60.6424,59.309599999999996,58.6432,56.977199999999996,53.9784,50.9796,48.314,46.3148,43.6492,41.9832,38.318,35.9856,32.6536,30.9876,30.3212,30.3212,29.988,29.988,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,31.9872,32.6536,33.32,34.6528,37.3184,38.6512,40.6504,41.9832,43.6492,44.982,45.6484,47.3144,48.980399999999996,49.6468,50.3132,50.9796,52.3124,53.6452,54.978,55.6444,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,64.6408,65.6404,66.9732,67.6396,67.6396,68.306,69.6388,70.3052,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,73.63719999999999,74.97,75.6364,76.3028,76.9692,76.9692,76.9692,78.30199999999999,78.6352,78.9684,78.9684,79.6348,79.6348,80.6344,80.6344,80.3012,80.3012,80.3012,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,84.966,85.6324,86.2988,86.632,87.6316,87.6316,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,91.2968,91.63,92.6296,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,97.6276,97.96079999999999,98.294,98.294,99.6268,99.6268,99.96,99.96,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,99.6268,100.2932,101.2928,102.2924,103.292,104.6248,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,107.2904,108.6232,110.6224,110.9556,112.6216,112.95479999999999,113.6212,113.6212,113.6212,113.95439999999999,114.6208,115.2872,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.954,114.954,114.2876,114.954,114.954,114.954,114.954,114.954,115.2872,114.954,113.6212,112.95479999999999,112.6216,112.6216,112.6216,112.95479999999999,112.2884,110.9556,109.2896,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.9576,105.6244,104.958,104.958,104.6248,103.9584,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,102.2924,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.6268,98.96039999999999,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,93.6292,93.6292,93.6292,93.29599999999999,92.6296,91.9632,91.9632,91.63,93.29599999999999,93.9624,93.9624,94.6288,95.2952,95.6284,97.2944,98.96039999999999,99.6268,98.96039999999999,97.2944,96.2948,95.6284,95.2952,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.628,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,99.96,99.96,99.96,99.96,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,97.2944,99.96,102.9588,104.958,105.6244,105.9576,104.2916,101.626,99.96,100.2932,101.2928,103.292,104.2916,104.2916,102.6256,99.6268,97.96079999999999,97.2944,98.294,100.6264,102.9588,104.958,106.2908,106.2908,106.2908,105.6244,103.62519999999999,102.6256,100.6264,99.2936,98.96039999999999,99.96,101.9592,104.2916,104.958,107.2904,109.2896,109.956,109.956,108.9564,107.6236,105.9576,105.2912,104.6248,104.6248,104.6248,104.6248,103.9584,103.292,101.2928,99.96,98.96039999999999,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268],[84.2996,84.2996,83.6332,82.6336,81.3008,79.6348,76.9692,74.97,71.9712,70.6384,69.3056,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.9712,73.304,74.97,76.3028,78.6352,79.968,81.634,82.96679999999999,83.6332,83.6332,82.3004,82.3004,82.3004,82.3004,82.96679999999999,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,84.2996,84.6328,84.966,85.2992,85.9656,87.2984,87.2984,88.298,89.964,90.2972,91.9632,92.9628,93.29599999999999,93.9624,95.2952,95.2952,95.6284,95.2952,94.6288,93.9624,93.9624,93.9624,94.6288,94.6288,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.2968,89.964,88.9644,88.298,87.2984,86.9652,85.6324,83.3,81.3008,79.6348,78.30199999999999,76.3028,74.97,73.63719999999999,72.3044,69.972,67.97279999999999,65.6404,63.6412,61.3088,59.976,58.6432,57.9768,56.644,54.978,52.6456,50.3132,47.6476,45.3152,42.6496,39.984,38.318,35.9856,32.6536,31.3208,30.6544,30.6544,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.9872,32.6536,33.32,34.6528,37.3184,39.6508,41.65,42.9828,44.6488,45.3152,46.647999999999996,48.314,49.6468,51.646,52.3124,52.9788,53.9784,54.6448,55.9776,56.644,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.3092,61.3088,62.6416,63.308,63.308,63.308,63.308,64.6408,65.3072,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.9704,73.304,73.304,73.304,73.304,73.9704,73.9704,73.9704,73.9704,74.3036,74.3036,74.3036,75.6364,77.6356,78.30199999999999,79.3016,79.3016,79.968,79.968,79.968,79.968,80.9676,80.9676,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.966,85.2992,85.9656,85.9656,86.2988,86.632,86.632,87.9648,88.298,88.9644,88.9644,88.9644,89.2976,89.2976,88.298,88.298,88.298,88.9644,89.964,90.6304,91.63,92.9628,93.9624,93.9624,94.6288,94.6288,95.9616,96.628,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,99.6268,99.2936,99.6268,99.6268,98.96039999999999,99.6268,100.2932,100.6264,101.9592,102.6256,103.62519999999999,104.2916,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,107.6236,109.2896,110.6224,112.2884,112.6216,112.95479999999999,112.6216,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,113.6212,112.95479999999999,112.6216,112.6216,112.2884,112.2884,111.622,110.2892,108.6232,108.28999999999999,106.2908,105.6244,105.6244,105.2912,105.2912,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.2928,100.9596,100.9596,100.9596,101.2928,101.2928,100.9596,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.6296,91.63,90.6304,91.2968,92.2964,93.29599999999999,93.29599999999999,93.9624,94.962,95.6284,96.9612,97.6276,97.96079999999999,97.96079999999999,97.2944,96.2948,95.9616,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,100.6264,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.628,96.628,96.9612,96.9612,97.2944,99.96,102.6256,104.958,105.6244,105.6244,102.6256,99.96,97.6276,97.96079999999999,99.2936,101.9592,103.292,102.6256,101.2928,98.294,97.2944,96.628,96.628,98.96039999999999,101.2928,103.62519999999999,104.958,104.2916,103.9584,103.292,101.9592,100.9596,99.96,97.96079999999999,97.6276,98.96039999999999,100.9596,103.9584,105.2912,107.6236,109.2896,110.6224,110.2892,108.28999999999999,106.624,105.6244,104.6248,104.2916,104.2916,104.958,104.958,104.958,103.9584,101.9592,100.2932,98.294,98.294,98.294,98.96039999999999,99.2936,99.2936],[84.966,84.966,84.2996,83.6332,81.3008,78.30199999999999,76.9692,74.3036,71.9712,69.972,68.6392,67.97279999999999,67.3064,67.3064,67.97279999999999,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.9712,73.304,75.6364,77.3024,79.3016,80.6344,81.634,82.3004,82.3004,81.634,81.634,81.634,81.634,82.3004,83.6332,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.9656,85.6324,87.2984,88.298,89.2976,90.6304,91.2968,92.2964,92.9628,93.6292,93.9624,94.6288,93.9624,93.6292,92.9628,92.9628,93.6292,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,91.2968,89.964,89.2976,88.63119999999999,87.9648,87.2984,86.2988,84.966,82.6336,80.6344,78.9684,77.6356,76.3028,74.3036,72.9708,70.6384,68.6392,65.6404,63.6412,61.3088,59.309599999999996,58.6432,57.3104,55.6444,53.6452,51.3128,48.980399999999996,46.9812,44.6488,41.3168,39.3176,37.3184,35.3192,32.6536,31.3208,30.6544,30.6544,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,31.3208,32.6536,33.32,34.6528,37.3184,39.6508,41.65,43.6492,44.6488,45.9816,46.647999999999996,48.314,50.9796,51.646,52.3124,53.6452,54.6448,55.3112,56.644,57.3104,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.3092,61.3088,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,66.64,66.64,68.306,68.9724,69.6388,70.3052,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,74.6368,75.3032,74.6368,74.6368,74.6368,74.6368,75.3032,75.9696,75.9696,75.9696,76.3028,76.3028,76.3028,77.6356,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,82.6336,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.966,85.2992,85.9656,85.9656,86.2988,86.632,87.2984,87.2984,88.298,88.9644,88.9644,89.6308,89.2976,89.2976,88.298,88.298,88.298,88.9644,89.964,90.6304,91.63,92.9628,93.6292,93.6292,94.962,95.9616,96.2948,96.628,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,99.6268,100.2932,100.6264,101.9592,102.6256,102.6256,103.62519999999999,104.2916,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,106.9572,108.9564,109.956,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,114.954,114.954,113.6212,112.95479999999999,112.6216,112.2884,112.2884,111.2888,110.9556,109.956,108.6232,107.6236,105.6244,105.6244,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,102.6256,102.2924,101.626,101.626,101.2928,101.2928,100.6264,100.2932,100.9596,101.2928,101.2928,101.2928,100.9596,99.6268,98.96039999999999,98.294,98.294,98.294,98.96039999999999,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.2936,98.6272,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.6296,91.2968,89.964,90.2972,91.63,92.6296,92.9628,93.29599999999999,94.962,95.6284,96.2948,95.9616,96.628,96.628,96.628,96.2948,96.2948,95.9616,95.9616,95.9616,96.2948,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,100.6264,100.6264,100.6264,100.2932,99.6268,98.6272,97.96079999999999,96.628,96.628,96.2948,96.2948,96.9612,97.2944,99.6268,102.6256,104.958,105.2912,104.6248,102.6256,98.6272,96.2948,95.9616,97.2944,100.2932,101.626,101.2928,99.6268,97.96079999999999,96.2948,95.6284,95.6284,96.628,98.96039999999999,101.2928,101.9592,101.2928,100.9596,100.2932,99.6268,98.6272,98.294,97.6276,97.6276,98.96039999999999,101.2928,103.9584,106.2908,108.6232,110.6224,111.622,110.9556,108.28999999999999,106.624,105.6244,104.6248,104.2916,104.2916,104.958,104.958,104.958,104.6248,102.6256,100.6264,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936],[84.966,84.966,84.2996,83.6332,80.9676,78.30199999999999,75.6364,73.63719999999999,71.3048,69.3056,67.97279999999999,67.3064,66.64,66.64,67.3064,67.97279999999999,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,69.6388,71.3048,72.6376,74.3036,76.3028,78.30199999999999,78.9684,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.632,87.2984,87.9648,88.9644,89.964,90.6304,91.2968,91.9632,92.6296,92.6296,92.2964,91.63,91.2968,91.9632,91.9632,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.9628,92.9628,92.2964,91.63,91.63,91.2968,90.6304,89.2976,88.298,87.9648,86.2988,84.2996,82.96679999999999,81.3008,78.9684,77.6356,75.6364,74.3036,72.6376,69.3056,66.3068,64.3076,61.3088,59.976,57.9768,56.644,54.978,53.6452,50.6464,48.314,46.3148,43.9824,40.6504,38.6512,36.652,35.3192,32.6536,31.3208,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,31.3208,32.6536,33.986399999999996,35.3192,37.3184,39.6508,41.65,43.6492,44.6488,45.9816,46.647999999999996,48.314,50.9796,51.646,52.3124,53.6452,54.6448,55.9776,57.3104,57.9768,58.31,58.31,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,64.3076,64.974,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,70.9716,71.638,72.6376,73.304,73.9704,74.6368,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.6332,83.6332,84.2996,83.6332,83.3,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.3,83.3,83.3,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,86.2988,86.9652,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,88.9644,88.298,88.298,88.63119999999999,89.964,91.2968,91.63,92.9628,93.6292,93.9624,95.2952,95.6284,96.2948,96.628,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.6264,100.9596,100.9596,100.9596,100.9596,101.2928,101.9592,103.292,103.292,103.62519999999999,104.2916,105.2912,105.2912,105.6244,105.6244,105.9576,105.6244,106.9572,108.28999999999999,109.956,110.9556,112.95479999999999,113.95439999999999,113.6212,113.6212,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,114.954,113.6212,112.95479999999999,112.6216,112.2884,111.622,110.9556,110.2892,109.6228,107.9568,106.9572,105.6244,104.958,103.9584,103.9584,103.9584,103.62519999999999,103.292,103.292,103.292,103.292,102.6256,101.9592,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,100.2932,100.9596,101.2928,101.2928,100.9596,100.2932,98.96039999999999,97.6276,96.9612,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.2936,98.96039999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,98.6272,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.6296,91.2968,89.6308,89.6308,90.6304,92.6296,92.9628,93.29599999999999,94.6288,95.2952,95.2952,95.6284,96.2948,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.96,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.6272,97.2944,96.9612,96.2948,96.2948,96.2948,97.2944,99.6268,102.6256,104.958,104.6248,103.9584,101.9592,98.6272,95.9616,94.962,96.2948,99.6268,100.9596,100.6264,98.96039999999999,95.9616,94.2956,94.2956,94.2956,95.2952,96.2948,97.2944,97.2944,97.2944,96.628,96.2948,96.2948,96.2948,96.2948,96.9612,98.294,100.2932,102.6256,105.2912,107.6236,109.2896,110.9556,111.622,110.9556,108.28999999999999,106.624,105.6244,104.6248,104.958,104.958,104.958,104.958,104.958,104.6248,103.292,101.626,99.6268,99.2936,99.2936,99.2936,99.2936,99.96],[84.966,84.966,83.9664,82.6336,80.3012,77.6356,75.6364,72.9708,70.6384,69.3056,67.97279999999999,66.64,65.9736,65.9736,66.64,66.64,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,69.972,71.3048,73.63719999999999,74.97,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,79.3016,79.3016,79.3016,79.968,80.6344,81.634,82.3004,82.3004,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.966,85.6324,85.9656,86.9652,87.2984,88.298,88.63119999999999,89.6308,90.2972,90.2972,89.964,89.2976,89.2976,89.964,90.6304,91.63,92.9628,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,90.2972,89.6308,88.298,87.9648,86.632,85.6324,82.96679999999999,81.634,80.3012,78.30199999999999,75.6364,73.304,71.3048,67.97279999999999,64.974,61.9752,59.976,57.9768,56.644,54.978,52.9788,50.3132,47.6476,45.9816,43.316,39.984,37.9848,36.652,34.6528,31.9872,30.6544,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,30.3212,31.3208,32.6536,33.986399999999996,35.3192,37.9848,39.6508,41.65,42.9828,44.6488,45.9816,46.647999999999996,48.314,50.9796,51.646,52.3124,53.6452,55.3112,56.644,57.9768,58.6432,58.9764,58.9764,59.6428,60.3092,61.3088,61.3088,61.9752,62.6416,64.974,65.6404,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.3044,73.304,73.9704,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,80.9676,80.9676,81.9672,82.6336,83.3,83.3,83.9664,83.9664,83.9664,83.9664,84.2996,84.2996,84.2996,84.966,84.966,84.2996,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,86.9652,86.9652,87.2984,87.9648,88.298,88.63119999999999,89.964,89.964,89.2976,88.9644,88.63119999999999,88.63119999999999,89.2976,90.6304,91.63,92.2964,92.9628,93.9624,94.6288,95.9616,96.2948,96.628,97.2944,98.6272,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,102.6256,103.292,103.292,103.62519999999999,104.2916,105.2912,105.6244,105.2912,105.6244,106.9572,107.6236,108.9564,110.6224,111.622,112.6216,113.95439999999999,113.6212,113.95439999999999,113.288,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,112.95479999999999,112.6216,112.2884,111.622,111.2888,109.956,109.6228,107.9568,106.9572,105.9576,104.958,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.626,101.2928,101.2928,100.6264,100.6264,99.96,99.6268,99.6268,99.6268,100.2932,100.9596,100.9596,100.6264,99.96,97.96079999999999,96.628,95.9616,95.9616,96.2948,96.9612,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.294,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.6296,91.2968,89.2976,88.63119999999999,90.6304,91.9632,92.2964,92.9628,93.9624,94.6288,94.6288,95.2952,95.6284,95.9616,95.6284,94.962,95.6284,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.96,100.2932,100.6264,100.2932,99.6268,98.96039999999999,98.6272,96.628,96.2948,95.9616,95.9616,95.9616,96.9612,98.96039999999999,101.2928,102.9588,103.9584,103.62519999999999,100.9596,97.2944,95.2952,94.6288,95.6284,97.96079999999999,98.96039999999999,98.96039999999999,97.96079999999999,95.6284,94.2956,93.6292,92.9628,93.9624,94.2956,94.6288,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,95.6284,96.9612,98.96039999999999,101.9592,104.958,107.6236,109.956,110.9556,111.622,112.2884,111.2888,108.9564,106.624,105.6244,104.6248,104.958,104.958,104.958,104.958,104.958,104.958,103.62519999999999,102.6256,100.9596,100.2932,100.2932,100.2932,100.2932,100.9596],[85.6324,85.6324,84.2996,82.96679999999999,80.3012,77.6356,74.6368,72.6376,70.6384,68.6392,67.3064,65.9736,64.6408,64.6408,65.3072,65.3072,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,67.6396,68.6392,69.972,72.6376,73.63719999999999,74.3036,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,77.6356,78.30199999999999,79.6348,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.966,85.6324,86.2988,86.9652,87.6316,88.298,88.298,87.6316,87.6316,88.298,88.63119999999999,89.964,91.63,92.2964,92.6296,92.2964,91.63,90.9636,90.6304,90.6304,90.6304,90.6304,90.9636,90.9636,90.9636,91.63,91.63,92.2964,91.63,90.2972,89.964,88.9644,88.298,87.9648,86.2988,84.2996,82.3004,80.3012,76.9692,74.3036,71.638,68.6392,66.3068,63.308,61.3088,58.6432,56.644,54.978,52.9788,50.3132,47.6476,45.9816,43.316,39.984,37.9848,36.652,34.6528,31.9872,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,31.9872,33.986399999999996,35.3192,37.9848,39.6508,41.65,42.9828,43.9824,45.3152,46.647999999999996,48.314,50.9796,51.646,52.6456,53.9784,55.3112,57.3104,58.9764,59.6428,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,63.9744,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,70.6384,71.3048,72.6376,73.304,73.9704,74.6368,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,80.3012,80.3012,80.9676,81.634,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.2992,85.2992,85.2992,85.2992,85.2992,85.2992,84.966,84.966,84.966,84.966,85.6324,85.6324,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.2968,90.6304,89.6308,89.6308,90.2972,91.9632,92.9628,93.9624,94.6288,94.6288,95.2952,96.2948,96.628,96.628,97.2944,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.96,99.96,100.2932,100.2932,100.2932,100.6264,100.9596,101.2928,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,105.6244,105.6244,105.9576,106.2908,107.6236,108.9564,110.2892,111.622,112.6216,113.288,113.288,112.6216,112.95479999999999,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.95439999999999,113.95439999999999,113.288,112.2884,111.622,110.6224,109.2896,109.2896,107.9568,107.6236,105.9576,104.6248,103.62519999999999,102.6256,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.6268,100.2932,100.2932,100.2932,98.96039999999999,97.6276,95.9616,95.6284,95.6284,95.6284,95.9616,96.9612,97.6276,97.96079999999999,98.294,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.2952,94.962,94.962,94.962,95.2952,95.9616,96.628,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,91.63,90.2972,88.63119999999999,88.63119999999999,90.6304,91.9632,92.2964,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.9616,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,98.96039999999999,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,99.6268,98.6272,97.96079999999999,96.2948,95.9616,95.6284,94.962,94.962,96.2948,98.294,99.6268,101.9592,102.2924,101.2928,98.96039999999999,95.6284,93.9624,93.29599999999999,94.6288,96.2948,97.2944,97.2944,95.9616,95.2952,93.9624,93.6292,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,94.962,95.6284,96.9612,100.2932,103.62519999999999,106.9572,109.956,112.2884,112.2884,112.95479999999999,112.2884,111.2888,108.9564,106.9572,105.6244,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.2912,104.2916,103.292,102.6256,103.292,103.292,103.62519999999999,103.62519999999999],[85.6324,84.966,83.6332,82.96679999999999,80.3012,77.6356,74.6368,71.9712,69.972,67.97279999999999,66.64,65.3072,63.9744,63.9744,63.9744,63.9744,63.6412,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.3076,65.6404,66.3068,67.97279999999999,69.3056,71.3048,72.3044,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.966,85.6324,86.632,86.632,86.2988,86.632,86.632,88.298,89.2976,90.6304,92.2964,92.2964,92.2964,91.63,90.6304,89.964,89.964,89.2976,89.964,89.964,90.6304,90.6304,90.9636,90.9636,92.2964,92.2964,90.9636,90.6304,89.964,89.2976,88.63119999999999,87.9648,86.9652,84.2996,82.3004,78.9684,75.6364,72.3044,69.3056,66.9732,65.3072,61.9752,58.6432,56.644,54.978,52.9788,49.6468,48.314,45.9816,43.316,39.984,37.9848,35.9856,33.986399999999996,31.654,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.6544,31.9872,33.986399999999996,35.3192,37.9848,39.6508,41.65,42.9828,43.9824,45.3152,46.647999999999996,48.314,50.9796,52.3124,53.312,53.9784,55.9776,57.3104,59.6428,60.3092,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,63.9744,65.6404,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.9712,72.6376,73.9704,74.6368,75.6364,76.3028,76.636,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.968,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,83.3,83.3,83.3,83.3,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.2992,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,87.9648,88.298,88.63119999999999,89.2976,89.964,90.2972,91.63,92.2964,92.2964,92.2964,91.9632,91.63,91.63,91.63,92.9628,93.9624,94.6288,95.2952,94.962,95.6284,96.9612,97.2944,97.2944,97.6276,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.9592,101.9592,102.6256,102.6256,102.6256,103.62519999999999,104.958,105.6244,105.9576,106.9572,108.28999999999999,108.6232,109.956,110.9556,112.2884,112.6216,112.2884,111.622,111.2888,110.9556,111.2888,111.2888,111.2888,111.9552,111.9552,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,111.622,110.6224,109.6228,108.9564,108.28999999999999,107.6236,105.9576,104.6248,103.62519999999999,102.6256,101.626,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.96039999999999,99.6268,100.2932,99.6268,98.294,96.9612,95.6284,94.962,94.962,95.6284,95.6284,96.2948,96.9612,96.9612,97.6276,97.96079999999999,97.2944,97.2944,96.9612,96.2948,95.2952,94.2956,93.9624,93.9624,93.9624,94.6288,94.6288,95.9616,96.628,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.9612,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,91.63,90.2972,88.298,88.298,89.964,91.2968,91.9632,92.2964,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,94.2956,94.2956,94.962,95.6284,96.2948,97.6276,98.6272,98.96039999999999,99.6268,100.2932,99.2936,99.96,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,96.2948,95.6284,94.962,94.962,94.962,94.962,95.6284,96.628,98.294,100.2932,100.9596,98.96039999999999,97.6276,94.962,93.29599999999999,93.29599999999999,93.29599999999999,95.2952,96.2948,95.6284,95.6284,95.2952,94.6288,93.6292,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,94.962,95.6284,95.9616,96.9612,98.6272,101.626,105.2912,108.6232,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,110.9556,108.28999999999999,106.9572,105.6244,104.958,104.958,104.958,104.958,105.6244,105.9576,105.9576,105.6244,105.6244,105.2912,104.6248,105.2912,105.2912,105.9576,106.2908],[84.966,84.2996,83.6332,82.96679999999999,80.3012,77.6356,74.6368,71.9712,69.972,67.97279999999999,65.9736,64.6408,63.9744,62.9748,62.9748,62.9748,62.6416,62.6416,62.6416,62.6416,62.3084,63.308,63.308,63.9744,64.6408,65.6404,66.9732,68.6392,69.972,71.3048,71.9712,72.6376,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,79.3016,78.9684,78.9684,79.6348,79.6348,79.6348,80.3012,80.3012,80.3012,79.6348,79.6348,80.3012,80.6344,81.3008,82.3004,82.96679999999999,83.3,84.2996,84.2996,84.966,84.966,85.6324,87.2984,88.63119999999999,90.6304,92.2964,92.2964,92.2964,91.63,89.964,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,90.6304,91.2968,91.9632,91.63,91.63,91.63,91.2968,90.6304,89.2976,88.298,87.6316,86.2988,83.6332,80.3012,76.3028,73.304,70.3052,67.97279999999999,65.6404,61.9752,58.6432,55.9776,54.3116,52.3124,49.6468,47.3144,45.3152,43.316,39.3176,36.652,35.3192,33.32,30.9876,29.654799999999998,29.3216,28.6552,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.6544,31.9872,33.986399999999996,35.3192,37.9848,40.3172,41.65,42.9828,43.9824,45.3152,46.647999999999996,48.314,50.9796,52.3124,53.312,54.6448,55.9776,57.9768,59.6428,60.9756,61.3088,61.9752,62.6416,63.308,63.308,63.308,63.308,64.6408,66.3068,66.9732,67.6396,68.306,69.3056,69.972,71.3048,71.9712,73.304,73.9704,74.6368,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.6344,80.6344,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.9656,85.9656,85.9656,85.9656,85.9656,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.9644,89.2976,89.2976,89.2976,90.2972,90.2972,89.964,90.6304,91.2968,91.2968,91.2968,92.2964,92.6296,93.6292,93.6292,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,94.962,95.2952,95.6284,96.2948,96.2948,96.628,97.2944,98.294,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.2936,99.2936,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,100.2932,100.2932,100.9596,101.626,101.9592,101.9592,102.6256,102.6256,103.62519999999999,104.958,105.6244,105.9576,106.9572,108.28999999999999,108.6232,109.2896,109.956,110.9556,111.622,110.9556,110.6224,110.2892,109.956,110.2892,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,111.622,111.2888,110.2892,109.2896,107.9568,106.9572,105.9576,105.6244,103.9584,103.292,101.9592,101.2928,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,97.6276,97.6276,98.294,98.96039999999999,99.6268,99.6268,99.2936,97.96079999999999,96.2948,94.962,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,97.2944,96.9612,96.9612,96.2948,96.2948,95.2952,94.2956,93.6292,93.6292,93.9624,93.9624,94.6288,94.962,95.9616,97.2944,97.96079999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,95.9616,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,91.2968,89.6308,88.298,87.6316,89.6308,90.6304,91.2968,91.9632,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.9624,94.2956,94.962,95.6284,96.2948,97.6276,98.6272,98.96039999999999,99.6268,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,95.9616,95.6284,94.6288,94.6288,94.962,94.962,94.962,95.6284,95.9616,96.628,97.96079999999999,98.294,97.96079999999999,95.6284,94.2956,93.29599999999999,93.29599999999999,93.29599999999999,94.962,94.962,94.962,94.962,95.9616,94.962,93.9624,93.6292,93.6292,93.6292,93.9624,94.962,95.9616,96.9612,97.6276,97.96079999999999,99.2936,99.96,100.9596,102.6256,107.2904,110.2892,112.95479999999999,114.2876,113.6212,113.6212,112.95479999999999,110.9556,108.28999999999999,106.2908,105.6244,104.958,104.958,104.958,104.958,105.6244,105.6244,106.2908,106.2908,106.2908,105.9576,106.2908,107.6236,108.28999999999999,108.6232,109.2896],[84.966,84.2996,83.6332,82.6336,80.3012,77.6356,74.97,71.9712,69.972,67.97279999999999,65.9736,64.6408,63.9744,62.9748,62.9748,62.6416,62.6416,61.9752,61.9752,62.6416,62.3084,62.3084,62.3084,63.308,63.9744,64.6408,66.3068,67.6396,69.3056,70.6384,71.3048,71.9712,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,78.6352,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,80.9676,80.9676,81.634,81.634,82.3004,82.3004,83.6332,85.2992,87.6316,89.2976,91.63,92.6296,92.6296,91.2968,89.2976,88.298,87.9648,87.2984,87.2984,87.9648,87.9648,88.298,89.6308,89.964,90.6304,91.2968,91.2968,90.6304,90.6304,90.6304,89.964,89.2976,88.63119999999999,87.2984,83.9664,80.9676,77.3024,74.3036,71.3048,68.306,65.9736,62.3084,57.9768,55.3112,53.6452,51.646,48.980399999999996,46.647999999999996,44.315599999999996,41.9832,37.9848,35.3192,33.986399999999996,32.6536,30.3212,28.9884,28.6552,28.6552,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,31.9872,33.986399999999996,35.3192,37.9848,40.3172,41.65,42.3164,43.9824,45.3152,46.647999999999996,48.314,50.9796,52.3124,53.9784,55.3112,56.644,57.9768,60.3092,60.9756,61.9752,62.6416,63.308,63.308,63.9744,63.9744,64.6408,65.3072,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,72.6376,73.304,74.6368,75.3032,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.6344,81.3008,81.3008,81.3008,81.9672,82.6336,83.3,83.3,83.9664,83.9664,83.9664,83.9664,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,85.9656,85.9656,85.9656,85.9656,86.632,87.2984,87.9648,87.9648,88.298,89.2976,89.2976,89.964,90.6304,91.2968,91.2968,91.63,91.63,91.9632,92.2964,92.6296,92.6296,92.9628,93.6292,93.9624,94.6288,95.6284,95.6284,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,96.9612,96.9612,96.2948,96.2948,96.628,96.628,97.96079999999999,98.294,98.294,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,98.294,98.294,98.6272,98.6272,99.2936,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.9584,104.958,105.9576,106.2908,107.6236,108.28999999999999,108.9564,109.2896,109.956,109.956,109.6228,109.6228,109.6228,109.2896,109.6228,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,111.2888,111.2888,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,110.9556,110.6224,109.6228,108.9564,108.28999999999999,106.9572,105.9576,105.6244,104.6248,103.292,102.6256,101.626,100.6264,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.2936,99.2936,98.96039999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,97.6276,98.294,99.6268,99.6268,98.6272,97.2944,95.9616,94.962,93.9624,93.9624,94.962,94.962,95.2952,95.9616,95.9616,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,94.2956,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.2948,96.2948,95.9616,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,92.9628,91.2968,89.6308,87.6316,87.6316,89.2976,90.2972,90.6304,91.2968,91.9632,92.6296,92.6296,92.6296,92.9628,92.9628,93.9624,94.2956,94.962,95.6284,96.2948,96.9612,98.6272,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,97.96079999999999,97.2944,96.9612,96.9612,97.2944,96.2948,95.9616,94.962,94.6288,93.9624,93.9624,93.9624,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.9616,95.6284,94.962,94.6288,93.29599999999999,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.9624,94.6288,95.6284,96.9612,97.96079999999999,99.96,101.2928,102.9588,103.292,103.292,104.2916,107.6236,110.2892,112.6216,113.95439999999999,112.95479999999999,112.6216,111.622,109.956,107.9568,105.9576,104.6248,104.6248,104.958,104.958,105.6244,105.6244,106.2908,106.9572,106.9572,107.2904,107.2904,107.9568,109.956,110.2892,110.9556,111.622],[84.966,84.2996,83.3,81.9672,81.3008,79.3016,75.6364,72.9708,69.972,67.97279999999999,65.3072,63.9744,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,65.3072,66.9732,68.6392,69.3056,71.3048,71.9712,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,73.9704,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,77.6356,77.3024,77.3024,76.3028,76.3028,75.9696,75.9696,76.3028,76.3028,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,81.634,83.6332,85.6324,88.298,89.964,91.2968,91.9632,90.6304,88.298,87.2984,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,89.2976,89.2976,89.2976,88.63119999999999,89.2976,89.2976,89.2976,88.298,87.2984,84.2996,81.634,77.3024,74.3036,70.9716,67.97279999999999,65.6404,61.9752,57.3104,54.6448,52.9788,50.6464,46.9812,44.315599999999996,41.9832,38.9844,35.3192,33.32,31.9872,30.9876,29.654799999999998,28.322,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,28.6552,28.6552,29.3216,29.3216,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,32.6536,33.986399999999996,35.3192,37.9848,40.3172,40.9836,42.3164,43.316,44.6488,45.9816,48.314,50.9796,52.9788,54.6448,55.9776,57.3104,58.6432,60.3092,60.9756,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,66.64,67.6396,68.306,68.306,68.9724,69.972,70.6384,71.9712,72.6376,74.3036,74.97,75.6364,76.3028,77.3024,77.3024,77.3024,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,83.9664,83.9664,83.3,83.3,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,86.2988,86.9652,87.2984,87.9648,88.298,89.2976,89.964,90.6304,91.2968,91.2968,91.63,92.6296,92.6296,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,99.6268,99.2936,98.6272,97.96079999999999,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,99.6268,100.2932,100.2932,100.9596,101.626,102.6256,103.62519999999999,104.6248,104.958,105.2912,106.9572,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.6228,109.6228,110.2892,110.9556,111.2888,111.2888,110.6224,110.2892,109.2896,109.2896,109.956,109.2896,108.6232,107.6236,106.9572,106.624,105.6244,104.6248,103.9584,103.62519999999999,102.6256,101.2928,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,96.9612,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.2944,96.2948,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.6288,94.6288,95.2952,95.2952,94.6288,94.6288,94.2956,93.9624,93.6292,93.6292,92.9628,92.6296,92.6296,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.2952,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,90.6304,89.2976,87.9648,87.2984,88.63119999999999,89.6308,90.2972,90.6304,91.63,91.9632,91.9632,91.9632,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.9616,96.2948,97.2944,97.96079999999999,97.96079999999999,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.2948,96.2948,96.2948,95.9616,95.6284,94.962,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,92.9628,92.9628,93.9624,93.9624,94.2956,94.2956,94.2956,93.29599999999999,92.9628,93.6292,93.6292,93.6292,94.6288,95.9616,97.6276,99.6268,101.9592,103.62519999999999,105.6244,106.2908,105.9576,106.624,107.6236,109.2896,109.956,110.2892,110.2892,109.956,108.6232,107.6236,105.9576,104.6248,104.2916,104.2916,104.958,104.958,105.2912,105.6244,106.9572,107.6236,107.9568,108.6232,109.2896,110.2892,110.9556,111.622,112.2884,112.2884],[84.966,84.2996,83.3,81.9672,81.3008,79.3016,75.6364,72.9708,69.972,67.97279999999999,65.3072,63.9744,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,64.6408,65.6404,67.3064,68.6392,69.972,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,75.9696,75.3032,74.97,74.97,74.6368,74.6368,74.97,74.97,74.97,75.6364,75.6364,75.9696,75.9696,75.9696,75.9696,76.9692,78.9684,81.634,83.6332,86.2988,88.63119999999999,89.6308,90.2972,89.2976,87.2984,85.9656,85.6324,84.966,84.966,84.966,84.966,86.2988,86.2988,87.2984,86.632,87.2984,87.6316,87.6316,87.2984,87.9648,88.298,88.298,87.2984,86.2988,84.2996,80.9676,77.3024,74.3036,69.972,67.97279999999999,64.6408,61.9752,57.3104,54.3116,51.9792,48.980399999999996,45.6484,42.6496,39.984,37.3184,33.986399999999996,31.3208,30.9876,30.3212,28.9884,27.6556,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,28.6552,28.6552,29.3216,29.3216,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,32.6536,33.986399999999996,35.9856,38.6512,40.3172,40.9836,42.3164,43.316,44.6488,45.9816,48.314,50.9796,52.9788,54.6448,55.9776,57.3104,58.6432,60.3092,60.9756,61.9752,63.308,63.9744,64.6408,65.3072,65.9736,66.64,67.3064,68.306,68.9724,68.9724,69.6388,70.6384,71.3048,72.6376,73.304,74.97,75.6364,76.3028,76.3028,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.3016,79.968,79.968,80.6344,81.3008,81.9672,83.3,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,86.2988,86.632,87.2984,87.9648,88.63119999999999,89.6308,89.964,91.2968,91.63,91.63,92.2964,93.29599999999999,93.6292,94.2956,94.6288,95.2952,95.2952,95.6284,95.9616,96.2948,96.2948,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,100.2932,99.6268,99.6268,98.6272,97.96079999999999,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.2932,101.2928,101.626,102.6256,103.292,103.9584,104.958,106.2908,106.9572,107.6236,107.6236,107.9568,107.2904,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.28999999999999,107.9568,108.28999999999999,109.2896,109.956,109.956,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.9568,107.9568,107.6236,105.9576,105.6244,104.958,104.6248,103.62519999999999,103.292,102.2924,100.6264,100.2932,99.6268,99.6268,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,95.9616,95.9616,95.9616,96.2948,97.2944,96.628,96.2948,95.9616,94.962,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,91.9632,91.9632,92.6296,92.6296,93.6292,93.9624,94.6288,95.2952,95.6284,95.9616,95.9616,95.6284,95.6284,95.2952,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,91.9632,90.6304,89.2976,87.9648,87.2984,88.298,89.6308,89.964,90.6304,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,95.9616,95.9616,96.628,96.628,97.2944,96.628,96.628,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,92.9628,92.9628,93.29599999999999,92.6296,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.6292,95.9616,97.96079999999999,99.6268,101.9592,104.2916,105.9576,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.6236,106.9572,106.2908,104.6248,103.62519999999999,103.292,103.62519999999999,104.958,104.958,105.2912,105.6244,106.9572,107.9568,108.6232,108.9564,110.2892,111.622,111.9552,111.9552,112.6216,112.6216],[84.6328,83.9664,82.6336,81.9672,81.3008,79.3016,75.6364,72.9708,69.972,67.97279999999999,65.3072,63.9744,62.6416,61.9752,61.3088,60.6424,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,64.974,66.3068,67.3064,68.6392,69.3056,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,73.9704,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,73.9704,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,76.3028,78.6352,81.9672,84.2996,86.2988,88.298,88.298,87.2984,85.2992,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,86.632,86.632,86.632,86.2988,83.9664,82.3004,79.6348,76.3028,72.9708,69.3056,65.9736,63.9744,60.6424,56.977199999999996,53.312,51.3128,48.980399999999996,44.982,42.6496,39.984,37.3184,33.32,30.9876,30.3212,29.654799999999998,28.322,27.6556,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,28.6552,29.3216,29.3216,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,31.9872,33.32,34.6528,35.9856,38.6512,40.3172,41.65,42.3164,43.9824,45.3152,45.9816,48.314,50.9796,52.9788,53.9784,55.3112,56.644,57.9768,59.6428,60.9756,61.9752,63.308,63.9744,64.6408,65.9736,66.64,67.3064,67.97279999999999,68.9724,69.6388,69.6388,70.3052,71.9712,72.6376,73.304,73.9704,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,76.9692,76.9692,77.3024,77.3024,76.636,76.636,77.6356,78.6352,79.3016,79.968,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,85.6324,86.632,86.632,87.6316,88.298,89.6308,89.964,91.2968,91.2968,91.9632,92.6296,93.6292,93.9624,94.6288,94.962,95.6284,95.6284,96.2948,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,99.6268,100.2932,100.2932,101.2928,101.626,102.6256,102.6256,103.9584,104.6248,105.6244,106.2908,106.9572,106.9572,106.2908,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.9572,107.2904,107.6236,107.6236,107.2904,107.2904,107.2904,107.9568,108.28999999999999,108.9564,108.9564,108.9564,107.9568,107.9568,106.9572,106.9572,106.9572,106.624,105.9576,105.2912,104.6248,103.9584,103.292,102.2924,102.2924,101.626,100.6264,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.628,96.2948,95.9616,95.2952,95.2952,95.2952,95.9616,96.2948,94.962,95.2952,93.9624,93.6292,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.9632,91.63,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,94.2956,94.962,94.962,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,91.9632,90.6304,89.6308,88.63119999999999,88.298,88.63119999999999,89.6308,89.964,90.6304,91.2968,91.2968,91.63,91.63,92.6296,92.6296,93.6292,93.9624,94.6288,94.6288,94.962,95.6284,95.9616,96.2948,95.9616,95.6284,93.9624,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,94.962,94.962,94.962,94.962,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,91.9632,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,93.29599999999999,94.962,96.2948,98.294,100.6264,102.6256,104.6248,104.6248,105.2912,105.6244,106.2908,106.9572,107.2904,106.624,106.624,106.2908,105.2912,104.6248,102.6256,101.9592,102.2924,102.6256,104.2916,104.6248,105.6244,105.6244,106.9572,107.9568,108.9564,109.6228,110.6224,111.622,112.2884,112.2884,113.288,113.288],[84.6328,83.9664,82.6336,81.3008,80.6344,79.3016,75.6364,72.9708,69.972,67.97279999999999,65.3072,63.9744,62.6416,61.3088,60.6424,59.976,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,64.974,66.3068,67.3064,68.6392,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,73.304,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.638,71.638,72.3044,73.63719999999999,76.3028,78.6352,81.634,83.9664,85.9656,85.9656,85.2992,82.96679999999999,81.634,81.634,80.9676,80.9676,80.9676,80.9676,81.634,81.634,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.2996,83.6332,81.634,80.3012,76.9692,74.3036,71.3048,67.6396,64.6408,61.9752,58.31,54.978,51.646,49.6468,46.9812,43.316,39.984,37.9848,35.9856,32.3204,30.3212,29.654799999999998,28.9884,27.6556,26.9892,26.656,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,29.3216,29.3216,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.9876,31.9872,33.32,34.6528,36.652,39.3176,40.9836,41.65,42.9828,43.9824,45.3152,45.9816,48.314,50.9796,52.3124,53.9784,54.6448,55.9776,57.3104,58.9764,60.3092,61.9752,62.6416,63.9744,64.6408,65.9736,66.64,67.3064,67.97279999999999,68.9724,69.6388,69.6388,70.3052,71.9712,72.6376,73.304,73.9704,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.3028,76.636,75.9696,75.9696,75.9696,76.9692,77.6356,78.6352,79.3016,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.2996,84.2996,85.6324,86.632,87.6316,88.298,89.6308,89.964,91.2968,91.63,92.6296,93.29599999999999,93.9624,94.6288,94.962,94.962,95.6284,95.6284,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.6264,101.626,101.9592,102.6256,103.62519999999999,104.6248,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.9572,107.6236,107.9568,107.9568,107.9568,106.9572,106.624,106.2908,105.9576,105.9576,105.6244,104.6248,103.62519999999999,103.62519999999999,103.292,102.2924,102.2924,101.626,101.2928,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,98.6272,97.2944,96.628,95.6284,95.2952,94.2956,94.962,94.962,95.2952,95.2952,95.2952,94.6288,93.9624,93.29599999999999,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.6296,92.6296,92.6296,91.9632,90.6304,90.2972,88.63119999999999,88.63119999999999,89.2976,89.6308,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.962,94.2956,93.29599999999999,92.2964,91.2968,91.63,92.2964,93.29599999999999,94.2956,94.962,94.962,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,92.6296,93.9624,94.962,96.2948,98.96039999999999,100.6264,101.626,102.6256,102.9588,103.9584,104.6248,104.958,105.6244,104.958,104.958,104.6248,103.62519999999999,102.6256,101.2928,100.2932,101.2928,101.9592,104.2916,104.6248,105.6244,106.2908,107.6236,107.9568,108.9564,109.6228,110.6224,111.622,112.2884,112.2884,113.288,113.288],[84.6328,83.9664,81.9672,81.3008,80.6344,79.3016,75.6364,72.9708,70.6384,67.97279999999999,65.6404,63.9744,61.9752,61.3088,59.976,59.309599999999996,57.9768,57.9768,59.309599999999996,59.309599999999996,59.6428,59.6428,59.6428,60.3092,60.3092,60.9756,61.3088,61.9752,63.308,64.974,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,69.972,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,68.9724,68.9724,68.9724,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,71.3048,73.304,76.3028,78.9684,80.6344,82.6336,83.3,82.6336,80.6344,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.9676,80.9676,80.6344,80.6344,80.3012,80.3012,79.3016,78.6352,76.9692,74.3036,71.3048,68.306,64.974,61.641999999999996,58.9764,55.3112,51.646,48.980399999999996,46.3148,43.9824,39.984,37.3184,34.6528,32.9868,30.9876,29.654799999999998,28.9884,28.322,26.9892,26.3228,26.3228,26.3228,25.6564,26.3228,26.3228,26.9892,27.9888,28.6552,29.3216,29.3216,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,32.6536,33.986399999999996,35.3192,37.3184,39.3176,40.9836,41.65,42.9828,44.6488,45.3152,45.9816,47.6476,50.3132,51.646,52.6456,53.9784,55.3112,56.644,58.31,59.6428,61.3088,62.6416,63.308,64.6408,64.6408,65.3072,65.9736,67.3064,68.306,68.9724,69.6388,70.3052,71.3048,71.9712,73.304,73.304,73.9704,73.9704,74.6368,74.6368,75.6364,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,76.3028,76.9692,77.6356,78.6352,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,85.2992,86.632,87.9648,88.298,89.6308,89.964,91.2968,91.63,92.6296,93.29599999999999,93.9624,94.6288,94.962,94.962,95.6284,95.6284,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.96,100.6264,101.626,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.6248,104.6248,103.9584,103.62519999999999,104.6248,104.6248,104.6248,105.2912,105.2912,105.6244,104.6248,104.6248,105.6244,105.6244,105.6244,106.2908,106.9572,106.2908,105.9576,105.2912,104.6248,104.958,104.958,103.9584,103.292,102.6256,102.2924,102.2924,101.626,101.2928,101.2928,100.9596,100.2932,99.6268,99.6268,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.2944,95.9616,95.2952,94.6288,93.9624,93.6292,93.6292,93.9624,94.6288,93.9624,93.9624,92.9628,92.2964,91.63,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.9632,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,92.6296,92.6296,91.9632,91.9632,91.63,91.63,91.63,91.63,91.2968,90.2972,89.6308,89.6308,89.6308,89.964,90.6304,91.2968,91.63,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,91.9632,91.2968,90.6304,91.2968,91.63,93.29599999999999,94.6288,94.962,95.2952,95.6284,95.9616,95.9616,95.9616,95.6284,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,91.9632,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,92.6296,93.6292,94.6288,95.9616,97.6276,98.6272,99.96,100.2932,101.2928,101.9592,102.6256,102.9588,102.2924,102.2924,102.2924,100.9596,100.2932,99.2936,98.96039999999999,99.96,101.2928,103.62519999999999,104.6248,105.9576,106.2908,107.6236,107.9568,109.2896,109.956,110.6224,111.622,112.2884,112.2884,112.6216,112.6216],[83.9664,83.3,81.9672,80.6344,80.6344,79.3016,75.6364,72.9708,70.6384,67.97279999999999,65.6404,63.9744,61.9752,60.6424,59.976,58.6432,57.3104,57.3104,58.6432,59.309599999999996,58.9764,59.6428,59.6428,59.6428,59.6428,60.3092,60.6424,61.3088,62.6416,63.9744,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,69.3056,70.6384,71.3048,71.9712,72.6376,73.304,73.304,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.6388,71.9712,73.9704,75.9696,78.9684,80.3012,80.9676,80.6344,78.6352,76.9692,76.9692,76.9692,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.6352,78.30199999999999,78.30199999999999,77.3024,76.636,76.636,75.9696,75.3032,73.63719999999999,71.3048,68.306,65.3072,61.641999999999996,58.6432,55.9776,52.6456,48.314,45.3152,43.316,40.9836,37.3184,33.986399999999996,31.654,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.3228,26.3228,26.3228,25.6564,25.6564,26.3228,26.3228,27.3224,27.9888,28.6552,29.3216,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,32.6536,33.986399999999996,35.9856,37.3184,39.984,41.65,42.3164,42.9828,44.6488,45.9816,46.647999999999996,47.6476,50.3132,50.9796,51.9792,53.312,54.6448,55.9776,57.6436,58.9764,60.6424,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,65.9736,66.9732,67.6396,68.306,68.9724,69.972,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,74.3036,74.97,74.97,74.97,74.97,74.97,74.3036,74.97,76.3028,76.3028,76.9692,77.6356,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,85.2992,85.9656,87.2984,88.298,89.2976,89.964,91.2968,91.2968,91.9632,93.29599999999999,93.9624,94.6288,94.962,94.962,95.6284,95.6284,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.2936,100.2932,101.2928,102.2924,102.6256,102.9588,102.9588,102.9588,103.62519999999999,103.292,103.292,102.6256,103.292,103.62519999999999,103.9584,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,104.6248,105.6244,105.9576,105.9576,105.9576,104.6248,104.6248,104.6248,103.9584,103.9584,103.292,102.6256,102.2924,101.626,101.626,101.626,101.2928,100.9596,100.2932,100.2932,99.6268,99.2936,99.2936,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.96079999999999,97.2944,95.6284,95.2952,93.9624,93.6292,92.6296,92.9628,93.6292,93.9624,93.6292,93.29599999999999,92.2964,91.63,91.2968,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,91.9632,91.9632,91.2968,91.2968,90.6304,90.6304,90.2972,89.964,89.964,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,92.6296,92.6296,91.9632,91.9632,91.63,91.63,91.63,91.63,91.2968,90.6304,90.2972,89.6308,89.6308,90.6304,91.2968,91.2968,91.63,91.9632,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.9628,91.9632,91.63,91.2968,91.2968,91.63,93.29599999999999,94.6288,94.962,95.2952,95.9616,96.628,96.628,96.628,95.9616,94.962,94.6288,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.29599999999999,94.6288,95.6284,96.9612,97.96079999999999,98.294,98.96039999999999,99.6268,99.96,99.96,100.6264,99.96,98.96039999999999,97.96079999999999,96.9612,97.6276,99.2936,100.6264,103.292,104.958,105.9576,106.2908,107.6236,107.9568,109.2896,109.956,110.6224,111.622,112.2884,112.2884,112.6216,112.6216],[83.3,82.6336,81.3008,80.6344,79.968,79.3016,75.6364,73.63719999999999,70.6384,67.97279999999999,65.6404,63.9744,61.9752,60.6424,59.309599999999996,57.9768,57.3104,57.3104,57.9768,58.6432,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.976,60.6424,61.9752,63.308,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.3044,71.3048,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.3064,67.3064,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,66.3068,66.3068,65.6404,65.6404,65.3072,65.9736,68.306,70.3052,72.6376,75.3032,77.6356,78.9684,80.3012,79.6348,77.6356,74.97,74.97,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.3032,74.6368,74.3036,73.63719999999999,72.6376,71.3048,69.972,67.6396,65.3072,61.9752,58.31,55.3112,52.9788,48.980399999999996,45.3152,42.3164,40.3172,37.9848,33.986399999999996,30.9876,28.9884,27.9888,28.322,28.322,28.322,27.6556,26.9892,26.3228,26.3228,26.3228,25.6564,25.6564,26.3228,26.3228,27.3224,27.9888,28.6552,29.3216,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,31.654,33.32,34.6528,35.9856,37.9848,39.984,41.65,42.3164,43.6492,45.3152,45.9816,46.647999999999996,48.314,49.6468,50.9796,51.646,52.3124,53.9784,55.3112,56.644,57.9768,59.6428,60.9756,61.641999999999996,61.641999999999996,61.9752,62.6416,63.308,63.9744,65.6404,66.3068,66.9732,67.6396,68.6392,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,85.2992,85.9656,87.2984,88.298,89.2976,89.964,90.6304,91.2968,91.9632,93.29599999999999,93.9624,94.6288,94.962,94.962,95.6284,95.6284,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,99.96,100.6264,101.2928,101.9592,102.6256,102.6256,103.292,102.2924,101.626,101.626,102.2924,102.2924,103.292,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.62519999999999,104.2916,104.958,104.2916,103.9584,103.292,103.292,103.292,103.292,102.6256,102.2924,101.626,101.626,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,99.6268,99.2936,99.2936,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.294,97.96079999999999,97.2944,96.9612,95.6284,94.6288,93.6292,92.9628,91.2968,91.2968,91.63,92.2964,92.9628,92.2964,91.63,90.6304,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,89.964,89.6308,89.2976,89.2976,89.2976,89.6308,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.9632,91.9632,91.9632,91.63,91.2968,91.2968,91.63,91.63,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.9632,91.9632,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.9624,93.29599999999999,92.6296,91.9632,91.9632,91.63,91.63,92.2964,92.6296,94.6288,94.962,95.6284,96.628,97.2944,97.2944,97.6276,96.9612,95.6284,94.6288,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,91.9632,91.9632,92.6296,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.6296,92.9628,91.9632,91.9632,91.9632,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.6296,93.29599999999999,94.6288,94.6288,94.962,95.9616,96.628,97.6276,97.6276,97.96079999999999,97.96079999999999,96.2948,95.9616,95.9616,96.628,98.294,99.96,102.2924,104.2916,105.6244,106.2908,107.6236,107.9568,109.2896,109.956,110.2892,111.622,112.2884,112.2884,112.6216,112.6216],[82.6336,81.9672,80.6344,79.968,79.968,78.6352,75.6364,73.63719999999999,70.6384,68.6392,66.3068,63.9744,61.9752,60.6424,59.309599999999996,57.9768,57.3104,56.644,57.3104,57.9768,57.6436,58.31,58.31,58.31,58.31,58.9764,59.309599999999996,59.976,61.3088,62.3084,63.6412,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.3044,70.6384,69.3056,68.6392,67.97279999999999,67.3064,66.64,65.9736,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,64.6408,64.6408,64.3076,64.3076,63.9744,64.6408,66.64,68.9724,71.3048,73.9704,76.9692,78.30199999999999,79.6348,78.30199999999999,75.6364,74.3036,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.3048,69.972,69.3056,68.6392,66.3068,63.308,61.3088,58.31,54.6448,51.646,48.314,45.3152,41.3168,38.6512,36.652,33.986399999999996,30.9876,28.9884,27.3224,26.656,27.6556,27.6556,27.6556,26.9892,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,26.3228,26.3228,27.3224,28.6552,29.3216,29.3216,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.9876,30.9876,32.6536,33.986399999999996,35.3192,36.652,38.6512,39.984,41.65,42.3164,43.6492,45.3152,45.9816,46.647999999999996,47.6476,48.980399999999996,50.3132,50.9796,51.646,53.312,53.9784,55.3112,56.644,58.9764,59.6428,59.6428,60.3092,60.6424,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,66.3068,67.3064,67.97279999999999,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,70.3052,70.9716,71.638,72.3044,73.63719999999999,74.3036,74.3036,74.97,76.3028,76.3028,76.9692,76.9692,77.6356,79.3016,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,85.6324,86.632,87.6316,88.298,89.2976,89.964,91.2968,91.63,93.29599999999999,93.9624,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.9612,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,101.9592,101.626,101.2928,101.2928,101.2928,101.626,102.2924,102.2924,102.2924,102.2924,102.2924,101.626,101.626,102.2924,103.292,103.292,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,99.6268,99.2936,99.2936,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.9612,96.2948,94.962,94.6288,93.6292,92.6296,91.2968,90.6304,91.2968,91.2968,91.63,91.63,90.6304,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.2972,89.6308,89.2976,89.2976,88.298,88.298,89.2976,89.2976,89.6308,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,91.9632,91.9632,92.6296,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.9632,91.63,91.63,91.63,91.2968,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.6292,92.6296,92.6296,91.9632,91.9632,91.63,92.2964,92.2964,92.6296,93.9624,94.6288,95.6284,96.628,97.2944,97.6276,97.96079999999999,97.6276,96.628,94.962,94.6288,93.6292,93.29599999999999,92.6296,92.6296,92.6296,91.9632,91.9632,92.6296,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,92.2964,92.2964,92.6296,92.6296,93.6292,93.6292,94.6288,94.6288,94.962,95.6284,95.9616,95.6284,95.6284,95.6284,95.6284,95.9616,97.96079999999999,99.2936,101.2928,103.292,104.958,105.9576,106.2908,107.6236,108.28999999999999,109.2896,110.2892,110.9556,111.622,112.2884,112.2884,112.6216],[80.9676,80.3012,79.6348,78.9684,78.30199999999999,77.3024,75.6364,73.63719999999999,71.638,69.3056,66.3068,64.6408,62.6416,61.3088,58.9764,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,64.974,64.974,64.974,65.6404,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,70.3052,71.3048,72.6376,73.304,73.304,73.9704,73.9704,73.304,72.6376,71.3048,69.972,68.306,67.6396,66.9732,65.6404,64.974,63.9744,63.9744,63.6412,63.6412,63.308,63.308,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,65.3072,67.3064,70.3052,73.304,76.3028,77.6356,78.9684,77.6356,74.6368,72.6376,71.3048,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,69.3056,68.6392,67.3064,65.9736,64.6408,62.6416,59.309599999999996,56.977199999999996,53.9784,50.6464,46.647999999999996,43.316,39.984,36.652,33.986399999999996,32.6536,30.3212,28.9884,27.6556,26.3228,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,25.6564,24.99,24.99,25.6564,25.6564,26.3228,26.3228,27.6556,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.6544,31.3208,32.6536,33.32,35.3192,36.652,37.9848,39.3176,41.3168,41.9832,42.6496,43.9824,44.6488,45.9816,46.647999999999996,47.3144,48.314,49.6468,50.3132,50.9796,51.646,52.9788,53.9784,55.3112,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.976,60.6424,61.9752,62.6416,63.6412,64.3076,65.6404,66.3068,66.9732,66.9732,66.64,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,72.3044,72.9708,74.3036,74.97,76.3028,76.3028,76.3028,76.9692,77.6356,78.6352,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,82.3004,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.2984,88.298,88.63119999999999,89.964,90.6304,91.63,92.9628,93.29599999999999,93.9624,94.2956,94.2956,95.2952,95.2952,95.2952,95.6284,96.2948,96.2948,96.628,96.628,97.2944,97.2944,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,100.2932,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,100.2932,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.6264,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.9596,100.2932,100.2932,99.6268,99.2936,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.2948,95.6284,94.6288,93.9624,93.6292,91.9632,91.2968,90.6304,90.6304,90.2972,89.964,89.964,89.964,89.2976,89.2976,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.6296,92.6296,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.6296,92.6296,92.2964,91.63,91.63,92.2964,91.9632,92.6296,93.6292,94.6288,94.962,96.628,97.2944,97.96079999999999,97.6276,97.2944,96.628,95.6284,94.2956,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.2956,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,97.6276,98.294,99.2936,101.2928,103.292,103.9584,105.2912,106.2908,107.6236,108.6232,109.2896,109.6228,110.6224,110.9556,112.2884,112.2884],[79.6348,78.9684,78.30199999999999,77.3024,76.636,75.9696,74.97,73.63719999999999,72.3044,70.6384,67.3064,65.3072,63.308,61.9752,58.9764,56.977199999999996,56.3108,55.6444,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.308,63.9744,64.3076,64.974,64.974,64.974,64.974,65.6404,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,71.9712,72.6376,73.304,73.9704,73.9704,73.304,72.6376,71.3048,68.9724,68.306,67.6396,66.3068,64.6408,63.9744,62.6416,61.9752,62.6416,61.9752,61.9752,61.9752,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.9752,63.308,65.9736,68.9724,71.9712,74.97,76.9692,78.30199999999999,76.9692,73.9704,71.3048,69.972,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,68.6392,67.3064,65.9736,64.6408,63.308,61.3088,58.6432,55.6444,53.312,50.3132,46.647999999999996,42.9828,40.3172,37.3184,33.32,31.3208,29.654799999999998,28.9884,27.6556,26.3228,25.6564,25.6564,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,25.6564,25.6564,26.3228,26.3228,27.6556,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,31.3208,31.9872,33.32,33.986399999999996,35.3192,36.652,37.9848,39.3176,41.3168,41.9832,42.6496,43.9824,44.6488,45.3152,45.9816,46.647999999999996,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,53.312,53.9784,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,60.6424,61.3088,61.9752,62.6416,64.3076,64.974,65.6404,65.6404,65.3072,65.9736,66.64,66.64,67.3064,67.97279999999999,68.6392,69.3056,70.9716,72.3044,72.9708,74.3036,75.6364,76.3028,76.3028,76.3028,76.9692,78.6352,79.968,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.634,81.634,82.3004,82.3004,83.6332,84.966,85.6324,87.2984,88.298,88.9644,89.964,89.964,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.2956,95.2952,95.2952,95.2952,95.2952,96.2948,96.2948,96.628,96.628,97.2944,97.2944,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,96.9612,97.2944,97.2944,97.96079999999999,99.6268,99.6268,100.2932,99.6268,99.2936,98.96039999999999,97.96079999999999,97.96079999999999,99.2936,100.2932,100.2932,100.9596,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.9596,100.9596,100.9596,100.2932,99.6268,99.6268,99.2936,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.2948,95.2952,94.2956,93.6292,92.9628,91.9632,91.2968,90.6304,89.964,89.6308,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,89.6308,90.6304,90.6304,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.2968,90.6304,90.6304,90.2972,90.2972,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.6296,92.6296,92.6296,92.2964,91.63,91.63,92.2964,91.9632,92.6296,93.29599999999999,94.2956,94.962,96.628,97.2944,97.96079999999999,97.96079999999999,97.6276,97.2944,95.9616,94.2956,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.2956,94.6288,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.962,94.6288,94.962,95.6284,95.9616,95.6284,95.6284,95.9616,96.2948,96.9612,97.2944,97.6276,98.294,98.6272,99.2936,101.2928,103.292,104.6248,105.2912,106.2908,107.9568,108.6232,108.6232,109.6228,110.6224,111.622,111.622],[76.9692,76.9692,76.3028,75.6364,74.97,74.97,74.3036,73.63719999999999,72.3044,70.6384,67.97279999999999,65.9736,63.9744,61.9752,58.9764,56.977199999999996,56.3108,55.6444,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,64.3076,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.6388,70.3052,71.3048,72.6376,73.304,73.9704,73.9704,73.304,72.6376,71.3048,69.6388,68.306,67.6396,66.3068,64.6408,63.9744,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,61.3088,62.6416,64.6408,68.306,71.3048,74.3036,76.3028,77.6356,76.3028,73.304,70.6384,69.3056,68.6392,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,68.9724,68.6392,67.97279999999999,65.9736,64.6408,63.308,61.9752,60.6424,57.9768,55.3112,52.9788,50.3132,46.9812,43.316,40.3172,37.9848,34.6528,32.6536,30.3212,28.9884,28.322,26.9892,26.3228,25.6564,25.6564,24.99,24.99,25.6564,25.6564,24.99,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,27.6556,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.9876,30.9876,31.9872,32.6536,33.32,33.986399999999996,35.9856,37.3184,37.9848,39.3176,40.6504,41.9832,42.6496,43.9824,44.6488,45.3152,45.9816,46.647999999999996,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,51.646,52.3124,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,64.6408,65.3072,65.6404,66.3068,66.9732,68.6392,69.972,70.6384,71.9712,72.9708,74.3036,74.97,74.97,75.6364,76.636,77.3024,78.9684,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.968,79.968,79.968,79.968,80.9676,81.634,81.634,82.3004,83.6332,84.966,85.6324,87.2984,88.298,88.9644,89.2976,89.964,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.6288,94.6288,95.2952,95.9616,96.2948,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,98.294,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.9612,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,95.6284,94.962,94.2956,93.6292,92.9628,91.9632,90.6304,90.2972,89.6308,89.6308,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,90.6304,90.6304,90.6304,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,89.6308,89.6308,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.6292,93.29599999999999,92.6296,92.2964,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,93.29599999999999,93.9624,94.2956,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.2948,94.962,93.9624,92.6296,92.6296,92.2964,92.2964,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,96.2948,96.9612,96.9612,96.2948,97.2944,97.2944,97.2944,97.2944,98.294,98.294,98.96039999999999,99.2936,100.2932,101.9592,103.292,103.9584,105.9576,106.2908,106.9572,107.6236,108.28999999999999,109.6228,110.6224,110.9556],[75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,70.6384,67.97279999999999,65.9736,63.9744,61.9752,58.9764,56.977199999999996,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.9724,69.6388,71.3048,72.6376,73.304,73.9704,73.9704,73.304,72.6376,71.3048,69.6388,68.306,67.6396,66.3068,64.6408,63.308,61.9752,61.3088,61.3088,60.6424,59.976,59.976,58.6432,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,61.3088,63.308,66.9732,69.972,72.9708,74.97,76.3028,75.6364,72.6376,69.972,68.6392,67.97279999999999,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,66.9732,65.6404,63.9744,62.6416,60.6424,58.6432,56.644,54.3116,51.646,48.314,45.6484,43.316,40.3172,37.3184,35.3192,32.9868,30.3212,28.9884,28.322,27.6556,26.3228,25.6564,25.6564,25.6564,24.99,24.99,25.6564,25.6564,24.99,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,27.6556,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,32.6536,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,39.3176,40.6504,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,48.314,48.314,48.980399999999996,50.3132,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,54.3116,54.978,54.978,55.6444,57.3104,57.9768,58.6432,59.309599999999996,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,64.3076,64.974,65.6404,66.9732,68.6392,69.3056,70.6384,71.3048,72.9708,73.63719999999999,74.3036,74.97,75.9696,76.636,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.6352,78.6352,78.6352,79.3016,80.9676,81.634,81.634,82.3004,83.6332,84.2996,85.2992,86.632,87.2984,88.298,88.63119999999999,89.2976,90.6304,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.6288,94.6288,95.2952,95.9616,95.6284,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.962,94.962,95.6284,95.6284,96.2948,95.9616,96.628,96.2948,96.2948,95.9616,95.6284,95.9616,96.2948,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.2944,97.6276,97.6276,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,96.9612,96.628,96.628,96.628,96.9612,96.9612,96.628,96.628,95.9616,95.9616,94.6288,93.9624,93.6292,92.9628,92.6296,91.63,90.2972,90.2972,89.6308,89.6308,88.9644,88.9644,88.9644,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,89.6308,89.6308,89.6308,89.6308,90.2972,90.6304,90.6304,91.63,91.63,92.2964,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,92.6296,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,92.6296,93.6292,94.2956,96.2948,96.628,97.2944,97.96079999999999,98.294,97.96079999999999,96.628,95.9616,94.6288,93.6292,92.6296,92.2964,91.63,91.63,91.63,91.63,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,98.294,98.294,98.96039999999999,99.2936,99.96,100.2932,101.9592,103.292,103.9584,105.2912,105.2912,105.6244,106.9572,107.9568,108.6232,109.2896],[74.97,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.3044,71.9712,70.6384,67.3064,65.3072,63.308,61.3088,58.31,56.3108,54.978,54.3116,54.3116,54.3116,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,65.3072,66.3068,66.9732,68.306,69.6388,71.3048,72.6376,73.304,73.304,73.304,73.304,72.6376,71.9712,70.6384,69.3056,67.6396,66.3068,64.6408,63.308,61.3088,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,57.3104,57.3104,57.9768,58.6432,59.976,61.9752,65.3072,68.306,70.6384,72.6376,74.6368,73.9704,71.3048,69.3056,67.97279999999999,67.3064,66.3068,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,66.9732,65.6404,63.308,61.3088,59.309599999999996,57.3104,54.978,52.9788,49.98,46.9812,43.6492,41.3168,38.9844,36.652,34.6528,32.3204,30.3212,28.322,26.9892,26.9892,26.3228,26.3228,25.6564,24.99,24.99,24.99,24.99,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,25.6564,26.3228,26.3228,27.6556,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.9868,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,39.3176,40.6504,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.6488,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,51.9792,52.6456,53.312,54.3116,54.978,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,59.976,59.976,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,64.974,66.3068,67.6396,68.306,69.3056,70.6384,71.9712,73.304,73.9704,74.97,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,78.30199999999999,79.968,80.6344,81.3008,82.3004,82.96679999999999,84.2996,85.6324,85.9656,87.2984,87.6316,88.298,89.2976,90.2972,90.6304,91.63,92.2964,92.9628,92.9628,93.6292,93.9624,93.9624,93.9624,94.2956,94.962,95.9616,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,94.962,94.962,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.2956,94.2956,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,95.9616,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,94.6288,93.9624,92.9628,91.9632,91.2968,90.6304,90.6304,89.6308,89.6308,89.6308,89.2976,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,89.6308,90.2972,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,93.6292,93.9624,95.6284,96.2948,97.2944,98.294,98.96039999999999,98.294,97.2944,96.2948,95.2952,93.29599999999999,92.6296,92.2964,91.63,91.2968,91.2968,91.63,91.63,92.2964,93.6292,93.9624,94.6288,94.6288,95.2952,95.6284,96.2948,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.6268,100.2932,100.6264,101.2928,101.9592,102.6256,103.292,103.292,103.62519999999999,105.6244,105.9576,106.9572,107.6236],[73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,71.638,71.638,70.9716,70.6384,68.6392,65.6404,63.9744,61.9752,59.976,56.977199999999996,54.978,54.3116,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,64.6408,65.6404,66.9732,67.6396,68.9724,71.3048,71.9712,72.6376,73.304,73.304,73.304,72.6376,71.9712,70.6384,69.3056,67.6396,66.3068,64.6408,63.308,60.6424,59.309599999999996,57.9768,57.3104,57.3104,56.644,56.3108,55.6444,55.6444,55.6444,55.9776,56.644,56.644,57.3104,59.309599999999996,61.3088,64.6408,66.9732,69.972,71.9712,73.304,73.304,71.3048,69.3056,67.97279999999999,66.64,65.6404,64.974,64.974,64.974,65.6404,65.6404,66.3068,65.6404,63.308,61.641999999999996,59.309599999999996,57.3104,54.3116,51.646,49.6468,46.3148,42.9828,39.984,37.6516,35.9856,33.32,31.654,29.988,27.9888,26.9892,26.3228,26.3228,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,24.99,26.3228,26.9892,28.322,28.9884,30.3212,30.9876,31.654,32.3204,32.9868,32.9868,33.986399999999996,34.6528,35.3192,35.3192,36.652,37.3184,37.9848,38.6512,40.6504,41.3168,41.9832,42.6496,42.6496,42.6496,43.316,43.9824,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.6464,51.3128,51.9792,52.6456,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.6432,58.6432,58.6432,59.309599999999996,59.976,59.976,60.9756,61.641999999999996,62.3084,63.308,64.974,66.3068,66.9732,67.6396,69.3056,70.6384,71.9712,73.304,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.9692,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999,84.2996,85.6324,87.2984,87.2984,87.6316,88.298,89.2976,90.2972,91.2968,91.63,92.2964,92.9628,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,95.2952,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.962,94.2956,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.2952,95.2952,95.2952,95.6284,96.2948,96.628,96.628,96.628,96.9612,95.6284,95.6284,95.2952,95.2952,95.2952,95.6284,95.6284,95.2952,94.6288,93.9624,92.9628,91.9632,91.2968,90.6304,89.964,89.6308,89.6308,89.2976,89.2976,88.9644,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,90.2972,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.6304,89.964,89.964,90.6304,90.6304,91.2968,91.63,92.6296,93.6292,94.962,96.2948,97.2944,98.294,98.96039999999999,98.96039999999999,97.96079999999999,96.628,95.2952,93.6292,92.6296,92.2964,91.63,91.2968,91.2968,91.2968,91.63,91.63,92.9628,93.6292,93.9624,95.2952,95.6284,96.2948,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.96079999999999,98.294,98.294,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,98.6272,98.96039999999999,99.6268,100.6264,101.2928,101.2928,101.2928,101.2928,101.9592,103.292,103.9584,105.2912,106.2908],[71.9712,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,67.97279999999999,66.3068,63.308,61.3088,59.976,58.6432,55.6444,54.3116,53.6452,53.6452,53.6452,53.6452,53.312,53.9784,53.9784,54.6448,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,64.6408,65.6404,66.9732,67.6396,68.9724,71.3048,71.9712,72.6376,73.304,73.304,73.304,72.6376,71.9712,71.3048,69.972,68.306,66.9732,64.974,63.6412,60.6424,58.6432,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,58.31,60.3092,63.308,65.9736,68.9724,70.9716,72.6376,72.6376,70.6384,69.3056,68.6392,67.3064,65.6404,64.974,64.3076,64.3076,64.3076,64.3076,63.308,62.6416,61.9752,59.6428,57.3104,55.6444,52.3124,48.980399999999996,46.3148,43.316,39.984,36.9852,35.3192,33.32,30.9876,29.3216,27.9888,26.656,24.99,24.99,25.6564,25.6564,24.99,24.99,25.6564,25.6564,24.99,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,26.3228,26.9892,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.9868,32.9868,33.986399999999996,34.6528,35.3192,35.3192,36.652,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.982,46.3148,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,55.9776,56.644,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.9764,59.309599999999996,59.976,60.6424,61.9752,63.9744,64.6408,65.6404,66.3068,67.6396,68.9724,70.9716,72.3044,73.304,73.9704,73.9704,74.6368,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,75.6364,76.3028,78.6352,79.968,80.6344,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.2988,86.632,86.9652,87.6316,89.2976,90.2972,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,93.6292,93.9624,94.2956,95.2952,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,96.9612,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,94.962,94.962,94.2956,93.6292,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,95.2952,95.2952,95.2952,95.2952,94.962,94.6288,94.6288,94.6288,93.29599999999999,93.29599999999999,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,94.6288,94.6288,95.2952,95.2952,94.6288,93.29599999999999,92.9628,91.9632,91.2968,89.964,89.2976,89.2976,88.9644,88.9644,88.298,88.298,88.298,87.9648,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,89.6308,90.2972,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,92.9628,92.9628,92.9628,92.9628,92.6296,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.2972,89.964,89.964,90.6304,90.6304,91.2968,91.63,91.63,92.9628,94.2956,95.9616,97.2944,98.294,99.6268,99.6268,98.96039999999999,97.2944,96.2948,95.2952,93.29599999999999,92.2964,91.63,91.2968,90.6304,91.2968,91.2968,91.63,92.6296,92.9628,93.9624,95.2952,95.9616,96.628,97.6276,97.6276,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.294,98.96039999999999,100.2932,100.2932,99.96,99.96,100.2932,100.6264,101.9592,102.9588,104.6248,105.2912],[69.972,69.972,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.3064,65.9736,63.9744,61.3088,59.309599999999996,58.6432,56.3108,54.3116,53.6452,52.9788,52.9788,53.6452,53.6452,53.312,53.312,53.9784,53.9784,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,65.3072,66.3068,66.9732,67.6396,68.9724,71.3048,71.9712,72.6376,73.304,73.304,73.304,72.6376,72.6376,71.9712,70.6384,68.9724,67.6396,65.6404,63.308,60.6424,58.6432,56.977199999999996,55.6444,55.6444,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,55.6444,57.6436,60.3092,62.6416,65.9736,68.9724,70.9716,71.9712,71.9712,70.6384,69.3056,68.6392,67.3064,65.6404,64.974,64.3076,63.6412,62.6416,62.6416,61.9752,60.6424,58.9764,57.6436,55.3112,52.6456,48.980399999999996,45.9816,43.9824,40.6504,36.652,34.6528,32.6536,31.3208,29.654799999999998,27.9888,26.656,25.9896,24.99,24.3236,25.6564,25.6564,24.99,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,24.99,26.3228,27.6556,29.654799999999998,30.3212,30.9876,30.9876,31.654,32.3204,32.3204,32.9868,33.986399999999996,34.6528,35.3192,35.3192,36.652,36.652,37.3184,37.9848,39.3176,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,43.9824,44.982,45.6484,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,53.312,53.9784,55.3112,55.3112,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.6432,59.309599999999996,59.976,60.6424,62.3084,63.308,64.3076,64.974,66.3068,67.6396,69.6388,70.9716,71.9712,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,78.6352,79.3016,79.968,81.3008,82.3004,82.96679999999999,84.2996,84.966,85.6324,86.2988,86.2988,87.6316,88.9644,89.6308,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,93.6292,93.9624,94.962,95.2952,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.9612,96.2948,96.2948,95.9616,95.9616,95.2952,94.962,94.2956,94.2956,93.6292,92.9628,92.6296,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,92.2964,92.9628,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.9624,94.6288,93.9624,92.9628,92.2964,91.9632,90.6304,89.6308,88.9644,88.9644,88.298,88.298,88.298,88.298,87.2984,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.9644,89.6308,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.6292,92.9628,92.9628,92.9628,92.6296,92.6296,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.2972,90.2972,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.63,92.6296,93.9624,95.9616,97.2944,98.294,99.6268,99.96,98.96039999999999,98.6272,96.9612,95.6284,93.9624,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.9632,92.9628,93.9624,95.2952,95.9616,96.628,97.6276,97.6276,96.628,96.628,96.628,96.628,96.628,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.6272,98.294,98.294,98.294,98.294,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.294,98.96039999999999,98.96039999999999,99.6268,98.96039999999999,98.96039999999999,99.6268,100.2932,101.2928,102.2924,103.62519999999999,104.2916],[67.97279999999999,67.97279999999999,67.97279999999999,67.3064,66.64,65.9736,64.974,64.3076,63.6412,61.9752,59.976,58.6432,56.977199999999996,55.3112,53.9784,53.312,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,54.3116,54.3116,54.978,55.3112,55.9776,55.9776,56.644,57.6436,58.31,58.31,58.9764,59.6428,59.6428,59.6428,60.3092,61.3088,62.6416,63.308,65.3072,66.3068,66.9732,68.306,69.6388,70.6384,71.9712,72.6376,72.6376,73.304,73.304,73.304,72.6376,72.6376,71.3048,69.972,68.306,65.6404,63.6412,60.6424,58.31,56.3108,55.6444,54.978,54.978,53.9784,53.312,53.312,53.312,53.6452,53.6452,53.6452,54.978,57.6436,59.6428,62.6416,65.3072,68.306,70.3052,70.9716,70.9716,69.6388,68.9724,68.306,66.9732,66.3068,64.6408,63.9744,62.3084,61.3088,60.6424,59.976,58.6432,55.6444,53.6452,51.3128,48.314,45.6484,42.3164,40.3172,37.9848,35.3192,32.6536,31.9872,30.6544,28.9884,27.9888,26.656,25.9896,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,26.3228,25.6564,24.3236,23.6572,22.9908,22.9908,22.9908,23.6572,25.6564,26.3228,27.6556,28.9884,29.654799999999998,30.3212,30.9876,30.9876,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.3192,36.652,36.652,37.3184,37.9848,39.3176,39.984,39.984,40.6504,41.3168,41.9832,42.6496,43.9824,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.9776,56.644,57.6436,58.31,58.31,59.6428,60.6424,61.3088,61.9752,62.6416,64.6408,65.9736,67.6396,68.9724,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.304,73.304,73.304,73.9704,73.9704,73.9704,74.6368,74.6368,75.3032,76.3028,78.30199999999999,79.3016,79.968,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,88.63119999999999,89.2976,89.964,90.2972,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,93.6292,93.6292,94.2956,94.962,94.962,95.6284,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,93.9624,93.9624,93.9624,93.6292,92.9628,92.6296,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.9632,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.6292,92.9628,92.2964,91.9632,91.9632,91.9632,91.9632,92.2964,92.2964,92.9628,92.9628,93.6292,93.9624,93.9624,93.29599999999999,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,92.9628,92.2964,91.2968,90.6304,89.2976,88.9644,88.298,87.6316,86.9652,86.9652,86.9652,86.9652,86.2988,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,85.9656,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,91.63,91.9632,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,92.9628,92.2964,92.2964,91.9632,91.63,91.2968,91.2968,90.6304,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,88.9644,89.964,89.964,90.6304,90.6304,91.2968,91.63,91.63,92.2964,93.6292,95.2952,97.2944,98.294,100.2932,100.2932,100.2932,98.96039999999999,97.96079999999999,96.2948,94.6288,93.29599999999999,91.9632,91.63,91.63,90.9636,90.9636,90.9636,91.9632,92.2964,93.9624,95.2952,96.628,97.2944,96.628,96.628,96.628,96.628,97.2944,97.2944,96.628,96.628,96.2948,95.6284,95.6284,95.6284,95.9616,96.2948,96.9612,97.6276,98.294,98.294,98.294,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,101.2928,101.9592,102.2924,102.9588],[66.64,65.9736,65.9736,65.3072,64.6408,63.9744,62.6416,62.6416,61.9752,60.6424,59.309599999999996,57.6436,55.9776,54.6448,53.312,52.6456,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,54.3116,54.6448,55.3112,55.3112,55.9776,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,61.3088,62.6416,63.308,65.3072,66.3068,67.6396,68.306,69.6388,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.304,73.304,72.6376,71.9712,70.6384,69.3056,66.64,64.3076,60.6424,58.31,56.3108,54.978,54.978,54.3116,53.312,52.6456,51.9792,51.9792,52.3124,52.3124,52.9788,54.3116,56.977199999999996,58.9764,61.9752,64.6408,67.6396,68.9724,69.6388,69.6388,68.9724,68.306,68.306,67.6396,65.9736,65.3072,63.9744,62.3084,60.6424,59.976,58.6432,56.644,53.6452,50.9796,49.3136,45.6484,42.9828,40.3172,37.9848,35.9856,33.32,31.9872,30.6544,29.988,28.322,27.3224,25.9896,25.3232,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,26.3228,25.6564,24.3236,22.9908,22.3244,22.3244,22.9908,24.3236,26.3228,27.6556,28.322,29.654799999999998,30.3212,30.3212,30.3212,30.9876,31.9872,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,39.3176,39.984,39.984,40.6504,41.9832,42.6496,43.316,43.9824,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.312,53.9784,53.9784,53.9784,53.9784,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,63.308,64.6408,65.6404,66.9732,67.97279999999999,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.6368,74.6368,75.3032,76.3028,77.6356,79.3016,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,84.966,86.2988,86.632,87.9648,88.63119999999999,89.2976,89.964,90.6304,90.9636,92.2964,92.2964,92.2964,92.2964,93.6292,93.6292,94.2956,94.2956,94.962,94.962,95.9616,96.2948,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,93.9624,93.9624,93.6292,92.9628,92.6296,91.9632,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,92.9628,91.63,91.2968,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.2964,91.63,91.2968,89.2976,88.63119999999999,88.298,87.6316,87.6316,86.9652,86.9652,86.9652,86.9652,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.9636,91.63,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.2964,91.63,91.63,91.2968,91.2968,90.2972,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,89.964,90.6304,90.6304,91.2968,91.63,91.63,91.63,92.2964,93.6292,94.6288,96.9612,98.294,100.2932,100.6264,100.9596,100.2932,99.6268,97.96079999999999,95.6284,93.9624,93.6292,92.2964,91.63,90.9636,90.9636,90.9636,91.9632,92.2964,93.9624,95.2952,96.9612,97.2944,96.628,96.9612,96.9612,96.9612,97.6276,97.2944,97.2944,96.628,96.2948,95.9616,95.2952,95.2952,95.2952,95.9616,96.9612,97.6276,97.96079999999999,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,99.6268,99.6268,100.9596,101.2928,101.9592,102.2924],[64.3076,64.3076,63.6412,63.6412,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,56.977199999999996,55.3112,53.9784,53.312,52.6456,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,53.6452,54.6448,54.6448,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,60.6424,61.9752,63.308,65.3072,66.3068,67.6396,68.306,69.6388,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.9704,73.304,73.304,72.6376,71.3048,69.6388,66.9732,64.3076,60.6424,57.6436,55.3112,53.6452,52.9788,52.3124,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,53.312,55.9776,58.31,61.3088,63.9744,65.9736,66.64,68.306,68.306,68.306,68.306,68.306,67.6396,66.64,65.9736,64.6408,63.308,61.3088,59.976,58.6432,55.9776,52.9788,50.3132,47.3144,44.982,41.3168,38.318,35.3192,33.32,31.9872,31.3208,29.988,29.3216,27.6556,26.656,25.9896,25.3232,24.3236,24.3236,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,24.99,23.6572,22.9908,22.3244,22.9908,23.6572,24.99,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,31.3208,31.9872,32.6536,33.32,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,55.6444,56.3108,56.3108,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.9752,62.6416,63.308,65.3072,65.9736,67.3064,67.97279999999999,68.9724,68.9724,69.6388,70.3052,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,75.3032,76.3028,77.6356,78.6352,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,86.2988,87.9648,88.63119999999999,89.2976,89.964,90.6304,90.9636,91.63,91.63,92.2964,92.2964,93.6292,93.6292,94.2956,94.2956,94.962,94.962,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,93.9624,93.6292,93.6292,92.9628,92.6296,91.9632,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,91.63,91.9632,91.9632,91.9632,92.2964,92.2964,92.2964,92.6296,92.6296,92.9628,92.9628,92.9628,91.9632,91.2968,89.964,89.964,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.2972,90.9636,92.2964,92.2964,92.6296,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,92.2964,91.63,89.964,89.2976,88.63119999999999,88.298,87.6316,87.6316,86.632,86.9652,86.9652,86.9652,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,84.966,84.2996,84.2996,84.2996,84.966,84.966,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,88.298,88.63119999999999,88.9644,89.2976,89.2976,89.964,90.6304,90.9636,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,92.2964,92.2964,91.63,91.2968,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.964,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.6292,94.6288,96.9612,97.96079999999999,99.6268,101.2928,101.2928,101.9592,101.626,99.6268,98.6272,95.9616,94.6288,93.29599999999999,92.9628,92.2964,91.9632,91.9632,92.2964,93.6292,93.9624,94.962,96.9612,97.2944,97.96079999999999,98.294,98.294,98.294,98.294,97.96079999999999,97.6276,97.2944,96.9612,95.6284,94.962,94.962,94.962,95.2952,96.2948,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,98.96039999999999,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,101.2928,101.2928,101.9592],[63.6412,63.6412,62.6416,61.9752,61.3088,61.3088,59.976,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,55.3112,53.9784,53.312,52.6456,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.6452,53.9784,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,60.6424,61.3088,62.6416,64.6408,66.3068,66.9732,68.306,68.9724,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,72.6376,71.3048,69.972,66.9732,64.3076,60.6424,57.6436,54.6448,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,51.9792,54.6448,57.6436,60.6424,62.6416,64.6408,65.3072,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.3064,66.64,65.9736,64.6408,62.6416,60.6424,58.6432,55.9776,52.9788,50.3132,47.3144,44.315599999999996,40.6504,37.6516,33.986399999999996,32.6536,31.3208,30.6544,29.3216,28.322,26.656,25.9896,25.3232,25.3232,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,23.6572,22.9908,22.3244,22.9908,24.99,26.3228,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.6544,31.9872,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,44.982,45.6484,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,53.312,53.312,53.9784,53.9784,54.978,55.6444,55.6444,56.3108,56.3108,57.3104,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.308,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,69.972,71.3048,71.9712,72.6376,73.9704,74.6368,74.6368,75.6364,76.9692,78.6352,79.3016,80.6344,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.6328,85.6324,87.2984,88.298,88.9644,89.2976,89.964,90.2972,91.63,91.63,92.2964,92.2964,93.6292,93.6292,94.2956,94.2956,94.962,94.962,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.628,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,93.9624,93.6292,93.6292,92.9628,91.9632,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,91.63,91.63,91.9632,91.9632,92.6296,92.6296,92.6296,91.2968,89.964,88.9644,88.298,88.298,87.9648,87.9648,88.298,88.298,88.9644,89.964,90.6304,90.6304,91.63,91.63,91.2968,90.6304,90.6304,91.2968,91.63,91.63,91.63,90.2972,89.2976,88.63119999999999,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,86.2988,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,85.6324,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.6316,88.298,88.298,88.9644,89.2976,89.2976,89.964,90.2972,91.63,92.2964,92.2964,92.9628,92.9628,92.2964,92.2964,92.2964,91.63,91.2968,90.6304,90.2972,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,93.9624,94.6288,96.2948,97.96079999999999,99.6268,100.9596,102.6256,102.6256,102.6256,101.626,100.2932,97.96079999999999,96.9612,95.2952,93.9624,93.6292,92.2964,92.2964,93.6292,93.9624,94.962,96.2948,96.9612,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,98.294,97.2944,95.9616,95.2952,94.962,94.962,95.2952,95.9616,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,98.96039999999999,97.6276,97.6276,97.6276,97.6276,97.96079999999999,97.6276,98.294,98.294,98.6272,98.6272,98.96039999999999,99.2936,99.2936,99.2936,99.6268,100.2932,100.2932,100.6264,100.9596,101.2928],[63.6412,63.6412,62.6416,61.9752,61.3088,61.3088,59.976,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,55.3112,53.9784,53.312,52.6456,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,59.976,60.6424,61.9752,63.308,65.6404,66.3068,67.6396,68.9724,69.6388,70.9716,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,72.6376,71.3048,69.3056,66.9732,63.308,59.6428,56.977199999999996,53.9784,52.3124,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.9796,53.6452,56.644,58.9764,60.9756,62.6416,63.9744,65.3072,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,66.9732,65.3072,63.308,60.3092,57.3104,53.6452,51.3128,48.314,44.982,40.6504,36.9852,33.32,31.9872,30.9876,29.654799999999998,28.9884,27.6556,26.656,25.9896,25.3232,24.6568,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,22.9908,22.3244,22.9908,23.6572,25.6564,26.9892,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.988,30.6544,30.6544,31.9872,33.986399999999996,35.9856,36.652,37.9848,38.6512,39.984,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,42.9828,43.6492,43.6492,44.315599999999996,44.982,44.982,45.6484,46.3148,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.6452,53.6452,53.6452,54.3116,54.3116,54.3116,54.978,55.6444,55.9776,55.9776,56.644,56.644,57.3104,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,69.3056,69.972,71.3048,71.9712,72.6376,73.304,73.9704,74.97,76.9692,77.6356,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,83.6332,83.6332,84.2996,85.6324,86.9652,87.2984,88.63119999999999,89.2976,89.964,90.2972,91.2968,91.63,92.2964,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,94.962,95.6284,95.6284,96.2948,96.628,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,93.9624,93.6292,93.29599999999999,92.6296,91.63,91.2968,90.2972,90.2972,90.2972,90.6304,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,89.2976,88.298,87.2984,86.632,86.632,85.9656,85.9656,86.632,86.632,87.2984,88.298,88.63119999999999,88.63119999999999,89.964,89.964,89.2976,88.9644,88.9644,89.2976,89.964,90.6304,90.2972,89.964,88.298,87.9648,87.2984,86.9652,86.9652,86.2988,85.6324,85.6324,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,84.2996,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,86.9652,86.9652,87.2984,87.6316,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.6304,90.9636,90.9636,91.63,92.2964,91.63,91.63,91.63,91.63,91.63,91.2968,90.2972,89.6308,89.2976,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,96.2948,97.2944,98.96039999999999,100.6264,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.2928,99.2936,96.9612,95.6284,94.2956,93.9624,93.9624,95.2952,96.628,97.6276,98.294,98.96039999999999,99.6268,99.96,99.96,99.96,99.96,99.96,99.96,99.96,98.96039999999999,98.6272,96.9612,95.9616,95.2952,95.2952,95.2952,95.9616,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,99.96,100.2932,100.6264],[63.6412,63.6412,63.6412,62.6416,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.31,56.977199999999996,55.3112,53.9784,53.312,51.9792,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,53.9784,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,59.309599999999996,60.6424,61.9752,62.6416,64.974,66.3068,67.6396,68.9724,69.6388,70.3052,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,73.304,71.9712,70.6384,68.6392,66.3068,62.6416,58.9764,55.6444,53.312,51.646,50.3132,49.6468,48.980399999999996,48.314,47.6476,47.6476,47.6476,48.314,48.314,49.6468,52.3124,55.3112,58.31,59.6428,61.3088,62.6416,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,68.9724,66.64,64.6408,61.641999999999996,57.9768,54.978,52.6456,49.6468,45.6484,41.3168,37.6516,33.986399999999996,31.9872,30.3212,29.654799999999998,28.322,27.6556,25.9896,25.3232,24.6568,24.6568,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,22.9908,22.3244,22.9908,24.3236,26.3228,27.6556,28.9884,29.654799999999998,28.9884,28.9884,29.988,30.6544,31.9872,33.32,35.9856,37.9848,39.3176,39.984,41.65,42.3164,42.3164,42.9828,43.316,43.316,43.9824,43.9824,44.982,45.6484,45.6484,46.3148,46.3148,47.3144,48.314,49.6468,50.3132,50.9796,51.646,51.646,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.6452,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.644,56.644,57.3104,57.3104,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.641999999999996,62.3084,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.6392,69.972,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,76.3028,76.9692,77.6356,78.30199999999999,79.3016,79.968,80.6344,81.9672,82.96679999999999,83.6332,84.2996,84.2996,85.6324,86.9652,88.298,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,94.962,95.6284,95.9616,96.628,97.2944,98.294,98.294,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,93.9624,93.6292,93.29599999999999,92.6296,91.63,91.2968,90.2972,89.6308,89.6308,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,89.6308,89.964,89.2976,89.2976,88.298,86.632,86.2988,86.2988,84.966,84.966,84.966,84.966,85.2992,85.2992,86.632,86.9652,88.298,88.298,88.298,87.9648,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,87.9648,87.2984,86.2988,86.2988,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,87.6316,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,90.2972,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,90.2972,89.6308,89.6308,89.2976,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.6288,95.6284,96.9612,98.294,100.6264,103.292,104.2916,105.2912,105.6244,104.6248,104.2916,101.626,98.96039999999999,96.9612,95.6284,94.6288,95.6284,97.2944,98.96039999999999,100.9596,101.626,101.2928,101.2928,101.2928,100.6264,100.9596,101.2928,101.2928,101.2928,101.2928,100.9596,99.6268,98.6272,96.9612,96.2948,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,97.6276,97.6276,97.6276,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932],[64.3076,64.3076,64.3076,63.6412,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.31,56.977199999999996,55.3112,53.9784,53.312,51.9792,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.9784,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.6432,59.976,61.3088,62.6416,64.3076,65.6404,66.9732,68.306,69.972,70.6384,71.3048,71.9712,72.3044,72.3044,72.9708,72.9708,71.9712,71.3048,69.3056,66.9732,64.6408,61.3088,57.6436,54.978,51.646,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.980399999999996,51.646,54.3116,57.3104,58.9764,60.6424,61.9752,62.6416,63.9744,65.6404,66.3068,66.9732,67.6396,68.9724,69.6388,70.3052,70.3052,67.97279999999999,65.9736,62.3084,59.309599999999996,56.977199999999996,54.6448,51.646,46.9812,42.6496,38.318,34.6528,31.9872,30.3212,28.9884,28.322,26.9892,25.9896,25.3232,24.6568,23.9904,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,23.6572,24.99,26.3228,27.6556,28.9884,28.9884,28.322,28.322,29.988,31.3208,33.986399999999996,36.9852,38.9844,41.3168,41.9832,43.316,43.6492,44.315599999999996,44.982,44.982,45.3152,45.3152,45.3152,45.9816,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.6464,51.3128,52.3124,53.312,53.9784,54.6448,55.3112,54.6448,54.6448,53.9784,53.9784,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.3116,54.978,54.978,55.6444,55.9776,55.9776,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.3104,57.9768,58.6432,58.6432,59.309599999999996,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,66.3068,66.9732,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,75.6364,76.9692,77.6356,78.30199999999999,79.3016,79.968,80.6344,81.9672,82.96679999999999,83.6332,84.2996,84.2996,85.6324,86.9652,87.6316,88.298,88.63119999999999,89.2976,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,94.962,95.6284,95.9616,96.628,97.2944,98.294,98.294,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,93.9624,93.6292,93.29599999999999,92.6296,91.63,91.2968,90.2972,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,90.2972,90.2972,89.6308,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.2976,89.2976,88.9644,88.9644,88.9644,88.298,88.63119999999999,88.298,88.298,87.2984,86.2988,84.966,84.966,84.2996,83.6332,83.6332,83.6332,84.2996,84.2996,85.2992,85.9656,87.2984,87.2984,86.632,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,87.9648,87.2984,85.9656,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.6324,84.966,84.966,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,87.6316,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,90.2972,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,94.6288,94.6288,95.6284,96.628,98.294,100.2932,103.292,105.6244,105.9576,106.624,107.6236,105.6244,103.62519999999999,100.9596,98.294,96.9612,96.2948,97.96079999999999,99.6268,101.9592,102.9588,104.2916,103.62519999999999,103.292,102.6256,101.626,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,100.2932,99.2936,97.6276,96.9612,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,98.96039999999999,97.96079999999999,97.2944,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.6276,97.96079999999999,98.294,98.294,98.294,99.2936,99.6268],[64.974,64.974,64.3076,64.3076,63.308,62.6416,61.3088,60.6424,59.976,59.309599999999996,58.6432,56.977199999999996,55.3112,53.9784,53.312,51.9792,50.9796,50.9796,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.9792,52.6456,53.312,53.312,54.3116,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,58.6432,59.309599999999996,60.6424,61.9752,64.3076,65.6404,66.9732,68.306,69.972,70.6384,71.3048,71.3048,71.638,72.3044,72.3044,71.638,71.3048,69.972,67.97279999999999,65.6404,63.308,59.976,56.977199999999996,54.3116,50.9796,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,45.6484,45.6484,46.3148,46.3148,47.6476,50.3132,52.9788,55.3112,57.3104,58.9764,60.6424,61.3088,63.308,63.9744,65.6404,66.3068,66.64,68.306,69.6388,70.3052,70.3052,67.97279999999999,65.9736,62.3084,59.309599999999996,56.977199999999996,54.3116,50.9796,46.9812,42.6496,38.318,34.6528,31.9872,29.654799999999998,28.322,27.6556,26.9892,25.3232,24.6568,23.9904,23.9904,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,24.3236,24.99,26.3228,27.6556,28.9884,28.322,27.6556,28.322,29.988,31.9872,35.9856,38.9844,40.9836,43.316,43.9824,44.6488,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,47.3144,47.3144,48.314,48.980399999999996,49.6468,50.9796,51.646,52.6456,53.9784,54.6448,55.3112,56.977199999999996,56.977199999999996,57.6436,56.977199999999996,56.977199999999996,56.644,55.9776,55.9776,56.644,56.644,56.644,56.644,57.3104,57.3104,57.3104,57.3104,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,66.3068,66.9732,66.9732,67.6396,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,74.3036,76.3028,77.6356,78.30199999999999,79.3016,79.968,80.6344,81.9672,82.96679999999999,83.6332,84.2996,84.2996,85.6324,86.2988,86.9652,87.6316,88.298,88.63119999999999,89.964,90.6304,91.2968,91.63,92.6296,93.29599999999999,93.9624,93.9624,94.962,94.962,95.6284,95.9616,96.628,97.2944,98.294,98.294,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,95.2952,94.6288,93.9624,93.9624,93.6292,93.29599999999999,92.6296,91.63,91.2968,90.2972,89.6308,89.2976,88.9644,88.9644,88.9644,88.9644,89.2976,90.6304,90.6304,90.6304,90.2972,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.6316,87.2984,86.632,85.9656,85.9656,85.6324,84.2996,84.2996,82.96679999999999,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,84.2996,84.6328,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,87.2984,86.9652,87.2984,86.632,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.2972,90.2972,89.6308,89.6308,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,90.2972,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,94.6288,94.962,95.9616,96.628,97.96079999999999,100.2932,103.292,105.6244,106.9572,107.9568,107.9568,107.6236,105.2912,103.292,100.6264,98.96039999999999,98.96039999999999,101.2928,103.292,105.6244,106.2908,106.9572,105.6244,104.958,102.6256,101.2928,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,101.9592,101.2928,100.9596,99.2936,98.96039999999999,98.294,97.96079999999999,98.96039999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,98.96039999999999,97.96079999999999,97.2944,96.9612,96.9612,96.2948,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.2936],[65.6404,64.974,64.974,64.3076,63.308,62.6416,61.9752,61.3088,60.6424,59.976,58.6432,56.977199999999996,55.3112,53.9784,53.312,51.9792,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,51.646,52.3124,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,54.978,55.6444,55.6444,56.3108,56.977199999999996,58.31,59.6428,61.3088,63.308,64.6408,66.3068,67.6396,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.3048,70.6384,69.972,69.3056,66.3068,64.3076,61.3088,58.6432,55.6444,53.6452,50.3132,48.314,47.6476,46.9812,45.6484,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,47.6476,50.3132,52.3124,54.3116,56.644,58.9764,59.976,60.6424,61.9752,63.9744,64.6408,65.9736,67.3064,68.6392,69.3056,68.6392,66.64,63.9744,60.9756,58.31,55.6444,52.3124,49.6468,45.3152,41.65,37.9848,33.986399999999996,31.654,28.9884,27.6556,26.9892,26.3228,24.3236,23.6572,23.6572,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,24.99,25.6564,26.9892,27.6556,28.6552,27.9888,27.6556,28.322,29.988,32.6536,37.3184,40.3172,42.6496,44.6488,45.3152,45.9816,46.647999999999996,47.6476,47.6476,47.9808,47.9808,47.9808,48.6472,49.3136,50.3132,51.646,51.646,52.3124,53.6452,54.6448,55.3112,56.3108,57.6436,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,60.6424,60.6424,60.3092,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.9744,63.9744,63.9744,64.6408,65.3072,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,69.972,70.6384,71.3048,71.9712,73.63719999999999,74.97,76.3028,77.6356,79.3016,79.968,80.6344,81.9672,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.6324,86.9652,87.2984,88.298,88.63119999999999,89.6308,90.2972,91.2968,91.63,92.9628,93.6292,93.6292,93.9624,95.2952,95.2952,95.9616,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,95.6284,95.6284,94.962,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,91.9632,91.2968,90.6304,89.964,89.6308,88.9644,88.298,87.6316,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.6316,87.6316,87.2984,87.2984,85.9656,85.2992,84.966,84.966,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.9672,81.9672,81.9672,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,85.9656,85.9656,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.9648,88.298,88.9644,88.9644,89.6308,90.2972,90.2972,90.2972,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,88.9644,88.9644,88.298,88.298,88.9644,89.964,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.9628,93.9624,94.962,95.9616,96.628,97.96079999999999,100.2932,103.62519999999999,105.9576,107.6236,107.9568,108.6232,108.28999999999999,106.9572,104.6248,102.9588,102.2924,103.292,105.9576,107.9568,110.2892,110.2892,109.956,108.28999999999999,105.6244,101.9592,100.6264,101.2928,101.626,101.9592,101.9592,102.6256,102.6256,103.292,102.6256,102.2924,101.626,100.2932,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,99.6268,99.6268,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.2948,95.9616,95.9616,96.2948,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999],[65.6404,65.6404,64.974,64.974,63.9744,63.308,62.6416,61.9752,61.3088,59.976,58.6432,57.3104,55.6444,53.9784,53.312,51.9792,50.9796,50.3132,48.980399999999996,48.314,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,53.312,53.9784,53.9784,53.9784,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,58.31,59.6428,61.9752,63.9744,65.6404,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,69.972,69.3056,69.3056,67.97279999999999,65.3072,62.6416,59.309599999999996,57.3104,54.978,52.9788,49.6468,47.6476,46.9812,46.3148,44.982,43.6492,43.6492,43.6492,42.9828,42.9828,42.3164,43.6492,46.3148,47.3144,49.6468,51.646,54.3116,55.9776,56.977199999999996,58.6432,59.976,61.641999999999996,62.3084,63.9744,64.6408,65.9736,65.9736,65.3072,63.9744,61.9752,59.6428,56.977199999999996,52.9788,50.3132,46.9812,43.9824,40.3172,36.652,33.6532,30.9876,28.322,26.9892,26.3228,25.6564,24.3236,23.6572,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,24.3236,24.99,26.3228,26.9892,27.6556,28.6552,27.9888,27.6556,28.322,29.988,32.6536,38.318,41.65,43.9824,45.3152,45.9816,46.647999999999996,47.6476,47.6476,48.314,48.314,48.6472,48.6472,49.3136,50.3132,52.3124,52.9788,52.9788,53.6452,54.978,55.9776,56.644,57.6436,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.3076,64.3076,64.974,64.974,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,67.6396,68.306,69.3056,69.972,70.6384,71.9712,73.63719999999999,74.97,76.3028,77.6356,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.2996,85.6324,85.6324,86.9652,87.2984,88.298,88.63119999999999,89.6308,90.2972,91.2968,91.63,92.9628,93.6292,93.6292,93.9624,95.2952,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.2968,90.6304,89.964,88.9644,88.298,87.6316,87.6316,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.298,88.298,87.9648,87.2984,86.9652,87.2984,87.2984,86.9652,86.632,86.632,85.9656,85.9656,84.6328,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.2996,83.6332,84.2996,84.966,84.966,84.966,85.6324,85.2992,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,85.2992,85.9656,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,86.2988,87.2984,87.9648,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.2972,91.2968,91.2968,90.6304,90.6304,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,88.9644,88.9644,88.298,88.298,88.9644,89.964,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.9628,93.9624,94.962,95.9616,96.9612,98.294,100.2932,103.62519999999999,105.9576,107.6236,108.6232,109.2896,108.6232,107.6236,106.624,104.958,103.9584,106.624,108.6232,110.6224,111.622,112.2884,111.622,109.2896,106.2908,101.9592,99.96,100.6264,101.2928,101.2928,101.9592,102.6256,102.6256,103.292,103.292,102.6256,102.6256,101.626,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,98.6272,97.96079999999999,97.2944,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999],[66.3068,65.6404,65.6404,64.974,63.9744,63.308,62.6416,61.9752,61.3088,59.976,58.6432,57.3104,55.6444,53.9784,53.312,51.9792,50.9796,49.6468,48.314,47.3144,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,53.6452,55.6444,56.3108,57.6436,58.9764,60.6424,61.9752,63.9744,64.6408,66.9732,67.6396,67.6396,68.306,68.6392,68.6392,68.6392,67.97279999999999,67.3064,65.6404,63.9744,61.3088,58.6432,56.3108,54.3116,51.646,48.980399999999996,46.9812,46.3148,44.982,43.6492,42.3164,42.3164,41.65,41.65,41.3168,41.3168,42.3164,44.315599999999996,45.6484,46.9812,48.980399999999996,50.9796,52.3124,53.9784,55.6444,56.977199999999996,58.31,58.9764,59.6428,60.9756,62.6416,62.3084,62.3084,60.9756,58.9764,56.977199999999996,54.3116,50.9796,48.314,45.3152,42.6496,38.6512,35.3192,32.3204,30.3212,28.322,26.9892,26.3228,25.6564,24.3236,23.6572,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,25.6564,26.3228,26.9892,27.6556,28.6552,27.9888,27.6556,28.322,30.6544,33.32,38.318,41.9832,43.9824,45.3152,45.9816,46.647999999999996,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,52.9788,53.6452,54.3116,55.3112,55.9776,56.977199999999996,58.31,58.9764,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.9736,65.9736,65.9736,66.3068,66.3068,66.3068,65.6404,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.6412,64.3076,64.974,66.3068,67.6396,68.306,69.3056,69.972,70.6384,71.3048,73.63719999999999,74.97,76.3028,77.6356,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.2996,85.6324,85.6324,86.9652,87.2984,88.298,89.2976,89.964,90.6304,91.63,91.9632,92.9628,93.6292,93.9624,93.9624,95.2952,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.2952,94.962,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.2968,90.6304,89.964,88.9644,88.298,87.2984,87.2984,87.2984,86.632,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,87.2984,87.2984,87.9648,87.9648,86.2988,86.2988,86.2988,85.9656,85.9656,85.2992,85.2992,84.6328,84.6328,83.6332,82.96679999999999,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,86.632,86.632,87.9648,87.9648,88.298,88.298,88.298,87.2984,86.9652,86.2988,86.2988,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.966,86.2988,87.2984,88.298,88.63119999999999,89.2976,89.2976,90.2972,90.2972,90.6304,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.964,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.9628,93.9624,94.962,95.9616,96.9612,98.294,100.6264,103.62519999999999,105.9576,107.6236,108.6232,109.956,109.2896,108.28999999999999,106.9572,105.2912,105.9576,107.9568,110.2892,111.622,112.95479999999999,112.95479999999999,111.9552,110.2892,107.6236,102.6256,99.6268,100.2932,100.6264,100.6264,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.292,101.9592,101.9592,101.2928,101.626,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,99.6268,99.6268,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936],[66.9732,66.3068,66.3068,65.6404,64.6408,63.9744,63.308,62.6416,61.3088,59.976,58.6432,57.3104,55.6444,53.9784,53.312,51.9792,50.9796,49.6468,48.314,46.647999999999996,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,54.3116,54.978,56.3108,57.6436,59.309599999999996,60.6424,61.9752,63.308,65.6404,66.3068,66.3068,66.9732,67.3064,67.3064,67.3064,66.64,65.3072,63.9744,61.9752,59.309599999999996,56.977199999999996,54.978,52.9788,50.9796,47.6476,46.3148,45.6484,44.315599999999996,42.9828,41.65,41.65,40.9836,39.984,39.984,39.984,40.6504,42.3164,43.6492,44.982,46.3148,47.6476,48.980399999999996,49.6468,51.9792,53.312,53.9784,54.6448,55.9776,56.977199999999996,58.31,58.31,58.31,57.6436,56.3108,54.3116,50.9796,48.314,45.3152,42.6496,40.6504,36.652,33.32,30.9876,29.654799999999998,27.6556,26.9892,26.3228,25.6564,24.3236,23.6572,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,24.3236,24.99,25.6564,26.3228,26.9892,27.6556,28.6552,27.9888,27.6556,28.322,30.6544,33.986399999999996,38.9844,42.6496,44.6488,45.9816,46.647999999999996,46.647999999999996,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,53.6452,54.3116,54.978,55.9776,56.644,57.6436,58.9764,59.6428,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.9744,64.6408,65.3072,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,66.64,66.64,66.64,66.64,66.64,66.64,66.64,66.64,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.3064,67.3064,67.3064,67.3064,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,64.3076,63.6412,63.6412,63.6412,64.974,65.6404,67.6396,68.306,69.3056,69.972,70.6384,71.3048,73.63719999999999,74.97,76.3028,77.6356,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.2996,85.6324,86.2988,87.2984,87.9648,88.63119999999999,89.6308,90.6304,91.2968,91.9632,92.6296,93.6292,93.9624,93.9624,94.6288,95.2952,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.96039999999999,99.2936,99.2936,99.96,99.6268,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.2952,95.2952,94.962,94.962,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.2968,90.6304,89.2976,88.9644,87.9648,87.2984,86.2988,86.2988,85.6324,85.6324,85.9656,85.9656,85.6324,85.6324,86.2988,86.2988,86.2988,86.632,87.2984,87.9648,86.9652,86.2988,85.6324,85.6324,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,86.632,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,87.2984,86.9652,86.2988,84.966,84.966,83.9664,83.9664,83.3,83.3,83.6332,84.966,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.9628,93.9624,94.962,95.9616,96.9612,98.294,100.6264,103.62519999999999,105.9576,107.6236,108.6232,109.956,109.956,108.6232,107.6236,105.9576,106.624,108.6232,110.2892,111.9552,112.6216,112.6216,111.9552,110.2892,107.6236,102.6256,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.626,102.2924,103.292,103.292,102.9588,102.9588,102.9588,102.2924,102.2924,101.9592,101.626,101.2928,100.9596,100.6264,100.2932,99.6268,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.2936],[67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,64.3076,63.6412,61.9752,60.6424,58.6432,57.3104,55.6444,54.3116,52.9788,51.646,50.3132,48.980399999999996,46.9812,46.3148,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.6456,53.312,53.9784,55.6444,56.977199999999996,58.31,60.3092,61.9752,62.6416,63.308,64.6408,64.974,64.974,64.974,64.6408,63.9744,62.6416,61.3088,59.976,57.3104,55.6444,53.9784,52.6456,50.3132,46.9812,45.3152,44.6488,43.316,41.9832,40.6504,39.984,39.3176,39.3176,38.318,37.6516,37.9848,39.3176,40.6504,41.3168,42.6496,43.316,44.6488,45.6484,46.3148,47.6476,48.980399999999996,49.6468,50.9796,51.646,52.3124,53.9784,53.9784,53.312,51.646,50.3132,47.3144,44.315599999999996,42.3164,39.984,37.6516,34.6528,31.9872,29.654799999999998,28.322,26.9892,26.3228,25.6564,24.99,24.3236,23.6572,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,25.6564,26.3228,26.9892,27.6556,27.9888,27.9888,27.6556,28.322,30.6544,33.986399999999996,39.3176,42.6496,44.982,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,52.3124,52.9788,54.6448,55.6444,56.3108,56.977199999999996,57.6436,58.6432,59.976,60.6424,62.3084,63.308,63.9744,64.6408,64.6408,65.6404,65.6404,66.3068,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,69.972,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,65.6404,64.974,64.974,64.974,65.3072,64.6408,64.6408,64.6408,65.3072,66.64,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,73.63719999999999,74.97,76.3028,77.6356,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.2996,85.6324,86.2988,87.9648,88.298,89.2976,90.2972,91.2968,91.9632,92.6296,93.29599999999999,93.9624,94.6288,94.962,95.6284,95.9616,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,99.2936,99.96,100.2932,100.6264,99.96,99.96,99.96,99.6268,98.96039999999999,98.6272,98.294,97.96079999999999,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.2952,94.962,94.962,94.962,94.2956,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.2968,90.6304,89.2976,88.298,87.9648,86.632,85.6324,84.966,84.2996,84.2996,84.6328,84.6328,84.2996,84.2996,84.966,84.966,85.6324,86.632,86.632,86.632,86.632,85.6324,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.3004,82.3004,81.634,81.634,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,81.634,81.634,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,85.6324,85.6324,86.632,87.2984,88.298,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.2984,86.9652,86.2988,84.966,84.966,83.9664,83.9664,83.3,83.3,83.6332,84.966,86.2988,86.632,87.9648,88.298,89.2976,89.2976,89.964,89.964,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,90.6304,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,94.6288,96.628,97.6276,98.294,100.6264,103.292,105.6244,107.6236,108.6232,109.2896,109.2896,108.6232,107.6236,106.624,106.9572,108.28999999999999,109.6228,110.9556,111.622,111.622,110.9556,110.2892,108.28999999999999,103.292,100.6264,100.6264,100.6264,99.96,99.96,100.2932,100.2932,100.6264,101.626,102.6256,103.62519999999999,104.2916,104.958,104.958,104.958,103.292,102.9588,102.6256,101.9592,101.2928,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,98.294,98.294,98.294,98.294,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932],[68.306,68.306,68.306,67.6396,66.9732,65.6404,64.974,63.6412,61.9752,60.6424,58.6432,57.3104,55.6444,54.3116,52.3124,51.646,50.3132,48.980399999999996,46.9812,45.6484,44.982,44.982,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,50.3132,51.3128,51.9792,52.6456,53.9784,55.6444,56.977199999999996,58.9764,60.3092,61.3088,61.9752,63.308,63.308,63.308,63.6412,62.6416,61.9752,60.6424,58.6432,57.3104,55.6444,53.9784,53.312,51.646,49.6468,46.647999999999996,44.6488,43.9824,42.6496,41.3168,39.984,39.3176,38.6512,37.9848,36.652,35.9856,35.9856,36.652,37.9848,39.3176,39.984,39.984,40.6504,41.3168,41.9832,43.316,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,49.6468,48.980399999999996,46.9812,44.315599999999996,42.3164,39.3176,37.9848,35.3192,32.6536,30.6544,28.9884,27.6556,26.3228,26.3228,25.6564,24.99,24.3236,23.6572,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,26.3228,26.9892,27.6556,27.9888,27.9888,27.6556,29.3216,31.3208,34.6528,39.3176,42.6496,44.982,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.9788,53.6452,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,61.3088,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,69.6388,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,66.64,65.9736,65.3072,65.3072,65.9736,66.64,67.97279999999999,68.6392,68.6392,69.3056,69.972,71.3048,73.63719999999999,74.97,76.3028,77.6356,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.966,86.2988,86.632,88.298,88.9644,89.964,90.6304,91.63,92.6296,93.29599999999999,93.6292,94.6288,95.2952,95.6284,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.96,99.96,100.6264,100.6264,100.6264,100.6264,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,98.294,97.6276,96.9612,96.9612,96.2948,96.2948,95.9616,95.2952,95.2952,94.962,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.2968,89.964,89.2976,88.298,86.632,85.6324,84.966,84.2996,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,85.6324,86.632,86.632,85.9656,85.6324,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.3004,81.634,81.634,80.9676,80.6344,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,81.634,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,85.6324,86.632,87.9648,88.298,89.2976,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.9652,85.6324,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.966,86.2988,86.632,87.9648,88.298,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.964,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,94.6288,95.9616,97.6276,98.294,100.6264,103.292,105.6244,107.6236,108.28999999999999,108.6232,109.2896,108.6232,107.6236,106.9572,106.9572,107.6236,108.6232,109.2896,109.956,109.956,109.956,109.2896,107.6236,103.62519999999999,101.2928,100.6264,100.6264,99.96,99.2936,99.6268,99.6268,100.2932,101.2928,102.6256,103.62519999999999,104.958,105.2912,105.9576,105.9576,105.2912,104.2916,102.9588,102.2924,101.9592,101.2928,100.9596,100.9596,100.2932,100.2932,100.2932,99.96,99.96,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932],[68.9724,68.9724,68.306,67.6396,66.9732,66.3068,64.974,64.3076,61.9752,60.6424,58.6432,57.3104,54.978,53.6452,52.3124,50.9796,49.6468,48.314,46.9812,45.6484,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,51.646,53.6452,54.978,57.3104,58.6432,59.309599999999996,60.3092,61.3088,61.3088,61.3088,61.3088,60.6424,59.309599999999996,58.6432,57.3104,56.3108,54.3116,53.312,52.6456,51.646,48.980399999999996,45.9816,43.6492,42.9828,41.65,39.984,38.6512,37.9848,37.3184,36.652,35.3192,33.986399999999996,33.986399999999996,34.6528,35.9856,35.9856,36.652,36.652,37.3184,37.3184,38.318,39.6508,41.3168,41.9832,42.6496,42.6496,43.6492,44.982,45.6484,45.6484,44.982,43.6492,41.9832,39.984,37.3184,35.3192,33.986399999999996,31.3208,29.654799999999998,28.322,26.9892,26.3228,25.6564,25.6564,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.6564,26.3228,26.9892,27.6556,27.9888,27.9888,28.322,29.3216,31.9872,35.3192,39.984,42.6496,44.982,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,53.6452,54.3116,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,62.3084,63.9744,64.6408,65.3072,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.6392,67.97279999999999,67.3064,66.64,65.9736,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,71.3048,73.63719999999999,74.97,76.3028,77.6356,78.9684,79.6348,80.6344,81.3008,82.3004,82.96679999999999,84.2996,84.966,86.2988,87.2984,88.298,88.9644,89.964,91.2968,91.9632,92.9628,93.6292,93.9624,94.6288,95.2952,95.9616,95.9616,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.96,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.9616,95.2952,95.2952,94.2956,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.2968,89.964,89.2976,88.298,86.632,85.6324,84.966,83.6332,82.96679999999999,82.3004,82.3004,82.3004,81.9672,82.6336,82.6336,83.3,83.6332,85.6324,85.6324,85.2992,85.2992,84.2996,83.9664,83.3,83.3,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.968,78.9684,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,81.634,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,86.2988,86.632,87.6316,88.9644,89.6308,90.2972,90.6304,90.6304,90.2972,89.964,89.2976,88.9644,88.298,88.298,87.2984,86.9652,86.2988,86.2988,85.6324,85.6324,85.6324,85.6324,85.9656,86.9652,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,94.6288,95.9616,96.9612,98.294,100.2932,103.292,105.6244,106.9572,108.28999999999999,108.6232,109.2896,108.6232,107.6236,106.9572,106.624,106.9572,106.9572,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.2904,103.9584,102.2924,101.626,100.6264,99.96,99.2936,99.2936,99.2936,100.2932,100.6264,102.6256,103.62519999999999,104.958,105.6244,107.2904,107.2904,106.9572,105.2912,104.2916,103.292,101.9592,101.2928,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932],[69.6388,68.9724,68.306,67.6396,66.9732,66.3068,64.974,63.6412,61.9752,60.6424,58.6432,56.644,54.978,53.6452,51.646,50.9796,49.6468,48.314,46.9812,45.6484,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,50.3132,52.3124,53.6452,55.3112,56.644,57.9768,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,57.9768,56.3108,55.6444,54.6448,52.9788,52.6456,51.646,49.98,47.9808,44.6488,43.316,42.3164,40.9836,38.6512,37.9848,37.3184,35.9856,34.6528,33.986399999999996,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,41.3168,41.3168,40.6504,39.984,37.9848,36.9852,35.3192,33.986399999999996,31.9872,29.654799999999998,28.322,26.9892,26.3228,25.6564,24.99,24.99,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.6564,26.3228,26.3228,26.9892,27.6556,27.9888,27.9888,28.322,29.654799999999998,31.9872,35.3192,39.984,43.316,45.6484,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,51.646,52.3124,52.9788,53.6452,54.978,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,60.6424,62.3084,63.9744,65.3072,66.64,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.3052,70.3052,69.6388,69.6388,69.6388,70.3052,70.3052,70.3052,70.9716,70.9716,70.9716,70.9716,70.6384,69.3056,68.6392,67.97279999999999,67.3064,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,70.6384,71.3048,73.63719999999999,74.97,76.3028,76.9692,78.9684,79.6348,80.6344,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.2984,88.298,89.6308,90.2972,91.2968,91.9632,92.9628,93.6292,93.9624,94.6288,95.2952,95.9616,95.9616,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.96,99.96,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,99.96,99.96,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.9612,96.2948,95.9616,95.2952,94.2956,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.2968,89.964,89.2976,88.298,86.632,85.6324,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,83.3,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.9684,78.9684,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,81.634,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,86.2988,87.2984,87.6316,88.9644,89.6308,90.2972,90.6304,90.6304,90.2972,89.964,89.2976,89.2976,88.9644,88.9644,88.298,87.2984,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.9644,89.2976,89.964,89.964,90.2972,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,94.6288,95.6284,96.628,97.6276,99.96,102.2924,104.6248,106.9572,108.28999999999999,108.6232,109.2896,108.6232,107.6236,106.9572,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,105.9576,103.9584,102.2924,101.626,100.6264,99.96,99.2936,99.2936,99.6268,100.2932,101.2928,102.6256,104.2916,105.2912,106.2908,107.9568,107.9568,107.2904,106.624,104.958,103.292,101.9592,101.2928,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932],[69.6388,68.9724,68.306,67.6396,66.9732,65.6404,64.6408,63.308,61.3088,59.976,57.9768,56.644,54.3116,52.6456,50.9796,50.3132,48.980399999999996,47.6476,46.9812,45.6484,44.6488,44.6488,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.647999999999996,46.647999999999996,46.9812,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.9788,54.3116,55.9776,56.644,56.977199999999996,57.3104,56.3108,56.3108,56.3108,55.6444,54.978,53.9784,52.9788,51.646,50.9796,49.6468,48.980399999999996,46.647999999999996,43.9824,41.9832,40.6504,39.3176,37.9848,36.652,35.9856,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.3192,35.3192,33.986399999999996,34.6528,33.32,31.9872,30.6544,28.322,26.9892,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.3232,25.9896,25.9896,25.9896,26.3228,26.3228,26.9892,27.6556,27.9888,28.6552,28.6552,29.654799999999998,31.9872,35.9856,39.984,43.316,45.6484,46.9812,47.6476,48.314,49.6468,49.6468,50.3132,51.646,52.9788,53.6452,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.6432,58.6432,59.309599999999996,59.976,62.6416,64.3076,66.3068,68.306,68.9724,69.6388,70.3052,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.638,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,72.3044,73.63719999999999,74.97,75.6364,76.9692,78.30199999999999,79.6348,80.3012,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.2984,88.298,89.2976,90.6304,91.2968,92.6296,92.9628,93.9624,94.2956,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,99.96,99.2936,97.96079999999999,96.9612,96.2948,95.9616,94.962,94.2956,94.2956,94.2956,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.29599999999999,92.6296,92.6296,91.9632,91.63,91.2968,89.964,89.2976,88.298,86.632,85.6324,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.6348,78.9684,78.9684,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,78.9684,79.6348,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.3012,80.3012,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,86.2988,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.2972,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.298,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,91.63,91.63,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,94.962,95.9616,97.6276,99.96,102.2924,104.6248,105.6244,106.9572,108.6232,109.2896,107.9568,107.2904,106.2908,105.6244,105.9576,106.624,106.624,106.624,105.9576,105.9576,105.9576,105.2912,103.9584,102.6256,101.9592,101.626,101.2928,100.2932,100.2932,100.2932,100.6264,101.9592,103.292,104.6248,106.624,107.2904,108.6232,108.6232,108.6232,106.9572,105.2912,103.62519999999999,102.6256,101.626,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264],[69.6388,68.9724,68.306,67.6396,66.3068,65.6404,63.9744,63.308,61.3088,59.976,57.9768,56.644,54.3116,52.6456,50.9796,49.6468,48.314,47.6476,46.9812,45.6484,44.6488,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.3152,45.3152,45.6484,45.6484,46.3148,47.6476,48.980399999999996,49.6468,50.9796,51.646,52.9788,53.6452,53.6452,53.9784,53.6452,53.6452,53.6452,53.6452,52.6456,51.646,50.9796,50.3132,49.6468,48.314,47.6476,45.9816,42.6496,40.6504,39.3176,37.9848,36.652,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,30.6544,29.988,29.3216,29.3216,29.3216,29.988,30.6544,31.3208,31.3208,31.9872,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.9872,31.3208,30.6544,29.3216,27.6556,26.3228,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.9896,25.9896,25.9896,25.9896,26.3228,26.3228,26.9892,27.6556,28.6552,28.6552,28.6552,30.3212,32.6536,35.9856,39.984,43.316,45.6484,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,53.6452,54.3116,54.978,56.3108,56.977199999999996,57.6436,58.31,58.31,58.6432,59.309599999999996,59.309599999999996,60.6424,63.308,65.6404,67.6396,68.9724,70.3052,70.9716,70.9716,70.9716,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.304,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.9716,71.638,72.3044,72.9708,74.3036,74.97,76.3028,76.9692,78.30199999999999,78.9684,79.6348,81.3008,82.3004,83.6332,84.966,85.6324,86.632,87.6316,88.9644,89.2976,90.6304,91.2968,92.6296,92.9628,93.9624,94.2956,94.962,94.962,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,99.96,98.6272,97.96079999999999,96.9612,96.2948,95.2952,95.2952,94.2956,94.2956,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,91.9632,91.9632,91.2968,91.2968,89.964,88.63119999999999,87.6316,85.9656,84.966,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,78.9684,78.9684,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,78.9684,78.9684,78.9684,78.9684,79.3016,78.6352,78.30199999999999,78.9684,79.3016,79.3016,79.968,79.968,79.3016,79.3016,79.968,79.968,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,79.6348,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,86.9652,87.2984,88.63119999999999,89.2976,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.2976,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.6308,90.6304,91.2968,91.63,92.2964,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,95.6284,96.9612,98.96039999999999,101.2928,103.62519999999999,105.6244,106.9572,108.6232,109.2896,107.9568,107.2904,106.2908,105.6244,105.9576,105.9576,106.2908,106.2908,105.6244,105.6244,105.2912,104.958,103.9584,103.292,102.6256,102.9588,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,104.6248,105.6244,107.2904,107.9568,108.6232,109.6228,109.2896,107.9568,105.6244,103.62519999999999,102.6256,101.626,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,100.2932,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264],[68.9724,68.9724,68.306,66.9732,66.3068,64.974,63.9744,62.6416,61.3088,59.976,58.6432,56.644,54.978,53.312,50.9796,49.6468,48.314,47.6476,46.9812,45.6484,44.6488,43.9824,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.315599999999996,44.315599999999996,44.982,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.647999999999996,45.9816,44.6488,41.3168,39.3176,38.318,37.6516,35.3192,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,30.6544,29.988,28.6552,27.9888,27.3224,26.656,27.3224,27.3224,27.9888,27.9888,28.6552,28.6552,28.6552,28.6552,28.6552,28.6552,28.6552,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,28.9884,27.6556,26.3228,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,24.99,25.6564,25.9896,26.656,26.656,26.656,26.3228,26.3228,26.9892,27.6556,28.6552,28.6552,29.3216,30.3212,32.6536,35.9856,39.984,43.316,46.3148,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,53.6452,54.3116,55.6444,56.3108,57.6436,58.31,58.31,58.9764,59.309599999999996,59.309599999999996,59.976,61.3088,63.9744,66.9732,68.9724,70.3052,70.9716,71.638,72.3044,72.3044,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,72.6376,72.6376,73.304,73.304,73.9704,73.9704,74.6368,74.6368,74.6368,74.6368,74.6368,73.9704,73.304,73.304,73.304,73.304,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,81.3008,82.3004,83.6332,84.966,86.2988,86.632,88.298,88.63119999999999,89.2976,90.6304,91.2968,92.6296,92.9628,93.9624,94.2956,94.962,94.962,95.9616,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.2924,102.2924,101.9592,101.2928,101.2928,100.9596,98.96039999999999,98.6272,97.96079999999999,96.9612,96.9612,95.9616,95.2952,95.2952,93.9624,94.2956,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.6296,92.6296,91.9632,91.9632,91.2968,91.2968,89.964,88.9644,87.6316,85.9656,84.966,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,82.96679999999999,82.3004,82.3004,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,78.9684,78.9684,78.30199999999999,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,78.6352,78.6352,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,86.9652,87.2984,88.298,88.63119999999999,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.6316,87.6316,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,90.6304,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,92.6296,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.962,96.628,98.96039999999999,101.2928,103.292,104.6248,106.2908,108.28999999999999,108.6232,107.9568,106.9572,105.6244,105.2912,105.9576,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,105.6244,104.958,103.9584,103.9584,103.9584,104.6248,104.958,104.958,104.958,104.958,105.9576,106.624,106.9572,107.9568,108.6232,109.2896,110.6224,109.956,107.9568,105.9576,103.62519999999999,102.6256,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928],[68.9724,68.306,67.6396,66.9732,66.3068,64.974,63.9744,62.6416,61.3088,59.976,58.6432,57.3104,54.978,53.312,50.9796,49.6468,48.314,46.9812,46.3148,45.6484,43.9824,43.316,43.316,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.6492,43.6492,44.315599999999996,44.315599999999996,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,47.6476,47.6476,47.6476,46.9812,46.647999999999996,45.3152,44.6488,44.6488,42.6496,39.984,38.6512,37.6516,35.9856,33.986399999999996,32.6536,31.9872,31.3208,30.6544,29.988,29.988,29.3216,29.3216,29.3216,27.9888,26.656,25.9896,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,26.3228,26.3228,26.9892,27.6556,27.6556,26.9892,26.3228,24.99,24.3236,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.656,26.656,26.656,26.656,26.3228,26.9892,27.6556,27.6556,28.6552,28.6552,29.3216,30.3212,32.6536,35.9856,39.984,43.316,46.3148,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,53.6452,54.978,55.6444,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,61.3088,63.9744,66.3068,68.306,70.3052,70.9716,72.3044,72.3044,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,73.304,73.9704,73.9704,74.6368,74.97,75.6364,75.6364,76.3028,75.9696,75.9696,75.3032,75.3032,75.3032,75.3032,74.6368,74.6368,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.9684,79.6348,80.3012,81.3008,82.3004,83.6332,84.966,86.2988,87.2984,88.298,88.63119999999999,89.2976,90.6304,91.2968,92.6296,92.9628,93.9624,94.2956,94.962,94.962,95.9616,96.2948,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.2924,102.6256,102.2924,101.9592,101.9592,101.2928,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.2948,95.9616,95.2952,94.962,94.2956,94.2956,94.2956,93.9624,93.6292,93.6292,93.6292,92.6296,92.6296,91.9632,91.9632,91.2968,91.2968,89.964,88.9644,87.6316,85.9656,84.966,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,81.634,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,78.9684,78.9684,78.9684,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.3016,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,76.636,76.636,76.636,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.9652,86.9652,87.6316,88.298,88.63119999999999,89.2976,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,87.6316,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,90.2972,90.2972,91.2968,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.962,96.628,98.294,100.6264,102.6256,104.2916,105.9576,107.6236,108.28999999999999,107.2904,106.9572,105.6244,104.6248,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,104.6248,104.958,104.6248,104.958,105.6244,105.9576,105.9576,105.6244,106.2908,106.9572,107.6236,107.6236,107.9568,108.6232,109.956,110.6224,110.6224,109.956,108.28999999999999,105.9576,103.62519999999999,102.6256,101.626,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626],[68.9724,68.306,67.6396,66.9732,66.3068,64.974,64.3076,62.6416,61.9752,60.6424,58.6432,57.3104,55.6444,53.6452,51.646,50.3132,48.980399999999996,47.3144,46.3148,44.6488,43.9824,43.316,42.6496,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,41.9832,41.9832,42.6496,42.6496,43.6492,44.315599999999996,44.315599999999996,44.982,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,45.6484,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,41.3168,39.984,37.9848,36.652,35.9856,33.986399999999996,31.9872,30.6544,29.988,29.988,29.3216,28.6552,28.6552,27.9888,27.9888,27.9888,26.656,25.6564,24.99,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,23.9904,23.323999999999998,23.323999999999998,22.6576,22.6576,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.656,26.656,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.9884,28.9884,29.654799999999998,30.3212,32.6536,35.9856,39.984,43.316,45.6484,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,53.6452,54.978,55.6444,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,63.9744,66.3068,69.3056,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,77.6356,78.30199999999999,78.9684,79.6348,80.3012,81.3008,82.3004,83.6332,84.966,86.2988,87.2984,88.298,88.9644,89.2976,90.6304,91.2968,92.6296,92.9628,93.6292,93.9624,94.962,94.962,95.9616,96.2948,96.9612,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.9596,100.9596,101.2928,101.2928,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,102.9588,102.6256,102.2924,101.9592,100.2932,99.6268,98.96039999999999,98.6272,97.2944,96.9612,96.9612,95.9616,95.9616,94.962,94.962,94.962,94.6288,93.9624,93.6292,93.6292,92.9628,92.6296,91.9632,91.9632,91.2968,91.2968,89.964,88.9644,87.6316,85.9656,84.966,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,81.634,80.9676,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.6348,79.6348,79.6348,78.9684,79.3016,79.3016,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,84.966,85.2992,85.9656,85.9656,86.2988,86.2988,85.9656,85.9656,84.966,85.6324,86.2988,86.9652,87.2984,87.6316,88.298,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,91.9632,92.6296,92.6296,93.29599999999999,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,96.9612,98.294,100.6264,102.6256,103.62519999999999,105.2912,106.9572,107.6236,107.6236,106.9572,105.9576,104.958,104.6248,104.6248,104.6248,104.958,104.6248,104.6248,104.6248,103.9584,103.9584,104.6248,104.6248,105.6244,106.2908,107.6236,108.28999999999999,108.6232,108.6232,109.2896,109.2896,109.2896,109.956,111.2888,111.2888,110.9556,110.2892,108.28999999999999,105.9576,103.62519999999999,102.6256,101.626,101.9592,101.9592,101.9592,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256],[68.9724,68.306,67.6396,66.9732,66.3068,64.974,64.3076,62.6416,61.9752,60.6424,59.309599999999996,57.9768,55.6444,54.3116,51.646,50.3132,48.980399999999996,47.3144,45.3152,44.6488,43.316,42.6496,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,41.9832,41.9832,41.3168,41.9832,41.9832,42.9828,42.9828,42.9828,42.6496,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.3168,40.6504,39.3176,37.9848,36.652,35.3192,33.32,32.6536,30.6544,29.3216,28.322,28.322,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,25.6564,24.99,23.6572,23.6572,22.9908,22.9908,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,21.9912,22.6576,22.6576,21.9912,21.9912,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,22.3244,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.656,26.656,26.656,26.656,27.3224,27.3224,27.9888,27.9888,28.9884,28.9884,29.654799999999998,30.3212,32.6536,35.9856,39.984,42.6496,44.982,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,53.6452,54.978,55.6444,56.977199999999996,57.6436,58.31,58.9764,59.6428,61.3088,63.308,66.3068,68.306,71.3048,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.968,80.6344,80.6344,81.3008,82.3004,84.2996,84.966,86.2988,87.2984,87.9648,88.298,88.9644,89.964,91.2968,91.9632,92.9628,93.6292,93.9624,94.962,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.9596,100.9596,101.2928,101.9592,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,102.9588,102.9588,102.2924,101.9592,100.6264,100.2932,99.6268,98.6272,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.6284,95.6284,94.962,94.6288,94.6288,93.9624,93.6292,92.9628,92.6296,91.9632,91.9632,91.2968,90.2972,89.6308,88.9644,87.6316,85.9656,84.966,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.634,81.634,80.9676,80.3012,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.6348,79.6348,79.6348,79.6348,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,75.6364,74.97,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.2992,85.9656,85.9656,86.2988,86.2988,85.9656,85.9656,84.966,84.966,86.2988,86.2988,87.2984,87.6316,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.2972,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,95.6284,96.9612,98.294,100.6264,101.9592,103.62519999999999,105.2912,106.624,107.6236,107.6236,106.9572,105.9576,104.6248,103.9584,103.62519999999999,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.6244,106.624,107.9568,108.6232,109.2896,110.6224,110.6224,110.2892,110.9556,111.2888,111.2888,111.622,110.9556,110.2892,108.28999999999999,105.9576,103.62519999999999,102.6256,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256],[68.9724,68.306,67.6396,66.9732,66.3068,64.974,64.3076,63.6412,61.9752,61.3088,59.309599999999996,57.9768,56.644,54.6448,52.6456,50.6464,48.980399999999996,45.9816,45.3152,43.9824,43.316,42.6496,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,41.9832,41.9832,41.9832,41.9832,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,39.984,39.3176,38.6512,37.9848,36.652,35.3192,33.986399999999996,32.6536,31.654,30.3212,28.9884,27.3224,26.3228,26.3228,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,24.99,24.3236,23.6572,23.6572,22.3244,22.3244,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,21.3248,21.3248,21.3248,21.9912,21.9912,21.9912,21.3248,21.3248,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,21.3248,21.3248,22.3244,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.656,26.656,26.656,26.656,27.3224,27.3224,27.9888,28.6552,28.9884,28.9884,29.654799999999998,30.3212,32.6536,35.9856,39.984,41.9832,44.315599999999996,44.982,45.6484,46.3148,47.6476,48.314,48.980399999999996,50.3132,52.9788,54.3116,55.6444,56.977199999999996,58.31,58.9764,58.9764,60.3092,62.6416,65.3072,67.6396,70.3052,72.6376,73.9704,73.9704,73.9704,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,82.96679999999999,84.2996,85.6324,86.2988,87.2984,87.9648,88.298,88.9644,89.964,90.6304,91.9632,92.9628,93.6292,93.9624,94.962,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.9596,100.9596,101.2928,101.9592,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,102.9588,102.9588,102.6256,101.9592,100.6264,100.2932,99.6268,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,96.2948,95.9616,95.9616,94.6288,94.6288,93.9624,93.6292,92.9628,92.6296,91.9632,91.63,91.2968,90.2972,89.6308,88.9644,87.6316,85.9656,84.966,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.634,80.9676,80.9676,80.3012,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.6348,79.6348,79.6348,79.6348,79.968,79.3016,78.6352,78.6352,77.6356,77.6356,76.9692,76.9692,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.9684,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.9664,83.9664,84.966,84.966,85.9656,85.9656,86.2988,86.2988,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,87.2984,87.6316,88.298,88.63119999999999,89.2976,89.964,90.6304,90.9636,91.63,91.63,91.2968,91.2968,91.2968,90.6304,89.964,89.964,89.964,89.964,89.2976,88.9644,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,91.2968,91.63,92.2964,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.962,95.9616,97.96079999999999,99.2936,101.626,102.9588,103.292,104.2916,106.2908,107.6236,106.9572,106.624,104.958,104.6248,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,105.2912,106.2908,107.2904,108.6232,109.956,110.9556,111.622,111.622,111.622,111.622,111.622,111.9552,111.2888,110.2892,108.28999999999999,105.9576,104.6248,102.6256,101.2928,100.6264,101.2928,102.6256,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256],[68.9724,68.9724,68.306,66.9732,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,60.6424,59.309599999999996,57.9768,56.644,53.9784,51.9792,48.980399999999996,46.9812,45.3152,44.6488,43.316,41.9832,41.3168,40.6504,39.984,39.984,39.984,39.984,39.984,39.984,39.984,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,40.6504,40.3172,39.6508,39.6508,38.9844,38.9844,38.9844,38.318,38.318,38.9844,38.318,37.9848,37.3184,36.652,35.9856,34.6528,33.32,32.6536,31.3208,30.3212,28.9884,27.3224,26.656,25.6564,24.99,25.3232,25.3232,25.3232,25.9896,25.9896,25.3232,24.3236,23.6572,23.6572,23.6572,22.3244,21.658,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.6584,20.6584,21.3248,21.3248,21.3248,21.3248,21.3248,20.6584,20.6584,19.992,19.992,20.6584,20.6584,20.6584,21.3248,21.3248,22.3244,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,25.9896,26.656,26.656,27.3224,27.3224,27.9888,28.6552,28.6552,28.9884,29.654799999999998,29.654799999999998,30.9876,33.32,35.9856,39.984,41.9832,43.6492,44.315599999999996,44.982,45.6484,46.9812,47.6476,48.314,49.6468,52.3124,54.3116,55.6444,56.977199999999996,58.31,59.6428,59.6428,61.3088,63.308,66.3068,68.9724,70.9716,73.9704,74.6368,73.9704,73.9704,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,80.3012,80.3012,80.6344,81.3008,81.3008,81.9672,81.3008,81.3008,81.9672,81.9672,81.9672,82.96679999999999,84.2996,85.2992,86.2988,86.632,87.9648,87.9648,88.298,88.9644,89.964,90.6304,91.9632,92.9628,93.6292,93.9624,94.962,95.6284,96.2948,96.2948,96.9612,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.9596,101.2928,101.9592,101.9592,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,101.9592,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,94.6288,94.6288,93.9624,93.6292,92.9628,92.6296,91.9632,91.63,90.6304,89.964,88.9644,88.298,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,81.3008,80.6344,80.9676,80.3012,80.3012,79.6348,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.6348,79.6348,79.6348,79.6348,79.968,79.3016,78.6352,78.6352,77.6356,76.9692,76.9692,76.9692,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.30199999999999,79.3016,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.9664,83.9664,84.966,84.966,85.9656,85.9656,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.6316,88.298,88.63119999999999,89.2976,90.2972,90.9636,91.63,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,89.964,89.964,89.964,89.964,89.2976,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.63,92.2964,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,96.2948,97.96079999999999,99.96,101.9592,103.62519999999999,103.62519999999999,104.6248,106.2908,107.6236,107.9568,107.6236,105.9576,105.6244,105.9576,104.958,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,102.9588,103.62519999999999,103.9584,104.6248,105.6244,106.9572,108.6232,109.956,110.2892,111.622,112.2884,112.2884,112.2884,112.2884,111.622,111.622,110.2892,108.28999999999999,106.624,104.6248,103.292,101.2928,101.2928,101.9592,102.6256,102.9588,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256],[69.972,69.3056,68.6392,67.97279999999999,66.64,65.9736,65.9736,65.3072,64.974,64.3076,62.6416,61.3088,59.976,58.6432,57.3104,54.6448,50.3132,48.6472,46.3148,44.982,43.316,41.9832,40.6504,39.984,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.984,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,41.9832,41.3168,40.3172,40.3172,40.3172,39.6508,39.6508,38.9844,38.9844,38.318,37.6516,36.9852,36.9852,36.9852,36.652,36.652,35.9856,35.3192,33.32,32.6536,31.654,30.9876,30.3212,29.654799999999998,28.6552,27.3224,26.656,25.3232,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.3236,23.6572,22.9908,22.9908,22.9908,22.3244,21.658,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,21.3248,21.3248,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,19.6588,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,20.9916,21.9912,22.6576,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.6564,26.3228,26.3228,26.9892,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,33.32,35.9856,38.9844,41.3168,42.6496,43.316,43.9824,44.982,46.3148,47.6476,48.314,49.6468,51.646,52.9788,54.978,56.977199999999996,58.9764,60.6424,61.3088,63.308,65.6404,67.97279999999999,69.972,71.9712,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.9696,75.9696,75.9696,75.9696,75.6364,76.3028,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,77.6356,78.6352,78.6352,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.3012,80.3012,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,85.6324,85.9656,86.632,87.2984,87.9648,87.9648,88.9644,89.2976,89.964,91.2968,91.63,92.6296,93.6292,93.9624,94.962,95.6284,96.2948,96.2948,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,100.9596,101.2928,101.9592,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.2928,100.9596,100.2932,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,95.9616,95.2952,95.2952,94.2956,93.9624,92.9628,91.9632,91.63,91.2968,90.6304,89.964,88.9644,88.298,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,77.6356,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.3032,75.9696,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.634,81.634,81.634,81.634,82.3004,82.3004,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.9664,83.9664,84.966,85.6324,85.9656,85.9656,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,89.2976,90.6304,91.63,92.2964,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.9636,92.2964,92.9628,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,94.2956,94.962,95.9616,96.9612,98.294,100.6264,103.292,103.9584,104.6248,105.2912,107.6236,108.9564,110.6224,110.9556,109.956,108.9564,107.6236,106.9572,106.2908,105.6244,104.958,103.9584,103.292,103.292,103.292,103.292,103.9584,104.6248,105.9576,106.2908,107.2904,108.6232,110.2892,112.2884,112.6216,113.288,113.288,113.288,112.2884,111.622,110.9556,109.2896,107.6236,105.6244,103.62519999999999,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999],[69.972,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.64,66.64,66.3068,65.6404,64.6408,62.6416,61.3088,60.6424,58.9764,56.3108,51.646,49.3136,47.6476,46.3148,43.9824,42.6496,41.3168,39.984,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.3168,41.3168,41.3168,40.6504,39.6508,39.6508,39.6508,38.9844,38.9844,38.318,38.318,37.6516,36.3188,36.3188,36.3188,35.6524,35.3192,35.3192,34.6528,33.32,31.9872,31.3208,30.3212,29.654799999999998,28.9884,28.322,27.3224,26.656,25.3232,24.6568,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,24.99,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.3244,21.658,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,21.3248,21.3248,21.3248,20.6584,20.6584,19.992,19.992,19.992,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.9912,22.6576,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.9892,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,31.3208,33.986399999999996,35.9856,38.9844,41.3168,41.9832,43.316,43.9824,44.982,46.3148,47.6476,48.314,49.6468,51.646,52.9788,54.978,57.6436,59.976,61.3088,61.9752,63.9744,66.3068,68.6392,70.6384,72.6376,74.97,75.6364,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,75.9696,75.9696,76.636,76.636,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,79.3016,80.6344,80.6344,80.9676,80.9676,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.3012,80.3012,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,86.632,87.2984,87.9648,87.9648,87.9648,88.298,88.9644,89.2976,90.6304,91.63,92.6296,93.29599999999999,93.6292,93.9624,94.962,95.6284,96.2948,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,99.96,101.2928,101.9592,102.2924,102.2924,103.292,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,100.9596,100.2932,100.2932,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,96.2948,95.9616,95.2952,94.2956,93.9624,92.9628,91.9632,91.2968,91.2968,90.2972,89.964,88.9644,88.298,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,76.9692,76.9692,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.9696,75.9696,76.636,76.636,77.3024,77.3024,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,82.3004,81.634,81.634,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.3,83.9664,84.2996,85.6324,85.6324,85.9656,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.9644,89.964,90.6304,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.2972,90.2972,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,90.9636,91.63,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,94.962,94.962,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,94.962,95.6284,96.2948,97.6276,98.96039999999999,101.2928,103.62519999999999,105.2912,105.9576,106.9572,109.6228,111.622,112.6216,112.6216,111.9552,111.622,109.2896,108.28999999999999,107.6236,106.9572,106.2908,105.6244,104.958,104.6248,104.6248,104.2916,104.6248,104.6248,105.2912,106.2908,107.2904,107.9568,109.956,111.622,113.288,113.95439999999999,114.2876,114.2876,113.6212,113.288,112.2884,110.9556,108.9564,106.2908,104.2916,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999],[70.6384,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,65.6404,63.9744,62.3084,61.641999999999996,59.6428,57.6436,53.312,51.3128,48.980399999999996,47.6476,45.6484,43.6492,41.9832,39.984,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,39.984,41.3168,41.3168,40.6504,39.984,39.3176,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.6532,32.9868,32.3204,31.654,30.3212,29.654799999999998,28.9884,28.322,27.9888,27.3224,26.3228,25.6564,24.3236,23.6572,22.6576,22.6576,22.9908,23.6572,24.3236,24.99,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.9912,21.9912,21.3248,20.6584,19.992,19.3256,18.6592,18.6592,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.9912,22.6576,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.9892,28.322,28.9884,29.654799999999998,30.3212,30.9876,30.9876,30.9876,31.9872,33.986399999999996,36.652,38.9844,41.3168,42.6496,43.316,43.9824,44.982,46.9812,47.6476,48.980399999999996,50.3132,51.646,53.6452,55.3112,57.6436,60.6424,61.9752,63.308,64.6408,66.9732,68.6392,71.3048,73.304,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,76.636,76.636,77.3024,76.9692,77.6356,77.6356,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,81.3008,81.3008,81.634,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,84.2996,85.2992,85.6324,86.2988,86.2988,86.2988,86.2988,86.9652,87.9648,88.298,88.9644,88.9644,88.63119999999999,89.2976,89.2976,89.964,91.63,92.2964,92.9628,93.6292,93.9624,93.9624,94.962,95.6284,96.2948,96.2948,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,99.96,101.2928,101.9592,102.2924,102.2924,102.6256,102.6256,102.2924,102.2924,102.2924,101.626,101.626,101.2928,100.6264,100.6264,100.6264,100.6264,100.2932,99.6268,99.6268,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,96.2948,95.9616,95.2952,94.2956,93.9624,92.9628,91.9632,91.2968,91.2968,90.2972,89.964,88.9644,88.298,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,81.634,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,83.3,83.3,83.3,83.3,83.9664,83.9664,84.2996,85.6324,85.6324,85.6324,85.9656,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,89.964,90.6304,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,90.9636,91.63,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,94.962,94.962,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,94.962,95.6284,96.2948,97.96079999999999,100.2932,102.6256,104.958,106.624,107.9568,109.956,111.622,112.6216,113.6212,113.6212,113.288,112.2884,110.2892,109.2896,108.6232,107.9568,107.6236,106.9572,106.9572,106.624,106.624,105.6244,105.6244,104.6248,105.6244,106.624,107.6236,107.9568,109.2896,110.9556,113.288,114.6208,115.2872,116.2868,115.6204,114.2876,113.95439999999999,111.9552,109.956,107.2904,105.2912,104.2916,103.62519999999999,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248],[71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,68.6392,67.97279999999999,66.3068,64.6408,63.308,61.641999999999996,59.6428,55.9776,53.9784,52.3124,50.3132,48.314,45.6484,43.6492,41.3168,39.984,38.6512,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,40.6504,40.6504,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,35.3192,34.6528,33.32,33.32,32.3204,32.3204,31.654,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.656,26.656,25.6564,24.3236,23.6572,22.9908,21.9912,21.9912,22.3244,23.6572,24.3236,24.99,24.99,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.6576,21.9912,21.3248,20.6584,19.3256,18.6592,17.9928,17.9928,17.6596,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.9912,22.6576,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,27.6556,28.9884,29.654799999999998,30.3212,30.9876,30.9876,30.9876,31.9872,34.6528,36.652,38.9844,41.3168,42.6496,43.9824,44.6488,45.6484,47.6476,48.314,49.6468,50.9796,52.3124,53.6452,55.9776,58.31,60.6424,62.6416,63.308,65.3072,67.6396,69.972,71.9712,73.9704,76.3028,76.9692,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,77.6356,78.30199999999999,78.30199999999999,78.9684,80.3012,80.3012,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,81.9672,81.9672,81.9672,82.6336,83.6332,85.2992,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.2972,91.2968,92.2964,93.29599999999999,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,96.2948,96.9612,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,99.96,101.2928,101.9592,102.2924,102.2924,102.6256,102.6256,102.2924,102.2924,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.2936,99.2936,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,96.628,96.9612,96.2948,95.9616,95.2952,94.2956,93.9624,92.9628,91.9632,91.2968,91.2968,90.2972,89.964,88.9644,88.298,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.30199999999999,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.968,80.6344,81.3008,82.3004,82.6336,82.6336,83.3,83.3,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,85.6324,86.2988,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,89.964,90.6304,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,92.9628,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,90.9636,91.63,92.9628,92.9628,93.9624,93.9624,94.6288,94.6288,95.6284,95.6284,95.2952,95.2952,94.962,94.6288,94.6288,94.6288,95.6284,95.9616,96.9612,98.6272,100.6264,103.292,105.6244,107.6236,109.956,110.9556,112.6216,113.6212,113.95439999999999,113.95439999999999,112.95479999999999,112.6216,110.9556,110.2892,109.956,109.2896,108.6232,107.9568,107.9568,107.9568,107.9568,107.2904,106.624,106.624,106.624,106.624,107.6236,107.9568,109.2896,110.9556,113.288,114.954,116.62,117.2864,116.62,116.2868,114.954,113.288,110.9556,108.6232,106.2908,104.958,104.2916,103.62519999999999,103.62519999999999,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958],[73.304,73.304,73.304,73.304,73.304,73.304,74.3036,73.63719999999999,72.9708,72.3044,70.9716,69.6388,67.97279999999999,66.3068,64.6408,62.3084,60.3092,58.31,56.977199999999996,54.3116,52.3124,48.980399999999996,46.3148,44.315599999999996,41.3168,39.984,38.6512,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,33.986399999999996,32.6536,32.6536,31.9872,31.654,30.9876,30.3212,29.654799999999998,28.322,27.6556,26.9892,26.3228,25.6564,24.99,24.3236,23.6572,22.6576,21.9912,21.3248,21.3248,21.9912,22.6576,23.9904,24.99,24.99,24.3236,23.6572,22.9908,22.9908,22.9908,23.6572,22.9908,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.9912,21.9912,21.3248,19.992,19.6588,18.9924,18.326,17.6596,17.6596,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,27.6556,28.9884,29.654799999999998,30.3212,30.9876,31.654,31.9872,32.6536,34.6528,36.652,39.6508,41.9832,43.316,43.9824,45.3152,46.3148,48.314,48.980399999999996,50.3132,51.646,52.9788,54.3116,55.9776,58.6432,60.6424,63.308,64.6408,66.3068,68.306,71.638,73.63719999999999,75.6364,78.30199999999999,78.9684,78.30199999999999,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.9696,75.9696,76.636,76.636,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,85.9656,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,89.2976,90.2972,90.6304,91.2968,91.2968,91.9632,92.6296,92.6296,93.29599999999999,94.2956,94.962,95.6284,95.6284,95.6284,95.9616,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,101.2928,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,101.626,101.626,101.2928,101.2928,100.9596,100.9596,100.6264,100.6264,100.2932,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.2944,97.2944,96.9612,96.2948,95.9616,95.2952,94.2956,93.6292,92.9628,91.9632,91.63,91.2968,90.6304,89.964,88.9644,88.298,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.3024,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.3028,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.3,83.3,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,87.2984,87.9648,88.298,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,91.63,92.9628,92.9628,93.6292,93.9624,94.962,95.9616,96.2948,96.2948,95.6284,95.6284,95.6284,95.2952,94.6288,94.6288,94.962,95.9616,97.2944,98.6272,100.9596,103.292,105.2912,108.28999999999999,110.6224,112.95479999999999,113.6212,114.6208,114.6208,114.2876,112.95479999999999,112.2884,111.622,110.9556,110.6224,109.956,109.956,109.2896,109.2896,109.2896,108.6232,108.6232,107.9568,107.6236,107.6236,107.9568,108.28999999999999,109.2896,110.2892,111.622,113.6212,115.9536,117.6196,118.9524,118.9524,117.6196,116.2868,114.2876,112.2884,109.956,107.2904,106.2908,104.958,104.2916,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,105.6244,105.6244,105.2912,105.2912],[74.3036,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.9692,75.6364,74.3036,72.9708,70.9716,69.972,68.306,66.64,64.6408,63.308,61.3088,58.6432,55.6444,52.9788,49.6468,46.9812,44.315599999999996,41.9832,40.6504,39.6508,37.9848,37.3184,35.9856,35.3192,34.6528,34.6528,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.3192,34.6528,33.32,31.9872,31.9872,31.3208,30.9876,30.3212,29.654799999999998,28.322,27.6556,26.9892,26.3228,25.6564,24.99,24.3236,22.9908,22.3244,21.9912,21.3248,20.6584,20.6584,21.3248,22.6576,23.9904,24.99,24.99,24.3236,23.6572,22.9908,22.9908,22.9908,23.6572,22.9908,22.3244,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.3248,21.3248,20.6584,19.992,19.6588,18.9924,18.326,18.326,17.6596,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,27.6556,28.9884,29.654799999999998,30.9876,31.654,31.654,31.9872,32.6536,34.6528,36.652,39.6508,41.9832,43.316,44.6488,45.3152,46.9812,48.314,49.6468,50.3132,51.646,52.9788,54.6448,56.977199999999996,59.309599999999996,61.641999999999996,63.308,64.6408,66.9732,68.9724,72.3044,74.3036,76.3028,78.9684,78.9684,78.30199999999999,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,83.6332,83.6332,83.3,83.3,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.966,85.2992,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,85.6324,85.6324,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,85.2992,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.9644,90.2972,90.6304,91.2968,91.63,93.29599999999999,93.6292,93.9624,94.6288,94.2956,94.6288,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.9596,101.2928,101.9592,102.6256,103.292,103.292,103.292,103.292,102.6256,101.9592,101.626,101.626,100.9596,100.9596,100.9596,100.6264,100.2932,99.2936,99.2936,98.96039999999999,98.6272,98.6272,98.6272,98.6272,97.2944,97.2944,96.9612,96.9612,96.2948,95.9616,94.962,93.6292,92.9628,91.9632,91.63,91.2968,90.6304,89.2976,88.298,87.9648,86.632,86.2988,84.966,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.968,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,76.636,76.636,76.636,76.636,75.9696,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.3,83.9664,83.9664,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.632,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.29599999999999,92.9628,92.9628,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,90.9636,91.63,92.9628,92.9628,93.29599999999999,94.2956,95.6284,96.2948,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.2952,95.2952,95.6284,96.628,97.96079999999999,99.2936,101.9592,103.9584,106.2908,108.9564,111.622,112.95479999999999,114.2876,114.6208,114.6208,113.6212,112.6216,112.2884,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.956,109.956,109.6228,108.6232,108.6232,107.9568,108.6232,109.2896,109.956,110.6224,110.9556,113.288,115.2872,117.2864,118.61919999999999,119.6188,119.6188,118.9524,117.9528,115.6204,113.288,110.9556,108.6232,107.2904,105.6244,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,105.2912,105.9576,105.9576,105.6244,106.2908],[74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.9684,79.968,79.6348,77.9688,76.3028,74.3036,72.9708,71.9712,71.3048,69.6388,68.306,66.3068,63.6412,59.309599999999996,56.3108,53.6452,50.3132,47.6476,44.315599999999996,43.6492,42.6496,40.6504,39.3176,37.9848,36.652,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,32.6536,31.9872,31.3208,30.6544,29.654799999999998,28.9884,28.322,27.6556,26.3228,25.6564,25.6564,24.99,23.6572,22.9908,22.9908,22.3244,21.3248,20.6584,20.6584,20.6584,21.3248,22.6576,23.9904,24.99,24.99,24.3236,23.6572,23.6572,22.9908,22.9908,23.6572,22.9908,22.3244,21.658,21.658,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.6584,19.992,19.992,19.3256,19.6588,18.9924,18.9924,18.9924,18.326,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,24.99,24.99,24.99,25.6564,26.3228,26.3228,27.6556,28.9884,30.3212,30.9876,31.654,32.3204,32.6536,33.32,35.3192,37.3184,39.6508,41.9832,43.9824,44.6488,45.9816,46.9812,48.980399999999996,49.6468,50.9796,52.3124,53.6452,55.3112,56.644,59.309599999999996,61.3088,63.9744,64.6408,66.9732,68.9724,71.9712,73.9704,76.3028,78.30199999999999,78.9684,78.30199999999999,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,76.636,77.3024,78.9684,79.6348,79.6348,80.3012,81.3008,81.9672,81.9672,82.6336,83.6332,84.2996,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.6328,85.2992,85.6324,86.632,86.9652,86.9652,86.9652,87.6316,86.9652,86.9652,87.2984,87.2984,87.2984,86.9652,86.2988,85.6324,85.6324,85.6324,84.966,84.966,85.6324,85.9656,87.2984,88.298,88.63119999999999,88.63119999999999,88.9644,88.9644,89.6308,90.2972,91.2968,91.63,92.6296,92.9628,93.9624,94.6288,95.2952,95.9616,96.2948,96.628,97.2944,97.2944,96.628,96.2948,96.2948,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,100.9596,101.2928,101.9592,102.6256,103.292,103.292,103.292,103.292,102.6256,101.9592,101.626,101.626,100.9596,100.9596,100.9596,100.6264,100.2932,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,97.2944,97.2944,96.9612,96.9612,96.2948,95.9616,94.962,93.6292,92.9628,91.9632,91.63,90.9636,90.6304,89.2976,88.298,87.9648,86.632,86.2988,84.966,83.6332,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.636,76.636,76.636,76.636,75.9696,75.3032,75.3032,75.3032,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,78.30199999999999,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,83.3,83.9664,83.9664,83.9664,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.6324,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,90.9636,91.63,92.9628,92.9628,93.29599999999999,94.2956,95.6284,96.2948,96.9612,96.9612,96.2948,96.2948,95.6284,95.6284,95.2952,95.2952,95.6284,96.628,97.96079999999999,99.6268,102.6256,104.958,106.9572,109.2896,111.622,113.6212,113.6212,114.2876,114.2876,113.288,111.9552,111.2888,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,109.956,110.9556,111.622,111.9552,112.6216,114.2876,117.2864,118.61919999999999,120.2852,120.9516,120.9516,119.952,118.9524,116.62,114.2876,112.95479999999999,110.6224,107.9568,106.2908,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912,105.9576,105.9576,105.6244,106.2908,106.2908,106.9572,106.9572,107.6236],[75.6364,76.3028,76.9692,78.30199999999999,78.9684,80.9676,81.634,82.6336,83.3,83.9664,82.6336,80.9676,78.6352,76.9692,75.6364,74.97,73.304,71.9712,69.972,67.3064,63.6412,59.976,57.6436,54.3116,50.6464,48.314,46.9812,44.982,42.6496,39.984,38.6512,36.652,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.3192,34.6528,32.6536,31.9872,30.6544,29.988,28.9884,28.322,27.6556,26.3228,25.6564,24.99,24.3236,24.3236,22.9908,22.3244,22.3244,21.658,20.6584,19.992,19.992,20.6584,21.3248,22.6576,23.9904,24.99,24.99,24.3236,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,21.658,21.658,21.658,20.9916,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,19.3256,19.3256,19.3256,19.3256,19.6588,19.6588,18.9924,18.9924,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,24.99,24.99,24.99,24.99,24.99,25.6564,26.9892,28.322,28.9884,30.3212,31.654,32.3204,32.3204,33.32,33.986399999999996,35.9856,37.3184,40.3172,41.9832,43.9824,44.6488,45.9816,46.9812,48.980399999999996,49.6468,50.9796,52.3124,53.6452,55.6444,57.6436,59.309599999999996,61.3088,63.308,64.6408,66.3068,68.9724,71.3048,73.304,75.6364,77.6356,78.9684,78.30199999999999,77.3024,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.3012,81.3008,81.9672,82.6336,82.6336,83.6332,84.2996,84.966,85.6324,85.6324,84.966,84.966,85.6324,86.2988,86.632,87.2984,87.2984,87.6316,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.9644,88.9644,88.298,88.298,87.9648,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,90.2972,90.6304,91.63,92.2964,93.6292,93.9624,94.6288,95.2952,95.6284,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,97.2944,96.628,96.628,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.9596,101.2928,101.9592,102.6256,103.292,103.292,103.292,103.292,102.6256,101.9592,101.9592,101.626,100.9596,100.9596,100.9596,100.6264,100.2932,99.96,99.2936,99.2936,98.96039999999999,98.96039999999999,98.6272,98.6272,97.2944,97.2944,96.9612,96.9612,96.2948,95.9616,94.962,93.6292,92.6296,91.63,90.9636,90.9636,89.964,89.2976,88.298,87.2984,86.632,85.2992,84.966,83.6332,82.6336,81.9672,81.9672,81.3008,79.968,79.3016,79.3016,78.6352,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.636,76.636,76.636,75.9696,75.9696,75.3032,75.3032,75.3032,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.9664,83.9664,84.6328,84.6328,84.966,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,86.2988,86.632,86.632,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.9644,89.2976,89.964,89.964,90.6304,90.6304,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,91.63,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,93.6292,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,92.9628,93.29599999999999,93.29599999999999,94.2956,94.962,95.6284,96.2948,96.9612,96.2948,95.6284,95.6284,95.6284,95.2952,95.6284,96.2948,96.9612,98.294,100.2932,103.292,105.6244,107.9568,110.2892,112.6216,113.6212,113.6212,113.6212,113.6212,112.6216,111.622,111.2888,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.9564,109.6228,110.2892,111.2888,112.2884,113.288,114.2876,115.2872,117.6196,119.2856,120.2852,121.2848,120.9516,119.952,118.9524,116.9532,115.2872,113.288,110.9556,109.2896,106.624,105.2912,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,105.2912,105.2912,105.6244,105.9576,106.624,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236],[76.9692,77.6356,78.9684,80.9676,83.6332,85.6324,86.632,87.9648,88.63119999999999,88.9644,87.6316,85.6324,83.6332,81.3008,78.9684,77.6356,76.3028,74.3036,71.9712,69.972,67.3064,64.3076,61.3088,58.6432,55.6444,51.9792,49.98,47.6476,43.6492,41.3168,38.6512,36.652,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,36.652,35.9856,35.3192,33.986399999999996,32.6536,30.6544,29.3216,27.6556,26.9892,25.6564,24.99,23.6572,22.9908,22.3244,22.3244,21.3248,20.9916,20.9916,20.9916,19.6588,19.6588,19.6588,20.3252,21.3248,21.9912,23.323999999999998,23.9904,24.3236,24.3236,23.6572,22.9908,22.3244,22.3244,22.3244,21.658,20.9916,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,18.9924,18.9924,19.3256,19.992,19.992,20.6584,21.658,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.3232,25.3232,26.3228,27.6556,28.9884,29.654799999999998,30.6544,31.9872,32.6536,33.32,33.986399999999996,35.3192,36.652,38.6512,40.6504,42.6496,43.6492,44.982,45.6484,46.9812,48.314,49.6468,50.3132,51.646,53.9784,55.3112,57.6436,58.9764,61.3088,62.6416,63.308,65.9736,67.6396,69.972,71.9712,73.9704,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,84.966,86.2988,86.2988,86.2988,86.2988,86.632,87.2984,87.9648,88.298,88.9644,89.964,90.6304,90.6304,90.9636,90.9636,90.9636,90.6304,90.6304,90.6304,91.2968,90.6304,90.6304,90.2972,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.9644,88.9644,89.6308,89.6308,89.6308,89.964,89.964,90.6304,90.6304,91.2968,91.63,92.6296,93.6292,94.6288,94.6288,95.9616,96.2948,96.2948,96.628,98.294,98.294,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,99.2936,99.6268,100.2932,100.9596,101.2928,101.9592,102.6256,103.292,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.9592,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.2936,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.6284,94.6288,93.29599999999999,91.9632,91.2968,90.6304,89.964,89.6308,89.2976,88.298,87.2984,85.9656,85.6324,84.2996,82.96679999999999,81.9672,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,77.3024,76.636,76.636,76.636,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,83.9664,84.6328,84.6328,84.966,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.2984,87.6316,87.6316,88.298,88.298,88.9644,89.2976,89.964,89.964,90.6304,90.9636,91.9632,92.2964,92.2964,91.63,91.63,91.63,91.63,91.9632,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.962,94.962,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,92.9628,93.29599999999999,93.9624,94.2956,94.2956,94.6288,95.2952,95.2952,95.6284,96.2948,96.2948,95.9616,95.9616,95.6284,95.9616,96.2948,96.9612,98.294,100.2932,103.292,105.9576,108.28999999999999,110.9556,112.6216,113.288,113.95439999999999,113.95439999999999,112.95479999999999,112.6216,111.622,110.9556,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,111.2888,111.9552,112.95479999999999,114.2876,115.2872,117.6196,119.6188,120.2852,120.9516,121.2848,120.2852,119.6188,117.9528,115.9536,113.288,110.9556,109.2896,106.9572,105.6244,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.958,105.6244,105.9576,105.9576,106.624,106.624,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999],[77.9688,78.6352,79.968,82.96679999999999,85.9656,87.9648,88.63119999999999,89.964,90.9636,91.63,91.9632,90.6304,87.9648,84.966,81.9672,80.3012,79.3016,76.9692,74.97,72.9708,69.972,67.97279999999999,65.6404,61.9752,59.309599999999996,56.3108,53.312,50.6464,46.9812,42.9828,40.6504,37.9848,36.652,35.9856,34.6528,33.986399999999996,33.32,32.6536,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,36.652,36.652,35.9856,35.3192,33.986399999999996,32.6536,30.6544,28.6552,26.9892,26.3228,24.99,24.3236,22.9908,22.3244,21.658,21.658,20.3252,20.3252,20.3252,20.3252,19.6588,18.9924,19.6588,20.3252,21.3248,21.9912,23.323999999999998,23.9904,24.3236,23.6572,22.9908,22.9908,22.3244,22.3244,21.658,20.9916,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,18.9924,18.9924,18.9924,19.992,20.6584,20.6584,21.3248,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.3232,25.9896,26.9892,27.6556,28.9884,30.3212,31.3208,31.9872,33.32,33.986399999999996,34.6528,36.652,37.9848,39.6508,41.3168,42.6496,44.315599999999996,44.982,45.6484,46.9812,48.314,49.6468,50.3132,51.646,53.9784,55.3112,57.6436,58.9764,61.3088,61.9752,63.308,65.3072,66.9732,69.3056,71.3048,72.6376,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,78.30199999999999,78.9684,80.3012,80.3012,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,85.6324,86.2988,86.632,86.632,86.632,86.632,87.2984,88.298,89.2976,89.964,90.6304,91.63,92.2964,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.2968,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,91.63,91.63,91.2968,91.2968,91.2968,91.63,92.6296,93.6292,94.2956,95.2952,95.2952,96.2948,96.2948,96.628,97.2944,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.294,99.2936,99.6268,100.2932,100.9596,101.2928,101.9592,102.6256,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,101.9592,101.9592,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.2936,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.6284,94.6288,93.29599999999999,91.63,91.2968,90.6304,89.964,89.2976,88.298,87.2984,86.632,85.6324,84.2996,82.96679999999999,82.3004,81.3008,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,76.636,76.636,76.636,76.636,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.2992,85.9656,85.9656,85.9656,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,88.298,88.298,87.9648,88.298,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,90.6304,90.9636,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.962,94.962,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.29599999999999,93.9624,94.962,95.2952,94.6288,94.6288,94.6288,95.2952,95.2952,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,96.628,97.96079999999999,100.2932,103.62519999999999,106.624,108.9564,110.9556,112.6216,113.288,113.95439999999999,113.95439999999999,112.6216,112.95479999999999,112.2884,111.622,110.2892,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.2892,111.2888,111.9552,112.95479999999999,114.2876,115.2872,117.2864,118.9524,119.952,120.9516,121.2848,120.2852,119.6188,118.286,115.9536,113.288,110.9556,109.2896,106.9572,105.9576,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,105.6244,105.9576,105.9576,106.624,106.624,107.2904,107.6236,107.9568,107.9568,108.6232,108.6232,108.6232],[79.3016,79.968,81.9672,84.6328,87.2984,88.298,89.2976,90.9636,93.29599999999999,94.962,95.2952,93.6292,91.63,88.63119999999999,86.2988,83.9664,82.6336,80.6344,77.9688,76.3028,73.63719999999999,70.9716,68.6392,65.6404,62.6416,59.309599999999996,56.3108,53.312,49.6468,46.3148,43.316,39.984,37.9848,36.652,35.3192,34.6528,33.32,33.32,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,36.652,36.652,36.652,35.9856,34.6528,33.32,31.3208,29.3216,27.6556,26.3228,24.99,24.3236,22.9908,22.3244,21.658,21.658,20.3252,19.6588,20.3252,20.3252,19.6588,18.9924,19.6588,20.3252,21.3248,21.9912,22.6576,23.323999999999998,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,21.658,20.9916,20.3252,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.326,18.326,17.6596,17.6596,17.6596,16.993199999999998,16.993199999999998,17.6596,17.6596,18.326,18.326,18.9924,19.992,20.6584,21.3248,21.9912,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.3232,25.9896,26.9892,28.322,29.654799999999998,30.9876,31.9872,33.32,33.986399999999996,34.6528,35.9856,37.3184,38.6512,40.3172,41.9832,43.316,44.315599999999996,44.982,46.3148,46.9812,48.980399999999996,49.6468,50.9796,52.3124,53.312,55.3112,57.3104,58.9764,60.6424,61.9752,62.6416,64.6408,66.3068,68.306,69.972,71.9712,73.63719999999999,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,77.6356,78.9684,79.6348,80.3012,80.9676,81.3008,81.9672,83.6332,84.2996,85.6324,85.6324,85.6324,86.9652,87.2984,87.9648,87.6316,87.6316,88.298,88.9644,89.2976,90.6304,91.63,92.6296,93.6292,94.2956,93.9624,93.9624,93.9624,94.2956,94.2956,93.6292,93.9624,93.9624,94.2956,94.2956,93.6292,93.6292,93.6292,92.9628,92.9628,93.6292,93.6292,94.2956,94.2956,94.6288,94.6288,94.2956,94.2956,93.6292,92.9628,92.9628,93.6292,93.9624,93.9624,94.6288,95.6284,95.9616,96.2948,96.2948,97.2944,98.6272,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,102.6256,103.62519999999999,103.62519999999999,103.292,103.292,102.2924,101.9592,101.2928,100.6264,100.9596,100.2932,100.2932,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268,99.2936,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.6284,94.962,93.6292,92.6296,91.63,90.9636,90.6304,89.2976,88.298,87.2984,86.632,85.6324,84.2996,82.96679999999999,81.9672,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,77.6356,76.9692,76.636,76.636,76.636,76.636,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.2976,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.964,90.2972,91.2968,91.2968,92.2964,92.9628,92.9628,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.9616,95.9616,95.2952,95.2952,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.2952,95.9616,95.9616,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,96.628,97.96079999999999,100.2932,103.9584,106.624,108.9564,111.2888,112.6216,113.6212,113.95439999999999,113.95439999999999,112.6216,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.2888,111.2888,109.956,109.2896,108.9564,108.9564,108.9564,109.2896,109.956,109.956,110.2892,110.9556,111.2888,112.2884,113.288,114.954,116.62,118.286,119.952,120.2852,120.6184,119.6188,119.6188,117.9528,115.9536,113.288,110.9556,109.2896,107.6236,105.9576,105.2912,104.958,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.9576,106.9572,106.9572,107.6236,107.9568,108.28999999999999,108.9564,109.2896,109.956,109.956,109.956],[79.3016,79.968,81.9672,84.6328,87.2984,88.298,89.2976,91.63,94.2956,95.9616,96.2948,94.962,93.6292,91.2968,88.63119999999999,87.2984,84.966,83.3,80.6344,78.6352,76.3028,73.63719999999999,70.9716,67.97279999999999,65.6404,62.6416,59.309599999999996,56.3108,52.3124,48.980399999999996,45.9816,42.6496,39.984,37.9848,35.9856,35.3192,33.986399999999996,33.32,32.6536,32.6536,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,36.652,35.3192,33.986399999999996,31.9872,30.6544,28.322,26.9892,25.6564,24.3236,22.9908,22.3244,21.658,20.9916,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,19.6588,20.3252,21.3248,21.9912,22.6576,22.6576,22.9908,22.9908,22.9908,22.9908,22.3244,21.658,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.326,18.326,17.6596,17.6596,16.993199999999998,16.993199999999998,16.993199999999998,17.6596,17.6596,18.326,18.326,18.9924,20.6584,21.3248,21.9912,22.6576,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,24.99,24.99,25.3232,25.9896,27.6556,28.322,29.654799999999998,30.9876,32.6536,33.986399999999996,34.6528,35.3192,36.652,37.9848,39.3176,41.3168,42.6496,43.9824,44.982,45.6484,46.9812,47.6476,48.980399999999996,50.3132,50.9796,52.3124,53.312,55.3112,56.644,58.9764,60.6424,61.3088,62.6416,64.6408,66.3068,67.6396,69.972,71.3048,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,78.30199999999999,79.6348,80.3012,80.9676,81.9672,81.9672,82.96679999999999,84.2996,85.6324,86.2988,86.9652,87.2984,87.2984,87.9648,88.298,88.298,88.63119999999999,88.9644,89.6308,90.6304,91.63,92.6296,93.29599999999999,94.6288,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,95.6284,95.9616,95.9616,95.9616,95.2952,94.962,94.962,95.2952,95.2952,94.962,96.2948,96.2948,96.628,96.628,97.2944,97.2944,96.628,96.9612,96.2948,95.9616,95.6284,94.962,94.6288,95.6284,95.6284,96.628,96.628,96.9612,96.9612,97.96079999999999,98.96039999999999,99.6268,99.96,99.96,99.96,99.6268,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,100.2932,100.9596,101.2928,101.9592,102.6256,102.6256,102.9588,104.2916,104.2916,103.62519999999999,102.6256,101.9592,101.626,101.2928,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268,99.2936,98.6272,97.96079999999999,97.96079999999999,97.2944,96.2948,95.6284,94.962,93.9624,92.6296,91.9632,91.63,90.6304,89.2976,88.298,87.2984,86.632,85.6324,84.2996,82.96679999999999,81.9672,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,76.9692,76.9692,76.636,76.636,76.636,76.636,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.2972,91.2968,91.63,92.9628,92.9628,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.6288,95.2952,95.9616,95.9616,95.9616,95.2952,94.962,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.9616,96.9612,96.9612,96.2948,96.2948,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,96.628,97.96079999999999,100.2932,103.9584,106.624,108.9564,111.2888,112.6216,113.288,113.6212,113.6212,112.6216,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,109.956,109.2896,108.9564,108.9564,108.9564,109.2896,109.956,109.956,110.2892,110.6224,111.622,112.2884,112.95479999999999,113.95439999999999,115.9536,117.2864,118.9524,119.6188,119.952,119.2856,118.61919999999999,117.2864,115.2872,113.288,110.9556,109.2896,107.6236,106.624,105.2912,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.9576,106.624,106.9572,107.6236,107.9568,108.28999999999999,108.9564,109.6228,109.956,109.956,109.956,109.956],[77.9688,78.6352,80.6344,83.3,85.6324,87.9648,88.63119999999999,90.9636,93.9624,95.6284,96.2948,95.2952,93.29599999999999,91.63,89.2976,87.9648,86.632,84.966,82.96679999999999,80.9676,77.3024,74.97,72.3044,70.3052,67.6396,64.974,61.9752,58.9764,55.3112,50.9796,47.9808,44.982,42.3164,39.3176,37.9848,36.652,35.3192,33.986399999999996,32.6536,31.9872,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,35.3192,35.9856,36.652,36.652,36.652,35.3192,32.6536,31.3208,29.654799999999998,28.322,26.656,25.3232,23.6572,22.9908,21.658,20.9916,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,21.3248,21.9912,21.9912,21.9912,21.9912,22.6576,22.6576,22.6576,22.3244,21.658,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.9924,19.6588,20.3252,21.658,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.3228,26.9892,27.6556,28.9884,30.3212,31.654,33.32,34.6528,35.9856,36.652,37.9848,38.6512,40.3172,41.9832,43.6492,44.982,45.6484,46.3148,46.9812,47.6476,49.6468,50.3132,51.646,52.3124,54.3116,55.6444,56.977199999999996,58.31,59.976,61.3088,61.9752,63.9744,66.3068,67.6396,69.972,71.3048,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,82.6336,82.6336,83.6332,84.966,84.6328,86.2988,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.6308,89.6308,89.6308,90.2972,90.9636,92.2964,93.6292,94.6288,95.6284,96.2948,96.2948,96.2948,96.2948,96.628,96.9612,97.6276,97.6276,97.6276,97.2944,97.2944,97.2944,97.2944,97.6276,97.6276,98.294,99.6268,99.6268,99.96,100.2932,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,98.96039999999999,97.6276,97.2944,97.6276,97.6276,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.6268,100.6264,100.6264,101.2928,101.2928,100.6264,99.96,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,103.62519999999999,102.6256,101.9592,101.9592,101.2928,100.6264,99.96,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.2944,96.2948,95.9616,94.962,93.9624,93.9624,93.29599999999999,92.6296,91.2968,89.964,88.298,87.2984,86.632,85.2992,84.2996,82.96679999999999,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,77.6356,76.9692,76.636,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,89.964,90.2972,90.2972,90.9636,91.63,92.2964,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.9624,93.9624,94.6288,95.2952,95.2952,95.6284,96.2948,96.2948,96.2948,95.9616,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,96.628,97.6276,97.2944,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.9612,97.96079999999999,100.6264,104.6248,106.9572,109.2896,111.2888,112.6216,113.288,112.95479999999999,112.95479999999999,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,110.6224,109.956,109.2896,108.9564,108.9564,109.2896,109.956,109.956,110.6224,110.6224,110.9556,111.622,112.95479999999999,113.95439999999999,115.6204,117.2864,118.61919999999999,118.61919999999999,119.2856,119.2856,117.9528,116.62,114.954,113.288,110.9556,109.956,107.9568,107.2904,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.9576,105.9576,106.2908,106.9572,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.2892,110.2892,110.6224,110.6224],[75.6364,76.3028,78.30199999999999,80.6344,83.3,86.2988,87.6316,89.6308,92.2964,93.29599999999999,93.9624,93.29599999999999,91.63,89.964,88.298,86.2988,86.2988,84.966,83.6332,80.9676,77.6356,74.97,72.9708,70.9716,69.3056,66.3068,63.308,60.3092,56.3108,52.3124,49.3136,45.6484,42.9828,40.9836,38.6512,36.652,35.3192,33.986399999999996,31.9872,31.3208,30.6544,30.6544,30.6544,31.3208,31.9872,31.9872,32.6536,33.32,34.6528,35.9856,36.652,37.3184,37.3184,35.9856,33.986399999999996,32.6536,30.9876,29.654799999999998,27.9888,25.9896,24.3236,22.9908,21.658,20.3252,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,21.3248,21.9912,21.9912,21.9912,21.9912,21.9912,22.6576,22.6576,22.3244,21.658,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,19.6588,20.3252,20.9916,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.9892,27.6556,28.322,28.9884,30.9876,32.3204,33.986399999999996,35.3192,36.652,37.9848,38.6512,39.984,41.9832,43.316,44.982,45.6484,46.3148,46.9812,47.6476,48.314,49.6468,50.9796,51.646,52.9788,54.3116,55.6444,56.977199999999996,58.31,59.976,61.3088,61.9752,63.9744,66.3068,67.6396,69.972,71.3048,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,77.6356,78.9684,79.6348,80.3012,80.9676,81.9672,83.3,83.3,84.2996,84.966,86.2988,86.2988,87.2984,87.9648,88.298,88.298,88.9644,89.6308,90.2972,90.2972,90.2972,90.2972,90.9636,91.63,92.9628,94.6288,95.9616,96.2948,96.9612,96.9612,97.6276,97.2944,97.2944,97.6276,98.294,98.96039999999999,99.6268,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,100.6264,101.2928,102.2924,102.2924,102.9588,102.9588,103.62519999999999,103.62519999999999,102.9588,102.9588,102.2924,102.2924,101.9592,101.2928,100.9596,100.2932,100.2932,99.96,99.96,99.6268,99.6268,99.6268,100.2932,101.2928,101.2928,101.9592,101.9592,101.2928,100.6264,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,104.2916,105.6244,105.2912,104.2916,103.292,102.2924,101.9592,101.9592,101.2928,101.2928,101.626,101.626,101.626,101.626,101.626,101.2928,101.2928,100.2932,100.2932,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,96.9612,96.2948,95.6284,94.6288,94.6288,93.6292,93.29599999999999,92.6296,90.6304,88.9644,87.9648,86.632,85.2992,84.966,83.6332,82.6336,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,76.636,75.9696,75.9696,75.9696,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.964,89.964,90.2972,90.2972,90.9636,90.9636,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.9624,93.9624,94.6288,95.2952,95.2952,95.6284,95.6284,96.9612,96.9612,96.2948,96.2948,95.9616,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.9616,96.628,97.6276,97.96079999999999,98.96039999999999,99.2936,98.96039999999999,98.294,97.6276,97.2944,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,96.9612,98.96039999999999,100.6264,104.6248,106.9572,109.2896,111.2888,112.6216,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,110.9556,110.6224,109.956,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.9556,111.2888,112.2884,113.288,115.6204,116.62,117.9528,118.61919999999999,119.2856,118.286,117.2864,116.2868,114.2876,113.288,110.9556,110.6224,108.6232,107.6236,106.624,106.624,106.624,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.9568,108.9564,109.6228,109.956,110.2892,110.2892,110.2892,110.6224,110.6224],[73.63719999999999,74.3036,76.3028,78.30199999999999,80.9676,82.6336,84.2996,85.9656,87.9648,89.964,90.2972,89.964,88.63119999999999,87.2984,85.2992,84.966,85.2992,84.2996,81.9672,79.6348,76.9692,74.97,72.9708,70.9716,69.6388,66.9732,63.9744,60.3092,56.977199999999996,53.6452,50.9796,46.647999999999996,43.9824,40.6504,39.3176,37.3184,35.3192,33.986399999999996,31.9872,30.6544,29.988,29.988,29.988,30.6544,30.6544,31.3208,31.3208,32.6536,33.986399999999996,35.3192,36.652,37.3184,37.3184,36.652,34.6528,33.32,32.3204,30.9876,28.6552,26.656,24.3236,22.9908,21.658,20.3252,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,21.3248,21.9912,21.3248,21.3248,21.3248,21.9912,22.6576,22.6576,22.3244,21.658,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,25.6564,25.6564,26.9892,27.6556,28.322,29.654799999999998,30.9876,32.9868,34.6528,35.9856,37.3184,38.6512,39.984,41.65,43.316,44.6488,45.6484,46.9812,46.9812,47.6476,47.6476,48.314,50.3132,50.9796,52.3124,52.9788,54.978,56.3108,57.6436,58.9764,59.976,61.3088,61.9752,63.9744,66.3068,67.6396,69.972,71.3048,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,77.6356,79.6348,80.3012,80.3012,80.9676,82.6336,83.3,84.2996,84.966,85.6324,86.9652,87.2984,87.6316,88.298,88.63119999999999,89.2976,89.964,90.6304,90.9636,91.63,91.63,91.63,92.2964,92.2964,93.29599999999999,95.2952,95.9616,96.9612,96.9612,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,99.96,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,102.6256,102.9588,104.2916,104.958,105.2912,104.958,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.9596,100.9596,100.9596,101.2928,101.9592,102.6256,102.6256,102.6256,101.2928,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.96,100.6264,101.2928,101.9592,102.6256,103.62519999999999,104.2916,104.2916,104.958,105.6244,105.6244,104.2916,103.292,102.2924,101.9592,102.2924,102.2924,102.2924,102.2924,103.292,103.292,102.6256,102.6256,101.9592,101.626,100.9596,100.2932,99.6268,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,96.2948,96.2948,95.6284,95.2952,94.6288,94.6288,93.6292,91.2968,89.2976,87.9648,86.632,85.9656,84.966,83.6332,82.96679999999999,82.6336,81.9672,81.3008,80.6344,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.636,76.636,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.9636,90.9636,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,96.628,96.628,96.628,96.2948,96.2948,95.9616,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,95.9616,97.6276,98.6272,98.96039999999999,99.6268,100.2932,99.6268,99.6268,99.2936,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,97.6276,98.96039999999999,101.626,104.6248,106.9572,109.2896,110.9556,112.6216,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,110.2892,109.956,109.956,109.956,110.6224,110.6224,110.6224,111.2888,111.622,112.2884,113.288,114.954,116.62,117.9528,117.9528,117.9528,117.2864,116.62,115.6204,114.2876,112.6216,111.622,110.6224,109.2896,107.9568,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.6232,109.2896,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556],[70.6384,71.638,73.63719999999999,75.6364,77.6356,79.6348,80.9676,81.9672,84.2996,84.966,86.2988,85.6324,84.966,84.2996,83.9664,83.6332,83.3,82.3004,80.3012,78.9684,76.3028,74.3036,72.3044,70.3052,68.9724,66.64,64.6408,61.3088,57.6436,54.6448,51.646,48.314,44.6488,42.6496,40.6504,38.6512,36.652,33.986399999999996,31.3208,29.988,29.3216,29.3216,29.988,29.988,29.988,30.6544,30.6544,31.9872,33.986399999999996,35.3192,36.652,37.3184,37.3184,37.3184,35.3192,34.6528,32.9868,31.654,29.654799999999998,27.3224,24.99,22.9908,21.658,20.3252,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,20.9916,21.9912,21.9912,21.3248,21.3248,21.3248,21.3248,21.9912,22.6576,22.3244,22.3244,21.658,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,20.9916,20.9916,21.658,22.3244,22.9908,23.323999999999998,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.99,25.6564,25.6564,26.3228,26.9892,27.6556,28.9884,30.3212,31.654,33.986399999999996,35.3192,36.652,38.6512,40.3172,41.3168,42.9828,44.6488,45.3152,46.9812,47.6476,47.6476,48.314,48.980399999999996,50.3132,50.9796,52.3124,52.9788,53.6452,55.6444,56.977199999999996,58.31,58.9764,60.6424,61.3088,62.6416,64.3076,66.3068,67.6396,69.972,71.3048,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,79.6348,80.3012,80.9676,81.634,82.6336,83.6332,84.2996,85.6324,86.9652,87.2984,87.6316,88.298,88.63119999999999,89.2976,89.964,90.6304,90.9636,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,94.6288,95.9616,95.9616,96.9612,97.6276,98.294,98.294,99.6268,100.2932,100.9596,101.2928,101.2928,102.6256,102.6256,102.6256,103.292,104.6248,104.6248,105.2912,105.6244,106.2908,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,104.2916,103.9584,103.292,103.292,102.6256,101.9592,101.9592,101.9592,102.6256,102.9588,102.9588,102.6256,102.6256,101.2928,100.6264,100.9596,100.6264,100.6264,100.6264,101.2928,101.9592,101.9592,102.6256,103.62519999999999,104.2916,104.958,104.958,105.2912,105.9576,105.9576,104.2916,103.292,102.2924,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,103.9584,103.62519999999999,103.292,102.6256,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.628,96.628,96.628,95.9616,95.6284,94.962,94.6288,92.6296,90.6304,89.2976,87.9648,86.9652,85.9656,84.966,83.6332,83.6332,82.6336,81.9672,81.3008,81.3008,80.3012,80.3012,78.9684,78.30199999999999,77.3024,76.636,76.636,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.9636,91.63,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.6284,96.628,96.628,96.628,96.628,96.2948,96.2948,95.9616,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,98.294,98.96039999999999,99.6268,100.2932,100.6264,100.2932,100.2932,99.6268,98.6272,97.96079999999999,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,98.294,99.6268,101.9592,104.6248,106.9572,108.9564,110.9556,112.6216,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,112.2884,112.2884,112.2884,111.622,111.622,111.622,110.9556,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,111.622,111.622,112.2884,113.6212,114.954,115.9536,116.62,117.6196,116.9532,116.62,115.9536,114.954,113.95439999999999,113.288,112.2884,110.9556,109.2896,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,107.9568,108.6232,108.6232,109.2896,109.956,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556],[65.9736,67.3064,70.3052,73.304,75.3032,76.636,76.9692,78.30199999999999,80.3012,80.9676,80.6344,80.6344,80.6344,80.3012,80.3012,80.3012,79.6348,78.9684,78.30199999999999,76.636,74.3036,72.9708,71.638,69.6388,67.3064,65.6404,63.9744,61.9752,58.9764,56.3108,52.9788,49.6468,45.9816,44.315599999999996,43.316,41.3168,37.9848,35.3192,31.9872,30.6544,29.3216,29.3216,28.9884,28.9884,28.9884,29.654799999999998,30.3212,31.3208,33.32,34.6528,35.3192,35.9856,36.652,36.652,35.9856,35.3192,34.6528,33.32,30.3212,27.9888,25.3232,23.323999999999998,20.9916,19.6588,18.9924,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,21.658,20.9916,20.3252,20.3252,20.9916,21.658,21.658,22.9908,22.9908,22.3244,21.658,20.9916,20.3252,20.3252,20.3252,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,21.3248,21.3248,21.9912,21.9912,22.6576,22.6576,23.323999999999998,23.9904,23.9904,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,26.9892,26.9892,26.9892,27.6556,28.322,29.988,31.3208,32.6536,35.3192,36.652,37.9848,39.3176,40.6504,42.3164,43.6492,45.3152,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.9788,54.3116,54.978,55.6444,56.3108,57.6436,58.9764,60.6424,61.3088,62.6416,63.6412,64.974,66.64,68.6392,69.972,71.3048,73.304,73.9704,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,79.6348,80.3012,80.9676,81.634,82.6336,83.6332,84.966,85.6324,86.9652,87.2984,88.298,88.63119999999999,89.6308,90.2972,89.964,90.6304,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.9616,96.2948,97.6276,98.294,98.294,98.96039999999999,100.2932,100.6264,101.2928,101.9592,102.6256,103.292,103.292,103.9584,104.958,105.6244,106.2908,106.9572,107.6236,108.28999999999999,108.6232,108.6232,109.2896,109.2896,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,107.6236,106.9572,105.9576,105.9576,105.6244,104.6248,104.6248,104.6248,104.2916,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,103.9584,103.9584,102.6256,101.2928,101.9592,101.2928,101.2928,102.2924,102.6256,102.6256,103.62519999999999,103.62519999999999,104.6248,105.6244,105.9576,106.624,106.624,106.2908,105.9576,105.6244,104.6248,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.6244,105.9576,104.6248,104.2916,104.2916,103.62519999999999,102.6256,101.626,100.9596,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,96.9612,96.628,95.9616,95.2952,93.29599999999999,92.2964,90.2972,88.9644,87.6316,86.632,85.6324,84.966,83.6332,82.96679999999999,82.3004,81.9672,81.3008,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.636,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.9676,81.634,82.3004,82.96679999999999,84.966,85.6324,85.6324,85.9656,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,93.6292,93.9624,93.9624,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.6276,98.294,99.6268,100.2932,100.6264,101.2928,101.2928,100.6264,100.6264,100.2932,100.2932,99.2936,98.294,97.96079999999999,97.96079999999999,97.2944,97.96079999999999,97.96079999999999,98.294,99.2936,100.9596,102.6256,104.958,106.9572,108.9564,110.9556,112.2884,113.288,112.95479999999999,112.95479999999999,111.622,110.9556,110.9556,110.6224,110.2892,110.9556,110.9556,111.2888,111.622,112.2884,112.2884,111.622,112.2884,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,115.2872,116.62,116.62,116.62,115.9536,115.6204,114.954,114.6208,113.288,111.9552,110.9556,110.2892,109.6228,108.9564,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.956,109.956,110.2892,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556],[62.9748,64.3076,67.3064,69.6388,71.638,72.9708,72.9708,73.63719999999999,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.6368,73.9704,73.304,71.9712,70.3052,68.9724,68.306,66.9732,64.6408,63.308,62.6416,60.9756,58.6432,55.9776,52.9788,50.3132,47.6476,45.9816,45.3152,43.316,39.984,36.652,33.32,31.3208,29.988,29.3216,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.9876,32.6536,33.986399999999996,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,34.6528,33.32,30.9876,28.322,25.3232,23.323999999999998,20.9916,19.6588,18.9924,18.326,18.9924,18.9924,19.6588,20.3252,20.9916,20.9916,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.9916,21.658,22.9908,22.9908,22.9908,22.3244,21.658,20.9916,20.9916,20.9916,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,22.3244,22.3244,22.3244,22.9908,22.9908,23.6572,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,27.6556,28.322,28.9884,30.6544,31.9872,33.986399999999996,35.3192,37.3184,38.6512,39.984,41.3168,42.9828,44.6488,46.3148,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.9788,54.3116,55.6444,56.3108,56.977199999999996,57.6436,58.9764,60.3092,61.3088,62.6416,63.6412,64.3076,65.6404,67.3064,68.6392,69.972,71.3048,73.304,73.9704,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,79.6348,80.3012,80.3012,81.3008,82.96679999999999,83.6332,84.966,85.9656,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.9636,91.63,92.2964,92.6296,92.6296,93.29599999999999,94.6288,95.2952,95.9616,96.2948,96.9612,98.294,98.96039999999999,98.294,98.96039999999999,100.2932,101.2928,101.9592,102.6256,103.62519999999999,103.62519999999999,103.9584,104.958,105.9576,106.2908,107.2904,107.9568,108.9564,109.2896,109.956,110.2892,110.6224,110.6224,110.6224,109.956,109.956,109.2896,108.6232,107.9568,107.6236,106.624,106.624,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.2912,104.958,105.2912,104.6248,103.62519999999999,102.6256,101.9592,101.626,101.626,102.6256,103.62519999999999,104.2916,104.6248,104.6248,105.2912,105.6244,106.2908,107.2904,107.2904,106.9572,106.624,105.6244,105.6244,104.958,104.958,105.9576,105.9576,105.6244,105.9576,106.2908,105.9576,105.2912,104.6248,104.2916,103.62519999999999,103.292,102.6256,101.2928,100.9596,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.628,95.6284,94.6288,92.6296,90.9636,89.6308,88.298,87.2984,85.9656,85.6324,84.2996,82.96679999999999,82.3004,81.9672,81.3008,80.3012,79.6348,78.9684,78.30199999999999,77.3024,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.6344,80.6344,81.634,82.3004,82.96679999999999,83.6332,85.6324,85.6324,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,91.2968,91.2968,91.63,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.628,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,94.962,94.962,94.962,94.962,95.6284,95.6284,95.6284,95.9616,96.2948,96.2948,96.9612,96.9612,96.9612,97.6276,97.96079999999999,98.96039999999999,100.2932,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.9596,100.6264,99.96,99.6268,98.96039999999999,98.6272,98.96039999999999,98.96039999999999,100.2932,100.9596,102.6256,103.9584,106.2908,107.6236,109.2896,110.9556,112.95479999999999,113.288,112.95479999999999,112.95479999999999,111.622,110.9556,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.954,115.9536,116.62,116.62,115.9536,115.6204,114.954,114.6208,113.288,112.6216,112.2884,110.9556,109.956,109.6228,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,109.956,109.956,110.2892,110.2892,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556],[59.309599999999996,60.6424,62.9748,65.9736,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.6388,68.9724,68.306,67.6396,66.3068,64.6408,63.308,62.3084,61.641999999999996,61.3088,60.3092,60.3092,59.6428,57.3104,54.6448,52.3124,50.3132,48.314,47.6476,46.647999999999996,45.3152,42.3164,39.6508,35.9856,33.32,30.6544,29.3216,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,31.9872,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,34.6528,33.32,30.9876,28.322,25.3232,23.323999999999998,20.9916,19.6588,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.9916,20.9916,21.658,20.9916,20.3252,20.3252,20.3252,20.3252,20.9916,21.658,22.9908,23.6572,23.6572,22.9908,21.658,21.658,21.658,21.658,21.9912,21.9912,21.9912,21.9912,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,22.3244,22.9908,23.6572,24.3236,24.3236,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.322,28.9884,29.654799999999998,30.3212,31.3208,32.6536,34.6528,35.9856,37.3184,38.6512,39.984,41.3168,43.6492,45.3152,46.9812,48.314,49.6468,50.3132,51.646,52.3124,52.9788,54.3116,55.6444,56.977199999999996,57.6436,58.31,58.9764,60.3092,61.641999999999996,62.6416,63.9744,64.974,65.6404,66.3068,67.97279999999999,69.3056,69.972,71.3048,73.304,73.9704,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,79.6348,79.6348,80.3012,81.3008,82.3004,83.6332,84.966,85.9656,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.2972,90.6304,90.9636,91.63,92.2964,92.6296,92.6296,93.9624,95.2952,95.9616,96.2948,96.9612,97.6276,98.294,98.96039999999999,99.2936,99.2936,100.6264,101.626,102.6256,102.6256,103.62519999999999,103.9584,104.958,105.6244,106.2908,106.9572,107.9568,108.28999999999999,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.2904,106.9572,107.6236,106.9572,106.2908,105.6244,103.62519999999999,102.6256,102.2924,102.2924,103.62519999999999,105.2912,105.2912,105.6244,105.9576,105.9576,105.6244,106.2908,106.9572,107.2904,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,105.9576,105.9576,105.2912,104.6248,104.2916,103.62519999999999,103.292,102.6256,102.6256,101.2928,101.2928,100.6264,100.6264,100.2932,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,98.96039999999999,98.6272,96.628,95.9616,93.9624,92.2964,90.2972,89.2976,88.298,87.6316,86.632,85.2992,83.9664,83.6332,82.3004,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,76.3028,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.634,82.3004,83.6332,84.2996,85.6324,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.6304,91.2968,91.63,91.63,92.2964,92.2964,93.6292,93.9624,93.9624,93.9624,94.962,94.962,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.962,94.962,95.6284,96.2948,96.2948,96.2948,96.628,96.628,96.628,96.628,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.96,100.2932,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.2928,100.9596,99.96,99.96,99.6268,99.96,101.2928,101.9592,103.9584,105.2912,106.9572,107.9568,109.956,111.2888,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.622,110.9556,110.2892,109.956,109.956,110.6224,110.6224,110.9556,111.622,111.622,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.9536,115.9536,115.9536,115.9536,115.6204,114.954,114.6208,113.95439999999999,112.6216,112.2884,110.9556,110.9556,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556],[55.3112,56.644,59.309599999999996,61.3088,64.3076,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,64.6408,63.9744,63.308,62.6416,61.9752,60.6424,59.309599999999996,57.6436,56.977199999999996,56.3108,56.977199999999996,57.6436,57.6436,56.977199999999996,54.6448,52.6456,50.3132,48.980399999999996,48.314,47.6476,47.3144,45.9816,42.9828,40.9836,37.3184,34.6528,30.6544,29.3216,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,31.3208,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,33.986399999999996,33.32,31.9872,30.3212,27.6556,25.3232,23.323999999999998,20.9916,20.3252,19.6588,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,20.9916,20.3252,20.3252,20.3252,20.9916,21.658,22.3244,23.6572,23.6572,23.6572,23.6572,22.3244,22.3244,22.3244,22.6576,22.6576,22.6576,22.6576,22.6576,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,23.6572,24.3236,25.6564,26.3228,26.3228,26.3228,26.9892,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.986399999999996,35.3192,36.652,37.9848,38.6512,39.984,41.9832,43.6492,45.3152,46.9812,48.314,49.6468,50.9796,52.3124,52.9788,54.3116,54.978,56.977199999999996,57.6436,58.9764,59.6428,60.3092,61.641999999999996,62.9748,63.9744,65.3072,66.3068,66.9732,67.6396,68.6392,69.3056,70.6384,71.3048,73.304,73.9704,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.9684,79.6348,80.3012,81.3008,82.3004,82.96679999999999,84.2996,85.9656,87.2984,87.9648,88.63119999999999,89.2976,90.2972,90.6304,90.9636,91.63,92.2964,92.2964,92.6296,93.29599999999999,94.6288,95.6284,96.2948,96.9612,97.6276,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,100.6264,101.626,102.6256,103.292,103.62519999999999,103.9584,105.2912,105.6244,106.9572,107.6236,108.28999999999999,108.9564,109.956,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.2896,108.9564,108.6232,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,108.6232,106.9572,105.2912,103.62519999999999,102.6256,103.62519999999999,104.6248,105.2912,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.9572,107.2904,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,105.2912,104.958,104.958,104.2916,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.2928,101.2928,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,100.9596,100.9596,99.6268,98.6272,96.628,96.2948,94.6288,92.9628,90.9636,89.6308,88.63119999999999,87.6316,86.632,85.2992,84.966,83.6332,82.96679999999999,82.3004,81.3008,80.6344,79.968,79.3016,78.30199999999999,77.6356,76.9692,76.3028,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,85.6324,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.9624,93.9624,93.9624,94.6288,94.962,94.962,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,96.628,96.628,96.628,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,99.2936,99.96,100.9596,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,101.9592,101.9592,101.2928,100.6264,100.6264,100.6264,101.9592,102.9588,104.6248,106.2908,107.9568,108.9564,110.6224,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,109.956,109.6228,109.6228,109.956,109.956,110.6224,110.6224,110.9556,111.622,111.622,112.2884,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.954,115.9536,115.9536,115.9536,115.6204,115.6204,114.954,113.95439999999999,112.95479999999999,112.95479999999999,111.622,110.9556,109.6228,109.6228,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.9556,110.9556,110.9556,110.9556],[49.98,51.3128,53.9784,56.644,58.6432,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.6428,58.9764,58.31,57.6436,56.3108,54.978,53.312,52.6456,51.9792,51.9792,52.6456,53.312,52.6456,50.9796,49.6468,47.3144,45.9816,46.3148,46.3148,45.9816,44.6488,43.316,40.6504,37.9848,34.6528,30.6544,29.3216,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.6544,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,32.6536,31.9872,30.6544,28.9884,26.9892,24.3236,22.9908,21.658,20.3252,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,20.9916,20.9916,20.3252,20.3252,20.3252,20.9916,21.658,22.3244,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,26.3228,26.9892,27.9888,27.9888,28.6552,29.3216,29.3216,29.3216,29.3216,29.988,29.988,30.6544,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.986399999999996,34.6528,35.3192,36.652,37.9848,39.3176,39.984,41.3168,43.316,44.6488,45.9816,47.6476,49.6468,50.9796,52.3124,52.9788,54.6448,55.3112,56.644,57.6436,58.9764,59.6428,60.9756,61.9752,62.6416,63.9744,65.9736,66.9732,67.6396,68.306,68.306,69.3056,69.972,70.6384,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.9684,79.6348,80.3012,81.3008,82.3004,82.96679999999999,84.2996,86.2988,87.2984,88.298,88.63119999999999,89.6308,90.2972,91.2968,90.9636,91.63,92.2964,92.2964,92.6296,93.29599999999999,94.6288,95.6284,96.628,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.96,101.2928,102.2924,103.292,103.62519999999999,103.9584,104.6248,105.6244,106.624,107.9568,108.6232,108.9564,109.956,110.2892,110.9556,110.9556,111.622,111.622,111.622,112.2884,111.622,111.622,111.622,111.2888,109.956,109.956,109.6228,109.6228,109.6228,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.9556,110.9556,110.6224,108.6232,107.6236,105.9576,105.2912,104.958,105.6244,105.9576,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,105.2912,105.2912,105.6244,105.6244,105.9576,105.6244,104.6248,104.6248,103.62519999999999,103.292,102.6256,102.6256,102.2924,101.9592,101.9592,102.2924,102.2924,102.6256,102.6256,102.6256,101.9592,101.2928,100.2932,98.96039999999999,97.96079999999999,96.2948,94.6288,93.29599999999999,91.63,90.6304,89.2976,88.9644,87.6316,86.632,85.9656,84.966,83.6332,81.634,80.9676,80.3012,79.6348,78.30199999999999,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,84.2996,84.966,84.966,85.6324,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,95.6284,95.6284,96.2948,96.9612,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.6268,100.2932,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,102.6256,104.2916,104.958,106.9572,108.6232,109.2896,110.9556,111.622,111.622,110.9556,110.9556,110.2892,109.956,109.2896,108.6232,108.6232,109.2896,109.956,109.956,110.2892,110.6224,110.9556,111.622,112.2884,112.2884,112.6216,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.95479999999999,113.288,113.288,113.95439999999999,114.954,114.954,115.6204,115.6204,115.9536,115.6204,115.6204,114.2876,113.288,112.95479999999999,111.622,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,110.2892],[46.3148,47.6476,49.98,52.3124,54.978,56.3108,56.3108,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,53.6452,52.9788,52.3124,50.9796,49.6468,48.314,46.9812,46.3148,46.3148,46.9812,47.6476,47.6476,46.647999999999996,45.3152,43.316,42.6496,43.316,43.316,43.316,42.6496,41.3168,38.6512,36.652,33.986399999999996,30.6544,29.3216,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.988,29.988,30.6544,30.6544,31.3208,31.3208,31.9872,31.3208,30.6544,29.3216,27.6556,26.3228,24.3236,22.9908,21.658,20.9916,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,21.658,21.658,20.9916,20.9916,20.3252,20.3252,20.3252,20.9916,21.658,22.9908,24.3236,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.99,24.99,24.99,24.99,25.6564,26.3228,26.9892,28.322,29.3216,29.988,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.9848,38.6512,39.984,40.6504,41.9832,43.316,44.6488,45.9816,47.6476,49.6468,50.9796,52.3124,53.6452,54.6448,55.9776,56.644,58.31,58.9764,60.3092,60.9756,61.9752,63.308,64.6408,66.64,67.6396,68.306,68.9724,68.9724,69.972,70.6384,71.3048,71.9712,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.9684,79.6348,80.3012,81.3008,82.3004,82.96679999999999,84.2996,86.2988,87.2984,88.298,88.63119999999999,89.6308,90.2972,91.2968,90.9636,91.63,92.2964,92.6296,92.6296,93.9624,95.6284,96.2948,97.2944,97.6276,98.96039999999999,99.96,99.96,100.2932,100.9596,101.9592,103.292,103.62519999999999,104.2916,104.2916,105.6244,105.9576,106.9572,107.2904,108.6232,109.2896,109.956,110.6224,110.9556,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,111.2888,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,110.9556,109.956,108.28999999999999,107.2904,106.9572,106.9572,106.2908,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.6232,108.6232,108.6232,108.6232,107.9568,106.9572,105.9576,105.2912,104.6248,104.6248,104.6248,105.2912,105.9576,106.2908,106.2908,105.6244,105.2912,105.6244,104.958,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,103.292,101.9592,101.2928,99.6268,97.6276,96.2948,95.2952,93.6292,91.9632,90.6304,89.964,88.9644,88.298,87.2984,85.9656,84.6328,82.96679999999999,81.634,80.9676,80.3012,78.9684,78.30199999999999,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.96679999999999,84.2996,84.2996,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,94.962,95.6284,95.9616,96.9612,97.6276,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.2936,99.6268,100.2932,101.2928,101.9592,101.9592,102.6256,102.6256,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,103.292,104.2916,105.6244,106.9572,108.6232,109.2896,110.9556,110.9556,110.2892,110.2892,109.956,109.2896,108.6232,108.6232,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.9556,110.9556,111.622,111.622,111.622,111.622,111.9552,111.9552,111.9552,111.9552,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,114.954,115.2872,115.6204,115.9536,115.9536,115.6204,115.6204,114.2876,112.95479999999999,112.2884,111.622,110.9556,110.2892,109.956,109.956,109.956,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892,110.2892,110.2892],[42.3164,43.6492,46.3148,48.980399999999996,50.9796,52.3124,52.3124,51.646,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,46.9812,46.3148,44.982,43.6492,42.3164,41.65,41.3168,41.3168,41.9832,43.316,42.9828,41.9832,40.6504,39.3176,38.6512,38.6512,39.3176,39.3176,39.3176,37.9848,35.9856,33.32,31.9872,29.988,29.3216,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,26.9892,26.3228,24.3236,22.9908,21.658,20.9916,20.9916,20.9916,20.9916,21.658,21.658,21.658,21.658,21.658,20.9916,20.9916,20.3252,20.3252,20.9916,20.9916,22.3244,22.9908,24.99,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.3228,26.9892,27.6556,28.322,29.654799999999998,30.6544,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,37.9848,39.3176,39.984,39.984,41.3168,42.6496,43.9824,45.3152,46.647999999999996,47.6476,49.6468,50.9796,52.3124,52.9788,54.6448,55.3112,56.644,57.6436,58.9764,59.6428,60.9756,61.9752,63.308,64.6408,66.64,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,72.6376,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.9684,79.6348,80.3012,81.3008,82.3004,82.96679999999999,84.2996,86.2988,87.2984,88.298,88.63119999999999,89.6308,90.2972,91.2968,90.9636,91.63,92.9628,93.29599999999999,92.6296,93.9624,95.6284,97.6276,97.2944,98.6272,98.96039999999999,100.2932,101.2928,101.626,102.2924,103.62519999999999,104.958,105.2912,105.9576,105.9576,106.2908,107.6236,107.9568,108.6232,109.2896,110.2892,110.9556,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.9552,111.2888,111.622,111.622,112.2884,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,109.2896,108.28999999999999,106.9572,105.9576,105.6244,104.958,105.9576,106.2908,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.6232,109.6228,109.6228,109.2896,107.9568,106.9572,105.9576,105.2912,104.6248,104.6248,104.6248,105.2912,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,104.6248,104.6248,104.6248,104.6248,104.2916,104.2916,104.2916,104.2916,104.958,104.958,104.958,103.62519999999999,103.62519999999999,103.292,102.2924,100.6264,98.96039999999999,97.2944,96.628,95.2952,92.9628,91.9632,90.6304,89.964,88.9644,88.298,87.2984,86.2988,84.2996,82.96679999999999,81.634,80.9676,79.6348,78.9684,78.30199999999999,77.6356,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,84.966,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,91.63,92.2964,92.9628,93.29599999999999,93.9624,93.9624,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.962,95.6284,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,94.962,94.962,94.962,95.6284,95.9616,97.6276,97.6276,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.2928,101.2928,101.9592,103.292,103.62519999999999,105.2912,106.2908,107.9568,108.28999999999999,109.6228,110.2892,109.2896,109.2896,108.6232,108.28999999999999,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,115.2872,115.2872,115.9536,115.9536,115.9536,115.6204,114.954,113.6212,112.95479999999999,112.2884,110.9556,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.6228,109.6228,110.2892,110.2892],[38.9844,40.3172,42.6496,44.315599999999996,46.3148,46.9812,47.6476,46.9812,44.982,44.315599999999996,44.315599999999996,43.6492,43.6492,43.6492,42.9828,42.9828,42.3164,41.65,40.9836,40.3172,39.3176,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,36.652,35.9856,34.6528,34.6528,34.6528,35.3192,35.9856,34.6528,33.986399999999996,33.32,31.3208,29.988,29.3216,28.6552,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.322,28.322,27.6556,26.9892,26.3228,25.3232,24.3236,23.6572,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,21.658,22.3244,21.658,20.9916,20.9916,20.3252,20.9916,20.9916,21.658,22.9908,23.6572,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,27.6556,27.6556,28.322,28.9884,29.654799999999998,30.9876,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.984,40.6504,40.6504,41.9832,42.6496,43.9824,45.3152,46.647999999999996,48.314,49.6468,50.9796,52.3124,52.9788,54.6448,55.3112,56.977199999999996,57.6436,59.309599999999996,59.976,61.3088,61.9752,63.308,64.6408,66.9732,67.6396,68.9724,68.9724,69.6388,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,79.6348,80.3012,80.9676,81.9672,82.96679999999999,83.6332,84.966,85.6324,86.632,87.9648,88.63119999999999,89.6308,90.2972,91.2968,90.9636,91.63,93.29599999999999,93.9624,93.9624,95.2952,96.9612,97.6276,98.96039999999999,100.2932,101.2928,102.6256,103.9584,103.9584,104.958,105.6244,106.2908,106.9572,106.9572,106.9572,108.28999999999999,108.28999999999999,108.6232,109.2896,110.6224,110.9556,111.622,111.9552,112.2884,112.6216,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.9552,111.9552,111.622,112.2884,113.288,113.288,113.6212,113.6212,113.6212,113.6212,112.6216,112.95479999999999,112.95479999999999,112.2884,110.6224,108.9564,107.2904,105.6244,105.6244,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.9568,108.6232,109.2896,110.2892,110.2892,109.6228,108.6232,107.6236,105.9576,105.2912,104.6248,104.6248,105.2912,105.2912,105.9576,106.9572,106.9572,106.9572,106.9572,106.624,106.2908,105.6244,104.958,104.958,105.6244,105.2912,105.6244,105.6244,105.6244,105.9576,105.6244,105.6244,104.2916,104.2916,103.9584,102.6256,102.2924,101.2928,99.6268,98.96039999999999,97.96079999999999,96.2948,94.6288,93.9624,92.6296,91.9632,91.2968,90.6304,88.298,86.632,84.6328,82.96679999999999,81.634,80.3012,78.9684,78.30199999999999,77.6356,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.9692,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,83.3,83.3,84.2996,85.6324,85.6324,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,90.2972,90.6304,90.9636,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.962,94.962,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.962,95.6284,95.6284,95.9616,97.6276,97.6276,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,103.292,103.62519999999999,104.6248,105.6244,106.2908,106.624,107.6236,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.6228,110.2892,110.6224,111.2888,110.9556,111.622,112.2884,112.95479999999999,113.6212,113.6212,114.2876,115.2872,115.9536,115.9536,115.9536,115.9536,114.954,114.2876,112.95479999999999,112.2884,110.9556,110.6224,109.956,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892],[36.3188,36.9852,38.318,39.6508,40.6504,41.3168,41.9832,41.9832,41.3168,41.3168,40.6504,39.984,39.3176,38.6512,37.9848,37.3184,36.652,36.652,35.9856,35.3192,34.3196,33.986399999999996,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.654,30.9876,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,30.6544,29.988,28.9884,28.322,27.6556,27.6556,27.3224,26.656,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,24.99,24.99,24.3236,23.6572,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.3248,21.3248,21.3248,21.3248,22.3244,22.9908,24.3236,24.99,25.9896,26.656,26.656,27.3224,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.3216,29.3216,29.3216,29.3216,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,31.654,32.3204,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.9856,35.9856,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.6492,44.982,45.9816,46.9812,48.314,50.3132,51.646,52.9788,53.6452,54.978,56.3108,56.977199999999996,58.6432,59.976,61.3088,61.9752,62.6416,64.3076,65.6404,66.9732,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,85.6324,87.2984,88.298,89.2976,89.964,89.964,90.6304,92.2964,92.9628,93.9624,95.2952,96.2948,96.9612,97.96079999999999,98.96039999999999,100.6264,102.9588,104.6248,105.6244,106.2908,107.6236,107.6236,108.28999999999999,108.28999999999999,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,112.2884,112.6216,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,112.2884,112.2884,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.95479999999999,112.6216,110.9556,109.956,107.9568,105.9576,105.6244,105.9576,106.2908,106.2908,106.9572,106.9572,107.6236,108.28999999999999,108.6232,109.6228,110.9556,110.9556,110.6224,109.2896,107.9568,106.9572,106.2908,105.9576,105.6244,105.6244,105.9576,105.9576,106.9572,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,104.958,105.6244,105.9576,106.2908,106.9572,106.9572,106.9572,106.624,105.9576,105.9576,105.6244,105.2912,104.2916,104.2916,103.62519999999999,103.62519999999999,102.6256,101.9592,101.2928,99.6268,98.96039999999999,97.6276,96.628,95.9616,95.6284,94.6288,92.2964,89.6308,88.298,85.9656,83.6332,81.9672,80.9676,79.6348,78.30199999999999,78.30199999999999,77.3024,76.636,75.9696,75.6364,75.6364,75.6364,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.3,83.3,83.3,83.9664,84.2996,84.966,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,93.29599999999999,93.6292,93.6292,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,97.6276,97.96079999999999,97.6276,97.96079999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.6244,105.6244,106.2908,106.2908,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,108.9564,110.2892,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,114.2876,114.954,114.954,114.954,115.6204,115.6204,114.954,113.6212,112.6216,112.2884,110.2892,109.956,109.956,109.2896,108.6232,108.6232,108.6232,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,109.2896,109.2896,109.956,109.956],[34.6528,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.32,32.6536,31.9872,31.3208,31.3208,30.6544,30.6544,29.988,29.988,29.988,29.3216,28.9884,28.322,28.322,27.3224,27.3224,27.3224,27.3224,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.3236,24.3236,23.6572,23.6572,23.6572,22.3244,22.3244,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.3248,21.3248,21.3248,21.9912,22.9908,23.6572,24.99,25.6564,26.656,27.3224,27.3224,27.9888,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.6544,30.6544,30.6544,30.6544,30.3212,30.3212,30.9876,30.9876,30.9876,31.654,32.9868,33.6532,34.6528,35.3192,35.3192,35.9856,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,38.9844,38.9844,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,43.316,44.315599999999996,45.6484,46.647999999999996,47.6476,48.980399999999996,50.3132,51.646,52.9788,54.3116,54.978,56.3108,57.9768,59.309599999999996,60.6424,61.3088,62.6416,63.6412,64.3076,65.6404,66.9732,68.6392,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,81.3008,81.9672,82.96679999999999,84.2996,85.6324,86.632,88.298,88.9644,89.964,90.6304,90.6304,90.9636,92.9628,93.9624,95.2952,96.628,97.6276,98.294,99.2936,100.9596,102.9588,105.2912,107.2904,109.2896,109.956,109.2896,109.2896,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.6224,110.6224,110.2892,110.9556,111.622,112.2884,112.6216,113.288,113.95439999999999,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.95479999999999,112.95479999999999,113.95439999999999,113.95439999999999,114.2876,113.95439999999999,113.288,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.6216,112.95479999999999,111.9552,112.6216,112.95479999999999,112.6216,111.2888,110.6224,108.9564,107.2904,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,108.28999999999999,108.6232,109.2896,109.6228,110.9556,110.9556,109.956,109.2896,108.28999999999999,106.9572,106.9572,106.624,106.624,106.2908,106.2908,106.9572,107.6236,108.28999999999999,107.9568,107.6236,106.9572,106.2908,105.6244,105.6244,105.9576,105.9576,106.9572,106.9572,106.9572,106.9572,106.624,106.624,106.624,106.2908,105.9576,105.6244,105.6244,105.6244,104.958,104.958,104.2916,103.9584,102.6256,101.626,100.2932,99.6268,98.96039999999999,98.6272,97.2944,94.962,93.29599999999999,90.2972,87.6316,85.2992,82.96679999999999,81.634,80.9676,80.3012,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,80.6344,81.3008,81.9672,82.6336,83.3,83.3,83.3,83.9664,83.9664,84.966,84.966,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.6292,93.6292,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.2952,95.2952,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,96.2948,96.9612,97.6276,97.2944,97.6276,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,103.292,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.9576,106.2908,106.2908,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.9564,109.6228,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,114.2876,114.2876,114.954,114.954,114.6208,114.2876,113.288,112.6216,111.9552,111.622,109.956,109.2896,109.2896,109.2896,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.9564,108.9564,109.956,109.956],[33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.3216,28.6552,27.9888,27.3224,27.3224,26.656,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.6568,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,21.3248,21.3248,21.9912,21.9912,23.6572,24.3236,25.6564,26.3228,27.3224,27.9888,27.9888,28.6552,30.3212,30.9876,31.654,31.654,31.654,31.654,31.654,31.654,31.9872,31.9872,31.3208,31.3208,31.654,31.654,31.654,31.654,32.3204,32.9868,33.6532,34.986,35.9856,35.9856,36.652,37.3184,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.6508,39.6508,39.6508,39.6508,39.6508,40.3172,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,47.6476,48.314,49.6468,50.9796,52.3124,53.6452,54.978,55.6444,56.977199999999996,57.9768,59.976,60.6424,61.9752,62.6416,64.3076,64.974,66.3068,67.6396,69.3056,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,79.968,80.6344,81.3008,81.9672,82.96679999999999,84.2996,85.6324,87.2984,88.63119999999999,89.6308,90.2972,90.9636,92.2964,92.9628,93.29599999999999,94.6288,96.2948,97.6276,98.96039999999999,98.96039999999999,102.6256,103.9584,105.6244,107.9568,109.6228,111.622,112.2884,111.622,111.622,111.622,112.2884,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.6216,112.6216,113.288,113.95439999999999,114.2876,115.6204,115.2872,114.6208,114.2876,113.288,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,111.9552,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.9552,111.9552,110.9556,109.956,108.9564,106.9572,106.2908,106.2908,106.2908,107.2904,107.9568,108.9564,109.2896,109.956,109.956,110.6224,110.6224,109.956,109.2896,107.9568,106.9572,107.2904,107.2904,107.2904,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.6232,107.9568,106.9572,106.2908,105.6244,105.6244,105.9576,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,104.6248,104.6248,103.62519999999999,102.2924,101.2928,100.6264,99.6268,98.294,97.2944,94.962,92.6296,89.6308,87.6316,84.966,82.96679999999999,82.96679999999999,82.3004,81.9672,81.3008,80.9676,80.3012,80.3012,79.6348,78.9684,78.30199999999999,76.9692,76.3028,76.9692,76.3028,76.3028,76.9692,76.9692,77.6356,78.6352,78.6352,79.3016,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.9664,83.9664,84.966,84.966,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.6292,93.6292,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.962,95.6284,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,97.2944,97.6276,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.292,103.292,103.62519999999999,104.6248,104.958,105.6244,105.9576,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.9568,108.28999999999999,108.9564,109.6228,110.9556,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,114.2876,114.2876,113.6212,113.288,112.2884,111.622,111.2888,109.956,109.2896,108.9564,108.9564,108.9564,108.28999999999999,107.6236,107.6236,107.6236,107.6236,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.9564,109.2896,109.2896],[31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,30.9876,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.3228,25.6564,24.6568,24.6568,23.9904,23.9904,23.9904,23.323999999999998,23.323999999999998,22.6576,22.6576,22.6576,22.6576,22.6576,22.9908,22.3244,22.3244,22.3244,21.658,21.658,21.658,21.658,22.3244,22.3244,22.3244,22.6576,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,21.658,21.658,21.658,21.658,20.9916,20.9916,21.3248,21.3248,21.9912,22.6576,24.3236,24.99,25.6564,26.9892,27.9888,28.6552,28.6552,30.3212,31.654,32.3204,32.9868,32.9868,33.32,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.9836,40.9836,40.9836,40.9836,40.9836,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.314,50.3132,51.3128,52.3124,52.9788,54.3116,55.6444,56.3108,57.6436,58.6432,60.6424,61.3088,62.6416,63.308,64.974,66.3068,67.6396,68.9724,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.9704,74.97,76.3028,76.9692,77.6356,78.9684,78.9684,78.9684,78.9684,79.968,80.6344,81.3008,82.96679999999999,84.2996,85.6324,86.632,87.2984,88.63119999999999,89.6308,90.9636,92.2964,92.9628,93.9624,94.6288,95.9616,97.6276,98.6272,99.96,100.2932,104.2916,106.2908,107.9568,110.2892,111.9552,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.288,112.95479999999999,113.288,112.6216,112.6216,113.288,113.6212,114.2876,114.2876,114.954,115.2872,114.954,114.2876,114.2876,113.6212,113.288,113.288,113.288,113.288,114.2876,114.954,115.9536,115.9536,115.9536,114.954,114.2876,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,110.6224,109.956,109.956,109.956,110.6224,110.9556,111.622,112.2884,111.622,110.9556,109.956,108.28999999999999,107.9568,106.9572,107.6236,108.28999999999999,108.28999999999999,109.2896,109.956,109.956,110.2892,110.6224,110.6224,109.956,108.28999999999999,107.6236,106.9572,107.2904,107.6236,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,108.6232,108.6232,107.9568,106.9572,106.2908,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,107.6236,106.9572,106.9572,105.9576,104.958,103.62519999999999,102.6256,102.2924,101.2928,100.6264,98.96039999999999,97.2944,94.962,92.2964,89.2976,87.2984,85.6324,85.2992,84.966,84.2996,83.6332,83.6332,82.6336,82.6336,81.9672,81.3008,79.6348,78.9684,78.30199999999999,77.6356,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.6352,79.3016,79.968,80.6344,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.9664,83.9664,84.966,84.966,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.6292,93.6292,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,95.6284,95.6284,94.962,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,94.962,95.9616,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.96039999999999,99.2936,99.6268,99.6268,100.2932,100.9596,101.2928,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,102.6256,102.2924,102.2924,101.626,101.626,101.626,101.626,101.2928,101.2928,101.626,101.626,101.626,102.2924,102.2924,102.6256,103.292,103.62519999999999,104.958,105.6244,105.6244,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.9568,109.6228,110.2892,111.622,112.95479999999999,112.6216,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.622,111.2888,111.2888,110.2892,109.2896,108.28999999999999,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564],[30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,26.656,25.6564,24.99,23.9904,23.323999999999998,22.6576,21.9912,21.3248,21.3248,21.3248,21.3248,21.3248,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.6584,20.9916,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.3248,21.658,22.3244,22.3244,23.323999999999998,23.323999999999998,23.323999999999998,23.323999999999998,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,21.3248,21.9912,22.6576,23.323999999999998,24.3236,24.99,25.9896,27.3224,28.322,28.9884,30.3212,30.9876,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.3192,35.3192,35.3192,35.9856,35.3192,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.984,39.984,40.6504,41.3168,41.9832,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.6492,44.315599999999996,44.982,45.6484,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.9788,53.9784,55.3112,55.9776,57.3104,57.9768,58.6432,59.976,61.3088,62.6416,63.6412,64.974,65.6404,66.9732,68.306,69.972,71.3048,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,75.6364,76.3028,76.9692,77.6356,78.9684,78.9684,78.9684,78.9684,79.968,80.6344,81.3008,82.96679999999999,84.2996,85.2992,86.632,88.298,89.2976,90.6304,91.2968,92.9628,94.6288,95.6284,96.2948,96.9612,98.6272,99.96,101.2928,103.62519999999999,105.6244,108.6232,110.2892,112.2884,113.6212,115.2872,115.9536,115.9536,115.2872,115.2872,115.9536,115.9536,115.2872,114.6208,114.2876,114.2876,113.6212,113.6212,114.6208,115.2872,115.6204,115.6204,116.62,116.62,116.62,115.9536,114.6208,114.2876,113.95439999999999,113.288,113.6212,113.6212,114.6208,115.6204,117.2864,117.2864,116.62,115.9536,114.954,114.6208,113.288,113.288,112.95479999999999,112.2884,110.9556,109.2896,108.9564,108.9564,108.9564,109.956,111.2888,112.2884,112.95479999999999,112.95479999999999,112.2884,111.2888,110.2892,109.2896,109.2896,109.2896,110.2892,110.2892,110.9556,110.9556,110.9556,111.2888,111.2888,111.2888,110.2892,108.9564,107.6236,106.624,107.2904,107.9568,108.9564,109.2896,108.9564,108.9564,109.2896,109.2896,108.6232,107.6236,106.9572,106.2908,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,109.2896,109.2896,108.9564,108.28999999999999,106.9572,105.9576,104.6248,104.2916,103.62519999999999,103.62519999999999,101.9592,100.2932,97.96079999999999,94.962,92.2964,89.964,88.63119999999999,88.9644,88.298,87.9648,87.2984,86.9652,86.2988,84.966,83.6332,82.96679999999999,81.9672,80.6344,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.6348,80.3012,80.6344,81.3008,81.9672,82.6336,81.9672,81.9672,82.6336,83.3,83.9664,83.9664,84.966,84.966,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.2956,94.962,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,101.2928,101.626,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,102.6256,102.2924,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.9596,101.2928,101.626,101.626,102.2924,102.2924,103.292,103.62519999999999,103.9584,104.6248,105.6244,105.6244,105.6244,105.6244,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,106.9572,107.6236,108.6232,109.2896,109.956,110.9556,112.2884,112.95479999999999,112.95479999999999,111.9552,111.622,110.9556,110.6224,109.956,109.2896,109.2896,108.9564,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568],[28.9884,28.9884,28.9884,28.322,27.6556,26.9892,26.9892,26.3228,25.3232,24.6568,23.6572,22.9908,21.658,20.9916,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.992,19.992,19.992,19.992,19.3256,19.3256,19.3256,19.3256,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.6584,20.9916,21.658,21.658,22.6576,23.323999999999998,23.323999999999998,23.323999999999998,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.3244,21.658,21.658,21.658,21.658,21.658,21.658,21.658,21.9912,21.9912,23.323999999999998,23.9904,24.99,25.6564,26.656,27.3224,28.9884,29.654799999999998,30.9876,32.3204,33.986399999999996,35.3192,35.9856,36.652,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,37.3184,37.3184,37.3184,38.318,38.9844,39.6508,40.3172,41.3168,41.3168,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,44.982,44.982,44.982,44.982,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,53.6452,54.978,55.9776,56.644,57.9768,58.6432,59.309599999999996,59.976,60.6424,62.6416,63.308,64.974,65.6404,66.9732,68.306,69.6388,71.3048,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,79.6348,80.6344,81.3008,81.9672,82.96679999999999,84.2996,85.9656,87.9648,88.298,89.964,90.9636,92.2964,93.9624,95.6284,96.628,96.9612,98.294,99.6268,101.2928,102.6256,104.6248,107.6236,109.6228,112.2884,113.6212,115.2872,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.2868,116.2868,115.6204,115.6204,116.62,116.62,117.6196,117.9528,118.286,118.61919999999999,118.286,117.9528,116.62,115.9536,115.6204,115.2872,115.2872,115.2872,115.6204,116.2868,117.6196,117.6196,117.2864,116.62,115.6204,114.954,113.95439999999999,113.288,112.2884,111.2888,109.6228,108.9564,107.9568,107.9568,108.28999999999999,109.6228,110.9556,112.2884,113.6212,113.6212,113.288,112.6216,111.622,111.2888,111.2888,111.622,111.9552,112.6216,112.6216,112.6216,112.2884,112.2884,112.95479999999999,112.2884,111.622,110.2892,108.9564,107.9568,107.9568,108.28999999999999,109.956,110.6224,110.2892,109.6228,109.6228,109.956,108.6232,107.6236,106.9572,106.2908,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,108.28999999999999,108.6232,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.9556,110.2892,109.6228,109.2896,107.9568,107.2904,106.624,105.9576,104.958,104.2916,101.9592,99.6268,97.2944,94.962,92.2964,91.63,91.63,90.2972,89.964,89.6308,89.2976,88.63119999999999,87.2984,86.2988,84.966,83.6332,82.3004,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,81.3008,81.3008,81.9672,82.6336,81.9672,81.9672,82.6336,83.3,83.9664,83.9664,84.966,84.966,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.9632,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.962,94.962,94.2956,94.2956,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,97.6276,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,99.6268,100.2932,101.2928,102.2924,103.292,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.9592,101.2928,100.6264,100.2932,100.2932,99.96,99.96,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,102.6256,103.62519999999999,104.2916,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,108.28999999999999,108.6232,109.2896,110.6224,110.9556,110.9556,110.9556,109.6228,109.2896,108.6232,108.28999999999999,107.9568,107.9568,107.2904,107.2904,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.2904,107.2904,107.2904,107.2904],[28.322,28.322,27.6556,26.9892,26.3228,25.6564,23.9904,23.9904,23.6572,23.6572,22.9908,22.3244,20.9916,20.3252,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.6584,20.6584,19.992,19.992,19.992,19.992,19.3256,19.3256,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.6584,20.6584,21.3248,21.3248,22.6576,22.6576,22.6576,22.6576,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.6576,23.323999999999998,23.323999999999998,23.9904,25.6564,26.3228,27.3224,27.9888,29.654799999999998,30.3212,31.654,32.9868,35.3192,36.652,37.3184,37.9848,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.6508,40.3172,40.9836,41.65,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.6456,53.312,54.6448,55.3112,56.3108,57.3104,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,63.308,64.6408,65.6404,66.9732,67.6396,68.9724,70.3052,71.9712,73.304,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,81.3008,82.3004,82.96679999999999,84.966,86.632,87.9648,89.2976,90.6304,91.63,92.9628,94.6288,95.9616,96.9612,98.294,98.96039999999999,100.2932,102.2924,103.9584,105.9576,108.28999999999999,110.6224,111.9552,114.2876,115.9536,117.2864,117.9528,118.61919999999999,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,118.9524,119.2856,118.9524,118.9524,119.2856,119.952,120.2852,120.9516,120.9516,120.6184,120.9516,120.2852,119.6188,118.286,117.9528,117.6196,117.9528,117.9528,117.6196,117.9528,118.9524,118.9524,117.9528,117.2864,115.9536,114.954,113.95439999999999,112.6216,112.2884,111.2888,109.956,109.6228,108.9564,108.9564,109.956,110.2892,112.2884,112.95479999999999,113.288,113.288,113.288,112.6216,112.6216,112.6216,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,112.6216,111.622,110.2892,109.6228,109.2896,109.956,111.2888,111.622,110.9556,110.2892,109.6228,109.6228,108.9564,107.9568,107.2904,106.2908,105.6244,105.6244,105.9576,106.624,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,109.2896,109.2896,109.956,110.6224,111.2888,111.622,111.622,111.622,111.622,111.622,111.2888,110.9556,109.956,108.6232,107.9568,106.9572,106.2908,105.6244,104.2916,102.6256,99.6268,96.9612,95.2952,93.9624,93.9624,92.9628,92.2964,91.9632,91.9632,91.2968,89.2976,88.298,86.632,85.6324,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,81.9672,81.9672,81.634,81.634,81.3008,81.3008,81.9672,82.6336,81.9672,81.9672,82.6336,83.3,83.9664,83.9664,84.966,84.966,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,91.9632,93.29599999999999,93.6292,93.6292,94.6288,94.6288,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,99.6268,100.9596,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.292,102.2924,101.2928,100.2932,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.9592,102.2924,103.292,104.6248,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.9572,106.9572,107.6236,108.28999999999999,109.2896,109.2896,109.956,109.956,108.6232,107.9568,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,107.2904,107.2904],[26.9892,26.9892,26.3228,25.6564,24.99,24.3236,22.6576,22.6576,22.3244,22.3244,22.3244,21.658,20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.6584,20.6584,19.992,19.992,19.992,19.3256,19.3256,19.3256,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.6584,21.3248,21.3248,21.9912,22.6576,22.6576,22.6576,23.323999999999998,22.9908,22.9908,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.323999999999998,23.9904,23.9904,24.99,26.3228,26.9892,27.9888,28.6552,30.3212,31.654,32.9868,34.3196,35.9856,37.3184,37.9848,38.6512,39.984,39.984,39.984,39.984,39.984,39.984,39.984,39.984,40.6504,40.6504,40.6504,40.6504,41.65,41.65,42.3164,42.9828,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.9816,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,53.6452,54.6448,55.3112,55.9776,57.6436,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,62.6416,64.6408,65.3072,66.9732,67.6396,68.9724,69.6388,70.9716,72.6376,73.304,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,77.6356,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.968,80.6344,81.3008,82.3004,84.2996,85.2992,86.632,87.9648,89.2976,91.2968,92.2964,93.6292,94.6288,95.9616,97.6276,98.96039999999999,100.2932,101.9592,103.62519999999999,105.6244,106.9572,108.9564,110.9556,112.95479999999999,114.2876,116.62,117.2864,117.9528,118.9524,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,122.2844,122.2844,121.618,120.9516,120.2852,119.952,119.952,119.952,119.6188,119.952,120.2852,120.2852,119.952,118.9524,117.6196,115.9536,114.954,113.288,112.2884,111.9552,110.6224,110.9556,110.9556,110.9556,111.2888,111.9552,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.95439999999999,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,112.95479999999999,112.95479999999999,111.622,111.2888,110.9556,111.2888,111.622,112.2884,111.622,110.9556,110.2892,109.6228,108.9564,108.28999999999999,107.9568,106.9572,105.9576,105.9576,106.624,106.624,107.6236,107.9568,107.9568,107.9568,107.9568,108.6232,109.2896,109.956,110.6224,110.9556,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.2888,110.9556,110.2892,109.2896,109.2896,108.6232,106.9572,105.9576,103.62519999999999,101.626,99.2936,97.2944,96.2948,95.9616,95.6284,94.962,94.2956,93.9624,93.6292,92.2964,90.6304,88.298,86.632,85.2992,84.966,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,81.9672,81.9672,81.9672,82.6336,81.9672,82.6336,83.3,83.3,83.9664,83.9664,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,89.6308,90.2972,91.9632,92.6296,93.29599999999999,93.6292,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,92.9628,92.9628,92.6296,92.9628,92.9628,93.6292,93.9624,93.9624,93.9624,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,94.962,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,98.6272,98.96039999999999,100.9596,102.2924,103.292,103.292,103.62519999999999,103.62519999999999,103.292,102.2924,101.2928,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,101.626,102.2924,102.6256,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.958,104.958,105.6244,105.6244,105.6244,105.9576,106.2908,106.624,106.9572,107.6236,108.28999999999999,108.28999999999999,107.9568,107.9568,107.6236,106.9572,105.9576,105.6244,104.958,104.958,104.958,104.958,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,107.2904],[25.9896,25.3232,24.3236,23.323999999999998,22.6576,21.9912,21.9912,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.3252,20.3252,19.6588,19.6588,18.9924,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,20.3252,20.3252,20.9916,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,26.9892,27.6556,28.9884,29.654799999999998,30.9876,32.3204,33.6532,35.3192,36.652,37.9848,39.3176,39.984,40.3172,40.9836,40.9836,40.9836,41.9832,41.9832,41.9832,41.9832,42.3164,42.3164,42.3164,42.3164,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.3152,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,52.6456,53.312,54.3116,55.6444,56.3108,56.977199999999996,57.9768,58.9764,59.976,60.6424,61.3088,61.3088,61.3088,62.3084,63.308,63.9744,65.6404,66.3068,67.6396,68.306,69.972,70.6384,71.9712,72.6376,74.3036,74.97,75.6364,76.3028,76.636,76.636,76.636,77.3024,77.6356,78.6352,79.3016,79.3016,79.968,79.968,79.968,79.968,80.9676,81.634,82.96679999999999,84.2996,85.2992,86.632,87.6316,89.2976,91.2968,92.2964,93.9624,95.2952,96.628,97.96079999999999,99.96,100.9596,102.2924,104.2916,105.9576,107.9568,109.2896,110.9556,112.95479999999999,114.2876,115.9536,116.62,117.9528,118.9524,119.952,119.952,120.9516,120.9516,121.618,122.2844,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,122.2844,122.2844,122.2844,122.9508,122.6176,121.9512,121.2848,120.9516,119.952,118.286,116.62,114.6208,113.6212,113.288,112.2884,112.95479999999999,113.288,113.6212,113.288,113.6212,114.2876,114.2876,114.6208,115.2872,115.2872,115.2872,115.9536,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,116.62,116.62,115.2872,114.954,114.2876,113.288,113.288,112.2884,112.2884,112.2884,112.6216,112.6216,112.2884,111.622,110.2892,110.2892,109.956,109.2896,108.28999999999999,107.9568,107.9568,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,109.6228,109.956,110.2892,111.2888,111.9552,112.2884,113.288,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,111.9552,111.622,110.9556,110.9556,110.2892,108.6232,107.6236,105.9576,103.62519999999999,101.626,100.2932,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.6284,94.6288,92.9628,91.2968,89.2976,87.6316,87.2984,86.2988,85.6324,85.6324,84.966,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,85.9656,86.632,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,90.2972,91.2968,92.2964,92.9628,93.29599999999999,94.6288,95.2952,95.6284,95.6284,95.2952,94.6288,94.6288,93.9624,93.6292,92.9628,92.6296,92.6296,91.9632,91.9632,92.6296,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,94.962,95.6284,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,97.96079999999999,98.96039999999999,100.6264,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.2928,100.2932,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.2928,102.2924,103.292,104.6248,105.6244,105.6244,105.9576,105.6244,104.958,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.6248,104.958,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,105.6244,105.2912,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.958,104.958,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572],[24.6568,24.3236,23.6572,22.6576,21.9912,21.3248,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.3252,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.9924,19.6588,20.3252,20.9916,20.9916,21.658,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,26.3228,27.6556,28.322,28.9884,30.3212,31.654,32.9868,34.3196,35.9856,37.3184,38.6512,39.3176,39.984,40.9836,40.9836,40.9836,41.65,42.6496,42.6496,42.6496,43.316,42.9828,43.6492,43.6492,43.6492,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,53.9784,55.3112,56.3108,56.977199999999996,57.6436,58.9764,59.309599999999996,60.3092,61.3088,61.3088,61.9752,61.9752,61.9752,63.308,63.9744,64.6408,66.3068,66.9732,68.306,68.9724,69.972,71.3048,71.9712,73.304,74.3036,74.97,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,78.6352,79.3016,79.3016,79.968,79.968,79.968,80.6344,81.634,82.3004,82.96679999999999,84.966,85.9656,87.2984,88.9644,89.2976,91.2968,92.2964,93.9624,95.6284,96.628,97.96079999999999,100.2932,101.9592,102.6256,104.6248,106.2908,108.28999999999999,109.956,110.9556,112.95479999999999,114.2876,115.9536,116.62,117.6196,118.61919999999999,119.2856,119.952,120.9516,120.9516,121.2848,121.9512,122.9508,122.9508,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.2844,121.2848,120.2852,118.61919999999999,116.9532,115.9536,115.2872,115.2872,114.954,114.954,114.954,114.2876,114.954,115.6204,115.6204,116.2868,116.2868,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.9528,117.9528,117.9528,117.6196,117.6196,117.2864,117.2864,116.62,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.2884,112.2884,111.622,110.9556,110.6224,109.956,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,111.2888,112.2884,112.2884,113.288,113.288,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,113.288,112.95479999999999,112.95479999999999,111.622,111.622,110.9556,109.956,109.2896,107.9568,105.9576,104.2916,103.292,101.2928,100.2932,99.6268,99.2936,98.96039999999999,98.6272,97.96079999999999,95.9616,95.2952,92.9628,91.9632,89.964,88.9644,88.298,87.2984,86.632,86.632,85.6324,84.966,84.2996,83.6332,83.6332,82.96679999999999,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,84.966,84.966,85.6324,86.632,87.9648,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,89.6308,91.2968,91.63,92.2964,93.29599999999999,94.6288,95.2952,95.6284,95.6284,95.2952,94.6288,93.9624,93.6292,92.6296,91.9632,91.63,90.9636,90.6304,90.6304,91.63,91.9632,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,94.962,94.962,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,96.2948,97.6276,98.6272,100.6264,101.9592,103.292,103.62519999999999,104.2916,104.2916,104.2916,103.292,101.9592,100.9596,99.6268,99.2936,99.2936,99.2936,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,102.2924,102.6256,104.6248,105.6244,105.6244,105.9576,105.6244,104.958,103.9584,102.9588,102.9588,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.958,105.6244,106.2908,106.624,106.2908,106.2908,106.9572,106.9572,106.9572,106.2908,105.2912,104.2916,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,104.958,104.958,105.6244,105.9576,106.2908,106.2908,106.9572,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572],[23.6572,22.9908,22.6576,21.9912,21.3248,20.6584,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.3252,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.326,18.9924,19.6588,20.9916,21.658,22.3244,22.9908,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,24.99,24.99,24.99,24.99,25.6564,26.3228,27.6556,28.322,29.654799999999998,30.9876,32.3204,33.6532,34.986,35.9856,37.9848,38.6512,39.984,40.6504,40.9836,41.65,41.65,41.65,42.6496,43.316,43.316,43.9824,43.6492,44.315599999999996,44.315599999999996,44.315599999999996,45.3152,45.9816,45.9816,46.647999999999996,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,54.3116,55.3112,56.644,57.6436,58.31,59.6428,60.3092,60.9756,61.641999999999996,61.9752,61.9752,61.9752,62.6416,63.308,63.9744,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,70.6384,71.3048,71.9712,73.304,74.3036,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.634,82.3004,83.6332,84.966,85.9656,87.9648,88.9644,90.6304,91.63,93.29599999999999,94.6288,95.9616,96.628,98.294,100.6264,101.9592,103.292,105.2912,106.9572,108.9564,110.6224,111.622,112.95479999999999,114.2876,115.2872,116.62,117.2864,118.286,119.2856,119.952,120.2852,120.2852,121.2848,121.9512,122.6176,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,125.2832,124.6168,123.9504,122.6176,121.618,119.952,118.9524,117.6196,117.2864,116.9532,116.9532,116.2868,116.2868,115.6204,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.9524,118.9524,119.6188,119.6188,118.286,118.286,118.286,118.286,118.286,117.6196,117.2864,116.62,115.2872,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.95479999999999,112.2884,112.2884,111.622,110.9556,109.956,109.2896,107.6236,106.624,104.958,103.62519999999999,102.6256,101.626,101.2928,100.9596,100.2932,99.6268,98.294,96.628,94.962,93.6292,92.2964,90.6304,89.964,88.63119999999999,88.298,87.6316,87.2984,86.2988,85.6324,84.2996,83.6332,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,85.6324,86.632,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,90.2972,90.6304,92.2964,92.6296,94.6288,95.2952,95.2952,95.2952,95.2952,94.6288,93.9624,93.6292,91.63,91.2968,90.6304,89.964,89.6308,90.2972,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.9624,94.2956,94.2956,94.2956,94.962,95.2952,95.2952,95.2952,95.2952,95.6284,96.2948,97.2944,98.6272,100.6264,101.9592,103.292,103.62519999999999,104.2916,104.6248,104.958,104.2916,102.6256,101.2928,100.2932,99.6268,99.6268,99.6268,99.2936,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.9592,102.6256,103.9584,105.6244,105.6244,105.9576,105.6244,104.6248,103.9584,102.9588,102.9588,102.9588,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.958,105.6244,106.2908,106.624,106.2908,106.2908,106.9572,106.9572,106.2908,105.6244,104.6248,103.62519999999999,103.292,102.6256,103.62519999999999,103.62519999999999,103.9584,104.6248,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572],[22.3244,22.3244,21.3248,20.6584,19.992,19.992,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,18.9924,18.9924,18.326,18.326,18.326,18.9924,19.6588,20.3252,21.658,22.3244,22.9908,23.6572,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,24.99,24.99,24.99,24.99,25.6564,26.3228,27.6556,28.9884,29.654799999999998,30.9876,32.3204,33.6532,34.986,36.652,38.6512,39.3176,40.6504,40.6504,41.65,41.65,41.65,42.3164,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,54.3116,54.6448,55.3112,55.9776,56.977199999999996,58.31,58.9764,60.3092,60.9756,61.641999999999996,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,64.6408,65.3072,65.9736,67.3064,67.6396,68.306,68.9724,69.6388,71.3048,71.9712,72.6376,73.304,74.3036,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.634,82.3004,83.6332,84.2996,85.6324,86.9652,87.9648,89.2976,91.2968,92.2964,93.6292,94.962,95.9616,96.9612,98.96039999999999,100.6264,101.9592,103.62519999999999,105.6244,106.9572,108.9564,110.6224,111.622,112.95479999999999,114.2876,115.2872,115.9536,117.2864,117.6196,118.286,118.9524,119.952,119.6188,120.2852,120.2852,120.6184,121.9512,121.9512,122.6176,122.2844,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.9496,126.2828,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,126.2828,125.6164,125.2832,123.28399999999999,122.6176,120.9516,119.952,118.9524,118.286,118.286,117.6196,116.62,116.62,115.9536,116.62,116.9532,116.9532,117.6196,118.286,118.286,118.9524,119.6188,119.952,119.952,119.952,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,117.6196,117.2864,115.9536,115.2872,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,111.9552,112.2884,111.622,111.622,110.6224,109.956,108.6232,107.9568,106.9572,105.2912,104.2916,103.62519999999999,103.292,103.292,102.6256,101.9592,100.6264,98.96039999999999,96.628,95.6284,93.6292,92.9628,92.2964,90.9636,90.2972,88.63119999999999,88.298,87.9648,86.2988,85.6324,84.2996,83.6332,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.9672,81.9672,82.96679999999999,83.6332,84.2996,85.6324,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,90.2972,91.63,92.2964,93.9624,94.6288,94.6288,94.6288,94.6288,93.9624,93.6292,92.6296,90.6304,90.2972,89.6308,89.6308,89.2976,89.2976,89.964,90.2972,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.6292,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.6292,93.6292,94.2956,94.2956,94.2956,94.2956,95.2952,95.2952,95.2952,95.2952,95.6284,96.2948,96.628,98.294,99.96,101.2928,101.9592,103.62519999999999,104.2916,104.958,104.958,104.2916,102.9588,101.9592,100.9596,100.2932,99.2936,99.2936,99.2936,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,102.2924,103.9584,105.6244,105.6244,105.9576,105.6244,104.6248,103.9584,102.9588,102.6256,102.9588,103.62519999999999,103.9584,103.9584,104.6248,104.6248,104.958,105.6244,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.2908,105.6244,104.6248,103.292,102.6256,102.6256,103.62519999999999,103.9584,104.6248,105.2912,105.6244,105.9576,106.2908,106.9572,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572],[20.9916,20.9916,19.6588,18.9924,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,20.3252,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.9924,18.9924,20.3252,20.9916,22.3244,22.9908,23.6572,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,24.99,24.99,24.99,24.99,25.6564,26.3228,27.6556,28.9884,29.654799999999998,30.9876,32.9868,34.3196,35.9856,37.9848,39.3176,40.3172,40.9836,41.65,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.9816,45.9816,46.647999999999996,47.3144,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,55.3112,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.6428,60.6424,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,64.3076,64.974,65.6404,66.3068,66.9732,68.306,68.9724,68.9724,69.6388,70.3052,70.9716,71.3048,71.9712,72.6376,73.304,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.968,79.968,80.6344,80.9676,81.634,81.634,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.298,89.964,91.63,93.29599999999999,94.6288,95.9616,96.628,97.96079999999999,98.96039999999999,100.6264,101.9592,103.62519999999999,105.6244,106.9572,108.28999999999999,110.6224,111.622,112.95479999999999,114.2876,115.2872,115.9536,116.62,116.9532,117.6196,117.6196,118.286,117.6196,118.286,118.286,118.9524,119.6188,119.6188,120.2852,120.6184,121.618,122.6176,122.2844,122.6176,122.6176,123.28399999999999,123.28399999999999,123.9504,124.95,125.6164,126.2828,126.9492,127.2824,127.2824,127.2824,127.2824,126.9492,125.6164,124.95,124.28359999999999,123.28399999999999,122.6176,120.9516,119.952,119.6188,118.286,117.9528,116.62,116.62,117.2864,117.2864,117.6196,118.286,118.286,118.61919999999999,119.2856,119.6188,119.952,119.952,120.6184,120.6184,120.2852,120.6184,120.6184,120.2852,120.2852,119.6188,118.9524,117.2864,116.62,115.9536,115.6204,115.6204,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.2872,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,111.622,110.9556,110.2892,109.2896,107.9568,106.9572,105.6244,105.6244,105.2912,104.958,104.958,104.2916,102.2924,100.6264,99.2936,97.2944,95.9616,95.6284,94.962,93.29599999999999,92.2964,90.2972,89.2976,88.63119999999999,87.2984,86.2988,84.966,83.6332,81.9672,80.6344,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,82.3004,82.96679999999999,84.2996,85.2992,86.632,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,88.63119999999999,89.2976,91.2968,91.63,93.6292,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.2964,91.63,90.2972,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,92.9628,92.9628,92.9628,92.6296,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,96.628,97.6276,99.6268,100.6264,101.9592,102.9588,103.62519999999999,104.2916,103.9584,103.62519999999999,102.9588,101.9592,100.6264,99.2936,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,100.2932,100.2932,100.6264,100.6264,101.2928,102.6256,103.9584,104.6248,104.958,105.9576,105.6244,104.6248,103.62519999999999,102.6256,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,105.6244,105.9576,105.6244,106.2908,106.2908,106.9572,106.2908,104.958,104.958,103.62519999999999,102.2924,102.6256,102.6256,103.62519999999999,103.9584,104.6248,105.2912,105.9576,105.6244,106.9572,107.6236,107.6236,107.6236,106.2908,106.2908,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908],[19.6588,18.9924,18.326,18.326,17.6596,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.9924,19.6588,20.3252,21.658,22.9908,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,24.99,24.99,24.99,24.99,25.6564,26.3228,27.6556,28.9884,29.654799999999998,30.9876,32.9868,34.3196,36.652,38.6512,39.984,40.9836,41.65,42.3164,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,54.3116,54.978,54.978,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.6404,65.6404,66.3068,66.9732,68.306,68.9724,69.6388,70.3052,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,75.6364,76.3028,76.9692,77.6356,78.9684,78.9684,79.6348,79.6348,79.968,79.968,80.6344,81.3008,81.634,82.3004,82.3004,83.6332,84.2996,85.2992,86.632,87.9648,88.298,89.2976,91.2968,92.2964,93.6292,94.962,96.628,97.6276,97.96079999999999,99.6268,100.6264,101.9592,103.62519999999999,105.6244,106.9572,108.28999999999999,110.6224,111.622,112.95479999999999,114.2876,115.2872,115.2872,115.9536,115.9536,116.62,116.2868,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.9524,119.6188,120.9516,121.2848,121.2848,121.9512,122.2844,122.2844,122.6176,123.9504,124.95,126.2828,126.9492,126.9492,127.2824,127.2824,126.9492,126.9492,125.6164,124.95,124.28359999999999,123.9504,122.6176,121.618,119.952,118.9524,117.9528,116.9532,116.62,116.62,116.62,117.2864,117.6196,118.286,118.61919999999999,118.61919999999999,119.2856,119.6188,119.6188,119.952,119.952,120.2852,120.2852,120.6184,120.6184,120.9516,121.2848,120.6184,119.6188,117.9528,117.2864,116.62,115.9536,115.9536,115.2872,114.954,114.954,115.2872,115.6204,115.6204,115.6204,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,115.2872,115.2872,114.6208,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,112.2884,111.622,111.622,112.2884,111.2888,110.9556,110.2892,108.6232,107.6236,106.9572,106.624,105.6244,106.2908,106.624,105.9576,104.2916,102.2924,101.2928,99.2936,98.294,97.2944,96.628,95.2952,93.9624,92.2964,90.2972,89.2976,88.298,86.9652,85.6324,83.6332,81.3008,80.6344,80.3012,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,79.3016,79.6348,80.3012,80.6344,81.3008,82.3004,82.96679999999999,84.2996,85.2992,86.632,87.9648,87.9648,88.298,88.63119999999999,88.298,88.298,88.298,88.298,88.298,87.6316,87.6316,87.2984,87.2984,87.2984,87.2984,87.9648,89.2976,90.6304,91.2968,92.9628,93.6292,93.6292,92.9628,92.9628,92.2964,91.63,90.6304,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,96.9612,97.96079999999999,99.6268,99.96,101.9592,102.6256,103.62519999999999,103.62519999999999,103.292,103.62519999999999,102.6256,101.9592,100.2932,98.6272,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,101.626,102.6256,103.9584,104.6248,105.2912,105.9576,105.6244,104.6248,103.62519999999999,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,104.958,104.2916,102.6256,102.2924,102.6256,103.292,103.9584,104.6248,105.2912,105.6244,105.9576,106.2908,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908],[18.326,17.6596,17.6596,16.993199999999998,16.993199999999998,16.3268,16.3268,16.3268,16.3268,16.3268,16.3268,16.993199999999998,16.993199999999998,16.993199999999998,16.993199999999998,17.6596,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,20.9916,21.658,22.9908,23.6572,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,24.99,24.99,24.99,24.99,25.6564,26.3228,27.6556,28.322,29.654799999999998,30.9876,32.9868,34.3196,36.652,39.3176,40.6504,41.65,42.9828,42.9828,43.9824,43.9824,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,54.978,55.6444,55.6444,56.644,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,68.306,68.9724,69.6388,70.3052,70.9716,70.9716,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,74.6368,75.6364,76.3028,76.9692,77.6356,78.9684,78.9684,79.6348,80.3012,80.6344,80.6344,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.2996,85.6324,86.632,87.9648,87.9648,89.2976,90.6304,91.63,93.29599999999999,94.6288,95.9616,96.9612,97.6276,98.294,100.2932,100.9596,101.9592,103.62519999999999,105.6244,106.9572,108.28999999999999,110.6224,111.622,112.95479999999999,113.6212,114.954,114.954,115.6204,115.6204,114.6208,114.6208,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.9536,116.2868,117.2864,117.2864,118.286,118.9524,120.2852,120.9516,119.952,120.2852,121.618,122.2844,123.28399999999999,124.28359999999999,125.6164,125.6164,126.2828,126.2828,126.9492,125.6164,125.2832,125.2832,124.6168,123.9504,122.2844,121.2848,119.6188,118.61919999999999,116.9532,115.9536,115.2872,115.2872,115.9536,116.2868,117.2864,117.6196,117.9528,118.61919999999999,118.61919999999999,118.9524,118.9524,119.6188,119.952,120.6184,121.2848,121.618,121.618,122.2844,122.2844,121.9512,120.9516,119.6188,118.9524,117.9528,117.6196,116.9532,116.62,116.62,115.9536,116.62,116.62,116.62,116.62,117.6196,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,116.62,115.9536,115.9536,115.6204,115.2872,115.2872,114.6208,114.6208,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,111.622,110.9556,109.956,108.9564,107.9568,106.9572,106.9572,106.9572,106.9572,107.6236,106.2908,104.958,103.292,102.6256,100.6264,99.96,98.96039999999999,98.294,97.6276,95.6284,93.29599999999999,91.63,89.6308,88.298,86.9652,85.6324,83.6332,81.3008,80.6344,79.6348,78.9684,78.30199999999999,77.3024,77.3024,77.3024,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.3024,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,82.3004,83.6332,84.6328,86.2988,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,89.2976,90.6304,91.2968,91.9632,92.2964,92.2964,92.2964,91.63,90.9636,90.6304,89.964,89.2976,88.63119999999999,88.298,87.6316,87.6316,88.298,88.63119999999999,89.2976,89.2976,89.964,90.6304,90.9636,92.2964,92.2964,92.2964,92.2964,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,96.9612,97.6276,98.96039999999999,99.96,101.2928,101.9592,102.6256,102.9588,102.9588,102.2924,101.9592,101.2928,99.6268,97.96079999999999,96.9612,96.9612,96.9612,96.9612,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,99.2936,99.2936,99.2936,99.6268,100.2932,101.2928,103.292,103.9584,104.6248,105.2912,105.9576,105.6244,104.6248,103.62519999999999,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,104.2916,103.62519999999999,102.2924,101.626,102.6256,103.292,103.62519999999999,104.6248,105.6244,105.9576,106.2908,106.2908,107.6236,107.6236,107.6236,106.9572,105.6244,105.6244,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576],[16.993199999999998,16.993199999999998,16.3268,16.3268,15.6604,15.6604,15.6604,15.6604,16.3268,16.3268,16.3268,16.3268,16.3268,16.3268,16.3268,16.993199999999998,16.993199999999998,17.6596,17.6596,18.326,18.326,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,20.9916,21.658,22.9908,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.99,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,24.99,24.99,24.99,24.99,25.6564,26.3228,27.6556,28.322,29.654799999999998,30.9876,32.9868,34.986,37.3184,39.3176,40.6504,42.3164,42.9828,43.6492,44.6488,44.6488,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,47.3144,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.6452,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,57.3104,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,65.9736,66.9732,67.6396,68.9724,70.3052,70.9716,70.9716,71.638,71.638,72.6376,72.6376,72.6376,73.304,73.304,73.9704,74.6368,75.3032,76.3028,76.9692,77.6356,77.6356,78.9684,78.9684,79.6348,80.3012,80.6344,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,84.2996,85.2992,86.632,87.9648,88.298,88.63119999999999,90.2972,91.2968,92.6296,93.6292,94.962,95.9616,97.6276,98.294,98.96039999999999,100.2932,100.9596,102.6256,103.62519999999999,105.6244,106.9572,108.28999999999999,110.6224,111.622,112.2884,113.6212,113.6212,114.2876,114.6208,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,114.6208,114.954,115.6204,116.62,117.6196,118.286,118.61919999999999,118.9524,119.6188,120.9516,121.2848,122.6176,122.6176,123.9504,124.6168,125.2832,125.2832,125.9496,125.2832,124.6168,123.9504,123.9504,122.2844,121.2848,120.2852,118.61919999999999,117.2864,115.6204,114.6208,114.2876,114.2876,114.954,115.6204,116.62,116.62,117.2864,117.2864,117.9528,117.9528,118.9524,119.6188,119.952,120.6184,121.618,122.2844,122.2844,122.2844,122.2844,122.6176,121.9512,121.2848,119.952,119.6188,118.9524,118.286,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.9528,118.286,119.2856,118.9524,119.6188,119.6188,119.6188,119.2856,119.6188,119.2856,118.9524,118.9524,118.286,117.9528,117.2864,116.62,116.62,115.9536,115.6204,115.2872,115.2872,114.6208,114.2876,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,111.2888,110.2892,109.2896,108.9564,107.9568,107.6236,106.9572,107.2904,107.2904,107.6236,106.9572,105.6244,104.2916,102.6256,101.9592,100.6264,99.96,99.6268,98.294,96.2948,94.2956,92.6296,90.6304,88.298,86.9652,85.6324,82.96679999999999,81.3008,79.968,78.9684,78.30199999999999,77.3024,77.3024,76.636,76.636,76.9692,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.9692,76.9692,76.9692,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,82.3004,84.2996,85.6324,86.2988,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,88.63119999999999,89.964,90.6304,91.2968,91.9632,91.9632,91.9632,90.9636,90.6304,89.964,89.2976,88.63119999999999,88.298,87.6316,87.6316,87.6316,87.6316,88.298,88.63119999999999,88.9644,89.2976,89.964,90.6304,91.63,92.2964,92.2964,92.2964,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.6296,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,95.2952,96.2948,97.6276,98.96039999999999,99.6268,100.9596,101.2928,101.9592,102.6256,102.6256,101.9592,101.2928,100.2932,98.294,97.6276,96.9612,96.2948,96.2948,96.2948,96.9612,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.6272,99.2936,99.6268,100.2932,101.626,103.292,103.9584,104.6248,105.2912,104.958,104.958,103.9584,103.62519999999999,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.2916,105.6244,105.6244,105.9576,105.9576,105.6244,105.2912,105.2912,105.6244,103.62519999999999,102.6256,102.2924,101.626,102.6256,103.292,103.62519999999999,104.6248,105.6244,105.9576,106.2908,106.9572,107.6236,107.6236,106.9572,106.624,105.6244,104.2916,103.9584,103.9584,105.2912,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576],[15.3272,15.3272,15.3272,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,16.66,16.66,16.66,17.3264,17.9928,17.9928,18.6592,18.6592,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.9924,19.6588,20.3252,20.9916,21.658,21.658,22.3244,22.3244,22.3244,22.3244,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.9912,21.9912,22.6576,23.323999999999998,23.6572,24.3236,24.3236,24.3236,25.3232,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.99,24.99,24.99,26.3228,26.9892,27.6556,28.9884,29.988,31.3208,33.32,35.3192,37.3184,39.3176,41.65,42.3164,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.6456,53.312,53.312,53.9784,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,63.308,63.308,64.3076,64.3076,65.6404,66.3068,67.6396,68.306,69.6388,70.9716,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.97,74.97,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,83.6332,84.2996,85.2992,87.2984,88.298,89.2976,89.964,90.2972,91.63,92.9628,94.2956,95.6284,96.9612,97.96079999999999,98.294,99.2936,100.2932,101.626,102.6256,103.292,104.958,106.2908,107.9568,109.956,110.9556,112.2884,112.6216,112.95479999999999,113.6212,113.95439999999999,113.95439999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.954,115.9536,116.62,116.62,117.9528,118.61919999999999,118.9524,119.6188,120.6184,121.9512,122.9508,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,121.618,120.6184,118.9524,117.9528,116.9532,115.6204,114.2876,113.6212,113.6212,113.6212,113.95439999999999,114.954,115.6204,115.9536,115.9536,115.9536,116.62,117.2864,117.6196,119.6188,119.952,121.2848,121.618,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,120.9516,119.952,119.6188,119.6188,119.6188,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.952,120.2852,120.9516,121.2848,121.618,121.618,121.2848,120.6184,120.2852,119.952,118.9524,117.9528,117.2864,117.2864,116.62,116.62,116.2868,115.6204,115.6204,115.2872,114.2876,114.2876,113.95439999999999,113.95439999999999,113.6212,113.6212,113.288,112.95479999999999,112.2884,110.9556,111.2888,111.2888,111.2888,111.2888,110.2892,109.6228,108.9564,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,105.6244,103.62519999999999,102.6256,101.9592,100.6264,99.96,99.6268,98.6272,96.2948,94.962,92.6296,90.6304,88.63119999999999,86.9652,84.966,82.96679999999999,80.6344,79.6348,78.6352,77.6356,77.6356,76.9692,76.636,76.636,76.636,76.636,75.9696,75.9696,75.6364,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.3008,82.3004,83.6332,84.2996,85.2992,85.2992,85.2992,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.9656,86.632,86.632,86.632,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.964,89.964,90.6304,90.6304,90.6304,90.2972,89.964,89.2976,88.63119999999999,88.298,87.9648,87.2984,87.2984,86.9652,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.2972,90.6304,91.2968,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,96.628,98.294,98.96039999999999,99.6268,100.2932,101.2928,101.9592,101.9592,101.2928,99.6268,98.96039999999999,97.96079999999999,97.2944,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.96079999999999,97.96079999999999,99.2936,99.6268,100.9596,101.2928,102.6256,103.62519999999999,103.9584,103.9584,104.2916,103.62519999999999,103.292,102.6256,102.9588,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.6244,105.6244,104.958,104.958,105.2912,104.958,104.6248,103.9584,104.2916,103.62519999999999,103.292,102.2924,101.626,101.626,102.6256,103.292,103.62519999999999,104.2916,105.6244,105.6244,106.2908,106.9572,106.9572,106.9572,105.9576,105.6244,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912],[13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,16.66,17.3264,17.3264,17.9928,17.9928,18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,18.9924,19.6588,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.9912,21.9912,22.6576,22.6576,23.6572,23.6572,24.3236,24.3236,25.3232,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.99,24.99,24.99,26.3228,26.9892,28.322,28.9884,30.6544,31.9872,33.986399999999996,35.3192,37.3184,39.3176,41.65,42.9828,43.9824,44.6488,45.3152,45.3152,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.3076,64.974,66.3068,66.9732,68.306,69.6388,70.3052,70.9716,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,73.9704,74.97,74.97,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.968,81.3008,81.9672,82.6336,83.3,83.3,83.6332,84.966,85.2992,86.632,88.298,89.2976,89.964,91.2968,91.2968,91.9632,93.6292,94.962,95.6284,96.9612,97.96079999999999,98.294,99.2936,100.6264,101.9592,102.6256,103.292,104.2916,105.9576,107.2904,109.2896,110.2892,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.6212,114.2876,114.954,114.954,115.6204,116.2868,116.9532,117.6196,117.9528,119.6188,120.6184,121.2848,121.618,122.2844,122.2844,122.2844,122.2844,122.9508,121.618,120.6184,119.2856,118.61919999999999,116.9532,115.6204,114.6208,113.6212,113.6212,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,115.2872,115.2872,115.2872,115.6204,116.2868,117.6196,118.286,119.952,121.2848,122.2844,122.6176,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.9516,120.9516,120.2852,120.2852,120.2852,119.952,120.6184,120.6184,121.2848,121.2848,121.2848,121.618,122.2844,122.2844,122.2844,122.2844,121.9512,121.2848,120.9516,119.6188,118.61919999999999,117.6196,117.2864,117.2864,116.62,116.2868,116.2868,116.2868,115.6204,114.954,114.2876,114.2876,113.95439999999999,113.6212,113.6212,113.288,112.2884,110.9556,110.6224,110.9556,110.9556,110.2892,109.956,109.956,109.2896,107.9568,107.6236,107.9568,106.9572,106.9572,106.2908,105.9576,105.2912,104.2916,102.6256,101.9592,101.2928,100.6264,99.96,99.6268,97.6276,96.2948,94.962,92.6296,91.2968,88.63119999999999,86.9652,84.966,82.96679999999999,80.6344,78.9684,78.6352,77.6356,76.9692,76.9692,76.636,76.636,76.636,76.636,75.9696,75.9696,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,79.3016,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.6328,84.966,84.966,84.966,84.966,84.966,84.966,85.2992,85.9656,85.9656,86.632,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.964,90.2972,90.6304,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.6288,95.2952,96.9612,98.294,98.96039999999999,99.6268,100.9596,101.2928,101.2928,100.9596,99.2936,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.96079999999999,98.6272,98.6272,99.6268,100.2932,101.2928,101.9592,102.2924,102.9588,103.62519999999999,103.292,103.9584,103.292,102.6256,102.2924,102.6256,102.9588,103.9584,104.6248,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.958,104.958,104.2916,103.9584,103.62519999999999,102.6256,102.2924,101.626,101.626,101.626,102.6256,103.292,103.62519999999999,104.2916,105.6244,106.2908,106.9572,106.9572,106.9572,106.2908,105.6244,104.2916,103.292,103.292,103.292,103.62519999999999,104.6248,105.2912,105.2912,105.2912,105.6244,105.6244,105.2912,105.2912],[13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.9936,16.66,16.66,17.3264,18.326,18.326,18.9924,18.9924,18.326,18.326,18.326,18.326,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,21.658,21.658,20.9916,20.9916,21.3248,21.9912,22.6576,22.6576,23.6572,23.6572,24.3236,24.3236,25.3232,25.3232,24.6568,24.6568,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,26.9892,27.6556,28.9884,29.654799999999998,31.3208,32.6536,33.986399999999996,35.9856,37.9848,40.3172,41.65,42.9828,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.312,53.9784,53.9784,54.6448,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,63.308,63.9744,65.6404,66.3068,66.9732,68.306,68.9724,70.3052,70.9716,71.638,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.97,75.6364,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.3016,79.3016,79.968,81.3008,81.9672,82.6336,83.3,83.9664,84.2996,85.6324,86.2988,87.9648,88.298,89.2976,90.6304,91.63,92.6296,92.9628,93.9624,95.2952,96.2948,97.2944,97.96079999999999,98.294,99.2936,100.6264,101.9592,102.6256,103.292,104.2916,105.6244,107.2904,108.6232,109.956,110.9556,111.622,112.2884,112.2884,112.6216,113.288,113.288,113.288,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.954,115.2872,115.6204,115.6204,116.62,118.286,119.2856,119.952,120.2852,120.9516,120.9516,120.9516,120.9516,121.2848,120.2852,119.6188,118.9524,117.2864,115.6204,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,115.2872,115.2872,115.6204,117.2864,118.286,119.952,121.618,122.9508,123.28399999999999,123.9504,125.2832,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.2844,122.2844,122.2844,121.618,121.618,121.2848,121.2848,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,123.28399999999999,122.9508,122.9508,122.9508,122.2844,121.9512,121.2848,120.2852,119.2856,118.286,118.286,117.9528,117.9528,117.6196,117.6196,116.9532,116.2868,114.954,114.954,114.954,114.2876,113.6212,113.6212,113.288,112.2884,110.9556,110.6224,110.2892,109.956,109.956,108.9564,108.9564,108.28999999999999,107.9568,107.6236,107.2904,106.9572,106.2908,105.6244,104.6248,103.292,102.6256,101.2928,100.6264,100.6264,99.6268,98.96039999999999,97.6276,96.628,94.962,94.2956,92.6296,91.2968,88.9644,86.2988,84.966,82.96679999999999,80.6344,78.9684,77.6356,76.9692,76.9692,76.9692,76.636,76.636,76.636,76.636,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,85.9656,85.9656,86.632,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.964,90.2972,90.6304,90.6304,90.6304,90.9636,90.9636,90.9636,91.63,91.63,91.63,91.63,91.2968,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,93.9624,94.6288,96.2948,96.9612,97.96079999999999,98.6272,100.2932,100.9596,100.9596,100.2932,99.2936,98.6272,97.96079999999999,97.96079999999999,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,97.6276,98.294,98.96039999999999,100.2932,100.2932,100.9596,101.2928,101.2928,101.9592,102.2924,102.6256,102.6256,103.292,102.6256,101.9592,101.2928,101.2928,101.626,101.9592,103.62519999999999,103.9584,104.958,104.958,104.6248,104.6248,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.2924,101.626,101.626,101.626,101.626,101.626,102.6256,103.292,103.9584,103.9584,105.2912,106.2908,106.9572,106.9572,106.2908,105.9576,104.2916,103.62519999999999,103.292,102.6256,103.292,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244],[12.6616,12.6616,12.6616,12.6616,12.6616,12.6616,12.6616,12.6616,13.328,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,15.3272,15.9936,15.9936,16.66,17.6596,18.326,18.326,18.9924,18.326,18.326,18.326,18.326,18.9924,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,21.658,21.658,20.9916,20.9916,21.3248,21.9912,21.9912,22.6576,23.6572,23.6572,24.3236,24.3236,24.6568,24.6568,24.6568,24.6568,24.3236,24.3236,24.3236,24.3236,24.99,25.6564,26.9892,28.322,29.654799999999998,30.9876,31.9872,33.32,35.3192,36.652,38.6512,40.3172,41.65,42.3164,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,61.641999999999996,62.3084,63.308,64.6408,65.6404,66.9732,67.6396,68.9724,69.6388,70.3052,70.9716,70.9716,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.97,75.6364,76.636,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.3016,79.968,80.6344,81.3008,81.9672,83.3,83.9664,83.9664,84.966,85.6324,87.2984,87.9648,89.2976,90.2972,91.2968,92.6296,92.6296,92.9628,94.2956,95.2952,96.2948,97.2944,97.96079999999999,98.294,99.2936,100.6264,101.9592,102.6256,103.292,104.2916,105.6244,106.624,107.9568,109.2896,109.956,110.6224,110.6224,111.622,112.6216,112.6216,113.288,113.288,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.6208,114.6208,115.2872,116.62,117.6196,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,118.9524,117.2864,116.62,114.6208,114.2876,113.6212,112.95479999999999,113.288,113.288,113.288,113.95439999999999,113.95439999999999,114.6208,114.6208,114.6208,114.6208,115.2872,115.6204,117.2864,118.286,119.952,121.618,122.9508,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,123.9504,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.618,120.9516,119.952,118.9524,118.9524,118.286,118.286,117.9528,117.6196,117.6196,116.9532,115.9536,114.954,114.954,114.954,114.2876,113.6212,113.6212,112.6216,111.622,110.6224,110.2892,109.2896,108.9564,108.6232,107.9568,107.6236,107.6236,106.9572,106.2908,105.9576,105.6244,104.6248,103.292,102.2924,101.2928,100.6264,100.2932,98.96039999999999,98.6272,98.6272,97.2944,96.2948,94.2956,93.6292,91.9632,90.6304,88.9644,86.632,84.966,82.96679999999999,80.6344,78.9684,77.6356,76.9692,76.9692,76.9692,76.636,76.636,76.636,75.9696,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,82.3004,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.632,86.632,86.632,86.632,86.632,86.632,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,87.2984,87.9648,88.298,88.63119999999999,88.63119999999999,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.9636,91.63,91.63,91.63,90.6304,90.6304,89.964,89.6308,89.6308,90.6304,90.6304,91.2968,91.63,91.9632,92.6296,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,95.9616,96.2948,96.9612,97.96079999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.6276,97.6276,98.294,98.96039999999999,99.6268,100.6264,101.2928,101.2928,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,101.626,100.6264,100.6264,99.96,99.96,100.2932,101.2928,102.9588,103.9584,104.6248,104.6248,103.9584,103.9584,103.62519999999999,103.292,102.6256,103.292,103.292,102.2924,101.626,101.2928,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.9584,103.9584,105.2912,105.6244,106.2908,106.2908,105.9576,104.6248,103.62519999999999,103.292,102.2924,102.6256,103.292,103.62519999999999,104.6248,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244],[11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,12.6616,12.6616,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.9916,21.658,21.658,21.658,21.658,21.9912,21.9912,21.9912,22.6576,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,27.6556,28.9884,30.9876,32.3204,32.9868,34.6528,36.652,37.9848,39.3176,39.984,41.65,42.3164,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.9788,53.6452,53.9784,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,65.3072,66.64,67.3064,67.97279999999999,68.9724,69.6388,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,73.304,73.9704,74.97,75.6364,76.636,76.636,77.3024,78.30199999999999,78.9684,78.9684,79.968,80.6344,80.6344,81.3008,82.6336,83.3,83.9664,84.966,85.6324,86.9652,87.2984,88.63119999999999,89.964,90.6304,91.63,92.2964,92.9628,93.6292,94.2956,94.962,95.9616,96.9612,97.6276,98.294,99.6268,100.6264,101.9592,102.6256,103.292,104.2916,105.2912,105.9576,106.9572,107.2904,109.2896,109.2896,109.956,111.2888,111.9552,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.6208,115.2872,116.2868,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,115.2872,114.954,114.2876,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,114.6208,114.6208,115.2872,115.6204,117.2864,118.286,119.952,121.618,123.28399999999999,123.9504,125.6164,126.2828,126.2828,126.2828,126.2828,125.6164,125.2832,124.28359999999999,124.28359999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.2848,120.2852,119.952,119.952,118.9524,118.9524,117.9528,117.9528,117.6196,116.62,116.2868,116.2868,115.6204,115.6204,114.954,114.6208,113.288,111.622,111.2888,110.6224,109.2896,108.9564,108.28999999999999,108.28999999999999,107.6236,106.9572,105.9576,105.9576,105.6244,104.958,103.62519999999999,102.6256,101.9592,100.6264,99.6268,98.6272,97.2944,96.628,96.628,96.2948,95.2952,93.6292,92.9628,91.9632,90.6304,88.9644,86.632,84.966,82.96679999999999,80.6344,78.30199999999999,77.6356,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.9692,76.9692,77.6356,78.30199999999999,78.9684,79.6348,79.6348,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,81.634,81.634,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.6324,85.2992,85.2992,85.2992,85.9656,85.9656,86.632,86.632,86.2988,86.2988,85.6324,85.6324,84.966,84.966,84.966,84.966,85.6324,86.2988,86.632,87.2984,87.6316,88.298,88.9644,88.63119999999999,89.2976,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.2972,89.6308,89.6308,89.6308,89.964,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.63,91.9632,92.6296,92.9628,93.6292,94.2956,95.2952,96.2948,96.628,97.96079999999999,98.294,98.294,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.6264,101.9592,102.6256,103.292,103.62519999999999,103.292,103.292,103.292,103.292,102.2924,101.9592,101.2928,100.6264,100.2932,99.96,99.96,99.2936,100.2932,101.2928,102.6256,103.62519999999999,104.6248,104.6248,103.9584,103.62519999999999,103.292,102.6256,102.2924,101.9592,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.626,102.2924,103.292,103.292,103.9584,103.9584,105.2912,105.9576,105.6244,105.9576,105.6244,104.2916,103.292,102.6256,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248],[11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,12.6616,12.6616,13.328,13.328,13.328,13.328,13.328,13.328,13.328,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,17.6596,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,21.658,21.658,21.658,21.9912,21.9912,21.9912,21.9912,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,26.3228,27.6556,29.654799999999998,31.654,32.9868,33.986399999999996,35.9856,37.3184,38.6512,39.3176,39.984,40.9836,41.65,42.6496,43.316,44.6488,45.3152,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,60.6424,61.3088,61.9752,63.308,65.3072,65.9736,67.3064,67.97279999999999,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,71.3048,72.6376,73.304,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.3008,81.9672,83.3,83.9664,84.6328,84.966,86.2988,87.2984,88.298,88.63119999999999,89.964,90.9636,92.2964,92.2964,93.6292,93.6292,94.2956,94.962,95.9616,96.2948,96.9612,98.294,99.6268,100.6264,101.9592,102.6256,103.9584,104.2916,105.2912,105.9576,106.2908,106.9572,108.28999999999999,108.6232,109.2896,109.956,111.622,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,114.954,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.6208,114.6208,115.2872,115.6204,117.2864,118.286,119.952,121.618,123.28399999999999,124.6168,125.6164,126.2828,126.9492,126.9492,126.2828,126.2828,125.6164,125.2832,125.2832,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,124.95,124.95,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.9508,121.9512,121.2848,120.2852,120.2852,119.6188,119.6188,118.61919999999999,118.61919999999999,117.9528,117.2864,116.62,116.62,116.2868,115.9536,115.6204,114.954,113.288,111.622,110.2892,109.6228,108.9564,108.28999999999999,107.9568,107.9568,106.9572,105.9576,105.2912,105.2912,104.6248,103.9584,102.6256,101.9592,101.2928,99.6268,98.96039999999999,97.2944,96.628,96.2948,95.9616,94.962,94.2956,92.9628,92.6296,91.2968,90.2972,88.9644,87.2984,84.966,82.3004,79.968,78.30199999999999,77.6356,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,76.9692,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.6348,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.9676,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,85.2992,85.6324,85.6324,85.6324,86.2988,85.6324,85.6324,84.966,84.966,84.6328,84.6328,84.966,84.966,85.6324,86.2988,86.632,87.2984,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.6308,89.6308,89.2976,89.2976,89.964,89.964,90.6304,90.6304,91.2968,91.63,91.63,91.63,91.9632,91.9632,91.9632,92.6296,93.6292,94.2956,95.9616,96.2948,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.9596,101.9592,103.62519999999999,104.2916,104.6248,104.6248,104.958,104.958,104.6248,104.6248,103.292,102.2924,101.626,101.2928,100.2932,100.2932,99.96,99.96,100.6264,101.626,103.292,104.2916,105.2912,104.6248,103.9584,103.62519999999999,102.6256,102.6256,101.626,100.6264,101.2928,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,102.6256,103.292,103.62519999999999,103.9584,104.958,105.6244,105.6244,105.2912,105.2912,104.6248,103.62519999999999,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.9952,11.9952,12.6616,12.6616,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,14.6608,15.3272,15.9936,15.9936,16.66,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,21.658,21.658,21.658,21.9912,21.9912,21.9912,21.9912,22.9908,22.9908,23.6572,23.6572,24.3236,24.3236,23.6572,22.9908,22.9908,22.9908,23.323999999999998,24.3236,24.99,26.3228,28.322,29.654799999999998,31.654,32.9868,34.6528,35.9856,37.9848,38.6512,39.3176,39.984,40.9836,41.65,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.6452,54.3116,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.31,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,62.6416,64.6408,65.9736,66.64,67.3064,67.6396,67.6396,67.6396,68.306,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,73.304,74.3036,74.97,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,80.9676,81.634,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,88.298,89.2976,90.2972,91.63,92.2964,92.9628,93.6292,93.6292,94.2956,94.962,95.9616,96.2948,96.9612,97.6276,99.6268,100.6264,101.9592,103.292,103.9584,104.2916,105.6244,105.6244,105.6244,105.6244,106.9572,107.6236,107.9568,108.9564,111.2888,112.2884,112.2884,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,115.2872,115.2872,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.95439999999999,114.6208,114.6208,115.2872,117.2864,118.286,119.952,121.618,123.28399999999999,124.6168,125.6164,126.2828,126.9492,126.9492,126.9492,126.2828,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.6164,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.2848,121.2848,120.9516,120.9516,120.9516,119.952,119.952,118.9524,117.6196,117.2864,116.62,116.62,116.2868,115.6204,114.954,113.288,111.622,110.2892,109.2896,108.9564,107.9568,107.2904,106.9572,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.292,102.2924,101.2928,100.6264,98.96039999999999,98.6272,96.628,95.9616,94.6288,93.9624,93.6292,92.9628,92.6296,91.63,90.2972,89.2976,88.63119999999999,86.632,84.966,82.3004,79.968,78.30199999999999,77.6356,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,81.3008,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,84.2996,84.966,84.966,85.6324,84.966,85.6324,85.2992,84.6328,84.6328,84.6328,84.966,86.2988,86.9652,87.2984,87.9648,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.9632,92.6296,93.6292,94.962,95.9616,96.9612,97.6276,97.2944,96.9612,97.2944,97.2944,97.96079999999999,98.6272,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,101.2928,102.6256,104.2916,104.958,105.9576,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,103.9584,103.292,102.2924,101.9592,101.2928,101.2928,101.2928,102.2924,103.292,104.6248,105.6244,106.624,105.9576,105.6244,104.6248,103.292,102.6256,101.626,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.626,102.2924,102.6256,103.292,103.62519999999999,103.9584,104.958,104.6248,104.6248,104.6248,104.6248,103.9584,103.62519999999999,102.9588,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.6248,104.6248,104.6248,104.6248],[10.6624,10.6624,10.6624,10.6624,10.6624,11.3288,11.3288,11.3288,11.9952,11.9952,12.6616,12.6616,13.328,13.328,13.328,13.328,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,18.326,18.326,18.326,18.326,18.326,18.326,18.326,17.6596,17.6596,18.326,18.326,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.9912,21.9912,21.9912,21.9912,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,22.9908,22.9908,23.323999999999998,24.3236,24.99,26.3228,28.322,29.654799999999998,31.654,32.9868,33.986399999999996,35.3192,37.3184,38.6512,39.3176,39.3176,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,54.3116,55.3112,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,58.31,58.31,58.31,58.31,58.9764,59.976,60.6424,61.3088,62.6416,64.6408,65.3072,65.9736,65.9736,66.3068,66.9732,66.9732,67.6396,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,71.3048,71.9712,73.304,74.3036,75.6364,76.3028,76.9692,78.30199999999999,79.3016,79.968,80.6344,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,86.2988,86.9652,87.2984,88.298,89.2976,90.2972,91.2968,91.9632,92.9628,93.6292,93.6292,93.9624,94.962,95.9616,96.2948,96.9612,97.6276,99.6268,100.6264,101.9592,103.292,103.9584,104.2916,105.6244,105.6244,105.6244,105.2912,105.2912,105.6244,107.2904,108.28999999999999,110.2892,111.622,111.622,112.2884,113.288,113.288,113.288,113.288,113.288,113.288,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.95439999999999,114.6208,114.6208,115.6204,117.2864,118.9524,120.6184,121.618,123.28399999999999,124.6168,125.6164,126.2828,126.2828,126.9492,126.9492,126.2828,126.2828,125.6164,126.2828,126.2828,125.6164,125.2832,125.2832,125.6164,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,125.2832,124.6168,123.9504,123.28399999999999,122.9508,121.618,121.2848,121.2848,121.2848,121.2848,120.2852,120.2852,119.952,118.9524,117.6196,117.2864,116.62,116.62,116.2868,114.954,114.6208,112.2884,110.2892,108.9564,108.9564,107.9568,106.9572,106.2908,105.9576,104.958,103.9584,103.62519999999999,102.6256,102.6256,101.2928,100.6264,99.6268,98.96039999999999,97.2944,96.2948,95.2952,94.2956,92.9628,92.9628,92.6296,91.9632,90.9636,89.6308,88.63119999999999,87.9648,86.632,84.2996,82.3004,79.968,78.30199999999999,77.6356,76.9692,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.3016,79.968,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,84.2996,84.2996,84.2996,84.2996,84.966,84.6328,84.6328,84.6328,83.9664,83.9664,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,88.298,88.298,88.298,88.298,88.63119999999999,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.964,89.964,90.6304,91.2968,91.2968,90.6304,90.9636,90.9636,91.63,91.9632,92.6296,93.29599999999999,93.9624,94.962,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,97.96079999999999,98.6272,100.2932,100.6264,100.9596,100.9596,100.6264,100.2932,100.6264,101.9592,104.2916,104.958,105.9576,105.9576,106.2908,106.2908,106.2908,105.9576,105.9576,105.6244,105.2912,104.958,103.9584,103.62519999999999,103.292,103.292,103.9584,105.6244,106.2908,106.9572,107.2904,107.2904,106.2908,105.2912,104.2916,103.292,101.626,100.6264,100.2932,99.96,100.6264,100.6264,101.2928,101.2928,101.626,101.626,102.2924,102.6256,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.62519999999999,102.9588,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248],[8.9964,8.9964,8.9964,8.9964,9.3296,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,11.9952,12.3284,12.3284,12.9948,12.9948,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.326,18.9924,18.9924,18.326,18.326,18.326,18.326,18.326,18.9924,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,21.3248,21.9912,21.9912,22.6576,21.9912,21.9912,21.9912,21.9912,22.9908,22.9908,22.9908,22.9908,22.9908,22.9908,22.3244,21.658,21.658,22.3244,22.9908,23.6572,24.99,25.6564,26.9892,28.6552,30.6544,31.654,32.9868,34.6528,35.9856,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.65,42.3164,42.9828,43.6492,45.3152,45.9816,46.647999999999996,47.3144,48.980399999999996,48.980399999999996,49.6468,49.6468,50.9796,50.9796,51.646,52.3124,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.31,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,60.3092,60.9756,61.641999999999996,63.308,63.9744,64.6408,64.6408,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.972,71.3048,71.9712,73.304,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,80.3012,81.3008,81.9672,83.6332,84.2996,84.966,84.966,85.6324,86.9652,87.2984,87.6316,88.298,88.63119999999999,90.2972,91.2968,91.9632,92.9628,92.2964,92.9628,93.9624,94.6288,95.6284,95.9616,96.9612,98.294,99.96,100.6264,102.2924,102.6256,103.9584,104.2916,104.958,104.958,104.6248,103.9584,103.292,103.9584,105.2912,107.2904,108.9564,109.956,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.954,115.6204,117.2864,118.9524,120.9516,122.2844,123.28399999999999,125.2832,125.6164,125.9496,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.616,125.9496,125.9496,125.9496,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.2828,126.2828,126.2828,125.6164,125.2832,124.6168,124.6168,123.28399999999999,122.2844,121.9512,121.9512,121.9512,121.9512,120.9516,120.9516,120.2852,119.6188,118.9524,118.9524,118.286,117.2864,116.62,116.2868,114.954,113.288,111.2888,109.6228,108.9564,107.9568,107.2904,105.9576,104.958,104.6248,103.62519999999999,103.292,102.2924,101.626,100.2932,100.2932,99.6268,97.96079999999999,96.628,95.2952,94.6288,93.6292,92.9628,91.9632,91.63,90.9636,89.964,89.2976,88.63119999999999,87.9648,85.6324,84.2996,82.3004,79.968,78.30199999999999,77.6356,77.6356,77.6356,77.6356,76.636,76.636,75.6364,75.6364,74.97,74.3036,73.304,73.304,72.6376,72.6376,72.6376,72.6376,73.304,73.9704,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.6348,80.3012,80.3012,80.6344,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.2996,83.9664,83.9664,83.9664,83.3,83.6332,84.2996,84.966,85.6324,85.6324,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.6308,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.63,92.6296,93.29599999999999,93.9624,94.6288,95.6284,95.9616,95.9616,95.9616,95.9616,96.2948,97.96079999999999,98.96039999999999,100.9596,101.2928,101.2928,100.6264,100.2932,100.2932,100.2932,100.6264,102.6256,103.62519999999999,105.2912,106.2908,107.9568,108.6232,109.2896,109.2896,108.6232,108.6232,108.28999999999999,107.6236,106.9572,106.9572,105.9576,105.9576,106.9572,107.6236,108.6232,109.6228,109.956,109.956,108.6232,107.6236,106.624,104.958,102.6256,100.9596,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.626,101.626,102.2924,102.6256,103.292,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,102.9588,102.9588,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.958,104.958,104.958,104.958],[8.9964,8.9964,8.9964,8.9964,9.3296,9.3296,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,12.3284,12.3284,12.9948,12.9948,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,18.9924,19.6588,20.3252,20.9916,20.9916,21.658,21.658,20.9916,20.9916,20.9916,20.3252,20.3252,20.3252,20.3252,20.3252,20.9916,20.9916,20.9916,21.3248,21.3248,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.3244,22.9908,22.9908,22.9908,22.9908,22.3244,21.658,20.9916,20.9916,21.658,22.3244,22.9908,23.9904,25.6564,26.9892,28.6552,29.988,30.9876,32.3204,33.986399999999996,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,40.9836,40.9836,41.65,42.9828,43.9824,44.6488,45.3152,46.647999999999996,47.6476,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.3092,60.9756,62.6416,63.308,63.9744,63.9744,64.974,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.9724,69.972,71.3048,71.9712,73.304,74.97,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.9684,79.6348,81.3008,81.9672,83.6332,84.2996,84.966,84.966,86.2988,86.9652,86.9652,87.6316,88.298,88.63119999999999,89.6308,91.2968,91.9632,92.6296,92.2964,92.9628,93.9624,94.6288,95.6284,95.9616,96.9612,98.294,99.2936,100.6264,101.626,102.2924,103.292,103.9584,103.9584,104.958,103.9584,103.292,102.2924,102.2924,104.6248,106.624,107.9568,108.9564,110.9556,111.2888,112.2884,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,115.9536,117.2864,118.9524,120.2852,121.9512,123.28399999999999,124.28359999999999,124.95,125.2832,125.2832,125.2832,125.2832,125.9496,125.6164,126.2828,126.2828,126.2828,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,126.616,127.2824,127.2824,127.2824,126.9492,126.9492,126.9492,126.2828,125.6164,125.2832,125.2832,123.9504,122.6176,122.6176,122.6176,121.9512,121.9512,121.618,121.618,120.9516,119.952,119.6188,119.6188,118.9524,117.6196,117.6196,117.2864,116.2868,114.2876,112.6216,111.2888,109.6228,108.6232,107.9568,106.2908,104.958,104.6248,103.62519999999999,103.292,101.626,101.2928,99.96,99.6268,98.96039999999999,97.2944,96.9612,95.2952,94.2956,93.6292,92.9628,91.9632,91.63,90.9636,89.964,88.63119999999999,88.63119999999999,87.9648,85.6324,84.2996,82.3004,79.968,78.9684,78.6352,77.6356,77.6356,77.6356,76.636,76.636,75.6364,75.6364,74.97,74.3036,73.304,73.304,72.6376,72.6376,72.6376,72.6376,73.304,73.9704,74.3036,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,78.9684,78.9684,78.9684,78.9684,79.968,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,86.632,87.2984,87.2984,87.2984,87.6316,87.6316,87.6316,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,90.6304,91.2968,91.2968,91.63,92.6296,93.29599999999999,93.9624,93.9624,94.962,94.962,95.2952,94.962,95.2952,96.2948,97.6276,98.96039999999999,100.9596,101.2928,101.2928,100.6264,100.2932,100.2932,99.2936,99.96,101.9592,103.62519999999999,105.6244,106.9572,109.2896,110.9556,112.2884,112.6216,112.6216,111.9552,111.9552,111.622,110.9556,111.2888,110.2892,109.6228,109.956,110.9556,112.2884,112.95479999999999,112.95479999999999,112.2884,110.9556,109.956,108.9564,106.624,104.6248,102.2924,101.2928,100.6264,100.2932,100.6264,100.9596,101.2928,101.626,102.2924,102.2924,102.6256,103.292,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,104.958,104.958,104.958,104.958],[8.9964,8.9964,8.9964,8.9964,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.9924,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,21.658,21.658,22.3244,22.3244,22.3244,21.658,21.658,21.658,20.9916,20.9916,20.9916,20.9916,21.3248,21.9912,21.9912,21.9912,21.3248,21.3248,21.9912,21.9912,21.3248,21.3248,21.9912,21.9912,22.3244,22.3244,22.3244,22.3244,22.3244,22.3244,20.9916,20.3252,20.3252,20.9916,22.3244,22.9908,23.9904,25.6564,26.3228,27.9888,29.3216,30.3212,31.654,32.6536,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.6508,39.6508,40.3172,41.65,42.6496,43.316,43.9824,45.3152,46.647999999999996,47.3144,48.980399999999996,49.6468,51.646,52.3124,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,64.3076,64.3076,64.3076,64.974,66.3068,66.9732,67.6396,68.9724,69.972,71.3048,72.6376,73.9704,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.6348,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,86.9652,87.2984,87.9648,88.63119999999999,89.6308,91.2968,91.9632,92.6296,92.2964,92.9628,93.9624,94.6288,95.6284,95.9616,96.9612,97.6276,98.96039999999999,99.6268,100.2932,100.6264,101.626,102.2924,103.9584,103.9584,103.9584,103.62519999999999,102.2924,101.9592,103.9584,105.9576,107.2904,108.28999999999999,109.6228,110.2892,111.622,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,117.2864,118.61919999999999,119.952,121.2848,122.6176,123.28399999999999,123.6172,124.28359999999999,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.2828,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,127.6156,128.282,128.282,128.282,127.2824,127.2824,126.9492,126.2828,126.2828,125.6164,125.2832,123.9504,122.6176,122.6176,122.2844,122.2844,122.6176,122.6176,121.9512,121.2848,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,117.6196,115.6204,114.2876,112.6216,111.2888,109.6228,108.28999999999999,106.9572,105.9576,104.6248,103.62519999999999,103.292,101.626,101.2928,100.2932,98.96039999999999,98.6272,96.628,96.2948,95.2952,93.9624,93.6292,92.9628,92.6296,91.9632,90.9636,89.964,88.63119999999999,88.298,87.9648,86.2988,84.2996,82.3004,80.6344,78.9684,78.6352,78.6352,77.6356,77.6356,76.636,76.636,75.6364,75.6364,74.97,74.3036,73.304,73.304,72.6376,71.9712,71.9712,72.6376,73.304,73.304,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,81.9672,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,87.2984,87.2984,87.6316,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.6296,93.29599999999999,93.9624,93.9624,94.962,94.962,94.2956,94.2956,94.962,95.6284,97.6276,98.96039999999999,99.6268,100.2932,100.9596,100.9596,100.2932,100.2932,100.2932,100.2932,102.6256,103.62519999999999,105.9576,107.2904,109.956,112.2884,113.6212,115.6204,116.2868,116.2868,116.2868,115.6204,114.954,114.2876,114.2876,113.6212,113.6212,113.95439999999999,114.2876,114.954,114.954,113.6212,113.288,111.9552,110.9556,109.6228,106.9572,104.2916,102.2924,101.2928,100.6264,100.6264,101.2928,101.2928,101.9592,101.9592,102.6256,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958],[8.9964,8.9964,8.9964,8.9964,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.3284,12.9948,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.9924,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.658,22.9908,22.9908,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,23.323999999999998,23.323999999999998,23.323999999999998,23.323999999999998,23.323999999999998,23.9904,23.9904,23.9904,23.323999999999998,22.6576,23.323999999999998,23.323999999999998,22.6576,21.9912,22.6576,22.6576,22.3244,22.3244,22.9908,22.9908,22.9908,22.3244,20.9916,20.9916,20.9916,21.658,22.3244,23.9904,24.99,25.6564,26.9892,27.9888,28.6552,29.654799999999998,30.9876,31.9872,33.32,34.6528,35.3192,35.9856,36.652,36.652,37.3184,37.3184,38.318,38.318,38.9844,40.3172,41.3168,41.9832,42.6496,43.9824,45.3152,46.647999999999996,47.6476,48.980399999999996,50.9796,52.3124,52.9788,53.6452,53.9784,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.6412,64.3076,65.6404,66.3068,67.6396,68.9724,69.972,71.3048,72.6376,73.9704,75.6364,76.9692,77.6356,78.30199999999999,78.9684,79.6348,79.6348,80.9676,81.3008,81.9672,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,86.2988,86.9652,87.2984,87.9648,88.298,89.964,91.2968,91.63,91.9632,92.2964,92.9628,93.9624,94.6288,95.6284,95.9616,96.9612,97.6276,97.96079999999999,98.6272,99.2936,100.2932,101.2928,101.626,102.2924,103.292,103.292,103.62519999999999,102.2924,101.9592,103.9584,105.2912,106.624,107.6236,108.9564,110.2892,111.622,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,114.954,115.2872,116.62,118.286,119.6188,120.2852,121.618,122.9508,123.28399999999999,123.6172,123.6172,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,126.9492,127.2824,127.2824,127.2824,127.2824,127.6156,127.6156,127.6156,127.9488,128.282,128.282,128.282,128.282,127.2824,127.2824,127.2824,126.9492,126.9492,126.2828,125.6164,125.2832,123.9504,122.6176,122.6176,122.2844,122.6176,122.6176,122.6176,121.9512,120.6184,120.2852,119.952,119.6188,119.2856,119.2856,118.9524,118.286,116.62,115.6204,113.6212,112.95479999999999,110.9556,109.956,107.6236,106.624,105.6244,104.6248,103.9584,102.6256,101.9592,100.2932,98.96039999999999,98.6272,96.9612,96.2948,95.2952,94.6288,94.2956,93.6292,93.6292,92.9628,91.9632,90.9636,89.6308,88.63119999999999,87.9648,86.2988,84.966,82.96679999999999,80.6344,79.6348,79.3016,78.6352,77.6356,77.6356,76.636,76.636,75.6364,74.97,74.97,74.3036,73.304,72.6376,71.9712,71.3048,71.3048,71.9712,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,75.3032,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.634,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,85.6324,85.6324,86.2988,86.2988,86.9652,87.2984,87.6316,88.298,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.962,94.962,94.2956,94.2956,94.6288,95.6284,97.6276,98.96039999999999,99.6268,100.2932,101.2928,101.2928,100.9596,100.6264,100.6264,101.2928,102.6256,104.2916,106.624,108.6232,111.622,114.2876,115.9536,117.9528,118.9524,119.952,119.2856,118.9524,118.9524,118.61919999999999,118.61919999999999,117.9528,117.9528,117.2864,117.2864,117.2864,117.2864,115.9536,114.954,114.6208,113.288,111.622,109.2896,106.2908,103.292,102.2924,101.9592,101.9592,102.6256,102.2924,102.9588,103.62519999999999,104.2916,104.2916,104.2916,104.958,104.958,104.958,104.958,104.958,105.2912,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958],[8.9964,8.9964,8.9964,8.9964,8.9964,8.9964,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.3288,11.9952,12.6616,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.9924,20.3252,21.658,22.3244,22.3244,23.6572,23.6572,23.6572,24.3236,24.6568,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.656,26.656,25.9896,25.3232,24.6568,25.3232,25.3232,25.3232,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,22.9908,22.3244,22.3244,22.9908,23.9904,25.6564,26.9892,27.6556,28.322,28.9884,28.9884,29.988,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,35.3192,35.9856,35.9856,35.9856,36.652,36.652,37.3184,38.6512,39.984,40.6504,41.3168,42.6496,43.316,44.6488,45.9816,47.3144,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.309599999999996,59.6428,59.976,60.6424,61.3088,61.9752,62.6416,64.3076,65.6404,66.9732,68.306,69.972,71.3048,72.9708,74.3036,76.3028,76.9692,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,85.2992,85.6324,86.2988,87.2984,87.9648,87.9648,88.9644,89.964,90.2972,91.63,91.63,92.2964,92.2964,93.6292,93.9624,94.962,95.6284,96.2948,96.9612,97.2944,97.6276,97.96079999999999,98.96039999999999,100.2932,100.9596,101.2928,101.626,101.626,102.6256,102.6256,102.6256,104.2916,105.9576,107.2904,108.28999999999999,109.2896,110.2892,111.622,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,115.2872,115.2872,115.9536,117.2864,118.286,118.9524,119.6188,120.9516,122.2844,123.28399999999999,123.28399999999999,123.9504,124.95,125.2832,125.6164,125.6164,126.2828,126.9492,127.2824,127.9488,127.9488,127.9488,127.9488,128.282,128.282,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,126.9492,126.2828,125.9496,125.2832,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,121.2848,121.2848,120.9516,120.2852,119.952,119.952,119.6188,118.286,117.6196,115.9536,114.954,112.95479999999999,111.622,110.2892,108.6232,107.6236,106.2908,105.6244,104.6248,103.9584,102.6256,101.2928,99.6268,98.96039999999999,97.2944,96.628,94.962,94.962,94.6288,94.6288,93.6292,92.9628,92.6296,90.9636,89.6308,88.63119999999999,88.298,87.2984,84.966,82.96679999999999,81.3008,79.6348,79.3016,78.6352,77.6356,77.6356,76.636,76.636,75.6364,74.97,74.3036,74.3036,73.304,72.6376,71.3048,70.6384,70.6384,71.3048,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.9704,73.304,73.304,72.6376,72.6376,72.6376,72.6376,71.9712,72.3044,72.3044,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.634,82.3004,82.3004,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.2956,94.2956,94.6288,95.6284,97.6276,98.96039999999999,99.6268,100.6264,101.9592,101.9592,101.9592,101.9592,102.6256,103.292,103.62519999999999,105.2912,107.6236,110.6224,113.6212,115.9536,118.9524,120.9516,122.2844,122.2844,122.2844,122.2844,121.618,121.618,121.618,121.2848,121.2848,120.6184,120.6184,119.952,119.6188,118.286,117.2864,116.2868,115.6204,113.288,111.622,108.6232,105.9576,104.6248,105.2912,105.2912,105.2912,105.2912,105.2912,106.624,106.2908,106.2908,106.624,106.624,106.624,105.9576,105.6244,105.2912,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[8.9964,8.9964,8.9964,8.9964,8.9964,8.9964,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.9952,12.6616,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.9924,20.9916,22.3244,22.9908,23.6572,24.3236,24.99,25.6564,26.3228,26.9892,27.6556,27.6556,28.322,29.3216,29.3216,28.9884,28.9884,29.3216,29.3216,29.3216,29.3216,29.3216,29.3216,29.3216,28.6552,27.3224,27.3224,27.3224,27.3224,27.3224,26.656,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,24.99,24.99,24.3236,23.6572,23.6572,24.3236,25.6564,26.3228,27.6556,28.322,28.9884,28.9884,29.3216,29.988,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,40.6504,41.3168,42.6496,43.9824,44.6488,45.9816,47.6476,48.980399999999996,49.6468,50.3132,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.9768,57.9768,58.31,58.31,58.6432,59.976,60.6424,61.9752,64.3076,65.6404,66.9732,68.306,69.972,71.3048,72.9708,74.3036,76.3028,77.6356,79.3016,80.6344,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.966,84.966,85.6324,86.632,86.632,86.632,87.2984,87.9648,88.298,88.298,88.9644,90.2972,90.2972,91.63,91.63,92.2964,92.2964,93.6292,93.9624,94.962,94.962,95.9616,96.2948,96.9612,97.6276,97.6276,97.96079999999999,99.6268,100.2932,100.2932,101.626,101.2928,101.9592,102.6256,103.9584,105.6244,106.2908,106.9572,108.28999999999999,109.2896,110.2892,111.622,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.2888,111.2888,111.2888,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,115.9536,115.9536,116.62,117.2864,118.61919999999999,119.2856,119.952,120.2852,121.9512,123.28399999999999,124.28359999999999,124.95,125.6164,125.6164,126.2828,126.2828,126.9492,127.6156,127.6156,127.9488,128.6152,127.9488,127.9488,127.9488,128.282,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,127.2824,126.9492,126.2828,125.6164,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,121.9512,121.2848,120.9516,120.9516,119.952,119.952,119.6188,118.9524,117.6196,117.2864,115.6204,113.6212,112.2884,110.9556,109.2896,107.9568,106.9572,106.624,105.2912,104.6248,103.62519999999999,101.9592,100.6264,99.6268,98.294,97.2944,95.9616,95.6284,95.2952,95.2952,93.9624,93.6292,92.6296,91.63,90.2972,89.2976,88.63119999999999,87.2984,85.6324,83.6332,81.9672,80.3012,79.968,79.3016,78.6352,77.6356,76.636,75.9696,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,71.3048,71.9712,72.3044,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.638,70.9716,70.9716,71.638,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.634,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.2956,94.2956,94.6288,95.6284,97.6276,98.96039999999999,99.6268,100.6264,101.9592,102.2924,102.6256,102.9588,103.62519999999999,104.2916,104.2916,105.9576,109.2896,112.2884,114.954,117.6196,120.2852,122.9508,123.6172,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,124.6168,123.9504,124.28359999999999,123.9504,122.9508,122.9508,122.2844,120.9516,119.952,118.286,117.2864,115.9536,114.954,113.288,111.2888,109.2896,107.9568,108.28999999999999,107.6236,107.6236,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,108.6232,107.9568,107.2904,106.2908,106.624,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244],[8.33,8.33,8.33,8.33,8.9964,8.9964,8.9964,8.9964,9.996,9.996,10.6624,11.3288,11.3288,11.9952,11.9952,12.6616,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.9924,20.9916,22.3244,23.6572,24.6568,25.6564,26.3228,26.9892,27.6556,28.9884,29.654799999999998,29.654799999999998,30.3212,31.3208,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,32.6536,31.3208,30.6544,29.988,29.988,29.3216,28.6552,28.322,28.322,28.322,27.6556,27.6556,27.6556,26.9892,26.3228,25.6564,25.6564,24.99,25.6564,26.3228,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.988,29.988,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.9856,37.9848,38.6512,39.984,40.6504,41.9832,43.316,43.9824,44.6488,45.9816,46.647999999999996,47.9808,48.980399999999996,49.6468,50.3132,50.9796,50.9796,52.3124,52.3124,52.9788,52.9788,53.312,52.6456,52.6456,52.6456,52.3124,52.3124,52.3124,52.3124,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.9768,58.6432,59.976,61.3088,64.3076,65.6404,67.6396,68.9724,69.972,71.3048,72.9708,74.3036,76.3028,77.6356,78.9684,80.6344,81.9672,82.96679999999999,83.6332,84.966,85.6324,86.2988,87.2984,87.9648,88.298,88.298,87.6316,88.9644,89.2976,89.2976,89.2976,89.964,90.2972,90.9636,91.63,91.63,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,95.2952,95.6284,96.9612,96.9612,96.9612,97.6276,97.96079999999999,98.294,99.6268,99.6268,101.2928,101.9592,103.292,103.9584,105.6244,105.6244,106.624,107.9568,109.2896,110.2892,111.622,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,111.622,111.622,111.622,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,115.6204,115.9536,116.62,117.2864,117.9528,118.9524,119.2856,120.9516,121.9512,122.9508,123.9504,125.2832,125.9496,126.616,126.9492,126.9492,127.6156,127.6156,127.6156,128.282,128.6152,128.6152,129.2816,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,129.948,129.948,129.948,129.948,129.2816,129.2816,128.6152,128.6152,127.9488,127.6156,126.9492,125.6164,124.6168,124.6168,123.9504,123.9504,123.9504,123.28399999999999,122.9508,122.9508,121.618,121.2848,120.9516,120.2852,119.2856,119.2856,119.6188,118.9524,117.6196,116.62,115.6204,113.6212,112.2884,110.9556,109.2896,108.6232,106.9572,106.2908,106.2908,105.9576,104.2916,102.9588,101.9592,100.6264,99.6268,98.294,97.2944,95.9616,95.6284,95.2952,94.6288,93.9624,92.9628,92.6296,91.2968,90.2972,88.9644,88.298,86.2988,84.2996,82.6336,80.9676,80.6344,79.968,79.3016,78.6352,77.3024,75.9696,74.97,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,70.6384,71.3048,71.3048,71.638,71.638,71.638,72.3044,72.3044,72.9708,72.9708,72.9708,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.9716,70.3052,70.3052,70.9716,70.9716,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.3008,81.634,81.634,81.634,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,92.2964,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.2956,94.2956,94.6288,95.6284,96.9612,98.6272,99.6268,100.2932,101.9592,102.6256,103.9584,104.2916,104.2916,105.6244,105.2912,106.9572,109.956,112.6216,115.9536,118.9524,121.618,123.6172,125.2832,125.6164,125.6164,125.6164,126.616,126.2828,126.2828,126.2828,126.2828,125.2832,124.6168,123.28399999999999,122.2844,120.6184,119.2856,117.9528,116.62,115.6204,113.95439999999999,112.2884,111.2888,110.2892,110.6224,109.956,109.956,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,109.956,108.6232,107.9568,107.6236,106.624,106.9572,106.624,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244],[8.33,8.33,8.33,8.33,8.9964,8.9964,8.9964,8.9964,9.996,9.996,9.996,10.6624,11.3288,11.9952,12.6616,12.6616,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.9924,20.3252,21.658,22.9908,24.6568,26.3228,26.9892,28.322,29.3216,30.3212,30.9876,31.654,32.6536,33.986399999999996,34.986,35.6524,35.6524,35.3192,35.9856,35.9856,35.9856,36.652,36.652,35.9856,35.3192,34.6528,33.986399999999996,32.6536,31.9872,31.3208,31.3208,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.3228,26.9892,27.6556,27.6556,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.988,30.6544,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.9848,39.3176,39.984,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.9816,47.3144,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,51.9792,51.9792,51.9792,51.9792,51.646,51.646,51.646,51.646,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.9768,58.6432,59.309599999999996,60.6424,63.6412,65.6404,66.9732,68.306,69.972,70.6384,72.3044,73.63719999999999,75.6364,76.9692,78.30199999999999,79.968,82.3004,83.6332,84.966,86.2988,86.9652,87.2984,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,90.2972,90.6304,90.2972,90.2972,90.9636,90.9636,91.63,91.63,92.2964,92.2964,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.6284,96.9612,96.9612,96.9612,97.6276,97.96079999999999,97.6276,98.96039999999999,99.96,101.2928,102.6256,103.62519999999999,104.2916,105.6244,106.2908,107.2904,109.2896,110.2892,111.622,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,111.622,111.622,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.6216,112.6216,112.6216,112.6216,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.6212,114.2876,114.6208,115.6204,116.2868,117.2864,118.61919999999999,118.9524,120.6184,121.2848,122.2844,123.28399999999999,123.9504,125.2832,125.6164,126.616,127.2824,127.2824,127.9488,127.9488,128.282,128.9484,129.2816,128.9484,129.2816,129.948,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,129.948,129.948,129.948,129.948,129.2816,129.2816,129.2816,128.6152,127.9488,127.9488,127.6156,126.2828,124.95,124.6168,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.9508,121.618,121.618,121.2848,120.9516,120.2852,119.2856,119.6188,118.9524,117.6196,116.62,115.6204,113.6212,112.2884,110.9556,109.956,108.6232,107.2904,106.9572,106.624,105.9576,105.2912,104.2916,102.9588,101.9592,100.6264,99.2936,97.6276,97.2944,95.9616,95.6284,95.2952,94.6288,93.6292,92.9628,91.63,90.6304,89.6308,88.298,87.2984,84.966,83.3,81.9672,81.3008,80.6344,79.968,79.3016,77.3024,76.636,74.97,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,70.6384,70.6384,71.3048,71.638,70.9716,70.9716,71.638,71.638,71.638,71.638,71.638,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.3052,70.3052,70.3052,70.3052,70.9716,70.9716,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,75.6364,76.3028,77.3024,77.3024,78.6352,79.3016,79.968,80.6344,80.9676,81.634,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,84.966,86.2988,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,89.6308,89.6308,89.964,90.6304,91.2968,91.63,91.9632,92.2964,93.6292,93.6292,93.9624,93.9624,94.6288,94.6288,94.2956,94.2956,94.6288,95.6284,96.2948,97.96079999999999,98.96039999999999,100.2932,101.9592,102.9588,104.2916,104.958,105.6244,105.9576,105.9576,107.9568,110.6224,112.6216,116.2868,119.2856,121.618,123.6172,125.2832,126.616,125.9496,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,126.2828,125.2832,124.6168,122.9508,120.2852,119.6188,117.9528,116.62,115.6204,113.95439999999999,113.288,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.6216,112.95479999999999,112.2884,110.9556,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244],[7.6636,7.6636,8.33,8.33,9.3296,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,10.6624,11.661999999999999,12.3284,12.9948,12.9948,13.9944,13.9944,13.9944,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.9924,20.6584,21.3248,22.9908,24.99,26.3228,27.6556,29.3216,29.988,31.654,32.3204,32.9868,33.986399999999996,35.3192,36.3188,36.9852,36.9852,37.6516,38.6512,39.3176,38.9844,39.6508,39.6508,38.9844,38.318,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.32,33.32,32.6536,31.9872,31.9872,31.3208,31.3208,30.9876,30.3212,29.654799999999998,28.9884,28.322,28.322,28.9884,28.9884,28.6552,28.6552,29.3216,29.3216,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,31.654,31.654,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,35.3192,36.652,37.3184,38.6512,39.3176,39.984,40.9836,41.65,42.6496,43.316,43.9824,45.3152,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.644,56.977199999999996,57.9768,58.6432,59.309599999999996,60.6424,62.6416,63.9744,65.9736,67.6396,69.3056,69.972,71.638,72.9708,74.3036,75.6364,76.9692,78.9684,81.634,82.96679999999999,84.6328,86.9652,87.6316,87.6316,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.2968,91.2968,91.63,91.2968,91.2968,90.9636,90.9636,90.9636,90.9636,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.2952,95.6284,95.6284,95.6284,96.2948,96.9612,97.6276,97.96079999999999,98.96039999999999,99.96,101.9592,102.6256,104.2916,105.6244,106.624,107.2904,108.9564,109.956,111.9552,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,114.2876,114.954,115.6204,116.2868,117.6196,119.6188,120.6184,122.2844,122.9508,123.9504,124.6168,125.6164,126.2828,126.616,127.2824,127.9488,128.6152,129.2816,128.9484,129.6148,129.6148,129.948,129.948,129.948,129.6148,130.6144,130.6144,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.2816,128.6152,128.282,128.282,127.6156,126.2828,124.95,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,121.2848,120.9516,120.9516,119.6188,117.6196,116.62,115.6204,113.6212,112.2884,110.9556,109.956,108.6232,107.9568,107.6236,106.9572,106.9572,105.9576,105.2912,104.2916,102.9588,101.2928,99.96,98.96039999999999,98.294,96.628,95.6284,95.6284,95.2952,93.6292,92.9628,92.9628,91.63,90.6304,89.6308,87.9648,85.9656,83.9664,83.3,82.96679999999999,82.3004,81.3008,79.968,78.9684,77.3024,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.9716,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,77.6356,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,84.966,86.2988,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,95.6284,96.9612,98.6272,100.2932,101.9592,104.2916,104.958,105.9576,105.9576,106.624,106.624,108.28999999999999,110.2892,112.6216,115.6204,118.286,120.6184,122.2844,123.9504,125.2832,125.9496,126.616,127.2824,127.9488,128.9484,128.9484,127.6156,126.2828,124.95,123.28399999999999,121.618,119.2856,118.286,117.2864,115.9536,115.6204,113.95439999999999,113.288,112.2884,112.2884,112.2884,112.2884,112.6216,113.288,113.288,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,110.9556,110.2892,109.2896,108.28999999999999,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244],[7.6636,7.6636,8.33,8.33,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,9.996,10.6624,12.3284,12.3284,12.9948,12.9948,13.9944,13.9944,13.9944,13.9944,14.6608,15.3272,15.9936,16.66,17.6596,17.6596,18.326,18.9924,19.992,21.3248,22.9908,24.3236,26.3228,27.6556,29.3216,30.9876,32.3204,33.986399999999996,34.6528,35.9856,37.3184,37.9848,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,41.65,41.65,40.9836,40.9836,40.3172,39.6508,38.6512,37.9848,37.3184,36.652,36.652,35.9856,33.986399999999996,33.32,33.32,32.6536,32.6536,31.654,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.6552,29.3216,29.3216,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,34.6528,35.3192,35.9856,36.652,37.9848,38.6512,38.9844,39.6508,40.6504,41.3168,42.6496,43.9824,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.9788,53.6452,54.3116,54.3116,55.6444,56.3108,56.644,57.3104,57.6436,58.6432,59.309599999999996,60.6424,61.9752,63.308,65.3072,66.9732,67.97279999999999,69.3056,70.3052,71.638,72.9708,74.3036,75.6364,77.6356,80.6344,82.3004,83.9664,86.2988,87.6316,87.6316,88.63119999999999,89.6308,90.2972,90.6304,91.63,91.63,91.63,91.63,91.2968,91.2968,90.9636,90.9636,90.9636,90.9636,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,96.9612,97.6276,98.294,98.96039999999999,100.9596,101.9592,104.2916,104.958,105.6244,107.6236,108.9564,110.2892,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,114.2876,114.954,115.6204,116.2868,117.9528,120.2852,121.9512,122.9508,123.9504,124.6168,125.6164,126.2828,126.616,126.616,127.2824,127.9488,128.6152,129.2816,128.9484,129.6148,129.6148,129.948,129.948,129.948,130.2812,130.6144,130.6144,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.2816,129.2816,128.6152,128.282,127.6156,126.9492,125.6164,124.6168,124.6168,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,123.9504,123.28399999999999,122.9508,121.618,121.2848,120.9516,119.952,118.286,116.62,115.6204,114.2876,112.95479999999999,110.9556,109.956,108.9564,107.9568,107.9568,107.6236,106.9572,105.9576,105.6244,105.2912,103.62519999999999,102.6256,100.6264,99.96,98.294,97.2944,95.9616,96.2948,95.6284,95.2952,93.29599999999999,93.29599999999999,92.6296,91.63,90.6304,89.2976,87.9648,85.6324,84.2996,84.2996,83.6332,82.96679999999999,81.3008,80.6344,78.9684,76.9692,75.6364,74.97,73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,71.3048,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.3,84.2996,84.966,86.2988,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.964,89.964,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,93.9624,93.9624,94.6288,94.6288,94.962,95.9616,98.294,99.96,102.6256,104.2916,105.9576,107.2904,107.2904,107.2904,107.6236,107.6236,108.9564,111.9552,114.6208,117.2864,118.9524,120.6184,122.2844,123.6172,124.6168,125.2832,126.616,127.2824,127.2824,127.9488,126.9492,125.6164,124.6168,122.6176,119.952,118.9524,117.2864,115.2872,114.6208,114.2876,113.6212,113.288,112.2884,111.622,111.622,111.622,112.2884,112.6216,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,110.2892,109.2896,108.28999999999999,106.9572,106.2908,105.9576,105.9576,104.958,104.958,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244],[7.6636,7.6636,8.33,8.9964,9.3296,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,12.3284,12.9948,12.9948,13.6612,13.9944,13.9944,13.9944,13.9944,14.6608,15.3272,15.9936,16.66,17.6596,17.6596,18.326,18.9924,19.992,20.6584,22.9908,24.3236,25.6564,26.9892,29.3216,30.9876,32.9868,34.6528,35.9856,37.3184,38.6512,39.3176,39.984,40.6504,41.9832,42.6496,43.316,43.9824,43.6492,42.9828,42.9828,42.3164,41.65,40.9836,40.9836,40.3172,40.3172,39.6508,39.6508,38.318,37.3184,36.652,35.9856,35.3192,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,30.6544,29.988,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.9856,36.652,37.3184,37.9848,38.9844,39.6508,40.3172,41.9832,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,48.314,48.980399999999996,50.3132,50.9796,52.3124,52.9788,53.6452,54.3116,55.3112,55.9776,57.3104,57.9768,58.31,58.31,58.9764,60.3092,61.3088,62.6416,63.9744,65.6404,66.3068,67.97279999999999,69.3056,70.6384,71.9712,73.304,74.97,76.3028,79.3016,81.634,83.3,85.2992,86.9652,87.6316,88.9644,89.6308,90.6304,91.2968,91.63,91.63,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.9632,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,95.2952,95.6284,95.9616,96.9612,97.96079999999999,99.96,101.626,103.62519999999999,104.6248,106.2908,107.9568,109.6228,110.2892,111.9552,112.95479999999999,112.95479999999999,112.2884,111.2888,111.2888,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.6212,114.2876,114.954,116.2868,117.6196,118.9524,120.2852,122.2844,123.9504,125.2832,125.6164,125.6164,126.616,126.9492,126.9492,126.9492,127.2824,128.282,128.6152,128.282,128.9484,128.9484,129.6148,129.6148,129.6148,130.2812,130.2812,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.6152,128.282,127.6156,126.9492,125.9496,125.9496,125.2832,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,124.28359999999999,122.9508,122.6176,121.2848,120.2852,118.286,116.62,116.2868,114.2876,112.2884,110.2892,109.956,108.9564,107.9568,107.9568,107.6236,106.9572,106.2908,105.9576,105.6244,103.9584,103.292,101.2928,100.6264,99.6268,98.6272,97.2944,97.2944,97.2944,95.6284,95.2952,94.6288,93.6292,93.29599999999999,91.9632,90.6304,89.6308,87.6316,86.9652,86.9652,85.6324,84.966,83.6332,82.3004,80.6344,78.30199999999999,76.9692,75.6364,74.97,73.63719999999999,72.9708,72.9708,72.3044,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,74.3036,74.97,75.6364,76.3028,77.6356,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.966,86.2988,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.964,89.964,90.6304,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,95.6284,97.96079999999999,99.96,102.6256,104.2916,106.2908,107.9568,107.9568,107.6236,106.9572,107.6236,108.28999999999999,109.956,112.2884,114.2876,116.62,118.286,119.952,121.2848,121.618,122.9508,124.6168,124.95,125.6164,125.6164,125.6164,124.28359999999999,122.9508,120.2852,118.9524,116.62,115.2872,113.95439999999999,113.288,112.95479999999999,112.2884,111.622,111.2888,110.9556,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,109.956,109.2896,108.9564,108.28999999999999,107.2904,106.624,105.9576,105.9576,105.2912,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[7.6636,8.33,8.9964,8.9964,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.3288,11.9952,12.9948,12.9948,13.6612,13.6612,13.9944,13.9944,13.9944,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.326,19.3256,20.6584,22.9908,24.3236,25.6564,27.6556,29.3216,30.9876,32.9868,34.6528,36.652,37.9848,39.984,41.65,42.3164,42.3164,43.316,43.9824,44.6488,45.3152,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.9824,43.316,43.316,43.316,42.6496,41.3168,40.6504,39.984,39.3176,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.986399999999996,33.32,31.9872,31.3208,31.3208,30.6544,30.3212,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.6544,31.3208,31.9872,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.6516,38.318,39.6508,40.3172,41.9832,42.6496,42.6496,43.316,43.316,43.9824,44.315599999999996,44.982,44.982,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,47.3144,48.314,49.6468,50.9796,51.646,52.9788,53.6452,54.978,55.9776,56.644,57.9768,57.9768,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,62.6416,64.3076,65.6404,66.3068,67.97279999999999,69.972,71.3048,72.6376,74.3036,75.6364,77.3024,79.968,81.3008,82.6336,83.9664,86.2988,87.6316,88.63119999999999,89.2976,89.6308,90.9636,90.9636,90.6304,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.9624,93.9624,93.9624,94.2956,94.962,95.9616,97.2944,98.6272,100.9596,102.6256,104.958,106.624,107.9568,109.956,110.9556,112.2884,112.2884,112.2884,111.622,110.6224,110.6224,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,113.288,113.6212,114.2876,115.2872,116.9532,117.9528,119.2856,120.9516,122.2844,123.9504,125.2832,125.6164,125.9496,125.6164,126.2828,126.2828,126.2828,126.9492,126.9492,127.9488,128.282,128.6152,128.282,128.9484,128.9484,129.6148,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,129.2816,128.6152,127.9488,127.6156,126.9492,125.9496,125.9496,126.616,125.9496,126.616,126.616,126.616,126.616,126.616,125.9496,125.6164,123.9504,123.6172,122.2844,120.9516,119.952,117.9528,116.9532,115.2872,113.288,111.622,110.9556,110.2892,109.6228,108.9564,108.9564,107.9568,107.6236,106.624,105.9576,105.2912,103.9584,102.6256,101.2928,100.6264,98.96039999999999,98.6272,98.294,97.96079999999999,96.628,95.2952,94.6288,94.2956,93.6292,93.29599999999999,91.63,91.2968,89.2976,88.9644,88.298,87.2984,86.2988,84.966,83.6332,81.634,79.6348,77.6356,76.3028,74.97,74.3036,73.63719999999999,72.9708,72.9708,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,74.3036,74.3036,74.97,75.6364,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.966,86.2988,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,95.6284,97.96079999999999,99.96,102.6256,104.958,106.9572,108.6232,109.2896,108.28999999999999,107.6236,107.6236,107.9568,109.6228,110.9556,111.9552,113.6212,114.954,116.62,117.9528,118.9524,120.2852,121.2848,122.6176,122.9508,122.9508,122.6176,122.2844,120.9516,118.9524,116.62,114.954,113.6212,112.2884,111.2888,111.2888,110.9556,110.2892,109.6228,109.2896,108.9564,108.9564,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,106.624,105.9576,105.2912,104.958,104.6248,104.6248,103.9584,103.9584,103.9584,104.6248,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244],[8.6632,9.3296,9.3296,9.996,9.996,10.6624,10.6624,11.3288,12.3284,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.3276,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,17.6596,18.326,19.3256,20.6584,22.9908,24.3236,26.3228,28.322,29.988,31.654,32.9868,35.3192,36.652,39.3176,41.65,42.9828,43.6492,43.6492,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.9812,46.3148,45.6484,44.315599999999996,43.6492,42.9828,42.3164,41.3168,40.6504,39.984,39.3176,38.6512,37.6516,36.9852,36.3188,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.32,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.316,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,46.3148,46.9812,48.314,48.980399999999996,50.3132,52.3124,52.9788,54.3116,55.6444,56.644,57.9768,58.6432,58.6432,58.9764,58.9764,58.9764,59.6428,59.6428,60.3092,61.641999999999996,62.6416,64.6408,65.6404,66.9732,68.9724,70.3052,71.638,73.304,73.9704,75.6364,76.9692,78.9684,79.6348,81.634,82.96679999999999,84.6328,86.9652,87.6316,88.63119999999999,89.6308,89.6308,89.6308,89.6308,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,94.2956,95.2952,96.2948,97.96079999999999,99.6268,102.2924,104.2916,105.6244,107.6236,108.9564,110.6224,111.622,111.622,111.622,111.2888,110.6224,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,110.6224,110.9556,111.2888,111.9552,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.6216,113.288,113.6212,115.2872,115.9536,117.9528,118.9524,120.2852,121.2848,122.9508,123.9504,125.2832,125.2832,125.2832,125.2832,124.95,124.95,125.2832,125.6164,126.2828,126.9492,126.9492,127.6156,127.9488,127.9488,127.9488,129.2816,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.6148,128.9484,128.9484,128.6152,127.6156,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.2824,126.616,125.9496,125.2832,124.28359999999999,123.28399999999999,121.9512,120.2852,119.2856,117.6196,115.6204,114.2876,113.288,112.95479999999999,113.288,112.2884,111.2888,110.2892,109.6228,108.6232,107.6236,106.9572,105.9576,104.2916,103.292,101.2928,100.2932,99.2936,98.294,97.96079999999999,96.2948,95.9616,94.6288,94.2956,94.6288,93.9624,93.9624,93.6292,91.63,91.2968,89.6308,88.9644,87.9648,85.9656,83.3,81.634,79.6348,77.6356,76.3028,74.97,74.3036,73.304,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,75.6364,76.9692,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.966,86.2988,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.964,90.2972,90.6304,91.2968,91.2968,91.63,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,94.962,97.96079999999999,99.96,102.9588,105.2912,107.9568,109.956,110.9556,111.2888,109.2896,108.9564,109.2896,109.6228,109.956,110.2892,111.2888,112.2884,112.6216,113.95439999999999,114.6208,115.6204,117.6196,118.286,119.2856,119.6188,119.6188,118.9524,117.9528,115.9536,114.2876,112.2884,111.622,110.2892,109.6228,108.9564,108.9564,108.28999999999999,108.28999999999999,106.9572,106.9572,106.2908,105.9576,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,103.9584,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244],[9.3296,9.996,9.996,9.996,10.6624,11.3288,11.3288,11.9952,12.9948,12.9948,12.9948,13.6612,13.6612,13.6612,14.3276,14.3276,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,17.6596,18.326,19.3256,20.6584,22.9908,24.99,26.9892,28.322,29.988,31.654,33.986399999999996,35.3192,37.3184,39.984,42.3164,43.9824,44.6488,44.6488,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,49.6468,48.980399999999996,47.3144,46.3148,45.6484,44.982,44.315599999999996,43.6492,42.6496,42.6496,41.9832,41.3168,39.984,39.3176,38.318,37.6516,35.9856,35.3192,34.6528,34.6528,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,40.6504,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,44.315599999999996,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,46.9812,47.6476,48.980399999999996,49.6468,51.646,52.9788,53.6452,54.978,56.644,57.3104,57.9768,57.9768,58.31,57.6436,57.6436,58.31,58.31,58.9764,60.3092,61.9752,62.6416,64.974,66.3068,67.6396,69.6388,70.9716,71.9712,73.304,74.3036,75.6364,76.3028,77.6356,79.6348,80.6344,81.9672,83.6332,85.9656,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.298,88.298,87.9648,88.298,87.9648,88.298,88.298,89.2976,89.6308,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.6296,93.29599999999999,93.9624,94.2956,95.9616,97.96079999999999,99.2936,101.2928,102.9588,104.2916,105.9576,107.9568,109.956,110.6224,110.9556,111.622,111.2888,110.6224,110.6224,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,109.956,109.956,109.956,109.956,110.6224,110.6224,111.2888,111.2888,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,113.288,114.2876,115.6204,117.2864,118.9524,119.6188,120.9516,122.2844,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.95,125.9496,126.2828,126.2828,126.9492,127.6156,127.9488,127.9488,127.9488,128.6152,129.2816,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,128.9484,128.9484,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,127.9488,127.9488,127.9488,127.6156,127.2824,126.9492,125.6164,123.9504,122.2844,121.2848,120.9516,118.9524,117.2864,116.62,115.9536,115.6204,114.954,113.95439999999999,113.288,111.9552,110.9556,109.956,109.2896,107.6236,106.2908,105.6244,103.62519999999999,102.6256,100.9596,100.2932,99.2936,97.96079999999999,96.628,96.2948,95.6284,95.6284,95.6284,95.6284,94.962,93.9624,92.2964,91.2968,89.964,88.298,87.2984,84.6328,82.6336,80.9676,78.9684,77.6356,75.6364,74.97,74.3036,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.9692,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.966,86.2988,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,93.6292,94.6288,97.2944,99.96,102.9588,105.9576,108.6232,111.622,112.2884,111.9552,111.622,110.9556,110.2892,110.2892,109.956,109.6228,109.6228,110.2892,110.2892,111.622,111.9552,113.288,114.6208,114.954,115.6204,116.62,117.6196,117.2864,115.9536,114.2876,112.2884,110.9556,109.956,108.9564,107.9568,107.9568,107.9568,106.9572,106.624,105.9576,105.2912,104.2916,104.6248,103.9584,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.9584,104.6248,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244],[9.996,10.6624,10.6624,10.6624,10.6624,11.3288,11.9952,12.6616,12.9948,12.9948,13.6612,13.6612,13.6612,13.6612,14.3276,14.3276,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.326,19.992,21.3248,22.9908,24.99,26.9892,28.322,30.6544,32.3204,33.986399999999996,35.9856,37.3184,39.984,42.3164,43.9824,44.6488,44.6488,45.6484,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,52.3124,52.6456,51.9792,51.3128,50.6464,49.6468,48.980399999999996,48.314,47.6476,46.3148,45.6484,45.6484,44.982,44.315599999999996,42.9828,42.3164,41.9832,40.6504,39.3176,38.318,37.6516,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.9856,37.3184,37.9848,38.6512,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.6492,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,44.982,45.6484,46.3148,47.6476,48.314,48.980399999999996,50.9796,51.646,52.9788,54.3116,55.3112,55.9776,55.9776,55.9776,56.3108,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.6428,61.3088,62.6416,65.3072,66.64,68.306,69.6388,70.9716,71.638,72.6376,73.9704,74.6368,75.9696,76.9692,77.6356,78.9684,80.9676,83.6332,84.966,85.6324,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,86.9652,87.2984,87.2984,87.6316,87.6316,87.6316,88.298,89.2976,89.2976,89.2976,89.2976,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,91.9632,92.9628,94.2956,95.9616,97.6276,98.6272,100.9596,101.2928,102.6256,103.9584,105.9576,107.6236,109.956,110.6224,110.9556,110.6224,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,110.6224,110.6224,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.2888,111.622,111.622,111.622,111.2888,111.2888,111.9552,112.95479999999999,114.2876,115.6204,117.6196,119.6188,120.9516,121.9512,122.9508,124.28359999999999,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,124.6168,125.2832,125.9496,125.6164,126.2828,126.9492,127.2824,127.2824,127.2824,128.6152,129.2816,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,129.6148,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,128.9484,129.6148,129.6148,128.9484,128.9484,128.9484,129.2816,129.2816,129.2816,128.282,125.6164,124.6168,123.6172,122.2844,121.2848,120.2852,119.2856,118.286,118.61919999999999,117.9528,117.2864,116.2868,114.2876,113.288,112.2884,111.622,109.956,108.6232,107.6236,105.6244,104.6248,103.62519999999999,103.292,101.9592,100.9596,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,97.2944,96.9612,95.9616,93.9624,92.6296,91.9632,89.964,88.298,87.2984,85.2992,82.3004,80.3012,78.6352,76.9692,75.6364,74.97,74.3036,73.304,73.304,72.9708,71.638,70.9716,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.9692,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,84.966,86.2988,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.6308,89.6308,89.6308,90.2972,91.2968,91.63,91.63,91.63,91.9632,92.6296,92.6296,92.6296,92.9628,92.9628,92.9628,93.9624,96.628,99.6268,102.9588,105.9576,109.2896,111.622,113.288,113.6212,113.288,112.6216,111.9552,110.9556,110.2892,109.956,108.6232,108.6232,109.2896,109.956,110.6224,111.622,112.2884,112.95479999999999,113.6212,114.6208,115.6204,115.2872,114.954,113.288,111.622,109.956,108.6232,107.6236,107.6236,106.9572,106.9572,106.624,105.6244,104.6248,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,101.626,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.2916,105.6244,105.6244,105.6244,105.6244],[10.6624,10.6624,10.6624,11.3288,11.3288,11.9952,12.6616,12.6616,12.9948,12.9948,13.6612,14.3276,13.6612,13.6612,14.3276,14.3276,13.9944,13.9944,14.6608,15.3272,15.9936,15.9936,16.66,16.66,17.6596,17.6596,18.326,18.9924,20.6584,21.9912,23.6572,24.99,26.9892,28.322,30.6544,32.3204,34.6528,35.9856,37.9848,39.984,42.3164,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.9784,53.312,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,44.315599999999996,43.316,41.9832,41.3168,39.984,38.6512,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,37.9848,38.6512,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.3168,41.9832,41.9832,42.6496,42.9828,43.6492,43.6492,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,46.3148,46.9812,47.6476,48.314,49.6468,50.9796,51.646,52.9788,53.9784,54.6448,54.6448,54.6448,54.3116,54.3116,54.3116,54.978,55.6444,56.3108,56.977199999999996,58.31,59.976,61.3088,63.9744,65.3072,67.6396,68.306,69.6388,70.3052,71.3048,72.6376,73.304,73.9704,74.97,75.6364,76.9692,77.6356,80.3012,81.634,82.3004,83.6332,84.966,85.6324,85.6324,85.6324,85.6324,85.9656,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.6316,88.298,88.298,88.63119999999999,88.9644,89.2976,89.6308,89.964,90.6304,91.2968,91.63,91.9632,93.6292,95.2952,96.2948,97.96079999999999,98.96039999999999,100.2932,101.2928,102.2924,104.6248,106.2908,108.28999999999999,109.956,110.6224,110.9556,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,109.956,109.956,109.956,109.956,110.6224,110.6224,111.2888,111.2888,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,111.622,111.2888,111.2888,110.9556,110.9556,111.9552,112.95479999999999,114.2876,116.2868,117.6196,119.6188,121.2848,121.9512,122.9508,123.6172,124.6168,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,127.2824,127.9488,128.6152,129.2816,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.6148,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.2812,129.2816,127.6156,125.6164,125.2832,124.6168,123.28399999999999,122.2844,121.2848,120.2852,120.9516,119.6188,118.9524,118.286,116.62,115.6204,114.6208,113.6212,112.95479999999999,110.9556,110.6224,109.2896,107.9568,106.624,106.624,105.9576,104.958,103.62519999999999,102.2924,101.2928,100.2932,100.2932,100.2932,100.2932,98.6272,97.2944,95.2952,93.9624,92.6296,91.2968,89.964,88.298,85.9656,84.6328,82.6336,80.9676,78.6352,77.6356,76.3028,75.6364,74.97,74.3036,72.9708,72.3044,70.6384,69.972,69.972,69.972,69.3056,69.972,69.972,69.3056,69.972,69.972,69.6388,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.3064,66.64,66.64,66.64,66.64,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.9712,72.6376,73.304,74.3036,74.3036,74.97,75.6364,76.9692,77.6356,78.6352,79.3016,79.968,80.6344,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,85.6324,86.9652,86.9652,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.9644,89.2976,89.964,89.964,89.964,89.964,89.6308,89.6308,89.6308,90.2972,91.2968,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,92.6296,92.6296,92.6296,93.6292,96.628,99.6268,102.6256,105.9576,109.2896,111.622,112.95479999999999,114.6208,115.6204,115.6204,114.6208,112.95479999999999,111.9552,110.2892,109.956,108.6232,108.6232,108.6232,109.6228,109.956,110.9556,111.2888,112.95479999999999,113.288,114.2876,113.95439999999999,112.95479999999999,112.95479999999999,110.9556,109.2896,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,104.958,103.62519999999999,102.6256,101.9592,102.2924,102.2924,101.626,101.626,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,105.6244,105.6244,105.6244,105.6244],[11.3288,11.3288,11.3288,11.9952,11.9952,11.9952,12.6616,12.6616,12.9948,12.9948,13.6612,14.3276,14.3276,14.3276,14.3276,14.3276,14.6608,14.6608,14.6608,15.3272,15.9936,16.66,16.66,17.3264,17.6596,18.326,18.326,19.6588,21.658,22.9908,24.6568,25.9896,27.6556,28.9884,30.9876,32.6536,34.6528,36.652,38.6512,39.984,42.3164,42.9828,43.6492,44.315599999999996,45.3152,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,55.3112,55.3112,55.9776,55.3112,54.978,54.3116,52.9788,52.3124,50.9796,50.3132,50.3132,50.3132,49.6468,49.6468,48.314,47.6476,46.3148,44.982,43.9824,42.6496,41.3168,40.6504,39.984,39.3176,38.318,38.318,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.3184,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,54.3116,54.978,55.6444,56.977199999999996,58.31,59.976,61.9752,63.308,65.3072,66.64,67.6396,68.9724,69.972,71.3048,71.9712,72.6376,72.9708,73.63719999999999,74.3036,75.6364,77.3024,78.6352,79.968,80.9676,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,84.966,84.966,85.6324,85.6324,86.2988,86.9652,86.9652,87.6316,87.6316,88.298,88.298,88.9644,88.9644,89.964,90.6304,91.2968,92.2964,93.6292,94.2956,95.6284,97.6276,99.2936,99.6268,100.6264,102.6256,104.6248,106.2908,108.9564,110.6224,110.9556,110.6224,109.956,110.2892,110.2892,110.9556,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.9556,112.95479999999999,113.95439999999999,116.62,118.286,119.6188,120.2852,121.9512,122.2844,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.6164,126.9492,127.6156,127.6156,127.9488,128.6152,128.6152,129.2816,129.2816,130.6144,130.9476,130.9476,130.9476,131.2808,131.2808,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,130.6144,130.2812,128.9484,127.6156,126.9492,126.2828,125.6164,124.28359999999999,123.9504,123.28399999999999,121.9512,121.2848,120.2852,119.952,118.9524,118.286,117.6196,116.62,115.2872,113.6212,113.288,112.95479999999999,112.2884,110.9556,111.2888,111.622,110.6224,109.2896,107.6236,106.624,106.9572,106.2908,106.2908,105.6244,104.2916,101.9592,99.96,97.96079999999999,95.9616,94.2956,93.9624,92.6296,91.9632,90.9636,90.2972,88.9644,84.966,82.6336,80.6344,79.6348,77.6356,76.3028,74.97,73.63719999999999,72.3044,71.3048,71.3048,71.3048,70.6384,70.3052,70.3052,69.972,69.972,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.97279999999999,67.3064,67.3064,66.64,65.9736,65.3072,64.974,65.6404,66.3068,66.9732,67.3064,67.97279999999999,69.3056,69.972,70.6384,71.9712,73.304,73.9704,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.2996,85.6324,85.6324,86.2988,87.2984,87.9648,88.298,88.298,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,89.6308,90.2972,91.2968,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,93.6292,96.9612,99.6268,102.6256,105.2912,108.6232,111.622,113.6212,115.2872,117.2864,117.6196,117.6196,115.9536,114.2876,112.95479999999999,111.622,110.2892,109.956,108.9564,109.2896,109.956,110.6224,111.2888,112.2884,112.95479999999999,113.288,113.288,113.288,112.2884,110.9556,110.2892,109.956,108.9564,108.6232,107.9568,107.9568,106.2908,104.958,103.62519999999999,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,100.9596,100.2932,100.2932,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958],[11.3288,11.3288,11.9952,11.9952,11.9952,11.9952,12.6616,12.6616,12.9948,12.9948,13.6612,14.3276,14.3276,14.3276,14.3276,14.3276,14.6608,14.6608,15.3272,15.3272,15.9936,16.66,17.3264,17.3264,18.326,18.9924,18.9924,20.3252,22.3244,23.6572,25.3232,25.9896,27.6556,28.9884,30.9876,32.6536,35.3192,36.652,38.6512,39.984,42.3164,42.9828,43.6492,44.6488,45.6484,46.3148,46.9812,48.314,48.980399999999996,50.3132,51.646,52.3124,52.9788,53.6452,54.3116,54.978,55.9776,56.644,57.3104,57.3104,56.977199999999996,55.6444,54.978,54.3116,52.9788,52.3124,52.3124,52.3124,51.646,51.646,50.9796,50.3132,48.980399999999996,47.6476,46.647999999999996,45.3152,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.65,41.65,41.3168,41.65,40.6504,39.984,39.3176,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,39.984,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,48.980399999999996,49.6468,50.9796,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,53.6452,54.3116,54.978,56.3108,57.6436,59.309599999999996,60.6424,61.9752,63.9744,65.3072,66.3068,66.9732,68.6392,69.3056,69.972,70.6384,71.638,71.638,72.3044,73.63719999999999,75.3032,75.9696,77.3024,78.6352,79.6348,80.6344,80.6344,81.3008,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,83.3,84.966,84.966,85.2992,85.6324,86.632,86.632,86.632,87.2984,87.9648,88.63119999999999,88.9644,89.6308,90.6304,91.63,92.2964,93.9624,95.6284,97.2944,97.96079999999999,99.2936,100.9596,103.292,105.6244,106.9572,109.2896,110.2892,109.956,109.2896,109.2896,109.956,109.956,109.956,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.956,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.9556,110.9556,110.2892,110.2892,110.9556,111.2888,113.288,114.2876,116.62,117.6196,119.6188,120.2852,121.2848,121.9512,121.9512,121.9512,122.9508,122.9508,122.2844,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,124.28359999999999,124.6168,125.2832,126.616,126.9492,127.6156,127.6156,128.282,128.6152,129.2816,129.6148,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,129.948,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.614,130.9476,131.2808,131.2808,130.6144,130.6144,129.6148,129.2816,127.9488,127.6156,126.9492,126.2828,125.9496,124.95,123.9504,122.6176,122.6176,121.9512,121.2848,120.9516,120.2852,118.9524,117.9528,117.2864,116.62,115.9536,115.9536,115.2872,115.9536,115.9536,115.2872,114.2876,112.95479999999999,111.9552,111.622,110.9556,110.9556,109.956,107.9568,105.9576,103.62519999999999,101.626,99.2936,97.96079999999999,97.6276,96.9612,96.2948,95.9616,94.962,93.6292,90.9636,88.63119999999999,86.632,84.966,82.6336,79.968,78.30199999999999,76.3028,75.3032,73.63719999999999,73.63719999999999,73.63719999999999,72.3044,72.3044,71.638,71.3048,70.6384,70.3052,70.3052,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.6392,67.97279999999999,67.3064,67.3064,66.64,65.9736,64.6408,63.9744,63.6412,64.3076,65.6404,66.3068,67.3064,67.97279999999999,68.6392,69.972,70.6384,71.9712,73.304,73.9704,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,77.6356,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.9648,88.298,88.9644,88.9644,88.9644,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,89.6308,90.2972,91.2968,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,93.6292,96.2948,98.294,101.2928,104.958,108.28999999999999,111.622,113.288,115.2872,117.6196,118.286,117.9528,117.6196,116.2868,114.2876,112.6216,111.622,110.6224,109.956,109.956,110.2892,110.9556,110.9556,112.2884,112.95479999999999,112.6216,112.6216,113.288,112.95479999999999,111.622,110.9556,110.2892,110.2892,110.6224,109.956,109.2896,108.9564,106.9572,105.6244,104.6248,103.62519999999999,102.6256,102.2924,102.2924,102.2924,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.958,104.958],[11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,12.3284,12.9948,13.6612,13.6612,14.3276,14.3276,14.3276,14.3276,14.6608,14.6608,15.3272,15.3272,15.9936,16.66,17.3264,17.9928,18.326,18.9924,19.6588,20.9916,22.9908,24.3236,25.9896,26.656,28.322,29.654799999999998,30.9876,33.32,35.3192,37.3184,38.6512,39.984,42.3164,42.9828,43.6492,44.6488,45.6484,46.3148,47.6476,48.314,49.6468,50.3132,51.646,52.3124,53.312,53.9784,55.3112,55.9776,57.6436,58.31,58.9764,58.9764,58.31,57.6436,56.3108,55.6444,54.3116,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,51.646,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,40.6504,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.984,39.984,39.984,39.984,40.6504,41.3168,41.3168,40.6504,40.6504,39.984,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.6452,54.3116,54.978,55.6444,56.977199999999996,57.6436,59.309599999999996,60.6424,61.9752,63.308,63.9744,64.6408,66.3068,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,71.9712,72.6376,73.9704,74.97,76.3028,76.9692,77.6356,78.30199999999999,79.6348,80.6344,80.6344,81.3008,81.3008,80.6344,80.6344,81.3008,82.3004,83.6332,83.6332,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.9656,86.632,87.2984,87.9648,88.63119999999999,89.2976,91.2968,92.9628,94.962,96.2948,96.9612,98.294,100.2932,101.9592,104.2916,105.9576,107.2904,108.6232,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,109.956,109.956,109.956,108.6232,108.6232,108.6232,109.2896,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.2892,110.2892,110.2892,109.6228,110.2892,110.2892,110.9556,110.9556,110.2892,110.2892,110.9556,112.2884,113.288,114.2876,115.9536,117.6196,118.61919999999999,118.9524,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,122.2844,122.2844,122.9508,122.9508,123.28399999999999,123.6172,123.9504,124.6168,125.9496,126.616,126.9492,127.6156,127.9488,128.6152,129.2816,129.6148,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,132.2804,131.9472,131.9472,130.6144,130.6144,129.6148,129.6148,128.9484,128.282,128.6152,127.9488,126.2828,124.95,124.6168,123.9504,123.9504,123.28399999999999,123.28399999999999,122.9508,121.618,121.2848,120.2852,119.6188,119.6188,119.952,119.952,120.2852,120.9516,120.6184,118.61919999999999,117.6196,116.62,115.2872,114.954,114.954,113.6212,111.622,109.2896,106.9572,105.6244,103.62519999999999,101.626,101.2928,100.9596,100.9596,99.6268,99.6268,98.294,96.2948,94.6288,92.9628,90.9636,89.6308,87.2984,85.6324,82.96679999999999,80.3012,78.6352,77.6356,76.9692,76.3028,75.6364,74.6368,73.9704,72.6376,71.638,71.638,71.3048,71.3048,71.638,70.9716,70.9716,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.3064,67.3064,66.64,65.3072,63.6412,62.9748,62.6416,63.6412,64.974,66.3068,67.3064,67.97279999999999,69.3056,69.972,71.3048,72.6376,73.304,73.9704,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.6332,84.2996,84.966,86.2988,86.632,87.2984,87.9648,88.298,88.298,88.9644,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.6292,96.2948,97.96079999999999,100.6264,104.2916,107.6236,110.9556,112.6216,114.6208,117.6196,117.9528,117.6196,116.9532,115.6204,114.2876,112.6216,112.6216,112.2884,112.2884,111.9552,111.9552,111.9552,112.2884,112.2884,112.6216,112.95479999999999,113.6212,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,110.9556,109.956,108.9564,107.9568,107.2904,105.6244,104.6248,103.9584,103.62519999999999,103.292,102.2924,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,101.9592,101.9592,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.6244],[11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,12.3284,12.3284,12.9948,13.6612,14.3276,14.3276,14.3276,14.3276,14.6608,14.6608,15.3272,15.9936,16.66,17.3264,17.9928,17.9928,18.9924,19.6588,20.3252,21.658,23.6572,24.99,25.9896,27.3224,28.322,29.654799999999998,31.654,33.32,35.9856,37.3184,38.6512,39.984,42.3164,42.9828,43.6492,44.6488,45.6484,46.9812,47.6476,48.980399999999996,49.6468,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,56.644,57.6436,58.9764,59.6428,60.3092,59.6428,58.9764,57.6436,56.977199999999996,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,53.9784,53.312,52.6456,51.9792,51.3128,50.6464,49.98,49.6468,49.6468,49.6468,49.6468,48.314,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,44.982,43.6492,42.9828,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,39.984,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,45.3152,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,53.6452,53.6452,54.3116,54.978,56.3108,56.977199999999996,58.6432,59.309599999999996,60.6424,61.3088,61.9752,63.308,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,70.3052,71.3048,71.9712,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.9676,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.9656,87.2984,87.9648,89.2976,91.2968,93.29599999999999,94.6288,95.9616,96.9612,97.96079999999999,99.96,101.9592,103.9584,104.6248,105.6244,105.6244,106.2908,106.9572,106.624,107.6236,107.9568,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.956,109.2896,109.956,109.956,110.6224,110.9556,110.2892,110.2892,111.2888,111.622,112.6216,114.2876,115.6204,115.9536,117.2864,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.952,120.6184,120.9516,121.9512,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.2832,125.6164,126.9492,127.6156,127.9488,128.6152,129.2816,129.6148,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.614,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.6136,132.6136,131.9472,131.2808,130.6144,130.6144,130.6144,130.6144,129.6148,128.6152,126.9492,126.9492,126.2828,126.2828,126.2828,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.6176,122.6176,122.6176,123.9504,124.95,124.95,123.6172,122.6176,121.618,119.952,118.9524,118.61919999999999,117.9528,116.62,114.2876,112.6216,110.6224,108.9564,106.624,105.6244,105.2912,104.2916,103.9584,102.2924,102.6256,101.2928,99.96,98.6272,96.9612,95.6284,93.29599999999999,91.9632,90.2972,88.298,85.6324,83.6332,82.96679999999999,82.3004,80.6344,79.6348,78.30199999999999,76.3028,74.6368,73.9704,73.304,72.6376,71.9712,72.3044,71.638,70.9716,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.64,65.9736,65.3072,63.6412,62.3084,61.9752,63.6412,64.974,66.3068,67.3064,67.97279999999999,69.3056,70.6384,71.9712,72.6376,73.9704,74.6368,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,83.6332,84.2996,84.966,86.2988,86.632,87.2984,87.6316,88.298,88.298,88.63119999999999,89.2976,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.6304,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.6292,95.6284,97.2944,99.96,103.62519999999999,106.9572,110.2892,111.9552,113.95439999999999,116.9532,117.6196,116.9532,116.62,115.6204,114.954,113.95439999999999,113.288,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.6216,112.6216,113.288,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.288,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,113.288,112.6216,111.622,110.6224,108.6232,107.6236,106.9572,105.6244,104.6248,103.292,102.2924,102.2924,102.2924,102.2924,102.2924,102.2924,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,105.2912,105.6244,105.2912,105.9576,105.9576],[11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,12.3284,12.3284,12.9948,13.6612,14.3276,14.3276,14.994,14.994,15.3272,15.3272,15.3272,15.9936,16.66,17.3264,17.9928,17.9928,18.9924,19.6588,20.9916,22.9908,24.3236,25.3232,26.656,27.3224,28.9884,30.3212,31.654,33.986399999999996,35.9856,37.3184,39.3176,40.9836,42.3164,43.316,43.9824,44.6488,45.6484,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.6456,53.312,53.9784,54.6448,55.3112,56.644,57.6436,58.9764,59.6428,60.3092,60.3092,59.6428,58.9764,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.9776,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,53.6452,53.6452,53.6452,52.9788,52.6456,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.3148,45.6484,44.982,44.315599999999996,44.315599999999996,44.315599999999996,43.6492,42.9828,42.3164,42.3164,41.9832,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,41.3168,41.3168,42.3164,42.9828,43.6492,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.6452,54.3116,55.6444,56.3108,56.977199999999996,57.6436,58.9764,59.6428,60.6424,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,68.9724,69.972,70.6384,71.3048,72.6376,73.304,73.9704,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,76.9692,78.30199999999999,78.9684,79.3016,79.968,79.968,80.9676,80.9676,81.634,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.2992,86.632,88.63119999999999,90.9636,92.2964,93.29599999999999,94.6288,95.6284,97.2944,98.6272,99.6268,101.2928,103.292,103.292,103.9584,104.6248,105.9576,106.2908,107.2904,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,110.2892,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,111.9552,113.288,114.2876,114.954,115.6204,116.2868,116.9532,116.9532,116.9532,117.6196,117.6196,117.6196,117.9528,118.286,119.6188,119.952,120.9516,121.618,122.2844,123.28399999999999,123.9504,124.6168,125.6164,125.6164,126.2828,126.9492,127.9488,128.6152,129.2816,129.6148,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.6132,133.6132,133.28,133.28,133.6132,133.6132,133.6132,132.9468,132.9468,132.9468,132.6136,131.9472,131.9472,130.9476,129.948,129.2816,129.2816,128.6152,128.6152,127.9488,127.2824,126.9492,126.2828,124.95,124.95,125.6164,126.2828,126.9492,127.9488,127.6156,126.9492,125.6164,124.6168,122.9508,120.9516,120.2852,119.6188,118.9524,116.9532,114.954,112.2884,110.6224,108.9564,108.28999999999999,107.9568,106.9572,105.9576,104.958,104.958,103.9584,102.2924,100.2932,99.2936,97.96079999999999,96.9612,94.962,93.29599999999999,91.9632,90.2972,89.6308,88.9644,87.6316,85.9656,83.9664,82.96679999999999,80.9676,78.9684,76.9692,76.636,74.97,74.3036,73.63719999999999,72.9708,71.638,70.9716,70.3052,68.9724,68.306,67.3064,67.3064,66.64,66.64,65.9736,65.3072,64.6408,62.9748,62.6416,63.6412,64.974,66.3068,67.97279999999999,68.6392,69.972,71.3048,72.6376,74.3036,74.97,74.97,74.97,74.97,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.6332,84.966,85.6324,86.2988,86.9652,87.2984,87.6316,87.6316,88.298,88.63119999999999,89.2976,89.2976,89.2976,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.29599999999999,94.962,96.9612,99.6268,102.2924,105.9576,109.2896,111.2888,113.6212,115.9536,116.9532,117.2864,117.2864,116.2868,116.2868,114.954,114.954,114.954,114.954,113.95439999999999,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.2876,114.6208,115.2872,115.2872,115.9536,116.62,116.62,115.9536,116.2868,115.2872,113.288,111.622,109.956,108.28999999999999,106.2908,105.2912,103.62519999999999,103.292,103.292,103.292,102.6256,102.6256,103.292,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,105.2912,105.6244,106.2908,106.624,106.9572],[11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,12.3284,12.3284,12.9948,13.6612,14.3276,14.3276,14.994,14.994,15.3272,15.3272,15.9936,15.9936,16.66,17.3264,17.9928,18.6592,19.6588,20.3252,20.9916,22.9908,24.3236,25.9896,26.656,27.9888,29.654799999999998,30.9876,32.3204,33.986399999999996,35.9856,37.3184,39.3176,40.9836,42.3164,43.9824,44.6488,44.6488,45.6484,46.9812,47.6476,48.980399999999996,50.3132,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,56.644,57.6436,58.31,59.6428,60.3092,60.3092,60.3092,59.6428,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.3116,54.3116,53.6452,53.6452,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,48.314,47.6476,46.3148,46.3148,44.982,44.315599999999996,43.6492,42.9828,42.9828,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.9828,43.6492,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.6452,53.6452,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.974,65.6404,66.3068,66.9732,67.97279999999999,68.6392,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,74.97,74.97,75.6364,75.6364,76.9692,77.6356,78.30199999999999,78.30199999999999,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.6332,83.6332,85.2992,87.2984,88.9644,90.2972,90.9636,92.2964,93.6292,94.962,95.6284,97.2944,98.96039999999999,100.2932,100.2932,100.6264,102.2924,103.62519999999999,104.6248,105.6244,106.2908,106.9572,107.6236,107.9568,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.2896,109.2896,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,108.9564,109.2896,109.956,111.622,112.2884,113.288,113.288,113.95439999999999,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,116.9532,117.9528,118.61919999999999,120.2852,120.9516,122.2844,122.9508,123.9504,124.6168,125.2832,125.2832,126.2828,126.9492,127.9488,128.6152,129.2816,129.6148,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.9472,131.9472,132.2804,132.9468,133.6132,133.6132,133.6132,133.6132,132.9468,132.9468,132.9468,133.28,133.28,133.6132,134.2796,133.9464,134.2796,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,133.9464,133.6132,133.28,132.2804,131.614,130.6144,130.6144,129.6148,129.6148,129.2816,128.6152,127.2824,126.9492,126.9492,127.9488,128.6152,129.948,129.948,130.2812,129.6148,128.6152,126.9492,125.2832,123.28399999999999,122.2844,122.2844,121.2848,119.2856,117.2864,115.2872,112.95479999999999,111.622,110.9556,110.9556,109.956,109.2896,108.6232,108.28999999999999,106.2908,103.9584,102.2924,101.9592,100.9596,99.96,97.96079999999999,97.2944,95.6284,94.962,93.9624,93.6292,91.63,89.2976,87.6316,86.632,84.6328,82.3004,80.6344,79.6348,78.30199999999999,76.9692,75.6364,74.97,73.63719999999999,71.638,70.9716,70.3052,69.6388,69.3056,67.97279999999999,67.97279999999999,67.3064,67.3064,66.64,65.9736,64.6408,64.3076,64.974,65.6404,66.9732,68.6392,69.972,71.3048,72.6376,73.304,74.97,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,81.9672,82.96679999999999,84.2996,84.966,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,94.6288,95.9616,98.96039999999999,101.9592,105.2912,108.28999999999999,110.2892,112.6216,115.2872,116.62,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,115.2872,114.954,113.95439999999999,113.95439999999999,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,112.95479999999999,112.95479999999999,113.288,113.95439999999999,114.2876,114.954,115.2872,115.9536,116.62,117.6196,118.286,119.2856,119.952,118.9524,115.9536,113.95439999999999,111.9552,110.6224,107.2904,106.624,105.6244,104.958,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.6244,106.2908,106.2908,106.2908,106.624,107.6236,107.9568,108.9564],[11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,12.3284,12.3284,12.9948,13.6612,14.3276,14.994,14.994,15.6604,15.9936,15.9936,15.9936,15.9936,16.66,17.3264,17.9928,18.6592,19.6588,20.3252,21.658,23.6572,24.99,25.9896,27.3224,28.6552,30.3212,31.654,32.9868,34.6528,36.652,37.9848,39.3176,40.9836,42.9828,43.9824,44.6488,44.6488,45.6484,46.9812,47.6476,48.980399999999996,50.3132,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.977199999999996,57.6436,58.9764,59.6428,60.3092,60.3092,59.6428,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,57.3104,56.644,56.644,56.644,55.9776,55.6444,55.6444,54.978,54.3116,53.6452,52.3124,51.3128,50.6464,49.6468,48.980399999999996,48.314,47.6476,46.3148,45.6484,44.982,44.982,44.982,44.315599999999996,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.6492,44.315599999999996,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,65.9736,66.64,67.6396,68.9724,69.6388,70.3052,70.9716,71.9712,72.6376,73.304,73.9704,73.9704,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,82.6336,83.6332,84.2996,85.9656,87.2984,88.298,88.298,89.2976,90.6304,92.6296,94.2956,95.6284,97.2944,97.96079999999999,98.294,98.294,99.6268,100.2932,101.2928,102.2924,103.9584,104.6248,105.2912,105.6244,105.9576,105.9576,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,106.624,106.9572,107.9568,108.9564,109.6228,111.2888,111.622,111.622,112.6216,113.288,114.6208,114.6208,114.6208,114.6208,114.954,114.954,115.9536,116.62,117.6196,117.9528,119.952,120.2852,121.9512,122.9508,123.9504,124.6168,124.95,125.2832,126.2828,126.9492,127.9488,128.6152,129.2816,129.6148,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.9472,132.6136,132.6136,132.9468,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.6128,134.6128,135.2792,135.6124,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,135.6124,135.6124,135.6124,135.6124,134.946,133.6132,132.9468,132.2804,131.614,130.9476,130.6144,129.948,128.6152,128.282,127.6156,127.6156,128.6152,130.9476,131.614,132.9468,132.9468,132.2804,130.9476,129.6148,127.6156,125.9496,125.2832,125.2832,124.28359999999999,122.9508,120.9516,118.61919999999999,116.9532,115.9536,114.6208,113.95439999999999,113.6212,113.288,112.95479999999999,112.95479999999999,110.9556,107.2904,105.6244,104.6248,103.292,103.292,102.6256,101.626,100.2932,99.2936,97.96079999999999,96.2948,94.962,92.9628,90.9636,89.6308,87.6316,84.966,83.6332,82.96679999999999,81.634,79.968,78.6352,76.9692,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.3044,71.3048,70.6384,69.972,69.3056,68.6392,67.3064,66.64,66.3068,66.3068,67.6396,68.9724,69.972,71.3048,71.9712,73.304,73.9704,74.97,75.6364,75.6364,74.6368,73.9704,73.304,73.304,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,79.3016,79.968,80.6344,80.9676,80.9676,81.3008,81.3008,81.9672,82.96679999999999,84.2996,84.966,85.9656,85.9656,86.9652,86.9652,87.2984,87.2984,88.298,88.63119999999999,88.9644,88.9644,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.9624,95.6284,97.96079999999999,100.2932,103.9584,106.9572,109.956,112.2884,114.2876,115.6204,115.9536,116.9532,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.6204,114.2876,113.6212,113.6212,113.288,111.622,111.622,111.622,111.2888,111.9552,113.288,114.6208,114.954,115.9536,116.62,117.2864,118.286,119.6188,121.618,121.9512,120.9516,118.286,115.6204,113.6212,111.2888,108.6232,107.6236,105.9576,105.9576,106.9572,106.9572,106.9572,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,108.6232,108.6232,107.9568,108.28999999999999,108.9564,108.9564,109.2896],[11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,11.9952,12.3284,12.9948,13.6612,14.3276,14.994,14.994,15.6604,15.6604,15.9936,15.9936,15.9936,16.66,17.3264,17.3264,17.9928,18.6592,19.6588,20.9916,21.658,23.6572,24.99,26.656,27.3224,28.6552,30.3212,31.654,32.9868,34.6528,36.652,37.9848,39.3176,40.9836,42.3164,43.9824,43.9824,44.6488,45.6484,46.3148,47.6476,48.980399999999996,50.3132,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,58.9764,58.9764,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.6436,57.6436,57.6436,56.977199999999996,55.6444,54.978,53.9784,53.312,51.646,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,46.9812,46.9812,46.3148,45.9816,45.9816,45.3152,45.3152,44.6488,44.6488,44.982,44.982,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.977199999999996,57.6436,59.309599999999996,59.976,60.6424,61.3088,61.641999999999996,62.3084,63.308,63.9744,64.6408,65.3072,66.3068,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,72.6376,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,83.3,84.2996,85.6324,85.9656,86.9652,87.9648,88.63119999999999,89.964,92.6296,94.2956,95.6284,96.2948,96.2948,96.2948,96.9612,97.2944,98.294,99.2936,99.96,101.2928,102.2924,102.6256,102.6256,103.292,103.9584,103.9584,103.9584,104.6248,104.6248,104.958,104.958,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,105.2912,105.2912,105.6244,106.2908,107.6236,109.2896,109.6228,110.2892,110.9556,111.2888,111.622,112.6216,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,114.954,115.6204,116.9532,117.9528,119.952,120.2852,121.9512,122.9508,123.9504,123.9504,124.95,124.95,125.6164,126.2828,127.6156,127.9488,128.6152,129.2816,130.6144,130.9476,130.9476,130.9476,131.2808,131.2808,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.9472,132.2804,132.6136,132.9468,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.6128,135.2792,135.2792,135.6124,136.2788,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.612,136.2788,136.2788,135.6124,134.2796,133.6132,132.9468,132.6136,131.2808,130.6144,130.2812,130.2812,129.948,129.2816,129.948,131.2808,132.9468,134.2796,134.2796,132.9468,131.614,130.9476,129.6148,128.6152,127.9488,127.9488,127.6156,125.9496,123.9504,122.2844,120.6184,119.952,118.9524,117.9528,116.62,115.9536,115.2872,115.2872,114.2876,111.622,108.9564,108.6232,107.9568,107.6236,106.2908,104.958,103.9584,102.6256,101.9592,100.2932,98.6272,96.628,95.2952,93.29599999999999,91.63,88.9644,86.9652,86.632,84.966,84.2996,82.6336,81.3008,80.6344,79.3016,78.30199999999999,78.30199999999999,77.6356,76.3028,75.6364,74.6368,72.6376,71.3048,69.972,68.6392,67.97279999999999,67.6396,68.306,69.6388,70.3052,71.9712,72.6376,73.304,73.9704,73.9704,74.97,74.97,74.3036,73.304,72.6376,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,80.3012,80.9676,81.3008,81.3008,81.9672,82.96679999999999,84.2996,84.6328,85.2992,85.9656,86.9652,86.9652,87.2984,87.2984,88.298,88.298,88.9644,88.9644,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,93.6292,94.962,97.2944,99.96,102.6256,105.6244,108.9564,111.2888,113.288,114.2876,115.2872,116.2868,116.62,117.2864,117.9528,117.9528,117.6196,117.6196,117.2864,115.9536,114.954,114.2876,113.95439999999999,112.6216,111.622,110.9556,110.9556,110.9556,111.2888,112.2884,113.288,114.6208,116.2868,117.2864,118.286,119.6188,120.9516,122.6176,123.28399999999999,122.6176,120.2852,117.6196,115.2872,112.95479999999999,110.9556,109.6228,108.9564,108.9564,109.2896,109.956,109.956,109.956,110.6224,110.9556,110.9556,111.622,111.622,111.2888,111.2888,110.9556,110.6224,109.956,109.956,109.2896,109.2896,108.9564,109.2896,109.2896],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.9952,11.9952,12.9948,12.9948,13.6612,14.3276,14.994,14.994,15.6604,15.6604,15.9936,15.9936,16.66,16.66,17.6596,18.326,18.326,18.9924,20.3252,20.9916,22.3244,24.3236,25.6564,26.9892,28.322,29.654799999999998,30.3212,31.654,32.3204,33.986399999999996,35.9856,37.3184,38.6512,39.984,41.65,42.9828,43.6492,44.315599999999996,45.3152,45.9816,46.647999999999996,47.9808,49.6468,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,58.31,58.31,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,60.3092,60.3092,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,58.31,57.6436,56.3108,55.6444,54.978,54.3116,52.6456,51.9792,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.6452,54.3116,54.3116,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,58.31,58.9764,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,63.9744,64.6408,65.3072,65.9736,66.64,67.3064,68.306,68.306,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,74.6368,75.6364,76.3028,76.9692,77.6356,78.9684,79.6348,79.6348,80.3012,81.634,82.3004,82.96679999999999,83.9664,84.966,84.966,86.2988,86.9652,87.6316,88.63119999999999,89.964,91.9632,93.6292,94.2956,94.962,94.962,95.2952,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,98.294,99.2936,99.96,100.2932,100.6264,100.6264,101.626,102.2924,102.6256,102.6256,102.2924,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.9584,104.6248,104.6248,105.6244,106.9572,107.2904,108.28999999999999,108.9564,109.6228,110.2892,111.2888,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,114.954,115.9536,117.2864,118.61919999999999,119.952,121.2848,122.2844,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.6164,126.2828,127.6156,127.9488,128.6152,129.2816,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.9472,132.2804,132.9468,133.28,133.9464,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.6124,136.2788,136.612,136.612,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,136.612,136.612,135.94559999999998,135.2792,134.946,134.946,134.946,133.6132,133.6132,132.9468,132.9468,132.6136,132.2804,132.2804,132.9468,133.28,133.28,133.28,132.6136,131.2808,130.9476,129.6148,129.948,129.948,129.948,129.2816,128.6152,127.2824,126.2828,124.6168,123.28399999999999,122.2844,121.618,120.2852,119.2856,117.9528,117.2864,116.62,115.6204,114.954,112.95479999999999,112.6216,111.622,110.2892,108.28999999999999,107.6236,105.9576,105.6244,103.9584,102.6256,100.9596,98.96039999999999,97.2944,95.9616,92.9628,91.2968,90.2972,89.2976,88.9644,87.9648,87.6316,86.9652,85.6324,84.2996,83.3,81.9672,80.9676,79.6348,78.9684,76.3028,74.3036,72.3044,70.6384,69.972,69.972,70.6384,71.9712,73.304,73.304,73.9704,73.9704,74.3036,74.3036,73.63719999999999,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,75.6364,76.3028,77.6356,78.9684,79.968,80.6344,81.3008,81.9672,81.9672,82.3004,82.96679999999999,84.2996,84.966,85.9656,86.632,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.63119999999999,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,93.6292,96.2948,98.96039999999999,101.9592,104.6248,107.6236,109.956,111.9552,113.288,114.2876,115.2872,116.62,117.2864,117.9528,117.9528,117.6196,116.9532,116.62,115.9536,114.954,113.6212,113.288,112.2884,111.622,111.2888,110.9556,110.9556,110.9556,111.622,111.622,113.6212,117.2864,118.286,119.2856,119.952,121.618,122.9508,123.28399999999999,123.28399999999999,121.618,119.2856,117.2864,114.954,112.95479999999999,111.622,111.2888,111.2888,112.2884,112.2884,112.6216,112.95479999999999,113.6212,114.2876,114.2876,114.954,114.954,114.2876,113.95439999999999,113.288,111.622,110.6224,109.956,109.2896,109.2896,109.2896,109.2896,109.2896],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.9952,11.9952,12.9948,12.9948,13.6612,14.3276,14.994,14.994,15.6604,15.6604,15.9936,15.9936,16.66,16.66,17.6596,18.326,18.326,18.9924,20.3252,20.9916,22.3244,24.3236,26.3228,27.6556,28.322,29.654799999999998,30.3212,31.654,32.3204,33.986399999999996,35.9856,37.3184,38.6512,39.984,41.65,42.3164,42.9828,43.6492,44.6488,45.3152,46.647999999999996,47.9808,49.6468,50.9796,52.3124,52.9788,53.9784,54.6448,55.3112,55.3112,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,58.31,58.31,57.6436,58.31,58.9764,58.9764,59.6428,60.3092,60.9756,60.9756,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,56.3108,57.6436,58.31,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.3072,66.64,66.9732,67.6396,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,81.634,82.3004,82.96679999999999,83.9664,83.9664,84.966,86.2988,86.9652,87.9648,89.6308,90.6304,91.9632,92.6296,93.6292,93.6292,94.2956,94.2956,95.2952,94.962,94.962,95.6284,95.6284,95.6284,95.9616,96.628,96.628,96.9612,97.96079999999999,98.96039999999999,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,102.6256,102.6256,103.292,103.62519999999999,104.6248,104.6248,105.2912,106.624,107.2904,108.28999999999999,108.9564,109.6228,110.2892,110.9556,111.2888,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.6208,115.9536,116.62,117.9528,119.6188,120.9516,121.618,122.9508,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.6164,126.2828,127.6156,127.9488,128.6152,129.2816,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,132.9468,133.28,133.9464,133.9464,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,136.2788,136.612,137.2784,137.2784,137.2784,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,136.612,136.612,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.6124,135.6124,134.6128,134.6128,134.2796,134.2796,133.6132,133.6132,133.28,132.6136,131.9472,131.2808,130.9476,130.9476,130.2812,130.2812,130.6144,131.2808,130.6144,129.6148,128.6152,127.2824,126.2828,125.6164,125.2832,123.9504,122.9508,121.2848,120.2852,119.6188,119.6188,118.9524,117.2864,116.62,114.954,113.6212,112.2884,110.9556,109.956,107.9568,106.624,105.6244,103.9584,102.6256,101.2928,98.96039999999999,95.6284,93.9624,92.9628,92.2964,91.63,91.2968,91.2968,90.6304,89.2976,88.298,86.9652,85.6324,83.9664,82.6336,81.3008,79.6348,76.9692,74.97,73.304,71.9712,71.9712,72.6376,73.9704,74.6368,74.97,74.97,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,68.6392,68.6392,69.3056,69.972,70.6384,71.9712,73.63719999999999,74.97,76.3028,77.6356,78.9684,80.6344,81.3008,81.3008,81.9672,82.6336,82.96679999999999,84.2996,84.966,85.9656,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.298,88.63119999999999,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,92.9628,95.9616,98.294,101.2928,103.62519999999999,106.9572,108.9564,110.2892,111.9552,112.95479999999999,114.2876,114.954,116.62,117.2864,117.9528,116.9532,116.9532,116.62,115.9536,114.954,114.2876,113.288,112.95479999999999,112.2884,111.9552,111.2888,111.2888,110.6224,110.6224,110.9556,112.95479999999999,115.9536,118.286,119.6188,119.952,121.618,123.28399999999999,124.28359999999999,123.9504,122.6176,121.2848,117.6196,115.6204,113.6212,112.6216,111.9552,111.9552,112.95479999999999,113.6212,113.6212,114.2876,115.2872,115.9536,116.62,116.9532,117.2864,116.62,116.2868,114.2876,112.6216,110.9556,110.6224,109.956,109.2896,109.2896,109.2896,109.2896],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.9952,12.9948,12.9948,13.6612,14.3276,14.994,14.994,15.6604,15.6604,15.9936,15.9936,15.9936,16.66,17.6596,17.6596,18.326,18.9924,19.6588,20.9916,21.658,23.6572,25.6564,26.9892,28.322,29.654799999999998,30.3212,31.654,32.3204,33.986399999999996,35.9856,37.3184,38.6512,39.984,40.9836,41.65,42.3164,42.9828,43.9824,44.6488,45.9816,47.3144,48.980399999999996,50.9796,51.646,52.9788,53.9784,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,59.6428,60.3092,60.9756,60.9756,61.641999999999996,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,59.6428,58.9764,58.31,57.6436,56.3108,55.6444,54.978,54.978,53.9784,53.9784,52.9788,52.3124,50.9796,50.3132,50.3132,50.3132,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,64.6408,65.3072,65.9736,66.64,66.9732,67.6396,67.6396,68.306,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999,79.6348,80.3012,80.9676,81.634,82.6336,83.3,83.3,84.2996,86.2988,87.2984,88.298,89.2976,90.6304,91.9632,93.29599999999999,93.29599999999999,93.9624,93.9624,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,96.2948,96.9612,97.6276,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.6264,101.9592,102.6256,102.9588,104.2916,104.958,105.9576,106.2908,107.6236,108.9564,109.2896,109.956,110.9556,111.2888,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,115.6204,116.62,117.9528,118.286,119.952,121.2848,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,125.2832,125.2832,125.6164,126.2828,127.6156,127.9488,128.6152,129.2816,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,132.9468,133.28,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,135.6124,136.2788,136.2788,136.612,137.2784,137.2784,137.6116,138.6112,138.9444,138.9444,138.9444,138.9444,138.9444,138.6112,138.6112,137.9448,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,137.6116,137.2784,137.2784,137.2784,136.612,135.94559999999998,135.94559999999998,135.94559999999998,135.94559999999998,135.6124,134.946,134.946,134.2796,132.9468,132.6136,131.9472,131.2808,131.2808,131.9472,132.2804,131.614,130.9476,130.6144,129.948,129.948,129.2816,128.6152,128.6152,127.2824,126.2828,124.6168,123.9504,123.28399999999999,122.9508,121.618,120.6184,119.2856,118.286,116.62,114.6208,113.6212,112.2884,110.6224,109.2896,107.6236,105.6244,104.958,102.9588,100.6264,97.2944,94.962,94.6288,93.6292,93.29599999999999,92.9628,92.6296,91.2968,89.2976,88.298,87.6316,86.2988,84.6328,83.3,81.9672,80.6344,78.9684,76.9692,75.3032,73.9704,74.3036,74.3036,75.3032,75.9696,76.3028,75.6364,74.97,74.3036,72.9708,72.3044,71.3048,69.972,68.306,67.6396,66.3068,66.3068,67.3064,67.97279999999999,69.3056,70.6384,72.3044,74.3036,75.6364,76.9692,79.6348,80.6344,81.3008,81.9672,81.9672,82.6336,83.6332,84.966,85.6324,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.9628,95.2952,97.96079999999999,100.6264,103.292,105.2912,107.6236,109.2896,110.2892,111.2888,112.2884,113.6212,114.954,115.6204,115.9536,117.2864,117.2864,116.62,116.62,115.9536,115.6204,114.954,114.2876,112.95479999999999,113.288,112.95479999999999,112.2884,111.622,110.9556,110.9556,111.9552,114.6208,116.62,118.286,119.6188,121.9512,123.9504,124.95,124.6168,122.6176,120.6184,118.9524,116.2868,114.6208,113.288,113.288,113.95439999999999,114.2876,114.954,114.954,115.6204,115.9536,116.62,117.6196,118.286,118.286,118.286,117.9528,116.62,114.2876,113.288,111.622,110.6224,109.956,109.2896,108.9564,108.9564],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.9948,12.9948,13.6612,14.3276,14.994,14.994,14.994,15.3272,15.3272,15.3272,15.9936,16.993199999999998,17.6596,17.6596,18.326,19.6588,20.3252,21.658,22.9908,24.3236,26.3228,27.6556,28.9884,30.3212,31.654,32.3204,33.986399999999996,35.9856,37.3184,38.6512,39.3176,40.3172,40.9836,41.65,42.3164,43.316,43.9824,45.3152,46.647999999999996,48.314,50.9796,51.646,52.3124,53.312,53.9784,54.6448,55.3112,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,60.9756,61.641999999999996,61.641999999999996,62.3084,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.3088,60.6424,59.309599999999996,58.6432,57.9768,57.6436,56.977199999999996,56.3108,55.6444,54.3116,53.6452,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.3132,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,53.6452,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.3068,66.9732,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,75.9696,76.636,76.636,77.3024,78.9684,79.6348,80.3012,80.9676,81.9672,82.6336,82.6336,83.3,84.966,86.2988,86.9652,88.63119999999999,90.6304,91.2968,92.6296,93.29599999999999,93.6292,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,93.6292,93.29599999999999,93.6292,94.2956,94.6288,95.9616,96.9612,96.9612,97.96079999999999,98.96039999999999,99.96,100.6264,101.2928,102.6256,102.9588,104.2916,104.958,105.6244,106.2908,107.6236,108.9564,109.956,110.2892,111.2888,111.2888,112.2884,112.95479999999999,113.288,112.95479999999999,114.2876,114.954,115.9536,117.2864,118.61919999999999,119.6188,121.2848,122.2844,123.28399999999999,123.6172,123.9504,123.9504,123.9504,123.9504,125.2832,125.2832,125.6164,126.2828,127.6156,127.6156,128.282,128.6152,129.948,130.6144,130.6144,130.6144,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,132.9468,133.28,134.2796,134.2796,134.946,134.946,134.946,134.946,135.6124,136.2788,136.2788,136.612,137.2784,137.6116,137.6116,138.278,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,139.2776,139.2776,139.944,139.2776,139.2776,139.2776,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,137.9448,137.9448,137.6116,137.6116,136.9452,136.612,135.94559999999998,135.6124,135.2792,134.946,133.6132,132.9468,132.6136,132.2804,132.9468,133.6132,133.6132,132.9468,131.614,131.2808,130.6144,129.948,130.2812,129.948,129.2816,128.282,126.2828,125.9496,125.9496,124.6168,123.28399999999999,122.6176,121.2848,119.952,118.286,116.9532,114.954,113.288,111.9552,111.622,109.956,108.28999999999999,106.2908,104.958,102.6256,98.96039999999999,96.9612,96.2948,95.2952,93.9624,93.6292,92.9628,92.6296,90.6304,89.2976,88.9644,87.6316,85.6324,84.6328,83.3,81.9672,81.3008,79.6348,76.9692,76.3028,75.6364,75.6364,76.636,76.636,76.3028,75.6364,74.97,74.3036,72.9708,71.638,69.972,68.6392,66.9732,66.3068,64.974,64.974,65.9736,67.3064,68.6392,69.972,72.3044,73.63719999999999,75.6364,76.9692,79.6348,81.3008,81.9672,82.6336,82.6336,83.6332,84.966,85.2992,86.632,86.632,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,94.2956,96.9612,98.96039999999999,101.9592,103.62519999999999,105.9576,107.6236,108.9564,109.2896,110.9556,111.9552,113.288,114.2876,114.954,115.6204,116.62,115.9536,115.9536,115.9536,115.2872,115.2872,114.954,114.954,113.95439999999999,113.288,112.95479999999999,112.2884,111.2888,110.9556,111.9552,114.2876,115.6204,117.6196,119.6188,121.9512,123.9504,125.2832,124.95,123.28399999999999,120.9516,118.9524,117.9528,115.6204,114.954,115.6204,114.954,115.6204,115.9536,115.9536,116.62,117.2864,118.286,119.2856,119.952,119.952,119.6188,119.6188,118.61919999999999,115.9536,114.2876,113.288,112.2884,109.956,109.2896,108.28999999999999,108.9564],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.9948,13.6612,13.6612,14.3276,14.3276,14.3276,14.6608,14.6608,14.6608,15.3272,16.3268,16.993199999999998,16.993199999999998,17.6596,18.9924,19.6588,20.9916,21.658,23.6572,24.99,26.656,27.9888,29.654799999999998,30.9876,32.3204,33.986399999999996,35.3192,36.652,37.9848,38.6512,39.984,40.6504,40.6504,41.3168,42.6496,43.316,44.6488,45.9816,48.314,49.6468,50.9796,52.3124,52.9788,53.9784,54.6448,55.3112,55.3112,55.3112,55.9776,55.9776,56.3108,56.3108,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,64.6408,65.3072,65.3072,64.6408,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,54.3116,53.6452,52.9788,52.3124,52.3124,52.3124,52.9788,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.3048,71.9712,72.3044,72.9708,72.9708,73.63719999999999,74.97,75.6364,75.6364,76.3028,77.6356,78.30199999999999,78.9684,80.3012,80.9676,81.9672,81.9672,82.6336,83.6332,84.966,85.6324,87.6316,89.964,90.6304,92.2964,92.6296,92.9628,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.6296,91.9632,91.9632,92.6296,92.6296,93.29599999999999,93.6292,94.6288,94.962,96.628,97.6276,98.96039999999999,99.6268,100.6264,101.2928,102.6256,102.9588,103.62519999999999,104.958,105.6244,106.2908,107.6236,108.9564,109.956,110.2892,110.9556,110.9556,112.2884,112.95479999999999,113.288,112.95479999999999,113.6212,114.6208,115.9536,117.2864,118.9524,120.2852,121.9512,122.9508,123.6172,124.28359999999999,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,127.2824,127.2824,128.282,128.6152,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,132.9468,133.28,134.2796,134.2796,134.946,134.946,135.6124,135.6124,136.2788,136.612,136.612,137.2784,136.9452,137.6116,137.9448,138.6112,139.2776,139.2776,139.2776,139.2776,139.2776,139.944,139.944,140.2772,140.2772,140.2772,140.2772,140.2772,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.9436,140.2772,140.2772,139.6108,139.6108,139.2776,138.278,137.6116,137.2784,137.2784,136.2788,135.2792,134.946,134.2796,133.9464,134.2796,135.2792,135.2792,134.6128,133.6132,132.2804,131.9472,131.2808,130.6144,130.2812,128.9484,127.9488,126.9492,126.616,125.9496,125.2832,123.9504,122.9508,121.2848,120.2852,118.9524,117.2864,115.6204,114.954,113.95439999999999,113.288,111.622,109.956,108.28999999999999,106.9572,104.6248,101.626,99.6268,98.6272,96.628,95.9616,94.2956,93.9624,92.9628,91.9632,90.6304,89.6308,88.63119999999999,86.632,85.6324,84.966,84.2996,82.6336,80.9676,79.6348,77.6356,76.9692,76.9692,76.9692,76.9692,76.3028,75.6364,74.6368,73.304,71.9712,70.6384,69.3056,67.97279999999999,66.3068,65.6404,64.974,64.974,65.3072,66.64,67.97279999999999,69.972,72.6376,73.63719999999999,75.6364,76.9692,79.6348,81.634,82.3004,82.96679999999999,83.6332,84.966,84.966,86.2988,86.632,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,92.6296,93.6292,95.6284,98.294,100.9596,102.6256,104.2916,105.2912,106.2908,106.9572,107.9568,109.6228,111.2888,112.2884,112.6216,113.95439999999999,114.2876,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,114.6208,114.6208,114.2876,113.288,113.288,112.6216,113.6212,114.6208,115.9536,117.6196,119.6188,121.9512,123.9504,125.6164,125.6164,123.9504,122.2844,120.9516,118.9524,117.6196,116.9532,117.6196,117.2864,117.6196,117.6196,118.286,118.286,118.9524,120.6184,121.2848,122.2844,121.9512,121.9512,121.2848,120.9516,118.286,116.62,114.954,113.288,110.2892,108.9564,108.28999999999999,107.6236],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,12.3284,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,14.3276,14.6608,14.6608,14.6608,14.6608,15.6604,16.3268,16.3268,16.993199999999998,18.326,18.9924,20.3252,21.658,23.6572,24.99,26.656,27.9888,29.654799999999998,30.9876,32.3204,33.986399999999996,35.3192,36.652,37.3184,38.6512,39.3176,39.984,40.6504,40.6504,41.9832,43.316,44.6488,45.9816,48.314,49.6468,50.9796,52.3124,52.9788,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.308,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.9736,65.9736,65.9736,65.9736,66.64,66.64,66.64,66.9732,66.9732,66.9732,66.3068,64.974,64.3076,63.6412,63.6412,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.6452,53.6452,53.6452,53.6452,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.9768,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.638,72.3044,72.3044,72.9708,74.3036,74.97,74.97,75.6364,76.9692,77.6356,78.30199999999999,79.6348,80.3012,81.3008,81.3008,81.9672,82.6336,83.6332,84.6328,85.6324,88.298,89.964,90.9636,92.2964,92.2964,92.9628,92.9628,92.6296,92.6296,92.6296,92.6296,92.6296,91.63,91.63,91.9632,92.6296,93.29599999999999,93.6292,94.6288,94.962,95.9616,97.6276,98.6272,98.96039999999999,100.2932,100.6264,101.9592,102.6256,102.9588,103.62519999999999,104.6248,105.6244,107.6236,107.9568,108.9564,109.6228,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,115.9536,116.62,118.286,120.2852,121.9512,122.9508,123.6172,124.28359999999999,123.9504,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,127.2824,127.2824,128.282,128.6152,129.6148,129.6148,130.6144,130.6144,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.9472,132.6136,133.28,133.28,134.2796,134.2796,134.946,134.946,135.6124,135.6124,136.612,137.2784,137.2784,137.6116,137.6116,137.9448,138.6112,138.9444,139.944,139.944,139.944,139.944,139.944,140.2772,140.2772,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,142.6096,141.9432,141.60999999999999,141.60999999999999,140.9436,140.6104,139.2776,138.6112,137.6116,137.2784,135.94559999999998,135.2792,135.2792,135.6124,135.6124,136.2788,136.9452,136.612,135.2792,134.2796,133.28,131.9472,131.2808,130.9476,130.2812,128.6152,127.2824,126.9492,125.9496,125.9496,124.6168,122.9508,122.2844,120.9516,119.2856,117.9528,116.62,115.6204,114.954,113.6212,112.6216,110.9556,109.2896,107.6236,105.6244,103.62519999999999,101.2928,99.6268,98.6272,97.2944,94.962,93.9624,93.29599999999999,92.6296,91.2968,90.2972,89.2976,87.9648,86.632,86.2988,84.966,83.6332,82.6336,80.6344,78.9684,77.6356,76.9692,76.9692,76.9692,76.3028,75.6364,73.9704,72.6376,71.3048,69.3056,68.6392,67.3064,66.3068,64.974,64.3076,64.3076,65.3072,65.9736,67.97279999999999,69.3056,71.9712,73.63719999999999,75.6364,77.6356,79.968,81.634,82.3004,83.6332,84.966,84.966,85.6324,86.2988,87.2984,87.2984,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,92.6296,93.6292,94.962,97.6276,98.96039999999999,100.9596,102.6256,103.62519999999999,104.6248,104.6248,105.6244,107.6236,108.9564,109.956,111.2888,111.622,112.6216,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.2872,115.2872,115.2872,115.2872,114.2876,114.6208,114.954,114.954,115.6204,116.62,117.9528,119.6188,121.618,123.28399999999999,124.6168,125.2832,123.9504,122.9508,121.9512,120.2852,118.286,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.952,120.6184,121.2848,122.9508,122.9508,122.9508,122.2844,122.2844,121.2848,119.6188,117.9528,116.2868,113.6212,110.9556,108.9564,107.9568,107.2904],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.6612,13.9944,13.9944,14.6608,14.6608,15.6604,15.6604,16.3268,16.993199999999998,17.6596,18.9924,19.6588,20.9916,22.9908,24.3236,25.6564,26.9892,29.654799999999998,30.9876,32.3204,33.986399999999996,35.3192,36.652,37.3184,38.6512,39.3176,39.984,40.6504,40.6504,41.9832,43.316,43.9824,45.9816,48.314,49.6468,50.9796,52.3124,52.9788,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.9736,65.9736,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.3076,63.6412,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.6448,55.3112,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,59.6428,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,64.974,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,69.972,69.972,70.6384,70.6384,71.638,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.9684,79.6348,80.6344,80.6344,81.3008,81.9672,82.96679999999999,82.6336,84.6328,86.9652,88.63119999999999,90.6304,90.9636,91.9632,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,92.6296,92.6296,93.6292,94.6288,95.6284,96.2948,96.628,98.6272,98.96039999999999,99.6268,100.2932,101.2928,101.9592,101.9592,102.6256,103.9584,105.2912,106.2908,106.9572,107.9568,108.28999999999999,108.9564,110.2892,110.2892,110.2892,111.622,112.2884,112.95479999999999,113.288,114.954,115.9536,117.9528,119.6188,121.2848,122.2844,123.28399999999999,123.6172,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,127.2824,127.2824,128.282,128.6152,129.6148,129.6148,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.2808,131.2808,131.9472,132.6136,133.28,133.28,134.2796,134.2796,134.946,134.946,135.6124,135.6124,136.612,137.2784,137.6116,137.6116,137.9448,138.6112,138.6112,138.9444,140.2772,140.2772,139.944,139.944,140.2772,140.2772,141.60999999999999,141.60999999999999,142.2764,142.2764,142.9428,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,142.6096,142.6096,142.6096,141.60999999999999,140.9436,140.6104,139.2776,138.6112,137.2784,137.2784,136.612,137.2784,137.2784,137.9448,137.6116,136.9452,136.612,135.6124,134.2796,133.28,132.6136,132.2804,130.9476,129.6148,127.9488,127.2824,126.9492,126.616,125.2832,124.28359999999999,122.9508,121.9512,120.2852,118.61919999999999,117.2864,116.2868,114.954,113.95439999999999,112.2884,110.6224,108.9564,106.9572,105.9576,104.2916,102.6256,101.2928,99.6268,97.96079999999999,95.6284,94.2956,92.9628,92.6296,91.2968,90.2972,89.2976,88.298,87.9648,86.2988,84.966,83.6332,81.9672,80.3012,78.9684,76.9692,76.3028,76.9692,76.9692,76.3028,74.97,73.304,71.9712,69.972,68.6392,67.97279999999999,67.3064,66.3068,64.974,64.3076,64.3076,65.3072,66.64,67.97279999999999,69.3056,71.9712,73.63719999999999,75.6364,77.6356,79.968,81.634,82.96679999999999,83.6332,84.966,85.6324,86.2988,86.9652,87.2984,87.6316,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.6296,92.9628,93.6292,94.6288,96.628,97.96079999999999,99.6268,100.9596,102.9588,102.9588,103.292,103.62519999999999,105.2912,106.2908,107.6236,108.9564,109.6228,110.6224,111.2888,111.622,112.6216,113.288,113.6212,113.6212,114.954,114.954,114.954,115.6204,116.2868,116.2868,116.2868,116.62,117.2864,117.2864,117.6196,119.6188,120.2852,121.9512,123.28399999999999,123.9504,124.28359999999999,123.28399999999999,121.9512,120.6184,119.952,119.952,119.6188,119.952,120.2852,120.2852,121.2848,121.9512,122.6176,122.9508,122.6176,123.28399999999999,122.9508,122.2844,121.618,120.9516,118.9524,117.9528,116.2868,113.6212,110.9556,109.2896,107.6236,106.624],[11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,10.6624,10.9956,11.661999999999999,11.661999999999999,12.3284,12.3284,12.9948,12.9948,13.6612,13.9944,13.9944,14.6608,14.6608,15.6604,15.6604,15.6604,16.3268,17.6596,18.326,19.6588,20.3252,22.3244,23.6572,24.99,26.9892,28.9884,30.3212,31.654,33.32,34.6528,35.9856,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,41.9832,43.316,43.9824,45.3152,47.6476,48.980399999999996,50.3132,52.3124,52.9788,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.976,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,63.6412,62.6416,61.9752,60.9756,60.6424,59.976,58.9764,58.31,56.977199999999996,56.3108,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,60.9756,60.9756,60.9756,60.9756,60.9756,60.9756,60.9756,60.9756,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,60.9756,60.9756,60.9756,60.3092,60.3092,60.3092,60.3092,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,69.3056,69.972,69.972,70.6384,70.9716,71.638,71.638,72.3044,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.9664,86.9652,88.63119999999999,90.6304,90.9636,91.9632,91.9632,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.9632,92.6296,92.6296,93.6292,94.6288,95.6284,96.2948,96.628,97.2944,98.96039999999999,99.6268,100.2932,101.2928,101.2928,101.9592,103.292,104.2916,104.6248,105.9576,106.2908,107.2904,108.28999999999999,108.9564,109.2896,109.956,109.956,110.9556,111.2888,111.2888,112.2884,114.2876,116.62,118.61919999999999,119.6188,120.9516,121.9512,122.6176,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.6164,125.6164,126.2828,127.2824,127.2824,128.282,128.282,128.9484,129.6148,129.948,129.948,130.6144,130.6144,130.9476,130.9476,131.2808,131.9472,131.9472,132.6136,133.28,133.28,134.2796,134.946,134.946,135.2792,135.6124,135.94559999999998,137.2784,137.6116,137.6116,138.278,138.6112,138.6112,138.9444,138.9444,140.2772,140.2772,139.944,140.2772,140.2772,140.2772,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,143.276,143.276,142.2764,141.60999999999999,140.9436,139.944,139.6108,138.278,137.9448,137.9448,138.9444,138.9444,139.6108,139.6108,138.9444,137.6116,136.612,135.6124,134.2796,133.6132,133.28,131.9472,130.9476,128.9484,128.6152,127.9488,127.6156,125.9496,125.2832,123.9504,122.2844,121.2848,119.2856,117.9528,116.2868,114.954,113.95439999999999,112.2884,110.2892,108.28999999999999,106.9572,105.2912,104.2916,103.292,101.2928,99.6268,97.96079999999999,95.9616,94.2956,92.9628,92.6296,90.6304,90.2972,89.2976,88.298,87.2984,85.6324,84.2996,82.6336,80.9676,79.6348,78.9684,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,72.6376,70.6384,69.3056,67.97279999999999,67.3064,66.64,65.6404,65.6404,64.974,64.974,65.9736,66.64,67.97279999999999,69.972,72.6376,74.3036,75.6364,78.30199999999999,80.6344,82.3004,83.6332,84.966,85.6324,86.2988,86.9652,87.2984,87.6316,87.6316,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.6304,91.63,91.63,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.9632,92.9628,93.6292,94.6288,95.6284,97.2944,98.6272,99.96,100.6264,100.9596,101.626,102.6256,103.292,103.9584,105.2912,106.624,107.2904,108.28999999999999,108.9564,109.2896,110.2892,110.9556,111.2888,111.9552,112.6216,112.6216,113.288,113.95439999999999,114.954,115.6204,115.6204,115.9536,116.62,117.6196,117.6196,118.286,119.6188,120.9516,122.2844,122.9508,123.6172,123.6172,121.9512,121.2848,120.2852,120.2852,119.6188,120.2852,120.9516,120.9516,121.2848,121.2848,121.618,122.6176,123.9504,123.28399999999999,122.9508,121.618,120.2852,119.952,118.286,117.2864,116.2868,113.6212,110.9556,109.2896,107.6236,106.624],[10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,9.996,9.996,10.6624,10.6624,11.3288,11.3288,11.9952,12.6616,12.6616,13.6612,13.6612,14.3276,14.6608,15.3272,15.3272,15.3272,15.3272,16.66,17.3264,18.6592,19.6588,21.3248,22.6576,24.3236,26.3228,28.322,29.654799999999998,30.9876,32.3204,33.986399999999996,35.3192,36.652,37.9848,38.6512,39.3176,39.984,40.6504,41.9832,43.316,43.9824,45.3152,46.647999999999996,48.314,49.6468,50.9796,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,54.6448,55.3112,55.3112,55.9776,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,64.6408,64.6408,64.6408,64.6408,64.974,64.974,65.6404,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.306,68.306,68.9724,69.3056,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,66.9732,66.3068,65.6404,64.974,64.3076,63.308,62.6416,61.3088,60.6424,58.9764,58.31,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.6408,63.9744,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,62.6416,62.6416,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,66.64,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.9704,74.6368,74.6368,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,81.3008,81.9672,82.3004,83.9664,86.2988,88.63119999999999,90.9636,92.2964,92.2964,91.63,91.63,91.63,91.9632,91.9632,91.63,91.63,91.2968,91.2968,91.63,92.2964,92.6296,93.29599999999999,94.6288,95.2952,95.6284,95.9616,97.2944,98.96039999999999,99.6268,100.9596,101.2928,101.9592,102.6256,103.292,104.6248,104.958,105.6244,105.9576,106.9572,107.9568,108.9564,108.9564,109.2896,109.956,109.956,110.2892,110.2892,111.9552,113.6212,116.2868,118.61919999999999,119.6188,120.9516,121.9512,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.6164,126.2828,126.2828,127.2824,127.2824,127.9488,127.9488,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.9476,131.2808,131.9472,132.6136,132.6136,133.28,133.28,134.2796,134.946,135.2792,135.2792,136.612,136.612,137.2784,137.6116,138.6112,138.6112,139.6108,139.944,139.944,139.944,140.2772,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.9428,142.9428,143.276,143.6092,144.2756,144.2756,144.2756,144.2756,144.942,144.942,144.942,144.942,144.942,144.6088,144.6088,143.9424,143.276,142.6096,142.2764,141.60999999999999,140.6104,139.944,139.6108,139.2776,139.944,140.6104,140.9436,140.2772,139.944,138.9444,137.6116,136.612,135.6124,134.946,134.946,133.9464,132.2804,130.9476,130.6144,129.6148,128.6152,127.9488,126.9492,125.2832,123.28399999999999,120.9516,119.2856,117.9528,115.9536,114.6208,113.6212,111.9552,109.6228,108.28999999999999,106.624,105.6244,103.62519999999999,102.6256,100.9596,99.2936,97.2944,95.2952,93.6292,91.9632,91.2968,90.2972,89.2976,88.298,86.9652,85.2992,83.6332,82.3004,81.3008,80.3012,78.9684,78.30199999999999,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.3044,70.6384,69.3056,67.97279999999999,66.64,66.64,65.9736,65.6404,65.6404,64.974,64.974,66.64,67.3064,68.6392,70.6384,71.9712,74.3036,76.3028,78.9684,80.9676,82.3004,84.2996,86.2988,86.2988,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.9632,92.2964,93.6292,93.9624,94.962,95.9616,96.9612,98.294,98.6272,99.2936,99.6268,100.2932,101.626,102.2924,103.292,104.6248,104.958,105.9576,105.9576,106.2908,106.9572,107.2904,107.6236,108.28999999999999,109.2896,109.6228,110.2892,111.622,112.2884,112.6216,113.95439999999999,114.2876,115.2872,116.62,116.62,117.2864,118.286,119.2856,121.2848,121.618,122.2844,122.2844,121.9512,120.9516,120.2852,119.952,119.952,119.952,120.9516,120.9516,120.2852,120.6184,120.6184,121.618,123.28399999999999,123.6172,122.2844,120.9516,119.6188,118.61919999999999,118.286,117.2864,115.2872,113.6212,111.622,109.2896,107.9568,106.9572],[10.6624,10.6624,10.6624,10.6624,10.6624,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,10.6624,11.3288,11.9952,12.6616,12.9948,13.6612,13.6612,14.3276,14.6608,14.6608,14.6608,14.6608,15.9936,16.66,17.9928,18.9924,20.6584,22.6576,24.3236,25.6564,27.6556,29.654799999999998,30.9876,31.654,33.32,35.3192,36.652,37.3184,38.6512,39.3176,39.984,40.6504,41.9832,42.6496,43.9824,45.3152,46.647999999999996,47.6476,48.980399999999996,50.3132,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,53.9784,54.6448,55.3112,55.3112,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,64.6408,64.6408,64.6408,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,68.306,67.6396,67.6396,66.9732,66.3068,65.3072,63.9744,62.6416,61.9752,60.6424,59.976,59.6428,59.976,60.6424,61.3088,61.9752,63.308,63.308,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.64,65.9736,65.9736,65.9736,64.6408,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.9752,63.308,63.308,63.9744,63.9744,63.9744,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.3056,69.972,70.6384,71.9712,72.6376,73.304,73.9704,74.6368,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.968,81.3008,82.3004,82.6336,83.9664,87.2984,89.2976,90.9636,92.2964,92.2964,92.2964,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.63,91.63,91.63,92.2964,93.29599999999999,93.9624,95.2952,95.6284,96.2948,96.628,97.96079999999999,98.294,100.2932,101.2928,101.9592,102.6256,102.6256,103.292,104.6248,104.958,105.6244,105.9576,106.9572,107.9568,108.9564,108.9564,109.2896,109.956,109.956,110.2892,110.2892,111.2888,113.6212,116.2868,118.61919999999999,120.2852,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,125.6164,126.2828,126.2828,127.2824,127.2824,127.9488,127.9488,128.9484,128.9484,129.6148,129.6148,130.6144,130.6144,130.6144,130.9476,131.9472,131.9472,132.6136,132.6136,133.28,133.9464,134.946,134.946,135.2792,135.2792,136.612,137.2784,137.6116,137.6116,138.6112,139.2776,139.944,139.944,139.944,139.944,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.9428,142.9428,143.276,143.6092,144.2756,144.2756,144.2756,144.2756,144.942,144.942,144.942,144.942,144.942,144.942,144.942,144.942,144.2756,143.9424,142.9428,142.6096,142.2764,140.9436,140.2772,140.2772,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,140.2772,139.2776,137.9448,137.2784,136.2788,135.2792,135.2792,133.9464,132.2804,131.614,130.9476,129.948,129.2816,128.6152,127.6156,125.2832,123.28399999999999,120.2852,118.9524,117.2864,115.6204,113.95439999999999,112.6216,110.9556,109.2896,107.2904,105.6244,103.9584,102.6256,100.9596,99.6268,97.2944,95.6284,93.9624,91.63,91.2968,89.964,88.9644,88.298,86.632,85.9656,84.2996,82.96679999999999,81.3008,80.3012,79.6348,78.30199999999999,77.3024,75.6364,74.97,74.3036,72.9708,71.638,69.972,68.6392,67.3064,66.64,65.9736,65.9736,65.9736,66.3068,66.3068,65.6404,66.3068,67.3064,68.6392,69.972,71.3048,73.63719999999999,74.97,76.9692,78.9684,80.9676,82.3004,84.966,86.2988,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,89.2976,89.964,89.964,90.6304,90.9636,90.9636,90.9636,90.9636,90.9636,90.6304,90.6304,90.6304,90.6304,90.6304,90.9636,91.9632,92.2964,93.6292,93.9624,94.6288,94.962,95.9616,96.9612,96.9612,97.2944,97.96079999999999,99.2936,99.6268,100.9596,101.2928,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,105.2912,105.9576,106.2908,106.9572,107.9568,108.9564,109.956,110.9556,111.622,112.6216,112.95479999999999,114.2876,114.954,115.6204,116.62,117.9528,119.6188,120.2852,121.2848,121.618,121.2848,119.952,119.952,118.9524,119.2856,119.2856,119.952,119.952,120.2852,120.6184,120.6184,121.618,122.6176,122.9508,121.9512,119.952,119.2856,117.9528,117.2864,116.62,115.2872,113.6212,112.2884,110.2892,108.28999999999999,106.9572],[9.996,9.996,9.996,9.996,9.996,9.996,9.3296,9.3296,9.3296,9.3296,9.3296,9.996,9.996,10.6624,11.3288,11.9952,12.9948,12.9948,13.6612,13.6612,14.6608,14.6608,13.9944,14.6608,15.3272,15.9936,17.3264,18.326,19.992,21.9912,23.323999999999998,24.99,27.6556,28.9884,30.3212,31.654,32.6536,34.6528,35.9856,37.3184,37.9848,39.3176,39.984,40.6504,41.9832,42.6496,43.316,44.6488,45.9816,46.9812,48.314,48.980399999999996,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.9716,71.638,71.638,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,67.6396,65.9736,64.6408,63.9744,63.308,61.9752,61.9752,61.9752,62.6416,63.308,64.6408,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.9736,66.64,66.64,67.3064,67.3064,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.306,68.306,68.306,66.9732,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,64.6408,64.6408,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,65.9736,66.64,66.64,66.64,67.3064,67.3064,67.97279999999999,69.3056,69.972,70.6384,71.9712,72.6376,73.304,73.9704,74.6368,75.6364,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,80.9676,81.9672,83.6332,84.6328,85.6324,87.9648,89.964,91.63,92.9628,93.6292,93.6292,93.6292,92.9628,92.6296,92.6296,92.6296,92.6296,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.9624,95.2952,95.6284,95.9616,96.628,97.96079999999999,98.294,100.2932,101.9592,102.6256,103.292,103.292,103.62519999999999,104.6248,104.958,105.6244,105.9576,106.9572,108.28999999999999,109.2896,109.2896,109.956,109.956,110.2892,110.2892,110.9556,111.9552,113.6212,116.2868,118.9524,120.2852,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,125.6164,126.2828,126.2828,127.2824,127.2824,127.9488,127.9488,128.9484,128.9484,128.9484,129.6148,130.6144,130.6144,130.6144,130.9476,131.9472,131.9472,132.6136,132.6136,133.28,133.9464,134.946,134.946,135.2792,135.2792,136.612,137.2784,137.6116,137.6116,138.6112,139.2776,139.944,139.944,140.6104,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,142.9428,143.276,143.276,144.2756,144.2756,145.2752,145.2752,145.2752,145.2752,145.6084,145.6084,145.6084,145.6084,145.9416,145.9416,145.9416,145.2752,144.6088,143.9424,143.9424,142.6096,142.2764,141.60999999999999,141.2768,141.2768,140.9436,140.9436,141.60999999999999,141.60999999999999,140.2772,139.6108,138.6112,136.9452,136.2788,135.2792,134.946,133.6132,131.614,130.9476,129.6148,129.2816,128.6152,127.6156,126.2828,124.6168,121.9512,119.952,118.286,116.62,113.95439999999999,112.6216,111.2888,109.956,107.9568,105.9576,104.6248,102.6256,100.9596,98.6272,97.2944,94.962,92.9628,90.9636,89.964,88.9644,88.298,87.2984,86.632,85.2992,83.6332,82.3004,80.9676,79.968,78.9684,78.30199999999999,77.3024,76.636,74.97,74.3036,72.9708,71.638,69.3056,67.97279999999999,66.64,65.9736,65.9736,65.9736,65.9736,66.64,66.9732,66.9732,66.9732,67.6396,69.3056,70.6384,71.9712,73.304,74.97,76.3028,77.6356,79.6348,81.634,82.96679999999999,84.966,85.6324,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,89.2976,89.2976,89.964,90.6304,90.6304,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,92.2964,92.2964,93.6292,93.9624,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,97.2944,97.96079999999999,98.96039999999999,99.6268,100.9596,101.2928,101.626,102.2924,102.2924,102.6256,102.6256,103.62519999999999,103.62519999999999,104.6248,104.958,105.9576,106.624,107.9568,109.2896,109.6228,110.2892,110.9556,111.9552,113.288,114.2876,115.6204,117.2864,117.9528,119.2856,120.2852,120.2852,120.2852,119.2856,119.2856,118.286,118.61919999999999,118.61919999999999,119.952,120.2852,121.2848,121.9512,122.2844,122.2844,121.618,121.9512,120.9516,119.6188,118.61919999999999,117.9528,117.2864,116.62,115.2872,113.6212,112.95479999999999,110.6224,108.9564,107.9568],[9.996,9.996,9.996,9.996,9.996,9.3296,9.3296,8.6632,8.6632,8.6632,8.6632,9.3296,9.3296,9.996,10.6624,11.3288,12.3284,12.9948,12.9948,13.6612,13.9944,13.9944,13.9944,13.9944,14.6608,15.3272,16.66,17.6596,19.3256,21.3248,22.6576,24.99,26.9892,28.322,29.654799999999998,30.9876,32.6536,33.986399999999996,35.3192,36.652,37.9848,38.6512,39.3176,39.984,41.3168,41.9832,43.316,43.9824,45.3152,46.3148,47.6476,48.314,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.9788,53.9784,54.6448,54.6448,55.3112,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,70.3052,70.9716,71.638,72.3044,72.9708,73.304,73.9704,73.9704,73.9704,73.304,73.304,73.304,72.6376,71.9712,71.3048,70.6384,69.3056,67.97279999999999,66.64,65.9736,65.6404,64.6408,64.6408,65.3072,65.9736,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.306,68.306,68.9724,68.9724,69.6388,70.3052,70.3052,70.9716,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,66.9732,66.3068,65.3072,65.3072,65.9736,65.9736,65.9736,65.3072,65.3072,65.6404,66.3068,66.3068,66.64,66.64,66.64,66.64,66.64,66.64,67.3064,67.97279999999999,68.6392,69.972,70.6384,71.9712,72.6376,73.9704,74.6368,75.6364,75.6364,76.3028,77.6356,78.30199999999999,79.3016,80.3012,80.9676,82.96679999999999,83.9664,85.2992,86.9652,87.9648,90.2972,91.63,92.9628,93.29599999999999,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,93.29599999999999,93.9624,94.6288,95.2952,95.6284,95.9616,97.2944,98.294,100.2932,101.9592,102.6256,103.292,103.292,103.62519999999999,104.6248,105.2912,105.9576,106.624,107.6236,108.28999999999999,109.2896,109.956,109.956,110.2892,110.2892,110.2892,110.9556,111.9552,113.6212,116.2868,118.9524,120.2852,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,125.6164,126.2828,126.2828,127.2824,127.2824,127.9488,127.9488,128.9484,128.9484,128.9484,128.9484,129.948,130.6144,130.6144,130.9476,131.9472,131.9472,132.6136,132.6136,133.28,133.9464,134.946,134.946,135.2792,135.2792,136.612,137.2784,137.6116,137.6116,138.6112,139.2776,139.944,139.944,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.6096,143.276,143.276,143.9424,144.2756,144.942,145.2752,145.6084,145.6084,145.6084,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,146.2748,145.6084,144.942,144.6088,144.6088,143.9424,142.6096,142.2764,141.60999999999999,141.2768,141.2768,141.2768,140.9436,140.9436,139.944,138.9444,137.9448,136.612,135.6124,134.2796,133.6132,132.2804,130.9476,129.948,129.2816,127.9488,127.2824,125.6164,124.6168,123.6172,120.9516,118.9524,117.2864,114.954,112.6216,110.9556,109.2896,107.9568,105.9576,104.6248,103.292,100.9596,98.6272,96.628,94.962,93.6292,90.9636,89.2976,88.298,87.2984,87.2984,85.9656,85.2992,84.2996,82.3004,80.9676,79.968,78.9684,78.30199999999999,77.3024,76.636,75.3032,74.3036,72.9708,71.638,70.3052,67.97279999999999,66.64,65.9736,65.3072,65.3072,65.9736,66.64,66.64,66.9732,67.6396,67.6396,68.306,70.6384,71.9712,73.304,74.6368,76.3028,77.6356,78.9684,80.3012,82.3004,83.6332,84.966,85.6324,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.9644,88.9644,89.2976,89.2976,89.964,90.6304,90.6304,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,90.9636,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,94.6288,94.962,94.962,94.962,95.2952,96.2948,96.628,97.2944,97.96079999999999,98.96039999999999,99.6268,99.6268,99.96,100.6264,100.9596,100.9596,100.9596,101.9592,101.9592,102.6256,103.292,104.2916,105.2912,107.2904,107.2904,107.9568,108.6232,109.956,111.622,112.6216,114.2876,115.6204,116.2868,117.2864,118.286,118.286,118.286,117.9528,118.286,117.6196,117.9528,118.286,118.9524,119.952,121.2848,121.618,121.618,120.9516,120.6184,119.952,119.6188,119.2856,117.9528,117.2864,116.62,115.9536,114.954,114.2876,112.95479999999999,110.9556,109.2896,108.28999999999999],[8.9964,8.9964,8.9964,8.9964,8.9964,8.9964,8.33,8.33,7.6636,7.6636,7.6636,8.33,8.33,8.9964,9.996,10.6624,11.3288,11.9952,11.9952,12.6616,13.328,13.328,13.328,13.328,13.9944,14.6608,15.9936,16.993199999999998,18.9924,20.6584,21.9912,23.9904,25.6564,27.3224,28.9884,30.3212,31.9872,32.6536,34.6528,35.9856,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,42.6496,43.316,44.6488,45.3152,45.9816,46.647999999999996,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,54.3116,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.972,69.972,70.6384,71.3048,70.9716,71.638,72.3044,72.9708,73.9704,74.6368,75.3032,75.3032,75.3032,75.3032,75.3032,75.3032,74.6368,74.3036,73.63719999999999,72.6376,71.3048,69.972,69.3056,68.6392,67.97279999999999,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.3044,71.638,71.638,70.9716,70.3052,70.6384,69.972,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,66.9732,66.64,66.3068,66.3068,66.3068,66.9732,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.3064,67.97279999999999,68.6392,69.972,70.6384,71.9712,72.9708,74.3036,74.97,75.6364,76.9692,77.6356,79.3016,79.968,80.9676,81.634,82.6336,84.966,86.632,88.63119999999999,90.6304,92.2964,92.6296,93.9624,94.2956,95.2952,95.2952,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,95.6284,96.2948,97.2944,97.96079999999999,99.6268,101.2928,101.626,102.2924,103.292,103.62519999999999,104.6248,105.2912,105.6244,106.9572,107.9568,108.28999999999999,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,110.9556,111.9552,114.2876,116.62,118.9524,120.2852,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.6164,125.6164,126.2828,126.2828,127.2824,127.2824,127.6156,127.9488,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.6144,130.9476,131.9472,131.9472,132.6136,132.6136,133.28,133.9464,134.946,134.946,135.6124,135.6124,136.612,137.2784,137.6116,137.6116,138.9444,139.6108,139.944,139.944,140.2772,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,142.6096,143.276,143.9424,143.9424,144.6088,145.2752,145.6084,146.2748,146.2748,146.2748,146.2748,146.2748,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,146.2748,146.2748,145.6084,145.6084,144.6088,143.9424,143.276,142.2764,141.9432,141.2768,140.9436,140.9436,140.6104,139.6108,138.6112,136.612,135.6124,134.2796,132.9468,131.9472,130.9476,129.948,128.6152,127.6156,126.2828,125.6164,123.9504,122.9508,121.2848,119.6188,117.2864,114.954,112.95479999999999,110.2892,108.9564,107.2904,105.6244,103.62519999999999,102.2924,100.6264,98.6272,96.628,95.2952,93.6292,91.63,89.2976,87.6316,87.2984,85.9656,85.6324,84.966,84.2996,82.96679999999999,80.9676,79.968,78.9684,78.30199999999999,76.3028,75.6364,74.97,74.3036,72.6376,71.9712,70.6384,69.3056,67.97279999999999,66.64,65.9736,65.3072,65.9736,65.9736,66.64,66.64,66.9732,67.6396,68.306,68.9724,71.9712,74.3036,75.6364,76.9692,78.30199999999999,79.6348,80.3012,81.3008,82.3004,84.2996,86.2988,86.9652,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.6316,87.6316,87.6316,87.6316,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.9628,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.6288,95.2952,95.6284,95.9616,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.9592,103.62519999999999,104.958,105.2912,106.2908,107.9568,109.956,111.622,113.288,114.2876,114.954,115.2872,115.2872,115.6204,116.62,116.62,116.9532,117.2864,117.2864,117.9528,118.9524,118.9524,119.952,119.6188,119.952,119.2856,118.61919999999999,118.9524,118.9524,117.9528,117.9528,117.2864,116.62,115.6204,115.2872,114.2876,113.288,111.622,109.956,108.9564],[8.9964,8.9964,8.9964,8.9964,8.9964,8.33,8.33,7.6636,7.6636,7.6636,7.6636,7.6636,7.6636,8.33,8.9964,9.996,10.6624,11.3288,11.3288,11.9952,12.6616,12.6616,12.6616,12.6616,13.328,14.6608,15.3272,16.993199999999998,18.9924,19.992,21.9912,23.323999999999998,24.99,26.656,28.322,29.654799999999998,31.3208,31.9872,33.32,35.3192,36.652,37.3184,37.9848,38.6512,39.984,40.6504,41.9832,42.6496,43.316,44.6488,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,54.3116,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.972,70.6384,71.3048,71.3048,71.638,72.3044,72.9708,72.9708,73.9704,74.6368,75.3032,75.9696,76.9692,76.9692,77.6356,77.6356,76.9692,76.3028,75.6364,74.3036,72.9708,72.3044,71.638,70.9716,69.972,69.972,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,74.6368,75.3032,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.9708,71.638,71.3048,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,69.3056,69.972,71.3048,72.3044,72.9708,74.3036,74.97,76.3028,77.6356,78.6352,79.3016,80.6344,81.634,82.96679999999999,84.966,86.2988,88.63119999999999,91.2968,91.9632,94.6288,94.962,96.2948,96.2948,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.2952,94.6288,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,95.2952,95.6284,96.9612,97.2944,98.96039999999999,100.2932,101.2928,101.626,102.6256,103.62519999999999,104.2916,104.6248,105.6244,106.9572,107.9568,108.9564,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,111.622,112.2884,114.2876,115.9536,118.286,120.2852,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.6164,126.2828,126.2828,127.2824,127.2824,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.6144,130.9476,131.9472,131.9472,132.6136,132.9468,133.9464,133.9464,134.946,134.946,135.6124,135.6124,136.612,137.2784,137.6116,137.6116,138.9444,139.6108,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,143.276,143.9424,144.6088,144.6088,144.942,145.6084,146.2748,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.2748,146.2748,146.2748,145.2752,144.6088,143.9424,142.9428,142.2764,140.9436,140.9436,140.6104,139.6108,138.9444,137.6116,136.2788,134.6128,132.9468,131.9472,130.6144,129.6148,128.282,126.9492,125.6164,124.95,123.9504,122.2844,121.2848,119.2856,117.6196,115.2872,113.95439999999999,110.9556,108.9564,106.624,105.6244,103.9584,101.626,100.2932,98.6272,96.628,95.2952,93.29599999999999,92.2964,90.2972,87.9648,86.2988,85.6324,84.2996,84.2996,83.6332,82.96679999999999,81.634,79.968,78.9684,78.30199999999999,77.3024,75.6364,74.97,74.3036,73.63719999999999,71.9712,71.3048,69.972,69.3056,68.6392,67.3064,66.64,65.9736,65.9736,65.9736,66.64,66.64,66.9732,67.6396,68.306,69.6388,72.6376,74.97,76.9692,78.30199999999999,79.6348,80.3012,80.9676,81.9672,82.96679999999999,84.2996,86.2988,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.6316,87.6316,87.6316,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,91.2968,91.63,92.2964,92.6296,93.29599999999999,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,94.6288,95.2952,94.962,95.6284,96.628,96.628,96.628,96.628,96.628,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.96,100.6264,101.9592,103.62519999999999,104.958,106.2908,108.6232,110.2892,111.622,112.95479999999999,113.288,113.6212,113.6212,113.6212,114.954,115.2872,115.6204,115.6204,116.62,116.62,117.6196,118.286,118.9524,118.286,118.286,117.9528,117.2864,117.2864,117.2864,117.9528,117.6196,116.62,115.9536,115.6204,115.2872,114.6208,113.288,111.9552,110.2892,109.6228],[8.33,8.33,8.33,8.33,8.33,8.33,7.6636,7.6636,6.9972,6.9972,6.9972,6.9972,7.6636,8.33,8.9964,9.996,9.996,10.6624,10.6624,11.3288,11.9952,11.9952,11.9952,12.6616,13.328,13.9944,15.3272,16.993199999999998,18.9924,19.992,21.3248,22.6576,23.9904,25.6564,27.3224,28.9884,30.6544,31.3208,32.6536,33.986399999999996,35.9856,36.652,37.3184,37.9848,39.3176,39.984,40.6504,41.3168,42.6496,43.316,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.3124,52.9788,53.6452,54.3116,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.9712,71.638,72.3044,72.9708,72.9708,73.9704,74.6368,75.3032,75.9696,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.97,73.63719999999999,72.9708,71.9712,71.9712,71.638,71.638,70.9716,70.9716,70.9716,70.9716,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,73.304,73.304,73.9704,74.6368,75.6364,76.3028,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,77.9688,77.9688,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.3036,73.304,72.6376,71.9712,71.3048,70.9716,70.9716,71.3048,71.3048,70.3052,69.6388,68.9724,68.9724,68.306,68.9724,69.972,70.6384,71.638,72.3044,74.3036,74.97,75.6364,76.9692,77.6356,78.6352,79.6348,80.9676,81.634,83.6332,85.6324,87.2984,89.964,92.2964,94.6288,95.6284,96.628,97.6276,97.2944,96.628,96.628,97.2944,97.2944,97.2944,96.628,96.2948,96.2948,96.2948,95.6284,95.2952,93.9624,93.29599999999999,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.2956,96.2948,96.9612,97.96079999999999,99.6268,100.6264,101.2928,102.6256,103.62519999999999,104.2916,104.6248,105.6244,106.9572,107.9568,109.2896,109.956,110.6224,110.9556,110.9556,111.622,111.622,112.2884,112.95479999999999,114.2876,115.9536,118.286,120.2852,121.2848,121.9512,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.6164,126.2828,126.2828,126.616,126.616,127.6156,127.6156,128.6152,128.6152,128.6152,128.9484,129.948,129.948,130.6144,130.9476,131.9472,131.9472,132.6136,132.9468,133.9464,133.9464,134.946,134.946,135.6124,135.6124,136.612,137.2784,137.6116,137.6116,138.9444,139.6108,139.944,140.6104,140.9436,140.9436,142.2764,142.2764,142.2764,142.2764,143.276,143.9424,144.6088,144.6088,145.6084,145.6084,146.2748,146.2748,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,145.9416,145.2752,144.2756,143.6092,142.2764,140.9436,139.944,139.6108,139.6108,137.9448,136.612,135.2792,133.6132,131.9472,129.948,129.2816,128.6152,126.9492,125.6164,124.6168,123.9504,122.6176,121.618,119.952,118.286,115.9536,114.6208,112.2884,109.956,106.9572,104.958,103.62519999999999,101.9592,100.2932,97.96079999999999,96.628,95.2952,94.6288,92.9628,90.9636,89.2976,87.6316,85.9656,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,80.6344,79.6348,78.9684,78.30199999999999,76.636,74.97,74.3036,72.9708,72.3044,71.3048,70.6384,69.972,69.972,69.3056,68.6392,67.97279999999999,66.64,65.9736,65.9736,65.9736,66.64,66.3068,66.9732,68.306,70.3052,72.6376,74.97,76.9692,78.30199999999999,79.6348,80.3012,81.634,82.6336,82.96679999999999,84.2996,85.6324,85.6324,86.2988,85.6324,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.6316,87.6316,87.6316,88.298,88.298,88.63119999999999,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.6308,89.964,90.6304,91.2968,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.9624,94.6288,94.6288,95.2952,95.2952,95.2952,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,96.628,96.9612,97.96079999999999,98.96039999999999,99.96,101.2928,102.9588,105.2912,107.6236,109.2896,110.6224,111.2888,111.9552,112.6216,112.6216,112.95479999999999,113.95439999999999,114.6208,114.6208,115.2872,115.6204,115.9536,116.9532,116.9532,115.9536,115.6204,114.954,114.954,114.954,114.954,116.62,117.2864,117.2864,116.62,115.9536,115.2872,115.2872,113.95439999999999,113.288,111.9552,110.9556,110.9556],[8.33,8.33,8.33,8.33,8.33,8.33,7.6636,7.6636,6.9972,6.9972,6.9972,6.9972,7.6636,7.6636,8.33,8.9964,9.3296,9.996,9.996,10.6624,11.3288,11.9952,11.9952,11.9952,12.6616,13.9944,15.3272,16.993199999999998,18.9924,19.992,21.3248,22.6576,23.9904,24.99,26.656,27.9888,29.654799999999998,30.6544,31.9872,33.32,34.6528,35.9856,36.652,37.3184,38.318,39.3176,39.984,40.6504,41.3168,42.6496,43.9824,44.6488,45.6484,46.3148,46.9812,48.314,49.6468,50.9796,51.646,52.3124,52.3124,52.3124,52.9788,53.6452,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.9712,71.638,72.3044,72.3044,73.304,73.9704,73.9704,74.6368,76.3028,76.9692,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,76.9692,76.3028,74.97,74.3036,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,74.97,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,80.6344,80.6344,81.9672,81.9672,81.9672,82.3004,82.3004,82.3004,81.634,80.3012,80.3012,80.3012,79.968,78.9684,78.30199999999999,76.9692,76.3028,75.6364,74.97,73.9704,73.9704,73.9704,73.304,72.6376,71.9712,70.9716,71.3048,70.3052,70.3052,71.3048,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,79.6348,80.9676,81.634,83.3,85.2992,86.9652,89.964,92.2964,94.6288,96.2948,96.628,97.6276,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.2948,96.2948,95.6284,95.2952,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,93.29599999999999,93.9624,95.6284,96.2948,97.6276,99.2936,99.96,101.2928,102.6256,103.292,103.62519999999999,104.2916,105.2912,106.624,107.9568,109.2896,109.956,110.6224,110.9556,110.9556,111.622,111.622,112.6216,112.95479999999999,114.2876,116.62,118.61919999999999,119.6188,120.9516,121.9512,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.6164,126.2828,126.616,126.616,127.6156,127.6156,128.6152,128.6152,128.6152,128.9484,129.948,129.948,130.6144,130.9476,131.9472,131.9472,132.6136,132.9468,133.9464,133.9464,134.946,134.946,135.6124,135.6124,136.612,137.2784,137.6116,137.6116,138.9444,139.6108,140.6104,141.2768,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.6096,143.9424,143.9424,144.6088,144.6088,145.6084,145.6084,146.2748,146.9412,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,145.6084,144.942,144.2756,142.9428,140.9436,139.6108,139.2776,138.6112,137.2784,135.6124,134.6128,133.28,130.9476,129.2816,128.6152,127.2824,125.9496,124.6168,123.28399999999999,122.6176,121.2848,119.2856,118.286,116.62,114.6208,112.95479999999999,111.622,108.6232,105.9576,103.9584,102.6256,100.9596,98.96039999999999,97.2944,95.6284,95.2952,93.29599999999999,92.6296,90.9636,89.6308,87.6316,85.9656,84.2996,83.6332,82.6336,81.9672,81.3008,80.3012,78.9684,78.30199999999999,77.3024,76.636,74.97,73.63719999999999,72.3044,71.638,70.6384,70.6384,69.972,69.972,69.972,69.3056,68.6392,67.3064,66.64,65.9736,65.9736,65.9736,65.6404,66.9732,68.306,70.3052,72.6376,74.97,76.3028,77.6356,79.6348,80.3012,81.634,82.6336,82.96679999999999,84.2996,84.966,85.6324,84.966,85.6324,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,86.9652,86.9652,86.2988,86.632,87.2984,87.2984,87.6316,87.6316,87.6316,88.298,88.298,88.298,88.9644,88.9644,88.9644,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.6308,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.6296,92.6296,93.6292,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.2956,93.9624,94.6288,94.962,95.6284,96.628,96.9612,97.96079999999999,99.6268,101.9592,103.292,105.6244,107.6236,108.6232,110.2892,110.9556,111.622,112.2884,112.95479999999999,113.288,113.6212,113.95439999999999,114.2876,114.2876,114.954,115.9536,115.9536,114.2876,112.95479999999999,112.6216,112.6216,112.6216,113.95439999999999,115.2872,116.62,116.2868,115.9536,115.6204,114.6208,114.6208,113.6212,113.288,112.6216,111.2888,110.9556],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,6.664,6.664,6.664,6.664,6.664,7.3304,7.3304,7.9968,8.6632,9.3296,9.3296,9.996,11.3288,11.3288,11.3288,11.9952,12.6616,13.9944,15.9936,17.6596,19.3256,19.992,21.3248,21.9912,23.6572,24.3236,25.6564,27.3224,28.9884,29.654799999999998,30.9876,32.3204,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,40.3172,41.65,42.9828,43.9824,44.6488,45.3152,46.647999999999996,48.314,49.6468,50.9796,51.646,52.3124,52.6456,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,59.6428,60.3092,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,76.3028,78.6352,79.3016,79.968,79.968,80.6344,79.968,79.968,79.3016,77.9688,76.9692,76.3028,75.6364,74.97,74.97,74.6368,74.6368,73.9704,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,76.3028,76.3028,76.9692,77.6356,78.30199999999999,78.9684,80.3012,80.3012,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.6328,84.6328,84.6328,84.2996,83.6332,82.3004,81.3008,80.6344,78.9684,78.30199999999999,78.30199999999999,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,73.304,73.304,73.304,73.304,73.63719999999999,74.3036,74.3036,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,80.6344,81.634,82.3004,84.2996,85.9656,88.298,91.2968,93.29599999999999,94.6288,96.2948,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.628,96.2948,95.6284,94.962,94.2956,93.6292,93.29599999999999,92.6296,92.6296,93.29599999999999,93.9624,94.962,95.6284,97.6276,99.2936,99.96,100.6264,101.626,102.6256,103.62519999999999,104.2916,104.6248,105.9576,107.6236,108.28999999999999,110.2892,110.9556,111.622,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,114.954,116.62,118.61919999999999,119.6188,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,125.2832,125.2832,125.2832,125.6164,126.616,126.616,126.9492,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.6144,130.9476,131.9472,131.9472,132.6136,132.9468,133.9464,133.9464,134.946,134.946,136.2788,136.2788,136.612,137.2784,137.9448,137.9448,138.9444,139.944,140.6104,141.2768,142.2764,142.2764,142.6096,142.9428,142.9428,143.276,143.9424,143.9424,144.6088,145.2752,145.2752,145.9416,146.608,147.27439999999999,147.9408,147.9408,148.274,148.9404,148.9404,148.6072,148.6072,148.6072,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.608,146.608,145.6084,144.6088,143.9424,142.9428,140.9436,139.6108,138.6112,137.9448,136.612,135.2792,134.2796,132.2804,130.6144,128.9484,127.2824,126.2828,124.28359999999999,122.9508,121.2848,119.6188,118.286,116.9532,115.9536,114.2876,113.288,111.622,109.6228,107.9568,105.9576,103.9584,103.292,101.2928,98.96039999999999,97.2944,96.2948,95.2952,93.29599999999999,92.2964,90.6304,88.9644,87.2984,85.2992,83.6332,83.3,82.6336,81.634,80.9676,79.6348,78.9684,78.30199999999999,76.3028,75.6364,74.3036,72.9708,71.9712,71.3048,70.6384,70.6384,69.972,69.972,70.3052,69.6388,68.306,67.6396,66.3068,65.6404,65.6404,64.974,64.974,66.3068,68.306,70.3052,72.6376,73.9704,75.3032,76.636,78.30199999999999,78.9684,80.9676,81.634,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.6328,84.966,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,87.6316,87.6316,87.6316,87.6316,87.6316,87.2984,87.2984,87.6316,87.6316,88.298,88.298,89.2976,89.6308,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,92.6296,93.29599999999999,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,93.6292,93.9624,94.6288,94.962,95.9616,96.628,97.6276,98.96039999999999,100.9596,102.2924,104.6248,106.2908,107.9568,108.9564,110.9556,111.2888,112.2884,112.95479999999999,113.288,113.288,113.288,113.288,113.288,113.288,113.288,113.288,112.95479999999999,111.9552,111.622,111.622,111.622,112.95479999999999,113.288,114.2876,114.954,114.2876,114.2876,113.6212,113.6212,113.288,112.2884,112.2884,111.622,111.2888],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,6.664,6.664,6.664,6.664,6.664,6.664,7.3304,7.3304,8.6632,8.6632,9.3296,9.3296,10.6624,11.3288,11.3288,11.9952,12.6616,14.6608,15.9936,17.6596,19.3256,20.6584,21.3248,21.9912,22.9908,24.3236,25.6564,26.656,28.322,29.654799999999998,30.9876,31.654,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.9848,39.6508,40.3172,41.65,42.9828,43.9824,45.3152,46.647999999999996,48.314,49.6468,50.9796,52.3124,52.3124,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,57.6436,57.6436,58.31,58.9764,58.9764,58.9764,59.6428,59.6428,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,78.6352,79.968,79.968,80.6344,80.6344,80.6344,79.968,79.3016,78.9684,77.6356,76.636,76.636,76.3028,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.3032,75.9696,75.9696,76.636,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,80.3012,80.3012,80.9676,81.9672,82.6336,83.3,83.3,84.2996,85.6324,85.9656,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.6316,87.6316,87.6316,87.6316,87.6316,86.2988,85.6324,84.966,84.2996,82.96679999999999,82.3004,81.634,80.9676,80.6344,79.6348,78.30199999999999,77.9688,76.636,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,76.9692,76.9692,76.9692,76.9692,77.6356,78.6352,79.3016,80.6344,81.634,82.3004,82.96679999999999,84.966,86.632,88.9644,91.2968,92.2964,94.2956,95.9616,96.9612,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.628,96.2948,95.6284,94.962,94.962,93.9624,93.29599999999999,92.6296,92.6296,93.29599999999999,93.9624,94.962,95.6284,97.2944,98.96039999999999,99.96,100.6264,101.626,102.6256,103.62519999999999,104.2916,104.6248,105.6244,106.9572,108.28999999999999,110.2892,110.9556,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,115.2872,116.62,118.61919999999999,119.6188,120.9516,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.9496,126.616,126.9492,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.6144,130.9476,131.9472,131.9472,132.6136,132.9468,133.9464,133.9464,134.946,134.946,136.2788,136.2788,136.612,137.2784,137.9448,138.6112,139.6108,139.944,140.6104,141.2768,142.2764,142.2764,142.9428,142.9428,142.9428,143.276,143.9424,143.9424,144.6088,145.2752,145.2752,145.9416,146.608,147.27439999999999,147.9408,148.274,148.9404,148.9404,149.2736,149.2736,149.2736,148.6072,148.274,147.9408,147.9408,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,146.2748,145.2752,144.6088,143.9424,143.276,141.60999999999999,139.6108,138.278,137.2784,136.612,135.2792,134.2796,132.2804,129.948,128.6152,127.2824,125.2832,123.6172,122.2844,119.952,118.286,117.2864,115.2872,114.2876,112.95479999999999,111.622,109.6228,108.6232,107.2904,105.9576,103.9584,103.292,101.2928,98.96039999999999,97.2944,96.2948,94.962,93.29599999999999,92.2964,90.6304,88.9644,87.2984,85.2992,83.6332,82.6336,81.634,80.9676,80.3012,79.6348,78.9684,77.3024,76.3028,74.97,74.3036,72.9708,71.9712,71.3048,70.6384,70.6384,69.972,69.972,70.3052,69.6388,68.9724,67.6396,66.9732,65.6404,64.974,64.974,64.974,65.6404,67.6396,69.6388,71.9712,73.304,73.9704,74.6368,76.3028,77.6356,79.6348,80.3012,81.634,82.96679999999999,83.6332,84.2996,84.2996,84.2996,83.9664,83.9664,83.6332,83.6332,83.6332,84.2996,84.2996,84.2996,84.966,84.2996,84.966,85.6324,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,87.2984,87.6316,87.6316,87.6316,87.6316,88.298,88.63119999999999,89.2976,89.6308,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.9632,92.6296,93.29599999999999,93.6292,94.2956,94.962,95.6284,96.628,97.96079999999999,99.6268,101.626,103.62519999999999,105.9576,107.6236,108.9564,109.956,111.2888,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.6224,110.6224,110.6224,109.956,108.9564,109.6228,110.2892,110.6224,111.622,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.2888],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,8.6632,8.6632,9.3296,9.3296,10.6624,11.3288,11.9952,11.9952,13.328,14.6608,16.66,18.326,19.992,21.3248,21.3248,21.9912,22.9908,23.6572,24.99,26.3228,27.6556,28.9884,30.3212,30.9876,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,36.652,37.3184,38.6512,39.3176,40.6504,42.3164,43.316,44.6488,45.9816,47.3144,48.980399999999996,50.3132,51.646,52.9788,52.9788,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,59.6428,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.972,70.6384,69.972,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,79.3016,80.6344,80.6344,81.3008,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,77.3024,77.3024,76.9692,76.3028,76.3028,76.3028,76.3028,75.6364,76.3028,75.6364,75.9696,76.636,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.2996,85.6324,86.632,87.6316,87.6316,88.298,88.298,88.298,88.298,88.298,89.6308,89.964,89.964,89.964,89.964,89.964,89.964,88.9644,87.9648,87.6316,86.632,85.9656,85.2992,83.9664,82.6336,81.9672,80.6344,80.6344,79.968,79.6348,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,77.6356,76.9692,76.9692,78.30199999999999,78.30199999999999,79.968,80.6344,81.3008,81.9672,82.6336,83.3,84.2996,86.2988,87.6316,89.2976,91.63,93.29599999999999,95.2952,95.6284,95.9616,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,95.6284,94.962,94.2956,94.6288,93.9624,93.29599999999999,92.6296,92.6296,93.29599999999999,93.9624,94.962,96.2948,97.96079999999999,98.96039999999999,100.6264,101.2928,101.626,102.6256,103.62519999999999,104.2916,104.6248,105.6244,106.9572,108.28999999999999,109.6228,110.9556,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,115.2872,116.62,117.9528,118.9524,120.9516,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.9496,125.9496,126.9492,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.6144,130.9476,131.9472,131.9472,132.6136,132.9468,133.9464,133.9464,134.946,134.946,136.2788,136.2788,136.612,137.2784,137.9448,138.6112,139.6108,139.944,140.6104,141.2768,141.60999999999999,142.2764,142.6096,142.6096,143.276,143.276,144.2756,144.942,145.2752,145.2752,146.2748,146.2748,146.608,147.27439999999999,147.9408,148.274,148.9404,149.2736,150.2732,150.2732,149.6068,149.6068,148.274,148.274,147.9408,147.9408,147.9408,147.9408,147.9408,146.608,145.2752,144.942,144.6088,143.9424,142.2764,140.6104,138.6112,137.2784,136.2788,134.6128,134.2796,132.2804,129.948,128.6152,127.2824,125.2832,123.6172,121.618,119.952,118.286,115.9536,114.2876,113.288,111.9552,110.6224,108.6232,107.2904,106.2908,105.6244,103.9584,103.292,101.2928,98.96039999999999,97.2944,96.2948,94.962,93.9624,92.2964,91.2968,89.2976,87.2984,85.6324,83.6332,82.6336,81.634,80.9676,80.6344,79.968,79.3016,77.6356,76.3028,75.6364,73.9704,73.304,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,69.6388,69.6388,68.9724,67.6396,66.9732,65.6404,64.974,64.974,64.3076,64.974,66.64,68.306,70.6384,71.3048,71.9712,72.6376,74.3036,75.6364,76.9692,78.9684,79.6348,81.3008,81.9672,82.6336,83.3,83.3,83.3,83.3,83.3,82.6336,83.3,83.3,84.2996,84.2996,83.6332,83.6332,83.6332,84.2996,85.6324,85.6324,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.2964,92.6296,94.2956,94.6288,95.6284,96.9612,98.96039999999999,101.626,103.9584,105.2912,107.6236,108.9564,109.956,110.9556,112.2884,112.95479999999999,112.95479999999999,113.288,112.6216,111.9552,111.622,110.2892,108.28999999999999,106.9572,106.9572,106.624,107.2904,107.6236,107.9568,108.6232,109.2896,110.6224,110.9556,110.9556,111.622,111.622,111.622,111.2888,111.622,111.622,111.622,111.2888],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,8.6632,8.6632,9.3296,9.996,11.3288,11.3288,11.9952,12.6616,13.9944,15.3272,17.3264,18.9924,20.6584,21.3248,21.9912,21.9912,22.9908,23.6572,24.99,26.3228,27.6556,28.9884,29.654799999999998,30.9876,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.9848,38.6512,39.3176,40.9836,42.6496,43.9824,45.3152,46.647999999999996,48.314,49.6468,50.9796,52.3124,52.9788,53.312,53.9784,54.6448,55.3112,55.9776,56.644,56.644,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.972,70.6384,69.972,70.6384,71.638,72.3044,72.9708,74.3036,74.97,76.3028,76.9692,78.9684,80.6344,81.634,82.3004,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,77.6356,77.3024,77.3024,77.6356,77.6356,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,80.3012,79.6348,79.968,80.6344,80.6344,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,84.966,85.6324,86.2988,87.2984,88.9644,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,90.6304,91.9632,91.9632,91.9632,92.9628,92.9628,92.9628,92.2964,91.9632,90.9636,90.6304,89.6308,89.6308,88.9644,88.9644,87.9648,86.2988,84.6328,83.6332,82.96679999999999,82.3004,81.3008,80.6344,80.6344,79.968,79.6348,79.6348,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.3,84.2996,85.6324,86.9652,89.2976,91.63,93.29599999999999,94.6288,95.2952,95.6284,95.6284,96.628,96.628,97.2944,97.2944,96.628,95.6284,94.962,94.2956,93.9624,93.6292,93.29599999999999,92.6296,92.6296,93.29599999999999,94.6288,95.6284,96.2948,97.96079999999999,99.2936,101.2928,101.626,102.2924,102.6256,103.62519999999999,104.2916,104.6248,105.6244,106.9572,108.28999999999999,109.6228,110.9556,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,114.6208,115.9536,116.62,117.9528,118.9524,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.9496,125.9496,126.9492,127.6156,128.6152,128.6152,128.9484,128.9484,129.948,129.948,130.6144,130.9476,131.9472,131.9472,132.6136,132.9468,133.9464,133.9464,134.946,135.2792,136.2788,136.612,137.2784,137.6116,138.6112,138.6112,139.6108,139.944,140.6104,140.6104,141.60999999999999,141.60999999999999,142.6096,142.6096,143.276,143.276,144.942,144.942,145.2752,145.9416,146.608,146.608,147.27439999999999,147.9408,148.274,148.9404,149.2736,149.94,150.6064,150.2732,150.2732,149.6068,148.9404,148.274,148.274,148.274,148.274,147.9408,147.9408,147.27439999999999,145.9416,145.6084,144.942,143.9424,142.2764,140.9436,138.6112,137.2784,136.2788,134.6128,134.2796,132.2804,129.948,128.6152,127.2824,125.2832,123.6172,121.618,119.952,118.286,115.9536,113.95439999999999,112.6216,111.622,109.956,108.28999999999999,106.9572,105.6244,105.6244,103.9584,103.292,101.2928,98.96039999999999,97.2944,96.2948,94.962,93.9624,92.6296,91.2968,89.2976,87.9648,85.6324,83.6332,82.6336,81.634,80.9676,80.6344,79.968,78.6352,77.6356,76.3028,75.6364,74.6368,73.304,72.6376,71.9712,71.9712,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,67.6396,66.9732,65.6404,64.974,64.974,64.3076,64.3076,65.3072,66.9732,68.6392,69.3056,69.972,70.6384,72.3044,73.63719999999999,74.97,76.3028,78.30199999999999,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.6332,82.96679999999999,82.3004,82.3004,83.6332,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,85.9656,85.9656,85.6324,85.6324,86.2988,86.9652,86.9652,86.9652,87.2984,87.9648,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,91.2968,91.63,92.2964,93.6292,94.2956,94.962,96.628,98.294,100.2932,102.9588,104.958,106.9572,108.6232,109.2896,110.2892,111.2888,111.9552,112.95479999999999,112.95479999999999,111.622,110.9556,109.6228,107.6236,104.2916,102.9588,102.9588,102.6256,103.62519999999999,104.2916,105.2912,105.9576,106.2908,107.6236,107.9568,108.9564,109.956,109.956,110.6224,110.6224,110.9556,111.2888,111.2888,111.2888],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,8.6632,9.3296,9.3296,9.996,11.3288,11.9952,11.9952,13.328,14.6608,15.9936,17.6596,19.6588,21.658,22.3244,22.3244,22.3244,22.9908,24.3236,24.99,26.3228,27.6556,28.9884,29.654799999999998,30.3212,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,36.652,38.6512,39.984,40.9836,42.3164,43.6492,45.3152,46.647999999999996,48.314,50.3132,50.9796,52.3124,52.9788,53.6452,54.3116,55.3112,55.9776,56.644,56.644,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.9764,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.9708,74.3036,76.3028,77.6356,78.9684,80.6344,81.3008,83.3,83.9664,83.3,83.6332,82.96679999999999,82.3004,81.634,80.9676,80.6344,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.9672,81.9672,81.3008,81.634,82.3004,82.3004,82.96679999999999,84.2996,84.966,84.966,84.966,86.2988,86.9652,87.2984,88.298,89.964,89.964,90.6304,90.6304,91.2968,91.63,92.6296,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,93.9624,93.29599999999999,92.9628,92.2964,92.2964,92.6296,91.9632,91.63,90.6304,90.2972,89.2976,88.298,87.2984,86.632,84.966,83.6332,82.96679999999999,81.634,81.3008,80.6344,79.6348,80.3012,80.9676,81.3008,81.9672,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.6332,84.966,86.632,88.298,89.964,91.63,92.2964,92.9628,93.29599999999999,94.6288,94.962,95.6284,95.9616,95.9616,95.9616,95.6284,94.962,94.6288,93.9624,93.29599999999999,93.29599999999999,92.6296,92.6296,93.29599999999999,94.6288,95.6284,96.628,98.6272,100.2932,100.9596,101.2928,102.2924,102.6256,103.62519999999999,104.2916,105.2912,105.9576,107.2904,108.9564,109.6228,110.9556,111.2888,112.2884,113.288,113.6212,114.2876,114.6208,115.9536,116.62,117.9528,118.9524,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,126.9492,127.6156,128.6152,128.6152,128.9484,128.9484,129.2816,129.2816,130.6144,130.9476,131.9472,131.9472,132.6136,132.9468,133.9464,133.9464,134.946,135.2792,136.612,136.612,137.6116,137.9448,138.6112,138.6112,139.2776,139.944,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.6096,142.9428,143.276,144.2756,144.942,145.6084,146.608,147.27439999999999,147.9408,148.274,148.9404,149.6068,149.94,149.94,150.6064,151.2728,151.2728,150.6064,150.2732,149.6068,148.9404,148.9404,148.9404,148.9404,148.274,148.274,147.27439999999999,146.2748,145.6084,144.942,144.2756,142.2764,140.9436,138.9444,137.6116,136.2788,134.6128,133.9464,132.6136,130.2812,128.6152,127.2824,125.6164,123.6172,121.618,119.952,118.286,115.9536,113.95439999999999,112.6216,111.622,109.956,108.28999999999999,106.9572,105.6244,105.6244,103.9584,103.292,101.2928,98.96039999999999,97.2944,95.9616,94.962,94.2956,92.6296,91.2968,89.2976,87.2984,85.6324,83.6332,82.6336,81.634,80.9676,80.3012,78.9684,77.6356,76.9692,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.9708,71.9712,71.3048,71.3048,70.6384,69.6388,68.9724,68.306,67.6396,66.9732,65.6404,63.9744,63.9744,63.9744,63.308,63.308,64.3076,65.6404,66.3068,66.9732,68.6392,69.972,71.3048,72.6376,74.97,76.3028,77.6356,78.30199999999999,78.9684,80.3012,80.3012,80.9676,80.9676,81.3008,81.9672,81.9672,82.6336,82.6336,81.9672,81.3008,81.3008,81.3008,82.3004,83.6332,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.9656,86.632,87.2984,87.2984,87.6316,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,89.2976,89.964,90.6304,91.2968,92.2964,92.6296,93.6292,94.6288,97.6276,100.2932,102.9588,105.6244,107.2904,108.6232,109.2896,109.956,110.9556,111.2888,111.9552,111.622,109.956,108.28999999999999,105.6244,102.9588,98.294,95.9616,96.9612,98.294,98.96039999999999,99.6268,100.9596,102.2924,103.292,104.6248,105.6244,105.9576,106.9572,107.6236,108.28999999999999,109.2896,110.6224,110.6224,110.9556,110.9556],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,7.9968,9.3296,9.3296,9.996,10.6624,11.9952,12.6616,12.6616,13.328,14.6608,15.9936,18.326,20.3252,21.658,22.3244,22.3244,22.9908,23.6572,24.3236,24.99,26.3228,27.6556,28.9884,29.654799999999998,30.3212,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,38.6512,39.6508,40.9836,42.3164,43.9824,45.3152,46.9812,48.980399999999996,49.6468,50.9796,52.3124,52.9788,54.3116,55.3112,55.9776,55.9776,56.644,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,70.6384,71.9712,72.9708,74.3036,76.9692,78.6352,79.968,81.3008,83.3,83.9664,84.6328,84.6328,84.966,84.2996,83.6332,82.96679999999999,82.3004,81.634,81.3008,80.3012,80.6344,81.3008,80.9676,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.966,84.966,85.6324,86.2988,86.2988,87.2984,87.6316,88.298,89.2976,90.2972,91.2968,91.63,91.63,92.2964,93.29599999999999,93.6292,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,91.9632,91.2968,91.2968,89.964,89.2976,88.298,86.2988,85.2992,83.6332,82.3004,81.9672,81.9672,81.634,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.6332,83.6332,84.966,86.2988,87.9648,88.63119999999999,89.2976,89.964,90.2972,91.2968,92.2964,93.6292,94.6288,95.2952,95.6284,95.6284,95.2952,94.6288,93.6292,93.6292,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,94.6288,95.6284,97.2944,98.96039999999999,100.6264,101.2928,101.9592,102.6256,102.6256,103.62519999999999,104.2916,105.2912,105.9576,107.2904,108.9564,109.6228,110.9556,111.622,112.2884,113.288,114.2876,114.6208,115.2872,116.62,117.2864,118.61919999999999,118.9524,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,126.616,126.9492,127.6156,128.6152,128.6152,128.9484,128.9484,129.2816,129.2816,130.6144,130.9476,131.9472,131.9472,132.6136,132.9468,133.9464,134.2796,135.2792,135.2792,136.612,136.612,137.6116,137.9448,138.6112,139.2776,139.944,140.2772,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,142.9428,143.276,144.2756,144.942,146.608,147.27439999999999,148.274,148.9404,148.9404,149.2736,149.94,149.94,150.6064,150.6064,151.606,151.606,151.2728,150.6064,149.6068,149.6068,148.9404,148.9404,148.9404,148.274,148.274,147.27439999999999,146.2748,145.6084,144.942,143.9424,142.2764,140.9436,139.6108,137.6116,136.2788,135.2792,133.9464,131.9472,130.2812,128.6152,127.2824,125.6164,123.28399999999999,121.2848,119.6188,118.286,115.9536,114.2876,113.288,111.9552,110.6224,109.2896,107.9568,106.2908,105.6244,103.9584,103.292,101.626,99.2936,97.96079999999999,96.628,94.962,94.2956,92.6296,91.2968,89.2976,87.2984,84.966,82.96679999999999,81.9672,80.9676,80.3012,79.6348,78.9684,77.6356,76.3028,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.6376,71.9712,71.3048,71.3048,70.3052,68.9724,68.306,67.6396,66.9732,65.6404,63.9744,63.308,63.308,62.6416,61.9752,62.6416,63.6412,64.3076,64.974,66.3068,67.97279999999999,69.3056,70.6384,72.6376,74.97,76.3028,76.9692,78.30199999999999,78.9684,79.6348,79.6348,79.6348,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,81.3008,82.6336,83.3,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,86.2988,86.632,86.632,87.2984,87.2984,88.298,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,89.2976,89.2976,90.2972,91.63,92.2964,93.29599999999999,94.2956,96.628,99.6268,103.292,106.2908,107.9568,109.2896,109.2896,109.2896,109.956,110.2892,110.9556,109.956,107.6236,105.2912,101.9592,98.294,93.6292,91.2968,92.2964,93.6292,94.962,96.9612,97.96079999999999,99.2936,100.2932,101.626,102.6256,103.9584,104.958,106.2908,106.9572,108.28999999999999,109.956,110.6224,110.9556,110.9556],[7.3304,7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,7.9968,8.6632,8.6632,8.6632,8.6632,8.6632,8.6632,8.6632,9.3296,9.996,9.996,10.6624,11.9952,12.6616,13.328,13.9944,15.3272,16.66,18.326,20.9916,22.3244,22.9908,22.9908,23.6572,23.6572,24.3236,25.6564,26.3228,27.6556,28.9884,29.654799999999998,30.3212,30.6544,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,38.6512,39.984,41.3168,42.6496,43.9824,45.3152,46.647999999999996,47.9808,48.980399999999996,50.3132,51.646,52.3124,54.6448,55.3112,55.9776,56.644,57.6436,57.6436,58.31,58.31,57.6436,57.6436,57.6436,58.31,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,72.9708,74.97,77.6356,79.3016,81.3008,82.6336,83.9664,85.6324,86.2988,86.2988,86.2988,85.6324,84.966,84.2996,82.96679999999999,82.3004,81.9672,80.9676,81.3008,81.9672,81.634,81.634,81.3008,81.3008,81.634,81.634,81.9672,81.9672,81.9672,82.6336,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,86.2988,86.2988,86.2988,86.9652,87.2984,87.6316,88.298,89.2976,90.2972,90.6304,91.63,92.6296,92.6296,93.29599999999999,93.9624,94.962,95.6284,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,95.2952,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.2956,93.6292,92.9628,92.2964,92.2964,91.9632,89.964,88.63119999999999,87.6316,85.6324,84.6328,83.6332,82.6336,82.6336,83.3,83.3,84.2996,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,85.6324,86.2988,87.2984,87.9648,87.9648,87.9648,88.298,88.298,89.964,90.6304,92.2964,93.29599999999999,93.9624,93.9624,94.2956,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,94.6288,96.2948,97.2944,99.6268,99.96,101.9592,102.2924,102.6256,102.6256,103.62519999999999,104.2916,105.2912,105.9576,107.2904,108.9564,109.6228,110.9556,111.622,112.2884,113.288,114.2876,114.6208,115.2872,116.62,117.2864,118.61919999999999,118.9524,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,126.616,127.6156,127.6156,128.6152,128.6152,128.9484,128.9484,129.2816,129.2816,130.6144,130.9476,131.9472,131.9472,132.6136,132.9468,134.2796,134.946,135.2792,135.2792,136.612,136.612,137.6116,137.9448,138.6112,139.2776,139.944,140.2772,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,141.9432,142.9428,143.276,144.942,144.942,146.608,147.9408,148.274,148.9404,149.2736,149.2736,149.94,150.6064,150.6064,150.6064,151.9392,151.9392,151.2728,150.6064,149.6068,149.6068,148.9404,148.9404,148.274,147.9408,147.9408,146.608,145.6084,144.942,144.6088,143.9424,142.2764,141.60999999999999,139.6108,137.9448,136.612,135.2792,134.2796,131.9472,129.6148,128.6152,127.2824,125.6164,123.28399999999999,121.2848,119.6188,118.286,117.2864,115.6204,114.954,112.95479999999999,112.2884,110.2892,109.2896,107.9568,105.9576,103.9584,103.292,101.626,99.2936,97.96079999999999,96.628,95.6284,94.2956,92.6296,91.2968,89.2976,87.2984,84.966,82.96679999999999,81.9672,80.9676,80.3012,79.6348,78.30199999999999,76.9692,76.3028,74.97,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.9712,71.3048,70.6384,69.3056,68.306,67.6396,66.9732,65.6404,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,61.3088,61.9752,63.308,64.6408,65.6404,66.9732,68.9724,71.3048,73.304,74.6368,75.9696,76.636,77.6356,77.6356,77.6356,77.6356,79.3016,79.968,80.3012,80.3012,80.6344,80.6344,79.968,79.968,79.968,80.6344,81.9672,83.3,83.9664,83.9664,84.6328,84.966,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.9656,87.2984,87.2984,87.2984,87.2984,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.632,87.9648,88.298,88.63119999999999,89.2976,90.6304,91.63,92.6296,93.6292,95.9616,99.6268,103.292,106.2908,108.6232,109.2896,109.2896,109.2896,108.9564,109.956,109.956,108.6232,105.2912,101.9592,96.628,92.6296,88.9644,87.9648,88.9644,91.2968,92.2964,93.6292,94.6288,95.9616,96.9612,98.96039999999999,99.6268,101.626,102.9588,104.6248,106.2908,107.6236,108.6232,109.6228,110.9556,110.9556],[7.3304,7.3304,7.3304,7.3304,7.3304,7.9968,7.9968,8.6632,8.6632,8.6632,8.6632,8.6632,8.6632,8.6632,8.6632,8.9964,9.996,9.996,10.6624,11.3288,12.6616,13.328,13.9944,14.6608,15.9936,17.3264,18.9924,20.9916,22.3244,22.9908,23.6572,23.6572,24.3236,24.99,25.6564,26.3228,27.6556,28.322,29.654799999999998,29.654799999999998,29.988,29.988,29.988,30.6544,31.3208,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.9856,37.3184,38.6512,39.984,40.6504,42.6496,43.9824,45.3152,46.647999999999996,47.6476,48.980399999999996,50.3132,51.646,53.312,53.9784,54.6448,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,71.3048,72.9708,74.97,77.6356,79.968,81.9672,83.3,84.6328,86.9652,86.9652,86.9652,86.9652,86.9652,86.2988,84.966,82.96679999999999,81.9672,81.634,81.634,81.9672,81.9672,82.3004,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,84.966,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,86.2988,87.2984,87.2984,87.2984,87.6316,88.298,88.63119999999999,89.2976,90.2972,91.2968,92.6296,93.29599999999999,93.29599999999999,93.6292,94.962,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,94.962,94.6288,93.9624,93.29599999999999,93.29599999999999,92.9628,91.9632,90.6304,88.63119999999999,87.6316,85.6324,84.6328,84.2996,84.966,85.6324,85.6324,85.9656,85.9656,85.9656,86.632,85.9656,85.9656,86.632,86.632,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.9644,89.6308,91.2968,92.2964,93.29599999999999,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.2964,92.6296,93.29599999999999,93.6292,94.6288,96.2948,97.2944,99.6268,100.6264,101.9592,102.2924,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.9576,107.2904,108.9564,109.6228,111.2888,111.622,112.2884,113.288,114.2876,114.6208,115.2872,116.62,117.2864,118.61919999999999,118.9524,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.2832,125.6164,126.616,126.616,127.6156,127.6156,128.282,128.6152,128.9484,128.9484,129.2816,129.2816,130.6144,130.9476,131.9472,132.2804,132.9468,132.9468,134.2796,134.946,135.2792,135.6124,136.612,137.2784,137.9448,138.6112,139.2776,139.2776,139.944,140.2772,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.6096,142.9428,143.276,144.942,145.9416,147.27439999999999,147.9408,148.274,148.9404,149.2736,149.2736,149.94,150.6064,150.6064,150.6064,151.9392,151.2728,150.6064,150.6064,149.6068,149.6068,148.9404,148.274,147.9408,147.9408,147.27439999999999,146.608,145.9416,144.6088,143.9424,143.276,142.2764,141.60999999999999,139.6108,137.9448,136.612,135.2792,133.6132,132.6136,130.2812,128.282,126.9492,125.6164,123.28399999999999,121.618,119.952,118.9524,117.9528,117.2864,115.9536,114.954,113.288,111.9552,110.6224,108.9564,107.2904,105.9576,104.6248,103.292,100.2932,98.96039999999999,97.96079999999999,96.2948,94.6288,93.29599999999999,91.2968,89.964,88.298,86.632,84.966,82.96679999999999,81.3008,79.968,78.9684,78.30199999999999,77.6356,76.9692,75.6364,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.6376,72.3044,71.638,70.9716,69.972,69.3056,68.6392,67.6396,66.3068,65.6404,63.9744,62.6416,62.6416,61.3088,60.6424,59.976,59.976,60.6424,61.3088,62.6416,64.3076,65.6404,66.9732,68.9724,71.9712,73.9704,74.6368,75.3032,76.3028,76.9692,76.3028,76.3028,77.6356,78.6352,78.9684,79.6348,79.968,79.968,79.3016,79.3016,79.968,80.6344,81.9672,82.6336,83.3,83.9664,84.6328,84.6328,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,83.9664,83.9664,84.2996,83.6332,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,87.2984,87.2984,86.632,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,86.632,86.2988,86.2988,86.2988,86.2988,86.632,87.9648,87.9648,89.2976,89.964,91.2968,91.63,93.29599999999999,95.6284,98.96039999999999,103.292,106.9572,107.9568,108.6232,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,105.9576,101.9592,97.2944,92.6296,89.2976,85.9656,86.2988,87.2984,88.9644,90.6304,92.2964,92.9628,93.6292,94.6288,95.6284,96.9612,98.96039999999999,100.6264,102.6256,104.958,106.9572,108.6232,109.2896,110.6224,110.9556],[7.6636,7.6636,8.33,8.33,8.6632,9.3296,9.3296,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,9.996,10.6624,11.3288,11.3288,11.9952,13.328,13.9944,14.6608,15.3272,16.993199999999998,18.326,19.6588,21.658,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,25.6564,26.3228,27.3224,27.9888,28.6552,28.9884,28.9884,28.9884,28.9884,29.654799999999998,30.3212,30.9876,30.9876,30.9876,31.9872,32.6536,33.32,34.6528,35.9856,37.3184,37.9848,39.3176,40.3172,41.65,42.9828,44.6488,46.3148,48.314,48.980399999999996,50.3132,51.646,52.3124,52.9788,54.3116,55.6444,56.3108,56.3108,56.977199999999996,56.644,55.9776,55.9776,56.644,57.6436,58.31,58.31,58.9764,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072,65.9736,66.64,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.306,68.9724,69.972,71.3048,73.9704,74.97,78.30199999999999,80.9676,82.96679999999999,84.2996,86.2988,87.2984,87.6316,87.6316,87.2984,87.2984,86.2988,84.966,82.96679999999999,81.9672,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.63119999999999,89.6308,89.964,91.2968,91.63,92.9628,93.6292,93.9624,94.6288,94.962,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.9612,96.9612,95.6284,95.6284,95.6284,95.6284,95.2952,94.6288,93.29599999999999,92.9628,90.6304,89.2976,87.6316,87.2984,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.298,87.6316,87.6316,88.298,88.298,88.298,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,90.2972,90.2972,91.9632,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,93.29599999999999,93.6292,94.962,96.2948,97.96079999999999,99.6268,101.2928,101.9592,102.2924,102.9588,102.9588,104.2916,104.2916,105.2912,105.9576,107.2904,108.9564,109.2896,110.6224,111.622,112.2884,113.288,114.2876,115.2872,115.6204,116.62,117.2864,118.61919999999999,118.9524,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,128.282,128.6152,128.6152,128.6152,128.6152,129.2816,129.948,130.9476,131.9472,132.2804,132.9468,133.28,134.2796,134.946,136.2788,136.2788,136.9452,137.6116,137.9448,138.6112,139.6108,139.6108,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.9424,144.942,146.608,147.27439999999999,147.9408,148.9404,149.6068,149.94,149.94,150.6064,150.6064,150.6064,151.2728,151.2728,151.2728,150.6064,150.2732,149.2736,148.9404,148.9404,148.274,147.9408,147.9408,147.27439999999999,146.608,145.9416,145.2752,144.2756,143.276,142.9428,141.2768,139.944,138.6112,137.2784,135.2792,134.2796,132.6136,130.2812,128.282,126.9492,125.6164,123.28399999999999,122.2844,121.2848,120.2852,119.2856,118.286,117.6196,115.9536,114.954,112.95479999999999,112.2884,110.9556,110.2892,109.2896,107.9568,105.9576,103.62519999999999,100.9596,99.6268,97.6276,95.6284,93.9624,92.6296,91.2968,89.2976,87.9648,86.2988,85.6324,82.6336,80.3012,79.968,79.3016,78.30199999999999,78.30199999999999,76.9692,76.9692,76.3028,74.97,74.6368,73.304,72.3044,71.638,70.9716,70.9716,69.6388,68.9724,67.97279999999999,66.9732,65.6404,63.9744,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,61.3088,63.308,65.3072,67.6396,69.6388,71.9712,73.304,73.9704,74.97,74.97,74.97,74.97,75.9696,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,84.6328,84.966,84.966,84.966,84.966,83.9664,83.9664,83.9664,83.3,83.3,83.3,83.3,83.3,83.3,82.6336,82.6336,82.96679999999999,82.96679999999999,84.2996,84.2996,84.6328,85.6324,85.9656,86.632,86.2988,85.6324,84.966,84.966,84.966,85.6324,86.2988,86.2988,86.2988,86.2988,85.6324,85.6324,86.2988,86.2988,86.632,87.2984,88.298,89.964,90.6304,91.63,93.6292,95.6284,98.96039999999999,104.2916,106.2908,106.9572,106.2908,105.9576,105.2912,105.6244,104.958,102.9588,100.6264,96.628,92.6296,88.298,85.9656,85.6324,85.6324,86.632,87.6316,89.6308,90.9636,92.6296,93.29599999999999,93.29599999999999,93.6292,93.9624,95.6284,98.96039999999999,101.2928,104.6248,106.9572,108.6232,109.956,110.6224,110.6224],[7.6636,7.6636,8.33,8.33,9.3296,9.3296,9.996,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,10.6624,11.3288,11.9952,11.9952,12.6616,13.9944,14.6608,15.3272,15.9936,16.993199999999998,18.326,19.6588,20.9916,22.3244,22.9908,23.6572,23.6572,24.3236,24.3236,24.99,25.6564,26.656,27.3224,27.9888,27.9888,28.322,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,31.3208,31.9872,32.6536,33.32,34.6528,35.9856,36.652,37.9848,38.9844,40.3172,41.65,43.316,44.982,46.3148,47.6476,48.980399999999996,50.3132,50.9796,51.646,52.3124,54.3116,54.978,55.6444,55.6444,55.3112,55.3112,55.3112,55.9776,56.977199999999996,57.6436,57.6436,58.31,59.976,60.6424,61.3088,61.9752,63.9744,64.6408,64.6408,65.3072,65.3072,65.3072,65.9736,66.64,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.306,68.9724,69.972,71.3048,73.9704,75.6364,78.30199999999999,80.6344,82.96679999999999,84.966,86.9652,87.2984,87.6316,87.2984,87.2984,86.632,86.2988,84.2996,82.3004,81.3008,81.3008,81.3008,81.9672,82.6336,83.3,83.3,84.2996,84.966,85.6324,85.9656,86.9652,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,91.63,92.2964,93.6292,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.6272,98.6272,98.6272,98.294,97.2944,96.628,97.2944,97.2944,96.628,96.628,96.2948,95.2952,93.29599999999999,92.2964,90.6304,90.6304,89.964,89.964,89.964,89.964,89.964,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,90.6304,90.6304,90.6304,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.962,96.9612,97.96079999999999,100.2932,101.2928,101.9592,102.2924,102.9588,102.9588,104.2916,104.6248,105.6244,106.624,107.9568,108.9564,109.2896,110.6224,111.622,112.2884,113.288,114.2876,115.2872,115.6204,116.62,117.2864,118.61919999999999,119.6188,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,125.2832,125.2832,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,129.2816,130.2812,131.2808,132.2804,132.9468,133.28,134.2796,134.946,136.2788,136.612,137.6116,137.6116,137.9448,138.6112,139.6108,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.6096,143.276,143.9424,144.942,146.608,147.27439999999999,148.274,149.6068,149.6068,149.94,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.2732,150.2732,148.9404,148.9404,148.274,148.274,147.9408,147.27439999999999,146.608,146.608,145.9416,145.2752,144.2756,142.9428,142.2764,141.2768,139.6108,138.6112,137.2784,135.2792,133.6132,131.9472,129.6148,128.6152,126.9492,125.6164,123.9504,123.28399999999999,122.9508,121.9512,120.9516,119.952,119.6188,117.9528,116.62,115.6204,113.6212,112.6216,112.6216,111.622,110.6224,108.6232,105.6244,103.62519999999999,101.626,99.96,97.96079999999999,96.2948,95.9616,93.9624,92.6296,91.2968,89.6308,88.9644,85.2992,84.2996,83.9664,83.3,82.96679999999999,81.634,80.6344,79.6348,78.30199999999999,77.3024,75.9696,74.6368,72.9708,72.3044,71.638,70.9716,69.6388,68.9724,67.97279999999999,66.64,64.974,63.308,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,57.9768,59.976,61.641999999999996,63.308,65.6404,67.6396,69.972,71.3048,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.6368,75.3032,75.3032,75.9696,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,80.6344,81.3008,81.9672,83.3,83.9664,84.6328,84.966,84.966,84.966,84.2996,83.9664,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,86.2988,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,85.6324,85.9656,87.2984,87.6316,88.63119999999999,90.6304,92.2964,93.9624,95.6284,99.6268,103.9584,105.9576,105.2912,104.6248,103.62519999999999,103.292,102.6256,101.626,98.96039999999999,95.9616,91.63,88.298,85.9656,84.966,84.2996,84.966,85.6324,86.632,88.9644,90.2972,91.63,92.9628,93.29599999999999,93.29599999999999,93.6292,94.962,98.294,100.9596,103.9584,106.2908,108.6232,109.956,110.6224,110.6224],[8.33,8.33,8.33,8.9964,9.3296,9.996,9.996,10.6624,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.3288,11.9952,12.6616,12.6616,13.328,14.6608,15.9936,16.66,16.66,17.6596,18.326,18.9924,20.3252,20.9916,21.658,22.3244,22.9908,23.6572,24.3236,24.3236,24.99,25.9896,26.656,26.656,27.3224,27.6556,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.6544,31.3208,31.3208,31.9872,33.986399999999996,34.6528,35.3192,36.652,37.9848,39.3176,39.984,41.9832,42.9828,44.315599999999996,44.982,46.3148,48.314,49.6468,50.3132,50.9796,51.646,52.9788,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,60.3092,60.9756,62.6416,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,66.64,67.6396,68.306,68.9724,69.6388,69.6388,68.9724,68.306,68.9724,69.972,71.3048,73.304,75.6364,77.6356,80.3012,82.6336,85.6324,86.632,87.2984,87.2984,86.9652,86.2988,85.6324,84.966,83.6332,81.634,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,83.3,84.2996,84.966,85.6324,85.9656,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.9632,92.6296,93.6292,93.9624,94.6288,94.6288,95.9616,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,100.2932,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,96.628,95.6284,94.6288,93.9624,93.6292,93.6292,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.9624,94.6288,94.6288,94.6288,94.962,94.962,94.2956,94.2956,94.2956,94.2956,94.2956,94.2956,93.9624,95.9616,96.9612,98.294,99.6268,100.6264,101.9592,102.6256,103.62519999999999,103.62519999999999,104.2916,104.6248,105.6244,106.624,107.9568,108.9564,109.2896,110.6224,111.622,112.2884,113.288,114.2876,115.2872,115.6204,116.62,117.2864,118.61919999999999,119.6188,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.9492,128.282,128.282,128.282,128.282,128.282,128.6152,129.2816,129.948,131.2808,132.2804,132.9468,133.28,134.2796,134.946,136.2788,136.612,137.6116,137.6116,137.9448,138.6112,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.6096,143.9424,143.9424,145.2752,146.608,147.27439999999999,148.274,149.6068,149.6068,149.6068,149.94,150.2732,150.2732,150.2732,150.2732,150.2732,150.2732,150.2732,149.6068,148.9404,148.274,148.274,147.9408,147.9408,147.27439999999999,146.608,146.608,145.9416,145.2752,144.2756,142.9428,141.9432,140.9436,138.9444,137.9448,136.612,134.946,133.28,131.9472,129.948,129.2816,127.2824,126.616,125.6164,125.2832,124.28359999999999,122.9508,122.2844,121.9512,121.2848,119.952,118.9524,117.2864,115.9536,114.954,114.2876,113.6212,112.6216,110.6224,108.28999999999999,105.6244,104.2916,102.2924,100.6264,98.96039999999999,98.6272,97.2944,96.2948,95.2952,93.9624,92.9628,90.9636,90.2972,89.2976,88.9644,88.298,86.2988,85.6324,84.6328,81.9672,79.968,79.3016,77.3024,74.97,74.3036,72.9708,72.3044,70.9716,69.6388,68.6392,67.3064,64.974,63.308,61.3088,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,57.9768,58.6432,59.309599999999996,60.6424,62.6416,65.6404,66.9732,68.306,68.9724,69.6388,70.3052,70.9716,71.9712,71.9712,72.6376,72.6376,73.304,74.3036,74.97,75.6364,76.3028,78.6352,79.3016,79.968,80.6344,81.9672,82.6336,83.9664,84.6328,84.966,84.966,84.2996,83.6332,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,84.966,85.6324,85.9656,87.2984,87.6316,89.6308,90.9636,92.2964,93.9624,96.2948,99.6268,103.9584,105.2912,103.9584,102.6256,102.2924,100.6264,100.6264,98.294,95.2952,90.6304,87.2984,85.6324,84.966,84.2996,84.2996,84.2996,85.2992,86.632,88.9644,90.6304,91.63,92.6296,93.6292,93.9624,94.2956,95.9616,98.96039999999999,101.2928,104.2916,106.2908,108.6232,109.956,109.956,109.956],[8.33,8.33,8.9964,8.9964,9.996,10.6624,10.6624,11.3288,11.9952,12.6616,12.6616,12.6616,12.6616,12.6616,12.6616,12.6616,13.328,13.328,13.9944,14.6608,15.9936,17.3264,17.9928,17.9928,18.326,18.9924,18.9924,20.3252,20.9916,20.9916,21.658,22.3244,22.9908,22.9908,23.6572,24.3236,25.3232,25.3232,25.9896,25.9896,26.9892,26.9892,26.9892,27.6556,27.6556,28.322,28.9884,29.654799999999998,29.988,30.6544,30.6544,31.3208,32.6536,33.32,33.986399999999996,34.6528,35.9856,37.3184,38.6512,39.3176,41.3168,42.3164,43.6492,44.315599999999996,45.6484,46.9812,47.6476,48.980399999999996,49.6468,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.9788,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.9764,60.3092,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.64,67.6396,68.306,68.9724,69.6388,69.6388,68.9724,68.306,68.306,69.972,70.6384,72.6376,74.6368,76.9692,78.9684,81.634,83.3,85.6324,86.2988,85.6324,85.2992,84.966,83.6332,82.96679999999999,81.634,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,82.6336,83.6332,83.6332,84.966,85.2992,86.632,87.9648,88.298,88.9644,88.9644,88.9644,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,94.962,96.2948,96.2948,96.2948,96.9612,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,100.6264,100.6264,100.6264,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,99.96,99.6268,98.6272,97.2944,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,95.2952,95.9616,95.9616,95.6284,95.6284,94.962,94.962,94.962,95.9616,95.6284,95.6284,94.962,95.2952,95.2952,95.2952,94.962,95.6284,96.2948,97.2944,98.294,99.6268,100.6264,101.2928,102.6256,103.62519999999999,103.62519999999999,104.2916,104.6248,105.6244,106.624,107.9568,108.9564,109.2896,110.6224,111.622,112.2884,113.288,114.2876,115.2872,115.6204,116.62,117.2864,118.61919999999999,119.6188,120.9516,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,125.2832,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.6156,128.282,128.282,128.282,128.282,128.282,128.6152,129.948,130.6144,131.9472,132.2804,133.28,134.2796,134.946,136.2788,136.612,137.6116,137.9448,138.6112,139.6108,140.6104,140.6104,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.6096,142.6096,143.9424,144.2756,145.6084,146.608,147.27439999999999,147.9408,148.9404,149.6068,149.6068,149.6068,150.2732,150.2732,150.2732,150.2732,150.2732,150.2732,149.6068,149.6068,148.274,148.274,147.9408,147.27439999999999,147.27439999999999,146.608,146.608,146.2748,145.2752,144.6088,143.6092,142.9428,141.9432,140.2772,138.9444,137.6116,136.2788,134.2796,133.28,131.9472,130.6144,129.6148,128.6152,127.2824,126.9492,126.2828,126.2828,124.95,124.28359999999999,123.9504,123.28399999999999,122.2844,121.2848,119.2856,118.286,117.2864,116.62,115.9536,114.954,112.6216,110.6224,108.28999999999999,106.624,105.2912,104.2916,103.292,102.6256,101.9592,100.2932,99.6268,99.2936,97.96079999999999,97.2944,95.9616,95.2952,94.2956,93.9624,93.29599999999999,92.2964,90.6304,87.9648,85.6324,83.6332,82.3004,79.3016,77.6356,75.6364,74.97,72.9708,71.638,69.972,68.6392,66.3068,64.3076,61.9752,61.3088,60.6424,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,57.3104,57.3104,57.9768,59.309599999999996,60.6424,63.6412,64.974,66.3068,66.9732,67.6396,68.306,68.9724,69.6388,69.972,70.6384,71.3048,71.3048,72.3044,73.63719999999999,74.3036,75.6364,76.9692,78.6352,79.3016,79.968,81.3008,81.9672,83.3,83.9664,84.2996,83.6332,82.96679999999999,82.3004,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,83.6332,83.6332,84.2996,85.6324,85.9656,87.2984,87.6316,89.6308,90.9636,92.2964,93.9624,96.2948,99.6268,103.62519999999999,105.6244,102.2924,101.2928,100.6264,98.294,97.2944,94.962,90.2972,87.2984,84.966,84.2996,83.9664,83.6332,83.6332,84.2996,85.2992,86.632,88.9644,90.6304,91.2968,92.6296,93.9624,94.6288,94.962,96.2948,98.96039999999999,101.2928,104.2916,106.2908,108.6232,109.956,109.956,109.956],[9.3296,9.3296,9.3296,9.996,10.3292,10.9956,12.3284,12.9948,13.6612,13.6612,13.6612,13.6612,13.6612,13.6612,13.6612,13.6612,14.6608,14.6608,15.3272,16.66,18.326,18.9924,19.6588,20.3252,20.3252,20.3252,20.3252,20.3252,20.6584,20.6584,21.3248,21.3248,21.9912,21.9912,21.9912,22.6576,23.6572,24.3236,24.3236,24.99,26.3228,26.3228,26.9892,26.9892,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.988,30.6544,31.3208,31.3208,31.9872,33.986399999999996,35.3192,36.652,37.3184,39.3176,40.6504,41.3168,41.9832,42.6496,43.6492,44.315599999999996,45.6484,46.3148,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,52.3124,52.9788,53.6452,54.3116,55.6444,56.3108,56.977199999999996,58.31,59.976,60.6424,61.3088,62.6416,63.308,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.306,68.306,68.306,69.6388,70.9716,72.6376,74.6368,76.9692,78.9684,81.3008,82.6336,82.6336,82.6336,82.6336,82.3004,80.9676,80.9676,80.6344,79.968,79.6348,79.6348,79.6348,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.6328,85.2992,86.632,87.9648,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,88.9644,89.6308,89.6308,89.6308,89.964,89.964,89.2976,89.2976,89.964,90.2972,90.9636,91.63,92.9628,93.29599999999999,93.9624,94.6288,94.962,95.6284,96.2948,96.2948,96.9612,97.6276,97.2944,97.2944,96.628,96.628,97.2944,97.2944,98.6272,98.6272,99.6268,100.2932,100.9596,101.2928,101.626,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,100.9596,100.2932,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.294,98.294,97.6276,97.6276,97.6276,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.628,96.628,96.9612,97.96079999999999,98.6272,99.6268,99.96,100.6264,102.2924,102.9588,102.9588,104.2916,104.6248,105.6244,106.624,107.9568,108.9564,109.2896,110.6224,111.622,112.2884,113.6212,114.2876,115.6204,116.62,117.2864,117.6196,118.9524,119.6188,120.2852,120.2852,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,127.6156,127.6156,126.9492,127.6156,128.6152,129.2816,130.9476,131.614,132.2804,133.28,134.2796,134.946,136.2788,136.612,137.6116,137.9448,138.6112,139.944,140.6104,140.6104,140.9436,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.6096,142.6096,143.9424,144.2756,145.2752,146.2748,147.27439999999999,147.9408,148.6072,148.6072,148.9404,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.9404,148.274,147.9408,147.9408,147.27439999999999,146.608,146.2748,146.2748,145.2752,144.6088,143.6092,143.276,142.2764,141.9432,140.2772,138.9444,137.6116,136.2788,134.2796,133.28,131.9472,130.9476,130.6144,129.948,129.6148,129.2816,128.6152,128.282,127.6156,127.6156,126.9492,126.2828,124.6168,123.28399999999999,122.2844,120.2852,119.6188,119.6188,118.286,117.2864,115.6204,112.6216,110.6224,108.9564,107.2904,106.624,106.2908,106.624,106.2908,106.624,105.9576,105.2912,104.6248,104.6248,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.626,99.6268,96.2948,93.29599999999999,91.2968,89.2976,85.2992,82.96679999999999,81.3008,79.6348,76.9692,74.97,72.6376,70.6384,68.306,66.3068,63.9744,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,57.3104,57.3104,57.3104,58.6432,59.976,60.6424,62.3084,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,68.6392,69.3056,69.972,69.972,70.9716,72.3044,72.9708,74.3036,76.3028,76.9692,78.30199999999999,78.9684,80.6344,81.3008,82.6336,83.3,82.96679999999999,82.3004,81.634,80.9676,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.966,84.966,84.966,85.6324,85.9656,87.2984,87.6316,89.2976,90.9636,92.2964,93.9624,96.2948,99.6268,103.9584,104.6248,102.2924,100.6264,99.2936,96.9612,93.29599999999999,90.2972,86.632,83.9664,82.96679999999999,82.6336,82.3004,82.6336,82.96679999999999,84.2996,85.6324,86.632,88.9644,90.6304,91.63,93.29599999999999,94.6288,95.2952,95.9616,96.628,99.6268,101.9592,104.6248,106.9572,108.28999999999999,109.2896,109.2896,109.2896],[9.3296,9.3296,9.996,10.6624,10.9956,11.661999999999999,12.9948,13.6612,14.3276,14.994,14.994,14.994,14.994,14.994,14.994,14.994,15.9936,15.9936,16.66,17.9928,19.6588,20.3252,20.9916,21.658,21.658,21.658,20.9916,20.9916,21.3248,21.3248,21.3248,21.3248,21.3248,21.3248,21.9912,21.9912,22.9908,23.6572,24.3236,24.3236,25.6564,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,29.3216,29.988,29.988,30.6544,32.6536,33.986399999999996,34.6528,35.9856,37.9848,38.6512,39.3176,39.984,40.6504,41.3168,41.9832,43.316,44.315599999999996,45.6484,46.3148,46.9812,48.314,48.314,48.980399999999996,49.6468,50.6464,51.646,52.3124,52.9788,54.3116,54.978,55.6444,56.977199999999996,58.6432,59.976,60.6424,61.3088,62.6416,63.9744,64.6408,65.3072,66.3068,67.6396,68.306,68.306,68.9724,68.9724,68.306,67.6396,68.306,68.9724,70.3052,71.638,73.304,74.97,76.3028,78.30199999999999,79.6348,80.6344,80.6344,79.968,80.3012,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,79.6348,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.9664,84.6328,85.9656,86.632,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,88.9644,89.6308,89.6308,89.6308,89.964,89.964,89.964,89.6308,90.2972,90.9636,91.63,92.2964,93.29599999999999,93.9624,94.6288,94.6288,95.6284,95.6284,96.2948,96.9612,97.6276,97.6276,97.2944,97.2944,96.628,96.628,97.2944,97.2944,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.2928,102.2924,102.2924,101.9592,101.9592,101.9592,101.2928,101.2928,101.2928,101.2928,101.2928,99.96,99.96,100.2932,100.9596,100.9596,101.626,101.9592,102.2924,102.2924,101.9592,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,99.96,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.6272,98.96039999999999,99.6268,99.96,100.6264,101.2928,102.2924,102.9588,104.2916,104.2916,105.2912,105.9576,107.2904,108.9564,109.2896,110.6224,111.622,112.2884,113.6212,114.954,116.2868,116.62,117.2864,117.6196,118.9524,119.6188,120.2852,120.2852,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,128.282,129.6148,130.6144,130.9476,131.9472,132.9468,133.9464,134.946,136.2788,137.2784,137.9448,138.6112,138.9444,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.6096,142.6096,143.9424,144.2756,145.2752,146.2748,147.27439999999999,147.9408,148.6072,148.6072,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,147.9408,147.9408,147.27439999999999,146.608,146.2748,146.2748,145.2752,144.2756,143.6092,142.9428,142.2764,141.9432,141.2768,140.6104,139.2776,137.6116,136.612,135.2792,134.2796,132.6136,131.9472,131.614,131.614,130.9476,130.9476,130.9476,129.948,129.6148,129.948,129.2816,128.6152,126.9492,125.6164,124.6168,122.6176,122.6176,122.6176,120.2852,119.2856,117.9528,114.954,112.6216,111.2888,109.6228,110.2892,110.9556,111.2888,111.2888,111.2888,110.6224,110.6224,109.956,109.956,109.2896,109.2896,108.9564,107.9568,107.2904,106.9572,105.9576,103.9584,101.2928,98.294,95.9616,92.2964,89.2976,86.9652,84.2996,80.6344,78.30199999999999,76.3028,73.304,70.6384,68.6392,65.9736,63.9744,61.641999999999996,60.9756,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.3104,57.3104,57.3104,58.6432,59.309599999999996,59.976,61.641999999999996,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,67.3064,67.3064,67.97279999999999,69.3056,70.3052,70.9716,71.638,72.9708,74.97,76.3028,76.9692,78.30199999999999,79.3016,80.6344,81.3008,81.9672,81.634,80.9676,80.3012,79.6348,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.634,82.3004,83.6332,84.2996,84.966,86.2988,86.9652,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,85.6324,85.9656,87.2984,87.6316,89.2976,90.9636,92.2964,94.6288,96.9612,100.2932,103.62519999999999,103.62519999999999,101.626,99.6268,98.6272,94.6288,90.2972,86.632,84.2996,82.3004,81.634,81.3008,80.9676,81.9672,82.96679999999999,83.6332,84.966,86.632,88.9644,90.9636,92.2964,93.29599999999999,94.962,95.6284,96.2948,97.96079999999999,100.6264,103.292,105.6244,106.9572,108.28999999999999,109.2896,108.9564,108.9564],[9.996,9.996,9.996,10.6624,11.661999999999999,12.3284,12.9948,13.6612,14.994,15.6604,15.6604,15.6604,15.6604,15.6604,15.6604,16.3268,17.3264,17.3264,17.9928,19.3256,20.9916,21.658,22.3244,22.9908,23.6572,22.9908,22.9908,22.3244,22.6576,21.9912,21.3248,21.3248,21.3248,21.3248,21.3248,21.9912,22.9908,23.6572,24.3236,24.3236,25.6564,25.6564,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.988,31.3208,31.9872,33.32,34.6528,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,41.9832,42.6496,43.9824,44.6488,45.3152,45.9816,46.647999999999996,46.647999999999996,47.6476,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,54.6448,56.3108,57.6436,58.9764,60.3092,60.9756,61.9752,63.308,63.9744,64.6408,65.9736,67.3064,67.97279999999999,68.6392,68.9724,68.9724,68.306,68.306,68.306,68.9724,69.6388,70.3052,71.9712,73.304,74.6368,75.6364,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,79.968,80.6344,81.3008,81.634,82.3004,83.6332,84.2996,85.2992,86.2988,86.632,87.2984,87.9648,88.298,88.298,88.63119999999999,88.63119999999999,88.298,88.63119999999999,89.964,89.964,90.2972,90.6304,90.6304,90.2972,90.9636,91.63,92.2964,92.9628,93.29599999999999,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,100.2932,100.6264,101.2928,101.2928,101.626,101.626,101.9592,101.9592,101.9592,101.626,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.9592,101.9592,102.6256,102.9588,102.9588,103.62519999999999,103.62519999999999,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.9588,102.6256,101.9592,101.2928,100.6264,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.96,99.96,100.6264,101.2928,102.2924,102.9588,103.62519999999999,104.2916,105.2912,105.9576,106.9572,108.28999999999999,109.2896,110.6224,111.622,112.2884,113.95439999999999,114.954,116.2868,116.62,117.2864,117.6196,118.9524,119.6188,120.2852,120.2852,121.618,122.2844,122.9508,122.9508,123.28399999999999,123.9504,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,128.282,128.9484,130.9476,131.2808,132.6136,133.28,133.9464,134.946,136.2788,137.2784,137.9448,138.6112,139.944,140.2772,140.6104,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,141.60999999999999,142.2764,142.2764,142.6096,143.9424,144.2756,145.2752,146.2748,147.27439999999999,147.9408,148.274,148.274,148.6072,148.9404,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,148.9404,148.6072,147.9408,147.27439999999999,147.27439999999999,146.608,146.2748,145.2752,144.942,143.9424,143.276,142.6096,141.9432,141.9432,141.9432,140.9436,139.6108,138.6112,137.6116,136.2788,135.6124,134.2796,133.28,132.6136,132.6136,132.6136,132.6136,132.6136,132.2804,131.9472,132.2804,131.2808,130.2812,128.9484,128.282,126.2828,125.6164,124.6168,123.9504,122.6176,121.618,120.2852,117.9528,115.6204,113.6212,112.95479999999999,113.6212,113.6212,114.2876,114.2876,114.2876,113.95439999999999,113.95439999999999,113.6212,112.95479999999999,112.95479999999999,112.2884,111.622,110.9556,109.956,109.2896,109.2896,109.2896,107.6236,105.6244,102.2924,98.96039999999999,95.6284,93.29599999999999,89.2976,85.2992,82.3004,78.9684,76.636,73.304,70.6384,67.97279999999999,65.3072,62.3084,60.9756,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,63.9744,64.6408,65.3072,65.3072,65.9736,67.6396,68.306,68.9724,70.6384,72.6376,74.3036,74.97,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,80.3012,79.6348,78.9684,77.9688,77.6356,77.6356,77.6356,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,82.3004,82.96679999999999,84.2996,84.966,86.2988,87.2984,87.2984,87.9648,88.298,88.298,88.298,87.6316,87.6316,87.2984,87.2984,86.632,86.632,87.2984,87.6316,89.2976,90.9636,92.2964,94.6288,96.628,100.2932,103.62519999999999,103.62519999999999,101.2928,99.2936,97.6276,93.6292,87.6316,84.2996,82.3004,80.9676,80.3012,80.3012,80.3012,81.3008,82.3004,83.6332,84.966,86.632,88.63119999999999,90.9636,92.2964,94.2956,94.962,96.628,96.628,98.6272,101.2928,103.62519999999999,105.9576,106.9572,108.28999999999999,109.2896,108.9564,108.9564],[9.996,9.996,10.6624,11.3288,12.3284,12.3284,12.9948,14.3276,14.994,15.6604,16.3268,16.3268,16.3268,16.993199999999998,16.993199999999998,17.3264,17.9928,19.3256,19.992,20.6584,22.3244,22.9908,23.6572,24.6568,25.6564,25.6564,24.99,24.99,23.323999999999998,22.6576,21.9912,21.3248,21.3248,21.3248,21.3248,21.9912,23.6572,23.6572,24.3236,24.3236,25.6564,25.6564,25.6564,26.3228,26.3228,26.9892,27.6556,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,30.6544,31.3208,32.6536,33.32,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.984,41.3168,42.6496,43.316,44.6488,45.3152,45.9816,45.9816,46.647999999999996,48.314,49.6468,50.3132,50.9796,51.646,52.3124,53.9784,55.3112,56.977199999999996,58.31,58.9764,60.3092,61.9752,62.6416,63.9744,64.6408,65.9736,66.64,67.3064,67.97279999999999,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,71.3048,71.9712,73.304,73.9704,75.6364,76.3028,75.6364,76.3028,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,80.6344,81.3008,81.634,82.3004,83.6332,84.2996,84.966,85.6324,86.2988,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,88.298,89.2976,89.964,90.2972,90.6304,91.2968,91.63,91.63,91.63,92.9628,93.29599999999999,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.2948,96.2948,96.9612,97.6276,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.9596,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,100.9596,100.9596,100.9596,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.958,104.6248,104.6248,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,105.2912,104.958,104.2916,103.62519999999999,101.9592,101.2928,101.626,101.626,101.626,101.2928,101.626,100.9596,100.9596,100.2932,100.2932,99.6268,99.6268,99.96,100.2932,99.96,100.6264,100.6264,101.2928,102.2924,102.2924,103.62519999999999,104.2916,105.2912,105.9576,106.9572,108.28999999999999,109.2896,110.6224,111.622,112.2884,113.95439999999999,114.2876,115.6204,116.2868,117.2864,117.6196,118.61919999999999,118.9524,119.952,120.2852,121.618,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,128.6152,128.9484,130.9476,131.2808,132.2804,133.28,134.2796,134.946,136.612,137.2784,137.9448,138.9444,139.944,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,144.2756,145.2752,146.2748,147.27439999999999,147.27439999999999,148.274,148.274,148.6072,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,149.6068,148.9404,148.6072,147.9408,147.27439999999999,147.27439999999999,146.608,145.6084,144.942,144.2756,143.6092,142.9428,142.6096,142.6096,141.9432,142.6096,141.60999999999999,141.2768,140.2772,139.2776,137.6116,136.9452,135.94559999999998,135.2792,134.946,134.6128,134.6128,134.2796,134.2796,134.2796,133.9464,133.6132,132.9468,132.6136,130.9476,129.6148,128.6152,128.282,126.2828,125.6164,125.2832,124.28359999999999,122.2844,120.2852,117.9528,116.62,115.6204,116.62,117.2864,117.2864,116.9532,116.9532,116.62,116.62,115.9536,116.2868,114.954,113.95439999999999,113.288,111.9552,110.9556,111.2888,111.2888,111.9552,110.9556,109.2896,106.9572,103.292,100.9596,97.96079999999999,94.6288,89.964,86.632,83.9664,80.3012,76.3028,73.9704,71.3048,67.97279999999999,63.9744,61.641999999999996,60.6424,59.976,58.9764,58.31,58.6432,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,62.3084,62.3084,63.308,63.308,63.9744,63.9744,64.6408,65.3072,66.9732,67.6396,69.3056,70.6384,72.3044,73.63719999999999,74.97,75.6364,76.9692,77.6356,78.30199999999999,78.30199999999999,77.9688,77.3024,77.3024,76.636,76.3028,76.9692,76.9692,77.6356,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.9648,88.63119999999999,88.63119999999999,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,87.9648,87.2984,87.6316,88.9644,90.2972,90.9636,92.9628,94.6288,96.628,98.96039999999999,101.9592,102.6256,99.6268,98.294,95.2952,90.2972,85.2992,81.634,80.6344,79.968,78.9684,79.968,80.3012,81.3008,82.3004,83.6332,84.966,86.632,89.2976,90.9636,92.2964,94.2956,96.2948,97.2944,98.6272,99.6268,101.9592,104.2916,106.2908,108.28999999999999,109.2896,109.2896,108.9564,108.9564],[10.6624,10.6624,10.6624,11.3288,12.3284,12.3284,12.9948,14.3276,15.3272,15.9936,16.66,17.3264,17.3264,17.9928,18.6592,18.6592,19.6588,20.9916,21.658,22.9908,23.6572,24.6568,25.3232,25.9896,26.9892,26.9892,26.9892,26.3228,24.99,24.3236,22.9908,22.3244,21.9912,21.9912,21.9912,22.6576,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,26.3228,26.9892,26.9892,27.3224,27.3224,27.3224,27.3224,27.6556,27.6556,28.322,28.9884,29.988,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,38.6512,39.6508,40.9836,41.65,42.9828,43.9824,44.6488,45.3152,45.9816,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,52.9788,54.3116,56.3108,56.977199999999996,58.31,59.6428,60.9756,61.9752,62.6416,63.308,64.6408,65.3072,65.9736,66.64,67.3064,67.3064,67.3064,67.3064,68.306,68.306,68.9724,69.6388,70.3052,70.9716,71.638,72.6376,73.9704,73.9704,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,78.9684,79.6348,80.3012,80.6344,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,85.6324,86.2988,86.2988,87.2984,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.964,90.6304,91.2968,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,94.962,94.962,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.6268,99.6268,100.6264,100.6264,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,101.9592,102.2924,102.6256,103.292,103.292,103.292,103.62519999999999,104.6248,105.2912,105.9576,105.9576,106.624,106.624,106.624,107.2904,107.2904,107.2904,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.2904,106.2908,104.958,103.62519999999999,103.292,102.6256,102.6256,103.292,102.6256,102.6256,101.9592,101.9592,101.2928,100.9596,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,102.9588,104.2916,105.6244,105.6244,106.9572,108.28999999999999,109.956,110.6224,111.622,111.9552,113.288,114.6208,115.6204,115.9536,116.62,117.2864,117.6196,118.9524,119.6188,119.952,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,125.2832,125.6164,126.616,126.616,126.9492,127.9488,127.9488,128.6152,128.9484,129.948,131.2808,131.9472,132.6136,132.9468,134.2796,135.6124,136.612,137.2784,137.9448,138.9444,139.944,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,143.276,143.9424,144.942,145.9416,147.27439999999999,147.27439999999999,147.6076,147.6076,148.274,148.274,149.6068,149.6068,149.6068,149.94,149.94,149.6068,148.9404,148.9404,148.6072,148.6072,147.9408,146.608,145.6084,145.2752,144.942,143.9424,143.276,143.276,142.9428,142.9428,143.276,143.276,142.6096,141.60999999999999,140.6104,139.6108,138.9444,138.278,137.2784,137.2784,137.6116,137.2784,137.2784,136.612,136.2788,135.2792,134.946,134.946,134.2796,132.6136,131.9472,130.9476,130.2812,129.2816,127.6156,126.616,125.6164,123.9504,122.9508,121.2848,120.2852,119.2856,119.2856,119.6188,118.9524,118.286,118.286,117.9528,117.9528,116.9532,116.9532,115.6204,115.6204,114.954,113.288,112.2884,111.9552,111.9552,111.9552,111.2888,109.956,108.28999999999999,105.9576,103.62519999999999,101.9592,98.96039999999999,95.6284,92.6296,90.2972,85.9656,82.3004,78.9684,75.9696,72.3044,67.3064,63.308,61.3088,60.6424,59.976,59.976,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,62.6416,63.6412,64.974,66.3068,66.9732,68.6392,70.3052,71.638,72.3044,72.9708,74.3036,74.97,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.636,77.3024,78.30199999999999,78.30199999999999,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,81.3008,81.9672,82.96679999999999,83.6332,84.6328,85.9656,87.2984,88.63119999999999,89.6308,90.2972,90.6304,89.6308,89.6308,89.6308,89.2976,89.2976,88.63119999999999,88.63119999999999,89.964,90.9636,91.63,93.29599999999999,94.6288,96.2948,97.6276,99.2936,99.2936,97.2944,94.962,90.9636,87.6316,82.3004,79.3016,77.6356,77.6356,77.6356,79.3016,79.968,81.3008,82.3004,83.6332,84.966,86.632,89.2976,90.9636,92.2964,94.6288,96.9612,98.294,99.96,101.2928,102.9588,104.958,106.9572,108.28999999999999,108.9564,108.9564,108.28999999999999,108.28999999999999],[10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.9948,14.3276,15.3272,15.9936,16.66,17.3264,17.3264,17.9928,18.6592,19.3256,20.9916,21.658,22.9908,23.6572,25.6564,26.3228,26.9892,27.6556,27.9888,28.6552,28.6552,27.9888,26.3228,24.99,24.3236,22.9908,22.6576,22.6576,22.6576,22.6576,23.6572,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.3224,27.3224,27.3224,27.3224,27.6556,27.6556,28.322,28.9884,29.988,29.988,30.6544,31.3208,31.9872,32.6536,32.6536,33.32,35.3192,35.9856,36.652,37.3184,38.318,39.6508,40.3172,41.65,42.6496,43.316,43.9824,45.3152,46.3148,47.6476,48.314,48.980399999999996,50.9796,51.646,52.3124,53.6452,55.6444,56.3108,57.6436,58.31,59.6428,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,65.9736,66.64,66.64,67.3064,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.9716,71.638,72.6376,73.304,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,80.6344,81.634,81.634,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.966,84.966,84.966,85.9656,86.2988,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,90.2972,90.6304,91.63,92.2964,92.2964,92.9628,93.29599999999999,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.6268,99.6268,100.6264,100.6264,101.2928,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.9592,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,105.6244,105.9576,106.9572,107.6236,107.9568,107.9568,108.28999999999999,108.9564,108.9564,108.9564,108.6232,108.6232,108.6232,108.6232,109.6228,109.956,109.956,109.956,107.9568,106.9572,105.6244,104.6248,103.9584,103.62519999999999,104.2916,104.2916,103.62519999999999,103.292,103.292,103.292,101.9592,101.9592,101.9592,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.9588,102.9588,104.2916,105.6244,105.9576,107.6236,108.28999999999999,109.956,110.6224,111.622,111.622,113.288,113.95439999999999,114.954,115.6204,115.9536,116.62,117.2864,117.6196,119.6188,119.6188,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,125.2832,125.6164,126.616,127.2824,127.9488,128.6152,128.6152,128.9484,129.948,130.2812,131.9472,132.6136,132.9468,133.6132,134.946,135.6124,136.612,137.2784,137.9448,139.6108,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.9432,141.9432,142.9428,142.9428,143.276,143.9424,144.2756,145.2752,146.608,147.27439999999999,147.6076,147.6076,148.274,148.274,149.6068,149.94,149.94,149.94,149.94,149.94,149.6068,148.9404,148.9404,148.9404,148.6072,147.6076,146.608,146.2748,145.6084,145.2752,143.9424,143.9424,143.276,143.276,143.9424,143.9424,143.9424,143.6092,142.2764,141.60999999999999,141.2768,140.9436,139.6108,139.6108,139.6108,139.2776,138.9444,137.6116,137.2784,137.2784,135.94559999999998,135.6124,134.946,134.2796,133.28,132.6136,132.6136,130.9476,129.2816,127.6156,126.616,125.9496,125.2832,124.6168,123.9504,122.9508,122.2844,121.9512,121.618,120.9516,120.2852,119.2856,118.9524,118.9524,118.61919999999999,118.61919999999999,117.9528,117.6196,116.62,115.6204,114.6208,114.2876,113.288,112.2884,111.2888,109.956,107.6236,106.2908,104.6248,102.9588,100.6264,97.6276,95.2952,91.9632,87.9648,84.2996,81.9672,77.6356,71.638,66.64,63.308,61.9752,60.6424,60.6424,61.3088,61.3088,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,63.6412,64.3076,65.6404,66.3068,67.97279999999999,69.6388,70.3052,70.9716,71.638,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.6348,80.3012,81.3008,82.3004,82.96679999999999,83.6332,84.6328,87.2984,88.63119999999999,89.6308,90.6304,91.2968,90.2972,89.6308,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,92.2964,92.9628,93.9624,95.2952,96.2948,97.6276,97.96079999999999,97.2944,95.6284,92.9628,88.9644,85.2992,80.9676,77.6356,76.9692,76.3028,76.9692,78.6352,79.968,81.3008,82.3004,83.6332,84.966,86.632,89.2976,91.63,92.9628,94.6288,97.6276,98.96039999999999,100.6264,102.2924,104.2916,105.6244,107.6236,108.28999999999999,108.9564,108.9564,108.9564,108.28999999999999],[10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.9948,14.3276,15.3272,15.9936,16.66,16.66,17.3264,17.9928,18.6592,19.3256,20.9916,22.3244,23.6572,24.6568,26.3228,27.6556,27.6556,28.322,28.6552,29.3216,29.3216,28.6552,27.6556,26.3228,24.99,24.3236,23.323999999999998,22.6576,22.6576,22.6576,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,28.9884,29.654799999999998,29.654799999999998,30.3212,30.9876,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,37.3184,37.9848,39.3176,39.984,40.6504,41.3168,41.9832,43.9824,45.3152,45.9816,47.3144,48.980399999999996,50.3132,50.9796,51.646,53.6452,54.3116,55.3112,55.9776,56.644,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,64.6408,65.3072,65.9736,65.9736,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,70.3052,70.9716,71.9712,72.6376,73.304,73.9704,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.9684,79.6348,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.966,85.6324,86.632,86.632,87.9648,88.298,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,95.2952,95.6284,95.9616,96.9612,96.9612,96.9612,96.9612,97.2944,97.2944,96.628,97.2944,97.96079999999999,98.294,98.96039999999999,99.6268,99.6268,99.96,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,102.2924,102.2924,102.6256,102.6256,103.292,103.292,103.9584,103.9584,105.2912,105.6244,106.624,107.6236,107.9568,108.6232,109.2896,109.2896,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,109.2896,108.28999999999999,106.9572,105.9576,105.9576,105.2912,105.9576,105.9576,105.2912,104.958,104.6248,103.9584,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.62519999999999,103.9584,104.2916,104.958,105.9576,106.624,107.6236,108.28999999999999,109.6228,110.2892,110.9556,111.622,112.6216,113.6212,113.95439999999999,114.6208,114.954,115.6204,116.2868,117.2864,118.286,118.9524,119.2856,119.952,120.9516,121.2848,121.618,122.2844,122.2844,122.9508,123.28399999999999,123.6172,123.9504,123.9504,125.2832,125.6164,126.9492,127.6156,128.6152,128.9484,129.6148,130.6144,131.2808,131.9472,132.6136,132.9468,132.9468,133.6132,134.946,135.2792,136.612,137.2784,137.9448,139.6108,140.6104,140.9436,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.2768,141.9432,142.2764,142.9428,143.276,143.9424,144.2756,145.2752,146.608,147.27439999999999,147.6076,147.6076,148.274,148.274,149.6068,149.94,150.6064,150.6064,150.6064,150.6064,150.2732,149.6068,149.6068,149.6068,149.6068,148.9404,147.9408,147.9408,147.27439999999999,145.9416,145.9416,145.2752,145.2752,145.2752,145.9416,145.9416,145.9416,145.2752,144.2756,144.6088,143.9424,143.276,142.6096,141.9432,141.9432,140.9436,139.944,139.2776,138.9444,137.6116,137.6116,137.2784,136.612,135.6124,134.946,134.2796,133.9464,132.6136,131.2808,130.9476,129.2816,127.9488,127.6156,126.616,125.9496,125.2832,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.2848,120.6184,120.9516,121.9512,122.6176,121.9512,121.9512,120.9516,119.952,119.6188,118.286,115.9536,113.6212,112.95479999999999,110.9556,109.2896,108.28999999999999,106.9572,105.6244,104.2916,102.6256,100.2932,97.96079999999999,94.2956,91.63,89.2976,84.2996,77.3024,71.638,67.3064,63.9744,61.9752,60.6424,60.6424,60.6424,60.6424,61.3088,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,61.3088,61.9752,62.6416,63.9744,65.9736,66.64,67.3064,67.97279999999999,69.3056,69.972,70.6384,71.9712,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.636,77.3024,78.30199999999999,78.30199999999999,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.9684,79.6348,81.3008,81.634,82.96679999999999,83.6332,84.6328,85.9656,88.298,89.2976,91.2968,91.2968,90.6304,90.6304,91.63,91.9632,92.6296,92.6296,93.6292,93.6292,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,96.628,96.2948,93.9624,90.9636,88.298,83.9664,80.3012,77.6356,76.9692,76.3028,76.9692,78.6352,80.6344,81.3008,82.3004,83.6332,84.966,86.632,89.2976,91.63,92.9628,95.2952,97.6276,99.6268,100.6264,102.6256,104.958,106.624,107.6236,108.28999999999999,108.6232,109.2896,108.6232,108.6232],[10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.9948,13.6612,14.6608,15.3272,15.9936,15.9936,16.66,17.3264,17.9928,18.6592,20.9916,22.3244,22.9908,24.6568,26.3228,26.9892,27.6556,28.322,28.6552,29.3216,29.3216,29.3216,28.322,26.9892,25.6564,24.99,23.9904,23.323999999999998,23.323999999999998,23.323999999999998,23.6572,23.6572,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,28.6552,28.9884,29.654799999999998,29.654799999999998,30.3212,30.6544,31.3208,31.3208,31.9872,32.6536,32.6536,33.32,34.6528,35.9856,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,41.9832,43.9824,44.6488,45.9816,47.3144,49.6468,50.3132,50.9796,52.3124,52.9788,53.9784,54.6448,55.3112,56.3108,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,64.6408,65.6404,66.3068,66.9732,68.306,68.9724,68.9724,69.6388,70.3052,71.3048,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999,78.9684,79.3016,79.968,79.968,79.968,79.968,80.6344,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,84.2996,84.966,85.2992,86.632,87.2984,87.9648,88.298,88.63119999999999,89.2976,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,93.9624,94.6288,94.6288,95.6284,96.2948,96.9612,96.9612,96.9612,97.2944,97.2944,96.628,96.628,97.2944,97.6276,98.6272,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,101.2928,101.9592,101.9592,101.9592,102.2924,102.6256,103.292,103.292,103.292,103.62519999999999,103.9584,104.6248,105.6244,106.2908,107.2904,107.9568,109.2896,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.9556,110.9556,111.622,111.622,110.2892,109.956,108.6232,108.28999999999999,107.6236,107.6236,107.6236,107.6236,106.9572,105.6244,105.6244,105.6244,105.6244,104.2916,104.2916,104.2916,104.2916,104.2916,103.9584,103.9584,104.6248,104.6248,105.2912,105.9576,106.9572,107.2904,107.6236,108.6232,108.9564,109.6228,110.2892,111.622,112.6216,112.6216,113.95439999999999,114.6208,114.954,115.6204,116.2868,117.2864,117.9528,118.286,119.2856,119.952,120.2852,120.2852,121.2848,121.2848,122.2844,122.2844,123.28399999999999,123.6172,123.9504,124.6168,125.6164,126.2828,127.6156,127.9488,128.9484,129.6148,130.6144,131.2808,131.9472,132.6136,132.9468,132.9468,133.6132,133.6132,134.946,134.946,136.2788,136.612,138.6112,138.9444,139.944,140.9436,140.9436,140.9436,140.9436,140.9436,141.9432,141.9432,141.2768,141.2768,142.2764,142.9428,143.276,143.9424,144.2756,145.2752,146.608,147.27439999999999,147.6076,147.6076,148.274,148.9404,149.94,149.94,150.6064,150.6064,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,150.2732,150.2732,148.9404,148.9404,148.274,147.9408,147.27439999999999,145.9416,145.9416,145.9416,146.608,146.608,147.27439999999999,147.27439999999999,146.608,145.9416,145.2752,145.2752,144.6088,143.9424,143.276,142.9428,141.60999999999999,140.2772,139.944,139.6108,138.6112,137.9448,137.6116,136.9452,136.2788,135.6124,134.946,134.2796,133.6132,132.6136,131.9472,131.2808,130.6144,129.6148,128.6152,127.2824,126.2828,125.6164,125.2832,124.6168,123.9504,123.28399999999999,122.6176,122.9508,123.9504,124.6168,124.6168,123.28399999999999,122.9508,122.9508,122.2844,120.9516,117.9528,116.2868,114.954,112.95479999999999,111.622,110.6224,109.956,108.28999999999999,107.6236,106.9572,104.958,102.6256,100.2932,97.96079999999999,95.6284,91.63,83.9664,77.3024,72.6376,67.97279999999999,65.3072,63.308,63.308,62.3084,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.9768,57.9768,57.9768,57.9768,57.9768,58.6432,59.976,60.6424,61.3088,62.6416,64.6408,65.3072,65.9736,66.64,67.97279999999999,68.6392,69.3056,69.972,71.638,72.3044,72.9708,74.3036,74.97,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,78.6352,78.30199999999999,78.9684,80.6344,81.634,82.96679999999999,83.9664,84.6328,85.9656,88.298,89.964,91.63,91.63,91.2968,91.2968,91.63,92.6296,93.6292,93.6292,93.9624,94.2956,93.9624,94.6288,94.962,95.2952,93.9624,93.9624,94.962,94.2956,92.2964,89.6308,86.632,82.96679999999999,80.3012,77.6356,76.9692,76.3028,76.9692,78.6352,80.6344,81.3008,82.3004,82.96679999999999,84.2996,86.632,89.2976,91.63,92.9628,95.2952,97.6276,99.6268,101.2928,102.6256,104.958,106.624,106.9572,107.9568,108.6232,108.6232,107.9568,107.2904],[10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.9948,13.6612,13.9944,14.6608,14.6608,15.3272,15.3272,15.9936,16.66,17.9928,19.6588,20.9916,22.3244,23.6572,25.6564,26.3228,26.3228,26.9892,27.6556,28.6552,29.3216,29.3216,29.3216,27.9888,26.656,25.9896,25.6564,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,31.3208,31.3208,31.9872,33.32,34.6528,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.984,41.65,42.9828,44.315599999999996,45.9816,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,53.6452,54.6448,55.9776,56.644,57.3104,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,66.64,67.6396,68.306,68.306,68.9724,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.9704,73.9704,73.9704,74.97,75.6364,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,85.6324,86.632,86.632,87.2984,87.6316,88.63119999999999,89.2976,89.964,90.9636,91.63,92.9628,92.9628,92.9628,93.29599999999999,93.9624,94.6288,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.9612,96.628,97.2944,97.96079999999999,98.6272,98.6272,98.6272,99.6268,100.2932,100.6264,101.2928,101.9592,101.9592,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.958,105.6244,105.9576,106.624,107.6236,108.6232,109.2896,109.956,110.2892,110.2892,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,110.9556,110.6224,110.6224,109.956,109.956,109.956,109.2896,107.9568,107.6236,107.6236,107.6236,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,106.2908,106.2908,107.6236,107.9568,108.6232,108.6232,109.6228,109.6228,109.956,110.9556,111.2888,112.2884,112.6216,113.288,113.6212,114.6208,115.2872,116.62,116.9532,117.9528,118.286,118.9524,119.6188,119.952,119.952,120.9516,121.2848,122.2844,122.2844,123.28399999999999,123.9504,125.2832,125.6164,126.2828,127.6156,128.282,128.6152,128.9484,129.948,130.9476,131.2808,131.9472,132.6136,132.9468,133.6132,133.6132,133.6132,134.946,134.946,135.6124,136.612,137.6116,138.6112,139.6108,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,140.9436,140.9436,141.60999999999999,142.2764,143.276,143.9424,144.942,145.6084,146.2748,146.9412,147.9408,147.9408,148.274,148.9404,149.94,149.94,150.6064,150.6064,151.2728,151.2728,151.2728,151.2728,152.6056,152.6056,152.6056,151.2728,150.6064,150.6064,150.2732,149.6068,148.9404,148.274,147.9408,147.9408,147.9408,148.274,148.9404,148.9404,148.9404,148.274,148.274,147.6076,146.2748,145.6084,144.942,143.9424,142.6096,142.2764,141.60999999999999,140.9436,140.2772,139.944,139.2776,138.6112,138.6112,136.9452,136.9452,136.612,136.612,135.94559999999998,135.2792,134.946,133.6132,132.9468,131.614,129.948,129.2816,128.6152,127.6156,127.2824,126.616,125.9496,125.2832,125.2832,125.6164,125.6164,125.6164,124.6168,123.9504,123.9504,123.6172,122.6176,119.952,118.9524,117.2864,115.6204,113.6212,113.288,112.2884,111.2888,110.9556,109.956,108.28999999999999,106.2908,104.6248,102.9588,101.626,97.96079999999999,91.63,84.966,79.3016,74.3036,69.972,67.6396,66.9732,66.3068,65.6404,64.974,63.308,62.6416,61.9752,61.3088,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.3104,56.644,56.644,55.9776,56.644,56.644,57.3104,58.6432,59.976,61.3088,61.9752,62.6416,64.3076,64.974,66.3068,66.9732,68.6392,69.972,71.3048,71.9712,73.304,74.6368,74.6368,75.3032,76.3028,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,77.6356,76.9692,77.6356,79.6348,80.6344,82.96679999999999,84.2996,85.9656,87.2984,88.63119999999999,90.6304,92.2964,92.2964,90.6304,89.964,91.63,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,92.6296,92.6296,93.29599999999999,93.6292,92.2964,92.2964,92.9628,92.2964,90.6304,87.6316,83.9664,81.634,79.3016,77.6356,76.3028,76.3028,76.9692,78.6352,80.6344,81.3008,82.3004,82.96679999999999,84.2996,86.632,89.2976,91.63,92.9628,95.2952,97.6276,99.6268,100.9596,102.6256,104.958,105.9576,106.2908,106.9572,107.2904,106.9572,106.624,105.2912],[10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.9936,17.3264,18.9924,19.6588,20.9916,22.3244,23.9904,24.99,24.99,25.6564,26.3228,27.3224,27.9888,28.6552,28.6552,28.6552,27.3224,26.656,26.3228,25.6564,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.988,30.6544,31.3208,31.9872,33.986399999999996,34.6528,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.6508,40.9836,42.3164,44.6488,46.3148,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.312,54.6448,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,67.6396,67.6396,68.306,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.304,74.3036,74.97,75.6364,75.6364,76.636,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,80.9676,81.3008,81.9672,82.96679999999999,84.2996,84.966,85.6324,85.9656,86.632,87.2984,87.6316,88.63119999999999,89.2976,90.6304,90.6304,90.9636,90.9636,92.2964,92.2964,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.962,95.6284,95.6284,95.9616,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,99.2936,99.6268,100.2932,101.2928,101.9592,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.958,105.6244,105.9576,106.624,107.6236,107.9568,108.9564,109.956,109.956,110.2892,110.9556,111.622,111.622,111.622,111.622,112.2884,111.9552,111.9552,112.95479999999999,113.6212,114.6208,114.6208,114.6208,114.2876,112.95479999999999,112.6216,111.9552,112.2884,111.9552,111.9552,110.9556,110.6224,109.956,109.2896,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.6236,108.9564,109.2896,109.956,109.956,110.2892,110.9556,111.2888,111.622,111.622,112.2884,112.95479999999999,113.288,113.6212,114.6208,115.2872,116.62,117.9528,118.286,118.9524,118.9524,119.6188,119.952,120.9516,121.2848,122.2844,122.2844,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.6156,128.282,128.6152,129.2816,129.6148,130.6144,131.2808,131.9472,132.6136,132.9468,133.6132,133.6132,133.6132,133.6132,134.946,134.946,135.6124,136.2788,137.2784,137.9448,138.9444,139.6108,140.6104,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,140.9436,141.60999999999999,141.60999999999999,142.2764,143.276,143.9424,144.942,145.6084,146.2748,146.9412,147.9408,148.274,148.274,148.9404,149.94,150.6064,150.6064,151.2728,151.2728,151.2728,151.2728,151.606,152.9388,152.9388,152.9388,152.9388,151.9392,151.9392,151.2728,150.6064,150.2732,149.6068,149.6068,148.9404,148.9404,148.9404,149.6068,149.94,149.2736,149.2736,149.94,149.2736,147.9408,147.27439999999999,146.2748,145.2752,144.6088,143.276,142.6096,142.2764,141.2768,140.9436,140.2772,139.944,139.6108,139.6108,138.9444,138.9444,138.278,138.278,138.278,137.6116,136.612,135.6124,134.946,133.28,131.9472,130.6144,129.6148,129.2816,128.6152,127.6156,127.9488,127.6156,127.6156,126.9492,126.2828,126.2828,125.9496,125.9496,125.2832,124.28359999999999,122.2844,120.6184,119.6188,117.9528,115.9536,114.954,114.2876,113.6212,113.288,112.2884,110.9556,109.2896,107.2904,105.9576,104.6248,102.6256,97.6276,92.2964,86.2988,80.9676,75.9696,73.63719999999999,72.9708,71.3048,68.6392,66.9732,66.3068,64.974,63.308,62.6416,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,55.9776,55.3112,55.3112,54.3116,54.978,55.6444,56.3108,57.9768,58.6432,59.309599999999996,60.6424,61.641999999999996,63.308,64.3076,65.6404,67.3064,68.6392,69.972,71.3048,72.6376,73.304,73.9704,74.6368,75.6364,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,77.6356,77.6356,77.6356,76.9692,77.6356,78.9684,80.6344,82.96679999999999,85.2992,86.632,88.298,90.6304,91.63,92.9628,92.9628,89.964,89.2976,90.6304,91.2968,91.2968,92.6296,91.9632,90.6304,90.2972,90.6304,91.2968,91.63,90.6304,89.964,91.2968,90.6304,88.63119999999999,85.9656,82.3004,80.6344,79.3016,77.6356,76.3028,76.3028,76.9692,78.6352,79.968,81.3008,81.634,82.96679999999999,84.2996,86.632,89.2976,91.63,92.9628,95.2952,97.6276,99.6268,100.9596,101.9592,104.2916,105.2912,105.9576,105.9576,106.2908,105.2912,104.2916,102.9588],[10.6624,10.6624,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.328,13.328,13.328,13.9944,13.9944,14.6608,15.3272,15.9936,17.6596,18.326,18.9924,20.3252,21.9912,22.6576,23.323999999999998,23.9904,24.99,25.6564,26.3228,26.9892,27.9888,27.9888,27.3224,27.3224,26.9892,26.9892,26.9892,26.3228,26.3228,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,27.9888,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.988,30.6544,31.3208,31.9872,33.32,33.986399999999996,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,40.6504,41.9832,43.6492,44.982,45.6484,46.9812,48.314,49.6468,50.3132,50.9796,52.3124,52.9788,53.6452,54.3116,55.3112,55.9776,56.644,57.3104,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,65.3072,65.9736,66.64,67.3064,68.9724,69.6388,70.9716,70.9716,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.9704,74.6368,75.6364,76.3028,76.3028,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.964,90.6304,91.63,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.6292,94.6288,94.962,94.962,95.9616,96.9612,97.2944,97.2944,97.96079999999999,98.96039999999999,99.2936,100.2932,101.2928,101.9592,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,105.6244,105.9576,106.624,106.9572,107.6236,107.9568,108.6232,109.2896,109.956,110.9556,111.622,111.622,112.2884,112.95479999999999,113.288,112.95479999999999,112.95479999999999,113.288,114.954,115.2872,115.9536,115.9536,115.9536,114.954,114.2876,113.95439999999999,113.6212,113.95439999999999,113.6212,112.95479999999999,111.9552,111.2888,111.2888,109.956,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,108.28999999999999,108.9564,108.9564,108.9564,109.2896,110.2892,110.9556,110.9556,111.2888,111.622,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,114.954,115.6204,116.2868,117.6196,118.61919999999999,119.6188,119.6188,119.952,120.2852,120.2852,121.2848,122.2844,122.2844,123.6172,124.28359999999999,124.95,125.6164,125.6164,126.2828,127.6156,128.282,128.6152,129.2816,130.6144,130.9476,131.2808,131.9472,132.6136,132.9468,133.6132,133.6132,133.6132,133.6132,134.2796,134.946,135.6124,136.2788,136.9452,137.6116,138.6112,139.6108,139.944,140.6104,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.9424,144.942,145.6084,146.2748,146.9412,147.9408,148.274,148.9404,148.9404,149.94,150.6064,151.2728,151.606,151.9392,151.9392,151.9392,152.2724,152.9388,153.6052,153.6052,153.6052,152.9388,152.2724,152.2724,151.9392,151.2728,150.6064,149.6068,149.6068,148.9404,148.9404,148.9404,149.6068,149.94,149.94,150.6064,149.94,148.9404,147.9408,147.6076,146.9412,145.6084,144.942,143.9424,142.6096,141.9432,141.60999999999999,141.60999999999999,140.9436,140.9436,140.6104,139.944,139.944,140.2772,140.2772,139.944,139.2776,139.6108,138.278,137.6116,135.94559999999998,133.6132,132.6136,131.9472,130.6144,129.948,129.6148,129.2816,129.2816,128.6152,128.6152,128.282,128.282,127.6156,127.2824,126.9492,125.9496,124.28359999999999,122.2844,121.2848,119.952,117.9528,116.62,115.2872,114.2876,113.6212,112.95479999999999,111.2888,109.956,108.9564,108.28999999999999,106.9572,104.958,101.9592,98.294,92.2964,87.2984,82.96679999999999,80.6344,79.968,76.9692,72.9708,70.6384,69.3056,67.97279999999999,66.3068,64.974,63.308,62.3084,60.6424,59.976,59.309599999999996,57.9768,56.644,55.9776,54.978,54.3116,53.6452,53.6452,53.9784,54.978,55.6444,56.977199999999996,57.6436,58.9764,59.976,60.6424,61.9752,63.308,66.3068,67.6396,68.9724,70.3052,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,76.636,77.3024,77.3024,77.3024,77.6356,77.6356,76.9692,76.9692,76.9692,77.6356,78.6352,79.968,82.96679999999999,85.2992,86.632,88.63119999999999,91.2968,92.6296,93.29599999999999,92.9628,89.964,88.9644,88.9644,88.9644,88.9644,89.6308,89.2976,88.298,87.6316,87.9648,88.63119999999999,88.63119999999999,88.298,88.63119999999999,89.2976,88.298,87.2984,83.9664,81.3008,79.6348,78.6352,76.9692,76.3028,76.3028,76.9692,77.6356,79.968,80.6344,81.634,82.96679999999999,84.2996,86.632,89.2976,91.63,93.29599999999999,95.2952,96.9612,98.96039999999999,100.9596,101.9592,104.2916,105.2912,105.2912,105.2912,104.2916,103.62519999999999,101.9592,100.6264],[10.6624,11.3288,11.3288,11.3288,12.3284,12.3284,12.9948,12.9948,13.328,13.328,13.328,13.328,13.9944,14.6608,14.6608,15.3272,16.3268,16.993199999999998,18.326,18.9924,19.992,21.3248,21.9912,22.6576,23.6572,24.99,25.6564,26.3228,27.3224,27.3224,27.3224,27.3224,27.6556,27.6556,27.6556,27.6556,26.9892,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.9892,26.9892,27.3224,27.3224,27.3224,27.9888,27.9888,27.9888,27.9888,28.322,28.322,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.988,29.988,30.6544,31.3208,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,37.9848,38.6512,38.6512,39.3176,41.3168,42.3164,43.6492,44.982,46.3148,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,53.6452,53.9784,54.6448,55.9776,56.644,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,62.6416,64.6408,65.3072,65.9736,66.64,67.6396,68.9724,70.3052,70.9716,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,74.3036,75.6364,75.6364,75.6364,75.9696,76.636,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.6344,81.3008,81.3008,82.3004,82.3004,83.6332,83.6332,83.3,84.6328,85.9656,85.6324,86.2988,87.2984,87.9648,88.298,89.2976,90.2972,90.2972,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.6292,94.6288,95.2952,95.6284,96.9612,96.9612,97.2944,98.294,98.96039999999999,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,103.9584,104.2916,104.958,104.958,104.6248,105.2912,105.6244,105.9576,106.9572,107.6236,107.9568,107.9568,108.6232,109.2896,110.6224,110.9556,111.622,112.2884,113.288,113.288,112.95479999999999,113.6212,114.2876,114.954,116.62,117.2864,117.2864,117.2864,116.62,116.2868,115.6204,115.6204,115.6204,114.6208,113.6212,113.6212,113.288,112.6216,111.2888,111.2888,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.2896,109.2896,110.2892,110.2892,110.9556,111.2888,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,114.6208,115.2872,116.62,117.2864,118.61919999999999,118.9524,119.952,119.952,120.2852,120.9516,121.2848,121.9512,122.2844,122.9508,124.6168,125.2832,125.6164,125.9496,126.2828,126.9492,128.282,128.6152,129.2816,129.6148,130.6144,130.9476,131.2808,131.9472,132.6136,132.6136,132.9468,133.6132,133.6132,133.6132,134.2796,134.946,135.6124,136.2788,136.9452,137.2784,138.278,139.2776,139.944,139.944,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,143.276,143.9424,145.2752,146.2748,146.9412,147.27439999999999,148.274,148.274,148.9404,149.2736,150.6064,151.2728,151.606,151.606,151.9392,151.9392,152.2724,152.2724,153.6052,153.6052,153.6052,153.6052,152.9388,152.9388,152.2724,151.9392,151.2728,150.6064,150.2732,149.6068,148.9404,148.9404,148.9404,148.9404,149.6068,149.94,150.6064,149.94,149.2736,148.6072,148.274,147.6076,146.9412,145.6084,144.2756,143.9424,142.6096,142.2764,141.9432,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.9432,142.2764,141.60999999999999,141.60999999999999,140.9436,140.9436,140.2772,139.944,138.278,135.94559999999998,134.2796,133.6132,132.9468,132.2804,131.614,131.614,130.6144,130.6144,130.6144,130.6144,129.948,129.948,129.2816,128.9484,127.9488,125.9496,124.6168,122.9508,121.2848,119.6188,118.61919999999999,117.2864,115.9536,114.954,114.2876,112.95479999999999,111.2888,110.2892,109.6228,108.9564,107.6236,104.958,101.9592,97.6276,92.9628,88.63119999999999,86.632,85.6324,81.9672,76.9692,74.3036,72.6376,70.6384,68.306,66.9732,65.3072,63.9744,61.9752,60.6424,59.309599999999996,57.9768,56.644,55.9776,54.978,53.6452,52.9788,52.9788,53.312,53.312,54.978,55.6444,56.977199999999996,57.6436,58.6432,59.309599999999996,60.6424,61.9752,64.6408,66.3068,67.6396,68.9724,69.972,70.6384,71.3048,71.9712,73.63719999999999,74.3036,74.97,75.6364,75.9696,76.636,76.636,76.636,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,78.6352,79.968,82.96679999999999,85.2992,87.2984,88.63119999999999,91.9632,92.6296,93.6292,92.2964,89.2976,88.298,88.298,87.6316,87.2984,87.2984,86.9652,86.9652,86.2988,86.2988,86.9652,87.2984,87.2984,86.632,87.9648,86.632,84.966,81.634,79.6348,78.30199999999999,77.3024,76.3028,75.6364,75.6364,76.3028,77.6356,79.968,80.6344,80.9676,82.3004,84.2996,86.632,88.63119999999999,91.2968,93.29599999999999,95.2952,96.9612,98.96039999999999,100.9596,101.9592,103.9584,104.958,104.958,103.9584,102.6256,100.9596,98.96039999999999,97.6276],[11.9952,12.6616,12.6616,12.6616,12.6616,12.6616,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,14.6608,14.6608,15.3272,15.6604,16.3268,16.993199999999998,17.6596,18.9924,19.6588,20.3252,20.9916,21.658,23.6572,24.3236,24.99,25.6564,26.3228,26.9892,26.9892,27.9888,28.6552,28.6552,27.9888,27.9888,27.3224,27.3224,26.656,26.9892,26.9892,26.9892,26.9892,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.6552,28.6552,28.6552,28.6552,28.6552,28.6552,29.3216,29.3216,29.988,29.988,30.6544,31.3208,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.3184,37.9848,39.3176,40.6504,41.3168,42.6496,44.982,46.3148,47.6476,48.314,49.6468,50.3132,51.646,52.3124,53.312,53.9784,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.9732,68.306,69.6388,70.3052,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,73.304,73.9704,74.6368,74.6368,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.634,82.3004,82.96679999999999,83.9664,84.6328,84.6328,85.2992,86.632,87.9648,87.9648,88.298,88.298,88.63119999999999,90.2972,90.6304,91.2968,91.9632,93.29599999999999,93.9624,95.2952,95.9616,96.2948,97.2944,97.6276,98.294,99.2936,100.2932,101.626,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.6244,105.6244,105.9576,106.624,107.2904,107.9568,107.9568,108.6232,109.2896,109.956,110.6224,110.9556,111.622,112.2884,113.288,113.6212,114.954,114.954,115.2872,116.62,117.2864,117.6196,117.2864,117.2864,116.62,116.2868,116.2868,116.2868,115.6204,115.6204,115.2872,114.6208,114.2876,113.6212,113.288,112.2884,111.9552,111.9552,111.2888,111.2888,110.9556,110.9556,110.9556,111.2888,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.95439999999999,113.95439999999999,114.2876,114.6208,115.2872,115.2872,115.6204,116.62,117.2864,118.286,118.61919999999999,119.6188,120.9516,120.9516,121.2848,121.2848,122.2844,122.2844,122.9508,123.6172,125.2832,125.9496,126.616,127.6156,128.282,128.6152,128.6152,129.2816,129.948,130.6144,130.6144,130.6144,131.2808,131.9472,132.6136,132.6136,133.28,133.28,134.2796,134.2796,134.2796,134.946,135.2792,136.2788,137.2784,137.6116,138.6112,139.6108,139.944,139.944,140.2772,140.2772,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,144.2756,145.2752,146.2748,147.27439999999999,147.6076,148.274,148.274,148.9404,149.2736,149.94,150.6064,150.93959999999998,150.93959999999998,151.9392,151.9392,151.9392,152.2724,152.2724,152.2724,152.2724,152.2724,152.9388,152.9388,152.9388,152.6056,151.606,150.6064,149.6068,148.9404,148.9404,148.6072,148.6072,148.9404,149.6068,149.94,150.6064,150.6064,149.6068,149.6068,149.94,148.9404,147.27439999999999,145.9416,144.2756,143.9424,143.276,142.9428,142.9428,142.9428,142.6096,142.6096,143.276,143.276,143.9424,143.9424,143.276,143.276,143.276,142.6096,142.6096,140.9436,138.6112,136.9452,136.612,135.94559999999998,135.2792,134.946,133.9464,132.9468,132.9468,132.2804,132.2804,131.2808,130.6144,130.2812,129.6148,128.9484,127.6156,126.616,125.2832,123.6172,121.9512,120.2852,118.9524,117.6196,116.62,115.2872,115.2872,113.6212,112.6216,110.9556,110.6224,109.2896,107.2904,104.958,100.9596,97.2944,93.9624,91.63,89.2976,85.6324,81.634,78.9684,76.3028,74.3036,71.638,69.6388,68.306,66.3068,63.308,61.3088,59.976,58.6432,57.3104,55.9776,54.978,53.6452,52.9788,52.9788,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,57.6436,58.31,59.976,61.3088,63.308,64.6408,65.9736,67.6396,68.306,69.6388,70.3052,71.3048,72.6376,73.304,73.9704,74.6368,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,77.6356,78.30199999999999,79.968,82.96679999999999,85.2992,87.2984,89.2976,91.2968,92.6296,91.9632,91.2968,88.9644,87.6316,86.9652,86.9652,86.2988,86.2988,85.9656,85.6324,85.6324,85.9656,86.2988,86.2988,85.6324,85.6324,86.2988,84.6328,82.96679999999999,80.3012,76.9692,76.3028,75.6364,74.97,74.3036,74.97,75.6364,76.9692,78.9684,79.968,80.9676,82.3004,82.96679999999999,85.2992,88.298,91.2968,92.9628,94.962,96.628,98.294,100.2932,101.2928,102.6256,102.9588,103.292,102.2924,100.2932,97.96079999999999,95.6284,94.6288],[12.6616,12.6616,12.6616,12.6616,12.6616,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,15.6604,15.6604,16.3268,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,22.3244,23.6572,24.3236,24.99,25.6564,26.3228,26.9892,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.3224,27.3224,27.6556,27.6556,28.322,28.322,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.9884,28.9884,29.3216,28.6552,28.6552,28.6552,28.6552,28.6552,29.3216,29.3216,29.988,29.988,30.6544,30.6544,31.3208,31.9872,32.6536,32.6536,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,36.652,36.652,38.6512,39.3176,39.984,41.3168,43.6492,44.982,46.3148,46.9812,48.314,49.6468,50.3132,51.646,52.6456,53.312,53.9784,55.3112,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,62.3084,63.308,63.9744,65.6404,66.9732,68.306,69.6388,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,72.6376,73.304,73.9704,74.6368,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,77.6356,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,80.6344,81.9672,82.96679999999999,84.2996,84.966,85.6324,86.2988,86.2988,86.9652,87.2984,87.6316,88.63119999999999,89.964,90.6304,91.63,93.29599999999999,93.9624,95.2952,95.6284,96.2948,96.9612,97.6276,98.294,99.2936,100.2932,100.9596,101.2928,101.2928,101.9592,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.9576,106.624,106.9572,107.9568,107.9568,108.6232,108.6232,109.956,110.6224,110.9556,112.2884,112.6216,113.6212,114.954,115.2872,115.2872,115.9536,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.2868,116.2868,116.2868,116.2868,115.9536,115.9536,115.2872,114.954,114.954,114.2876,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.95439999999999,113.95439999999999,114.2876,114.6208,115.2872,115.2872,115.9536,115.9536,116.2868,117.2864,117.6196,118.9524,118.9524,119.6188,120.9516,121.618,121.9512,121.9512,122.2844,122.9508,123.28399999999999,124.28359999999999,125.9496,126.9492,127.6156,128.282,128.6152,129.2816,129.2816,129.6148,130.6144,130.6144,130.6144,130.9476,131.2808,131.9472,131.9472,132.6136,133.28,133.28,134.2796,134.2796,134.2796,134.946,135.2792,135.2792,136.612,137.2784,137.9448,138.9444,139.6108,139.944,139.944,140.2772,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,143.6092,144.942,146.2748,147.27439999999999,147.27439999999999,147.9408,148.274,148.9404,149.2736,149.94,150.6064,150.6064,150.93959999999998,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.9392,151.606,150.93959999999998,149.94,149.6068,148.9404,148.9404,148.6072,148.6072,148.6072,148.9404,149.94,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,150.6064,148.9404,146.9412,144.942,143.9424,143.276,143.276,143.6092,143.9424,143.276,143.6092,144.6088,144.6088,145.6084,145.6084,144.942,144.942,144.6088,144.2756,143.9424,143.276,141.60999999999999,139.6108,138.9444,138.278,136.9452,136.612,135.94559999999998,135.2792,134.6128,134.2796,134.2796,133.6132,132.2804,131.2808,130.6144,130.2812,128.282,126.9492,125.6164,124.28359999999999,122.2844,120.9516,119.952,118.286,116.9532,115.9536,115.6204,114.2876,112.95479999999999,111.9552,110.9556,109.956,107.9568,105.9576,103.292,99.6268,96.2948,92.9628,90.6304,88.298,83.6332,80.9676,78.30199999999999,76.3028,72.9708,70.9716,69.6388,66.9732,63.9744,61.9752,59.976,58.6432,57.3104,56.644,54.978,54.3116,53.6452,52.9788,52.6456,53.312,53.312,53.9784,54.978,55.6444,56.977199999999996,57.6436,59.309599999999996,60.6424,62.3084,63.308,64.6408,65.9736,67.6396,68.306,69.6388,70.3052,71.9712,72.6376,73.304,73.9704,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.9692,78.30199999999999,79.968,82.96679999999999,85.2992,87.9648,89.2976,90.6304,91.9632,90.6304,90.2972,88.298,87.2984,86.2988,85.6324,84.966,84.2996,84.2996,84.966,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,83.3,80.9676,78.6352,76.3028,74.97,74.3036,73.63719999999999,74.3036,74.3036,75.6364,76.3028,78.30199999999999,79.968,80.3012,81.634,82.3004,83.9664,87.2984,90.6304,92.9628,94.962,96.628,98.294,100.2932,101.2928,101.9592,101.9592,101.9592,100.2932,97.96079999999999,95.9616,92.9628,90.9636],[13.328,13.328,13.328,13.328,13.328,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.6604,15.6604,16.3268,17.6596,18.326,18.9924,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,24.99,25.6564,26.3228,26.3228,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.9888,27.9888,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.988,29.3216,29.3216,29.3216,29.3216,29.3216,29.3216,29.3216,29.988,29.988,30.6544,30.6544,31.3208,31.9872,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,35.3192,35.9856,35.9856,36.652,37.3184,37.9848,39.3176,40.6504,41.65,42.9828,44.315599999999996,45.6484,46.3148,47.6476,48.314,49.6468,50.9796,51.646,52.9788,53.6452,54.978,55.6444,56.3108,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,64.974,66.3068,67.6396,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,70.6384,71.9712,72.6376,73.304,73.9704,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.9692,76.9692,77.6356,78.30199999999999,79.3016,80.9676,82.3004,82.96679999999999,84.2996,84.2996,84.966,84.966,85.6324,86.2988,87.2984,87.6316,88.9644,89.964,91.2968,92.6296,93.6292,93.9624,94.962,95.9616,96.9612,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,99.6268,100.2932,101.2928,101.9592,102.6256,102.9588,103.62519999999999,103.62519999999999,104.2916,104.958,105.2912,106.2908,106.9572,106.9572,107.2904,108.28999999999999,108.6232,109.2896,109.956,111.622,112.6216,113.6212,114.2876,114.2876,114.6208,115.6204,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.6204,115.2872,114.954,114.954,114.2876,113.6212,113.288,113.288,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.6196,118.286,118.9524,119.6188,120.2852,121.9512,122.6176,122.9508,122.9508,122.9508,122.9508,123.6172,125.2832,126.616,127.6156,128.6152,128.9484,129.2816,129.6148,129.6148,129.6148,130.9476,130.9476,130.9476,130.9476,131.9472,131.9472,131.9472,132.6136,132.9468,133.28,133.6132,133.6132,134.2796,134.946,135.2792,135.2792,136.612,137.2784,137.9448,138.9444,138.9444,139.6108,139.944,140.2772,140.9436,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,143.276,144.942,146.2748,146.608,147.27439999999999,147.9408,148.274,148.9404,149.2736,149.94,149.94,149.94,150.6064,151.2728,151.2728,151.2728,151.2728,151.2728,151.2728,150.6064,150.6064,150.6064,150.6064,149.94,149.6068,148.9404,148.9404,148.6072,148.6072,148.6072,148.6072,148.9404,149.6068,149.94,150.6064,151.2728,151.2728,151.9392,151.9392,151.9392,151.2728,149.2736,147.27439999999999,146.2748,144.942,144.2756,144.2756,144.2756,144.6088,144.942,145.6084,145.6084,146.2748,145.9416,146.608,146.608,145.9416,145.9416,145.9416,145.6084,144.2756,143.276,142.6096,141.9432,140.2772,139.6108,139.2776,138.6112,137.6116,136.9452,136.612,135.94559999999998,135.6124,133.6132,132.9468,131.9472,130.6144,128.6152,126.9492,125.6164,124.28359999999999,122.9508,121.2848,119.952,118.286,117.6196,116.62,115.9536,114.2876,112.95479999999999,112.2884,110.9556,109.956,107.6236,105.6244,102.6256,98.96039999999999,96.2948,92.9628,90.6304,87.6316,84.2996,81.3008,78.9684,76.9692,73.9704,71.9712,69.6388,67.6396,64.6408,62.3084,60.6424,59.309599999999996,57.9768,57.3104,55.6444,54.978,54.3116,53.6452,53.312,53.312,53.312,53.9784,54.6448,55.3112,56.3108,57.6436,58.31,59.6428,61.3088,61.9752,63.308,64.6408,66.9732,67.6396,68.9724,69.6388,71.3048,72.6376,73.304,73.9704,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.9684,80.6344,82.96679999999999,85.6324,87.9648,88.9644,89.6308,89.964,89.2976,89.2976,88.298,87.2984,86.2988,84.966,83.6332,82.96679999999999,83.6332,84.2996,83.6332,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,81.634,79.6348,76.9692,75.6364,74.3036,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,77.3024,79.3016,79.6348,80.3012,81.634,83.6332,86.632,89.2976,92.9628,94.962,95.9616,97.96079999999999,100.2932,100.9596,101.2928,101.2928,100.2932,98.6272,95.6284,92.2964,89.2976,87.6316],[13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,13.9944,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.6604,16.3268,16.993199999999998,17.6596,18.326,18.9924,19.6588,20.3252,20.3252,20.9916,21.658,22.3244,24.3236,24.99,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,26.656,27.3224,27.3224,27.9888,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.654,31.654,30.9876,30.9876,30.3212,30.3212,30.3212,30.6544,30.6544,30.6544,30.6544,29.988,29.988,29.988,29.988,30.6544,30.6544,30.6544,31.3208,31.3208,31.9872,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,35.3192,35.3192,35.9856,35.9856,37.3184,37.9848,38.6512,39.3176,40.9836,41.65,42.9828,44.315599999999996,44.982,46.3148,46.9812,48.314,49.6468,50.9796,51.646,52.3124,53.6452,54.3116,54.978,55.6444,56.644,57.3104,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,63.6412,64.974,66.9732,67.6396,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,70.6384,71.9712,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,75.6364,75.6364,76.3028,77.6356,79.3016,80.3012,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,87.2984,88.9644,89.964,91.2968,92.6296,93.29599999999999,93.9624,94.6288,95.9616,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.96,101.2928,101.9592,101.9592,103.292,103.62519999999999,104.2916,104.958,105.6244,106.2908,106.2908,106.9572,107.6236,107.9568,108.6232,109.956,111.622,112.2884,112.95479999999999,113.6212,114.2876,114.2876,115.6204,115.6204,115.9536,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,116.62,115.9536,115.2872,115.2872,114.954,114.2876,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,114.2876,114.2876,114.954,115.6204,115.6204,115.9536,116.62,116.9532,117.6196,117.6196,117.6196,117.2864,117.6196,117.6196,117.9528,118.9524,119.6188,119.6188,120.2852,121.9512,122.6176,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,125.6164,127.6156,128.282,128.9484,129.6148,129.6148,130.2812,130.2812,130.2812,130.9476,130.9476,130.9476,131.614,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,135.2792,136.612,136.612,137.6116,138.6112,138.6112,138.9444,139.2776,139.944,140.6104,140.9436,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,143.276,144.6088,145.6084,146.2748,146.608,147.27439999999999,147.9408,148.274,148.9404,149.6068,149.6068,149.6068,149.94,150.6064,150.6064,150.6064,150.2732,150.2732,149.94,149.94,149.94,149.6068,149.2736,148.6072,148.6072,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.6068,150.6064,151.2728,151.2728,151.2728,151.9392,152.6056,152.6056,152.6056,150.6064,148.274,146.9412,145.6084,145.2752,145.2752,145.2752,145.6084,146.2748,146.2748,146.2748,147.27439999999999,147.27439999999999,147.6076,147.6076,147.6076,147.6076,146.608,146.608,145.9416,144.942,144.942,144.2756,143.276,141.9432,141.60999999999999,140.9436,140.2772,138.9444,137.9448,137.6116,136.612,134.946,133.6132,131.9472,130.6144,128.6152,126.9492,125.6164,124.28359999999999,122.9508,121.2848,119.952,118.286,117.6196,116.62,115.9536,114.2876,112.95479999999999,112.2884,110.9556,109.956,107.6236,105.2912,102.2924,98.6272,95.6284,92.2964,89.964,87.6316,84.966,81.9672,79.6348,77.6356,74.97,72.9708,70.3052,68.306,65.3072,63.308,61.3088,59.976,58.6432,57.9768,56.3108,55.6444,54.978,54.3116,53.312,53.312,53.312,53.312,53.9784,54.6448,55.6444,56.977199999999996,57.6436,58.9764,59.976,61.3088,62.6416,63.9744,65.6404,66.9732,67.6396,68.9724,70.6384,71.3048,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.97,75.6364,76.9692,78.30199999999999,79.6348,82.3004,84.2996,86.632,88.298,88.298,88.298,88.298,87.6316,87.2984,86.2988,84.6328,83.3,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,81.634,80.3012,77.6356,76.3028,74.3036,72.9708,71.638,71.638,72.3044,73.63719999999999,74.3036,74.97,76.636,78.30199999999999,78.6352,79.3016,80.6344,82.3004,85.2992,88.298,91.63,93.9624,95.6284,97.6276,99.2936,100.6264,100.6264,99.96,98.96039999999999,96.9612,93.6292,89.2976,86.2988,83.9664],[14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,16.3268,16.3268,16.993199999999998,17.6596,18.326,18.9924,19.6588,19.6588,20.3252,20.9916,21.658,22.3244,22.9908,23.6572,23.6572,23.6572,24.3236,24.3236,24.3236,24.99,25.6564,26.3228,26.9892,27.6556,28.9884,29.654799999999998,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.6536,32.6536,32.6536,32.6536,32.3204,32.3204,32.3204,32.3204,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,31.3208,31.9872,31.9872,33.32,33.32,33.986399999999996,33.986399999999996,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.9848,39.3176,39.984,40.6504,41.9832,42.6496,44.315599999999996,44.982,45.6484,46.9812,47.6476,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,61.3088,62.6416,64.6408,65.9736,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,69.972,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,78.6352,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.966,86.632,87.2984,88.9644,89.964,90.6304,91.63,92.2964,93.6292,93.9624,95.2952,95.9616,96.2948,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,100.9596,100.9596,101.9592,102.6256,103.62519999999999,104.6248,104.958,105.6244,106.2908,106.2908,106.9572,108.28999999999999,108.6232,109.956,110.9556,112.2884,112.95479999999999,113.6212,114.2876,114.954,114.954,115.9536,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.2864,116.62,116.62,115.9536,115.6204,115.6204,114.954,114.954,114.954,114.954,115.6204,116.2868,116.62,117.2864,117.2864,117.6196,118.286,118.286,118.9524,118.9524,118.61919999999999,118.286,117.9528,117.6196,117.9528,118.9524,119.952,120.9516,121.2848,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,126.2828,128.282,128.9484,129.2816,129.6148,130.9476,131.614,131.614,131.614,131.2808,131.2808,131.2808,131.2808,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,133.28,134.2796,134.2796,134.946,135.2792,135.6124,136.2788,136.612,137.2784,137.9448,138.6112,138.9444,139.6108,139.944,140.6104,140.2772,140.9436,140.9436,141.60999999999999,142.2764,142.6096,144.2756,144.942,145.6084,146.2748,146.2748,146.608,146.608,147.27439999999999,148.274,148.9404,148.9404,148.9404,149.6068,149.6068,148.9404,148.9404,149.6068,149.6068,149.6068,149.6068,148.9404,148.9404,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.6068,150.2732,151.2728,151.606,152.6056,152.6056,152.6056,153.272,152.9388,152.9388,151.2728,149.6068,147.9408,146.608,146.2748,145.6084,146.2748,146.2748,147.27439999999999,147.27439999999999,147.27439999999999,148.274,148.274,148.9404,148.9404,148.9404,148.9404,147.6076,147.6076,147.6076,147.27439999999999,147.27439999999999,146.9412,145.2752,144.6088,143.9424,143.276,142.6096,141.60999999999999,140.6104,138.9444,137.6116,135.2792,133.6132,131.614,130.2812,129.2816,127.6156,125.6164,124.28359999999999,122.9508,121.2848,119.952,118.286,117.6196,116.62,115.9536,114.2876,112.6216,111.622,110.9556,108.9564,106.9572,104.6248,101.626,97.96079999999999,95.2952,91.9632,89.6308,87.2984,84.2996,82.6336,80.9676,78.9684,75.6364,73.63719999999999,70.9716,68.9724,66.3068,64.3076,61.9752,60.6424,59.309599999999996,57.9768,56.977199999999996,56.3108,54.978,54.3116,52.9788,52.9788,52.3124,52.3124,52.9788,52.9788,54.3116,55.6444,56.3108,57.6436,59.309599999999996,60.6424,61.3088,62.6416,63.9744,65.6404,66.3068,66.9732,68.6392,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,73.9704,75.6364,76.9692,78.9684,80.6344,83.6332,84.966,86.2988,87.2984,87.2984,86.9652,86.2988,85.6324,84.2996,82.96679999999999,82.96679999999999,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.9672,81.9672,81.3008,81.3008,79.6348,78.30199999999999,76.3028,74.97,72.9708,72.3044,70.9716,70.9716,71.9712,72.6376,73.63719999999999,74.3036,75.6364,76.9692,76.9692,77.6356,79.6348,81.3008,84.2996,86.9652,90.6304,93.6292,95.6284,97.6276,99.2936,99.96,99.6268,98.6272,97.2944,94.2956,90.6304,86.9652,82.96679999999999,80.6344],[14.6608,14.6608,14.6608,14.6608,14.6608,15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.3268,16.993199999999998,16.993199999999998,17.6596,18.326,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,21.658,22.3244,22.9908,22.9908,22.3244,22.9908,22.9908,22.9908,23.6572,24.3236,25.6564,26.3228,26.9892,28.9884,29.654799999999998,30.3212,30.9876,30.9876,31.654,32.3204,32.3204,33.32,33.32,33.32,33.32,32.9868,32.9868,33.6532,33.6532,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,43.6492,44.315599999999996,44.982,45.6484,46.3148,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.6452,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,59.976,61.3088,63.308,63.9744,64.974,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.6396,69.3056,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.3044,71.9712,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,74.3036,74.97,76.636,77.3024,78.30199999999999,79.3016,79.968,79.968,80.6344,81.9672,82.6336,83.6332,84.966,85.9656,87.2984,88.9644,89.964,90.2972,91.2968,92.2964,93.29599999999999,93.9624,93.9624,94.6288,95.2952,95.9616,96.2948,96.9612,97.6276,97.6276,98.96039999999999,98.96039999999999,100.2932,100.9596,101.626,102.2924,103.292,103.9584,104.958,104.958,105.6244,106.2908,106.9572,108.28999999999999,109.956,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,114.2876,114.2876,115.6204,115.9536,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.286,117.6196,116.9532,116.9532,116.62,115.9536,116.2868,115.6204,115.6204,115.6204,115.6204,116.2868,116.62,117.2864,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,117.9528,117.9528,117.9528,118.9524,120.2852,121.2848,121.9512,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,125.6164,126.2828,128.282,129.6148,129.6148,130.2812,131.614,131.614,131.614,131.614,131.2808,131.2808,131.2808,131.2808,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,134.2796,134.2796,134.946,135.6124,135.6124,136.612,136.612,137.6116,137.9448,138.9444,138.9444,139.6108,139.944,140.2772,140.2772,140.9436,140.9436,142.2764,142.6096,143.6092,144.2756,145.2752,145.6084,145.9416,146.2748,145.9416,146.608,147.6076,148.274,148.274,148.274,148.274,148.274,148.274,148.274,148.9404,148.9404,148.9404,148.9404,148.274,148.274,148.274,148.274,148.9404,149.2736,149.2736,149.2736,149.2736,149.2736,150.2732,150.6064,151.2728,151.606,152.6056,152.9388,152.9388,153.6052,153.272,153.272,151.9392,150.6064,148.274,147.27439999999999,146.608,146.2748,147.27439999999999,147.27439999999999,147.6076,148.274,148.274,148.9404,149.6068,149.94,150.2732,150.2732,149.6068,149.6068,148.9404,148.9404,148.9404,148.274,147.9408,147.27439999999999,146.2748,145.2752,144.2756,143.9424,142.9428,141.9432,140.6104,138.9444,136.612,133.9464,131.614,130.6144,129.2816,127.6156,125.6164,123.9504,122.6176,120.6184,119.2856,118.286,117.6196,116.62,115.9536,114.2876,112.6216,111.622,110.9556,108.6232,105.9576,103.62519999999999,100.6264,97.96079999999999,94.6288,91.2968,88.9644,86.632,84.966,83.3,81.3008,78.9684,76.636,74.3036,71.9712,68.9724,66.9732,64.974,63.308,61.3088,59.309599999999996,58.6432,57.6436,56.3108,55.6444,54.978,53.6452,52.9788,52.3124,52.3124,52.3124,52.3124,53.6452,54.3116,55.6444,56.3108,57.9768,59.309599999999996,60.6424,61.3088,63.308,64.3076,64.974,65.6404,67.3064,68.6392,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,72.6376,73.9704,75.6364,76.9692,78.9684,81.634,82.96679999999999,84.966,85.6324,86.2988,85.6324,84.966,84.2996,84.2996,82.96679999999999,82.3004,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,78.9684,76.9692,74.97,73.63719999999999,72.3044,70.9716,70.3052,70.3052,70.6384,71.3048,72.3044,73.63719999999999,74.97,75.6364,76.3028,76.9692,78.9684,80.6344,83.6332,87.2984,89.964,93.29599999999999,95.2952,96.9612,98.294,99.2936,98.96039999999999,97.96079999999999,95.6284,92.9628,88.63119999999999,84.6328,80.9676,78.9684],[15.3272,15.3272,15.3272,15.3272,15.3272,15.9936,15.9936,15.9936,15.9936,15.9936,15.9936,16.66,16.66,16.66,15.9936,15.9936,16.993199999999998,17.6596,17.6596,17.6596,18.326,18.9924,19.6588,20.3252,20.3252,20.3252,20.9916,21.658,22.3244,22.3244,22.3244,21.658,22.3244,22.3244,22.3244,22.3244,23.6572,24.3236,25.6564,26.3228,28.322,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.9868,32.9868,32.9868,32.9868,32.9868,33.6532,33.6532,34.3196,34.3196,35.3192,35.3192,35.9856,35.9856,36.652,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.3168,41.9832,42.9828,43.6492,44.315599999999996,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,53.6452,54.6448,54.6448,55.3112,56.3108,58.6432,59.976,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.308,63.308,63.9744,64.6408,66.64,68.306,68.9724,70.3052,70.9716,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.3044,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,73.63719999999999,74.3036,75.3032,76.636,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,82.96679999999999,84.6328,85.9656,87.2984,88.298,89.2976,89.964,90.2972,91.2968,92.2964,92.2964,92.9628,93.6292,93.9624,94.6288,95.2952,95.6284,96.9612,97.6276,98.294,98.294,99.96,100.6264,101.626,102.2924,103.292,103.62519999999999,104.6248,105.6244,105.2912,106.2908,107.6236,108.6232,109.6228,110.2892,111.622,112.2884,112.6216,112.95479999999999,114.2876,114.954,115.2872,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.9524,118.9524,118.286,118.286,117.6196,117.6196,117.2864,116.62,116.9532,116.9532,116.9532,117.2864,117.9528,118.286,118.9524,118.9524,119.952,120.2852,120.9516,120.2852,120.2852,120.9516,119.952,119.2856,119.2856,118.9524,118.286,119.2856,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,125.9496,126.9492,128.6152,129.6148,130.6144,131.2808,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.614,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.28,133.6132,134.2796,134.946,135.2792,135.6124,136.612,136.612,137.6116,137.9448,138.6112,138.9444,139.6108,139.944,139.944,140.2772,140.2772,140.9436,141.60999999999999,142.2764,143.6092,143.9424,144.2756,144.942,145.2752,145.9416,145.9416,145.9416,147.27439999999999,147.6076,147.9408,147.9408,147.9408,147.9408,147.9408,147.9408,148.6072,148.6072,147.9408,147.9408,147.27439999999999,147.27439999999999,147.9408,148.274,148.9404,148.9404,148.9404,148.9404,148.9404,148.9404,149.6068,150.2732,151.2728,151.606,152.9388,153.272,154.2716,154.938,154.938,153.9384,152.9388,150.6064,149.2736,147.6076,147.6076,148.274,148.274,148.9404,148.9404,149.6068,149.6068,150.2732,150.6064,150.93959999999998,151.2728,150.6064,150.6064,150.6064,150.2732,150.2732,149.6068,148.9404,148.6072,147.27439999999999,146.608,146.2748,145.2752,144.2756,143.6092,142.9428,141.9432,139.944,137.6116,134.6128,132.9468,131.2808,129.2816,126.9492,125.6164,123.9504,122.2844,120.2852,119.6188,118.286,117.9528,116.62,116.2868,114.2876,112.6216,111.622,110.9556,108.6232,105.9576,103.292,100.6264,97.96079999999999,94.2956,91.2968,88.298,86.9652,84.966,83.6332,81.9672,79.968,76.636,74.3036,71.9712,69.6388,66.9732,65.6404,63.9744,61.3088,59.976,58.6432,57.6436,56.977199999999996,55.6444,54.978,53.6452,52.9788,52.3124,52.3124,52.3124,52.3124,53.6452,54.3116,54.978,55.6444,57.3104,58.6432,59.976,61.3088,61.3088,61.9752,62.6416,64.6408,66.3068,66.9732,67.6396,68.306,68.6392,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,73.304,74.97,77.6356,79.6348,80.9676,83.3,84.2996,85.6324,85.6324,84.966,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,81.9672,81.9672,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,77.6356,75.6364,73.63719999999999,72.3044,70.6384,69.972,69.3056,69.3056,69.3056,69.972,71.3048,72.6376,73.9704,74.6368,75.6364,76.9692,78.30199999999999,80.6344,84.2996,87.2984,89.964,93.6292,94.962,97.6276,98.294,98.96039999999999,98.6272,97.6276,94.962,91.63,87.2984,82.96679999999999,79.6348,78.6352],[16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,16.66,17.6596,17.6596,17.6596,18.326,18.9924,19.6588,20.3252,20.3252,20.3252,20.3252,20.9916,21.658,21.658,21.658,21.658,20.9916,21.658,21.658,21.658,21.658,22.9908,23.6572,24.99,25.6564,26.9892,27.6556,28.322,29.654799999999998,30.3212,30.9876,31.654,32.3204,32.3204,32.3204,32.3204,32.9868,32.9868,33.6532,34.3196,34.986,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,40.6504,40.6504,41.3168,41.9832,42.9828,42.9828,43.6492,44.315599999999996,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,50.3132,50.9796,51.646,52.3124,53.312,53.312,53.9784,54.6448,56.3108,57.9768,59.309599999999996,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,64.6408,66.9732,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.3044,72.3044,72.3044,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.6368,75.9696,76.636,76.636,77.3024,78.30199999999999,78.9684,79.968,79.968,80.6344,82.3004,83.6332,84.6328,85.9656,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.2972,90.6304,91.63,91.63,92.2964,93.6292,93.9624,94.6288,95.6284,95.9616,96.9612,97.6276,98.96039999999999,99.6268,100.2932,101.2928,102.2924,102.6256,103.62519999999999,104.2916,104.958,105.2912,106.2908,107.6236,108.6232,109.6228,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,114.2876,114.954,115.2872,115.9536,115.9536,117.2864,117.2864,117.6196,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.6196,118.286,118.286,117.9528,117.9528,118.61919999999999,118.61919999999999,118.9524,119.6188,119.952,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,120.9516,119.952,119.2856,119.2856,118.9524,119.952,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.95,126.2828,127.6156,128.6152,129.948,130.6144,131.2808,131.614,131.614,131.614,131.614,131.614,131.614,131.614,131.614,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.28,133.6132,134.2796,134.2796,135.2792,135.6124,136.612,136.612,137.6116,137.6116,138.6112,138.6112,138.9444,139.6108,139.2776,139.944,139.944,140.2772,140.9436,141.60999999999999,142.9428,143.6092,143.6092,144.2756,144.942,145.2752,145.9416,145.9416,146.608,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.6076,146.9412,146.9412,146.608,146.2748,146.608,147.27439999999999,147.9408,148.274,148.274,148.274,148.274,147.9408,148.274,148.9404,149.6068,150.6064,151.606,152.9388,153.272,154.2716,154.938,154.938,154.2716,152.9388,151.606,149.2736,148.274,148.274,148.6072,148.6072,148.9404,149.6068,149.6068,150.2732,150.6064,151.606,151.606,151.9392,151.606,151.2728,151.2728,150.6064,150.2732,149.6068,148.9404,148.6072,147.9408,146.9412,146.2748,145.6084,144.942,144.2756,143.276,141.9432,139.944,137.6116,135.6124,133.6132,131.2808,129.2816,126.9492,125.6164,123.9504,122.2844,120.2852,119.6188,118.286,117.6196,116.62,115.9536,114.2876,112.6216,111.622,110.9556,108.6232,105.9576,103.292,100.6264,97.96079999999999,93.9624,91.2968,88.63119999999999,86.9652,85.6324,84.2996,82.3004,79.968,77.3024,74.3036,71.9712,69.6388,67.6396,65.6404,63.9744,61.9752,59.976,58.6432,57.6436,56.977199999999996,55.6444,54.978,53.6452,52.9788,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,54.3116,55.6444,57.3104,57.9768,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,64.974,65.6404,66.3068,66.3068,67.3064,67.3064,67.3064,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,72.6376,74.97,77.6356,79.6348,81.634,83.6332,84.2996,85.6324,84.966,83.6332,82.96679999999999,82.96679999999999,82.3004,81.9672,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,75.6364,74.3036,72.3044,70.9716,69.3056,68.6392,68.6392,68.6392,68.6392,69.972,71.3048,71.9712,73.304,73.9704,75.6364,76.9692,78.30199999999999,81.634,84.966,87.6316,90.6304,93.6292,94.962,96.9612,97.96079999999999,98.294,97.6276,95.6284,92.9628,89.2976,84.2996,80.9676,78.9684,76.9692],[18.9924,18.9924,18.9924,18.9924,18.326,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.9924,19.6588,20.3252,20.3252,20.9916,20.9916,20.9916,21.658,21.658,21.658,20.9916,20.9916,20.6584,20.6584,20.6584,21.3248,21.9912,22.6576,23.323999999999998,23.9904,24.99,25.6564,26.3228,27.6556,28.6552,29.3216,29.988,29.988,30.9876,30.9876,31.654,31.654,32.9868,33.6532,34.3196,35.6524,36.652,37.3184,38.6512,39.6508,40.6504,41.3168,41.3168,41.3168,40.6504,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.984,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,43.9824,44.982,45.6484,46.3148,46.9812,48.314,49.6468,50.3132,50.9796,51.9792,52.6456,52.6456,53.312,54.978,55.6444,56.977199999999996,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,63.308,64.6408,66.64,67.3064,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.30199999999999,79.3016,80.6344,81.634,82.96679999999999,84.966,85.6324,86.2988,87.2984,87.9648,88.298,88.9644,89.2976,89.2976,89.964,91.2968,91.63,92.9628,93.6292,93.9624,95.6284,95.9616,96.9612,97.96079999999999,98.294,99.2936,100.2932,100.6264,101.2928,101.9592,103.292,103.62519999999999,104.2916,105.6244,106.2908,107.9568,108.6232,109.956,110.6224,110.9556,110.9556,112.2884,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,117.2864,117.6196,118.286,118.9524,118.9524,119.952,119.952,118.9524,118.9524,119.6188,119.6188,119.952,120.2852,120.9516,120.9516,120.2852,120.2852,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,122.2844,122.2844,121.618,121.2848,120.9516,119.952,119.952,119.952,120.9516,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.2832,125.6164,126.2828,127.9488,129.2816,129.6148,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,133.28,133.6132,134.2796,134.2796,135.2792,135.6124,136.612,136.612,137.2784,137.6116,137.6116,137.6116,138.9444,138.9444,138.9444,139.6108,139.2776,139.2776,139.944,140.9436,141.60999999999999,141.9432,142.9428,143.6092,143.9424,144.942,145.2752,145.9416,145.9416,146.2748,146.2748,146.2748,146.2748,146.608,146.608,146.608,146.608,146.2748,146.2748,145.6084,145.6084,145.6084,146.2748,146.608,146.608,146.608,145.9416,145.9416,147.27439999999999,147.27439999999999,147.9408,148.274,149.94,151.2728,152.6056,153.272,153.6052,153.6052,153.272,153.6052,151.9392,150.6064,149.94,149.6068,148.6072,148.6072,149.6068,149.6068,149.6068,149.6068,150.6064,150.93959999999998,151.9392,151.9392,152.6056,152.6056,151.9392,151.2728,150.6064,149.94,149.6068,148.9404,148.6072,146.9412,146.2748,144.6088,144.6088,143.6092,142.6096,141.9432,141.2768,138.6112,136.9452,135.6124,133.6132,131.2808,128.9484,126.9492,125.2832,123.28399999999999,121.618,120.2852,118.9524,118.286,116.9532,115.9536,115.2872,114.2876,112.95479999999999,111.622,110.2892,108.9564,107.2904,104.2916,100.6264,97.2944,93.9624,91.63,89.2976,87.9648,86.2988,84.2996,83.6332,80.9676,77.6356,74.3036,71.9712,69.972,67.6396,66.3068,63.9744,61.9752,59.976,58.31,57.6436,55.9776,55.3112,54.6448,53.9784,53.312,52.3124,52.3124,51.646,51.646,52.3124,52.9788,53.6452,54.978,56.3108,56.977199999999996,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,62.6416,63.6412,63.308,63.9744,64.3076,64.974,64.974,65.6404,66.64,67.3064,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,70.6384,72.9708,75.6364,78.30199999999999,80.6344,82.96679999999999,83.6332,84.2996,84.2996,84.2996,83.6332,81.634,81.634,81.634,81.634,81.9672,81.3008,80.6344,79.3016,78.30199999999999,76.9692,75.6364,74.97,72.9708,70.9716,69.6388,68.306,67.97279999999999,67.3064,66.64,67.3064,68.6392,69.3056,70.6384,71.3048,71.9712,73.304,75.6364,76.9692,79.968,82.96679999999999,85.9656,88.63119999999999,90.6304,92.2964,93.29599999999999,94.6288,96.9612,97.2944,96.2948,93.29599999999999,88.63119999999999,84.966,81.3008,78.6352,76.9692,75.6364],[20.3252,20.3252,20.3252,20.3252,19.6588,19.6588,19.6588,19.6588,18.9924,18.9924,18.326,18.326,18.326,17.6596,17.6596,17.6596,17.6596,18.326,18.326,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,21.658,21.658,21.658,21.658,20.9916,20.9916,20.6584,20.6584,20.6584,21.3248,21.9912,22.6576,22.6576,23.323999999999998,24.3236,24.99,25.6564,26.3228,27.3224,27.9888,27.9888,28.6552,28.9884,29.654799999999998,30.3212,30.9876,31.654,32.9868,33.6532,34.986,36.652,37.9848,38.6512,40.6504,41.3168,42.9828,42.9828,42.9828,42.9828,42.3164,41.65,41.65,41.65,40.9836,40.9836,40.9836,39.984,39.984,39.984,39.984,39.984,39.3176,39.3176,39.984,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.6492,44.315599999999996,44.982,45.6484,46.647999999999996,47.3144,48.314,49.6468,50.6464,51.3128,51.9792,51.9792,52.9788,54.3116,55.6444,56.3108,57.3104,57.3104,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.9752,63.308,64.6408,65.3072,65.9736,66.9732,67.6396,68.306,68.306,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.636,77.3024,78.6352,79.3016,80.9676,81.634,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.9648,87.9648,87.9648,88.63119999999999,89.2976,90.2972,91.63,92.6296,93.6292,93.9624,95.6284,95.9616,96.9612,97.6276,98.294,99.2936,99.96,100.2932,100.9596,101.2928,101.9592,102.6256,103.62519999999999,105.6244,106.2908,107.9568,108.6232,108.9564,109.956,110.2892,110.6224,111.2888,112.95479999999999,113.6212,114.2876,115.2872,115.9536,116.62,117.2864,117.6196,118.286,118.9524,119.952,119.952,118.9524,118.9524,119.6188,119.952,121.2848,121.9512,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.618,121.2848,121.2848,121.2848,122.2844,122.2844,121.618,121.618,121.2848,120.9516,120.9516,120.2852,120.9516,121.2848,121.618,122.2844,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.6164,126.9492,127.9488,129.2816,129.6148,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,133.28,133.6132,134.2796,134.946,135.6124,135.6124,136.612,137.2784,137.6116,137.6116,137.6116,137.6116,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,138.9444,139.6108,140.9436,141.9432,142.6096,142.9428,142.9428,143.9424,144.2756,145.2752,145.2752,145.2752,145.6084,145.2752,145.2752,145.2752,145.6084,145.6084,146.2748,145.6084,145.6084,145.6084,144.6088,144.6088,144.6088,145.2752,145.2752,145.2752,145.2752,145.2752,145.6084,146.2748,147.27439999999999,147.6076,148.274,149.6068,151.2728,152.6056,152.9388,152.9388,153.272,151.9392,151.2728,150.6064,149.6068,148.9404,148.6072,148.6072,149.6068,149.6068,149.6068,149.6068,150.6064,150.6064,151.2728,151.9392,152.6056,152.2724,151.9392,151.2728,150.6064,149.2736,148.274,147.6076,146.608,145.6084,144.6088,143.276,142.6096,141.9432,140.9436,139.944,139.2776,137.6116,135.6124,133.6132,132.6136,130.6144,128.282,126.616,125.2832,123.28399999999999,121.9512,120.2852,118.9524,117.9528,116.62,115.9536,114.954,112.95479999999999,111.622,110.9556,109.6228,108.6232,106.624,103.62519999999999,100.6264,96.628,93.9624,90.6304,88.63119999999999,87.2984,85.9656,84.966,83.6332,80.9676,77.6356,74.97,72.6376,69.972,67.6396,66.3068,63.9744,62.6416,59.976,58.31,56.644,55.9776,54.6448,53.9784,53.312,53.312,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.9788,53.6452,55.6444,56.3108,56.977199999999996,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,65.3072,65.9736,66.64,66.64,67.3064,67.3064,67.97279999999999,68.6392,70.9716,72.9708,76.3028,79.3016,81.634,82.96679999999999,83.6332,83.6332,83.6332,82.3004,80.9676,80.3012,80.3012,80.3012,80.6344,80.6344,79.968,78.6352,76.9692,76.3028,74.3036,72.9708,70.9716,68.9724,67.6396,66.3068,66.64,66.64,65.9736,66.64,67.97279999999999,68.6392,69.972,70.6384,71.3048,72.6376,75.6364,78.30199999999999,80.9676,84.2996,87.2984,89.2976,91.2968,92.2964,93.29599999999999,94.6288,96.2948,96.2948,94.6288,91.2968,84.966,80.6344,77.9688,76.3028,74.97,74.3036],[22.6576,22.6576,22.6576,21.9912,21.9912,21.9912,21.9912,21.3248,20.9916,20.3252,19.6588,19.6588,18.9924,18.326,18.326,18.326,18.326,18.9924,18.9924,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.3248,21.3248,21.3248,21.3248,21.9912,22.6576,22.6576,22.6576,23.6572,23.6572,24.3236,24.99,25.9896,25.9896,26.656,26.656,27.6556,28.322,28.9884,29.654799999999998,30.9876,31.654,32.9868,34.3196,36.652,37.9848,39.6508,40.6504,41.9832,42.9828,43.6492,44.315599999999996,44.315599999999996,43.6492,43.6492,43.6492,43.6492,42.9828,42.9828,42.3164,41.3168,41.3168,40.6504,40.6504,40.6504,39.984,39.984,40.6504,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,44.315599999999996,44.982,45.6484,46.3148,47.6476,48.980399999999996,49.6468,50.3132,50.3132,50.9796,52.3124,52.9788,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,60.3092,61.9752,62.6416,63.308,63.9744,65.3072,65.9736,66.64,66.9732,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,75.6364,75.9696,76.636,77.6356,78.6352,80.3012,80.9676,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.632,87.2984,87.9648,88.298,89.2976,90.6304,91.2968,92.2964,93.29599999999999,94.6288,95.6284,95.9616,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.9596,101.2928,102.6256,103.9584,105.2912,106.2908,107.6236,107.6236,107.9568,108.6232,109.956,110.2892,111.2888,112.2884,113.6212,114.2876,115.6204,116.62,117.2864,117.6196,118.286,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,120.9516,121.2848,121.9512,122.6176,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.2848,121.618,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.6168,125.2832,125.6164,126.9492,127.9488,129.2816,129.6148,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.946,135.6124,135.6124,136.612,137.2784,137.6116,137.6116,137.6116,137.6116,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.6112,138.9444,139.944,140.9436,141.9432,142.6096,142.6096,142.9428,143.276,144.2756,144.2756,144.2756,144.942,144.2756,144.2756,144.2756,145.2752,145.2752,145.2752,144.6088,144.6088,144.6088,144.2756,143.276,142.9428,142.9428,142.9428,142.9428,143.276,143.276,143.9424,144.2756,145.2752,145.9416,147.27439999999999,148.9404,150.2732,150.6064,151.2728,151.606,151.2728,150.6064,149.6068,148.9404,148.274,147.9408,148.274,148.9404,148.9404,148.9404,148.9404,149.6068,149.6068,150.2732,150.6064,151.2728,151.9392,152.2724,151.606,150.93959999999998,149.6068,148.274,147.6076,146.2748,144.942,143.276,142.2764,140.9436,139.944,138.9444,137.6116,136.612,136.2788,135.2792,133.6132,131.9472,130.6144,129.2816,127.6156,125.9496,124.6168,122.9508,121.2848,120.2852,118.286,117.2864,115.9536,114.954,114.2876,112.95479999999999,110.9556,109.956,108.6232,107.2904,104.6248,102.2924,99.2936,96.2948,93.6292,89.964,88.298,86.632,85.6324,84.966,83.6332,81.634,78.30199999999999,75.6364,72.6376,69.972,67.6396,66.3068,64.6408,62.6416,59.976,58.31,56.644,55.3112,54.6448,53.9784,53.312,53.312,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.9788,53.6452,53.9784,54.6448,55.3112,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,61.9752,63.308,63.9744,64.6408,64.6408,65.6404,65.6404,65.6404,67.3064,69.3056,71.3048,73.63719999999999,76.9692,78.9684,80.9676,81.634,81.9672,81.634,80.9676,78.9684,77.6356,77.6356,77.6356,79.3016,78.9684,77.6356,76.9692,75.6364,74.3036,73.304,71.3048,68.6392,66.64,65.3072,64.6408,64.3076,64.3076,65.3072,65.6404,66.9732,67.6396,68.306,68.9724,70.6384,72.6376,75.6364,78.30199999999999,82.3004,85.2992,88.298,90.2972,91.63,93.6292,95.2952,96.2948,96.2948,94.962,91.2968,86.9652,81.3008,76.9692,74.97,73.304,73.304,73.304],[24.3236,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,22.9908,22.3244,21.658,20.9916,20.3252,19.6588,19.6588,19.6588,19.6588,19.6588,19.6588,20.3252,20.3252,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,20.9916,21.658,21.9912,21.9912,21.9912,21.9912,22.6576,22.6576,22.6576,22.6576,22.9908,22.9908,22.9908,23.6572,24.6568,24.6568,25.3232,25.3232,26.3228,26.3228,26.9892,28.322,29.654799999999998,30.9876,31.654,33.6532,35.9856,37.3184,38.6512,40.6504,41.3168,42.9828,43.6492,44.315599999999996,44.315599999999996,44.982,44.982,44.982,45.3152,45.3152,44.6488,44.6488,43.6492,42.9828,42.3164,42.3164,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,44.315599999999996,44.982,45.6484,46.3148,47.3144,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.6456,52.9788,53.6452,53.6452,53.6452,53.6452,54.3116,54.978,55.6444,56.3108,57.6436,58.9764,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,75.3032,75.9696,76.9692,77.6356,78.9684,80.3012,80.9676,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.2988,87.2984,87.2984,87.9648,88.63119999999999,89.964,90.6304,92.2964,93.6292,93.9624,94.962,95.6284,96.2948,96.9612,97.6276,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,100.6264,101.2928,102.6256,103.9584,105.6244,105.9576,106.9572,107.6236,107.9568,107.9568,108.9564,109.956,111.2888,112.95479999999999,113.6212,115.2872,115.6204,116.62,117.2864,117.9528,118.286,118.9524,119.6188,119.6188,119.6188,120.2852,120.9516,121.2848,121.9512,122.6176,122.6176,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,121.9512,122.2844,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.2832,125.6164,127.6156,127.9488,129.2816,129.6148,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,135.2792,135.6124,136.612,136.612,137.2784,137.6116,137.6116,137.6116,137.9448,137.9448,137.9448,137.6116,137.6116,137.6116,137.6116,137.9448,139.6108,139.944,140.9436,141.60999999999999,141.60999999999999,141.9432,142.6096,143.276,143.276,143.276,143.6092,143.6092,143.6092,143.276,143.276,143.9424,143.9424,143.9424,143.9424,143.9424,143.276,142.6096,140.9436,140.6104,140.9436,140.6104,140.9436,141.60999999999999,141.9432,142.6096,143.276,144.2756,145.9416,146.2748,148.274,148.9404,149.2736,149.2736,149.6068,148.9404,148.274,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.27439999999999,147.9408,147.9408,147.9408,147.9408,148.274,148.274,148.9404,149.94,150.6064,151.2728,151.2728,149.94,148.9404,147.6076,146.9412,145.6084,144.2756,142.6096,140.9436,139.2776,137.9448,137.2784,135.6124,134.946,134.2796,132.9468,131.2808,129.948,128.6152,127.6156,125.9496,125.2832,123.6172,122.9508,121.2848,119.6188,117.6196,116.62,114.954,113.6212,112.95479999999999,111.622,109.956,109.2896,107.9568,105.6244,103.292,100.6264,97.96079999999999,95.9616,92.6296,89.964,88.298,86.9652,86.2988,85.6324,84.2996,82.3004,78.9684,76.3028,73.304,70.6384,68.306,66.3068,64.6408,62.6416,59.976,57.6436,55.9776,54.6448,53.9784,53.312,53.312,52.6456,52.3124,52.3124,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.312,53.9784,54.6448,54.6448,54.6448,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.9768,58.6432,59.976,61.3088,62.6416,63.308,63.308,64.3076,64.3076,64.3076,64.974,67.3064,69.972,72.3044,74.3036,76.9692,79.6348,80.3012,80.3012,79.968,79.3016,76.9692,76.3028,75.6364,75.9696,76.636,77.3024,76.3028,74.97,73.63719999999999,72.3044,70.6384,68.6392,66.64,65.3072,63.9744,62.6416,62.6416,63.308,64.3076,64.974,66.3068,66.9732,67.6396,68.306,69.972,71.9712,75.6364,79.3016,82.3004,85.2992,88.9644,90.6304,91.9632,93.6292,95.9616,96.2948,94.6288,92.2964,87.2984,82.96679999999999,78.30199999999999,74.3036,72.6376,72.6376,72.6376,72.6376],[26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,24.99,23.9904,23.323999999999998,22.6576,21.9912,21.3248,21.3248,20.6584,20.6584,20.6584,20.6584,21.3248,21.3248,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,21.9912,22.6576,23.6572,23.6572,23.6572,23.6572,23.6572,23.6572,22.9908,22.9908,21.9912,21.9912,21.9912,22.6576,22.9908,22.9908,23.6572,23.6572,24.99,24.99,25.6564,26.9892,28.322,29.654799999999998,30.9876,32.3204,34.6528,35.9856,37.3184,38.6512,39.6508,41.3168,42.3164,42.9828,44.315599999999996,44.982,45.3152,45.9816,46.647999999999996,46.647999999999996,46.647999999999996,45.9816,44.982,44.315599999999996,43.6492,42.9828,42.9828,42.9828,42.3164,42.3164,42.6496,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,43.316,43.6492,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.9784,54.6448,55.3112,56.977199999999996,58.6432,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.308,64.6408,65.3072,65.9736,66.64,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.9716,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,73.9704,73.9704,74.3036,74.3036,74.97,76.3028,77.9688,78.6352,79.6348,80.3012,81.3008,81.9672,81.9672,82.6336,83.6332,84.966,84.966,85.6324,86.2988,86.9652,87.2984,88.63119999999999,89.964,91.2968,92.6296,92.9628,93.6292,93.9624,94.6288,95.2952,95.6284,96.2948,96.628,97.2944,97.96079999999999,98.96039999999999,100.2932,101.2928,103.292,103.62519999999999,104.2916,105.6244,105.6244,106.2908,107.6236,107.9568,108.9564,110.2892,111.622,113.288,114.6208,115.2872,115.9536,116.62,117.2864,117.6196,118.9524,118.9524,118.9524,118.9524,120.2852,120.9516,121.2848,121.9512,122.2844,122.2844,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,123.28399999999999,123.28399999999999,123.9504,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,127.6156,128.6152,129.6148,130.6144,130.6144,131.9472,131.2808,131.2808,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,135.2792,135.6124,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,137.2784,136.612,136.612,136.612,136.612,137.6116,138.6112,139.2776,139.944,140.9436,140.9436,141.60999999999999,141.9432,142.6096,142.9428,142.9428,142.9428,142.9428,142.9428,142.2764,142.2764,142.6096,142.9428,142.9428,142.9428,142.6096,142.6096,141.60999999999999,140.6104,138.9444,138.9444,138.9444,138.9444,139.6108,139.2776,140.6104,141.2768,142.2764,143.9424,144.942,145.9416,145.9416,146.9412,147.27439999999999,146.608,146.608,145.9416,145.6084,145.2752,146.2748,145.9416,145.9416,146.2748,145.9416,146.2748,146.2748,145.9416,146.608,147.27439999999999,148.274,149.2736,149.94,149.94,149.2736,148.274,146.9412,145.6084,144.6088,143.276,141.9432,140.6104,138.6112,137.6116,136.612,135.2792,133.6132,133.28,131.2808,129.6148,128.282,127.6156,125.6164,125.2832,124.6168,123.28399999999999,122.2844,119.952,118.61919999999999,117.2864,115.2872,113.288,111.9552,110.9556,109.956,108.28999999999999,107.6236,106.2908,104.2916,102.2924,99.6268,97.96079999999999,95.6284,92.6296,90.6304,88.9644,87.9648,87.2984,86.2988,84.6328,82.6336,79.6348,76.9692,74.3036,71.9712,69.3056,67.3064,64.974,62.6416,59.309599999999996,56.977199999999996,55.3112,54.6448,53.9784,53.312,52.6456,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,53.9784,54.6448,54.978,55.6444,55.6444,55.3112,56.3108,56.977199999999996,57.6436,58.9764,60.6424,61.3088,61.3088,62.3084,63.308,62.3084,63.308,64.974,67.3064,69.972,72.6376,74.6368,76.9692,78.30199999999999,78.30199999999999,77.6356,76.9692,75.6364,74.3036,74.3036,74.3036,74.97,74.97,74.3036,72.9708,71.3048,69.6388,67.6396,66.3068,64.3076,62.6416,61.3088,60.6424,60.6424,61.3088,63.308,63.9744,64.6408,65.3072,66.9732,67.6396,68.9724,71.3048,74.97,79.3016,81.9672,85.2992,88.9644,90.6304,91.9632,93.6292,95.2952,94.962,91.9632,88.298,83.9664,78.6352,74.97,72.6376,71.9712,71.9712,71.9712,71.9712],[27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,26.9892,26.3228,25.6564,24.99,23.6572,22.9908,22.3244,21.658,21.3248,21.3248,21.3248,21.9912,21.9912,22.6576,22.6576,23.323999999999998,23.323999999999998,23.323999999999998,23.323999999999998,23.323999999999998,22.6576,22.6576,23.323999999999998,23.323999999999998,24.3236,24.99,24.99,24.99,24.3236,24.3236,23.6572,22.9908,22.6576,21.9912,21.9912,21.9912,22.3244,22.3244,22.9908,22.9908,24.3236,24.3236,24.99,26.3228,27.6556,28.322,29.654799999999998,30.9876,32.6536,33.986399999999996,35.3192,36.652,37.9848,39.3176,40.9836,41.65,42.9828,44.315599999999996,45.3152,45.9816,46.9812,47.6476,47.6476,47.6476,45.9816,45.3152,44.6488,44.6488,44.315599999999996,43.6492,43.6492,43.6492,43.9824,43.9824,43.9824,43.9824,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.6456,53.312,54.6448,55.6444,57.3104,58.6432,59.309599999999996,59.976,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,73.304,73.63719999999999,73.63719999999999,74.3036,74.97,76.9692,77.9688,78.9684,79.6348,80.3012,80.9676,80.9676,81.634,82.6336,83.6332,83.6332,84.2996,84.966,85.6324,86.2988,87.9648,88.63119999999999,90.2972,91.2968,92.6296,92.9628,93.6292,93.9624,94.6288,94.962,95.6284,95.6284,95.9616,97.2944,97.6276,98.96039999999999,100.2932,101.2928,103.292,103.62519999999999,104.2916,104.958,105.9576,105.6244,106.9572,107.9568,109.2896,110.9556,112.2884,113.6212,114.6208,115.2872,115.9536,116.62,117.2864,118.286,118.9524,118.9524,118.9524,120.2852,120.9516,121.2848,121.9512,122.2844,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,125.6164,126.2828,125.6164,125.6164,125.6164,126.2828,127.6156,128.6152,129.6148,130.6144,131.2808,131.9472,131.2808,131.2808,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,135.2792,135.2792,136.2788,136.2788,136.612,137.2784,137.2784,137.2784,137.2784,136.612,136.612,136.612,136.612,136.612,136.612,137.2784,137.9448,138.6112,139.6108,139.944,139.944,140.6104,141.2768,141.2768,141.2768,141.9432,142.2764,142.2764,141.60999999999999,142.2764,142.2764,142.2764,142.2764,142.2764,142.2764,141.60999999999999,140.9436,140.2772,139.6108,138.6112,137.2784,137.2784,136.612,136.612,137.2784,137.9448,138.278,139.2776,141.2768,142.9428,143.276,143.276,143.9424,144.6088,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,143.9424,144.6088,144.6088,144.942,145.2752,145.2752,146.2748,147.27439999999999,148.274,148.9404,148.6072,147.9408,147.6076,146.608,144.942,143.9424,142.9428,140.9436,139.2776,138.6112,137.6116,136.2788,134.6128,133.28,132.6136,130.9476,128.9484,127.6156,126.2828,125.2832,124.6168,123.9504,122.2844,121.2848,119.6188,117.9528,116.62,114.954,112.95479999999999,111.2888,109.956,108.9564,107.2904,106.2908,105.2912,103.62519999999999,101.626,99.6268,97.96079999999999,95.9616,93.6292,91.63,89.964,88.298,87.2984,86.9652,86.2988,83.3,80.6344,78.30199999999999,74.97,72.6376,69.972,67.97279999999999,65.6404,62.6416,59.309599999999996,56.977199999999996,55.3112,53.9784,53.312,53.312,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,51.646,52.6456,53.312,53.6452,54.3116,54.3116,53.9784,54.6448,55.3112,56.3108,57.6436,59.309599999999996,59.976,60.6424,61.641999999999996,61.641999999999996,60.9756,61.641999999999996,63.6412,65.6404,68.306,70.9716,73.304,75.3032,76.9692,77.6356,76.9692,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,74.3036,73.63719999999999,72.3044,70.9716,68.6392,66.9732,65.6404,63.308,61.641999999999996,60.9756,59.309599999999996,59.309599999999996,59.976,60.6424,61.9752,63.308,63.9744,64.6408,66.3068,66.9732,68.306,71.3048,74.97,79.3016,81.9672,85.2992,88.9644,90.6304,91.9632,92.9628,94.962,92.9628,89.2976,84.2996,79.968,76.3028,73.63719999999999,71.9712,71.638,71.638,71.9712,71.9712],[29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.6552,27.9888,27.3224,26.656,24.99,24.3236,23.6572,22.9908,22.3244,22.3244,21.9912,22.6576,22.6576,23.323999999999998,23.323999999999998,23.9904,23.9904,23.9904,23.9904,23.9904,24.3236,24.3236,24.99,24.99,25.6564,26.3228,25.6564,25.6564,24.99,24.99,24.3236,24.3236,23.323999999999998,22.6576,22.6576,22.6576,22.9908,22.9908,22.9908,22.9908,23.6572,24.3236,24.99,25.6564,26.9892,27.6556,28.322,29.654799999999998,31.3208,31.9872,33.32,34.6528,35.9856,36.652,38.6512,39.984,41.65,43.6492,44.315599999999996,45.9816,46.647999999999996,47.6476,48.314,47.6476,47.3144,46.647999999999996,45.9816,45.9816,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.982,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,51.9792,52.6456,53.312,54.978,56.644,57.3104,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.9744,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.304,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,78.30199999999999,79.6348,80.3012,80.3012,80.9676,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,86.2988,87.2984,87.9648,88.9644,90.6304,91.2968,91.9632,92.2964,92.2964,92.9628,93.29599999999999,93.9624,94.2956,95.2952,96.9612,97.2944,98.6272,98.96039999999999,100.2932,101.2928,101.9592,102.6256,103.62519999999999,104.958,105.2912,105.6244,107.6236,108.6232,109.956,111.622,113.288,113.6212,115.2872,115.9536,116.62,117.2864,117.9528,118.286,118.9524,119.2856,119.2856,120.2852,121.2848,121.9512,121.618,122.2844,123.28399999999999,123.28399999999999,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.9504,123.9504,124.6168,124.6168,125.9496,126.2828,125.9496,125.9496,126.2828,126.2828,127.6156,128.6152,129.6148,130.6144,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,135.2792,135.2792,136.2788,136.2788,136.2788,136.612,136.612,136.612,136.612,136.2788,136.2788,136.2788,135.6124,135.6124,135.6124,136.2788,137.6116,138.278,138.6112,139.2776,139.6108,139.944,140.6104,140.6104,140.6104,140.9436,140.9436,140.9436,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,140.9436,140.2772,140.2772,140.2772,139.6108,139.2776,138.6112,138.278,137.2784,135.6124,134.946,134.2796,134.6128,134.946,135.6124,137.2784,138.6112,139.944,140.6104,140.6104,140.9436,140.9436,141.2768,141.2768,141.2768,140.9436,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,141.60999999999999,142.2764,142.2764,142.6096,142.9428,142.9428,143.9424,144.942,145.9416,146.9412,147.6076,146.9412,146.608,146.2748,145.2752,143.9424,143.276,141.60999999999999,139.944,138.6112,137.9448,136.612,134.946,133.6132,132.6136,130.9476,129.6148,128.282,126.9492,125.6164,123.9504,123.6172,122.6176,121.2848,118.9524,117.6196,116.2868,114.2876,111.622,110.2892,109.2896,108.28999999999999,106.9572,105.2912,103.9584,103.292,101.626,100.2932,98.294,96.9612,94.6288,92.9628,91.63,89.964,88.63119999999999,87.2984,86.2988,83.9664,80.6344,78.30199999999999,75.6364,73.63719999999999,70.6384,67.97279999999999,65.6404,62.6416,59.309599999999996,56.3108,54.6448,53.312,53.312,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,50.9796,50.9796,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,54.3116,55.9776,57.3104,58.6432,59.309599999999996,59.6428,59.6428,58.9764,59.6428,60.9756,63.308,66.3068,68.9724,71.638,73.63719999999999,75.3032,75.9696,75.6364,74.97,74.3036,73.63719999999999,73.304,73.304,73.304,71.9712,69.6388,67.97279999999999,65.6404,63.308,61.9752,61.3088,59.976,59.309599999999996,58.6432,58.6432,59.309599999999996,59.976,61.3088,61.9752,62.6416,63.308,65.6404,66.9732,68.306,71.3048,74.97,79.3016,81.9672,85.2992,88.298,90.2972,91.9632,92.6296,91.9632,89.964,84.966,81.3008,78.30199999999999,74.97,72.9708,72.3044,72.3044,71.9712,71.9712,72.6376],[30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,29.988,29.3216,28.6552,27.9888,26.3228,24.99,24.3236,24.3236,23.6572,22.9908,23.323999999999998,23.323999999999998,23.9904,23.9904,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,26.3228,26.9892,26.9892,26.3228,26.3228,25.6564,24.99,24.99,24.99,23.9904,23.323999999999998,23.323999999999998,23.323999999999998,23.6572,22.9908,22.9908,22.9908,23.6572,24.3236,24.99,25.6564,26.3228,26.9892,27.6556,28.322,29.988,30.6544,31.3208,32.6536,33.986399999999996,34.6528,36.652,37.9848,40.3172,42.3164,43.6492,45.3152,45.9816,47.6476,48.314,48.314,47.9808,47.3144,47.3144,46.647999999999996,46.647999999999996,45.9816,45.9816,45.3152,45.3152,45.3152,45.6484,46.3148,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,45.6484,46.3148,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,51.3128,51.9792,52.6456,54.3116,55.6444,57.3104,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.9708,72.9708,73.63719999999999,74.3036,75.6364,76.3028,76.9692,77.6356,78.9684,79.6348,79.6348,80.3012,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,86.2988,87.2984,88.298,89.2976,90.6304,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,94.6288,95.6284,96.628,97.2944,98.6272,99.6268,99.96,101.2928,101.9592,102.9588,103.62519999999999,104.958,105.9576,107.6236,107.9568,109.2896,110.9556,112.2884,113.6212,114.954,115.6204,116.2868,116.62,117.9528,117.9528,118.286,118.9524,118.9524,119.6188,120.9516,121.2848,121.2848,121.618,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,126.2828,126.2828,125.9496,125.9496,126.2828,126.9492,127.9488,128.6152,129.6148,130.6144,131.2808,131.2808,130.6144,130.6144,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,135.2792,135.2792,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,136.2788,135.6124,135.2792,135.2792,135.6124,136.2788,137.2784,137.6116,138.6112,138.6112,139.6108,139.6108,139.944,139.944,139.6108,139.6108,138.6112,139.2776,139.2776,139.2776,139.944,139.944,139.944,139.944,139.6108,137.9448,138.278,137.2784,136.9452,136.612,135.94559999999998,134.946,133.6132,132.6136,132.2804,132.2804,132.6136,133.6132,135.2792,136.612,137.6116,138.9444,139.6108,139.6108,138.6112,138.6112,138.6112,138.9444,138.6112,139.6108,139.6108,138.9444,138.9444,138.9444,138.9444,139.6108,139.944,140.6104,141.60999999999999,143.276,144.6088,145.2752,145.9416,145.9416,145.2752,145.2752,143.9424,143.276,142.9428,141.60999999999999,139.944,139.2776,138.6112,137.2784,136.2788,134.6128,133.9464,131.9472,130.6144,128.9484,128.282,126.9492,125.2832,124.28359999999999,122.6176,121.2848,118.9524,116.9532,116.62,114.6208,111.622,110.2892,109.2896,108.28999999999999,107.2904,105.9576,104.958,103.62519999999999,102.6256,101.2928,99.6268,97.96079999999999,96.2948,95.2952,93.29599999999999,92.2964,90.2972,88.63119999999999,87.6316,85.2992,81.3008,78.9684,76.9692,74.3036,71.3048,68.9724,66.9732,62.6416,59.309599999999996,56.3108,54.3116,52.9788,52.3124,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.3132,50.3132,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.9788,54.6448,55.9776,57.9768,58.6432,58.9764,58.9764,58.31,57.6436,58.9764,60.9756,64.974,67.6396,70.3052,72.3044,73.9704,74.6368,74.3036,74.3036,73.63719999999999,72.9708,72.6376,72.6376,71.9712,70.6384,68.306,66.3068,63.9744,61.3088,60.6424,59.976,59.309599999999996,58.6432,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.9744,66.3068,68.306,71.3048,74.97,79.3016,81.9672,85.2992,88.298,89.6308,90.6304,91.2968,89.2976,86.2988,82.6336,78.9684,75.6364,74.3036,72.9708,72.3044,72.3044,72.3044,72.6376,72.6376],[30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,28.9884,28.322,26.9892,26.3228,26.3228,24.99,24.99,24.99,24.99,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.3228,26.3228,26.3228,26.9892,27.6556,27.6556,27.6556,26.9892,26.9892,26.3228,26.3228,26.3228,24.99,24.3236,24.3236,24.3236,24.3236,23.6572,23.6572,23.6572,23.6572,23.6572,24.3236,24.99,25.9896,26.656,27.3224,28.322,28.322,28.9884,29.654799999999998,30.9876,31.9872,33.32,33.986399999999996,35.9856,38.6512,40.6504,42.9828,43.6492,45.3152,46.647999999999996,47.3144,47.9808,47.9808,47.9808,47.9808,47.3144,47.3144,47.3144,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,48.314,47.6476,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,50.3132,50.9796,52.3124,52.9788,54.3116,55.6444,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.9716,71.638,71.638,72.3044,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,82.6336,83.6332,84.2996,85.2992,87.2984,87.9648,88.298,88.9644,89.2976,89.964,90.6304,90.9636,92.2964,92.9628,93.6292,93.9624,95.2952,95.6284,96.628,97.2944,98.6272,98.96039999999999,99.96,100.6264,102.6256,102.9588,104.2916,105.9576,106.624,107.9568,109.2896,110.9556,111.622,113.288,114.6208,115.2872,115.9536,116.9532,117.2864,117.2864,117.2864,117.9528,118.286,118.286,119.952,120.9516,121.618,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.6172,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.6164,125.6164,125.6164,125.6164,125.6164,125.6164,126.2828,126.2828,126.616,126.616,126.2828,126.9492,128.282,128.6152,129.948,130.6144,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,135.2792,134.6128,134.6128,135.2792,135.2792,135.6124,137.2784,137.6116,138.278,138.6112,138.6112,139.2776,138.6112,138.278,138.6112,136.9452,136.2788,136.2788,136.9452,136.9452,137.6116,137.9448,138.278,137.6116,137.2784,135.6124,135.6124,133.9464,133.9464,133.6132,133.6132,132.9468,132.9468,131.9472,129.948,128.6152,128.6152,129.6148,131.614,134.2796,136.2788,137.2784,138.6112,138.278,137.6116,136.9452,137.2784,136.612,136.612,136.612,136.2788,135.6124,134.6128,134.6128,135.6124,136.2788,137.2784,138.278,139.6108,140.9436,142.2764,143.276,143.9424,143.9424,143.276,142.9428,142.2764,141.60999999999999,141.60999999999999,140.9436,140.2772,139.944,139.6108,138.6112,138.278,137.6116,135.94559999999998,134.2796,132.2804,131.2808,130.6144,129.2816,127.6156,125.6164,123.6172,121.618,119.6188,117.9528,115.9536,114.6208,113.6212,111.622,110.9556,109.956,109.2896,108.28999999999999,107.6236,105.9576,105.2912,103.62519999999999,101.2928,100.2932,98.6272,97.2944,96.628,95.2952,93.6292,91.63,88.63119999999999,86.2988,83.9664,80.9676,79.3016,76.3028,73.304,70.6384,67.97279999999999,63.9744,59.976,57.3104,54.6448,53.312,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,52.3124,53.9784,55.3112,57.3104,57.9768,58.31,58.31,56.977199999999996,56.3108,57.3104,59.6428,63.308,65.9736,68.6392,70.9716,72.6376,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,69.3056,66.9732,63.9744,61.641999999999996,60.6424,58.9764,58.9764,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.6428,60.3092,60.9756,62.6416,65.6404,68.306,71.3048,74.97,79.6348,82.3004,84.966,87.2984,88.63119999999999,89.2976,89.2976,87.6316,84.966,79.968,76.9692,74.3036,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712],[31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,31.654,30.9876,30.9876,30.3212,28.9884,28.322,27.6556,27.6556,26.3228,26.3228,26.656,27.3224,27.3224,27.3224,27.3224,27.3224,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,27.6556,28.322,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,25.6564,24.99,24.99,24.99,24.99,24.3236,24.3236,24.3236,24.3236,24.3236,24.3236,24.99,26.656,26.656,27.3224,27.3224,28.322,28.322,28.9884,29.654799999999998,31.3208,31.9872,33.32,34.6528,37.3184,39.3176,41.65,42.9828,43.9824,45.3152,46.647999999999996,47.9808,47.9808,48.6472,47.9808,47.9808,47.9808,47.9808,48.314,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.980399999999996,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,50.9796,51.646,52.3124,53.6452,54.3116,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,61.641999999999996,62.3084,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,68.9724,69.6388,70.3052,70.9716,70.9716,71.638,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,76.3028,76.9692,76.9692,76.9692,77.6356,77.6356,78.9684,79.6348,80.6344,81.3008,81.9672,82.96679999999999,83.6332,84.2996,85.9656,87.2984,87.9648,88.298,88.298,88.63119999999999,89.964,90.6304,91.63,92.2964,93.6292,93.6292,94.6288,95.2952,96.2948,96.628,97.96079999999999,98.6272,99.6268,100.2932,101.9592,102.9588,104.2916,105.2912,106.2908,107.9568,109.2896,110.6224,111.2888,112.2884,113.6212,114.6208,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,118.61919999999999,119.952,120.9516,121.2848,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.9504,123.9504,124.6168,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.2828,126.9492,126.9492,126.9492,126.9492,128.282,128.6152,129.948,130.6144,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,134.946,134.946,134.946,134.946,135.2792,135.2792,134.6128,134.6128,134.6128,134.6128,135.2792,135.2792,136.612,137.2784,137.6116,138.278,137.9448,137.6116,137.2784,137.2784,136.612,136.2788,135.6124,134.946,135.6124,136.2788,136.612,137.2784,137.2784,136.2788,134.946,133.6132,132.6136,131.9472,131.9472,130.6144,130.6144,130.6144,130.9476,129.948,127.9488,126.2828,125.9496,126.2828,128.9484,131.2808,133.6132,135.2792,136.612,136.9452,136.612,134.946,134.2796,133.6132,132.9468,132.9468,132.6136,131.614,130.9476,130.9476,131.614,132.9468,134.2796,135.6124,136.9452,138.9444,139.944,141.60999999999999,142.2764,142.2764,141.60999999999999,141.2768,140.9436,140.6104,139.944,140.6104,140.6104,140.6104,140.2772,139.2776,139.2776,138.278,136.9452,135.2792,133.6132,132.2804,131.9472,130.6144,128.6152,126.616,124.95,122.9508,121.2848,119.2856,117.2864,115.6204,115.2872,113.95439999999999,112.95479999999999,111.9552,111.2888,109.956,109.956,108.9564,107.9568,106.2908,103.9584,102.6256,101.2928,99.96,99.6268,97.6276,96.2948,93.9624,90.9636,87.9648,85.6324,83.6332,82.3004,78.9684,76.3028,72.9708,69.972,66.64,62.6416,59.976,56.644,54.6448,52.9788,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.3144,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,49.6468,49.6468,50.3132,50.9796,52.6456,53.9784,55.9776,57.3104,57.6436,56.977199999999996,56.3108,55.6444,56.644,58.6432,61.641999999999996,64.6408,67.3064,69.3056,70.9716,71.9712,72.6376,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,67.97279999999999,65.6404,62.6416,60.9756,59.976,58.9764,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,61.3088,64.6408,68.306,71.3048,74.97,78.6352,81.634,83.6332,85.9656,87.9648,87.9648,86.9652,85.6324,82.6336,78.6352,75.6364,72.9708,71.3048,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048],[32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.3204,31.654,31.654,30.9876,29.654799999999998,28.9884,28.9884,28.9884,28.6552,28.6552,28.6552,28.6552,28.9884,28.9884,28.6552,28.6552,27.9888,27.9888,27.6556,27.6556,27.3224,27.3224,26.656,26.656,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.3228,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.99,25.6564,26.656,27.3224,27.3224,27.9888,28.322,28.322,28.9884,29.654799999999998,30.6544,31.3208,32.6536,33.986399999999996,36.652,37.9848,39.984,41.3168,42.9828,44.315599999999996,45.6484,46.647999999999996,47.9808,47.9808,48.6472,48.6472,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,48.980399999999996,48.314,47.6476,47.6476,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.9788,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.3052,70.9716,71.9712,72.6376,73.63719999999999,74.3036,74.97,74.97,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.9684,79.6348,81.3008,82.3004,83.6332,84.2996,85.2992,86.632,87.2984,87.9648,88.298,88.9644,89.2976,89.964,91.63,92.2964,92.6296,93.6292,93.9624,94.962,95.2952,95.6284,96.628,97.2944,98.96039999999999,99.6268,100.6264,102.2924,104.2916,104.958,106.2908,107.9568,109.2896,109.956,111.2888,112.2884,113.288,113.6212,114.6208,115.2872,115.6204,116.62,116.62,116.2868,116.2868,116.9532,117.9528,118.61919999999999,119.6188,120.2852,119.952,120.2852,120.2852,121.9512,121.9512,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.6164,126.2828,126.2828,126.9492,126.9492,127.2824,127.6156,127.6156,127.6156,127.6156,126.9492,127.2824,128.282,128.6152,129.948,130.6144,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.6128,134.6128,134.6128,134.6128,133.6132,134.2796,134.2796,134.946,135.2792,135.6124,136.2788,136.2788,136.2788,135.94559999999998,135.2792,135.6124,134.946,134.2796,133.9464,133.28,133.9464,134.2796,134.946,135.2792,135.2792,134.946,133.6132,132.6136,131.2808,129.948,128.6152,127.9488,127.2824,126.616,126.2828,125.2832,123.9504,122.9508,122.6176,123.28399999999999,125.9496,128.6152,130.9476,132.9468,134.6128,135.2792,134.6128,132.9468,131.9472,130.6144,129.948,129.2816,128.9484,128.6152,127.9488,127.9488,128.6152,129.6148,131.2808,132.2804,134.2796,136.612,137.6116,139.2776,139.944,139.944,139.944,139.2776,139.2776,139.6108,139.2776,139.6108,138.9444,138.9444,139.2776,138.6112,137.6116,136.9452,136.612,134.946,133.6132,132.2804,131.9472,131.2808,129.2816,127.9488,126.2828,124.28359999999999,122.9508,121.2848,119.6188,117.9528,116.62,115.9536,114.6208,113.288,112.95479999999999,111.9552,111.2888,110.2892,109.956,108.9564,107.9568,106.2908,104.958,103.62519999999999,102.2924,101.2928,98.294,95.9616,93.9624,91.63,87.9648,85.9656,84.6328,82.3004,78.9684,75.3032,72.9708,69.6388,65.9736,62.6416,59.6428,57.6436,55.3112,53.6452,52.9788,52.3124,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,50.3132,52.3124,54.3116,55.6444,55.9776,55.9776,55.3112,55.6444,55.9776,57.3104,59.976,63.308,65.3072,67.97279999999999,69.3056,70.9716,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,68.306,66.9732,64.6408,61.9752,60.3092,59.6428,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.9764,60.6424,63.308,67.6396,71.3048,74.97,78.6352,80.9676,82.96679999999999,84.966,86.632,86.632,85.6324,83.3,80.6344,76.636,74.3036,71.638,70.6384,71.3048,71.3048,70.3052,70.3052,69.972,69.972],[33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,33.32,32.6536,32.6536,31.654,30.9876,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,30.3212,30.3212,29.654799999999998,29.988,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,27.6556,26.9892,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,24.99,24.99,25.6564,26.3228,27.3224,27.3224,27.9888,27.9888,28.322,28.322,28.9884,28.9884,29.988,30.6544,31.9872,32.6536,35.3192,36.652,38.6512,39.984,41.65,42.9828,44.315599999999996,45.3152,46.647999999999996,47.3144,47.9808,47.9808,48.314,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,53.6452,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,63.6412,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,70.3052,70.9716,71.9712,72.6376,73.63719999999999,74.3036,74.97,74.97,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,79.6348,80.6344,81.3008,82.3004,83.6332,84.966,85.9656,86.632,87.2984,87.9648,88.298,89.2976,89.2976,90.6304,91.63,91.63,92.6296,93.29599999999999,93.9624,94.962,95.6284,96.2948,96.628,98.6272,99.6268,100.6264,101.2928,102.9588,104.958,106.2908,107.6236,108.28999999999999,109.2896,110.6224,111.2888,112.2884,113.288,113.6212,114.6208,114.6208,114.954,114.954,115.6204,115.6204,115.9536,117.2864,117.9528,118.61919999999999,119.6188,119.6188,120.2852,119.952,119.952,119.952,120.9516,120.9516,121.2848,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.9488,127.9488,128.282,128.282,127.2824,127.2824,128.282,128.6152,129.948,130.6144,130.9476,130.9476,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.946,134.946,134.946,134.2796,134.2796,134.2796,134.2796,134.6128,134.6128,134.6128,134.6128,133.6132,133.6132,133.28,133.6132,133.9464,134.2796,134.2796,134.2796,133.6132,133.6132,133.6132,132.9468,132.6136,131.9472,131.2808,131.2808,131.614,131.9472,132.9468,133.6132,133.6132,132.9468,131.9472,130.9476,129.2816,127.9488,126.2828,124.95,122.2844,121.9512,120.9516,119.6188,118.9524,118.9524,118.9524,119.2856,122.2844,124.28359999999999,127.2824,129.2816,130.6144,131.2808,131.2808,130.6144,129.948,128.282,126.616,125.9496,125.6164,125.2832,124.6168,124.6168,125.9496,126.9492,128.6152,129.948,131.614,133.6132,135.6124,136.2788,137.6116,137.6116,137.6116,136.9452,137.2784,137.6116,137.2784,137.6116,136.9452,136.9452,136.9452,136.9452,135.94559999999998,135.2792,134.946,134.2796,132.9468,132.2804,131.9472,129.948,129.948,128.6152,126.9492,125.6164,123.9504,122.9508,121.9512,120.2852,118.9524,116.9532,116.62,115.6204,114.6208,113.95439999999999,113.288,112.95479999999999,112.95479999999999,111.9552,110.9556,109.2896,107.6236,106.2908,104.6248,104.2916,101.2928,98.96039999999999,96.628,93.9624,91.63,89.6308,88.9644,85.9656,83.6332,80.6344,78.30199999999999,74.6368,70.6384,67.3064,64.6408,61.641999999999996,59.6428,57.6436,56.977199999999996,55.6444,54.3116,52.9788,52.3124,50.9796,49.6468,49.6468,49.6468,49.6468,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,48.980399999999996,50.3132,52.3124,54.3116,55.3112,55.3112,54.6448,54.978,55.3112,56.644,58.6432,60.6424,63.9744,65.9736,67.97279999999999,70.3052,70.9716,71.3048,70.6384,70.6384,69.972,68.6392,66.9732,65.6404,63.9744,61.9752,60.3092,58.9764,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,59.976,62.6416,67.6396,71.3048,74.3036,77.3024,79.968,81.634,83.6332,84.966,84.966,83.6332,81.3008,78.6352,75.3032,72.9708,70.9716,69.972,70.6384,70.6384,69.6388,68.9724,69.3056,69.3056],[34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,30.6544,29.988,29.3216,28.6552,27.9888,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.9896,25.9896,25.9896,25.9896,26.656,27.3224,27.9888,27.9888,28.6552,28.9884,28.9884,28.9884,28.9884,29.988,30.6544,30.6544,31.9872,33.32,34.6528,35.9856,37.9848,39.3176,40.9836,42.3164,43.6492,44.6488,45.9816,46.647999999999996,46.647999999999996,47.3144,47.9808,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,53.312,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,52.6456,51.646,51.646,51.646,51.646,51.3128,50.6464,50.6464,49.98,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,63.6412,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,74.97,74.97,76.3028,76.3028,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.9672,82.96679999999999,84.2996,85.2992,85.9656,86.632,87.9648,88.298,88.63119999999999,89.2976,89.2976,90.2972,91.63,91.9632,93.29599999999999,93.9624,94.962,95.6284,96.2948,96.628,97.96079999999999,98.96039999999999,99.96,100.6264,102.6256,104.2916,105.9576,106.2908,107.6236,108.28999999999999,108.6232,109.956,110.6224,111.622,112.6216,113.288,113.95439999999999,113.95439999999999,113.6212,113.6212,114.2876,114.954,115.9536,116.62,117.2864,117.6196,118.286,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.9516,121.2848,121.9512,121.9512,122.9508,122.9508,123.28399999999999,123.9504,125.6164,126.2828,126.9492,127.2824,128.6152,128.6152,128.6152,128.282,127.6156,127.6156,128.6152,129.2816,130.6144,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,133.9464,133.9464,133.28,133.28,132.9468,132.2804,131.9472,131.9472,131.9472,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,129.948,129.2816,129.2816,129.2816,129.948,130.9476,131.614,131.614,130.9476,129.948,128.282,126.9492,124.95,122.6176,119.952,117.6196,115.2872,113.95439999999999,113.288,112.95479999999999,112.6216,113.288,114.954,117.2864,119.2856,121.9512,124.6168,125.6164,126.9492,126.9492,127.2824,126.2828,125.2832,122.9508,122.2844,121.618,121.9512,120.9516,120.9516,121.9512,123.28399999999999,125.2832,126.9492,128.6152,130.2812,132.2804,132.9468,134.2796,134.946,134.2796,134.2796,134.2796,134.2796,134.6128,134.6128,134.6128,134.6128,134.6128,133.6132,132.9468,132.2804,132.2804,131.9472,130.6144,130.6144,129.948,129.6148,128.282,127.9488,127.2824,126.2828,124.6168,123.9504,122.9508,122.2844,121.2848,119.952,118.9524,117.9528,117.6196,116.62,116.2868,116.62,115.6204,114.954,114.2876,112.95479999999999,110.2892,108.6232,107.6236,105.6244,104.958,102.6256,99.6268,96.9612,95.6284,94.962,94.2956,92.6296,89.6308,86.632,84.2996,80.6344,76.3028,72.6376,70.3052,67.97279999999999,64.6408,63.308,61.9752,60.6424,58.6432,57.3104,55.9776,54.3116,52.9788,52.3124,52.3124,52.3124,50.9796,50.9796,50.3132,49.6468,48.6472,47.9808,47.3144,47.3144,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,47.6476,48.980399999999996,50.9796,52.9788,53.6452,53.6452,53.6452,54.3116,55.3112,55.9776,57.3104,59.309599999999996,61.3088,64.6408,66.64,68.6392,69.6388,69.6388,69.6388,68.9724,68.6392,67.3064,65.6404,64.3076,61.9752,61.3088,59.976,59.309599999999996,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,57.6436,59.976,62.6416,66.9732,70.6384,73.9704,75.6364,78.30199999999999,80.6344,82.3004,83.6332,83.3,81.3008,79.3016,76.9692,73.63719999999999,70.9716,69.972,69.3056,69.6388,69.6388,69.972,69.3056,68.6392,68.6392],[36.652,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.3192,34.6528,33.32,33.32,32.6536,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,31.9872,31.3208,31.3208,30.6544,29.988,29.3216,28.6552,27.9888,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.3224,26.656,26.656,26.656,26.656,26.656,26.656,26.656,25.9896,26.656,26.656,27.3224,27.9888,27.9888,28.6552,28.6552,28.9884,28.9884,28.9884,29.654799999999998,29.988,29.988,30.6544,31.3208,31.9872,33.32,34.6528,36.652,37.9848,39.6508,40.9836,42.3164,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,47.6476,48.314,49.6468,50.3132,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.97,75.6364,76.3028,76.9692,76.3028,76.3028,76.3028,76.9692,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,81.3008,81.9672,82.96679999999999,84.2996,85.2992,85.9656,86.632,87.9648,87.9648,88.63119999999999,89.2976,89.2976,90.6304,91.2968,92.2964,93.29599999999999,93.9624,94.6288,95.6284,96.2948,97.2944,98.294,99.6268,100.6264,101.9592,102.9588,104.958,105.9576,106.9572,107.6236,108.28999999999999,108.6232,109.2896,110.6224,111.622,112.6216,112.6216,113.288,113.288,113.288,113.6212,114.2876,114.954,115.9536,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,118.286,118.286,118.9524,119.6188,120.2852,120.9516,121.2848,121.618,122.2844,122.9508,123.28399999999999,125.2832,125.6164,126.2828,126.9492,127.9488,128.6152,128.6152,128.282,127.6156,127.6156,128.6152,129.2816,130.6144,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.946,134.946,133.9464,133.9464,133.28,132.9468,131.9472,130.9476,130.9476,129.948,129.6148,129.6148,129.2816,129.2816,129.2816,129.2816,128.6152,127.6156,126.9492,126.9492,126.9492,127.6156,128.6152,129.2816,129.2816,128.6152,127.6156,125.9496,124.6168,122.6176,120.2852,117.2864,112.95479999999999,109.956,107.6236,106.9572,106.9572,107.6236,107.9568,108.9564,111.2888,113.95439999999999,116.62,118.9524,120.2852,122.2844,123.9504,124.6168,123.9504,122.6176,120.9516,119.6188,119.6188,118.9524,117.9528,117.6196,118.61919999999999,120.2852,121.9512,123.9504,125.6164,127.9488,129.6148,131.2808,131.614,132.2804,131.9472,131.9472,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,129.948,130.2812,129.948,129.948,129.948,129.948,129.2816,129.2816,127.9488,127.2824,126.9492,126.2828,124.6168,123.9504,123.28399999999999,122.9508,122.2844,121.9512,121.9512,120.9516,120.2852,118.9524,118.9524,118.9524,118.286,117.2864,116.62,114.954,112.6216,110.2892,109.2896,107.6236,105.9576,103.62519999999999,101.626,99.96,99.6268,99.6268,99.6268,98.96039999999999,95.6284,93.29599999999999,90.2972,86.632,81.9672,77.6356,75.6364,73.63719999999999,71.3048,68.9724,67.3064,65.9736,63.308,61.3088,59.976,57.9768,55.6444,54.978,54.3116,54.3116,52.9788,52.3124,51.646,50.9796,49.3136,48.6472,47.9808,47.9808,47.3144,47.3144,47.3144,47.3144,46.9812,46.3148,46.3148,46.3148,47.6476,48.314,50.3132,51.646,52.9788,52.9788,52.9788,53.6452,54.6448,55.3112,56.644,57.9768,60.6424,63.308,65.9736,67.3064,68.9724,69.6388,68.9724,68.306,67.3064,65.9736,64.3076,63.308,61.3088,60.6424,59.309599999999996,58.6432,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,57.6436,59.309599999999996,61.9752,66.3068,68.9724,71.9712,74.97,77.6356,78.9684,80.9676,81.634,81.3008,79.6348,77.6356,74.97,71.638,69.3056,68.6392,68.6392,68.9724,68.9724,69.3056,69.3056,69.3056,68.6392],[37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.3208,29.988,29.3216,28.6552,28.6552,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,27.6556,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,26.656,26.656,26.656,27.3224,27.9888,27.9888,28.6552,28.6552,29.3216,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.988,29.988,30.6544,30.6544,31.3208,32.6536,33.986399999999996,35.3192,36.652,37.9848,38.6512,39.984,41.9832,42.6496,43.316,43.9824,44.6488,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.6452,52.9788,52.9788,52.9788,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,53.6452,54.3116,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,70.3052,70.9716,70.9716,71.9712,72.6376,72.6376,72.6376,73.304,73.304,73.9704,74.6368,74.97,75.6364,76.9692,77.6356,76.9692,76.9692,77.6356,77.6356,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,81.3008,82.96679999999999,84.2996,84.966,85.2992,86.2988,86.632,87.9648,88.298,88.63119999999999,89.2976,90.2972,90.6304,91.63,92.6296,93.9624,94.6288,95.6284,96.2948,97.2944,97.96079999999999,98.96039999999999,100.2932,101.9592,102.6256,104.2916,105.6244,105.9576,106.2908,106.2908,106.9572,108.6232,109.956,110.9556,111.622,111.9552,112.6216,111.9552,112.95479999999999,112.95479999999999,113.288,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,117.2864,117.2864,117.6196,117.9528,118.9524,119.6188,119.952,120.9516,121.2848,121.618,121.618,122.9508,123.6172,124.6168,125.2832,125.9496,127.6156,128.282,128.282,128.282,127.6156,127.6156,128.6152,129.2816,130.6144,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.2796,134.2796,133.28,132.9468,131.9472,130.9476,129.948,128.9484,128.6152,128.6152,128.282,128.282,128.282,127.2824,126.9492,125.6164,125.2832,124.6168,124.6168,125.2832,126.2828,126.9492,126.9492,126.2828,125.2832,124.6168,122.9508,119.952,117.2864,113.288,109.2896,104.958,102.6256,101.9592,101.9592,101.9592,101.9592,102.2924,105.2912,108.28999999999999,111.622,113.95439999999999,115.6204,117.9528,120.2852,121.618,121.9512,121.2848,119.6188,118.286,117.2864,116.62,115.6204,115.2872,116.2868,117.9528,119.6188,121.9512,124.6168,126.2828,128.6152,129.6148,130.9476,130.9476,130.2812,129.948,129.2816,129.2816,129.2816,129.2816,129.2816,129.2816,128.6152,128.6152,128.282,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,126.9492,126.2828,125.6164,125.2832,125.2832,124.6168,123.9504,123.9504,122.9508,122.9508,123.6172,122.2844,121.2848,120.6184,120.9516,120.2852,120.2852,118.9524,117.9528,116.2868,113.6212,111.622,109.956,107.6236,105.9576,103.9584,102.9588,102.6256,102.6256,103.9584,104.958,103.9584,101.9592,98.6272,95.6284,91.63,87.2984,82.96679999999999,79.968,78.30199999999999,76.3028,74.97,73.304,70.9716,68.306,66.3068,64.6408,62.3084,59.309599999999996,57.9768,56.977199999999996,56.3108,55.6444,54.978,53.6452,52.3124,50.6464,49.3136,49.3136,49.3136,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,47.6476,48.314,49.6468,50.9796,51.646,52.3124,52.9788,53.6452,54.6448,55.3112,55.9776,57.3104,59.309599999999996,61.9752,65.3072,67.3064,68.9724,69.6388,68.9724,67.6396,66.3068,64.974,63.6412,62.3084,60.6424,59.976,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.977199999999996,59.309599999999996,61.9752,65.3072,68.306,71.3048,74.3036,76.3028,78.30199999999999,79.968,80.6344,79.6348,78.30199999999999,75.6364,73.304,70.6384,68.6392,66.9732,66.9732,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056],[39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.3184,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,30.6544,29.988,29.3216,28.6552,28.322,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,27.6556,27.9888,27.9888,27.9888,27.9888,27.3224,27.3224,27.3224,27.3224,26.656,27.3224,27.9888,27.9888,28.6552,28.6552,29.3216,29.3216,29.654799999999998,29.654799999999998,30.3212,30.3212,30.6544,30.6544,30.6544,30.6544,31.3208,31.9872,33.32,33.986399999999996,35.9856,36.652,37.3184,38.6512,40.6504,41.3168,41.9832,42.6496,43.316,44.6488,45.6484,46.3148,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.9788,53.312,53.312,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.644,56.644,56.644,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,58.31,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.6388,70.3052,70.9716,71.638,72.3044,73.304,73.304,73.304,73.304,73.304,73.9704,74.6368,75.6364,75.6364,76.9692,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,80.6344,80.9676,80.9676,80.3012,80.3012,81.3008,81.9672,82.96679999999999,84.2996,84.966,85.6324,86.632,87.9648,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.63,92.6296,93.6292,93.9624,94.962,95.9616,96.2948,97.96079999999999,98.96039999999999,99.6268,100.9596,101.9592,103.292,104.6248,105.6244,105.6244,105.6244,106.2908,107.6236,108.6232,109.956,110.9556,111.2888,111.622,111.622,112.2884,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.2872,115.9536,116.62,116.62,117.2864,117.9528,118.61919999999999,118.9524,119.6188,120.2852,120.9516,121.618,122.2844,122.9508,123.6172,124.6168,125.6164,126.2828,127.6156,127.6156,127.6156,127.6156,127.6156,128.6152,129.948,130.9476,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.2796,133.6132,132.9468,131.9472,130.6144,129.6148,128.6152,127.9488,127.6156,126.9492,126.2828,126.2828,125.6164,125.2832,123.9504,123.6172,122.9508,122.9508,123.28399999999999,123.9504,124.6168,124.6168,123.9504,123.6172,122.2844,121.2848,118.9524,116.2868,110.9556,106.2908,102.6256,98.294,97.2944,97.96079999999999,97.96079999999999,97.6276,98.6272,100.2932,103.292,105.6244,108.9564,111.622,114.6208,117.2864,118.9524,119.952,119.2856,118.286,117.2864,116.2868,114.2876,113.288,113.288,113.6212,115.6204,117.2864,119.6188,122.6176,124.6168,125.6164,126.9492,127.6156,128.6152,128.282,128.282,128.282,128.282,128.282,128.282,127.6156,127.6156,126.9492,126.9492,126.616,125.9496,125.9496,125.9496,125.9496,125.9496,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,123.9504,122.9508,121.618,121.2848,120.9516,120.9516,119.952,118.61919999999999,116.62,114.2876,111.9552,109.956,108.28999999999999,105.9576,103.9584,103.9584,104.958,105.9576,106.9572,108.9564,108.9564,106.624,104.6248,101.9592,97.96079999999999,93.9624,90.2972,87.2984,84.2996,81.9672,79.968,78.30199999999999,75.6364,72.9708,71.3048,69.972,67.97279999999999,64.3076,62.3084,61.3088,60.6424,59.309599999999996,57.6436,56.3108,54.978,52.6456,51.9792,51.3128,51.3128,50.3132,49.6468,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.3148,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,54.3116,55.3112,55.3112,56.644,58.6432,60.6424,63.9744,66.64,68.306,68.9724,68.306,66.9732,65.6404,64.974,63.308,61.641999999999996,60.6424,59.976,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.977199999999996,58.9764,61.3088,64.6408,67.6396,70.6384,73.63719999999999,75.6364,76.9692,79.3016,79.968,78.9684,76.9692,74.6368,71.9712,69.3056,67.97279999999999,66.3068,66.3068,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972],[39.984,39.984,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,37.9848,37.9848,37.9848,37.3184,36.652,36.652,35.9856,35.9856,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,30.6544,29.988,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.9884,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.9856,37.9848,39.3176,40.3172,40.3172,40.9836,41.65,42.9828,43.6492,44.6488,45.9816,46.647999999999996,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,53.9784,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.9768,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,61.641999999999996,62.3084,63.308,63.9744,63.9744,64.6408,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,77.6356,78.30199999999999,78.6352,79.3016,79.968,79.968,79.968,80.6344,80.6344,81.634,82.3004,81.9672,81.9672,81.3008,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.2996,85.6324,86.632,87.9648,88.298,88.9644,89.2976,90.2972,90.6304,91.63,92.2964,93.6292,93.9624,94.6288,95.2952,96.2948,96.9612,97.96079999999999,98.96039999999999,100.2932,100.9596,101.9592,103.292,103.62519999999999,104.2916,104.958,104.958,105.6244,106.9572,108.28999999999999,109.2896,109.956,111.2888,111.622,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,114.954,114.954,114.954,116.2868,116.62,117.6196,117.9528,118.9524,119.6188,120.2852,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.6168,126.2828,126.2828,126.9492,127.6156,127.6156,128.282,128.6152,130.6144,130.9476,131.614,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.946,134.6128,133.28,132.2804,130.9476,129.6148,128.6152,127.9488,126.616,125.6164,125.2832,123.9504,123.28399999999999,122.9508,121.618,121.2848,121.2848,121.2848,121.2848,121.618,121.618,121.618,121.618,121.2848,120.6184,119.952,117.9528,113.95439999999999,109.956,105.2912,100.6264,96.9612,93.9624,95.6284,95.6284,94.962,95.6284,96.628,99.6268,102.6256,105.9576,109.2896,111.9552,114.2876,115.9536,116.9532,117.6196,117.6196,116.62,115.2872,113.288,109.956,108.9564,110.6224,112.2884,114.2876,117.2864,118.9524,121.2848,122.2844,122.9508,123.9504,124.6168,125.6164,125.9496,126.2828,126.9492,126.9492,126.9492,126.2828,125.6164,125.2832,124.6168,124.6168,123.9504,124.6168,124.6168,123.9504,123.28399999999999,121.618,120.9516,120.2852,120.2852,121.2848,121.618,122.2844,122.2844,122.9508,123.9504,125.2832,125.6164,125.2832,124.28359999999999,123.28399999999999,122.9508,122.9508,122.2844,120.9516,120.2852,119.2856,117.2864,114.2876,111.9552,109.956,108.28999999999999,105.9576,103.9584,104.6248,106.9572,109.6228,110.2892,112.95479999999999,112.6216,111.622,109.6228,107.2904,104.958,101.9592,99.6268,96.9612,93.9624,89.964,86.2988,84.2996,82.3004,79.3016,77.3024,75.6364,72.6376,70.6384,68.6392,66.9732,65.6404,63.9744,61.3088,59.976,58.6432,57.6436,56.977199999999996,54.978,54.3116,51.646,50.9796,48.980399999999996,48.314,47.6476,47.6476,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,50.9796,51.646,52.3124,52.9788,54.3116,54.978,54.978,55.6444,56.977199999999996,59.976,63.308,65.9736,67.3064,67.97279999999999,67.3064,65.9736,63.9744,63.308,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,58.31,60.6424,63.308,66.9732,69.972,71.9712,74.3036,76.3028,78.30199999999999,78.30199999999999,77.3024,75.6364,73.304,71.3048,68.306,66.9732,65.6404,65.6404,66.3068,67.6396,68.6392,69.972,70.6384,70.6384],[40.6504,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.984,40.3172,40.3172,40.3172,39.6508,39.3176,39.3176,39.3176,38.6512,37.9848,37.3184,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.3208,30.6544,29.654799999999998,29.654799999999998,28.9884,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,30.9876,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,37.3184,37.9848,38.9844,39.6508,40.3172,40.9836,40.9836,41.65,42.9828,44.6488,45.9816,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.9796,52.3124,52.3124,52.9788,54.6448,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.976,58.9764,58.9764,58.31,58.31,58.6432,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,66.9732,66.9732,67.6396,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,78.30199999999999,78.9684,79.3016,79.968,80.6344,81.3008,81.3008,81.634,82.3004,82.3004,82.96679999999999,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,85.6324,86.632,87.9648,88.9644,89.2976,89.964,90.6304,90.6304,91.63,91.63,92.9628,93.6292,93.9624,94.6288,95.6284,95.9616,96.9612,97.96079999999999,98.96039999999999,99.6268,100.6264,101.9592,102.6256,103.292,103.62519999999999,103.9584,104.958,105.6244,106.9572,108.28999999999999,109.2896,109.956,111.2888,111.622,111.622,111.622,112.2884,112.2884,111.622,111.2888,112.2884,113.288,113.6212,114.2876,114.2876,114.954,116.2868,116.2868,116.9532,117.6196,118.286,118.9524,119.952,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.6164,126.2828,126.9492,126.9492,127.6156,128.282,129.2816,130.6144,130.9476,131.614,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,134.946,135.6124,134.946,134.6128,133.6132,132.9468,131.2808,129.6148,128.6152,127.6156,126.2828,125.2832,123.28399999999999,122.9508,122.2844,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.9516,120.2852,119.2856,116.9532,113.6212,109.956,104.6248,99.96,95.9616,93.29599999999999,93.9624,93.9624,93.9624,93.6292,94.962,97.6276,99.96,102.6256,107.2904,110.2892,112.6216,113.6212,115.2872,115.9536,115.9536,115.2872,113.95439999999999,110.6224,107.6236,106.624,106.9572,109.2896,111.622,114.2876,115.9536,117.6196,118.9524,119.6188,120.2852,121.618,122.9508,123.6172,124.95,125.6164,125.6164,125.6164,125.2832,124.28359999999999,123.28399999999999,123.28399999999999,122.6176,122.2844,122.9508,122.9508,122.2844,121.2848,119.2856,118.286,118.286,118.286,118.9524,119.6188,120.9516,121.9512,122.2844,123.6172,125.2832,125.6164,125.2832,123.9504,123.28399999999999,122.6176,122.6176,121.9512,120.9516,120.2852,118.9524,115.9536,114.2876,111.622,109.2896,107.9568,105.6244,104.2916,105.6244,107.9568,110.6224,112.6216,114.6208,115.2872,114.6208,112.2884,110.2892,107.9568,105.9576,103.9584,102.6256,99.6268,95.2952,92.2964,89.6308,87.2984,84.966,82.96679999999999,81.3008,78.6352,75.6364,73.9704,72.6376,70.6384,68.6392,66.3068,64.6408,61.9752,60.6424,59.309599999999996,57.6436,56.3108,52.9788,51.646,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.3124,53.6452,54.978,54.978,54.3116,54.978,56.977199999999996,59.309599999999996,62.3084,65.3072,66.64,67.3064,65.9736,65.3072,63.308,62.6416,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,58.31,59.976,63.308,66.3068,69.3056,71.3048,73.63719999999999,75.6364,76.636,77.3024,76.636,74.97,72.6376,70.6384,68.306,66.3068,65.6404,64.974,65.6404,66.9732,68.6392,69.3056,70.6384,71.3048],[41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.9836,40.9836,40.9836,40.3172,39.984,39.984,39.984,39.984,39.3176,38.6512,37.9848,37.9848,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,33.32,32.6536,31.9872,30.9876,30.9876,30.3212,29.654799999999998,28.9884,28.9884,28.9884,28.9884,29.654799999999998,28.9884,28.9884,28.9884,28.322,28.322,27.6556,27.6556,27.6556,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,30.9876,31.654,31.654,31.654,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,37.9848,38.6512,39.6508,39.6508,40.3172,41.65,43.316,44.6488,45.9816,46.647999999999996,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,54.6448,55.6444,56.3108,57.6436,58.31,58.9764,59.6428,60.3092,61.3088,62.6416,63.9744,64.6408,64.6408,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,59.976,58.9764,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,66.9732,67.6396,67.6396,68.306,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,74.97,75.6364,76.3028,76.9692,78.9684,79.6348,80.6344,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,84.966,84.966,84.2996,84.2996,84.2996,84.966,84.966,85.9656,86.2988,87.2984,88.298,88.9644,89.6308,90.2972,90.6304,90.6304,91.63,91.9632,92.9628,93.6292,94.2956,94.962,95.6284,95.6284,95.9616,96.2948,97.2944,98.294,99.2936,100.2932,100.9596,101.2928,102.6256,103.62519999999999,105.2912,105.6244,106.9572,108.28999999999999,109.2896,109.956,110.2892,110.9556,111.2888,111.622,111.622,111.2888,111.2888,111.2888,111.9552,113.288,113.6212,113.6212,114.2876,114.954,116.2868,116.2868,116.9532,117.6196,118.286,118.9524,119.952,120.9516,121.618,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.6164,126.2828,126.9492,126.9492,127.6156,128.282,129.2816,130.6144,130.9476,131.614,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,134.2796,134.2796,134.946,134.946,135.6124,134.946,134.946,134.2796,133.28,131.9472,129.948,128.6152,127.6156,126.2828,124.6168,122.9508,122.2844,121.9512,121.2848,120.2852,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,117.9528,116.2868,113.6212,109.956,105.2912,100.6264,96.9612,93.6292,92.9628,92.9628,92.9628,92.6296,93.6292,95.9616,98.294,101.626,105.9576,108.9564,111.622,112.95479999999999,112.95479999999999,113.6212,113.6212,113.288,110.9556,108.28999999999999,105.9576,104.6248,105.2912,106.9572,108.9564,110.9556,113.288,114.954,114.954,116.2868,117.9528,119.2856,120.2852,121.2848,122.2844,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,121.9512,121.2848,120.9516,120.9516,121.2848,121.9512,121.9512,121.2848,119.952,117.9528,116.62,116.62,116.62,117.2864,118.286,119.6188,121.2848,122.2844,122.9508,123.28399999999999,123.9504,123.28399999999999,122.2844,121.618,120.9516,120.2852,119.952,119.6188,118.9524,117.9528,114.6208,112.2884,110.6224,108.6232,107.6236,106.2908,105.6244,106.624,108.9564,111.622,113.288,114.954,115.6204,114.2876,113.288,111.622,109.956,107.6236,105.6244,103.9584,101.626,98.6272,96.2948,94.6288,92.6296,90.2972,87.9648,86.632,84.2996,81.3008,78.9684,77.6356,75.6364,73.63719999999999,71.3048,69.6388,66.9732,63.9744,61.3088,59.6428,57.6436,54.6448,52.3124,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.9788,53.6452,54.978,54.978,54.3116,54.978,56.3108,58.6432,61.9752,64.6408,65.9736,65.9736,64.6408,63.9744,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.9776,56.644,57.9768,59.309599999999996,62.6416,65.6404,68.306,71.3048,73.63719999999999,74.97,75.9696,75.9696,75.9696,74.3036,71.9712,69.972,67.6396,66.3068,64.974,64.974,65.6404,66.3068,67.97279999999999,68.6392,69.972,70.6384],[41.65,41.65,41.65,41.65,41.3168,41.3168,41.3168,41.3168,41.65,41.65,41.65,41.65,41.65,41.65,41.65,40.9836,39.984,39.984,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.3192,34.6528,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,28.9884,28.9884,28.322,27.6556,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.654,31.654,32.6536,32.6536,33.32,33.32,33.986399999999996,34.6528,35.3192,35.3192,36.652,37.3184,37.3184,37.9848,38.318,38.9844,39.6508,40.3172,41.9832,43.316,44.6488,45.9816,46.9812,47.6476,48.314,49.6468,51.646,52.3124,52.9788,54.6448,55.6444,56.977199999999996,57.6436,58.9764,60.3092,60.9756,61.641999999999996,63.308,65.3072,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,64.974,63.9744,63.308,61.3088,60.6424,59.6428,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,65.9736,66.64,66.64,67.6396,67.6396,68.306,68.306,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,80.3012,81.3008,81.9672,82.96679999999999,84.2996,84.2996,84.966,84.966,86.2988,86.2988,86.9652,86.2988,85.9656,85.9656,85.2992,85.2992,85.9656,86.632,86.9652,87.9648,87.9648,88.9644,89.2976,90.2972,90.6304,91.2968,91.2968,91.63,92.6296,92.9628,93.6292,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,96.2948,97.2944,98.294,99.2936,100.2932,100.9596,102.2924,103.62519999999999,104.958,105.2912,106.2908,107.6236,108.9564,109.2896,109.6228,110.2892,110.2892,110.9556,110.9556,111.2888,110.9556,111.2888,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.954,116.2868,116.62,116.9532,117.6196,118.286,118.9524,119.952,120.9516,121.2848,122.2844,122.9508,123.28399999999999,123.9504,124.6168,125.6164,126.2828,126.9492,127.6156,128.282,128.6152,129.948,130.6144,131.614,131.614,131.2808,131.2808,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.6132,133.6132,134.2796,134.2796,134.946,134.946,135.6124,135.6124,135.6124,134.2796,133.6132,131.9472,129.948,128.6152,127.9488,125.6164,123.28399999999999,122.2844,121.618,121.2848,120.2852,119.6188,119.2856,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,117.9528,117.2864,115.6204,112.95479999999999,109.956,105.2912,100.6264,97.6276,94.2956,93.29599999999999,92.2964,92.6296,91.9632,93.29599999999999,95.6284,97.96079999999999,100.6264,104.6248,107.6236,109.956,110.9556,112.2884,111.622,111.622,110.2892,107.9568,105.9576,104.2916,103.292,103.292,104.6248,105.9576,107.6236,109.2896,110.6224,111.622,111.9552,113.95439999999999,115.9536,117.2864,118.9524,120.9516,121.2848,121.2848,121.2848,120.9516,119.952,119.2856,118.9524,118.61919999999999,118.9524,119.6188,119.952,119.6188,118.286,115.9536,115.2872,114.2876,113.6212,114.2876,115.9536,117.6196,119.6188,120.9516,121.618,122.2844,122.2844,121.618,120.9516,120.6184,119.2856,118.61919999999999,118.286,117.9528,117.2864,115.9536,112.95479999999999,110.9556,109.2896,107.6236,106.2908,105.9576,105.6244,106.624,108.9564,110.9556,112.6216,113.95439999999999,114.954,114.6208,112.6216,111.622,110.6224,108.28999999999999,106.2908,104.6248,103.62519999999999,100.6264,99.96,97.96079999999999,95.9616,94.6288,92.6296,90.9636,88.63119999999999,86.2988,83.6332,81.634,79.6348,76.9692,74.97,72.6376,70.3052,66.9732,64.974,61.9752,59.6428,56.3108,53.9784,51.646,50.3132,48.980399999999996,47.6476,46.9812,46.9812,46.9812,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.9788,53.6452,54.978,54.978,54.3116,54.978,56.3108,58.6432,61.3088,63.9744,64.6408,64.6408,63.308,61.641999999999996,60.6424,60.6424,59.976,59.976,59.976,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,55.6444,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,55.3112,55.9776,57.3104,59.309599999999996,62.6416,65.6404,68.306,70.6384,72.9708,74.3036,75.3032,75.3032,75.3032,73.63719999999999,71.3048,69.972,67.6396,66.3068,64.974,64.3076,64.974,65.6404,67.3064,68.6392,69.972,70.6384],[42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,40.6504,39.984,39.984,39.3176,39.3176,39.3176,38.6512,37.9848,37.3184,36.652,36.652,35.9856,35.3192,33.986399999999996,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,31.3208,31.3208,30.6544,30.6544,29.988,29.3216,28.6552,28.6552,28.6552,28.6552,28.6552,29.3216,29.988,29.988,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,35.3192,36.652,36.652,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,41.3168,42.6496,43.316,44.6488,45.6484,46.3148,46.9812,48.314,50.9796,52.3124,52.9788,54.6448,55.3112,56.977199999999996,58.31,59.6428,61.3088,61.9752,63.308,65.3072,65.9736,67.6396,68.306,68.306,69.3056,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,67.6396,66.9732,65.3072,64.6408,63.308,61.641999999999996,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.308,63.9744,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,69.3056,69.972,70.6384,70.6384,71.638,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,77.6356,78.30199999999999,80.3012,81.634,82.3004,83.6332,84.2996,85.6324,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.632,86.632,87.6316,87.6316,87.9648,88.63119999999999,89.2976,89.964,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,93.6292,93.6292,93.9624,94.962,95.6284,95.9616,95.9616,95.9616,95.9616,96.9612,97.2944,98.294,99.2936,100.2932,100.9596,102.2924,103.292,104.6248,105.2912,106.624,107.6236,107.9568,108.9564,108.9564,109.2896,109.6228,110.2892,110.9556,110.9556,111.622,111.622,112.6216,113.288,113.6212,114.2876,114.954,114.954,116.2868,116.62,117.2864,117.2864,118.61919999999999,118.9524,119.6188,119.952,120.6184,121.618,122.9508,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.6156,127.6156,128.6152,128.9484,129.6148,130.9476,131.2808,131.2808,130.6144,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,134.946,134.2796,132.9468,131.9472,130.2812,128.6152,127.6156,125.9496,122.9508,121.9512,121.9512,120.9516,119.952,118.9524,117.9528,117.9528,117.2864,117.2864,116.62,116.62,116.62,116.62,116.9532,116.62,115.6204,114.2876,112.2884,109.2896,105.2912,101.2928,97.96079999999999,94.6288,93.29599999999999,92.6296,92.6296,92.9628,94.2956,95.6284,97.96079999999999,100.6264,103.62519999999999,106.624,107.9568,109.2896,109.2896,108.6232,108.6232,106.9572,104.6248,102.9588,101.9592,101.626,101.626,101.9592,102.6256,103.292,104.2916,105.2912,106.2908,107.6236,109.6228,111.9552,113.6212,115.6204,117.2864,118.61919999999999,118.61919999999999,118.286,117.9528,116.9532,116.62,115.6204,115.6204,115.6204,116.2868,117.2864,116.62,114.954,113.288,111.622,111.2888,110.6224,110.9556,112.95479999999999,114.954,116.62,118.286,119.6188,120.2852,120.6184,120.2852,119.6188,118.9524,117.6196,117.2864,116.2868,116.2868,114.954,113.6212,111.9552,109.2896,106.9572,105.9576,104.6248,104.2916,104.6248,105.6244,107.6236,108.6232,110.6224,111.622,112.2884,112.2884,111.2888,110.9556,109.2896,108.6232,106.9572,105.2912,103.9584,102.9588,102.2924,100.2932,98.96039999999999,97.2944,95.9616,94.6288,92.6296,88.9644,86.632,84.6328,81.9672,78.9684,76.636,75.3032,72.9708,69.972,67.6396,65.3072,61.9752,58.31,55.6444,52.9788,50.9796,49.6468,48.314,46.9812,46.9812,46.9812,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.9788,53.6452,54.978,54.978,54.3116,54.3116,55.6444,56.977199999999996,59.976,61.9752,63.308,62.9748,60.9756,60.3092,59.309599999999996,59.309599999999996,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,57.6436,56.3108,54.978,54.3116,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,56.3108,58.6432,61.3088,64.6408,67.6396,69.6388,71.9712,73.304,74.97,74.97,73.63719999999999,72.6376,71.3048,69.972,67.6396,66.3068,64.974,64.3076,64.974,65.6404,66.64,67.97279999999999,69.3056,69.972],[43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,40.6504,40.6504,40.6504,39.984,39.3176,37.9848,37.9848,37.3184,36.652,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.3208,31.3208,30.6544,29.988,29.3216,28.6552,28.6552,28.6552,29.3216,29.988,29.988,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,42.6496,43.316,44.982,45.6484,46.3148,47.6476,50.3132,51.646,52.9788,53.9784,55.3112,56.977199999999996,58.31,59.6428,61.3088,62.6416,63.9744,65.3072,66.9732,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,70.3052,70.3052,70.3052,70.3052,68.9724,68.306,67.6396,66.3068,63.9744,62.3084,61.3088,60.6424,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.9744,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.972,69.972,70.6384,71.3048,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,77.6356,78.9684,80.3012,81.634,82.96679999999999,84.2996,85.6324,86.2988,86.9652,87.2984,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.63119999999999,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,91.2968,91.63,92.6296,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,95.9616,96.2948,96.9612,96.9612,96.9612,96.9612,97.96079999999999,98.294,99.2936,99.6268,100.2932,100.9596,102.6256,103.62519999999999,104.2916,104.6248,105.6244,106.624,106.9572,107.9568,107.9568,108.28999999999999,108.9564,109.2896,110.2892,110.9556,111.622,111.622,112.6216,113.288,113.6212,114.2876,114.954,114.954,116.2868,116.62,117.2864,117.2864,118.61919999999999,118.9524,119.6188,119.952,120.6184,120.9516,122.2844,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.2824,127.6156,128.6152,128.9484,129.6148,130.9476,131.2808,131.614,131.2808,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,134.946,134.2796,132.9468,131.2808,129.6148,128.6152,127.6156,125.9496,122.9508,121.9512,121.2848,120.9516,119.952,118.286,117.6196,116.9532,116.62,115.9536,115.6204,115.2872,115.6204,115.6204,115.9536,115.6204,114.954,113.288,112.2884,109.2896,105.2912,102.6256,98.96039999999999,96.2948,94.2956,93.9624,93.6292,93.9624,95.2952,97.2944,99.6268,101.626,103.62519999999999,105.2912,106.2908,106.9572,107.2904,106.2908,105.9576,104.2916,101.626,100.6264,99.6268,99.6268,99.6268,99.2936,99.2936,99.6268,100.2932,100.9596,102.6256,104.6248,106.2908,107.9568,109.956,112.2884,114.954,115.2872,115.2872,114.954,114.2876,113.6212,113.288,112.2884,112.2884,112.2884,112.95479999999999,113.288,112.95479999999999,111.2888,109.6228,107.6236,106.2908,106.2908,107.6236,109.6228,111.2888,113.6212,115.6204,116.62,118.286,118.9524,118.9524,117.6196,116.9532,115.9536,115.9536,115.2872,114.2876,112.95479999999999,112.2884,110.6224,107.6236,105.2912,104.2916,102.9588,102.6256,102.6256,103.62519999999999,105.6244,106.2908,107.6236,108.9564,109.6228,109.6228,110.6224,109.2896,108.6232,108.28999999999999,106.9572,105.2912,104.6248,103.9584,103.292,101.9592,100.2932,98.294,96.9612,94.962,93.29599999999999,90.6304,88.63119999999999,86.9652,84.6328,81.634,79.3016,77.3024,75.3032,72.9708,70.3052,67.3064,64.6408,60.6424,57.3104,54.6448,51.9792,50.3132,48.980399999999996,47.6476,46.9812,46.9812,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.9788,53.6452,54.3116,54.3116,53.6452,54.3116,54.978,56.3108,58.6432,59.976,60.6424,60.9756,59.309599999999996,58.6432,57.9768,57.9768,57.6436,58.31,58.31,58.9764,58.9764,58.31,57.6436,56.3108,54.978,53.6452,52.9788,52.9788,53.6452,54.3116,53.6452,53.6452,54.3116,54.3116,55.6444,57.6436,61.3088,64.6408,66.9732,68.9724,71.3048,73.304,74.3036,74.3036,73.63719999999999,71.9712,71.3048,69.972,67.6396,66.3068,64.974,64.3076,64.974,65.6404,66.64,67.97279999999999,69.3056,69.972],[43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,40.6504,39.3176,39.3176,38.6512,37.9848,37.3184,37.3184,36.652,35.9856,34.6528,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.3216,29.3216,29.3216,29.3216,29.3216,29.988,30.6544,30.6544,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,44.315599999999996,44.982,46.3148,47.6476,49.6468,50.9796,52.3124,53.6452,54.6448,55.9776,57.3104,58.9764,60.6424,61.9752,63.308,63.9744,66.3068,66.9732,68.306,68.9724,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.9716,70.3052,70.3052,69.6388,68.9724,66.9732,64.974,63.6412,61.641999999999996,61.641999999999996,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.9744,64.6408,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,70.6384,71.3048,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,78.30199999999999,78.9684,80.9676,82.3004,83.6332,84.2996,85.6324,86.2988,87.2984,87.2984,87.9648,87.9648,88.298,88.298,89.2976,89.6308,89.6308,89.2976,89.2976,89.6308,89.6308,90.6304,90.2972,91.2968,91.63,91.63,92.2964,92.9628,92.9628,93.9624,94.6288,95.9616,95.9616,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.2936,99.6268,100.2932,100.9596,100.9596,101.626,102.6256,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.9576,106.9572,106.9572,107.6236,108.28999999999999,108.9564,109.956,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.954,116.2868,116.62,116.62,117.2864,118.286,118.9524,119.6188,120.2852,120.2852,120.9516,122.2844,123.28399999999999,123.9504,124.6168,125.6164,126.2828,127.2824,127.6156,128.6152,128.9484,129.6148,130.9476,131.2808,131.614,131.2808,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,133.28,133.28,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,134.946,134.2796,133.28,131.2808,129.6148,128.6152,127.6156,125.9496,123.6172,121.9512,121.2848,120.9516,119.952,118.286,117.6196,116.9532,115.9536,115.2872,114.6208,114.6208,114.6208,114.6208,114.6208,114.6208,113.288,112.6216,111.622,108.6232,104.958,102.6256,99.6268,97.6276,96.2948,95.2952,95.2952,95.6284,97.2944,98.6272,100.9596,101.9592,103.292,104.2916,105.2912,105.9576,105.9576,104.6248,103.62519999999999,101.9592,99.2936,97.6276,97.2944,97.2944,97.2944,96.2948,96.2948,96.9612,96.9612,97.96079999999999,98.96039999999999,101.2928,103.292,105.6244,107.6236,109.956,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,111.2888,110.2892,109.956,109.2896,108.9564,109.6228,109.6228,108.9564,107.2904,105.2912,103.292,101.626,101.626,103.292,104.2916,107.6236,110.6224,112.6216,114.2876,116.62,117.6196,116.9532,115.9536,115.2872,114.6208,113.95439999999999,113.6212,112.95479999999999,112.2884,110.9556,108.9564,105.9576,103.9584,102.2924,100.6264,99.96,99.96,100.6264,101.626,103.292,104.6248,104.958,105.9576,107.6236,108.28999999999999,108.28999999999999,107.6236,106.9572,105.6244,104.958,104.6248,102.9588,102.6256,101.9592,100.6264,98.6272,97.2944,95.9616,93.9624,91.63,89.964,88.63119999999999,87.2984,83.9664,81.3008,79.6348,77.3024,75.3032,72.9708,69.6388,66.3068,61.9752,58.31,55.3112,53.312,50.3132,48.980399999999996,47.6476,46.9812,46.9812,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.3124,52.9788,54.3116,54.3116,53.6452,53.6452,54.3116,55.6444,57.6436,58.31,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,57.6436,56.3108,54.978,53.6452,52.9788,52.9788,53.6452,54.3116,53.6452,53.6452,53.6452,54.3116,54.978,57.6436,61.3088,64.6408,66.9732,68.9724,71.3048,73.304,74.3036,74.3036,73.63719999999999,71.9712,71.3048,69.972,68.306,66.9732,64.974,64.3076,64.974,65.6404,66.64,67.97279999999999,68.6392,69.3056],[44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,43.316,43.316,42.6496,42.6496,41.9832,40.6504,39.984,39.984,39.3176,38.6512,38.6512,37.9848,37.3184,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.988,29.988,29.988,30.6544,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.984,40.6504,41.3168,42.6496,43.6492,44.315599999999996,45.6484,46.9812,48.980399999999996,50.3132,51.646,52.9788,54.6448,55.3112,56.644,57.9768,59.976,61.3088,61.9752,63.308,64.974,66.3068,66.9732,68.306,69.6388,70.6384,70.6384,70.6384,70.6384,70.6384,70.9716,70.9716,70.9716,70.3052,69.6388,68.306,66.3068,64.974,63.9744,63.308,64.3076,64.3076,64.6408,64.6408,64.6408,64.6408,64.6408,65.3072,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,70.6384,71.3048,71.9712,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.9692,78.30199999999999,79.6348,80.9676,82.3004,83.6332,84.966,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,88.298,89.2976,89.6308,90.2972,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,92.9628,92.9628,92.9628,93.9624,95.9616,96.2948,96.2948,96.628,97.6276,97.96079999999999,98.6272,98.96039999999999,99.2936,99.2936,100.2932,100.9596,101.626,101.626,101.626,102.6256,103.292,103.62519999999999,104.2916,104.6248,104.6248,105.2912,105.9576,105.9576,106.624,106.624,107.9568,108.28999999999999,109.2896,109.956,110.9556,110.9556,111.2888,111.9552,112.95479999999999,113.288,114.2876,114.2876,115.6204,116.2868,116.62,117.2864,118.286,118.9524,119.6188,120.2852,120.2852,120.2852,121.618,122.9508,123.28399999999999,124.6168,125.2832,126.2828,127.2824,127.9488,128.6152,129.2816,129.948,130.9476,131.2808,131.614,131.2808,130.6144,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,133.28,133.28,134.2796,134.2796,134.946,135.2792,135.2792,135.2792,134.946,134.2796,133.28,131.2808,129.6148,128.282,127.6156,125.9496,123.28399999999999,122.2844,121.9512,120.9516,119.952,118.286,117.9528,116.9532,115.6204,114.6208,113.6212,113.288,113.6212,112.95479999999999,113.288,112.6216,112.2884,111.622,110.6224,108.28999999999999,104.958,102.2924,100.2932,98.6272,96.628,95.6284,95.6284,96.2948,97.96079999999999,98.96039999999999,101.2928,101.9592,101.9592,103.292,103.62519999999999,103.62519999999999,102.9588,102.2924,101.2928,98.96039999999999,96.2948,95.2952,94.962,94.2956,94.962,94.962,94.2956,94.2956,94.962,95.2952,96.2948,98.294,100.9596,102.6256,104.6248,106.9572,109.956,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.6236,106.9572,106.624,107.2904,106.624,105.6244,104.2916,101.9592,100.2932,98.96039999999999,98.96039999999999,99.6268,100.9596,103.9584,106.2908,108.6232,110.9556,112.95479999999999,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.622,111.622,110.9556,109.956,109.2896,108.28999999999999,105.2912,103.292,101.9592,99.96,98.96039999999999,98.294,99.2936,99.6268,100.2932,101.2928,102.2924,103.62519999999999,105.2912,105.9576,105.6244,105.6244,105.2912,105.2912,104.6248,103.292,102.9588,102.6256,101.9592,100.6264,98.6272,97.96079999999999,96.2948,94.6288,92.6296,90.6304,89.6308,88.298,86.2988,83.6332,80.9676,78.9684,76.636,74.6368,71.638,67.6396,62.6416,58.9764,56.3108,53.9784,50.9796,49.6468,47.6476,46.9812,46.9812,46.9812,47.6476,48.314,50.3132,50.9796,52.3124,52.9788,53.6452,54.3116,53.6452,53.6452,54.3116,54.978,56.3108,56.977199999999996,57.6436,56.977199999999996,56.3108,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,56.977199999999996,56.977199999999996,55.6444,54.978,54.3116,53.6452,53.6452,53.6452,54.3116,53.6452,53.6452,53.6452,53.6452,54.978,56.977199999999996,60.6424,64.6408,66.9732,69.6388,71.9712,73.304,74.3036,73.63719999999999,72.9708,71.9712,71.3048,69.972,68.306,66.9732,65.6404,64.974,64.974,65.6404,67.3064,67.97279999999999,68.6392,69.3056],[45.6484,45.6484,45.6484,45.6484,45.3152,45.3152,45.3152,45.3152,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.9816,45.9816,45.9816,45.3152,45.3152,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,39.3176,38.6512,37.9848,37.9848,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.9872,31.3208,31.3208,31.3208,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,35.3192,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,39.984,40.6504,41.3168,41.9832,42.6496,43.316,44.6488,46.3148,47.6476,48.980399999999996,50.3132,52.3124,53.6452,54.6448,55.9776,57.3104,58.9764,59.6428,60.9756,61.9752,63.308,64.6408,65.9736,67.3064,68.9724,69.6388,69.6388,69.6388,70.3052,70.3052,70.9716,71.638,71.9712,71.3048,70.3052,69.6388,68.9724,67.6396,66.9732,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,76.9692,78.9684,79.968,81.634,82.3004,83.6332,85.2992,86.2988,86.9652,86.9652,87.2984,87.2984,87.9648,88.298,88.63119999999999,89.964,90.2972,91.2968,91.63,91.9632,91.9632,92.9628,92.6296,92.6296,92.2964,92.6296,92.6296,93.6292,93.9624,93.9624,94.962,95.9616,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,100.2932,100.2932,100.9596,101.9592,102.6256,103.292,103.9584,103.9584,103.9584,103.62519999999999,104.2916,104.2916,104.6248,104.6248,105.2912,105.6244,105.9576,105.6244,106.624,106.9572,107.9568,108.9564,109.6228,109.956,110.2892,111.2888,111.9552,112.95479999999999,113.288,114.2876,114.2876,114.954,115.2872,116.62,117.2864,117.6196,118.286,119.6188,120.2852,119.952,120.2852,121.618,122.2844,123.28399999999999,123.9504,126.2828,127.2824,127.2824,127.9488,128.9484,129.6148,130.6144,131.2808,131.9472,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,132.6136,130.9476,129.6148,128.6152,128.282,125.6164,123.9504,122.6176,121.9512,120.9516,119.6188,117.6196,117.2864,116.62,115.6204,114.6208,113.6212,112.95479999999999,111.622,111.622,111.2888,111.2888,110.2892,110.2892,109.2896,107.6236,104.6248,102.2924,100.6264,98.96039999999999,96.2948,94.962,95.6284,96.2948,97.2944,98.6272,99.6268,100.2932,100.9596,101.2928,100.9596,100.2932,99.6268,98.96039999999999,97.96079999999999,95.9616,93.9624,92.9628,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,91.9632,92.9628,94.2956,95.9616,98.294,100.6264,102.2924,104.6248,106.9572,107.9568,107.6236,106.9572,106.2908,105.9576,105.9576,105.6244,105.9576,105.6244,105.2912,104.6248,103.292,101.2928,100.2932,99.2936,97.6276,97.2944,97.6276,97.96079999999999,99.6268,101.2928,103.292,106.2908,108.9564,109.2896,109.2896,108.6232,108.6232,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,104.6248,103.62519999999999,103.292,101.2928,99.96,98.294,97.96079999999999,97.2944,97.96079999999999,98.6272,98.96039999999999,100.6264,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,102.9588,102.2924,101.9592,100.6264,99.6268,98.96039999999999,97.96079999999999,96.9612,94.962,93.6292,91.9632,90.6304,89.2976,87.2984,84.966,82.6336,80.3012,78.30199999999999,75.3032,72.3044,68.306,63.308,59.976,56.977199999999996,53.9784,51.646,49.6468,48.314,46.9812,46.9812,46.9812,47.6476,48.314,49.6468,50.9796,51.646,52.3124,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,55.3112,55.6444,55.6444,54.978,54.978,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,52.9788,53.6452,54.978,57.3104,60.6424,63.9744,67.6396,69.972,72.3044,73.63719999999999,74.3036,73.63719999999999,72.9708,71.9712,70.9716,69.6388,68.306,66.9732,66.3068,65.6404,65.6404,66.3068,66.9732,67.6396,68.306,68.9724],[46.9812,46.9812,46.9812,46.9812,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,46.647999999999996,46.647999999999996,46.647999999999996,45.9816,45.9816,45.9816,45.9816,45.3152,45.3152,44.6488,43.9824,43.316,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.984,39.984,39.3176,39.3176,38.9844,38.9844,37.3184,36.652,36.652,35.9856,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,45.3152,46.9812,48.314,49.6468,51.646,52.3124,53.9784,54.6448,55.9776,57.6436,58.9764,59.6428,61.3088,61.9752,63.9744,64.6408,65.9736,67.6396,68.306,68.9724,68.9724,69.6388,70.3052,70.9716,70.9716,71.3048,71.3048,70.9716,70.3052,69.972,69.972,68.9724,68.306,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,78.9684,80.6344,81.634,83.6332,84.6328,85.2992,86.2988,86.9652,86.9652,86.9652,86.632,87.2984,88.298,88.298,89.2976,90.2972,90.9636,91.63,92.6296,93.29599999999999,93.6292,93.6292,93.6292,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,94.2956,94.962,95.6284,95.9616,97.2944,97.96079999999999,98.294,98.96039999999999,100.2932,100.9596,101.626,101.9592,103.292,103.9584,104.6248,105.2912,105.6244,105.6244,104.958,104.958,105.2912,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,106.9572,107.2904,107.9568,109.2896,109.956,109.956,110.2892,111.2888,111.9552,112.95479999999999,113.288,114.2876,114.954,114.954,115.2872,116.62,116.62,117.2864,117.6196,118.9524,119.6188,119.952,120.2852,121.618,122.2844,123.28399999999999,123.9504,126.2828,127.2824,127.6156,128.6152,128.9484,129.6148,130.6144,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.9464,134.2796,134.2796,133.6132,133.6132,132.9468,131.9472,130.6144,129.2816,128.6152,127.2824,125.2832,123.6172,122.6176,121.618,120.2852,119.6188,117.6196,117.2864,116.62,115.6204,113.95439999999999,112.95479999999999,111.9552,110.2892,109.956,109.2896,108.9564,108.28999999999999,107.9568,107.6236,105.6244,103.62519999999999,102.6256,100.6264,98.294,96.2948,94.962,95.6284,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,96.2948,94.962,93.6292,91.9632,91.2968,91.2968,90.2972,89.964,89.964,89.964,89.964,89.964,91.2968,92.9628,94.2956,96.2948,98.294,100.2932,102.6256,104.2916,104.958,104.958,104.2916,103.292,103.292,103.292,103.62519999999999,102.9588,102.9588,102.9588,101.9592,100.6264,99.2936,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.9616,96.628,97.6276,97.96079999999999,99.6268,102.2924,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,102.2924,101.626,100.9596,99.6268,97.96079999999999,96.2948,95.6284,95.6284,96.2948,97.6276,98.294,99.96,100.9596,101.2928,102.2924,101.9592,102.2924,102.6256,102.6256,101.9592,101.2928,100.2932,99.6268,98.96039999999999,97.96079999999999,96.9612,94.962,93.9624,93.29599999999999,91.63,90.2972,88.298,86.2988,84.2996,81.3008,78.9684,75.9696,72.3044,68.6392,64.6408,60.6424,56.977199999999996,54.3116,51.646,49.6468,48.314,46.9812,46.3148,46.3148,46.9812,48.314,49.6468,50.3132,51.646,52.3124,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,53.312,52.9788,53.6452,54.978,56.644,60.6424,63.9744,67.6396,70.6384,72.9708,74.3036,74.3036,74.3036,73.63719999999999,71.9712,70.9716,69.6388,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724],[48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,46.9812,46.647999999999996,46.647999999999996,46.647999999999996,45.9816,45.9816,45.3152,44.6488,43.9824,43.9824,43.316,42.6496,41.9832,41.65,40.9836,40.9836,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,39.6508,39.6508,38.9844,37.3184,36.652,36.652,35.9856,35.3192,35.3192,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,36.652,36.652,36.652,36.652,36.652,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,45.3152,46.3148,47.6476,48.314,49.6468,51.646,52.3124,53.312,54.6448,56.3108,57.6436,58.31,59.6428,60.6424,61.9752,62.6416,63.9744,65.9736,66.64,67.3064,67.97279999999999,68.306,68.9724,69.6388,70.3052,70.6384,71.3048,70.9716,70.3052,69.972,69.972,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,77.6356,79.6348,80.6344,82.3004,83.6332,84.6328,85.2992,86.2988,86.9652,86.9652,86.9652,86.632,87.2984,87.2984,87.6316,88.63119999999999,89.2976,90.6304,92.2964,93.6292,93.9624,94.962,94.6288,94.2956,93.6292,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,95.2952,95.9616,95.9616,96.9612,97.6276,98.6272,99.6268,100.2932,100.9596,102.2924,102.9588,103.9584,104.6248,105.9576,105.9576,106.2908,106.2908,104.958,104.958,105.9576,106.2908,106.9572,106.9572,106.9572,106.9572,107.2904,107.6236,108.28999999999999,108.9564,109.6228,110.2892,110.9556,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,114.2876,114.954,115.2872,115.2872,116.62,116.62,117.2864,117.6196,118.9524,119.6188,119.952,120.2852,121.9512,122.6176,123.28399999999999,123.9504,126.2828,127.2824,127.6156,128.6152,128.9484,129.948,130.9476,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.28,132.6136,131.9472,131.2808,129.6148,128.6152,127.2824,125.9496,124.95,123.6172,122.6176,121.2848,120.2852,118.9524,117.6196,116.62,115.9536,114.6208,113.6212,112.2884,111.2888,109.956,108.9564,108.28999999999999,107.9568,107.2904,106.9572,106.2908,104.6248,103.292,101.9592,100.2932,98.294,96.2948,95.6284,96.2948,96.2948,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.294,97.2944,96.628,96.2948,95.6284,93.6292,92.2964,91.2968,90.2972,89.6308,89.6308,89.2976,89.2976,89.2976,89.2976,88.9644,89.964,90.2972,92.2964,94.6288,96.2948,97.96079999999999,100.2932,101.2928,101.9592,101.9592,101.626,101.2928,100.9596,100.9596,100.6264,100.6264,100.6264,100.2932,99.6268,98.6272,97.96079999999999,96.628,96.2948,96.2948,96.2948,94.962,94.6288,94.2956,94.2956,94.962,94.962,96.2948,96.9612,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,99.2936,99.2936,99.96,100.6264,100.2932,100.2932,99.6268,97.96079999999999,95.6284,93.9624,93.6292,93.6292,93.9624,95.2952,96.9612,97.96079999999999,98.96039999999999,99.2936,100.2932,99.96,99.96,100.6264,100.6264,100.6264,100.6264,99.2936,98.96039999999999,97.96079999999999,97.2944,96.9612,95.9616,94.6288,93.9624,92.6296,91.2968,89.2976,87.9648,85.6324,82.3004,79.3016,75.9696,72.3044,68.6392,64.6408,60.6424,56.977199999999996,54.3116,51.646,49.6468,48.314,46.9812,46.3148,46.3148,46.9812,48.314,49.6468,50.3132,50.9796,51.646,51.9792,52.6456,52.6456,52.6456,53.312,53.312,53.312,53.312,53.6452,53.6452,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,53.312,53.312,52.9788,53.6452,54.978,56.644,59.976,63.9744,68.306,71.638,74.3036,74.97,74.97,74.97,73.63719999999999,72.6376,70.9716,69.6388,68.9724,68.306,67.6396,67.6396,67.6396,68.306,68.9724,69.6388,69.6388,69.6388],[49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,45.3152,44.6488,43.9824,43.316,43.316,42.6496,42.6496,42.6496,42.3164,41.65,41.65,41.65,41.65,41.9832,41.9832,41.9832,41.3168,39.6508,38.9844,38.9844,38.318,37.6516,36.9852,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,43.9824,44.6488,45.6484,46.3148,46.9812,48.314,50.3132,50.9796,51.9792,53.312,54.978,56.3108,56.977199999999996,58.31,59.309599999999996,60.6424,61.3088,62.6416,64.6408,65.3072,65.9736,66.64,67.6396,67.6396,68.306,68.9724,69.972,70.6384,70.3052,70.3052,70.6384,69.972,69.6388,68.9724,68.6392,68.6392,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.9724,69.6388,69.6388,70.3052,70.3052,70.3052,70.9716,70.9716,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,77.3024,79.3016,80.6344,81.634,82.96679999999999,84.2996,84.6328,85.2992,86.2988,86.9652,86.9652,86.9652,86.632,86.632,87.2984,87.2984,88.298,88.9644,90.6304,91.63,92.9628,94.6288,95.6284,94.962,94.6288,94.6288,94.6288,94.6288,94.962,94.962,95.6284,95.6284,96.628,96.628,97.6276,97.96079999999999,98.96039999999999,99.96,100.6264,101.9592,102.9588,103.9584,105.2912,105.6244,106.2908,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,109.2896,110.2892,110.9556,111.2888,111.2888,112.2884,112.95479999999999,113.288,113.6212,114.954,115.2872,115.2872,115.9536,116.62,117.2864,117.2864,117.6196,118.9524,119.6188,120.2852,120.6184,121.9512,122.6176,123.28399999999999,123.9504,126.2828,127.6156,127.9488,128.6152,128.9484,130.6144,131.2808,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,132.2804,132.6136,132.6136,132.6136,132.6136,132.9468,133.28,133.28,133.28,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,133.6132,132.9468,132.9468,132.9468,132.9468,132.6136,131.9472,131.2808,130.6144,128.6152,127.6156,126.2828,125.9496,125.2832,124.28359999999999,122.9508,120.9516,120.2852,118.9524,117.6196,116.62,115.6204,114.6208,113.288,111.9552,110.2892,109.2896,108.9564,108.28999999999999,107.2904,106.9572,106.2908,105.6244,104.6248,102.6256,101.626,99.6268,98.96039999999999,97.2944,96.2948,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,95.9616,93.9624,92.2964,90.6304,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,88.298,88.9644,90.2972,92.2964,93.6292,95.6284,96.628,97.96079999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.628,95.9616,95.6284,95.2952,95.2952,95.2952,95.2952,95.2952,94.2956,93.29599999999999,91.9632,91.2968,91.63,91.63,92.6296,91.9632,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.9624,94.6288,95.2952,95.9616,96.9612,96.628,97.6276,96.628,94.962,93.6292,92.6296,91.9632,91.9632,91.9632,92.9628,94.6288,95.6284,96.2948,96.9612,97.2944,97.2944,97.96079999999999,98.294,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,97.2944,96.628,96.628,96.2948,95.6284,94.6288,93.9624,93.29599999999999,91.63,89.2976,86.9652,84.966,82.96679999999999,79.3016,75.9696,72.3044,68.6392,64.6408,60.6424,56.977199999999996,54.3116,51.646,49.6468,48.314,46.9812,46.3148,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.3128,51.9792,51.9792,52.6456,52.6456,52.6456,52.6456,52.6456,52.9788,52.9788,52.9788,53.6452,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,52.6456,52.6456,52.9788,52.9788,54.3116,55.9776,59.309599999999996,63.308,68.306,70.9716,73.63719999999999,74.97,74.97,74.97,73.63719999999999,72.6376,70.9716,70.3052,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,70.3052,70.3052,70.3052],[52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,43.9824,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,41.9832,41.3168,41.3168,40.6504,39.984,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.318,37.6516,37.6516,37.6516,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.9848,38.6512,39.984,40.6504,41.3168,41.3168,41.9832,42.6496,43.316,43.9824,44.315599999999996,44.982,46.3148,47.6476,48.980399999999996,49.6468,50.3132,51.646,52.9788,54.3116,55.3112,56.977199999999996,57.9768,59.309599999999996,59.976,61.3088,62.6416,63.9744,64.6408,65.3072,66.3068,66.3068,66.9732,68.306,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.9704,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,79.968,79.968,79.3016,79.3016,78.6352,78.6352,77.6356,78.6352,79.3016,79.968,81.634,82.3004,84.2996,84.966,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652,86.632,85.9656,86.632,87.2984,87.9648,88.298,89.964,90.9636,93.29599999999999,94.6288,95.9616,96.628,96.628,96.2948,96.2948,96.2948,96.9612,96.9612,96.9612,97.6276,97.6276,97.96079999999999,98.6272,98.96039999999999,99.96,100.6264,102.6256,102.9588,103.62519999999999,104.6248,105.2912,106.2908,106.9572,107.2904,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.956,111.622,112.2884,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.6208,115.2872,115.9536,115.9536,116.62,117.2864,117.2864,117.6196,117.6196,118.286,118.9524,118.9524,119.952,121.9512,122.6176,123.28399999999999,123.9504,126.2828,127.6156,127.9488,127.9488,129.2816,130.9476,131.2808,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,132.9468,132.9468,132.9468,132.6136,132.6136,132.6136,132.6136,131.9472,131.2808,130.6144,130.6144,128.9484,127.9488,126.616,127.2824,126.2828,125.6164,123.9504,122.2844,120.9516,119.6188,118.9524,117.2864,115.9536,114.2876,112.6216,112.2884,110.9556,109.2896,108.9564,108.28999999999999,107.6236,106.2908,105.9576,105.6244,104.6248,102.6256,101.626,100.2932,99.2936,97.96079999999999,97.2944,97.2944,97.2944,96.628,96.628,96.628,96.2948,95.6284,94.962,94.6288,94.6288,93.9624,92.2964,90.9636,89.6308,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.2984,86.632,86.632,86.632,87.9648,88.298,89.964,90.2972,92.2964,92.9628,94.6288,95.2952,94.962,94.962,95.6284,95.6284,95.6284,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.9628,92.9628,92.9628,93.6292,93.9624,93.6292,92.6296,91.2968,89.6308,88.298,87.9648,87.2984,87.2984,87.2984,87.2984,87.2984,86.9652,86.9652,87.6316,88.298,88.63119999999999,89.2976,89.964,90.9636,91.63,91.63,92.2964,91.63,90.9636,89.964,88.9644,88.298,88.298,88.9644,89.964,90.6304,91.63,92.2964,92.9628,93.6292,94.6288,95.2952,95.6284,95.6284,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.2952,94.962,94.2956,94.2956,92.9628,91.2968,88.63119999999999,86.2988,83.9664,81.634,79.3016,75.9696,72.3044,68.6392,64.6408,60.6424,56.977199999999996,54.3116,51.646,50.3132,48.314,46.9812,46.3148,46.3148,46.3148,46.9812,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.9788,52.9788,52.9788,54.978,57.9768,61.3088,65.3072,68.6392,71.9712,73.304,73.304,73.304,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048],[53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.982,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.984,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.6492,44.315599999999996,45.6484,46.3148,48.314,48.980399999999996,49.6468,50.3132,51.646,52.9788,54.6448,55.3112,56.977199999999996,57.9768,59.309599999999996,59.976,61.3088,63.308,63.9744,63.9744,64.974,65.6404,66.3068,66.9732,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.638,71.638,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.3016,79.3016,79.968,80.6344,82.3004,82.96679999999999,84.2996,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.632,85.9656,86.632,86.632,87.2984,88.298,89.964,90.9636,93.29599999999999,95.2952,96.628,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.6264,101.9592,102.6256,102.9588,104.2916,104.958,105.6244,106.2908,106.9572,107.2904,107.6236,107.6236,108.6232,108.6232,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,108.6232,109.2896,109.956,109.956,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.95439999999999,114.2876,114.6208,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.2864,117.6196,117.6196,118.286,118.9524,119.6188,120.9516,121.9512,122.9508,123.9504,126.2828,127.6156,127.9488,128.6152,129.948,130.9476,131.2808,132.6136,132.9468,132.9468,132.2804,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,133.6132,134.2796,134.2796,134.2796,134.946,134.946,134.946,134.2796,134.2796,132.9468,132.9468,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,130.6144,130.6144,130.2812,129.948,128.6152,128.6152,128.282,127.6156,126.9492,125.9496,123.9504,121.9512,121.2848,119.6188,117.6196,116.62,114.954,113.6212,112.6216,111.622,110.2892,109.2896,108.9564,107.9568,107.2904,106.2908,105.6244,104.6248,103.292,101.9592,100.9596,99.6268,99.2936,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.6284,94.962,93.9624,93.9624,92.9628,92.2964,90.9636,89.964,88.9644,87.9648,87.2984,87.2984,86.632,86.632,85.9656,85.2992,84.6328,84.6328,84.6328,85.2992,85.9656,87.2984,88.298,88.9644,89.964,90.2972,91.2968,92.6296,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.2964,91.2968,91.2968,90.6304,91.2968,91.2968,91.63,91.63,91.63,91.2968,90.6304,89.964,87.9648,87.2984,85.6324,85.6324,84.2996,83.6332,84.2996,83.6332,83.6332,83.6332,84.2996,84.966,84.6328,84.966,84.966,85.6324,86.632,86.632,86.632,86.632,86.9652,85.6324,85.2992,84.6328,84.6328,85.2992,86.2988,87.6316,87.6316,88.9644,88.63119999999999,89.964,91.2968,91.63,92.2964,92.2964,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,90.6304,88.63119999999999,86.9652,84.966,82.96679999999999,80.9676,78.6352,75.9696,72.3044,68.6392,64.6408,60.6424,56.977199999999996,54.3116,51.646,50.3132,48.314,46.9812,46.3148,46.3148,46.3148,46.9812,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.9788,52.9788,52.9788,53.6452,56.644,59.309599999999996,62.6416,65.9736,68.9724,70.9716,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712],[54.978,54.978,54.978,54.978,54.978,54.978,54.3116,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.6488,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,43.9824,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,40.6504,39.984,39.984,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.984,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.6492,44.315599999999996,44.315599999999996,45.6484,47.6476,48.314,48.980399999999996,49.6468,50.9796,52.3124,53.6452,54.3116,56.3108,56.977199999999996,57.6436,58.9764,60.3092,61.3088,61.9752,61.9752,63.6412,64.3076,64.974,66.3068,67.6396,68.306,68.9724,69.6388,70.6384,70.6384,71.3048,71.9712,72.3044,72.3044,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.9676,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,81.3008,81.9672,82.3004,82.96679999999999,84.966,85.6324,85.9656,86.2988,87.2984,87.2984,87.2984,87.2984,86.632,85.9656,86.632,87.2984,87.2984,87.6316,89.6308,91.2968,93.6292,95.6284,97.2944,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.2928,101.9592,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.9576,106.9572,107.6236,107.6236,108.28999999999999,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.956,109.956,109.956,111.2888,111.622,112.6216,113.6212,113.6212,113.6212,114.2876,114.954,115.2872,115.9536,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.9532,116.9532,117.6196,117.9528,118.61919999999999,119.6188,119.952,120.9516,121.9512,122.9508,123.9504,126.2828,127.6156,127.9488,128.9484,129.948,130.9476,131.2808,132.6136,132.9468,132.9468,132.2804,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.9468,132.9468,133.6132,134.946,134.946,134.946,134.946,134.946,134.946,134.2796,134.2796,132.9468,132.9468,132.6136,132.6136,131.9472,131.2808,131.2808,131.2808,131.9472,131.9472,131.2808,130.6144,130.2812,130.2812,129.6148,128.9484,128.6152,127.2824,126.616,124.6168,122.2844,120.6184,119.6188,118.286,116.62,115.2872,114.2876,112.95479999999999,111.622,110.6224,109.956,108.9564,107.9568,107.6236,106.2908,105.6244,104.2916,102.6256,101.9592,100.9596,99.96,99.2936,98.294,97.96079999999999,96.9612,96.2948,96.2948,95.6284,93.9624,93.6292,92.2964,91.9632,90.6304,89.2976,88.9644,87.2984,86.632,86.2988,86.2988,85.6324,85.2992,84.2996,84.2996,83.6332,83.6332,83.6332,83.6332,84.2996,84.6328,85.9656,86.632,87.9648,88.298,88.63119999999999,89.964,90.6304,91.63,91.63,91.63,90.9636,89.964,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.6308,89.2976,89.2976,88.298,87.2984,85.6324,84.966,82.96679999999999,82.3004,81.634,82.3004,81.634,81.634,81.634,81.3008,81.9672,82.3004,82.3004,82.3004,82.3004,82.3004,81.634,81.634,82.3004,82.3004,81.634,80.9676,80.3012,80.9676,81.634,82.6336,83.3,84.2996,84.966,84.966,86.2988,87.6316,88.298,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.6304,90.6304,90.6304,90.6304,89.964,88.63119999999999,87.6316,85.6324,84.2996,82.96679999999999,81.3008,79.968,77.3024,75.3032,72.3044,68.6392,64.6408,60.6424,56.977199999999996,54.3116,51.646,49.6468,48.314,46.9812,46.3148,46.3148,46.3148,46.9812,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.9788,52.9788,52.3124,52.9788,54.978,56.977199999999996,58.9764,61.9752,64.6408,67.3064,69.972,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712],[55.6444,56.3108,56.3108,56.3108,56.644,56.644,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,51.646,51.646,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,45.6484,45.3152,44.6488,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,45.3152,45.3152,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,39.984,39.984,39.3176,39.3176,39.3176,39.3176,38.6512,38.6512,39.3176,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,42.9828,43.6492,44.315599999999996,44.982,46.3148,47.6476,48.314,48.980399999999996,50.3132,51.646,52.9788,53.6452,55.6444,56.3108,56.977199999999996,57.6436,58.9764,59.976,60.6424,60.6424,61.641999999999996,63.6412,64.3076,64.974,66.3068,67.6396,68.306,68.9724,69.972,70.6384,71.3048,71.9712,72.3044,72.9708,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,79.6348,80.3012,80.9676,80.9676,81.9672,81.9672,81.9672,81.9672,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,82.96679999999999,83.6332,84.2996,85.6324,85.9656,86.2988,87.2984,87.9648,87.2984,87.2984,86.632,85.9656,86.632,87.9648,87.9648,89.2976,90.6304,92.2964,94.6288,96.9612,98.294,98.96039999999999,99.96,100.2932,100.2932,100.6264,100.9596,101.2928,100.9596,101.9592,102.2924,102.6256,102.6256,103.292,103.292,103.62519999999999,103.292,103.292,103.62519999999999,103.62519999999999,104.6248,105.2912,106.624,107.2904,107.6236,108.28999999999999,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,112.6216,113.6212,114.2876,114.954,114.954,114.954,115.6204,116.2868,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.6196,117.6196,117.6196,117.6196,117.9528,118.61919999999999,119.6188,119.952,120.9516,121.9512,122.9508,123.9504,126.2828,127.6156,127.9488,128.9484,130.6144,131.2808,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.6136,132.6136,132.6136,132.9468,133.6132,134.2796,134.946,134.946,135.2792,135.2792,134.946,134.946,134.2796,134.2796,132.9468,132.9468,132.6136,132.6136,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.2808,130.6144,130.6144,130.2812,129.2816,128.6152,127.6156,125.9496,123.9504,122.2844,120.9516,119.6188,118.286,116.62,115.9536,114.2876,112.95479999999999,111.622,110.9556,109.956,108.6232,107.9568,106.9572,106.624,104.958,104.2916,103.292,102.6256,101.9592,100.9596,99.96,98.96039999999999,97.96079999999999,96.9612,96.2948,94.962,93.9624,93.6292,92.2964,91.2968,89.964,88.63119999999999,87.2984,86.632,86.2988,85.6324,84.966,84.2996,84.2996,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.966,85.2992,85.9656,87.2984,87.6316,88.298,88.63119999999999,89.2976,89.2976,88.63119999999999,87.9648,86.9652,86.9652,86.2988,85.6324,85.6324,87.2984,87.2984,87.9648,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,82.3004,80.9676,80.3012,79.6348,80.3012,79.6348,79.6348,79.3016,79.3016,79.6348,78.9684,78.9684,78.6352,78.6352,78.30199999999999,78.30199999999999,78.9684,79.3016,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.3016,80.9676,81.634,82.3004,82.96679999999999,84.6328,85.2992,86.632,86.9652,87.2984,87.2984,87.6316,87.6316,88.298,88.298,88.298,87.6316,87.2984,85.6324,84.966,83.6332,81.9672,81.3008,79.968,78.6352,76.636,74.6368,71.638,68.6392,63.9744,59.976,56.977199999999996,54.978,52.3124,49.6468,48.314,46.9812,46.3148,46.3148,46.3148,46.3148,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,52.3124,52.3124,52.9788,52.3124,51.646,52.3124,53.6452,55.6444,58.31,61.3088,63.9744,67.3064,69.972,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.638,71.638],[56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.978,54.6448,54.6448,53.9784,53.312,53.312,52.6456,52.6456,52.6456,52.3124,51.646,51.646,51.646,50.9796,50.9796,50.3132,49.6468,47.6476,46.9812,46.9812,46.3148,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,45.9816,45.9816,45.3152,45.3152,45.3152,45.3152,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.316,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.3168,40.6504,40.6504,40.6504,40.6504,39.984,39.984,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.980399999999996,50.3132,51.646,52.9788,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,61.3088,61.9752,63.308,65.3072,65.9736,67.6396,68.306,68.9724,69.6388,70.3052,70.9716,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.9704,73.9704,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,82.6336,82.6336,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.966,85.6324,86.9652,87.6316,88.298,87.9648,86.632,86.632,87.2984,88.298,90.2972,92.2964,92.9628,93.9624,95.6284,96.9612,98.294,99.2936,100.2932,100.6264,101.626,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,103.62519999999999,104.2916,105.6244,106.2908,107.2904,107.2904,107.6236,108.6232,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,111.2888,112.2884,112.95479999999999,113.6212,114.954,115.9536,115.9536,115.9536,115.9536,116.62,117.2864,117.9528,118.9524,118.61919999999999,118.61919999999999,118.61919999999999,117.9528,117.9528,117.9528,118.286,118.286,118.9524,119.6188,119.6188,119.952,120.9516,121.9512,122.9508,123.9504,126.2828,127.6156,128.6152,129.6148,130.9476,131.2808,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,133.28,133.28,133.6132,133.6132,134.2796,134.946,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.2796,133.6132,132.9468,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,132.6136,132.6136,131.9472,131.2808,131.2808,130.6144,130.2812,129.6148,128.282,126.2828,124.6168,123.28399999999999,122.2844,120.2852,119.952,118.286,117.2864,115.2872,113.6212,112.95479999999999,112.2884,110.9556,109.2896,107.2904,107.2904,106.9572,105.6244,105.6244,104.6248,103.62519999999999,103.62519999999999,103.292,102.6256,101.2928,99.2936,97.96079999999999,96.2948,95.9616,94.2956,93.6292,92.9628,91.2968,89.6308,88.298,87.2984,86.9652,85.6324,85.6324,84.966,84.2996,82.96679999999999,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,84.6328,84.966,84.966,84.966,85.2992,84.966,84.2996,84.2996,83.6332,82.96679999999999,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,84.2996,83.6332,83.6332,82.3004,79.968,78.6352,77.6356,77.3024,76.636,76.636,75.9696,75.9696,76.636,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,74.97,74.97,76.3028,76.9692,78.30199999999999,79.3016,79.968,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,84.6328,83.9664,83.3,82.6336,81.634,80.6344,80.3012,79.6348,78.9684,77.3024,75.6364,73.63719999999999,70.6384,67.3064,63.308,59.976,56.977199999999996,54.978,52.3124,50.3132,48.314,46.9812,46.3148,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,50.3132,50.9796,52.9788,54.978,57.6436,61.3088,64.6408,66.9732,69.3056,70.6384,70.9716,71.638,71.9712,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.9716,70.9716],[57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,56.3108,56.3108,56.3108,55.6444,55.3112,55.3112,54.6448,53.9784,53.9784,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,51.646,50.9796,48.980399999999996,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.647999999999996,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.3152,44.6488,43.9824,43.316,43.316,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,41.9832,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,47.3144,48.980399999999996,49.6468,50.9796,52.3124,53.6452,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,61.3088,61.9752,63.9744,65.3072,66.3068,66.9732,67.6396,68.306,68.9724,70.3052,71.3048,71.9712,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,73.9704,73.9704,73.9704,73.9704,74.97,74.97,74.3036,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,83.3,83.9664,83.9664,83.9664,83.3,82.3004,81.634,82.3004,82.3004,81.9672,81.3008,81.3008,82.3004,84.966,86.632,87.9648,87.9648,86.9652,86.9652,88.298,89.964,92.6296,93.9624,93.9624,95.6284,96.9612,97.96079999999999,98.96039999999999,99.2936,100.9596,101.9592,102.6256,103.292,103.9584,103.9584,104.958,104.958,105.2912,105.2912,105.6244,105.6244,105.2912,105.2912,104.2916,104.2916,103.62519999999999,103.62519999999999,105.2912,105.6244,106.624,107.6236,107.2904,107.9568,109.2896,109.2896,109.2896,109.956,109.956,110.6224,111.2888,111.622,113.288,113.288,114.954,116.2868,117.2864,117.2864,116.62,116.62,117.6196,117.9528,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.2856,118.9524,118.9524,118.9524,119.6188,119.952,119.952,120.6184,121.618,122.6176,123.28399999999999,123.9504,126.2828,127.6156,128.6152,129.6148,130.9476,131.2808,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,133.28,133.28,133.6132,134.2796,134.946,134.946,135.2792,135.2792,135.2792,135.2792,134.946,134.946,134.2796,133.6132,132.6136,132.6136,132.2804,132.2804,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.2808,130.6144,130.2812,128.282,128.282,125.6164,123.9504,122.6176,122.2844,121.2848,119.952,118.61919999999999,117.2864,115.2872,113.6212,112.6216,111.622,109.956,107.9568,107.9568,107.2904,106.2908,105.6244,105.9576,105.6244,105.2912,105.2912,103.62519999999999,102.6256,100.2932,98.6272,97.96079999999999,96.2948,95.2952,93.9624,92.9628,91.2968,89.2976,88.63119999999999,86.9652,86.2988,86.2988,84.966,84.2996,83.6332,82.3004,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.634,81.634,81.634,81.634,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.634,80.9676,80.3012,79.6348,80.3012,80.9676,81.634,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.634,79.3016,76.9692,76.3028,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.3036,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.3028,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.9672,82.6336,82.3004,81.9672,81.3008,80.6344,80.3012,79.3016,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,76.636,74.3036,72.3044,69.3056,66.3068,61.9752,59.309599999999996,56.3108,54.6448,52.3124,50.3132,48.314,46.9812,46.3148,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,50.3132,52.9788,54.978,57.6436,61.3088,63.308,66.3068,68.6392,68.9724,69.6388,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056],[57.6436,57.6436,58.31,58.31,58.9764,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,56.3108,55.9776,55.9776,55.3112,54.6448,54.6448,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,52.3124,51.646,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,47.3144,47.3144,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,46.647999999999996,45.9816,45.3152,44.6488,44.6488,43.9824,43.9824,43.316,43.316,43.316,43.316,43.316,43.316,43.316,42.6496,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,48.314,48.980399999999996,50.3132,50.9796,52.9788,53.6452,54.3116,55.3112,55.3112,56.3108,56.3108,56.977199999999996,58.6432,59.309599999999996,60.6424,61.3088,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,68.9724,69.972,70.6384,71.3048,71.9712,73.63719999999999,73.63719999999999,74.3036,74.3036,74.6368,74.6368,74.6368,74.6368,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.30199999999999,79.3016,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,83.6332,81.3008,79.968,78.9684,78.30199999999999,76.9692,75.6364,75.6364,77.6356,81.3008,84.2996,86.632,88.298,87.2984,88.9644,89.964,91.2968,93.6292,94.6288,95.6284,96.9612,98.294,99.2936,100.6264,101.2928,101.626,102.6256,103.62519999999999,104.2916,105.2912,105.6244,105.9576,106.2908,106.9572,106.9572,107.6236,107.2904,106.9572,106.624,105.9576,105.2912,105.6244,105.6244,106.2908,106.9572,107.6236,107.9568,108.6232,108.6232,109.2896,110.6224,110.6224,110.9556,111.622,111.622,112.2884,112.2884,113.6212,115.6204,116.62,117.9528,118.61919999999999,118.61919999999999,118.286,118.286,118.286,118.9524,120.9516,120.9516,121.2848,121.2848,120.9516,120.9516,120.9516,119.952,120.2852,120.2852,120.2852,120.9516,121.2848,121.618,121.618,122.6176,123.28399999999999,123.9504,125.6164,127.6156,128.6152,129.948,130.9476,131.2808,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.9468,132.9468,133.6132,133.6132,134.2796,134.2796,134.946,134.946,135.6124,135.6124,135.6124,135.6124,134.946,134.946,134.2796,133.9464,132.6136,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,133.6132,133.6132,132.9468,132.9468,132.9468,131.9472,130.6144,129.6148,128.6152,126.9492,125.2832,124.28359999999999,123.6172,122.2844,120.9516,119.6188,118.286,115.9536,114.2876,113.288,112.2884,110.2892,109.2896,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,105.6244,104.6248,103.292,100.9596,100.2932,98.6272,97.2944,95.9616,94.2956,92.9628,91.9632,89.964,88.63119999999999,87.6316,86.9652,86.2988,85.2992,84.2996,83.6332,82.3004,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.9676,80.9676,80.6344,80.6344,81.634,81.634,80.9676,80.9676,80.6344,80.6344,79.968,78.9684,78.30199999999999,77.6356,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,81.9672,81.9672,81.3008,80.6344,78.6352,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.3044,71.638,71.638,71.638,71.638,72.3044,72.3044,72.3044,72.3044,71.9712,71.3048,70.6384,69.972,69.972,69.972,70.6384,71.3048,71.9712,73.304,73.9704,75.3032,75.3032,76.3028,76.3028,77.3024,78.9684,78.9684,78.30199999999999,78.30199999999999,77.6356,76.3028,75.6364,74.97,75.3032,74.97,75.3032,76.636,76.3028,74.97,73.304,71.3048,68.306,64.974,61.3088,58.31,56.3108,53.9784,52.3124,50.3132,48.314,46.9812,46.3148,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,50.3132,52.3124,54.978,57.6436,60.3092,62.3084,64.6408,66.64,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732],[57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.3092,60.3092,60.3092,60.3092,59.6428,58.9764,58.31,58.31,57.6436,57.6436,57.6436,56.644,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,54.6448,53.312,52.6456,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,46.9812,46.3148,45.6484,45.6484,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.647999999999996,47.6476,48.314,49.6468,50.3132,51.646,52.9788,53.6452,53.9784,54.6448,55.6444,55.6444,56.3108,57.9768,58.6432,59.976,60.6424,61.641999999999996,62.3084,63.308,63.9744,64.974,65.6404,66.3068,67.6396,68.6392,69.3056,69.972,71.3048,72.3044,72.9708,73.63719999999999,73.63719999999999,73.9704,73.9704,74.6368,74.6368,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,78.30199999999999,78.9684,78.9684,79.6348,79.968,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,85.2992,84.2996,80.6344,78.6352,76.3028,74.3036,71.638,70.9716,69.972,72.3044,76.9692,81.634,84.6328,87.2984,88.298,89.964,91.2968,93.29599999999999,95.6284,96.9612,97.6276,98.96039999999999,100.2932,101.2928,102.2924,102.6256,103.292,103.9584,105.2912,105.6244,106.2908,107.2904,107.6236,107.9568,108.6232,109.2896,109.956,109.956,109.2896,107.9568,107.6236,106.624,105.9576,105.9576,106.9572,107.6236,107.9568,108.6232,108.6232,109.2896,109.956,110.6224,110.6224,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,114.6208,115.9536,117.9528,118.9524,119.2856,119.2856,118.9524,118.9524,119.952,120.2852,121.2848,121.9512,122.2844,122.2844,121.618,121.618,122.2844,121.618,121.618,121.2848,121.2848,121.9512,122.2844,121.9512,121.9512,121.9512,122.9508,123.9504,125.6164,127.6156,128.6152,129.948,130.9476,131.2808,131.9472,131.9472,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,133.28,133.6132,134.2796,134.2796,134.946,134.946,135.2792,135.6124,135.6124,135.6124,135.6124,134.946,134.946,134.2796,133.6132,132.6136,132.2804,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,133.28,133.28,133.6132,134.2796,134.2796,134.2796,134.2796,133.9464,132.9468,131.9472,131.2808,129.6148,128.6152,126.9492,125.9496,124.28359999999999,123.28399999999999,121.618,119.952,118.9524,117.2864,115.6204,114.2876,113.288,111.622,110.2892,109.956,109.2896,108.6232,108.28999999999999,107.9568,107.9568,106.9572,106.2908,104.6248,103.9584,101.9592,100.9596,98.96039999999999,97.96079999999999,96.2948,95.2952,93.9624,92.9628,91.2968,89.2976,87.9648,87.6316,86.632,85.9656,84.966,84.2996,82.96679999999999,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,79.968,79.3016,78.6352,78.6352,78.9684,78.9684,78.6352,78.6352,78.9684,78.9684,78.9684,78.9684,78.6352,78.30199999999999,77.6356,76.9692,76.3028,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,79.3016,79.3016,78.9684,78.9684,78.30199999999999,76.636,75.9696,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.9716,70.9716,70.9716,70.3052,70.3052,70.9716,70.9716,70.9716,70.3052,70.3052,69.3056,68.6392,67.97279999999999,67.3064,66.9732,66.9732,67.6396,68.306,69.6388,70.3052,71.638,72.6376,72.6376,73.304,73.63719999999999,74.6368,75.3032,75.9696,75.6364,74.97,73.63719999999999,72.3044,71.9712,71.9712,71.9712,71.9712,72.6376,73.9704,73.63719999999999,72.9708,71.3048,69.3056,66.9732,63.9744,59.976,57.6436,55.6444,53.9784,52.3124,50.3132,48.314,46.9812,46.3148,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,48.980399999999996,50.3132,52.3124,54.978,57.6436,58.9764,61.3088,62.6416,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,63.9744,63.9744,63.9744,63.9744],[57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.3116,53.6452,52.3124,50.9796,49.98,49.6468,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.315599999999996,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.9796,51.646,52.3124,52.9788,53.312,53.9784,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.9736,66.9732,67.6396,68.306,69.6388,70.6384,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.3024,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.3012,80.6344,81.3008,81.3008,81.3008,81.634,82.3004,82.3004,82.3004,83.6332,84.2996,83.6332,84.2996,85.6324,86.2988,85.6324,84.2996,80.6344,77.6356,73.63719999999999,70.3052,67.3064,65.3072,64.3076,67.3064,71.9712,77.6356,82.6336,86.632,89.6308,90.9636,93.29599999999999,94.962,98.6272,100.6264,101.9592,102.6256,103.62519999999999,104.2916,105.2912,105.2912,105.9576,106.624,106.9572,107.6236,107.9568,108.6232,109.956,109.956,110.6224,110.9556,111.622,111.2888,110.9556,110.2892,108.6232,107.6236,107.6236,107.6236,108.28999999999999,108.9564,109.956,109.956,109.956,109.956,109.956,110.6224,110.9556,111.2888,111.9552,112.2884,112.95479999999999,113.6212,115.6204,117.2864,118.9524,119.952,120.9516,120.9516,120.2852,120.2852,120.9516,121.2848,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.28399999999999,123.6172,122.9508,122.2844,122.2844,122.2844,122.9508,122.9508,122.2844,122.2844,122.9508,123.6172,125.6164,127.6156,128.6152,129.948,130.9476,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.9468,134.2796,134.2796,134.946,134.946,135.6124,135.6124,135.94559999999998,135.94559999999998,135.6124,135.6124,134.946,134.946,134.2796,133.6132,132.2804,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,133.6132,134.2796,134.2796,134.946,134.946,134.946,134.946,134.946,133.9464,132.9468,132.2804,131.2808,129.6148,128.282,127.2824,126.616,124.6168,122.2844,120.6184,119.6188,117.9528,116.62,115.6204,114.2876,113.288,112.2884,111.622,110.9556,110.6224,110.2892,109.6228,109.2896,107.9568,106.9572,105.2912,103.9584,102.6256,101.2928,99.6268,98.6272,96.9612,96.2948,94.962,93.6292,91.63,90.2972,89.6308,88.298,86.632,85.9656,84.966,84.2996,82.96679999999999,81.9672,81.9672,81.9672,81.9672,81.3008,80.3012,79.6348,78.9684,77.3024,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,74.97,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.6368,74.6368,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,69.972,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,66.9732,65.9736,65.3072,64.6408,63.9744,62.6416,63.308,63.9744,65.3072,66.64,67.3064,69.3056,70.3052,70.9716,71.3048,71.638,72.6376,72.9708,72.9708,72.6376,71.9712,70.6384,69.3056,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,69.3056,69.972,69.972,69.972,68.306,66.9732,64.974,61.3088,58.9764,56.977199999999996,54.6448,52.9788,52.3124,50.3132,48.314,46.9812,46.3148,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,50.9796,50.9796,51.646,52.3124,51.646,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,48.314,48.980399999999996,50.3132,52.9788,54.978,56.3108,57.6436,58.9764,60.6424,61.3088,61.3088,60.9756,60.9756,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424],[57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,60.3092,59.6428,58.9764,58.31,58.31,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,56.977199999999996,56.3108,54.978,53.6452,52.3124,51.646,50.9796,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,44.982,44.6488,43.9824,43.316,43.316,42.6496,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,46.3148,46.9812,47.6476,48.314,50.3132,50.9796,51.646,52.3124,52.6456,53.312,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.638,72.3044,73.63719999999999,74.3036,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,78.9684,79.6348,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.3004,82.96679999999999,84.2996,84.2996,84.966,85.6324,86.2988,86.2988,86.2988,84.966,81.634,77.6356,72.3044,67.3064,62.9748,60.6424,59.309599999999996,62.9748,68.6392,74.97,81.3008,86.632,89.2976,92.2964,94.6288,97.6276,102.2924,104.6248,105.2912,106.2908,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.956,110.6224,110.9556,110.9556,111.2888,112.2884,112.6216,112.6216,111.9552,111.622,109.956,108.9564,108.6232,108.9564,109.956,109.956,110.6224,110.6224,110.6224,109.956,110.2892,110.6224,110.9556,111.2888,112.2884,113.288,114.2876,114.954,116.62,117.6196,119.6188,120.2852,121.618,121.618,121.2848,121.2848,122.2844,122.9508,123.28399999999999,123.9504,124.6168,124.6168,124.95,125.6164,125.2832,125.2832,124.28359999999999,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.2844,122.2844,122.9508,123.6172,125.6164,127.6156,128.6152,129.948,130.9476,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.6136,132.9468,134.2796,134.2796,134.946,135.2792,135.6124,135.94559999999998,135.94559999999998,135.94559999999998,135.6124,135.6124,134.946,134.946,134.2796,133.28,132.9468,132.2804,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,134.2796,134.2796,134.946,134.946,134.946,135.2792,135.2792,135.2792,134.946,133.9464,133.28,132.9468,131.2808,129.6148,128.282,127.6156,125.9496,123.28399999999999,121.9512,119.952,118.61919999999999,117.9528,115.9536,115.6204,114.2876,113.95439999999999,113.288,112.2884,112.2884,111.622,111.2888,110.6224,108.9564,107.6236,105.6244,105.2912,103.62519999999999,101.9592,100.2932,98.96039999999999,97.6276,96.9612,95.6284,93.9624,92.2964,91.2968,90.2972,88.9644,87.9648,85.9656,85.2992,84.2996,82.96679999999999,82.3004,81.9672,81.9672,81.9672,81.3008,80.3012,79.6348,78.30199999999999,76.636,75.6364,74.97,75.6364,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.3044,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,70.9716,70.3052,70.3052,69.6388,68.9724,68.9724,67.97279999999999,67.3064,66.9732,66.64,66.64,66.64,67.3064,67.3064,67.3064,67.3064,66.64,65.9736,65.3072,63.9744,62.6416,61.9752,61.3088,61.3088,60.3092,60.3092,61.9752,63.308,64.6408,65.3072,67.3064,67.97279999999999,68.6392,68.9724,69.3056,69.6388,69.972,69.972,69.6388,69.3056,67.97279999999999,67.3064,65.6404,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.3068,65.6404,64.3076,62.3084,59.976,57.6436,56.3108,54.6448,52.9788,52.3124,50.3132,48.314,46.9812,46.3148,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,50.9796,51.646,52.3124,52.3124,51.646,51.646,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,48.314,48.980399999999996,49.6468,51.646,52.9788,54.3116,55.6444,56.977199999999996,57.9768,58.6432,58.6432,58.9764,58.9764,58.6432,58.6432,58.6432,58.6432,58.31,58.31],[57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,60.9756,60.9756,60.3092,59.6428,58.9764,58.31,58.31,58.9764,58.9764,59.6428,60.3092,60.3092,60.9756,60.9756,60.3092,60.3092,59.6428,58.9764,57.6436,56.977199999999996,54.978,53.6452,52.3124,51.646,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,53.312,53.312,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,51.9792,51.3128,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,45.6484,44.6488,43.9824,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,44.6488,45.3152,45.6484,46.3148,46.9812,47.6476,49.6468,50.3132,50.3132,50.9796,52.6456,53.312,53.9784,54.6448,56.3108,56.977199999999996,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,71.3048,72.9708,74.3036,75.6364,76.9692,77.6356,78.9684,79.6348,79.6348,80.3012,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,85.9656,86.9652,86.9652,86.9652,85.9656,82.96679999999999,78.30199999999999,71.9712,65.6404,60.6424,57.3104,56.644,59.309599999999996,66.3068,72.6376,80.3012,85.6324,90.6304,92.9628,95.6284,100.2932,105.2912,108.6232,109.2896,110.6224,110.9556,112.2884,112.2884,111.622,111.2888,110.9556,111.2888,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,113.6212,112.6216,112.2884,110.9556,110.2892,110.2892,110.9556,111.2888,111.622,111.622,111.2888,110.6224,110.2892,110.6224,110.9556,111.2888,112.95479999999999,113.6212,114.954,116.62,117.2864,118.9524,119.952,121.618,122.2844,122.9508,122.9508,122.9508,122.9508,123.6172,125.2832,125.6164,125.6164,126.2828,126.2828,126.9492,126.9492,126.9492,125.9496,124.95,124.6168,123.6172,123.6172,123.28399999999999,122.2844,122.2844,122.9508,123.28399999999999,125.2832,126.616,127.9488,129.948,130.9476,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.6136,132.9468,134.2796,134.2796,134.946,135.6124,135.94559999999998,135.94559999999998,136.612,135.94559999999998,135.6124,135.6124,134.946,134.946,134.2796,133.6132,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,134.2796,134.2796,134.946,134.946,135.2792,135.2792,136.2788,136.2788,135.6124,135.6124,134.6128,133.6132,131.9472,130.6144,129.6148,128.9484,126.9492,124.6168,122.9508,121.618,119.952,118.9524,117.2864,116.2868,115.6204,114.954,114.6208,113.95439999999999,113.6212,113.288,112.6216,111.2888,109.6228,108.28999999999999,106.2908,105.6244,104.2916,102.6256,100.6264,99.6268,97.6276,96.9612,95.9616,94.6288,92.9628,92.2964,91.2968,89.964,88.298,86.632,85.9656,84.6328,83.6332,82.96679999999999,82.6336,82.6336,81.9672,81.3008,80.6344,79.3016,77.6356,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,67.6396,66.9732,66.64,65.9736,65.3072,64.6408,63.9744,63.9744,63.9744,63.9744,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,62.3084,61.3088,60.6424,59.976,59.976,58.9764,58.9764,59.976,61.3088,62.6416,63.9744,65.3072,65.9736,65.9736,66.64,66.3068,66.3068,66.9732,67.6396,67.6396,66.9732,65.6404,64.974,63.9744,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.6424,59.309599999999996,56.977199999999996,56.3108,54.978,53.6452,50.9796,49.6468,48.314,46.9812,46.3148,46.3148,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.9796,51.646,52.9788,54.6448,55.6444,56.3108,56.3108,56.977199999999996,57.3104,57.3104,57.3104,57.3104,57.6436,57.6436,57.6436,57.6436],[57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.3084,61.641999999999996,60.9756,60.3092,59.6428,59.6428,58.9764,59.6428,59.6428,60.3092,60.9756,61.641999999999996,62.3084,62.3084,61.641999999999996,61.641999999999996,60.9756,60.3092,59.6428,58.31,56.3108,54.978,53.6452,52.9788,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,53.6452,54.6448,54.6448,53.6452,53.6452,53.6452,53.6452,53.9784,53.312,52.6456,51.9792,50.9796,50.3132,49.6468,49.6468,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,46.9812,46.3148,45.3152,44.6488,44.6488,43.9824,43.316,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,44.6488,44.982,45.6484,46.3148,46.9812,48.980399999999996,49.6468,49.6468,50.3132,51.9792,52.6456,53.312,53.9784,55.6444,56.3108,56.977199999999996,57.6436,57.9768,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.6412,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.97279999999999,69.3056,69.972,71.638,73.63719999999999,74.97,76.9692,77.6356,79.6348,79.6348,80.3012,80.9676,81.9672,81.9672,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.966,85.9656,85.9656,87.2984,87.2984,86.9652,86.2988,84.2996,79.3016,73.304,66.9732,61.3088,57.9768,56.3108,58.31,65.9736,72.3044,79.3016,86.2988,90.6304,95.2952,97.96079999999999,103.292,108.6232,112.2884,111.9552,113.288,113.6212,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,114.2876,113.288,112.6216,112.2884,110.9556,110.9556,111.2888,111.2888,112.2884,111.622,111.2888,111.2888,110.6224,110.6224,111.2888,112.2884,113.288,114.954,116.62,117.2864,117.9528,119.6188,121.2848,121.618,122.9508,123.28399999999999,122.9508,123.28399999999999,123.6172,124.28359999999999,125.2832,125.6164,126.2828,126.9492,127.6156,127.9488,128.282,127.6156,126.9492,125.9496,125.2832,124.28359999999999,124.28359999999999,123.6172,122.9508,122.2844,122.9508,123.9504,125.2832,126.616,127.9488,129.948,130.2812,131.2808,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,131.9472,132.9468,134.2796,134.946,135.6124,135.94559999999998,135.94559999999998,136.612,136.612,135.94559999999998,135.6124,134.946,134.946,134.2796,133.9464,133.6132,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,132.9468,134.2796,134.2796,134.946,134.946,135.2792,135.2792,136.2788,136.2788,136.612,136.2788,135.6124,133.6132,132.6136,130.9476,130.6144,129.2816,127.9488,125.9496,124.95,123.28399999999999,121.2848,120.2852,118.286,116.62,115.9536,115.2872,115.2872,114.954,114.2876,113.6212,113.288,111.622,109.956,109.6228,107.6236,105.6244,104.2916,103.62519999999999,101.9592,99.6268,98.294,97.2944,95.9616,94.962,94.6288,92.9628,92.2964,90.9636,88.9644,87.2984,87.2984,85.9656,84.2996,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,80.6344,79.3016,76.9692,76.3028,75.6364,74.97,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,72.3044,71.638,71.3048,70.6384,70.6384,69.3056,68.6392,67.97279999999999,67.3064,67.3064,66.64,66.64,65.9736,65.9736,65.9736,65.3072,64.974,64.974,64.974,64.974,64.6408,63.9744,62.6416,61.9752,61.3088,61.3088,60.9756,60.9756,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.6428,58.9764,58.31,57.6436,56.977199999999996,56.977199999999996,58.31,58.9764,60.6424,61.9752,63.308,63.9744,63.9744,63.9744,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.9764,59.309599999999996,59.309599999999996,58.6432,57.3104,55.6444,54.978,54.3116,52.3124,50.3132,48.980399999999996,48.314,46.9812,46.3148,46.3148,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,51.646,52.3124,53.312,54.978,54.978,54.978,55.6444,55.9776,56.644,56.644,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996],[57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.3092,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.308,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.976,60.6424,61.3088,62.6416,63.308,63.9744,63.9744,63.308,63.308,62.3084,61.641999999999996,60.9756,59.6428,58.31,56.977199999999996,55.6444,54.3116,53.9784,53.312,53.312,53.9784,53.6452,53.6452,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,55.3112,54.6448,53.9784,53.312,52.3124,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,44.982,44.315599999999996,43.6492,42.9828,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.9824,44.982,45.6484,45.6484,46.3148,47.6476,48.314,48.314,48.980399999999996,50.9796,51.646,51.646,52.9788,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,64.3076,64.974,64.974,65.6404,66.3068,66.9732,68.306,69.6388,71.9712,74.3036,76.3028,77.6356,79.6348,80.3012,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.9656,86.2988,87.2984,87.2984,87.2984,86.9652,84.966,81.3008,76.3028,71.3048,65.3072,60.6424,57.6436,59.976,67.3064,72.9708,79.968,86.2988,91.9632,96.2948,101.9592,106.9572,110.9556,113.6212,114.954,115.6204,115.6204,115.6204,114.954,114.954,114.2876,113.6212,113.6212,113.6212,113.288,113.95439999999999,113.6212,113.6212,114.954,114.954,115.2872,115.2872,114.954,113.95439999999999,113.288,112.2884,111.9552,111.2888,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.2892,110.2892,111.2888,112.6216,114.2876,115.2872,117.2864,117.6196,118.286,119.6188,120.9516,121.2848,122.2844,122.6176,123.28399999999999,123.28399999999999,124.28359999999999,124.28359999999999,125.6164,126.616,127.2824,127.6156,128.6152,128.6152,128.9484,128.9484,128.6152,127.2824,126.616,125.6164,124.6168,123.9504,123.28399999999999,122.6176,123.28399999999999,123.9504,125.2832,126.2828,127.9488,129.2816,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,132.9468,134.2796,134.946,135.6124,135.94559999999998,136.612,136.612,137.2784,136.612,135.2792,134.2796,134.2796,134.2796,134.2796,133.9464,133.9464,133.9464,133.28,133.28,132.2804,132.2804,132.6136,132.9468,134.2796,134.2796,134.946,134.946,135.6124,135.6124,136.612,136.612,136.612,136.2788,135.6124,133.6132,132.2804,131.2808,130.2812,129.948,127.9488,126.9492,125.9496,124.6168,122.2844,120.9516,118.9524,117.6196,115.9536,115.9536,114.954,114.2876,113.6212,113.288,112.95479999999999,111.622,110.6224,109.6228,108.28999999999999,106.2908,104.958,104.2916,103.292,100.6264,99.2936,97.96079999999999,97.96079999999999,96.9612,95.6284,94.6288,93.29599999999999,92.2964,90.2972,88.9644,88.298,87.2984,85.2992,84.2996,83.6332,83.6332,83.3,82.6336,81.3008,79.3016,77.6356,76.3028,75.6364,74.97,73.63719999999999,72.9708,72.3044,72.3044,71.3048,71.3048,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.3076,64.3076,63.6412,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.9764,58.31,58.6432,58.6432,58.6432,58.6432,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,56.977199999999996,56.3108,55.6444,55.6444,56.3108,56.977199999999996,58.31,59.976,60.6424,60.6424,60.9756,60.9756,60.6424,60.6424,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,57.6436,56.977199999999996,56.3108,56.3108,55.6444,55.6444,56.3108,56.3108,55.6444,54.978,53.6452,52.9788,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,52.9788,52.3124,52.3124,52.9788,52.9788,53.312,53.9784,54.6448,54.6448,53.6452,52.9788,52.3124,51.646,50.3132,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,54.3116,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996],[56.977199999999996,57.6436,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,64.6408,65.3072,64.6408,64.6408,63.6412,62.9748,62.3084,60.9756,59.6428,58.31,56.977199999999996,56.3108,55.3112,54.6448,54.6448,54.6448,54.3116,54.3116,54.6448,54.6448,54.6448,55.3112,55.9776,56.644,56.644,57.3104,57.3104,57.3104,56.644,56.644,55.9776,55.3112,54.3116,53.6452,53.6452,52.9788,53.312,53.312,52.6456,52.6456,51.646,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,45.6484,44.982,43.6492,42.9828,42.6496,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,44.982,44.982,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,50.3132,50.9796,50.9796,52.3124,53.9784,54.6448,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.9752,63.6412,63.6412,63.6412,64.3076,64.974,65.6404,66.9732,68.306,70.6384,72.9708,74.97,76.9692,78.9684,80.3012,80.6344,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,83.6332,83.6332,84.966,84.966,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,86.2988,83.3,79.6348,75.6364,71.3048,66.9732,63.9744,64.974,71.3048,76.3028,82.3004,87.2984,92.9628,97.6276,103.62519999999999,108.9564,113.288,115.6204,116.2868,116.62,116.62,116.2868,116.2868,114.954,114.2876,114.2876,113.6212,113.6212,113.95439999999999,113.95439999999999,114.2876,114.2876,114.954,114.954,115.2872,114.954,114.2876,114.2876,113.6212,112.95479999999999,111.9552,111.9552,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,111.622,112.6216,114.2876,115.2872,117.2864,117.6196,118.286,118.286,119.6188,121.2848,122.2844,122.6176,123.28399999999999,123.28399999999999,124.28359999999999,125.2832,126.616,126.616,127.2824,128.282,129.2816,129.2816,129.6148,129.6148,128.9484,127.9488,127.2824,126.2828,125.2832,124.6168,123.28399999999999,122.6176,123.28399999999999,123.9504,125.2832,126.2828,127.9488,129.2816,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,131.9472,132.9468,134.2796,134.946,135.6124,135.94559999999998,136.612,136.612,136.612,135.2792,134.2796,132.9468,132.2804,132.9468,133.6132,133.6132,133.28,133.28,133.28,133.28,132.2804,132.2804,132.6136,132.9468,134.2796,134.2796,134.946,135.2792,135.6124,135.94559999999998,136.612,136.612,136.612,136.2788,135.2792,133.28,132.2804,131.2808,130.6144,129.948,128.282,127.9488,126.616,125.2832,122.9508,121.2848,119.6188,117.6196,116.62,115.9536,114.954,114.6208,114.2876,113.95439999999999,112.6216,111.622,110.6224,109.956,108.9564,107.6236,105.6244,104.958,103.62519999999999,102.2924,100.2932,99.6268,98.6272,97.96079999999999,96.628,95.6284,93.9624,92.9628,91.63,89.964,88.9644,88.298,87.2984,86.2988,84.966,84.2996,83.6332,82.96679999999999,81.634,79.968,77.6356,76.3028,75.6364,74.97,73.63719999999999,72.9708,72.3044,72.3044,71.3048,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,67.6396,66.3068,65.6404,64.974,64.974,64.3076,63.6412,63.6412,62.6416,61.9752,61.3088,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.6436,57.6436,56.977199999999996,56.977199999999996,56.644,56.644,56.644,56.644,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,54.3116,53.6452,53.6452,54.3116,54.978,56.3108,57.6436,58.31,58.31,58.6432,57.9768,57.9768,57.9768,57.3104,57.3104,56.644,56.644,56.644,56.644,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,51.3128,50.6464,49.6468,48.980399999999996,47.6476,47.6476,46.9812,46.3148,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,54.6448,54.6448,55.3112,55.9776,54.978,54.3116,53.6452,52.3124,51.646,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996],[56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.308,61.9752,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.9744,64.6408,65.6404,65.3072,65.3072,65.3072,64.6408,63.308,62.6416,60.9756,59.6428,58.9764,57.6436,56.644,55.9776,55.9776,55.3112,54.978,54.978,55.3112,55.3112,55.3112,55.9776,56.977199999999996,57.6436,57.9768,57.9768,58.6432,58.6432,58.31,58.31,57.6436,56.977199999999996,56.644,55.9776,55.9776,55.3112,55.3112,55.3112,54.6448,53.9784,52.9788,52.3124,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,46.3148,45.6484,44.982,44.315599999999996,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,51.646,53.312,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,57.6436,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,61.9752,62.6416,62.6416,62.6416,63.6412,64.974,65.6404,66.9732,69.3056,71.638,73.63719999999999,75.6364,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.966,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.6316,86.2988,83.9664,81.3008,78.30199999999999,74.97,73.304,73.63719999999999,76.9692,80.9676,85.9656,90.9636,93.9624,98.294,103.9584,108.9564,113.6212,116.2868,116.9532,116.9532,116.62,116.62,115.9536,114.954,114.6208,113.6212,113.6212,113.6212,113.95439999999999,113.95439999999999,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,113.6212,112.95479999999999,111.9552,111.9552,111.2888,111.2888,111.2888,111.2888,111.622,111.622,110.9556,110.9556,111.622,112.2884,113.6212,115.6204,116.62,117.6196,117.6196,118.286,118.9524,120.9516,121.9512,122.6176,122.9508,123.28399999999999,124.6168,125.2832,126.616,126.9492,127.6156,128.6152,129.6148,129.6148,129.948,129.6148,128.9484,128.6152,127.6156,126.9492,125.9496,124.95,124.28359999999999,123.6172,123.28399999999999,123.6172,124.28359999999999,125.6164,127.2824,128.6152,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,134.2796,134.946,135.6124,135.94559999999998,135.94559999999998,135.94559999999998,134.946,134.2796,131.9472,130.9476,130.9476,130.9476,131.9472,132.2804,132.6136,132.6136,132.6136,132.6136,132.2804,131.9472,132.6136,132.9468,134.2796,134.2796,134.946,135.2792,135.94559999999998,135.94559999999998,137.2784,137.2784,136.612,136.2788,134.946,132.9468,132.2804,131.2808,130.6144,129.2816,128.282,127.9488,126.616,125.2832,123.28399999999999,121.9512,120.2852,118.286,116.62,115.9536,115.6204,115.2872,114.2876,113.95439999999999,113.288,112.2884,111.622,110.6224,109.6228,108.28999999999999,107.6236,105.6244,105.2912,103.9584,101.9592,101.2928,100.2932,98.96039999999999,97.2944,95.9616,94.962,94.6288,93.6292,91.63,90.2972,89.6308,88.298,87.9648,86.632,85.2992,84.966,84.2996,82.96679999999999,80.3012,78.30199999999999,76.9692,75.6364,74.97,73.63719999999999,72.9708,72.9708,72.3044,71.3048,71.3048,70.6384,70.6384,69.6388,68.9724,68.306,66.9732,66.3068,65.6404,64.974,64.974,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,60.6424,59.309599999999996,58.6432,57.9768,57.3104,56.3108,56.3108,55.6444,55.6444,55.3112,55.3112,55.3112,55.3112,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,53.6452,52.9788,51.646,51.646,52.3124,52.9788,54.3116,55.6444,55.9776,55.9776,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,53.6452,52.9788,52.9788,52.3124,51.646,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,54.3116,55.3112,55.9776,56.644,56.644,56.644,55.9776,55.3112,54.6448,52.9788,51.646,50.9796,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436],[55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.309599999999996,59.976,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.9744,64.974,65.6404,65.3072,65.3072,65.3072,65.3072,63.9744,63.308,62.6416,61.3088,60.6424,59.976,58.9764,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,55.9776,55.9776,55.9776,56.977199999999996,57.6436,57.9768,58.6432,59.309599999999996,59.6428,59.6428,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.31,58.31,58.31,57.9768,57.3104,56.644,55.9776,54.978,53.6452,52.9788,52.3124,51.646,49.6468,48.980399999999996,48.314,47.6476,46.3148,45.6484,44.982,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.980399999999996,49.6468,50.3132,50.9796,52.6456,53.312,53.9784,54.6448,55.6444,56.3108,56.3108,56.977199999999996,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,61.3088,61.3088,61.3088,61.9752,62.6416,63.6412,64.3076,65.6404,67.97279999999999,69.972,72.3044,74.3036,75.9696,77.3024,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,85.6324,86.2988,87.2984,87.2984,87.2984,87.2984,87.6316,87.2984,86.632,84.6328,81.9672,80.9676,79.6348,79.968,81.9672,84.966,88.9644,91.9632,94.6288,98.294,103.9584,108.9564,113.288,115.2872,115.9536,116.2868,115.9536,115.6204,114.954,114.6208,113.6212,113.288,113.288,113.288,113.288,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.95439999999999,113.288,112.2884,111.9552,111.9552,111.2888,111.2888,111.622,111.622,111.622,111.2888,110.9556,110.9556,111.622,112.2884,113.288,114.2876,115.6204,115.9536,116.62,117.6196,118.61919999999999,119.2856,120.9516,121.9512,122.2844,122.9508,123.9504,124.6168,125.2832,126.9492,127.6156,128.6152,129.6148,129.948,129.948,129.948,129.6148,128.9484,127.9488,127.6156,125.9496,125.6164,124.28359999999999,123.6172,123.28399999999999,123.6172,124.28359999999999,125.6164,127.2824,128.6152,130.6144,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.2804,132.9468,133.6132,134.2796,134.946,135.2792,135.6124,135.6124,134.2796,132.2804,130.9476,129.6148,129.6148,129.6148,130.9476,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,133.6132,134.2796,134.946,135.2792,135.94559999999998,135.94559999999998,137.2784,136.612,136.612,135.6124,133.9464,132.9468,131.9472,131.2808,129.6148,129.2816,127.9488,126.9492,126.616,125.2832,123.28399999999999,121.618,120.2852,118.286,116.62,115.9536,115.6204,115.2872,114.2876,113.95439999999999,113.288,112.2884,111.622,111.2888,110.2892,108.9564,108.28999999999999,107.6236,106.624,105.2912,103.62519999999999,102.6256,101.9592,100.2932,98.96039999999999,97.2944,96.2948,95.6284,93.9624,93.6292,92.2964,90.6304,89.964,88.9644,87.6316,86.632,86.2988,85.6324,84.2996,81.634,79.3016,77.6356,76.3028,75.6364,74.3036,73.63719999999999,72.9708,72.3044,71.3048,71.3048,70.6384,69.972,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,59.976,59.976,58.6432,57.9768,57.3104,56.644,55.6444,54.978,54.978,54.3116,54.3116,54.6448,54.6448,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,52.9788,52.3124,51.646,50.3132,50.3132,50.9796,51.646,52.9788,53.6452,53.6452,53.9784,53.312,52.6456,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,50.9796,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,55.9776,57.3104,57.3104,57.3104,57.3104,57.3104,56.644,55.9776,54.3116,52.9788,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.9788,53.6452,54.3116,54.978,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,58.31],[54.978,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.9752,62.6416,63.308,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,63.308,63.308,63.308,63.9744,64.6408,65.6404,65.6404,66.3068,65.3072,65.3072,65.3072,64.6408,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,57.9768,57.3104,56.644,56.644,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,60.9756,60.6424,60.6424,58.9764,58.31,56.977199999999996,55.6444,54.978,54.3116,53.6452,51.646,50.9796,50.3132,48.980399999999996,47.6476,46.9812,46.3148,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.9788,53.6452,54.3116,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.6432,58.6432,58.6432,59.309599999999996,59.976,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.9744,66.64,68.6392,69.972,72.3044,73.9704,75.3032,76.636,77.3024,78.6352,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,85.6324,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,85.6324,85.2992,85.2992,83.9664,83.9664,84.6328,86.2988,87.9648,90.2972,92.2964,94.6288,98.294,102.9588,107.6236,111.622,113.6212,113.95439999999999,113.95439999999999,114.6208,113.95439999999999,113.288,112.6216,112.2884,111.9552,111.622,112.2884,112.95479999999999,113.6212,113.6212,113.6212,114.2876,113.6212,112.95479999999999,113.6212,113.288,112.95479999999999,112.2884,111.2888,110.9556,110.9556,110.9556,110.6224,110.6224,110.6224,110.6224,109.956,110.2892,110.9556,111.622,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.954,115.9536,117.2864,118.61919999999999,119.952,120.9516,121.9512,122.2844,123.28399999999999,123.9504,125.2832,126.2828,127.6156,128.6152,129.948,130.6144,130.9476,130.6144,130.6144,129.6148,128.6152,127.9488,126.9492,126.616,124.6168,123.9504,123.28399999999999,123.28399999999999,123.9504,124.95,126.2828,127.9488,129.6148,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,133.28,133.6132,134.2796,133.6132,134.2796,134.2796,133.6132,132.9468,131.614,129.6148,128.6152,127.9488,127.9488,128.9484,129.6148,129.948,129.948,130.2812,130.2812,130.9476,131.2808,131.2808,131.9472,132.9468,133.6132,134.2796,134.946,135.94559999999998,135.94559999999998,136.612,136.612,136.2788,135.2792,133.28,132.2804,130.9476,130.6144,129.2816,128.9484,126.9492,126.616,125.6164,125.2832,123.9504,122.2844,120.6184,118.9524,116.9532,115.9536,115.6204,115.2872,114.954,114.2876,113.6212,113.288,112.2884,111.622,111.2888,110.2892,109.956,109.6228,108.6232,107.2904,105.9576,104.6248,103.292,101.9592,100.6264,99.2936,97.6276,96.9612,95.6284,95.2952,93.6292,92.2964,91.2968,90.2972,89.2976,88.9644,87.6316,87.2984,85.2992,83.6332,80.3012,78.30199999999999,76.9692,75.6364,74.3036,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,59.309599999999996,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,53.6452,53.6452,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,50.3132,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,47.3144,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,51.646,51.646,52.3124,53.6452,53.6452,54.3116,54.3116,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,58.31,58.31,57.6436,56.977199999999996,55.6444,54.3116,53.6452,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,51.646,52.3124,52.9788,54.3116,54.978,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.9764],[53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,57.3104,57.9768,58.6432,59.309599999999996,60.6424,61.3088,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.9744,63.9744,63.308,63.308,63.9744,64.6408,65.3072,65.9736,65.3072,65.3072,65.3072,65.3072,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,59.309599999999996,58.6432,57.3104,57.3104,56.644,56.3108,56.977199999999996,57.6436,57.6436,58.31,59.6428,60.3092,60.6424,60.6424,61.641999999999996,61.641999999999996,62.3084,62.6416,63.308,63.308,63.308,63.9744,62.3084,61.3088,59.976,58.6432,57.3104,56.3108,55.6444,54.3116,53.6452,51.646,50.9796,49.6468,48.980399999999996,48.314,47.6476,46.9812,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,50.3132,51.646,52.3124,52.9788,53.6452,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.9768,57.9768,57.9768,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,60.6424,61.3088,61.9752,62.6416,64.974,66.64,67.97279999999999,69.972,71.638,72.9708,73.63719999999999,74.97,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,80.6344,81.3008,82.3004,83.6332,83.6332,83.6332,83.6332,83.6332,84.966,85.6324,86.2988,87.2984,87.2984,87.2984,86.632,85.6324,85.6324,86.632,86.2988,86.9652,86.9652,87.6316,88.9644,89.964,90.9636,91.9632,93.9624,96.9612,101.626,105.9576,108.9564,110.2892,110.9556,111.622,111.622,111.622,111.622,111.2888,110.6224,110.6224,111.2888,111.622,112.95479999999999,113.288,113.6212,113.6212,112.95479999999999,112.95479999999999,112.2884,111.9552,112.2884,111.2888,110.2892,110.2892,110.2892,110.2892,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,111.2888,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,114.2876,114.954,115.9536,117.2864,118.9524,119.952,121.2848,121.9512,122.9508,123.9504,125.2832,125.9496,127.6156,128.282,129.948,130.6144,130.9476,130.9476,130.6144,129.948,129.2816,128.6152,127.6156,126.9492,125.2832,124.6168,123.6172,123.28399999999999,123.28399999999999,124.95,126.2828,127.6156,129.6148,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,133.28,133.28,133.28,132.9468,133.6132,133.6132,132.9468,131.9472,130.6144,128.6152,127.6156,127.6156,127.6156,127.9488,128.6152,128.9484,128.9484,129.2816,129.948,129.948,130.9476,130.9476,131.2808,132.6136,132.9468,134.2796,134.946,135.94559999999998,135.94559999999998,136.612,136.612,136.2788,134.6128,133.28,131.9472,130.9476,129.948,128.9484,127.9488,126.616,126.616,125.6164,125.2832,123.28399999999999,122.2844,120.6184,119.6188,117.6196,116.62,115.9536,115.2872,114.954,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.9552,111.2888,110.9556,110.9556,110.2892,108.9564,107.9568,106.9572,104.958,103.292,101.9592,100.6264,99.2936,98.294,96.9612,95.9616,94.2956,93.29599999999999,92.6296,91.2968,90.6304,89.6308,89.2976,88.298,86.2988,84.2996,82.3004,79.6348,77.6356,76.3028,74.97,73.9704,73.304,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.974,63.9744,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.3108,55.6444,54.978,54.978,54.3116,53.9784,53.312,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,50.3132,48.980399999999996,48.314,48.314,48.980399999999996,49.6468,50.9796,50.9796,50.9796,50.3132,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,45.6484,45.6484,44.6488,44.6488,44.982,44.982,44.982,44.982,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.9764,58.9764,58.9764,58.9764,58.31,57.6436,56.3108,55.6444,54.3116,54.3116,53.6452,52.9788,52.9788,52.9788,52.3124,52.3124,51.646,51.646,52.3124,52.9788,53.6452,54.978,56.3108,57.6436,58.31,58.9764,59.6428,60.3092,60.3092,60.3092],[52.9788,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.644,57.3104,57.9768,58.6432,59.309599999999996,59.976,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.308,63.9744,63.9744,63.308,63.308,63.9744,64.6408,65.3072,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.9736,65.3072,64.6408,63.308,62.6416,61.9752,60.6424,59.309599999999996,58.6432,57.9768,57.3104,56.977199999999996,57.6436,57.6436,57.6436,58.31,59.6428,60.3092,61.3088,61.3088,62.3084,63.308,63.9744,63.9744,64.6408,65.3072,65.3072,65.3072,64.6408,62.6416,61.3088,59.976,58.6432,57.6436,56.3108,55.6444,54.3116,52.9788,52.3124,50.9796,49.6468,48.980399999999996,47.6476,46.9812,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,52.3124,52.9788,53.6452,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.3104,57.3104,57.3104,57.9768,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,61.9752,63.308,64.6408,66.3068,67.6396,68.9724,69.6388,70.9716,71.9712,72.9708,74.3036,74.97,75.6364,76.9692,78.30199999999999,80.3012,81.3008,82.96679999999999,83.6332,83.6332,83.6332,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.9652,86.9652,86.9652,86.2988,86.632,86.632,87.2984,87.2984,87.6316,87.6316,88.298,88.63119999999999,89.6308,89.6308,90.2972,90.9636,94.6288,98.96039999999999,103.292,105.2912,106.2908,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,108.9564,109.2896,109.956,110.6224,112.2884,113.288,112.95479999999999,112.95479999999999,111.9552,111.9552,111.2888,110.9556,111.2888,109.956,109.2896,109.2896,108.28999999999999,108.28999999999999,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,110.2892,110.2892,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,113.288,113.95439999999999,114.2876,115.6204,116.62,117.9528,118.286,119.952,121.2848,122.2844,123.28399999999999,125.2832,125.9496,126.9492,127.6156,129.2816,130.6144,130.9476,130.9476,130.6144,130.2812,129.948,129.2816,128.282,126.9492,125.9496,124.6168,123.6172,123.28399999999999,123.28399999999999,124.28359999999999,125.6164,127.2824,129.6148,130.6144,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,133.28,133.28,133.28,133.28,132.9468,132.9468,132.9468,132.6136,131.2808,129.948,129.2816,128.6152,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,128.6152,128.6152,128.9484,128.9484,129.948,130.9476,131.9472,133.28,134.2796,134.946,135.94559999999998,136.612,137.2784,136.612,136.2788,135.2792,132.9468,131.9472,130.6144,129.2816,128.282,127.2824,126.616,125.9496,125.2832,124.6168,122.9508,121.618,120.2852,119.6188,118.286,117.6196,117.2864,116.62,114.954,114.2876,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,112.2884,110.6224,109.2896,107.9568,106.9572,104.958,102.9588,101.2928,99.96,99.2936,97.6276,96.9612,95.9616,94.6288,93.6292,92.6296,91.9632,91.2968,90.2972,89.2976,86.9652,84.966,82.96679999999999,80.3012,78.6352,76.9692,75.6364,73.9704,73.304,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,64.6408,63.9744,63.9744,63.308,62.6416,61.9752,60.6424,60.6424,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.978,53.9784,53.9784,53.312,53.312,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,50.9796,49.6468,48.314,48.314,48.314,48.980399999999996,49.6468,49.6468,49.6468,48.980399999999996,48.314,46.647999999999996,46.647999999999996,45.9816,45.9816,45.9816,45.9816,45.9816,45.9816,45.3152,45.3152,45.3152,45.3152,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.6492,43.9824,43.9824,43.9824,44.6488,44.6488,45.6484,45.6484,46.3148,46.3148,46.3148,46.3148,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,54.978,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.9764,59.6428,59.6428,59.6428,58.9764,58.31,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,54.978,56.977199999999996,57.6436,58.9764,59.6428,60.3092,60.9756,60.9756,60.9756],[52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.978,55.9776,56.644,57.3104,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,63.9744,63.308,63.308,63.9744,64.6408,65.3072,65.9736,65.9736,65.9736,65.9736,65.9736,66.64,66.64,66.64,65.9736,64.6408,63.9744,63.308,61.9752,60.6424,59.976,58.6432,58.6432,57.6436,57.6436,57.6436,57.6436,58.31,59.6428,60.3092,61.9752,61.9752,63.308,63.9744,64.6408,65.9736,66.64,67.3064,67.3064,66.64,65.3072,63.308,62.6416,61.3088,59.976,58.31,57.6436,56.3108,55.6444,54.3116,52.9788,52.3124,51.646,50.3132,48.314,47.6476,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,47.6476,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.3104,57.3104,57.3104,57.3104,57.9768,57.9768,57.9768,57.9768,57.9768,58.6432,59.309599999999996,60.6424,61.9752,63.308,64.6408,65.6404,66.9732,68.306,68.9724,69.972,70.6384,72.3044,72.9708,74.3036,75.6364,76.9692,79.6348,81.3008,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,86.2988,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.6316,88.298,88.298,88.298,89.2976,89.6308,89.2976,90.2972,90.9636,93.29599999999999,96.9612,100.2932,101.9592,102.9588,104.2916,104.2916,104.958,105.6244,106.624,106.624,106.9572,107.6236,108.9564,109.956,111.622,112.2884,112.6216,111.9552,110.9556,110.9556,110.6224,109.956,109.6228,108.9564,108.28999999999999,107.9568,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,108.9564,109.2896,109.6228,110.2892,110.6224,111.2888,111.622,112.2884,112.2884,112.95479999999999,113.288,113.95439999999999,114.954,116.2868,117.6196,118.286,119.6188,120.2852,121.9512,122.9508,123.9504,125.2832,126.616,127.6156,129.2816,130.6144,130.9476,130.9476,130.6144,130.6144,129.948,129.2816,127.6156,126.2828,125.2832,124.6168,123.6172,123.28399999999999,123.28399999999999,124.28359999999999,125.6164,126.616,128.6152,130.2812,130.6144,131.2808,131.2808,131.9472,131.9472,131.9472,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.6136,132.9468,133.28,133.28,132.6136,132.6136,132.6136,132.6136,131.9472,130.6144,129.948,129.2816,128.6152,127.6156,127.6156,127.9488,127.9488,127.6156,127.6156,127.6156,127.6156,127.9488,128.6152,129.2816,130.9476,131.9472,133.28,134.2796,134.946,135.94559999999998,136.612,137.2784,137.2784,136.612,135.2792,132.9468,131.2808,130.6144,129.2816,128.282,126.9492,126.616,125.9496,125.2832,124.6168,122.9508,121.9512,120.9516,119.6188,118.286,117.6196,117.2864,116.62,115.2872,114.954,114.2876,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,109.956,108.9564,107.9568,105.9576,103.9584,102.2924,101.2928,99.6268,97.96079999999999,97.2944,96.2948,95.6284,93.9624,93.6292,92.9628,91.9632,91.2968,89.964,87.6316,84.966,82.6336,80.9676,79.968,78.30199999999999,76.3028,74.97,73.304,72.6376,71.9712,71.3048,70.6384,69.972,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,65.3072,64.6408,64.6408,63.9744,63.308,62.6416,61.9752,61.3088,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,56.3108,55.6444,54.978,53.9784,53.9784,53.312,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,51.646,51.646,50.9796,49.6468,48.314,47.6476,47.6476,47.6476,48.314,48.314,48.314,47.6476,46.9812,45.9816,45.3152,44.6488,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,42.6496,42.9828,42.9828,43.316,43.9824,44.6488,45.3152,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,54.3116,56.3108,58.31,58.9764,59.976,58.9764,58.9764,58.9764,58.31,58.31,58.31,57.6436,57.6436,58.9764,60.3092,60.3092,60.3092,59.6428,58.9764,57.6436,56.977199999999996,56.3108,55.6444,55.6444,54.6448,54.6448,53.9784,53.6452,53.6452,52.9788,53.6452,53.6452,53.6452,54.3116,55.6444,56.977199999999996,58.31,59.6428,60.3092,61.3088,61.9752,61.9752,62.6416],[50.9796,51.646,51.646,52.3124,52.6456,53.312,53.312,54.3116,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,60.3092,60.9756,61.641999999999996,61.641999999999996,62.6416,62.6416,63.308,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,65.9736,65.3072,65.9736,66.64,66.64,66.64,66.64,65.9736,65.3072,64.6408,63.9744,62.6416,61.3088,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.9768,58.6432,59.976,61.3088,61.9752,63.308,63.9744,63.9744,65.3072,66.64,67.3064,67.3064,67.3064,67.3064,65.9736,63.9744,63.308,61.9752,60.6424,59.6428,58.31,57.6436,56.977199999999996,56.3108,54.978,54.3116,53.6452,52.3124,50.3132,48.980399999999996,48.314,48.314,48.314,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,46.9812,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,53.312,53.312,53.9784,54.6448,55.3112,55.3112,55.3112,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,61.3088,61.9752,62.6416,63.9744,65.6404,66.9732,67.97279999999999,68.6392,69.3056,70.6384,71.3048,72.6376,74.3036,76.3028,78.30199999999999,79.6348,81.3008,81.9672,82.3004,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.2996,85.6324,85.6324,86.2988,86.632,87.2984,87.2984,87.6316,87.6316,88.298,88.63119999999999,88.63119999999999,89.6308,90.2972,90.6304,90.9636,91.63,93.29599999999999,95.6284,97.6276,98.96039999999999,99.96,100.6264,101.9592,102.2924,103.62519999999999,104.2916,104.6248,105.6244,105.9576,107.2904,108.9564,109.2896,110.6224,110.2892,110.2892,109.956,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.2908,106.2908,106.2908,106.624,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.9564,109.2896,109.2896,110.6224,110.9556,111.622,112.2884,112.2884,113.288,114.2876,115.6204,117.6196,118.61919999999999,119.6188,119.952,121.2848,122.2844,123.28399999999999,123.9504,125.6164,127.9488,128.9484,130.9476,131.2808,131.2808,131.9472,130.6144,129.6148,128.6152,126.2828,125.2832,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.95,126.2828,127.9488,128.282,129.6148,130.2812,130.2812,130.6144,130.6144,130.6144,131.2808,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,131.9472,132.2804,132.2804,131.9472,131.2808,131.2808,131.2808,130.6144,130.9476,130.6144,129.6148,128.6152,127.9488,127.9488,127.6156,127.6156,127.6156,126.9492,126.9492,127.6156,127.6156,127.9488,127.9488,129.2816,131.2808,132.6136,133.6132,134.2796,135.94559999999998,135.94559999999998,136.612,136.612,135.94559999999998,134.946,133.28,131.2808,130.6144,128.9484,127.6156,126.9492,125.9496,125.2832,124.6168,123.6172,122.9508,121.9512,120.9516,119.6188,118.286,117.6196,117.2864,116.62,115.2872,114.954,114.2876,114.2876,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.2884,111.622,111.622,110.9556,110.6224,109.6228,108.28999999999999,106.624,104.958,102.6256,101.2928,100.2932,98.6272,97.96079999999999,96.9612,95.9616,95.2952,94.6288,93.6292,92.9628,91.2968,89.964,87.9648,86.2988,83.9664,81.634,80.6344,78.9684,76.9692,75.6364,74.97,73.63719999999999,72.6376,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,68.6392,67.97279999999999,67.3064,67.3064,67.3064,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,63.6412,62.6416,61.3088,60.6424,59.309599999999996,58.6432,57.9768,57.3104,57.3104,56.644,55.6444,54.978,54.978,54.3116,53.6452,53.6452,52.9788,52.3124,51.646,51.646,51.646,51.646,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,46.3148,46.3148,46.3148,46.3148,45.6484,44.6488,43.9824,43.316,42.6496,42.6496,41.9832,41.9832,42.6496,42.3164,42.3164,42.3164,42.3164,41.9832,41.9832,41.9832,41.9832,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.3148,46.9812,46.9812,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,51.646,51.9792,52.6456,52.6456,53.312,53.312,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.3116,55.6444,58.31,60.3092,61.3088,62.3084,61.9752,61.9752,60.9756,60.3092,60.3092,59.6428,58.6432,58.6432,59.976,61.3088,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.3108,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,55.3112,55.3112,55.9776,57.3104,58.6432,59.309599999999996,60.6424,61.9752,62.6416,62.6416,63.308,63.308],[50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.3092,60.9756,60.9756,61.9752,61.9752,63.308,63.308,63.308,63.9744,64.6408,64.6408,65.3072,65.3072,65.9736,65.3072,65.3072,65.9736,66.64,66.64,66.64,66.64,65.9736,65.9736,65.9736,63.9744,62.6416,61.3088,59.976,59.309599999999996,58.6432,58.6432,58.6432,59.309599999999996,59.976,61.3088,62.6416,63.9744,64.6408,64.6408,65.3072,66.9732,67.6396,68.306,68.306,67.6396,66.9732,65.3072,63.9744,63.308,62.3084,60.3092,59.6428,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.6452,52.3124,50.3132,49.6468,49.6468,49.6468,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.6456,53.312,53.312,53.9784,54.6448,55.3112,55.3112,55.3112,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.3104,57.9768,58.6432,59.309599999999996,60.6424,61.3088,61.9752,62.6416,64.6408,65.6404,66.64,67.3064,68.306,68.9724,69.972,71.3048,73.63719999999999,74.97,77.6356,78.30199999999999,79.968,80.6344,80.9676,80.9676,81.634,82.3004,82.3004,82.96679999999999,84.2996,84.966,85.6324,85.6324,86.632,86.632,87.2984,87.6316,88.298,88.63119999999999,88.63119999999999,89.2976,90.2972,90.6304,91.63,92.2964,92.9628,93.29599999999999,94.6288,95.6284,97.6276,97.96079999999999,98.96039999999999,99.6268,100.6264,101.626,102.6256,103.62519999999999,103.62519999999999,104.6248,105.9576,106.9572,107.9568,108.9564,109.2896,109.2896,108.9564,107.6236,106.624,106.624,105.6244,105.2912,105.2912,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,106.2908,106.9572,107.2904,108.28999999999999,108.28999999999999,108.9564,109.956,110.6224,110.9556,111.622,111.622,112.2884,113.288,113.95439999999999,116.2868,117.9528,118.9524,119.6188,119.6188,120.2852,121.618,123.28399999999999,124.95,127.2824,128.9484,130.9476,131.2808,131.9472,131.9472,130.6144,129.2816,127.6156,125.9496,124.6168,123.28399999999999,122.2844,122.2844,123.28399999999999,123.28399999999999,123.9504,124.95,125.2832,127.2824,127.9488,128.282,129.2816,129.6148,130.2812,130.2812,130.2812,130.2812,130.9476,130.9476,130.9476,130.9476,130.9476,130.9476,131.2808,131.2808,131.2808,131.2808,131.2808,130.6144,130.6144,130.9476,130.6144,130.6144,129.948,129.6148,128.6152,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,127.6156,127.6156,127.6156,127.9488,129.6148,131.2808,132.6136,133.6132,134.946,135.6124,135.94559999999998,135.94559999999998,135.6124,134.2796,132.9468,131.2808,129.948,128.9484,127.6156,126.9492,125.9496,125.2832,125.2832,123.6172,122.9508,121.9512,120.9516,119.2856,118.286,117.2864,117.2864,116.62,115.2872,114.954,114.2876,113.6212,112.95479999999999,112.6216,112.95479999999999,112.95479999999999,111.622,110.9556,110.9556,110.6224,110.2892,108.9564,107.6236,106.624,104.6248,103.292,101.626,100.2932,98.96039999999999,97.96079999999999,97.2944,96.628,95.6284,94.6288,93.9624,93.6292,91.63,90.6304,88.63119999999999,86.2988,83.9664,82.96679999999999,81.3008,80.3012,78.30199999999999,76.9692,75.6364,74.97,73.304,71.9712,70.6384,70.6384,69.972,69.972,69.972,69.3056,68.6392,68.6392,68.6392,67.97279999999999,67.6396,66.9732,66.9732,66.3068,65.6404,64.974,64.974,64.3076,61.9752,61.3088,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.9768,56.977199999999996,56.3108,56.3108,55.6444,54.3116,53.6452,52.9788,52.3124,50.9796,50.9796,50.9796,50.9796,50.3132,49.6468,48.314,47.6476,46.3148,45.6484,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,43.316,42.6496,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,40.9836,40.9836,40.9836,40.9836,41.3168,41.3168,41.3168,41.3168,41.3168,41.3168,41.9832,43.316,43.9824,45.3152,45.9816,46.647999999999996,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.6456,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.3116,54.3116,54.3116,54.978,56.3108,58.9764,61.3088,63.9744,64.6408,64.6408,63.9744,63.308,62.6416,62.6416,61.3088,59.976,59.976,61.3088,61.9752,61.9752,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.644,57.3104,57.9768,58.6432,59.309599999999996,60.6424,61.9752,62.6416,63.9744,64.6408,64.6408,64.6408],[50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,54.3116,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.6428,60.3092,60.3092,61.3088,61.9752,62.3084,63.308,63.308,63.308,63.9744,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072,65.9736,65.9736,66.64,66.64,66.64,66.64,66.64,66.64,64.6408,63.308,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.976,60.6424,61.9752,63.308,64.6408,65.3072,65.3072,65.9736,66.9732,67.6396,68.306,68.306,67.6396,66.9732,65.9736,64.6408,63.308,62.3084,60.9756,60.3092,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.6452,52.3124,51.646,50.9796,50.9796,49.6468,48.980399999999996,48.980399999999996,48.980399999999996,48.314,48.314,48.314,48.314,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,52.6456,52.6456,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,61.3088,61.9752,62.6416,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,69.3056,70.6384,71.9712,73.63719999999999,74.97,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,83.3,84.6328,85.2992,85.6324,86.632,86.632,87.2984,87.6316,88.298,88.63119999999999,89.2976,89.2976,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.9624,95.2952,95.6284,96.2948,96.628,97.96079999999999,98.294,99.96,100.6264,101.9592,101.9592,102.6256,102.6256,103.9584,104.6248,105.9576,106.624,106.9572,106.9572,106.624,105.9576,105.2912,105.2912,104.2916,104.2916,104.6248,104.6248,104.6248,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,107.2904,108.28999999999999,109.2896,109.956,110.2892,110.9556,110.6224,110.9556,112.2884,112.95479999999999,114.2876,115.6204,116.9532,117.9528,118.286,118.9524,119.952,121.618,124.28359999999999,126.9492,128.9484,130.2812,131.9472,131.9472,131.2808,130.2812,128.282,126.2828,123.9504,122.9508,121.9512,121.9512,122.2844,122.9508,123.28399999999999,123.28399999999999,124.28359999999999,124.95,125.6164,126.2828,127.6156,127.6156,127.9488,128.6152,129.2816,129.2816,129.948,129.948,129.948,129.948,129.948,129.948,129.948,129.948,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,129.2816,128.6152,128.6152,128.282,127.9488,127.9488,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.6156,128.6152,129.6148,130.9476,131.9472,133.28,133.6132,134.2796,134.2796,134.2796,133.6132,132.2804,130.9476,129.6148,128.9484,127.6156,126.9492,125.9496,125.6164,125.2832,124.6168,122.9508,121.9512,120.2852,119.2856,117.9528,117.2864,117.2864,116.2868,114.954,114.2876,113.6212,113.288,112.6216,111.9552,112.2884,111.622,110.9556,110.6224,110.6224,109.956,108.9564,108.28999999999999,106.9572,105.9576,104.2916,102.6256,101.2928,100.2932,98.96039999999999,97.96079999999999,96.628,96.2948,95.6284,94.6288,93.9624,93.6292,92.2964,90.6304,89.2976,87.6316,84.966,83.6332,82.96679999999999,80.9676,78.9684,77.6356,76.9692,75.6364,73.9704,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,69.3056,68.306,67.6396,67.6396,66.9732,66.3068,65.6404,65.6404,64.974,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,58.31,57.6436,56.977199999999996,55.6444,54.3116,53.6452,52.3124,50.9796,50.3132,50.9796,50.9796,49.6468,48.980399999999996,47.6476,46.9812,45.6484,44.315599999999996,42.9828,42.3164,41.9832,41.9832,41.9832,41.65,41.65,40.9836,40.9836,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.9832,43.316,43.9824,45.3152,45.9816,46.647999999999996,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.6456,53.312,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.3116,54.3116,54.978,56.977199999999996,59.976,61.9752,64.6408,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,63.9744,61.3088,61.3088,61.9752,62.6416,63.308,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.31,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.9752,62.6416,63.9744,65.3072,65.3072,65.3072,65.3072],[50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,62.3084,62.3084,63.308,63.308,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072,65.9736,65.9736,66.64,66.64,66.64,67.3064,67.3064,65.3072,64.6408,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,61.3088,61.9752,63.308,64.6408,65.9736,65.9736,66.64,66.64,67.6396,68.306,68.306,68.306,68.306,67.6396,65.9736,65.3072,63.9744,63.308,61.9752,61.3088,60.6424,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,53.6452,52.3124,51.646,50.9796,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,52.6456,52.6456,53.312,53.312,53.9784,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.974,65.6404,66.3068,66.9732,68.6392,69.3056,70.6384,71.3048,72.6376,74.3036,74.97,75.6364,76.9692,78.30199999999999,79.3016,79.968,80.6344,81.3008,82.6336,83.9664,84.6328,85.6324,86.2988,87.2984,87.2984,87.6316,88.63119999999999,89.2976,89.2976,89.964,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.9624,94.6288,94.962,95.2952,95.6284,96.2948,97.6276,98.6272,98.96039999999999,100.2932,100.2932,101.2928,101.2928,102.6256,103.292,103.62519999999999,104.2916,104.6248,104.6248,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.958,105.6244,106.2908,106.9572,107.9568,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,111.2888,112.95479999999999,113.95439999999999,115.2872,115.9536,116.62,117.9528,118.286,119.952,123.28399999999999,125.6164,128.282,129.6148,130.6144,130.6144,129.6148,128.282,125.9496,123.9504,122.2844,121.618,121.2848,121.618,121.618,122.2844,122.9508,123.28399999999999,123.28399999999999,123.9504,124.6168,125.2832,125.6164,126.2828,126.9492,126.9492,127.2824,127.2824,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,127.9488,128.6152,128.9484,130.2812,130.6144,131.614,132.2804,132.9468,132.9468,132.9468,131.2808,130.2812,129.6148,128.6152,128.282,127.6156,126.2828,125.6164,125.6164,125.2832,123.28399999999999,122.2844,120.9516,119.2856,117.9528,117.2864,116.9532,116.62,115.6204,113.95439999999999,113.288,112.6216,111.9552,111.622,111.622,110.9556,109.956,109.6228,108.9564,108.28999999999999,107.9568,106.9572,105.9576,104.6248,103.292,101.9592,100.9596,99.6268,97.96079999999999,97.2944,95.9616,95.6284,95.2952,94.6288,93.9624,93.6292,92.9628,91.2968,89.964,88.298,86.632,85.6324,83.6332,82.6336,80.3012,78.9684,77.6356,76.9692,75.6364,74.97,73.63719999999999,72.9708,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,68.9724,68.306,68.306,67.6396,66.9732,66.3068,66.3068,65.6404,63.308,62.6416,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,60.3092,59.6428,58.9764,58.31,56.977199999999996,55.6444,54.3116,52.9788,51.646,50.9796,50.9796,50.9796,49.6468,48.980399999999996,47.6476,46.3148,44.982,42.9828,41.65,40.9836,39.984,39.984,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.3172,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,42.6496,43.316,44.6488,45.3152,46.647999999999996,47.3144,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.312,53.9784,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.6444,55.6444,54.978,54.978,55.6444,57.3104,59.976,61.9752,64.6408,65.3072,65.9736,66.64,66.9732,67.6396,67.3064,66.64,64.6408,63.308,63.308,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,59.976,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,62.6416,63.308,63.9744,65.3072,65.9736,65.9736,65.9736],[50.9796,50.9796,51.646,51.646,52.6456,52.6456,53.312,53.312,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.9744,63.9744,63.9744,65.3072,65.3072,65.9736,65.9736,66.9732,66.9732,67.6396,67.6396,67.6396,66.9732,65.6404,64.974,63.9744,63.308,62.6416,62.6416,63.6412,64.974,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,66.3068,65.6404,64.974,63.308,62.6416,61.9752,61.3088,60.6424,59.309599999999996,58.6432,57.9768,57.3104,57.3104,56.644,55.9776,55.6444,54.3116,53.6452,52.9788,52.9788,52.3124,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,49.6468,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.9756,61.641999999999996,61.9752,62.6416,63.308,63.9744,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,69.972,70.6384,72.3044,73.63719999999999,74.97,76.3028,76.9692,77.6356,78.30199999999999,79.6348,81.634,82.3004,83.9664,84.966,86.2988,86.9652,88.298,88.9644,89.2976,89.964,89.964,89.964,90.6304,91.2968,91.63,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.6288,95.2952,95.9616,96.2948,97.96079999999999,98.294,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,101.2928,102.6256,102.6256,102.6256,103.292,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,104.6248,104.958,105.9576,106.2908,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,110.6224,112.2884,112.95479999999999,113.6212,114.6208,114.954,115.9536,117.2864,118.286,121.2848,123.6172,125.9496,127.9488,128.282,128.282,126.9492,125.2832,122.9508,121.2848,120.9516,119.952,119.952,120.9516,121.2848,121.9512,122.6176,122.6176,122.6176,122.9508,122.6176,123.28399999999999,123.9504,124.6168,124.95,124.95,125.6164,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.9496,125.9496,125.9496,125.9496,125.9496,126.616,126.9492,126.9492,127.6156,128.6152,129.2816,130.2812,130.9476,131.9472,131.9472,131.614,130.6144,129.6148,129.2816,127.9488,127.2824,126.9492,126.9492,126.2828,126.2828,125.6164,123.9504,122.9508,121.2848,120.2852,118.61919999999999,117.2864,116.62,115.9536,115.6204,113.95439999999999,113.6212,112.6216,111.622,111.2888,110.2892,109.2896,108.28999999999999,107.9568,107.6236,106.9572,106.2908,105.6244,104.6248,102.6256,101.9592,100.2932,99.6268,97.96079999999999,97.2944,96.2948,96.2948,95.9616,95.2952,93.9624,93.9624,93.29599999999999,92.6296,91.2968,90.2972,89.2976,87.9648,87.2984,85.6324,83.9664,81.9672,80.6344,79.968,79.3016,77.6356,76.3028,75.6364,74.97,74.97,74.97,74.6368,73.9704,72.6376,71.9712,71.3048,71.3048,70.3052,69.6388,68.9724,68.306,68.306,67.6396,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,61.3088,61.3088,60.9756,60.9756,60.3092,58.9764,57.9768,56.644,55.3112,53.9784,52.9788,52.3124,51.646,51.646,50.3132,48.980399999999996,47.6476,46.3148,43.9824,41.9832,40.6504,39.3176,38.6512,38.318,38.9844,38.9844,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,40.6504,40.6504,41.3168,41.3168,41.3168,41.9832,42.6496,43.9824,45.6484,46.3148,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,56.3108,55.6444,55.6444,55.6444,56.3108,57.6436,58.9764,61.3088,62.6416,64.974,66.3068,67.6396,68.9724,69.6388,70.9716,70.3052,67.6396,66.3068,65.6404,65.6404,65.6404,64.974,64.974,64.3076,63.308,62.6416,62.6416,61.9752,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,62.3084,63.308,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072],[50.9796,50.9796,50.9796,51.646,52.6456,52.6456,53.312,53.312,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,67.6396,68.306,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,64.974,66.3068,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.306,67.6396,66.3068,65.6404,64.3076,63.6412,63.308,62.6416,61.9752,61.3088,59.976,59.309599999999996,58.6432,58.6432,57.9768,57.3104,56.644,55.9776,54.978,54.3116,53.6452,53.6452,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.9784,53.9784,54.6448,54.6448,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.9764,60.3092,60.9756,61.9752,61.9752,62.6416,63.308,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,67.97279999999999,68.6392,70.3052,71.638,73.63719999999999,74.97,76.3028,76.9692,77.6356,78.30199999999999,80.3012,81.634,83.3,84.2996,85.6324,87.2984,88.298,89.2976,89.964,89.964,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,92.2964,92.9628,93.9624,93.9624,94.6288,94.6288,95.2952,95.9616,96.9612,96.9612,97.96079999999999,97.96079999999999,98.294,98.294,99.2936,99.6268,100.2932,100.9596,100.9596,100.9596,101.2928,101.2928,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.6256,102.2924,102.2924,102.2924,102.2924,102.6256,103.292,103.9584,104.958,105.6244,105.6244,106.9572,107.6236,106.9572,107.6236,108.9564,110.6224,111.622,112.6216,113.288,113.288,113.95439999999999,114.6208,115.6204,116.9532,119.2856,121.618,123.28399999999999,125.2832,125.9496,125.6164,123.6172,121.618,120.2852,119.2856,118.9524,118.9524,118.9524,119.6188,120.9516,121.2848,121.9512,122.6176,122.6176,122.6176,122.6176,122.6176,122.2844,122.6176,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.9496,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,126.616,126.616,126.9492,127.6156,128.6152,129.2816,130.2812,130.2812,130.2812,130.9476,130.6144,129.2816,127.9488,127.2824,127.2824,126.9492,126.9492,126.9492,126.9492,125.6164,123.9504,122.9508,121.2848,120.9516,118.9524,117.9528,116.9532,115.9536,115.2872,114.6208,113.95439999999999,112.6216,111.622,110.6224,109.2896,108.28999999999999,107.6236,107.6236,106.9572,106.2908,105.6244,103.9584,103.292,102.2924,99.96,98.96039999999999,97.96079999999999,97.2944,96.2948,96.2948,95.6284,95.2952,94.2956,93.9624,93.6292,93.29599999999999,92.6296,91.63,90.6304,89.964,88.63119999999999,88.298,86.9652,85.6324,82.96679999999999,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,77.3024,77.3024,77.3024,76.3028,75.6364,74.3036,72.9708,72.6376,71.9712,70.9716,70.3052,69.6388,68.9724,68.9724,68.306,68.306,67.6396,65.9736,65.3072,64.6408,63.9744,62.6416,62.6416,61.9752,61.9752,61.641999999999996,60.9756,60.3092,59.6428,58.6432,57.3104,55.9776,55.3112,53.6452,52.9788,52.3124,51.646,50.3132,48.980399999999996,47.6476,45.6484,43.316,41.9832,39.984,38.6512,36.652,36.9852,37.6516,37.6516,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,40.6504,40.6504,41.3168,41.3168,41.3168,41.9832,42.6496,43.9824,45.6484,46.3148,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,53.6452,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,59.6428,61.3088,63.9744,65.6404,66.9732,68.9724,70.3052,71.638,72.9708,72.3044,69.6388,67.6396,66.9732,66.3068,66.3068,66.3068,65.6404,64.974,63.9744,63.308,63.308,62.6416,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072],[50.3132,50.3132,50.9796,51.646,52.6456,52.6456,53.312,53.312,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,62.6416,63.308,63.308,64.6408,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,67.6396,66.9732,66.3068,65.6404,65.6404,66.3068,67.6396,68.9724,69.6388,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,69.6388,68.306,67.6396,66.3068,65.6404,64.974,63.9744,63.308,63.308,62.6416,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.3108,55.6444,54.978,54.978,54.3116,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.6456,52.6456,52.6456,52.6456,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.9784,54.6448,54.6448,54.6448,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.9756,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,65.6404,66.3068,66.3068,67.6396,68.6392,69.972,71.9712,73.304,74.97,76.3028,76.9692,77.6356,79.6348,80.9676,82.6336,84.2996,86.2988,87.2984,88.298,89.2976,90.2972,90.2972,91.2968,91.2968,91.2968,91.63,91.2968,91.9632,92.2964,92.9628,93.6292,93.9624,93.9624,93.9624,94.2956,94.962,95.6284,95.9616,96.2948,96.2948,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,99.6268,100.9596,101.2928,101.2928,101.2928,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.626,101.626,101.626,102.2924,102.9588,103.62519999999999,103.9584,105.2912,106.624,106.9572,106.2908,106.9572,108.9564,109.2896,110.9556,112.2884,112.6216,113.288,113.95439999999999,113.95439999999999,114.6208,115.6204,117.2864,118.61919999999999,120.9516,122.2844,122.9508,121.618,119.952,117.9528,117.2864,117.2864,117.6196,118.286,118.9524,119.6188,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,120.9516,120.9516,120.9516,120.9516,121.618,121.618,121.9512,121.9512,123.28399999999999,123.28399999999999,122.6176,122.6176,122.6176,122.6176,122.6176,122.6176,123.28399999999999,123.9504,123.9504,124.28359999999999,124.95,124.95,124.95,124.6168,123.9504,123.9504,123.9504,124.6168,125.6164,125.6164,125.6164,125.6164,125.9496,125.9496,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.9492,127.6156,127.9488,129.2816,129.2816,129.948,129.2816,129.2816,128.6152,127.9488,127.2824,126.616,126.616,127.2824,127.2824,126.9492,126.2828,124.6168,123.28399999999999,121.9512,121.2848,119.6188,118.286,117.9528,117.2864,116.2868,115.6204,114.6208,113.288,111.622,110.6224,109.6228,108.28999999999999,107.6236,106.9572,106.9572,106.2908,104.958,103.9584,102.6256,101.2928,99.6268,97.6276,96.9612,96.2948,95.6284,95.2952,95.2952,94.6288,94.2956,93.9624,94.2956,93.29599999999999,93.29599999999999,92.2964,91.2968,90.2972,89.2976,88.63119999999999,87.9648,86.2988,84.2996,82.96679999999999,82.3004,81.634,80.9676,80.9676,79.968,79.968,79.6348,78.9684,78.30199999999999,76.9692,75.6364,74.3036,72.9708,72.3044,71.638,70.9716,70.9716,70.3052,69.6388,69.6388,69.3056,68.6392,67.3064,66.64,65.9736,65.3072,64.6408,63.9744,62.6416,61.9752,61.9752,61.3088,59.976,59.309599999999996,58.6432,57.3104,56.644,55.3112,54.3116,53.6452,52.9788,52.3124,50.3132,48.980399999999996,46.9812,45.6484,43.316,41.9832,39.984,38.6512,36.652,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,40.6504,40.6504,40.6504,40.6504,41.3168,41.9832,42.6496,43.9824,44.982,46.3148,46.9812,48.314,49.6468,50.3132,50.9796,51.646,52.9788,53.6452,53.6452,54.3116,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.9776,55.9776,56.644,56.644,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,60.6424,61.3088,62.6416,65.6404,66.9732,68.9724,70.3052,72.3044,73.63719999999999,74.3036,73.63719999999999,70.9716,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,66.3068,65.3072,64.6408,63.9744,63.308,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072],[50.3132,50.3132,50.9796,50.9796,51.9792,52.6456,53.312,53.312,54.3116,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.9732,66.9732,67.6396,68.9724,69.6388,70.3052,70.9716,70.9716,70.9716,70.9716,70.9716,71.638,71.638,71.638,71.638,70.9716,70.3052,69.6388,68.306,67.6396,66.3068,65.6404,64.6408,63.9744,63.9744,63.308,61.9752,61.9752,61.3088,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,53.9784,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,54.6448,54.6448,54.6448,54.6448,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,61.9752,61.9752,62.3084,63.308,63.308,63.9744,64.974,65.6404,65.6404,66.3068,67.97279999999999,69.3056,70.6384,71.9712,74.3036,74.97,76.3028,76.9692,78.9684,80.3012,81.9672,83.6332,85.2992,86.632,87.9648,88.63119999999999,89.2976,90.2972,90.6304,91.2968,91.63,91.63,91.2968,91.2968,91.9632,92.2964,92.9628,93.6292,93.6292,93.6292,93.9624,94.2956,94.6288,94.6288,94.962,94.962,94.962,95.6284,95.9616,96.2948,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,100.2932,100.9596,100.9596,100.9596,100.2932,100.2932,100.9596,100.9596,100.9596,100.9596,101.2928,101.2928,101.2928,101.626,101.626,102.2924,103.292,103.9584,105.9576,106.624,105.9576,106.2908,108.28999999999999,108.6232,110.6224,110.9556,111.9552,112.6216,113.288,113.95439999999999,114.6208,115.2872,115.6204,116.62,118.286,119.6188,119.6188,118.61919999999999,117.2864,115.6204,115.2872,115.6204,116.62,117.2864,118.61919999999999,118.9524,120.2852,120.9516,120.9516,121.2848,121.2848,121.2848,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.9516,120.9516,122.6176,122.6176,121.618,121.618,121.9512,121.618,121.618,122.2844,122.6176,122.6176,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,123.9504,123.28399999999999,123.28399999999999,123.9504,123.9504,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.95,125.2832,125.2832,125.2832,125.2832,125.9496,125.9496,126.2828,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,128.282,127.6156,127.2824,126.616,126.616,127.2824,126.9492,126.9492,125.6164,124.6168,123.28399999999999,122.6176,121.2848,120.2852,119.6188,118.61919999999999,117.6196,116.62,116.2868,115.6204,114.2876,112.2884,111.2888,110.2892,108.9564,107.9568,107.6236,106.624,105.9576,104.958,103.9584,102.6256,100.6264,98.96039999999999,97.96079999999999,96.9612,96.2948,95.6284,95.2952,95.2952,95.2952,94.6288,94.6288,94.962,94.6288,93.9624,93.29599999999999,92.2964,90.9636,90.2972,89.964,89.2976,87.9648,86.632,85.6324,84.966,84.966,83.6332,83.6332,82.3004,81.9672,81.9672,80.9676,79.6348,78.9684,76.9692,75.6364,74.97,74.3036,73.9704,72.9708,72.9708,72.3044,71.638,70.9716,70.6384,69.972,68.6392,67.3064,66.64,65.9736,65.3072,64.6408,63.308,62.6416,61.9752,61.3088,59.976,59.309599999999996,58.6432,57.9768,56.644,55.9776,54.978,54.3116,54.3116,52.3124,50.3132,48.980399999999996,46.9812,45.6484,43.316,41.9832,39.984,37.9848,35.9856,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,40.6504,40.6504,40.6504,41.3168,41.9832,43.316,43.9824,45.6484,46.3148,47.6476,48.980399999999996,50.3132,50.9796,51.646,51.646,52.9788,53.6452,54.3116,54.3116,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.9776,55.9776,56.644,57.3104,57.6436,58.31,58.9764,59.6428,60.3092,61.3088,62.6416,63.308,64.6408,66.9732,68.306,70.3052,71.638,73.63719999999999,74.3036,74.97,74.3036,71.638,70.3052,68.9724,68.306,68.306,68.306,68.306,67.6396,65.9736,65.3072,64.6408,63.9744,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.308,63.308,63.9744,64.6408,65.3072,65.3072,65.3072,65.3072],[49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.9764,59.6428,59.6428,60.3092,61.3088,61.9752,61.9752,62.6416,63.9744,64.6408,65.3072,65.3072,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.306,68.306,67.6396,67.6396,68.306,68.9724,69.6388,70.3052,70.9716,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,72.6376,72.6376,71.3048,70.6384,69.3056,68.6392,67.3064,66.64,65.6404,64.974,64.974,64.974,63.9744,63.9744,63.9744,63.308,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.3104,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,55.6444,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.3104,57.3104,57.9768,57.9768,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,64.3076,64.974,64.974,65.6404,66.9732,67.6396,68.9724,70.6384,71.9712,73.304,74.6368,75.9696,76.9692,78.30199999999999,79.6348,81.634,84.2996,85.6324,85.6324,87.2984,88.63119999999999,89.2976,90.6304,90.6304,91.63,91.63,90.6304,91.2968,91.2968,91.9632,91.9632,91.9632,92.9628,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.6292,93.9624,93.9624,94.6288,95.9616,95.6284,96.2948,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,98.6272,99.2936,99.6268,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,101.626,102.2924,102.6256,103.62519999999999,103.9584,104.958,105.9576,106.624,106.2908,107.9568,108.9564,109.956,110.6224,111.622,112.6216,113.6212,113.6212,114.2876,114.954,115.6204,116.62,117.6196,117.6196,116.62,115.6204,114.2876,113.95439999999999,114.2876,116.2868,117.2864,118.61919999999999,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.618,121.618,122.2844,122.6176,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,123.9504,123.9504,124.6168,125.2832,126.9492,126.9492,128.282,128.282,128.282,127.6156,126.9492,126.9492,126.9492,126.9492,126.2828,125.6164,125.6164,124.95,123.9504,122.6176,122.6176,121.9512,121.2848,120.2852,119.952,119.2856,118.286,116.9532,115.9536,114.954,112.95479999999999,112.2884,111.622,110.9556,109.956,108.9564,107.9568,106.9572,105.6244,103.9584,103.292,101.2928,99.6268,98.294,97.6276,96.9612,96.628,95.9616,96.2948,95.9616,95.9616,95.6284,95.9616,95.9616,95.9616,94.962,93.9624,93.29599999999999,92.2964,91.2968,90.2972,89.964,88.9644,88.9644,88.298,88.298,87.9648,86.9652,85.9656,85.6324,84.2996,83.3,82.6336,81.3008,80.6344,79.6348,78.30199999999999,77.6356,77.6356,77.6356,76.9692,75.6364,74.3036,72.9708,71.9712,71.3048,70.6384,69.3056,68.306,67.6396,66.9732,66.3068,65.6404,64.974,62.6416,61.9752,60.6424,59.976,59.309599999999996,58.6432,57.3104,56.644,55.9776,55.3112,54.978,52.9788,51.646,49.6468,46.647999999999996,45.3152,43.316,40.9836,38.9844,36.652,35.3192,34.6528,33.986399999999996,34.6528,35.3192,35.3192,35.9856,35.9856,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.984,39.984,40.6504,41.3168,41.9832,42.6496,43.9824,44.6488,46.3148,46.9812,48.314,49.6468,51.646,52.3124,52.3124,52.3124,52.9788,53.6452,54.3116,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,62.6416,63.9744,64.6408,65.3072,65.9736,67.3064,68.306,69.6388,70.9716,72.3044,73.9704,74.6368,74.6368,73.9704,71.9712,70.6384,69.972,69.3056,68.9724,68.9724,68.9724,68.306,66.9732,66.3068,64.974,64.3076,63.308,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.3084,62.6416,62.6416,62.6416,63.6412,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,65.6404,65.6404],[49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,53.6452,53.9784,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,60.6424,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.9724,69.6388,70.3052,70.9716,70.9716,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.304,72.6376,71.9712,70.6384,69.972,68.6392,67.97279999999999,67.3064,66.3068,66.3068,66.3068,66.3068,65.3072,65.3072,65.3072,64.6408,63.308,62.6416,61.9752,61.3088,60.6424,59.309599999999996,59.309599999999996,58.6432,58.31,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.3104,57.9768,57.9768,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,66.3068,67.6396,68.306,69.6388,70.6384,71.9712,73.304,74.6368,75.6364,76.9692,78.30199999999999,80.3012,82.3004,83.6332,84.6328,85.6324,87.2984,88.63119999999999,89.2976,90.6304,90.6304,91.2968,90.6304,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.9632,92.6296,92.6296,93.29599999999999,93.9624,93.9624,94.6288,94.962,95.6284,95.6284,96.2948,97.2944,97.2944,97.96079999999999,98.6272,99.2936,99.6268,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.2936,99.96,100.2932,100.2932,101.2928,101.626,101.9592,102.6256,103.292,104.2916,105.2912,105.6244,105.6244,106.2908,107.2904,107.9568,108.9564,110.2892,110.9556,112.2884,112.6216,113.6212,113.95439999999999,114.2876,114.954,116.2868,116.2868,115.6204,113.95439999999999,113.6212,113.288,114.2876,116.2868,116.62,117.9528,118.61919999999999,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.2856,119.2856,120.2852,119.952,119.952,119.6188,119.952,120.9516,120.9516,120.6184,120.6184,121.2848,121.618,122.2844,122.6176,122.6176,122.6176,122.6176,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,123.9504,123.28399999999999,122.9508,123.28399999999999,123.9504,125.2832,126.2828,126.9492,126.9492,126.9492,126.9492,126.2828,126.2828,126.2828,126.2828,125.6164,124.95,124.95,124.6168,123.28399999999999,122.6176,122.6176,121.618,121.9512,121.2848,120.2852,119.6188,118.286,116.9532,116.2868,115.2872,113.6212,113.288,112.95479999999999,112.2884,110.9556,109.956,109.2896,107.9568,106.2908,104.958,103.9584,102.2924,100.6264,99.6268,98.96039999999999,97.96079999999999,97.6276,97.6276,97.6276,96.9612,96.9612,96.9612,96.628,96.9612,96.9612,96.2948,96.2948,95.2952,94.6288,93.9624,92.6296,91.9632,92.2964,90.9636,90.9636,90.6304,90.2972,89.2976,88.298,87.6316,86.9652,85.6324,84.2996,82.96679999999999,82.3004,81.634,80.9676,80.9676,81.3008,80.6344,79.6348,78.30199999999999,75.9696,74.6368,73.63719999999999,72.6376,71.638,70.9716,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.6408,63.308,62.6416,61.3088,60.6424,59.309599999999996,57.9768,57.3104,56.644,55.9776,55.6444,54.3116,51.646,49.6468,46.647999999999996,44.6488,42.9828,40.9836,37.9848,35.9856,34.6528,33.986399999999996,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.984,39.984,40.6504,41.3168,42.6496,43.9824,44.6488,45.9816,46.9812,48.314,49.6468,50.9796,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.3092,61.9752,63.308,64.6408,66.64,67.6396,68.9724,69.6388,69.6388,70.3052,70.3052,70.3052,71.638,72.3044,73.9704,73.9704,73.9704,73.304,71.9712,70.6384,69.972,69.972,69.6388,69.6388,68.9724,68.9724,67.6396,66.9732,65.6404,64.974,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,63.6412,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404],[49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,53.9784,54.3116,54.978,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.31,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,70.3052,70.9716,70.9716,71.9712,72.6376,73.304,73.9704,73.9704,74.6368,74.6368,73.9704,73.304,72.6376,71.9712,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.6396,67.6396,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,64.6408,63.9744,63.308,62.6416,61.3088,60.6424,59.976,59.976,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,59.6428,59.6428,58.9764,58.9764,58.9764,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.978,54.3116,54.3116,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.9768,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.6412,64.3076,64.974,65.6404,66.3068,67.6396,68.306,68.9724,69.972,71.3048,71.9712,73.304,74.97,76.3028,76.9692,78.30199999999999,79.6348,81.3008,81.9672,83.6332,85.6324,86.632,87.9648,88.9644,89.964,89.964,89.964,89.2976,89.2976,89.964,89.964,89.964,90.2972,90.6304,90.6304,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.2964,93.6292,93.6292,93.9624,94.6288,94.962,96.2948,96.628,97.2944,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,99.96,100.6264,101.2928,101.626,102.2924,103.292,103.62519999999999,104.6248,104.6248,104.6248,105.2912,106.2908,106.2908,107.2904,107.9568,109.6228,110.2892,110.9556,112.2884,112.6216,112.6216,113.288,113.95439999999999,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,113.6212,115.6204,116.2868,117.9528,117.9528,117.9528,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,118.61919999999999,118.61919999999999,118.61919999999999,118.9524,119.2856,119.6188,119.6188,119.2856,118.9524,118.9524,118.9524,118.9524,119.6188,119.952,120.2852,120.2852,120.2852,120.9516,121.2848,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,124.28359999999999,123.6172,122.6176,122.6176,122.6176,123.28399999999999,124.6168,125.6164,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,125.6164,125.6164,124.95,124.6168,124.6168,123.9504,123.28399999999999,122.6176,122.2844,122.2844,121.618,121.2848,120.9516,119.6188,118.286,116.9532,116.62,115.9536,115.2872,114.954,114.2876,112.95479999999999,112.95479999999999,111.622,111.2888,109.2896,108.28999999999999,106.2908,105.6244,103.9584,102.6256,101.2928,100.6264,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,96.9612,96.2948,95.2952,95.2952,94.6288,93.9624,93.29599999999999,92.9628,92.6296,91.9632,91.2968,90.6304,89.2976,88.9644,87.9648,86.632,85.9656,84.966,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,80.9676,79.6348,77.6356,76.3028,74.97,73.63719999999999,72.9708,71.638,70.3052,69.6388,68.9724,68.306,67.6396,66.9732,65.9736,64.974,64.3076,62.6416,61.3088,60.6424,59.309599999999996,58.6432,57.9768,57.3104,55.6444,54.3116,51.646,49.6468,45.9816,43.9824,42.3164,40.3172,37.9848,35.9856,33.986399999999996,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,40.6504,40.6504,41.9832,43.9824,45.3152,46.647999999999996,47.3144,48.980399999999996,50.3132,50.9796,51.646,52.9788,52.9788,52.3124,52.3124,52.9788,53.6452,54.3116,54.978,56.3108,56.3108,57.6436,57.6436,58.6432,58.6432,59.309599999999996,60.6424,61.3088,62.6416,63.308,64.6408,67.6396,68.9724,70.9716,72.6376,72.9708,72.9708,72.6376,72.6376,71.9712,71.3048,71.638,72.3044,73.304,73.304,73.304,72.6376,71.3048,70.6384,69.972,69.972,70.3052,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.3072,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.9744,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068],[49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.312,53.312,53.312,53.9784,53.9784,53.312,53.312,53.312,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,70.3052,70.9716,71.638,72.6376,73.304,73.9704,73.9704,74.6368,74.6368,74.6368,74.6368,73.9704,73.304,72.6376,71.9712,70.6384,69.972,70.6384,69.972,69.972,69.6388,69.6388,68.9724,68.306,68.306,67.6396,67.6396,66.9732,65.9736,65.3072,64.974,63.308,62.6416,62.6416,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,59.976,59.309599999999996,58.6432,58.31,58.31,58.31,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,54.978,54.978,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,62.6416,63.6412,64.3076,65.6404,66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.9712,73.63719999999999,74.3036,75.6364,76.3028,78.30199999999999,78.9684,79.968,81.634,83.6332,84.966,85.9656,87.2984,88.298,88.9644,88.298,88.298,88.298,88.298,88.298,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.2972,90.6304,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,94.962,95.6284,96.2948,96.628,97.2944,97.2944,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.294,98.96039999999999,98.96039999999999,99.2936,99.6268,100.2932,100.6264,101.2928,102.6256,103.292,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,105.6244,106.2908,107.2904,107.9568,109.2896,110.2892,110.6224,110.9556,110.9556,111.9552,111.9552,112.2884,111.2888,111.2888,112.2884,113.288,114.2876,115.6204,116.62,117.2864,117.2864,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.286,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,118.286,118.9524,119.2856,119.952,120.9516,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,122.9508,121.618,121.618,121.618,122.2844,123.6172,124.28359999999999,124.6168,125.2832,125.2832,124.6168,124.28359999999999,124.28359999999999,124.28359999999999,123.9504,123.9504,123.9504,123.9504,123.28399999999999,122.6176,122.6176,122.2844,122.2844,121.618,121.2848,120.9516,119.6188,118.286,116.9532,116.62,115.9536,115.9536,115.2872,114.954,114.2876,113.288,112.95479999999999,112.2884,111.2888,109.2896,108.28999999999999,106.624,105.6244,103.9584,103.292,102.2924,101.2928,101.2928,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,99.6268,99.6268,98.6272,97.96079999999999,97.6276,97.6276,96.9612,96.2948,95.6284,95.2952,94.6288,93.9624,93.6292,92.9628,91.9632,91.2968,89.964,88.63119999999999,88.298,86.632,86.9652,85.6324,85.6324,84.6328,83.9664,82.96679999999999,81.634,78.6352,76.9692,75.6364,74.97,73.9704,72.6376,71.9712,70.6384,69.972,69.972,68.9724,68.306,67.97279999999999,66.64,65.9736,64.6408,62.6416,61.9752,61.3088,59.309599999999996,58.6432,57.9768,56.3108,54.978,51.646,48.314,45.3152,43.316,40.9836,39.3176,37.3184,35.3192,33.986399999999996,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.6504,40.6504,41.3168,42.6496,44.6488,46.647999999999996,47.9808,49.3136,50.3132,51.646,52.3124,52.9788,53.6452,52.9788,52.3124,52.3124,52.9788,54.3116,54.978,55.6444,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,62.6416,64.6408,65.6404,66.9732,68.306,70.3052,72.9708,74.6368,75.9696,75.9696,75.9696,74.97,74.3036,72.6376,71.9712,71.9712,72.6376,73.304,73.304,72.6376,71.9712,71.3048,69.972,69.972,69.972,69.6388,69.6388,69.6388,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.3072,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732],[50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.3124,52.3124,52.9788,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,72.9708,72.3044,72.9708,72.9708,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,68.306,67.6396,66.9732,66.64,65.6404,64.974,64.974,63.9744,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,61.9752,61.3088,61.3088,60.6424,59.976,59.976,59.309599999999996,58.6432,57.3104,56.644,56.644,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.644,56.644,57.3104,57.3104,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,62.6416,63.6412,64.3076,65.6404,66.3068,66.9732,67.6396,68.306,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,73.304,74.3036,75.6364,76.9692,78.30199999999999,79.3016,81.3008,82.96679999999999,84.2996,85.2992,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.9636,91.63,92.2964,93.29599999999999,93.9624,95.2952,95.6284,95.9616,95.9616,97.2944,97.2944,96.628,96.628,96.9612,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.2936,100.2932,100.9596,101.9592,102.6256,102.9588,102.9588,103.62519999999999,104.2916,104.2916,104.2916,105.2912,105.6244,106.624,106.9572,107.9568,107.9568,108.6232,108.6232,109.956,109.956,109.956,109.6228,109.6228,110.9556,111.622,112.6216,114.2876,115.2872,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,116.2868,116.62,116.62,116.62,117.2864,117.2864,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,118.286,118.286,118.9524,119.6188,119.952,120.6184,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,121.9512,120.9516,120.9516,120.9516,121.618,122.9508,123.28399999999999,123.6172,124.28359999999999,124.28359999999999,123.6172,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,122.2844,122.2844,122.2844,121.9512,121.2848,120.9516,119.952,118.9524,117.6196,117.6196,117.2864,117.2864,116.62,116.62,115.2872,114.954,114.2876,113.6212,112.2884,111.622,109.956,109.2896,107.6236,105.9576,105.2912,103.62519999999999,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,101.9592,101.2928,100.6264,99.96,99.6268,99.6268,98.96039999999999,98.96039999999999,97.6276,97.96079999999999,97.2944,96.628,96.2948,95.9616,95.2952,93.9624,93.6292,92.2964,91.63,90.9636,90.2972,89.2976,88.63119999999999,87.2984,85.9656,84.6328,83.6332,80.3012,78.6352,77.3024,76.636,75.6364,74.3036,73.304,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,67.97279999999999,67.3064,66.64,64.974,63.6412,62.6416,61.3088,60.6424,58.6432,56.977199999999996,54.978,51.646,47.6476,44.6488,42.6496,39.984,37.9848,35.9856,33.986399999999996,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,40.6504,41.3168,41.9832,43.316,45.9816,47.9808,49.3136,50.9796,52.3124,53.6452,54.3116,54.3116,53.6452,52.9788,52.3124,52.3124,53.312,54.6448,55.9776,56.644,57.6436,58.9764,59.6428,60.9756,61.9752,63.308,64.974,65.6404,66.9732,68.6392,69.3056,71.3048,73.304,74.97,76.636,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,75.9696,74.3036,72.9708,72.6376,72.6376,73.304,73.304,72.6376,71.9712,70.6384,69.972,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,68.6392,67.97279999999999,67.6396,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396],[50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.9788,52.3124,52.3124,52.3124,52.3124,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.9696,75.9696,75.6364,75.6364,74.97,74.3036,73.304,72.6376,71.9712,71.3048,69.6388,68.9724,68.6392,67.97279999999999,67.3064,67.3064,66.64,66.64,65.6404,65.3072,65.3072,65.3072,65.3072,65.3072,65.9736,65.3072,65.6404,65.6404,65.6404,64.974,63.9744,63.308,63.308,62.6416,61.9752,61.3088,60.6424,59.976,59.309599999999996,58.6432,57.9768,57.9768,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.9768,57.9768,57.9768,57.9768,58.6432,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,63.6412,63.6412,64.3076,65.6404,66.3068,66.9732,67.6396,68.306,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,73.304,74.3036,75.6364,77.6356,78.6352,80.9676,82.3004,84.2996,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.6316,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,90.2972,91.63,92.2964,92.9628,93.29599999999999,94.6288,95.6284,95.6284,95.6284,96.2948,96.2948,95.9616,95.6284,95.9616,95.9616,95.9616,95.9616,96.9612,96.9612,97.2944,97.96079999999999,98.96039999999999,99.2936,99.96,100.6264,101.2928,101.9592,101.9592,101.9592,103.292,103.292,103.292,103.62519999999999,104.6248,105.2912,105.9576,105.6244,106.2908,106.2908,107.6236,107.6236,107.9568,107.9568,107.6236,107.9568,108.9564,110.6224,112.2884,112.95479999999999,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,116.62,116.9532,117.6196,117.9528,118.9524,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,119.952,120.2852,120.9516,120.6184,120.6184,120.6184,119.6188,118.9524,118.9524,120.2852,121.2848,121.9512,122.9508,122.9508,122.9508,122.9508,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.9508,122.2844,122.2844,122.2844,121.618,121.9512,121.2848,120.9516,119.952,119.6188,118.9524,118.9524,118.286,117.6196,117.2864,117.2864,116.62,115.2872,114.954,114.2876,113.6212,112.2884,111.622,111.2888,109.2896,108.28999999999999,106.2908,105.9576,105.2912,105.2912,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,101.626,100.9596,100.9596,100.6264,100.2932,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,95.9616,95.6284,95.2952,94.6288,93.29599999999999,92.9628,92.2964,89.964,88.298,86.9652,85.2992,82.3004,80.3012,79.3016,78.30199999999999,76.3028,75.6364,74.3036,73.63719999999999,72.9708,72.3044,71.9712,71.3048,70.6384,69.3056,68.6392,67.97279999999999,66.64,65.3072,64.3076,62.6416,61.3088,59.976,57.9768,55.6444,51.646,47.6476,44.6488,41.9832,38.6512,37.3184,34.6528,33.986399999999996,32.6536,32.6536,33.32,33.986399999999996,35.3192,35.3192,35.9856,35.9856,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.984,41.3168,41.9832,43.9824,45.9816,48.6472,50.9796,52.9788,53.6452,54.3116,54.978,54.3116,53.6452,53.6452,52.9788,52.9788,53.9784,54.6448,55.9776,57.3104,58.31,59.6428,60.9756,61.9752,63.9744,65.6404,66.3068,67.6396,69.3056,70.6384,71.3048,72.9708,74.97,77.3024,78.9684,79.6348,79.6348,79.6348,78.30199999999999,76.636,74.97,74.3036,73.63719999999999,73.63719999999999,73.304,73.304,72.6376,71.9712,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,68.6392,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306],[50.9796,50.9796,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,65.3072,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,77.6356,78.30199999999999,78.9684,79.3016,79.3016,79.3016,79.3016,78.9684,78.9684,77.6356,76.9692,75.6364,74.97,73.304,72.6376,71.638,70.9716,70.6384,69.3056,68.6392,67.97279999999999,67.97279999999999,67.97279999999999,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,66.3068,66.3068,66.3068,65.6404,64.6408,64.6408,64.6408,65.3072,64.6408,63.9744,63.308,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,63.6412,63.6412,64.3076,65.6404,66.3068,66.9732,67.6396,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.6388,70.3052,71.3048,72.6376,73.63719999999999,75.6364,76.9692,78.6352,79.968,81.3008,83.6332,84.2996,84.2996,84.966,84.966,84.966,84.966,84.966,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,87.6316,88.9644,88.9644,88.9644,89.2976,89.964,90.6304,90.9636,92.2964,93.29599999999999,93.9624,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.962,94.962,94.2956,94.2956,95.2952,95.2952,95.9616,96.2948,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.9596,100.9596,101.9592,102.6256,102.6256,103.292,103.62519999999999,103.9584,104.6248,104.958,105.6244,105.6244,105.9576,106.624,106.2908,106.624,106.624,106.624,107.6236,108.9564,110.6224,111.9552,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,114.2876,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,115.6204,115.6204,116.2868,116.62,117.2864,117.6196,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,119.2856,118.9524,118.286,117.9528,118.61919999999999,118.9524,120.2852,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.9516,120.9516,121.2848,121.9512,121.618,121.618,121.618,121.618,121.2848,120.9516,120.9516,119.952,119.6188,119.6188,118.9524,118.9524,118.286,118.286,117.9528,116.62,116.62,116.2868,115.6204,114.2876,113.95439999999999,113.288,111.9552,111.2888,109.956,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.2912,105.2912,104.6248,104.6248,103.9584,103.292,103.292,103.292,102.6256,102.6256,101.9592,101.2928,100.9596,99.6268,99.2936,98.6272,98.294,97.96079999999999,97.96079999999999,97.2944,95.9616,95.2952,94.2956,92.9628,90.6304,89.6308,87.6316,84.6328,82.3004,80.6344,79.3016,78.30199999999999,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,67.97279999999999,66.64,65.6404,64.3076,62.6416,60.6424,58.6432,55.6444,51.646,47.6476,43.9824,41.3168,38.6512,36.652,35.3192,33.986399999999996,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.984,41.3168,42.6496,43.9824,45.9816,48.980399999999996,51.646,52.9788,53.6452,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,54.6448,55.3112,55.9776,57.3104,58.31,59.6428,61.3088,63.308,65.3072,66.9732,68.6392,69.3056,70.6384,71.3048,72.6376,74.3036,76.3028,78.30199999999999,79.6348,80.3012,80.3012,80.3012,78.9684,78.30199999999999,76.3028,75.6364,75.6364,74.97,74.6368,73.9704,73.304,71.9712,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,69.972,69.972,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724],[50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.9676,81.634,82.3004,82.3004,82.3004,82.3004,81.634,80.9676,79.968,77.6356,76.9692,75.9696,74.6368,73.9704,72.6376,71.9712,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,68.6392,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,66.9732,66.9732,67.3064,67.3064,66.64,65.9736,64.6408,63.9744,63.9744,63.308,63.308,63.308,63.308,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.306,68.9724,69.972,71.3048,71.9712,73.63719999999999,75.6364,76.9692,78.30199999999999,79.6348,81.3008,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324,86.2988,85.6324,85.6324,86.2988,86.2988,86.632,86.632,87.9648,88.298,88.298,88.298,88.63119999999999,89.2976,90.6304,90.9636,92.2964,92.6296,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,93.9624,93.9624,93.9624,94.962,94.962,95.2952,95.9616,96.2948,96.9612,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,100.2932,101.2928,101.626,102.2924,102.6256,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.6248,105.2912,105.6244,105.9576,105.9576,105.9576,105.9576,105.9576,107.6236,109.2896,110.9556,111.622,112.2884,111.9552,111.9552,112.2884,112.95479999999999,112.6216,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,115.6204,116.2868,116.62,117.2864,117.2864,117.6196,117.9528,118.61919999999999,118.61919999999999,118.286,118.286,117.9528,117.9528,117.9528,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.9528,117.9528,118.286,117.6196,117.2864,117.2864,117.9528,118.61919999999999,118.9524,119.6188,119.6188,119.6188,119.6188,120.2852,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.9516,120.2852,119.6188,119.6188,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.9528,116.62,116.2868,115.6204,115.6204,114.2876,113.95439999999999,112.6216,111.622,110.6224,109.956,108.9564,108.6232,108.28999999999999,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,106.9572,106.9572,106.9572,106.624,106.624,105.9576,105.6244,104.958,104.2916,103.9584,103.9584,103.292,102.9588,103.292,102.6256,102.2924,101.626,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.294,97.2944,94.962,93.6292,91.2968,89.6308,86.9652,84.6328,83.6332,82.3004,79.968,79.3016,78.30199999999999,76.9692,76.3028,74.97,74.3036,73.304,72.6376,71.9712,71.3048,70.6384,69.3056,67.97279999999999,66.3068,64.974,63.6412,61.3088,58.6432,55.6444,51.646,46.9812,43.316,40.6504,37.9848,35.9856,35.3192,34.6528,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,36.652,36.652,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,39.984,40.6504,41.3168,42.6496,44.6488,46.647999999999996,49.6468,52.3124,53.6452,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,54.3116,55.3112,55.9776,56.644,57.6436,58.31,59.6428,61.9752,63.308,65.9736,67.6396,69.3056,70.6384,71.3048,71.9712,73.304,75.6364,76.9692,78.9684,80.3012,80.3012,80.3012,80.3012,78.9684,78.30199999999999,77.6356,76.9692,76.9692,76.3028,75.3032,74.6368,73.304,71.9712,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.3052,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,70.3052,70.3052,70.3052,70.3052,69.6388,69.6388,69.6388,69.6388],[51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,65.3072,65.9736,65.9736,66.64,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,74.6368,75.6364,75.6364,76.3028,76.9692,78.6352,79.968,81.3008,83.3,83.9664,84.966,84.6328,85.2992,85.2992,85.2992,84.2996,82.96679999999999,80.9676,79.968,78.9684,77.6356,76.3028,74.6368,72.6376,71.9712,71.3048,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,69.972,68.9724,68.306,67.6396,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.306,68.306,67.6396,66.9732,66.9732,65.9736,65.9736,65.9736,65.3072,65.3072,65.3072,64.6408,63.9744,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,63.308,63.9744,64.6408,65.9736,65.9736,66.64,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.9724,69.6388,70.6384,72.3044,73.63719999999999,74.97,75.6364,76.9692,78.30199999999999,80.3012,80.9676,80.9676,81.9672,82.6336,82.6336,82.6336,83.3,84.2996,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.632,87.2984,87.6316,87.6316,88.298,88.63119999999999,88.9644,89.2976,89.964,90.6304,91.2968,92.2964,92.2964,92.6296,92.6296,93.29599999999999,93.29599999999999,93.6292,92.9628,92.9628,93.6292,93.9624,94.2956,94.962,95.6284,96.2948,96.9612,97.2944,97.2944,97.2944,97.96079999999999,98.6272,99.2936,100.2932,101.2928,101.9592,102.6256,102.9588,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.958,104.958,105.6244,105.6244,105.6244,105.6244,104.958,105.9576,107.2904,109.2896,109.956,110.2892,110.9556,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.6216,112.6216,112.2884,112.2884,111.622,111.9552,112.95479999999999,113.288,113.6212,113.6212,113.6212,113.6212,113.6212,113.95439999999999,114.2876,114.954,115.6204,115.9536,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.9528,117.9528,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,119.6188,119.6188,120.2852,119.952,119.952,119.952,119.952,120.2852,119.6188,119.6188,118.9524,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,116.2868,115.6204,115.6204,114.2876,113.6212,112.6216,112.2884,110.9556,110.6224,110.6224,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,105.2912,105.2912,105.2912,105.2912,104.6248,104.6248,103.9584,103.62519999999999,103.292,102.6256,101.626,101.626,100.2932,97.6276,94.962,93.6292,91.2968,90.2972,89.6308,87.6316,86.632,83.6332,82.3004,81.3008,79.968,78.6352,77.6356,75.6364,74.97,74.3036,73.63719999999999,72.6376,71.3048,69.972,68.6392,67.6396,66.3068,63.6412,61.3088,58.6432,55.6444,51.646,46.9812,43.316,40.6504,38.318,37.3184,36.652,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.984,40.9836,42.3164,43.6492,45.6484,48.314,51.3128,52.6456,53.9784,54.6448,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.6444,56.3108,56.977199999999996,57.6436,59.309599999999996,60.6424,61.9752,64.6408,66.3068,68.306,68.9724,70.3052,71.3048,72.6376,73.9704,75.9696,77.6356,78.30199999999999,78.9684,78.9684,78.9684,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,77.6356,77.6356,76.3028,74.97,73.304,71.9712,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384],[51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,53.6452,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,64.6408,65.3072,65.3072,65.9736,67.6396,68.306,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.9704,74.6368,74.97,75.6364,75.6364,76.3028,78.6352,79.968,81.3008,83.9664,85.2992,86.2988,86.632,87.2984,87.6316,87.6316,86.9652,85.6324,84.2996,83.6332,82.3004,80.9676,78.30199999999999,76.3028,73.9704,72.6376,71.9712,71.9712,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,71.3048,70.3052,69.6388,68.306,68.306,68.306,68.306,69.6388,70.3052,70.6384,70.6384,70.6384,70.6384,69.972,69.972,68.9724,68.9724,68.306,68.306,67.6396,67.6396,67.6396,66.9732,66.3068,65.6404,64.974,64.974,65.6404,65.6404,65.3072,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,65.9736,66.64,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,69.972,71.3048,72.9708,73.63719999999999,74.97,75.6364,76.9692,78.30199999999999,78.9684,78.9684,80.3012,80.9676,80.9676,81.634,82.6336,82.6336,83.3,83.3,84.2996,84.2996,84.2996,84.2996,84.966,85.6324,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,89.2976,89.2976,89.964,90.2972,91.2968,91.63,91.63,92.2964,92.6296,92.6296,92.9628,92.9628,92.9628,92.9628,93.9624,94.2956,94.962,95.6284,96.2948,96.2948,96.9612,96.9612,97.2944,97.2944,98.294,98.96039999999999,99.6268,100.2932,100.6264,101.626,102.6256,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,104.958,104.958,105.6244,105.6244,105.6244,104.958,103.9584,104.6248,106.624,107.2904,107.9568,109.2896,109.2896,109.2896,109.6228,109.6228,109.6228,110.2892,110.2892,110.2892,110.9556,110.9556,111.622,111.622,111.2888,111.2888,110.6224,111.2888,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,112.95479999999999,113.288,113.6212,114.2876,114.954,115.2872,115.6204,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.6204,115.2872,114.6208,114.6208,114.6208,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,116.2868,116.62,116.62,116.62,117.2864,117.2864,118.286,118.286,118.286,118.9524,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,119.6188,118.9524,118.9524,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,116.2868,115.6204,115.6204,114.954,113.95439999999999,113.288,112.6216,112.2884,111.622,110.9556,110.9556,110.6224,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.956,109.2896,108.6232,108.6232,108.6232,108.28999999999999,107.9568,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,105.6244,105.6244,104.958,103.62519999999999,103.292,103.292,102.2924,99.2936,97.2944,95.6284,93.9624,92.2964,90.9636,90.2972,88.9644,85.9656,84.6328,84.2996,82.96679999999999,81.3008,79.3016,77.6356,75.6364,74.97,74.3036,73.63719999999999,71.9712,70.6384,69.3056,68.306,66.3068,64.3076,61.3088,58.6432,55.6444,51.646,47.6476,44.315599999999996,41.3168,39.3176,37.3184,37.3184,36.652,36.652,35.9856,36.652,36.652,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.984,40.9836,42.9828,44.315599999999996,46.3148,48.980399999999996,51.9792,53.312,54.6448,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,55.3112,56.3108,56.977199999999996,57.6436,58.31,59.309599999999996,60.6424,62.6416,64.6408,66.9732,67.6396,68.9724,69.6388,71.3048,72.6376,73.9704,75.3032,76.9692,77.6356,77.6356,77.6356,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,78.30199999999999,77.6356,76.9692,74.97,73.304,71.3048,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384],[52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.6452,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.9704,74.3036,74.97,75.6364,76.3028,77.3024,79.3016,81.3008,83.3,85.2992,86.2988,86.632,88.298,89.964,90.6304,89.964,89.2976,87.9648,86.2988,84.966,83.6332,80.3012,78.30199999999999,75.6364,73.9704,73.63719999999999,73.63719999999999,73.9704,74.6368,75.3032,75.3032,75.3032,74.6368,73.9704,73.9704,73.304,72.6376,71.638,70.3052,69.6388,68.9724,68.9724,69.6388,70.3052,70.9716,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.3052,70.3052,69.6388,69.6388,68.9724,68.9724,68.9724,68.306,67.6396,66.9732,66.3068,66.3068,66.9732,66.9732,65.9736,65.3072,64.6408,63.308,61.9752,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,63.9744,65.3072,65.3072,65.9736,65.9736,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.9712,72.6376,73.9704,74.6368,76.3028,76.9692,77.6356,77.6356,78.9684,79.6348,80.3012,80.3012,81.3008,81.9672,81.9672,82.6336,82.96679999999999,83.6332,83.6332,83.6332,84.2996,84.966,84.966,86.2988,86.2988,86.9652,86.9652,87.2984,87.9648,88.298,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.63,91.63,91.63,92.6296,92.6296,92.9628,92.9628,93.6292,93.9624,94.6288,95.2952,96.2948,96.2948,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.2936,99.96,100.6264,101.2928,102.2924,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,104.958,104.958,104.2916,103.292,103.292,104.958,105.6244,106.9572,107.2904,107.9568,107.9568,107.9568,107.9568,108.6232,108.6232,108.9564,108.9564,109.2896,109.2896,109.956,109.956,109.2896,109.2896,109.6228,109.956,110.6224,110.9556,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.6208,115.6204,115.6204,115.6204,115.2872,115.2872,115.2872,115.2872,115.2872,115.2872,114.954,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,115.9536,116.62,117.2864,117.2864,118.286,118.286,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,118.286,118.286,117.9528,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.6204,114.954,114.2876,113.95439999999999,113.95439999999999,113.288,112.6216,112.95479999999999,112.2884,112.2884,112.2884,111.622,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.2892,109.956,109.956,109.956,109.2896,109.2896,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,107.2904,106.9572,106.624,105.9576,105.6244,104.6248,103.9584,103.292,102.6256,100.2932,98.6272,96.628,95.2952,93.29599999999999,92.6296,90.9636,89.6308,88.298,87.6316,87.2984,85.9656,84.2996,81.634,79.3016,76.9692,76.3028,74.97,73.63719999999999,72.3044,71.3048,69.3056,67.6396,66.3068,64.3076,61.3088,58.6432,55.6444,51.646,48.314,44.315599999999996,41.65,39.984,38.6512,37.9848,37.3184,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.984,39.984,41.65,42.9828,45.6484,47.6476,49.6468,52.6456,54.6448,55.9776,55.9776,55.9776,55.3112,55.3112,54.6448,54.6448,55.3112,55.3112,56.3108,56.977199999999996,57.6436,58.31,59.976,61.3088,63.308,65.3072,66.3068,67.6396,68.306,69.6388,70.6384,71.9712,73.304,74.6368,74.97,74.97,74.97,74.3036,74.97,74.97,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,76.3028,74.97,72.6376,71.3048,69.972,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384],[52.9788,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,66.3068,66.9732,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.97,76.3028,77.3024,78.9684,80.3012,81.9672,84.6328,86.632,87.6316,89.2976,91.2968,91.63,91.2968,91.2968,89.964,88.298,86.9652,84.2996,81.9672,79.968,77.6356,76.3028,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.3028,75.6364,75.3032,74.6368,73.304,71.9712,71.3048,70.3052,70.3052,70.3052,71.638,72.3044,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,71.638,71.9712,71.3048,70.9716,70.9716,70.9716,70.3052,69.6388,68.9724,68.306,68.306,68.306,68.306,67.6396,66.9732,65.6404,64.3076,63.308,62.6416,61.9752,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.3072,65.9736,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.97279999999999,68.6392,69.3056,70.6384,71.3048,72.6376,73.304,74.6368,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,79.6348,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,86.2988,86.2988,86.9652,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.9632,91.9632,92.9628,92.9628,93.6292,93.9624,93.9624,94.6288,95.9616,96.2948,96.2948,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.96,100.6264,101.9592,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,104.958,104.958,104.2916,103.9584,102.2924,102.2924,103.9584,104.958,105.9576,106.624,106.9572,106.624,107.2904,106.624,107.2904,107.2904,107.6236,107.6236,107.9568,107.9568,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.6228,110.6224,111.622,111.622,111.622,111.2888,111.2888,111.622,112.2884,112.95479999999999,113.288,113.95439999999999,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,114.954,114.954,114.6208,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,111.2888,111.2888,111.9552,111.9552,111.9552,112.2884,112.95479999999999,112.95479999999999,113.288,113.288,113.288,113.6212,115.2872,115.9536,115.9536,116.62,117.6196,117.9528,118.286,118.286,118.9524,118.9524,118.61919999999999,118.61919999999999,118.286,117.9528,117.9528,117.9528,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,115.6204,114.954,114.2876,113.95439999999999,113.288,113.288,113.288,112.6216,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.9552,111.2888,111.2888,111.2888,111.2888,110.9556,110.9556,110.2892,109.956,109.956,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.9568,107.6236,106.9572,106.2908,105.9576,105.6244,104.6248,103.9584,103.292,102.6256,100.9596,99.2936,97.2944,95.6284,93.9624,92.9628,91.63,90.6304,89.964,88.9644,88.298,87.2984,85.2992,83.6332,80.9676,77.9688,76.3028,74.97,73.63719999999999,72.3044,71.3048,69.972,67.97279999999999,66.3068,64.3076,61.9752,59.309599999999996,56.3108,52.9788,49.6468,46.3148,42.9828,41.3168,39.984,38.6512,37.9848,37.3184,36.652,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,39.984,39.984,40.6504,42.3164,43.6492,46.3148,48.314,50.3132,53.312,55.3112,56.644,56.644,56.644,55.9776,55.3112,54.6448,54.6448,55.3112,55.3112,56.3108,57.6436,58.31,58.9764,60.6424,62.3084,63.9744,65.3072,66.9732,67.6396,68.306,69.6388,70.6384,71.9712,73.304,73.304,73.63719999999999,73.63719999999999,72.9708,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,75.6364,76.3028,77.6356,76.9692,75.6364,74.3036,71.9712,70.6384,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384],[54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.9768,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.3084,63.308,63.9744,64.6408,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,68.9724,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,74.97,76.3028,77.6356,78.30199999999999,79.6348,81.3008,83.9664,85.6324,86.9652,89.2976,90.6304,91.2968,90.6304,89.964,88.9644,87.6316,86.9652,85.9656,83.9664,81.9672,79.968,78.9684,77.6356,77.3024,78.9684,79.6348,80.3012,80.6344,80.6344,80.3012,79.6348,78.30199999999999,77.6356,76.3028,74.97,73.63719999999999,72.3044,71.3048,71.3048,71.9712,72.6376,73.9704,74.97,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,73.9704,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.64,65.3072,64.6408,63.9744,62.6416,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,65.3072,66.3068,66.3068,66.9732,66.9732,66.3068,66.3068,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,71.3048,72.6376,73.304,73.9704,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,79.3016,79.968,79.968,80.6344,80.9676,81.634,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,86.2988,87.2984,87.9648,87.9648,88.298,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,90.6304,91.2968,91.9632,92.6296,92.6296,92.6296,92.9628,93.6292,93.6292,93.9624,94.962,95.6284,95.9616,95.9616,96.2948,96.9612,96.9612,97.6276,97.96079999999999,99.2936,100.2932,100.6264,101.626,102.2924,102.6256,103.62519999999999,103.62519999999999,104.2916,104.958,104.958,103.9584,103.9584,103.9584,102.6256,100.9596,100.9596,102.2924,103.292,104.6248,104.6248,104.958,105.6244,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.2908,106.2908,105.9576,106.2908,107.2904,108.9564,109.6228,109.956,110.6224,109.956,109.956,110.2892,110.2892,110.9556,111.2888,112.2884,112.95479999999999,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,111.2888,110.9556,110.9556,110.2892,110.2892,110.2892,110.2892,110.2892,110.9556,111.2888,111.2888,111.622,111.9552,111.9552,113.288,113.6212,114.2876,115.6204,116.2868,117.2864,117.2864,117.6196,117.6196,118.286,118.286,118.286,117.9528,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,116.2868,115.6204,115.6204,114.954,114.954,113.6212,113.6212,113.288,112.6216,111.9552,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.9552,111.2888,110.9556,110.9556,109.956,109.956,109.2896,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,105.6244,104.6248,103.9584,103.9584,102.6256,102.2924,100.2932,98.6272,97.2944,95.6284,93.9624,92.9628,91.63,90.6304,89.964,89.2976,88.9644,87.9648,85.9656,84.2996,81.634,78.6352,76.3028,74.97,74.3036,72.9708,71.638,69.972,68.6392,66.64,64.974,62.6416,60.6424,57.9768,54.978,51.646,48.314,44.982,42.6496,41.3168,40.6504,39.984,38.6512,37.9848,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.984,39.984,39.984,40.6504,42.3164,44.315599999999996,46.3148,48.314,50.9796,54.3116,56.3108,57.6436,57.6436,57.6436,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,57.6436,58.31,59.6428,61.3088,63.308,64.6408,65.9736,66.9732,67.6396,68.306,69.6388,70.6384,71.9712,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.3028,74.6368,73.304,71.3048,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048],[55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.3084,62.3084,63.308,63.9744,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.97,75.6364,76.9692,77.6356,78.9684,79.968,81.9672,84.2996,86.2988,87.9648,88.9644,89.2976,88.9644,88.298,86.9652,86.9652,86.2988,85.6324,84.6328,83.6332,82.3004,80.3012,80.3012,79.968,80.6344,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,81.9672,81.3008,80.6344,78.9684,76.3028,74.3036,72.9708,72.3044,72.3044,72.6376,73.9704,74.6368,76.3028,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,72.9708,71.3048,70.6384,69.3056,68.6392,68.6392,67.97279999999999,67.3064,66.64,65.3072,64.6408,63.308,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.9752,61.3088,61.9752,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.6404,66.3068,66.3068,66.9732,66.3068,66.3068,66.3068,66.3068,67.3064,67.97279999999999,68.6392,69.972,71.3048,71.9712,73.304,73.304,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.9692,78.6352,78.6352,79.3016,79.3016,80.3012,80.9676,80.9676,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,86.2988,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,89.2976,89.2976,89.6308,89.6308,90.6304,91.2968,91.63,92.2964,92.6296,92.6296,92.9628,93.6292,93.6292,93.9624,94.6288,95.6284,95.9616,95.9616,96.2948,96.2948,96.9612,97.6276,97.96079999999999,99.2936,100.2932,100.9596,101.2928,101.626,102.2924,102.6256,103.62519999999999,103.62519999999999,104.2916,104.2916,103.9584,103.9584,103.292,101.9592,99.96,99.2936,100.2932,101.9592,102.6256,103.292,103.62519999999999,103.9584,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,103.9584,104.6248,104.6248,105.6244,107.2904,108.9564,109.2896,109.2896,109.2896,108.9564,108.28999999999999,108.9564,109.956,110.2892,110.9556,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,112.95479999999999,112.2884,111.622,110.9556,110.9556,109.956,109.956,109.2896,108.9564,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.6228,110.2892,111.2888,111.622,112.95479999999999,113.95439999999999,115.2872,115.6204,116.62,117.2864,117.6196,117.6196,118.286,118.286,117.9528,117.9528,116.62,116.62,116.2868,116.2868,115.9536,115.9536,115.9536,115.6204,114.954,114.954,114.2876,114.2876,112.95479999999999,112.95479999999999,112.6216,111.9552,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.2888,110.9556,110.6224,109.956,109.956,109.2896,108.6232,108.6232,108.6232,108.6232,108.6232,108.28999999999999,108.28999999999999,108.28999999999999,107.2904,107.2904,107.2904,106.9572,105.9576,105.2912,103.9584,103.292,102.9588,102.6256,101.626,100.9596,99.6268,97.96079999999999,96.628,95.2952,93.29599999999999,92.9628,90.9636,90.6304,89.964,88.9644,88.298,87.2984,85.6324,83.6332,80.9676,78.9684,76.3028,74.97,74.3036,72.9708,71.638,70.6384,68.6392,67.3064,65.6404,64.3076,62.3084,60.3092,57.3104,54.3116,50.3132,48.314,45.6484,43.316,42.6496,41.3168,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,40.6504,40.6504,39.984,40.6504,42.9828,44.982,46.9812,48.980399999999996,51.646,54.3116,56.3108,58.31,58.31,58.31,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,56.3108,57.6436,58.31,59.6428,61.9752,63.9744,65.3072,66.64,67.6396,68.306,68.9724,69.6388,70.6384,71.3048,71.9712,72.6376,71.9712,71.9712,70.6384,70.6384,71.638,72.3044,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,73.9704,72.6376,70.6384,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048],[56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,57.6436,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,62.3084,62.3084,63.308,63.9744,64.974,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,76.9692,78.9684,79.968,81.9672,84.6328,85.2992,86.632,86.632,85.6324,85.2992,84.966,84.966,84.6328,83.9664,84.2996,82.96679999999999,82.3004,81.634,81.634,81.634,82.96679999999999,84.2996,86.2988,86.2988,85.9656,85.9656,83.9664,83.6332,81.9672,79.968,77.6356,75.6364,74.3036,73.63719999999999,72.9708,73.63719999999999,74.6368,75.9696,76.9692,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,75.6364,74.3036,72.6376,71.3048,69.972,69.972,69.972,69.3056,68.6392,67.97279999999999,67.97279999999999,67.3064,65.3072,64.6408,63.9744,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.9752,62.3084,63.308,63.9744,64.6408,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,67.3064,67.97279999999999,68.6392,69.972,70.6384,71.9712,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.636,77.3024,77.6356,78.6352,78.6352,79.3016,80.6344,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,86.2988,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.6308,89.964,90.6304,91.63,91.63,92.2964,92.2964,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,95.2952,95.9616,95.9616,96.2948,96.2948,96.9612,97.6276,98.294,98.96039999999999,99.6268,99.96,101.2928,101.2928,101.9592,102.2924,102.6256,102.9588,102.9588,102.9588,102.9588,102.6256,101.2928,100.2932,98.96039999999999,97.96079999999999,98.6272,99.6268,100.6264,101.2928,102.2924,102.2924,103.292,103.292,103.292,103.292,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,103.62519999999999,104.6248,106.2908,106.9572,107.6236,107.9568,107.6236,107.6236,107.6236,107.6236,107.9568,108.6232,109.6228,110.6224,110.9556,111.622,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.622,110.6224,109.956,109.956,109.2896,108.9564,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.2896,110.6224,111.2888,112.2884,113.288,114.954,115.2872,116.2868,117.2864,117.2864,117.2864,117.9528,117.9528,117.9528,117.2864,116.62,116.62,116.2868,116.2868,115.6204,115.6204,115.6204,114.954,114.2876,114.2876,114.2876,113.6212,112.6216,111.9552,111.9552,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,111.9552,111.9552,111.2888,111.2888,110.2892,110.2892,109.956,109.2896,108.6232,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,107.6236,106.2908,106.624,106.624,105.9576,104.958,103.62519999999999,102.2924,101.2928,101.2928,100.6264,99.96,99.6268,98.294,96.9612,95.6284,94.6288,92.9628,91.63,90.6304,89.2976,88.9644,87.6316,86.9652,86.2988,84.2996,82.3004,80.3012,77.6356,76.3028,74.3036,73.63719999999999,72.3044,71.9712,70.6384,69.3056,68.6392,67.3064,65.6404,64.6408,63.308,60.3092,57.3104,54.3116,51.3128,48.314,46.3148,44.6488,43.316,41.3168,40.6504,39.3176,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,39.3176,40.6504,40.6504,40.6504,41.3168,42.9828,44.982,46.9812,48.980399999999996,50.9796,53.9784,56.977199999999996,58.31,58.9764,58.9764,57.6436,56.977199999999996,56.3108,55.6444,55.6444,55.6444,56.3108,57.6436,58.31,59.6428,61.9752,64.6408,65.9736,67.3064,67.6396,68.306,68.9724,69.6388,69.972,70.6384,71.9712,71.9712,72.6376,71.9712,71.9712,71.9712,72.3044,72.9708,72.9708,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,71.9712,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712],[57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.976,59.309599999999996,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,62.3084,62.3084,63.308,63.9744,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,75.6364,75.6364,76.3028,76.9692,78.9684,80.6344,81.9672,83.3,84.2996,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.96679999999999,82.96679999999999,81.9672,81.9672,82.3004,82.96679999999999,84.966,86.2988,87.6316,88.298,88.298,87.2984,86.632,84.6328,83.3,80.6344,78.30199999999999,76.3028,74.97,74.3036,73.63719999999999,74.3036,75.3032,76.636,77.6356,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.9684,78.30199999999999,76.9692,75.6364,73.304,71.9712,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,67.97279999999999,67.3064,66.64,65.3072,64.6408,64.6408,63.9744,63.9744,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,62.3084,63.308,63.9744,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.3048,71.9712,71.9712,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.9696,76.636,76.9692,77.6356,78.6352,79.3016,79.968,81.3008,82.3004,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.9648,88.63119999999999,88.63119999999999,88.9644,88.9644,89.2976,89.6308,89.964,90.6304,91.2968,91.63,92.2964,92.9628,92.9628,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,95.6284,95.9616,96.2948,96.2948,96.9612,97.6276,98.294,98.96039999999999,99.6268,99.6268,100.9596,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,101.9592,101.2928,100.6264,99.2936,97.96079999999999,97.2944,97.96079999999999,98.6272,99.96,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,101.9592,101.626,101.626,101.626,101.626,101.626,101.626,101.626,101.626,102.2924,102.6256,104.958,106.2908,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,106.624,107.2904,107.9568,108.9564,109.956,110.6224,112.2884,112.6216,112.95479999999999,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,111.2888,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.2908,106.9572,107.2904,107.6236,108.28999999999999,109.6228,110.2892,111.622,112.95479999999999,113.6212,114.2876,115.2872,116.62,116.62,116.62,116.62,117.2864,117.2864,117.2864,116.62,116.62,116.2868,116.2868,115.6204,114.954,114.2876,114.2876,114.2876,113.6212,113.6212,113.288,112.2884,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,111.622,112.2884,112.2884,111.2888,110.9556,110.6224,110.6224,110.2892,109.956,109.956,109.2896,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,106.9572,105.9576,105.2912,105.2912,105.2912,104.6248,102.9588,101.9592,100.6264,99.96,99.2936,98.96039999999999,98.294,97.6276,96.9612,94.962,93.9624,92.9628,91.63,90.2972,88.63119999999999,88.298,86.2988,85.2992,84.6328,83.3,81.634,80.3012,77.6356,76.3028,74.3036,73.63719999999999,72.9708,72.3044,71.3048,70.6384,69.3056,68.6392,67.97279999999999,66.9732,66.3068,64.6408,62.3084,59.6428,57.3104,54.3116,51.646,48.980399999999996,47.6476,45.6484,43.316,41.9832,40.9836,40.3172,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.3176,39.984,41.3168,41.3168,40.6504,41.3168,43.6492,44.982,46.9812,48.980399999999996,50.9796,54.6448,56.977199999999996,58.9764,59.6428,59.6428,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.9764,60.6424,62.6416,64.6408,66.64,67.3064,68.306,68.9724,69.6388,69.6388,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,71.9712,71.9712,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,71.9712,71.3048,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376],[58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,72.3044,72.9708,72.6376,73.304,74.3036,74.97,74.97,76.3028,78.30199999999999,79.3016,80.6344,81.3008,82.3004,82.3004,81.634,81.634,81.634,81.634,81.634,81.634,81.634,82.3004,81.9672,81.9672,82.96679999999999,83.6332,85.6324,86.9652,88.63119999999999,89.6308,88.9644,88.298,86.632,85.2992,82.6336,80.6344,78.30199999999999,76.9692,74.97,74.3036,74.3036,74.97,76.3028,77.6356,78.9684,79.6348,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,79.6348,78.9684,77.3024,74.97,72.9708,72.3044,71.638,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,69.972,68.6392,67.6396,66.9732,66.3068,65.6404,65.3072,64.6408,63.9744,62.9748,62.6416,62.6416,62.6416,62.6416,62.6416,63.6412,64.3076,64.3076,65.3072,65.3072,65.9736,65.9736,66.64,66.64,66.64,66.64,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.9704,74.97,75.6364,76.3028,76.9692,78.6352,79.3016,80.9676,81.634,82.3004,82.96679999999999,84.2996,84.966,85.6324,86.632,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,91.63,91.63,92.2964,92.9628,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,95.2952,95.2952,96.2948,96.2948,96.628,97.2944,98.294,98.96039999999999,99.6268,99.6268,100.6264,100.6264,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,99.6268,98.96039999999999,98.6272,97.2944,97.2944,97.2944,97.96079999999999,98.96039999999999,99.6268,99.6268,99.96,99.96,99.96,100.2932,100.9596,100.6264,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,100.6264,101.2928,103.292,104.958,105.6244,105.6244,104.958,104.6248,103.9584,103.9584,104.6248,105.2912,105.9576,106.624,106.9572,109.2896,110.9556,112.2884,112.6216,112.6216,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,111.622,110.9556,110.6224,109.2896,107.9568,107.6236,107.2904,106.624,106.624,105.9576,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,106.9572,108.28999999999999,108.9564,109.2896,110.6224,111.622,112.2884,112.95479999999999,113.6212,114.2876,114.2876,114.954,116.2868,116.62,116.62,117.2864,116.62,116.62,116.2868,115.9536,114.954,113.6212,113.95439999999999,113.6212,113.6212,113.288,112.95479999999999,112.2884,111.622,111.2888,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,109.956,109.956,109.956,109.956,110.6224,110.6224,109.956,109.956,109.956,109.2896,109.2896,109.2896,108.6232,108.6232,108.6232,108.28999999999999,107.9568,107.9568,107.6236,107.6236,106.2908,105.6244,105.6244,104.2916,103.62519999999999,103.292,102.6256,102.2924,101.2928,100.2932,99.2936,98.294,97.6276,96.628,95.9616,95.6284,94.2956,93.6292,92.2964,90.9636,89.964,88.63119999999999,87.2984,85.6324,83.3,81.9672,80.6344,79.3016,77.6356,76.3028,74.97,72.9708,72.3044,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,69.3056,68.306,67.6396,66.9732,65.6404,63.308,61.641999999999996,59.6428,57.3104,54.6448,52.6456,50.6464,49.3136,45.6484,43.9824,42.6496,41.9832,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.6504,40.9836,40.9836,40.3172,41.3168,43.316,44.6488,46.647999999999996,48.6472,50.9796,54.6448,57.6436,59.309599999999996,60.6424,60.6424,59.976,59.309599999999996,58.31,57.6436,57.6436,57.6436,57.9768,58.6432,59.309599999999996,60.6424,63.308,65.6404,66.3068,67.6396,68.306,68.9724,69.6388,69.6388,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999],[59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,60.3092,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.6412,64.3076,64.974,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.6392,68.6392,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,71.638,72.3044,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,77.3024,78.30199999999999,79.6348,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.9676,81.634,81.3008,81.9672,82.96679999999999,83.6332,85.6324,86.9652,88.298,88.9644,88.298,86.9652,85.6324,83.9664,81.3008,80.3012,78.30199999999999,76.9692,74.97,74.3036,74.97,75.6364,76.9692,78.30199999999999,79.6348,79.6348,80.3012,80.3012,80.9676,80.9676,81.634,81.634,81.634,81.634,81.634,80.9676,80.9676,80.9676,80.9676,80.9676,79.6348,78.30199999999999,75.6364,74.3036,72.9708,72.9708,72.6376,73.304,73.304,73.304,73.9704,73.9704,73.9704,73.304,71.9712,71.3048,69.972,69.3056,68.6392,67.97279999999999,66.64,65.9736,65.3072,64.6408,63.6412,63.6412,63.6412,63.6412,64.3076,64.3076,64.974,64.974,65.3072,65.9736,65.9736,65.9736,66.64,66.64,66.64,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,74.97,75.6364,76.3028,77.6356,79.3016,80.3012,81.634,82.3004,82.96679999999999,84.2996,84.966,85.6324,86.632,87.9648,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,89.2976,89.2976,89.2976,89.964,89.964,90.6304,90.6304,90.6304,91.63,91.63,92.2964,92.9628,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.9616,96.2948,96.628,97.2944,98.294,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.6276,97.2944,96.9612,97.2944,97.2944,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.96,99.2936,99.2936,99.2936,99.6268,101.2928,102.2924,103.292,103.62519999999999,103.62519999999999,103.292,101.9592,101.626,101.626,102.2924,102.6256,103.62519999999999,104.6248,104.958,106.9572,108.6232,110.9556,110.9556,111.2888,111.622,112.2884,112.95479999999999,112.2884,111.622,110.9556,110.6224,109.956,107.9568,107.6236,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,104.6248,104.958,105.2912,106.624,106.9572,108.28999999999999,108.9564,109.2896,110.2892,111.2888,111.622,111.9552,113.288,113.288,113.6212,114.954,116.2868,116.62,116.62,116.62,116.62,116.2868,115.2872,114.2876,113.6212,113.288,113.288,113.288,113.288,112.2884,111.622,110.9556,110.2892,110.2892,109.6228,109.956,109.2896,109.2896,108.9564,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,107.9568,107.6236,107.6236,106.2908,105.9576,105.6244,104.2916,103.292,102.6256,102.2924,101.626,100.6264,99.2936,98.294,97.96079999999999,96.9612,95.6284,94.962,94.6288,93.9624,92.6296,91.2968,89.964,88.63119999999999,88.298,86.632,85.6324,83.3,81.634,79.6348,78.30199999999999,76.9692,75.6364,74.3036,72.3044,71.638,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,68.6392,68.306,67.6396,66.9732,66.3068,63.9744,62.3084,60.9756,58.6432,55.9776,54.6448,52.6456,51.3128,48.314,46.3148,44.982,43.316,42.6496,41.9832,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,40.3172,40.3172,40.3172,40.9836,42.6496,44.6488,45.9816,48.6472,50.9796,54.6448,57.6436,59.976,61.3088,61.3088,60.6424,60.6424,59.6428,58.9764,58.9764,58.9764,59.309599999999996,59.976,60.6424,61.3088,63.9744,65.6404,66.3068,66.9732,68.306,68.9724,68.9724,69.6388,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.304,72.6376,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999],[60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.6412,63.6412,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.3052,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.636,78.30199999999999,78.9684,79.6348,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.9676,80.9676,81.634,82.3004,82.96679999999999,84.2996,85.6324,85.6324,85.6324,85.6324,84.6328,82.6336,81.634,80.3012,79.3016,78.30199999999999,76.3028,75.6364,74.97,74.97,76.3028,77.6356,78.30199999999999,79.6348,80.3012,80.3012,80.9676,81.3008,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,80.3012,78.9684,76.3028,74.97,74.3036,73.63719999999999,73.9704,73.9704,74.97,74.97,75.6364,76.3028,76.3028,75.6364,74.3036,73.63719999999999,72.6376,71.9712,70.6384,69.972,68.6392,67.3064,66.64,65.9736,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.9736,66.64,66.64,66.64,66.64,67.3064,67.3064,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,75.6364,76.3028,78.30199999999999,78.9684,80.3012,80.9676,82.96679999999999,83.6332,84.2996,85.6324,85.9656,87.2984,86.9652,88.298,88.9644,89.2976,89.964,89.964,89.6308,89.964,89.964,89.964,89.964,89.964,91.2968,91.63,91.63,91.63,91.63,91.63,92.2964,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,94.6288,95.9616,96.2948,96.628,97.2944,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,98.6272,97.96079999999999,97.6276,96.628,96.2948,96.2948,96.2948,96.628,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,101.626,102.2924,102.6256,102.2924,101.2928,100.6264,99.6268,99.6268,99.6268,100.2932,101.626,102.2924,103.292,104.6248,105.6244,107.6236,108.28999999999999,109.2896,109.956,110.9556,111.622,112.2884,111.622,111.2888,110.2892,109.2896,107.9568,106.9572,105.9576,105.6244,104.958,104.958,103.9584,103.62519999999999,102.6256,102.6256,102.6256,102.9588,104.958,105.9576,106.9572,107.6236,108.28999999999999,108.9564,109.2896,109.956,110.9556,111.622,112.2884,112.95479999999999,113.6212,114.2876,114.954,115.6204,116.2868,116.2868,116.2868,115.2872,114.2876,113.6212,113.288,113.288,113.288,113.288,112.2884,111.2888,109.956,108.9564,108.28999999999999,108.28999999999999,108.6232,108.6232,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.2908,105.6244,104.2916,103.62519999999999,102.6256,102.2924,101.2928,100.9596,100.2932,98.96039999999999,98.294,97.6276,96.9612,95.9616,95.6284,94.6288,94.6288,92.9628,90.6304,88.9644,87.9648,87.2984,85.2992,83.9664,82.6336,80.6344,79.6348,77.6356,76.3028,74.97,74.3036,72.9708,71.3048,70.6384,69.3056,68.6392,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.3064,67.3064,65.9736,64.6408,63.9744,62.6416,60.9756,59.6428,57.6436,56.3108,54.6448,52.6456,50.3132,48.980399999999996,47.3144,45.6484,43.9824,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.984,39.6508,39.6508,39.6508,40.3172,41.9832,43.9824,45.9816,47.9808,51.646,54.978,57.9768,60.3092,61.9752,61.9752,61.9752,61.9752,61.641999999999996,60.9756,60.9756,60.9756,61.3088,61.3088,61.9752,62.6416,64.3076,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036],[61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,64.3076,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,68.306,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,70.3052,70.9716,71.638,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.3012,80.9676,80.9676,81.634,82.3004,83.6332,83.6332,84.2996,83.3,82.6336,81.9672,80.9676,79.968,79.3016,78.6352,76.9692,76.3028,75.6364,75.6364,75.6364,76.3028,77.6356,78.9684,80.3012,80.3012,80.9676,81.634,81.9672,82.6336,83.3,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.3008,79.6348,76.9692,75.6364,74.97,74.97,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,76.636,75.9696,74.97,74.3036,72.9708,72.3044,70.6384,69.3056,68.6392,67.97279999999999,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.3064,67.3064,67.3064,67.3064,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,68.6392,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.97,76.3028,77.6356,78.9684,79.968,80.9676,82.3004,83.6332,84.966,85.6324,86.632,87.2984,88.298,88.63119999999999,89.2976,89.964,89.964,90.6304,91.2968,90.6304,90.6304,90.6304,90.2972,90.6304,90.6304,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,93.6292,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,95.2952,95.9616,96.2948,96.628,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,96.9612,96.9612,96.2948,96.9612,96.9612,96.628,95.6284,95.9616,95.9616,95.9616,96.9612,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.294,98.294,98.96039999999999,99.2936,100.6264,101.2928,101.2928,100.9596,99.6268,98.6272,97.6276,97.6276,97.6276,98.294,99.2936,99.96,100.6264,101.626,102.6256,102.9588,104.958,105.9576,106.9572,108.28999999999999,109.956,110.2892,110.9556,110.2892,109.6228,108.6232,107.6236,106.2908,105.2912,104.6248,104.6248,103.9584,103.62519999999999,102.6256,101.9592,101.2928,100.9596,101.2928,103.292,104.6248,105.6244,106.624,107.6236,107.6236,107.9568,108.9564,109.956,109.956,110.6224,111.622,112.2884,113.6212,114.2876,114.2876,114.954,114.954,114.954,114.954,113.6212,113.6212,113.288,113.288,112.95479999999999,112.95479999999999,112.2884,110.9556,109.6228,107.9568,107.6236,107.6236,107.6236,107.2904,106.624,105.9576,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,105.9576,105.9576,105.6244,104.958,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,104.958,104.958,104.6248,104.2916,103.292,101.9592,101.2928,100.2932,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,96.9612,96.2948,95.6284,94.962,93.9624,93.9624,91.63,88.9644,86.9652,86.2988,84.6328,82.96679999999999,81.634,79.968,78.9684,76.9692,75.6364,74.3036,72.9708,72.3044,70.9716,69.3056,68.6392,67.3064,66.64,66.3068,65.6404,65.6404,66.3068,66.3068,66.3068,65.9736,65.9736,64.6408,63.9744,63.308,62.6416,60.9756,59.6428,58.31,56.977199999999996,55.3112,53.9784,51.646,50.3132,48.980399999999996,47.3144,45.6484,44.315599999999996,42.6496,41.9832,41.3168,40.6504,39.984,39.984,39.6508,38.9844,38.9844,39.6508,41.3168,43.316,45.3152,47.3144,50.3132,54.3116,57.3104,59.6428,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,62.6416,63.308,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036],[64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.3064,67.97279999999999,69.3056,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,69.972,70.6384,70.9716,71.638,71.638,72.3044,72.9708,73.63719999999999,74.3036,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.3012,80.9676,80.9676,80.9676,81.634,81.634,81.634,80.9676,80.9676,80.3012,79.3016,79.3016,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,75.6364,75.6364,76.636,77.3024,78.9684,79.6348,80.6344,81.3008,81.3008,81.9672,82.6336,83.6332,83.6332,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,81.3008,79.968,77.3024,75.9696,74.97,74.97,75.6364,76.3028,77.3024,78.9684,79.6348,80.6344,80.6344,79.968,79.3016,78.6352,77.3024,76.636,74.97,74.3036,72.6376,71.9712,70.6384,69.972,69.972,69.3056,69.3056,69.3056,68.9724,68.9724,68.9724,68.9724,69.3056,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,71.3048,71.638,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,77.6356,79.3016,80.3012,81.634,82.96679999999999,84.2996,84.966,86.632,87.2984,88.298,88.9644,89.964,89.964,90.6304,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,93.6292,93.6292,93.6292,93.9624,94.962,95.9616,95.6284,96.2948,96.628,97.2944,97.2944,97.6276,97.96079999999999,97.2944,97.2944,96.628,96.2948,96.2948,95.9616,95.9616,95.6284,95.6284,94.962,95.6284,95.6284,95.6284,96.628,96.9612,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.6268,99.6268,99.6268,98.96039999999999,97.2944,96.2948,94.962,94.962,95.2952,95.9616,96.2948,96.9612,97.96079999999999,97.6276,98.96039999999999,98.96039999999999,99.96,101.626,103.292,104.6248,105.2912,106.2908,107.9568,108.6232,107.9568,106.9572,105.6244,105.2912,104.6248,104.2916,103.9584,103.292,102.9588,101.626,101.2928,100.2932,100.2932,100.2932,101.2928,103.292,103.62519999999999,105.2912,105.6244,105.9576,106.2908,107.6236,107.9568,107.9568,108.6232,109.956,110.6224,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,113.288,112.95479999999999,112.2884,111.622,109.956,109.6228,107.9568,107.6236,106.624,106.624,105.6244,105.2912,105.2912,104.6248,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,103.9584,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.6256,102.6256,101.9592,101.626,100.2932,98.96039999999999,98.6272,97.96079999999999,96.628,96.628,96.2948,96.2948,95.2952,94.6288,93.9624,93.6292,92.6296,91.9632,90.2972,87.2984,85.6324,84.2996,82.3004,80.6344,78.9684,76.9692,76.3028,74.6368,73.304,72.3044,70.9716,69.972,68.6392,67.3064,65.9736,65.3072,64.3076,64.3076,63.6412,63.6412,64.3076,64.3076,64.3076,63.308,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,59.976,58.31,57.6436,55.9776,54.6448,53.312,51.3128,50.3132,48.980399999999996,46.3148,44.982,43.316,42.6496,41.3168,40.6504,39.984,39.3176,38.6512,37.9848,37.9848,38.6512,40.6504,42.6496,43.9824,45.9816,48.980399999999996,52.3124,55.9776,58.9764,60.9756,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.308,63.9744,64.974,65.6404,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97],[64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,67.97279999999999,68.6392,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.3012,80.9676,80.9676,80.9676,80.9676,80.9676,80.3012,79.968,79.3016,78.6352,78.6352,78.30199999999999,78.30199999999999,77.3024,77.3024,76.9692,76.9692,76.3028,76.3028,77.3024,78.30199999999999,79.6348,80.3012,81.3008,81.9672,81.9672,82.6336,83.6332,83.6332,84.2996,84.2996,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,83.6332,82.96679999999999,81.9672,80.6344,78.30199999999999,76.636,75.6364,75.6364,76.3028,76.9692,78.9684,79.6348,81.3008,81.9672,81.9672,81.3008,80.6344,79.968,79.3016,78.30199999999999,77.3024,76.636,74.97,74.3036,72.9708,72.3044,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,71.3048,71.638,71.638,71.638,71.638,70.9716,70.9716,70.9716,70.9716,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.6356,79.3016,80.9676,81.634,82.96679999999999,84.2996,85.9656,86.632,87.9648,88.298,89.2976,89.964,90.2972,90.6304,91.2968,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.9628,93.6292,93.6292,93.6292,93.9624,94.962,94.962,95.6284,96.2948,96.628,96.628,97.2944,97.2944,96.628,96.628,95.9616,95.6284,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,94.962,95.6284,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,98.6272,97.2944,95.9616,93.6292,91.9632,91.9632,91.9632,92.6296,93.6292,94.2956,94.6288,94.6288,94.962,95.6284,96.2948,96.628,98.6272,99.6268,100.2932,101.626,104.2916,104.958,104.958,104.958,104.6248,104.6248,103.9584,103.62519999999999,103.292,102.2924,101.2928,100.6264,100.2932,99.2936,99.2936,99.2936,99.96,100.6264,102.2924,103.292,103.62519999999999,104.6248,104.6248,105.6244,105.6244,106.2908,106.2908,107.6236,108.6232,109.956,110.6224,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,112.2884,111.622,110.9556,109.956,108.6232,107.9568,106.9572,105.9576,105.6244,104.6248,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,102.6256,101.9592,101.9592,101.2928,101.2928,101.2928,100.9596,100.9596,100.9596,100.9596,100.9596,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,97.2944,96.2948,95.9616,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,92.9628,92.2964,91.2968,90.6304,89.2976,85.9656,84.2996,82.96679999999999,80.9676,79.3016,76.636,75.6364,74.3036,72.6376,71.3048,69.972,68.9724,67.97279999999999,65.9736,65.3072,63.9744,62.9748,62.9748,62.3084,62.3084,61.9752,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.309599999999996,58.6432,58.31,57.6436,55.9776,54.6448,53.312,51.9792,50.9796,49.6468,46.9812,45.6484,43.9824,42.6496,41.3168,39.984,39.3176,39.3176,37.9848,37.9848,37.9848,38.6512,40.6504,41.9832,43.9824,45.3152,47.6476,50.9796,54.6448,57.6436,60.3092,62.6416,62.6416,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,64.6408,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.3056,69.3056,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97],[65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,69.3056,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,76.9692,76.9692,76.9692,78.30199999999999,78.9684,80.3012,80.9676,81.9672,82.6336,82.6336,83.3,83.6332,84.966,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.2992,84.966,84.2996,83.6332,81.9672,80.6344,78.9684,77.3024,76.3028,76.3028,76.9692,77.6356,79.6348,80.9676,81.9672,82.6336,82.96679999999999,82.96679999999999,82.3004,81.634,80.6344,80.6344,79.968,78.9684,76.9692,76.3028,75.6364,74.97,73.9704,73.9704,73.9704,73.304,73.304,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,73.304,73.304,73.304,73.9704,73.9704,73.9704,73.9704,74.6368,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,78.30199999999999,79.6348,80.9676,82.3004,83.6332,84.966,85.9656,87.9648,87.9648,88.298,88.63119999999999,89.6308,90.2972,90.6304,91.63,92.2964,92.2964,92.2964,92.6296,92.6296,92.6296,92.6296,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.9632,91.9632,91.9632,91.9632,92.6296,92.9628,92.9628,93.6292,93.6292,93.9624,94.2956,94.962,95.6284,96.2948,96.2948,96.628,96.628,96.2948,96.2948,95.6284,94.962,93.9624,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,95.9616,96.628,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,96.628,96.628,97.2944,97.2944,96.628,95.6284,93.9624,91.63,90.2972,89.6308,89.6308,90.2972,90.6304,91.2968,92.2964,92.2964,92.2964,92.2964,92.6296,92.6296,93.6292,93.9624,94.962,96.2948,99.2936,101.2928,101.2928,102.2924,102.9588,102.9588,102.9588,102.9588,102.2924,101.2928,100.2932,99.96,99.2936,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.2936,99.2936,100.2932,101.2928,101.9592,102.6256,103.292,103.9584,104.2916,103.9584,105.2912,106.2908,107.6236,108.28999999999999,109.2896,110.6224,110.9556,112.2884,112.95479999999999,112.95479999999999,113.6212,113.6212,113.288,111.622,110.9556,110.6224,109.6228,107.9568,107.6236,106.9572,105.9576,105.6244,104.6248,103.9584,103.62519999999999,103.292,101.9592,101.2928,101.2928,100.9596,100.9596,100.6264,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,96.2948,96.2948,96.2948,96.2948,95.9616,95.6284,94.962,93.9624,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,91.63,90.2972,89.964,88.9644,88.298,86.632,84.2996,82.3004,80.9676,77.6356,75.6364,73.9704,72.6376,71.3048,69.972,68.9724,67.97279999999999,66.64,64.974,63.308,61.9752,61.3088,60.6424,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,57.9768,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.3112,54.6448,53.312,51.9792,50.9796,49.6468,47.6476,46.3148,44.6488,43.316,41.3168,39.984,39.3176,39.3176,37.9848,37.3184,37.3184,37.9848,40.6504,41.9832,43.316,44.6488,46.9812,49.6468,52.9788,55.9776,59.6428,61.3088,62.6416,62.6416,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,67.3064,67.97279999999999,67.97279999999999,67.97279999999999,67.97279999999999,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,73.9704,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,75.6364,75.6364,75.6364],[66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,68.9724,69.3056,69.972,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,74.3036,74.3036,74.97,75.6364,76.636,78.30199999999999,78.9684,78.9684,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,79.3016,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,78.6352,77.6356,77.6356,77.6356,77.6356,78.9684,79.6348,80.9676,81.9672,82.6336,83.3,83.3,83.6332,84.966,84.966,85.9656,86.2988,86.2988,85.9656,85.9656,85.6324,85.2992,85.2992,84.966,84.2996,82.6336,81.3008,79.6348,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,79.6348,80.9676,81.9672,82.6336,82.96679999999999,83.6332,83.6332,82.96679999999999,82.3004,82.3004,81.634,81.634,80.6344,78.9684,78.30199999999999,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.3032,75.3032,75.3032,76.3028,76.3028,76.3028,76.3028,76.9692,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,81.634,82.3004,83.6332,84.6328,85.9656,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,90.2972,90.6304,91.63,92.2964,92.2964,92.2964,93.29599999999999,93.29599999999999,92.6296,92.6296,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,89.964,89.964,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.63,91.63,92.2964,93.6292,93.6292,94.2956,95.2952,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,94.962,94.2956,93.6292,93.6292,93.6292,93.6292,93.9624,94.962,95.6284,95.9616,96.9612,97.2944,97.2944,96.628,96.628,96.628,96.628,96.628,96.628,97.2944,97.2944,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,96.9612,96.2948,96.2948,95.2952,93.9624,92.2964,90.6304,89.2976,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,91.9632,94.6288,96.2948,97.6276,97.6276,99.6268,99.96,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,99.2936,99.6268,101.2928,101.9592,102.6256,102.6256,103.292,103.9584,104.2916,105.2912,105.6244,107.6236,108.28999999999999,109.956,110.6224,111.622,112.95479999999999,113.288,112.95479999999999,112.2884,110.9556,110.6224,109.956,108.6232,107.9568,107.6236,106.9572,105.9576,105.6244,104.6248,103.9584,103.292,101.9592,101.2928,100.9596,100.2932,99.6268,99.2936,99.2936,97.96079999999999,97.96079999999999,96.628,96.628,96.2948,95.6284,94.962,94.6288,93.9624,93.6292,93.29599999999999,93.6292,93.6292,93.6292,93.6292,92.9628,92.9628,91.63,90.9636,90.9636,91.63,91.63,91.2968,91.2968,89.964,89.2976,88.298,87.9648,86.632,84.966,82.96679999999999,80.9676,78.6352,76.3028,74.3036,72.6376,71.3048,69.972,68.6392,67.6396,66.3068,64.974,63.6412,61.9752,60.6424,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,57.3104,57.3104,57.3104,56.644,56.644,55.9776,55.6444,54.978,54.978,54.978,54.978,54.978,53.9784,53.312,52.6456,51.3128,50.3132,49.6468,46.9812,45.6484,43.9824,42.6496,41.3168,39.984,39.3176,38.6512,37.3184,37.3184,37.3184,38.6512,40.6504,41.9832,43.316,44.6488,46.3148,48.980399999999996,52.3124,55.3112,58.31,60.6424,61.9752,62.6416,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,64.6408,64.6408,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.64,67.3064,67.3064,67.3064,67.3064,67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,73.9704,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364],[67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,68.9724,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,67.6396,67.6396,67.97279999999999,68.6392,68.6392,69.3056,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,77.3024,78.30199999999999,78.9684,79.6348,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.3016,79.968,80.6344,81.9672,83.3,83.6332,84.2996,84.2996,84.966,84.966,85.2992,86.632,86.632,86.632,87.2984,87.2984,86.632,86.632,86.2988,85.6324,84.2996,83.3,81.9672,80.6344,79.968,79.6348,79.6348,80.6344,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,81.9672,81.634,80.6344,79.968,79.6348,78.9684,78.30199999999999,78.30199999999999,77.6356,77.6356,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.9684,79.3016,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,80.3012,80.6344,81.634,82.3004,82.96679999999999,84.2996,84.966,86.632,87.9648,88.298,88.63119999999999,89.2976,89.6308,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.6296,92.6296,92.6296,92.6296,92.6296,91.9632,91.63,91.2968,91.2968,90.6304,90.2972,90.2972,89.964,89.964,89.964,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.964,89.964,89.964,89.964,89.964,89.964,90.6304,91.63,92.2964,92.6296,93.6292,93.9624,94.962,94.962,94.6288,94.6288,93.9624,93.6292,92.9628,92.6296,91.9632,91.9632,92.6296,93.29599999999999,93.9624,94.962,95.6284,96.2948,96.2948,96.2948,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,96.2948,96.2948,96.2948,96.2948,95.6284,94.962,93.6292,92.2964,90.2972,89.6308,89.2976,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,89.2976,91.2968,91.63,92.6296,93.9624,95.9616,96.2948,96.9612,96.9612,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.6284,95.9616,95.6284,94.962,94.962,95.9616,97.2944,99.6268,100.2932,100.9596,100.9596,101.626,101.9592,103.292,103.62519999999999,104.6248,105.9576,106.9572,107.9568,109.2896,109.956,110.6224,110.9556,110.9556,110.9556,109.956,109.2896,109.2896,108.6232,107.2904,106.9572,106.9572,106.2908,105.2912,104.6248,103.9584,102.6256,101.2928,100.9596,100.2932,99.2936,97.96079999999999,97.2944,97.2944,96.9612,95.6284,94.6288,94.6288,94.2956,93.9624,93.29599999999999,92.6296,91.9632,90.9636,90.2972,90.2972,89.964,90.2972,89.6308,89.964,89.2976,88.63119999999999,88.9644,88.9644,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.2984,86.2988,85.2992,83.3,80.6344,78.6352,77.9688,76.3028,73.63719999999999,71.9712,71.3048,69.972,68.9724,67.6396,65.9736,65.3072,63.308,61.9752,60.6424,59.976,59.976,59.309599999999996,58.6432,58.6432,56.977199999999996,56.3108,56.3108,55.6444,55.6444,54.978,54.3116,54.3116,53.6452,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,51.646,50.3132,48.980399999999996,48.314,47.6476,45.3152,43.9824,42.9828,41.3168,39.984,39.3176,37.9848,37.3184,37.9848,37.9848,38.6512,39.3176,40.9836,42.3164,43.6492,44.315599999999996,46.3148,48.314,50.9796,54.3116,57.6436,59.6428,61.3088,61.9752,61.9752,62.6416,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,68.6392,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.9696,76.636,76.636,76.636],[68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.6388,70.3052,70.3052,70.3052,69.6388,68.9724,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,78.30199999999999,78.9684,79.6348,80.3012,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,82.6336,83.3,84.2996,84.966,84.966,85.2992,85.2992,85.9656,87.2984,87.2984,87.9648,88.298,88.298,87.9648,87.9648,87.2984,86.2988,85.6324,84.2996,82.6336,81.3008,80.6344,80.6344,81.3008,81.3008,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,85.2992,85.6324,85.9656,85.9656,85.2992,84.6328,83.3,82.96679999999999,82.3004,81.634,81.3008,81.3008,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.6348,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.3012,80.6344,80.9676,81.634,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.966,85.6324,86.2988,87.9648,88.298,89.2976,89.2976,89.964,89.6308,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.6296,92.6296,92.6296,92.6296,91.9632,91.9632,91.2968,91.2968,90.6304,90.6304,90.2972,89.964,89.964,88.63119999999999,88.9644,88.298,88.298,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,89.2976,89.2976,90.2972,91.63,92.2964,93.6292,93.6292,93.6292,93.6292,93.6292,92.9628,92.6296,91.9632,91.2968,91.2968,91.2968,91.9632,92.6296,93.9624,94.6288,94.962,95.6284,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.6284,95.2952,94.962,92.9628,91.63,90.2972,89.6308,89.2976,89.2976,89.2976,88.63119999999999,88.298,87.9648,86.632,86.632,86.632,86.632,86.632,86.632,86.632,86.2988,86.2988,86.9652,86.9652,87.2984,87.6316,88.9644,90.6304,91.63,92.2964,92.9628,92.6296,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,93.6292,94.962,96.9612,98.294,98.96039999999999,99.6268,100.2932,100.2932,101.2928,102.2924,103.292,104.2916,105.2912,105.9576,106.9572,107.9568,108.9564,109.2896,109.956,109.956,108.6232,108.6232,108.6232,108.28999999999999,107.2904,107.2904,106.9572,106.2908,105.6244,105.2912,103.9584,103.292,101.2928,100.9596,99.96,98.294,97.96079999999999,97.2944,96.9612,95.9616,94.6288,93.9624,93.9624,93.6292,92.9628,92.6296,91.2968,90.9636,89.964,89.6308,88.9644,88.298,87.9648,87.9648,87.9648,87.9648,87.2984,87.2984,87.2984,87.2984,87.6316,86.9652,86.9652,85.9656,84.966,83.6332,82.6336,81.3008,77.9688,76.3028,75.6364,73.63719999999999,71.9712,70.6384,69.972,69.3056,67.6396,66.9732,65.3072,63.9744,61.9752,61.3088,59.976,59.309599999999996,59.309599999999996,58.6432,58.6432,57.9768,56.977199999999996,56.3108,55.6444,54.978,54.3116,53.6452,53.6452,52.9788,51.646,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,47.6476,47.6476,46.647999999999996,45.3152,43.9824,42.6496,41.3168,40.3172,39.3176,38.6512,37.9848,37.3184,37.9848,37.9848,38.6512,39.3176,40.9836,42.3164,42.9828,44.315599999999996,45.6484,47.6476,50.3132,53.6452,56.977199999999996,58.9764,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,65.6404,66.3068,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.636,76.636,77.3024,77.3024],[68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,69.6388,70.3052,70.9716,70.9716,70.9716,70.9716,69.6388,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.9704,75.6364,76.9692,77.6356,78.30199999999999,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,76.9692,76.9692,76.3028,76.3028,76.3028,76.9692,78.9684,79.6348,80.3012,80.9676,81.3008,81.3008,81.3008,81.3008,80.9676,80.9676,80.9676,80.9676,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.9672,83.3,83.9664,84.2996,85.6324,85.9656,85.9656,86.632,87.2984,87.2984,87.6316,88.298,88.9644,88.9644,88.298,87.9648,87.2984,86.9652,85.6324,84.2996,82.96679999999999,81.9672,81.3008,81.3008,81.3008,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,85.6324,85.6324,85.6324,86.632,87.2984,87.2984,86.2988,86.2988,85.6324,84.6328,83.9664,83.9664,83.3,82.6336,82.6336,82.6336,82.3004,82.3004,82.3004,82.3004,81.9672,81.634,81.634,81.634,81.634,82.3004,82.3004,82.3004,82.3004,82.3004,82.6336,82.96679999999999,83.6332,83.6332,83.6332,82.6336,82.6336,81.9672,81.9672,81.9672,82.6336,82.96679999999999,83.6332,84.2996,84.966,86.2988,87.2984,88.298,89.2976,89.964,90.6304,89.964,89.964,89.6308,89.6308,90.6304,91.2968,91.63,91.63,92.6296,92.6296,91.9632,91.9632,91.9632,91.63,91.2968,90.6304,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.298,87.2984,87.2984,86.632,86.632,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,87.2984,87.6316,87.6316,88.298,89.2976,90.6304,91.63,92.2964,92.2964,91.63,91.63,91.2968,91.2968,90.6304,90.2972,90.6304,90.6304,91.2968,91.63,92.9628,93.29599999999999,93.9624,94.2956,94.6288,95.2952,95.9616,95.9616,95.9616,95.9616,95.9616,95.9616,95.2952,95.2952,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,95.6284,95.2952,94.6288,94.6288,93.6292,92.9628,91.63,90.6304,89.964,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,87.2984,86.632,85.2992,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,85.6324,86.2988,86.9652,87.9648,88.9644,89.2976,89.964,90.6304,91.2968,90.9636,91.63,91.63,91.63,91.63,90.9636,90.9636,90.9636,90.2972,91.2968,92.2964,92.6296,94.2956,95.6284,96.9612,97.96079999999999,98.294,98.96039999999999,99.2936,100.2932,101.626,102.2924,103.62519999999999,104.2916,105.2912,105.9576,106.9572,107.6236,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.9572,106.2908,105.6244,105.6244,104.958,103.62519999999999,101.9592,100.9596,100.2932,98.96039999999999,97.96079999999999,97.2944,96.9612,95.6284,94.6288,94.6288,93.9624,93.6292,92.9628,92.6296,91.2968,90.9636,89.964,88.9644,88.298,87.9648,87.2984,87.2984,87.2984,86.9652,85.9656,85.9656,85.9656,85.9656,85.9656,85.2992,85.6324,84.2996,82.96679999999999,81.9672,80.9676,79.6348,76.9692,74.3036,73.63719999999999,72.9708,71.3048,69.972,68.306,67.3064,66.64,65.9736,63.9744,62.6416,61.3088,59.976,58.9764,58.31,58.31,58.31,57.6436,57.6436,56.644,55.9776,55.3112,54.6448,53.6452,52.9788,51.646,50.9796,50.3132,48.980399999999996,48.314,48.314,47.6476,46.9812,46.3148,45.6484,44.982,44.6488,43.9824,43.316,41.65,40.9836,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,40.9836,41.65,42.3164,43.6492,44.982,46.9812,49.6468,52.9788,56.3108,58.31,59.976,60.6424,61.3088,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,65.6404,65.6404,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999],[68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.3052,70.3052,70.3052,70.3052,70.9716,70.9716,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,70.9716,71.638,71.638,71.638,70.9716,70.3052,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,69.6388,70.3052,70.3052,70.9716,70.9716,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,75.6364,77.6356,78.30199999999999,79.6348,80.3012,80.9676,80.9676,80.9676,79.6348,79.6348,78.9684,78.30199999999999,78.30199999999999,77.6356,77.6356,77.6356,78.30199999999999,79.968,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,81.3008,81.9672,83.3,84.966,85.6324,85.9656,86.2988,86.632,87.2984,87.6316,87.6316,88.9644,88.9644,88.9644,88.9644,88.9644,88.298,87.9648,87.2984,86.2988,84.966,83.6332,82.96679999999999,81.9672,81.9672,82.3004,82.96679999999999,84.2996,84.2996,85.2992,85.6324,85.9656,86.2988,87.2984,87.6316,87.6316,87.6316,87.6316,87.6316,86.9652,86.632,86.632,86.2988,86.2988,85.2992,85.2992,85.2992,85.6324,84.966,84.966,84.966,84.2996,83.6332,83.3,83.3,83.3,83.9664,83.9664,83.9664,83.9664,84.2996,84.966,85.6324,85.6324,85.2992,84.966,83.9664,83.3,83.3,83.3,83.3,83.3,83.6332,84.966,85.6324,86.2988,87.2984,87.9648,89.2976,90.2972,91.2968,91.2968,90.6304,90.6304,90.2972,90.2972,91.2968,91.2968,91.63,91.63,92.6296,92.6296,91.9632,91.9632,91.63,91.63,90.6304,90.6304,89.964,89.2976,88.9644,88.298,87.9648,87.2984,86.632,85.2992,84.6328,84.2996,84.966,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,85.2992,85.2992,85.2992,86.632,87.6316,88.63119999999999,89.2976,89.964,89.964,89.964,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.964,90.6304,91.2968,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,94.2956,93.6292,92.6296,91.2968,90.2972,89.964,89.2976,89.2976,88.63119999999999,88.298,87.2984,86.2988,85.2992,84.6328,84.966,84.966,84.6328,84.6328,84.966,84.2996,83.6332,83.3,83.9664,83.9664,83.9664,84.2996,84.966,85.6324,85.6324,86.9652,87.6316,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.964,90.6304,91.63,92.6296,93.6292,94.962,95.6284,96.2948,96.9612,97.96079999999999,99.2936,100.2932,101.626,102.2924,103.62519999999999,103.9584,105.2912,105.6244,105.6244,106.2908,106.2908,106.9572,106.9572,106.2908,106.2908,106.2908,106.2908,106.2908,106.2908,105.9576,105.6244,104.6248,103.292,101.2928,100.2932,99.2936,98.6272,97.96079999999999,97.2944,96.9612,95.9616,94.6288,94.6288,93.9624,93.6292,92.6296,91.2968,90.9636,89.964,88.9644,88.298,87.9648,87.2984,86.9652,86.9652,85.9656,84.6328,83.9664,83.9664,83.9664,83.9664,83.6332,82.96679999999999,82.3004,80.6344,79.968,78.9684,76.9692,74.97,73.63719999999999,72.9708,71.638,69.972,68.306,67.3064,65.9736,65.3072,64.6408,62.6416,61.3088,59.976,59.309599999999996,58.31,57.6436,57.6436,57.6436,57.6436,56.977199999999996,55.9776,55.3112,54.6448,53.9784,52.9788,51.646,50.9796,49.6468,48.314,46.9812,46.9812,46.3148,45.6484,44.315599999999996,43.6492,42.6496,41.9832,41.9832,41.3168,40.9836,39.6508,38.9844,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,40.3172,40.9836,41.65,42.9828,44.982,46.9812,49.6468,52.9788,55.6444,57.6436,59.309599999999996,59.976,61.3088,61.9752,63.308,63.308,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.30199999999999],[69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,73.304,73.63719999999999,74.3036,75.6364,76.3028,78.6352,79.968,81.634,82.96679999999999,83.6332,84.2996,83.6332,82.6336,81.9672,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,80.3012,80.9676,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.3004,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,82.6336,84.2996,84.966,85.9656,86.2988,87.2984,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,84.2996,84.966,85.6324,86.2988,86.632,87.2984,87.6316,88.9644,89.6308,89.6308,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,87.9648,87.9648,88.298,88.298,88.298,87.9648,88.298,88.298,87.9648,87.2984,86.632,86.2988,86.2988,86.2988,86.2988,86.2988,86.2988,86.632,86.632,87.2984,87.6316,87.6316,87.9648,86.9652,85.6324,84.6328,83.9664,83.9664,84.2996,84.966,85.2992,86.632,86.632,87.2984,88.298,88.9644,90.6304,91.63,92.2964,92.2964,91.9632,91.9632,91.63,91.63,91.63,91.63,91.9632,91.9632,92.6296,92.6296,91.9632,91.9632,91.9632,91.63,90.6304,89.964,89.2976,88.9644,88.298,87.9648,86.632,86.2988,84.2996,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,83.6332,83.6332,83.6332,84.6328,85.6324,86.2988,87.2984,87.2984,87.2984,86.632,86.632,86.632,87.2984,87.2984,87.9648,87.9648,88.298,88.63119999999999,89.2976,90.6304,90.9636,91.63,91.63,92.9628,92.9628,93.29599999999999,93.29599999999999,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,92.9628,92.6296,92.6296,91.2968,90.2972,90.2972,89.6308,89.2976,88.9644,87.9648,86.632,85.6324,84.2996,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,82.96679999999999,82.96679999999999,82.6336,81.9672,81.9672,81.9672,81.9672,81.9672,82.3004,82.3004,83.6332,83.3,84.6328,84.6328,84.6328,84.966,84.966,84.966,84.966,84.966,84.966,84.6328,85.2992,86.632,87.9648,88.9644,90.2972,91.2968,92.2964,93.29599999999999,93.29599999999999,93.9624,95.9616,96.9612,97.96079999999999,98.96039999999999,99.6268,100.6264,101.626,103.292,103.62519999999999,103.62519999999999,104.2916,104.6248,105.2912,105.2912,105.2912,105.2912,104.958,105.6244,106.624,106.2908,105.9576,105.9576,105.6244,103.62519999999999,102.6256,101.2928,100.2932,99.96,99.2936,98.96039999999999,97.96079999999999,96.2948,95.2952,94.6288,93.9624,93.6292,92.6296,91.2968,90.9636,90.2972,89.2976,88.298,87.9648,87.2984,86.9652,85.6324,84.966,83.6332,82.96679999999999,82.3004,82.3004,81.634,80.9676,80.3012,79.3016,78.6352,77.3024,76.3028,74.97,73.63719999999999,72.3044,71.9712,70.6384,68.6392,66.9732,65.9736,64.6408,63.308,62.6416,61.3088,59.976,58.31,57.6436,56.977199999999996,56.977199999999996,56.644,56.644,56.644,55.9776,55.3112,54.6448,53.6452,52.9788,51.646,50.9796,48.980399999999996,48.314,45.9816,45.3152,43.9824,43.316,42.6496,41.3168,40.6504,39.984,38.9844,38.9844,38.9844,38.318,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.3184,37.3184,38.318,38.318,38.9844,38.9844,40.6504,41.3168,41.9832,43.316,45.6484,48.314,50.9796,52.9788,55.6444,56.977199999999996,58.31,59.6428,61.3088,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.9696,76.636,76.636,77.3024,78.30199999999999,78.9684,78.9684,78.9684],[70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,73.9704,74.3036,74.97,76.3028,77.6356,79.968,81.3008,82.96679999999999,84.2996,85.6324,85.6324,84.966,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,80.9676,80.9676,80.9676,82.3004,83.6332,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.966,84.2996,84.2996,84.2996,83.6332,82.96679999999999,82.96679999999999,82.6336,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,81.9672,81.9672,81.9672,82.6336,84.2996,85.9656,86.2988,87.2984,88.298,88.63119999999999,88.63119999999999,89.2976,89.2976,89.964,89.2976,89.6308,89.6308,89.2976,88.9644,88.298,87.9648,87.2984,86.2988,85.6324,84.966,83.6332,83.6332,84.2996,84.966,85.6324,86.2988,86.632,87.9648,88.298,89.6308,89.964,90.2972,90.2972,90.2972,89.964,89.964,89.964,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.964,89.964,89.2976,89.2976,88.9644,88.298,88.298,88.298,88.298,88.298,88.298,88.9644,88.63119999999999,89.2976,89.6308,89.2976,89.2976,87.9648,86.2988,85.9656,84.966,84.966,85.6324,85.9656,86.632,87.2984,87.2984,88.298,89.2976,90.6304,92.6296,93.29599999999999,92.6296,93.29599999999999,93.6292,93.6292,93.29599999999999,92.9628,93.29599999999999,92.6296,92.6296,92.6296,93.29599999999999,93.29599999999999,92.6296,91.9632,91.9632,91.63,90.6304,89.2976,88.9644,88.63119999999999,87.9648,87.2984,86.2988,84.966,82.96679999999999,82.3004,81.9672,81.9672,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,82.3004,82.3004,82.3004,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.2992,85.9656,85.9656,86.632,87.2984,88.298,88.63119999999999,89.964,89.964,90.6304,91.2968,92.2964,92.2964,92.2964,92.9628,93.6292,92.9628,92.9628,91.9632,91.63,91.63,91.63,91.2968,91.2968,91.2968,91.2968,91.63,91.63,91.63,91.9632,91.9632,91.63,91.2968,90.2972,90.2972,89.2976,89.2976,88.298,87.2984,85.6324,84.966,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,81.9672,81.3008,80.6344,80.6344,80.6344,80.6344,79.968,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.96679999999999,84.2996,85.6324,87.2984,88.63119999999999,90.2972,90.6304,91.2968,91.63,92.2964,93.29599999999999,94.962,95.9616,96.628,97.96079999999999,98.6272,100.2932,101.2928,101.9592,101.9592,103.292,103.62519999999999,103.9584,104.6248,104.6248,103.9584,104.958,105.6244,105.9576,106.624,106.2908,105.9576,105.6244,103.62519999999999,103.292,101.626,101.2928,100.2932,99.96,99.2936,98.294,96.628,95.6284,95.2952,94.6288,93.9624,92.6296,91.2968,90.2972,89.964,89.2976,88.298,87.9648,87.2984,85.6324,84.2996,83.6332,82.96679999999999,81.634,80.9676,80.9676,80.3012,79.6348,78.6352,77.6356,76.636,75.9696,74.97,73.63719999999999,72.3044,71.638,70.6384,69.3056,67.3064,65.6404,64.6408,63.9744,62.6416,61.3088,59.976,58.6432,56.977199999999996,56.3108,56.3108,55.6444,55.3112,55.3112,55.3112,55.3112,54.6448,53.9784,52.9788,52.3124,50.9796,50.3132,48.314,46.9812,45.3152,43.316,42.6496,41.3168,40.6504,39.984,39.3176,38.6512,37.6516,37.6516,37.6516,36.9852,36.652,37.3184,37.3184,37.9848,37.3184,37.3184,37.3184,37.9848,39.3176,39.984,40.6504,41.3168,42.3164,42.9828,43.6492,44.982,47.6476,49.6468,51.646,53.6452,56.3108,57.6436,58.31,59.6428,61.3088,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,64.974,64.974,64.974,64.974,64.974,64.974,64.974,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,76.3028,76.3028,77.3024,77.3024,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684],[70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.3036,74.3036,74.97,74.3036,73.9704,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,72.6376,73.304,73.9704,74.6368,74.6368,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,77.3024,78.9684,80.6344,81.9672,84.2996,86.2988,86.2988,86.2988,86.2988,84.966,83.3,82.6336,82.3004,81.634,81.634,81.634,82.3004,82.96679999999999,83.6332,84.6328,85.6324,86.632,86.632,86.632,86.2988,86.2988,86.632,86.632,86.2988,86.2988,85.6324,85.2992,84.966,84.966,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,83.9664,83.9664,83.9664,83.3,83.3,83.3,83.3,82.6336,82.6336,82.6336,82.6336,83.3,84.966,85.9656,86.9652,87.6316,88.298,88.63119999999999,89.2976,89.964,89.964,90.2972,90.6304,90.9636,90.9636,90.6304,89.2976,88.63119999999999,88.298,87.6316,87.2984,86.2988,85.6324,84.966,84.966,84.966,85.6324,86.632,86.632,87.9648,88.298,89.2976,89.964,90.2972,90.9636,91.2968,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.2972,90.6304,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.6304,90.9636,90.9636,90.9636,91.63,90.9636,89.964,88.63119999999999,87.2984,86.2988,85.9656,85.9656,85.9656,86.632,87.9648,88.298,88.298,88.9644,90.2972,91.63,93.29599999999999,93.9624,94.2956,94.6288,94.962,94.962,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,91.9632,91.63,90.6304,89.2976,88.9644,88.298,87.9648,87.2984,86.2988,84.2996,82.96679999999999,81.9672,81.3008,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.6324,86.2988,87.2984,87.9648,88.63119999999999,88.9644,89.964,90.6304,91.2968,91.63,91.9632,92.6296,92.2964,91.63,91.63,91.2968,91.2968,90.6304,89.964,89.964,90.2972,90.2972,90.2972,90.2972,90.6304,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,89.2976,89.2976,88.298,87.2984,85.6324,84.966,83.6332,82.96679999999999,82.3004,82.3004,82.3004,81.634,81.634,81.634,81.634,79.968,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.3016,79.968,79.968,80.6344,80.6344,80.6344,81.3008,81.634,81.634,81.634,80.9676,80.6344,81.3008,81.9672,83.3,84.2996,86.2988,87.9648,89.2976,89.964,90.6304,91.2968,91.63,92.2964,93.29599999999999,94.2956,95.6284,96.9612,97.96079999999999,98.96039999999999,99.96,100.6264,101.2928,101.9592,102.6256,103.292,103.62519999999999,103.9584,103.62519999999999,103.62519999999999,104.6248,105.2912,105.9576,106.624,105.6244,105.6244,104.2916,103.292,102.6256,101.9592,100.9596,100.2932,99.6268,98.6272,97.2944,95.6284,95.2952,94.6288,93.9624,92.6296,91.63,90.6304,90.2972,89.2976,88.63119999999999,88.298,86.9652,85.6324,84.2996,83.3,82.6336,81.3008,80.6344,79.968,79.3016,78.6352,76.9692,76.3028,74.97,74.3036,73.63719999999999,72.9708,71.638,70.9716,69.972,68.6392,66.64,64.974,62.6416,61.9752,60.9756,59.6428,58.9764,57.6436,56.3108,55.6444,55.6444,54.978,54.6448,54.6448,54.3116,53.6452,53.6452,52.9788,52.9788,51.646,50.3132,48.980399999999996,47.3144,45.9816,43.9824,42.6496,40.9836,39.6508,38.9844,38.318,38.318,37.6516,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.3184,38.318,38.9844,40.6504,41.9832,43.316,44.6488,46.3148,46.9812,47.6476,48.980399999999996,50.3132,51.9792,53.9784,55.9776,57.6436,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.3056,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,75.6364,76.3028,77.3024,77.3024,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,79.6348,79.6348,79.6348],[70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.9704,74.6368,74.97,75.6364,75.6364,75.6364,74.6368,74.6368,73.9704,73.304,73.304,73.304,73.304,72.6376,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,73.9704,75.3032,75.3032,75.3032,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,78.9684,79.968,81.3008,83.6332,85.6324,86.2988,86.2988,86.2988,86.2988,85.6324,84.2996,83.6332,82.96679999999999,82.3004,82.3004,82.3004,82.96679999999999,84.2996,84.6328,85.9656,87.2984,87.9648,88.298,88.298,88.298,88.298,88.298,88.298,88.298,88.298,87.6316,86.632,86.2988,85.6324,85.6324,84.966,84.966,85.6324,85.6324,84.966,84.966,84.6328,84.6328,83.9664,83.9664,83.9664,83.9664,83.3,83.3,83.6332,83.6332,84.2996,84.966,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.2972,90.2972,90.9636,90.9636,90.9636,90.9636,90.9636,90.2972,89.2976,88.63119999999999,88.298,87.9648,87.2984,86.9652,86.2988,86.2988,85.9656,86.632,87.9648,87.9648,88.63119999999999,89.2976,89.964,90.6304,90.9636,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,91.63,91.63,91.63,91.63,91.63,92.2964,92.2964,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,90.6304,89.964,88.63119999999999,87.2984,87.2984,86.632,86.632,87.2984,88.298,88.298,88.298,89.2976,90.6304,91.9632,93.6292,94.6288,94.962,95.9616,95.9616,95.9616,95.6284,94.6288,94.6288,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,92.6296,92.6296,91.63,91.2968,89.964,88.9644,88.298,87.2984,86.2988,84.966,84.2996,82.96679999999999,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,80.3012,80.3012,80.9676,80.9676,81.3008,81.3008,81.3008,81.3008,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,86.2988,87.2984,87.2984,88.298,88.63119999999999,89.6308,90.6304,91.2968,91.2968,91.2968,91.2968,91.2968,91.2968,89.964,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,90.2972,90.2972,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,89.2976,88.9644,87.6316,86.632,85.2992,84.2996,82.96679999999999,82.3004,82.3004,81.634,81.634,81.634,80.9676,80.9676,80.3012,79.6348,77.9688,77.3024,77.3024,77.9688,77.6356,77.6356,78.6352,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,79.968,79.3016,79.968,80.3012,80.9676,82.6336,83.6332,84.6328,86.632,88.298,89.2976,89.2976,89.964,91.2968,92.2964,92.9628,93.6292,94.2956,95.6284,96.628,97.6276,98.96039999999999,99.6268,100.2932,100.6264,101.626,101.626,101.9592,101.9592,102.6256,102.6256,103.292,103.9584,105.6244,105.9576,105.6244,105.9576,104.2916,103.62519999999999,103.292,101.9592,101.2928,100.9596,100.2932,98.96039999999999,97.2944,96.2948,95.2952,94.6288,93.6292,92.6296,91.63,90.6304,90.2972,89.2976,88.63119999999999,87.6316,86.9652,85.6324,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.3016,77.6356,76.9692,75.6364,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.3052,68.9724,67.97279999999999,65.9736,63.6412,61.9752,60.6424,59.6428,58.31,57.6436,56.977199999999996,55.6444,54.978,54.978,54.3116,53.312,53.312,52.9788,52.9788,52.3124,52.3124,51.646,50.9796,49.6468,48.314,46.647999999999996,45.3152,43.316,41.3168,39.6508,38.9844,38.318,38.318,37.6516,37.6516,36.652,36.652,35.9856,35.9856,35.3192,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,40.6504,42.6496,43.9824,45.6484,47.6476,49.6468,50.9796,51.646,52.3124,53.312,54.978,56.3108,57.6436,58.9764,59.6428,60.3092,60.9756,61.9752,61.9752,62.6416,62.6416,63.9744,63.9744,64.6408,64.6408,64.974,64.974,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,80.3012,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.3012],[70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,75.6364,74.97,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.636,76.636,77.3024,78.30199999999999,79.968,80.6344,82.3004,84.2996,85.6324,86.9652,87.2984,87.2984,86.9652,85.6324,84.6328,83.6332,83.6332,82.96679999999999,82.3004,82.3004,83.6332,84.966,87.2984,88.298,88.298,88.9644,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,89.2976,88.9644,88.298,87.6316,87.2984,86.9652,86.2988,85.9656,86.2988,86.2988,86.2988,85.9656,85.2992,85.2992,84.966,84.966,84.966,84.966,84.2996,84.2996,84.966,84.966,85.6324,86.2988,86.9652,87.9648,88.298,89.2976,90.2972,89.964,90.6304,90.9636,90.9636,92.2964,92.2964,92.2964,92.2964,91.63,90.9636,90.6304,89.964,89.2976,88.63119999999999,87.6316,87.2984,87.2984,87.2984,87.9648,88.9644,88.63119999999999,89.6308,89.6308,90.2972,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,92.6296,92.6296,92.6296,92.6296,92.9628,92.9628,93.6292,93.9624,93.9624,93.9624,94.6288,94.6288,94.6288,93.9624,93.9624,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,92.9628,91.9632,91.2968,89.2976,88.298,87.9648,87.9648,87.9648,88.298,88.298,88.298,89.2976,89.964,91.2968,92.2964,93.29599999999999,94.6288,95.9616,96.9612,96.9612,96.9612,96.2948,95.6284,95.2952,94.6288,94.6288,94.6288,94.2956,93.6292,93.6292,93.6292,92.2964,91.63,91.2968,90.2972,89.2976,87.9648,87.2984,85.9656,84.966,84.2996,82.3004,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.968,79.968,79.3016,79.3016,79.3016,78.9684,78.9684,78.9684,79.6348,79.6348,79.6348,79.6348,79.6348,80.3012,80.3012,80.3012,80.6344,80.6344,80.9676,80.9676,81.634,82.3004,82.96679999999999,84.2996,84.966,86.2988,86.9652,87.2984,88.298,88.9644,89.2976,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,89.2976,89.2976,89.964,90.2972,90.6304,91.2968,91.2968,90.6304,90.6304,89.2976,88.9644,87.6316,86.632,84.966,83.6332,82.96679999999999,82.3004,81.634,81.634,80.9676,80.9676,79.968,79.3016,79.3016,78.6352,77.3024,76.636,76.636,76.9692,76.9692,76.3028,76.3028,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,79.6348,81.634,82.6336,84.966,86.2988,87.2984,88.298,88.9644,89.6308,90.2972,90.9636,92.2964,92.9628,93.6292,94.6288,94.962,95.6284,96.9612,97.96079999999999,98.294,99.96,100.6264,100.6264,100.2932,100.2932,100.2932,100.9596,101.626,102.6256,103.62519999999999,103.9584,105.6244,105.6244,105.2912,104.958,103.9584,103.292,102.6256,101.626,100.6264,99.6268,97.96079999999999,96.9612,95.6284,94.6288,92.9628,92.2964,91.63,90.6304,89.964,89.2976,88.63119999999999,87.6316,86.9652,85.6324,84.966,84.2996,83.3,82.6336,81.9672,81.3008,79.968,78.6352,76.636,75.9696,74.3036,73.63719999999999,72.9708,72.3044,71.638,70.3052,69.3056,67.3064,64.3076,62.6416,60.6424,59.976,58.31,57.6436,56.3108,55.6444,54.6448,53.9784,52.9788,52.3124,51.646,51.646,50.9796,50.9796,50.3132,50.3132,49.6468,48.980399999999996,47.9808,46.647999999999996,45.9816,43.9824,41.9832,40.6504,39.3176,38.318,37.9848,37.3184,37.3184,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,37.3184,38.6512,40.3172,40.9836,42.3164,44.315599999999996,46.3148,47.6476,49.6468,52.3124,53.9784,54.6448,55.3112,56.3108,57.3104,57.9768,59.309599999999996,59.6428,60.9756,61.3088,61.9752,61.9752,61.9752,63.308,63.308,63.308,63.9744,64.6408,64.6408,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.9704,74.6368,74.6368,75.3032,75.9696,76.636,77.3024,78.30199999999999,79.3016,79.968,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,81.9672,81.9672,81.9672,81.3008],[70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.6356,77.6356,77.6356,77.6356,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,75.6364,76.3028,76.9692,76.9692,76.9692,76.9692,76.9692,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,79.3016,80.6344,81.634,83.6332,85.6324,86.2988,87.2984,87.6316,87.6316,87.2984,86.632,86.2988,84.966,84.966,83.6332,82.96679999999999,83.6332,84.966,85.9656,88.298,88.9644,88.9644,89.6308,89.964,89.964,89.964,90.2972,90.6304,89.964,90.2972,90.9636,90.6304,89.964,89.6308,88.9644,87.6316,87.2984,87.9648,87.9648,87.9648,86.9652,86.2988,85.9656,85.9656,85.2992,85.6324,85.6324,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.9652,87.2984,88.298,89.2976,90.2972,90.2972,90.6304,90.9636,90.9636,91.63,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.2968,89.964,89.2976,88.298,88.298,87.9648,87.9648,88.63119999999999,89.2976,89.964,90.6304,90.6304,91.2968,92.2964,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.6292,93.9624,94.6288,95.2952,95.6284,96.2948,95.6284,95.6284,94.962,94.6288,94.6288,94.6288,95.2952,95.2952,94.6288,94.6288,93.9624,92.2964,91.2968,89.6308,88.63119999999999,88.63119999999999,88.298,88.298,88.298,88.298,88.9644,89.964,90.2972,91.2968,92.2964,93.6292,94.962,96.2948,96.9612,96.9612,96.9612,96.2948,95.9616,95.2952,95.2952,94.6288,94.6288,94.6288,94.2956,93.9624,93.6292,92.9628,92.2964,91.63,90.2972,89.2976,87.9648,87.2984,85.9656,84.966,84.2996,82.3004,81.3008,80.6344,80.6344,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.6352,78.6352,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,78.9684,78.9684,79.3016,79.3016,79.968,79.968,80.9676,81.634,82.3004,82.96679999999999,84.2996,84.966,86.2988,87.2984,87.9648,87.9648,88.298,88.298,88.298,88.298,87.2984,87.2984,87.2984,87.2984,87.2984,87.6316,87.9648,88.298,88.63119999999999,88.63119999999999,89.2976,89.6308,89.964,90.6304,90.6304,90.6304,90.6304,89.964,89.2976,88.9644,87.9648,86.632,84.966,83.6332,82.96679999999999,82.3004,81.634,81.634,80.9676,80.3012,79.3016,79.3016,78.6352,77.6356,77.3024,76.636,76.636,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,76.9692,77.6356,78.30199999999999,80.3012,81.9672,83.6332,84.966,86.632,87.2984,87.6316,88.9644,90.2972,90.9636,91.63,92.2964,92.9628,93.6292,93.9624,94.6288,95.6284,96.9612,97.96079999999999,98.294,99.2936,99.2936,99.2936,99.2936,99.2936,99.6268,100.6264,101.626,103.292,104.2916,105.6244,106.2908,105.9576,105.2912,104.6248,103.9584,103.292,102.6256,101.2928,99.6268,97.96079999999999,96.628,95.6284,94.6288,92.9628,92.2964,91.63,90.6304,89.964,89.2976,88.63119999999999,88.298,87.2984,86.9652,85.6324,84.966,83.6332,83.3,82.6336,81.3008,79.968,79.3016,77.3024,75.9696,74.3036,73.63719999999999,72.9708,72.3044,71.638,69.6388,68.6392,66.64,63.6412,61.9752,60.6424,59.309599999999996,58.31,56.977199999999996,55.6444,54.978,53.9784,53.312,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,48.980399999999996,48.980399999999996,48.314,47.6476,46.647999999999996,45.3152,44.6488,43.316,41.3168,39.984,39.3176,38.6512,37.9848,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,37.3184,36.652,36.652,37.3184,38.6512,40.3172,41.65,42.3164,43.6492,45.6484,47.6476,48.980399999999996,51.646,53.6452,55.3112,55.9776,56.644,57.6436,58.6432,59.309599999999996,60.6424,60.9756,61.641999999999996,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,64.6408,64.974,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.9704,74.6368,75.3032,75.9696,76.636,77.3024,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,82.6336,82.6336,82.6336,81.9672],[69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,74.3036,74.97,75.6364,77.3024,78.30199999999999,78.9684,78.9684,78.30199999999999,77.6356,77.6356,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,78.9684,78.9684,79.6348,79.6348,79.968,80.6344,81.634,82.3004,84.966,85.9656,86.632,87.2984,88.298,88.298,88.298,87.2984,87.2984,86.632,85.6324,84.966,84.2996,84.2996,85.6324,87.2984,88.298,89.2976,89.964,90.2972,90.6304,90.6304,91.2968,91.2968,91.63,90.9636,91.2968,91.2968,90.9636,90.6304,89.964,89.964,89.6308,89.2976,89.2976,89.2976,88.9644,88.298,87.9648,86.9652,86.9652,86.2988,86.2988,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,88.298,89.2976,90.2972,90.2972,91.2968,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,92.6296,91.63,91.2968,90.2972,89.2976,88.63119999999999,88.63119999999999,88.298,89.2976,90.6304,90.6304,91.9632,91.9632,92.6296,92.9628,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,95.6284,95.9616,96.628,96.9612,97.6276,96.9612,96.9612,96.2948,95.6284,95.6284,95.6284,95.9616,95.9616,95.6284,94.962,93.9624,93.6292,92.6296,90.9636,89.964,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.964,91.2968,92.2964,92.6296,93.9624,95.2952,96.2948,97.2944,97.2944,97.2944,96.9612,96.2948,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,93.9624,92.9628,92.2964,91.63,90.2972,89.2976,87.9648,86.9652,85.9656,84.966,84.2996,82.3004,81.3008,80.6344,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.634,82.3004,82.96679999999999,84.2996,84.2996,85.6324,85.6324,85.2992,85.2992,86.2988,85.6324,85.6324,85.6324,85.6324,85.9656,85.9656,85.9656,86.632,87.9648,88.298,88.298,88.298,88.9644,89.6308,89.964,89.964,89.964,89.964,89.964,89.2976,88.63119999999999,87.9648,86.632,85.6324,84.2996,83.6332,82.3004,81.634,81.3008,80.6344,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,76.3028,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,77.6356,79.6348,81.3008,82.96679999999999,84.2996,85.6324,86.632,87.2984,88.298,89.2976,89.964,90.6304,91.63,92.2964,92.9628,93.29599999999999,94.6288,94.962,95.9616,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,97.2944,97.96079999999999,99.2936,100.9596,103.292,104.958,106.2908,106.9572,106.624,105.9576,105.9576,104.958,103.9584,102.6256,101.2928,99.6268,97.96079999999999,96.628,95.2952,93.9624,92.9628,92.2964,91.63,91.2968,89.964,89.2976,88.63119999999999,88.298,87.2984,86.9652,86.2988,84.966,84.2996,83.6332,82.6336,81.9672,80.6344,79.968,78.6352,76.9692,74.97,74.3036,73.63719999999999,72.3044,70.9716,69.6388,67.97279999999999,66.3068,63.6412,61.9752,60.6424,59.309599999999996,57.6436,56.3108,54.978,54.3116,52.6456,51.9792,50.9796,50.3132,48.980399999999996,48.314,48.314,48.314,47.6476,47.3144,46.647999999999996,45.9816,45.3152,44.6488,43.316,42.6496,40.6504,39.984,39.3176,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.984,41.65,42.9828,43.6492,44.982,46.9812,48.980399999999996,50.3132,52.9788,54.978,56.644,57.3104,57.9768,58.9764,59.976,60.6424,61.3088,61.641999999999996,62.3084,62.6416,62.6416,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.6368,74.6368,75.3032,75.9696,77.3024,78.30199999999999,78.9684,79.6348,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,82.6336],[69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,78.30199999999999,78.9684,79.6348,79.6348,79.6348,78.9684,78.9684,78.30199999999999,76.9692,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.9684,78.9684,79.6348,79.6348,80.3012,80.3012,81.3008,81.3008,81.634,82.3004,83.6332,85.9656,87.2984,87.9648,87.9648,88.63119999999999,88.63119999999999,89.2976,89.2976,88.298,87.6316,86.632,85.9656,85.2992,85.2992,86.632,87.9648,89.2976,89.964,90.2972,90.6304,90.6304,91.2968,91.63,91.63,91.63,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,90.9636,90.9636,90.9636,90.6304,90.6304,89.964,89.2976,88.298,87.9648,87.2984,86.9652,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.6316,88.298,88.63119999999999,89.2976,90.2972,90.6304,91.63,92.2964,92.2964,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,92.6296,91.63,90.6304,89.6308,89.2976,89.2976,89.2976,90.6304,91.2968,91.9632,91.9632,92.9628,92.9628,93.6292,93.9624,94.6288,94.6288,94.962,94.962,94.962,94.962,94.962,94.962,94.6288,94.6288,94.6288,94.6288,94.6288,94.962,96.628,96.9612,97.96079999999999,98.6272,98.294,98.6272,98.6272,97.96079999999999,97.6276,96.9612,96.9612,96.9612,96.628,96.628,95.9616,95.6284,93.9624,93.6292,92.6296,91.2968,90.2972,89.964,89.964,89.964,89.964,89.964,90.6304,91.63,92.6296,93.29599999999999,94.6288,95.2952,96.628,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.9616,95.2952,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,93.29599999999999,92.2964,91.63,90.2972,89.2976,87.9648,86.9652,85.9656,84.966,84.2996,82.3004,80.6344,79.968,79.968,79.968,79.3016,79.3016,78.6352,78.6352,77.6356,77.6356,77.6356,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.636,76.636,76.636,76.636,76.9692,76.9692,76.9692,77.6356,78.6352,78.6352,79.3016,79.3016,80.3012,80.9676,81.634,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,83.6332,83.6332,84.6328,84.6328,84.6328,85.6324,86.632,87.2984,87.6316,88.298,88.298,88.9644,89.2976,89.964,89.964,89.964,89.6308,89.2976,88.298,87.9648,86.632,85.6324,84.966,83.6332,83.6332,82.3004,81.3008,80.6344,80.6344,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.3028,76.3028,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,76.3028,78.30199999999999,78.9684,80.6344,82.3004,83.6332,84.966,85.2992,86.632,87.9648,88.63119999999999,89.2976,89.964,90.6304,90.9636,91.63,92.2964,93.9624,94.962,95.6284,95.9616,95.9616,95.9616,94.962,94.962,94.962,96.9612,98.294,99.96,102.9588,104.958,105.6244,106.9572,106.624,105.9576,105.9576,105.6244,103.9584,103.292,101.2928,100.2932,98.6272,96.628,94.962,93.9624,92.9628,92.2964,91.63,91.2968,89.964,89.2976,88.63119999999999,88.298,87.2984,86.2988,86.2988,86.2988,84.966,84.2996,83.3,81.9672,81.3008,80.6344,79.3016,77.6356,75.6364,74.97,73.63719999999999,72.3044,70.9716,69.972,68.6392,65.9736,64.3076,62.6416,61.3088,59.976,58.31,56.977199999999996,55.6444,54.3116,52.6456,51.9792,50.9796,49.6468,48.314,47.6476,47.6476,46.9812,45.9816,45.3152,45.3152,44.6488,43.9824,43.316,42.6496,41.3168,39.984,39.3176,39.3176,39.3176,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,39.3176,39.3176,39.984,41.3168,42.9828,44.315599999999996,44.982,46.9812,48.980399999999996,50.9796,52.3124,54.6448,56.644,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,62.3084,62.3084,62.6416,62.6416,61.9752,61.9752,63.308,63.308,63.308,63.308,63.9744,63.9744,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.9724,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.6368,75.3032,75.9696,76.636,77.3024,78.9684,79.6348,79.6348,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.3],[69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,80.3012,79.6348,79.6348,78.9684,78.9684,78.30199999999999,77.3024,77.3024,77.3024,76.636,76.636,76.636,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,81.9672,81.9672,82.96679999999999,83.6332,83.6332,84.966,86.632,87.6316,88.298,88.9644,89.6308,90.2972,90.9636,90.9636,89.964,88.63119999999999,87.2984,86.632,85.9656,86.632,87.6316,88.9644,89.964,90.2972,90.6304,91.2968,92.2964,92.2964,92.2964,92.2964,92.9628,92.9628,92.9628,92.9628,92.9628,93.29599999999999,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.9628,92.2964,91.2968,90.2972,89.964,89.2976,88.63119999999999,88.298,88.298,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.298,88.9644,89.2976,91.2968,91.63,91.63,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.29599999999999,92.2964,91.63,90.2972,90.2972,89.964,90.2972,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.9624,94.6288,95.2952,95.6284,95.6284,96.628,96.9612,96.628,96.628,96.628,96.628,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.6276,98.294,99.6268,99.96,100.6264,100.6264,100.6264,99.96,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,97.96079999999999,96.9612,96.628,95.6284,94.6288,93.9624,92.6296,91.63,91.2968,90.6304,90.6304,90.6304,90.9636,90.9636,91.63,93.29599999999999,93.9624,95.6284,95.9616,97.2944,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,92.9628,91.63,90.6304,89.2976,88.298,86.9652,85.9656,84.966,84.2996,82.3004,80.6344,79.968,79.968,79.3016,79.3016,78.6352,78.6352,77.6356,76.9692,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364,76.9692,76.9692,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,78.9684,78.9684,80.3012,80.9676,81.634,82.3004,82.3004,82.3004,82.3004,82.3004,83.6332,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.2984,87.9648,88.298,88.9644,88.9644,88.9644,89.6308,89.6308,88.9644,88.63119999999999,87.9648,86.632,85.6324,84.2996,83.6332,83.6332,82.3004,81.634,81.634,80.9676,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.6356,78.9684,80.3012,80.9676,81.9672,83.3,84.966,85.9656,86.2988,87.6316,87.9648,88.63119999999999,88.63119999999999,89.2976,90.9636,92.2964,92.9628,92.9628,93.6292,92.9628,92.6296,92.6296,93.6292,94.962,96.628,98.96039999999999,101.9592,103.62519999999999,105.2912,105.6244,106.2908,105.6244,105.2912,104.6248,104.6248,103.292,102.6256,100.9596,98.6272,96.628,95.2952,93.9624,92.6296,92.2964,91.63,91.2968,89.964,88.63119999999999,88.63119999999999,88.298,87.2984,86.632,85.6324,85.6324,84.966,84.2996,83.3,82.6336,81.3008,80.6344,79.968,78.6352,76.9692,76.3028,74.97,73.63719999999999,71.638,70.3052,69.3056,67.3064,65.6404,63.9744,62.6416,61.9752,60.6424,58.31,56.977199999999996,54.978,53.6452,52.3124,50.9796,49.6468,48.314,47.6476,46.3148,45.6484,44.982,44.315599999999996,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,39.3176,38.9844,38.9844,38.6512,38.6512,39.3176,39.3176,39.6508,39.6508,39.6508,40.3172,41.3168,41.3168,41.9832,43.316,44.982,45.6484,46.9812,48.314,50.9796,52.9788,54.3116,55.9776,57.9768,59.6428,60.3092,60.9756,61.9752,61.9752,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.6368,75.3032,75.9696,76.636,78.30199999999999,78.9684,79.6348,80.3012,80.6344,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.2996,84.2996],[69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,75.6364,76.3028,77.6356,78.9684,79.6348,80.3012,80.3012,80.6344,80.6344,80.6344,79.968,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,77.3024,77.3024,77.3024,77.3024,77.3024,77.3024,76.636,76.3028,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,78.30199999999999,79.6348,80.3012,80.9676,81.9672,82.6336,82.6336,83.6332,84.2996,85.6324,85.6324,85.9656,87.6316,88.298,88.9644,89.6308,90.2972,90.9636,92.2964,92.2964,90.9636,88.9644,88.298,87.2984,87.2984,87.6316,88.9644,89.964,90.2972,90.9636,91.2968,91.9632,92.6296,92.6296,92.9628,92.9628,93.29599999999999,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.6284,96.2948,96.2948,94.962,94.2956,93.9624,93.29599999999999,92.6296,91.9632,90.9636,89.964,89.2976,89.2976,88.63119999999999,88.298,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,91.2968,91.63,92.2964,92.2964,92.9628,92.9628,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.9628,92.2964,91.2968,90.2972,89.964,90.6304,91.63,92.2964,93.29599999999999,93.6292,93.9624,94.6288,95.6284,96.9612,96.9612,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,97.6276,97.6276,97.6276,97.6276,97.6276,97.2944,97.2944,97.6276,98.6272,98.96039999999999,99.96,100.6264,101.9592,102.2924,102.2924,102.2924,101.9592,101.2928,100.6264,100.6264,100.6264,100.6264,99.96,99.6268,97.96079999999999,97.6276,95.6284,94.962,93.9624,93.6292,92.2964,92.2964,92.2964,92.2964,91.63,92.2964,92.9628,93.9624,94.6288,96.2948,96.628,97.96079999999999,98.6272,98.6272,98.6272,97.2944,96.9612,96.2948,96.2948,95.2952,95.2952,94.6288,94.6288,94.6288,94.6288,93.9624,92.9628,91.63,90.6304,89.2976,88.298,86.9652,85.9656,84.966,84.2996,82.3004,80.6344,79.968,79.3016,79.3016,78.6352,78.6352,77.6356,76.9692,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,78.30199999999999,79.3016,80.3012,80.9676,81.634,81.634,81.634,81.634,82.3004,82.3004,83.6332,84.966,85.6324,86.2988,86.2988,87.2984,87.2984,88.298,88.9644,88.9644,89.6308,89.6308,88.9644,88.63119999999999,87.9648,87.2984,86.2988,84.966,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,82.3004,81.634,80.6344,79.968,79.3016,78.6352,77.6356,77.6356,76.9692,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.3044,72.3044,72.3044,72.3044,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.6356,78.30199999999999,78.9684,80.3012,82.3004,82.96679999999999,83.3,83.9664,84.2996,84.966,85.6324,86.9652,87.9648,89.2976,89.964,90.6304,90.6304,90.6304,89.964,90.6304,91.2968,93.6292,95.2952,97.6276,100.9596,102.6256,104.2916,104.958,105.2912,104.958,104.6248,104.6248,104.6248,103.9584,102.6256,100.9596,98.6272,96.628,95.2952,93.6292,92.2964,91.63,91.2968,89.964,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,86.632,86.632,85.6324,84.966,84.2996,84.2996,83.3,82.6336,81.9672,81.3008,80.6344,79.3016,77.6356,76.9692,75.6364,74.3036,72.3044,70.9716,69.6388,68.6392,66.9732,65.9736,64.6408,63.9744,62.6416,60.6424,58.31,56.3108,54.978,52.9788,51.646,50.3132,48.314,47.6476,45.6484,44.982,43.6492,42.3164,41.3168,40.6504,39.984,39.984,39.3176,39.3176,38.6512,38.6512,38.9844,38.9844,38.6512,38.6512,39.3176,39.3176,39.6508,40.3172,40.3172,40.9836,41.9832,43.316,43.9824,44.6488,46.3148,47.6476,48.314,50.9796,52.6456,54.978,56.3108,57.9768,59.976,61.641999999999996,62.3084,63.308,62.6416,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.9744,63.9744,64.3076,64.3076,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,75.3032,75.9696,76.636,77.3024,78.9684,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,84.966],[69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.97,75.6364,76.9692,77.6356,78.9684,79.6348,80.9676,80.9676,81.3008,81.3008,80.6344,80.6344,80.3012,79.6348,79.6348,78.9684,78.9684,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,77.3024,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,78.30199999999999,79.6348,80.3012,80.9676,82.6336,83.3,83.6332,84.2996,85.6324,86.2988,86.632,87.2984,88.298,88.9644,89.6308,89.964,90.6304,92.2964,93.29599999999999,93.6292,92.6296,90.9636,88.63119999999999,88.298,88.298,88.63119999999999,89.2976,90.2972,91.2968,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.9624,93.9624,94.6288,94.6288,94.6288,95.2952,95.6284,96.2948,97.2944,97.2944,97.96079999999999,96.628,96.2948,94.962,94.6288,93.6292,92.2964,91.63,91.2968,90.2972,90.2972,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,90.2972,91.2968,91.63,92.2964,92.2964,93.6292,93.6292,93.9624,93.9624,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.6292,92.9628,91.9632,91.2968,90.6304,91.2968,92.6296,92.9628,93.6292,93.9624,94.962,95.6284,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,100.6264,101.2928,102.6256,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.6256,101.9592,101.9592,101.9592,102.2924,101.9592,101.2928,99.96,98.96039999999999,97.6276,96.2948,95.6284,94.962,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,94.6288,95.2952,95.6284,96.628,97.2944,97.96079999999999,98.96039999999999,98.96039999999999,98.6272,97.2944,96.9612,96.2948,96.2948,95.2952,95.2952,95.2952,95.2952,94.6288,94.6288,93.9624,92.9628,91.63,90.6304,89.2976,88.63119999999999,86.9652,85.9656,84.966,83.6332,81.634,80.6344,79.968,79.3016,78.6352,78.6352,77.6356,76.9692,76.9692,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,77.6356,78.6352,79.3016,79.968,79.968,79.968,79.968,80.6344,81.634,82.3004,83.6332,84.2996,84.966,84.6328,86.2988,87.2984,87.9648,88.298,88.9644,89.2976,89.2976,89.6308,88.9644,88.298,87.2984,86.9652,86.2988,84.966,84.2996,84.2996,83.6332,83.6332,82.96679999999999,81.634,80.9676,80.6344,79.968,79.3016,78.6352,77.6356,76.9692,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,71.638,71.9712,71.9712,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,74.6368,75.3032,75.9696,75.9696,76.9692,78.30199999999999,79.3016,79.968,80.6344,81.634,82.3004,82.96679999999999,84.2996,85.6324,86.632,87.2984,87.6316,88.298,88.298,88.298,88.298,89.2976,91.63,93.9624,96.2948,98.96039999999999,100.6264,102.2924,103.292,102.6256,102.6256,102.6256,102.6256,103.62519999999999,103.62519999999999,102.6256,100.9596,98.6272,96.2948,94.6288,93.29599999999999,91.63,91.2968,91.2968,89.964,88.63119999999999,88.298,88.63119999999999,87.9648,86.632,85.2992,85.6324,84.966,84.2996,84.2996,83.3,82.6336,81.9672,81.3008,81.3008,79.968,78.30199999999999,77.6356,76.3028,75.6364,73.63719999999999,72.3044,71.638,69.972,69.3056,68.306,67.97279999999999,65.9736,64.6408,62.6416,60.6424,58.31,56.3108,54.978,52.6456,50.9796,48.980399999999996,47.6476,45.6484,43.6492,41.9832,40.6504,39.984,38.9844,38.6512,38.6512,38.6512,38.6512,38.318,38.318,38.9844,39.6508,38.6512,38.6512,39.3176,39.3176,40.3172,40.9836,41.65,42.3164,43.316,44.6488,45.3152,46.647999999999996,47.6476,48.980399999999996,50.9796,52.3124,53.9784,55.6444,56.977199999999996,59.309599999999996,61.3088,63.308,63.9744,63.9744,63.308,63.9744,63.9744,63.9744,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.6412,64.3076,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,67.6396,68.306,68.9724,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,74.3036,74.3036,74.3036,74.3036,75.9696,76.636,77.3024,78.30199999999999,78.9684,79.6348,80.3012,80.3012,81.3008,81.3008,81.9672,81.9672,82.96679999999999,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.6324,85.6324],[69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.9704,74.97,76.3028,76.9692,77.6356,78.9684,79.6348,80.9676,81.634,81.9672,81.9672,81.3008,80.6344,80.3012,80.3012,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,78.9684,78.9684,78.9684,78.30199999999999,77.6356,77.6356,76.9692,76.9692,76.3028,76.3028,76.3028,76.9692,78.30199999999999,79.6348,80.3012,81.9672,82.6336,83.6332,84.2996,85.6324,86.9652,86.9652,87.2984,87.9648,88.298,88.9644,89.964,90.2972,91.63,92.2964,94.2956,94.6288,93.6292,92.2964,90.2972,88.298,88.63119999999999,89.2976,90.2972,90.6304,91.63,92.2964,92.6296,93.29599999999999,93.6292,93.6292,94.962,94.962,95.6284,95.9616,96.2948,96.2948,96.9612,97.2944,98.6272,98.6272,98.294,97.96079999999999,97.2944,96.2948,94.2956,93.9624,93.6292,92.6296,91.63,91.2968,91.2968,90.6304,89.964,89.964,89.964,89.964,89.964,89.964,90.2972,90.2972,90.2972,90.6304,91.2968,91.63,92.2964,92.6296,93.6292,93.9624,93.9624,93.9624,94.2956,94.2956,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,92.6296,91.63,91.2968,91.9632,92.9628,93.6292,94.2956,94.962,95.6284,96.2948,97.2944,98.6272,99.6268,99.6268,100.2932,100.2932,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,99.96,101.2928,102.6256,103.9584,104.2916,104.958,105.2912,104.6248,104.6248,103.9584,103.9584,103.9584,103.9584,103.62519999999999,103.292,102.6256,101.2928,100.6264,98.96039999999999,97.96079999999999,96.9612,96.2948,95.9616,95.6284,95.6284,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.2944,98.294,98.96039999999999,98.96039999999999,99.6268,98.96039999999999,97.96079999999999,96.9612,96.2948,96.2948,95.6284,95.2952,95.2952,95.2952,94.6288,93.9624,93.6292,92.9628,91.63,90.6304,89.2976,88.298,86.632,85.2992,84.6328,83.6332,81.634,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.9708,72.3044,72.3044,71.3048,71.638,71.638,71.638,72.3044,73.63719999999999,74.3036,74.97,75.9696,76.9692,77.6356,78.6352,78.6352,78.6352,78.6352,79.3016,80.6344,81.3008,81.9672,82.96679999999999,83.9664,85.2992,86.632,87.2984,88.298,88.9644,89.2976,89.2976,89.6308,89.6308,88.63119999999999,88.298,87.2984,87.2984,86.2988,85.6324,85.6324,84.966,84.6328,83.6332,82.3004,81.634,80.6344,79.968,79.3016,79.3016,78.6352,76.9692,74.97,74.3036,73.63719999999999,72.9708,72.9708,72.9708,72.9708,72.3044,71.638,71.638,71.9712,71.3048,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,73.9704,74.6368,74.97,76.3028,76.9692,76.9692,78.30199999999999,78.9684,79.6348,80.9676,82.3004,82.3004,83.6332,84.2996,85.6324,85.6324,86.2988,86.2988,87.9648,89.6308,91.63,93.9624,96.628,98.96039999999999,100.2932,101.626,101.2928,101.2928,101.2928,101.9592,102.6256,102.9588,102.2924,100.2932,97.96079999999999,95.9616,94.6288,93.29599999999999,91.63,91.2968,90.6304,89.2976,88.298,87.6316,87.9648,86.632,85.2992,85.2992,84.966,84.966,84.2996,84.2996,83.3,83.3,82.6336,81.9672,81.9672,81.3008,79.6348,78.30199999999999,77.6356,76.3028,74.97,74.3036,72.9708,72.3044,71.3048,71.3048,70.3052,69.6388,67.3064,65.3072,62.6416,60.6424,58.31,56.3108,54.978,52.3124,49.6468,47.6476,44.982,43.6492,41.3168,39.984,38.318,37.6516,37.3184,37.3184,37.3184,37.9848,37.6516,38.318,38.9844,38.9844,38.6512,38.6512,39.3176,39.3176,40.3172,41.65,42.3164,43.316,44.6488,45.3152,46.647999999999996,47.6476,48.980399999999996,50.9796,52.3124,52.9788,54.6448,56.3108,57.6436,59.976,61.9752,63.9744,64.6408,64.6408,63.9744,63.9744,64.6408,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.308,63.6412,63.6412,64.3076,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.304,73.304,73.304,74.3036,74.3036,74.97,74.97,76.636,77.3024,78.30199999999999,78.9684,79.6348,79.6348,80.3012,80.6344,81.3008,81.3008,81.9672,82.3004,82.96679999999999,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.6324],[68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.9704,74.97,76.3028,76.9692,77.6356,78.9684,79.6348,80.3012,80.9676,81.9672,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,79.968,79.968,78.9684,78.9684,78.30199999999999,77.3024,76.9692,76.9692,76.9692,76.9692,78.9684,79.6348,81.3008,81.9672,82.96679999999999,84.2996,84.966,85.6324,86.9652,87.2984,87.6316,88.298,88.298,88.9644,89.964,90.6304,91.63,92.2964,93.9624,94.6288,93.9624,92.9628,90.6304,89.6308,88.63119999999999,89.6308,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.6292,94.2956,95.6284,95.9616,96.628,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,96.2948,95.6284,94.2956,93.9624,92.6296,92.6296,91.9632,91.9632,91.63,91.2968,91.2968,91.2968,91.2968,91.2968,90.6304,90.6304,90.6304,91.2968,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.29599999999999,92.9628,92.2964,91.63,91.63,91.9632,92.9628,93.6292,94.962,95.9616,96.9612,97.2944,98.6272,100.2932,100.9596,101.2928,100.9596,100.9596,100.9596,100.2932,99.6268,99.6268,99.6268,100.2932,100.2932,100.9596,101.2928,101.9592,102.6256,103.62519999999999,103.9584,105.2912,105.9576,105.6244,106.2908,106.2908,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,103.9584,102.2924,102.2924,101.2928,100.2932,99.6268,99.6268,98.294,98.294,97.6276,97.6276,97.96079999999999,98.294,98.96039999999999,99.6268,98.96039999999999,98.96039999999999,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,97.2944,96.628,96.628,96.628,96.2948,95.9616,95.6284,94.962,94.962,94.2956,93.6292,92.9628,91.63,89.964,89.2976,88.298,86.632,85.9656,84.6328,83.6332,81.634,80.3012,79.3016,79.3016,78.30199999999999,77.3024,76.636,76.636,75.6364,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,70.6384,71.9712,72.9708,73.63719999999999,74.6368,75.3032,75.3032,75.9696,75.9696,75.9696,76.636,77.3024,77.6356,78.30199999999999,79.6348,80.9676,82.6336,84.6328,85.6324,86.632,87.6316,88.9644,89.6308,89.6308,89.6308,89.6308,89.6308,88.63119999999999,88.63119999999999,88.298,87.9648,87.9648,87.2984,86.632,84.6328,83.6332,82.3004,81.634,80.6344,79.968,78.9684,78.9684,78.6352,77.6356,75.6364,74.3036,74.3036,73.63719999999999,73.304,72.6376,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,72.3044,72.3044,72.6376,73.63719999999999,74.3036,75.6364,76.3028,76.9692,78.6352,78.6352,79.3016,79.968,80.9676,81.634,83.6332,85.2992,87.2984,88.298,90.2972,93.29599999999999,95.6284,96.628,97.96079999999999,97.96079999999999,99.2936,100.2932,101.626,101.9592,102.6256,101.9592,100.2932,97.2944,95.6284,93.9624,92.2964,91.2968,90.2972,89.964,89.2976,87.9648,86.632,85.6324,85.2992,84.966,84.2996,84.2996,84.2996,83.6332,83.3,83.3,83.3,82.6336,82.6336,82.6336,81.9672,81.3008,80.6344,79.3016,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,73.9704,73.304,72.3044,70.3052,67.97279999999999,65.9736,63.9744,61.3088,59.309599999999996,57.3104,54.3116,51.646,48.314,45.6484,42.9828,40.6504,38.6512,38.318,36.9852,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,40.6504,41.9832,42.6496,43.9824,45.6484,46.9812,47.6476,48.980399999999996,50.3132,51.9792,53.312,53.9784,55.3112,56.644,57.3104,59.6428,61.641999999999996,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.9744,63.9744,64.6408,64.6408,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.6352,79.3016,79.968,79.968,80.6344,80.6344,81.634,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324],[68.6392,68.6392,69.3056,69.972,71.3048,71.9712,72.6376,73.304,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,80.6344,80.3012,79.6348,78.9684,78.30199999999999,77.6356,77.6356,77.6356,77.6356,79.6348,80.6344,81.3008,82.3004,83.6332,84.2996,84.966,86.9652,87.2984,87.6316,87.6316,88.298,88.63119999999999,89.964,90.6304,91.2968,91.63,92.2964,93.9624,94.6288,94.2956,93.6292,91.2968,89.6308,88.63119999999999,89.6308,90.2972,90.6304,91.63,92.6296,93.29599999999999,93.29599999999999,93.6292,93.6292,95.6284,95.9616,96.628,96.9612,98.294,98.294,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,97.6276,96.9612,95.2952,94.2956,93.9624,93.29599999999999,92.6296,92.6296,92.6296,92.6296,91.63,91.63,91.63,91.63,91.63,91.2968,91.2968,90.6304,91.2968,91.63,91.63,92.2964,92.9628,93.29599999999999,93.29599999999999,93.9624,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,94.6288,93.9624,93.29599999999999,92.2964,91.63,91.9632,91.9632,92.9628,93.6292,94.6288,96.2948,97.6276,98.6272,100.2932,101.2928,102.6256,102.6256,101.2928,100.9596,100.9596,100.9596,100.2932,100.2932,100.2932,100.9596,101.626,101.9592,102.6256,103.292,103.62519999999999,104.2916,105.2912,105.9576,106.2908,107.2904,107.2904,107.6236,107.9568,107.6236,107.6236,106.9572,106.2908,105.9576,105.2912,104.2916,103.62519999999999,103.292,102.2924,101.9592,101.9592,100.6264,100.6264,100.2932,99.96,99.96,100.2932,100.9596,101.2928,100.6264,100.6264,99.96,99.96,99.6268,99.6268,98.96039999999999,97.6276,97.2944,97.2944,96.628,96.2948,96.2948,95.6284,94.962,94.2956,93.9624,93.6292,92.2964,90.6304,89.964,88.63119999999999,87.9648,86.632,85.9656,84.6328,83.9664,82.3004,80.9676,79.968,79.3016,78.30199999999999,77.3024,76.636,76.636,75.6364,74.97,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,73.63719999999999,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,81.3008,83.3,84.6328,85.6324,87.6316,88.9644,89.6308,89.6308,89.6308,89.6308,89.6308,89.2976,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,87.9648,86.632,85.2992,83.6332,82.3004,81.634,80.6344,79.968,78.9684,78.30199999999999,78.6352,77.6356,75.6364,74.97,74.3036,74.3036,73.304,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,69.972,69.3056,69.3056,69.3056,69.3056,69.972,71.3048,71.9712,72.6376,73.9704,74.3036,74.97,75.9696,76.636,77.3024,79.3016,80.9676,83.6332,84.6328,85.6324,87.6316,89.6308,91.63,93.29599999999999,94.6288,96.2948,97.96079999999999,99.2936,100.2932,101.626,101.626,100.2932,98.6272,95.9616,93.9624,92.6296,91.63,90.2972,89.2976,89.2976,88.298,87.2984,86.2988,84.966,84.2996,84.2996,84.2996,84.2996,83.6332,83.3,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,82.6336,81.9672,80.6344,79.968,79.3016,79.3016,78.6352,78.30199999999999,77.6356,77.6356,76.3028,75.6364,73.63719999999999,71.9712,69.972,67.6396,64.6408,61.9752,59.309599999999996,56.644,52.9788,48.980399999999996,45.6484,42.9828,39.984,37.9848,37.6516,36.3188,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,41.3168,41.9832,43.316,44.6488,46.3148,47.6476,48.314,49.6468,50.9796,52.6456,53.312,54.6448,55.3112,56.644,57.3104,58.9764,61.641999999999996,62.6416,63.308,63.308,63.308,63.308,63.308,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.6408,64.6408,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.634,82.3004,82.96679999999999,82.96679999999999,84.2996,84.2996,84.966,84.966,84.966,84.966,85.6324,85.6324],[67.97279999999999,68.6392,69.3056,69.972,70.6384,71.9712,72.6376,73.304,74.3036,74.97,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,80.9676,80.3012,80.3012,79.6348,78.30199999999999,78.30199999999999,78.30199999999999,78.30199999999999,79.968,80.6344,81.634,82.3004,83.6332,84.6328,85.9656,87.2984,87.6316,87.6316,88.298,88.9644,89.2976,89.964,91.2968,91.2968,91.9632,92.9628,93.9624,94.6288,93.9624,93.6292,91.2968,89.964,89.2976,89.964,90.6304,91.2968,92.2964,92.9628,93.9624,93.9624,93.6292,93.9624,95.2952,95.9616,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.628,96.2948,94.962,94.2956,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,92.9628,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,92.2964,91.63,91.63,91.63,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,95.2952,93.9624,93.29599999999999,92.9628,92.2964,91.63,91.63,92.2964,93.29599999999999,95.2952,96.628,98.6272,99.6268,101.2928,102.2924,103.62519999999999,103.292,101.9592,101.2928,101.626,100.9596,100.9596,100.9596,100.9596,100.9596,101.9592,101.9592,102.6256,103.292,104.2916,104.958,105.9576,106.2908,106.9572,107.2904,107.9568,108.6232,108.6232,108.28999999999999,108.28999999999999,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,104.958,104.6248,104.6248,103.62519999999999,103.292,103.292,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,101.9592,101.2928,100.2932,99.96,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.2948,96.2948,95.6284,94.2956,93.9624,93.29599999999999,92.6296,91.2968,89.964,88.9644,88.298,87.2984,86.632,85.9656,84.6328,83.9664,82.96679999999999,80.9676,79.968,79.3016,78.30199999999999,77.3024,76.636,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.972,69.3056,68.306,67.6396,67.6396,68.306,68.6392,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,75.6364,76.3028,76.9692,78.30199999999999,80.3012,81.3008,83.9664,84.966,86.9652,88.298,88.9644,88.9644,88.9644,89.2976,89.2976,89.2976,88.63119999999999,88.63119999999999,88.298,88.298,88.298,87.2984,85.2992,84.2996,82.3004,81.634,80.6344,79.968,78.9684,78.30199999999999,77.6356,77.6356,75.6364,74.97,74.97,74.3036,73.9704,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.6388,69.6388,68.9724,68.9724,68.306,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.306,67.6396,66.9732,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,72.6376,74.3036,75.3032,76.636,78.6352,80.9676,82.96679999999999,83.3,84.966,86.632,88.298,89.964,91.63,93.9624,95.9616,97.96079999999999,99.6268,100.9596,100.9596,99.2936,96.628,94.6288,92.9628,91.63,90.6304,89.2976,88.9644,88.298,87.2984,85.9656,84.966,83.6332,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.6336,82.6336,81.9672,81.9672,81.9672,82.6336,83.3,83.9664,83.9664,84.966,84.2996,82.96679999999999,82.3004,82.3004,81.634,81.3008,81.3008,80.9676,80.9676,80.3012,78.9684,77.6356,75.6364,73.63719999999999,71.3048,68.306,65.6404,61.9752,58.6432,54.3116,49.6468,46.3148,43.316,39.984,37.6516,36.9852,36.3188,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,39.3176,39.984,41.9832,42.6496,43.9824,45.3152,46.9812,47.6476,48.980399999999996,49.6468,51.646,52.6456,53.9784,54.6448,55.3112,56.644,57.3104,58.9764,60.3092,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.308,64.6408,64.6408,64.6408,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,79.3016,79.3016,79.968,79.968,80.6344,80.6344,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324],[67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.3048,71.9712,72.6376,73.63719999999999,74.3036,75.6364,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.3008,81.3008,80.6344,79.968,79.968,79.968,80.6344,81.634,82.3004,83.6332,84.6328,85.9656,86.632,87.9648,88.298,88.298,88.9644,89.2976,89.964,90.6304,91.9632,91.9632,92.2964,92.9628,94.6288,94.6288,94.6288,93.6292,91.63,90.6304,89.6308,89.964,90.6304,91.2968,92.2964,92.9628,93.29599999999999,93.9624,93.9624,93.9624,94.6288,95.9616,96.2948,96.9612,97.2944,97.2944,97.96079999999999,98.6272,97.96079999999999,97.96079999999999,96.628,96.2948,95.9616,95.2952,94.2956,94.2956,94.2956,94.2956,93.9624,93.9624,93.9624,93.6292,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.9628,92.2964,92.2964,92.2964,92.2964,92.9628,93.29599999999999,93.9624,93.9624,94.6288,95.2952,95.6284,95.6284,95.6284,95.6284,95.6284,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.9628,92.2964,92.2964,92.9628,94.6288,95.6284,96.628,98.294,100.2932,101.2928,102.9588,103.62519999999999,103.62519999999999,102.6256,101.9592,101.9592,101.626,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,103.292,103.62519999999999,104.958,105.2912,106.2908,106.9572,107.6236,107.9568,109.2896,109.2896,109.2896,109.2896,108.9564,108.9564,107.9568,107.9568,107.2904,106.9572,106.2908,105.6244,105.2912,105.2912,105.2912,104.958,104.958,104.6248,104.6248,104.6248,104.958,104.958,104.958,103.9584,103.292,102.6256,101.626,100.2932,100.2932,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,96.9612,96.2948,95.6284,94.2956,93.9624,93.29599999999999,92.6296,90.6304,89.2976,88.9644,88.298,87.2984,86.9652,86.632,85.2992,84.6328,82.96679999999999,81.634,80.6344,79.3016,78.30199999999999,77.3024,76.636,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,69.972,69.972,69.3056,69.3056,68.6392,67.6396,67.6396,66.9732,66.9732,67.97279999999999,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,75.6364,76.3028,76.9692,78.30199999999999,80.3012,81.9672,83.9664,84.966,87.2984,87.9648,88.298,88.298,88.9644,88.9644,88.9644,88.63119999999999,88.63119999999999,88.298,88.298,88.298,87.2984,85.9656,84.2996,82.3004,80.6344,79.968,79.3016,78.30199999999999,77.3024,77.6356,76.9692,76.3028,75.6364,74.97,74.97,74.6368,73.9704,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,69.6388,69.6388,68.9724,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,66.9732,66.9732,65.6404,64.974,64.974,64.974,64.974,65.3072,65.9736,65.9736,66.64,67.97279999999999,68.6392,69.972,71.3048,72.6376,74.3036,75.9696,77.9688,80.3012,80.6344,82.6336,83.3,84.966,86.9652,88.63119999999999,91.9632,94.2956,96.2948,97.96079999999999,99.2936,99.2936,97.2944,94.962,92.6296,91.2968,90.6304,89.2976,88.9644,87.9648,87.2984,85.9656,84.966,83.6332,82.3004,82.3004,82.3004,82.3004,81.9672,81.3008,81.3008,80.6344,80.6344,80.6344,81.3008,82.6336,83.9664,84.966,85.6324,85.6324,84.966,84.966,84.2996,83.6332,83.6332,83.6332,84.2996,84.2996,83.6332,82.96679999999999,80.9676,79.3016,76.9692,74.97,71.3048,68.306,65.6404,60.6424,54.978,50.3132,47.6476,43.9824,39.3176,36.9852,36.3188,35.6524,34.6528,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,40.6504,42.6496,43.316,44.6488,45.3152,46.9812,48.314,48.980399999999996,50.3132,51.646,53.312,53.9784,54.6448,55.3112,55.9776,56.644,58.31,59.6428,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.9704,74.3036,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,78.6352,78.6352,79.3016,79.3016,79.968,79.968,80.6344,81.3008,82.3004,82.96679999999999,83.6332,83.6332,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324],[66.3068,66.9732,68.306,68.9724,69.972,70.6384,71.3048,71.9712,73.63719999999999,74.3036,74.97,75.6364,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,81.634,80.9676,80.9676,81.634,81.634,82.96679999999999,83.6332,85.2992,86.632,87.9648,88.63119999999999,88.63119999999999,89.2976,89.6308,90.6304,91.9632,92.2964,92.2964,92.9628,93.29599999999999,93.9624,94.6288,94.6288,94.6288,93.29599999999999,92.2964,91.2968,89.964,89.964,89.964,90.6304,91.63,92.2964,93.29599999999999,93.29599999999999,93.9624,94.6288,95.2952,95.6284,95.9616,96.628,96.628,96.9612,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.2948,95.6284,95.2952,95.2952,95.2952,95.2952,94.962,94.962,94.6288,94.6288,93.9624,93.9624,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.29599999999999,93.29599999999999,93.29599999999999,93.6292,93.9624,94.6288,94.962,95.2952,95.6284,95.6284,96.9612,96.628,96.628,96.9612,96.9612,96.9612,95.6284,95.6284,95.6284,94.6288,93.9624,93.6292,93.9624,93.9624,94.962,96.2948,97.2944,98.294,99.2936,100.6264,102.2924,103.62519999999999,103.62519999999999,102.9588,102.6256,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.62519999999999,104.6248,104.958,105.9576,106.624,106.9572,108.28999999999999,109.2896,109.956,110.2892,110.9556,110.9556,110.9556,110.6224,109.956,109.956,109.956,109.2896,108.6232,107.9568,107.6236,106.9572,106.9572,106.2908,106.2908,105.9576,105.6244,105.6244,105.6244,105.9576,105.9576,105.6244,105.6244,104.6248,103.9584,102.6256,101.2928,101.2928,100.6264,100.2932,99.96,98.96039999999999,98.294,96.9612,96.2948,95.9616,94.962,93.9624,92.9628,92.6296,90.6304,89.6308,88.9644,87.6316,87.2984,87.2984,86.632,86.2988,85.6324,83.6332,82.3004,80.6344,79.968,78.30199999999999,77.3024,76.636,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,71.3048,71.3048,70.6384,69.972,69.972,69.3056,68.9724,68.306,68.306,67.6396,67.6396,66.9732,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.972,70.6384,71.3048,71.9712,72.6376,73.9704,74.6368,75.9696,76.9692,78.9684,79.968,81.9672,83.3,84.966,86.2988,87.2984,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,87.9648,86.9652,86.9652,86.9652,86.2988,84.2996,82.3004,80.6344,79.6348,78.9684,78.30199999999999,77.3024,76.9692,76.9692,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,69.6388,68.9724,68.306,67.6396,66.9732,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.3076,63.6412,62.6416,62.6416,61.9752,61.9752,61.9752,62.6416,62.6416,63.6412,64.974,65.6404,66.3068,67.6396,68.9724,70.3052,71.9712,74.3036,75.9696,77.3024,78.9684,79.968,80.6344,83.3,85.6324,89.2976,92.2964,93.9624,95.9616,96.2948,95.6284,95.2952,93.29599999999999,91.2968,89.2976,88.9644,87.6316,87.9648,86.632,86.632,85.6324,83.9664,82.96679999999999,82.3004,81.3008,80.6344,80.6344,79.968,79.968,79.3016,78.6352,78.6352,79.3016,79.968,81.3008,83.6332,84.966,86.2988,86.2988,86.2988,86.9652,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,86.632,85.6324,83.6332,81.3008,78.30199999999999,74.3036,71.3048,67.97279999999999,62.6416,56.3108,52.3124,47.6476,43.6492,39.3176,37.3184,35.3192,34.6528,33.986399999999996,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,41.65,43.316,43.9824,45.3152,45.9816,47.6476,48.314,48.980399999999996,50.3132,51.646,52.9788,53.6452,54.3116,55.3112,55.9776,56.644,57.3104,58.9764,59.6428,59.6428,60.3092,60.3092,60.3092,60.3092,60.3092,60.3092,59.6428,59.6428,58.9764,59.309599999999996,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,64.6408,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,68.306,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,74.97,74.97,75.9696,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,82.6336,83.6332,84.2996,84.966,85.6324,85.6324,85.9656,86.9652,86.9652,86.9652,86.9652],[65.6404,66.3068,67.6396,68.306,69.3056,69.972,70.6384,71.3048,72.9708,73.63719999999999,74.3036,74.97,76.636,77.3024,78.9684,79.6348,80.6344,81.3008,81.9672,81.9672,81.9672,81.9672,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.3,84.2996,84.966,84.966,84.2996,83.6332,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.6328,86.632,87.6316,88.9644,89.2976,89.2976,89.964,90.6304,91.2968,92.2964,92.9628,92.9628,93.29599999999999,93.9624,94.6288,94.962,94.962,94.962,93.9624,92.6296,91.63,90.2972,90.6304,90.6304,90.9636,91.63,91.63,92.9628,93.29599999999999,93.9624,94.6288,95.6284,96.2948,96.628,96.628,96.9612,96.9612,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,96.628,96.2948,95.9616,95.9616,95.2952,95.2952,94.962,94.962,94.6288,94.6288,94.6288,94.6288,93.9624,93.9624,93.9624,93.6292,93.6292,93.6292,93.6292,93.6292,93.6292,93.9624,94.6288,94.962,95.6284,95.6284,96.9612,96.9612,96.628,96.628,96.628,96.9612,96.9612,96.9612,96.9612,96.628,96.2948,95.2952,94.6288,94.6288,93.9624,94.6288,94.962,95.6284,96.628,97.96079999999999,98.96039999999999,99.96,101.9592,102.9588,102.9588,102.9588,102.9588,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,104.958,105.6244,106.624,107.2904,107.9568,109.2896,110.2892,111.622,112.2884,112.2884,111.9552,111.9552,111.2888,111.2888,111.622,110.9556,110.6224,109.2896,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.2908,105.2912,104.958,103.9584,102.6256,102.6256,101.626,100.6264,100.6264,99.6268,98.6272,96.628,96.2948,95.9616,95.2952,93.9624,92.9628,92.6296,91.9632,90.2972,88.9644,87.6316,87.9648,87.2984,87.2984,86.2988,85.6324,84.2996,82.96679999999999,81.3008,80.6344,78.9684,77.3024,76.636,76.636,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,71.3048,70.6384,69.972,69.3056,69.3056,68.6392,68.306,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.972,70.6384,71.3048,71.9712,72.6376,73.9704,74.6368,76.3028,76.9692,78.9684,79.968,82.3004,83.6332,85.2992,85.9656,85.9656,87.2984,87.2984,87.2984,87.2984,86.632,86.632,87.2984,87.2984,86.632,85.2992,84.2996,82.3004,80.6344,79.6348,78.30199999999999,77.3024,77.3024,76.9692,76.9692,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364,74.97,74.3036,73.304,72.6376,71.9712,71.3048,70.3052,68.9724,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.974,64.3076,63.6412,62.6416,61.9752,61.3088,60.6424,60.6424,59.6428,60.3092,60.3092,60.9756,61.3088,61.9752,63.308,63.9744,65.3072,66.9732,68.306,69.6388,71.9712,73.63719999999999,74.3036,75.6364,76.9692,78.9684,80.3012,83.3,86.2988,89.2976,91.63,92.6296,93.6292,93.6292,92.6296,91.2968,89.2976,88.298,87.9648,86.632,86.632,85.9656,85.2992,84.6328,83.6332,82.3004,81.634,80.6344,79.968,79.3016,79.3016,78.6352,77.6356,76.9692,76.9692,77.6356,78.6352,80.6344,82.96679999999999,84.2996,86.2988,86.9652,86.9652,86.9652,87.2984,87.6316,87.6316,88.298,88.9644,88.9644,89.2976,89.2976,88.298,86.632,84.966,80.9676,76.9692,72.9708,69.3056,64.3076,57.9768,52.9788,48.314,44.315599999999996,39.984,36.652,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,41.65,43.316,44.6488,45.3152,45.9816,47.6476,48.314,48.980399999999996,50.3132,51.646,52.9788,53.6452,54.3116,55.3112,55.9776,56.644,56.644,58.31,58.9764,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,58.9764,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.9704,74.6368,74.97,75.6364,75.9696,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,83.3,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652],[64.974,65.6404,66.9732,67.6396,68.6392,69.3056,70.6384,71.3048,71.9712,73.304,73.9704,74.6368,75.6364,76.9692,77.6356,78.30199999999999,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,84.966,84.966,84.2996,84.2996,83.6332,84.2996,84.6328,85.9656,87.2984,88.298,89.2976,89.2976,90.2972,90.6304,91.63,92.6296,92.9628,93.6292,93.9624,93.9624,94.6288,95.2952,95.6284,96.2948,95.6284,95.2952,93.29599999999999,91.63,91.2968,91.2968,91.63,91.63,92.2964,92.2964,92.9628,93.9624,94.6288,95.2952,95.6284,96.9612,97.2944,97.2944,97.6276,97.6276,98.294,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,96.9612,96.9612,96.2948,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,94.962,94.962,94.962,94.962,93.9624,93.9624,94.6288,94.6288,95.6284,95.9616,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,96.628,96.2948,95.6284,94.962,94.962,94.962,94.962,95.6284,96.2948,96.9612,97.96079999999999,99.6268,100.6264,101.9592,103.292,103.292,103.292,103.292,103.62519999999999,103.9584,103.9584,103.9584,103.9584,104.6248,104.958,105.9576,106.2908,107.6236,107.9568,109.2896,110.2892,111.9552,113.288,113.288,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.6216,112.6216,112.95479999999999,112.2884,110.9556,110.6224,109.956,108.9564,108.28999999999999,107.9568,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,106.2908,105.9576,104.2916,103.9584,102.6256,101.626,100.6264,100.6264,100.2932,98.6272,97.96079999999999,96.2948,95.9616,95.2952,94.2956,93.6292,92.9628,92.6296,91.2968,89.964,89.2976,88.63119999999999,87.9648,87.2984,86.9652,86.2988,84.2996,82.96679999999999,81.9672,80.3012,78.9684,77.3024,76.636,76.636,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.9708,72.9708,71.9712,71.3048,70.6384,70.6384,69.972,69.3056,68.6392,68.6392,67.6396,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,67.6396,67.97279999999999,68.6392,69.3056,69.972,71.3048,71.9712,73.304,73.9704,75.6364,76.3028,77.6356,79.3016,80.9676,82.3004,83.6332,84.966,84.966,85.9656,85.9656,85.9656,85.9656,85.6324,86.2988,86.2988,86.9652,86.2988,85.2992,84.2996,82.3004,80.6344,78.9684,78.30199999999999,77.3024,76.636,76.9692,76.9692,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,73.9704,73.304,72.6376,71.9712,70.3052,69.6388,68.306,67.6396,66.9732,66.3068,65.6404,64.974,63.308,62.6416,61.9752,61.3088,60.6424,59.976,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.3088,62.6416,63.308,65.3072,65.9736,67.6396,69.3056,71.3048,71.9712,73.63719999999999,75.6364,76.9692,78.9684,80.9676,84.2996,87.2984,88.9644,89.6308,90.6304,90.6304,90.6304,88.9644,87.6316,86.632,86.632,85.2992,85.6324,84.6328,84.6328,84.2996,83.6332,82.3004,81.634,80.6344,79.968,78.9684,78.6352,77.6356,76.9692,76.3028,76.3028,76.3028,76.9692,79.3016,81.634,83.6332,85.6324,86.9652,87.6316,87.2984,87.9648,88.63119999999999,89.6308,90.2972,89.6308,89.6308,90.6304,90.6304,89.964,88.298,85.6324,82.3004,78.9684,73.63719999999999,69.972,64.974,58.6432,52.9788,48.314,44.315599999999996,39.984,36.652,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,39.3176,39.984,40.6504,41.65,43.316,44.6488,45.3152,45.9816,46.9812,48.314,48.980399999999996,50.3132,51.646,52.9788,53.6452,54.3116,55.3112,55.9776,55.9776,56.644,57.6436,58.31,58.31,58.9764,58.9764,58.9764,59.6428,59.6428,58.9764,58.9764,58.31,58.31,58.6432,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,61.3088,61.9752,62.6416,62.6416,63.9744,64.6408,65.3072,65.3072,66.3068,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.9704,74.6368,74.6368,75.6364,75.6364,76.636,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,83.3,84.2996,84.966,85.6324,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652],[64.3076,64.974,65.6404,66.9732,67.97279999999999,68.6392,69.3056,70.6384,71.3048,72.6376,73.304,73.9704,74.97,76.3028,76.9692,77.6356,79.968,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.3,83.3,83.3,83.3,84.2996,84.2996,84.966,85.6324,86.2988,86.2988,86.2988,86.9652,85.9656,85.9656,85.2992,84.966,84.966,84.966,85.6324,86.632,87.9648,88.298,89.2976,89.964,90.6304,91.2968,91.9632,92.9628,93.6292,93.9624,93.9624,94.6288,95.2952,95.6284,96.2948,96.2948,95.6284,95.2952,93.29599999999999,92.2964,91.63,91.63,91.63,92.2964,92.2964,93.29599999999999,93.6292,93.9624,94.6288,95.2952,96.2948,96.9612,97.2944,97.2944,97.6276,97.6276,98.96039999999999,99.6268,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,97.2944,96.2948,96.2948,96.2948,95.9616,95.9616,95.9616,95.9616,95.9616,95.6284,95.6284,95.6284,95.6284,94.962,94.962,94.962,93.9624,94.6288,94.6288,94.962,95.9616,96.628,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.96079999999999,97.2944,96.2948,95.6284,94.962,94.962,94.962,95.6284,96.2948,96.628,97.2944,98.96039999999999,99.6268,101.2928,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,104.6248,105.6244,105.9576,106.9572,107.6236,108.28999999999999,108.9564,109.956,110.9556,112.95479999999999,113.95439999999999,114.2876,114.6208,114.954,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.2884,111.622,110.6224,109.2896,108.9564,108.28999999999999,107.9568,107.2904,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,106.9572,106.2908,104.6248,104.6248,103.292,102.2924,101.2928,100.6264,100.2932,99.2936,97.96079999999999,97.2944,96.2948,95.9616,94.962,94.2956,93.6292,92.9628,91.63,91.2968,91.2968,89.964,88.9644,88.298,87.9648,86.9652,84.966,83.6332,82.6336,80.9676,79.6348,78.30199999999999,77.3024,76.636,75.6364,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,72.3044,72.3044,72.3044,71.3048,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,67.97279999999999,67.6396,66.9732,66.9732,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.3068,67.3064,67.97279999999999,68.6392,69.3056,70.6384,71.3048,72.6376,73.304,74.97,75.6364,76.3028,77.6356,79.3016,80.9676,81.634,83.6332,83.6332,84.966,84.966,84.966,85.6324,85.6324,85.6324,86.2988,86.2988,86.2988,84.966,84.2996,82.3004,80.6344,78.9684,77.3024,76.636,75.9696,76.3028,76.3028,75.6364,76.3028,76.3028,76.3028,76.9692,76.3028,75.6364,74.97,73.9704,73.304,72.6376,71.9712,70.9716,69.6388,68.9724,67.6396,66.9732,66.3068,65.6404,64.974,63.308,62.6416,61.3088,60.6424,59.976,59.309599999999996,57.9768,57.9768,57.9768,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.9752,62.6416,63.308,65.3072,66.9732,67.97279999999999,68.6392,69.972,72.6376,73.63719999999999,75.6364,77.6356,80.3012,82.96679999999999,84.966,86.632,87.2984,87.2984,87.2984,86.2988,85.2992,84.966,84.2996,84.6328,83.9664,83.6332,83.6332,82.96679999999999,82.3004,81.634,80.9676,80.6344,78.9684,78.30199999999999,77.6356,76.9692,76.3028,75.6364,75.6364,75.6364,76.3028,77.6356,80.3012,82.96679999999999,85.6324,86.9652,87.6316,88.298,88.63119999999999,89.6308,90.2972,90.6304,89.964,90.6304,91.9632,91.9632,91.2968,89.964,87.6316,84.2996,80.6344,76.3028,70.6384,65.6404,59.309599999999996,54.3116,48.980399999999996,44.982,40.6504,37.3184,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,39.3176,39.984,39.984,41.65,42.6496,43.9824,44.6488,45.3152,46.3148,47.6476,48.314,49.6468,50.9796,52.3124,52.9788,53.6452,54.6448,55.3112,55.3112,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.31,58.31,57.6436,57.6436,57.9768,57.9768,57.9768,58.6432,58.6432,58.6432,58.6432,59.309599999999996,60.6424,61.3088,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.3068,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.9704,74.6368,75.3032,75.6364,76.3028,76.636,77.3024,77.3024,78.30199999999999,78.30199999999999,78.9684,78.9684,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,83.3,84.2996,84.966,85.9656,85.9656,85.9656,85.9656,86.9652,86.9652,86.9652,86.9652],[63.6412,63.6412,64.3076,65.6404,66.3068,66.9732,67.6396,68.9724,69.972,71.3048,71.9712,72.6376,74.3036,74.97,75.6364,76.9692,78.9684,79.6348,80.3012,80.9676,81.634,81.634,82.3004,82.3004,82.6336,82.6336,82.6336,83.3,84.2996,84.2996,85.6324,86.2988,86.9652,86.9652,86.9652,87.2984,87.2984,86.632,86.2988,86.2988,85.6324,85.6324,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.964,90.6304,91.2968,91.9632,92.9628,93.6292,93.9624,94.962,94.962,95.9616,96.2948,96.9612,96.9612,96.2948,95.6284,93.6292,92.6296,91.63,91.9632,92.6296,92.6296,93.6292,93.9624,93.9624,94.2956,94.962,95.6284,96.2948,96.9612,97.6276,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,95.9616,95.6284,94.962,94.962,94.6288,94.6288,95.6284,95.6284,96.628,97.6276,97.96079999999999,99.2936,98.96039999999999,99.2936,99.6268,99.6268,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,97.6276,96.9612,96.2948,95.6284,95.6284,95.6284,95.6284,95.9616,97.2944,97.96079999999999,98.6272,99.6268,100.9596,101.2928,102.6256,103.292,103.9584,103.9584,103.62519999999999,103.62519999999999,104.6248,105.2912,105.6244,107.2904,107.9568,109.2896,109.956,110.6224,111.622,112.2884,114.2876,114.6208,114.954,115.6204,115.9536,115.6204,115.6204,115.6204,115.2872,114.6208,113.6212,112.95479999999999,111.622,110.9556,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,105.6244,105.6244,103.9584,103.292,102.2924,101.2928,100.6264,100.2932,98.96039999999999,97.6276,97.2944,96.9612,96.2948,95.6284,94.962,93.9624,92.9628,92.2964,92.2964,91.63,90.6304,89.964,88.9644,87.9648,86.2988,84.2996,82.6336,81.9672,80.3012,78.9684,77.3024,76.636,75.6364,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,68.9724,68.306,67.6396,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.974,64.974,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,68.306,69.972,70.6384,71.9712,72.6376,73.9704,74.6368,75.3032,76.3028,78.30199999999999,79.3016,80.6344,81.634,82.3004,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,86.2988,86.2988,84.966,84.2996,82.3004,80.6344,78.30199999999999,76.636,75.6364,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,75.6364,74.97,73.9704,73.304,72.6376,71.9712,70.9716,69.6388,68.9724,68.306,66.9732,66.3068,66.3068,65.6404,63.308,61.9752,60.6424,59.976,58.6432,57.9768,57.3104,57.3104,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,59.976,60.6424,61.9752,62.6416,64.3076,64.974,66.3068,67.6396,68.9724,70.6384,72.6376,74.97,76.636,78.6352,80.3012,81.634,82.96679999999999,82.96679999999999,82.96679999999999,82.3004,82.3004,82.3004,82.96679999999999,82.96679999999999,82.3004,81.634,81.634,80.6344,79.968,79.968,78.9684,77.6356,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,74.3036,76.3028,78.6352,81.3008,84.2996,86.2988,87.2984,88.298,89.6308,90.2972,90.6304,90.6304,91.9632,92.2964,92.9628,93.6292,93.6292,92.2964,89.964,86.9652,83.3,78.6352,72.9708,67.6396,61.3088,55.6444,49.6468,45.6484,42.6496,39.3176,35.9856,34.6528,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,37.3184,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.65,42.3164,42.9828,43.9824,44.6488,45.9816,46.647999999999996,47.9808,48.980399999999996,50.3132,50.9796,51.646,52.9788,53.6452,53.6452,53.6452,54.6448,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.9764,59.976,60.6424,61.9752,62.6416,63.9744,64.6408,65.9736,66.64,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.304,73.9704,74.6368,75.3032,75.3032,75.6364,76.3028,76.9692,76.9692,78.30199999999999,78.9684,78.9684,78.9684,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,83.3,83.9664,84.966,85.9656,85.9656,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652],[61.9752,61.9752,62.6416,63.6412,64.974,65.6404,66.3068,67.6396,68.6392,69.972,70.6384,71.9712,72.9708,74.3036,74.97,75.6364,77.3024,78.9684,79.6348,80.3012,80.9676,81.634,81.634,81.634,81.9672,81.9672,81.9672,82.6336,83.6332,84.2996,85.6324,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,86.2988,86.2988,85.6324,85.6324,86.9652,87.2984,88.298,89.2976,89.964,89.964,90.6304,91.63,91.9632,92.9628,93.6292,93.9624,94.962,94.962,95.9616,96.2948,96.9612,96.9612,96.9612,95.9616,94.2956,93.29599999999999,92.2964,92.6296,92.6296,93.29599999999999,93.9624,93.9624,94.2956,95.2952,94.962,95.6284,95.9616,96.628,97.6276,98.294,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,98.96039999999999,98.294,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.2944,97.2944,96.9612,95.9616,95.9616,95.6284,94.962,94.6288,94.6288,95.6284,95.9616,96.9612,97.96079999999999,98.294,99.6268,99.2936,99.6268,99.6268,99.6268,99.2936,99.2936,99.2936,99.2936,98.96039999999999,98.96039999999999,98.294,97.2944,96.9612,95.9616,95.9616,95.9616,95.9616,96.2948,97.2944,97.96079999999999,98.96039999999999,99.6268,100.9596,101.2928,101.9592,103.292,103.62519999999999,103.9584,103.62519999999999,104.2916,105.2912,105.9576,106.624,107.9568,108.6232,109.956,110.9556,111.622,112.2884,113.288,114.2876,115.2872,115.9536,115.9536,116.2868,116.2868,116.2868,116.2868,115.6204,115.6204,114.6208,113.288,112.2884,111.2888,110.6224,109.2896,107.9568,107.6236,106.9572,106.2908,106.2908,106.9572,107.6236,107.9568,107.6236,107.6236,107.6236,107.6236,106.2908,105.9576,104.6248,103.9584,103.292,102.2924,101.2928,100.6264,99.6268,98.294,98.294,97.96079999999999,97.2944,96.628,96.2948,95.9616,94.6288,93.9624,93.9624,93.9624,92.6296,91.63,90.6304,89.2976,87.2984,85.6324,83.6332,82.96679999999999,81.3008,79.968,78.30199999999999,77.3024,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,72.9708,72.9708,71.9712,71.3048,70.6384,70.6384,71.3048,71.3048,70.6384,69.972,68.9724,67.6396,66.9732,66.3068,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,64.974,66.3068,67.6396,69.3056,69.972,71.3048,71.9712,73.304,73.9704,74.6368,75.6364,76.9692,78.6352,79.3016,80.6344,81.634,81.634,82.3004,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,84.966,83.6332,81.9672,79.968,77.3024,75.9696,74.97,74.97,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,75.6364,75.6364,74.97,73.9704,73.304,72.6376,71.9712,70.9716,70.3052,69.6388,68.9724,67.6396,66.9732,66.9732,65.6404,63.308,61.9752,60.6424,59.309599999999996,58.6432,57.9768,57.3104,56.644,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.309599999999996,59.976,60.6424,61.3088,62.3084,63.9744,65.6404,66.9732,68.306,70.6384,72.6376,74.3036,75.6364,76.9692,78.30199999999999,78.9684,78.9684,79.968,79.6348,80.3012,80.9676,80.9676,80.9676,80.3012,79.968,79.3016,79.3016,78.30199999999999,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.9708,73.63719999999999,74.97,77.6356,79.968,82.96679999999999,84.966,86.632,88.298,89.964,90.6304,90.6304,91.2968,92.2964,93.29599999999999,94.6288,94.6288,94.6288,93.9624,92.2964,89.2976,86.2988,81.3008,74.97,69.3056,63.308,56.3108,50.3132,46.9812,43.6492,40.6504,37.3184,35.3192,33.986399999999996,33.32,33.986399999999996,34.6528,35.9856,36.652,37.3184,37.3184,37.9848,38.6512,39.3176,39.984,40.9836,40.9836,41.65,42.3164,43.316,43.9824,45.3152,45.9816,47.6476,48.314,48.980399999999996,50.3132,51.646,51.646,51.646,52.3124,53.312,53.9784,53.9784,54.6448,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,60.6424,61.9752,62.6416,63.9744,64.6408,65.9736,66.64,66.9732,67.6396,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.9704,74.6368,74.6368,75.3032,75.6364,75.6364,76.3028,76.9692,78.30199999999999,78.9684,78.9684,78.9684,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,83.3,83.9664,84.966,85.9656,85.9656,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652],[59.976,60.6424,61.3088,61.9752,62.6416,64.3076,64.974,66.3068,67.3064,68.6392,69.3056,70.6384,71.3048,72.6376,73.304,74.6368,75.6364,76.9692,77.6356,78.30199999999999,80.3012,80.9676,80.9676,80.9676,81.3008,81.3008,81.3008,81.9672,82.96679999999999,83.6332,85.6324,85.6324,86.2988,86.2988,86.632,86.632,86.632,86.632,86.2988,86.2988,85.6324,85.6324,86.9652,87.2984,88.298,89.2976,89.964,89.964,90.6304,91.63,92.6296,92.9628,93.6292,93.9624,94.6288,95.2952,96.2948,96.9612,97.2944,97.2944,97.2944,96.9612,95.6284,93.9624,93.6292,93.6292,93.6292,93.9624,94.2956,94.6288,94.962,95.2952,95.9616,95.9616,96.2948,96.9612,96.9612,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.2936,99.2936,99.2936,99.6268,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,96.2948,95.9616,95.9616,94.962,94.962,95.6284,96.628,97.6276,98.294,99.2936,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,100.2932,99.6268,98.6272,98.6272,97.96079999999999,97.96079999999999,96.628,96.9612,96.9612,96.9612,96.9612,96.9612,97.2944,97.96079999999999,98.96039999999999,99.6268,100.2932,100.6264,101.9592,102.2924,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,105.2912,105.6244,106.9572,107.6236,109.2896,109.956,110.6224,111.9552,112.95479999999999,113.6212,114.954,115.2872,116.62,116.62,116.62,116.62,116.62,116.2868,115.6204,115.6204,114.6208,113.288,112.2884,111.2888,110.6224,109.2896,107.9568,107.6236,106.9572,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.6244,104.6248,103.62519999999999,102.9588,101.626,101.2928,100.6264,99.6268,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,96.628,96.2948,96.2948,95.9616,95.6284,94.962,93.9624,92.2964,90.6304,88.298,86.632,85.2992,84.2996,82.96679999999999,80.9676,79.968,78.30199999999999,76.3028,75.6364,74.97,74.3036,74.3036,73.63719999999999,73.63719999999999,72.9708,71.9712,71.3048,70.6384,70.6384,71.3048,71.3048,70.6384,69.972,68.9724,67.6396,66.3068,65.6404,65.6404,64.974,64.974,64.974,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,64.3076,65.6404,66.9732,68.6392,69.972,70.6384,71.9712,72.6376,73.304,73.9704,74.97,75.6364,76.636,78.30199999999999,79.3016,79.968,80.6344,81.3008,81.9672,81.9672,82.96679999999999,83.6332,84.2996,84.966,84.966,84.2996,82.96679999999999,81.3008,79.968,77.3024,75.9696,74.3036,74.3036,74.3036,74.3036,74.3036,74.97,74.97,75.6364,75.6364,75.6364,74.97,74.97,73.9704,73.304,72.6376,71.9712,70.9716,70.3052,69.6388,68.9724,68.306,67.6396,67.6396,66.3068,64.6408,63.308,61.3088,59.976,58.6432,57.9768,57.3104,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.6428,60.6424,62.3084,64.3076,65.6404,67.6396,69.972,71.3048,72.6376,73.304,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.6352,78.6352,78.6352,78.6352,77.9688,77.3024,77.3024,76.636,75.6364,74.97,74.97,74.3036,72.6376,71.9712,71.9712,71.9712,72.3044,73.63719999999999,76.3028,78.6352,81.634,84.2996,85.6324,87.9648,89.2976,90.6304,91.63,92.2964,93.29599999999999,94.6288,95.6284,96.2948,95.6284,94.962,93.9624,91.9632,88.9644,83.9664,77.6356,71.3048,64.3076,57.3104,51.3128,47.6476,44.315599999999996,41.3168,37.9848,35.3192,33.986399999999996,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.6508,40.3172,40.3172,40.9836,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.9812,47.6476,48.980399999999996,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.9788,53.6452,54.3116,54.3116,54.3116,54.3116,54.978,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,60.6424,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,73.9704,74.6368,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.30199999999999,78.9684,78.9684,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,83.3,83.9664,84.966,85.9656,85.9656,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652],[59.309599999999996,59.309599999999996,59.976,60.6424,61.9752,62.6416,64.3076,64.974,66.64,67.3064,68.6392,69.3056,70.6384,71.3048,72.6376,73.304,74.97,75.6364,76.9692,77.6356,78.9684,79.6348,80.3012,80.3012,80.6344,80.6344,80.6344,81.3008,82.3004,82.96679999999999,84.966,85.6324,86.2988,86.2988,86.632,86.632,86.632,86.632,86.2988,86.2988,85.6324,85.6324,86.9652,87.2984,88.298,89.2976,89.964,89.964,90.6304,91.63,92.6296,93.6292,93.9624,94.6288,94.6288,95.2952,96.9612,97.6276,97.6276,97.6276,97.6276,97.6276,95.9616,94.6288,93.9624,93.9624,93.9624,94.6288,94.962,94.962,95.2952,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.6276,98.6272,98.6272,98.6272,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,96.9612,96.2948,95.9616,95.6284,95.6284,95.9616,96.628,97.96079999999999,98.96039999999999,99.96,100.6264,100.9596,100.9596,100.9596,100.9596,100.9596,100.9596,100.2932,100.2932,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,97.6276,97.6276,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,99.6268,99.96,100.6264,100.6264,101.9592,102.2924,102.9588,103.62519999999999,104.2916,104.2916,104.2916,105.2912,106.2908,107.6236,108.6232,109.956,110.2892,111.2888,112.6216,113.6212,114.2876,115.2872,115.9536,116.62,116.62,116.62,116.62,116.62,116.62,115.9536,115.6204,114.6208,113.288,112.2884,110.9556,109.956,109.2896,107.9568,106.9572,106.2908,106.2908,106.2908,106.2908,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,104.958,103.9584,103.9584,103.62519999999999,102.6256,101.626,101.2928,100.6264,100.6264,100.2932,99.6268,99.6268,98.96039999999999,98.6272,98.6272,98.294,97.96079999999999,97.6276,95.9616,94.6288,92.9628,90.6304,88.63119999999999,86.9652,85.6324,84.2996,82.96679999999999,81.634,79.968,77.6356,76.3028,75.6364,74.97,74.97,74.3036,74.3036,73.63719999999999,72.6376,71.9712,71.3048,71.3048,71.3048,71.3048,70.6384,69.972,68.9724,67.6396,66.3068,65.6404,64.974,64.3076,64.3076,64.3076,64.3076,64.3076,64.3076,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,63.6412,64.974,66.3068,67.97279999999999,69.3056,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,76.636,77.3024,78.30199999999999,79.3016,79.968,80.6344,81.3008,81.3008,81.9672,82.96679999999999,83.6332,84.2996,84.2996,83.6332,82.3004,80.6344,78.9684,76.636,75.3032,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,74.97,74.97,74.3036,73.304,72.6376,72.6376,71.9712,70.9716,70.9716,70.3052,69.6388,68.9724,68.306,67.6396,66.9732,65.3072,63.9744,61.3088,59.976,58.6432,57.9768,57.9768,57.3104,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,59.309599999999996,60.6424,62.6416,64.974,66.9732,68.306,69.3056,69.972,70.6384,71.3048,73.304,73.63719999999999,74.3036,74.97,76.3028,76.9692,76.9692,76.9692,76.636,75.9696,75.9696,75.9696,75.9696,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.3048,70.6384,70.6384,71.638,72.3044,74.3036,76.9692,79.6348,82.3004,84.6328,87.2984,88.9644,89.6308,90.9636,92.2964,93.9624,95.6284,96.9612,96.9612,96.628,95.9616,95.6284,93.6292,91.2968,86.2988,79.3016,72.9708,66.3068,59.6428,53.6452,48.980399999999996,46.3148,43.316,39.984,36.652,34.6528,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,38.9844,39.6508,39.6508,39.6508,40.6504,40.6504,41.3168,41.9832,42.9828,44.315599999999996,44.982,45.6484,46.9812,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,51.646,52.3124,52.9788,52.9788,52.9788,53.6452,53.6452,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,60.6424,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,68.306,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,73.304,73.9704,74.3036,74.97,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,83.3,83.9664,84.966,85.9656,85.9656,86.2988,86.2988,86.9652,86.9652,86.9652,86.9652],[57.9768,58.6432,59.309599999999996,59.976,61.3088,62.6416,63.308,64.6408,65.6404,66.9732,67.6396,68.306,69.972,70.6384,71.9712,72.6376,74.3036,74.97,75.6364,76.3028,77.6356,78.30199999999999,78.30199999999999,78.9684,79.6348,79.6348,79.6348,80.6344,82.3004,82.96679999999999,84.2996,84.966,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,85.6324,86.9652,87.2984,88.298,89.2976,89.964,89.964,90.6304,91.63,92.6296,93.6292,93.9624,94.6288,94.962,95.6284,97.2944,97.6276,98.294,98.294,98.294,97.6276,96.628,95.6284,94.6288,94.962,94.962,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,98.96039999999999,100.2932,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.2932,100.2932,99.2936,98.96039999999999,98.294,96.628,96.2948,96.2948,95.9616,96.628,97.6276,98.96039999999999,100.2932,101.2928,101.626,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.626,100.2932,100.2932,99.6268,99.6268,99.2936,99.2936,99.6268,99.6268,100.2932,100.2932,100.2932,100.9596,101.626,102.2924,102.9588,102.9588,102.9588,103.292,103.9584,103.9584,104.2916,104.6248,105.6244,106.2908,107.6236,108.6232,110.6224,110.9556,111.2888,112.6216,113.6212,114.2876,115.2872,115.6204,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.62,116.62,115.9536,114.954,113.288,112.2884,110.9556,109.956,109.2896,107.6236,106.9572,106.2908,105.9576,105.6244,105.9576,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,105.9576,105.6244,105.6244,104.6248,103.62519999999999,103.292,102.2924,102.2924,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.2932,98.6272,97.6276,94.962,93.6292,91.63,89.964,87.6316,86.2988,85.2992,84.2996,82.3004,80.3012,78.30199999999999,76.9692,76.3028,75.6364,74.97,74.97,74.3036,73.304,72.6376,71.9712,71.3048,71.3048,70.6384,70.6384,69.972,68.9724,67.6396,66.3068,64.974,64.3076,63.6412,63.308,63.308,63.308,63.308,63.308,63.308,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.9744,65.6404,67.97279999999999,69.3056,69.972,71.3048,71.9712,72.6376,73.304,74.3036,74.97,76.636,77.3024,78.30199999999999,79.3016,79.968,80.6344,80.6344,81.3008,81.9672,82.3004,82.96679999999999,83.6332,83.6332,82.96679999999999,81.634,79.968,78.30199999999999,75.6364,74.3036,72.9708,72.9708,72.9708,72.9708,72.6376,73.304,73.304,73.9704,73.9704,73.9704,73.9704,73.304,73.304,72.6376,71.9712,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,68.306,68.306,67.6396,65.9736,63.9744,61.9752,60.6424,59.309599999999996,58.6432,58.6432,57.9768,57.6436,57.6436,56.977199999999996,56.977199999999996,56.3108,55.6444,54.978,54.978,54.978,54.978,54.3116,54.3116,54.3116,54.3116,53.6452,54.3116,54.978,55.6444,56.977199999999996,59.309599999999996,61.3088,62.6416,64.6408,66.3068,66.9732,67.6396,68.306,69.972,71.3048,71.9712,73.304,74.3036,74.97,75.3032,75.3032,75.3032,74.3036,74.3036,73.9704,73.9704,73.304,72.6376,72.6376,71.9712,70.6384,69.972,69.3056,69.3056,69.972,71.3048,72.6376,74.97,78.30199999999999,80.9676,83.6332,85.2992,86.632,88.63119999999999,89.6308,91.63,93.9624,95.6284,96.9612,96.9612,96.9612,96.9612,96.2948,95.2952,92.9628,87.9648,81.9672,75.6364,68.6392,62.3084,56.644,52.3124,49.6468,46.3148,43.316,39.984,36.9852,35.6524,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,38.6512,38.6512,39.3176,39.3176,39.984,40.6504,41.3168,42.6496,43.316,44.315599999999996,44.982,45.6484,46.3148,46.3148,47.3144,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,54.3116,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,59.309599999999996,60.6424,61.3088,62.6416,63.9744,64.6408,65.3072,65.9736,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.304,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.3024,78.30199999999999,78.30199999999999,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,83.3,83.9664,84.966,85.9656,85.9656,86.2988,86.2988,87.2984,86.632,86.632,86.632],[57.9768,58.6432,59.309599999999996,59.976,61.9752,62.6416,63.308,64.6408,65.6404,66.9732,67.6396,68.306,69.3056,70.6384,71.3048,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.9692,76.9692,77.6356,77.6356,78.9684,78.9684,78.9684,79.6348,81.3008,82.3004,83.6332,84.2996,85.2992,85.9656,85.9656,85.9656,85.9656,85.6324,85.6324,85.6324,85.6324,85.6324,86.9652,87.2984,88.298,88.9644,89.964,89.964,90.6304,91.63,92.6296,93.6292,93.9624,94.962,95.6284,96.2948,97.2944,98.294,98.96039999999999,98.96039999999999,98.294,97.6276,96.628,95.9616,94.962,95.6284,95.6284,95.6284,95.6284,95.9616,95.9616,95.9616,96.2948,96.2948,96.9612,96.9612,97.6276,97.6276,97.96079999999999,97.96079999999999,98.294,98.6272,98.96039999999999,99.6268,100.9596,101.2928,101.9592,102.6256,102.6256,103.292,103.292,102.6256,102.6256,101.9592,101.9592,101.9592,101.2928,100.6264,100.6264,99.96,98.96039999999999,98.294,97.2944,96.9612,96.9612,96.628,97.6276,98.294,99.96,101.2928,102.2924,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.9592,101.2928,100.9596,100.2932,100.2932,100.2932,100.6264,101.2928,101.2928,101.9592,102.2924,102.2924,102.2924,102.9588,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,105.2912,105.6244,106.9572,107.9568,109.956,110.9556,112.2884,112.6216,113.6212,114.2876,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,116.62,115.9536,114.954,113.288,112.2884,110.9556,109.956,108.9564,107.6236,106.2908,105.9576,105.9576,105.6244,105.6244,105.9576,105.9576,106.2908,106.2908,106.9572,106.9572,107.6236,107.6236,106.9572,106.624,106.9572,106.2908,105.6244,104.6248,104.6248,103.62519999999999,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.9584,103.9584,103.292,101.2928,99.96,97.6276,95.6284,93.9624,92.2964,90.6304,87.6316,86.632,85.2992,84.2996,82.3004,80.3012,78.9684,76.9692,76.9692,76.3028,75.6364,74.97,73.9704,73.304,72.6376,71.9712,71.3048,70.6384,70.6384,69.972,68.9724,67.6396,66.3068,64.974,64.3076,63.6412,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.9752,62.6416,63.9744,65.6404,67.3064,68.6392,69.972,70.6384,71.9712,72.6376,73.9704,74.97,75.6364,76.636,77.3024,78.30199999999999,79.3016,79.968,80.6344,80.6344,81.3008,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,82.3004,80.6344,78.9684,77.3024,74.97,73.63719999999999,72.9708,72.3044,72.9708,72.9708,72.6376,72.6376,72.6376,73.304,73.304,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,69.6388,68.9724,68.9724,67.6396,65.9736,64.6408,62.6416,61.3088,59.976,59.309599999999996,59.309599999999996,58.6432,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,54.3116,53.6452,52.9788,52.9788,52.3124,51.646,51.646,51.646,51.9792,52.3124,54.3116,55.6444,57.6436,59.6428,61.3088,61.9752,63.308,64.6408,65.6404,66.9732,68.306,69.6388,71.3048,72.9708,72.6376,73.9704,73.9704,73.304,72.9708,72.9708,72.6376,72.6376,71.9712,71.9712,71.3048,70.6384,69.972,69.3056,68.6392,68.6392,69.3056,69.972,71.9712,74.3036,76.3028,79.3016,80.9676,83.6332,85.2992,86.9652,88.298,90.2972,92.9628,94.2956,95.9616,96.2948,96.9612,96.9612,96.9612,95.2952,93.6292,89.2976,82.6336,76.9692,71.3048,65.6404,59.309599999999996,55.6444,52.6456,49.6468,45.6484,43.316,39.3176,37.6516,37.3184,36.652,35.9856,35.3192,35.3192,35.3192,35.9856,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,40.6504,41.3168,42.6496,43.316,44.315599999999996,44.982,44.982,45.6484,46.647999999999996,47.3144,47.3144,48.314,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,57.6436,58.31,59.976,60.6424,61.3088,61.9752,63.308,64.6408,65.3072,65.9736,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,77.3024,77.3024,78.30199999999999,78.6352,78.6352,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.9664,84.6328,84.966,85.9656,86.2988,86.2988,86.632,86.632,86.632,86.632],[58.6432,59.309599999999996,59.976,60.6424,61.9752,62.6416,63.9744,64.6408,66.3068,66.9732,67.6396,68.306,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,78.30199999999999,78.30199999999999,78.30199999999999,78.9684,80.6344,81.634,82.96679999999999,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.9652,87.2984,87.9648,88.9644,89.2976,89.964,90.6304,91.63,92.6296,93.6292,93.9624,94.962,96.2948,96.628,97.6276,98.294,98.96039999999999,98.96039999999999,98.294,97.6276,96.628,96.2948,95.6284,95.6284,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.294,98.96039999999999,100.2932,101.2928,101.9592,103.292,103.292,103.9584,103.9584,103.9584,104.6248,103.9584,103.62519999999999,103.292,103.292,102.6256,101.9592,101.2928,100.9596,100.2932,98.96039999999999,98.294,97.2944,97.6276,96.9612,96.9612,97.96079999999999,98.6272,100.2932,101.2928,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,102.2924,102.2924,100.9596,100.9596,100.9596,100.9596,101.9592,102.6256,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,104.2916,104.958,105.6244,105.6244,105.6244,104.958,104.958,105.6244,105.2912,105.6244,105.9576,106.9572,108.9564,109.956,110.9556,112.2884,112.95479999999999,114.2876,114.954,115.2872,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,116.2868,115.6204,114.954,113.288,111.622,110.9556,109.956,108.9564,107.6236,106.2908,105.9576,105.2912,104.958,105.6244,105.6244,105.6244,105.9576,106.2908,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.2904,106.624,105.9576,104.958,104.958,104.6248,103.9584,103.62519999999999,104.2916,104.6248,105.6244,105.2912,105.9576,105.2912,104.6248,103.62519999999999,102.6256,100.2932,97.96079999999999,95.9616,94.6288,92.2964,89.2976,87.9648,86.632,85.2992,83.6332,81.634,79.968,78.9684,78.30199999999999,77.6356,76.3028,75.6364,74.3036,73.63719999999999,72.6376,71.9712,71.3048,71.3048,70.6384,69.972,68.9724,67.6396,66.3068,64.974,64.3076,64.3076,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,61.3088,61.9752,63.308,64.6408,66.64,67.97279999999999,69.3056,70.6384,71.9712,73.304,74.6368,75.6364,76.9692,78.30199999999999,78.30199999999999,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.9672,82.3004,82.3004,81.634,81.634,79.968,77.6356,76.3028,74.97,73.63719999999999,72.9708,72.3044,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,73.304,73.304,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.9712,71.3048,71.3048,70.6384,70.3052,69.6388,68.9724,68.306,66.64,65.3072,63.308,61.9752,60.6424,59.976,59.976,59.309599999999996,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,52.9788,52.3124,51.646,51.646,50.9796,50.3132,48.980399999999996,48.980399999999996,48.980399999999996,49.6468,50.9796,52.3124,54.3116,56.977199999999996,57.6436,58.9764,59.6428,60.6424,62.3084,63.308,65.9736,67.6396,68.9724,69.6388,70.9716,71.3048,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.3048,70.6384,70.6384,69.972,68.6392,67.97279999999999,67.6396,67.6396,67.97279999999999,69.3056,70.6384,72.6376,75.6364,77.6356,79.6348,81.3008,83.6332,85.6324,86.632,88.298,91.2968,92.6296,93.9624,94.6288,94.6288,95.6284,96.2948,94.6288,92.9628,89.2976,82.6336,76.9692,73.9704,68.9724,62.6416,58.6432,55.6444,52.3124,48.980399999999996,45.9816,41.9832,39.6508,39.3176,38.6512,37.3184,36.652,35.3192,35.3192,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,37.3184,38.6512,38.6512,39.3176,39.984,40.6504,41.3168,41.9832,42.6496,43.6492,44.315599999999996,44.315599999999996,44.982,46.3148,46.3148,46.9812,47.6476,48.980399999999996,50.3132,50.9796,51.646,51.646,51.646,52.3124,52.9788,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,60.6424,61.3088,61.9752,63.308,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,67.6396,68.6392,68.6392,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,72.9708,73.63719999999999,73.63719999999999,74.3036,75.6364,76.636,77.3024,77.3024,77.6356,77.6356,78.6352,78.6352,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.9664,84.966,85.6324,85.9656,86.2988,86.632,86.632,86.632,86.632],[59.309599999999996,59.976,60.6424,61.3088,62.6416,63.308,63.9744,65.3072,66.3068,67.6396,68.306,68.9724,69.972,71.3048,71.9712,71.9712,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,82.3004,82.96679999999999,84.2996,84.966,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.9652,87.2984,87.9648,88.298,88.63119999999999,89.2976,90.2972,91.63,92.2964,93.6292,93.9624,95.2952,96.2948,96.628,97.6276,98.294,98.96039999999999,98.96039999999999,98.294,97.6276,96.628,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.2948,96.628,96.628,96.628,97.2944,97.2944,97.96079999999999,97.96079999999999,98.294,98.96039999999999,100.9596,101.9592,103.292,103.62519999999999,103.9584,104.6248,104.6248,104.6248,104.958,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.292,101.9592,101.9592,101.2928,100.6264,99.6268,98.96039999999999,97.6276,97.2944,97.6276,97.96079999999999,97.96079999999999,98.6272,100.2932,100.9596,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.292,103.292,102.6256,102.6256,102.2924,101.2928,101.2928,101.2928,101.9592,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.2916,104.958,104.958,105.6244,105.6244,106.2908,106.2908,104.958,104.958,105.2912,105.6244,105.6244,105.9576,106.9572,108.28999999999999,109.956,110.6224,112.2884,112.6216,114.2876,114.954,116.2868,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,117.6196,117.2864,117.2864,116.62,116.2868,114.954,113.288,111.622,110.9556,109.956,109.2896,107.6236,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.624,106.9572,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.28999999999999,107.9568,107.2904,106.2908,105.9576,105.9576,105.2912,104.958,104.6248,105.6244,105.9576,106.2908,106.9572,106.9572,106.9572,106.2908,105.2912,103.9584,101.9592,99.6268,97.96079999999999,96.628,94.6288,91.2968,89.2976,87.6316,86.632,84.966,83.6332,81.634,80.6344,78.9684,78.30199999999999,76.9692,76.3028,74.97,74.3036,73.304,72.6376,71.9712,71.3048,70.6384,69.972,68.9724,67.6396,66.3068,65.6404,64.974,64.3076,63.308,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,62.6416,63.308,65.3072,66.64,67.97279999999999,69.3056,71.3048,72.6376,73.9704,75.6364,76.9692,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,81.3008,81.3008,81.3008,81.3008,81.634,80.9676,79.968,79.3016,76.9692,75.6364,74.3036,72.9708,72.3044,72.3044,71.9712,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,72.6376,72.6376,72.6376,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,71.3048,71.3048,70.3052,69.6388,68.9724,68.306,66.64,65.3072,63.308,62.6416,61.3088,60.6424,60.6424,59.976,59.6428,58.9764,58.31,56.977199999999996,56.3108,54.978,54.3116,53.6452,52.3124,51.646,50.9796,50.3132,49.6468,48.980399999999996,47.3144,47.3144,47.3144,47.3144,48.980399999999996,50.3132,51.646,52.9788,54.3116,55.6444,56.977199999999996,57.6436,58.9764,60.3092,62.6416,64.6408,66.3068,67.6396,68.9724,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.3056,68.6392,67.97279999999999,67.3064,66.9732,66.9732,67.97279999999999,68.6392,70.6384,71.9712,74.3036,76.3028,77.6356,78.9684,81.9672,82.96679999999999,84.2996,86.2988,88.298,89.964,91.2968,92.6296,92.2964,93.6292,94.6288,94.6288,92.9628,88.63119999999999,83.3,78.6352,75.3032,71.638,67.6396,62.6416,60.3092,56.644,53.6452,49.6468,45.3152,43.316,41.3168,39.984,38.6512,37.3184,35.9856,35.3192,35.9856,35.9856,35.9856,36.652,36.652,37.3184,37.3184,37.3184,38.6512,38.6512,39.3176,39.984,39.984,40.6504,41.3168,41.9832,42.9828,43.6492,44.315599999999996,44.982,45.6484,46.3148,46.9812,47.6476,48.980399999999996,50.3132,50.9796,51.646,51.646,51.646,52.3124,52.9788,54.3116,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.9732,68.306,68.6392,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,71.9712,72.3044,72.9708,72.9708,74.3036,74.97,76.636,76.636,77.3024,77.6356,77.6356,77.6356,78.6352,79.3016,79.968,79.968,80.6344,81.3008,81.9672,83.3,83.9664,84.2996,84.966,85.6324,85.6324,86.2988,86.632,86.632,86.632],[60.6424,60.6424,61.3088,61.9752,62.6416,63.6412,64.3076,64.974,66.64,67.97279999999999,68.6392,69.3056,70.6384,71.3048,71.9712,71.9712,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,78.9684,79.968,81.3008,82.3004,83.6332,83.6332,84.2996,83.9664,83.9664,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,87.2984,87.9648,88.298,89.2976,89.964,90.9636,92.2964,93.6292,94.6288,95.6284,96.2948,97.2944,98.6272,98.96039999999999,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,99.6268,101.2928,102.6256,103.62519999999999,104.2916,104.6248,105.2912,105.6244,105.6244,105.6244,104.958,104.958,104.958,103.9584,103.292,102.6256,102.6256,101.2928,100.9596,100.2932,98.96039999999999,98.96039999999999,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,100.2932,100.9596,101.9592,102.9588,104.2916,104.2916,104.2916,104.2916,103.9584,103.292,103.292,102.6256,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.6248,105.9576,105.9576,105.9576,105.9576,106.2908,106.2908,106.2908,107.6236,107.6236,106.9572,106.9572,106.2908,105.6244,105.6244,105.9576,105.6244,106.2908,107.9568,109.2896,110.6224,111.622,112.6216,113.6212,115.6204,115.9536,116.9532,117.9528,117.9528,118.286,118.286,117.6196,117.6196,117.6196,117.2864,116.62,116.2868,114.954,113.6212,112.2884,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.9568,107.2904,106.2908,106.2908,106.2908,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,108.28999999999999,108.28999999999999,108.9564,108.28999999999999,108.28999999999999,107.9568,106.624,106.624,105.9576,105.9576,105.6244,105.6244,105.9576,106.2908,106.9572,107.9568,108.9564,108.28999999999999,108.28999999999999,106.9572,104.958,103.292,100.6264,99.6268,97.2944,95.6284,93.9624,91.63,89.964,88.298,86.632,84.966,83.6332,81.9672,80.6344,79.6348,78.30199999999999,76.9692,75.6364,74.97,73.63719999999999,72.9708,71.9712,71.3048,70.6384,69.972,69.3056,67.97279999999999,66.9732,65.6404,64.974,64.3076,63.9744,63.308,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,60.6424,60.6424,62.6416,63.9744,65.6404,66.3068,67.6396,69.972,71.3048,73.304,74.6368,76.3028,78.30199999999999,78.9684,78.9684,79.968,79.968,80.6344,80.6344,80.9676,80.9676,80.6344,80.6344,79.968,79.3016,78.6352,76.9692,75.6364,74.3036,72.6376,71.9712,71.9712,71.3048,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.3052,69.6388,68.9724,68.306,67.6396,66.3068,64.974,64.3076,62.6416,61.9752,61.3088,61.3088,59.6428,58.9764,58.31,56.977199999999996,55.6444,54.978,54.3116,52.9788,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.3148,46.3148,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,52.3124,53.6452,54.978,56.977199999999996,58.31,59.976,61.9752,63.9744,65.6404,66.9732,66.9732,66.9732,67.6396,67.97279999999999,67.97279999999999,68.6392,68.6392,68.306,68.306,67.6396,66.9732,66.3068,66.3068,66.3068,66.9732,67.97279999999999,68.6392,69.972,71.3048,73.63719999999999,74.97,76.3028,77.6356,78.9684,80.9676,81.634,82.6336,85.2992,87.2984,88.298,88.9644,89.964,91.2968,92.6296,92.6296,91.63,88.63119999999999,83.3,78.30199999999999,76.636,74.6368,71.9712,69.972,66.3068,62.3084,58.9764,54.978,50.9796,47.3144,44.6488,42.3164,39.3176,37.3184,35.9856,35.3192,34.6528,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.9812,47.6476,49.6468,50.3132,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,53.9784,55.3112,55.9776,56.644,57.6436,58.31,58.9764,59.6428,60.6424,60.6424,61.3088,61.9752,63.308,63.9744,64.6408,64.6408,65.6404,65.6404,64.974,65.6404,65.6404,66.3068,67.6396,68.306,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,74.3036,74.97,75.6364,76.3028,76.3028,76.3028,76.3028,76.9692,78.30199999999999,78.9684,79.6348,80.3012,81.3008,81.9672,82.6336,83.3,83.6332,84.2996,84.2996,85.6324,85.6324,85.9656,85.9656,85.9656],[60.6424,61.3088,61.9752,61.9752,62.6416,63.6412,64.3076,64.974,66.64,67.97279999999999,68.6392,69.972,70.6384,71.3048,71.9712,71.9712,72.9708,72.9708,72.9708,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,77.6356,78.9684,79.6348,80.6344,81.9672,82.96679999999999,83.6332,83.3,83.3,83.3,83.9664,84.2996,84.966,84.966,85.6324,86.2988,86.2988,87.2984,87.2984,87.9648,88.9644,89.964,90.6304,91.63,92.9628,94.6288,95.6284,96.2948,97.2944,98.6272,98.96039999999999,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,98.294,98.294,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.2944,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.294,97.96079999999999,97.96079999999999,98.294,98.96039999999999,99.6268,101.2928,102.9588,104.958,104.958,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,104.958,104.958,103.9584,103.62519999999999,103.292,102.6256,101.2928,100.9596,100.9596,100.2932,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,100.2932,101.2928,102.6256,103.292,104.958,105.2912,105.2912,104.958,104.2916,103.9584,103.9584,103.292,103.292,103.292,103.62519999999999,104.958,105.9576,106.624,106.9572,106.9572,106.9572,106.9572,107.2904,107.2904,108.28999999999999,108.28999999999999,108.6232,108.6232,107.9568,107.2904,106.9572,106.2908,105.9576,106.2908,106.9572,107.9568,108.9564,109.956,110.9556,112.6216,113.95439999999999,114.954,115.6204,116.9532,117.9528,117.9528,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.2864,116.2868,114.954,114.2876,112.95479999999999,111.2888,110.9556,110.6224,110.2892,109.6228,108.9564,108.28999999999999,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.6232,108.9564,108.9564,108.28999999999999,107.9568,106.9572,106.624,106.624,105.9576,105.6244,105.6244,106.2908,106.9572,107.6236,108.28999999999999,109.2896,109.2896,108.6232,108.6232,106.9572,104.958,102.6256,100.2932,98.294,96.628,95.2952,93.9624,91.63,89.964,87.9648,86.2988,84.966,83.3,81.9672,80.6344,78.9684,78.30199999999999,76.3028,74.97,74.3036,73.63719999999999,72.6376,71.3048,70.6384,69.972,69.3056,68.6392,66.9732,66.3068,65.6404,64.974,63.9744,63.9744,61.9752,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.976,61.3088,62.6416,64.3076,64.974,66.3068,68.6392,69.972,71.9712,73.9704,75.6364,76.3028,77.3024,78.30199999999999,78.6352,79.3016,79.3016,79.968,80.3012,80.3012,79.968,79.3016,78.6352,77.6356,76.3028,75.6364,73.63719999999999,72.9708,71.9712,71.3048,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.9712,71.3048,70.3052,69.6388,68.9724,68.306,67.6396,66.3068,65.6404,64.3076,62.6416,62.6416,61.9752,61.3088,59.6428,58.9764,57.6436,56.977199999999996,55.6444,54.3116,53.6452,52.9788,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.3148,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,49.6468,51.646,52.9788,54.3116,56.3108,57.6436,59.976,61.641999999999996,63.6412,64.974,65.6404,65.6404,65.6404,65.9736,66.64,67.3064,67.3064,66.9732,66.9732,66.3068,66.3068,65.6404,65.6404,66.3068,66.3068,67.3064,68.6392,69.972,70.6384,72.3044,73.63719999999999,74.97,76.3028,76.9692,77.6356,78.30199999999999,80.3012,82.3004,82.96679999999999,84.2996,85.6324,87.2984,87.9648,90.6304,91.63,90.9636,87.9648,82.6336,79.6348,77.6356,76.3028,75.6364,73.63719999999999,69.6388,65.9736,62.6416,58.6432,54.978,50.3132,46.647999999999996,43.9824,40.3172,37.9848,35.9856,35.3192,34.6528,34.6528,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,46.3148,46.9812,46.9812,48.314,49.6468,50.9796,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,53.9784,55.3112,55.9776,57.3104,58.31,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,61.9752,63.308,63.9744,64.6408,64.6408,65.6404,65.6404,64.974,65.6404,66.3068,66.9732,68.306,68.9724,69.972,69.972,69.3056,69.3056,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,77.3024,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,82.6336,82.96679999999999,83.6332,83.6332,84.2996,85.6324,85.6324,85.6324,85.6324],[61.3088,61.9752,61.9752,62.6416,62.6416,63.6412,64.3076,65.6404,67.3064,67.97279999999999,69.3056,69.972,71.3048,71.9712,71.9712,72.6376,72.9708,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,79.6348,80.6344,81.9672,82.6336,82.6336,82.6336,82.6336,82.6336,83.3,83.6332,84.2996,84.966,85.6324,86.2988,86.2988,86.9652,87.2984,87.9648,88.298,89.964,90.6304,91.63,92.2964,93.9624,95.6284,96.9612,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,99.96,101.9592,104.2916,105.2912,105.9576,105.9576,105.9576,106.2908,106.2908,105.9576,105.9576,104.958,104.958,104.6248,103.9584,103.292,102.6256,102.6256,101.626,101.2928,100.9596,100.9596,100.9596,100.9596,101.2928,100.6264,100.6264,101.626,102.6256,103.9584,104.6248,104.958,106.2908,106.2908,105.6244,105.6244,104.958,104.958,104.6248,103.9584,104.6248,105.6244,105.9576,106.9572,107.9568,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,108.6232,109.2896,109.956,110.6224,109.956,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.9572,107.6236,107.9568,108.9564,109.956,110.2892,111.9552,113.6212,114.954,115.6204,116.9532,117.9528,117.9528,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,115.9536,114.954,112.95479999999999,112.6216,112.6216,112.2884,111.9552,110.9556,110.2892,109.956,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,108.9564,108.28999999999999,106.9572,106.9572,106.2908,106.2908,105.9576,105.9576,106.9572,107.2904,107.9568,108.9564,109.6228,109.956,109.956,109.2896,107.6236,105.2912,102.9588,100.6264,98.96039999999999,97.2944,95.6284,94.6288,92.9628,90.9636,89.2976,87.2984,85.6324,84.2996,82.96679999999999,81.634,80.6344,78.9684,76.9692,75.6364,74.3036,73.63719999999999,72.6376,71.9712,70.6384,69.972,69.3056,68.6392,67.6396,66.9732,65.6404,64.974,64.6408,63.9744,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.308,65.3072,66.64,68.306,70.3052,72.6376,73.9704,74.97,75.9696,75.9696,76.636,76.636,77.3024,77.6356,78.30199999999999,78.30199999999999,78.30199999999999,77.6356,76.9692,75.6364,74.3036,72.9708,72.6376,71.3048,70.6384,69.6388,69.972,69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,71.9712,71.3048,70.3052,69.6388,68.9724,68.306,66.9732,66.3068,65.6404,64.3076,62.6416,62.6416,61.9752,60.6424,59.6428,58.31,57.6436,56.3108,54.978,54.3116,53.6452,52.9788,51.646,50.9796,50.3132,49.6468,48.980399999999996,48.314,46.9812,46.3148,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.980399999999996,50.3132,51.646,53.6452,56.3108,57.6436,58.9764,60.6424,61.9752,62.6416,62.6416,63.308,63.9744,64.6408,65.3072,65.3072,65.6404,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,67.3064,68.6392,69.3056,69.972,71.3048,71.9712,73.304,73.9704,74.97,74.97,75.6364,76.9692,78.30199999999999,79.6348,80.3012,81.9672,83.6332,86.2988,88.298,89.2976,88.63119999999999,87.2984,83.6332,80.6344,78.9684,78.30199999999999,76.636,74.6368,71.638,67.97279999999999,64.6408,60.6424,56.3108,51.646,47.9808,44.6488,40.9836,38.6512,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,35.3192,35.9856,36.652,37.3184,37.9848,37.9848,38.6512,39.3176,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,46.9812,47.6476,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,52.9788,52.9788,52.9788,52.9788,53.9784,55.3112,55.9776,57.3104,58.31,58.9764,59.6428,60.3092,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.6404,65.6404,65.6404,65.6404,66.3068,67.6396,68.9724,69.6388,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,74.97,75.6364,75.6364,76.3028,77.3024,78.30199999999999,78.30199999999999,78.9684,79.968,80.6344,81.3008,81.9672,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966],[62.6416,62.6416,62.6416,63.308,63.6412,64.3076,64.974,66.3068,67.97279999999999,68.6392,69.972,70.6384,71.9712,72.6376,72.6376,73.304,73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,77.6356,78.30199999999999,78.9684,79.6348,80.6344,81.3008,81.9672,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.9648,88.63119999999999,89.964,91.2968,92.2964,93.6292,94.962,96.9612,97.2944,97.96079999999999,98.6272,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,98.294,98.294,98.294,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,101.2928,103.292,104.2916,105.9576,106.624,106.624,105.9576,106.2908,106.2908,106.2908,105.9576,104.958,104.958,104.6248,103.9584,103.292,103.292,102.6256,102.2924,101.9592,101.9592,101.9592,102.2924,102.6256,102.2924,101.626,101.626,102.6256,103.292,104.958,106.2908,106.9572,106.9572,106.9572,106.2908,105.9576,105.9576,105.6244,105.6244,105.2912,105.6244,106.624,107.2904,108.6232,109.2896,109.2896,109.956,109.956,109.956,109.956,110.9556,110.9556,111.622,111.622,111.622,111.622,110.2892,109.2896,107.9568,107.6236,107.6236,107.9568,108.6232,108.9564,109.956,110.2892,111.9552,113.6212,114.954,115.6204,116.9532,117.9528,117.9528,118.286,118.286,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,116.62,115.9536,114.954,113.6212,112.95479999999999,112.95479999999999,113.288,113.288,112.95479999999999,112.2884,110.9556,109.956,109.956,109.956,109.956,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,110.6224,109.956,109.2896,109.2896,108.9564,107.6236,106.9572,106.9572,106.2908,106.2908,106.2908,107.2904,107.9568,108.28999999999999,109.2896,110.2892,110.9556,110.6224,109.2896,107.6236,105.6244,102.9588,101.626,99.6268,98.6272,97.2944,95.6284,94.6288,92.9628,91.2968,88.9644,87.2984,86.2988,84.2996,82.96679999999999,81.634,79.968,77.6356,76.3028,74.97,74.3036,73.304,72.6376,71.3048,70.6384,69.972,69.3056,68.306,66.9732,66.3068,65.6404,64.6408,63.9744,62.6416,61.9752,61.3088,61.3088,60.6424,60.6424,59.976,59.976,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,63.308,65.3072,66.9732,68.9724,70.9716,71.9712,72.6376,73.63719999999999,73.9704,74.6368,74.6368,75.3032,75.3032,75.6364,76.3028,76.3028,75.6364,74.97,72.9708,72.3044,71.3048,69.972,68.9724,68.306,68.306,68.306,68.6392,69.3056,69.972,69.972,70.6384,71.3048,71.9712,71.9712,71.9712,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,72.6376,72.6376,71.9712,71.3048,70.3052,69.6388,68.9724,68.306,66.9732,65.6404,64.974,64.3076,62.6416,61.9752,61.3088,60.6424,58.9764,58.31,56.977199999999996,55.6444,54.3116,53.6452,53.6452,52.9788,51.646,51.646,50.9796,49.6468,48.980399999999996,48.314,46.9812,46.9812,46.3148,45.6484,45.6484,45.6484,45.6484,46.3148,46.3148,46.9812,47.6476,48.980399999999996,50.3132,52.3124,53.6452,56.3108,57.6436,58.6432,59.976,59.976,60.6424,61.3088,61.3088,62.6416,63.308,63.308,64.3076,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.3068,67.3064,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.97,76.3028,76.9692,77.6356,79.968,82.3004,84.6328,85.9656,85.9656,84.6328,81.634,79.968,78.30199999999999,77.3024,75.9696,74.6368,71.638,68.6392,65.3072,61.641999999999996,56.977199999999996,52.3124,48.6472,45.3152,41.65,38.6512,36.652,35.3192,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,38.6512,39.3176,39.984,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,47.6476,48.314,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.9784,55.3112,55.9776,57.3104,58.31,58.9764,59.6428,60.3092,61.3088,61.9752,62.6416,63.308,63.9744,64.6408,65.3072,65.9736,66.3068,66.3068,66.3068,66.3068,66.9732,67.6396,68.9724,70.3052,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.3044,72.9708,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.636,77.3024,77.3024,78.30199999999999,79.3016,79.968,80.6344,81.3008,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.966,84.966,84.966],[63.6412,63.6412,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,68.6392,69.972,70.6384,71.9712,72.9708,73.63719999999999,74.3036,74.3036,74.3036,74.3036,74.3036,74.3036,75.6364,76.3028,76.9692,77.6356,79.3016,79.968,80.6344,80.6344,81.3008,82.3004,82.3004,82.96679999999999,82.96679999999999,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.966,84.966,84.966,85.9656,85.9656,86.2988,86.2988,86.632,87.2984,88.298,89.2976,91.2968,91.63,93.29599999999999,94.6288,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,99.2936,99.2936,99.2936,99.2936,99.6268,99.6268,100.2932,100.2932,100.2932,100.2932,99.6268,99.6268,100.2932,101.2928,103.62519999999999,104.958,106.624,107.2904,106.624,106.624,106.9572,106.9572,106.2908,105.6244,104.958,104.6248,103.62519999999999,103.62519999999999,103.292,103.292,103.292,102.9588,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.62519999999999,103.62519999999999,103.9584,105.6244,106.2908,107.9568,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,106.9572,107.6236,107.9568,108.9564,109.956,110.9556,111.622,111.622,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,112.95479999999999,112.95479999999999,111.622,110.6224,109.956,108.9564,108.6232,108.9564,108.9564,109.6228,110.2892,110.9556,112.2884,113.95439999999999,114.954,115.6204,116.9532,117.9528,117.9528,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,116.62,116.2868,115.6204,115.2872,115.2872,115.6204,114.954,114.954,114.2876,113.288,112.2884,111.9552,111.9552,112.2884,112.2884,112.95479999999999,112.95479999999999,111.9552,111.9552,111.2888,111.2888,111.2888,110.2892,109.956,109.2896,107.6236,107.6236,106.9572,106.9572,107.2904,107.9568,108.28999999999999,108.9564,109.6228,110.2892,111.2888,111.2888,110.9556,109.6228,107.9568,105.6244,103.292,101.9592,99.6268,98.96039999999999,98.6272,97.2944,96.2948,94.6288,92.9628,90.6304,88.9644,87.2984,86.2988,84.2996,82.96679999999999,81.3008,78.30199999999999,76.9692,75.6364,74.97,73.9704,73.304,71.9712,70.6384,69.972,69.3056,68.306,66.9732,66.3068,65.6404,64.6408,63.9744,62.6416,61.9752,61.3088,61.3088,60.3092,60.3092,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,61.3088,61.9752,63.308,65.3072,67.6396,68.9724,69.6388,70.3052,70.6384,70.6384,71.3048,71.9712,71.9712,72.6376,72.9708,72.9708,72.9708,72.3044,71.638,70.6384,69.3056,68.6392,67.6396,66.9732,66.3068,66.3068,66.3068,66.9732,67.6396,68.306,68.306,68.9724,70.3052,70.9716,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,71.9712,71.3048,70.3052,69.6388,68.9724,68.306,66.9732,65.6404,64.974,64.3076,62.6416,61.9752,60.6424,59.976,58.9764,57.6436,56.3108,54.978,53.6452,52.9788,52.9788,52.9788,51.9792,51.9792,50.9796,50.3132,48.980399999999996,48.314,48.314,47.3144,46.3148,46.3148,45.9816,45.3152,45.3152,45.3152,45.3152,45.3152,45.9816,46.647999999999996,48.314,49.6468,52.3124,53.9784,55.3112,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,59.309599999999996,59.976,59.976,60.6424,61.3088,61.9752,61.9752,62.6416,64.974,65.6404,66.3068,66.3068,67.3064,67.3064,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,70.6384,71.638,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,75.3032,76.3028,77.9688,79.3016,80.3012,79.6348,77.9688,76.9692,74.97,74.3036,73.9704,72.6376,70.3052,68.306,65.3072,60.9756,57.3104,52.3124,48.980399999999996,45.3152,41.3168,38.6512,37.3184,35.9856,33.986399999999996,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.3184,38.6512,39.3176,39.984,41.9832,42.6496,43.9824,44.6488,45.3152,45.9816,46.9812,47.6476,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.9784,55.3112,55.9776,57.3104,58.31,58.9764,59.6428,61.3088,61.9752,63.308,63.9744,64.6408,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,68.306,69.6388,70.9716,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,79.3016,79.968,80.6344,80.6344,81.634,82.3004,82.96679999999999,82.96679999999999,83.6332,84.2996,84.2996,84.2996],[64.3076,64.974,64.974,64.974,65.6404,66.3068,66.9732,67.6396,69.3056,70.6384,71.9712,72.6376,74.3036,74.97,74.97,74.97,74.97,74.3036,74.3036,74.97,76.3028,76.9692,77.6356,78.30199999999999,79.968,80.6344,81.3008,82.3004,82.3004,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,85.9656,85.9656,85.9656,85.9656,86.2988,86.2988,86.632,86.632,87.9648,88.298,89.964,91.63,92.6296,93.6292,95.9616,96.9612,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,99.96,99.96,99.96,99.96,99.6268,99.96,99.2936,99.2936,99.2936,99.6268,100.2932,100.2932,100.6264,100.6264,100.2932,100.2932,100.2932,100.6264,101.9592,104.2916,105.2912,106.624,107.2904,106.624,106.624,106.9572,106.9572,106.2908,105.9576,105.6244,104.6248,103.62519999999999,103.62519999999999,104.2916,104.2916,103.9584,103.9584,104.6248,105.2912,105.2912,105.2912,105.2912,105.9576,105.2912,105.9576,106.2908,106.9572,108.28999999999999,108.6232,109.956,109.956,109.956,109.2896,109.2896,108.9564,108.28999999999999,108.28999999999999,108.9564,109.2896,109.956,110.9556,111.9552,112.2884,112.95479999999999,113.288,113.288,113.95439999999999,113.6212,113.6212,114.2876,114.954,114.954,114.954,113.6212,112.95479999999999,112.2884,110.9556,110.2892,109.956,109.956,110.6224,110.9556,111.2888,112.2884,113.288,114.6208,115.6204,115.9536,116.9532,117.9528,117.9528,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,117.6196,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.2872,114.2876,113.6212,113.6212,113.288,113.6212,113.6212,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,111.9552,111.2888,110.2892,109.956,108.28999999999999,107.6236,107.6236,107.6236,107.9568,108.28999999999999,108.9564,109.6228,109.956,110.9556,111.9552,111.9552,110.9556,109.6228,107.9568,105.6244,103.292,101.9592,99.6268,98.96039999999999,98.96039999999999,98.6272,96.628,95.9616,93.6292,91.9632,90.2972,88.63119999999999,87.2984,85.6324,84.2996,81.9672,78.9684,77.6356,76.3028,75.6364,74.6368,73.304,71.9712,71.3048,70.6384,69.3056,68.306,67.6396,66.9732,65.6404,64.6408,63.9744,62.6416,61.9752,61.3088,61.3088,60.3092,60.3092,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.309599999999996,59.309599999999996,59.976,59.976,59.976,59.976,59.976,60.6424,61.9752,63.9744,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.9724,69.6388,69.6388,70.3052,70.9716,70.9716,70.6384,69.972,69.3056,68.6392,67.97279999999999,66.64,65.6404,64.974,64.3076,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,69.6388,70.3052,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,71.9712,71.3048,70.3052,69.6388,68.9724,68.306,66.9732,65.6404,64.3076,63.6412,61.9752,61.3088,59.976,59.309599999999996,58.31,56.977199999999996,55.6444,54.3116,52.9788,52.9788,52.9788,52.3124,51.9792,51.9792,51.3128,50.6464,49.6468,48.980399999999996,48.314,47.3144,46.3148,46.3148,45.9816,45.3152,44.6488,44.6488,43.9824,43.9824,44.6488,45.3152,46.9812,48.314,49.6468,51.9792,53.312,53.9784,54.6448,54.6448,55.3112,55.9776,56.977199999999996,57.9768,57.9768,58.6432,59.309599999999996,60.6424,61.3088,61.9752,64.3076,64.974,65.6404,66.3068,67.3064,67.3064,67.3064,67.3064,67.3064,67.97279999999999,67.97279999999999,67.97279999999999,68.306,68.306,68.306,68.306,68.6392,68.6392,68.6392,69.3056,70.3052,70.9716,72.3044,73.63719999999999,74.3036,74.3036,73.63719999999999,72.9708,71.638,71.638,70.6384,69.972,67.97279999999999,65.9736,63.308,59.976,55.9776,51.646,48.314,44.6488,40.6504,37.9848,36.652,35.3192,33.32,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,37.3184,38.6512,39.3176,40.6504,42.6496,43.316,44.6488,45.3152,45.9816,46.647999999999996,47.6476,48.314,50.3132,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.6452,54.6448,55.3112,55.9776,56.644,57.6436,58.9764,59.6428,61.3088,61.9752,63.9744,64.6408,64.6408,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.9724,70.3052,70.9716,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,78.6352,79.3016,79.968,80.6344,80.9676,81.634,82.3004,82.96679999999999,83.6332,83.6332,84.2996,84.2996],[64.974,65.6404,65.6404,66.3068,66.3068,66.9732,67.6396,68.306,69.972,71.3048,72.6376,73.304,74.97,75.6364,75.6364,75.6364,75.6364,74.97,74.97,75.6364,76.3028,76.9692,78.30199999999999,78.9684,80.9676,82.3004,82.96679999999999,83.6332,84.2996,84.966,85.6324,85.6324,86.2988,86.632,87.6316,88.298,88.298,87.6316,87.6316,87.2984,87.2984,86.2988,86.2988,86.2988,85.6324,86.2988,86.2988,86.632,87.9648,88.298,89.2976,91.2968,92.2964,93.6292,94.962,95.9616,96.9612,97.2944,97.6276,97.96079999999999,98.96039999999999,99.6268,100.2932,100.2932,100.6264,100.6264,99.96,99.96,100.2932,100.2932,100.2932,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,100.6264,100.6264,100.6264,101.2928,102.6256,104.2916,105.2912,106.2908,106.9572,106.9572,106.9572,107.6236,106.9572,106.2908,105.9576,105.6244,104.6248,103.9584,103.9584,104.6248,104.6248,105.2912,105.6244,105.6244,106.2908,106.9572,106.9572,106.9572,107.2904,106.9572,107.2904,107.9568,109.2896,109.956,110.6224,110.6224,111.2888,111.2888,110.6224,109.6228,109.6228,109.2896,109.6228,109.6228,110.2892,111.2888,111.9552,113.288,113.288,113.6212,114.2876,114.954,114.954,114.954,114.954,114.954,115.9536,115.9536,114.954,114.954,114.2876,113.288,111.622,111.2888,111.2888,111.2888,111.9552,112.95479999999999,112.95479999999999,113.6212,114.6208,115.6204,116.62,117.2864,117.6196,118.286,118.286,118.286,118.286,117.9528,117.9528,117.9528,117.9528,117.6196,117.6196,117.9528,117.9528,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.286,117.6196,116.9532,115.9536,115.2872,114.6208,114.2876,114.6208,114.6208,114.2876,114.2876,114.2876,113.6212,113.288,112.2884,111.2888,110.9556,109.956,108.9564,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,111.2888,112.2884,112.2884,110.9556,109.6228,107.9568,105.6244,103.292,101.9592,100.2932,99.2936,99.6268,98.96039999999999,97.2944,96.2948,95.2952,92.9628,91.63,90.2972,87.6316,86.2988,84.2996,81.9672,80.3012,78.9684,76.9692,76.3028,74.6368,74.3036,72.6376,71.9712,70.6384,69.972,68.306,67.6396,66.9732,65.6404,64.6408,63.9744,62.6416,61.9752,61.3088,61.3088,60.3092,60.3092,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,61.3088,62.6416,64.6408,65.3072,65.9736,65.9736,65.9736,66.64,66.64,67.3064,67.97279999999999,68.306,68.306,68.306,68.306,68.306,67.6396,66.9732,66.3068,64.974,63.9744,63.308,62.3084,62.3084,63.308,63.9744,65.6404,66.3068,67.6396,68.306,68.9724,70.3052,71.3048,71.3048,70.6384,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,72.6376,71.9712,71.3048,70.3052,69.6388,68.9724,67.6396,66.3068,64.974,63.6412,62.6416,61.3088,60.6424,59.309599999999996,58.6432,57.6436,56.3108,54.978,53.6452,52.9788,52.3124,52.3124,51.646,51.3128,51.3128,51.3128,50.6464,49.6468,48.980399999999996,48.314,47.3144,46.3148,46.3148,45.3152,44.6488,44.6488,43.9824,43.316,43.316,43.316,43.9824,44.6488,45.9816,47.6476,48.980399999999996,50.3132,50.9796,50.9796,51.646,51.646,52.9788,54.3116,54.978,55.6444,56.3108,57.9768,59.309599999999996,60.6424,61.3088,63.308,64.6408,65.3072,65.9736,66.3068,66.3068,66.3068,65.6404,65.6404,64.974,64.6408,64.6408,64.974,64.974,64.6408,63.9744,63.308,62.6416,62.6416,62.6416,63.9744,65.6404,66.9732,68.306,69.3056,69.3056,69.3056,68.6392,67.3064,66.64,66.9732,65.9736,64.6408,62.3084,59.976,56.977199999999996,54.6448,50.3132,46.9812,43.316,39.3176,37.3184,35.3192,33.986399999999996,32.6536,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.9848,39.3176,40.6504,42.6496,43.9824,45.3152,45.9816,47.3144,47.9808,48.980399999999996,49.6468,50.9796,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,53.6452,53.6452,53.6452,54.6448,55.3112,55.9776,56.644,57.6436,58.9764,59.6428,61.3088,61.9752,63.9744,64.6408,65.3072,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.9724,69.6388,70.9716,71.638,71.9712,71.9712,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,71.3048,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.9692,78.6352,79.3016,79.3016,79.968,80.9676,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.6332,83.6332],[65.6404,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,70.6384,71.9712,73.304,73.9704,75.6364,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,77.6356,78.9684,80.3012,82.3004,83.6332,84.2996,85.6324,85.9656,86.632,86.632,87.2984,87.2984,88.9644,89.2976,89.964,89.964,90.6304,89.964,88.63119999999999,88.298,87.6316,86.9652,86.2988,86.2988,86.2988,86.2988,86.632,87.9648,88.298,89.2976,90.6304,92.2964,93.29599999999999,94.2956,95.2952,96.2948,96.9612,97.6276,97.96079999999999,98.96039999999999,99.6268,100.2932,100.2932,100.6264,100.6264,99.96,99.96,100.6264,100.6264,100.6264,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,102.6256,104.2916,105.2912,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,106.9572,105.9576,105.6244,105.2912,104.6248,104.6248,104.958,105.6244,105.9576,106.624,106.9572,107.6236,108.28999999999999,108.9564,108.9564,108.9564,108.9564,108.9564,109.956,110.6224,111.622,112.6216,112.95479999999999,112.95479999999999,112.2884,111.622,111.2888,111.2888,110.6224,111.2888,111.2888,111.622,112.2884,113.288,114.2876,114.6208,114.6208,114.6208,115.2872,115.9536,115.9536,115.9536,116.62,116.62,116.62,115.9536,115.2872,114.954,113.6212,112.95479999999999,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,114.2876,115.6204,115.9536,117.2864,117.9528,118.61919999999999,118.9524,118.9524,118.9524,118.9524,118.9524,118.61919999999999,117.9528,117.9528,117.9528,117.9528,117.9528,117.9528,118.9524,119.6188,119.6188,119.952,119.952,119.952,119.952,119.6188,118.9524,118.286,117.6196,116.9532,115.9536,115.9536,116.2868,116.2868,116.2868,115.2872,114.954,114.2876,114.2876,112.95479999999999,112.2884,111.2888,110.9556,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.956,110.6224,111.2888,112.2884,112.6216,112.6216,111.622,110.2892,108.6232,106.2908,103.9584,101.9592,100.2932,99.2936,98.96039999999999,98.96039999999999,97.96079999999999,96.628,95.9616,94.2956,92.6296,90.6304,88.9644,86.632,84.966,82.96679999999999,80.9676,79.6348,78.30199999999999,76.9692,76.3028,74.97,73.9704,72.6376,71.3048,70.6384,68.9724,68.306,66.9732,66.3068,65.3072,64.6408,63.308,61.9752,61.3088,61.3088,60.3092,60.3092,59.6428,59.6428,59.6428,59.6428,59.6428,59.6428,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,59.309599999999996,59.309599999999996,59.976,60.6424,61.9752,63.308,63.9744,64.6408,64.6408,64.6408,64.6408,65.3072,65.3072,65.9736,65.9736,66.3068,66.3068,66.3068,66.3068,65.6404,64.974,64.3076,64.3076,63.308,62.3084,61.641999999999996,61.641999999999996,62.3084,63.308,64.974,65.6404,66.3068,67.6396,68.306,69.6388,70.6384,70.6384,70.6384,70.6384,71.3048,71.3048,71.3048,71.9712,71.9712,71.9712,71.9712,71.3048,70.3052,68.9724,68.306,66.9732,65.6404,63.6412,62.6416,61.9752,60.6424,59.976,59.309599999999996,57.9768,56.977199999999996,56.3108,54.978,53.6452,52.3124,52.3124,51.646,51.646,51.3128,51.3128,51.3128,50.6464,49.6468,48.980399999999996,48.314,47.3144,46.3148,45.6484,44.6488,44.6488,43.9824,43.316,42.6496,42.6496,42.6496,42.6496,43.9824,44.6488,46.3148,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,52.3124,52.9788,53.6452,54.978,56.644,58.6432,59.309599999999996,60.6424,62.6416,63.308,63.9744,64.6408,64.6408,64.974,64.974,63.9744,63.308,62.6416,61.9752,61.9752,61.3088,61.3088,60.6424,59.309599999999996,58.6432,57.9768,57.9768,58.6432,59.309599999999996,60.6424,61.9752,62.6416,63.9744,63.9744,63.308,62.6416,61.9752,61.9752,61.9752,61.3088,60.6424,59.6428,57.3104,54.978,52.6456,49.6468,46.3148,42.6496,39.3176,36.652,34.6528,33.986399999999996,32.6536,31.9872,31.9872,31.9872,32.6536,33.32,33.986399999999996,35.3192,36.652,37.9848,39.3176,40.6504,43.316,44.6488,45.3152,46.647999999999996,47.3144,48.6472,49.6468,50.3132,52.3124,52.9788,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,54.6448,55.3112,55.9776,56.644,57.6436,58.9764,59.6428,60.6424,61.9752,63.308,64.6408,65.3072,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.9724,69.6388,70.3052,70.9716,71.638,72.6376,71.9712,71.9712,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,70.6384,71.3048,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,77.6356,78.6352,79.3016,79.3016,80.3012,80.9676,81.634,82.3004,82.96679999999999,83.6332,83.6332,83.6332],[65.6404,65.6404,66.3068,66.9732,67.97279999999999,68.6392,69.3056,69.972,71.3048,72.6376,73.9704,75.3032,76.3028,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.6352,79.968,81.3008,82.96679999999999,84.966,85.9656,87.2984,87.6316,88.298,87.9648,88.298,88.63119999999999,89.2976,91.63,92.2964,92.2964,92.6296,91.9632,91.63,90.2972,88.9644,87.6316,86.9652,86.9652,86.2988,86.632,86.632,87.9648,88.298,89.2976,90.2972,91.2968,92.6296,94.2956,95.2952,95.9616,96.2948,97.2944,97.96079999999999,99.6268,100.2932,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,102.2924,102.2924,102.2924,102.2924,103.292,103.9584,103.9584,105.6244,106.2908,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,106.9572,106.2908,105.9576,105.9576,105.9576,105.9576,105.9576,106.624,107.6236,108.28999999999999,109.2896,109.956,110.6224,110.2892,110.2892,110.6224,111.2888,112.2884,112.95479999999999,113.6212,114.954,114.954,114.954,114.954,114.2876,113.6212,113.288,112.6216,112.6216,113.6212,113.6212,114.2876,114.954,115.2872,115.2872,115.2872,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,117.2864,117.2864,116.62,115.9536,115.2872,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,115.2872,116.62,117.2864,118.9524,119.6188,120.2852,120.2852,120.2852,120.2852,119.6188,119.6188,119.6188,118.9524,118.61919999999999,118.61919999999999,118.9524,118.9524,119.952,120.2852,121.2848,121.2848,121.9512,121.9512,122.2844,121.9512,121.2848,120.2852,119.6188,118.9524,117.9528,117.6196,116.9532,116.9532,116.9532,116.62,116.62,116.62,115.9536,115.2872,114.954,113.6212,113.288,112.2884,111.622,111.2888,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,111.622,112.6216,113.288,112.6216,111.622,110.2892,108.6232,106.2908,104.2916,101.9592,100.2932,98.96039999999999,99.2936,98.6272,97.96079999999999,97.2944,95.6284,94.962,93.6292,92.2964,89.2976,87.9648,85.6324,83.6332,81.9672,80.9676,80.3012,78.9684,77.6356,76.3028,75.6364,74.3036,72.6376,71.3048,69.972,69.3056,67.6396,66.9732,66.3068,65.6404,63.9744,62.3084,61.641999999999996,61.641999999999996,61.3088,60.6424,60.6424,59.976,59.6428,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,57.6436,57.6436,58.31,58.9764,59.6428,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,62.3084,62.3084,61.3088,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,63.308,65.3072,65.9736,67.3064,67.97279999999999,68.9724,69.6388,70.3052,70.3052,70.3052,70.3052,70.9716,70.9716,70.9716,70.9716,70.9716,70.3052,69.6388,68.9724,67.6396,66.3068,63.9744,62.3084,60.6424,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,53.9784,52.6456,51.646,50.9796,51.646,51.646,51.646,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.9816,45.3152,44.6488,43.9824,43.9824,43.316,42.6496,42.6496,41.65,41.65,42.3164,43.9824,44.6488,45.3152,45.9816,45.9816,46.3148,46.9812,46.9812,48.314,49.98,50.6464,52.3124,53.6452,55.6444,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,61.9752,61.3088,59.976,59.309599999999996,57.9768,57.3104,56.644,55.6444,54.3116,53.6452,53.6452,54.3116,54.978,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,57.3104,56.644,56.3108,56.3108,55.6444,55.6444,54.978,52.9788,50.3132,47.3144,44.982,42.6496,39.3176,36.652,35.3192,33.986399999999996,33.32,32.6536,31.9872,32.6536,32.6536,33.32,33.986399999999996,34.6528,36.652,37.9848,39.984,41.65,43.316,44.6488,45.6484,46.9812,47.6476,48.980399999999996,50.9796,51.646,53.312,54.6448,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.9764,59.6428,60.3092,61.3088,62.6416,63.308,64.6408,65.3072,66.3068,66.9732,67.6396,68.306,68.306,68.9724,68.9724,69.6388,70.3052,70.9716,71.638,71.9712,71.9712,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,74.97,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,79.3016,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3],[65.6404,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,70.6384,71.9712,73.9704,75.3032,76.3028,78.30199999999999,78.9684,78.9684,78.9684,79.3016,78.6352,78.6352,77.6356,78.6352,79.3016,80.6344,82.3004,84.2996,85.6324,86.632,87.6316,88.9644,88.9644,88.63119999999999,88.63119999999999,89.2976,90.6304,92.9628,93.9624,94.6288,94.6288,93.9624,93.9624,92.9628,90.6304,88.9644,87.6316,87.2984,86.632,86.632,87.2984,87.9648,88.298,89.2976,89.964,91.2968,92.6296,94.2956,95.2952,95.6284,95.9616,97.2944,97.96079999999999,99.2936,100.2932,100.9596,100.9596,101.2928,101.2928,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,101.9592,102.2924,102.6256,102.6256,102.6256,103.62519999999999,104.2916,105.2912,105.6244,106.9572,106.9572,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,106.9572,106.624,106.624,106.624,106.624,106.624,107.6236,107.9568,109.2896,109.956,111.2888,111.2888,111.622,111.622,112.6216,113.288,113.6212,114.954,115.2872,115.9536,116.62,116.62,115.9536,115.9536,115.2872,114.954,114.2876,114.2876,114.954,115.2872,115.6204,115.6204,115.9536,116.62,116.62,116.62,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.6196,117.2864,116.62,115.9536,114.954,114.954,114.2876,114.2876,114.2876,114.954,115.2872,115.9536,117.2864,118.286,120.2852,120.6184,121.2848,121.2848,121.2848,120.9516,119.952,119.952,119.952,120.2852,119.6188,119.6188,119.952,120.9516,121.2848,121.9512,122.2844,122.6176,122.6176,123.28399999999999,123.9504,123.9504,123.28399999999999,122.9508,121.2848,119.952,119.6188,118.9524,118.9524,118.286,118.286,118.286,117.6196,117.6196,117.6196,117.2864,115.9536,114.954,114.2876,113.95439999999999,113.6212,113.288,112.95479999999999,112.2884,112.2884,112.2884,111.9552,111.9552,113.288,113.288,113.288,113.288,112.2884,110.6224,108.6232,106.2908,104.2916,101.9592,99.6268,98.96039999999999,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,95.6284,94.962,93.9624,92.6296,90.2972,87.9648,86.2988,84.966,82.96679999999999,81.9672,81.3008,80.6344,79.6348,77.6356,76.9692,74.97,73.304,71.9712,70.6384,69.972,68.306,67.6396,66.9732,65.6404,63.9744,63.308,62.3084,61.641999999999996,61.3088,61.3088,60.6424,59.976,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,57.6436,57.6436,57.6436,57.6436,58.9764,59.6428,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.3084,62.3084,62.3084,61.641999999999996,61.641999999999996,61.3088,61.3088,60.6424,60.6424,59.6428,59.6428,59.6428,59.6428,60.6424,61.3088,61.9752,62.6416,64.6408,65.3072,66.64,67.3064,68.306,68.9724,69.6388,70.3052,70.3052,70.3052,70.9716,70.9716,70.9716,70.3052,70.3052,70.3052,69.6388,68.9724,67.6396,66.3068,63.9744,61.641999999999996,60.6424,59.976,59.309599999999996,58.6432,58.31,57.6436,56.977199999999996,56.3108,53.9784,52.6456,51.646,50.9796,51.646,51.646,51.646,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.9816,44.6488,43.9824,43.9824,43.9824,43.316,42.6496,42.6496,41.65,41.65,42.3164,43.316,43.9824,43.9824,43.9824,43.9824,44.982,44.982,45.6484,46.3148,47.6476,49.3136,50.3132,52.3124,54.3116,55.6444,56.3108,56.977199999999996,57.9768,58.6432,58.6432,58.6432,58.6432,59.309599999999996,59.976,59.976,59.309599999999996,57.9768,56.644,55.3112,54.3116,52.9788,51.646,50.3132,49.6468,49.6468,50.3132,50.9796,51.646,52.3124,52.3124,52.3124,52.6456,51.9792,51.9792,51.9792,51.9792,51.3128,51.3128,51.3128,51.3128,50.6464,50.9796,50.3132,46.9812,44.982,43.316,41.3168,37.9848,35.9856,34.6528,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,33.32,33.986399999999996,34.6528,36.652,37.9848,39.984,41.65,43.9824,45.3152,46.3148,46.9812,47.6476,48.980399999999996,50.9796,52.3124,53.9784,54.6448,55.3112,55.9776,55.3112,55.3112,54.6448,54.6448,53.9784,53.9784,54.6448,54.6448,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.6428,61.3088,61.9752,63.308,64.6408,64.6408,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.9724,69.6388,70.3052,70.9716,71.638,71.9712,71.3048,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.304,73.9704,74.97,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.9684,79.968,80.6344,81.3008,81.9672,82.6336,82.6336,83.3,83.3],[66.3068,66.3068,66.9732,67.6396,68.6392,69.3056,69.972,71.3048,72.6376,74.6368,75.9696,77.6356,78.9684,79.6348,79.6348,79.6348,79.968,79.3016,78.6352,78.6352,78.6352,79.968,81.3008,82.96679999999999,84.966,86.2988,87.2984,88.298,88.9644,88.9644,89.2976,89.2976,90.2972,91.63,93.29599999999999,95.2952,96.2948,96.2948,96.2948,95.9616,94.962,92.9628,90.2972,88.298,87.9648,87.2984,87.9648,87.9648,88.298,88.9644,89.2976,90.2972,91.2968,92.6296,93.9624,94.962,95.6284,95.9616,97.2944,98.294,98.96039999999999,99.96,100.9596,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,104.2916,104.958,105.2912,105.6244,106.9572,106.9572,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,107.6236,106.9572,107.2904,106.9572,106.9572,107.9568,108.6232,109.956,111.2888,111.2888,112.2884,112.6216,113.288,113.95439999999999,114.954,115.6204,116.62,117.2864,117.6196,118.286,118.286,117.6196,117.6196,117.2864,116.62,116.62,116.62,116.62,116.62,117.2864,117.2864,117.6196,117.6196,117.6196,118.286,118.286,118.9524,118.9524,118.9524,118.9524,118.9524,118.9524,117.9528,117.2864,116.62,116.62,115.9536,115.9536,115.6204,115.6204,116.2868,116.62,117.2864,118.286,118.9524,120.2852,120.9516,121.9512,122.2844,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,122.9508,123.28399999999999,123.9504,124.6168,124.95,124.95,125.6164,125.6164,124.95,124.6168,123.9504,122.6176,121.9512,121.2848,120.9516,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.6188,118.286,117.6196,116.62,116.2868,115.9536,115.6204,114.6208,114.6208,113.6212,113.6212,113.6212,113.288,113.6212,113.6212,113.6212,113.95439999999999,113.288,112.2884,110.9556,108.6232,106.2908,104.2916,101.9592,99.6268,98.6272,97.96079999999999,97.2944,96.628,96.2948,95.6284,95.2952,94.2956,92.6296,90.6304,88.298,86.632,84.966,83.6332,82.96679999999999,82.96679999999999,82.3004,81.3008,79.6348,77.6356,76.3028,73.9704,72.6376,71.9712,70.6384,68.9724,68.306,67.6396,66.3068,64.6408,63.9744,63.308,62.3084,61.3088,61.3088,60.6424,59.976,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,59.6428,59.6428,60.3092,60.3092,60.3092,60.6424,61.3088,61.3088,61.3088,60.6424,60.6424,60.6424,60.6424,59.976,59.976,59.976,59.309599999999996,58.9764,58.9764,58.9764,58.9764,59.976,60.6424,61.3088,61.9752,63.9744,64.6408,65.9736,66.64,67.6396,68.306,69.6388,69.6388,70.3052,70.3052,70.3052,70.3052,70.3052,70.3052,69.6388,69.6388,69.6388,68.9724,67.6396,66.3068,63.9744,62.3084,60.6424,59.976,59.309599999999996,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,54.6448,53.312,51.646,51.646,51.646,51.646,51.646,51.646,50.9796,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.9816,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,42.6496,42.6496,42.9828,42.9828,42.9828,43.316,43.6492,43.6492,44.315599999999996,44.982,46.3148,47.6476,48.314,49.6468,51.646,52.9788,53.9784,54.978,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,57.6436,56.977199999999996,55.6444,54.3116,52.9788,51.646,49.6468,47.6476,46.9812,45.6484,45.6484,46.9812,46.9812,46.9812,46.9812,46.9812,46.647999999999996,46.9812,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,43.316,41.9832,40.6504,38.318,36.652,34.6528,33.32,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,33.32,33.986399999999996,35.3192,36.652,37.9848,39.984,42.3164,43.9824,45.3152,46.3148,46.9812,47.6476,48.980399999999996,50.9796,52.3124,53.9784,54.6448,55.3112,55.9776,55.9776,55.3112,54.6448,53.9784,53.9784,53.9784,54.6448,55.3112,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,60.6424,61.3088,62.6416,63.308,64.6408,65.3072,65.9736,66.64,67.6396,67.6396,68.306,68.9724,69.6388,70.3052,70.9716,70.9716,71.3048,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.9712,72.6376,73.304,74.3036,74.97,74.97,75.6364,75.6364,76.3028,77.6356,78.9684,79.968,80.6344,81.3008,81.9672,82.6336,83.3,83.3,83.9664],[66.3068,66.9732,67.6396,68.306,69.3056,69.972,70.6384,71.9712,73.304,75.3032,76.9692,78.30199999999999,80.3012,80.3012,80.3012,80.3012,79.968,79.968,79.3016,79.3016,79.3016,80.6344,81.9672,83.6332,84.966,86.2988,87.9648,88.9644,89.6308,89.6308,89.2976,89.964,90.2972,91.63,93.9624,95.6284,97.2944,97.96079999999999,97.96079999999999,97.2944,95.6284,94.2956,92.6296,90.2972,88.298,87.9648,88.298,88.298,88.9644,89.6308,89.964,90.2972,91.9632,92.6296,93.9624,94.962,95.6284,95.9616,96.9612,97.96079999999999,98.6272,100.6264,101.2928,101.2928,101.2928,101.9592,101.9592,102.2924,102.6256,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,102.9588,103.62519999999999,104.2916,104.2916,104.2916,104.958,105.2912,105.6244,106.2908,106.9572,107.6236,107.6236,107.9568,107.9568,108.6232,108.6232,107.9568,107.9568,107.6236,106.9572,107.6236,107.6236,107.9568,109.2896,109.956,111.2888,111.622,112.6216,112.6216,113.6212,113.95439999999999,114.954,116.2868,116.62,117.6196,118.286,118.9524,119.2856,119.2856,119.2856,118.9524,118.286,117.6196,117.6196,117.6196,117.6196,117.6196,118.286,118.286,118.9524,118.9524,118.9524,119.6188,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,119.6188,118.9524,118.61919999999999,117.2864,117.2864,116.62,116.62,116.2868,116.2868,116.62,117.2864,117.9528,118.9524,119.2856,120.9516,122.6176,122.9508,122.9508,122.9508,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,122.9508,123.28399999999999,123.9504,124.6168,124.95,125.6164,125.9496,126.2828,126.2828,126.2828,126.2828,125.6164,124.95,123.28399999999999,122.6176,122.2844,121.9512,121.9512,121.2848,121.2848,121.2848,120.6184,120.6184,120.6184,119.952,118.286,117.6196,117.2864,117.2864,116.62,116.62,115.9536,115.2872,114.954,114.954,114.2876,114.2876,114.954,114.954,114.2876,113.6212,112.95479999999999,110.9556,109.2896,106.9572,104.2916,101.9592,99.6268,98.6272,97.2944,96.9612,96.2948,95.6284,95.2952,94.2956,93.9624,92.6296,91.2968,88.9644,87.9648,85.9656,84.966,84.2996,84.966,84.2996,82.6336,81.3008,79.6348,77.6356,75.6364,74.3036,73.304,71.9712,70.6384,69.3056,68.306,66.9732,65.6404,64.6408,63.9744,63.308,61.9752,61.3088,60.6424,59.976,58.9764,58.9764,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.976,59.976,59.976,59.976,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.6432,58.6432,58.6432,58.6432,57.6436,57.6436,57.6436,58.31,59.309599999999996,59.976,60.6424,61.3088,63.308,63.9744,64.6408,65.3072,66.3068,67.6396,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.306,67.6396,66.9732,65.6404,63.9744,62.3084,61.3088,60.6424,59.976,59.309599999999996,58.9764,58.31,57.6436,56.3108,54.6448,53.9784,52.3124,51.646,51.646,51.646,51.646,50.9796,50.9796,50.3132,48.980399999999996,48.314,46.9812,46.3148,45.3152,44.6488,43.9824,43.9824,43.316,43.316,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.65,41.65,41.65,41.9832,41.9832,42.3164,42.9828,43.6492,44.315599999999996,45.6484,46.3148,47.6476,48.980399999999996,49.6468,50.9796,51.646,52.6456,53.6452,53.6452,53.6452,53.6452,54.3116,54.978,54.978,54.3116,52.9788,51.646,49.98,48.314,46.647999999999996,45.6484,44.315599999999996,42.9828,42.3164,43.6492,43.6492,43.6492,43.316,43.316,42.6496,42.6496,42.6496,42.6496,41.9832,41.9832,41.9832,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,39.984,38.318,36.652,35.3192,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,33.32,33.986399999999996,35.3192,36.652,38.6512,40.6504,42.3164,44.6488,45.3152,46.3148,46.9812,47.6476,48.980399999999996,50.9796,52.3124,53.9784,54.6448,55.3112,55.9776,55.9776,55.3112,53.9784,53.9784,53.9784,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,59.976,60.6424,61.9752,62.6416,63.9744,64.6408,65.3072,65.9736,66.9732,67.6396,67.6396,68.306,68.9724,69.6388,70.3052,70.9716,71.3048,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.3036,74.97,74.97,75.6364,76.9692,78.30199999999999,79.3016,79.968,81.3008,81.9672,82.6336,83.3,83.3,83.9664],[66.9732,66.9732,67.6396,68.306,69.972,70.6384,71.9712,72.6376,73.9704,76.3028,78.30199999999999,79.6348,81.3008,81.3008,81.3008,81.3008,80.6344,79.968,79.3016,79.3016,79.968,81.3008,82.6336,83.6332,85.6324,86.9652,87.9648,88.9644,89.6308,89.6308,89.2976,89.2976,90.2972,91.63,93.9624,96.2948,97.96079999999999,98.96039999999999,98.96039999999999,98.6272,97.2944,95.9616,93.9624,91.9632,90.2972,89.2976,89.964,89.964,89.2976,89.6308,90.2972,90.9636,92.6296,94.2956,94.6288,95.6284,96.2948,96.2948,96.9612,97.6276,99.6268,100.6264,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,103.62519999999999,103.9584,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,105.6244,105.6244,106.2908,106.2908,107.6236,108.28999999999999,108.28999999999999,108.6232,108.6232,109.2896,109.2896,108.6232,107.9568,107.9568,107.9568,107.9568,108.28999999999999,109.2896,109.956,111.2888,111.622,112.2884,113.288,113.95439999999999,114.6208,115.2872,116.62,116.9532,118.286,119.6188,120.2852,120.2852,120.9516,121.618,120.9516,120.6184,119.952,119.952,119.6188,119.6188,119.6188,119.6188,119.6188,119.952,119.952,119.952,119.952,120.9516,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,119.2856,118.286,117.6196,117.2864,116.9532,116.9532,116.9532,116.9532,117.2864,118.286,119.6188,120.2852,120.9516,122.2844,123.28399999999999,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,123.6172,124.28359999999999,124.95,126.2828,126.9492,126.9492,127.2824,127.2824,127.6156,127.6156,126.9492,126.2828,124.95,124.6168,123.28399999999999,122.9508,122.9508,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,120.6184,119.952,119.6188,118.9524,118.9524,118.286,118.286,117.6196,116.62,116.62,116.2868,115.2872,115.2872,115.2872,115.2872,115.2872,114.2876,113.288,111.622,109.2896,106.9572,104.958,101.9592,99.6268,98.294,97.2944,96.2948,95.6284,94.962,94.2956,93.6292,93.6292,92.6296,91.2968,89.2976,88.63119999999999,87.9648,87.2984,86.632,85.6324,85.6324,85.2992,84.2996,82.3004,80.3012,77.6356,75.6364,74.3036,72.9708,71.3048,70.6384,69.3056,67.97279999999999,66.3068,65.6404,64.3076,63.6412,62.3084,61.641999999999996,60.6424,59.976,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.3108,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.6432,58.6432,58.6432,58.6432,57.9768,57.9768,57.9768,57.9768,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.9768,58.6432,59.976,60.6424,61.3088,61.9752,62.6416,63.308,64.974,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.306,68.306,67.6396,66.9732,66.3068,65.6404,64.974,64.3076,62.6416,62.6416,61.9752,61.3088,59.976,59.976,59.6428,58.9764,58.31,56.977199999999996,55.3112,53.9784,52.9788,52.3124,52.3124,51.646,51.646,50.9796,50.3132,49.6468,48.314,47.6476,46.9812,46.3148,45.3152,44.6488,43.9824,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,41.3168,41.3168,41.9832,42.3164,42.9828,44.315599999999996,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.9796,50.9796,50.3132,48.980399999999996,46.9812,45.6484,45.6484,44.315599999999996,42.9828,41.65,40.3172,39.984,40.6504,41.3168,40.6504,40.3172,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.318,38.318,38.318,38.318,37.6516,37.6516,38.318,38.318,37.9848,37.3184,36.652,34.6528,33.32,32.6536,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.9872,33.32,33.986399999999996,35.3192,37.3184,38.6512,40.6504,42.9828,44.6488,45.9816,46.3148,46.9812,47.6476,48.980399999999996,50.3132,51.646,53.312,54.6448,55.3112,55.9776,55.3112,54.6448,53.9784,53.9784,53.9784,54.6448,55.3112,55.9776,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,61.3088,61.9752,62.6416,63.9744,65.3072,65.9736,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,70.3052,70.3052,70.6384,70.6384,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,76.9692,79.3016,79.968,80.6344,81.9672,82.6336,82.6336,83.3,83.3],[66.9732,67.6396,68.306,68.9724,69.972,71.3048,71.9712,73.304,74.97,77.3024,78.9684,80.6344,81.9672,82.6336,82.6336,81.9672,81.3008,80.6344,79.968,79.968,80.6344,81.3008,82.6336,84.2996,85.6324,86.9652,87.9648,88.9644,89.6308,89.6308,89.2976,89.2976,90.2972,91.63,93.9624,96.2948,97.96079999999999,99.6268,100.2932,99.6268,97.96079999999999,96.9612,94.962,93.29599999999999,91.9632,90.6304,90.2972,90.9636,90.9636,90.9636,90.9636,92.2964,93.6292,94.962,95.6284,96.2948,96.9612,97.2944,96.9612,97.96079999999999,99.6268,101.2928,101.2928,101.9592,102.6256,102.6256,102.6256,102.9588,104.2916,104.6248,104.958,104.958,104.6248,104.6248,104.958,104.958,104.6248,104.6248,104.6248,105.2912,105.9576,106.2908,106.2908,106.9572,108.28999999999999,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,108.6232,107.9568,107.9568,107.9568,108.9564,109.956,110.9556,111.622,112.6216,113.288,114.6208,115.2872,115.2872,115.9536,117.2864,118.286,119.952,120.2852,121.9512,122.2844,122.6176,123.28399999999999,122.6176,122.6176,122.6176,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,122.2844,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,121.2848,120.9516,119.952,118.9524,117.9528,117.2864,117.6196,117.6196,117.6196,117.6196,118.286,118.9524,120.2852,120.2852,122.2844,122.6176,123.28399999999999,123.28399999999999,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,124.28359999999999,124.95,125.6164,127.2824,127.9488,127.2824,127.2824,127.9488,127.9488,127.6156,126.9492,126.2828,125.6164,124.6168,123.28399999999999,122.9508,122.2844,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.2848,119.952,119.952,119.952,119.6188,118.9524,118.286,118.286,117.6196,117.6196,116.62,116.62,116.62,115.9536,115.9536,114.954,112.95479999999999,111.622,109.2896,106.9572,104.958,101.9592,99.6268,98.294,96.2948,95.9616,95.2952,94.962,93.6292,93.6292,92.6296,91.63,91.2968,90.6304,89.2976,88.298,87.9648,87.9648,87.9648,87.2984,87.2984,85.9656,84.2996,81.634,79.6348,77.6356,75.6364,74.3036,72.9708,71.638,69.972,69.3056,67.6396,66.3068,64.974,64.3076,63.308,62.3084,61.3088,60.6424,59.6428,58.9764,58.31,58.31,57.6436,56.977199999999996,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,57.3104,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,57.3104,58.6432,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,64.3076,64.3076,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.3068,65.6404,64.974,64.3076,64.3076,63.6412,62.6416,62.6416,61.9752,61.9752,60.6424,59.976,59.6428,59.6428,58.9764,57.6436,55.9776,54.6448,53.6452,52.9788,52.9788,52.3124,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,46.3148,45.6484,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,42.6496,41.9832,41.3168,41.3168,40.6504,40.6504,39.984,39.984,39.3176,38.9844,39.6508,39.6508,39.6508,39.984,39.984,40.6504,41.3168,41.9832,42.6496,43.316,44.315599999999996,44.982,45.6484,46.3148,46.3148,46.3148,46.3148,47.6476,47.6476,46.9812,45.6484,43.6492,42.6496,42.6496,41.3168,39.984,38.6512,37.3184,37.3184,37.3184,37.9848,37.3184,37.3184,36.652,36.652,35.9856,35.9856,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,35.3192,37.3184,39.3176,41.3168,42.9828,45.3152,45.9816,46.9812,47.6476,48.314,48.980399999999996,50.3132,51.646,53.312,53.9784,55.3112,55.3112,54.6448,53.9784,53.312,53.9784,54.6448,55.3112,55.9776,55.9776,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,63.308,64.6408,65.3072,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,69.6388,69.6388,69.972,69.972,69.972,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,75.6364,76.3028,78.6352,79.3016,80.6344,81.3008,81.9672,81.9672,82.6336,82.6336],[67.6396,67.6396,68.306,68.9724,69.972,71.3048,72.6376,73.9704,75.6364,78.30199999999999,80.3012,81.9672,82.6336,83.3,83.3,82.6336,81.634,80.9676,80.6344,80.6344,80.6344,81.9672,83.6332,84.2996,85.6324,86.2988,87.9648,88.9644,89.6308,89.6308,89.2976,89.2976,89.964,91.63,93.29599999999999,95.6284,97.2944,98.96039999999999,100.2932,99.6268,99.2936,97.2944,95.9616,93.9624,92.9628,91.9632,91.9632,92.2964,92.2964,92.2964,92.2964,93.6292,94.6288,95.2952,96.2948,96.2948,97.2944,97.2944,98.294,98.96039999999999,100.2932,101.2928,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.958,105.2912,105.2912,105.2912,105.9576,105.9576,105.9576,105.9576,105.6244,105.6244,105.6244,105.6244,106.624,106.9572,107.6236,107.6236,108.6232,109.956,109.956,110.6224,109.956,109.956,109.2896,109.2896,108.6232,108.6232,108.9564,109.2896,109.956,110.6224,112.2884,113.288,113.6212,114.6208,114.6208,115.2872,115.9536,116.9532,118.9524,119.6188,121.2848,121.618,122.9508,123.28399999999999,124.6168,124.95,124.95,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.2844,122.2844,122.2844,122.9508,122.9508,122.9508,122.9508,123.6172,124.6168,124.6168,124.6168,124.6168,124.28359999999999,123.9504,122.9508,122.2844,120.9516,119.952,118.9524,117.9528,117.9528,117.9528,117.9528,117.9528,118.286,119.952,120.9516,121.9512,122.6176,123.9504,123.9504,123.9504,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,125.2832,126.616,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,127.6156,126.9492,126.2828,125.6164,123.9504,123.28399999999999,122.2844,121.9512,121.618,121.618,121.618,121.618,122.2844,122.2844,122.2844,122.2844,122.2844,121.2848,121.2848,121.2848,121.2848,120.9516,119.6188,119.6188,118.9524,118.286,118.286,117.6196,117.6196,117.6196,117.2864,115.6204,113.6212,111.622,109.2896,106.9572,104.958,101.9592,99.6268,97.96079999999999,96.2948,95.9616,95.2952,94.962,93.6292,92.9628,92.6296,91.63,91.2968,90.6304,89.6308,89.2976,88.9644,88.9644,88.63119999999999,88.63119999999999,87.9648,86.632,84.966,82.96679999999999,80.3012,78.6352,76.3028,74.97,73.63719999999999,72.3044,71.3048,69.972,68.306,66.9732,66.3068,64.974,63.9744,62.3084,61.3088,60.6424,59.6428,58.9764,58.31,58.31,57.6436,56.3108,55.6444,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,55.6444,55.6444,55.6444,55.6444,55.6444,56.3108,56.3108,56.977199999999996,58.31,58.9764,59.6428,59.976,60.6424,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,63.308,63.308,63.9744,63.9744,63.9744,63.9744,63.9744,63.308,63.308,63.308,63.308,63.308,61.9752,61.9752,62.6416,61.9752,61.3088,60.6424,60.3092,59.6428,58.9764,58.31,56.644,55.3112,54.3116,53.6452,52.9788,52.3124,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.9812,45.6484,44.982,44.6488,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,42.6496,41.9832,41.3168,40.6504,40.6504,39.984,39.3176,38.6512,37.9848,37.9848,38.6512,38.6512,38.6512,37.9848,37.9848,38.6512,39.3176,39.3176,39.984,40.9836,41.9832,42.6496,43.316,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,43.9824,43.316,41.3168,40.3172,38.6512,37.3184,35.9856,34.6528,33.986399999999996,33.986399999999996,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,32.9868,32.9868,32.9868,32.9868,32.3204,32.3204,32.3204,32.3204,31.654,31.654,31.654,31.654,31.654,31.654,31.654,30.9876,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,34.6528,35.9856,37.9848,39.984,41.3168,43.6492,45.3152,46.647999999999996,46.9812,47.6476,48.314,48.980399999999996,50.3132,51.646,52.6456,53.9784,54.6448,54.6448,53.9784,53.312,53.312,53.9784,54.6448,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,61.3088,61.9752,62.6416,63.308,63.9744,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.9724,68.9724,68.9724,68.9724,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,69.972,70.6384,70.6384,70.6384,71.3048,72.3044,72.9708,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,77.6356,78.6352,79.3016,79.968,80.6344,81.3008,81.3008,81.3008],[67.6396,67.6396,68.306,68.9724,69.972,71.3048,72.6376,73.9704,75.6364,78.30199999999999,81.3008,82.6336,83.9664,83.9664,83.3,82.6336,81.634,81.9672,81.3008,80.6344,81.3008,81.9672,83.6332,84.2996,85.6324,86.2988,87.9648,88.298,88.9644,88.9644,89.2976,89.2976,89.964,91.63,93.9624,95.2952,96.628,98.6272,98.96039999999999,99.6268,99.6268,98.294,97.2944,95.6284,93.6292,92.9628,93.6292,93.6292,92.9628,92.9628,93.9624,93.9624,95.2952,95.6284,96.2948,96.628,97.2944,97.96079999999999,98.294,99.2936,100.2932,101.2928,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.6248,105.9576,105.9576,105.6244,105.6244,106.624,106.624,106.624,105.9576,105.6244,105.6244,105.6244,105.6244,106.624,107.6236,107.6236,108.28999999999999,109.956,110.6224,110.6224,110.9556,110.2892,109.956,109.956,109.2896,109.2896,109.2896,109.2896,109.2896,110.2892,111.2888,112.95479999999999,113.6212,114.6208,115.2872,115.6204,115.9536,116.62,117.6196,119.2856,120.2852,121.2848,122.2844,122.9508,123.9504,124.95,125.6164,125.6164,125.6164,125.6164,125.2832,124.6168,124.6168,123.6172,123.6172,123.6172,124.28359999999999,124.28359999999999,124.95,125.2832,125.2832,125.2832,125.6164,125.9496,126.616,125.9496,125.2832,123.9504,123.28399999999999,122.2844,120.9516,119.952,118.9524,118.61919999999999,117.9528,117.9528,118.61919999999999,118.9524,119.952,121.2848,122.2844,123.28399999999999,123.9504,124.6168,124.95,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.28359999999999,124.95,125.9496,126.9492,127.6156,127.9488,128.6152,128.6152,128.6152,128.6152,127.6156,126.9492,126.2828,125.2832,123.28399999999999,122.9508,121.9512,121.618,121.618,121.618,121.618,121.618,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,122.2844,121.9512,121.2848,120.2852,120.2852,120.2852,119.6188,118.9524,118.286,118.286,118.286,117.6196,116.62,114.2876,112.95479999999999,110.6224,106.9572,104.958,101.9592,99.6268,97.96079999999999,96.9612,95.9616,95.2952,94.962,93.6292,92.9628,92.6296,91.63,91.2968,90.6304,89.6308,89.2976,89.2976,89.2976,89.2976,89.2976,88.63119999999999,87.2984,85.6324,83.6332,81.634,79.968,78.30199999999999,76.3028,74.97,73.63719999999999,71.9712,71.3048,69.972,68.306,67.6396,66.3068,64.974,63.308,61.9752,61.3088,59.976,58.9764,58.9764,58.31,57.6436,56.977199999999996,55.6444,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,54.3116,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,55.6444,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,62.6416,62.6416,62.6416,62.3084,62.3084,62.3084,63.308,61.9752,61.9752,62.6416,62.6416,61.9752,61.3088,60.9756,60.3092,59.6428,58.31,56.644,55.9776,54.978,54.3116,53.6452,52.3124,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.3148,45.6484,44.982,44.6488,43.9824,43.9824,43.9824,43.9824,43.316,43.316,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,36.652,37.3184,37.3184,37.3184,37.9848,38.6512,38.6512,39.3176,40.6504,40.6504,40.3172,40.3172,40.9836,41.65,40.9836,40.3172,39.3176,37.9848,36.652,35.9856,34.6528,33.32,31.9872,31.9872,31.3208,31.3208,31.9872,31.9872,31.654,31.654,30.9876,30.9876,30.9876,30.9876,30.9876,30.3212,30.3212,30.3212,30.3212,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,29.654799999999998,30.3212,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,35.3192,36.652,38.6512,40.6504,41.9832,43.6492,45.9816,46.647999999999996,47.6476,47.6476,48.314,48.980399999999996,50.3132,51.646,52.6456,53.312,53.9784,53.9784,53.312,53.312,53.312,53.9784,54.6448,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.9764,59.976,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,64.3076,64.974,65.6404,66.3068,66.9732,67.6396,68.306,68.306,68.306,68.306,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.6392,68.6392,68.6392,68.6392,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.3056,69.972,69.972,70.6384,70.6384,70.6384,71.638,72.3044,72.3044,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.9692,77.6356,78.6352,79.3016,79.968,79.968,79.968,79.968],[66.9732,67.6396,68.306,68.9724,69.6388,70.9716,71.638,73.304,75.6364,78.30199999999999,81.634,83.6332,84.966,84.966,83.9664,82.6336,81.9672,81.9672,81.634,81.634,81.634,82.96679999999999,83.6332,84.2996,85.6324,86.2988,87.9648,88.298,89.2976,89.2976,89.2976,89.964,90.6304,91.2968,93.29599999999999,94.6288,96.2948,97.2944,98.96039999999999,98.96039999999999,98.96039999999999,98.6272,98.294,96.2948,94.962,94.6288,93.9624,93.9624,93.9624,94.6288,94.6288,94.962,95.6284,96.2948,96.628,97.2944,97.96079999999999,97.96079999999999,98.96039999999999,99.96,100.9596,102.2924,102.6256,102.6256,103.292,104.6248,105.2912,106.2908,107.2904,107.9568,107.2904,107.2904,106.9572,106.9572,106.9572,106.2908,106.624,106.624,105.9576,105.9576,106.9572,107.6236,108.28999999999999,109.2896,110.9556,111.2888,112.2884,111.622,111.622,110.9556,110.2892,109.956,110.2892,110.2892,110.2892,110.2892,111.2888,112.2884,112.95479999999999,113.6212,115.2872,115.6204,115.6204,115.9536,117.6196,117.9528,119.2856,120.2852,120.9516,121.9512,122.2844,123.28399999999999,124.95,125.6164,126.9492,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.6164,125.6164,126.616,126.616,127.2824,127.2824,127.2824,127.9488,128.282,128.282,128.282,126.9492,125.6164,124.6168,123.28399999999999,122.2844,121.2848,120.2852,119.6188,118.9524,118.9524,118.9524,119.952,120.2852,121.2848,122.9508,123.28399999999999,123.9504,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,126.9492,127.6156,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.282,127.6156,125.6164,124.6168,122.9508,121.9512,121.2848,120.9516,120.9516,120.9516,120.9516,121.2848,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,122.6176,122.6176,121.9512,121.9512,121.9512,121.2848,120.6184,120.2852,119.6188,118.9524,118.286,118.286,117.6196,116.62,114.954,112.95479999999999,110.6224,107.2904,104.958,102.2924,99.96,98.96039999999999,97.6276,96.2948,95.2952,94.6288,93.9624,93.6292,92.2964,91.63,90.9636,90.6304,89.964,89.2976,89.964,89.964,90.2972,89.6308,88.9644,87.9648,85.9656,84.2996,82.3004,80.9676,79.3016,77.6356,75.6364,74.3036,73.63719999999999,72.3044,70.6384,69.972,69.3056,67.97279999999999,65.6404,64.974,63.6412,62.6416,60.6424,59.976,59.309599999999996,58.6432,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.978,54.978,54.3116,53.6452,52.9788,52.9788,53.6452,53.6452,54.3116,54.3116,54.3116,54.978,54.978,54.978,54.978,54.978,54.978,54.3116,54.3116,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.9764,58.9764,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,58.9764,59.6428,59.6428,60.3092,60.6424,61.3088,61.3088,61.9752,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,61.9752,61.9752,61.9752,61.3088,60.3092,58.9764,57.6436,56.3108,55.6444,54.978,54.978,53.6452,51.646,50.9796,49.6468,48.980399999999996,48.314,46.9812,45.6484,44.982,44.982,44.315599999999996,43.316,43.316,43.316,42.6496,42.6496,41.9832,40.6504,40.6504,39.984,39.3176,37.9848,37.3184,37.3184,37.3184,36.652,36.652,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,34.6528,35.3192,35.3192,35.3192,35.3192,36.652,36.652,35.9856,35.9856,36.652,36.652,35.9856,35.3192,34.6528,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.988,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,28.9884,28.9884,28.9884,28.6552,28.6552,28.6552,28.6552,28.6552,28.6552,28.6552,28.6552,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.988,29.988,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,35.3192,35.9856,36.652,37.9848,39.6508,40.9836,42.3164,43.6492,45.3152,46.647999999999996,47.3144,47.3144,48.314,48.980399999999996,49.6468,50.9796,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,58.9764,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.308,64.6408,65.9736,67.3064,67.3064,67.3064,67.6396,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.9724,69.3056,69.972,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.9692,76.9692,77.6356,77.6356,77.6356,77.6356,77.6356],[66.9732,66.9732,67.6396,68.9724,69.6388,70.3052,71.638,73.304,75.6364,78.6352,82.3004,84.966,86.2988,85.6324,84.2996,83.6332,82.6336,81.9672,82.3004,82.3004,82.3004,82.96679999999999,83.6332,84.966,86.2988,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.964,89.964,90.6304,91.2968,93.29599999999999,94.6288,96.2948,97.2944,98.6272,98.96039999999999,98.96039999999999,98.6272,98.96039999999999,97.96079999999999,95.9616,95.6284,95.6284,95.6284,95.6284,95.2952,95.2952,95.6284,96.2948,96.2948,97.2944,97.2944,97.96079999999999,98.6272,99.2936,100.2932,101.626,102.6256,103.292,103.292,103.9584,105.6244,106.2908,107.2904,108.6232,109.2896,108.6232,108.6232,107.9568,107.9568,107.6236,107.6236,106.9572,106.2908,106.2908,106.9572,107.6236,108.28999999999999,109.2896,109.956,111.2888,111.9552,112.95479999999999,112.95479999999999,112.95479999999999,111.622,111.622,111.622,111.622,110.9556,110.9556,110.9556,111.9552,112.95479999999999,112.95479999999999,114.2876,115.2872,115.6204,115.9536,116.9532,117.9528,118.286,119.6188,120.2852,120.9516,121.9512,122.2844,123.28399999999999,124.95,125.6164,126.9492,126.9492,127.6156,126.9492,126.9492,126.9492,127.9488,127.9488,128.6152,128.9484,129.6148,129.948,129.948,129.948,130.6144,129.6148,129.6148,129.6148,129.6148,128.6152,127.6156,125.9496,124.6168,123.6172,122.9508,121.9512,120.9516,120.2852,119.952,119.952,120.9516,121.618,122.6176,123.28399999999999,123.9504,124.6168,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.6164,126.2828,127.6156,128.282,128.282,128.6152,128.6152,128.6152,128.6152,128.282,126.2828,125.6164,123.9504,122.6176,120.2852,119.952,120.2852,120.2852,120.2852,120.9516,120.9516,121.2848,121.2848,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,121.9512,120.6184,120.6184,119.6188,118.9524,118.286,117.6196,117.2864,116.62,114.954,112.95479999999999,110.6224,108.28999999999999,105.6244,103.292,101.2928,99.6268,97.6276,96.628,95.6284,94.962,94.6288,93.9624,92.9628,92.2964,91.63,90.9636,89.964,89.964,89.964,89.964,90.2972,90.2972,89.2976,87.9648,86.632,84.6328,82.96679999999999,80.9676,79.968,78.6352,76.3028,75.6364,74.3036,72.9708,71.3048,70.6384,69.972,68.6392,66.9732,65.6404,64.974,63.6412,61.9752,60.6424,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,54.3116,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,53.6452,54.3116,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,52.9788,52.6456,52.6456,52.6456,53.312,53.6452,54.3116,54.6448,55.3112,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.9768,57.9768,57.9768,57.9768,57.6436,57.6436,58.31,58.31,59.309599999999996,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,61.9752,61.3088,60.3092,59.6428,57.6436,56.977199999999996,55.6444,55.6444,55.6444,54.978,52.9788,51.646,50.9796,49.6468,48.980399999999996,47.6476,46.3148,45.6484,44.982,44.315599999999996,43.316,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,39.984,39.3176,38.6512,37.3184,36.652,36.652,36.652,35.9856,35.9856,35.9856,35.3192,34.6528,33.986399999999996,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.3208,30.6544,30.6544,29.654799999999998,28.9884,28.322,28.322,28.322,28.322,28.322,28.322,27.6556,27.6556,27.6556,27.6556,27.9888,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.6556,26.9892,26.9892,27.6556,27.6556,27.6556,28.322,28.9884,29.988,30.6544,30.6544,31.3208,31.9872,32.6536,33.32,33.986399999999996,35.9856,36.652,37.9848,38.6512,40.3172,41.65,42.3164,43.6492,45.3152,45.9816,46.647999999999996,47.3144,48.314,48.980399999999996,49.6468,50.3132,51.646,51.646,51.646,51.646,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,55.9776,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,60.6424,60.6424,61.3088,61.9752,62.6416,62.6416,63.9744,65.3072,65.9736,66.64,66.64,66.9732,66.3068,66.3068,65.6404,65.6404,65.6404,65.6404,65.6404,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,76.3028,76.3028,76.9692,76.9692,76.3028,76.3028,76.3028],[66.9732,66.9732,67.6396,68.9724,69.6388,70.3052,71.3048,72.9708,74.97,78.6352,82.3004,84.6328,86.632,86.632,85.6324,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,84.2996,84.966,86.2988,86.2988,87.2984,87.9648,88.63119999999999,89.2976,89.2976,89.964,90.6304,91.2968,92.6296,93.9624,95.9616,96.628,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.2944,96.9612,96.9612,96.9612,96.9612,96.2948,96.2948,96.2948,96.2948,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,100.6264,101.2928,102.6256,103.62519999999999,103.9584,104.958,105.6244,106.624,107.6236,108.9564,109.956,110.2892,110.2892,109.956,109.956,109.2896,109.2896,108.9564,108.6232,108.28999999999999,107.6236,108.28999999999999,108.28999999999999,108.9564,109.956,110.2892,111.9552,112.95479999999999,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,113.288,113.6212,114.2876,115.6204,116.2868,116.62,117.2864,118.286,118.9524,119.6188,120.2852,120.9516,121.9512,122.2844,123.28399999999999,124.6168,125.6164,126.9492,126.9492,127.6156,128.9484,128.6152,129.6148,130.2812,130.9476,131.614,131.9472,132.6136,132.6136,132.6136,132.6136,132.6136,131.9472,131.9472,131.9472,131.2808,130.6144,129.6148,127.6156,126.616,125.2832,124.6168,123.28399999999999,122.9508,122.2844,121.618,121.618,122.2844,123.28399999999999,123.28399999999999,123.6172,124.6168,125.2832,125.6164,125.6164,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,124.95,126.2828,126.9492,127.6156,127.6156,127.9488,127.9488,127.9488,127.9488,127.2824,126.2828,124.95,123.9504,122.6176,120.2852,119.2856,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,120.6184,120.2852,120.2852,120.2852,120.2852,120.2852,120.2852,120.6184,120.6184,120.6184,120.6184,120.6184,120.2852,120.2852,119.6188,118.9524,118.286,117.9528,116.2868,114.2876,112.95479999999999,110.6224,108.28999999999999,105.2912,103.9584,101.9592,100.2932,98.294,97.96079999999999,97.2944,96.628,95.6284,95.2952,93.9624,92.9628,92.9628,92.2964,91.63,91.2968,91.2968,91.2968,91.2968,90.6304,89.2976,88.298,87.2984,85.2992,83.6332,81.634,79.968,79.3016,77.6356,76.9692,74.97,73.63719999999999,71.9712,71.3048,70.6384,69.972,68.306,66.9732,66.3068,64.974,62.6416,61.9752,60.6424,59.976,58.31,57.6436,57.6436,56.977199999999996,56.3108,55.6444,54.978,54.3116,52.9788,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,53.312,53.312,53.312,53.312,53.312,52.6456,52.6456,51.9792,51.646,51.646,51.646,52.3124,52.9788,53.6452,53.6452,54.3116,55.3112,55.3112,55.3112,55.9776,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.644,56.644,56.644,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.3088,61.3088,61.3088,60.6424,60.3092,58.9764,58.31,56.977199999999996,56.3108,56.3108,56.3108,56.3108,54.3116,53.6452,52.3124,50.9796,50.3132,48.980399999999996,47.6476,46.3148,45.6484,44.315599999999996,43.316,43.316,42.6496,42.6496,41.9832,41.3168,39.984,39.984,39.3176,37.9848,37.3184,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,34.6528,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,32.6536,33.32,33.32,32.6536,32.6536,31.9872,30.9876,29.654799999999998,28.9884,28.9884,28.322,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,26.9892,26.9892,26.9892,26.9892,27.3224,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.9892,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,29.3216,29.988,30.6544,31.3208,32.6536,33.32,34.6528,35.3192,36.652,37.9848,38.6512,39.3176,40.9836,41.65,42.3164,43.6492,44.6488,45.9816,46.647999999999996,47.3144,48.314,48.980399999999996,49.6468,50.3132,51.646,51.646,50.9796,50.9796,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,55.3112,55.9776,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,60.6424,60.6424,59.976,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.308,64.6408,65.3072,65.3072,65.9736,65.9736,65.3072,65.3072,64.6408,64.6408,64.6408,64.6408,64.6408,64.974,64.974,64.974,64.974,65.6404,65.6404,66.3068,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,75.6364,75.6364,75.6364],[66.9732,67.6396,68.306,68.9724,69.6388,69.6388,70.6384,72.3044,74.3036,77.9688,81.9672,85.2992,86.9652,87.2984,85.9656,85.6324,84.2996,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.966,85.6324,86.2988,87.2984,87.2984,88.298,88.63119999999999,89.2976,89.2976,90.2972,91.2968,92.2964,93.9624,95.6284,96.2948,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.2944,97.2944,97.2944,97.2944,96.628,96.628,97.2944,97.2944,97.2944,97.96079999999999,98.6272,99.6268,101.2928,102.2924,103.9584,104.6248,105.6244,105.9576,106.9572,107.6236,109.6228,110.6224,111.2888,111.2888,110.6224,111.2888,110.9556,110.9556,110.6224,110.6224,109.956,109.6228,108.9564,108.9564,108.9564,109.2896,110.2892,110.9556,112.2884,113.288,114.2876,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.288,113.6212,114.2876,115.6204,116.62,116.62,117.9528,118.286,118.286,119.6188,120.2852,120.9516,121.9512,122.2844,123.28399999999999,124.6168,125.6164,126.9492,127.6156,128.6152,129.6148,130.9476,131.614,132.6136,133.6132,133.6132,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,134.2796,133.6132,132.6136,131.9472,130.6144,129.6148,127.6156,126.9492,125.9496,125.2832,124.6168,123.28399999999999,123.28399999999999,123.28399999999999,123.6172,123.6172,124.28359999999999,124.28359999999999,125.2832,125.6164,125.6164,125.6164,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.95,124.95,126.2828,126.9492,127.2824,127.2824,127.9488,127.9488,127.9488,127.6156,126.9492,126.2828,124.95,123.9504,122.6176,120.2852,118.61919999999999,118.286,118.9524,118.9524,118.9524,119.6188,119.6188,120.2852,120.2852,119.952,119.952,119.952,119.952,119.952,120.2852,120.2852,120.2852,120.2852,120.2852,119.6188,119.6188,118.9524,118.61919999999999,117.9528,117.2864,116.2868,114.2876,112.2884,109.956,108.28999999999999,105.9576,103.9584,103.292,101.2928,100.2932,98.96039999999999,97.96079999999999,97.96079999999999,97.2944,95.6284,95.2952,94.6288,93.9624,93.29599999999999,92.9628,92.2964,91.63,91.2968,91.2968,90.6304,89.964,88.63119999999999,87.6316,86.632,83.9664,82.96679999999999,80.9676,79.968,78.30199999999999,77.6356,76.3028,74.97,73.304,71.9712,71.3048,70.6384,68.9724,68.306,66.9732,66.3068,63.9744,62.6416,61.3088,60.6424,58.9764,58.31,58.31,57.6436,56.977199999999996,56.3108,54.978,54.3116,52.9788,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.6456,52.6456,52.6456,52.6456,51.9792,51.9792,51.3128,51.3128,50.9796,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.9784,54.6448,54.6448,54.6448,54.978,54.978,54.978,54.978,55.6444,55.6444,55.6444,55.6444,55.3112,55.3112,55.3112,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.6432,59.309599999999996,59.976,59.976,59.976,59.976,60.6424,60.6424,60.6424,60.6424,59.976,59.976,58.9764,58.9764,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,55.9776,55.3112,53.9784,53.312,51.646,50.9796,49.6468,47.6476,46.3148,45.6484,44.315599999999996,43.316,43.316,42.6496,41.9832,41.3168,39.984,39.3176,38.6512,37.9848,36.652,35.9856,35.9856,35.9856,35.3192,34.6528,34.6528,33.986399999999996,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,30.6544,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,25.9896,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.6552,29.988,30.6544,31.3208,32.6536,33.986399999999996,35.3192,35.9856,37.9848,38.6512,39.3176,39.984,41.65,42.3164,42.9828,43.6492,44.6488,45.3152,45.9816,47.3144,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,50.9796,50.9796,51.9792,51.9792,52.6456,53.9784,54.6448,55.3112,55.3112,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,59.976,59.976,59.976,59.976,59.976,59.976,59.976,59.976,60.6424,61.3088,61.9752,62.6416,63.9744,63.9744,64.6408,64.6408,64.6408,64.6408,64.6408,63.9744,63.9744,63.9744,63.9744,63.308,63.6412,64.3076,64.3076,64.3076,64.3076,64.974,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364],[67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.638,73.63719999999999,76.636,80.9676,84.6328,85.9656,86.2988,85.6324,85.2992,84.2996,84.2996,83.6332,83.6332,84.2996,84.2996,84.966,85.6324,85.6324,86.9652,86.9652,87.2984,88.298,88.63119999999999,88.63119999999999,89.2976,89.964,90.9636,92.2964,93.6292,94.962,96.2948,97.2944,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.6272,98.6272,98.6272,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.294,99.6268,101.2928,103.292,104.958,106.2908,106.624,107.6236,107.9568,109.2896,111.2888,112.2884,112.95479999999999,112.95479999999999,112.2884,112.95479999999999,112.6216,112.6216,111.9552,112.2884,111.622,111.2888,110.6224,110.6224,110.2892,110.2892,110.9556,111.9552,112.95479999999999,113.6212,114.6208,115.2872,114.954,114.2876,113.6212,113.6212,113.288,113.288,113.288,112.95479999999999,113.288,113.288,113.6212,114.2876,115.2872,115.9536,117.2864,117.2864,118.286,118.286,119.2856,119.952,120.2852,121.9512,122.6176,122.6176,124.6168,125.6164,127.2824,127.9488,129.2816,130.6144,131.9472,133.28,135.94559999999998,136.612,136.2788,136.2788,136.612,135.94559999999998,135.94559999999998,135.6124,135.6124,135.6124,135.6124,134.2796,134.2796,133.28,131.9472,130.2812,129.6148,128.282,127.6156,126.9492,125.9496,125.6164,124.95,124.95,124.95,124.95,124.95,125.2832,125.6164,125.6164,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,127.6156,127.9488,127.9488,127.9488,127.9488,127.9488,127.9488,127.2824,126.2828,124.95,123.28399999999999,121.9512,120.2852,118.9524,118.61919999999999,117.9528,117.9528,118.61919999999999,118.61919999999999,118.9524,118.9524,119.6188,119.6188,119.952,120.2852,120.2852,120.2852,119.952,119.952,119.952,119.952,119.6188,118.9524,118.9524,118.61919999999999,117.9528,116.9532,116.62,115.6204,113.6212,112.2884,109.956,108.9564,106.9572,105.2912,103.62519999999999,103.292,101.2928,100.9596,99.6268,99.6268,98.96039999999999,97.6276,97.6276,96.2948,95.9616,94.962,94.2956,93.29599999999999,92.6296,91.9632,91.2968,90.6304,89.6308,89.6308,88.63119999999999,87.2984,85.9656,83.6332,82.3004,80.9676,79.968,79.3016,78.30199999999999,76.636,74.97,73.63719999999999,72.6376,71.3048,70.6384,69.3056,68.306,66.9732,65.6404,64.3076,63.308,61.641999999999996,59.976,59.309599999999996,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.978,53.6452,52.9788,52.9788,52.3124,52.3124,51.646,51.646,51.646,50.9796,50.9796,50.9796,50.9796,50.3132,50.3132,49.6468,49.6468,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,51.646,51.646,52.6456,53.312,53.312,53.312,53.312,53.312,53.312,53.312,53.9784,53.9784,53.9784,53.9784,53.6452,53.6452,53.6452,53.6452,54.6448,55.3112,55.9776,55.9776,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,57.6436,57.3104,56.644,55.9776,55.3112,54.3116,53.6452,51.646,50.3132,48.980399999999996,47.6476,45.6484,44.982,44.315599999999996,43.6492,42.3164,41.3168,39.984,39.3176,37.9848,37.3184,36.652,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,32.6536,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.3212,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.3228,26.3228,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,24.99,24.99,24.99,25.3232,25.3232,25.3232,25.9896,25.9896,25.9896,25.9896,25.9896,26.3228,26.3228,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.6552,29.988,30.6544,31.9872,33.32,34.6528,35.9856,37.3184,38.6512,40.3172,40.9836,41.65,41.9832,42.6496,43.316,43.9824,44.982,45.6484,46.3148,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,51.9792,51.9792,52.6456,53.9784,54.6448,55.3112,55.3112,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,62.6416,63.308,63.308,63.308,62.6416,62.6416,62.6416,62.6416,61.9752,62.6416,63.308,63.308,63.308,64.3076,64.3076,64.974,65.6404,66.3068,66.3068,66.3068,66.3068,66.3068,66.3068,66.9732,66.9732,67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,76.3028,76.3028,75.6364,75.6364,75.6364,75.6364],[67.3064,67.97279999999999,68.6392,69.3056,69.972,69.972,70.6384,71.3048,72.9708,75.6364,79.6348,83.3,84.966,85.6324,85.2992,85.2992,84.2996,84.2996,83.6332,83.6332,84.2996,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.6316,88.298,88.298,89.2976,89.964,90.2972,91.63,92.9628,94.6288,95.9616,96.9612,97.2944,97.96079999999999,97.96079999999999,98.6272,98.6272,98.96039999999999,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,101.9592,104.2916,105.9576,107.6236,108.28999999999999,108.28999999999999,108.9564,110.2892,112.2884,113.6212,114.2876,114.2876,114.2876,113.6212,114.2876,113.6212,113.6212,113.288,112.6216,111.622,111.622,111.2888,110.9556,110.9556,111.2888,111.9552,113.288,114.2876,115.2872,115.2872,114.954,114.6208,114.2876,114.2876,113.95439999999999,113.95439999999999,113.6212,113.6212,113.288,113.6212,113.6212,114.2876,115.2872,115.9536,117.2864,117.2864,117.9528,117.9528,119.2856,119.952,120.2852,121.2848,121.9512,122.6176,124.6168,125.6164,127.2824,128.6152,129.6148,131.2808,132.6136,134.946,137.6116,138.6112,138.6112,137.9448,137.6116,137.2784,136.612,136.612,135.6124,135.6124,135.6124,134.946,134.2796,133.6132,132.6136,131.2808,130.2812,129.948,128.6152,127.9488,127.6156,127.2824,126.9492,126.616,126.2828,126.2828,125.9496,125.9496,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.616,126.616,127.2824,127.6156,127.9488,127.9488,127.9488,127.6156,126.616,125.6164,124.95,123.28399999999999,121.9512,120.9516,118.9524,117.9528,117.2864,117.2864,117.2864,117.9528,117.6196,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.2856,118.9524,119.2856,119.2856,119.2856,118.9524,118.61919999999999,118.61919999999999,117.9528,117.2864,116.62,115.9536,114.954,113.6212,112.2884,109.956,108.9564,106.9572,106.2908,104.6248,103.62519999999999,102.6256,102.6256,101.2928,100.2932,99.6268,99.6268,98.96039999999999,97.6276,97.6276,95.9616,94.962,94.2956,93.6292,92.9628,91.9632,91.63,90.6304,89.6308,89.2976,88.298,86.632,85.2992,83.6332,82.3004,80.9676,79.968,78.9684,78.30199999999999,76.3028,74.97,73.9704,72.6376,71.9712,70.6384,68.9724,68.306,66.9732,65.6404,64.6408,63.308,61.3088,59.976,58.9764,58.31,57.6436,56.977199999999996,56.3108,55.6444,54.3116,53.6452,53.6452,52.9788,52.3124,51.646,50.9796,50.3132,50.3132,50.3132,50.3132,49.6468,49.6468,48.980399999999996,48.314,48.314,48.314,48.314,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,51.9792,52.6456,52.6456,52.6456,52.6456,52.6456,52.3124,52.3124,52.3124,52.9788,53.9784,53.9784,54.6448,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.31,57.6436,56.977199999999996,56.3108,54.978,52.9788,51.646,50.3132,48.980399999999996,46.9812,46.3148,44.982,44.315599999999996,42.9828,42.3164,40.6504,38.6512,37.9848,36.652,35.9856,35.9856,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,32.6536,31.9872,31.9872,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,31.3208,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.3228,26.3228,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,25.6564,25.6564,25.6564,25.9896,25.9896,25.9896,25.9896,26.656,26.656,26.656,26.656,26.9892,26.9892,26.9892,26.9892,27.6556,27.6556,28.322,28.322,29.3216,30.6544,31.3208,32.6536,33.986399999999996,35.3192,36.652,37.9848,39.3176,40.9836,41.65,41.65,42.6496,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,48.314,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,51.9792,51.9792,52.6456,53.9784,54.6448,55.3112,55.3112,55.3112,56.3108,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.9764,58.9764,58.9764,58.9764,58.9764,58.9764,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,62.6416,62.6416,62.6416,61.9752,61.9752,62.6416,62.6416,63.308,63.308,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,66.9732,66.9732,66.9732,66.9732,67.6396,67.97279999999999,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,75.6364,75.6364,75.6364,76.3028,75.6364,75.6364,75.6364,75.6364],[67.97279999999999,67.97279999999999,68.6392,69.3056,69.972,70.6384,69.6388,70.6384,71.9712,74.3036,77.9688,80.9676,83.3,84.6328,84.6328,84.6328,84.966,84.966,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.9652,87.2984,87.6316,88.298,88.63119999999999,89.964,90.2972,91.63,92.2964,93.9624,95.6284,96.2948,97.2944,97.2944,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,99.96,99.96,99.6268,98.96039999999999,98.6272,98.6272,97.96079999999999,98.6272,98.96039999999999,99.6268,101.9592,104.2916,106.2908,108.28999999999999,109.2896,109.956,110.2892,111.2888,113.288,114.2876,115.2872,115.2872,115.2872,114.954,114.954,114.954,114.6208,113.288,113.288,112.2884,111.622,111.622,111.2888,111.2888,111.2888,112.2884,113.288,114.2876,115.2872,115.9536,115.6204,115.2872,115.2872,114.6208,114.2876,114.2876,113.6212,113.6212,113.6212,113.6212,114.2876,114.954,115.2872,115.9536,117.2864,117.2864,117.9528,117.9528,119.2856,119.952,120.2852,121.2848,121.9512,122.6176,124.6168,125.6164,127.2824,128.6152,130.2812,131.614,132.9468,135.6124,138.278,138.9444,138.6112,137.9448,137.6116,137.2784,136.612,136.2788,135.6124,135.2792,135.2792,134.2796,134.2796,133.9464,132.6136,131.614,131.614,130.2812,130.6144,129.6148,128.6152,128.282,128.282,127.6156,127.6156,127.2824,126.616,126.2828,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.616,126.616,127.2824,127.2824,127.6156,127.6156,127.6156,127.6156,126.616,125.6164,124.95,123.28399999999999,121.2848,120.2852,118.9524,117.9528,117.2864,116.62,116.62,116.9532,116.62,117.2864,117.2864,118.286,118.286,117.9528,117.9528,117.9528,117.9528,118.286,118.286,118.286,118.286,117.9528,117.9528,117.2864,116.62,115.9536,115.6204,114.6208,113.288,111.2888,110.2892,108.9564,107.6236,106.2908,105.6244,103.9584,103.62519999999999,103.292,102.6256,101.9592,101.2928,100.6264,100.2932,99.6268,98.96039999999999,97.96079999999999,96.2948,95.6284,94.2956,93.6292,92.6296,91.9632,90.9636,90.6304,89.964,88.9644,87.2984,85.6324,84.966,83.6332,82.3004,81.3008,80.3012,78.9684,76.9692,76.3028,75.6364,74.3036,72.6376,71.3048,70.6384,69.3056,68.306,66.9732,66.3068,64.974,63.308,61.641999999999996,60.6424,59.976,58.6432,57.9768,56.977199999999996,56.3108,55.3112,54.6448,53.9784,53.312,52.3124,51.646,50.9796,50.3132,49.6468,49.6468,49.6468,48.980399999999996,48.314,47.3144,47.6476,47.6476,47.6476,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,50.9796,50.9796,50.9796,51.646,52.3124,52.9788,52.9788,53.6452,54.6448,54.6448,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,58.9764,58.31,57.6436,56.3108,54.978,53.6452,52.3124,50.9796,48.980399999999996,47.6476,46.3148,44.982,43.6492,42.9828,41.3168,39.3176,37.9848,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.9872,31.3208,30.9876,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,26.3228,25.6564,26.3228,26.3228,26.3228,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.6544,31.9872,32.6536,33.32,34.6528,35.9856,37.3184,38.6512,39.984,41.65,41.65,42.3164,42.6496,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,47.6476,48.980399999999996,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,51.9792,51.9792,52.6456,53.9784,54.6448,55.3112,55.3112,55.3112,56.3108,56.977199999999996,57.6436,57.6436,57.6436,57.6436,58.31,58.31,58.31,58.31,58.31,58.31,58.31,57.6436,57.6436,58.31,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,61.9752,61.9752,63.308,63.308,63.308,63.9744,64.3076,64.974,66.3068,66.9732,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,67.6396,68.306,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.3028,76.3028,76.3028],[67.97279999999999,68.6392,69.3056,69.972,70.6384,70.6384,70.3052,70.6384,71.9712,73.63719999999999,76.3028,79.6348,81.3008,83.3,83.9664,84.6328,84.966,84.966,84.2996,84.2996,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.6316,88.298,89.2976,89.964,91.2968,92.2964,93.9624,94.962,95.9616,96.9612,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,100.6264,100.6264,99.96,99.6268,98.96039999999999,98.6272,98.6272,98.6272,98.96039999999999,100.6264,102.6256,104.6248,107.6236,108.6232,110.6224,110.9556,111.9552,112.2884,113.6212,114.2876,115.2872,115.9536,115.9536,115.2872,115.9536,115.6204,114.954,113.6212,113.6212,112.95479999999999,112.2884,111.622,111.2888,111.9552,111.9552,112.2884,113.288,114.2876,115.2872,115.9536,115.6204,115.6204,115.2872,115.2872,114.2876,114.2876,113.6212,113.6212,113.6212,114.2876,114.2876,114.954,115.9536,115.9536,117.2864,117.2864,117.9528,117.9528,119.2856,119.2856,119.952,121.2848,121.9512,122.6176,123.9504,125.6164,127.2824,128.6152,130.2812,131.9472,132.9468,135.6124,137.6116,138.9444,138.6112,138.6112,138.278,137.2784,136.2788,135.6124,134.6128,134.2796,134.2796,133.9464,133.9464,133.28,132.6136,131.614,131.2808,131.2808,130.6144,129.948,129.2816,128.6152,128.6152,128.282,128.282,127.6156,127.6156,127.2824,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.9496,126.616,127.2824,127.2824,127.6156,127.6156,127.6156,126.9492,125.9496,125.2832,124.28359999999999,122.9508,121.2848,119.6188,118.9524,117.9528,117.2864,116.62,116.62,116.62,116.62,116.62,116.62,117.2864,117.6196,116.9532,117.2864,117.2864,116.9532,116.9532,116.9532,116.9532,116.62,116.62,116.62,115.9536,115.9536,115.2872,114.6208,113.95439999999999,113.288,111.2888,110.2892,108.6232,107.6236,106.2908,105.6244,104.6248,104.2916,103.62519999999999,103.62519999999999,102.6256,101.9592,101.9592,101.2928,100.9596,99.96,98.96039999999999,97.96079999999999,96.2948,95.9616,94.2956,93.9624,92.6296,91.63,91.63,90.6304,89.964,88.298,86.9652,85.6324,84.6328,83.6332,82.3004,81.3008,80.6344,78.30199999999999,77.6356,76.9692,75.6364,73.9704,72.6376,71.9712,71.3048,69.6388,68.9724,67.6396,66.3068,64.6408,63.9744,61.9752,60.6424,59.976,59.309599999999996,58.31,57.6436,56.644,55.3112,54.6448,53.9784,52.3124,51.646,50.9796,50.3132,50.3132,49.6468,48.980399999999996,48.314,47.3144,46.647999999999996,46.9812,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,50.3132,51.646,51.646,52.3124,52.3124,53.312,53.9784,54.6448,55.3112,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,60.3092,60.3092,60.3092,59.6428,58.9764,57.6436,55.6444,54.978,53.6452,52.3124,50.3132,48.980399999999996,47.6476,45.6484,44.315599999999996,42.6496,40.6504,39.3176,37.9848,36.652,35.9856,35.9856,35.3192,35.3192,35.3192,35.3192,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,32.6536,32.6536,32.6536,31.9872,31.9872,31.9872,31.9872,31.3208,30.9876,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.9892,26.3228,26.3228,26.9892,26.9892,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,27.9888,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.9872,32.6536,33.32,33.986399999999996,35.3192,36.652,37.3184,39.3176,40.6504,41.65,42.3164,42.3164,42.6496,42.6496,43.316,43.316,44.315599999999996,44.982,45.6484,46.3148,47.6476,48.314,48.980399999999996,49.6468,50.9796,50.9796,50.9796,50.9796,51.9792,52.6456,53.312,53.9784,54.6448,55.3112,55.3112,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,57.6436,58.6432,59.309599999999996,59.309599999999996,59.309599999999996,59.309599999999996,59.976,59.976,59.976,60.6424,61.3088,61.3088,61.3088,61.3088,61.9752,61.9752,61.9752,62.6416,63.308,63.9744,63.9744,64.974,65.6404,66.9732,67.6396,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.306,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.9712,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,75.6364,76.3028,76.3028,76.9692,76.9692],[68.6392,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,71.638,72.3044,73.63719999999999,74.97,77.6356,80.9676,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.9652,86.9652,86.9652,86.9652,87.2984,87.9648,88.63119999999999,89.2976,90.6304,91.9632,93.6292,93.9624,95.6284,96.2948,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.2932,101.2928,101.2928,100.2932,99.6268,99.6268,99.6268,99.2936,98.96039999999999,99.2936,100.6264,103.292,105.6244,107.6236,109.2896,110.9556,112.95479999999999,113.288,113.6212,114.2876,114.954,115.9536,116.62,116.62,116.62,115.9536,115.2872,114.2876,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.6208,114.6208,114.6208,114.6208,114.6208,115.2872,115.6204,116.2868,116.62,117.2864,117.2864,117.6196,117.9528,118.286,118.286,118.9524,119.952,121.2848,121.9512,122.6176,123.9504,124.95,126.9492,127.9488,129.6148,131.614,132.9468,134.2796,136.2788,137.2784,138.6112,138.6112,137.6116,136.612,134.946,133.28,132.9468,132.9468,132.9468,132.9468,132.6136,131.9472,131.2808,131.2808,130.2812,130.2812,130.6144,130.6144,130.6144,129.948,128.6152,128.6152,127.6156,127.6156,127.6156,127.6156,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,126.2828,125.6164,124.95,123.28399999999999,122.9508,121.2848,119.6188,117.9528,117.2864,116.2868,115.6204,115.6204,116.2868,115.9536,115.9536,115.9536,116.62,116.62,116.62,116.62,116.62,115.9536,115.9536,115.9536,115.9536,115.6204,115.6204,115.6204,115.6204,115.2872,115.2872,114.6208,113.6212,112.2884,110.9556,109.6228,107.9568,107.6236,106.2908,105.6244,105.6244,104.2916,104.2916,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.292,102.2924,101.9592,100.6264,98.96039999999999,97.96079999999999,96.2948,95.9616,94.962,93.9624,92.9628,91.9632,91.9632,91.2968,89.964,88.63119999999999,88.298,87.2984,85.9656,84.966,83.6332,82.3004,80.9676,79.6348,78.30199999999999,77.6356,75.6364,74.3036,73.304,72.6376,71.9712,71.3048,69.6388,68.306,66.64,65.9736,63.9744,62.6416,61.3088,60.6424,59.6428,58.9764,57.9768,56.644,55.9776,54.6448,53.312,52.6456,52.6456,51.9792,50.3132,49.6468,48.980399999999996,48.314,47.6476,46.9812,45.6484,45.6484,44.982,44.982,45.6484,46.3148,46.3148,46.9812,47.6476,48.314,48.314,48.314,48.314,48.314,48.314,48.314,47.6476,47.6476,48.314,48.314,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.6452,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.9764,60.6424,61.3088,61.3088,61.3088,60.3092,58.9764,57.3104,55.9776,54.6448,53.312,52.3124,50.9796,48.314,46.3148,44.6488,43.316,40.9836,39.6508,37.9848,36.652,35.3192,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.32,32.6536,32.6536,31.654,31.654,31.654,31.654,30.9876,30.9876,30.9876,30.3212,30.3212,29.988,29.3216,28.6552,27.9888,27.3224,26.656,26.656,26.656,26.656,26.656,26.656,26.3228,26.3228,26.3228,26.3228,27.3224,27.3224,27.3224,27.9888,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.988,30.6544,30.6544,30.6544,30.6544,31.3208,31.3208,31.9872,32.6536,33.32,33.986399999999996,34.6528,36.652,37.3184,38.6512,39.984,40.9836,41.65,42.3164,42.3164,42.6496,42.6496,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,48.314,48.314,48.980399999999996,50.3132,50.9796,51.646,51.646,51.646,52.3124,52.9788,53.6452,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.644,56.644,56.644,56.644,56.644,56.644,56.644,56.644,56.644,56.644,56.644,56.644,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,58.9764,59.6428,59.976,60.6424,60.6424,60.6424,60.6424,61.3088,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,65.3072,65.9736,67.3064,67.97279999999999,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,73.9704,74.3036,74.3036,74.97,75.6364,76.636,77.3024,78.30199999999999,78.30199999999999],[69.3056,69.972,69.972,70.6384,70.6384,71.3048,71.3048,72.3044,72.9708,73.63719999999999,74.97,76.9692,79.968,81.634,82.3004,82.96679999999999,83.6332,84.2996,84.2996,84.2996,84.966,84.966,85.6324,85.6324,85.6324,85.6324,86.9652,86.9652,86.9652,86.9652,87.2984,87.2984,88.298,88.9644,89.964,91.2968,92.9628,93.9624,95.2952,95.9616,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.2932,101.2928,101.2928,100.2932,99.96,100.2932,99.6268,99.6268,99.2936,99.96,100.6264,103.292,105.6244,107.6236,109.2896,111.622,113.288,114.2876,114.954,114.954,115.2872,116.62,116.62,117.2864,117.2864,116.62,115.9536,114.954,114.2876,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.2884,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.6208,114.6208,114.6208,114.6208,115.2872,115.6204,115.9536,116.62,117.2864,117.2864,117.6196,117.6196,117.9528,118.286,118.286,118.9524,119.952,120.9516,121.2848,122.6176,123.28399999999999,124.6168,126.2828,127.2824,129.2816,130.9476,132.6136,133.6132,135.94559999999998,136.9452,137.9448,137.2784,136.9452,135.94559999999998,133.9464,132.2804,131.614,131.9472,131.9472,131.9472,131.614,130.9476,130.9476,130.6144,130.6144,130.6144,130.6144,130.6144,130.6144,129.948,128.6152,128.6152,127.6156,127.6156,127.6156,127.6156,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,126.2828,125.6164,125.6164,125.6164,124.95,123.9504,122.9508,121.9512,120.2852,118.9524,117.2864,116.62,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,115.6204,115.6204,115.9536,115.9536,115.6204,115.6204,114.954,114.954,114.954,114.6208,114.6208,114.6208,114.6208,114.6208,114.2876,114.2876,113.6212,112.2884,110.9556,109.956,107.9568,107.6236,106.9572,105.9576,105.6244,104.2916,104.2916,104.6248,104.6248,104.2916,104.2916,104.2916,103.62519999999999,102.2924,101.9592,99.96,98.96039999999999,97.2944,96.2948,95.6284,95.2952,94.2956,93.6292,92.9628,92.6296,91.63,90.2972,89.964,88.63119999999999,88.298,86.632,85.6324,84.2996,82.3004,80.9676,79.6348,78.9684,77.6356,76.3028,75.3032,74.6368,73.9704,73.304,71.9712,70.9716,69.6388,67.3064,65.3072,64.6408,63.308,62.6416,61.9752,60.3092,59.6428,58.31,57.6436,56.3108,54.978,53.9784,53.312,52.6456,51.646,50.3132,48.980399999999996,48.314,47.6476,46.9812,45.6484,44.982,44.315599999999996,44.982,44.982,45.6484,45.6484,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,46.3148,46.3148,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,48.314,48.314,49.6468,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.9776,56.977199999999996,57.6436,58.31,58.9764,60.6424,61.3088,61.3088,61.3088,60.9756,59.6428,57.9768,56.644,55.3112,53.9784,52.9788,51.646,48.980399999999996,46.9812,45.3152,43.9824,41.65,39.6508,37.9848,36.652,35.3192,34.6528,34.6528,34.6528,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,32.6536,31.9872,31.654,30.9876,30.9876,30.9876,30.3212,30.3212,29.654799999999998,29.654799999999998,29.3216,29.3216,29.3216,28.6552,27.9888,27.3224,26.656,26.656,26.656,26.656,26.656,26.656,26.3228,26.3228,26.3228,26.3228,26.656,27.3224,27.9888,27.9888,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.6544,31.3208,31.3208,31.3208,31.3208,31.9872,31.9872,32.6536,33.32,33.986399999999996,34.6528,35.3192,36.652,37.9848,38.6512,39.984,40.9836,41.65,41.65,42.3164,42.6496,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,46.9812,47.6476,47.6476,48.314,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,53.6452,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.644,56.644,56.644,56.644,56.644,56.644,56.644,56.644,56.644,56.977199999999996,57.6436,57.6436,58.31,58.31,58.31,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,65.3072,66.64,67.3064,67.97279999999999,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,75.9696,77.3024,78.30199999999999,78.9684],[69.972,70.6384,70.6384,70.6384,71.3048,71.9712,71.9712,72.9708,72.9708,74.3036,74.97,76.9692,79.6348,81.3008,81.9672,82.96679999999999,83.6332,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,87.2984,87.2984,87.2984,87.2984,87.9648,88.9644,89.6308,90.6304,91.9632,93.6292,95.2952,95.9616,96.2948,96.9612,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.2932,101.2928,101.2928,100.2932,100.2932,100.9596,100.2932,100.2932,99.96,99.96,101.2928,103.292,105.6244,107.6236,109.2896,111.622,113.288,114.2876,114.954,115.2872,115.2872,116.62,116.62,117.2864,117.6196,116.62,115.9536,115.6204,114.954,114.954,114.2876,113.288,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.6208,114.6208,114.6208,114.6208,115.2872,115.6204,116.2868,116.62,117.2864,117.2864,117.9528,117.9528,118.286,118.286,118.9524,118.9524,119.6188,120.2852,121.2848,121.9512,123.28399999999999,123.9504,125.9496,126.9492,128.6152,129.948,131.2808,132.6136,134.946,135.94559999999998,136.612,136.612,135.2792,133.9464,132.6136,131.614,129.948,130.6144,130.9476,130.9476,130.9476,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.2816,128.6152,128.6152,128.6152,127.6156,127.6156,128.282,127.6156,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,125.2832,125.2832,124.28359999999999,123.28399999999999,122.9508,122.2844,120.9516,119.6188,118.286,116.62,116.2868,115.6204,114.954,114.954,114.954,114.6208,115.2872,115.2872,115.2872,115.2872,114.954,114.954,114.2876,113.6212,113.6212,113.6212,113.6212,113.288,113.288,113.6212,113.6212,113.6212,112.95479999999999,112.95479999999999,112.6216,111.622,110.9556,109.956,107.9568,107.6236,106.9572,106.2908,105.2912,104.2916,104.2916,105.6244,105.6244,104.958,104.958,104.958,104.2916,102.9588,102.2924,101.2928,99.6268,98.6272,97.96079999999999,97.2944,96.9612,95.6284,94.962,93.9624,93.9624,92.9628,92.2964,91.63,91.2968,89.964,88.9644,87.9648,85.6324,84.2996,82.96679999999999,81.9672,80.9676,78.9684,78.30199999999999,77.6356,76.9692,76.9692,75.6364,74.97,73.304,71.9712,69.6388,68.306,67.6396,66.3068,64.974,63.9744,61.9752,61.3088,59.976,59.309599999999996,58.6432,57.3104,55.6444,54.978,54.3116,52.9788,51.646,50.3132,49.6468,48.314,47.6476,46.3148,45.6484,44.982,44.982,44.982,44.982,45.6484,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,46.3148,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.3124,53.312,53.9784,53.9784,53.9784,53.9784,53.9784,54.6448,54.6448,55.3112,55.3112,55.9776,56.644,57.6436,58.31,58.31,58.9764,60.6424,60.6424,61.3088,61.3088,60.9756,60.3092,58.6432,57.3104,55.9776,54.6448,52.9788,51.646,48.980399999999996,47.6476,45.3152,43.9824,41.65,40.3172,37.9848,36.652,34.6528,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.9884,28.322,28.322,28.6552,28.6552,28.6552,27.9888,27.3224,27.3224,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,26.656,27.3224,27.9888,27.9888,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.9876,31.3208,31.9872,31.9872,31.9872,31.9872,32.6536,32.6536,32.6536,33.32,33.986399999999996,34.6528,35.3192,37.3184,37.9848,38.6512,39.984,40.9836,40.9836,41.65,41.65,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,53.6452,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,55.9776,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,57.6436,58.31,58.31,59.309599999999996,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,65.3072,66.64,67.3064,67.97279999999999,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,73.304,74.3036,74.3036,74.97,74.97,75.9696,77.3024,78.9684,79.6348],[70.6384,70.6384,70.6384,71.3048,71.9712,72.6376,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,76.3028,78.9684,80.3012,81.9672,82.6336,83.6332,84.966,84.966,84.966,84.966,84.966,85.6324,85.6324,86.2988,86.2988,86.9652,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,88.298,88.9644,90.2972,91.63,93.29599999999999,93.9624,95.6284,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,100.2932,100.2932,101.2928,101.2928,100.6264,100.6264,101.2928,101.2928,100.6264,100.2932,100.2932,101.626,103.62519999999999,105.6244,108.28999999999999,110.6224,112.2884,113.288,114.2876,114.954,115.2872,115.2872,116.62,117.2864,117.6196,117.6196,116.62,116.62,115.9536,115.6204,114.954,114.954,114.2876,113.6212,112.95479999999999,112.95479999999999,112.95479999999999,113.288,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,114.6208,114.6208,114.6208,115.2872,115.6204,115.9536,115.9536,116.62,117.2864,117.2864,117.9528,117.9528,118.286,118.9524,118.9524,119.6188,119.952,120.2852,121.2848,121.9512,122.9508,123.28399999999999,125.2832,125.6164,127.2824,128.9484,130.9476,131.9472,133.9464,134.946,135.2792,135.2792,133.9464,133.6132,131.614,129.948,129.6148,129.948,130.6144,130.6144,130.6144,129.948,129.948,129.948,129.948,129.948,129.948,128.9484,128.6152,128.6152,128.6152,128.6152,127.6156,127.6156,128.282,127.6156,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,124.28359999999999,123.6172,122.9508,122.2844,121.2848,120.2852,118.9524,117.9528,116.62,115.6204,115.6204,114.954,114.6208,114.6208,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,113.6212,113.288,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,111.9552,111.9552,111.2888,110.2892,109.956,107.9568,107.6236,106.9572,106.2908,105.9576,105.6244,104.958,105.6244,105.6244,104.958,104.958,104.958,104.2916,102.9588,102.6256,101.9592,100.9596,99.6268,98.6272,97.96079999999999,97.2944,96.2948,96.2948,95.9616,94.6288,93.9624,93.6292,92.9628,91.9632,91.2968,90.2972,89.2976,87.9648,85.6324,84.2996,83.6332,82.6336,81.634,79.6348,79.6348,79.6348,78.30199999999999,77.6356,76.9692,75.6364,73.304,71.9712,70.6384,68.9724,67.6396,66.3068,65.3072,63.9744,63.308,61.9752,61.3088,59.976,58.6432,57.9768,57.3104,55.6444,54.3116,52.9788,51.646,50.3132,49.6468,48.314,47.6476,46.9812,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,45.6484,44.982,44.982,44.982,44.982,44.982,44.982,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.315599999999996,44.982,45.6484,46.3148,46.3148,47.6476,48.314,48.314,48.980399999999996,49.6468,50.3132,50.9796,51.646,52.6456,53.312,53.312,53.312,53.312,53.9784,53.9784,54.6448,54.6448,55.3112,55.9776,56.644,57.6436,58.31,58.31,58.9764,59.976,60.6424,60.6424,60.6424,60.3092,59.6428,58.31,56.644,55.9776,54.6448,52.9788,51.646,48.980399999999996,47.6476,45.3152,43.9824,41.65,39.6508,37.9848,36.652,34.6528,33.986399999999996,33.986399999999996,33.32,33.32,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.9892,27.3224,27.3224,27.3224,27.3224,27.3224,27.3224,26.656,26.656,25.9896,25.9896,25.9896,25.9896,25.6564,25.6564,25.6564,25.6564,26.656,27.3224,27.9888,27.9888,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,31.654,31.654,32.6536,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,34.6528,35.3192,35.9856,37.9848,38.6512,39.3176,39.984,40.3172,40.9836,40.9836,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.6484,46.3148,46.9812,47.6476,49.6468,50.3132,50.3132,50.9796,50.9796,51.646,52.3124,52.9788,54.6448,55.3112,55.3112,55.3112,55.3112,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.3112,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,57.6436,58.31,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,65.3072,66.64,67.3064,67.97279999999999,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,71.9712,73.304,74.3036,74.97,74.97,75.6364,76.636,77.3024,78.9684,79.6348],[71.638,71.638,71.638,72.3044,72.9708,73.63719999999999,73.63719999999999,74.6368,74.3036,74.97,75.6364,76.3028,78.30199999999999,79.6348,80.6344,81.9672,82.96679999999999,83.6332,84.2996,84.966,84.966,85.2992,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.6308,91.2968,92.6296,93.9624,94.962,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,101.2928,101.2928,101.2928,101.9592,101.9592,101.9592,101.9592,101.2928,101.2928,102.6256,104.6248,106.2908,108.28999999999999,110.6224,111.9552,112.95479999999999,113.6212,114.2876,115.2872,115.2872,115.9536,116.62,117.6196,117.6196,116.62,116.62,115.9536,115.2872,114.954,114.954,114.2876,113.6212,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,116.62,117.2864,117.6196,117.9528,118.286,118.9524,118.9524,119.6188,119.6188,120.2852,121.2848,121.2848,121.2848,122.2844,122.9508,123.9504,125.2832,126.616,127.9488,129.6148,130.9476,132.6136,133.9464,134.2796,134.2796,132.9468,131.9472,130.6144,129.2816,128.9484,128.9484,129.2816,129.948,129.948,128.6152,128.6152,128.6152,128.6152,128.6152,128.6152,128.282,128.282,128.282,128.282,128.282,127.6156,126.9492,127.6156,127.6156,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.6172,123.6172,123.6172,123.6172,123.9504,123.6172,123.6172,122.9508,122.2844,121.2848,120.9516,120.2852,118.61919999999999,117.6196,115.9536,115.6204,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.288,113.288,112.95479999999999,112.2884,111.622,110.9556,110.9556,110.9556,110.6224,110.6224,110.9556,110.9556,110.9556,110.9556,110.9556,110.6224,110.6224,109.956,109.956,108.9564,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.2916,104.2916,103.62519999999999,103.292,102.6256,101.2928,100.9596,100.2932,99.6268,98.6272,97.96079999999999,97.2944,96.9612,96.2948,95.9616,94.962,94.2956,93.6292,92.6296,91.63,90.2972,89.2976,87.9648,86.632,84.966,83.6332,82.6336,81.9672,81.3008,81.3008,80.3012,79.6348,78.30199999999999,76.9692,74.97,72.9708,71.3048,69.972,68.6392,67.97279999999999,67.3064,66.64,65.6404,64.974,63.9744,62.6416,61.3088,60.6424,58.6432,57.9768,56.644,54.978,52.9788,51.646,50.9796,49.6468,48.980399999999996,48.314,46.9812,46.3148,46.3148,45.6484,45.6484,44.982,44.982,44.315599999999996,43.6492,43.6492,43.6492,43.6492,43.6492,43.6492,42.9828,42.9828,42.6496,42.6496,42.6496,42.6496,43.316,43.9824,44.6488,44.982,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,48.980399999999996,49.6468,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,54.3116,54.978,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.6428,59.6428,59.6428,59.976,59.309599999999996,57.6436,56.3108,55.6444,53.9784,52.9788,51.646,48.980399999999996,46.9812,45.3152,43.9824,41.9832,39.984,37.3184,35.9856,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,32.6536,31.9872,31.3208,31.3208,30.6544,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.3228,26.3228,26.3228,25.6564,26.3228,26.3228,26.3228,26.3228,26.3228,26.9892,26.3228,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.9892,27.6556,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.9876,31.9872,32.6536,33.32,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,35.3192,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,44.6488,44.6488,45.6484,46.3148,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,50.9796,51.646,52.3124,52.9788,53.6452,54.3116,54.3116,54.3116,54.3116,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,54.3116,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,55.6444,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.6432,59.309599999999996,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,62.6416,63.9744,65.3072,66.64,67.3064,67.97279999999999,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,73.304,74.3036,74.97,75.9696,76.636,77.3024,78.30199999999999,79.968,80.6344],[71.638,72.3044,72.3044,72.9708,73.63719999999999,73.63719999999999,74.3036,74.6368,74.97,74.97,75.6364,76.3028,78.30199999999999,78.9684,79.968,81.3008,82.96679999999999,83.6332,84.2996,84.2996,84.966,85.2992,85.9656,85.9656,86.2988,86.2988,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,87.9648,87.9648,88.63119999999999,89.2976,91.2968,92.6296,93.6292,94.962,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,101.2928,101.2928,101.9592,101.9592,102.2924,102.2924,102.2924,101.9592,101.9592,103.292,104.6248,106.2908,108.9564,110.6224,111.9552,112.95479999999999,113.6212,114.2876,115.2872,115.2872,115.9536,115.9536,117.2864,117.2864,116.62,115.9536,115.6204,114.954,114.954,114.2876,113.6212,113.6212,113.288,113.288,113.288,113.6212,114.2876,114.2876,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,117.2864,117.6196,117.6196,117.9528,118.286,118.9524,119.6188,119.6188,119.952,120.9516,121.2848,121.2848,121.2848,122.2844,122.2844,123.28399999999999,124.28359999999999,125.6164,127.6156,128.9484,130.2812,130.9476,132.6136,133.28,132.9468,131.9472,130.9476,129.948,128.9484,128.282,128.282,128.9484,128.9484,128.282,128.282,128.282,128.282,127.6156,127.2824,128.282,127.9488,127.9488,127.9488,128.282,128.282,126.9492,126.9492,127.6156,127.6156,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,122.9508,122.2844,121.2848,120.9516,120.2852,118.61919999999999,117.9528,115.9536,115.6204,114.954,114.954,114.2876,113.6212,113.288,112.95479999999999,112.95479999999999,112.95479999999999,112.2884,111.9552,111.9552,110.9556,110.6224,109.956,109.956,109.956,109.2896,109.2896,109.956,109.2896,109.2896,109.2896,109.2896,109.956,109.2896,108.6232,109.2896,108.28999999999999,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.2912,104.958,104.2916,104.2916,103.62519999999999,103.62519999999999,103.292,102.2924,101.626,100.9596,100.2932,99.6268,99.2936,98.6272,97.96079999999999,96.9612,96.2948,95.9616,95.2952,94.2956,93.6292,92.6296,91.9632,90.6304,89.2976,87.9648,86.632,85.6324,84.2996,83.3,82.6336,81.9672,81.9672,81.3008,79.6348,78.30199999999999,76.3028,74.3036,72.9708,71.638,70.3052,69.6388,69.3056,67.97279999999999,67.97279999999999,67.3064,66.64,65.3072,63.6412,62.6416,61.3088,59.309599999999996,57.9768,56.644,54.978,53.312,52.3124,50.9796,50.3132,49.6468,47.6476,46.9812,46.9812,46.3148,45.6484,44.982,44.315599999999996,43.6492,42.9828,42.3164,42.3164,42.3164,42.3164,42.3164,42.3164,41.65,41.3168,41.3168,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,50.9796,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,54.3116,54.3116,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.31,58.6432,57.9768,56.3108,54.978,54.3116,53.312,51.646,50.3132,47.6476,46.3148,44.6488,43.316,41.3168,39.984,37.3184,35.9856,34.6528,33.986399999999996,33.32,33.32,32.6536,32.6536,32.6536,31.9872,31.3208,30.6544,30.6544,29.988,28.9884,28.322,27.6556,26.9892,26.3228,25.6564,25.6564,25.6564,24.99,24.99,25.6564,25.6564,26.3228,26.3228,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,26.656,26.656,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,31.654,32.6536,33.32,33.986399999999996,34.6528,34.6528,35.3192,35.3192,35.3192,35.9856,35.9856,35.9856,35.9856,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,39.984,39.984,40.3172,40.9836,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.9824,43.9824,44.6488,44.982,45.6484,46.3148,46.9812,47.6476,48.314,48.314,48.980399999999996,50.3132,50.9796,51.646,52.3124,53.6452,53.6452,53.6452,53.6452,53.6452,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,53.6452,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.978,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,65.3072,66.64,67.3064,67.97279999999999,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.6392,68.6392,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,73.304,74.3036,75.6364,76.636,77.3024,78.30199999999999,78.9684,80.6344,81.3008],[72.3044,72.9708,72.9708,73.63719999999999,73.63719999999999,74.3036,74.3036,75.3032,74.97,75.6364,75.6364,76.3028,77.6356,78.30199999999999,79.968,80.6344,82.3004,83.6332,84.2996,84.2996,85.6324,85.6324,85.6324,85.9656,86.9652,86.9652,87.2984,87.2984,87.9648,87.9648,87.2984,87.2984,88.298,88.298,88.63119999999999,89.2976,91.2968,92.6296,93.6292,94.962,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,101.2928,101.2928,101.9592,101.9592,102.2924,102.9588,102.9588,102.2924,102.6256,103.292,104.6248,106.2908,108.9564,109.956,111.622,112.6216,113.6212,114.2876,115.2872,115.2872,115.9536,115.9536,116.62,116.62,115.6204,114.954,114.954,114.2876,114.2876,113.6212,113.6212,113.288,113.288,112.6216,113.288,113.6212,114.2876,114.2876,114.2876,114.2876,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,117.2864,117.9528,117.9528,118.286,118.286,118.9524,119.6188,119.952,119.952,121.2848,121.9512,121.9512,121.618,122.2844,122.2844,123.28399999999999,123.6172,125.2832,126.9492,128.9484,129.2816,130.2812,130.9476,131.9472,131.614,130.6144,129.6148,128.6152,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,127.6156,127.6156,127.6156,127.6156,127.6156,127.6156,126.9492,126.9492,127.6156,127.6156,126.2828,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,122.9508,122.2844,122.6176,122.6176,122.6176,122.6176,123.28399999999999,122.9508,122.9508,121.9512,121.9512,120.9516,118.9524,118.61919999999999,116.62,115.9536,115.2872,115.2872,114.2876,113.6212,112.95479999999999,112.95479999999999,112.2884,112.2884,111.622,110.9556,110.6224,109.956,108.6232,108.6232,108.28999999999999,108.28999999999999,107.6236,107.6236,107.9568,107.9568,107.6236,107.6236,108.6232,108.6232,108.9564,108.28999999999999,108.9564,107.9568,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,104.6248,103.9584,103.9584,103.62519999999999,102.6256,101.9592,101.2928,101.2928,100.6264,100.6264,99.6268,99.2936,98.96039999999999,97.96079999999999,97.2944,96.9612,96.2948,95.2952,93.9624,92.9628,91.9632,90.6304,89.6308,88.298,87.6316,86.2988,84.966,83.6332,82.96679999999999,82.6336,81.9672,80.9676,79.6348,78.30199999999999,76.9692,75.6364,74.3036,72.9708,72.3044,71.638,70.6384,70.6384,69.972,69.3056,67.97279999999999,66.3068,64.974,63.308,61.9752,60.6424,58.6432,56.977199999999996,55.6444,54.3116,53.6452,51.646,50.9796,48.980399999999996,48.314,46.9812,46.3148,45.6484,44.982,44.315599999999996,43.6492,42.3164,41.65,41.3168,41.3168,41.3168,41.3168,41.3168,40.6504,40.6504,40.6504,40.6504,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,46.3148,46.9812,47.6476,48.314,49.6468,50.3132,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.9788,53.6452,53.9784,54.6448,55.3112,55.3112,56.3108,56.3108,56.977199999999996,56.977199999999996,56.3108,55.6444,54.3116,52.9788,52.3124,50.9796,49.6468,48.314,45.9816,44.6488,43.9824,42.6496,40.3172,38.9844,37.3184,35.9856,35.3192,34.6528,33.32,33.32,32.6536,32.6536,31.9872,31.9872,31.3208,30.6544,29.988,29.3216,28.322,27.6556,26.9892,26.3228,25.6564,24.99,24.99,24.99,24.3236,24.3236,24.99,25.6564,26.3228,26.3228,26.9892,26.9892,26.656,26.656,26.656,26.656,26.656,26.656,27.3224,27.3224,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,31.654,32.6536,33.32,34.6528,35.3192,35.3192,35.9856,36.652,36.652,36.652,36.652,36.652,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,39.984,39.984,40.6504,40.9836,40.9836,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.982,45.6484,45.6484,46.3148,46.9812,47.6476,47.6476,48.314,49.6468,50.3132,50.9796,51.646,52.9788,52.9788,52.9788,52.9788,52.9788,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.6448,54.3116,54.3116,54.978,55.6444,56.3108,56.3108,56.977199999999996,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,65.3072,66.64,67.3064,67.97279999999999,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,73.304,74.97,75.6364,77.3024,78.30199999999999,78.9684,79.6348,81.3008,81.9672],[73.63719999999999,73.63719999999999,73.63719999999999,74.3036,74.3036,74.97,74.97,75.9696,75.6364,76.3028,76.3028,76.9692,77.6356,78.30199999999999,79.3016,80.6344,82.3004,82.96679999999999,83.6332,84.2996,85.6324,85.6324,85.9656,85.9656,86.9652,86.9652,87.2984,87.9648,87.9648,87.9648,87.9648,87.9648,88.298,88.63119999999999,88.63119999999999,89.964,91.2968,92.6296,93.9624,94.962,96.9612,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.96,99.96,101.2928,101.2928,101.9592,101.9592,102.2924,102.9588,102.9588,102.9588,103.292,103.62519999999999,104.958,105.9576,107.6236,109.956,110.9556,111.9552,112.95479999999999,113.6212,114.954,115.2872,115.9536,115.9536,115.9536,116.2868,114.954,114.2876,114.2876,113.95439999999999,113.95439999999999,113.288,113.288,113.288,112.6216,112.6216,113.288,113.288,113.6212,114.2876,114.2876,114.2876,114.954,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.6204,115.9536,115.9536,116.62,117.2864,117.9528,117.9528,118.286,118.9524,118.9524,119.6188,119.952,120.6184,121.9512,121.9512,121.9512,121.618,122.2844,122.9508,123.28399999999999,123.6172,125.2832,125.9496,126.9492,127.9488,128.6152,128.9484,129.6148,129.6148,129.2816,128.282,127.2824,126.616,126.2828,125.6164,126.2828,126.2828,125.9496,125.9496,125.9496,125.9496,125.6164,125.6164,126.616,126.616,125.9496,126.9492,126.9492,127.6156,126.9492,126.9492,127.6156,127.6156,126.2828,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,122.9508,122.2844,122.6176,122.2844,121.618,122.2844,123.28399999999999,123.28399999999999,123.6172,123.28399999999999,122.9508,122.2844,120.9516,118.9524,117.6196,116.62,115.6204,115.2872,114.2876,113.6212,113.288,112.95479999999999,112.2884,111.622,110.9556,110.6224,109.956,109.2896,108.28999999999999,107.6236,107.6236,106.9572,106.9572,106.2908,106.9572,106.9572,106.2908,106.2908,107.6236,107.6236,108.28999999999999,108.28999999999999,107.9568,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,104.6248,103.9584,103.9584,103.62519999999999,102.9588,102.6256,101.9592,101.626,101.2928,101.2928,100.6264,100.6264,100.6264,99.6268,98.96039999999999,98.294,97.6276,96.9612,95.9616,94.962,93.9624,92.9628,91.9632,90.6304,89.6308,88.298,87.2984,86.9652,84.966,83.6332,83.6332,82.6336,81.9672,80.9676,79.6348,78.30199999999999,76.9692,75.6364,74.97,74.3036,73.63719999999999,72.9708,71.9712,71.9712,71.3048,69.972,68.6392,67.3064,65.6404,63.9744,62.6416,60.6424,58.6432,57.6436,56.3108,54.978,53.6452,52.3124,50.9796,49.6468,48.314,46.9812,45.6484,44.982,44.315599999999996,43.6492,42.3164,41.65,41.3168,41.3168,41.3168,40.6504,40.6504,39.984,39.984,39.984,39.984,39.984,40.6504,40.6504,41.3168,41.9832,42.6496,42.6496,43.316,43.9824,44.982,46.3148,46.9812,47.6476,48.314,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,51.646,52.3124,52.3124,53.312,53.312,53.9784,53.9784,54.978,54.978,54.978,54.978,54.3116,52.9788,51.646,50.9796,50.3132,49.6468,47.6476,46.3148,44.6488,43.316,42.6496,41.3168,39.6508,38.9844,37.3184,35.9856,35.3192,34.6528,33.32,33.32,32.6536,31.9872,31.9872,31.3208,30.6544,29.988,29.3216,28.6552,27.6556,26.9892,26.3228,25.6564,25.6564,24.99,24.3236,24.3236,23.6572,24.3236,24.99,24.99,25.6564,26.3228,26.9892,26.9892,27.3224,26.656,26.656,26.656,26.656,27.3224,27.3224,27.9888,28.322,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.9876,31.654,32.6536,33.986399999999996,34.6528,35.3192,35.9856,36.652,37.3184,37.3184,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.984,39.984,40.6504,40.6504,40.6504,41.65,41.65,41.65,41.65,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.315599999999996,44.982,44.982,45.6484,46.3148,46.9812,46.9812,47.6476,48.980399999999996,49.6468,50.3132,50.9796,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.312,53.9784,53.9784,54.6448,54.6448,54.6448,54.6448,54.6448,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.9768,58.6432,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,61.9752,62.6416,63.308,63.9744,65.3072,66.64,67.3064,67.97279999999999,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.3056,69.3056,69.3056,69.3056,69.972,70.6384,70.6384,70.6384,70.6384,71.3048,71.9712,73.304,74.97,76.3028,77.3024,78.9684,79.6348,80.9676,81.9672,82.6336],[74.3036,74.3036,74.97,74.97,74.97,75.6364,75.6364,76.3028,76.9692,77.6356,77.6356,78.6352,78.6352,78.6352,79.3016,79.968,81.3008,82.6336,83.3,84.2996,84.2996,84.966,85.2992,85.9656,86.2988,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,88.9644,90.2972,90.6304,91.9632,93.6292,94.2956,95.9616,96.2948,96.628,97.96079999999999,98.6272,99.6268,100.2932,100.6264,100.6264,100.9596,101.2928,101.2928,101.9592,103.292,103.62519999999999,104.2916,104.2916,103.62519999999999,103.62519999999999,104.6248,105.9576,106.9572,108.6232,110.6224,111.622,112.6216,114.2876,114.954,115.9536,115.9536,115.9536,115.6204,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,112.2884,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,112.95479999999999,113.288,113.6212,113.6212,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,116.9532,117.6196,117.9528,118.286,118.9524,118.9524,118.9524,119.6188,119.952,120.9516,121.9512,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.6172,124.6168,125.6164,125.6164,126.616,125.9496,126.616,126.616,126.616,126.2828,126.2828,125.6164,125.6164,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,125.2832,125.2832,126.2828,126.2828,126.9492,126.9492,127.6156,127.6156,126.2828,125.6164,125.2832,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,122.9508,122.9508,122.2844,122.2844,122.2844,122.9508,124.28359999999999,125.2832,125.2832,125.2832,124.6168,123.28399999999999,121.9512,120.9516,119.952,117.9528,116.62,115.2872,114.6208,114.2876,113.288,112.95479999999999,111.622,110.9556,110.6224,110.6224,109.956,108.9564,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,106.2908,107.6236,107.6236,107.6236,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.2912,105.6244,104.2916,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,101.626,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,99.6268,99.2936,98.294,97.6276,96.9612,96.2948,95.9616,95.2952,94.2956,93.6292,91.63,90.6304,89.964,88.63119999999999,87.9648,86.632,85.6324,84.2996,83.6332,82.6336,81.9672,80.3012,79.6348,78.30199999999999,77.6356,76.3028,75.6364,74.97,74.3036,73.63719999999999,72.9708,72.6376,71.3048,69.972,68.6392,67.3064,66.64,64.6408,62.6416,60.6424,58.9764,57.6436,56.3108,54.6448,53.312,52.3124,50.9796,49.6468,48.314,47.6476,46.3148,44.982,43.6492,42.6496,41.9832,41.9832,41.3168,41.3168,40.6504,39.984,39.984,38.9844,38.9844,38.9844,38.9844,39.3176,39.3176,39.3176,39.984,41.3168,41.3168,41.9832,42.6496,43.316,44.6488,45.3152,45.9816,46.9812,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,49.6468,50.3132,50.3132,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.3124,51.646,51.646,50.9796,48.980399999999996,47.6476,46.9812,46.3148,45.3152,44.6488,42.9828,41.65,40.6504,39.3176,38.6512,37.9848,35.9856,35.3192,34.6528,33.986399999999996,33.32,33.32,32.3204,31.654,30.9876,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,25.6564,25.6564,24.99,24.99,24.3236,24.3236,24.3236,24.99,24.99,25.6564,25.6564,26.3228,26.9892,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,27.6556,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,39.6508,40.3172,41.3168,41.9832,41.9832,41.9832,41.9832,42.6496,42.6496,42.6496,42.6496,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,53.6452,53.6452,53.6452,53.6452,53.6452,53.6452,54.3116,54.3116,54.978,54.978,55.6444,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,60.6424,61.3088,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.3048,71.3048,72.6376,73.9704,74.97,76.3028,77.6356,78.9684,80.6344,81.9672,82.6336,83.3],[75.6364,75.6364,75.6364,75.6364,75.6364,76.3028,76.3028,76.9692,77.6356,78.6352,78.6352,78.6352,78.6352,79.3016,79.3016,79.968,81.3008,81.9672,83.3,83.3,83.6332,84.2996,84.966,85.2992,86.2988,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.9644,89.2976,90.6304,91.2968,92.6296,93.6292,94.2956,95.9616,96.2948,96.628,97.96079999999999,98.6272,99.6268,100.2932,100.6264,100.6264,100.9596,100.9596,101.2928,101.2928,103.292,103.62519999999999,103.62519999999999,104.2916,103.62519999999999,104.2916,105.2912,105.6244,107.2904,107.2904,109.2896,110.6224,112.2884,113.6212,114.954,115.9536,115.6204,115.2872,114.6208,113.6212,113.288,113.288,113.288,112.2884,112.2884,111.9552,111.9552,111.9552,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.954,114.954,114.954,114.954,115.6204,115.6204,115.6204,115.6204,115.9536,116.62,116.9532,117.6196,117.9528,118.286,118.9524,118.9524,118.9524,118.9524,119.6188,120.2852,121.2848,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.6172,123.6172,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,123.9504,123.9504,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.6172,123.28399999999999,123.28399999999999,123.6172,124.6168,125.6164,126.2828,126.2828,126.9492,127.6156,126.9492,125.9496,125.2832,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,123.9504,123.28399999999999,122.9508,122.9508,122.9508,123.28399999999999,124.28359999999999,125.9496,126.9492,127.6156,127.6156,126.9492,125.2832,123.28399999999999,121.618,120.9516,118.9524,117.6196,115.9536,115.6204,114.6208,113.95439999999999,112.95479999999999,111.622,110.9556,110.6224,110.6224,109.956,108.28999999999999,107.6236,106.9572,106.2908,105.9576,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,105.6244,106.9572,106.9572,106.9572,106.9572,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.2912,105.6244,104.2916,104.2916,103.62519999999999,103.292,102.6256,102.6256,101.626,101.2928,101.2928,101.2928,101.2928,101.2928,101.2928,100.6264,100.6264,100.2932,99.6268,98.96039999999999,98.294,97.2944,96.9612,96.2948,95.9616,95.2952,94.2956,93.29599999999999,92.2964,91.2968,89.964,88.63119999999999,87.9648,86.632,85.6324,84.2996,83.6332,82.6336,81.3008,80.6344,79.968,79.3016,78.30199999999999,76.9692,76.3028,76.3028,74.97,74.3036,73.63719999999999,72.3044,71.3048,69.972,68.6392,67.97279999999999,66.3068,64.974,62.6416,61.3088,59.309599999999996,57.9768,55.9776,54.6448,53.9784,52.6456,50.9796,49.6468,48.980399999999996,47.6476,45.6484,44.315599999999996,43.316,42.6496,42.6496,41.9832,41.3168,40.6504,39.984,39.984,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,39.3176,39.3176,39.984,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,45.6484,46.3148,46.3148,46.3148,46.9812,46.9812,47.6476,48.314,48.980399999999996,48.980399999999996,49.6468,49.6468,50.3132,50.3132,50.9796,50.9796,50.9796,50.9796,50.3132,49.6468,48.980399999999996,47.6476,46.3148,45.6484,44.6488,43.9824,43.316,42.6496,40.9836,40.3172,38.6512,37.9848,37.3184,36.652,35.3192,34.6528,33.986399999999996,33.32,33.32,32.6536,31.654,30.9876,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,25.6564,25.6564,24.99,24.99,24.99,24.99,24.99,24.3236,24.99,25.6564,25.6564,26.3228,26.9892,26.9892,27.6556,28.322,28.322,28.322,28.322,28.322,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,30.9876,31.654,32.3204,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,38.6512,39.3176,39.3176,39.3176,38.6512,38.6512,38.9844,38.9844,39.6508,40.3172,41.3168,41.9832,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.3132,50.3132,50.3132,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,52.9788,53.6452,54.3116,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,69.6388,68.9724,68.9724,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.3048,71.9712,72.6376,73.9704,74.97,76.3028,77.6356,78.9684,81.3008,82.6336,83.3,83.3],[76.3028,76.3028,76.3028,76.3028,76.3028,76.9692,76.9692,77.6356,78.6352,79.3016,79.3016,79.3016,79.3016,79.968,79.968,79.968,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.9664,84.966,86.2988,86.9652,87.2984,87.9648,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.6308,90.2972,90.6304,91.2968,92.6296,93.6292,94.2956,95.9616,96.2948,96.628,97.96079999999999,98.6272,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,100.9596,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.6244,106.2908,107.2904,108.6232,109.956,111.622,112.95479999999999,114.2876,114.954,114.954,114.2876,113.288,112.6216,112.6216,112.6216,112.6216,111.622,111.622,111.2888,111.2888,111.2888,111.622,111.622,111.622,112.2884,112.2884,112.95479999999999,112.95479999999999,113.6212,114.954,114.954,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.2868,116.2868,116.62,117.2864,118.286,118.286,118.9524,118.9524,118.9524,118.9524,119.952,120.9516,121.2848,121.9512,121.9512,121.9512,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,123.28399999999999,123.28399999999999,123.9504,123.9504,123.9504,123.9504,123.9504,123.9504,123.28399999999999,123.28399999999999,122.6176,123.28399999999999,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.9508,122.2844,122.2844,121.618,121.618,122.2844,123.28399999999999,123.9504,124.6168,125.6164,126.2828,126.2828,125.9496,125.6164,125.2832,124.6168,124.28359999999999,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,125.2832,123.9504,123.28399999999999,123.6172,124.28359999999999,125.2832,126.9492,128.282,129.2816,129.2816,128.9484,128.6152,126.9492,124.6168,122.9508,121.618,119.952,117.9528,116.9532,115.9536,114.954,113.95439999999999,112.95479999999999,111.622,110.9556,110.6224,110.2892,109.6228,108.28999999999999,107.6236,106.9572,106.2908,105.9576,104.958,104.6248,104.6248,104.958,104.958,104.958,104.958,105.6244,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,104.2916,104.2916,103.62519999999999,103.292,102.6256,101.626,101.2928,100.6264,101.2928,100.6264,100.6264,100.6264,100.2932,100.2932,100.2932,100.2932,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.2948,95.2952,95.2952,94.2956,93.29599999999999,92.2964,91.2968,89.964,88.9644,87.6316,86.632,85.6324,83.6332,82.96679999999999,82.96679999999999,81.9672,81.3008,80.6344,79.6348,78.30199999999999,77.6356,77.6356,76.3028,75.6364,74.97,73.63719999999999,72.6376,71.3048,69.972,69.3056,67.6396,66.3068,63.9744,62.6416,60.6424,59.309599999999996,57.3104,55.9776,54.6448,53.312,52.3124,50.9796,49.6468,48.314,46.3148,45.6484,44.6488,43.9824,42.6496,41.9832,40.9836,40.3172,39.6508,39.6508,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.9844,39.6508,39.6508,40.3172,40.9836,41.65,42.3164,42.9828,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.314,46.9812,46.3148,45.6484,44.315599999999996,43.6492,42.6496,41.9832,40.9836,40.3172,39.6508,38.6512,37.9848,37.3184,36.652,35.3192,35.3192,34.6528,33.986399999999996,33.32,32.6536,32.6536,31.9872,30.9876,30.3212,30.3212,29.654799999999998,28.9884,28.322,27.6556,26.9892,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,24.99,25.6564,26.3228,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.9884,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.654,31.654,32.3204,33.32,33.986399999999996,34.6528,35.9856,37.3184,37.9848,38.6512,38.6512,39.3176,39.3176,38.6512,38.6512,38.9844,38.9844,39.6508,40.3172,41.3168,41.9832,42.6496,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.6476,48.314,48.980399999999996,49.6468,50.3132,50.3132,49.6468,49.6468,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,54.3116,54.978,54.978,55.6444,55.6444,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.972,70.6384,71.3048,71.3048,71.9712,71.9712,73.304,73.9704,75.6364,76.9692,77.6356,78.9684,81.9672,82.6336,83.3,83.9664],[77.6356,77.6356,77.6356,77.6356,77.6356,77.6356,78.30199999999999,78.30199999999999,79.3016,79.968,79.968,79.968,79.968,79.968,79.968,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,84.2996,85.6324,86.9652,87.2984,88.298,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.6308,90.2972,90.6304,91.9632,93.29599999999999,93.9624,94.962,95.9616,96.2948,96.628,97.96079999999999,97.96079999999999,99.2936,99.6268,100.2932,100.2932,100.2932,100.2932,100.9596,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.6244,106.2908,107.6236,108.6232,110.2892,111.622,112.95479999999999,112.95479999999999,113.288,113.288,112.2884,111.622,111.622,111.2888,111.2888,111.2888,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,110.9556,111.2888,111.622,112.2884,112.6216,112.95479999999999,113.6212,114.954,115.2872,115.2872,115.2872,115.2872,115.2872,115.9536,115.9536,115.9536,116.2868,116.62,117.2864,117.6196,117.6196,118.9524,118.9524,118.9524,118.9524,119.6188,120.2852,120.6184,120.2852,121.9512,121.9512,121.9512,121.9512,121.9512,122.2844,122.2844,122.2844,122.2844,122.6176,122.6176,122.2844,122.2844,122.6176,122.6176,122.2844,122.2844,121.618,121.9512,121.9512,121.2848,121.2848,121.2848,121.2848,121.2848,120.9516,120.2852,120.2852,120.2852,120.9516,120.9516,122.9508,123.9504,124.6168,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.28359999999999,123.9504,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.2832,124.6168,124.6168,124.95,125.6164,126.9492,128.282,129.6148,130.6144,131.2808,130.9476,129.948,127.9488,125.9496,124.28359999999999,122.2844,120.9516,118.9524,117.2864,116.62,115.2872,113.6212,113.288,112.2884,111.622,110.9556,109.956,109.6228,108.28999999999999,107.6236,106.9572,106.2908,105.9576,104.958,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.2912,105.6244,104.2916,104.2916,103.62519999999999,103.292,102.2924,101.2928,100.6264,100.6264,100.2932,100.2932,99.6268,99.6268,99.6268,99.6268,100.2932,100.2932,98.96039999999999,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,95.9616,95.9616,94.962,94.2956,93.6292,92.6296,91.2968,90.2972,88.9644,88.298,86.632,85.6324,84.2996,84.2996,82.96679999999999,82.3004,81.3008,80.3012,79.6348,78.9684,78.9684,77.6356,76.9692,76.3028,74.97,73.63719999999999,72.9708,71.9712,70.6384,68.9724,67.6396,65.3072,63.9744,61.9752,60.6424,58.6432,57.3104,56.3108,54.978,53.9784,52.6456,50.9796,49.6468,47.6476,46.3148,45.3152,43.9824,43.316,42.6496,41.65,40.9836,40.3172,39.6508,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,38.9844,38.9844,38.9844,39.6508,40.3172,40.9836,40.9836,41.65,42.6496,42.6496,43.316,43.316,43.9824,44.6488,45.3152,45.9816,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,47.6476,47.6476,46.9812,46.3148,44.982,44.315599999999996,42.9828,41.9832,41.3168,40.6504,39.6508,39.6508,38.9844,38.318,37.3184,36.652,35.9856,35.3192,33.986399999999996,33.986399999999996,33.32,33.32,32.6536,31.9872,31.3208,31.3208,30.3212,29.654799999999998,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.9892,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,25.6564,26.3228,26.9892,26.9892,27.6556,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,31.654,31.654,32.3204,32.3204,32.9868,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,38.6512,38.6512,38.9844,39.6508,40.3172,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,46.647999999999996,47.6476,47.6476,48.314,48.980399999999996,49.6468,49.6468,49.6468,49.6468,50.3132,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,53.6452,54.3116,54.978,54.978,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,62.3084,63.308,63.9744,64.6408,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,68.9724,68.9724,69.6388,70.6384,70.6384,71.3048,71.3048,71.9712,72.6376,73.304,74.6368,75.6364,76.9692,77.6356,78.9684,81.3008,82.6336,83.3,83.3],[79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.6348,79.968,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,84.2996,85.6324,86.9652,87.9648,88.298,89.2976,89.2976,89.6308,89.6308,90.2972,90.2972,91.2968,92.2964,93.29599999999999,93.9624,94.962,95.9616,96.2948,96.628,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.9596,101.2928,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.6244,106.624,107.9568,108.6232,110.2892,111.622,112.2884,112.2884,111.622,110.9556,110.6224,109.956,109.956,109.956,109.956,109.956,109.956,109.956,109.956,110.2892,110.2892,110.2892,110.9556,110.9556,111.622,112.2884,112.6216,113.95439999999999,114.2876,114.2876,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,114.954,115.2872,115.9536,116.62,116.62,117.6196,117.6196,117.6196,117.6196,118.286,118.9524,119.2856,119.2856,119.952,119.952,119.952,119.952,119.952,120.6184,120.6184,120.2852,120.2852,120.9516,120.9516,120.6184,120.6184,120.9516,120.9516,120.6184,120.6184,120.2852,120.2852,119.952,120.2852,119.952,119.952,119.6188,119.6188,118.9524,117.9528,117.9528,117.9528,118.286,119.952,121.2848,122.2844,122.9508,123.9504,124.6168,124.6168,123.9504,123.9504,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.2832,125.6164,125.6164,126.2828,127.6156,128.6152,130.2812,131.2808,133.28,133.28,132.6136,130.9476,129.2816,126.616,124.28359999999999,122.6176,120.9516,119.2856,117.9528,116.62,115.2872,114.2876,113.288,112.2884,111.622,110.9556,110.2892,109.956,108.28999999999999,107.6236,106.9572,105.9576,105.6244,104.958,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.9584,104.6248,104.958,104.958,104.958,104.958,104.958,105.6244,105.6244,105.6244,104.6248,104.6248,104.6248,104.958,104.2916,104.2916,103.62519999999999,103.292,101.9592,101.2928,100.6264,100.2932,100.2932,99.6268,99.2936,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,97.96079999999999,97.2944,96.9612,95.9616,94.962,94.962,93.9624,93.29599999999999,93.29599999999999,92.2964,90.2972,89.964,88.298,87.2984,86.2988,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,80.9676,80.6344,78.9684,78.30199999999999,77.6356,76.9692,75.6364,74.3036,73.304,71.9712,71.3048,69.6388,67.97279999999999,65.9736,63.9744,62.3084,61.3088,59.976,57.6436,56.3108,55.3112,53.9784,52.3124,50.9796,49.6468,47.6476,45.3152,43.9824,43.316,42.6496,41.65,40.9836,40.3172,39.6508,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,38.6512,38.9844,39.6508,39.6508,40.3172,41.3168,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,44.6488,45.3152,45.9816,45.9816,46.647999999999996,46.9812,46.9812,46.647999999999996,45.9816,44.6488,43.9824,42.6496,41.9832,41.3168,40.3172,39.6508,38.9844,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,33.986399999999996,33.32,33.32,32.6536,32.6536,31.9872,31.3208,30.6544,30.6544,29.988,29.654799999999998,28.9884,28.9884,28.322,27.6556,26.9892,26.9892,26.3228,25.6564,25.6564,26.3228,26.3228,26.656,26.656,26.656,26.656,26.9892,27.6556,27.6556,28.322,28.9884,28.9884,29.654799999999998,30.3212,30.9876,30.9876,30.9876,30.9876,30.9876,30.9876,31.654,31.654,31.9872,32.6536,32.6536,32.6536,32.6536,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,39.3176,39.3176,39.6508,40.3172,40.3172,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.647999999999996,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.976,59.976,60.6424,61.3088,61.9752,62.6416,62.6416,63.308,64.3076,64.974,65.6404,66.3068,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.3048,71.9712,71.9712,72.6376,73.304,74.6368,75.6364,76.3028,78.30199999999999,79.6348,80.3012,80.9676,81.9672,82.6336],[80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,80.9676,81.3008,80.6344,80.6344,80.6344,80.6344,80.6344,80.6344,81.3008,81.3008,81.9672,81.9672,82.6336,82.6336,83.3,83.9664,84.966,86.2988,86.9652,87.9648,88.298,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.9624,94.962,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,99.6268,99.6268,100.2932,100.2932,100.9596,100.9596,101.9592,102.6256,103.292,103.292,103.62519999999999,103.62519999999999,103.9584,103.9584,104.6248,105.2912,105.9576,106.9572,107.9568,108.6232,109.6228,110.2892,110.9556,110.9556,109.956,109.2896,109.2896,109.2896,109.2896,108.9564,108.6232,108.6232,108.6232,108.6232,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,112.2884,113.288,113.288,113.6212,113.6212,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.6212,113.6212,114.2876,114.2876,114.6208,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,116.62,116.9532,117.6196,117.6196,118.286,118.286,118.286,118.286,118.286,118.286,118.9524,118.9524,119.6188,119.6188,119.6188,119.6188,119.6188,120.2852,120.2852,119.6188,119.6188,118.9524,118.9524,118.286,118.286,118.61919999999999,118.61919999999999,117.9528,117.6196,117.2864,116.2868,115.6204,115.6204,116.62,117.6196,119.6188,120.9516,121.9512,122.6176,123.28399999999999,123.9504,123.28399999999999,123.28399999999999,124.6168,124.6168,124.6168,124.6168,124.6168,124.6168,125.2832,125.2832,125.2832,125.6164,126.2828,126.9492,127.6156,128.6152,130.6144,131.2808,133.6132,134.2796,134.946,133.9464,131.9472,129.6148,126.9492,124.95,123.28399999999999,120.9516,119.2856,118.286,117.2864,115.2872,114.2876,113.288,112.2884,111.622,110.9556,110.2892,109.956,108.28999999999999,107.6236,106.9572,105.9576,105.6244,104.958,104.6248,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,104.6248,104.6248,104.6248,104.6248,104.958,104.958,104.958,105.6244,104.6248,104.6248,104.6248,104.958,104.2916,104.2916,103.62519999999999,102.2924,101.2928,100.6264,100.2932,99.6268,99.2936,98.96039999999999,98.294,98.294,99.2936,99.2936,99.6268,99.6268,99.6268,99.6268,99.6268,98.96039999999999,98.96039999999999,98.294,97.96079999999999,97.2944,96.9612,96.2948,95.6284,95.6284,94.2956,94.962,93.9624,92.2964,91.63,89.964,88.298,87.9648,87.2984,86.2988,84.966,83.6332,82.96679999999999,82.3004,82.3004,82.3004,81.3008,80.3012,79.6348,78.9684,76.9692,75.6364,74.97,73.9704,72.6376,71.3048,69.6388,67.97279999999999,65.9736,63.9744,62.6416,61.3088,59.309599999999996,57.9768,56.3108,54.978,53.312,52.3124,50.3132,48.980399999999996,45.9816,44.6488,43.9824,42.6496,41.65,40.9836,40.3172,39.6508,38.9844,38.9844,38.9844,38.9844,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,38.318,38.9844,38.9844,38.9844,39.984,40.6504,40.6504,41.3168,41.9832,42.6496,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.6484,45.6484,45.3152,45.3152,43.9824,42.6496,41.9832,40.6504,39.6508,38.9844,38.318,38.318,37.3184,37.3184,36.652,35.9856,35.3192,34.6528,33.32,33.32,32.6536,31.9872,31.9872,31.3208,30.6544,29.988,29.988,29.3216,28.9884,28.322,28.322,27.6556,26.9892,26.3228,26.3228,26.3228,25.6564,26.3228,26.3228,26.3228,26.656,26.656,26.656,27.3224,27.6556,28.322,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,31.654,31.654,31.654,31.654,31.654,32.3204,32.3204,32.3204,32.6536,33.32,33.32,33.32,33.32,33.32,33.32,33.32,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,51.646,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,53.6452,54.3116,54.978,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.9752,61.9752,62.6416,63.6412,64.3076,64.974,65.6404,65.6404,66.3068,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,74.97,76.3028,78.30199999999999,78.9684,79.6348,79.6348,80.6344,81.3008],[81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.634,81.9672,81.3008,81.3008,81.3008,81.3008,81.3008,81.3008,81.9672,82.6336,82.6336,83.3,83.3,84.2996,84.966,84.966,85.6324,86.2988,86.9652,87.9648,88.298,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.9624,94.962,95.9616,96.2948,96.2948,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.2932,100.9596,101.626,102.2924,102.6256,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,104.6248,105.2912,105.6244,105.9576,107.6236,107.9568,109.2896,109.6228,109.6228,109.2896,108.6232,107.9568,108.28999999999999,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.9564,109.2896,109.2896,109.956,109.956,110.6224,110.9556,111.622,112.2884,112.95479999999999,112.95479999999999,112.6216,112.95479999999999,112.95479999999999,112.2884,112.2884,112.2884,112.2884,112.2884,112.95479999999999,113.288,113.288,113.288,113.6212,113.6212,113.6212,113.6212,114.2876,114.6208,115.2872,115.2872,115.9536,115.9536,115.9536,115.9536,115.9536,115.9536,116.62,116.62,117.2864,117.2864,117.6196,117.9528,117.9528,118.286,118.286,118.286,117.9528,117.9528,117.2864,117.2864,117.2864,116.62,116.62,116.62,116.62,115.6204,115.2872,114.6208,114.6208,115.2872,116.62,117.6196,119.2856,120.2852,121.2848,122.2844,122.9508,122.9508,123.28399999999999,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.2832,125.9496,125.9496,127.6156,127.9488,128.6152,129.948,130.6144,132.9468,134.2796,135.6124,135.6124,134.2796,131.9472,129.948,127.6156,125.6164,123.28399999999999,121.2848,119.2856,118.286,117.2864,115.2872,114.2876,113.288,112.2884,111.622,110.9556,110.2892,109.956,108.28999999999999,107.6236,106.9572,106.2908,105.9576,104.6248,104.958,104.6248,104.6248,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.6248,104.6248,104.6248,104.6248,104.958,104.2916,104.2916,103.62519999999999,101.9592,100.6264,100.2932,100.2932,99.6268,98.96039999999999,98.294,98.294,98.294,98.6272,99.2936,99.2936,99.6268,99.6268,99.96,99.96,99.6268,99.6268,98.96039999999999,98.6272,97.96079999999999,97.96079999999999,97.2944,96.9612,96.628,95.9616,95.9616,95.6284,94.6288,93.29599999999999,91.2968,89.964,88.298,87.9648,86.9652,86.2988,85.6324,84.2996,83.6332,83.6332,82.96679999999999,82.96679999999999,81.9672,81.3008,80.6344,79.3016,78.6352,76.9692,76.3028,74.97,73.63719999999999,71.638,69.6388,67.6396,65.6404,64.6408,63.308,60.6424,58.6432,56.977199999999996,55.6444,53.9784,53.312,50.9796,49.6468,46.647999999999996,44.6488,43.9824,42.6496,41.65,40.9836,40.3172,39.6508,38.9844,38.9844,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.984,39.984,40.6504,41.3168,41.9832,41.9832,42.6496,43.316,43.9824,43.9824,44.6488,44.6488,44.6488,44.6488,44.6488,43.6492,42.3164,41.65,40.3172,39.3176,38.6512,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.32,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.3216,28.6552,28.6552,28.322,27.6556,27.6556,26.9892,26.9892,26.3228,25.6564,26.3228,25.6564,26.3228,26.9892,26.9892,27.3224,27.3224,27.3224,27.9888,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,32.3204,32.3204,32.3204,32.3204,32.3204,32.9868,32.9868,32.9868,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,46.647999999999996,46.647999999999996,47.3144,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,51.646,52.3124,52.3124,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.6452,54.3116,54.978,55.6444,55.6444,56.3108,56.3108,56.3108,56.3108,56.977199999999996,57.6436,58.31,58.9764,59.976,59.976,60.6424,60.6424,61.3088,61.3088,61.9752,61.9752,63.6412,64.3076,64.974,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,71.9712,72.6376,72.6376,73.304,73.9704,74.97,76.3028,77.3024,78.30199999999999,77.6356,77.6356,78.9684,78.9684],[82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.6336,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,82.96679999999999,83.6332,83.6332,84.2996,84.2996,84.966,84.966,86.2988,86.2988,86.2988,86.2988,86.9652,87.9648,88.298,89.2976,89.2976,89.6308,89.6308,90.2972,90.6304,91.63,92.2964,93.29599999999999,93.9624,94.962,95.9616,96.2948,96.2948,97.2944,97.2944,97.96079999999999,98.6272,98.96039999999999,98.96039999999999,99.6268,99.6268,100.2932,100.9596,101.626,101.626,102.6256,102.6256,103.292,103.62519999999999,103.62519999999999,103.9584,104.6248,104.6248,105.6244,105.9576,106.2908,107.6236,107.9568,108.6232,108.6232,107.9568,107.6236,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,106.9572,107.6236,107.6236,108.28999999999999,108.28999999999999,109.2896,109.2896,109.956,110.6224,110.6224,110.9556,111.622,111.622,111.622,111.622,111.622,111.2888,111.2888,111.2888,110.6224,110.6224,110.6224,110.9556,111.622,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,113.6212,113.6212,113.6212,114.2876,114.2876,114.2876,114.2876,114.954,114.954,114.954,115.6204,115.6204,115.9536,116.62,117.2864,117.2864,117.2864,117.2864,116.62,116.2868,116.2868,116.2868,115.9536,115.6204,115.6204,115.6204,115.2872,114.6208,113.95439999999999,113.95439999999999,114.6208,115.6204,116.62,117.6196,119.2856,120.2852,121.2848,122.2844,122.9508,122.9508,123.9504,123.9504,123.9504,123.9504,124.6168,124.6168,125.2832,125.6164,125.9496,126.2828,128.282,128.6152,129.948,130.6144,131.9472,133.28,135.6124,135.6124,135.6124,134.2796,131.9472,129.948,127.6156,125.2832,123.28399999999999,121.2848,119.2856,117.9528,116.62,115.2872,114.2876,113.288,112.2884,111.622,110.9556,109.956,109.2896,108.28999999999999,107.6236,106.9572,106.9572,106.2908,105.2912,104.958,104.6248,104.6248,104.2916,103.62519999999999,103.62519999999999,103.62519999999999,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,103.9584,104.2916,104.2916,103.62519999999999,102.6256,101.2928,100.2932,99.6268,99.6268,99.2936,98.294,98.294,97.6276,97.6276,98.6272,98.6272,99.2936,99.6268,99.6268,99.96,99.96,99.96,99.96,99.6268,98.96039999999999,98.96039999999999,98.6272,98.6272,98.6272,97.96079999999999,97.6276,96.9612,96.628,95.9616,94.6288,93.29599999999999,91.2968,89.964,88.298,87.2984,86.9652,86.2988,85.6324,84.966,84.966,84.966,84.966,83.6332,82.96679999999999,81.9672,80.6344,79.3016,78.30199999999999,77.6356,76.3028,74.97,73.304,70.9716,68.306,66.9732,65.3072,63.9744,61.3088,59.976,57.6436,56.3108,54.6448,53.312,51.646,49.6468,46.647999999999996,44.6488,43.9824,42.6496,41.65,40.9836,40.3172,39.6508,38.9844,38.9844,38.9844,38.9844,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.3184,37.3184,37.9848,37.9848,39.3176,39.3176,39.3176,39.984,40.6504,41.3168,41.3168,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.9824,43.9824,43.9824,42.9828,42.3164,41.65,40.3172,39.3176,38.6512,37.9848,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,34.6528,33.32,32.6536,31.9872,31.3208,30.6544,29.988,29.3216,28.6552,27.9888,27.3224,26.9892,26.9892,26.9892,26.3228,26.3228,26.3228,25.6564,26.3228,26.3228,26.9892,27.6556,27.6556,27.9888,27.9888,27.9888,28.6552,28.9884,29.654799999999998,30.3212,30.3212,30.9876,31.654,31.654,32.3204,32.9868,32.9868,32.9868,32.9868,32.9868,32.9868,32.9868,33.6532,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.3176,39.3176,39.3176,39.3176,40.3172,40.3172,40.9836,40.9836,41.9832,41.9832,42.6496,42.6496,43.316,43.316,43.9824,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.3152,45.3152,45.3152,45.3152,45.9816,45.9816,45.9816,46.647999999999996,46.647999999999996,47.3144,47.3144,47.6476,47.6476,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.3124,52.9788,52.9788,52.9788,52.9788,53.6452,53.6452,53.6452,54.3116,54.978,55.6444,55.6444,55.6444,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,59.309599999999996,59.976,59.976,60.6424,61.3088,61.3088,61.9752,61.9752,63.6412,63.6412,64.3076,64.974,65.6404,66.3068,66.9732,66.9732,67.6396,67.6396,68.306,68.306,68.9724,68.9724,69.6388,69.6388,70.6384,71.3048,71.9712,71.9712,72.6376,73.304,73.9704,74.6368,74.97,75.6364,76.636,76.636,76.3028,76.3028,77.3024,77.3024],[83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,83.6332,84.2996,84.2996,84.966,84.966,84.966,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,85.6324,86.2988,86.2988,86.9652,86.9652,86.9652,87.2984,87.6316,88.298,88.63119999999999,89.6308,89.6308,89.6308,89.6308,90.6304,91.2968,91.63,92.2964,93.29599999999999,93.9624,94.6288,95.2952,96.2948,96.2948,96.2948,96.628,97.96079999999999,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.6264,101.2928,101.2928,101.2928,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.958,104.958,105.9576,105.6244,106.2908,106.2908,106.2908,106.2908,106.2908,105.6244,105.6244,105.6244,105.6244,105.9576,106.2908,106.2908,106.624,106.624,106.9572,106.2908,106.9572,107.6236,108.28999999999999,108.28999999999999,108.6232,108.6232,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.2896,109.6228,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,110.6224,110.6224,110.6224,110.9556,111.622,111.622,111.622,111.622,112.2884,112.2884,112.2884,112.2884,111.9552,112.6216,112.6216,113.288,113.6212,113.6212,114.2876,114.954,115.6204,115.6204,115.9536,115.6204,115.9536,115.6204,115.6204,115.6204,114.954,114.954,114.954,114.6208,113.6212,113.288,113.288,113.288,113.95439999999999,115.2872,116.2868,117.2864,118.61919999999999,119.6188,119.952,120.9516,122.2844,122.9508,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,124.6168,125.2832,125.6164,126.2828,126.9492,127.9488,129.948,130.2812,131.9472,132.6136,134.2796,134.946,135.2792,135.6124,134.2796,131.2808,129.2816,127.6156,125.2832,122.9508,120.9516,118.9524,117.6196,116.62,115.2872,113.6212,113.288,112.95479999999999,112.2884,111.2888,109.956,109.2896,108.9564,107.6236,107.6236,106.9572,106.624,105.9576,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,103.9584,103.292,103.292,103.292,103.292,103.292,103.292,103.292,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,103.62519999999999,102.6256,101.9592,101.2928,100.2932,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,100.2932,100.2932,100.6264,100.6264,100.6264,100.6264,100.6264,100.6264,99.6268,98.96039999999999,99.6268,99.6268,99.2936,98.96039999999999,98.6272,97.6276,96.2948,95.2952,92.9628,91.2968,89.2976,87.9648,86.9652,86.9652,85.9656,85.6324,85.9656,85.9656,85.6324,84.966,83.6332,82.96679999999999,81.3008,80.6344,78.9684,78.30199999999999,76.9692,75.6364,74.6368,71.9712,68.9724,67.6396,65.9736,64.6408,62.6416,60.6424,58.31,56.3108,54.978,53.312,52.3124,50.3132,46.9812,44.982,43.9824,42.6496,41.9832,41.3168,40.6504,39.984,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,39.3176,39.3176,39.984,39.984,39.984,40.9836,41.65,41.65,42.3164,42.3164,42.9828,42.9828,42.9828,42.9828,42.3164,41.65,40.3172,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.32,32.6536,31.654,30.9876,29.654799999999998,28.9884,28.322,27.6556,26.9892,26.3228,25.6564,24.99,24.99,24.99,24.99,24.99,25.6564,25.6564,27.6556,28.322,28.322,28.9884,28.9884,28.9884,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,32.3204,32.9868,33.32,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,41.9832,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.3148,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,52.9788,53.6452,53.6452,53.9784,54.6448,54.6448,55.3112,55.6444,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.31,58.9764,58.9764,59.6428,60.3092,61.3088,61.3088,61.9752,61.9752,63.308,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.306,68.9724,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,72.9708,73.63719999999999,74.3036,74.97,74.97,74.97,75.6364,75.6364,75.6364,75.6364,75.6364,75.6364],[84.966,84.966,84.966,84.966,85.2992,85.2992,85.2992,85.2992,86.2988,86.2988,86.2988,86.2988,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,87.2984,88.298,88.298,88.63119999999999,88.63119999999999,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.9624,94.6288,95.2952,96.2948,96.2948,96.2948,96.628,97.96079999999999,98.6272,98.6272,98.6272,99.6268,99.6268,100.2932,100.2932,100.9596,101.2928,101.2928,101.2928,102.6256,102.6256,103.292,103.292,103.62519999999999,104.2916,104.958,104.958,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.2912,105.2912,105.6244,105.6244,105.2912,105.6244,105.6244,105.6244,105.6244,105.6244,105.6244,105.9576,105.9576,106.9572,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.6236,108.28999999999999,108.28999999999999,108.28999999999999,108.28999999999999,108.6232,108.6232,108.6232,109.2896,109.2896,109.2896,109.956,109.956,110.6224,109.956,109.956,110.6224,110.9556,110.9556,110.9556,111.2888,111.2888,111.622,112.2884,112.95479999999999,112.95479999999999,112.95479999999999,113.6212,114.2876,114.954,114.954,114.954,115.2872,115.2872,114.954,114.954,114.6208,114.6208,114.954,113.95439999999999,113.288,113.288,112.6216,113.288,113.95439999999999,114.6208,115.6204,117.2864,118.286,118.9524,119.952,120.2852,121.618,121.9512,122.9508,122.9508,123.28399999999999,123.28399999999999,124.6168,125.2832,125.6164,126.2828,126.9492,127.2824,128.6152,129.948,131.2808,132.2804,133.28,134.2796,134.946,134.946,134.946,132.9468,130.2812,128.6152,126.9492,124.6168,122.2844,119.952,118.286,116.62,115.2872,114.954,113.6212,113.288,112.95479999999999,112.2884,111.2888,109.956,109.2896,108.9564,107.6236,107.6236,106.9572,106.9572,106.2908,105.9576,105.6244,105.2912,104.6248,104.6248,103.9584,103.9584,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,103.292,103.292,103.292,103.292,102.6256,102.6256,101.626,101.2928,100.2932,99.96,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.2928,101.2928,101.2928,100.2932,100.2932,100.2932,100.2932,100.9596,100.2932,99.6268,98.294,96.9612,95.6284,93.9624,92.2964,89.964,87.9648,87.2984,86.9652,85.9656,85.9656,86.2988,86.2988,85.6324,84.966,83.6332,82.96679999999999,81.9672,81.3008,79.6348,78.9684,77.6356,76.3028,75.3032,73.304,69.972,67.6396,66.64,65.3072,62.6416,60.6424,58.31,56.3108,54.3116,52.6456,51.646,50.3132,46.9812,44.982,43.9824,42.6496,41.9832,41.3168,40.6504,39.984,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,37.9848,37.9848,37.9848,37.9848,37.9848,37.9848,38.6512,38.6512,39.3176,39.3176,39.3176,39.3176,40.3172,40.9836,40.9836,41.65,41.65,42.3164,42.3164,42.9828,42.3164,41.65,40.9836,40.3172,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.32,31.9872,30.9876,30.3212,29.654799999999998,28.322,27.6556,26.9892,26.3228,25.6564,24.3236,24.3236,24.3236,24.99,24.99,24.99,25.6564,26.3228,27.6556,28.322,28.9884,28.9884,29.654799999999998,29.654799999999998,29.654799999999998,29.654799999999998,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.9868,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,52.9788,53.6452,53.6452,54.6448,54.6448,55.3112,55.3112,56.3108,56.3108,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.3056,69.3056,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,74.97,74.97,74.97,74.97,74.97,74.3036,74.3036,74.3036],[86.632,86.632,86.632,86.632,87.2984,87.2984,87.2984,87.2984,87.2984,87.9648,87.9648,87.9648,88.298,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.9624,94.6288,95.2952,96.2948,96.2948,96.2948,96.628,97.96079999999999,97.96079999999999,97.96079999999999,98.6272,98.96039999999999,99.2936,99.6268,100.2932,100.6264,100.6264,100.9596,101.2928,101.9592,102.6256,102.6256,103.292,103.62519999999999,104.2916,104.2916,104.2916,104.6248,104.6248,104.6248,105.6244,105.6244,105.6244,105.6244,104.958,104.958,104.6248,104.6248,104.6248,104.958,104.958,104.958,104.958,104.6248,104.6248,104.6248,104.6248,105.6244,105.9576,106.624,106.624,105.9576,105.9576,105.9576,105.9576,106.624,106.624,106.624,106.624,106.9572,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,107.9568,108.9564,108.9564,108.9564,108.9564,109.2896,109.2896,109.956,110.6224,111.2888,111.2888,112.2884,112.95479999999999,113.6212,113.6212,114.2876,114.6208,115.2872,115.2872,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,112.6216,113.288,113.95439999999999,114.6208,115.6204,117.2864,118.286,118.9524,118.9524,119.6188,120.9516,121.618,121.9512,122.2844,122.9508,123.28399999999999,124.6168,125.2832,125.6164,126.2828,126.9492,127.2824,128.6152,130.6144,131.2808,132.6136,133.28,133.28,134.2796,134.2796,133.28,131.9472,129.948,127.9488,126.2828,123.9504,121.2848,118.9524,117.9528,116.62,115.2872,114.954,113.6212,113.288,112.95479999999999,112.2884,111.2888,109.956,109.2896,108.9564,107.6236,107.6236,106.9572,106.9572,106.9572,106.2908,105.6244,105.2912,104.6248,104.6248,103.9584,103.9584,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,102.6256,101.626,101.626,101.2928,101.2928,100.2932,100.2932,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,100.2932,100.2932,100.6264,100.6264,101.2928,101.9592,101.9592,101.2928,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.2932,98.96039999999999,97.96079999999999,96.2948,94.6288,92.6296,90.6304,88.298,87.2984,86.9652,85.9656,85.9656,86.2988,86.2988,85.9656,84.966,83.6332,82.96679999999999,81.9672,81.3008,80.9676,80.3012,78.9684,77.3024,74.97,72.9708,69.972,67.97279999999999,66.64,65.3072,63.308,60.9756,58.31,56.3108,54.3116,52.9788,51.646,50.3132,46.9812,45.6484,43.9824,42.6496,41.9832,41.3168,40.6504,39.984,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.3176,40.3172,40.3172,40.9836,40.9836,41.65,41.65,42.3164,42.3164,42.3164,41.65,40.9836,40.3172,39.3176,38.6512,37.9848,37.9848,37.3184,37.3184,36.652,35.9856,34.6528,33.986399999999996,33.32,31.9872,30.9876,30.3212,29.654799999999998,28.322,27.6556,26.9892,26.3228,25.6564,24.3236,23.6572,24.3236,24.3236,24.99,24.99,25.6564,26.3228,27.6556,28.322,28.9884,29.654799999999998,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.9868,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,44.6488,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,52.9788,52.9788,53.6452,54.6448,54.6448,55.3112,55.3112,56.3108,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,74.97,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999],[86.9652,86.9652,86.9652,86.9652,87.6316,87.6316,87.6316,87.6316,88.298,88.298,88.298,88.298,88.63119999999999,88.63119999999999,88.63119999999999,88.63119999999999,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.2976,89.6308,89.6308,89.6308,90.2972,91.2968,91.2968,91.63,92.2964,93.29599999999999,93.9624,94.6288,95.2952,96.2948,96.2948,96.2948,96.628,97.96079999999999,97.96079999999999,97.96079999999999,97.96079999999999,98.96039999999999,98.96039999999999,99.6268,100.2932,100.6264,100.6264,100.9596,100.9596,101.9592,101.9592,102.6256,103.292,103.62519999999999,103.62519999999999,104.2916,104.2916,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.6248,104.958,104.958,103.9584,103.9584,103.9584,103.9584,103.62519999999999,104.2916,105.2912,105.2912,105.6244,105.6244,105.2912,105.2912,105.2912,105.2912,105.6244,105.6244,105.6244,105.6244,106.624,106.624,106.624,106.624,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,107.2904,107.6236,107.6236,107.6236,107.6236,107.9568,107.9568,107.9568,107.9568,108.28999999999999,108.28999999999999,109.2896,109.956,110.2892,110.9556,111.9552,111.9552,112.95479999999999,113.288,114.2876,114.2876,114.6208,114.6208,114.6208,114.6208,113.95439999999999,113.95439999999999,113.95439999999999,113.95439999999999,113.288,113.288,112.6216,113.288,113.95439999999999,114.6208,115.6204,117.2864,118.286,118.286,118.9524,119.6188,120.6184,120.9516,121.618,121.618,122.2844,123.28399999999999,124.6168,125.2832,125.6164,126.2828,126.9492,127.2824,128.6152,130.6144,131.2808,132.6136,133.28,132.9468,134.2796,134.2796,132.9468,131.2808,129.2816,126.9492,125.6164,123.9504,120.9516,118.9524,117.2864,116.62,115.2872,114.954,113.6212,113.288,112.95479999999999,112.2884,111.2888,109.956,109.2896,108.9564,107.6236,107.6236,106.9572,106.9572,106.9572,106.9572,105.9576,105.2912,104.6248,104.6248,103.9584,103.9584,103.292,102.6256,102.6256,102.6256,102.6256,102.6256,102.2924,102.2924,101.626,101.2928,100.2932,100.2932,99.6268,99.2936,98.96039999999999,98.96039999999999,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.294,98.96039999999999,99.2936,100.2932,100.2932,100.6264,101.2928,101.9592,101.9592,101.9592,101.9592,100.6264,100.6264,100.6264,100.6264,100.9596,100.9596,100.6264,100.2932,97.96079999999999,96.628,94.6288,92.9628,90.6304,88.298,87.2984,86.9652,85.9656,85.9656,86.2988,86.2988,85.9656,85.2992,84.2996,82.96679999999999,81.9672,81.3008,80.9676,80.3012,78.9684,77.3024,74.97,72.9708,69.972,67.97279999999999,66.64,65.3072,63.308,60.9756,58.31,55.6444,53.6452,52.3124,50.9796,49.6468,46.9812,45.6484,43.9824,42.6496,41.9832,41.3168,40.6504,39.984,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,38.6512,39.6508,40.3172,40.9836,40.9836,41.65,41.65,42.3164,42.3164,42.3164,41.65,40.9836,40.3172,39.3176,38.6512,37.9848,37.9848,37.3184,36.652,35.9856,35.3192,33.986399999999996,33.32,32.6536,31.9872,30.9876,30.3212,29.654799999999998,28.322,27.6556,26.3228,25.6564,24.99,23.6572,23.6572,24.3236,24.3236,24.99,24.99,25.6564,26.3228,27.6556,28.322,28.9884,29.654799999999998,30.3212,30.3212,30.3212,30.3212,30.3212,30.3212,30.9876,30.9876,31.654,31.654,32.3204,32.9868,33.986399999999996,33.986399999999996,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,34.6528,35.3192,36.652,37.3184,37.9848,38.6512,39.6508,39.6508,39.6508,39.6508,40.3172,40.3172,40.9836,41.65,42.6496,42.6496,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.316,43.9824,44.6488,45.3152,45.3152,45.9816,45.9816,46.9812,46.9812,46.9812,46.9812,46.9812,46.9812,47.6476,47.6476,47.6476,47.6476,48.314,48.314,48.980399999999996,48.980399999999996,48.980399999999996,48.980399999999996,50.3132,50.3132,50.9796,50.9796,51.646,51.646,52.3124,52.9788,52.9788,52.9788,52.9788,52.9788,53.9784,54.6448,55.3112,55.3112,56.3108,56.977199999999996,56.3108,56.3108,56.3108,56.3108,56.977199999999996,56.977199999999996,56.977199999999996,56.977199999999996,57.6436,58.31,58.9764,58.9764,59.6428,59.6428,60.6424,61.3088,61.9752,61.9752,63.308,63.308,63.9744,64.6408,65.6404,66.3068,66.9732,66.9732,67.6396,68.306,68.9724,68.9724,69.972,69.972,69.972,69.972,70.6384,71.3048,71.9712,72.6376,73.63719999999999,73.63719999999999,74.3036,74.97,75.6364,75.6364,74.97,74.3036,73.63719999999999,73.63719999999999,73.63719999999999,73.63719999999999]] \ No newline at end of file diff --git a/public/maps/yehorivka/heightmap.webp b/public/maps/yehorivka/heightmap.webp index d847aee3b7..f27f246013 100644 Binary files a/public/maps/yehorivka/heightmap.webp and b/public/maps/yehorivka/heightmap.webp differ diff --git a/public/maps/yehorivka/terrainmap.webp b/public/maps/yehorivka/terrainmap.webp index fcc9ab04fb..00af9f0ac2 100644 Binary files a/public/maps/yehorivka/terrainmap.webp and b/public/maps/yehorivka/terrainmap.webp differ diff --git a/public/maps/yehorivka/terrainmap_bakup.webp b/public/maps/yehorivka/terrainmap_bakup.webp new file mode 100644 index 0000000000..fcc9ab04fb Binary files /dev/null and b/public/maps/yehorivka/terrainmap_bakup.webp differ diff --git a/public/maps/yehorivka/topomap_hq.webp b/public/maps/yehorivka/topomap_hq.webp index b7f618bcfb..635188294d 100644 Binary files a/public/maps/yehorivka/topomap_hq.webp and b/public/maps/yehorivka/topomap_hq.webp differ diff --git a/public/maps/yehorivka/topomap_hq_backup.webp b/public/maps/yehorivka/topomap_hq_backup.webp new file mode 100644 index 0000000000..b7f618bcfb Binary files /dev/null and b/public/maps/yehorivka/topomap_hq_backup.webp differ diff --git a/src/app.js b/src/app.js index e4808f9755..c539c309d6 100644 --- a/src/app.js +++ b/src/app.js @@ -10,6 +10,7 @@ import "leaflet/dist/leaflet.css"; import "./components/header/header.scss"; import "./components/footer/footer.scss"; import "./components/map/map.scss"; +import "./components/contextMenu/contextMenu.scss"; import "./components/legacyui/legacyui.scss"; import "./components/dialogs/dialogs.scss"; import "./components/shared/_tooltips.scss"; diff --git a/src/components/contextMenu/contextMenu.html b/src/components/contextMenu/contextMenu.html new file mode 100644 index 0000000000..1dcbce2b56 --- /dev/null +++ b/src/components/contextMenu/contextMenu.html @@ -0,0 +1,373 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/contextMenu/contextMenu.scss b/src/components/contextMenu/contextMenu.scss new file mode 100644 index 0000000000..d8e4b2e0d9 --- /dev/null +++ b/src/components/contextMenu/contextMenu.scss @@ -0,0 +1,575 @@ +@use "../shared/variables"; + + +.contextmenu { + display: flex; + padding: 0; + .ctxButton { + margin: 2px; + background-color: rgba(0, 0, 0, 0.5); + cursor: pointer; + align-items: center; + display: flex; + backdrop-filter: blur(2px); + &:hover { + background-color: rgba(0, 0, 0, 0.7); + } + } + .middleContextButton { + background-color: transparent; + align-content: center; + &:hover { + background-color: transparent; + } + &:active { + transform: scale(0.9); + } + } + span { + width: 25px; + height: 25px; + } +} + +.contextmenuVert { + width: 140px; + height: auto; + display: flex; + flex-wrap: wrap; + background-color: rgba(0, 0, 0, 0.6); + margin: 0; + padding: 0; + overflow: hidden; + .ctxButton { + margin: 0; + padding: 2px 0.5px; + background-color: transparent; + transition: background-color 0.2s; + span { + margin: 0; + padding: 0; + height: 27px; + width: 27px; + } + &:hover { + background-color: rgba(0, 0, 0, 0.7); + transform: scale(1.2); + z-index: 1; + } + } +} + + + +// COMMON + +.middleContext { + background: url('../../../public/icons/shared/ctx/T_icon_Target.webp') no-repeat center center; + background-size: contain; +} + +.arrowBlue, .arrowRed { + background: url('../../../public/icons/shared/ctx/arrow.webp') no-repeat center center; + background-size: contain; + &.arrowBlue { + background-color: #00137e; + &:hover { + background-color: #000844; + } + } + &.arrowRed { + background-color: #bb2623; + &:hover { + background-color: #6b1716; + } + } +} + +// ALLY INFANTRY + +.friendlyInf { + background: url('../../../public/icons/ally/infantry/map_genericinfantry.webp') no-repeat center center; + background-size: contain; +} + +.mapHAT { + background: url('../../../public/icons/ally/infantry/map_hat.webp') no-repeat center center; + background-size: contain; +} + +.mapInfAntiAir { + background: url('../../../public/icons/ally/infantry/map_infantiair.webp') no-repeat center center; + background-size: contain; +} + +.mapInfMG { + background: url('../../../public/icons/ally/infantry/map_infmg.webp') no-repeat center center; + background-size: contain; +} + +.mapLAT { + background: url('../../../public/icons/ally/infantry/map_lat.webp') no-repeat center center; + background-size: contain; +} + +.mapMarksmanSniper { + background: url('../../../public/icons/ally/infantry/map_marksmansniper.webp') no-repeat center center; + background-size: contain; +} + +// ALLY DEPLOYABLES + +.fob { + background: url('../../../public/icons/ally/deployables/deployable_fob.webp') no-repeat center center; + background-size: contain; +} + +.hab { + background: url('../../../public/icons/ally/deployables/deployable_hab.webp') no-repeat center center; + background-size: contain; +} + +.rally { + background: url('../../../public/icons/ally/deployables/rallypoint.webp') no-repeat center center; + background-size: contain; +} + +.repairStation { + background: url('../../../public/icons/ally/deployables/deployable_repairstation.webp') no-repeat center center; + background-size: contain; +} + +.ammoBox { + background: url('../../../public/icons/ally/deployables/deployable_ammocrate.webp') no-repeat center center; + background-size: contain; +} + +.allyhelipad { + background: url('../../../public/icons/ally/deployables/deployable_helipad.webp') no-repeat center center; + background-size: contain; +} + + + +.airgun { + background: url('../../../public/icons/ally/deployables/deployable_AntiAirGun.webp') no-repeat center center; + background-size: contain; +} + +.antiTankGun { + background: url('../../../public/icons/ally/deployables/deployable_anti_tank_gun.webp') no-repeat center center; + background-size: contain; +} + +.tow { + background: url('../../../public/icons/ally/deployables/deployable_anti_tank.webp') no-repeat center center; + background-size: contain; +} + +.gmg { + background: url('../../../public/icons/ally/deployables/deployable_GMG.webp') no-repeat center center; + background-size: contain; +} + +.hellcannon { + background: url('../../../public/icons/ally/deployables/deployable_hellcannon.webp') no-repeat center center; + background-size: contain; +} + +.hmg { + background: url('../../../public/icons/ally/deployables/deployable_HMG.webp') no-repeat center center; + background-size: contain; +} + +.mortars { + background: url('../../../public/icons/ally/deployables/deployable_mortars.webp') no-repeat center center; + background-size: contain; +} + +.ub32rockets { + background: url('../../../public/icons/ally/deployables/deployable_ub32rockets.webp') no-repeat center center; + background-size: contain; +} + +.mine { + background: url('../../../public/icons/ally/deployables/map_mine.webp') no-repeat center center; + background-size: contain; +} + +// ALLY VEHICLES + +.friendly { + background: url('../../../public/icons/ally/vehicles/map_truck_logistics.webp') no-repeat center center; + background-size: contain; +} + +.mapMotorcycle { + background: url('../../../public/icons/ally/vehicles/map_motorcycle.webp') no-repeat center center; + background-size: contain; +} + +.mapBoatLogistics { + background: url('../../../public/icons/ally/vehicles/T_map_boat_logistics.webp') no-repeat center center; + background-size: contain; +} + +.mapBoatOpenturret { + background: url('../../../public/icons/ally/vehicles/T_map_boat_openturret.webp') no-repeat center center; + background-size: contain; +} + +.mapJeepTransport { + background: url('../../../public/icons/ally/vehicles/map_jeep_transport.webp') no-repeat center center; + background-size: contain; +} + +.mapJeep { + background: url('../../../public/icons/ally/vehicles/map_jeep.webp') no-repeat center center; + background-size: contain; +} + +.mapJeepLogistics { + background: url('../../../public/icons/ally/vehicles/map_jeep_logistics.webp') no-repeat center center; + background-size: contain; +} + +.mapJeepAntitank { + background: url('../../../public/icons/ally/vehicles/map_jeep_antitank.webp') no-repeat center center; + background-size: contain; +} + +.mapJeepArtillery { + background: url('../../../public/icons/ally/vehicles/map_jeep_artillery.webp') no-repeat center center; + background-size: contain; +} + +.mapTruckTransport { + background: url('../../../public/icons/ally/vehicles/map_truck_transport.webp') no-repeat center center; + background-size: contain; +} + +.mapTruckTransportArmed { + background: url('../../../public/icons/ally/vehicles/map_truck_transport_armed.webp') no-repeat center center; + background-size: contain; +} + +.mapTruckLogistics, .vehicles { + background: url('../../../public/icons/ally/vehicles/map_truck_logistics.webp') no-repeat center center; + background-size: contain; +} + +.mapTruckAntiair { + background: url('../../../public/icons/ally/vehicles/map_truck_antiair.webp') no-repeat center center; + background-size: contain; +} + +.mapAPC { + background: url('../../../public/icons/ally/vehicles/map_apc.webp') no-repeat center center; + background-size: contain; +} + +.mapIFV { + background: url('../../../public/icons/ally/vehicles/map_ifv.webp') no-repeat center center; + background-size: contain; +} + +.mapAntiair { + background: url('../../../public/icons/ally/vehicles/map_antiair.webp') no-repeat center center; + background-size: contain; +} + +.mapTrackedapc { + background: url('../../../public/icons/ally/vehicles/map_trackedapc.webp') no-repeat center center; + background-size: contain; +} + +.mapTrackedifv { + background: url('../../../public/icons/ally/vehicles/map_trackedifv.webp') no-repeat center center; + background-size: contain; +} + +.trackedheavyIFV { + background: url('../../../public/icons/ally/vehicles/map_trackedheavyifv.webp') no-repeat center center; + background-size: contain; +} + +.mapTank { + background: url('../../../public/icons/ally/vehicles/map_tank.webp') no-repeat center center; + background-size: contain; +} + +.mapHandhelddrone { + background: url('../../../public/icons/ally/vehicles/map_handhelddrone.webp') no-repeat center center; + background-size: contain; +} + +.mapTransporthelo { + background: url('../../../public/icons/ally/vehicles/map_transporthelo.webp') no-repeat center center; + background-size: contain; +} + +.mapHelicopterLightcas { + background: url('../../../public/icons/ally/vehicles/T_map_helicopter_lightcas.webp') no-repeat center center; + background-size: contain; +} + +.mapAttackhelo { + background: url('../../../public/icons/ally/vehicles/map_attackhelo.webp') no-repeat center center; + background-size: contain; +} + +.mapJetA10 { + background: url('../../../public/icons/ally/vehicles/map_jet_a10.webp') no-repeat center center; + background-size: contain; +} + +.mapUAV { + background: url('../../../public/icons/ally/vehicles/T_strategic_uav.webp') no-repeat center center; + background-size: contain; +} + + +// ENEMY INFANTRY + +.enemyMapGenericInfantry, .enemy { + background: url('../../../public/icons/enemy/infantry/map_genericinfantry.webp') no-repeat center center; + background-size: contain; +} + +.enemyMapHAT { + background: url('../../../public/icons/enemy/infantry/map_hat.webp') no-repeat center center; + background-size: contain; +} + +.enemyMapInfAntiAir { + background: url('../../../public/icons/enemy/infantry/map_infantiair.webp') no-repeat center center; + background-size: contain; +} + +.enemyMapInfMG { + background: url('../../../public/icons/enemy/infantry/map_infmg.webp') no-repeat center center; + background-size: contain; +} + +.enemyMapLAT { + background: url('../../../public/icons/enemy/infantry/map_lat.webp') no-repeat center center; + background-size: contain; +} + +.enemyMapMarksmanSniper { + background: url('../../../public/icons/enemy/infantry/map_marksmansniper.webp') no-repeat center center; + background-size: contain; +} + +// ENEMY DEPLOYABLES + +.enemyrepairStation { + background: url('../../../public/icons/enemy/deployables/deployable_repairstation.webp') no-repeat center center; + background-size: contain; +} + +.enemyhab { + background: url('../../../public/icons/enemy/deployables/deployable_hab.webp') no-repeat center center; + background-size: contain; +} + +.enemyrally { + background: url('../../../public/icons/enemy/deployables/rallypoint.webp') no-repeat center center; + background-size: contain; +} + +.enemyammoBox { + background: url('../../../public/icons/enemy/deployables/deployable_ammocrate.webp') no-repeat center center; + background-size: contain; +} + +.enemyfob { + background: url('../../../public/icons/enemy/deployables/deployable_fob.webp') no-repeat center center; + background-size: contain; +} + +.enemymine { + background: url('../../../public/icons/enemy/deployables/map_mine.webp') no-repeat center center; + background-size: contain; +} + +.enemytow { + background: url('../../../public/icons/enemy/deployables/deployable_anti_tank.webp') no-repeat center center; + background-size: contain; +} + +.enemyhelipad { + background: url('../../../public/icons/enemy/deployables/deployable_helipad.webp') no-repeat center center; + background-size: contain; +} + +.enemyantiAirGun { + background: url('../../../public/icons/enemy/deployables/deployable_AntiAirGun.webp') no-repeat center center; + background-size: contain; +} + +.enemyub32rockets { + background: url('../../../public/icons/enemy/deployables/deployable_ub32rockets.webp') no-repeat center center; + background-size: contain; +} + +.enemyGMG { + background: url('../../../public/icons/enemy/deployables/deployable_GMG.webp') no-repeat center center; + background-size: contain; +} + +.enemyantiTankGun { + background: url('../../../public/icons/enemy/deployables/deployable_anti_tank_gun.webp') no-repeat center center; + background-size: contain; +} + +.enemyhellcannon { + background: url('../../../public/icons/enemy/deployables/deployable_hellcannon.webp') no-repeat center center; + background-size: contain; +} + +.enemyHMG { + background: url('../../../public/icons/enemy/deployables/deployable_HMG.webp') no-repeat center center; + background-size: contain; +} + +.enemymortars { + background: url('../../../public/icons/enemy/deployables/deployable_mortars.webp') no-repeat center center; + background-size: contain; +} + +// ENEMY VEHICLES + +.enemymapMotorcycle { + background: url('../../../public/icons/enemy/vehicles/map_motorcycle.webp') no-repeat center center; + background-size: contain; +} + +.enemymapBoatLogistics { + background: url('../../../public/icons/enemy/vehicles/T_map_boat_logistics.webp') no-repeat center center; + background-size: contain; +} + +.enemymapBoatOpenturret { + background: url('../../../public/icons/enemy/vehicles/T_map_boat_openturret.webp') no-repeat center center; + background-size: contain; +} + +.enemymapJeepTransport { + background: url('../../../public/icons/enemy/vehicles/map_jeep_transport.webp') no-repeat center center; + background-size: contain; +} + +.enemymapJeep { + background: url('../../../public/icons/enemy/vehicles/map_jeep.webp') no-repeat center center; + background-size: contain; +} + +.enemymapJeepLogistics { + background: url('../../../public/icons/enemy/vehicles/map_jeep_logistics.webp') no-repeat center center; + background-size: contain; +} + +.enemymapJeepAntitank { + background: url('../../../public/icons/enemy/vehicles/map_jeep_antitank.webp') no-repeat center center; + background-size: contain; +} + +.enemymapJeepArtillery { + background: url('../../../public/icons/enemy/vehicles/map_jeep_artillery.webp') no-repeat center center; + background-size: contain; +} + +.enemymapTruckTransport { + background: url('../../../public/icons/enemy/vehicles/map_truck_transport.webp') no-repeat center center; + background-size: contain; +} + +.enemymapTruckTransportArmed { + background: url('../../../public/icons/enemy/vehicles/map_truck_transport_armed.webp') no-repeat center center; + background-size: contain; +} + +.enemymapTruckLogistics, .enemyVehicles { + background: url('../../../public/icons/enemy/vehicles/map_truck_logistics.webp') no-repeat center center; + background-size: contain; +} + +.enemymapTruckAntiair { + background: url('../../../public/icons/enemy/vehicles/map_truck_antiair.webp') no-repeat center center; + background-size: contain; +} + +.enemymapAPC { + background: url('../../../public/icons/enemy/vehicles/map_apc.webp') no-repeat center center; + background-size: contain; +} + +.enemymapIFV { + background: url('../../../public/icons/enemy/vehicles/map_ifv.webp') no-repeat center center; + background-size: contain; +} + +.enemymapAntiair { + background: url('../../../public/icons/enemy/vehicles/map_antiair.webp') no-repeat center center; + background-size: contain; +} + +.enemymapTrackedapc { + background: url('../../../public/icons/enemy/vehicles/map_trackedapc.webp') no-repeat center center; + background-size: contain; +} + +.enemymapTrackedifv { + background: url('../../../public/icons/enemy/vehicles/map_trackedifv.webp') no-repeat center center; + background-size: contain; +} + +.enemytrackedheavyIFV { + background: url('../../../public/icons/enemy/vehicles/map_trackedheavyifv.webp') no-repeat center center; + background-size: contain; +} + +.enemymapTank { + background: url('../../../public/icons/enemy/vehicles/map_tank.webp') no-repeat center center; + background-size: contain; +} + +.enemymapHandhelddrone { + background: url('../../../public/icons/enemy/vehicles/map_handhelddrone.webp') no-repeat center center; + background-size: contain; +} + +.enemymapTransporthelo { + background: url('../../../public/icons/enemy/vehicles/map_transporthelo.webp') no-repeat center center; + background-size: contain; +} + +.enemymapHelicopterLightcas { + background: url('../../../public/icons/enemy/vehicles/T_map_helicopter_lightcas.webp') no-repeat center center; + background-size: contain; +} + +.enemymapAttackhelo { + background: url('../../../public/icons/enemy/vehicles/map_attackhelo.webp') no-repeat center center; + background-size: contain; +} + +.enemymapJetA10 { + background: url('../../../public/icons/enemy/vehicles/map_jet_a10.webp') no-repeat center center; + background-size: contain; +} + +.enemymapUAV { + background: url('../../../public/icons/enemy/vehicles/T_strategic_uav.webp') no-repeat center center; + background-size: contain; +} + + + +.tippy-box[data-theme~="contextmenu"] { + background-color: transparent; + .tippy-content { + padding: 0; + } +} \ No newline at end of file diff --git a/src/components/dialogs/dialogs.scss b/src/components/dialogs/dialogs.scss index c66273f70c..aa218a662b 100644 --- a/src/components/dialogs/dialogs.scss +++ b/src/components/dialogs/dialogs.scss @@ -171,9 +171,14 @@ dialog { } } } + #panel2 { + table { + font-size: 0.95em; + } + } table { border: none; - margin: 0 0 2em 3em; + margin: 0 0 1.5em 3em; &.shortcuts { padding-top: 4em; td { diff --git a/src/components/dialogs/settings.html b/src/components/dialogs/settings.html index 4529f7ebd1..bf3f6a2f64 100644 --- a/src/components/dialogs/settings.html +++ b/src/components/dialogs/settings.html @@ -13,8 +13,6 @@

Settings

- -
- -
@@ -398,19 +452,53 @@

Preview

+ + + + + + + + + + + + new + + + + + + + + + + new + + +
@@ -489,4 +577,4 @@

Preview

- \ No newline at end of file + diff --git a/src/components/map/map.html b/src/components/map/map.html index 3c657bc4f0..654b56773f 100644 --- a/src/components/map/map.html +++ b/src/components/map/map.html @@ -57,6 +57,7 @@ + diff --git a/src/components/map/map.scss b/src/components/map/map.scss index c8417c3dec..89eec7ec95 100644 --- a/src/components/map/map.scss +++ b/src/components/map/map.scss @@ -51,6 +51,9 @@ $flag-circle-opacity: 0.2; z-index: 0; .leaflet-interactive { cursor: inherit; + &.mapArrow { + cursor: pointer; + } } .leaflet-pane .leaflet-marker-pane .leaflet-marker-icon { cursor: grab; @@ -60,12 +63,9 @@ $flag-circle-opacity: 0.2; } .objText { @include variables.light-text-outline; - font-size: 1em; font-size: var(--font-size-objtext); - text-align: center; font-family: roboto, Verdana, Geneva, Tahoma, sans-serif; - letter-spacing: 0.01em; - line-height: normal; + letter-spacing: 0.02em; align-content: center; display: grid; } @@ -79,6 +79,8 @@ $flag-circle-opacity: 0.2; font-family: variables.$mainFont, Verdana, Geneva, Tahoma, sans-serif; border-radius: 2px; cursor: inherit; + align-content: center; + display: grid; &.circle { border-radius: 15px; margin-left: -15px!important; @@ -107,6 +109,7 @@ $flag-circle-opacity: 0.2; font-size: 1.3em; background-color: rgba(0, 128, 0, 0.9); overflow: hidden; + display: block; &::before { content: "✔"; color: rgb(255, 255, 255); @@ -117,6 +120,7 @@ $flag-circle-opacity: 0.2; line-height: 0%; } &.circle { + display: grid; &::before { content: ""; } @@ -225,17 +229,17 @@ $flag-circle-opacity: 0.2; font-size: 1.1em; } .helipads { - background: url('../../img/icons/deployables/deployable_helipad.webp') no-repeat center center; + background: url('../../../public/icons/ally/deployables/deployable_helipad.webp') no-repeat center center; background-size: contain; transition: opacity 0.1s ease-in; } .repairStations { - background: url('../../img/icons/deployables/deployable_repairstation.webp') no-repeat center center; + background: url('../../../public/icons/ally/deployables/deployable_repairstation.webp') no-repeat center center; background-size: contain; transition: opacity 0.1s ease-in; } .ammocrates { - background: url('../../img/icons/deployables/deployable_ammocrate.webp') no-repeat center center; + background: url('../../../public/icons/ally/deployables/deployable_ammocrate.webp') no-repeat center center; background-size: contain; transition: opacity 0.1s ease-in; } @@ -276,7 +280,7 @@ $flag-circle-opacity: 0.2; &:hover { background-color: #979797; svg { - transform: scale(1.1); + transform: scale(1.05); } } &.active { @@ -287,6 +291,13 @@ $flag-circle-opacity: 0.2; fill: white; } } + &:disabled { + pointer-events: none; + background-color: #888; + svg path { + fill: #383838; + } + } svg { height: 1.2em; width: 1.2em; @@ -351,3 +362,22 @@ $flag-circle-opacity: 0.2; .capZone { transition: opacity 0.25s ease-in-out, fill-opacity 0.25s ease-in-out; } + + + +.leaflet-measure-path-measurement { + @include variables.light-text-outline; + font-family: variables.$mainFont, Times, "Times New Roman", serif; + position: absolute; + font-size: var(--font-size-objtext); + color: white; + white-space: nowrap; + transform-origin: 0; +} + +.leaflet-measure-path-measurement > div { + position: relative; + margin-top: -25%; + left: -50%; + pointer-events: none; +} \ No newline at end of file diff --git a/src/components/shared/_responsive.scss b/src/components/shared/_responsive.scss index f1b2facbb0..a9ab878ec2 100644 --- a/src/components/shared/_responsive.scss +++ b/src/components/shared/_responsive.scss @@ -214,12 +214,11 @@ } &#helpDialog { font-size: 0.7em; - height: 530px; + height: 550px; width: 600px; table { width: 90%; - margin: 0 0 2em 3em; - } + } } } } diff --git a/src/components/shared/_variables.scss b/src/components/shared/_variables.scss index bd32461b52..c21ee2342d 100644 --- a/src/components/shared/_variables.scss +++ b/src/components/shared/_variables.scss @@ -177,6 +177,12 @@ button:focus { } } +#helpDialog.animate__animated { + &.animate__fadeIn { + --animate-duration: 3.1s; + + } +} /************************************** * Animations diff --git a/src/index.html b/src/index.html index a7e7311782..257b967aec 100644 --- a/src/index.html +++ b/src/index.html @@ -71,6 +71,9 @@ <%= require('html-loader!./components/dialogs/target.html').default %> <%= require('html-loader!./components/dialogs/settings.html').default %> + + <%= require('html-loader!./components/contextMenu/contextMenu.html').default %> + <%= require('html-loader!./components/footer/footer.html').default %> diff --git a/src/js/data/maps.js b/src/js/data/maps.js index c7a6753c29..581a181395 100644 --- a/src/js/data/maps.js +++ b/src/js/data/maps.js @@ -1,191 +1,197 @@ +const FOBEXCLUSIONS = { + small: 300, + medium: 400, +}; + export const MAPS = [ { name: "AlBasrah", size: 3040, // OK scaling: 0.01294, // OK mapURL: "/albasrah/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Anvil", size: 3060, //OK scaling: 0.216675, mapURL: "/anvil/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Belaya", size: 3904, //OK scaling: 0.0726, mapURL: "/belaya/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "BlackCoast", size: 4600, // OK but not what mapdata gave us. Maybe because of x scaling? scaling: 0.35, mapURL: "/blackcoast/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Chora", size: 4064, // OK scaling: 0.064, mapURL: "/chora/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.small, }, { name: "Fallujah", size: 3005, // OK scaling: 0.0401, // OK mapURL: "/fallujah/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "FoolsRoad", size: 1774, // OK scaling: 0.21600000000000003, mapURL: "/foolsroad/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.small, }, { name: "GooseBay", size: 4031, // OK scaling: 0.22064, // OK mapURL: "/goosebay/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Gorodok", size: 4064, // OK scaling: 0.2, // OK mapURL: "/gorodok/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Jensen", size: 4008, // OK scaling: 0.0859, // OK mapURL: "/jensen/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Harju", size: 4032, // OK scaling: 0.131, // OK mapURL: "/harju/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Kamdesh", size: 4032, // OK scaling: 0.190215, mapURL: "/kamdesh/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Kohat", size: 4617, // OK scaling: 0.733125, // OK mapURL: "/kohat/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Kokan", size: 2496, // OK scaling: 0.0164, mapURL: "/kokan/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.small, }, { name: "Lashkar", size: 4334, // OK scaling: 0.28215, mapURL: "/lashkar/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Logar", size: 1761, // OK scaling: 0.13575, mapURL: "/logar/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.small, }, { name: "Manicouagan", size: 4031, // OK scaling: 0.3564, mapURL: "/manicouagan/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Mestia", size: 2400, scaling: 0.41028, mapURL: "/mestia/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Mutaha", size: 2755, // OK scaling: 0.07071, mapURL: "/mutaha/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Narva", size: 2800, // OK scaling: 0.0583, mapURL: "/narva/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Narva_f", size: 2800, // OK scaling: 0.0583, mapURL: "/narva-flooded/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Pacific", size: 4032, // OK scaling: 0.25852400000000003, mapURL: "/pacific/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Sanxian", size: 4600, scaling: 0.1892, mapURL: "/sanxian/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Skorpo", size: 6869, // OK scaling: 1.0927, mapURL: "/skorpo/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Sumari", size: 1300, // OK scaling: 0.035925, mapURL: "/sumari/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.small, }, { name: "Tallil", size: 4680, // OK scaling: 0.05275, mapURL: "/tallil/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, }, { name: "Yehorivka", size: 6350, // Not the SDK values weirdly scaling: 0.3332, mapURL: "/yehorivka/", - maxZoomLevel: 4, + radiusExclusion: FOBEXCLUSIONS.medium, + //seaLevel: 60, } ]; \ No newline at end of file diff --git a/src/js/libs/leaflet-measure-path.js b/src/js/libs/leaflet-measure-path.js new file mode 100644 index 0000000000..38218d880a --- /dev/null +++ b/src/js/libs/leaflet-measure-path.js @@ -0,0 +1,427 @@ +/* + * Copyright (c) 2016, Per Liedman (per@liedman.net) + * https://github.com/ProminentEdge/leaflet-measure-path + * Heavily patched/edited by Maxime "sharkman" Boussard for squadcalc + * https://github.com/sh4rkman/SquadCalc + */ + +import { App } from "../../app.js"; +import L from "leaflet"; + +(function() { + "use strict"; + + L.Marker.Measurement = L[L.Layer ? "Layer" : "Class"].extend({ + options: { + pane: "markerPane" + }, + + initialize: function(latlng, measurement, title, rotation, options) { + L.setOptions(this, options); + this._latlng = latlng; + this._measurement = measurement; + this._title = title; + this._rotation = rotation; + }, + + addTo: function(map) { + map.addLayer(this); + return this; + }, + + onAdd: function(map) { + this._map = map; + let pane = this.getPane ? this.getPane() : map.getPanes().markerPane; + let el = this._element = L.DomUtil.create("div", "leaflet-zoom-animated leaflet-measure-path-measurement", pane); + let inner = L.DomUtil.create("div", "", el); + inner.title = this._title; + inner.innerHTML = this._measurement; + + map.on("zoomanim", this._animateZoom, this); + + this._setPosition(); + }, + + onRemove: function(map) { + map.off("zoomanim", this._animateZoom, this); + let pane = this.getPane ? this.getPane() : map.getPanes().markerPane; + pane.removeChild(this._element); + this._map = null; + }, + + _setPosition: function() { + L.DomUtil.setPosition(this._element, this._map.latLngToLayerPoint(this._latlng)); + this._element.style.transform += " rotate(" + this._rotation + "rad)"; + }, + + _animateZoom: function(opt) { + var pos = this._map._latLngToNewLayerPoint(this._latlng, opt.zoom, opt.center).round(); + L.DomUtil.setPosition(this._element, pos); + this._element.style.transform += " rotate(" + this._rotation + "rad)"; + } + }); + + L.marker.measurement = function(latLng, measurement, title, rotation, options) { + return new L.Marker.Measurement(latLng, measurement, title, rotation, options); + }; + + let formatDistance = function(d) { + let unit, + feet; + + if (this._measurementOptions.imperial) { + feet = d / 0.3048; + if (feet > 3000) { + d = d / 1609.344; + unit = "mi"; + } else { + d = feet; + unit = "ft"; + } + } else { + if (d > 1000) { + d = d / 1000; + unit = "km"; + } else { + unit = "m"; + } + } + + if (d < 100) { + return d.toFixed(1) + unit; + } else { + return Math.round(d) + unit; + } + }; + + let formatArea = function(a) { + let unit; + + if (this._measurementOptions.imperial) { + if (a > 404.685642) { + a = a / 4046.85642; + unit = "ac"; + } else { + a = a / 0.09290304; + unit = "ft²"; + } + } else if (this._measurementOptions.ha) { + if (a > 1000000000) { + a = a / 1000000000; + unit = "km²"; + } else if (a > 10000) { + a = a / 10000; + unit = "ha"; + } else { + unit = "m²"; + } + } else { + if (a > 1000000) { + a = a / 1000000; + unit = "km²"; + } else { + unit = "m²"; + } + } + + if (a < 100) { + return a.toFixed(1) + " " + unit; + } else { + return Math.round(a) + " " + unit; + } + }; + + let RADIUS = 6378137; + // ringArea function copied from geojson-area + // (https://github.com/mapbox/geojson-area) + // This function is distributed under a separate license, + // see LICENSE.md. + let ringArea = function ringArea(coords) { + var rad = function rad(_) { + return _ * Math.PI / 180; + }; + var p1, p2, p3, lowerIndex, middleIndex, upperIndex, + area = 0, + coordsLength = coords.length; + + if (coordsLength > 2) { + for (let i = 0; i < coordsLength; i++) { + if (i === coordsLength - 2) {// i = N-2 + lowerIndex = coordsLength - 2; + middleIndex = coordsLength -1; + upperIndex = 0; + } else if (i === coordsLength - 1) {// i = N-1 + lowerIndex = coordsLength - 1; + middleIndex = 0; + upperIndex = 1; + } else { // i = 0 to N-3 + lowerIndex = i; + middleIndex = i+1; + upperIndex = i+2; + } + p1 = coords[lowerIndex]; + p2 = coords[middleIndex]; + p3 = coords[upperIndex]; + area += ( rad(p3.lng) - rad(p1.lng) ) * Math.sin( rad(p2.lat)); + } + + area = area * RADIUS * RADIUS / 2; + } + + return Math.abs(area); + }; + /** + * Handles the init hook for polylines and circles. + * Implements the showOnHover functionality if called for. + */ + let addInitHook = function() { + var showOnHover = this.options.measurementOptions && this.options.measurementOptions.showOnHover; + if (this.options.showMeasurements && !showOnHover) { + this.showMeasurements(); + } + if (this.options.showMeasurements && showOnHover) { + this.on("mouseover", function() { + this.showMeasurements(this.options.measurementOptions); + }); + this.on("mouseout", function() { + this.hideMeasurements(); + }); + } + }; + + let circleArea = function circleArea(d) { + let rho = d / RADIUS; + return 2 * Math.PI * RADIUS * RADIUS * (1 - Math.cos(rho)); + }; + + let override = function(method, fn, hookAfter) { + if (!hookAfter) { + return function() { + let originalReturnValue = method.apply(this, arguments); + let args = Array.prototype.slice.call(arguments); + args.push(originalReturnValue); + return fn.apply(this, args); + }; + } else { + return function() { + fn.apply(this, arguments); + return method.apply(this, arguments); + }; + } + }; + + L.Polyline.include({ + showMeasurements: function(options) { + if (!this._map || this._measurementLayer) return this; + + this._measurementOptions = L.extend({ + showOnHover: (options && options.showOnHover) || false, + minPixelDistance: 30, + showDistances: true, + showArea: true, + showTotalDistance: options.showTotalDistance, + lang: { + totalLength: "Total length", + totalArea: "Total area", + segmentLength: "Segment length" + } + }, options || {}); + + this._measurementLayer = L.layerGroup().addTo(this._map); + this.updateMeasurements(); + this._map.on("zoom", this.updateMeasurements, this); + return this; + }, + + hideMeasurements: function() { + if (!this._map) return this; + + this._map.off("zoom", this.updateMeasurements, this); + + if (!this._measurementLayer) return this; + this._map.removeLayer(this._measurementLayer); + this._measurementLayer = null; + return this; + }, + + onAdd: override(L.Polyline.prototype.onAdd, function(originalReturnValue) { + var showOnHover = this.options.measurementOptions && this.options.measurementOptions.showOnHover; + if (this.options.showMeasurements && !showOnHover) { + this.showMeasurements(this.options.measurementOptions); + } + return originalReturnValue; + }), + + onRemove: override(L.Polyline.prototype.onRemove, function(originalReturnValue) { + this.hideMeasurements(); + return originalReturnValue; + }, true), + + setLatLngs: override(L.Polyline.prototype.setLatLngs, function(originalReturnValue) { + this.updateMeasurements(); + return originalReturnValue; + }), + + spliceLatLngs: override(L.Polyline.prototype.spliceLatLngs, function(originalReturnValue) { + this.updateMeasurements(); + return originalReturnValue; + }), + + formatDistance: formatDistance, + formatArea: formatArea, + + updateMeasurements: function() { + if (!this._measurementLayer) return this; + + let latLngs = this.getLatLngs(), + isPolygon = this instanceof L.Polygon, + options = this._measurementOptions, + totalDist = 0, + formatter, + ll1, + ll2, + p1, + p2, + pixelDist, + dist; + + if (latLngs && latLngs.length && L.Util.isArray(latLngs[0])) { + // Outer ring is stored as an array in the first element, + // use that instead. + latLngs = latLngs[0]; + } + + this._measurementLayer.clearLayers(); + + if (this._measurementOptions.showDistances && latLngs.length > 1) { + formatter = this._measurementOptions.formatDistance || L.bind(this.formatDistance, this); + + for (let i = 1, len = latLngs.length; (isPolygon && i <= len) || i < len; i++) { + ll1 = latLngs[i - 1]; + ll2 = latLngs[i % len]; + dist = ll1.distanceTo(ll2); + + totalDist += dist; + + p1 = this._map.latLngToLayerPoint(ll1); + p2 = this._map.latLngToLayerPoint(ll2); + + let p3 = this._map.project(ll1, 0); + let p4 = this._map.project(ll2, 0); + let distMap = Math.sqrt(Math.pow(p4.x - p3.x, 2) + Math.pow(p4.y - p3.y, 2)); + distMap = distMap * App.minimap.mapToGameScale; + + pixelDist = p1.distanceTo(p2); + + if (pixelDist >= options.minPixelDistance) { + L.marker.measurement( + this._map.layerPointToLatLng([(p1.x + p2.x) / 2, (p1.y + p2.y) / 2]), + formatter(distMap), options.lang.segmentLength, this._getRotation(ll1, ll2), options) + .addTo(this._measurementLayer); + } + } + + // Show total length for polylines + if (!isPolygon && this._measurementOptions.showTotalDistance) { + L.marker.measurement(ll2, formatter(totalDist), options.lang.totalLength, 0, options) + .addTo(this._measurementLayer); + } + } + + if (isPolygon && options.showArea && latLngs.length > 2) { + formatter = options.formatArea || L.bind(this.formatArea, this); + let area = ringArea(latLngs); + L.marker.measurement(this.getBounds().getCenter(), + formatter(area), options.lang.totalArea, 0, options) + .addTo(this._measurementLayer); + } + + return this; + }, + + _getRotation: function(ll1, ll2) { + let p1 = this._map.project(ll1), + p2 = this._map.project(ll2); + return Math.atan((p2.y - p1.y) / (p2.x - p1.x)); + } + }); + + L.Polyline.addInitHook(function() { + addInitHook.call(this); + }); + + L.Circle.include({ + showMeasurements: function(options) { + if (!this._map || this._measurementLayer) return this; + + this._measurementOptions = L.extend({ + showOnHover: false, + showArea: true, + lang: { + totalArea: "Total area", + } + }, options || {}); + + this._measurementLayer = L.layerGroup().addTo(this._map); + this.updateMeasurements(); + this._map.on("zoom", this.updateMeasurements, this); + return this; + }, + + hideMeasurements: function() { + if (!this._map) return this; + this._map.on("zoom", this.updateMeasurements, this); + if (!this._measurementLayer) return this; + this._map.removeLayer(this._measurementLayer); + this._measurementLayer = null; + return this; + }, + + onAdd: override(L.Circle.prototype.onAdd, function(originalReturnValue) { + var showOnHover = this.options.measurementOptions && this.options.measurementOptions.showOnHover; + if (this.options.showMeasurements && !showOnHover) { + this.showMeasurements(this.options.measurementOptions); + } + return originalReturnValue; + }), + + onRemove: override(L.Circle.prototype.onRemove, function(originalReturnValue) { + this.hideMeasurements(); + return originalReturnValue; + }, true), + + setLatLng: override(L.Circle.prototype.setLatLng, function(originalReturnValue) { + this.updateMeasurements(); + return originalReturnValue; + }), + + setRadius: override(L.Circle.prototype.setRadius, function(originalReturnValue) { + this.updateMeasurements(); + return originalReturnValue; + }), + + formatArea: formatArea, + + updateMeasurements: function() { + if (!this._measurementLayer) return; + + let latLng = this.getLatLng(), + options = this._measurementOptions, + formatter = options.formatArea || L.bind(this.formatArea, this); + + this._measurementLayer.clearLayers(); + + if (options.showArea) { + formatter = options.formatArea || L.bind(this.formatArea, this); + let area = circleArea(this.getRadius()); + L.marker.measurement(latLng, + formatter(area), options.lang.totalArea, 0, options) + .addTo(this._measurementLayer); + } + } + }); + + L.Circle.addInitHook(function() { + addInitHook.call(this); + }); +})(); \ No newline at end of file diff --git a/src/js/settings.js b/src/js/settings.js index 3a4701fb80..e54d1dba48 100644 --- a/src/js/settings.js +++ b/src/js/settings.js @@ -65,7 +65,22 @@ export function loadSettings(){ dropdownParent: $("#helpDialog"), minimumResultsForSearch: -1, // Disable search }); - $(".dropbtn6").val(fontSize).trigger("change");; + $(".dropbtn6").val(fontSize).trigger("change"); + + App.userSettings.contextMenu = loadLocalSetting("settings-context-menu"); + $("#contextMenuSettings").prop("checked", App.userSettings.contextMenu); + + App.userSettings.showFlagsDistance = loadLocalSetting("settings-show-flags-distance"); + $("#showFlagsDistanceSettings").prop("checked", App.userSettings.showFlagsDistance); + + App.userSettings.copyNextFlags = loadLocalSetting("settings-copy-next-flags", 0); + $("#copyNextFlagsSettings").prop("checked", App.userSettings.copyNextFlags); + + App.userSettings.lowAndHigh = loadLocalSetting("settings-low-high", 0); + $("#lowAndHighSetting").prop("checked", App.userSettings.lowAndHigh); + + App.userSettings.copyTarget = loadLocalSetting("settings-copy-target", 0); + $("#targetCopySetting").prop("checked", App.userSettings.copyTarget); App.userSettings.circlesFlags = loadLocalSetting("settings-circles-flags"); $("#circlesFlagsSettings").prop("checked", App.userSettings.circlesFlags); @@ -196,6 +211,12 @@ export function updatePreview(){ } } +$("#contextMenuSettings").on("change", function() { + var val = $("#contextMenuSettings").is(":checked"); + App.userSettings.contextMenu = val; + localStorage.setItem("settings-context-menu", +val); +}); + $("#circlesFlagsSettings").on("change", function() { var val = $("#circlesFlagsSettings").is(":checked"); App.userSettings.circlesFlags = val; @@ -214,6 +235,25 @@ $("#revealLayerOnHoverSettings").on("change", function() { localStorage.setItem("settings-reveal-onHover", +val); }); +$("#showFlagsDistanceSettings").on("change", function() { + var val = $("#showFlagsDistanceSettings").is(":checked"); + App.userSettings.showFlagsDistance = val; + localStorage.setItem("settings-show-flags-distance", +val); + if (App.minimap.layer){ + if (val){ + App.minimap.layer.polyline.showMeasurements({ + measurementOptions: { + showTotalDistance: false, + minPixelDistance: 50, + } + }); + } else { + App.minimap.layer.polyline.hideMeasurements(); + } + } +}); + + $("#autoLaneSetting").on("change", function() { var val = $("#autoLaneSetting").is(":checked"); App.userSettings.autoLane = val; @@ -331,6 +371,26 @@ $("#realMaxRangeSettings").on("change", function() { App.minimap.updateWeapons(); }); +$("#targetCopySetting").on("change", function() { + var val = $("#targetCopySetting").is(":checked"); + App.userSettings.copyTarget = val; + localStorage.setItem("settings-copy-target", +val); +}); + +$("#lowAndHighSetting").on("change", function() { + var val = $("#lowAndHighSetting").is(":checked"); + App.userSettings.lowAndHigh = val; + localStorage.setItem("settings-low-high", +val); + App.minimap.updateTargets(); +}); + + +$("#copyNextFlagsSettings").on("change", function() { + var val = $("#copyNextFlagsSettings").is(":checked"); + App.userSettings.copyNextFlags = val; + localStorage.setItem("settings-copy-next-flags", +val); +}); + $("#cursorChoiceSettings").on("change", function() { var val = $("#cursorChoiceSettings").is(":checked"); App.userSettings.cursor = val; diff --git a/src/js/smcConnector.js b/src/js/smcConnector.js index c3b0c94aa4..269450d0c3 100644 --- a/src/js/smcConnector.js +++ b/src/js/smcConnector.js @@ -20,6 +20,16 @@ export async function initWebSocket() { socketMap.addEventListener("open", () => { console.log("Connected to SquadMortarOverlay.exe"); App.openToast("success", "connectedTo", "squadMortarOverlay"); + + // HD Maps are not compatible with squadmortaroverlay + if ($(".btn-hd").hasClass("active")) { + App.userSettings.highQualityImages = false; + $(".btn-hd").removeClass("active"); + App.minimap.spin(false); + App.minimap.changeLayer(); + } + $(".btn-hd").prop("disabled", true); + }); socketMap.addEventListener("message", async (event) => { diff --git a/src/js/squadCalc.js b/src/js/squadCalc.js index 0d3846cc1f..ed28ef694f 100644 --- a/src/js/squadCalc.js +++ b/src/js/squadCalc.js @@ -7,6 +7,7 @@ import { loadSettings } from "./settings.js"; import { loadLanguage } from "./localization.js"; import { animateCSS, animateCalc } from "./animations.js"; import { tooltip_save } from "./tooltips.js"; +import "./squadContextMenu.js"; import { checkApiHealth, fetchLayersByMap, fetchLayerByName } from "./squadCalcAPI.js"; import { initWebSocket } from "./smcConnector.js"; import SquadFiringSolution from "./squadFiringSolution.js"; @@ -414,7 +415,7 @@ export default class SquadCalc { }); $(".fontSizeSelector input").on("change", (event) => { - this.userSettings.fontSize = Math.max(1, Math.min($(event.target).val(), 5)); // ensure 1 < value < 3 + this.userSettings.fontSize = Math.max(1, Math.min($(event.target).val(), 5)); localStorage.setItem("settings-font-size", this.userSettings.fontSize); this.changeFontSize(); }); @@ -423,11 +424,11 @@ export default class SquadCalc { // Hack for Chrome to avoid lag when zooming inside the map // Force a decode each time focus a acquired again - $(document).on("visibilitychange", () => { - if (document.visibilityState === "visible") { - this.minimap.decode(); - } - }); + // $(document).on("visibilitychange", () => { + // if (document.visibilityState === "visible") { + // this.minimap.decode(); + // } + // }); if (this.hasMouse) { diff --git a/src/js/squadCalcAPI.js b/src/js/squadCalcAPI.js index c33c5a100d..0f952c23db 100644 --- a/src/js/squadCalcAPI.js +++ b/src/js/squadCalcAPI.js @@ -1,7 +1,7 @@ import packageInfo from "../../package.json"; /** - * Sends marker data to the API via a POST request. + * Sends weapon data to the API via a POST request. * @param {Object} markerData - The data object to be sent to the API. * @returns {Promise} A promise that resolves if the data is successfully sent, or logs an error if not. * @throws {Error} Logs details of any network or HTTP errors encountered during the request. @@ -23,6 +23,29 @@ export function sendMarkerData(markerData) { }); } +/** + * Sends FOB marker data to the API via a POST request. + * @param {Object} markerData - The data object to be sent to the API. + * @returns {Promise} A promise that resolves if the data is successfully sent, or logs an error if not. + * @throws {Error} Logs details of any network or HTTP errors encountered during the request. + */ +export function sendFOBData(FOBData) { + fetch(`${process.env.API_URL}/post/fobs`, { + method: "POST", + headers: { + "Content-Type": "application/json", + "X-App-Version": packageInfo.version + }, + body: JSON.stringify(FOBData) + }).then(response => { + if (!response.ok) { + console.debug("HTTP error:", response.status); + } + }).catch(error => { + console.debug("Error sending marker data:", error); + }); +} + /** * Sends target data to the API via a POST request. diff --git a/src/js/squadContextMenu.js b/src/js/squadContextMenu.js new file mode 100644 index 0000000000..4c27bc5ef8 --- /dev/null +++ b/src/js/squadContextMenu.js @@ -0,0 +1,325 @@ +import tippy, {followCursor} from "tippy.js"; +import "tippy.js/dist/tippy.css"; +import { App } from "../app.js"; +import { Icon, Polyline, PolylineDecorator, Symbol, DomEvent } from "leaflet"; +import { squadStratMarker } from "./squadMarker.js"; + + + +export default class SquadContextMenu { + + constructor() { + + document.addEventListener("contextmenu", this.handleContextMenu); + + this.mainContextMenu = tippy(document.querySelector("#map"), { + allowHTML: true, + theme: "contextmenu", + interactive: true, + trigger: "manual", + showOnCreate: false, + followCursor: "initial", + plugins: [followCursor], + duration: 0, + arrow: false, + offset: [0, -15], + onHide: () => { + $(".ctxButton").off("click"); + document.removeEventListener("contextmenu", this.handleContextMenu); + }, + onShow: (tip) => { + tip.setContent( + `
+ + + + + + + +
` + ); + + // Delay the event listeners to let the DOM update + setTimeout(() => { + + $(".ctxButton").on("click", (event) => { + const target = event.originalEvent.target; + const team = target.dataset.team; + const category = target.dataset.category; + const icon = target.dataset.icon; + var markerOptions = { icon: "" }; + var iconSize = [30, 30]; + + // Add additional options for specific markers + if (icon === "middleContext") { + App.minimap.createWeapon(tip.e.latlng); + this.close(); + return; + } + if (icon === "deployable_fob_blue") { markerOptions.circles = true; } + // if (icon === "deployable_fob") { + // markerOptions.circles = true; + // markerOptions.circlesOnHover = true; + // markerOptions.color = "#f23534"; + // } + if (icon === "deployable_hab_activated") { iconSize = [38, 38]; } + if (icon === "T_strategic_uav") { + markerOptions.circles = true; + if (team === "ally") { markerOptions.color = "#ffc400"; } + else { markerOptions.color = "#f23534"; } + } + markerOptions.icon = new Icon({ + iconUrl: `/icons/${team}/${category}/${icon}.webp`, + iconSize: iconSize, + iconAnchor: [iconSize[0]/2, iconSize[1]/2] + }); + + // Create marker and close context menu + new squadStratMarker(tip.e.latlng, markerOptions, App.minimap).addTo(App.minimap.markersGroup); + this.close(); + }); + + }, 0); + + this.weaponContextMenu = tippy(document.querySelector("#map"), { + allowHTML: true, + theme: "contextmenu", + interactive: true, + trigger: "manual", + showOnCreate: false, + followCursor: "initial", + plugins: [followCursor], + duration: 0, + arrow: false, + position: "top", + offset: [0, 15], + onShow: (tip) => { + tip.setContent( + `
+ +
+
+ +
` + ); + + setTimeout(() => { + + $(".weaponContext").on("click", (event) => { + tip.hide(); + let isDrawing = false; + let polyline = null; + let polylineDecorator = null; + let color = event.originalEvent.originalTarget.classList.contains("arrowBlue") ? "blue" : "#ee1b14"; + + document.removeEventListener("contextmenu", this.handleContextMenu); + + const handleMouseMove = (e) => { + const endLatLng = e.latlng; + if (polyline) { + polyline.setLatLngs([this.mainContextMenu.e.latlng, endLatLng]); + polylineDecorator.removeFrom(App.minimap.markersGroup); + polylineDecorator = new PolylineDecorator(polyline, { + patterns: [ { + offset: "100%", + repeat: 0, + symbol: new Symbol.arrowHead({ + pixelSize: 15, + polygon: false, + fill: true, + yawn: 70, + pathOptions: { + stroke: true, + color: color, + weight: 3, + fillColor: color, + fillOpacity: 1, + } + }) + }] + }).addTo(App.minimap.markersGroup); + } else { + let arrowOptions = { + color: color, + weight: 3, + className: "mapArrow", + showMeasurements: true, + measurementOptions: { + showTotalDistance: false, + minPixelDistance: 100, + showOnHover: true, + } + }; + polyline = new Polyline([this.mainContextMenu.e.latlng, endLatLng], arrowOptions).addTo(App.minimap.markersGroup); + polylineDecorator = new PolylineDecorator(polyline, { + patterns: [ + {offset: "100%", repeat: 0, symbol: new Symbol.arrowHead({pixelSize: 100, polygon: false, pathOptions: {stroke: true}})} + ] + }).addTo(App.minimap.markersGroup); + + polyline.on("mouseover", () => { + //polyline.hideMeasurements() + }); + + // Add a contextmenu event listener to cancel drawing + polyline.once("contextmenu", (e) => { + + App.minimap.removeLayer(polyline); // Remove the polyline from the map + App.minimap.removeLayer(polylineDecorator); + polylineDecorator.removeFrom(App.minimap.markersGroup); + polyline = null; + isDrawing = false; + App.minimap.off("mousemove", handleMouseMove); + DomEvent.preventDefault(e); + DomEvent.stopPropagation(e); + DomEvent.stop(e); + + }); + } + }; + + const handleClick = () => { + if (isDrawing) { + // Finalize the polyline + App.minimap.off("mousemove", handleMouseMove); // Stop updating the polyline + isDrawing = false; // Stop the drawing process + } + }; + + const handleRightClick = () => { + // Cancel the drawing process on right-click + if (isDrawing) { + App.minimap.removeLayer(polyline); // Remove the polyline from the map + polylineDecorator.removeFrom(App.minimap.markersGroup); + polyline = null; // Reset the polyline reference + isDrawing = false; // Stop the drawing process + App.minimap.off("mousemove", handleMouseMove); + } + + }; + + // Start drawing process when weaponContext is clicked + if (!isDrawing) { + isDrawing = true; + App.minimap.on("mousemove", handleMouseMove); // Add the mousemove listener + App.minimap.once("click", handleClick); // Add a one-time click listener to finalize the polyline + } + + // Add a right-click (contextmenu) listener to cancel the drawing process + App.minimap.on("contextmenu", handleRightClick); + }); + + + + }, 0); + } + }); + + } + }); + } + + open(e){ + this.mainContextMenu.e = e; + this.mainContextMenu.show(); + this.weaponContextMenu.show(); + } + + close(){ + this.mainContextMenu.hide(); + this.weaponContextMenu.hide(); + } + + handleContextMenu() { + + const GLOBALOPTIONS = { + allowHTML: true, + interactive: true, + placement: "bottom", + duration: 0, + arrow: false, + interactiveBorder: 0, + theme: "contextmenu", + }; + + tippy(document.querySelector(".fob"), { + ...GLOBALOPTIONS, + offset: [57, 3], + onShow(tip) { + const template = document.getElementById("ally_deployables_html"); + const clone = document.importNode(template.content, true); + tip.setContent(clone); + } + }); + + tippy(document.querySelector(".friendly"), { + ...GLOBALOPTIONS, + offset: [28, 3], + onShow(tip) { + const template = document.getElementById("ally_vehicles_html"); + const clone = document.importNode(template.content, true); + tip.setContent(clone); + } + }); + + tippy(document.querySelector(".friendlyInf"), { + ...GLOBALOPTIONS, + offset: [-1, 3], + onShow(tip) { + const template = document.getElementById("ally_infantry_html"); + const clone = document.importNode(template.content, true); + tip.setContent(clone); + }, + }); + + tippy(document.querySelector(".enemyfob"), { + ...GLOBALOPTIONS, + offset: [57, 3], + onShow(tip) { + const template = document.getElementById("enemy_deployables_html"); + const clone = document.importNode(template.content, true); + tip.setContent(clone); + }, + }); + + tippy(document.querySelector(".enemy"), { + ...GLOBALOPTIONS, + offset: [0, 3], + onShow(tip) { + const template = document.getElementById("enemy_infantry_html"); + const clone = document.importNode(template.content, true); + tip.setContent(clone); + } + }); + + tippy(document.querySelector(".enemyVehicles"), { + ...GLOBALOPTIONS, + offset: [28, 3], + onShow(tip) { + const template = document.getElementById("enemy_vehicles_html"); + const clone = document.importNode(template.content, true); + tip.setContent(clone); + } + }); + + } +} \ No newline at end of file diff --git a/src/js/squadHeightmaps.js b/src/js/squadHeightmaps.js index e5a245cb49..b097fbc4e9 100644 --- a/src/js/squadHeightmaps.js +++ b/src/js/squadHeightmaps.js @@ -47,6 +47,7 @@ export default class SquadHeightmap { height = this.json[row][col]; } + if (this.map.activeMap.seaLevel) return height + this.map.activeMap.seaLevel; return height; } diff --git a/src/js/squadLayer.js b/src/js/squadLayer.js index b1a698085f..f60e315859 100644 --- a/src/js/squadLayer.js +++ b/src/js/squadLayer.js @@ -2,6 +2,8 @@ import { DivIcon, Marker, Circle, LayerGroup, Polyline, Polygon, Rectangle, FeatureGroup } from "leaflet"; import { SquadObjective } from "./squadObjective.js"; import { App } from "../app.js"; +import i18next from "i18next"; +import "./libs/leaflet-measure-path.js"; export class SquadLayer { @@ -17,7 +19,17 @@ export class SquadLayer { // latlng's of the currently selected flags this.path = []; - this.polyline = new Polyline(this.path, {color: "white", opacity: 0.9}).addTo(this.activeLayerMarkers); + this.polyline = new Polyline(this.path, { + color: "white", + opacity: 0.9, + showMeasurements: true, + measurementOptions: { + showTotalDistance: false, + minPixelDistance: 50, + } + }).addTo(this.activeLayerMarkers); + + if (!App.userSettings.showFlagsDistance) this.polyline.hideMeasurements(); // Currently selected flags this.selectedFlags = []; @@ -703,21 +715,28 @@ export class SquadLayer { console.debug("Flags next step :", nextFlags); + + let nextFlagsNamesArray = []; + // Highlight the next flags with a proper class nextFlags.forEach((flag) => { flag.flag._icon.classList.add("next"); flag.flag.options.icon.options.className = "flag flag" + flag.position + " next"; flag.isNext = true; + nextFlagsNamesArray.push(flag.name); }); + // Copy the next flags names to the clipboard + if (App.userSettings.copyNextFlags) { + App.copy(i18next.t("common:nextFlags") + " : " + nextFlagsNamesArray.join("/")); + } + // Only one flag in front ? Click it if (nextFlags.length === 1 && !backward && App.userSettings.autoLane){ this._handleFlagClick(nextFlags[0]); } - } - /** * Remove clusters that were not reachable from the previous position * @param {Set} reachableClusters - Set of reachable clusters diff --git a/src/js/squadMarker.js b/src/js/squadMarker.js index cc3804cc14..3643688427 100644 --- a/src/js/squadMarker.js +++ b/src/js/squadMarker.js @@ -1,7 +1,7 @@ import { App } from "../app.js"; import { ellipse } from "./libs/leaflet.ellipse.js"; import { Marker, Circle, CircleMarker, Popup, Polygon } from "leaflet"; -import { targetIcon1, targetIconAnimated, targetIconDisabled,targetIconMinimal ,targetIconMinimalDisabled } from "./squadIcon.js"; +import { targetIcon1, targetIconAnimated, targetIconDisabled, targetIconMinimal, targetIconMinimalDisabled } from "./squadIcon.js"; import SquadSimulation from "./squadSimulation.js"; import SquadFiringSolution from "./squadFiringSolution.js"; import i18next from "i18next"; @@ -9,6 +9,7 @@ import { sendMarkerData, sendTargetData } from "./squadCalcAPI.js"; import { animateCSS } from "./animations.js"; + /* * Global Squad Marker Class */ @@ -577,22 +578,28 @@ export var squadTargetMarker = squadMarker.extend({ // Calc PopUps this.calcMarker1 = new Popup(popUpOptions_weapon1).setLatLng(latlng).addTo(this.map.markersGroup); this.calcMarker2 = new Popup(popUpOptions_weapon2).setLatLng(latlng).addTo(this.map.markersGroup); - this.updateCalcPopUps(); - this.calcMarker1.setContent(this.getContent(this.firingSolution1, this.map.activeWeaponsMarkers.getLayers()[0].angleType)).openOn(this.map); - // posPopUp this.posPopUp = new Popup(this.posPopUpOptions).setLatLng(latlng).addTo(this.map.markersGroup).close(); + this.updateCalcPopUps(); + + const [html1, clipboard1] = this.getContent(this.firingSolution1, this.map.activeWeaponsMarkers.getLayers()[0].angleType); + this.calcMarker1.setContent(html1).openOn(this.map); + if (App.userSettings.copyTarget) App.copy(clipboard1); + // If two weapons already on the map if (this.map.activeWeaponsMarkers.getLayers().length === 2) { weaponPos = this.map.activeWeaponsMarkers.getLayers()[1].getLatLng(); this.firingSolution2 = new SquadFiringSolution(weaponPos, this.getLatLng(), this.map, this.map.activeWeaponsMarkers.getLayers()[1].heightPadding); - this.calcMarker1.setContent(`1. ${this.getContent(this.firingSolution1, this.map.activeWeaponsMarkers.getLayers()[0].angleType)}`); - this.calcMarker2.setContent(`2. ${this.getContent(this.firingSolution2, this.map.activeWeaponsMarkers.getLayers()[1].angleType)}`).openOn(this.map); + this.calcMarker1.setContent(`1. ${html1}`); + const [html2, clipboard2] = this.getContent(this.firingSolution2, this.map.activeWeaponsMarkers.getLayers()[1].angleType); + this.calcMarker2.setContent(`2. ${html2}`).openOn(this.map); + if (App.userSettings.copyTarget) App.copy(`${clipboard1} / ${clipboard2}`); } // Initiate Spread Ellipse this.spreadMarker1 = new ellipse(latlng, [0, 0], 0, this.spreadOptionsOff).addTo(this.map.markersGroup); + this.spreadMarker11 = new ellipse(latlng, [0, 0], 0, this.spreadOptionsOff).addTo(this.map.markersGroup); this.spreadMarker2 = new ellipse(latlng, [0, 0], 0, this.spreadOptionsOff).addTo(this.map.markersGroup); this.updateSpread(); @@ -649,6 +656,7 @@ export var squadTargetMarker = squadMarker.extend({ // Remove everything attached from the map this.spreadMarker1.removeFrom(this.map.markersGroup).remove(); + this.spreadMarker11.removeFrom(this.map.markersGroup).remove(); this.spreadMarker2.removeFrom(this.map.markersGroup).remove(); this.calcMarker1.removeFrom(this.map.markersGroup).remove(); this.calcMarker2.removeFrom(this.map.markersGroup).remove(); @@ -689,26 +697,68 @@ export var squadTargetMarker = squadMarker.extend({ heightDiff = `+${Math.abs(heightDiff)}`; } - if (angleType === "high"){ - elevation = firingSolution.elevation.high; - timeOfFlight = firingSolution.timeOfFlight.high; - } else { - elevation = firingSolution.elevation.low; - timeOfFlight = firingSolution.timeOfFlight.low; - } - - if (isNaN(elevation.rad)) { - elevation = "---"; - timeOfFlight = "---"; - } else { - if (App.activeWeapon.unit === "mil"){ - elevation = elevation.mil.toFixed(0); + if (App.userSettings.lowAndHigh && + App.activeWeapon.name != "Mortar" && + App.activeWeapon.name != "UB-32" && + App.activeWeapon.name != "M1064M121" && + App.activeWeapon.name != "Mk19") { + + + let elevationlow = firingSolution.elevation.low; + let elevationhigh = firingSolution.elevation.high; + let timeOfFlightlow = firingSolution.timeOfFlight.low.toFixed(0); + let timeOfFlighthigh = firingSolution.timeOfFlight.high.toFixed(0); + + if (isNaN(elevationlow.rad)) { + elevationlow = "---"; + timeOfFlightlow = "---"; } else { - elevation = elevation.deg.toFixed(1); + if (App.activeWeapon.unit === "mil"){ + elevationlow = elevationlow.mil.toFixed(0); + } else { + elevationlow = elevationlow.deg.toFixed(1); + } + timeOfFlightlow = `${timeOfFlightlow}${i18next.t("common:s")}`; + } + + if (isNaN(elevationhigh.rad)) { + elevationhigh = "---"; + timeOfFlighthigh = "---"; + } else { + if (App.activeWeapon.unit === "mil"){ + elevationhigh = elevationhigh.mil.toFixed(0); + } else { + elevationhigh = elevationhigh.deg.toFixed(1); + } + timeOfFlighthigh = `${timeOfFlighthigh}${i18next.t("common:s")}`; + } + + elevation = elevationlow + " / " + elevationhigh; + timeOfFlight = timeOfFlightlow + " / " + timeOfFlighthigh; + } + else { + if (angleType === "high"){ + elevation = firingSolution.elevation.high; + timeOfFlight = firingSolution.timeOfFlight.high; + } else { + elevation = firingSolution.elevation.low; + timeOfFlight = firingSolution.timeOfFlight.low; + } + + if (isNaN(elevation.rad)) { + elevation = "---"; + timeOfFlight = "---"; + } else { + if (App.activeWeapon.unit === "mil"){ + elevation = elevation.mil.toFixed(0); + } else { + elevation = elevation.deg.toFixed(1); + } + timeOfFlight = `${timeOfFlight.toFixed(0)}${i18next.t("common:s")}`; } - timeOfFlight = `${timeOfFlight.toFixed(0)}${i18next.t("common:s")}`; } + content = `
${elevation}`; if (App.userSettings.showBearing) { @@ -727,7 +777,8 @@ export var squadTargetMarker = squadMarker.extend({ content += `
${heightDiff}${i18next.t("common:m")}`; } - return content; + return [content, `${i18next.t("common:elevation")}: ${elevation} - ${i18next.t("common:bearing")}: ${BEARING.toFixed(1)}°`]; + }, @@ -745,12 +796,21 @@ export var squadTargetMarker = squadMarker.extend({ return; } - const setSpreadMarker = (marker, firingSolution, layerIndex) => { + const setSpreadMarker = (marker, firingSolution, layerIndex, reverse = false) => { const angleType = weapons[layerIndex].angleType; - const elevation = angleType === "high" ? firingSolution.elevation.high.rad : firingSolution.elevation.low.rad; - + var elevation; + if (reverse) { + elevation = angleType === "high" ? firingSolution.elevation.low.rad : firingSolution.elevation.high.rad; + } else { + elevation = angleType === "high" ? firingSolution.elevation.high.rad : firingSolution.elevation.low.rad; + } + if (!isNaN(elevation)) { - spreadParameters = angleType === "high" ? firingSolution.spreadParameters.high : firingSolution.spreadParameters.low; + if (reverse) { + spreadParameters = angleType === "high" ? firingSolution.spreadParameters.low : firingSolution.spreadParameters.high; + } else { + spreadParameters = angleType === "high" ? firingSolution.spreadParameters.high : firingSolution.spreadParameters.low; + } marker.setRadius([(spreadParameters.semiMajorAxis * gameToMapScale) / 2, (spreadParameters.semiMinorAxis * gameToMapScale) / 2]); marker.setTilt(firingSolution.bearing); marker.setStyle(this.spreadOptionsOn); @@ -762,6 +822,16 @@ export var squadTargetMarker = squadMarker.extend({ // Spread for Weapon1 setSpreadMarker(this.spreadMarker1, this.firingSolution1, 0); + if (App.userSettings.lowAndHigh && + App.activeWeapon.name != "Mortar" && + App.activeWeapon.name != "UB-32" && + App.activeWeapon.name != "M1064M121" && + App.activeWeapon.name != "Mk19") { + setSpreadMarker(this.spreadMarker11, this.firingSolution1, 0, true); + } else { + this.spreadMarker11.setStyle(this.spreadOptionsOff); + } + // Spread for Weapon2 if (weapons.length === 2) { setSpreadMarker(this.spreadMarker2, this.firingSolution2, 1); @@ -778,6 +848,7 @@ export var squadTargetMarker = squadMarker.extend({ disableSpreadRadii: function() { this.spreadMarker1.setStyle(this.spreadOptionsOff); + this.spreadMarker11.setStyle(this.spreadOptionsOff); this.spreadMarker2.setStyle(this.spreadOptionsOff); }, @@ -805,9 +876,8 @@ export var squadTargetMarker = squadMarker.extend({ // If two markers exist, do some additional checks if (this.map.activeWeaponsMarkers.getLayers().length == 2) { - const hasFiringSolution2 = !isNaN(this.firingSolution2.elevation.high.rad) || - !isNaN(this.firingSolution2.elevation.low.rad); - + const hasFiringSolution2 = !isNaN(this.firingSolution2.elevation.high.rad) || !isNaN(this.firingSolution2.elevation.low.rad); + // If no valid solutions, turn off circles if (!hasFiringSolution1 && !hasFiringSolution2) { this.disableDamageRadii(); @@ -828,7 +898,7 @@ export var squadTargetMarker = squadMarker.extend({ baseRadiiX = Math.max( this.spreadMarker1.getRadius().x, this.spreadMarker2.getRadius().x, - this.spreadMarker1.getRadius().y, + this.spreadMarker1.getRadius().y, this.spreadMarker2.getRadius().y ); baseRadiiY = baseRadiiX; @@ -837,6 +907,13 @@ export var squadTargetMarker = squadMarker.extend({ // If only one marker but no valid solution, turn off circles this.disableDamageRadii(); return; + } else if (App.userSettings.lowAndHigh && + App.activeWeapon.name != "Mortar" && + App.activeWeapon.name != "UB-32" && + App.activeWeapon.name != "M1064M121" && + App.activeWeapon.name != "Mk19") { + baseRadiiX = Math.max(this.spreadMarker1.getRadius().x, this.spreadMarker11.getRadius().x); + baseRadiiY = Math.max(this.spreadMarker1.getRadius().y, this.spreadMarker11.getRadius().y); } // Determine radii based on spread radius setting @@ -855,20 +932,26 @@ export var squadTargetMarker = squadMarker.extend({ /* * Update target calculationPopups according to it's firing solutions */ - updateCalc: function(){ + updateCalc: function(copy = false){ + var clipboard; this.firingSolution1 = new SquadFiringSolution(this.map.activeWeaponsMarkers.getLayers()[0].getLatLng(), this.getLatLng(), this.map, this.map.activeWeaponsMarkers.getLayers()[0].heightPadding); - this.calcMarker1.setContent(this.getContent(this.firingSolution1, this.map.activeWeaponsMarkers.getLayers()[0].angleType)); + const [html1, clipboard1] = this.getContent(this.firingSolution1, this.map.activeWeaponsMarkers.getLayers()[0].angleType); + this.calcMarker1.setContent(html1); + clipboard = clipboard1; if (this.map.activeWeaponsMarkers.getLayers().length === 2) { this.firingSolution2 = new SquadFiringSolution(this.map.activeWeaponsMarkers.getLayers()[1].getLatLng(), this.getLatLng(), this.map, this.map.activeWeaponsMarkers.getLayers()[1].heightPadding); - this.calcMarker1.setContent(`1. ${this.getContent(this.firingSolution1, this.map.activeWeaponsMarkers.getLayers()[0].angleType)}`); - this.calcMarker2.setContent(`2. ${this.getContent(this.firingSolution2, this.map.activeWeaponsMarkers.getLayers()[1].angleType)}`).openOn(this.map); + const [html2, clipboard2] = this.getContent(this.firingSolution2, this.map.activeWeaponsMarkers.getLayers()[1].angleType); + this.calcMarker1.setContent(`1. ${html1}`); + this.calcMarker2.setContent(`2. ${html2}`).openOn(this.map); + clipboard = `1. ${clipboard} / 2. ${clipboard2}`; } else { this.calcMarker2.close(); } this.updateSpread(); this.updateDamageRadius(); + if (copy && App.userSettings.copyTarget) { App.copy(clipboard); } }, @@ -959,6 +1042,7 @@ export var squadTargetMarker = squadMarker.extend({ this.setLatLng(e.latlng); this.calcMarker1.setLatLng(e.latlng); this.spreadMarker1.setLatLng(e.latlng); + this.spreadMarker11.setLatLng(e.latlng); this.calcMarker2.setLatLng(e.latlng); this.spreadMarker2.setLatLng(e.latlng); this.miniCircle.setLatLng(e.latlng); @@ -999,9 +1083,7 @@ export var squadTargetMarker = squadMarker.extend({ // Hide stuff, do a final update and send data to API _handleDragEnd: function (e) { - if (App.userSettings.keypadUnderCursor){ - this.map.on("mousemove", this.map._handleMouseMove); - } + if (App.userSettings.keypadUnderCursor) this.map.on("mousemove", this.map._handleMouseMove); // Hide PositionPopUp & MiniCircle this.isDragging = false; @@ -1009,7 +1091,7 @@ export var squadTargetMarker = squadMarker.extend({ this.miniCircle.setStyle({opacity: 0}); // update one last time when drag end - this.updateCalc(); + this.updateCalc(true); this.updateIcon(); // Report target to squadcalc API @@ -1095,4 +1177,229 @@ export var squadTargetMarker = squadMarker.extend({ } }, +}); + + +export var squadStratMarker = squadMarker.extend({ + + initialize: function (latlng, options, map) { + const CONSTRUCTIONCOLOR = "#00E8FF"; + const EXCLUSIONCOLOR = "white"; + + squadMarker.prototype.initialize.call(this, latlng, options, map); + + this.posPopUpOptions = { + autoPan: false, + autoClose: false, + closeButton: false, + closeOnEscapeKey: false, + bubblingMouseEvents: false, + interactive: false, + className: "posPopUpWeapon", + minWidth: 100, + offset: [0, 0], + }; + + if (options.color) { + this.maxDistCircleOn = { + radius: 300 * this.map.gameToMapScale, + opacity: 0.5, + color: options.color, + fillOpacity: 0, + weight: 5, + autoPan: false, + }; + this.minDistCircleOn = { + radius: 0, + opacity: 0, + fillOpacity: 0, + weight: 0, + }; + } else { + this.maxDistCircleOn = { + radius: App.minimap.activeMap.radiusExclusion * this.map.gameToMapScale, + opacity: 0.5, + color: EXCLUSIONCOLOR, + fillOpacity: 0, + weight: 3, + autoPan: false, + }; + this.minDistCircleOn = { + radius: 150 * this.map.gameToMapScale, + opacity: 0.5, + color: CONSTRUCTIONCOLOR, + fillOpacity: 0, + weight: 4, + autoPan: false, + }; + } + + + + // Create the min/max range markers + if (this.options.circles) { + this.constructionRange = new Circle(latlng, this.minDistCircleOn); + this.exclusionRange = new Circle(latlng, this.maxDistCircleOn); + } + + if (this.options.circles && !this.options.circlesOnHover) { + this.constructionRange.addTo(this.map.markersGroup); + this.exclusionRange.addTo(this.map.markersGroup); + } + + // Initiate Position PopUp + this.posPopUp = new Popup(this.posPopUpOptions).setLatLng(latlng).addTo(this.map.markersGroup).close(); + + + // Report marker to squadcalc API + // sendFOBData({ + // lat: this._latlng.lat, + // lng: this._latlng.lng, + // weapon: "FOB", + // map: App.minimap.activeMap.name, + // }); + + // Custom events handlers + //this.on("click", this._handleClick, this); + this.on("drag", this._handleDrag, this); + this.on("dragStart", this._handleDragStart, this); + this.on("dragEnd", this._handleDragEnd, this); + //this.on("dblclick", this._handleDblclick, this); + this.on("mouseover", this._handleMouseOver, this); + this.on("mouseout", this._handleMouseOut, this); + this.on("contextmenu", this._handleContextMenu, this); + }, + + /** + * Remove the Weapon marker and every object tied + * @param {this} + */ + delete: function(){ + + // Unbind all custom event handlers + this.off(); + + // Delete the weapon marker and everything tied to it + if (this.options.circles) { + this.constructionRange.removeFrom(this.map.markersGroup).remove(); + this.exclusionRange.removeFrom(this.map.markersGroup).remove(); + } + this.posPopUp.removeFrom(this.map.markersGroup).remove(); + this.removeFrom(this.map.markersGroup); + this.remove(); + }, + + _handleContextMenu: function(e){ + + // Avoid other target keeping fading + clearTimeout(this.mouseOverTimeout); + + // If they already faded, switch them back + this.map.activeTargetsMarkers.eachLayer((target) => { + target.on("mouseover", target._handleMouseOver, target); + target.on("mouseout", target._handleMouseOut, target); + target.setOpacity(1); + target.calcMarker1.openOn(this.map); + if (this.map.activeWeaponsMarkers.getLayers()[1]) target.calcMarker2.openOn(this.map); + target.updateSpread(); + target.updateDamageRadius(); + }); + + // Reset layer opacity + if (this.map.layer) this.map.layer._setOpacity(1); + + this.delete(e); + }, + + _handleDrag: function (e) { + e = this.keepOnMap(e); + this.setLatLng(e.latlng); + + if (this.options.circles) { + this.constructionRange.setLatLng(e.latlng); + this.exclusionRange.setLatLng(e.latlng); + } + + this.posPopUp.setLatLng(e.latlng); + this.posPopUp.setContent(this.map.getKP(-e.latlng.lat, e.latlng.lng, 4)); + }, + + _handleDragStart: function () { + + this.map.mouseLocationPopup.close(); + this.map.off("mousemove", this.map._handleMouseMove); + + this.map.activeTargetsMarkers.eachLayer(function (layer) { + layer.calcMarker1.setContent(" "); + layer.calcMarker2.setContent(" "); + layer.disableSpreadRadii(); + layer.disableDamageRadii(); + }); + + this.posPopUp.openOn(this.map); + }, + + _handleDragEnd: function () { + + if (App.userSettings.keypadUnderCursor){ + this.map.on("mousemove", this.map._handleMouseMove); + } + + this.isDragging = false; + this.posPopUp.close(); + + //this.map.updateTargets(); + + // Report marker to squadcalc API + // sendFOBData({ + // lat: this._latlng.lat, + // lng: this._latlng.lng, + // weapon: "FOB", + // map: App.minimap.activeMap.name, + // }); + + }, + + _handleMouseOver: function(){ + if (this.options.circlesOnHover){ + this.constructionRange.addTo(this.map.markersGroup); + this.exclusionRange.addTo(this.map.markersGroup); + } + + this.mouseOverTimeout = setTimeout(() => { + + // Hide the layer + if (this.map.layer) this.map.layer._setOpacity(0.5); + + // Hide other targets + if (!this.isDragging){ + this.map.activeTargetsMarkers.eachLayer((target) => { + if (target != this) { + target.off("mouseover"); + target.off("mouseout"); + target.setOpacity(0.65); + target.calcMarker1.close(); + target.calcMarker2.close(); + target.disableSpreadRadii(); + target.disableDamageRadii(); + target.twentyFiveDamageRadius.setStyle({ opacity: 0 }); + } + }); + } + }, 500); + }, + + _handleMouseOut: function(){ + if (this.options.circlesOnHover){ + this.constructionRange.removeFrom(this.map.markersGroup); + this.exclusionRange.removeFrom(this.map.markersGroup); + } + + // Cancel the timeout if the user moves the mouse out before 1 second + clearTimeout(this.mouseOverTimeout); + + // Show the layer + if (this.map.layer) this.map.layer._setOpacity(1); + } + }); \ No newline at end of file diff --git a/src/js/squadMinimap.js b/src/js/squadMinimap.js index 4c3763b889..0a84fe26c7 100644 --- a/src/js/squadMinimap.js +++ b/src/js/squadMinimap.js @@ -1,4 +1,4 @@ -import {imageOverlay, Map, CRS, svg, Util, LayerGroup, Popup } from "leaflet"; +import {imageOverlay, tileLayer, Map, CRS, svg, Util, LayerGroup, Popup } from "leaflet"; import squadGrid from "./squadGrid.js"; import squadHeightmap from "./squadHeightmaps.js"; import { App } from "../app.js"; @@ -7,9 +7,13 @@ import { mortarIcon, mortarIcon1, mortarIcon2 } from "./squadIcon.js"; import { explode } from "./animations.js"; import { fetchMarkersByMap } from "./squadCalcAPI.js"; import webGLHeatmap from "./libs/leaflet-webgl-heatmap.js"; +import "leaflet-edgebuffer"; import "leaflet-spin"; import "./libs/webgl-heatmap.js"; import "./libs/leaflet-smoothWheelZoom.js"; +import "tippy.js/dist/tippy.css"; +import squadContextMenu from "./squadContextMenu.js"; +import "leaflet-polylinedecorator"; /** * Squad Minimap @@ -74,6 +78,7 @@ export var squadMinimap = Map.extend({ closeOnClick: false, interactive: false, }); + this.contextMenu = new squadContextMenu(); // Custom events handlers this.on("dblclick", this._handleDoubleClick, this); @@ -95,7 +100,7 @@ export var squadMinimap = Map.extend({ this.gameToMapScale = this.pixelSize / this.activeMap.size; this.mapToGameScale = this.activeMap.size / this.pixelSize; - this.detailedZoomThreshold = ( 3 + (this.activeMap.size/7000) ) * 0.8; + this.detailedZoomThreshold = ( 3 + (this.activeMap.size / 7000) ) * 0.8; // Load Heightmap this.heightmap = new squadHeightmap(this); @@ -108,43 +113,55 @@ export var squadMinimap = Map.extend({ this.grid.setBounds([[0,0], [-this.pixelSize, this.pixelSize]]); // load map - this.changeLayer(); + this.changeLayer(true); }, /** * remove existing layer and replace it */ - changeLayer: function(){ + changeLayer: function(changemap = false) { const LAYERMODE = $("#mapLayerMenu .active").attr("value"); const OLDLAYER = this.activeLayer; - // Image URL - const baseUrl = `maps${this.activeMap.mapURL}${LAYERMODE}`; - const suffix = App.userSettings.highQualityImages ? "_hq" : ""; - const newImageUrl = `${baseUrl}${suffix}.webp`; - // Show spinner this.spin(true, this.spinOptions); // Add the new layer but keep it hidden initially - this.activeLayer = new imageOverlay(newImageUrl, this.imageBounds); - this.activeLayer.addTo(this.layerGroup); - $(this.activeLayer.getElement()).css("opacity", 0); - this.decode(); - - // When the new image is loaded, fade it in & remove spinner + if (App.userSettings.highQualityImages) { + // Use TileLayer for high-quality images + let tilePath = `${process.env.API_URL}/img${this.activeMap.mapURL}${LAYERMODE}_hq/{z}_{x}_{y}.webp`; + this.activeLayer = new tileLayer(tilePath, { + bounds: this.imageBounds, + minNativeZoom: 0, + maxNativeZoom : 5, + edgeBufferTiles: 4, + tileSize: 256, + }); + this.activeLayer.addTo(this.layerGroup); + } else { + // Use ImageOverlay for standard images + let imgPath = `maps${this.activeMap.mapURL}${LAYERMODE}.webp`; + this.activeLayer = new imageOverlay(imgPath, this.imageBounds); + this.activeLayer.addTo(this.layerGroup); + //$(this.activeLayer.getElement()).css("opacity", 0); + } + + // Decode if necessary + //this.decode(); + + // When the new image (or tile) is loaded, fade it in & remove spinner this.activeLayer.on("load", () => { this.spin(false); - $(this.activeLayer.getElement()).animate({opacity: 1}, 500, () => { - // Remove the old layer after the fade-in is complete - if (OLDLAYER) OLDLAYER.remove(); - // Show grid and heatmap - if (App.userSettings.grid) this.showGrid(); - this.toggleHeatmap(); - }); + if (OLDLAYER) OLDLAYER.remove(); }); + // Show grid and heatmap + if (changemap) { + if (App.userSettings.grid) this.showGrid(); + this.toggleHeatmap(); + } + }, @@ -217,7 +234,7 @@ export var squadMinimap = Map.extend({ updateTargets: function(){ // Update existent targets this.activeTargetsMarkers.eachLayer(function (target) { - target.updateCalc(target.latlng); + target.updateCalc(true); target.updateIcon(); }); }, @@ -336,26 +353,32 @@ export var squadMinimap = Map.extend({ } }, + createWeapon(latlng){ + if (App.minimap.activeWeaponsMarkers.getLayers().length === 0) { + new squadWeaponMarker(latlng, {icon: mortarIcon}, App.minimap).addTo(App.minimap.markersGroup).addTo(App.minimap.activeWeaponsMarkers); + } else { + if (App.minimap.activeWeaponsMarkers.getLayers().length === 1) { + new squadWeaponMarker(latlng, {icon: mortarIcon2}, App.minimap).addTo(App.minimap.markersGroup).addTo(App.minimap.activeWeaponsMarkers); + App.minimap.activeWeaponsMarkers.getLayers()[0].setIcon(mortarIcon1); + App.minimap.updateTargets(); + } + } + }, + /** * Right-Click * Place a new WeaponMarker on the minimap */ _handleContextMenu: function(e) { - // If out of bounds if (e.latlng.lat > 0 || e.latlng.lat < -this.pixelSize || e.latlng.lng < 0 || e.latlng.lng > this.pixelSize) { return 1; } - if (this.activeWeaponsMarkers.getLayers().length === 0) { - new squadWeaponMarker(e.latlng, {icon: mortarIcon}, this).addTo(this.markersGroup).addTo(this.activeWeaponsMarkers); - return 0; + if (App.userSettings.contextMenu) { + this.contextMenu.open(e); } else { - if (this.activeWeaponsMarkers.getLayers().length === 1) { - new squadWeaponMarker(e.latlng, {icon: mortarIcon2}, this).addTo(this.markersGroup).addTo(this.activeWeaponsMarkers); - this.activeWeaponsMarkers.getLayers()[0].setIcon(mortarIcon1); - this.updateTargets(); - } + this.createWeapon(e.latlng); } }, diff --git a/src/js/squadSimulation.js b/src/js/squadSimulation.js index 5e9e3620d5..35e790b6b9 100644 --- a/src/js/squadSimulation.js +++ b/src/js/squadSimulation.js @@ -23,9 +23,27 @@ export default class Simulation { this.clear(); this.drawGrid(); this.drawGroundLevel(); - this.drawTrajectory(function(this2) { - this2.drawCanvasIcons(); - }); + this.drawTrajectory(function() { + if (App.userSettings.lowAndHigh && + App.activeWeapon.name !== "Mortar" && + App.activeWeapon.name !== "UB-32" && + App.activeWeapon.name !== "M1064M121" && + App.activeWeapon.name !== "Mk19") { + + if (this.angleType === "low") { + this.angleType = "high"; + } else { + this.angleType = "low"; + } + this.drawTrajectory(function() { + this.drawCanvasIcons(); + }.bind(this)); + } else { + this.drawCanvasIcons(); + } + }.bind(this)); + + } @@ -39,7 +57,6 @@ export default class Simulation { this.div.find(".infTHeight").first().text(this.firingSolution.targetHeight.toFixed(1)+i18next.t("common:m")); this.div.find(".infDHeight").first().text(this.firingSolution.heightDiff.toFixed(1)+i18next.t("common:m")); - console.log(this.firingSolution); if (isNaN(this.firingSolution.elevation.high.rad) && isNaN(this.firingSolution.elevation.low.rad)) { this.div.find(".infElevation").first().text("---"); @@ -47,21 +64,68 @@ export default class Simulation { this.div.find(".infSpread").first().text("---"); } else { - if (this.angleType === "high"){ - this.div.find(".infTimeOfFlight").first().text(this.firingSolution.timeOfFlight.high.toFixed(1)+i18next.t("common:s")); - this.div.find(".infSpread").first().text(`H:${this.firingSolution.spreadParameters.high.semiMajorAxis.toFixed(1) + i18next.t("common:m")} V:${this.firingSolution.spreadParameters.high.semiMinorAxis.toFixed(1) + i18next.t("common:m")}`); - if (this.activeWeaponUnit === "mil"){ - this.div.find(".infElevation").first().text(`${this.firingSolution.elevation.high.mil.toFixed(1)}mil`); + if (App.userSettings.lowAndHigh && + App.activeWeapon.name != "Mortar" && + App.activeWeapon.name != "UB-32" && + App.activeWeapon.name != "M1064M121" && + App.activeWeapon.name != "Mk19") { + + let elevationlow = this.firingSolution.elevation.low; + let elevationhigh = this.firingSolution.elevation.high; + let timeOfFlightlow = this.firingSolution.timeOfFlight.low; + let timeOfFlighthigh = this.firingSolution.timeOfFlight.high; + + if (isNaN(elevationlow.rad)){ + elevationlow = "---"; + timeOfFlightlow = "---"; + } else { + if (this.activeWeaponUnit === "mil"){ + elevationlow = `${elevationlow.mil.toFixed(1)}mil`; + } else { + elevationlow = elevationlow.deg.toFixed(2)+i18next.t("common:°"); + } + timeOfFlightlow = this.firingSolution.timeOfFlight.low.toFixed(1)+i18next.t("common:s"); + } + + if (isNaN(elevationhigh.rad)){ + elevationhigh = "---"; + timeOfFlighthigh = "---"; } else { - this.div.find(".infElevation").first().text(this.firingSolution.elevation.high.deg.toFixed(2)+i18next.t("common:°")); + if (this.activeWeaponUnit === "mil"){ + elevationhigh = `${elevationhigh.mil.toFixed(1)}mil`; + } else { + elevationhigh = elevationhigh.deg.toFixed(2)+i18next.t("common:°"); + } + timeOfFlighthigh = this.firingSolution.timeOfFlight.high.toFixed(1)+i18next.t("common:s"); } + + + + this.div.find(".infElevation").first().text(`${elevationlow} / ${elevationhigh}`); + this.div.find(".infTimeOfFlight").first().text(`${timeOfFlightlow} / ${timeOfFlighthigh}`); + this.div.find(".infSpread").first().text(` + H:${this.firingSolution.spreadParameters.low.semiMajorAxis.toFixed(0)}/${this.firingSolution.spreadParameters.high.semiMajorAxis.toFixed(0) + i18next.t("common:m")} + V:${Math.max(this.firingSolution.spreadParameters.low.semiMinorAxis, this.firingSolution.spreadParameters.high.semiMinorAxis).toFixed(0) + i18next.t("common:m")} + `); // Vertical spread is almost the same for both angles, so we take the highest value and call it a day + } else { - this.div.find(".infTimeOfFlight").first().text(this.firingSolution.timeOfFlight.low.toFixed(1)+i18next.t("common:s")); - this.div.find(".infSpread").first().text(`H:${this.firingSolution.spreadParameters.low.semiMajorAxis.toFixed(1) + i18next.t("common:m")} V:${this.firingSolution.spreadParameters.low.semiMinorAxis.toFixed(1) + i18next.t("common:m")}`); - if (this.activeWeaponUnit === "mil"){ - this.div.find(".infElevation").first().text(`${this.firingSolution.elevation.low.mil.toFixed(1)}mil`); + + if (this.angleType === "high"){ + this.div.find(".infTimeOfFlight").first().text(this.firingSolution.timeOfFlight.high.toFixed(1)+i18next.t("common:s")); + this.div.find(".infSpread").first().text(`H:${this.firingSolution.spreadParameters.high.semiMajorAxis.toFixed(1) + i18next.t("common:m")} V:${this.firingSolution.spreadParameters.high.semiMinorAxis.toFixed(1) + i18next.t("common:m")}`); + if (this.activeWeaponUnit === "mil"){ + this.div.find(".infElevation").first().text(`${this.firingSolution.elevation.high.mil.toFixed(1)}mil`); + } else { + this.div.find(".infElevation").first().text(this.firingSolution.elevation.high.deg.toFixed(2)+i18next.t("common:°")); + } } else { - this.div.find(".infElevation").first().text(this.firingSolution.elevation.low.deg.toFixed(2)+i18next.t("common:°")); + this.div.find(".infTimeOfFlight").first().text(this.firingSolution.timeOfFlight.low.toFixed(1)+i18next.t("common:s")); + this.div.find(".infSpread").first().text(`H:${this.firingSolution.spreadParameters.low.semiMajorAxis.toFixed(1) + i18next.t("common:m")} V:${this.firingSolution.spreadParameters.low.semiMinorAxis.toFixed(1) + i18next.t("common:m")}`); + if (this.activeWeaponUnit === "mil"){ + this.div.find(".infElevation").first().text(`${this.firingSolution.elevation.low.mil.toFixed(1)}mil`); + } else { + this.div.find(".infElevation").first().text(this.firingSolution.elevation.low.deg.toFixed(2)+i18next.t("common:°")); + } } } } diff --git a/src/js/tests/tileImages.js b/src/js/tests/tileImages.js new file mode 100644 index 0000000000..59c2abc6a3 --- /dev/null +++ b/src/js/tests/tileImages.js @@ -0,0 +1,128 @@ +import fs from 'fs-extra'; +import path from 'path'; +import sharp from 'sharp'; +import { mkdirp } from 'mkdirp'; +import console from 'console'; + +const ZOOMLEVEL = 5; +const TILESIZE = 256; +const WEBPQUALITY = 90; + +// Function to generate tiles +const generateTiles = async (imagePath, outputDir, baseImageName, maxZoom = 5) => { + try { + // Create the base folder for the image (e.g., basemap_hq) + const baseFolderPath = path.join(outputDir, baseImageName); + await mkdirp(baseFolderPath); + + const image = sharp(imagePath); + const metadata = await image.metadata(); + + // Loop through each zoom level (from 0 to maxZoom) + for (let zoom = 0; zoom <= maxZoom; zoom++) { + // Number of tiles in the X and Y directions for the current zoom level + const numTilesX = Math.pow(2, zoom); + const numTilesY = Math.pow(2, zoom); + + // Size of each tile at this zoom level + const tileWidth = metadata.width / numTilesX; + const tileHeight = metadata.height / numTilesY; + + // Stop creating tiles if the zoom level exceeds the maxZoom + if (zoom > maxZoom) { + break; // No need to continue beyond the maxZoom level + } + + // Loop through each row (Y) and column (X) of tiles for this zoom level + for (let y = 0; y < numTilesY; y++) { + for (let x = 0; x < numTilesX; x++) { + // Calculate the left and top coordinates for the tile + const left = x * tileWidth; + const top = y * tileHeight; + + // Tile naming convention: z_x_y.webp + const tilePath = path.join(baseFolderPath, `${zoom}_${x}_${y}.webp`); + + // Create subdirectories for the tile (if necessary) + await mkdirp(path.dirname(tilePath)); + + // Extract the tile and resize it to 256x256 + await image + .clone() + .extract({ + left: left, + top: top, + width: tileWidth, + height: tileHeight, + }) + .resize(TILESIZE, TILESIZE) + .webp({ quality: WEBPQUALITY }) + .toFile(tilePath); + } + } + } + + console.log(` -> ${imagePath} have been tiled successfully.`); + } catch (error) { + console.error(`Error generating tiles for ${imagePath}:`, error); + } +}; + +// Function to process the images in a folder +const processImagesInFolder = async (folderPath, maxZoom = 5) => { + try { + const files = await fs.readdir(folderPath); + + // Loop through all files in the folder + for (const file of files) { + const filePath = path.join(folderPath, file); + + // If the file is a directory, process it recursively + const stats = await fs.stat(filePath); + if (stats.isDirectory()) { + await processImagesInFolder(filePath, maxZoom); // Pass maxZoom here as well + } else if (stats.isFile() && file.match(/(basemap_hq|topomap_hq|terrainmap_hq)\.webp$/)) { + // If the file matches one of the target image names, process it + const baseImageName = file.replace('.webp', ''); // Remove the .webp extension + await generateTiles(filePath, folderPath, baseImageName, maxZoom); // Save tiles in the same folder as base image + } + } + } catch (error) { + console.error('Error processing images:', error); + } +}; + +const processAllMaps = async (mapsRootDir, maxZoom) => { + try { + console.log("Starting to tile all high quality maps images"); + console.log("It will take some hours to complete..."); + const startTime = Date.now(); // Record the start time + + const mapFolders = await fs.readdir(mapsRootDir); + + for (const folder of mapFolders) { + const folderPath = path.join(mapsRootDir, folder); + const stats = await fs.stat(folderPath); + + // Process only directories + if (stats.isDirectory()) { + console.log(`Processing map folder: ${folder}`); + await processImagesInFolder(folderPath, maxZoom); + } else { + console.log(`Skipping non-folder: ${folder}`); + } + } + const endTime = Date.now(); // Record the end time + const elapsedTime = ((endTime - startTime) / 1000).toFixed(2); // Convert to seconds + console.log(`All maps processed in ${elapsedTime} seconds.`); + } catch (error) { + console.error("Error processing map folders:", error); + } +}; + +// Call this function for /maps/ +const mapsDir = path.resolve('./public/maps'); +processAllMaps(mapsDir, ZOOMLEVEL); + +//const mapsDir = path.resolve('./public/maps/albasrah'); +//processImagesInFolder(mapsDir, ZOOMLEVEL); \ No newline at end of file diff --git a/src/js/tooltips.js b/src/js/tooltips.js index 824d8894b6..af49a531e3 100644 --- a/src/js/tooltips.js +++ b/src/js/tooltips.js @@ -11,16 +11,16 @@ const helpDialog = document.querySelector("#helpDialog"); const commonToolipsSettings = { animation: "fade", placement: "right", + offset: [0, 20], allowHTML: true, touch: false, theme: "settingsTooltips", hideOnClick: true, - delay: 50, - maxWidth: 200, + delay: 200, + maxWidth: 200, appendTo: helpDialog, }; - tippy("#settings", { allowHTML: true, animation: "fade", @@ -38,10 +38,24 @@ tippy("#settings", { tooltip_copied = document.querySelector("#settings")._tippy; tooltip_copied.disable(); -tippy("span[data-i18n='settings:showDamage']", { +tippy("span[data-i18n='settings:lowAndHigh']", { + ...commonToolipsSettings, + onShow(tip) { + tip.setContent(`${i18next.t("tooltips:lowAndHighTooltip")}`); + }, +}); + +tippy("span[data-i18n='settings:lowAndHigh']", { ...commonToolipsSettings, onShow(tip) { - tip.setContent(`${i18next.t("tooltips:damageRadiusTooltip")}`); + tip.setContent(`${i18next.t("tooltips:lowAndHighTooltip")}`); + }, +}); + +tippy("span[data-i18n='settings:contextMenu']", { + ...commonToolipsSettings, + onShow(tip) { + tip.setContent(`${i18next.t("tooltips:contextMenuTooltip")}`); }, }); @@ -66,6 +80,21 @@ tippy("span[data-i18n='settings:showAnimations']", { }, }); +tippy("span[data-i18n='settings:weaponDrag']", { + ...commonToolipsSettings, + onShow(tip) { + tip.setContent(`${i18next.t("tooltips:markerDragTooltip")}`); + }, +}); + +tippy("span[data-i18n='settings:targetDrag']", { + ...commonToolipsSettings, + onShow(tip) { + tip.setContent(`${i18next.t("tooltips:markerDragTooltip")}`); + }, +}); + + tippy("span[data-i18n='settings:showKeypad']", { ...commonToolipsSettings, onShow(tip) { @@ -97,6 +126,54 @@ tippy("span[data-i18n='settings:realMaxRange']", { }, }); +tippy("span[data-i18n='settings:copyNextFlags']", { + ...commonToolipsSettings, + onShow(tip) { + tip.setContent(` + ${i18next.t("tooltips:copyNextFlagsTooltip")} + `); + }, +}); + +tippy("span[data-i18n='settings:copyTarget']", { + ...commonToolipsSettings, + onShow(tip) { + tip.setContent(` + ${i18next.t("tooltips:copyTargetTooltip")} + `); + }, +}); + +tippy("span[data-i18n='settings:autoLane']", { + ...commonToolipsSettings, + onShow(tip) { + tip.setContent(` + ${i18next.t("tooltips:autoLaneTooltip")} + `); + }, +}); + +tippy("span[data-i18n='settings:capZoneOnHover']", { + ...commonToolipsSettings, + onShow(tip) { + tip.setContent(` + ${i18next.t("tooltips:capZoneOnHoverTooltip")} + `); + }, +}); + +tippy("span[data-i18n='settings:revealLayerOnHover']", { + ...commonToolipsSettings, + onShow(tip) { + tip.setContent(` + ${i18next.t("tooltips:revealLayerOnHoverTooltip")} + `); + }, +}); + + + + tippy("#bearingNum", { animation: "fade", placement: "bottom",